:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#111827;background:#f4f5f7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:#f4f5f7;margin:0}button,input,select{font:inherit}.loading{color:#6b7280;place-items:center;min-height:100vh;display:grid}.loginPage{background:#f4f5f7;place-items:center;min-height:100vh;padding:24px;display:grid}.loginBox{background:#fff;border:1px solid #e5e7eb;border-radius:22px;width:100%;max-width:420px;padding:32px;box-shadow:0 18px 60px #0f172a14}.logoCircle{color:#4f46e5;background:#eef2ff;border-radius:18px;place-items:center;width:56px;height:56px;margin-bottom:18px;display:grid}.loginBox h1{margin:0 0 8px;font-size:32px}.loginBox p{color:#6b7280;margin:0 0 24px;line-height:1.5}form{gap:12px;display:grid}input,select{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:12px;width:100%;padding:12px 14px}input:focus,select:focus{border-color:#6366f1;outline:2px solid #c7d2fe}button{color:#fff;cursor:pointer;background:#4f46e5;border:0;border-radius:12px;padding:12px 16px;font-weight:650}button:hover{filter:brightness(1.04)}.ghost{color:#374151;background:0 0;border:1px solid #d1d5db;width:100%;margin-top:12px}.message{color:#b45309;margin-top:16px;font-size:14px}.app{background:#f4f5f7;grid-template-columns:280px 1fr;min-height:100vh;display:grid}aside{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;gap:24px;height:100vh;padding:24px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:14px;display:flex}.brandIcon{color:#fff;background:#4f46e5;border-radius:14px;place-items:center;width:44px;height:44px;font-weight:900;display:grid}.brand h1{margin:0;font-size:20px}.brand span{color:#6b7280;font-size:13px}nav{gap:8px;display:grid}nav button{text-align:left;color:#374151;background:0 0;border:1px solid #0000}nav button.active{color:#3730a3;background:#eef2ff;border-color:#c7d2fe}.logout{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb;justify-content:center;align-items:center;gap:8px;margin-top:auto;display:flex}main{width:100%;max-width:1400px;padding:32px}header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}header h2{margin:0;font-size:34px}header p{color:#6b7280;margin:6px 0 0}.cards{grid-template-columns:repeat(5,minmax(150px,1fr));gap:14px;margin-bottom:24px;display:grid}.card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;gap:10px;padding:18px;display:grid;box-shadow:0 8px 24px #0f172a0a}.card svg{color:#4f46e5}.card span{color:#6b7280;font-size:14px}.card strong{font-size:34px}.card.urgent svg{color:#d97706}.card.danger svg{color:#dc2626}.card.success svg{color:#059669}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:20px;margin-bottom:20px;padding:20px;box-shadow:0 8px 24px #0f172a0a}.panelHead{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.panelHead h3{margin:0;font-size:20px}.panelHead span{color:#6b7280}.newTask{grid-template-columns:1fr 240px 150px;align-items:center}.newTask button{justify-content:center;align-items:center;gap:6px;display:flex}.taskList{gap:12px;display:grid}.task{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;grid-template-columns:1fr 230px;align-items:center;gap:16px;padding:16px;display:grid}.task h4{margin:0 0 6px;font-size:17px}.task p{color:#6b7280;margin:0 0 10px;line-height:1.4}.meta{flex-wrap:wrap;gap:8px;display:flex}.meta span{color:#374151;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;padding:5px 8px;font-size:12px}.taskActions{justify-content:flex-end;display:flex}.empty{color:#6b7280}@media (width<=980px){.app{grid-template-columns:1fr}aside{height:auto;position:static}.cards{grid-template-columns:repeat(2,1fr)}.newTask,.task{grid-template-columns:1fr}main{padding:20px}}.task{cursor:pointer}.task.selected{background:#eef2ff;border-color:#6366f1}.detailPanel{border-color:#c7d2fe}.detailGrid{grid-template-columns:repeat(2,minmax(220px,1fr));gap:14px;display:grid}.detailGrid label{color:#374151;gap:6px;font-size:14px;font-weight:650;display:grid}.detailGrid .wide{grid-column:1/-1}textarea{resize:vertical;color:#111827;width:100%;min-height:96px;font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:12px;padding:12px 14px}textarea:focus{border-color:#6366f1;outline:2px solid #c7d2fe}.detailActions{justify-content:flex-end;margin-top:16px;display:flex}.detailActions button,.smallGhost,.noteForm button{justify-content:center;align-items:center;gap:8px;display:inline-flex}.smallGhost{color:#374151;background:#f3f4f6;border:1px solid #d1d5db;padding:9px 12px}.notesBlock{border-top:1px solid #e5e7eb;margin-top:24px;padding-top:18px}.notesBlock h4{align-items:center;gap:8px;margin:0 0 14px;display:flex}.noteForm{grid-template-columns:1fr 180px;gap:10px;margin-bottom:14px;display:grid}.eventsList{gap:10px;display:grid}.eventItem{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:12px}.eventItem strong{color:#3730a3;margin-bottom:4px;display:block}.eventItem p{color:#374151;margin:0 0 6px}.eventItem span{color:#6b7280;font-size:12px}.blockerBadge{color:#b91c1c!important;background:#fef2f2!important;border-color:#fecaca!important}@media (width<=980px){.detailGrid,.noteForm{grid-template-columns:1fr}}.dangerButton{color:#b91c1c!important;background:#fef2f2e6!important;border-color:#b91c1c59!important}.headerActions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.lastUpdated{color:#64748b;white-space:nowrap;font-size:12px}.subtleText{color:#64748b;margin:4px 0 0;font-size:12px}.meta span{white-space:nowrap}:root{--bg:#f6f7fb;--surface:#ffffffeb;--surface-solid:#fff;--border:#e5e7eb;--border-strong:#d7dce5;--text:#111827;--muted:#64748b;--muted-soft:#94a3b8;--primary:#5b4df7;--primary-soft:#eef2ff;--danger:#dc2626;--danger-soft:#fef2f2;--success:#16a34a;--warning:#f59e0b;--shadow-sm:0 8px 24px #0f172a0f;--shadow-md:0 18px 50px #0f172a17;--radius-lg:20px;--radius-md:14px;--radius-sm:10px}body{background:radial-gradient(circle at 15% 0%, #5b4df71a, transparent 30%), radial-gradient(circle at 85% 10%, #22c55e12, transparent 28%), var(--bg);color:var(--text)}.app{background:0 0;min-height:100vh}aside{background:var(--surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-right:1px solid var(--border);box-shadow:10px 0 30px #0f172a09}main{background:0 0}h1,h2,h3{letter-spacing:-.035em}p{line-height:1.55}.panel,.card,.detailPanel,.loginBox,section,article{border-color:var(--border)}.panel,.card,.detailPanel,.loginBox{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:var(--surface-solid)}.panel:hover,.card:hover{box-shadow:var(--shadow-md)}.panelHead{border-bottom:1px solid #e2e8f0cc;margin-bottom:14px;padding-bottom:12px}.panelHead h3{font-size:18px}.panelHead span,.lastUpdated,.subtleText,.meta span{color:var(--muted)}input,select,textarea{border-color:var(--border-strong);border-radius:var(--radius-sm);background:#fff}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px #5b4df71f}button{border-radius:var(--radius-sm);border-color:var(--border-strong);color:var(--text);background:#fff;font-weight:650;transition:transform .12s,box-shadow .12s,background .12s}button:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 8px 18px #0f172a14}button:active{transform:translateY(0)}form button,.detailActions button,.loginBox button{background:var(--primary);border-color:var(--primary);color:#fff}form button:hover,.detailActions button:hover,.loginBox button:hover{background:#4f46e5}aside h1,aside h2,aside h3{margin-top:0}aside button,aside a{border-radius:12px}aside nav button,aside .projectNav button,aside button{text-align:left}aside button.active,aside .active{background:var(--primary-soft);color:var(--primary);border-color:#5b4df72e}.workItem,.taskItem,.inboxItem,.eventItem{border-radius:var(--radius-md);border:1px solid var(--border);background:#fff;box-shadow:0 4px 14px #0f172a09}.workItem:hover,.taskItem:hover,.inboxItem:hover,.eventItem:hover{border-color:#5b4df759;box-shadow:0 12px 28px #5b4df714}.selected,.workItem.selected,.taskItem.selected{border-color:var(--primary)!important;background:#f7f7ff!important}.meta span,.badge,.pill{color:#334155;white-space:nowrap;background:#f1f5f9;border-radius:999px;padding:4px 8px;font-size:12px}.dangerButton{background:var(--danger-soft)!important;color:var(--danger)!important;border-color:#dc262640!important}.dangerButton:hover{background:#fee2e2!important}.headerActions{gap:10px}.archiveToggle{border:1px solid var(--border);background:#fff;border-radius:999px;padding:8px 12px}.empty,.emptyState,.message{color:var(--muted)}.loginPage{background:radial-gradient(circle at top,#5b4df72e,#0000 34%),linear-gradient(#f8fafc,#fff)}.loginBox{border:1px solid var(--border)}@media (width>=981px){.app{grid-template-columns:260px 1fr;display:grid}aside{height:100vh;padding:22px 16px;position:sticky;top:0}main{padding:26px 32px 70px}}@media (width<=980px){.app{display:block}aside{height:auto;position:relative}main{padding:18px}}@media (width>=981px){main{width:100%;max-width:1320px;margin:0;padding-left:32px;padding-right:32px}.dashboard,.content,.mainContent,main>section,main>div{max-width:1320px}.cards,.panel{max-width:1180px}}.activityList{gap:10px;display:grid}.activityRow{background:#ffffffe0;border:1px solid #e5e7eb;border-radius:14px;grid-template-columns:12px 1fr;align-items:start;gap:12px;padding:14px;display:grid;box-shadow:0 4px 14px #0f172a09}.activityRow:hover{border-color:#5b4df759;box-shadow:0 12px 28px #5b4df714}.activityDot{background:#5b4df7;border-radius:999px;width:9px;height:9px;margin-top:6px}.activityDot.inbox{background:#a855f7}.activityDot.task{background:#0ea5e9}.activityDot.task-event{background:#22c55e}.activityTop{justify-content:space-between;align-items:center;gap:12px;display:flex}.activityTop strong{color:#111827}.activityTop span{color:#64748b;white-space:nowrap;background:#f1f5f9;border-radius:999px;padding:4px 8px;font-size:12px}.activityRow p{color:#64748b;margin:5px 0 6px;line-height:1.45}.activityRow small{color:#94a3b8}.knowledgeList{gap:12px;display:grid}.knowledgeRow{background:#ffffffe6;border:1px solid #e5e7eb;border-radius:14px;padding:16px;box-shadow:0 4px 14px #0f172a09}.knowledgeRow:hover{border-color:#5b4df759;box-shadow:0 12px 28px #5b4df714}.knowledgeTop{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.knowledgeTop h4{color:#111827;margin:0}.knowledgeTop span{color:#5b4df7;white-space:nowrap;background:#eef2ff;border-radius:999px;padding:4px 9px;font-size:12px}.knowledgeRow p{color:#64748b;margin:0 0 12px;line-height:1.55}.runsList{gap:12px;display:grid}.runRow{background:#ffffffe6;border:1px solid #e5e7eb;border-radius:14px;padding:16px;box-shadow:0 4px 14px #0f172a09}.runRow:hover{border-color:#5b4df759;box-shadow:0 12px 28px #5b4df714}.runTop{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.runTop h4{color:#111827;margin:0 0 6px}.runTop p,.runOutput p{color:#64748b;margin:0;line-height:1.5}.runStatus{white-space:nowrap;color:#334155;background:#f1f5f9;border-radius:999px;padding:5px 10px;font-size:12px}.runStatus.success,.runStatus.done,.runStatus.completed{color:#166534;background:#dcfce7}.runStatus.running,.runStatus.in_progress{color:#4f46e5;background:#eef2ff}.runStatus.failed,.runStatus.error{color:#b91c1c;background:#fee2e2}.runOutput{background:#f8fafc;border-radius:12px;margin-top:12px;padding:12px}.runOutput strong{color:#334155;margin-bottom:5px;display:block}.settingsGrid{grid-template-columns:repeat(2,minmax(260px,1fr));gap:14px;display:grid}.settingsBox{background:#ffffffe6;border:1px solid #e5e7eb;border-radius:14px;padding:16px;box-shadow:0 4px 14px #0f172a09}.settingsBox h4{color:#111827;margin:0 0 8px}.settingsBox p{color:#64748b;margin:0 0 12px;line-height:1.5}.modeStack{gap:8px;display:grid}.modeStack div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:11px}.modeStack strong{color:#111827;margin-bottom:3px;display:block}.modeStack span{color:#64748b;font-size:13px}.modeStack .modeActive{background:#f4f3ff;border-color:#5b4df773}.modeStack .modeActive strong{color:#5b4df7}.statusList{gap:10px;display:grid}.statusList div{background:#f8fafc;border-radius:12px;grid-template-columns:12px 1fr;align-items:start;gap:10px;padding:10px;display:grid}.statusList strong{color:#111827;display:block}.statusList p{grid-column:2;margin:3px 0 0;font-size:13px}.statusDot{border-radius:999px;width:9px;height:9px;margin-top:5px}.statusDot.ok{background:#22c55e}.statusDot.warn{background:#f59e0b}.moduleStats{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.moduleStats div{text-align:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:12px}.moduleStats strong{letter-spacing:-.04em;color:#111827;font-size:24px;display:block}.moduleStats span{color:#64748b;font-size:12px}.todoList{color:#64748b;margin:0;padding-left:18px;line-height:1.7}@media (width<=980px){.settingsGrid{grid-template-columns:1fr}.moduleStats{grid-template-columns:repeat(2,1fr)}}
