:root{--navy-900: #071a38;--navy-800: #0f2041;--navy-700: #132b54;--teal-600: #009d8a;--teal-500: #00c2a8;--teal-50: #f0fdf9;--blue-500: #3b82f6;--blue-100: #dbeafe;--red-500: #ef4444;--red-100: #fee2e2;--orange-500: #f97316;--orange-100: #ffedd5;--violet-500: #7c3aed;--violet-100: #ede9fe;--color-page: #f3f6fb;--color-surface: #ffffff;--color-surface2: #f7f9fd;--color-border: #e4eaf4;--color-border2: #cdd6ea;--color-text: #17233d;--color-text2: #485570;--color-muted: #8a97af;--r-sm: 6px;--r-md: 10px;--r-lg: 14px;--r-pill: 9999px;--shadow-sm: 0 1px 3px rgba(15, 32, 65, .06), 0 1px 2px rgba(15, 32, 65, .04);--shadow-md: 0 4px 16px rgba(15, 32, 65, .08), 0 2px 4px rgba(15, 32, 65, .04);--shadow-lg: 0 20px 56px rgba(15, 32, 65, .14), 0 8px 16px rgba(15, 32, 65, .06);font-family:Avenir Next,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:var(--color-text);font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{height:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{height:100%;background:var(--color-page)}#root{height:100%}h1,h2,h3{font-weight:700}p{line-height:1.6}a,a:hover,a:focus,a:active{text-decoration:none}button{border:1px solid transparent;cursor:pointer;background:transparent;color:inherit;font:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--teal-500);outline-offset:2px}input,select,textarea{font:inherit;background:var(--color-surface);border:1px solid var(--color-border2);border-radius:var(--r-sm);color:var(--color-text);min-height:38px;padding:0 12px;width:100%;transition:border-color .14s,box-shadow .14s}input:hover,select:hover{border-color:var(--teal-500)}input:focus,select:focus{border-color:var(--teal-500);box-shadow:0 0 0 3px #00c2a826;outline:none}input::placeholder{color:var(--color-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid transparent;border-radius:var(--r-md);font-weight:600;font-size:14px;min-height:36px;padding:0 16px;white-space:nowrap;transition:transform .1s,box-shadow .14s,background .14s;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn:active{transform:none}.btn:disabled{cursor:not-allowed;opacity:.68;transform:none;box-shadow:none}.btn-primary{background:var(--teal-500);color:#fff;box-shadow:0 2px 8px #00c2a847}.btn-primary:hover{background:var(--teal-600)}.btn-secondary{background:var(--color-surface);color:var(--color-text2);border:1px solid var(--color-border2)}.btn-secondary:hover{background:var(--color-surface2)}.btn-danger{background:var(--red-500);color:#fff;border:1px solid var(--red-500);box-shadow:0 2px 8px #ef444438}.btn-danger:hover{background:#dc2626;border-color:#dc2626}.btn-sm{font-size:13px;min-height:29px;padding:0 11px;border-radius:var(--r-sm)}.icon-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff9;border:1px solid rgba(255,255,255,.12);border-radius:var(--r-sm);background:#ffffff0a;transition:background .14s,border-color .14s,color .14s;cursor:pointer}.icon-btn:hover{background:#ffffff14;border-color:#ffffff38;color:#fff}.icon-btn svg{width:18px;height:18px}.panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.panel-head{display:flex;align-items:center;justify-content:space-between;padding:13px 18px;border-bottom:1px solid var(--color-border)}.panel-head h2{font-size:13.5px;font-weight:700;color:var(--color-text)}.dashboard-hero{position:relative;aspect-ratio:16 / 9;margin:14px 14px 0;overflow:hidden;border:1px solid rgba(7,26,56,.14);border-radius:var(--r-lg);background:var(--navy-800);box-shadow:var(--shadow-md)}.dashboard-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.dashboard-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#071a3814,#071a3838 52%,#071a388a)}.dashboard-hero-greeting{position:absolute;top:18px;right:16px;z-index:1;width:60%;color:#ffffffe6;text-align:right}.dashboard-hero-greeting span,.dashboard-hero-greeting strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-hero-greeting span{font-size:18px;font-weight:800;line-height:1.25}.dashboard-hero-greeting strong{margin-top:16px;color:#fff;font-size:48px;font-weight:700;line-height:1}.dashboard-hero-overlay{position:absolute;left:16px;right:16px;bottom:14px;z-index:1;display:flex;gap:10px;align-items:center;color:#fff}.dashboard-hero-logo{width:42px;height:42px;border-radius:var(--r-md);background:#ffffffeb;box-shadow:0 8px 22px #071a3833}.dashboard-hero h1{font-size:20px;line-height:1.15;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kpi-grid-mobile{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:14px}.kpi-card{padding:16px 14px 13px;border-top:3px solid transparent;display:flex;flex-direction:column;gap:6px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.kpi-card.tone-blue{border-top-color:var(--blue-500)}.kpi-card.tone-orange{border-top-color:var(--orange-500)}.kpi-card.tone-red{border-top-color:var(--red-500)}.kpi-card.tone-teal{border-top-color:var(--teal-500)}.kpi-card.tone-violet{border-top-color:var(--violet-500)}.kpi-label{font-size:12px;color:var(--color-muted);font-weight:500}.kpi-value{font-size:26px;font-weight:700;line-height:1;color:var(--color-text)}.kpi-hint{font-size:11.5px;color:var(--color-muted)}.status-pill{background:var(--teal-50);border:1px solid rgba(0,194,168,.25);border-radius:var(--r-pill);color:var(--teal-600);font-size:12px;font-weight:700;padding:4px 9px;white-space:nowrap}.status-pill.muted{border-color:var(--color-border2);background:var(--color-surface2);color:var(--color-muted)}.status-pill.danger{background:var(--red-100);border-color:#ef444447;color:var(--red-500)}.status-pill.warning{background:var(--orange-100);border-color:#f9731647;color:var(--orange-500)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:48px 24px;text-align:center}.empty-icon{font-size:32px;opacity:.45;line-height:1}.empty-icon svg{width:40px;height:40px;color:var(--color-muted)}.empty-state p{font-size:13px;color:var(--color-muted);max-width:220px;line-height:1.6}.user-avatar{background:var(--teal-500);border-radius:var(--r-pill);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;flex-shrink:0}.user-avatar-md{width:38px;height:38px;font-size:14px}.user-avatar-lg{width:60px;height:60px;font-size:22px}.app-shell{display:flex;flex-direction:column;height:100dvh;height:100vh;max-width:480px;margin:0 auto;overflow:hidden;box-shadow:0 0 0 1px #0f20411a}.m-navbar{flex-shrink:0;height:56px;background:var(--navy-800);border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:6px;padding:0 16px}.m-navbar-title{flex:1;font-size:16px;font-weight:700;color:#fff;letter-spacing:-.2px}.m-navbar-actions{display:flex;gap:4px}.m-page{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:var(--color-page)}.m-page::-webkit-scrollbar{width:0;height:0}.m-tabbar{flex-shrink:0;height:calc(56px + env(safe-area-inset-bottom,0px));background:var(--navy-800);border-top:1px solid rgba(255,255,255,.06);display:flex;padding-bottom:env(safe-area-inset-bottom,0px)}.m-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10px;font-weight:600;color:#ffffff80;text-decoration:none;border:1px solid transparent;border-radius:var(--r-sm);margin:5px 3px;transition:background .14s,color .14s,border-color .14s;cursor:pointer}.m-tab svg{width:20px;height:20px}.m-tab:hover{background:#ffffff0f;color:#fffc}.m-tab.active{background:#00c2a829;border-color:#00c2a859;color:#fff}.m-section{display:flex;flex-direction:column;gap:10px;padding:14px}.m-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 14px 4px}.m-section-title{font-size:14px;font-weight:700;color:var(--color-text)}.m-section-head.compact{padding-top:0;padding-bottom:8px}.m-section-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.today-order-count{min-height:27px;display:inline-flex;align-items:center;padding:0 10px;border-radius:var(--r-pill);border:1px solid rgba(0,194,168,.25);background:var(--teal-50);color:var(--teal-600);font-size:12px;font-weight:700;white-space:nowrap}.quick-actions{padding:0 14px 4px}.quick-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quick-action-card{min-width:0;min-height:70px;display:flex;align-items:center;gap:10px;padding:12px;text-align:left;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);transition:border-color .14s,box-shadow .14s,transform .1s,background .14s}.quick-action-card:hover{background:var(--color-surface2);border-color:var(--color-border2);box-shadow:var(--shadow-md);transform:translateY(-1px)}.quick-action-card:active{transform:none;box-shadow:var(--shadow-sm)}.quick-action-icon{width:38px;height:38px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--r-md)}.quick-action-icon svg{width:20px;height:20px}.quick-action-icon.tone-blue{background:var(--blue-100);color:var(--blue-500)}.quick-action-icon.tone-teal{background:var(--teal-50);color:var(--teal-600)}.quick-action-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.quick-action-copy strong{color:var(--color-text);font-size:13px;line-height:1.2;white-space:nowrap}.quick-action-copy small{color:var(--color-muted);font-size:11px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-result-count{padding:8px 14px;color:var(--color-muted);font-size:12px;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.m-toolbar{display:flex;gap:8px;align-items:center;padding:10px 14px;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.m-search{flex:1;display:flex;align-items:center;gap:8px;height:36px;padding:0 11px;background:var(--color-surface2);border:1px solid var(--color-border2);border-radius:var(--r-md);transition:border-color .14s,box-shadow .14s}.m-search:focus-within{border-color:var(--teal-500);box-shadow:0 0 0 3px #00c2a826}.m-search svg{width:15px;height:15px;color:var(--color-muted);flex-shrink:0}.m-search input{flex:1;border:none;background:transparent;min-height:unset;height:100%;padding:0;font-size:13.5px;box-shadow:none;width:100%}.m-search input:focus{box-shadow:none;outline:none;border:none}.m-search input::placeholder{color:var(--color-muted)}.m-filter-bar{display:flex;gap:6px;padding:8px 14px;overflow-x:auto;scrollbar-width:none;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.m-filter-bar::-webkit-scrollbar{display:none}.m-filter-btn{flex-shrink:0;height:28px;padding:0 11px;border:1px solid transparent;border-radius:var(--r-pill);font-size:13px;font-weight:500;color:var(--color-text2);transition:background .14s,border-color .14s,color .14s;cursor:pointer;font-family:inherit}.m-filter-btn:hover{background:var(--color-surface2);border-color:var(--color-border);color:var(--color-text)}.m-filter-btn.active{background:var(--teal-50);border-color:#00c2a847;color:var(--teal-600);font-weight:600}.task-row{display:flex;align-items:center;gap:10px;padding:11px 16px;border-bottom:1px solid var(--color-border);background:var(--color-surface)}.task-row:last-child{border-bottom:none}.task-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.task-dot.urgent{background:var(--red-500)}.task-dot.normal{background:var(--orange-500)}.task-dot.done{background:var(--teal-500)}.task-body{flex:1;min-width:0}.task-title{font-size:13.5px;font-weight:500;color:var(--color-text)}.task-meta{font-size:11.5px;color:var(--color-muted);margin-top:1px}.task-chevron{color:var(--color-border2);flex-shrink:0}.task-chevron svg{width:14px;height:14px}.order-waterfall{column-count:2;column-gap:10px;padding:0 14px 14px}.order-list-waterfall{padding-top:12px}.order-card{display:inline-block;width:100%;margin:0 0 10px;padding:13px 12px;break-inside:avoid;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.order-card-button{font-family:inherit;text-align:left;cursor:pointer;transition:border-color .14s,box-shadow .14s,transform .1s,background .14s}.order-card-button:hover,.order-card-button:active{background:var(--color-surface2);border-color:var(--color-border2);box-shadow:var(--shadow-md)}.order-card-button:active{transform:translateY(1px)}.order-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.order-number{min-width:0;color:var(--color-text);font-size:13px;line-height:1.35;min-height:2.7em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:anywhere;overflow:hidden}.order-card .status-pill{flex-shrink:0;font-size:10.5px;padding:3px 7px}.order-amount{margin-top:10px;color:var(--teal-600);font-size:18px;font-weight:800;line-height:1.15;overflow-wrap:anywhere}.order-meta-list{display:flex;flex-direction:column;gap:7px;margin-top:12px}.order-meta-list div{display:flex;flex-direction:column;gap:2px}.order-meta-list dt{color:var(--color-muted);font-size:10.5px;font-weight:600}.order-meta-list dd{color:var(--color-text2);font-size:12px;line-height:1.35;overflow-wrap:anywhere}.order-load-more{display:flex;justify-content:center;padding:0 14px 14px}.order-load-more .btn{min-width:128px}.order-load-more span{color:var(--color-muted);font-size:12px;line-height:29px}.order-detail-sheet{max-height:min(86vh,760px)}.mobile-sheet-head p{margin-top:3px;color:var(--color-muted);font-size:12px;line-height:1.35;overflow-wrap:anywhere}.order-detail-content{display:flex;flex-direction:column;gap:12px;padding-bottom:calc(18px + env(safe-area-inset-bottom,0px))}.order-detail-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid rgba(0,194,168,.2);border-radius:var(--r-lg);background:var(--teal-50)}.order-detail-summary div{min-width:0;display:flex;flex-direction:column;gap:4px}.order-detail-summary span:first-child{color:var(--color-muted);font-size:12px;font-weight:700}.order-detail-summary strong{color:var(--teal-600);font-size:24px;line-height:1.1;overflow-wrap:anywhere}.order-detail-summary .status-pill{flex-shrink:0}.order-detail-section{padding:14px;border:1px solid var(--color-border);border-radius:var(--r-lg);background:var(--color-surface)}.order-detail-section h3{margin-bottom:10px;color:var(--color-text);font-size:14px;line-height:1.3}.order-detail-list{display:grid;gap:9px}.order-detail-list div{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;align-items:start}.order-detail-list dt{color:var(--color-muted);font-size:12px;line-height:1.45}.order-detail-list dd{color:var(--color-text2);font-size:13px;line-height:1.45;overflow-wrap:anywhere}.order-item-list{display:flex;flex-direction:column;gap:10px}.order-item-row{padding:12px;border:1px solid var(--color-border);border-radius:var(--r-md);background:var(--color-surface2)}.order-item-row>div{min-width:0;display:flex;flex-direction:column;gap:4px}.order-item-row strong{color:var(--color-text);font-size:13px;line-height:1.35;overflow-wrap:anywhere}.order-item-row span{color:var(--color-muted);font-size:11.5px;line-height:1.35;overflow-wrap:anywhere}.order-item-row dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.order-item-row dt{color:var(--color-muted);font-size:10.5px;line-height:1.25}.order-item-row dd{margin-top:2px;color:var(--color-text);font-size:12px;font-weight:700;line-height:1.3;overflow-wrap:anywhere}.order-detail-empty{color:var(--color-muted);font-size:13px;line-height:1.6}.product-row{display:flex;align-items:center;gap:12px;padding:0 14px 0 0;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.product-open-area{min-width:0;flex:1;display:flex;align-items:center;gap:12px;padding:13px 0 13px 14px;text-align:left;border-radius:0;transition:background .14s}.product-open-area:hover,.product-open-area:active{background:var(--color-surface2)}.product-thumb{width:60px;height:60px;border-radius:var(--r-md);background:var(--color-surface2);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-muted)}.product-thumb svg{width:22px;height:22px}.product-info{flex:1;min-width:0}.product-name{font-size:13.5px;font-weight:600;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.product-sku{font-size:11.5px;color:var(--color-muted);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-price-range{margin-bottom:7px;color:var(--color-text2);font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-foot{display:flex;align-items:center;gap:16px}.product-price{font-size:15px;font-weight:700;color:var(--teal-600)}.product-order-count{color:var(--color-text2);font-size:12px;font-weight:700;white-space:nowrap}.product-actions{width:58px;flex-shrink:0;display:flex;flex-direction:column;align-items:stretch;gap:7px}.product-actions .status-pill{width:100%;min-height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;font-size:12px;line-height:1}.product-status-action{width:100%;min-width:0;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0 9px;border-radius:var(--r-pill);border:1px solid rgba(0,194,168,.32);background:var(--teal-50);color:var(--teal-600);font-size:12px;font-weight:700;white-space:nowrap;transition:background .14s,border-color .14s,color .14s,transform .1s}.product-status-action:hover{background:#00c2a81f;border-color:#00c2a87a;transform:translateY(-1px)}.product-status-action:disabled{cursor:not-allowed;opacity:.62;transform:none}.product-status-action.danger{border-color:#ef444447;background:var(--red-100);color:var(--red-500)}.product-status-action.danger:hover{background:#ef444429;border-color:#ef44446b}.product-detail-page{min-height:100%;padding:14px 14px 24px;background:var(--color-page)}.product-detail-hero-card,.product-detail-section{margin-bottom:12px;padding:14px;border:1px solid var(--color-border);border-radius:var(--r-lg);background:var(--color-surface);box-shadow:var(--shadow-sm)}.product-detail-cover{width:100%;height:auto;max-height:none;object-fit:contain;border-radius:var(--r-md);border:1px solid var(--color-border);background:var(--color-surface2)}.product-detail-cover.empty{aspect-ratio:1.55;display:flex;align-items:center;justify-content:center;color:var(--color-muted)}.product-detail-cover.empty svg{width:34px;height:34px}.product-detail-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-top:12px}.product-detail-title-row h2{color:var(--color-text);font-size:17px;line-height:1.35}.product-detail-title-row p{margin-top:4px;color:var(--color-muted);font-size:12px;line-height:1.45;overflow-wrap:anywhere}.product-detail-title-row .status-pill{flex-shrink:0;min-height:28px}.product-detail-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.product-detail-metrics div{min-width:0;padding:12px 10px;border:1px solid var(--color-border);border-radius:var(--r-lg);background:var(--color-surface);box-shadow:var(--shadow-sm)}.product-detail-metrics svg{width:17px;height:17px;margin-bottom:7px;color:var(--teal-600)}.product-detail-metrics span{display:block;color:var(--color-muted);font-size:11px;line-height:1.2}.product-detail-metrics strong{display:block;margin-top:3px;color:var(--color-text);font-size:13px;line-height:1.25;overflow-wrap:anywhere}.product-detail-section h3{margin-bottom:10px;color:var(--color-text);font-size:14px;line-height:1.3}.product-detail-list{display:grid;gap:10px}.product-detail-list div{display:grid;grid-template-columns:86px minmax(0,1fr);gap:10px;align-items:start}.product-detail-list dt{display:inline-flex;align-items:center;gap:4px;color:var(--color-muted);font-size:12px;line-height:1.45}.product-detail-list dt svg{width:13px;height:13px}.product-detail-list dd,.product-detail-description{color:var(--color-text2);font-size:13px;line-height:1.6;overflow-wrap:anywhere}.product-detail-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.product-detail-gallery img{width:100%;height:auto;object-fit:contain;border-radius:var(--r-md);border:1px solid var(--color-border);background:var(--color-surface2)}.member-row{display:flex;align-items:center;gap:10px;padding:11px 16px;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.member-row-button{width:100%;text-align:left;border-left:none;border-right:none;border-top:none;border-radius:0}.member-row-button:hover{background:var(--color-surface2)}.member-row:last-child{border-bottom:none}.member-info{flex:1;min-width:0}.member-name{font-size:14px;font-weight:600;color:var(--color-text)}.member-email{font-size:12px;color:var(--color-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-role{font-size:11.5px;color:var(--color-text2);margin-top:1px}.member-actions{display:inline-flex;align-items:center;gap:7px;color:var(--color-muted);flex-shrink:0}.member-actions svg{width:16px;height:16px}.settings-section{padding:16px 14px 0}.settings-section-head{display:flex;align-items:flex-end;justify-content:space-between;padding:0 2px 8px}.settings-section-head h2{font-size:13px;font-weight:700;color:var(--color-text)}.settings-section-head span{font-size:11px;color:var(--color-muted)}.settings-list{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);overflow:hidden}.settings-cell{display:flex;align-items:center;gap:12px;min-height:64px;padding:12px 16px;background:var(--color-surface);border-bottom:1px solid var(--color-border);width:100%;text-align:left;font-family:inherit;cursor:pointer;text-decoration:none;transition:background .14s}.settings-cell:last-child{border-bottom:none}.settings-cell:hover,.settings-cell:active{background:var(--color-surface2)}.settings-cell-icon{width:34px;height:34px;border-radius:var(--r-md);background:var(--color-surface2);border:1px solid var(--color-border);color:var(--color-muted);flex-shrink:0;display:flex;align-items:center;justify-content:center}.settings-cell-icon svg{width:18px;height:18px}.settings-cell-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.settings-cell-title{display:block;font-size:14px;font-weight:700;line-height:1.25;color:var(--color-text)}.settings-cell-desc{display:block;font-size:12px;line-height:1.35;color:var(--color-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-cell-arrow{width:18px;height:18px;color:var(--color-border2);flex-shrink:0}.settings-cell-arrow svg{width:16px;height:16px}.profile-hero{display:flex;flex-direction:column;align-items:center;gap:8px;padding:30px 16px 22px;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.profile-name{font-size:18px;font-weight:700;color:var(--color-text)}.profile-email{font-size:13px;color:var(--color-muted)}.profile-page{min-height:100%;padding-bottom:22px}.profile-actions{padding:24px 14px 0}.profile-logout{width:100%;min-height:42px}.mobile-sheet-backdrop{position:fixed;inset:0;z-index:9200;display:flex;align-items:flex-end;justify-content:center;background:#071a385c}.mobile-sheet{width:min(480px,100%);max-height:min(82vh,720px);display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-bottom:none;border-radius:18px 18px 0 0;box-shadow:var(--shadow-lg);overflow:hidden}.mobile-sheet-head{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 16px 12px;border-bottom:1px solid var(--color-border)}.mobile-sheet-head h2{font-size:16px;line-height:1.25;color:var(--color-text)}.sheet-close{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:var(--r-md);color:var(--color-muted);background:var(--color-surface2);border:1px solid var(--color-border)}.sheet-close svg{width:18px;height:18px}.sheet-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:16px}.sheet-content::-webkit-scrollbar{width:0;height:0}.mobile-form{display:flex;flex-direction:column;gap:12px}.mobile-form label{display:flex;flex-direction:column;gap:7px;color:var(--color-text2);font-size:13px;font-weight:700}.field-label-row{min-height:24px;display:flex;align-items:center;justify-content:space-between;gap:12px}.field-inline-action{min-height:24px;padding:0 9px;border-radius:var(--r-pill);border:1px solid rgba(0,194,168,.25);background:var(--teal-50);color:var(--teal-600);font-size:12px;font-weight:700;white-space:nowrap}.field-inline-action:hover{border-color:#00c2a86b;background:#00c2a81f}.password-generate-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;width:100%}.password-generate-row input{border-radius:var(--r-sm) 0 0 var(--r-sm);border-right:none}.password-generate-button{min-height:38px;padding:0 12px;border-radius:0 var(--r-sm) var(--r-sm) 0}.mobile-form .checkbox-field{flex-direction:row;align-items:center;gap:9px;min-height:38px;color:var(--color-text)}.mobile-form .checkbox-field input{width:16px;min-height:16px;height:16px;flex-shrink:0;padding:0}.mobile-form .btn{width:100%;margin-top:2px}.password-form{margin-top:20px;padding-top:16px;border-top:1px solid var(--color-border)}.form-subtitle{font-size:13px;font-weight:700;color:var(--color-text)}.faq-list{display:flex;flex-direction:column;gap:10px}.faq-item{border:1px solid var(--color-border);border-radius:var(--r-md);background:var(--color-surface);padding:12px 13px}.faq-item summary{cursor:pointer;list-style:none;font-size:13.5px;font-weight:700;color:var(--color-text)}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin-top:9px;color:var(--color-text2);font-size:12.5px;line-height:1.7}.support-card{display:flex;flex-direction:column;gap:8px;margin-top:14px;padding:14px;border:1px solid var(--color-border);border-radius:var(--r-md);background:var(--color-surface2)}.support-card strong{color:var(--color-text);font-size:13.5px}.support-card p{color:var(--color-text2);font-size:12.5px;line-height:1.6}.support-card .btn{width:100%}.subpage{min-height:100%;padding:14px 14px 24px;background:var(--color-page)}.subpage-head{display:flex;align-items:center;gap:12px;padding:2px 0 16px}.subpage-back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:var(--r-md);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text2);box-shadow:var(--shadow-sm)}.subpage-back svg{width:18px;height:18px}.subpage-head h1{color:var(--color-text);font-size:18px;line-height:1.25}.subpage-head p{margin-top:3px;color:var(--color-muted);font-size:12.5px;line-height:1.45}.page-form{margin-bottom:14px;padding:15px;border:1px solid var(--color-border);border-radius:var(--r-lg);background:var(--color-surface);box-shadow:var(--shadow-sm)}.module-detail-card{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:18px;border:1px solid var(--color-border);border-radius:var(--r-lg);background:var(--color-surface);box-shadow:var(--shadow-sm)}.module-detail-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:var(--r-md);border:1px solid rgba(0,194,168,.22);background:var(--teal-50);color:var(--teal-600)}.module-detail-icon svg{width:22px;height:22px}.module-detail-card strong{color:var(--color-text);font-size:16px}.module-detail-card p{color:var(--color-text2);font-size:13px;line-height:1.6}.module-primary-action{width:100%;margin-top:14px}@keyframes skeleton-shimmer{0%,to{opacity:1}50%{opacity:.45}}.skeleton{background:var(--color-border);border-radius:var(--r-sm);animation:skeleton-shimmer 1.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}@keyframes spin{to{transform:rotate(360deg)}}.auth-mobile-shell,.state-page{min-height:100dvh;min-height:100vh;max-width:480px;margin:0 auto;background:var(--color-page)}.auth-mobile-shell{display:flex;align-items:center;padding:24px 16px}.auth-mobile-card{width:100%;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-lg);box-shadow:var(--shadow-md);padding:28px 18px 20px}.auth-mobile-mark{width:44px;height:44px;border-radius:var(--r-md);background:var(--teal-50);color:var(--teal-600);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.auth-mobile-mark svg{width:23px;height:23px}.auth-mobile-card h1,.state-page h1{color:var(--color-text);font-size:22px;line-height:1.25}.auth-mobile-card p,.state-page p{color:var(--color-muted);font-size:13px;margin-top:8px}.auth-mobile-form{display:flex;flex-direction:column;gap:14px;margin-top:22px}.auth-mobile-form label{display:flex;flex-direction:column;gap:7px;color:var(--color-text2);font-size:13px;font-weight:600}.auth-mobile-form .btn{width:100%;margin-top:4px}.auth-mobile-links{display:flex;justify-content:space-between;gap:12px;margin-top:16px;font-size:12px}.auth-mobile-links a{color:var(--teal-600);font-weight:600}.state-page{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px}.state-icon{width:46px;height:46px;color:var(--teal-600);margin-bottom:14px}.state-code{font-size:44px;line-height:1;font-weight:800;color:var(--teal-600);margin-bottom:10px}.state-actions{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap;justify-content:center}.toast-viewport{position:fixed;top:18px;right:18px;z-index:10000;display:grid;gap:10px;width:min(360px,calc(100vw - 36px));pointer-events:none}.toast{pointer-events:auto;padding:12px 14px;border:1px solid var(--color-border);border-radius:var(--r-md);background:#fff;color:var(--color-text);box-shadow:var(--shadow-lg);font-size:13px;font-weight:600;line-height:1.5}.toast-success{border-color:#00c2a84d;background:var(--teal-50);color:var(--teal-600)}.toast-error{border-color:#ef444440;background:#fff7f7;color:var(--red-500)}.toast-info{border-color:var(--color-border2);background:var(--color-surface);color:var(--color-text2)}.confirm-backdrop{position:fixed;inset:0;z-index:9000;display:grid;place-items:center;padding:24px;background:#071a386b}.confirm-dialog{width:min(420px,100%);display:grid;gap:12px;padding:20px;border:1px solid var(--color-border);border-radius:var(--r-lg);background:var(--color-surface);box-shadow:var(--shadow-lg)}.confirm-dialog h2{color:var(--color-text);font-size:18px}.confirm-dialog p{color:var(--color-text2);font-size:13px}.confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}
