@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--bg-app:#f5f5f7;--bg-sidebar:rgba(255,255,255,0.75);--bg-card:#ffffff;--text-main:#1d1d1f;--text-muted:#86868b;--primary:#0071e3;--primary-hover:#0077ed;--primary-light:#e5f1fb;--green:#34c759;--green-hover:#32d74b;--green-light:#e8f5e9;--red:#ff3b30;--red-hover:#ff453a;--red-light:#ffeceb;--border:rgba(0,0,0,0.08);--shadow-sm:0 2px 8px rgba(0,0,0,0.04);--shadow-md:0 4px 16px rgba(0,0,0,0.06);--shadow-lg:0 8px 32px rgba(0,0,0,0.08);--radius-sm:0.5rem;--radius-md:0.875rem;--radius-lg:1.25rem;--radius-xl:1.5rem;--jeton-bg:#0f172a;--jeton-card:#1e293b;--jeton-card-hover:#334155;--jeton-emerald:#10b981;--jeton-emerald-glow:rgba(16,185,129,0.4);--jeton-emerald-light:#34d399;--jeton-amber:#f59e0b;--jeton-amber-glow:rgba(245,158,11,0.4);--jeton-text:#f8fafc;--jeton-text-muted:#94a3b8;--jeton-border:#334155}*{box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-app);color:var(--text-main);-webkit-font-smoothing:antialiased}body,h1,h2,h3,h4,h5,h6,p{margin:0}a{text-decoration:none;color:var(--primary);transition:color .2s}a:hover{color:var(--primary-hover)}.auth-wrapper{display:flex;min-height:100vh;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:1.5rem}.auth-card{background:var(--bg-card);width:100%;max-width:440px;padding:2.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.5)}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{font-size:1.75rem;font-weight:700;color:var(--text-main);margin-bottom:.5rem}.auth-header p{color:var(--text-muted);font-size:.95rem}.dashboard-layout{display:flex;min-height:100vh;flex-direction:column}@media (min-width:768px){.dashboard-layout{flex-direction:row}}.sidebar{width:280px;background:var(--bg-sidebar);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:-280px;height:100vh;z-index:50;transition:transform .3s cubic-bezier(.16,1,.3,1)}.sidebar.open{transform:translateX(280px)}@media (min-width:768px){.sidebar{position:-webkit-sticky;position:sticky;left:0;transform:none!important}}.sidebar-backdrop{display:none}.sidebar.open+.sidebar-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:40}@media (min-width:768px){.sidebar.open+.sidebar-backdrop{display:none}}.mobile-menu-btn{background:transparent;border:none;color:var(--text-main);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}@media (min-width:768px){.mobile-menu-btn{display:none}}.sidebar-header{padding:1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.sidebar-header h2{font-size:1.25rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.sidebar-nav{padding:1rem;flex:1 1;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:var(--text-muted);border-radius:var(--radius-md);margin-bottom:.25rem;font-weight:500;transition:all .2s;cursor:pointer}.nav-item:hover{background:var(--bg-app);color:var(--text-main)}.nav-item.active{background:var(--primary-light);color:var(--primary)}.nav-item svg{width:20px;height:20px}.sidebar-footer{padding:1.5rem;border-top:1px solid var(--border)}.main-content{flex:1 1;display:flex;flex-direction:column;min-width:0}.topbar{height:72px;background:rgba(255,255,255,.75);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 1rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}@media (min-width:768px){.topbar{padding:0 2rem}}.topbar-title{font-size:1.125rem;font-weight:600}.topbar-actions{gap:1rem}.credit-badge,.topbar-actions{display:flex;align-items:center}.credit-badge{background:var(--primary-light);color:var(--primary);padding:.5rem 1rem;border-radius:99px;font-weight:600;font-size:.9rem;gap:.5rem}.content-area{padding:1.25rem;flex:1 1;overflow-y:auto}@media (min-width:768px){.content-area{padding:2rem}}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s}.card:hover{box-shadow:var(--shadow-md)}.module-card{display:flex;flex-direction:column;height:100%}.module-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.module-icon{width:40px;height:40px;background:var(--bg-app);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--primary)}.module-icon svg{width:20px;height:20px}.module-info h3{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.module-info p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.module-footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.module-price{font-size:.875rem;font-weight:500;color:var(--text-muted)}.module-price strong{color:var(--text-main)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--primary);color:#fff;border:none;border-radius:var(--radius-md);padding:.625rem 1rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.btn:hover{background:var(--primary-hover);transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text-main)}.btn-outline:hover{background:var(--bg-app)}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover{background:var(--bg-app);color:var(--text-main)}.btn-icon{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-icon:hover{background:var(--bg-app);color:var(--primary)}.btn-danger{background:var(--red);color:white}.btn-danger:hover{background:var(--red-hover)}.input-group{margin-bottom:1.25rem}.input-group label{display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem;color:var(--text-main)}.input{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.95rem;background:var(--bg-card);color:var(--text-main);transition:all .2s;font-family:inherit}.input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.muted{color:var(--text-muted);font-size:.875rem}.error{color:var(--red)}.error,.ok{font-size:.875rem;margin-top:.25rem;display:block}.ok{color:var(--green)}.alert{padding:1rem;border-radius:var(--radius-md);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;font-size:.95rem}.alert-error{background:var(--red-light);color:var(--red-hover);border:1px solid rgba(239,68,68,.2)}.alert-success{background:var(--green-light);color:var(--green-hover);border:1px solid rgba(16,185,129,.2)}.switch{position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.slider{inset:0;cursor:pointer;background:var(--border);border-radius:26px}.slider,.slider:before{position:absolute;transition:.3s cubic-bezier(.4,0,.2,1)}.slider:before{content:"";height:20px;width:20px;left:3px;bottom:3px;background:#fff;border-radius:50%;box-shadow:var(--shadow-sm)}.switch input:checked+.slider{background:var(--green)}.switch input:checked+.slider:before{transform:translateX(22px)}.switch input:disabled+.slider{opacity:.6;cursor:not-allowed}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.modal-content{background:var(--bg-card);width:100%;max-width:500px;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow:hidden;animation:modal-enter .3s cubic-bezier(.16,1,.3,1)}@keyframes modal-enter{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{padding:1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.modal-header h3{font-size:1.25rem;font-weight:600}.modal-close{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:.5rem;border-radius:var(--radius-md)}.modal-close:hover{background:var(--bg-app);color:var(--text-main)}.modal-body,.modal-footer{padding:1.5rem}.modal-footer{border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:1rem;background:var(--bg-app)}.category-header{margin-top:1rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--border);display:flex;align-items:center;gap:.75rem}.category-header svg{width:28px;height:28px;color:var(--primary)}.category-header h2{font-size:1.25rem;font-weight:600;color:var(--text-main)}.sidebar-brand{display:flex;align-items:center;gap:.875rem;min-width:0}.sidebar-brand-icon{width:46px;height:46px;border-radius:1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),#5ac8fa);color:white;box-shadow:0 16px 40px rgba(0,113,227,.22);flex-shrink:0}.sidebar-brand p{margin-top:.2rem;font-size:.82rem;color:var(--text-muted)}.sidebar-summary{padding:1rem 1rem 0}.sidebar-summary-card{background:linear-gradient(135deg,rgba(0,113,227,.12),rgba(52,199,89,.1));border:1px solid rgba(0,113,227,.08);border-radius:var(--radius-lg);padding:1rem}.sidebar-summary-top{display:flex;align-items:center;gap:.45rem;margin-bottom:.65rem;font-size:.78rem;font-weight:700;color:var(--primary)}.status-dot{width:8px;height:8px;border-radius:999px;background:var(--green);box-shadow:0 0 0 5px rgba(52,199,89,.16)}.sidebar-summary-card strong{display:block;font-size:1rem;margin-bottom:.25rem}.sidebar-summary-card p{color:var(--text-muted);font-size:.84rem;line-height:1.5}.sidebar-summary-stats{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.9rem}.sidebar-summary-stats span{padding:.35rem .65rem;border-radius:999px;background:rgba(255,255,255,.72);font-size:.74rem;font-weight:700;color:var(--text-main)}.sidebar-group-title{margin:.25rem 0 .5rem;padding:0 1rem;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.nav-item-copy{display:flex;flex-direction:column;min-width:0;flex:1 1}.nav-item-copy span{font-size:.92rem;color:inherit}.nav-item-copy small{color:var(--text-muted);font-size:.73rem;margin-top:.14rem}.nav-item.active .nav-item-copy small{color:rgba(0,113,227,.8)}.nav-count{min-width:1.65rem;height:1.65rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:white;font-size:.72rem;font-weight:700;padding:0 .4rem}.nav-count.subtle{background:rgba(0,0,0,.05);color:var(--text-muted)}.app-topbar-title{display:flex;align-items:center;gap:.9rem}.topbar-eyebrow{display:block;margin-bottom:.1rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.app-overview{display:grid;grid-gap:1.25rem;gap:1.25rem;margin-bottom:2rem}.app-hero-card{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);grid-gap:1rem;gap:1rem;border-radius:2rem;padding:1.5rem;background:linear-gradient(135deg,#0f172a,#1d4ed8 62%,#38bdf8);color:white;box-shadow:0 24px 80px rgba(15,23,42,.18)}.section-kicker{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .75rem;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.12);font-size:.78rem;font-weight:700;margin-bottom:1rem}.app-hero-copy h1{font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.05;letter-spacing:-.04em;margin-bottom:.75rem}.app-hero-copy p{max-width:640px;color:rgba(255,255,255,.8);line-height:1.7}.app-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.app-hero-actions .btn-outline{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.14);color:white}.app-hero-actions .btn-outline:hover{background:rgba(255,255,255,.16)}.app-hero-meta{display:grid;grid-gap:1rem;gap:1rem}.hero-domain-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);border-radius:1.5rem;padding:1rem}.hero-domain-label{display:block;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.65);margin-bottom:.4rem}.hero-domain-card strong{display:block;font-size:1rem;margin-bottom:.45rem}.hero-domain-card p{color:rgba(255,255,255,.72);font-size:.9rem;line-height:1.6}.hero-module-pills{display:flex;flex-wrap:wrap;gap:.5rem}.hero-pill{padding:.45rem .7rem;border-radius:999px;background:rgba(255,255,255,.12);font-size:.8rem;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem}.stat-card{background:rgba(255,255,255,.9);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.1rem 1.2rem;box-shadow:var(--shadow-sm)}.stat-card span{display:block;font-size:.8rem;font-weight:700;color:var(--text-muted);margin-bottom:.35rem}.stat-card strong{display:block;font-size:1.7rem;line-height:1;margin-bottom:.45rem}.stat-card p{font-size:.86rem;line-height:1.55;color:var(--text-muted)}.stat-card.highlight{background:linear-gradient(135deg,rgba(0,113,227,.12),rgba(90,200,250,.12))}.category-strip,.section-tabs{display:flex;gap:.75rem;overflow-x:auto;scrollbar-width:none}.category-strip::-webkit-scrollbar,.section-tabs::-webkit-scrollbar{display:none}.category-chip,.section-tab{border:1px solid var(--border);background:rgba(255,255,255,.82);border-radius:1rem;padding:.8rem 1rem;display:inline-flex;align-items:center;gap:.6rem;white-space:nowrap;cursor:pointer;color:var(--text-main);transition:all .2s ease}.category-chip.active,.section-tab.active{background:var(--primary-light);border-color:rgba(0,113,227,.18);color:var(--primary)}.category-chip span,.section-tab span{font-weight:700;font-size:.9rem}.category-chip{flex-direction:column;align-items:flex-start;gap:.2rem}.category-chip small{font-size:.73rem;color:var(--text-muted)}.panel-section{display:grid;grid-gap:1.25rem;gap:1.25rem;animation:modal-enter .3s ease-out}.section-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.section-heading h2{font-size:1.6rem;margin-bottom:.35rem}.section-heading p{color:var(--text-muted);line-height:1.6;max-width:720px}.editor-grid,.stack-grid{display:grid;grid-gap:1rem;gap:1rem}.editor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-card{display:grid;grid-gap:1rem;gap:1rem}.editor-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.editor-card-head h3{font-size:1.05rem;margin-bottom:.25rem}.editor-card-head p{color:var(--text-muted);font-size:.9rem;line-height:1.55}.responsive-three-col,.responsive-two-col,.theme-fields-grid{display:grid;grid-gap:1rem;gap:1rem}.responsive-two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.responsive-three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.subsection-title{font-size:.86rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.08em;padding-top:.3rem;border-top:1px solid var(--border)}.media-stack{display:grid;grid-gap:1rem;gap:1rem}.media-upload-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;grid-gap:.85rem;gap:.85rem;align-items:center;padding:.9rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:rgba(245,245,247,.75)}.media-preview{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:.9rem;border:1px solid var(--border);background:white;color:var(--text-muted);font-size:.78rem}.media-preview.small{width:70px;height:70px}.media-preview.wide{width:116px;height:78px}.media-preview img{width:100%;height:100%;object-fit:cover}.media-copy strong{display:block;margin-bottom:.2rem}.media-copy p{color:var(--text-muted);font-size:.86rem;line-height:1.5}.gallery-grid-panel{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));grid-gap:.75rem;gap:.75rem}.gallery-thumb{position:relative;aspect-ratio:1;border-radius:1rem;overflow:hidden;border:1px solid var(--border);background:rgba(245,245,247,.9);display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb button{position:absolute;top:.35rem;right:.35rem;width:24px;height:24px;border:none;border-radius:999px;background:rgba(15,23,42,.72);color:white;cursor:pointer}.gallery-add{border-style:dashed;color:var(--primary);background:var(--primary-light);font-size:1.6rem;font-weight:600}.sticky-save-bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;padding:1rem 1.1rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:rgba(255,255,255,.92);position:-webkit-sticky;position:sticky;bottom:1rem;z-index:5;box-shadow:var(--shadow-md)}.sticky-save-bar strong{display:block;margin-bottom:.2rem}.sticky-save-bar p{color:var(--text-muted);font-size:.86rem}.theme-preview-card{border-radius:1.5rem;background:linear-gradient(135deg,rgba(0,113,227,.08),rgba(52,199,89,.1));border:1px solid rgba(0,113,227,.08);padding:1.15rem}.theme-preview-label{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.theme-preview-card h3{font-size:1.25rem;margin-bottom:.4rem}.theme-preview-card p{color:var(--text-muted);line-height:1.6}.theme-preview-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.9rem}.theme-preview-pills span{padding:.4rem .7rem;border-radius:999px;background:rgba(255,255,255,.7);font-size:.78rem;font-weight:700}.color-picker-row{display:flex;flex-wrap:wrap;gap:.65rem}.color-dot{width:38px;height:38px;border-radius:999px;border:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.color-dot.active{transform:scale(1.06);box-shadow:0 0 0 3px white,0 0 0 5px rgba(15,23,42,.12)}.theme-status-list{display:grid;grid-gap:.75rem;gap:.75rem}.theme-status-item{display:grid;grid-gap:.2rem;gap:.2rem;padding:.9rem 1rem;border-radius:1rem;background:rgba(245,245,247,.85);border:1px solid var(--border)}.theme-status-item strong{font-size:1.35rem}.theme-status-item span{color:var(--text-muted);font-size:.85rem}.theme-fields-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.empty-state-card{text-align:center;padding:3rem}.module-editor-card{border-left:3px solid var(--green)}.module-editor-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.module-editor-title h3{font-size:1.05rem;margin-bottom:.2rem}.module-editor-title p{color:var(--text-muted);font-size:.83rem}.category-section-badge,.module-editor-chip,.module-status-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.35rem .7rem;font-size:.74rem;font-weight:700}.module-status-badge{background:var(--green-light);color:var(--green-hover);margin-bottom:.45rem}.module-editor-chip{background:var(--primary-light);color:var(--primary)}.category-section-badge{background:rgba(0,113,227,.08);color:var(--primary)}.module-card.is-active{border-color:rgba(52,199,89,.4);box-shadow:0 16px 40px rgba(52,199,89,.08)}.module-long-description{margin-top:.55rem;font-size:.82rem;line-height:1.55;color:var(--text-muted)}.mobile-bottom-nav{position:-webkit-sticky;position:sticky;bottom:0;z-index:20;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.5rem;gap:.5rem;padding:.75rem .85rem calc(.75rem + env(safe-area-inset-bottom));background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid var(--border)}.mobile-bottom-item{border:none;background:transparent;border-radius:1rem;padding:.6rem .45rem;display:flex;flex-direction:column;align-items:center;gap:.3rem;color:var(--text-muted);cursor:pointer}.mobile-bottom-item svg{width:20px;height:20px}.mobile-bottom-item span{font-size:.72rem;font-weight:700}.mobile-bottom-item.active{background:var(--primary-light);color:var(--primary)}@media (min-width:768px){.mobile-bottom-nav{display:none}}@media (max-width:1024px){.editor-grid,.responsive-three-col,.stats-grid,.theme-fields-grid{grid-template-columns:1fr 1fr}.app-hero-card{grid-template-columns:1fr}}@media (max-width:768px){.topbar{height:auto;padding:.9rem 1rem;align-items:flex-start}.topbar-actions{gap:.6rem}.credit-badge{padding:.45rem .75rem;font-size:.82rem}.content-area{padding:1rem 1rem 5.5rem}.editor-grid,.media-upload-row,.responsive-three-col,.responsive-two-col,.stats-grid,.theme-fields-grid{grid-template-columns:1fr}.media-upload-row{justify-items:start}.sidebar{width:min(88vw,320px);left:calc(min(88vw, 320px) * -1)}.sidebar.open{transform:translateX(min(88vw,320px))}.sticky-save-bar{bottom:5.75rem}.section-heading h2{font-size:1.35rem}}.media-library-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1rem;gap:1rem}.media-library-card{display:grid;grid-gap:.9rem;gap:.9rem}.media-library-preview{width:100%;aspect-ratio:16/10;border-radius:1rem;overflow:hidden;border:1px solid var(--border);background:rgba(245,245,247,.9);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.84rem}.media-library-preview img{width:100%;height:100%;object-fit:cover}.media-library-body strong{display:block;margin-bottom:.25rem;word-break:break-word}.media-library-body p{color:var(--text-muted);font-size:.84rem;line-height:1.55}.media-usage-list{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.75rem}.usage-pill{padding:.35rem .65rem;border-radius:999px;background:var(--primary-light);color:var(--primary);font-size:.73rem;font-weight:700}.usage-pill.idle{background:rgba(0,0,0,.05);color:var(--text-muted)}.media-library-actions{display:flex;flex-wrap:wrap;gap:.55rem}.preview-frame-card{padding:0;overflow:hidden}.preview-browser-bar{display:flex;align-items:center;gap:.45rem;padding:.85rem 1rem;border-bottom:1px solid var(--border);background:rgba(245,245,247,.82)}.preview-browser-bar>span{width:10px;height:10px;border-radius:999px;background:rgba(0,0,0,.14)}.preview-browser-bar>div{margin-left:.4rem;padding:.45rem .8rem;border-radius:999px;background:white;border:1px solid var(--border);color:var(--text-muted);font-size:.8rem;flex:1 1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-frame{width:100%;min-height:780px;border:0;background:white}.preview-check-list{display:grid;grid-gap:.75rem;gap:.75rem}.preview-check-list span{padding:.9rem 1rem;border:1px solid var(--border);border-radius:1rem;background:rgba(245,245,247,.85);color:var(--text-main);font-size:.9rem}.submission-card{display:grid;grid-gap:1rem;gap:1rem}.submission-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.submission-head h3{font-size:1.05rem;margin:.35rem 0 .2rem}.submission-head p{color:var(--text-muted);font-size:.84rem}.submission-actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.submission-status-pill,.submission-type-pill{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .7rem;border-radius:999px;font-size:.74rem;font-weight:700}.submission-type-pill.contact_form{background:rgba(0,113,227,.1);color:var(--primary)}.submission-type-pill.quote_form{background:rgba(245,158,11,.16);color:#b45309}.submission-type-pill.booking{background:rgba(139,92,246,.14);color:#6d28d9}.submission-status-pill.new{background:rgba(52,199,89,.16);color:#15803d}.submission-status-pill.in_progress{background:rgba(245,158,11,.16);color:#b45309}.submission-status-pill.resolved{background:rgba(0,0,0,.06);color:var(--text-muted)}.submission-meta{display:flex;flex-wrap:wrap;gap:.5rem}.submission-meta span{padding:.38rem .7rem;border-radius:999px;background:rgba(245,245,247,.88);border:1px solid var(--border);font-size:.78rem;color:var(--text-muted)}.submission-payload{display:grid;grid-gap:.65rem;gap:.65rem}.submission-field{display:grid;grid-gap:.2rem;gap:.2rem;padding:.85rem 1rem;border-radius:1rem;border:1px solid var(--border);background:rgba(245,245,247,.82)}.submission-field strong{font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.submission-field span{line-height:1.6;word-break:break-word}.mobile-bottom-nav{grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width:768px){.media-library-actions,.media-library-actions .btn,.submission-actions,.submission-actions .input{width:100%}.preview-frame{min-height:560px}}