:root{font-family:Inter,Segoe UI,sans-serif;background:#f5f7fb;color:#0f1f3a;--ink: #0f1f3a;--muted: #6b7280;--line: #e5e7eb;--card: #ffffff;--accent: #2563eb;--accent-soft: #e8efff;--success: #16a34a;--warn: #f59e0b;--danger: #ef4444}*{box-sizing:border-box}body{margin:0;background:#f5f7fb}#app,.app-shell{min-height:100vh}.topbar{display:flex;align-items:center;justify-content:flex-end;padding:12px 24px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.search-wrapper{flex:1;max-width:540px}.search{width:100%;padding:10px 14px;border-radius:10px;border:1px solid var(--line);background:#f9fafb;font-size:14px}.search-inline{margin:12px 0 18px}.top-actions{display:flex;gap:10px;align-items:center}.toggle{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--ink)}.toggle input{width:16px;height:16px}.toggle-label{font-weight:600}.toggle.switch input{display:none}.toggle.switch .switch-ui{width:36px;height:20px;border-radius:999px;background:#e5e7eb;position:relative;transition:background .2s ease}.toggle.switch .switch-ui:after{content:"";width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0000001f;transition:transform .2s ease}.toggle.switch input:checked+.switch-ui{background:var(--accent)}.toggle.switch input:checked+.switch-ui:after{transform:translate(16px)}.view-toggle{display:flex;gap:8px;align-items:center;margin-top:8px}.view-toggle .ghost.active{border-color:var(--accent);color:var(--accent)}.step-toggle{display:flex;gap:8px;flex-wrap:wrap}.step-chip{border:1px solid var(--line);border-radius:999px;padding:6px 14px;font-weight:600;font-size:13px;background:#fff;color:var(--ink);cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.step-chip.all{min-width:110px}.step-chip.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.step-chip:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ghost{background:linear-gradient(180deg,#fff,#f1f5f9);border:1px solid #d7dde5;border-radius:12px;padding:8px 12px;color:#0f172a;font-weight:600;letter-spacing:.2px;cursor:pointer;transition:transform .12s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease;box-shadow:0 1px #0f172a14,0 6px 14px #0f172a14}.ghost:hover{border-color:#c7d2fe;box-shadow:0 1px #0f172a14,0 10px 18px #1e40af1f;transform:translateY(-1px)}.ghost:active{transform:translateY(0);box-shadow:0 1px #0f172a14,0 4px 10px #0f172a1f}.ghost.danger{border-color:#dc2626;color:#dc2626}.user-info{display:flex;gap:10px;align-items:center}.user-email{font-size:13px;color:var(--muted)}.avatar{width:34px;height:34px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:700}.layout{display:grid;grid-template-columns:280px 1fr;gap:18px;padding:18px 24px}.sidebar{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:18px;position:sticky;top:18px;align-self:start}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.pending-sort-bar{display:none}.sidebar-toggle{display:none;width:32px;height:32px;border-radius:10px;border:1px solid var(--line);background:#fff;color:var(--ink);font-weight:700;cursor:pointer}.sidebar.collapsed .sidebar-body{display:none}.sidebar-section{display:flex;flex-direction:column;gap:8px}.sidebar-actions{display:grid;gap:8px;margin-top:12px;padding-top:10px;border-top:1px dashed var(--line)}.sidebar-actions .ghost.small{width:100%;justify-content:center}.sidebar-title{font-weight:700;color:var(--ink)}.radio{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--ink)}.sidebar select{padding:8px 10px;border-radius:10px;border:1px solid var(--line)}.sidebar .small{align-self:flex-start}.main{display:flex;flex-direction:column;gap:16px}.main-sticky{position:sticky;top:12px;z-index:4;display:flex;flex-direction:column;gap:12px;background:#f5f7fb;padding-bottom:6px}.hero{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 16px}.hero-title{font-size:22px;font-weight:800;margin:0 0 4px}.hero-subtitle{color:var(--muted);font-size:14px;margin:0}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(520px,1fr));gap:16px}.list-view{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.list-view.incoming-list{grid-template-columns:1fr}.list-row{border:1px solid var(--line);border-radius:12px;padding:14px 16px;background:#fff;min-height:140px;display:flex;flex-direction:column;justify-content:space-between}.list-row.incoming-row{border-color:#fde68a;background:#fffef6}.incoming-actions{display:flex;justify-content:flex-end;margin-top:10px}.list-row.warning{border-color:#fde68a;background:#fffbeb}.list-row.flagged{border-color:#fca5a5;background:#fff7f7}.list-title{display:flex;align-items:center;gap:8px;font-weight:700}.list-title-wrap{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.list-subtitle{margin-top:4px;font-size:11px;color:var(--muted);word-break:break-all}.list-name{color:var(--ink)}.list-meta{color:var(--muted);font-size:12px;margin-top:4px}.progress-meta{display:flex;flex-wrap:wrap;gap:6px}.progress-pill{padding:4px 8px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--ink);font-size:12px;font-weight:600}.progress-pill.done{color:#9ca3af;background:#f3f4f6;border-color:#e5e7eb}.progress-pill.active{color:#b45309;background:#fffbeb;border-color:#fcd34d}.progress-pill.frontline{box-shadow:0 0 0 2px #f59e0b59}.incoming-wtg{font-size:13px;font-weight:600;color:var(--ink);margin-top:6px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.incoming-wtg-estimated{font-size:12px;color:#92400e;background:#fef3c7;padding:2px 6px;border-radius:999px;font-weight:500}.incoming-wtg-sold{font-size:13px;font-weight:600;color:#1d4ed8}.incoming-comment{color:#b91c1c;font-weight:700;font-size:13px;margin-top:6px;white-space:pre-line}.incoming-extra{display:flex;gap:12px;flex-wrap:wrap;color:var(--ink);font-size:12px;margin-top:4px}.eta-meta{display:flex;gap:12px;align-items:baseline}.eta-detail{font-weight:600}.eta-detail.human{color:#c2410c}.eta-detail.machine{color:#047857}.list-row-header{display:flex;align-items:center;justify-content:space-between}.list-row{transition:transform .2s ease,box-shadow .2s ease;background:var(--card);box-shadow:0 6px 12px #0f1f3a14}.card-section{margin-top:10px;padding-top:10px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:6px}.base-section{border-top:none;padding-top:0;margin-top:6px}.owner-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.owner-select{padding:6px 10px;border-radius:10px;border:1px solid var(--line);background:#fff;font-size:12px;color:var(--ink)}.monday-content{display:flex;flex-direction:column;gap:6px}.monday-row{display:flex;flex-direction:column;gap:2px;border:1px solid var(--line);border-radius:10px;padding:6px 8px;background:#fff}.monday-label{font-size:11px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.monday-text{font-size:12px;color:var(--ink)}.monday-link{align-self:flex-start}.list-row:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0f1f3a1f}.list-checklist{margin-top:10px;padding-top:10px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:6px}.list-checklist-header{display:flex;align-items:center;justify-content:space-between;font-weight:700;color:var(--ink)}.list-checklist-items{display:flex;flex-direction:column;gap:6px}.checklist-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink)}.checklist-item input{width:16px;height:16px}.checklist-item.checked span{color:var(--muted);text-decoration:line-through}.checklist-assignee{background:#eef2ff;color:#4338ca;padding:2px 6px;border-radius:999px;font-size:11px;font-weight:700}.checklist-delete{margin-left:auto;color:#991b1b}.checklist-delete:hover{background:#991b1b14}.list-checklist-empty{font-size:12px;color:var(--muted)}.list-comments{display:flex;flex-direction:column;gap:6px}.list-comments-header{font-weight:700;color:var(--ink);font-size:13px}.list-comments-empty{font-size:12px;color:var(--muted)}.list-comments-items{display:flex;flex-direction:column;gap:6px}.list-todos{margin-top:4px;display:flex;flex-direction:column;gap:6px}.todo-row{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--line);border-radius:10px;padding:6px 8px;background:#fff}.todo-main{display:flex;align-items:center;gap:6px;flex:1}.todo-check{cursor:pointer}.todo-text{font-size:12px;color:var(--ink)}.todo-assignee{font-size:11px;color:var(--muted)}.comment-row{border:1px solid var(--line);border-radius:10px;padding:6px 8px;background:#fff}.comment-meta{font-size:11px;color:var(--muted)}.comment-text{font-size:12px;color:var(--ink)}.my-actions-card{margin-top:12px;border:1px solid var(--line);border-radius:12px;padding:12px;background:#f8fafc;box-shadow:0 8px 16px #0f1f3a0d}.my-actions-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.my-actions-title{font-weight:700;color:var(--ink)}.my-actions-subtitle{font-size:12px;color:var(--muted)}.my-actions-count{font-size:13px;font-weight:700;color:#111827}.my-actions-list{display:flex;flex-direction:column;gap:6px}.my-action-item{padding:6px 0;border-bottom:1px dashed var(--line)}.my-action-item:last-child{border-bottom:none}.my-action-text{display:flex;flex-direction:column;gap:2px}.my-action-park{font-size:12px;color:var(--muted)}.slot-options-form{display:flex;flex-direction:column;gap:14px}.slot-options-form label{display:flex;flex-direction:column;font-size:13px;color:var(--muted);gap:6px}.slot-options-form select{border-radius:8px;border:1px solid var(--line);padding:8px;font-size:13px;background:#fff}.slot-options-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.btn-primary{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:8px 14px;font-size:13px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 16px #2563eb4d}.ghost.tiny{padding:4px 6px;font-size:11px}.park-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px;box-shadow:0 10px 18px #0000000a}.park-card.flagged{border-color:#fecdd3;background:#fff7f7}.park-card.warning{border-color:#fde68a;background:#fffbeb}.park-card.incoming{border-color:var(--line);background:#fef3c7}.park-header{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:flex-start}.park-title{display:flex;align-items:center;gap:6px;font-weight:700;font-size:16px}.park-name{color:var(--ink)}.meta-line{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:13px}.meta{color:var(--muted);font-size:13px}.estimate-time{margin-left:10px;font-weight:600}.estimate-time.human{color:#c2410c}.estimate-time.machine{color:#047857}.warn-icon{color:var(--warn);font-size:14px}.message-icon{margin-left:6px;color:var(--accent);font-size:20px}.flag-chip{background:#fee2e2;color:#b91c1c;padding:3px 8px;border-radius:999px;font-size:12px}.chip{background:#eef2ff;color:#312e81;padding:3px 8px;border-radius:999px;font-size:12px}.process-chip{background:#ecfeff;color:#0e7490;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:700}.process-chip.danger{background:#fee2e2;color:#b91c1c}@media(max-width:520px){.list-row-header{align-items:flex-start;gap:8px}.list-title{flex-wrap:wrap;gap:6px}.list-name{font-size:13px;word-break:break-word}.list-actions{flex-wrap:wrap;gap:4px}.icon-btn{width:30px;height:30px;border-radius:8px}.icon-btn.monday svg{width:20px;height:20px}}@media(max-width:380px){.list-row-header{flex-direction:column;align-items:stretch}.list-actions{justify-content:flex-start}.list-subtitle{font-size:10px;word-break:break-word}}@media(max-width:1700px){.layout{grid-template-columns:1fr;padding:12px 14px}.sidebar{top:8px;z-index:5}.sidebar-toggle{display:inline-flex;align-items:center;justify-content:center}.cards-grid,.list-view{grid-template-columns:1fr}}@media(max-width:520px){.topbar{display:none}.layout{padding-top:12px}.sidebar{position:static;box-shadow:none}.sidebar-header{flex-wrap:wrap;align-items:center}.sidebar-options,.sidebar .ghost.small{display:none}.sidebar-body{max-height:60vh;overflow:auto}.main-sticky{position:static;box-shadow:none}.main{padding-top:12px}.search-inline{margin:8px 0 10px}.pending-sort-bar{display:flex;align-items:center;margin-bottom:8px}.sidebar{padding:12px;gap:12px}.sidebar-title,.radio,.search-wrapper input{font-size:13px}.hero-title,.hero-subtitle,.view-toggle{display:none}.pending-sort-bar .toggle-label{font-size:12px}}@media(max-width:360px){.sidebar{padding:10px}.cards-grid{gap:12px}}.chip-plus{background:#eef2ff;color:#312e81}.chip-standard{background:#e5f3ff;color:#0c4a6e}.chip-motion{background:#e7f8ef;color:#14532d}.chip-volta{background:#fff7ed;color:#92400e}.chip-clarity{background:#e0f2fe;color:#075985}.chip-incoming{background:#fef3c7;color:#92400e}.ghost.active{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.expert-shell{padding:24px}.expert-hero{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;margin-bottom:18px}.expert-title{font-size:28px;font-weight:700;letter-spacing:-.02em}.expert-subtitle{color:var(--muted);margin-top:4px}.expert-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.expert-stat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:8px 12px;min-width:110px}.expert-stat.available{border-color:#fde68a;background:#fffbeb}.expert-stat.expertized{border-color:#bbf7d0;background:#f0fdf4}.expert-stat.total{border-color:#c7d2fe;background:#eef2ff}.stat-label{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.stat-value{font-size:20px;font-weight:700;margin-top:2px}.expert-toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:16px}.expert-filter-switch{display:inline-flex;align-items:center;gap:6px;padding:4px;border-radius:999px;border:1px solid #dbe4ee;background:#fff}.expert-filter-option{border:none;background:transparent;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700;cursor:pointer;color:#64748b;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.expert-filter-option.active.remaining{background:#fff7ed;color:#c2410c;box-shadow:inset 0 0 0 1px #fdba74}.expert-filter-option.active.completed{background:#f0fdf4;color:#15803d;box-shadow:inset 0 0 0 1px #86efac}.expert-cards{display:grid;gap:16px}.expert-card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 10px 24px #0f172a0f}.expert-card.completed{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-color:#86efac;box-shadow:0 14px 28px #22c55e1f}.expert-card.prioritized{border-color:#fdba74;box-shadow:0 0 0 1px #f973162e,0 14px 28px #f9731638}.expert-card-header{display:flex;gap:14px;align-items:flex-start;justify-content:space-between}.expert-card-title{display:flex;flex-direction:column;gap:8px}.expert-card-heading{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.expert-park-name{font-weight:700;font-size:18px}.expert-counts{display:flex;flex-wrap:wrap;gap:8px}.expert-assignment{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:13px;color:#475569}.expert-assignment-label{font-weight:600;color:#1f2937}.expert-assignment-select{border:1px solid #e2e8f0;border-radius:12px;padding:6px 10px;background:#fff;font-size:13px}.expert-assignment-value{font-weight:600;color:#1f2937}.expert-assignment-value.muted{color:#94a3b8}.expert-priority-btn.active{border-color:#f97316;color:#c2410c;background:#fff7ed}.expert-counts .count{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;border:1px solid transparent}.expert-counts .count.available{background:#fffbeb;border-color:#fde68a;color:#92400e}.expert-counts .count.expertized{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.expert-counts .count.total{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.expert-columns{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:16px}.expert-comment{margin-top:16px;padding-top:12px;border-top:1px dashed #e2e8f0;display:grid;gap:8px}.expert-comment-header{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-weight:600;color:#1f2937}.expert-comment-header .meta{font-weight:500;color:#94a3b8;font-size:12px}.expert-comment-input{min-height:72px;border-radius:12px;border:1px solid #e2e8f0;padding:10px 12px;font-size:13px;background:#fff;resize:vertical}.expert-comment-input[readonly]{background:#f8fafc;color:#64748b}.expert-comment-actions{display:flex;justify-content:flex-end}.expert-column{border-radius:16px;padding:12px;border:1px dashed #dbeafe;background:#f8fafc}.expert-column.available{border-color:#fde68a;background:#fffbeb}.expert-column.expertized{border-color:#bbf7d0;background:#f0fdf4}.expert-column-title{font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;color:#1f2937}.turbine-grid{display:flex;flex-wrap:wrap;gap:8px}.turbine-chip{border-radius:999px;padding:8px 12px;font-weight:600;border:1px solid transparent;cursor:pointer;background:#fff;transition:transform .12s ease,box-shadow .16s ease,border .16s ease}.turbine-chip.available{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.turbine-chip.expertized{background:#ecfdf3;border-color:#bbf7d0;color:#166534}.turbine-chip.pending{opacity:.6;pointer-events:none}.turbine-chip:hover{transform:translateY(-1px);box-shadow:0 8px 16px #0f172a14}@media(max-width:720px){.expert-shell{padding:16px}.expert-title{font-size:24px}.expert-actions{width:100%;justify-content:flex-start}.expert-filter-switch{width:100%}.expert-filter-option{flex:1 1 0}}.btn-detail{background:var(--accent);color:#fff;border:none;border-radius:10px;padding:8px 10px;cursor:pointer}.btn-detail.small{width:34px;height:34px;display:grid;place-items:center}.top-btn{background:#2563eb}.list-actions{display:flex;gap:6px;align-items:center}.icon-btn{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;border:1px solid var(--line);background:#fff;color:var(--ink);cursor:pointer}.icon-btn.warn{color:#b45309;border-color:#fcd34d;background:#fffbeb}.icon-btn.action{color:#1d4ed8;border-color:#bfdbfe;background:#eff6ff}.icon-btn.assign{color:#475569;border-color:#e2e8f0;background:#f8fafc;font-weight:700;font-size:12px}.icon-btn.assign.assigned{color:#1d4ed8;border-color:#bfdbfe;background:#eff6ff}.icon-btn.visionair{color:#0f766e;border-color:#99f6e4;background:#f0fdfa;font-weight:700;font-size:11px}.icon-btn.visionair.assigned{color:#115e59;border-color:#5eead4;background:#ccfbf1}.icon-btn:disabled{opacity:.5;cursor:not-allowed}.icon-btn.monday{padding:0;background:#fff}.icon-btn.monday svg{width:22px;height:22px}.icon-btn.monday.assigned{border-color:#d1fae5;background:#f0fdf4}.assign-modal{display:flex;flex-direction:column;gap:12px}.assign-modal label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--muted)}.assign-modal select,.assign-modal input{border-radius:8px;border:1px solid var(--line);background:#fff;padding:8px;font-size:13px}.monday-list{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow:auto}.monday-item{display:grid;grid-template-columns:18px 1fr;gap:8px;align-items:start;border:1px solid var(--line);border-radius:10px;padding:8px;background:#fff}.monday-item-title{font-weight:700;color:var(--ink);font-size:13px}.monday-item-meta{display:flex;gap:8px;align-items:center;font-size:11px;color:var(--muted)}.monday-item-chip{background:#eef2ff;color:#4338ca;padding:2px 6px;border-radius:999px;font-size:10px;font-weight:700}.monday-item-comment{font-size:12px;color:var(--ink);margin-top:4px}.pending-loader{border:1px dashed var(--line);border-radius:12px;padding:24px;display:flex;align-items:center;gap:12px;background:#fff;color:var(--muted);font-size:13px}.pending-loader .spinner{width:18px;height:18px;border-radius:999px;border:2px solid #e5e7eb;border-top-color:var(--accent);animation:spin .8s linear infinite}.pending-loader-text{font-weight:600}@keyframes spin{to{transform:rotate(360deg)}}.hint{color:var(--muted);font-size:13px}.error{color:var(--danger);background:#fff1f2;border:1px solid #fecdd3;padding:8px 10px;border-radius:10px}.error.small{font-size:11px;padding:6px 8px}.modal-backdrop{position:fixed;inset:0;background:#0f1f3a42;display:grid;place-items:center;z-index:50}.modal{width:min(1400px,94vw);max-height:92vh;overflow:auto;background:#fff;border-radius:18px;box-shadow:0 20px 60px #0003;font-size:11px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-bottom:1px solid var(--line)}.modal-body{padding:10px}.admin-modal{display:flex;flex-direction:column;gap:10px}.admin-row{display:flex;flex-direction:column;gap:6px}.admin-table-wrapper{overflow:auto}.admin-table{width:100%;border-collapse:collapse;font-size:12px}.admin-table th,.admin-table td{border:1px solid var(--line);padding:6px;text-align:left}.tabs{display:flex;gap:8px;padding:2px 2px 10px}.tab{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:12px;padding:5px 10px;cursor:pointer;font-weight:700;box-shadow:0 2px 6px #0000000a;font-size:11px}.tab.active{border-color:var(--accent);color:var(--accent);box-shadow:0 4px 10px #2563eb26}.tab-panel{display:flex;flex-direction:column;gap:8px}.history-list{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow:auto;background:#f9fafb;border:1px solid var(--line);border-radius:12px;padding:12px}.history-item{border:1px solid var(--line);border-radius:10px;padding:8px 36px 8px 10px;background:#fff;position:relative}.history-meta{color:var(--muted);font-size:12px}.history-action{font-weight:700}.history-details{color:var(--ink)}.comment-delete{position:absolute;top:8px;right:8px;width:22px;height:22px;border-radius:999px;border:1px solid #fca5a5;color:#ef4444;background:#fff;font-size:12px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer}.comment-delete:hover{background:#fee2e2}.history-input{display:flex;gap:8px}.history-input input{flex:1;padding:8px 10px;border-radius:10px;border:1px solid var(--line)}.history-input button{padding:8px 12px;border-radius:10px;border:none;background:var(--accent);color:#fff;cursor:pointer}.comment-modal,.debug-modal{display:flex;flex-direction:column;gap:12px}.config-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px}.config-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border:1px solid var(--line);border-radius:10px}.config-row input{width:80px}.breakdown-grid{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:10px}.breakdown-card{border:1px solid var(--line);border-radius:12px;background:#fff;padding:10px;transition:opacity .2s ease}.breakdown-card-header{font-weight:700;margin-bottom:6px}.breakdown-card-body{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:6px}.breakdown-subtimes{display:flex;flex-direction:column;gap:2px;margin-top:4px}.breakdown-machine{color:#16a34a;font-weight:600}.breakdown-human{color:#f97316;font-weight:600}.breakdown-machine{color:#16a34a}.breakdown-human{color:#f97316}.breakdown-col-title{color:var(--muted);font-size:12px;text-transform:uppercase}.breakdown-col-value{font-weight:700}.breakdown-divider{width:1px;background:var(--line);height:100%}.stage-0,.stage-1,.stage-2,.stage-3,.stage-4,.stage-5{background:#fff}.breakdown-card.done{opacity:.4}.breakdown-card.pending{border:1px solid #dfe3eb}.debug-panel{display:flex;flex-direction:column;gap:10px}.debug-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.debug-note{flex:1;padding:8px 10px;border-radius:10px;border:1px solid var(--line)}.btn-flag{padding:8px 12px;border-radius:10px;border:1px solid var(--danger);color:var(--danger);background:#fff;cursor:pointer}.btn-flag.on{background:#fee2e2}.btn-history{padding:8px 12px;border-radius:10px;border:1px solid var(--line);background:#f3f4f6;cursor:pointer}.plan-panel{display:flex;flex-direction:column;gap:8px}.plan-row{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.plan-row select,.plan-row input{padding:6px 8px;border:1px solid var(--line);border-radius:8px}.workflow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.workflow-col{display:flex;flex-direction:column;gap:6px}.turbine-block{border:1px solid var(--line);border-radius:10px;padding:6px;background:#fff}.turbine-title{font-weight:700;margin-bottom:4px;font-size:11px}.blade-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px}.blade-card{border:1px solid var(--line);border-radius:8px;padding:4px 6px;background:#fff}.blade-title{font-weight:600;margin-bottom:2px;font-size:10px}.blade-states{display:flex;flex-wrap:wrap;gap:2px}.state-pill{padding:1px 6px;border-radius:999px;font-family:Quartoc Mono,monospace;font-weight:700;font-size:9px;border:1px solid var(--line)}.state-done{background:#e7f8ef;color:#14532d;border-color:#bbf7d0}.state-pending{background:#fff7ed;color:#92400e;border-color:#fed7aa}.state-alert{background:#fee2e2;color:#b91c1c;border-color:#fecdd3}.state-none{background:#f5f7fb;color:#6b7280;border-color:#e5e7eb}.login-shell{display:grid;place-items:center;min-height:100vh}.login-card{width:360px;display:flex;flex-direction:column;gap:10px;padding:18px;border-radius:14px;border:1px solid var(--line);background:#fff}.login-card input{padding:10px;border-radius:10px;border:1px solid var(--line)}.login-card button{padding:10px;border-radius:10px;border:none;background:var(--accent);color:#fff;cursor:pointer}.support-shell{padding:24px;display:flex;flex-direction:column;gap:16px}.support-hero{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;display:flex;justify-content:space-between;gap:16px;align-items:center}.support-title{font-size:22px;font-weight:800}.support-subtitle{color:var(--muted);font-size:14px}.support-actions{display:flex;gap:10px;align-items:center}.support-toolbar{max-width:520px}.support-grid{display:grid;grid-template-columns:320px 1fr;gap:16px}.support-list,.support-detail{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;min-height:200px}.support-item{display:flex;flex-direction:column;gap:6px;text-align:left;border:1px solid var(--line);border-radius:12px;padding:10px 12px;background:#fff;cursor:pointer;margin-bottom:10px}.support-item.active{border-color:var(--accent);background:var(--accent-soft)}.support-item-title{font-weight:700}.support-item-meta{font-size:12px;color:var(--muted)}.support-status{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.support-status.pending{color:var(--warn)}.support-status.archived{color:var(--muted)}.support-detail-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.support-detail-title{font-weight:800;font-size:18px}.support-detail-meta{font-size:12px;color:var(--muted)}.support-detail-actions{display:flex;gap:8px;align-items:center}.support-description{padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#f9fafb;white-space:pre-wrap;margin-bottom:12px}.support-screenshots,.debug-screenshots{border:1px solid var(--line);border-radius:12px;padding:10px 12px;background:#fff;margin-bottom:12px}.support-screenshots-header,.debug-screenshots-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.support-paste-zone{border:1px dashed #94a3b8;border-radius:10px;padding:10px 12px;margin-bottom:10px;color:var(--muted);background:#f8fafc;text-align:center;font-size:13px}.support-paste-zone:focus{outline:2px solid #93c5fd;outline-offset:1px}.support-upload-btn{position:relative;overflow:hidden;cursor:pointer}.support-upload-btn input{position:absolute;inset:0;opacity:0;cursor:pointer}.support-screenshot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.support-screenshot-item{border:1px solid var(--line);border-radius:10px;padding:8px;background:#fafafa;display:flex;flex-direction:column;gap:8px}.support-screenshot-image{width:100%;height:110px;object-fit:cover;border-radius:8px;border:1px solid var(--line);background:#fff}.support-screenshot-meta{display:flex;flex-direction:column;gap:2px;font-size:11px;color:var(--muted)}.support-screenshot-name{color:var(--ink);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.support-messages{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.support-reassign{display:flex;gap:8px;align-items:center;margin-bottom:12px}.support-message{border:1px solid var(--line);border-radius:12px;padding:10px 12px;background:#fff}.support-message-meta{font-size:12px;color:var(--muted);margin-bottom:6px}.support-message-body{white-space:pre-wrap}.support-reply{display:flex;flex-direction:column;gap:8px}.support-reply-input,.support-input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--line);background:#f9fafb;font-size:14px;font-family:inherit}.support-compose{display:flex;flex-direction:column;gap:10px}.support-compose-files{display:flex;flex-direction:column;gap:8px}.support-compose-file{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--line);border-radius:10px;padding:8px 10px;background:#fff;font-size:12px}@media(max-width:980px){.support-grid{grid-template-columns:1fr}}
