:root{color-scheme:light;--bg: #f4f6f5;--surface: #ffffff;--surface-subtle: #f8faf9;--surface-strong: #eef2f0;--text: #17201c;--text-soft: #405048;--muted: #718078;--border: #dfe5e1;--border-strong: #cbd5cf;--brand: #176b4d;--brand-hover: #11573e;--brand-soft: #e9f5ef;--blue: #2563eb;--blue-soft: #ebf2ff;--violet: #7557c7;--violet-soft: #f1edff;--amber: #a7660b;--amber-soft: #fff4df;--danger: #b42318;--danger-hover: #951d14;--danger-soft: #fff0ef;--warning: #9a6700;--warning-soft: #fff5db;--info: #2459a9;--info-soft: #edf4ff;--success: #147a50;--success-soft: #e9f7f0;--shadow-sm: 0 1px 2px rgba(16, 24, 20, .05);--shadow-md: 0 10px 30px rgba(16, 24, 20, .09);--shadow-lg: 0 24px 70px rgba(16, 24, 20, .16);--radius-sm: 7px;--radius: 10px;--radius-lg: 14px;--sidebar-width: 244px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif}*{box-sizing:border-box}html{min-width:320px;background:var(--bg)}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.56}a{color:inherit}img{max-width:100%}::selection{background:#cce9da;color:var(--text)}:focus-visible{outline:3px solid rgba(23,107,77,.2);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.full-width{width:100%}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(420px,.92fr) minmax(520px,1.08fr);background:var(--surface)}.login-brand-panel{position:relative;isolation:isolate;min-height:100vh;overflow:hidden;background:#183327 url(/fd-login-bg.jpg) center / cover no-repeat}.login-brand-overlay{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0918122e,#081711cc)}.login-brand-content{position:absolute;left:clamp(36px,6vw,84px);right:clamp(36px,6vw,84px);bottom:clamp(48px,9vh,96px);color:#fff}.brand-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#0d231a52;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#ffffffe6;font-size:12px;font-weight:600;letter-spacing:.04em}.login-brand-content h1{max-width:540px;margin:20px 0 14px;font-size:clamp(34px,3.4vw,54px);line-height:1.18;letter-spacing:-.035em;font-weight:700}.login-brand-content p{max-width:500px;margin:0;color:#ffffffc2;font-size:16px;line-height:1.8}.login-form-panel{min-height:100vh;position:relative;display:grid;place-items:center;padding:72px clamp(28px,7vw,110px) 100px;background:var(--surface)}.login-form{width:min(400px,100%)}.login-logo{display:block;width:auto;height:48px;margin:0 0 46px;object-fit:contain}.login-heading>span,.page-eyebrow{display:block;margin-bottom:9px;color:var(--brand);font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.login-heading h2{margin:0;font-size:30px;line-height:1.2;letter-spacing:-.02em}.login-heading p{margin:10px 0 30px;color:var(--muted);line-height:1.65}.login-submit{width:100%;min-height:46px;margin-top:8px}.form-notice,.form-error{margin-bottom:20px;padding:11px 13px;border-radius:var(--radius-sm);font-size:13px;line-height:1.5}.form-notice{color:var(--info);background:var(--info-soft);border:1px solid #cfdef8}.form-error{color:var(--danger);background:var(--danger-soft);border:1px solid #f2cbc7}.site-footer{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;color:#ffffffb8;font-size:12px;line-height:1.6}.site-footer.is-light{color:var(--muted)}.login-form-panel>.site-footer{position:absolute;left:24px;right:24px;bottom:24px}.site-footer a{text-decoration:none}.site-footer a:hover{color:var(--brand);text-decoration:underline}.footer-divider{opacity:.55}.public-security{display:inline-flex;align-items:center;gap:5px}.public-security img{width:15px;height:15px}.field{display:grid;gap:7px;min-width:0}.field>span:first-child{color:var(--text-soft);font-size:13px;font-weight:600}.field input,.field select,.field textarea,.control-select,.inline-status-select select,.search-box input{width:100%;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.field input,.field select,.control-select,.inline-status-select select{height:40px;padding:0 12px}.field textarea{min-height:104px;padding:10px 12px;line-height:1.65;resize:vertical}.field input::placeholder,.field textarea::placeholder,.search-box input::placeholder{color:#9aa59f}.field input:focus,.field select:focus,.field textarea:focus,.control-select:focus,.inline-status-select select:focus,.search-box:focus-within{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #176b4d1c}.field input:disabled{background:var(--surface-strong);color:var(--muted)}.input-with-icon{height:43px;display:flex;align-items:center;gap:9px;padding:0 11px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--muted);transition:border-color .16s ease,box-shadow .16s ease}.input-with-icon:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #176b4d1c}.input-with-icon input{flex:1;min-width:0;height:100%;padding:0;border:0;outline:0;background:transparent;color:var(--text)}.input-with-icon .icon-button{width:32px;height:32px;margin-right:-6px}.button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:1px solid transparent;border-radius:var(--radius-sm);font-weight:600;white-space:nowrap;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button.primary{color:#fff;background:var(--brand);border-color:var(--brand);box-shadow:0 1px 2px #176b4d33}.button.primary:hover:not(:disabled){background:var(--brand-hover);border-color:var(--brand-hover)}.button.secondary{color:var(--text-soft);background:var(--surface);border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.button.secondary:hover:not(:disabled){color:var(--text);background:var(--surface-subtle);border-color:#b8c5bd}.button.quiet{color:var(--text-soft);background:transparent;border-color:transparent}.button.quiet:hover:not(:disabled){color:var(--brand);background:var(--brand-soft)}.button.danger{color:#fff;background:var(--danger);border-color:var(--danger)}.button.danger:hover:not(:disabled){background:var(--danger-hover)}.button.compact{min-height:32px;padding:0 10px;font-size:12px}.icon-button{width:36px;height:36px;flex:0 0 auto;display:inline-grid;place-items:center;padding:0;border:1px solid transparent;border-radius:var(--radius-sm);color:var(--muted);background:transparent;transition:color .16s ease,background .16s ease,border-color .16s ease}.icon-button:hover:not(:disabled){color:var(--text);background:var(--surface-strong)}.icon-button.danger-quiet:hover:not(:disabled){color:var(--danger);background:var(--danger-soft)}.app-shell{min-height:100vh}.sidebar{position:fixed;z-index:40;inset:0 auto 0 0;width:var(--sidebar-width);display:flex;flex-direction:column;padding:18px 13px 14px;border-right:1px solid #25332c;background:#15221c;color:#dce7e1}.sidebar-brand{width:100%;display:flex;align-items:center;gap:11px;padding:5px 8px 20px;border:0;border-bottom:1px solid rgba(255,255,255,.09);color:inherit;background:transparent;text-align:left}.sidebar-logo{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;padding:4px;border-radius:9px;background:#fff}.sidebar-logo img{width:100%;height:100%;object-fit:contain}.sidebar-brand>span:last-child{min-width:0;display:grid;gap:3px}.sidebar-brand strong{font-size:15px;color:#fff}.sidebar-brand small{color:#8fa49a;font-size:11px}.sidebar-nav{flex:1;overflow-y:auto;padding:14px 0;scrollbar-width:thin}.nav-section+.nav-section{margin-top:13px}.nav-label{padding:0 11px;margin-bottom:5px;color:#6f857a;font-size:10px;font-weight:700;letter-spacing:.12em}.nav-item{width:100%;min-height:40px;display:flex;align-items:center;gap:11px;padding:0 11px;border:0;border-radius:7px;background:transparent;color:#aebdb6;font-size:13px;text-align:left;transition:color .16s ease,background .16s ease}.nav-item:hover{color:#fff;background:#ffffff0e}.nav-item.is-active{color:#fff;background:#ffffff1a;box-shadow:inset 2px 0 #55b88d}.nav-item.is-active svg{color:#69c79e}.sidebar-account{display:flex;align-items:center;gap:9px;padding:13px 6px 2px;border-top:1px solid rgba(255,255,255,.09)}.account-avatar{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#294138;color:#bfe5d2;font-size:13px;font-weight:700}.account-copy{min-width:0;flex:1;display:grid;gap:2px}.account-copy strong,.account-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-copy strong{color:#eef5f1;font-size:12px}.account-copy small{color:#7f958a;font-size:10px}.sidebar-account .icon-button{color:#82978d}.sidebar-account .icon-button:hover{color:#fff;background:#ffffff14}.app-main{min-height:100vh;margin-left:var(--sidebar-width);padding:38px clamp(24px,3vw,48px) 28px}.app-main>.site-footer{margin-top:36px;padding:14px 0;border-top:1px solid var(--border)}.mobile-header,.mobile-backdrop{display:none}.app-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:13px;color:var(--muted)}.app-loading img{height:45px;width:auto;margin-bottom:5px}.security-alert{max-width:1500px;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:-12px auto 24px;padding:9px 13px;border:1px solid #efd9a2;border-radius:var(--radius);background:var(--warning-soft);color:#704c00}.security-alert>div{display:flex;align-items:center;gap:9px}.security-alert button{padding:5px 8px;border:0;background:transparent;color:#704c00;font-weight:700}.security-alert button:hover{text-decoration:underline}.page-header{max-width:1500px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 auto 24px}.page-header-copy{min-width:0}.page-header h1{margin:0;font-size:27px;line-height:1.25;letter-spacing:-.025em}.page-header p{margin:8px 0 0;color:var(--muted);line-height:1.6}.page-actions{flex:0 0 auto;display:flex;align-items:center;gap:9px}.panel,.connection-card,.table-summary-strip,.order-status-grid,.stats-grid,.dashboard-grid,.quick-links,.integration-stats,.account-layout,.info-callout{max-width:1500px;margin-left:auto;margin-right:auto}.panel{margin-bottom:18px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.panel-header{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-bottom:1px solid var(--border)}.panel-header h2,.drawer-head h2,.dialog h2,.form-section h3,.detail-section h3{margin:0;font-size:15px;line-height:1.35}.panel-header p,.drawer-head p,.form-section-head p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.record-count{color:var(--muted);font-size:12px}.toolbar{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 18px;border-bottom:1px solid var(--border);background:var(--surface-subtle)}.toolbar-controls{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.toolbar-meta{flex:0 0 auto;color:var(--muted);font-size:12px}.search-box{width:min(280px,100%);height:36px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--muted)}.search-box input{min-width:0;height:100%;padding:0;border:0;outline:none;background:transparent}.control-select{width:auto;min-width:124px;height:36px}.content-tabs{max-width:1500px;display:flex;gap:2px;margin:0 auto 14px;padding:3px;border:1px solid var(--border);border-radius:9px;background:#e9eeeb;width:fit-content;margin-left:max(0px,calc((100% - 1500px)/2))}.content-tabs button{min-height:34px;display:flex;align-items:center;gap:7px;padding:0 13px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:13px;font-weight:600}.content-tabs button span{min-width:18px;color:inherit;font-size:11px}.content-tabs button.is-active{color:var(--text);background:var(--surface);box-shadow:var(--shadow-sm)}.filter-chips{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.filter-chips button{min-height:32px;padding:0 10px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--muted);font-size:12px;font-weight:600}.filter-chips button:hover,.filter-chips button.is-active{color:var(--brand);background:var(--brand-soft)}.status-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.status-badge.tone-success{color:var(--success);background:var(--success-soft)}.status-badge.tone-warning{color:var(--warning);background:var(--warning-soft)}.status-badge.tone-danger{color:var(--danger);background:var(--danger-soft)}.status-badge.tone-info{color:var(--info);background:var(--info-soft)}.status-badge.tone-neutral{color:#5f6d66;background:#edf1ef}.table-wrap{width:100%;overflow-x:auto}table{width:100%;min-width:780px;border-collapse:collapse}th,td{padding:13px 18px;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle}th{color:var(--muted);background:#fbfcfb;font-size:11px;font-weight:700;letter-spacing:.02em;white-space:nowrap}td{color:var(--text-soft);font-size:13px}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fbfdfc}.resource-mobile{display:none}.row-actions{display:flex;align-items:center;flex-wrap:wrap;gap:5px}.entity-cell{min-width:210px;display:flex;align-items:center;gap:11px}.entity-cell img{width:42px;height:42px;flex:0 0 auto;border:1px solid var(--border);border-radius:8px;background:var(--surface-strong);object-fit:cover}.entity-cell>span{min-width:0;display:grid;gap:3px}.entity-cell strong{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-weight:650}.entity-cell small{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted)}.book-entity img{height:54px;border-radius:5px}.event-entity img{width:64px;height:44px}.category-label{display:inline-flex;min-height:25px;align-items:center;padding:0 8px;border:1px solid var(--border);border-radius:6px;background:var(--surface-subtle);color:var(--text-soft);font-size:11px;font-weight:650}.price-cell{display:grid;gap:2px;white-space:nowrap}.price-cell strong,.money-emphasis{color:var(--text);font-size:14px}.price-cell del,.price-cell small{color:var(--muted);font-size:11px}.tag-row{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.tag-row span{padding:3px 6px;border-radius:4px;color:#5f6b65;background:var(--surface-strong);font-size:10px}.clamp-copy{max-width:260px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--muted);line-height:1.5}.empty-state{min-height:250px;display:grid;place-content:center;justify-items:center;gap:8px;padding:34px;color:var(--muted);text-align:center}.empty-icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:3px;border-radius:50%;background:var(--surface-strong);color:#77867e}.empty-state strong{color:var(--text-soft)}.empty-state p{max-width:360px;margin:0;font-size:12px;line-height:1.6}.loading-state{max-width:1500px;min-height:360px;display:grid;place-content:center;justify-items:center;gap:10px;margin:0 auto;color:var(--muted)}.layer{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0}.layer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#1018146b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fade-in .18s ease both}.drawer{position:absolute;z-index:1;top:0;right:0;width:min(460px,100%);height:100%;display:flex;flex-direction:column;background:var(--surface);box-shadow:var(--shadow-lg);animation:drawer-in .22s ease both}.drawer.drawer-wide{width:min(660px,100%)}.drawer-head{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 20px;border-bottom:1px solid var(--border)}.drawer-head>div{min-width:0}.drawer-body{flex:1;overflow-y:auto;padding:20px}.drawer-foot{min-height:66px;display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:12px 20px;border-top:1px solid var(--border);background:var(--surface-subtle)}.layer-centered{display:grid;place-items:center;padding:20px}.dialog{position:relative;z-index:1;width:min(420px,100%);padding:22px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-lg);animation:dialog-in .18s ease both}.dialog h2{font-size:17px}.dialog p{margin:10px 0 22px;color:var(--muted);line-height:1.7}.dialog-actions{display:flex;justify-content:flex-end;gap:8px}.form-section+.form-section{margin-top:24px;padding-top:24px;border-top:1px solid var(--border)}.form-section-head{margin-bottom:15px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.field-full{grid-column:1 / -1}.image-preview{min-height:220px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:repeating-conic-gradient(#f1f4f2,#f1f4f2 25%,#fafbfa 0%,#fafbfa 50%) 50% / 16px 16px}.image-preview img{width:100%;height:260px;display:block;object-fit:cover}.image-preview.compact img{width:auto;max-width:210px;height:260px;object-fit:contain}.image-placeholder{color:var(--muted);font-size:12px}.toast{position:fixed;z-index:150;right:22px;bottom:22px;max-width:min(390px,calc(100vw - 32px));padding:12px 15px;border:1px solid #28473a;border-radius:8px;background:#172a22;color:#fff;box-shadow:var(--shadow-md);font-size:13px;animation:toast-in .2s ease both}.attention-banner{width:min(1500px,100%);min-height:62px;display:flex;align-items:center;gap:12px;margin:0 auto 16px;padding:11px 15px;border:1px solid #ecd9a3;border-radius:var(--radius);background:var(--warning-soft);color:#704c00;text-align:left}.attention-banner>span:nth-child(2){flex:1;display:grid;gap:3px}.attention-banner small{color:#896a22}.attention-icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;background:#9a67001a}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.stat-card{min-width:0;padding:16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.stat-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--muted);font-size:12px;font-weight:600}.stat-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;color:var(--brand);background:var(--brand-soft)}.stat-card.tone-blue .stat-icon{color:var(--blue);background:var(--blue-soft)}.stat-card.tone-violet .stat-icon{color:var(--violet);background:var(--violet-soft)}.stat-card.tone-amber .stat-icon{color:var(--amber);background:var(--amber-soft)}.stat-card>strong{display:block;margin-top:12px;color:var(--text);font-size:27px;line-height:1;letter-spacing:-.025em}.stat-card>p{margin:8px 0 0;color:var(--muted);font-size:11px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:16px}.dashboard-grid .panel{margin:0}.dashboard-orders{min-width:0}.order-id{display:block;max-width:140px;overflow:hidden;text-overflow:ellipsis;color:var(--muted);font-size:11px}.table-code-inline{color:var(--text);font-size:14px}.integration-panel{padding:18px}.integration-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:9px;color:var(--brand);background:var(--brand-soft)}.integration-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.integration-heading span{color:var(--muted);font-size:11px}.integration-heading h2{margin:3px 0 0;font-size:18px}.integration-detail{margin-top:20px;padding:14px;border-radius:8px;background:var(--surface-subtle)}.integration-detail>span{color:var(--muted);font-size:11px}.integration-detail>strong{display:block;margin-top:4px;font-size:13px}.integration-detail p,.integration-note{color:var(--muted);font-size:11px;line-height:1.6}.integration-detail p{margin:6px 0 0}.integration-note{margin:14px 0}.quick-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.quick-links button{min-height:68px;display:flex;align-items:center;gap:12px;padding:12px 15px;border:1px solid var(--border);border-radius:var(--radius);color:var(--text-soft);background:var(--surface);text-align:left}.quick-links button:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.quick-links button>svg:first-child{color:var(--brand)}.quick-links button>svg:last-child{margin-left:auto;color:var(--muted)}.quick-links button span{display:grid;gap:3px}.quick-links button small{color:var(--muted)}.listing-summary{display:flex;align-items:center;gap:13px;margin-bottom:24px;padding:13px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-subtle)}.listing-summary img{width:58px;height:58px;flex:0 0 auto;border-radius:8px;object-fit:cover}.listing-summary span{display:grid;gap:3px}.listing-summary small{color:var(--brand);font-size:10px;font-weight:700;letter-spacing:.07em}.listing-summary strong{font-size:15px}.listing-summary p{margin:0;color:var(--muted);font-size:11px}.table-summary-strip{min-height:72px;display:flex;align-items:stretch;margin-bottom:16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.table-summary-strip>div{min-width:150px;display:flex;align-items:center;gap:10px;padding:13px 18px}.table-summary-strip>div+div{border-left:1px solid var(--border)}.table-summary-strip>div>span:last-child{display:grid;gap:3px}.table-summary-strip small{color:var(--muted);font-size:11px}.table-summary-strip strong{font-size:19px;line-height:1}.summary-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:var(--violet);background:var(--violet-soft)}.qr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;padding:16px}.qr-card{min-width:0;padding:15px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);transition:border-color .16s ease,box-shadow .16s ease}.qr-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.qr-card.is-inactive{background:#f6f8f7;opacity:.72}.qr-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.qr-card-head>div{display:grid;gap:3px}.qr-card-head strong{font-size:19px;letter-spacing:-.02em}.qr-card-head span{color:var(--muted);font-size:11px}.qr-image-wrap{min-height:176px;display:grid;place-items:center;margin:14px 0;border:1px dashed var(--border-strong);border-radius:8px;background:#fff;color:var(--muted);font-size:11px}.qr-image-wrap img{width:168px;height:168px;display:block}.qr-paths{display:grid;gap:8px}.qr-paths>span{min-width:0;display:grid;gap:3px}.qr-paths small{color:var(--muted);font-size:10px}.qr-paths code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-soft);font-size:10px}.qr-actions{display:flex;align-items:center;gap:5px;margin-top:14px;padding-top:12px;border-top:1px solid var(--border)}.qr-actions .danger-quiet{margin-left:auto}.table-code-preview{display:grid;justify-items:center;gap:8px;margin-top:22px;padding:26px;border:1px dashed var(--border-strong);border-radius:var(--radius);background:var(--surface-subtle)}.table-code-preview small{color:var(--muted)}.table-code-preview strong{font-size:36px;letter-spacing:.08em}.order-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.order-status-grid button{min-height:67px;display:flex;align-items:center;justify-content:space-between;padding:12px 15px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--muted);text-align:left}.order-status-grid button:hover,.order-status-grid button.is-active{color:var(--brand);border-color:#acd5c2;background:var(--brand-soft)}.order-status-grid button span{font-size:12px;font-weight:600}.order-status-grid button strong{color:var(--text);font-size:23px}.order-primary{min-width:150px;display:grid;gap:3px}.order-primary>strong{color:var(--text);font-size:15px}.order-primary span{max-width:175px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:10px}.order-primary small{color:var(--muted);font-size:10px}.order-items-brief{min-width:160px;display:grid;gap:3px}.order-items-brief span{color:var(--text-soft);font-size:12px}.order-items-brief small{color:var(--muted);font-size:10px}.order-actions{flex-wrap:nowrap}.inline-status-select select{width:96px;height:32px;padding:0 7px;color:var(--text-soft);background:var(--surface);font-size:11px}.order-detail{display:grid;gap:20px}.order-detail-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:15px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-subtle)}.order-detail-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:9px;color:var(--blue);background:var(--blue-soft)}.order-detail-hero>div{display:grid;gap:2px}.order-detail-hero small{color:var(--muted);font-size:10px}.order-detail-hero strong{font-size:19px}.order-detail-hero p{margin:0;color:var(--muted);font-size:11px}.detail-list{display:grid;gap:0;margin:0;border:1px solid var(--border);border-radius:var(--radius)}.detail-list>div{display:grid;grid-template-columns:90px 1fr;gap:12px;padding:11px 13px}.detail-list>div+div{border-top:1px solid var(--border)}.detail-list dt{color:var(--muted)}.detail-list dd{margin:0;color:var(--text-soft);text-align:right}.detail-section{display:grid;gap:11px}.detail-section-title{display:flex;align-items:center;justify-content:space-between}.detail-section-title span{color:var(--muted);font-size:11px}.order-line-items{display:grid;border:1px solid var(--border);border-radius:var(--radius)}.order-line-items>div{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px}.order-line-items>div+div{border-top:1px solid var(--border)}.order-line-items img{width:42px;height:42px;border-radius:7px;background:var(--surface-strong);object-fit:cover}.order-line-items span{display:grid;gap:3px}.order-line-items small{color:var(--muted)}.order-line-items b{font-size:12px}.order-total{min-height:60px;display:flex;align-items:center;justify-content:space-between;padding:13px 15px;border-radius:var(--radius);background:#17241e;color:#fff}.order-total span{color:#a7b8af}.order-total strong{font-size:22px}.status-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.status-action-grid button{min-height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 11px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-soft);font-size:12px;font-weight:600}.status-action-grid button:hover{color:var(--brand);border-color:#acd5c2;background:var(--brand-soft)}.icon-copy{display:flex;align-items:flex-start;gap:6px;min-width:130px}.icon-copy svg{flex:0 0 auto;margin-top:1px;color:var(--muted)}.icon-copy span{max-width:200px;line-height:1.45}.capacity-cell{min-width:84px;display:grid;gap:6px}.capacity-cell>span{width:74px;height:4px;overflow:hidden;border-radius:999px;background:var(--surface-strong)}.capacity-cell i{height:100%;display:block;border-radius:inherit;background:var(--brand)}.connection-card{min-height:122px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;margin-bottom:14px;padding:20px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.connection-card.is-ready{border-left:3px solid var(--success)}.connection-card.is-warning{border-left:3px solid var(--warning)}.connection-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:10px;color:var(--success);background:var(--success-soft)}.connection-card.is-warning .connection-icon{color:var(--warning);background:var(--warning-soft)}.connection-copy>span{color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.08em}.connection-copy h2{margin:5px 0 0;font-size:18px}.connection-copy p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.6}.integration-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px}.integration-stats>div{min-width:0;display:flex;align-items:center;gap:11px;padding:13px 14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.integration-stat-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;color:var(--brand);background:var(--brand-soft)}.integration-stats>div>span:last-child{min-width:0;display:grid;gap:3px}.integration-stats small{color:var(--muted);font-size:10px}.integration-stats strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.log-message{max-width:540px;display:block;line-height:1.5}.info-callout{display:flex;align-items:flex-start;gap:11px;padding:14px 16px;border:1px solid #cfe2d7;border-radius:var(--radius);background:var(--brand-soft);color:var(--brand)}.info-callout svg{flex:0 0 auto;margin-top:1px}.info-callout p{margin:5px 0 0;color:#426d5a;font-size:12px;line-height:1.65}.account-layout{display:grid;grid-template-columns:minmax(0,620px) minmax(280px,360px);align-items:start;gap:16px;margin-left:max(0px,calc((100% - 1500px)/2));margin-right:auto}.password-panel{width:100%;margin:0}.password-form{display:grid;gap:16px;padding:20px}.password-submit{width:fit-content;min-width:130px;margin-top:3px}.security-guide{padding:20px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.security-guide-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:10px;color:var(--brand);background:var(--brand-soft)}.security-guide h2{margin:16px 0 0;font-size:17px}.security-guide>p{margin:7px 0 17px;color:var(--muted);font-size:12px}.security-guide ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.security-guide li{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.security-guide li svg{color:#aab4af}.security-guide li.is-passed{color:var(--success)}.security-guide li.is-passed svg{color:var(--success)}.security-tip{display:grid;gap:4px;margin-top:20px;padding-top:16px;border-top:1px solid var(--border)}.security-tip strong{font-size:11px}.security-tip span{color:var(--muted);font-size:11px;line-height:1.6}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes drawer-in{0%{opacity:.7;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes dialog-in{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1180px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}.integration-panel{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px}.integration-heading,.integration-detail{margin:0}.integration-note{display:none}.integration-panel .button{width:auto}}@media(max-width:980px){.login-page{grid-template-columns:minmax(350px,.8fr) minmax(450px,1.2fr)}.login-brand-content{left:36px;right:36px}.login-brand-content h1{font-size:38px}.app-main{padding-left:22px;padding-right:22px}.integration-stats{grid-template-columns:1fr}}@media(max-width:860px){:root{--sidebar-width: 256px}.mobile-header{position:fixed;z-index:60;inset:0 0 auto;height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid var(--border);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-brand{min-width:0;display:flex;align-items:center;gap:9px;padding:0;border:0;background:transparent;color:var(--text);text-align:left}.mobile-brand img{width:33px;height:33px;object-fit:contain}.mobile-brand span{min-width:0;display:grid;gap:1px}.mobile-brand strong{font-size:12px}.mobile-brand small{color:var(--muted);font-size:9px}.sidebar{z-index:70;transform:translate(-102%);box-shadow:var(--shadow-lg);transition:transform .2s ease}.sidebar.is-open{transform:translate(0)}.mobile-backdrop{position:fixed;z-index:65;top:0;right:0;bottom:0;left:0;display:block;padding:0;border:0;background:#0e161261}.app-main{margin-left:0;padding-top:84px}.account-layout{margin-left:0}}@media(max-width:760px){.login-page{display:block;background:var(--surface)}.login-brand-panel{min-height:245px}.login-brand-content{left:24px;right:24px;bottom:24px}.login-brand-content h1{margin:13px 0 8px;font-size:28px}.login-brand-content p{max-width:520px;font-size:13px;line-height:1.6}.brand-chip{min-height:26px;font-size:10px}.login-form-panel{min-height:calc(100vh - 245px);place-items:start center;padding:34px 22px 100px}.login-logo{height:40px;margin-bottom:28px}.login-heading h2{font-size:25px}.page-header{align-items:flex-start}.page-header h1{font-size:23px}.page-header p{font-size:12px}.panel-header-stackable,.toolbar{align-items:flex-start}.toolbar-controls{width:100%}.toolbar-meta{display:none}.search-box{width:100%}.resource-desktop{display:none}.resource-mobile{display:grid;gap:10px;padding:12px}.mobile-record{display:grid;gap:0;padding:13px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.mobile-record-field{display:grid;grid-template-columns:86px minmax(0,1fr);gap:10px;align-items:start;padding:8px 0}.mobile-record-field+.mobile-record-field{border-top:1px solid var(--border)}.mobile-record-field>span{color:var(--muted);font-size:10px}.mobile-record-field>div{min-width:0;font-size:12px}.mobile-record-field:first-child{grid-template-columns:1fr;padding-top:0}.mobile-record-field:first-child>span{display:none}.mobile-record-actions{grid-template-columns:1fr;padding-bottom:0}.mobile-record-actions>span{display:none}.entity-cell{min-width:0}.entity-cell strong,.entity-cell small{max-width:calc(100vw - 130px)}.row-actions{justify-content:flex-end}.quick-links{grid-template-columns:1fr}.table-summary-strip{display:grid;grid-template-columns:repeat(3,1fr)}.table-summary-strip>div{min-width:0;padding:12px;justify-content:center}.qr-grid,.order-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.connection-card{grid-template-columns:auto minmax(0,1fr)}.connection-card>.status-badge{grid-column:2;width:fit-content}.account-layout{grid-template-columns:1fr}}@media(max-width:560px){.app-main{padding:78px 13px 22px}.security-alert{align-items:flex-start;margin-top:-4px;font-size:12px}.security-alert button{flex:0 0 auto}.page-header{display:grid;gap:15px;margin-bottom:18px}.page-actions,.page-actions .button{width:100%}.panel-header{min-height:64px;padding:13px}.toolbar{padding:10px 12px}.control-select{flex:1}.content-tabs{width:100%}.content-tabs button{flex:1;justify-content:center}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.stat-card{padding:13px}.stat-card>strong{font-size:23px}.attention-banner{font-size:12px}.integration-panel{display:block}.integration-heading,.integration-detail{margin-top:14px}.integration-panel .button{width:100%}.table-summary-strip{grid-template-columns:1fr 1fr}.table-summary-strip>div{justify-content:flex-start}.table-summary-strip>div:nth-child(3){grid-column:1 / -1;border-left:0;border-top:1px solid var(--border)}.qr-grid{grid-template-columns:1fr;padding:12px}.qr-actions{flex-wrap:wrap}.qr-actions .button:first-child{flex:1}.order-status-grid{gap:8px}.order-status-grid button{min-height:58px;padding:10px 12px}.order-status-grid button strong{font-size:20px}.form-grid{grid-template-columns:1fr}.field-full{grid-column:auto}.drawer-body{padding:16px}.drawer-foot{padding:11px 14px}.image-preview img{height:210px}.order-detail-hero{grid-template-columns:auto minmax(0,1fr)}.order-detail-hero>.status-badge{grid-column:2;width:fit-content}.detail-list>div{grid-template-columns:78px 1fr;font-size:12px}.order-line-items>div{grid-template-columns:38px minmax(0,1fr) auto}.order-line-items img{width:38px;height:38px}.status-action-grid{grid-template-columns:1fr}.connection-card{padding:15px}.connection-copy h2{font-size:15px}.site-footer{display:grid;justify-items:center;gap:4px}.site-footer .footer-divider{display:none}.toast{right:16px;bottom:16px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
