
/* Phase 24 — One simple, synchronized product */
.template-preview-modal[hidden],
.create-command-modal[hidden],
.command-palette[hidden],
.notification-panel[hidden],
.workspace-switcher-menu[hidden],
.profile-menu[hidden],
.sidebar-overlay[hidden]{display:none!important}
body.template-modal-open{overflow:hidden}
.core-tabs{display:flex;gap:6px;margin-bottom:22px;padding:6px;width:max-content;max-width:100%;overflow:auto;border:1px solid var(--im-border);border-radius:14px;background:#fff}
.core-tabs a{padding:10px 16px;border-radius:10px;color:var(--im-muted);font-weight:800;white-space:nowrap}
.core-tabs a.active{background:var(--im-primary);color:#fff}
.core-toolbar{margin-bottom:18px}
.core-toolbar form{display:grid;grid-template-columns:minmax(240px,1fr) 180px auto;gap:10px;align-items:center}
.core-template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}
.core-template-card{overflow:hidden;border:1px solid var(--im-border);border-radius:16px;background:#fff;box-shadow:var(--im-shadow-xs)}
.core-template-preview{display:block;width:100%;aspect-ratio:4/3;padding:0;border:0;background:#eef1f6;cursor:pointer}
.core-template-preview img{width:100%;height:100%;object-fit:cover}
.core-template-copy{padding:15px}
.core-template-copy>span{color:var(--im-primary);font-size:11px;font-weight:900;text-transform:uppercase}
.core-template-copy h3{margin:5px 0}
.core-template-copy p{min-height:40px;margin:0 0 12px;font-size:13px;line-height:1.45}
.template-preview-modal{position:fixed;inset:0;z-index:1000;place-items:center;padding:20px;background:rgba(13,18,28,.58)}
.template-preview-modal>section{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(310px,.8fr);width:min(1000px,calc(100vw - 32px));max-height:calc(100vh - 40px);overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 30px 100px rgba(0,0,0,.28)}
.template-preview-backdrop{position:absolute;inset:0;border:0;background:transparent}
.template-modal-preview{display:grid;place-items:center;min-height:520px;padding:24px;background:#111827}
.template-modal-preview img{max-width:100%;max-height:70vh;object-fit:contain}
.template-modal-copy{position:relative;display:flex;flex-direction:column;justify-content:center;padding:38px}
.template-modal-copy h2{margin:8px 0}.template-modal-copy p{line-height:1.6}.template-modal-copy form{margin-top:22px}
.template-modal-close{position:absolute;top:18px;right:18px;width:38px;height:38px;border:0;border-radius:10px;background:#f3f4f7;font-size:22px}
.simple-sidebar-nav .sidebar-group a{min-height:48px}
@media(max-width:800px){.core-toolbar form{grid-template-columns:1fr}.template-preview-modal>section{grid-template-columns:1fr;overflow:auto}.template-modal-preview{min-height:300px}}
