:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#18202b;background:#f4f7fb;font-synthesis:none;text-rendering:optimizeLegibility;--blue: #2f73f6;--blue-soft: #edf4ff;--violet: #7956e8;--violet-soft: #f4f0ff;--green: #23a777;--green-soft: #eaf8f3;--coral: #f06755;--coral-soft: #fff1ee;--border: #dde5ef;--muted: #748092;--surface: #ffffff;--canvas: #f4f7fb;--radius: 6px}*{box-sizing:border-box;letter-spacing:0}html,body,#root{margin:0;min-width:320px;min-height:100%}body{background:var(--canvas);color:#18202b}button,input,textarea,select{font:inherit}button{border:0}button,select{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid rgba(47,115,246,.45);outline-offset:2px}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;display:flex;width:208px;flex-direction:column;background:#fff;border-right:1px solid var(--border)}.brand{display:flex;height:68px;align-items:center;padding:0 24px;border-bottom:1px solid #edf1f6}.brand img{display:block;width:126px;height:36px;object-fit:contain;object-position:left center}.nav-list{display:flex;flex:1;flex-direction:column;gap:3px;padding:16px 12px}.nav-item{position:relative;display:flex;width:100%;min-height:44px;align-items:center;gap:13px;padding:0 14px;color:#343d49;background:transparent;border-radius:6px;text-align:left;transition:color .15s ease,background .15s ease}.nav-item:hover{color:var(--blue);background:#f5f8fc}.nav-item.active{color:var(--blue);background:#eaf3ff;font-weight:600}.nav-item.active:before{position:absolute;left:0;width:3px;height:20px;border-radius:0 2px 2px 0;background:var(--blue);content:""}.nav-item.divided{margin-top:14px}.nav-item.divided:after{position:absolute;top:-9px;right:10px;left:10px;height:1px;background:#edf1f6;content:""}.sidebar-foot{display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center;margin:0 12px 14px;padding:12px;border:1px solid var(--border);border-radius:6px}.store-avatar{display:grid;width:34px;height:34px;place-items:center;color:#fff;background:#1c2633;border-radius:5px;font-weight:700}.sidebar-foot strong,.sidebar-foot span{display:block}.sidebar-foot strong{font-size:13px}.sidebar-foot span{margin-top:2px;color:var(--muted);font-size:11px}.sidebar-mask{display:none}.app-main{min-width:0;margin-left:208px}.topbar{position:sticky;top:0;z-index:20;display:flex;height:68px;align-items:center;gap:18px;padding:0 24px;background:#fffffff5;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.topbar>.icon-button:first-child{display:none}.global-search{position:relative;display:flex;width:min(340px,36vw);height:38px;align-items:center;gap:8px;padding:0 12px;color:#8a95a5;background:#f7f9fc;border:1px solid #dfe6ef;border-radius:5px}.global-search input{width:100%;color:#273142;background:transparent;border:0;outline:0}.global-search>button{display:grid;padding:3px;color:#7b8798;background:transparent}.search-results{position:absolute;top:46px;right:0;left:0;z-index:50;padding:6px;background:#fff;border:1px solid var(--border);border-radius:6px;box-shadow:0 12px 28px #22304424}.search-results button{display:grid;width:100%;grid-template-columns:22px 1fr auto;gap:8px;align-items:center;padding:10px;color:#2d3746;background:transparent;border-radius:4px;text-align:left}.search-results button:hover{background:#f4f7fb}.search-empty{padding:16px 10px;color:var(--muted);text-align:center}.topbar-actions{display:flex;align-items:center;gap:4px;margin-left:auto}.top-link,.store-switch,.user-menu{display:inline-flex;min-height:36px;align-items:center;gap:7px;padding:0 10px;color:#3e4856;background:transparent;border-radius:5px}.top-link:hover,.store-switch:hover,.user-menu:hover{background:#f3f6fa}.top-link{position:relative}.top-link i{position:absolute;top:6px;right:5px;width:6px;height:6px;background:#f05656;border:1px solid #fff;border-radius:50%}.user-menu{width:36px;justify-content:center;padding:0;background:#edf2f8;border:1px solid #dce4ee}.notification-wrap{position:relative}.notification-popover{position:absolute;top:46px;right:-40px;width:330px;padding:8px;background:#fff;border:1px solid var(--border);border-radius:6px;box-shadow:0 15px 36px #1f2d4129}.popover-title{display:flex;justify-content:space-between;padding:8px 10px 10px;border-bottom:1px solid #edf1f6}.popover-title span{color:var(--muted);font-size:12px}.notification-popover>button{display:grid;width:100%;grid-template-columns:34px 1fr;gap:10px;align-items:center;padding:11px 10px;color:#263142;background:transparent;border-radius:4px;text-align:left}.notification-popover>button:hover{background:#f6f8fb}.notification-popover strong,.notification-popover small{display:block}.notification-popover strong{margin-bottom:4px;font-size:13px}.notification-popover small{overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.notice-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:5px}.notice-icon.blue{color:var(--blue);background:var(--blue-soft)}.notice-icon.green{color:var(--green);background:var(--green-soft)}.page-content{width:min(100%,1700px);min-height:calc(100vh - 68px);margin:0 auto;padding:22px 24px 36px}.page-heading{display:flex;min-height:56px;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:17px}.page-heading h1{margin:0;color:#151c26;font-size:24px;line-height:1.25}.page-heading p{margin:7px 0 0;color:var(--muted);font-size:13px}.dashboard-heading{margin-bottom:2px}.heading-with-icon{display:flex;gap:12px;align-items:flex-start}.heading-with-icon>span{display:grid;width:39px;height:39px;place-items:center;color:var(--blue);background:var(--blue-soft);border-radius:6px}.task-strip{display:grid;grid-template-columns:repeat(3,minmax(150px,190px)) minmax(280px,1fr);gap:10px;margin-bottom:15px}.status-card{display:grid;min-height:64px;grid-template-columns:36px 1fr auto;gap:10px;align-items:center;padding:9px 12px;color:#293343;background:#fff;border:1px solid var(--border);border-radius:var(--radius);text-align:left}.status-card:hover{border-color:#bccbe0}.status-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:5px}.status-icon.blue,.stat-icon.blue{color:var(--blue);background:var(--blue-soft)}.status-icon.violet,.stat-icon.violet{color:var(--violet);background:var(--violet-soft)}.status-icon.green,.stat-icon.green{color:var(--green);background:var(--green-soft)}.stat-icon.coral{color:var(--coral);background:var(--coral-soft)}.status-card small,.status-card strong{display:block}.status-card small{margin-bottom:2px;color:#606c7d;font-size:12px}.status-card strong{color:#1c2735;font-size:17px}.ai-suggestion{display:flex;min-width:0;min-height:64px;align-items:center;gap:11px;padding:10px 12px;color:#48556a;background:#f5f8ff;border:1px solid #cfdcf2;border-radius:var(--radius)}.ai-suggestion>svg{flex:0 0 auto;color:var(--blue)}.ai-suggestion span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-suggestion button{min-height:34px;margin-left:auto;padding:0 16px;color:#fff;background:var(--blue);border-radius:4px;white-space:nowrap}.module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.module-panel{min-width:0;padding:16px;background:#fff;border:1px solid var(--border);border-radius:var(--radius)}.module-panel.blue{border-color:#b9cef5}.module-panel.violet{border-color:#d5c8f2}.module-panel.green{border-color:#b9dfd0}.module-panel.coral{border-color:#f3c1b9}.module-head{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:12px}.module-title{display:flex;min-width:0;gap:12px;align-items:center}.module-icon{display:grid;width:48px;height:48px;flex:0 0 auto;place-items:center;border-radius:7px}.module-panel.blue .module-icon{color:var(--blue);background:var(--blue-soft)}.module-panel.violet .module-icon{color:var(--violet);background:var(--violet-soft)}.module-panel.green .module-icon{color:var(--green);background:var(--green-soft)}.module-panel.coral .module-icon{color:var(--coral);background:var(--coral-soft)}.module-title h2{margin:0;color:#1a2330;font-size:18px}.module-title p{margin:5px 0 0;color:var(--muted);font-size:12px}.module-status{color:var(--muted);font-size:12px;white-space:nowrap}.module-status strong{margin-left:3px;font-size:14px}.module-panel.blue .module-status strong{color:var(--blue)}.module-panel.violet .module-status strong{color:var(--violet)}.module-panel.green .module-status strong{color:var(--green)}.module-panel.coral .module-status strong{color:var(--coral)}.module-actions{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:14px 0 12px}.module-panel:not(.blue) .module-actions{grid-template-columns:repeat(4,minmax(0,1fr))}.module-actions button{min-height:37px;overflow:hidden;padding:0 9px;color:#465264;background:#fff;border:1px solid #dfe6ef;border-radius:4px;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.module-actions button:hover{color:var(--blue);border-color:#abc4ec;background:#f7faff}.primary-button,.secondary-button{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:7px;padding:0 15px;border-radius:4px;font-weight:600}.primary-button{color:#fff;background:#273142}.module-panel.blue>.primary-button{background:var(--blue)}.module-panel.violet>.primary-button{background:var(--violet)}.module-panel.green>.primary-button{background:var(--green)}.module-panel.coral>.primary-button{background:var(--coral)}.primary-button:hover{filter:brightness(.96)}.secondary-button{color:#3f4b5c;background:#fff;border:1px solid #d8e0ea}.secondary-button:hover{color:var(--blue);border-color:#aebfde}.blue-button{background:var(--blue)}.coral-button{background:var(--coral)}.full{width:100%}.dashboard-bottom{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.35fr);gap:14px;margin-top:14px}.panel{min-width:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius)}.task-panel,.overview-panel{min-height:266px;padding:14px 16px}.section-heading{display:flex;min-height:30px;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #edf1f5}.section-heading h2{margin:0;font-size:16px}.section-heading>button,.section-heading>span,.preview-actions button{display:inline-flex;align-items:center;gap:4px;color:#657286;background:transparent;font-size:12px}.section-heading>button:hover{color:var(--blue)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:12px}th,td{height:39px;padding:0 8px;overflow:hidden;border-bottom:1px solid #edf1f5;text-align:left;text-overflow:ellipsis;white-space:nowrap}th{color:#697588;font-weight:500}td{color:#354052}.task-panel th:first-child,.task-panel td:first-child{width:38%}.status-tag{min-height:24px;padding:0 9px;color:var(--blue);background:var(--blue-soft);border-radius:3px;font-size:11px}.status-tag.progress{color:var(--green);background:var(--green-soft)}.status-tag.done{color:#667286;background:#edf1f5;text-decoration:line-through}.segmented{display:inline-flex;align-items:center;padding:2px;background:#f1f4f8;border:1px solid #e1e7ef;border-radius:4px}.segmented button{min-height:27px;padding:0 11px;color:#617083;background:transparent;border-radius:3px;font-size:12px}.segmented button.active{color:var(--blue);background:#fff;box-shadow:0 1px 4px #2433491a}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.metric{display:flex;min-height:69px;align-items:center;justify-content:space-between;gap:8px;padding:11px;background:#f8fafc;border:1px solid #edf1f5;border-radius:4px}.metric small,.metric strong{display:block}.metric small{color:var(--muted);font-size:11px}.metric strong{margin-top:4px;font-size:20px}.metric i{display:grid;width:34px;height:34px;place-items:center;border-radius:5px}.metric i.blue{color:var(--blue);background:var(--blue-soft)}.metric i.violet{color:var(--violet);background:var(--violet-soft)}.metric i.green{color:var(--green);background:var(--green-soft)}.metric i.coral{color:var(--coral);background:var(--coral-soft)}.chart{margin-top:13px}.chart-label{color:#6c788b;font-size:11px}.chart-bars{display:grid;height:96px;grid-template-columns:repeat(7,1fr);gap:13px;align-items:end;padding:10px 4px 0;border-bottom:1px solid #e3e9f1}.chart-column{display:flex;height:100%;flex-direction:column;justify-content:flex-end;gap:5px;text-align:center}.chart-column span{min-height:8px;background:#71a4fa;border-radius:2px 2px 0 0;transition:height .22s ease}.chart-column:nth-child(3n) span{background:#8b72e8}.chart-column:nth-child(4n) span{background:#50b990}.chart-column small{color:#8691a0;font-size:9px}.icon-button{display:grid;width:34px;height:34px;place-items:center;color:#677386;background:transparent;border-radius:4px}.icon-button:hover,.icon-button.active{color:var(--blue);background:var(--blue-soft)}.toast{position:fixed;right:24px;bottom:24px;z-index:100;display:flex;min-height:44px;align-items:center;gap:9px;padding:0 15px;color:#fff;background:#263142;border-radius:5px;box-shadow:0 12px 28px #1822303d;font-size:13px}.toast svg{color:#6ce0af}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:20px;background:#121b2861}.modal{width:min(520px,100%);overflow:hidden;background:#fff;border-radius:7px;box-shadow:0 24px 60px #141f3047}.modal-header{display:flex;min-height:58px;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--border)}.modal-header h2{margin:0;font-size:17px}.modal-body{padding:18px}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:13px 18px;background:#f8fafc;border-top:1px solid var(--border)}.suggestion-list{display:grid;gap:15px}.suggestion-list>div{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start}.suggestion-number{display:grid;width:34px;height:34px;place-items:center;color:var(--blue);background:var(--blue-soft);border-radius:5px;font-size:11px;font-weight:700}.suggestion-list strong{font-size:14px}.suggestion-list p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.6}.studio-layout{display:grid;grid-template-columns:minmax(310px,.85fr) minmax(360px,1.2fr) minmax(240px,.7fr);gap:14px}.editor-panel,.preview-panel,.drafts-panel,.template-panel,.poster-canvas-panel,.poster-settings,.scenario-panel,.practice-room,.practice-stats,.settings-section{padding:16px}.field-label{display:block;margin:15px 0 7px;color:#526072;font-size:12px;font-weight:600}input,textarea,select{width:100%;color:#273142;background:#fff;border:1px solid #d8e0ea;border-radius:4px;outline:0}input,select{height:38px;padding:0 11px}textarea{padding:10px 11px;line-height:1.6;resize:vertical}input:focus,textarea:focus,select:focus{border-color:#7ea8ed;box-shadow:0 0 0 3px #2f73f617}.step-badge{display:grid;width:22px;height:22px;place-items:center;color:#fff!important;background:var(--blue);border-radius:50%;font-weight:700}.choice-grid{display:grid;gap:7px}.choice-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.choice-grid button,.channel-list button{min-height:36px;color:#526073;background:#fff;border:1px solid #dce4ed;border-radius:4px;font-size:12px}.choice-grid button.selected,.channel-list button.selected{color:var(--blue);background:var(--blue-soft);border-color:#8eb3f1}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.channel-list{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:16px}.channel-list button{display:flex;align-items:center;gap:7px;padding:0 9px}.check-box{display:grid;width:17px;height:17px;place-items:center;border:1px solid #cbd4e0;border-radius:3px}.channel-list button.selected .check-box{color:#fff;background:var(--blue);border-color:var(--blue)}.preview-actions{display:flex;gap:5px}.preview-actions button{min-height:29px;padding:0 8px;border:1px solid #dce3ec;border-radius:3px}.content-preview{width:min(100%,470px);min-height:500px;margin:12px auto 0;padding:20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;transition:opacity .2s ease}.content-preview.loading{opacity:.48}.preview-account{display:flex;gap:10px;align-items:center}.preview-account>div{display:grid;width:38px;height:38px;place-items:center;color:#fff;background:#202a38;border-radius:5px;font-weight:700}.preview-account strong,.preview-account small{display:block}.preview-account strong{font-size:13px}.preview-account small{margin-top:3px;color:var(--muted);font-size:10px}.content-preview>p{margin:17px 0;color:#364153;font-size:14px;line-height:1.75}.preview-media{display:flex;min-height:240px;flex-direction:column;align-items:center;justify-content:center;padding:24px;color:#fff;background:linear-gradient(145deg,#4b86ec,#6e63df 55%,#46b79b);border-radius:5px;text-align:center}.preview-media span{margin:14px 0 6px;font-size:24px;font-weight:700}.preview-media small{opacity:.85}.preview-footer{display:flex;gap:8px;margin-top:14px}.preview-footer span{color:var(--blue);font-size:11px}.draft-list{display:grid}.draft-list>button{display:grid;grid-template-columns:34px 1fr auto;gap:9px;align-items:center;padding:11px 0;color:#354052;background:transparent;border-bottom:1px solid #edf1f5;text-align:left}.draft-icon{display:grid;width:34px;height:34px;place-items:center;color:var(--blue);background:var(--blue-soft);border-radius:4px}.draft-list strong,.draft-list small{display:block}.draft-list strong{font-size:12px}.draft-list small{margin-top:4px;color:var(--muted);font-size:10px}.content-quota{margin-top:18px;padding:12px;background:#f7f9fc;border-radius:5px}.content-quota>div:first-child{display:flex;justify-content:space-between;margin-bottom:8px;color:#5e6a7b;font-size:11px}.progress-bar{height:6px;overflow:hidden;background:#e7ecf3;border-radius:3px}.progress-bar span{display:block;height:100%;background:var(--blue);border-radius:inherit}.poster-layout{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(380px,1.3fr) minmax(260px,.75fr);gap:14px}.template-filter{display:flex;gap:4px;margin-bottom:13px}.template-filter button{min-height:29px;padding:0 10px;color:#667386;background:transparent;border-radius:3px;font-size:12px}.template-filter button.active{color:var(--blue);background:var(--blue-soft)}.template-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.template-grid>button{position:relative;min-width:0;padding:6px;color:#465264;background:#fff;border:1px solid #e0e6ee;border-radius:5px}.template-grid>button.selected{color:var(--blue);border-color:#77a2e9;box-shadow:0 0 0 2px #2f73f614}.template-thumb{display:flex;height:148px;flex-direction:column;align-items:center;justify-content:center;color:#fff;border-radius:3px;text-align:center}.template-thumb strong{font-size:17px}.template-thumb small{margin-top:5px;opacity:.75;font-size:8px}.template-thumb.summer{background:linear-gradient(145deg,#44a7e7,#3fc7a6)}.template-thumb.weekend{background:linear-gradient(145deg,#5f55db,#a468e7)}.template-thumb.sale{background:linear-gradient(145deg,#f27a58,#ec4765)}.template-thumb.launch{background:linear-gradient(145deg,#24374e,#527590)}.template-grid>button>span:last-of-type{display:block;padding:8px 2px 2px;overflow:hidden;font-size:11px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.selected-check{position:absolute;top:10px;right:10px;display:grid;width:20px;height:20px;place-items:center;color:#fff;background:var(--blue);border:2px solid #fff;border-radius:50%}.canvas-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.canvas-toolbar>span{font-size:14px;font-weight:600}.poster-canvas{position:relative;display:flex;width:min(100%,430px);min-height:560px;flex-direction:column;justify-content:space-between;margin:0 auto;overflow:hidden;padding:26px;color:#fff;background:linear-gradient(155deg,#3e8add,#36bea2);border-radius:4px;box-shadow:0 10px 28px #2b415d2e}.poster-canvas.weekend{background:linear-gradient(155deg,#4636bb,#a45cd7)}.poster-canvas.sale{background:linear-gradient(155deg,#e94867,#f38e4e)}.poster-canvas.launch{background:linear-gradient(155deg,#172638,#4a748f)}.poster-canvas.ratio-1-1{min-height:430px;aspect-ratio:1}.poster-canvas.ratio-9-16{width:315px;min-height:560px}.poster-brand{font-size:12px;font-weight:600}.poster-copy{position:relative;z-index:2}.poster-copy small{opacity:.72;font-size:9px}.poster-copy h2{max-width:80%;margin:12px 0;font-size:38px;line-height:1.2}.poster-copy p{max-width:80%;margin:0;line-height:1.6}.poster-product{position:absolute;right:-40px;bottom:55px;display:grid;width:260px;height:260px;place-items:center;color:#ffffffe6;background:#ffffff24;border:1px solid rgba(255,255,255,.3);border-radius:50%}.poster-cta{position:relative;z-index:2;align-self:flex-start;padding:10px 14px;color:#26313d;background:#fff;border-radius:3px;font-size:12px;font-weight:700}.poster-settings label{display:block}.input-with-icon{position:relative}.input-with-icon svg{position:absolute;top:11px;left:10px;color:#7b8797}.input-with-icon input{padding-left:34px}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 0;border-bottom:1px solid #edf1f5}.setting-row strong,.setting-row small{display:block}.setting-row strong{font-size:13px}.setting-row small{margin-top:4px;color:var(--muted);font-size:11px}.toggle{position:relative;width:38px;height:22px;flex:0 0 auto;padding:0;background:#c7d0dc;border-radius:11px;transition:background .18s ease}.toggle span{position:absolute;top:3px;left:3px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .18s ease}.toggle.checked{background:var(--blue)}.toggle.checked span{transform:translate(16px)}.customer-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.customer-stats>div{display:flex;min-height:82px;align-items:center;gap:12px;padding:14px;background:#fff;border:1px solid var(--border);border-radius:var(--radius)}.stat-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:6px}.customer-stats small,.customer-stats strong{display:block}.customer-stats small{color:var(--muted);font-size:12px}.customer-stats strong{margin-top:3px;font-size:22px}.customer-panel,.works-panel{padding:15px 16px}.customer-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:14px}.local-search{display:flex;width:260px;height:36px;align-items:center;gap:7px;padding:0 10px;color:#8190a2;background:#f8fafc;border:1px solid #dce4ed;border-radius:4px}.local-search input{height:auto;padding:0;background:transparent;border:0;box-shadow:none}.customer-toolbar>.secondary-button{margin-left:auto}.customer-table table{min-width:760px}.customer-table th:first-child,.customer-table td:first-child{width:22%}.customer-name{display:flex;align-items:center;gap:9px}.customer-name>span{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;color:var(--blue);background:var(--blue-soft);border-radius:50%;font-weight:700}.customer-name strong,.customer-name small{display:block}.customer-name small{margin-top:2px;color:var(--muted);font-size:10px}.plain-tag,.stage-tag{display:inline-flex;min-height:23px;align-items:center;padding:0 8px;border-radius:3px;font-size:11px}.plain-tag{color:#586578;background:#f0f3f7}.stage-tag.待跟进{color:var(--coral);background:var(--coral-soft)}.stage-tag.沟通中{color:var(--blue);background:var(--blue-soft)}.stage-tag.已成交{color:var(--green);background:var(--green-soft)}.empty-state{padding:42px 0;color:var(--muted);text-align:center}.form-stack{display:grid;gap:14px}.form-stack .field-label{margin-top:0}.practice-layout{display:grid;grid-template-columns:minmax(270px,.8fr) minmax(440px,1.4fr) minmax(240px,.65fr);gap:14px}.scenario-list{display:grid;gap:7px}.scenario-list>button{display:grid;min-width:0;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;padding:12px;color:#3b4656;background:#fff;border:1px solid #e2e8f0;border-radius:5px;text-align:left}.scenario-list>button.selected{color:var(--coral);background:#fff8f6;border-color:#f0b2a8}.scenario-icon{display:grid;width:38px;height:38px;place-items:center;color:var(--coral);background:var(--coral-soft);border-radius:5px}.scenario-list strong,.scenario-list small,.scenario-list i{display:block}.scenario-list strong{font-size:13px}.scenario-list small{margin-top:4px;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.scenario-list i{margin-top:5px;color:#8a95a5;font-size:9px;font-style:normal}.practice-room{min-height:610px}.practice-room-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:13px;border-bottom:1px solid #edf1f5}.practice-room-head>div{display:flex;align-items:center;gap:10px}.ai-avatar{display:grid;width:40px;height:40px;place-items:center;color:var(--coral);background:var(--coral-soft);border-radius:5px}.practice-room-head strong,.practice-room-head small{display:block}.practice-room-head small{margin-top:3px;color:var(--muted);font-size:10px}.live-state{display:inline-flex;align-items:center;gap:6px;color:var(--coral);font-size:11px}.live-state i{width:7px;height:7px;background:var(--coral);border-radius:50%}.practice-empty{display:flex;min-height:500px;flex-direction:column;align-items:center;justify-content:center;padding:30px;color:#4b586a;text-align:center}.practice-empty>svg{color:var(--coral)}.practice-empty h2{margin:15px 0 7px;font-size:18px}.practice-empty p{margin:0;color:var(--muted);font-size:12px}.practice-empty>div{display:flex;gap:8px;margin:18px 0}.practice-empty>div span{padding:6px 9px;color:#677487;background:#f2f5f8;border-radius:3px;font-size:10px}.conversation{padding:20px 0 0}.message{display:flex;max-width:82%;gap:9px;margin-bottom:15px}.message>span{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;color:#fff;background:var(--coral);border-radius:4px;font-size:10px;font-weight:700}.message p{margin:0;padding:10px 12px;color:#425063;background:#f5f7fa;border-radius:4px;font-size:12px;line-height:1.6}.message.me{flex-direction:row-reverse;margin-left:auto}.message.me>span{background:var(--blue)}.message.me p{color:#fff;background:var(--blue)}.response-options{margin-top:28px;padding-top:15px;border-top:1px solid #edf1f5}.response-options>span{display:block;margin-bottom:8px;color:var(--muted);font-size:11px}.response-options button{width:100%;padding:12px;color:#4a5668;background:#fff;border:1px solid #dbe3ed;border-radius:4px;text-align:left;line-height:1.55}.response-options button:hover{color:var(--coral);background:#fff8f6;border-color:#efb3a9}.session-result{display:flex;min-height:350px;flex-direction:column;align-items:center;justify-content:center;color:#4a5668;text-align:center}.session-result svg{color:var(--green)}.session-result strong{margin:12px 0 7px}.session-result span{max-width:330px;margin-bottom:18px;color:var(--muted);font-size:12px;line-height:1.6}.score-ring{display:flex;width:126px;height:126px;flex-direction:column;align-items:center;justify-content:center;margin:22px auto;background:radial-gradient(circle at center,#fff 58%,transparent 60%),conic-gradient(var(--coral) 0 82%,#edf1f5 82%);border-radius:50%}.score-ring strong{font-size:28px}.score-ring span{margin-top:3px;color:var(--muted);font-size:10px}.practice-stat-list{display:grid;gap:10px}.practice-stat-list>div{display:flex;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #edf1f5;font-size:12px}.practice-stat-list span{color:var(--muted)}.positive{color:var(--green)}.weak-point{margin-top:18px;padding:12px;background:#fff7f4;border:1px solid #f5d1cb;border-radius:4px}.weak-point span,.weak-point strong,.weak-point small{display:block}.weak-point span{color:var(--muted);font-size:10px}.weak-point strong{margin:5px 0;color:var(--coral);font-size:13px}.weak-point small{color:#7f6d69;font-size:10px;line-height:1.5}.works-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.works-grid article{min-width:0;overflow:hidden;background:#fff;border:1px solid #e0e7ef;border-radius:5px}.work-cover{display:flex;height:155px;flex-direction:column;align-items:center;justify-content:center;gap:9px}.work-cover.blue{color:#3e7de3;background:#eaf3ff}.work-cover.violet{color:#7759d9;background:#f2edff}.work-cover.green{color:#26a579;background:#e8f7f1}.work-cover.coral{color:#e96552;background:#fff0ed}.work-cover span{font-size:11px}.work-info{display:flex;align-items:center;justify-content:space-between;padding:12px}.work-info strong,.work-info small{display:block}.work-info strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.work-info small{margin-top:4px;color:var(--muted);font-size:10px}.analytics-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.analytics-metrics>div{position:relative;min-height:116px;padding:16px}.analytics-icon{position:absolute;top:15px;right:15px;display:grid;width:36px;height:36px;place-items:center;color:var(--blue);background:var(--blue-soft);border-radius:5px}.analytics-metrics small,.analytics-metrics strong,.analytics-metrics i{display:block}.analytics-metrics small{color:var(--muted)}.analytics-metrics strong{margin:9px 0 6px;font-size:25px}.analytics-metrics i{color:var(--green);font-size:11px;font-style:normal}.analytics-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.7fr);gap:14px}.analytics-main,.source-panel{min-height:390px;padding:16px}.big-bar-chart{display:grid;height:300px;grid-template-columns:repeat(12,1fr);gap:11px;align-items:end;padding:24px 8px 0;border-bottom:1px solid #dfe6ef}.big-bar-chart>div{display:flex;height:100%;flex-direction:column;justify-content:flex-end;gap:7px;text-align:center}.big-bar-chart span{position:relative;min-height:10px;background:#5790ee;border-radius:2px 2px 0 0}.big-bar-chart span i{position:absolute;top:-18px;left:50%;color:#6d798a;font-size:8px;font-style:normal;transform:translate(-50%)}.big-bar-chart small{color:#8994a3;font-size:9px}.source-row{padding:15px 2px}.source-row>div:first-child{display:flex;justify-content:space-between;margin-bottom:8px;font-size:12px}.progress-bar span.violet{background:var(--violet)}.progress-bar span.green{background:var(--green)}.progress-bar span.coral{background:var(--coral)}.settings-layout,.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .wide{grid-column:1 / -1}.form-grid .field-label{margin-top:0}.page-actions{display:flex;justify-content:flex-end;margin-top:14px}.mobile-nav{display:none}@media(max-width:1320px){.task-strip{grid-template-columns:repeat(3,minmax(140px,1fr))}.ai-suggestion{grid-column:1 / -1}.studio-layout,.poster-layout,.practice-layout{grid-template-columns:minmax(280px,.8fr) minmax(400px,1.2fr)}.drafts-panel,.poster-settings,.practice-stats{grid-column:1 / -1}.draft-list,.practice-stat-list{grid-template-columns:repeat(3,1fr);gap:12px}.draft-list>button{border:1px solid #edf1f5;padding:10px;border-radius:4px}.practice-stats{display:grid;grid-template-columns:160px 1fr 260px;align-items:center}.practice-stats .section-heading{display:none}.weak-point{margin-top:0}}@media(max-width:1080px){.sidebar{width:190px}.app-main{margin-left:190px}.topbar{padding:0 18px}.top-link span{display:none}.module-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.module-panel:not(.blue) .module-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-bottom{grid-template-columns:1fr}.works-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.sidebar{width:208px;transform:translate(-100%);transition:transform .2s ease}.sidebar.mobile-open{transform:translate(0)}.sidebar-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:29;display:block;background:#141d2a5c}.app-main{margin-left:0}.topbar>.icon-button:first-child{display:grid}.global-search{width:min(330px,45vw)}.module-grid,.settings-layout,.studio-layout,.poster-layout,.practice-layout{grid-template-columns:1fr}.drafts-panel,.poster-settings,.practice-stats{grid-column:auto}.practice-stats{display:block}.practice-stats .section-heading{display:flex}.analytics-metrics,.customer-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-layout{grid-template-columns:1fr}.works-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.topbar{height:58px;gap:8px;padding:0 12px}.topbar-actions .top-link,.store-switch{display:none}.global-search{width:auto;flex:1}.page-content{min-height:calc(100vh - 58px);padding:16px 12px 84px}.page-heading{min-height:auto;align-items:center}.page-heading h1{font-size:21px}.page-heading>.primary-button,.page-heading>.secondary-button{min-width:38px;padding:0 10px;font-size:0}.page-heading>.primary-button svg,.page-heading>.secondary-button svg{width:17px;height:17px}.task-strip{grid-template-columns:1fr 1fr}.status-card{grid-template-columns:33px 1fr}.status-card>svg{display:none}.status-card:nth-child(3){grid-column:1 / -1}.ai-suggestion{grid-column:1 / -1}.module-head{align-items:center}.module-title p{max-width:220px;white-space:normal}.module-status{display:none}.module-actions,.module-panel:not(.blue) .module-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-bottom{display:block}.overview-panel{margin-top:12px}.metrics-grid{grid-template-columns:1fr 1fr}.task-panel table{min-width:620px}.choice-grid.five{grid-template-columns:repeat(3,1fr)}.field-row,.channel-list,.form-grid{grid-template-columns:1fr}.poster-canvas{min-height:500px}.template-grid{grid-template-columns:repeat(2,1fr)}.customer-toolbar{align-items:stretch;flex-direction:column}.customer-toolbar .local-search{width:100%}.customer-toolbar>.secondary-button{margin-left:0}.analytics-metrics,.customer-stats{grid-template-columns:1fr 1fr}.works-grid{grid-template-columns:1fr}.big-bar-chart{gap:5px}.mobile-nav{position:fixed;right:10px;bottom:10px;left:10px;z-index:25;display:grid;height:62px;grid-template-columns:repeat(5,1fr);padding:4px 6px;background:#fffffff7;border:1px solid var(--border);border-radius:8px;box-shadow:0 12px 28px #1e2b3d24;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.mobile-nav button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#596578;background:transparent;font-size:9px}.mobile-nav button.active{color:var(--blue)}.toast{right:12px;bottom:82px;left:12px;justify-content:center}.notification-popover{position:fixed;top:62px;right:12px;left:12px;width:auto}}@media(max-width:430px){.task-strip{grid-template-columns:1fr}.status-card:nth-child(3),.ai-suggestion{grid-column:auto}.ai-suggestion span{font-size:12px}.customer-stats,.analytics-metrics{grid-template-columns:1fr}.template-grid{grid-template-columns:1fr 1fr}.poster-canvas.ratio-9-16{width:100%}}
