:root{--brand-50: #f5f3ff;--brand-100: #ede9fe;--brand-200: #ddd6fe;--brand-300: #c4b5fd;--brand-400: #a78bfa;--brand-500: #8b5cf6;--brand-600: #7c3aed;--brand-700: #6d28d9;--brand-800: #5b21b6;--brand-gradient: linear-gradient(135deg, #7c3aed 0%, #a855f7 50%, #6366f1 100%);--bg: #f7f7fb;--bg-elevated: #ffffff;--sidebar-bg: #ffffff;--surface: #ffffff;--surface-muted: #f4f4f8;--border: #ececf1;--border-strong: #e0e0e8;--text: #17171f;--text-secondary: #55555f;--text-muted: #8a8a96;--text-inverse: #ffffff;--green-50: #ecfdf5;--green-600: #059669;--green-700: #047857;--amber-50: #fffbeb;--amber-600: #d97706;--amber-700: #b45309;--red-50: #fef2f2;--red-600: #dc2626;--red-700: #b91c1c;--blue-50: #eff6ff;--blue-600: #2563eb;--blue-700: #1d4ed8;--sky-50: #f0f9ff;--sky-600: #0284c7;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 22px;--r-full: 999px;--shadow-xs: 0 1px 2px rgba(23, 23, 31, .05);--shadow-sm: 0 1px 3px rgba(23, 23, 31, .06), 0 1px 2px rgba(23, 23, 31, .04);--shadow-md: 0 4px 16px rgba(23, 23, 31, .07), 0 2px 6px rgba(23, 23, 31, .04);--shadow-lg: 0 12px 34px rgba(23, 23, 31, .1), 0 4px 12px rgba(23, 23, 31, .05);--shadow-brand: 0 8px 22px rgba(124, 58, 237, .3);--sidebar-w: 264px;--topbar-h: 68px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}@media(prefers-color-scheme:dark){:root{--bg: #0e0e14;--bg-elevated: #16161f;--sidebar-bg: #12121a;--surface: #16161f;--surface-muted: #1d1d28;--border: #26262f;--border-strong: #32323d;--text: #f2f2f6;--text-secondary: #b6b6c2;--text-muted: #7c7c88;--green-50: #0c2a20;--amber-50: #2a2110;--red-50: #2a1416;--blue-50: #101c2e;--sky-50: #0c2030;--shadow-xs: 0 1px 2px rgba(0,0,0,.4);--shadow-sm: 0 1px 3px rgba(0,0,0,.4);--shadow-md: 0 4px 16px rgba(0,0,0,.45);--shadow-lg: 0 12px 34px rgba(0,0,0,.55)}}:root[data-theme=dark]{--bg: #0e0e14;--bg-elevated: #16161f;--sidebar-bg: #12121a;--surface: #16161f;--surface-muted: #1d1d28;--border: #26262f;--border-strong: #32323d;--text: #f2f2f6;--text-secondary: #b6b6c2;--text-muted: #7c7c88;--green-50: #0c2a20;--amber-50: #2a2110;--red-50: #2a1416;--blue-50: #101c2e;--sky-50: #0c2030;--shadow-md: 0 4px 16px rgba(0,0,0,.45);--shadow-lg: 0 12px 34px rgba(0,0,0,.55)}:root[data-theme=light]{--bg: #f7f7fb;--bg-elevated: #ffffff;--sidebar-bg: #ffffff;--surface: #ffffff;--surface-muted: #f4f4f8;--border: #ececf1;--border-strong: #e0e0e8;--text: #17171f;--text-secondary: #55555f;--text-muted: #8a8a96}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit}::selection{background:var(--brand-200);color:var(--brand-800)}.app-shell{display:flex;min-height:100vh}.main-area{flex:1;min-width:0;margin-left:var(--sidebar-w);display:flex;flex-direction:column}.page-scroll{flex:1;overflow-y:auto}.page-body{padding:32px 40px 56px;max-width:1240px;margin:0 auto;width:100%}.sidebar{position:fixed;top:0;left:0;bottom:0;width:var(--sidebar-w);background:var(--sidebar-bg);border-right:1px solid var(--border);display:flex;flex-direction:column;z-index:40}.sidebar-brand{display:flex;align-items:center;gap:11px;padding:20px 22px 18px}.brand-mark{width:38px;height:38px;border-radius:11px;background:var(--brand-gradient);display:grid;place-items:center;color:#fff;font-weight:800;font-size:18px;box-shadow:var(--shadow-brand);letter-spacing:-.5px}.brand-word{font-size:21px;font-weight:800;letter-spacing:-.8px;background:var(--brand-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.sidebar-nav{flex:1;overflow-y:auto;padding:6px 12px}.nav-group-label{font-size:11px;font-weight:700;letter-spacing:.7px;text-transform:uppercase;color:var(--text-muted);padding:16px 12px 6px}.nav-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:none;background:transparent;border-radius:var(--r-md);color:var(--text-secondary);font-size:14px;font-weight:550;cursor:pointer;text-align:left;transition:background .14s ease,color .14s ease;position:relative}.nav-item:hover{background:var(--surface-muted);color:var(--text)}.nav-item .nav-icon{width:20px;height:20px;flex-shrink:0;color:currentColor}.nav-item .nav-label{flex:1}.nav-item.active{background:var(--brand-50);color:var(--brand-700);font-weight:650}.nav-item.active:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:4px;height:22px;border-radius:0 4px 4px 0;background:var(--brand-gradient)}.nav-chevron{width:16px;height:16px;transition:transform .18s ease;color:var(--text-muted)}.nav-chevron.open{transform:rotate(90deg)}.nav-sub{overflow:hidden;display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease}.nav-sub.open{grid-template-rows:1fr}.nav-sub-inner{min-height:0;padding:2px 0}.nav-subitem{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px 8px 44px;border:none;background:transparent;border-radius:var(--r-md);color:var(--text-secondary);font-size:13.5px;font-weight:500;cursor:pointer;text-align:left;transition:background .14s ease,color .14s ease}.nav-subitem:hover{background:var(--surface-muted);color:var(--text)}.nav-subitem.active{color:var(--brand-700);font-weight:650;background:var(--brand-50)}.nav-subitem .dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.5}.nav-subitem.active .dot{opacity:1}.sidebar-footer{padding:12px;border-top:1px solid var(--border)}.role-switcher{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px 10px}.role-switcher-label{font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--text-muted)}.role-select{flex-shrink:0;font:inherit;font-size:12.5px;font-weight:650;color:var(--text);padding:5px 8px;border:1px solid var(--border);border-radius:var(--r-sm, 8px);background:var(--surface-muted);cursor:pointer}.role-select:hover{border-color:var(--brand-600)}.user-card{display:flex;align-items:center;gap:11px;padding:9px 10px;border-radius:var(--r-md);cursor:pointer;transition:background .14s ease}.user-card:hover{background:var(--surface-muted)}.avatar{width:36px;height:36px;border-radius:50%;background:var(--brand-gradient);color:#fff;display:grid;place-items:center;font-weight:700;font-size:14px;flex-shrink:0}.user-meta{flex:1;min-width:0}.user-name{font-size:13.5px;font-weight:650;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{font-size:11px;font-weight:700;letter-spacing:.5px;color:var(--brand-600);text-transform:uppercase}.topbar{height:var(--topbar-h);display:flex;align-items:center;gap:16px;padding:0 40px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg-elevated) 82%,transparent);-webkit-backdrop-filter:saturate(160%) blur(12px);backdrop-filter:saturate(160%) blur(12px);position:sticky;top:0;z-index:30}.topbar-title{font-size:19px;font-weight:750;letter-spacing:-.4px}.topbar-spacer{flex:1}.searchbox{display:flex;align-items:center;gap:9px;background:var(--surface-muted);border:1px solid transparent;border-radius:var(--r-full);padding:8px 15px;width:300px;max-width:34vw;color:var(--text-muted);transition:border-color .15s ease,background .15s ease}.searchbox:focus-within{border-color:var(--brand-300);background:var(--surface)}.searchbox input{border:none;background:transparent;outline:none;color:var(--text);font-size:14px;width:100%}.searchbox svg{width:17px;height:17px;flex-shrink:0}.icon-btn{width:40px;height:40px;border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface);display:grid;place-items:center;cursor:pointer;color:var(--text-secondary);transition:all .14s ease;position:relative}.icon-btn:hover{color:var(--text);border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.icon-btn svg{width:19px;height:19px}.icon-btn .badge-dot{position:absolute;top:8px;right:9px;width:8px;height:8px;border-radius:50%;background:var(--brand-500);border:2px solid var(--surface)}.page-header{margin-bottom:26px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap}.page-title{font-size:27px;font-weight:800;letter-spacing:-.7px;margin:0}.page-subtitle{color:var(--text-secondary);margin:6px 0 0;font-size:14.5px}.page-header-actions{display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:var(--r-full);border:1px solid transparent;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn svg{width:17px;height:17px}.btn-primary{background:var(--brand-gradient);color:#fff;box-shadow:var(--shadow-brand)}.btn-primary:hover{filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 10px 26px #7c3aed61}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border-strong);box-shadow:var(--shadow-xs)}.btn-secondary:hover{border-color:var(--brand-300);color:var(--brand-700);box-shadow:var(--shadow-sm)}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover{background:var(--surface-muted);color:var(--text)}.btn-sm{padding:7px 13px;font-size:13px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.card-pad{padding:22px 24px}.card-hover{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.card-hover:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--border-strong)}.card-head{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid var(--border)}.card-head h3{margin:0;font-size:16px;font-weight:700;letter-spacing:-.3px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:26px}.stat-grid.cols-5{grid-template-columns:repeat(5,1fr)}.stat-card{padding:22px;position:relative;overflow:hidden}.stat-card .stat-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;margin-bottom:16px}.stat-icon svg{width:22px;height:22px}.stat-label{font-size:13px;color:var(--text-secondary);font-weight:550}.stat-value{font-size:30px;font-weight:800;letter-spacing:-1px;margin:4px 0 2px}.stat-trend{font-size:12.5px;font-weight:650;display:inline-flex;align-items:center;gap:4px}.stat-trend.up{color:var(--green-600)}.stat-trend.down{color:var(--red-600)}.stat-trend svg{width:14px;height:14px}.tint-brand{background:var(--brand-50);color:var(--brand-600)}.tint-green{background:var(--green-50);color:var(--green-600)}.tint-amber{background:var(--amber-50);color:var(--amber-600)}.tint-blue{background:var(--blue-50);color:var(--blue-600)}.tint-sky{background:var(--sky-50);color:var(--sky-600)}.tint-red{background:var(--red-50);color:var(--red-600)}.badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:var(--r-full);font-size:12px;font-weight:650;line-height:1.4}.badge .badge-dot-sm{width:6px;height:6px;border-radius:50%;background:currentColor}.badge-green{background:var(--green-50);color:var(--green-700)}.badge-amber{background:var(--amber-50);color:var(--amber-700)}.badge-red{background:var(--red-50);color:var(--red-700)}.badge-blue{background:var(--blue-50);color:var(--blue-700)}.badge-gray{background:var(--surface-muted);color:var(--text-secondary)}.badge-brand{background:var(--brand-50);color:var(--brand-700)}.table-wrap{overflow-x:auto}table.data{width:100%;border-collapse:collapse;font-size:14px}table.data thead th{text-align:left;padding:13px 20px;font-size:11.5px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--text-muted);background:var(--surface-muted);white-space:nowrap}table.data thead th:first-child{border-top-left-radius:0}table.data tbody td{padding:15px 20px;border-top:1px solid var(--border);vertical-align:middle}table.data tbody tr{transition:background .12s ease}table.data tbody tr:hover{background:var(--surface-muted)}.cell-primary{font-weight:650;color:var(--text)}.cell-sub{color:var(--text-muted);font-size:13px}.person{display:flex;align-items:center;gap:12px}.person .avatar-sm{width:36px;height:36px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;font-weight:650;font-size:13px;color:#fff}.empty-state{text-align:center;padding:56px 20px;color:var(--text-muted)}.empty-state .empty-icon{width:66px;height:66px;border-radius:18px;margin:0 auto 18px;background:var(--surface-muted);display:grid;place-items:center;color:var(--text-muted)}.empty-state .empty-icon svg{width:30px;height:30px}.empty-state h3{color:var(--text);margin:0 0 6px;font-size:17px}.empty-state p{margin:0 0 18px;max-width:380px;margin-inline:auto}.demo-banner{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;color:var(--amber-700);background:var(--amber-50);border:1px solid color-mix(in srgb,var(--amber-600) 25%,transparent);padding:5px 12px;border-radius:var(--r-full);font-weight:600}.demo-banner svg{width:14px;height:14px}.choice-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:stretch;max-width:940px;margin:30px auto}.choice-card{padding:40px 34px;text-align:center;display:flex;flex-direction:column;align-items:center;border-radius:var(--r-xl)}.choice-card .choice-icon{width:72px;height:72px;border-radius:20px;margin-bottom:22px;display:grid;place-items:center}.choice-icon svg{width:34px;height:34px}.choice-card h2{font-size:22px;font-weight:800;letter-spacing:-.5px;margin:0 0 12px}.choice-card p{color:var(--text-secondary);margin:0 0 28px;max-width:320px;line-height:1.55}.choice-card .btn{margin-top:auto}.choice-or{display:grid;place-items:center;font-weight:700;color:var(--text-muted);font-size:15px}.choice-card.featured{border:1.5px solid var(--brand-300);box-shadow:0 10px 30px #7c3aed1f}.grid-2{display:grid;grid-template-columns:1.6fr 1fr;gap:20px}.grid-2>*{min-width:0}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.row{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.stack{display:flex;flex-direction:column;gap:4px}.muted{color:var(--text-muted)}.section-gap{margin-bottom:24px}.progress{height:8px;border-radius:var(--r-full);background:var(--surface-muted);overflow:hidden}.progress>span{display:block;height:100%;border-radius:var(--r-full);background:var(--brand-gradient)}.action-tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.action-tile{display:flex;align-items:center;gap:14px;padding:16px;border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface);cursor:pointer;text-align:left;width:100%;transition:all .15s ease}.action-tile:hover{border-color:var(--brand-300);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.action-tile .tile-icon{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;flex-shrink:0}.tile-icon svg{width:20px;height:20px}.action-tile .tile-title{font-weight:650;font-size:14px}.action-tile .tile-sub{font-size:12.5px;color:var(--text-muted)}.feed-item{display:flex;gap:14px;padding:14px 0;border-top:1px solid var(--border)}.feed-item:first-child{border-top:none}.feed-dot{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.feed-dot svg{width:16px;height:16px}.feed-body{flex:1;min-width:0}.feed-time{font-size:12px;color:var(--text-muted);white-space:nowrap}.field-row{display:flex;align-items:center;gap:14px;padding:15px 18px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);margin-bottom:10px;transition:all .14s ease}.field-row:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.field-grip{color:var(--text-muted);cursor:grab;display:grid;place-items:center}.field-grip svg{width:18px;height:18px}.field-type-icon{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;flex-shrink:0}.field-type-icon svg{width:18px;height:18px}.switch{width:40px;height:23px;border-radius:999px;background:var(--border-strong);position:relative;cursor:pointer;transition:background .16s ease;flex-shrink:0;border:none}.switch.on{background:var(--brand-500)}.switch:after{content:"";position:absolute;top:2px;left:2px;width:19px;height:19px;border-radius:50%;background:#fff;transition:transform .16s ease;box-shadow:var(--shadow-sm)}.switch.on:after{transform:translate(17px)}.flow-card{padding:20px 22px;display:flex;flex-direction:column;gap:14px}.flow-steps{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.flow-step{display:inline-flex;align-items:center;gap:7px;padding:6px 12px;background:var(--surface-muted);border-radius:var(--r-full);font-size:12.5px;font-weight:600}.flow-step svg{width:14px;height:14px;color:var(--brand-600)}.flow-arrow{color:var(--text-muted);display:grid;place-items:center}.flow-arrow svg{width:15px;height:15px}.segmented{display:inline-flex;background:var(--surface-muted);border-radius:var(--r-full);padding:3px;gap:2px}.segmented button{border:none;background:transparent;padding:7px 15px;border-radius:var(--r-full);font-size:13px;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .14s ease}.segmented button.active{background:var(--surface);color:var(--brand-700);box-shadow:var(--shadow-xs)}.bar-chart{display:flex;align-items:flex-end;gap:12px;height:180px;padding-top:10px}.bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;height:100%;justify-content:flex-end}.bar{width:100%;max-width:34px;border-radius:7px 7px 0 0;background:var(--brand-gradient);transition:height .5s cubic-bezier(.2,.8,.2,1);min-height:4px}.bar-label{font-size:11.5px;color:var(--text-muted);font-weight:600}.bar-value{font-size:11.5px;color:var(--text-secondary);font-weight:700}.view-more{display:inline-flex;align-items:center;gap:3px;border:none;background:transparent;cursor:pointer;font-size:13px;font-weight:650;color:var(--brand-600);padding:4px 6px;border-radius:var(--r-sm);transition:background .14s ease,color .14s ease}.view-more:hover{background:var(--brand-50);color:var(--brand-700)}.view-more svg{width:15px;height:15px}.perf-strip{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px}.perf-item{flex:0 0 auto;width:96px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.perf-count{font-size:20px;font-weight:800;letter-spacing:-.5px}.perf-name{font-size:12px;color:var(--text-secondary);line-height:1.3}.legend{display:flex;flex-direction:column;gap:12px}.legend-item{display:flex;align-items:center;gap:10px;font-size:13.5px}.legend-swatch{width:11px;height:11px;border-radius:3px;flex-shrink:0}.legend-item .legend-val{margin-left:auto;font-weight:700}.eu{max-width:620px;margin:0 auto}.eu-tabs{display:flex;gap:6px;background:var(--surface-muted);border-radius:var(--r-full);padding:6px;margin-bottom:24px}.eu-tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 14px;border:none;background:transparent;border-radius:var(--r-full);font-size:14px;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .15s ease}.eu-tab svg{width:18px;height:18px}.eu-tab:hover{color:var(--text)}.eu-tab.active{background:var(--surface);color:var(--brand-700);box-shadow:var(--shadow-sm);font-weight:700}.eu-hero{padding:26px 28px;margin-bottom:20px;background:var(--brand-gradient);color:#fff;border-radius:var(--r-lg);box-shadow:var(--shadow-brand)}.eu-hero-kicker{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:650;opacity:.92;background:#ffffff29;padding:5px 12px;border-radius:var(--r-full)}.eu-hero-kicker svg{width:14px;height:14px}.eu-hero h2{margin:14px 0 4px;font-size:23px;font-weight:800;letter-spacing:-.5px}.eu-hero p{margin:0 0 20px;font-size:14px;opacity:.92}.eu-hero-btn{background:#fff;color:var(--brand-700);box-shadow:var(--shadow-md)}.eu-hero-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-lg)}.eu-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.eu-stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:16px;text-align:center}.eu-stat-value{font-size:26px;font-weight:800;letter-spacing:-.8px}.eu-stat-label{font-size:12.5px;color:var(--text-muted);font-weight:600;margin-top:2px}.eu-lead-row{display:flex;align-items:center;gap:12px;padding:13px 0;border-top:1px solid var(--border)}.eu-lead-row:first-of-type{border-top:none}.eu-lead-card{display:flex;align-items:center;gap:13px;padding:15px 16px}.eu-search{width:100%;max-width:none;margin-bottom:16px}.eu-scan-stage{display:flex;flex-direction:column;align-items:center;gap:18px}.eu-scan-kicker{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:650;color:var(--text-secondary);background:var(--surface-muted);padding:6px 13px;border-radius:var(--r-full)}.eu-scan-kicker svg{width:14px;height:14px;color:var(--brand-600)}.eu-scan-frame{position:relative;width:100%;max-width:420px;aspect-ratio:4 / 3;border-radius:var(--r-xl);overflow:hidden;background:radial-gradient(circle at 50% 38%,#26262f,#0d0d13);display:grid;place-items:center}.eu-scan-hint{display:flex;flex-direction:column;align-items:center;gap:12px;color:#ffffff9e;font-size:13.5px;font-weight:500;padding:0 20px;text-align:center}.eu-scan-hint svg{width:42px;height:42px;opacity:.8}.eu-corner{position:absolute;width:30px;height:30px;border:3px solid var(--brand-400)}.eu-corner.tl{top:16px;left:16px;border-right:none;border-bottom:none;border-radius:8px 0 0}.eu-corner.tr{top:16px;right:16px;border-left:none;border-bottom:none;border-radius:0 8px 0 0}.eu-corner.bl{bottom:16px;left:16px;border-right:none;border-top:none;border-radius:0 0 0 8px}.eu-corner.br{bottom:16px;right:16px;border-left:none;border-top:none;border-radius:0 0 8px}.eu-scanline{position:absolute;left:10%;right:10%;height:2px;background:linear-gradient(90deg,transparent,var(--brand-400),transparent);box-shadow:0 0 12px 2px var(--brand-400);animation:eu-scan 1.6s ease-in-out infinite}@keyframes eu-scan{0%,to{top:18%}50%{top:82%}}.eu-scan-frame.scanning{box-shadow:0 0 0 2px var(--brand-400)}.eu-capture-btn{width:100%;max-width:420px;padding:14px;font-size:15px}.eu-capture-btn:disabled{opacity:.7;cursor:default;transform:none}.eu-scan-meta{width:100%;max-width:420px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12.5px;color:var(--text-muted);flex-wrap:wrap}.eu-scan-meta svg{color:var(--brand-600)}.eu-toast{width:100%;max-width:420px;display:flex;align-items:center;gap:9px;padding:12px 15px;border-radius:var(--r-md);background:var(--green-50);color:var(--green-700);border:1px solid color-mix(in srgb,var(--green-600) 25%,transparent);font-size:13.5px;font-weight:550}.eu-toast svg{width:18px;height:18px;flex-shrink:0}.eu-review{max-width:520px;margin:0 auto}.eu-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.eu-field{display:flex;flex-direction:column;gap:6px}.eu-field.full{grid-column:1 / -1}.eu-field label{font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--text-muted)}.eu-field input{padding:10px 12px;border-radius:var(--r-md);border:1px solid var(--border-strong);background:var(--surface);color:var(--text);font-size:14px;font-family:inherit;transition:border-color .14s ease,box-shadow .14s ease}.eu-field input:focus{outline:none;border-color:var(--brand-400);box-shadow:0 0 0 3px var(--brand-100)}.eu-field input[readonly]{background:var(--surface-muted);color:var(--text-muted)}@media(max-width:1080px){.stat-grid{grid-template-columns:repeat(2,1fr)}.stat-grid.cols-5{grid-template-columns:repeat(3,1fr)}.grid-2,.grid-3{grid-template-columns:1fr}}@media(max-width:860px){.stat-grid.cols-5{grid-template-columns:repeat(2,1fr)}:root{--sidebar-w: 0px}.sidebar{transform:translate(-100%);transition:transform .24s ease;box-shadow:var(--shadow-lg);width:264px}.sidebar.mobile-open{transform:translate(0)}.main-area{margin-left:0}.page-body{padding:22px 18px 44px}.topbar{padding:0 18px}.choice-grid{grid-template-columns:1fr}.choice-or{padding:4px 0}.searchbox{display:none}.stat-grid{grid-template-columns:1fr 1fr}}.hamburger{display:none}@media(max-width:860px){.hamburger{display:grid}}.page-scroll::-webkit-scrollbar,.sidebar-nav::-webkit-scrollbar{width:10px}.page-scroll::-webkit-scrollbar-thumb,.sidebar-nav::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px;border:3px solid var(--bg)}.sidebar-nav::-webkit-scrollbar-thumb{border-color:var(--sidebar-bg)}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.page-body>*{animation:fadeUp .32s ease both}.app-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;color:var(--text-muted);font-size:15px}.signin-shell{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;background:var(--surface-muted)}.signin-card{width:100%;max-width:380px;padding:40px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.signin-mark{width:48px;height:48px;font-size:24px;border-radius:var(--r-md);margin-bottom:8px}.signin-title{margin:0;font-size:22px;font-weight:700}.signin-sub{margin:0 0 20px;color:var(--text-muted);font-size:14px}.signin-btn{width:100%;justify-content:center;padding:11px 16px;font-size:15px}.signin-foot{margin:18px 0 0;color:var(--text-muted);font-size:12.5px;line-height:1.5}.nav-subicon{width:15px;height:15px;opacity:.85;flex-shrink:0}.admin-integration-row{border:1px solid var(--border);background:var(--surface);transition:border-color .15s ease,box-shadow .15s ease}.admin-integration-row:hover{border-color:var(--brand-300);box-shadow:var(--shadow-sm)}.int-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}.int-card{padding:20px 22px 18px;display:flex;flex-direction:column}.int-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.int-logo{width:42px;height:42px;border-radius:var(--r-md);display:inline-flex;align-items:center;justify-content:center;background:var(--brand-50);color:var(--brand-700);border:1px solid var(--border)}.int-logo svg{width:22px;height:22px}.int-logo.sm{width:38px;height:38px}.int-card-name{margin:0 0 4px;font-size:16px;font-weight:700;letter-spacing:-.3px}.int-card-desc{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.45;flex:1}.int-tag{align-self:flex-start;margin-top:12px;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:650;color:var(--brand-700);background:var(--brand-50);border:1px solid var(--brand-100);padding:3px 10px;border-radius:var(--r-full)}.int-tag svg{width:13px;height:13px}.int-card-actions{margin-top:16px;display:flex;justify-content:flex-end}.cfg{display:block}.cfg-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px;flex-wrap:wrap}.cfg-header-left{display:flex;align-items:center;gap:12px}.cfg-back{width:34px;height:34px;border-radius:var(--r-sm);border:1px solid var(--border-strong);background:var(--surface);color:var(--text-secondary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.cfg-back:hover{border-color:var(--brand-300);color:var(--brand-700)}.cfg-back svg{width:18px;height:18px}.cfg-title h2{margin:0;font-size:20px;font-weight:750;letter-spacing:-.4px}.cfg-sub{margin-top:5px}.cfg-icon-btn{border:none;background:transparent;color:var(--text-muted);cursor:pointer;padding:3px;border-radius:6px;display:inline-flex}.cfg-icon-btn:hover{color:var(--brand-700);background:var(--surface-muted)}.cfg-icon-btn svg{width:16px;height:16px}.cfg-icon-btn.bordered{border:1px solid var(--border-strong);width:34px;height:34px;align-items:center;justify-content:center}.cfg-header-actions{display:flex;gap:8px;flex-wrap:wrap}.cfg-tabs{display:flex;gap:26px;border-bottom:1px solid var(--border);margin-bottom:22px;overflow-x:auto}.cfg-tab{border:none;background:transparent;cursor:pointer;padding:10px 2px 14px;font-size:14px;font-weight:600;color:var(--text-secondary);position:relative;white-space:nowrap;transition:color .15s ease}.cfg-tab:hover{color:var(--text)}.cfg-tab.active{color:var(--brand-700);font-weight:700}.cfg-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--brand-600);border-radius:2px}.cfg-panel{overflow:visible}.cfg-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.cfg-section-head h3{margin:0;font-size:16px;font-weight:700;letter-spacing:-.3px}.cfg-section-sub{margin:4px 0 0;color:var(--text-secondary);font-size:13px}.cfg-divider{border:none;border-top:1px solid var(--border);margin:20px 0}.cfg-block{display:grid;grid-template-columns:220px 1fr;gap:28px}.cfg-block-label h4{margin:0 0 5px;font-size:14.5px;font-weight:700}.cfg-block-label p{margin:0;color:var(--text-muted);font-size:12.5px;line-height:1.5}.cfg-auth{border:1px solid var(--border);border-radius:var(--r-md);padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.cfg-auth-user{font-weight:700;font-size:14px;margin-bottom:8px}.cfg-auth-meta{color:var(--text-secondary);font-size:12.5px;line-height:1.7}.cfg-settings-box{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface-muted);padding:4px 18px}.cfg-setting{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0;border-bottom:1px solid var(--border)}.cfg-setting:last-child{border-bottom:none}.cfg-setting-title{font-weight:650;font-size:14px}.cfg-setting-desc{display:block;color:var(--text-muted);font-size:12.5px;margin-top:3px;max-width:46ch}.cfg-setting-control{flex-shrink:0}.cfg-info{width:15px;height:15px;border-radius:50%;background:var(--border-strong);color:var(--text-inverse);font-size:10px;font-weight:700;font-style:normal;display:inline-flex;align-items:center;justify-content:center}.cfg-advanced-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;cursor:pointer;padding:2px}.cfg-advanced-toggle h4{margin:0;font-size:15px;font-weight:700}.cfg-advanced-hint{display:inline-flex;align-items:center;gap:6px;color:var(--text-secondary);font-size:13px;font-weight:600}.cfg-caret{width:16px;height:16px;transition:transform .18s ease}.cfg-caret.open{transform:rotate(180deg)}.cfg-select-wrap{position:relative;display:inline-flex;min-width:210px}.cfg-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;padding:9px 34px 9px 13px;font:inherit;font-size:13.5px;font-weight:600;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);cursor:pointer}.cfg-select:hover{border-color:var(--brand-300)}.cfg-select:focus{outline:none;border-color:var(--brand-400);box-shadow:0 0 0 3px var(--brand-100)}.cfg-select:disabled{color:var(--text-muted);cursor:not-allowed;background:var(--surface-muted)}.cfg-select-caret{position:absolute;right:11px;top:50%;transform:translateY(-50%);width:15px;height:15px;color:var(--text-muted);pointer-events:none}.cfg-input{padding:9px 13px;font:inherit;font-size:13.5px;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);min-width:210px}.cfg-input:focus{outline:none;border-color:var(--brand-400);box-shadow:0 0 0 3px var(--brand-100)}.cfg-map-row{display:grid;grid-template-columns:minmax(220px,1fr) 34px minmax(160px,1fr) minmax(190px,auto) 30px;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--border)}.cfg-map-row:last-child{border-bottom:none}.cfg-map-row.owner{background:var(--surface-muted);border-radius:var(--r-sm);padding:14px;margin-bottom:4px;border-bottom:none}.cfg-map-source{min-width:0}.cfg-map-source .cfg-select-wrap{width:100%;min-width:0}.cfg-map-arrow{text-align:center;color:var(--text-muted);font-size:16px;display:inline-flex;align-items:center;justify-content:center}.cfg-map-arrow svg{width:18px;height:18px}.cfg-arrow-both{color:var(--brand-600)}.cfg-map-target{display:flex;flex-direction:column;gap:2px;min-width:0}.cfg-map-target-label{font-weight:650;font-size:13.5px}.cfg-map-target-meta{color:var(--text-muted);font-size:12px}.cfg-map-fill{display:flex;justify-content:flex-end}.cfg-map-fill.stacked{flex-direction:column;gap:6px;align-items:flex-end}.cfg-map-fill .cfg-select-wrap{min-width:190px}.cfg-static-field{padding:9px 13px;font-size:13.5px;font-weight:600;color:var(--text);background:var(--surface);border:1px dashed var(--border-strong);border-radius:var(--r-sm)}.cfg-map-remove{border:none;background:transparent;color:var(--text-muted);cursor:pointer;font-size:14px;padding:4px;border-radius:6px}.cfg-map-remove:hover{color:var(--red-600);background:var(--red-50)}.cfg-map-remove-spacer{width:30px}.cfg-empty{text-align:center;padding:32px 16px 8px}.cfg-empty-icon{width:44px;height:44px;margin:0 auto 12px;border-radius:var(--r-md);background:var(--surface-muted);color:var(--text-muted);display:flex;align-items:center;justify-content:center}.cfg-empty-icon svg{width:22px;height:22px}.cfg-empty-title{font-weight:700;font-size:14.5px}.cfg-empty-sub{color:var(--text-secondary);font-size:13px;margin:5px 0 16px}.cfg-note{display:flex;align-items:center;gap:8px;margin-top:18px;color:var(--text-secondary);font-size:12.5px}.cfg-note svg{width:16px;height:16px;color:var(--green-600);flex-shrink:0}@media(max-width:860px){.cfg-block{grid-template-columns:1fr;gap:12px}.cfg-map-row{grid-template-columns:1fr;gap:8px}.cfg-map-arrow{display:none}.cfg-map-fill,.cfg-map-fill.stacked{justify-content:flex-start;align-items:stretch}}
