:root{--bg: #0a0f1c;--bg-2: #0d1426;--surface: #111a2e;--surface-2: #15203b;--surface-hover: #182447;--border: #1f2a44;--border-strong: #2a3960;--text: #e6ebf5;--text-dim: #9aa6bf;--text-mute: #6b768f;--accent: #3b82f6;--accent-2: #60a5fa;--accent-dim: rgba(59, 130, 246, .12);--accent-border: rgba(59, 130, 246, .35);--success: #22c55e;--success-dim: rgba(34, 197, 94, .14);--warn: #f59e0b;--warn-dim: rgba(245, 158, 11, .14);--danger: #ef4444;--danger-dim: rgba(239, 68, 68, .14);--violet: #a78bfa;--violet-dim: rgba(167, 139, 250, .14);--teal: #2dd4bf;--teal-dim: rgba(45, 212, 191, .14);--radius: 10px;--radius-sm: 6px;--shadow-1: 0 1px 0 rgba(255, 255, 255, .03) inset, 0 8px 24px rgba(0, 0, 0, .25);--mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--sans: "Geist", system-ui, -apple-system, sans-serif}[data-theme=light]{--bg: #f6f8fc;--bg-2: #eef2f9;--surface: #ffffff;--surface-2: #f1f5fb;--surface-hover: #e9eff7;--border: #e2e8f2;--border-strong: #cbd5e6;--text: #1a2236;--text-dim: #515d77;--text-mute: #8794ad;--accent-2: #2563eb;--accent-dim: rgba(59, 130, 246, .1);--accent-border: rgba(59, 130, 246, .35);--success-dim: rgba(22, 163, 74, .12);--warn-dim: rgba(217, 119, 6, .12);--danger-dim: rgba(220, 38, 38, .1);--violet-dim: rgba(124, 58, 237, .1);--teal-dim: rgba(13, 148, 136, .12);--shadow-1: 0 1px 2px rgba(16, 24, 40, .04), 0 8px 24px rgba(16, 24, 40, .06)}[data-theme=light] .brand-mark{box-shadow:0 4px 12px #3b82f640}[data-theme=light] ::-webkit-scrollbar-thumb{background:#cbd5e6;border-color:var(--bg)}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#aab8d0}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--sans);background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea,select{font:inherit;color:inherit}a{color:inherit}.app{display:grid;grid-template-columns:248px 1fr;grid-template-rows:minmax(0,1fr);height:100vh;overflow:hidden}.sidebar{background:var(--bg-2);border-right:1px solid var(--border);display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden}.brand{display:flex;align-items:center;gap:10px;padding:18px 18px 14px;border-bottom:1px solid var(--border)}.brand-mark{width:30px;height:30px;display:grid;place-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:8px;color:#fff;font-weight:700;font-size:14px;box-shadow:0 4px 12px #3b82f64d}.brand-name{font-weight:600;font-size:15px;letter-spacing:-.01em}.brand-sub{font-size:11px;color:var(--text-mute);font-family:var(--mono)}.nav{padding:14px 10px;flex:1;overflow:auto}.nav-group-label{padding:12px 12px 6px;font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-mute);font-weight:500}.nav-item{display:flex;align-items:center;gap:11px;padding:8px 12px;border-radius:8px;cursor:pointer;color:var(--text-dim);font-size:13.5px;-webkit-user-select:none;user-select:none;position:relative}.nav-item:hover{background:var(--surface);color:var(--text)}.nav-item.active{background:var(--accent-dim);color:var(--text)}.nav-item.active:before{content:"";position:absolute;left:-10px;top:8px;bottom:8px;width:2px;background:var(--accent);border-radius:0 2px 2px 0}.nav-item .badge-count{margin-left:auto;background:var(--surface-2);color:var(--text-dim);font-family:var(--mono);font-size:10.5px;padding:1px 6px;border-radius:10px;border:1px solid var(--border)}.nav-item.active .badge-count{background:#3b82f633;color:var(--accent-2);border-color:var(--accent-border)}.sidebar-user{border-top:1px solid var(--border);padding:12px;display:flex;gap:10px;align-items:center}.avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#3b82f6);display:grid;place-items:center;font-weight:600;font-size:12px;color:#fff}.sidebar-user .name{font-size:13px;font-weight:500}.sidebar-user .role{font-size:11px;color:var(--text-mute)}.main{display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--bg);overflow:hidden}.topbar{height:56px;border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 22px;gap:16px;background:var(--bg);flex-shrink:0}.topbar h1{font-size:15px;font-weight:600;margin:0;letter-spacing:-.01em}.topbar .crumb{color:var(--text-mute);font-size:12.5px;font-family:var(--mono)}.topbar .right{margin-left:auto;display:flex;align-items:center;gap:10px}.search-input{display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);padding:6px 10px;border-radius:8px;min-width:280px;color:var(--text-dim);font-size:13px}.search-input input{background:transparent;border:0;outline:0;flex:1;color:var(--text);font-size:13px}.search-input .kbd{font-family:var(--mono);font-size:10.5px;background:var(--bg-2);padding:1px 6px;border-radius:4px;border:1px solid var(--border)}.page{flex:1;overflow:auto;padding:26px 28px}.page-narrow{max-width:1600px;margin:0}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}.page-title{font-size:22px;font-weight:600;margin:0 0 4px;letter-spacing:-.01em}.page-sub{color:var(--text-dim);font-size:13.5px;margin:0}.btn{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border-radius:7px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;font-size:13px;font-weight:500;transition:background .12s ease,border-color .12s ease}.btn:hover{background:var(--surface-hover);border-color:var(--border-strong)}.btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn.primary:hover{background:#2563eb;border-color:#2563eb}.btn.warn{background:var(--warn);border-color:var(--warn);color:#1a1206;font-weight:600}.btn.warn:hover{background:#d97706;border-color:#d97706;color:#1a1206}.btn.ghost{background:transparent;border-color:transparent;color:var(--text-dim)}.btn.ghost:hover{background:var(--surface);color:var(--text)}.btn.danger{color:var(--danger)}.btn.danger:hover{background:var(--danger-dim);border-color:#ef444466}.btn.sm{padding:4px 9px;font-size:12px;border-radius:6px}.btn.lg{padding:9px 16px;font-size:13.5px}.btn:disabled{opacity:.5;cursor:not-allowed}.icon-btn{width:30px;height:30px;display:grid;place-items:center;border-radius:7px;border:1px solid var(--border);background:var(--surface);cursor:pointer;color:var(--text-dim)}.icon-btn:hover{background:var(--surface-hover);color:var(--text)}.nav-toggle{display:none}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.card-pad{padding:18px}.card-head{padding:14px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px}.card-title{font-weight:600;font-size:14px;margin:0}.card-sub{color:var(--text-mute);font-size:12px;margin-top:2px}.badge{display:inline-flex;align-items:center;gap:5px;padding:2px 8px;border-radius:10px;font-size:11.5px;font-weight:500;border:1px solid var(--border);background:var(--surface-2);color:var(--text-dim);white-space:nowrap}.badge .dot{width:6px;height:6px;border-radius:50%;background:currentColor}.badge.accent{background:var(--accent-dim);color:var(--accent-2);border-color:var(--accent-border)}.badge.success{background:var(--success-dim);color:var(--success);border-color:#22c55e59}.badge.warn{background:var(--warn-dim);color:var(--warn);border-color:#f59e0b59}.badge.danger{background:var(--danger-dim);color:var(--danger);border-color:#ef444459}.badge.violet{background:var(--violet-dim);color:var(--violet);border-color:#a78bfa59}.badge.teal{background:var(--teal-dim);color:var(--teal);border-color:#2dd4bf59}.badge.mono{font-family:var(--mono);font-size:11px}.input,.textarea,.select{width:100%;background:var(--bg-2);border:1px solid var(--border);color:var(--text);padding:8px 11px;border-radius:7px;outline:none;font-size:13.5px;transition:border-color .12s}.input:focus,.textarea:focus,.select:focus{border-color:var(--accent)}.select.status-select{width:auto;field-sizing:content;-moz-appearance:auto;appearance:auto;-webkit-appearance:menulist;transition:color .12s,border-color .12s,background .12s,opacity .12s}.textarea{resize:vertical;min-height:90px;font-family:inherit}.field{display:flex;flex-direction:column;gap:6px}.field-label{font-size:12px;color:var(--text-dim);font-weight:500}.field-hint{font-size:11.5px;color:var(--text-mute)}.table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px}.table th{text-align:left;font-weight:500;color:var(--text-mute);padding:10px 14px;border-bottom:1px solid var(--border);font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;background:var(--bg-2)}.table td{padding:12px 14px;border-bottom:1px solid var(--border);vertical-align:middle}.table tbody tr{transition:background .1s}.table tbody tr:hover{background:var(--surface-hover)}.table tbody tr:last-child td{border-bottom:0}.matrix-scroll{max-height:68vh;overflow:auto}.matrix-scroll thead th{position:sticky;top:0;z-index:3;background:var(--bg-2)}.matrix-scroll tbody td:first-child,.matrix-scroll thead th:first-child{position:sticky;left:0;z-index:2}.matrix-scroll tbody td:first-child{background:var(--surface);font-weight:500}.matrix-scroll thead th:first-child{z-index:4}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}@media (max-width: 1100px){.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;overflow:hidden}.kpi-content{flex:1;min-width:0}.kpi-label{color:var(--text-mute);font-size:12px;font-weight:500;line-height:1.35}.kpi-value{font-size:26px;font-weight:600;margin-top:4px;letter-spacing:-.02em;font-feature-settings:"tnum"}.kpi-delta{font-size:11.5px;font-family:var(--mono);margin-top:8px}.kpi-delta.up{color:var(--success)}.kpi-delta.down{color:var(--danger)}.kpi-spark{flex-shrink:0;opacity:.75;margin-top:2px}.chat-shell{display:grid;grid-template-columns:260px minmax(0,1fr) 300px;flex:1;min-height:0;min-width:0}.chat-shell.no-right{grid-template-columns:260px minmax(0,1fr)}@media (max-width: 1280px){.chat-shell{grid-template-columns:240px minmax(0,1fr)}.chat-side{display:none}}@media (max-width: 920px){.chat-shell{grid-template-columns:minmax(0,1fr)}.chat-list{display:none}}.chat-list{border-right:1px solid var(--border);display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--bg-2)}.chat-list-head{padding:14px 14px 10px;display:flex;flex-direction:column;gap:10px;border-bottom:1px solid var(--border)}.chat-list-items{flex:1;overflow:auto;padding:8px}.chat-list-item{padding:10px 12px;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:4px}.chat-list-item:hover{background:var(--surface)}.chat-list-item.active{background:var(--surface);border:1px solid var(--border-strong)}.chat-list-item .title{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-list-item .meta{font-size:11px;color:var(--text-mute);display:flex;gap:8px;align-items:center}.chat-main{display:flex;flex-direction:column;min-width:0;min-height:0}.chat-head{border-bottom:1px solid var(--border);padding:12px 22px;display:flex;align-items:center;gap:12px}.chat-head .title{font-weight:600;font-size:14.5px}.chat-head .sub{color:var(--text-mute);font-size:12px;font-family:var(--mono)}.chat-body{flex:1;overflow:auto;padding:24px 22px 18px}.chat-thread{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:22px}.msg{display:flex;gap:12px}.msg-avatar{width:30px;height:30px;flex-shrink:0;border-radius:8px;display:grid;place-items:center;font-size:12px;font-weight:600}.msg-avatar.user{background:linear-gradient(135deg,#6366f1,#3b82f6);color:#fff}.msg-avatar.ai{background:var(--surface-2);border:1px solid var(--border);color:var(--accent-2)}.msg-body{flex:1;min-width:0}.msg-meta{display:flex;gap:8px;align-items:center;margin-bottom:6px}.msg-meta .who{font-weight:600;font-size:13px}.msg-meta .time{color:var(--text-mute);font-size:11.5px;font-family:var(--mono)}.msg-text{font-size:14px;line-height:1.65;color:var(--text)}.msg-text p{margin:0 0 10px}.msg-text p:last-child{margin-bottom:0}.msg-text ol,.msg-text ul{margin:8px 0;padding-left:20px}.msg-text li{margin:4px 0}.msg-text code{font-family:var(--mono);font-size:12.5px;background:var(--bg-2);border:1px solid var(--border);padding:1px 6px;border-radius:4px}.source-strip{margin-top:14px;display:flex;flex-direction:column;gap:8px}.source-strip-label{font-size:11px;color:var(--text-mute);text-transform:uppercase;letter-spacing:.08em;font-weight:500;display:flex;align-items:center;gap:6px}.source-chip{display:flex;align-items:center;gap:10px;padding:8px 12px;background:var(--bg-2);border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:border-color .1s}.source-chip:hover{border-color:var(--accent-border);background:var(--surface)}.source-chip .num{font-family:var(--mono);font-size:10.5px;background:var(--accent-dim);color:var(--accent-2);width:20px;height:20px;display:grid;place-items:center;border-radius:4px;flex-shrink:0}.source-chip .src-title{font-size:12.5px;font-weight:500}.source-chip .src-meta{font-size:11px;color:var(--text-mute);font-family:var(--mono)}.source-chip .src-score{margin-left:auto;font-family:var(--mono);font-size:11px;color:var(--success)}.msg-actions{margin-top:10px;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.msg-actions .btn.sm{color:var(--text-mute)}.msg-actions .btn.sm:hover{color:var(--text)}.msg-actions .feedback-active.up{color:var(--success);border-color:#22c55e66;background:var(--success-dim)}.msg-actions .feedback-active.down{color:var(--danger);border-color:#ef444466;background:var(--danger-dim)}.chat-composer-wrap{border-top:1px solid var(--border);padding:14px 22px 18px;background:var(--bg);flex-shrink:0}.chat-composer{max-width:820px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:4px 4px 4px 14px;display:flex;flex-direction:column;transition:border-color .12s}.chat-composer:focus-within{border-color:var(--accent-border)}.chat-composer textarea{border:0;background:transparent;outline:0;resize:none;padding:10px 4px;min-height:24px;max-height:200px;width:100%;font-size:14px;line-height:1.5}.composer-row{display:flex;align-items:center;gap:8px;padding:4px 4px 4px 0}.composer-row .right{margin-left:auto;display:flex;gap:6px;align-items:center}.provider-pill{display:inline-flex;align-items:center;gap:6px;background:var(--bg-2);border:1px solid var(--border);padding:4px 9px;border-radius:20px;font-size:11.5px;color:var(--text-dim);cursor:pointer;font-family:var(--mono)}.provider-pill:hover{border-color:var(--border-strong)}.provider-pill .dot{width:6px;height:6px;border-radius:50%}.provider-pill .dot.claude{background:#d97757}.provider-pill .dot.openai{background:#10a37f}.chat-side{border-left:1px solid var(--border);display:flex;flex-direction:column;min-width:0;background:var(--bg-2);overflow:auto}.chat-side-section{padding:16px;border-bottom:1px solid var(--border)}.chat-side-section h3{margin:0 0 10px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-mute);font-weight:500}.side-source{padding:10px 12px;background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:8px}.side-source .head{display:flex;gap:8px;align-items:center;margin-bottom:6px}.side-source .preview{font-size:12px;color:var(--text-dim);line-height:1.5;background:var(--bg-2);border-left:2px solid var(--accent);padding:6px 10px;margin-top:6px;border-radius:0 4px 4px 0}.chat-thread.dense{gap:14px}.chat-thread.dense .msg-text{font-size:13px;line-height:1.55}.chat-thread.focus{max-width:720px}.chat-thread.focus .msg{flex-direction:column;gap:6px}.chat-thread.focus .msg-avatar{display:none}.chat-thread.focus .msg.user .msg-body{background:var(--accent-dim);border:1px solid var(--accent-border);padding:12px 14px;border-radius:12px;align-self:flex-end;max-width:80%}.chat-thread.focus .msg.user{align-items:flex-end}.chat-thread.focus .msg.user .msg-meta{justify-content:flex-end}.kb-grid{display:grid;grid-template-columns:240px 1fr;gap:22px}.kb-filters .filter-group{margin-bottom:18px}.kb-filters .filter-group-title{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-mute);font-weight:500;margin-bottom:10px}.filter-row{display:flex;align-items:center;gap:8px;padding:5px 4px;cursor:pointer;border-radius:6px;font-size:13px;color:var(--text-dim)}.filter-row:hover{color:var(--text)}.filter-row input{accent-color:var(--accent)}.filter-row .count{margin-left:auto;font-family:var(--mono);font-size:11px;color:var(--text-mute)}.kb-article{padding:16px 18px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer;transition:border-color .1s,transform .1s}.kb-article:hover{border-color:var(--border-strong)}.kb-article .row1{display:flex;gap:10px;align-items:center;margin-bottom:6px;flex-wrap:wrap}.kb-article .title{font-size:14.5px;font-weight:600;letter-spacing:-.005em}.kb-article .summary{color:var(--text-dim);font-size:13px;line-height:1.55}.kb-article .meta{margin-top:10px;display:flex;flex-wrap:wrap;gap:10px;font-size:11.5px;color:var(--text-mute);font-family:var(--mono);align-items:center}.kb-article .tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.editor-shell{display:grid;grid-template-columns:1fr 320px;gap:20px}.editor-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px 24px}.editor-card h2{margin:0 0 12px;font-size:18px;font-weight:600}.editor-row{display:flex;gap:12px}.editor-row>*{flex:1}.steps-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;counter-reset:step}.step-item{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;background:var(--bg-2);border:1px solid var(--border);border-radius:8px;counter-increment:step}.step-item:before{content:counter(step);font-family:var(--mono);font-size:11px;background:var(--accent-dim);color:var(--accent-2);width:22px;height:22px;border-radius:5px;display:grid;place-items:center;flex-shrink:0;margin-top:1px}.step-item .input{background:transparent;border:0;padding:1px 0}.step-item:focus-within{border-color:var(--accent)}.step-image-preview{margin-top:-2px;margin-bottom:8px;padding:10px;background:var(--bg-2);border:1px solid var(--border);border-top:0;border-radius:0 0 8px 8px;display:flex;gap:12px;align-items:flex-start}.step-item.has-image{border-radius:8px 8px 0 0;border-bottom:0}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.grid3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}@media (max-width: 720px){.grid2,.grid3{grid-template-columns:1fr}}.proj-banner{display:flex;align-items:center;gap:10px;margin-bottom:14px;background:var(--danger-dim);border:1px solid var(--danger);color:var(--danger);padding:12px 16px;border-radius:10px;font-weight:700;letter-spacing:.02em}.proj-tabs{display:flex;gap:4px;flex-wrap:wrap;border-bottom:1px solid var(--border)}.proj-tab{padding:8px 14px;border:0;background:transparent;color:var(--text-dim);cursor:pointer;font-size:13px;font-weight:500;border-bottom:2px solid transparent;border-radius:6px 6px 0 0}.proj-tab:hover{color:var(--text);background:var(--surface)}.proj-tab.active{color:var(--accent-2);border-bottom-color:var(--accent)}.proj-map{width:100%;height:320px;border:1px solid var(--border);border-radius:8px}.list-row{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;margin-bottom:8px;background:var(--bg-2)}.quick-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px;border-radius:6px;cursor:pointer;font-size:13px}.quick-row:hover{background:var(--surface-hover)}.comment-row{padding:8px 0;border-bottom:1px solid var(--border)}.timeline{display:flex;flex-direction:column;gap:14px;padding-left:6px}.timeline-item{display:flex;gap:12px;align-items:flex-start;position:relative}.timeline-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);margin-top:5px;flex-shrink:0;box-shadow:0 0 0 3px var(--accent-dim)}.kanban{display:grid;grid-template-columns:repeat(5,minmax(180px,1fr));gap:12px;overflow-x:auto}@media (max-width: 1100px){.kanban{grid-template-columns:repeat(5,200px)}}.kanban-col{background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:10px;min-height:120px}.kanban-col-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.kanban-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:10px;margin-bottom:8px;cursor:grab}.kanban-card:hover{border-color:var(--border-strong)}.kanban-card:active{cursor:grabbing}.err-grid{display:grid;grid-template-columns:360px 1fr;gap:20px;height:calc(100% - 4px)}.err-list{display:flex;flex-direction:column;gap:8px;overflow:auto;padding-right:4px}.err-card{background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:12px 14px;cursor:pointer}.err-card.active{border-color:var(--accent);background:var(--surface-hover)}.err-card .code{font-family:var(--mono);font-size:12.5px;color:var(--accent-2);font-weight:600}.err-card .msg{font-size:13.5px;font-weight:500;margin-top:4px;letter-spacing:-.005em}.err-card .meta{font-size:11.5px;color:var(--text-mute);font-family:var(--mono);margin-top:6px;display:flex;gap:8px;align-items:center}.wizard-shell{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.wizard-steps{display:flex;border-bottom:1px solid var(--border);background:var(--bg-2)}.wizard-step{flex:1;padding:16px 20px;display:flex;align-items:center;gap:12px;border-right:1px solid var(--border)}.wizard-step:last-child{border-right:0}.wizard-step .num{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-family:var(--mono);font-size:11px;background:var(--surface);border:1px solid var(--border);color:var(--text-mute)}.wizard-step.done .num{background:var(--success-dim);color:var(--success);border-color:#22c55e66}.wizard-step.active .num{background:var(--accent);color:#fff;border-color:var(--accent)}.wizard-step .label{font-size:13px;font-weight:500}.wizard-step.active .label{color:var(--text)}.wizard-step:not(.active):not(.done) .label{color:var(--text-mute)}.wizard-body{padding:24px}.dropzone{border:1.5px dashed var(--border-strong);border-radius:10px;padding:40px 20px;text-align:center;background:var(--bg-2)}.dropzone.is-over{border-color:var(--accent);background:var(--accent-dim)}.bar-row{display:flex;align-items:center;gap:12px;padding:8px 0;font-size:13px}.bar-row .label{width:200px;color:var(--text-dim)}.bar-row .bar-wrap{flex:1;background:var(--bg-2);height:8px;border-radius:4px;overflow:hidden}.bar-row .bar{height:100%;background:var(--accent);border-radius:4px}.bar-row .bar.warn{background:var(--warn)}.bar-row .bar.success{background:var(--success)}.bar-row .bar.violet{background:var(--violet)}.bar-row .num{width:50px;text-align:right;font-family:var(--mono);font-size:12px;color:var(--text)}.switch{width:32px;height:18px;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;position:relative;cursor:pointer;transition:background .15s}.switch:after{content:"";position:absolute;left:2px;top:1px;width:12px;height:12px;background:var(--text-dim);border-radius:50%;transition:transform .15s,background .15s}.switch.on{background:var(--accent);border-color:var(--accent)}.switch.on:after{transform:translate(14px);background:#fff}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:5px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}.app.simple-mode .nav-item{padding:11px 13px;font-size:14px;border-radius:9px;margin-bottom:1px}.app.simple-mode .nav-item.primary{background:var(--accent-dim);color:var(--text);border:1px solid var(--accent-border);margin:4px 0 8px}.app.simple-mode .nav-item.primary.active:before{display:none}.app.simple-mode .nav-item.primary:hover{background:var(--surface-hover)}.app.simple-mode .nav-group-label{font-size:11.5px;text-transform:none;letter-spacing:0;font-weight:600;color:var(--text-dim);padding:14px 12px 8px}.app.simple-mode .nav{padding:12px}.app.simple-mode .sidebar{width:260px}.app.simple-mode .app{grid-template-columns:260px 1fr}.app.simple-mode .brand-name{font-size:16px}.app.simple-mode .badge-count{font-size:11.5px;padding:1px 8px}.app.simple-mode .tech-only,.app.simple-mode .expert-only{display:none!important}.app.simple-mode .chat-composer{border-radius:14px;padding:6px 6px 6px 18px}.app.simple-mode .chat-composer textarea{font-size:15px;padding:14px 6px;min-height:32px}.app.simple-mode .btn.primary{padding:8px 14px;font-size:13.5px}.app.simple-mode .topbar h1{font-size:16px}.app.simple-mode .topbar{height:60px}@keyframes helpPulse{0%,to{box-shadow:0 0 #3b82f600}50%{box-shadow:0 0 0 4px #3b82f626}}.app.simple-mode .icon-btn[title^=Ajutor]{animation:helpPulse 2.5s ease-in-out 3}@keyframes lightboxIn{0%{opacity:0}to{opacity:1}}.simple-only{display:none}.app.simple-mode .simple-only{display:inline-flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.proc-html img,.proc-html video{max-width:100%;height:auto;border-radius:6px;margin:10px 0;display:block;border:1px solid var(--border);background:var(--bg)}.proc-html a{color:var(--accent-2)}.proc-html hr{border:0;border-top:1px solid var(--border);margin:14px 0}.proc-html figure{margin:12px 0}.proc-html figcaption{font-size:12px;color:var(--text-mute);font-style:italic;margin-top:4px}.proc-html ul,.proc-html ol{margin:0 0 12px;padding-left:22px;line-height:1.7}.proc-html li{margin-bottom:4px}.proc-html p{margin:0 0 12px;line-height:1.7}.proc-html strong,.proc-html b{color:var(--text);font-weight:600}.proc-html code{background:var(--bg-2);border:1px solid var(--border);padding:1px 6px;border-radius:4px;font-size:.92em}.proc-html h1,.proc-html h2,.proc-html h3,.proc-html h4{color:var(--text);font-weight:600;letter-spacing:-.005em;margin:14px 0 8px}.proc-html h3{font-size:14px}.proc-html h4{font-size:13px}.divider{height:1px;background:var(--border);margin:16px 0}.muted{color:var(--text-mute)}.dim{color:var(--text-dim)}.mono{font-family:var(--mono)}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.items-center{align-items:center}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.text-sm{font-size:12.5px}.text-xs{font-size:11.5px}.empty-state{text-align:center;padding:60px 20px;color:var(--text-mute)}.empty-state .icon-wrap{width:48px;height:48px;border-radius:12px;background:var(--surface);border:1px solid var(--border);display:inline-grid;place-items:center;margin-bottom:14px}.typing{display:inline-flex;gap:4px;padding:4px 0}.typing span{width:6px;height:6px;border-radius:50%;background:var(--accent-2);animation:typing 1.2s infinite ease-in-out}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.ai-suggest{border:1px solid var(--violet);background:var(--violet-dim);border-radius:10px;padding:14px 16px;display:flex;gap:14px;align-items:flex-start}.ai-suggest .badge{background:#a78bfa33;border-color:#a78bfa66;color:var(--violet)}.codeblock-wrap{margin:10px 0;border:1px solid var(--border-strong);border-radius:10px;overflow:hidden;background:#05080f;box-shadow:0 2px 10px #00000059}.codeblock-bar{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#0b1322;border-bottom:1px solid var(--border)}.codeblock-dots{display:inline-flex;gap:5px}.codeblock-dots i{width:10px;height:10px;border-radius:50%;background:#2a3960;display:inline-block}.codeblock-dots i:nth-child(1){background:#ff5f56}.codeblock-dots i:nth-child(2){background:#ffbd2e}.codeblock-dots i:nth-child(3){background:#27c93f}.codeblock-label{font-family:var(--mono, monospace);font-size:11px;letter-spacing:.04em;color:var(--text-mute);text-transform:lowercase}.codeblock-copy{margin-left:auto;display:inline-flex;align-items:center;gap:5px;padding:4px 10px;font-size:11.5px;font-weight:600;font-family:var(--mono, monospace);color:var(--accent-2);background:var(--surface);border:1px solid var(--border-strong);border-radius:6px;cursor:pointer;transition:background .12s,color .12s}.codeblock-copy:hover{background:var(--surface-hover);color:#fff}.codeblock{margin:0;padding:12px 14px;background:#05080f;color:#d6e2ff;font-family:var(--mono, monospace);font-size:12.5px;line-height:1.6;white-space:pre;overflow-x:auto;-moz-tab-size:2;tab-size:2}.codeblock code{font-family:inherit;color:inherit;background:none;padding:0}.proc-html pre{background:transparent}@media (max-width: 860px){.app{grid-template-columns:1fr}.sidebar{position:fixed;top:0;bottom:0;left:0;width:min(84vw,290px);z-index:1200;transform:translate(-100%);transition:transform .25s ease;will-change:transform}.app.nav-open .sidebar{transform:translate(0);box-shadow:0 0 50px #0000008c}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1100;-webkit-tap-highlight-color:transparent}.nav-toggle{display:inline-flex;flex-shrink:0}.topbar{padding:0 12px;gap:10px}.topbar h1{font-size:14px}.topbar .crumb{display:none}.topbar .right{gap:6px}.search-input{display:none}.page{padding:16px 12px}.page-narrow{max-width:100%}.page-header{flex-direction:column;align-items:flex-start}.page-title{font-size:19px}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.chat-shell{grid-template-columns:minmax(0,1fr)}.chat-list,.chat-side{display:none}.table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 520px){.kpi-grid{grid-template-columns:1fr}.btn{padding:8px 13px}.btn.sm{padding:6px 10px}.icon-btn{width:34px;height:34px}}.modal-overlay,.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;background:#00000073;display:grid;place-items:center;padding:16px}.drawer-overlay{justify-items:end;align-items:stretch}.drawer.panel{width:min(420px,100%);background:var(--card);border-left:1px solid var(--border);padding:20px;overflow-y:auto;box-shadow:-8px 0 32px #0003}.modal{width:min(100%,640px);max-height:90vh;overflow:auto}.scu-sheet td,.scu-sheet th{white-space:nowrap;font-size:13px}.scu-sheet tr.row-selected{background:#3b82f614}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:8px 10px;border-bottom:1px solid var(--border);text-align:left}.table-wrap{overflow-x:auto}body{margin:0}.x-spreadsheet{font-size:13px;line-height:normal;-webkit-user-select:none;user-select:none;-moz-user-select:none;font-family:Lato,Source Sans Pro,Roboto,Helvetica,Arial,sans-serif;box-sizing:content-box;background:#fff;-webkit-font-smoothing:antialiased}.x-spreadsheet textarea{font:400 13px Arial,Lato,Source Sans Pro,Roboto,Helvetica,sans-serif}.x-spreadsheet-sheet{position:relative;overflow:hidden}.x-spreadsheet-table{vertical-align:bottom}.x-spreadsheet-tooltip{font-family:inherit;position:absolute;padding:5px 10px;color:#fff;border-radius:1px;background:#000;font-size:12px;z-index:201}.x-spreadsheet-tooltip:before{pointer-events:none;position:absolute;left:calc(50% - 4px);top:-4px;content:"";width:8px;height:8px;background:inherit;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:1;box-shadow:1px 1px 3px -1px #0000004d}.x-spreadsheet-color-palette{padding:5px}.x-spreadsheet-color-palette table{margin:0;padding:0;border-collapse:separate;border-spacing:2;background:#fff}.x-spreadsheet-color-palette table td{margin:0;cursor:pointer;border:1px solid transparent}.x-spreadsheet-color-palette table td:hover{border-color:#ddd}.x-spreadsheet-color-palette table td .x-spreadsheet-color-palette-cell{width:16px;height:16px}.x-spreadsheet-border-palette{padding:6px}.x-spreadsheet-border-palette table{margin:0;padding:0;border-collapse:separate;border-spacing:0;background:#fff;table-layout:fixed}.x-spreadsheet-border-palette table td{margin:0}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-left{border-right:1px solid #eee;padding-right:6px}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-left .x-spreadsheet-border-palette-cell{width:30px;height:30px;cursor:pointer;text-align:center}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-left .x-spreadsheet-border-palette-cell .x-spreadsheet-icon-img{opacity:.8}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-left .x-spreadsheet-border-palette-cell:hover{background-color:#eee}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-right{padding-left:6px}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-right .x-spreadsheet-toolbar-btn{margin-top:0;margin-bottom:3px}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-right .x-spreadsheet-line-type{position:relative;left:0;top:-3px}.x-spreadsheet-dropdown{position:relative}.x-spreadsheet-dropdown .x-spreadsheet-dropdown-content{position:absolute;z-index:200;background:#fff;box-shadow:1px 2px 5px 2px #33333326}.x-spreadsheet-dropdown.bottom-left .x-spreadsheet-dropdown-content{top:calc(100% + 5px);left:0}.x-spreadsheet-dropdown.bottom-right .x-spreadsheet-dropdown-content{top:calc(100% + 5px);right:0}.x-spreadsheet-dropdown.top-left .x-spreadsheet-dropdown-content{bottom:calc(100% + 5px);left:0}.x-spreadsheet-dropdown.top-right .x-spreadsheet-dropdown-content{bottom:calc(100% + 5px);right:0}.x-spreadsheet-dropdown .x-spreadsheet-dropdown-title{padding:0 5px;display:inline-block}.x-spreadsheet-dropdown .x-spreadsheet-dropdown-header .x-spreadsheet-icon.arrow-left{margin-left:4px}.x-spreadsheet-dropdown .x-spreadsheet-dropdown-header .x-spreadsheet-icon.arrow-right{width:10px;margin-right:4px}.x-spreadsheet-dropdown .x-spreadsheet-dropdown-header .x-spreadsheet-icon.arrow-right .arrow-down{left:-130px}.x-spreadsheet-resizer{position:absolute;z-index:11}.x-spreadsheet-resizer .x-spreadsheet-resizer-hover{background-color:#4b89ff40}.x-spreadsheet-resizer .x-spreadsheet-resizer-line{position:absolute}.x-spreadsheet-resizer.horizontal{cursor:row-resize}.x-spreadsheet-resizer.horizontal .x-spreadsheet-resizer-line{border-bottom:2px dashed #4b89ff;left:0;bottom:0}.x-spreadsheet-resizer.vertical{cursor:col-resize}.x-spreadsheet-resizer.vertical .x-spreadsheet-resizer-line{border-right:2px dashed #4b89ff;top:0;right:0}.x-spreadsheet-scrollbar{position:absolute;bottom:0;right:0;background-color:#f4f5f8;opacity:.9;z-index:12}.x-spreadsheet-scrollbar.horizontal{right:15px;overflow-x:scroll;overflow-y:hidden}.x-spreadsheet-scrollbar.horizontal>div{height:1px;background:#ddd}.x-spreadsheet-scrollbar.vertical{bottom:15px;overflow-x:hidden;overflow-y:scroll}.x-spreadsheet-scrollbar.vertical>div{width:1px;background:#ddd}.x-spreadsheet-overlayer{position:absolute;left:0;top:0;z-index:10}.x-spreadsheet-overlayer .x-spreadsheet-overlayer-content{position:absolute;overflow:hidden;pointer-events:none;width:100%;height:100%}.x-spreadsheet-editor,.x-spreadsheet-selector{box-sizing:content-box;position:absolute;overflow:hidden;pointer-events:none;top:0;left:0;width:100%;height:100%}.x-spreadsheet-selector .hide-input{position:absolute;z-index:0}.x-spreadsheet-selector .hide-input input{padding:0;width:0;border:none!important}.x-spreadsheet-selector .x-spreadsheet-selector-area{position:absolute;border:2px solid #4b89ff;background:#4b89ff1a;z-index:5}.x-spreadsheet-selector .x-spreadsheet-selector-clipboard,.x-spreadsheet-selector .x-spreadsheet-selector-autofill{position:absolute;background:transparent;z-index:100}.x-spreadsheet-selector .x-spreadsheet-selector-clipboard{border:2px dashed #4b89ff}.x-spreadsheet-selector .x-spreadsheet-selector-autofill{border:1px dashed rgba(0,0,0,.45)}.x-spreadsheet-selector .x-spreadsheet-selector-corner{pointer-events:auto;position:absolute;cursor:crosshair;font-size:0;height:5px;width:5px;right:-5px;bottom:-5px;border:2px solid #ffffff;background:#4b89ff}.x-spreadsheet-editor{z-index:20}.x-spreadsheet-editor .x-spreadsheet-editor-area{position:absolute;text-align:left;border:2px solid #4b89ff;line-height:0;z-index:100;pointer-events:auto}.x-spreadsheet-editor .x-spreadsheet-editor-area textarea{box-sizing:content-box;border:none;padding:0 3px;outline:none;resize:none;text-align:start;overflow-y:hidden;font:400 13px Arial,Lato,Source Sans Pro,Roboto,Helvetica,sans-serif;color:inherit;white-space:normal;word-wrap:break-word;line-height:22px;margin:0}.x-spreadsheet-editor .x-spreadsheet-editor-area .textline{overflow:hidden;visibility:hidden;position:fixed;top:0;left:0}.x-spreadsheet-item{-webkit-user-select:none;user-select:none;background:0;border:1px solid transparent;outline:none;height:26px;color:#000000e6;line-height:26px;list-style:none;padding:2px 10px;cursor:default;text-align:left;overflow:hidden}.x-spreadsheet-item.disabled{pointer-events:none;opacity:.5}.x-spreadsheet-item:hover,.x-spreadsheet-item.active{background:#0000000d}.x-spreadsheet-item.divider{height:0;padding:0;margin:5px 0;border:none;border-bottom:1px solid rgba(0,0,0,.1)}.x-spreadsheet-item .label{float:right;opacity:.65;font-size:1em}.x-spreadsheet-item.state,.x-spreadsheet-header.state{padding-left:35px!important;position:relative}.x-spreadsheet-item.state:before,.x-spreadsheet-header.state:before{content:"";position:absolute;width:10px;height:10px;left:12px;top:calc(50% - 5px);background:#00000014;border-radius:2px}.x-spreadsheet-item.state.checked:before,.x-spreadsheet-header.state.checked:before{background:#4b89ff}.x-spreadsheet-checkbox{position:relative;display:inline-block;backface-visibility:hidden;outline:0;vertical-align:baseline;font-style:normal;font-size:1rem;line-height:1em}.x-spreadsheet-checkbox>input{position:absolute;top:0;left:0;opacity:0!important;outline:0;z-index:-1}.x-spreadsheet-suggest,.x-spreadsheet-contextmenu,.x-spreadsheet-sort-filter{position:absolute;box-shadow:1px 2px 5px 2px #33333326;background:#fff;z-index:100;width:260px;pointer-events:auto;overflow:auto}.x-spreadsheet-suggest{width:200px}.x-spreadsheet-filter{border:1px solid #e9e9e9;font-size:12px;margin:10px}.x-spreadsheet-filter .x-spreadsheet-header{padding:.5em .75em;background:#f8f8f9;border-bottom:1px solid #e9e9e9;border-left:1px solid transparent}.x-spreadsheet-filter .x-spreadsheet-body{height:200px;overflow-y:auto}.x-spreadsheet-filter .x-spreadsheet-body .x-spreadsheet-item{height:20px;line-height:20px}.x-spreadsheet-sort-filter .x-spreadsheet-buttons{margin:10px}.x-spreadsheet-toolbar,.x-spreadsheet-bottombar{height:40px;padding:0 30px;text-align:left;background:#f5f6f7;display:flex}.x-spreadsheet-bottombar{position:relative;border-top:1px solid #e0e2e4}.x-spreadsheet-bottombar .x-spreadsheet-menu>li{line-height:40px;height:40px;padding-top:0;padding-bottom:0;vertical-align:middle;border-right:1px solid #e8eaed}.x-spreadsheet-menu{list-style:none;margin:0;padding:0;-webkit-user-select:none;user-select:none}.x-spreadsheet-menu>li{float:left;line-height:1.25em;padding:.785em 1em;margin:0;vertical-align:middle;text-align:left;font-weight:400;color:#80868b;white-space:nowrap;cursor:pointer;transition:all .3s;font-weight:700}.x-spreadsheet-menu>li.active{background-color:#fff;color:#000000a6}.x-spreadsheet-menu>li .x-spreadsheet-icon{margin:0 6px}.x-spreadsheet-menu>li .x-spreadsheet-icon .x-spreadsheet-icon-img:hover{opacity:.85}.x-spreadsheet-menu>li .x-spreadsheet-dropdown{display:inline-block}.x-spreadsheet-toolbar{border-bottom:1px solid #e0e2e4}.x-spreadsheet-toolbar .x-spreadsheet-toolbar-btns{display:inline-flex}.x-spreadsheet-toolbar .x-spreadsheet-toolbar-more{padding:0 6px 6px;text-align:left}.x-spreadsheet-toolbar .x-spreadsheet-toolbar-more .x-spreadsheet-toolbar-divider{margin-top:0}.x-spreadsheet-toolbar .x-spreadsheet-toolbar-btn{flex:0 0 auto;display:inline-block;border:1px solid transparent;height:26px;line-height:26px;min-width:26px;margin:6px 1px 0;padding:0;text-align:center;border-radius:2px}.x-spreadsheet-toolbar .x-spreadsheet-toolbar-btn.disabled{pointer-events:none;opacity:.5}.x-spreadsheet-toolbar .x-spreadsheet-toolbar-btn:hover,.x-spreadsheet-toolbar .x-spreadsheet-toolbar-btn.active{background:#00000014}.x-spreadsheet-toolbar-divider{display:inline-block;border-right:1px solid #e0e2e4;width:0;vertical-align:middle;height:18px;margin:12px 3px 0}.x-spreadsheet-print{position:absolute;left:0;top:0;z-index:100;width:100%;height:100%;display:flex;flex-direction:column}.x-spreadsheet-print-bar{background:#424242;height:60px;line-height:60px;padding:0 30px}.x-spreadsheet-print-bar .-title{color:#fff;font-weight:700;font-size:1.2em;float:left}.x-spreadsheet-print-bar .-right{float:right;margin-top:12px}.x-spreadsheet-print-content{display:flex;flex:auto;flex-direction:row;background:#d0d0d0;height:calc(100% - 60px)}.x-spreadsheet-print-content .-sider{flex:0 0 300px;width:300px;border-left:2px solid #ccc;background:#fff}.x-spreadsheet-print-content .-content{flex:auto;overflow-x:auto;overflow-y:scroll;height:100%}.x-spreadsheet-canvas-card-wraper{margin:40px 20px}.x-spreadsheet-canvas-card{background:#fff;margin:auto;page-break-before:auto;page-break-after:always;box-shadow:0 8px 10px 1px #00000024,0 3px 14px 3px #0000001f,0 4px 5px #0003}.x-spreadsheet-calendar{color:#000000a6;background:#fff;-webkit-user-select:none;user-select:none}.x-spreadsheet-calendar .calendar-header{font-weight:700;line-height:30px;text-align:center;width:100%;float:left;background:#f9fafb}.x-spreadsheet-calendar .calendar-header .calendar-header-left{padding-left:5px;float:left}.x-spreadsheet-calendar .calendar-header .calendar-header-right{float:right}.x-spreadsheet-calendar .calendar-header .calendar-header-right a{padding:3px 0;margin-right:2px;border-radius:2px}.x-spreadsheet-calendar .calendar-header .calendar-header-right a:hover{background:#00000014}.x-spreadsheet-calendar .calendar-body{border-collapse:collapse;border-spacing:0}.x-spreadsheet-calendar .calendar-body th,.x-spreadsheet-calendar .calendar-body td{width:14.28571429%;min-width:32px;text-align:center;font-weight:700;line-height:30px;padding:0}.x-spreadsheet-calendar .calendar-body td>.cell:hover{background:#ecf6fd}.x-spreadsheet-calendar .calendar-body td>.cell.active,.x-spreadsheet-calendar .calendar-body td>.cell.active:hover{background:#ecf6fd;color:#2185d0}.x-spreadsheet-calendar .calendar-body td>.cell.disabled{pointer-events:none;opacity:.5}.x-spreadsheet-datepicker{box-shadow:2px 2px 5px #0003;position:absolute;left:0;top:calc(100% + 5px);z-index:10;width:auto}.x-spreadsheet-buttons{display:flex;justify-content:flex-end}.x-spreadsheet-buttons .x-spreadsheet-button{margin-left:8px}.x-spreadsheet-button{display:inline-block;border-radius:3px;line-height:1em;min-height:1em;white-space:nowrap;text-align:center;cursor:pointer;font-size:1em;font-weight:700;padding:.75em 1em;color:#0009;background:#e0e1e2;text-decoration:none;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;outline:none;vertical-align:baseline;zoom:1;-webkit-user-select:none;user-select:none;transition:all .1s linear}.x-spreadsheet-button.active,.x-spreadsheet-button:hover{background-color:#c0c1c2;color:#000c}.x-spreadsheet-button.primary{color:#fff;background-color:#2185d0}.x-spreadsheet-button.primary:hover,.x-spreadsheet-button.primary.active{color:#fff;background-color:#1678c2}.x-spreadsheet-form-input{font-size:1em;position:relative;font-weight:400;display:inline-flex;color:#000000de}.x-spreadsheet-form-input input{z-index:1;margin:0;max-width:100%;flex:1 0 auto;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);text-align:left;line-height:30px;height:30px;padding:0 8px;background:#fff;border:1px solid #e9e9e9;border-radius:3px;transition:box-shadow .1s ease,border-color .1s ease;box-shadow:inset 0 1px 2px #0a0a0a0f}.x-spreadsheet-form-input input:focus{border-color:#4b89ff;box-shadow:inset 0 1px 2px #4b89ff33}.x-spreadsheet-form-select{position:relative;display:inline-block;background:#fff;border:1px solid #e9e9e9;border-radius:2px;cursor:pointer;color:#000000de;-webkit-user-select:none;user-select:none;box-shadow:inset 0 1px 2px #0a0a0a0f}.x-spreadsheet-form-select .input-text{text-overflow:ellipsis;white-space:nowrap;min-width:60px;width:auto;height:30px;line-height:30px;padding:0 8px}.x-spreadsheet-form-fields{display:flex;flex-direction:row;flex-wrap:wrap}.x-spreadsheet-form-fields .x-spreadsheet-form-field{flex:0 1 auto}.x-spreadsheet-form-fields .x-spreadsheet-form-field .label{display:inline-block;margin:0 10px 0 0}.x-spreadsheet-form-field{display:block;vertical-align:middle;margin-left:10px;margin-bottom:10px}.x-spreadsheet-form-field:first-child{margin-left:0}.x-spreadsheet-form-field.error .x-spreadsheet-form-select,.x-spreadsheet-form-field.error input{border-color:#f04134}.x-spreadsheet-form-field .tip{color:#f04134;font-size:.9em}.x-spreadsheet-dimmer{display:none;position:absolute;top:0!important;left:0!important;width:100%;height:100%;text-align:center;vertical-align:middle;background-color:#0009;opacity:0;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.5s;animation-duration:.5s;transition:background-color .5s linear;-webkit-user-select:none;user-select:none;z-index:1000}.x-spreadsheet-dimmer.active{display:block;opacity:1}form fieldset{border:none}form fieldset label{display:block;margin-bottom:.5em;font-size:1em;color:#666}form fieldset select{font-size:1.1em;width:100%;background-color:#fff;border:none;border-bottom:2px solid #ddd;padding:.5em .85em;border-radius:2px}.x-spreadsheet-modal,.x-spreadsheet-toast{font-size:13px;position:fixed;z-index:1001;text-align:left;line-height:1.25em;min-width:360px;color:#000000de;font-family:Lato,Source Sans Pro,Roboto,Helvetica,Arial,sans-serif;border-radius:4px;border:1px solid rgba(0,0,0,.1);background-color:#fff;background-clip:padding-box;box-shadow:#0003 0 2px 8px}.x-spreadsheet-toast{background-color:#ffffffd9}.x-spreadsheet-modal-header,.x-spreadsheet-toast-header{font-weight:600;background-clip:padding-box;background-color:#ffffffd9;border-bottom:1px solid rgba(0,0,0,.05);border-radius:4px 4px 0 0}.x-spreadsheet-modal-header .x-spreadsheet-icon,.x-spreadsheet-toast-header .x-spreadsheet-icon{position:absolute;right:.8em;top:.65em;border-radius:18px}.x-spreadsheet-modal-header .x-spreadsheet-icon:hover,.x-spreadsheet-toast-header .x-spreadsheet-icon:hover{opacity:1;background:#00000014}.x-spreadsheet-toast-header{color:#f2711c}.x-spreadsheet-modal-header{border-bottom:1px solid #e0e2e4;background:#00000014;font-size:1.0785em}.x-spreadsheet-modal-header,.x-spreadsheet-modal-content,.x-spreadsheet-toast-header,.x-spreadsheet-toast-content{padding:.75em 1em}@media screen and (min-width: 320px) and (max-width: 480px){.x-spreadsheet-toolbar{display:none}}.x-spreadsheet-icon{width:18px;height:18px;margin:1px 1px 2px;text-align:center;vertical-align:middle;-webkit-user-select:none;user-select:none;overflow:hidden;position:relative;display:inline-block}.x-spreadsheet-icon .x-spreadsheet-icon-img{background-image:url(./58eaeb4e52248a5c75936c6f4c33a370-TQ-VM369.svg);position:absolute;width:262px;height:444px;opacity:.56}.x-spreadsheet-icon .x-spreadsheet-icon-img.undo{left:0;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.redo{left:-18px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.print{left:-36px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.paintformat{left:-54px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.clearformat{left:-72px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.font-bold{left:-90px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.font-italic{left:-108px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.underline{left:-126px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.strike{left:-144px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.color{left:-162px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.bgcolor{left:-180px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.merge{left:-198px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.align-left{left:-216px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.align-center{left:-234px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.align-right{left:0;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.align-top{left:-18px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.align-middle{left:-36px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.align-bottom{left:-54px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.textwrap{left:-72px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.autofilter{left:-90px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.formula{left:-108px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.arrow-down{left:-126px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.arrow-right{left:-144px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.link{left:-162px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.chart{left:-180px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.freeze{left:-198px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.ellipsis{left:-216px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.add{left:-234px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-all{left:0;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-inside{left:-18px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-horizontal{left:-36px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-vertical{left:-54px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-outside{left:-72px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-left{left:-90px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-top{left:-108px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-right{left:-126px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-bottom{left:-144px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-none{left:-162px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.line-color{left:-180px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.line-type{left:-198px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.close{left:-234px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.chevron-down{left:0;top:-54px}.x-spreadsheet-icon .x-spreadsheet-icon-img.chevron-up{left:-18px;top:-54px}.x-spreadsheet-icon .x-spreadsheet-icon-img.chevron-left{left:-36px;top:-54px}.x-spreadsheet-icon .x-spreadsheet-icon-img.chevron-right{left:-54px;top:-54px}
