:root{--blue:#2455ed;--blue-dark:#173ab6;--ink:#17233b;--muted:#7a8496;--line:#e9edf3;--canvas:#f4f6fa;--soft:#edf2ff;--green:#238466;--red:#ca5355;--amber:#ad761d;--radius:18px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);font-size:16px}*{box-sizing:border-box}body{margin:0;background:var(--canvas)}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}button{border:0;background:transparent;color:inherit}button:focus-visible,a:focus-visible{outline:3px solid #8aa5ff;outline-offset:3px}a{color:var(--blue);text-decoration:none}h1,h2,h3,p{margin:0}h1{font-size:28px;line-height:1.4;letter-spacing:-.7px}h2{font-size:21px;line-height:1.5}h3{font-size:17px;line-height:1.5}p{line-height:1.7}small,.small{font-size:12px;line-height:1.5}.muted{color:var(--muted)}.subtext{font-size:14px;color:var(--muted);line-height:1.7}.row{display:flex;align-items:center;gap:10px}.between{display:flex;align-items:center;justify-content:space-between;gap:12px}.stack{display:grid;gap:16px}.gap8{gap:8px}.mt{margin-top:22px}.mb{margin-bottom:18px}.icon{width:20px;height:20px;stroke-width:1.7;flex-shrink:0}.logo-icon{width:36px;height:36px;display:grid;place-items:center;background:var(--blue);color:white;border-radius:11px}.brand-logo{font-size:21px;font-weight:750;letter-spacing:1px}.brand-logo span{font-size:12px;font-weight:500;color:var(--muted);letter-spacing:2px;margin-left:8px}.avatar{width:36px;height:36px;border-radius:50%;background:#e8edfb;color:#3555a1;display:grid;place-items:center;font-weight:650;font-size:14px}.avatar.large{width:62px;height:62px;font-size:22px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line);border-radius:10px;padding:10px 15px;font-size:14px;font-weight:550;min-height:40px;background:white;white-space:nowrap}.btn:hover{background:#f7f9ff;border-color:#cfdaff}.btn.primary{background:var(--blue);border-color:var(--blue);color:white}.btn.primary:hover{background:var(--blue-dark)}.btn.dark{background:var(--ink);color:white;border-color:var(--ink)}.btn.danger{color:var(--red)}.btn.block{width:100%}.btn.sm{padding:7px 10px;min-height:32px;font-size:13px}.linkbtn{color:var(--blue);font-size:13px;display:inline-flex;align-items:center;gap:4px;padding:5px 0}.iconbtn{height:36px;width:36px;display:inline-grid;place-items:center;border-radius:9px}.iconbtn:hover{background:var(--canvas)}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:20px}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;background:var(--soft);color:var(--blue);font-size:12px;font-weight:550;white-space:nowrap}.badge.green{background:#eaf7f1;color:var(--green)}.badge.amber{background:#fff6e7;color:var(--amber)}.badge.red{background:#ffeded;color:var(--red)}.badge.gray{background:#f0f2f6;color:#788397}.divider{height:1px;background:var(--line);margin:20px 0}.input,select,textarea{width:100%;border:1px solid #dfe5ee;background:#fff;border-radius:10px;padding:11px 12px;outline:none;color:var(--ink);font-size:14px}.input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2455ed11}textarea{resize:vertical;min-height:110px;line-height:1.7}.field{display:grid;gap:8px;font-size:14px;margin-bottom:18px}.field em{color:var(--red);font-style:normal}.twocol{display:grid;grid-template-columns:1fr 1fr;gap:16px}.threecol{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tip{padding:12px 14px;border-radius:10px;background:var(--soft);color:#4c6298;font-size:13px;line-height:1.7}.tip.warn{background:#fff7e8;color:#9b7730}.checkrow{display:flex;align-items:flex-start;gap:9px;font-size:13px;line-height:1.7}.checkrow input{accent-color:var(--blue);margin-top:5px}.pillbar{display:flex;gap:8px;flex-wrap:wrap}.pill{font-size:13px;border:1px solid var(--line);padding:7px 12px;border-radius:8px;background:#fff;white-space:nowrap}.pill.active{color:var(--blue);background:var(--soft);border-color:#c9d7ff}.empty{text-align:center;padding:50px 20px;color:var(--muted)}.empty .icon{height:38px;width:38px;margin-bottom:12px}.empty p{margin:12px 0 18px}.photo{width:100%;height:100%;object-fit:cover;display:block}.mono{font-variant-numeric:tabular-nums}.review-bar{height:68px;background:white;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;gap:20px;position:relative;z-index:30}.mode-tabs{display:flex;background:var(--canvas);border-radius:10px;padding:4px;gap:3px}.mode-tab{font-size:14px;padding:9px 18px;border-radius:7px;color:#7b8496}.mode-tab.active{background:white;color:var(--ink);box-shadow:0 2px 7px #162e5510;font-weight:650}.review-tag{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:8px}.review-tag:before{content:'';width:6px;height:6px;border-radius:50%;background:var(--blue)}.preview-layout{display:grid;grid-template-columns:220px minmax(400px,1fr) 270px;max-width:1440px;margin:auto;min-height:calc(100vh - 68px)}.preview-side{padding:32px 24px;border-right:1px solid var(--line)}.eyebrow{font-size:11px;font-weight:650;letter-spacing:1.5px;color:#a0a7b5;text-transform:uppercase;margin-bottom:18px}.side-title{font-size:16px;font-weight:650;margin-bottom:18px}.page-link{width:100%;text-align:left;display:flex;align-items:center;gap:12px;padding:12px;margin:4px 0;font-size:14px;border-radius:9px;color:#7d8799}.page-link.active{background:#e8eeff;color:var(--blue);font-weight:600}.page-link .index{font-size:11px;opacity:.55}.preview-stage{padding:25px 32px 36px;display:flex;align-items:center;flex-direction:column;background:radial-gradient(ellipse at 45% 20%,#e7edfd88,transparent 64%)}.stage-top{width:390px;max-width:100%;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#9ca5b5;margin-bottom:15px}.phone{width:390px;max-width:100%;height:804px;border:7px solid #fff;border-radius:42px;background:#fafbfe;overflow:hidden;box-shadow:0 18px 65px #31457616,0 0 0 1px #dde3ed;position:relative;display:flex;flex-direction:column}.phone-status{height:32px;background:white;padding:8px 20px 3px;display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:700;flex-shrink:0}.phone-status .icon{height:13px;width:14px}.phone-nav{height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:white;flex-shrink:0}.phone-nav strong{font-size:16px}.wechat-capsule{display:flex;align-items:center;border:1px solid #e5e8ed;border-radius:18px;padding:5px 9px;gap:9px}.wechat-capsule .icon{width:16px;height:16px}.wechat-capsule .split{height:14px;width:1px;background:#ddd}.phone-scroll{overflow-y:auto;flex:1;scrollbar-width:none}.phone-scroll::-webkit-scrollbar{display:none}.mobile-content{padding:18px 18px 26px}.mobile-content .card{padding:16px;border-radius:15px}.mobile-content h1{font-size:25px}.mobile-content h2{font-size:18px}.mobile-content h3{font-size:15px}.mobile-content .subtext{font-size:13px}.mobile-content .mt{margin-top:24px}.mobile-tabs{height:65px;padding:8px 8px 6px;background:#ffffffed;border-top:1px solid var(--line);display:flex;justify-content:space-around;flex-shrink:0}.mobile-tab{font-size:10px;display:flex;align-items:center;gap:3px;flex-direction:column;color:#929aaa;min-width:48px}.mobile-tab .icon{width:21px;height:21px}.mobile-tab.active{color:var(--blue)}.mobile-tab.create .tabicon{background:var(--blue);color:white;padding:7px;border-radius:13px;margin-top:-18px;box-shadow:0 4px 10px #2455ed25;border:4px solid white}.mobile-tab.create .icon{width:24px;height:24px}.home-greeting{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.home-greeting p{font-size:13px;color:var(--muted);margin-top:4px}.home-create{padding:22px;border-radius:18px;background:#172944;color:white;position:relative;overflow:hidden;min-height:154px}.home-create:after{content:'';width:170px;height:170px;border:35px solid #ffffff09;border-radius:50%;position:absolute;right:-60px;top:-40px;pointer-events:none}.home-create h2{font-size:22px}.home-create p{color:#aebcd1;font-size:12px;margin:7px 0 16px}.home-create .btn{background:white;color:#172944;border:0;font-size:13px;padding:8px 12px;min-height:34px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 8px;margin:25px 0}.category-item{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:12px}.category-icon{height:48px;width:48px;display:grid;place-items:center;border-radius:15px;background:#edf2ff;color:#4267dd}.category-item:nth-child(2) .category-icon{background:#f1edf9;color:#8871ac}.category-item:nth-child(3) .category-icon{background:#e9f5f0;color:#468470}.category-item:nth-child(4) .category-icon{background:#f8f1e7;color:#b58b54}.category-item:nth-child(5) .category-icon{background:#ebf4fa;color:#6697b8}.category-item:nth-child(6) .category-icon{background:#faecef;color:#be7987}.category-icon .icon{width:24px;height:24px}.project-mini{display:flex;gap:12px;background:white;border:1px solid var(--line);border-radius:14px;padding:12px;margin-top:12px;text-align:left;width:100%;align-items:center}.project-mini .thumb{width:70px;height:68px;border-radius:9px;overflow:hidden;background:#e5ebe8;flex-shrink:0}.project-mini h3{font-size:13px;line-height:1.6;margin-bottom:5px}.project-mini .subtext{font-size:11px}.project-mini .details{flex:1;min-width:0}.template-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.template-card{border-radius:13px;background:white;overflow:hidden;border:1px solid var(--line);text-align:left;padding:0;display:block;width:100%}.template-image{height:142px;position:relative;background:#e9edf1;overflow:hidden}.template-image .badge{position:absolute;top:8px;left:8px;background:#ffffffdd;color:#354565;font-size:10px}.template-card .info{padding:10px}.template-card h3{font-size:12px;font-weight:600;line-height:1.6}.template-card .meta{font-size:11px;color:var(--muted);margin-top:5px;display:flex;justify-content:space-between}.preview-info{border-left:1px solid var(--line);padding:33px 22px}.info-section{margin-bottom:30px}.info-section h3{font-size:14px;margin-bottom:12px}.info-section p{font-size:13px;color:#8c94a4;line-height:1.9}.info-number{font-size:27px;letter-spacing:-1px;font-weight:600;color:#3d4d6d}.info-list{display:grid;gap:14px}.info-item{display:flex;gap:10px;font-size:13px;color:#7e899e}.info-item .icon{height:16px;width:16px;color:#a0afca}.context-card{padding:17px;border:1px solid #dbe4f7;background:#eff3fe;border-radius:13px}.context-card h3{font-size:13px;margin-bottom:9px}.context-card p{font-size:12px;line-height:1.8;color:#7b8ba9}.admin-shell{display:grid;grid-template-columns:228px 1fr;min-height:calc(100vh - 68px)}.admin-side{background:white;border-right:1px solid var(--line);padding:24px 16px;display:flex;flex-direction:column}.workspace-badge{padding:14px 12px;border:1px solid var(--line);border-radius:12px;margin-bottom:20px}.workspace-badge strong{font-size:14px}.workspace-badge small{color:var(--muted)}.admin-nav{display:flex;flex-direction:column;gap:3px}.admin-nav button{display:flex;align-items:center;gap:11px;padding:10px 14px;color:#80899b;text-align:left;border-radius:9px;font-size:14px}.admin-nav button .icon{height:18px;width:18px}.admin-nav button.active{color:var(--blue);background:var(--soft);font-weight:600}.admin-nav button:hover{background:#f5f7fb}.side-footer{margin-top:auto;border-top:1px solid var(--line);padding-top:20px;color:var(--muted);font-size:12px}.admin-main{min-width:0}.admin-header{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;border-bottom:1px solid var(--line);background:#ffffffa8}.breadcrumbs{font-size:13px;color:#9aa1af}.breadcrumbs strong{color:#4c5870;font-weight:500}.admin-content{padding:28px 32px;max-width:1560px;margin:auto}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:26px}.page-head p{font-size:14px;color:var(--muted);margin-top:6px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat-card{padding:21px 22px;border-radius:14px;border:1px solid var(--line);background:white}.stat-card .label{font-size:13px;color:#8a94a5;display:flex;justify-content:space-between}.stat-card .label .icon{width:19px;height:19px;color:#8e9aba}.stat-card .value{font-size:31px;font-weight:650;letter-spacing:-1.4px;margin:14px 0 9px;font-variant-numeric:tabular-nums}.stat-card .delta{font-size:12px;color:#9aa3b1}.stat-card .delta span{color:var(--green);margin-right:5px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(280px,1fr);gap:20px;margin:22px 0}.chart-bars{height:185px;display:flex;gap:18px;align-items:flex-end;padding-top:18px;border-bottom:1px solid var(--line);margin-top:18px}.bar-group{flex:1;height:100%;display:flex;align-items:flex-end;justify-content:center;gap:5px;position:relative;padding-bottom:26px}.chart-bar{width:18px;border-radius:4px 4px 0 0;background:#2455ed;min-height:3px}.chart-bar.light{background:#dbe5ff}.bar-group span{position:absolute;bottom:3px;font-size:11px;color:#929daf}.legend{display:flex;gap:18px;color:var(--muted);font-size:12px}.legend i{width:7px;height:7px;border-radius:2px;display:inline-block;margin-right:6px;background:var(--blue)}.legend i.light{background:#dbe5ff}.todo-line{padding:14px 0;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line)}.todo-line:last-child{border:0}.todo-icon{width:36px;height:36px;background:var(--soft);color:var(--blue);border-radius:10px;display:grid;place-items:center}.todo-line .desc{flex:1;font-size:13px}.todo-line small{display:block;color:var(--muted);margin-top:3px}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;white-space:nowrap;font-size:13px}.data-table th{text-align:left;padding:14px 15px;background:#f9fafc;color:#939aaa;font-size:12px;font-weight:500;border-bottom:1px solid var(--line)}.data-table td{padding:16px 15px;border-bottom:1px solid var(--line);color:#56627a}.data-table tr:last-child td{border:0}.data-table td strong{color:var(--ink);font-weight:500}.table-card{padding:0;overflow:hidden}.table-title{padding:20px 22px}.table-footer{padding:15px 22px;font-size:12px;color:var(--muted);border-top:1px solid var(--line)}.filter-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:18px}.search-field{display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:9px;background:white;padding:0 12px;min-width:230px}.search-field .icon{width:17px;color:#a0a9b9}.search-field input{padding:11px 0;border:0;outline:0;font-size:13px;width:100%;min-width:0;background:transparent}.filter-row select{width:140px;font-size:13px}.filter-row .spacer{flex:1}.progress{height:5px;background:#e9eef8;border-radius:5px;overflow:hidden;margin:7px 0}.progress>span{height:100%;display:block;background:var(--blue);border-radius:5px}.modal-backdrop{position:fixed;inset:0;background:#13203d66;z-index:100;display:flex;align-items:center;justify-content:center;padding:24px;backdrop-filter:blur(4px)}.modal{background:white;width:520px;max-width:100%;max-height:90vh;overflow:auto;border-radius:21px;box-shadow:0 24px 90px #17233b30}.modal.wide{width:780px}.modal-head{padding:21px 24px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.modal-body{padding:24px}.modal-footer{padding:16px 24px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:10px;background:#fafbfd}.modal-head h2{font-size:19px}#toasts{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);z-index:200;display:grid;gap:8px;width:max-content;max-width:90vw}.toast{background:#14233dea;color:white;border-radius:12px;padding:13px 20px;font-size:14px;box-shadow:0 10px 30px #18325724;animation:toast-in .2s ease-out}@keyframes toast-in{from{transform:translateY(7px);opacity:0}to{transform:translateY(0);opacity:1}}.notice-dot{position:absolute;width:5px;height:5px;background:#f0927c;border-radius:50%;right:9px;top:7px}.relative{position:relative}.brand-preview{border-radius:13px;min-height:132px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:20px}.brand-preview strong{font-size:26px;letter-spacing:4px}.brand-preview span{font-size:10px;letter-spacing:3px}.swatches{display:flex;gap:6px}.swatch{width:22px;height:22px;border-radius:7px;border:1px solid #00000008}.menu-row{width:100%;display:flex;align-items:center;gap:12px;padding:15px 2px;border-bottom:1px solid var(--line);font-size:14px;text-align:left}.menu-row .icon{width:19px;color:#7988a4}.menu-row span{flex:1}.menu-row .chevron{width:16px;color:#b5bdcc}.mini-section{background:white;border-radius:14px;padding:3px 14px;margin:16px 0;border:1px solid var(--line)}.mini-section .menu-row:last-child{border:0}.stats-inline{display:flex;justify-content:space-around;margin:24px 0}.stats-inline div{text-align:center}.stats-inline strong{font-size:22px;display:block;margin-bottom:7px}.stats-inline span{font-size:12px;color:var(--muted)}.page-back{display:flex;align-items:center;gap:8px;margin-bottom:18px}.page-back h2{flex:1}.brand-card{margin-bottom:14px}.brand-card .brand-preview{margin-bottom:13px}.stepper{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;position:relative}.stepper:before{content:'';position:absolute;height:1px;background:var(--line);top:13px;left:28px;right:28px}.step{display:flex;align-items:center;flex-direction:column;gap:7px;position:relative;font-size:11px;color:#a0a7b5}.step i{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#eef1f6;font-style:normal;font-size:12px;border:3px solid #fafbfe;box-sizing:content-box}.step.active{color:var(--blue)}.step.active i{background:var(--blue);color:white}.upload-zone{border:1px dashed #bbcbed;border-radius:14px;padding:25px 15px;background:#f4f7ff;text-align:center;cursor:pointer;display:block}.upload-zone .icon{height:29px;width:29px;color:var(--blue);margin-bottom:10px}.upload-zone strong{font-size:14px;display:block}.upload-zone p{font-size:12px;color:#93a1bd;margin-top:6px}.upload-preview{height:180px;width:100%;object-fit:cover;border-radius:12px;margin-bottom:12px}.pack{display:block;width:100%;border:1px solid var(--line);padding:16px;border-radius:12px;text-align:left;margin-bottom:12px;background:white}.pack.active{border:1.5px solid var(--blue);background:#f6f8ff}.pack p{font-size:12px;line-height:1.8;color:var(--muted);margin-top:8px}.price{font-size:25px;font-weight:650;letter-spacing:-1px}.price small{font-size:13px;letter-spacing:0;font-weight:500}.plan-preview{height:210px;border-radius:13px;overflow:hidden;background:#dde5ee;position:relative}.ai-label{position:absolute;bottom:8px;right:8px;font-size:10px;background:#14233b99;color:white;padding:3px 6px;border-radius:4px}.version-row{display:flex;gap:8px;margin:12px 0}.version-row button{flex:1;padding:10px 6px;border:1px solid var(--line);border-radius:8px;font-size:12px}.version-row button.active{color:var(--blue);border-color:var(--blue);background:var(--soft)}.timeline{display:grid;gap:0;margin-top:15px}.timeline-item{padding:0 0 20px 24px;position:relative;border-left:1px solid var(--line);margin-left:6px}.timeline-item:before{content:'';position:absolute;left:-4px;top:4px;width:7px;height:7px;border-radius:50%;background:#adc0ef}.timeline-item:first-child:before{background:var(--blue)}.timeline-item strong{font-size:13px;font-weight:550}.timeline-item p{font-size:12px;color:var(--muted);margin-top:5px}.scope-panel{max-width:1240px;padding:34px;margin:auto}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-list{display:grid;gap:10px;font-size:14px;margin-top:17px}.feature-row{display:flex;justify-content:space-between;gap:8px;padding:8px 0;border-bottom:1px solid var(--line)}.feature-row:last-child{border:0}.toggle{width:38px;height:22px;border-radius:20px;background:#dbe1ec;padding:3px;display:inline-flex;align-items:center;flex-shrink:0}.toggle:before{content:'';width:16px;height:16px;background:white;border-radius:50%;box-shadow:0 1px 3px #17233b20;transition:transform .15s}.toggle.on{background:var(--blue)}.toggle.on:before{transform:translateX(16px)}.setting-row{padding:17px 0;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px}.setting-row strong{font-size:14px;font-weight:550}.setting-row p{font-size:12px;color:var(--muted);margin-top:5px}.setting-row:last-child{border:0}
@media(min-width:1600px){.preview-stage{padding-top:45px}.phone{height:830px}.preview-layout{max-width:1500px}.preview-info,.preview-side{padding-top:52px}}
@media(max-width:1180px){.preview-layout{grid-template-columns:190px minmax(390px,1fr)}.preview-info{display:none}.admin-shell{grid-template-columns:194px 1fr}.admin-side{padding:22px 10px}.admin-content{padding:24px}.dashboard-grid{grid-template-columns:1fr}.stat-grid{gap:10px}.stat-card{padding:17px}.stat-card .value{font-size:26px}.threecol,.feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.review-bar{height:62px;padding:0 10px;gap:8px}.review-bar>.row .brand-logo{font-size:18px}.review-bar .logo-icon{width:30px;height:30px;border-radius:9px}.review-bar .brand-logo span,.review-tag{display:none}.mode-tab{padding:8px 9px;font-size:12px}.preview-layout{display:block;min-height:0}.preview-side,.stage-top,.preview-info{display:none}.preview-stage{padding:0;background:white;display:block}.phone{width:100%;height:calc(100dvh - 62px);max-width:100%;border:0;border-radius:0;box-shadow:none}.phone-status{display:none}.phone-nav{height:44px}.mobile-content{max-width:480px;margin:auto;padding:18px 20px 28px}.mobile-tabs{padding-bottom:env(safe-area-inset-bottom,7px);height:65px}.admin-shell{display:block}.admin-side{padding:10px;border:0;border-bottom:1px solid var(--line)}.admin-side .workspace-badge,.admin-side .eyebrow,.side-footer{display:none}.admin-nav{flex-direction:row;overflow:auto;scrollbar-width:none}.admin-nav button{white-space:nowrap;padding:10px;font-size:12px}.admin-header{padding:0 16px;height:58px}.admin-header .breadcrumbs{font-size:12px}.admin-content{padding:20px 14px}.page-head{flex-wrap:wrap;margin-bottom:20px}.page-head h1{font-size:24px}.page-head .row{flex-wrap:wrap}.stat-grid{grid-template-columns:repeat(2,1fr);gap:10px}.stat-card .label{font-size:12px}.stat-card .value{font-size:27px}.stat-card .delta{font-size:10px}.card{padding:16px}.table-card{padding:0}.table-title{padding:16px}.dashboard-grid{gap:14px;margin:14px 0}.chart-bars{gap:6px}.chart-bar{width:13px}.threecol,.twocol,.feature-grid{grid-template-columns:1fr}.scope-panel{padding:24px 16px}.modal-backdrop{padding:12px}.modal{max-height:92dvh;border-radius:17px}.modal-body{padding:20px}.filter-row .search-field{width:100%;min-width:0}.phone .twocol{grid-template-columns:1fr 1fr}.home-create{min-height:150px}.review-bar .row{gap:7px}.admin-header .btn{font-size:11px;padding:7px 9px;min-height:32px}.admin-header .avatar{width:30px;height:30px}.admin-header .row{gap:5px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
