:root{--page-bg:#0b0d12;--surface:#12151d;--surface-elevated:#171b25;--soft:#1e2330;--line:#2a3040;--ink:#f3f4f8;--text:#c3c9d8;--muted:#7d8598;--accent:#8b5cf6;--accent-strong:#7c3aed;--accent-soft:#8b5cf624;--accent-glow:#8b5cf659;--good-bg:#22c55e1f;--good-text:#4ade80;--warn-bg:#fbbf241f;--warn-text:#fbbf24;--bad-bg:#ef44441f;--bad-text:#f87171;--neutral-bg:#7d85981f;--neutral-text:#9aa3b5;--shadow:0 16px 40px #00000059;--card-shadow:0 2px 12px #00000038;--select-chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237d8598' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");--sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text);background:var(--page-bg);font-family:var(--sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}a{color:inherit}code{background:var(--soft);font-family:var(--mono);border-radius:6px;padding:2px 6px;font-size:.9em}::selection{color:#fff;background:var(--accent-strong)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#7d859873 padding-box content-box;border:3px solid #0000;border-radius:999px}.auth-shell,.app-shell{min-height:100vh}.auth-shell{background:radial-gradient(circle at top, #8b5cf61f, transparent 42%), var(--page-bg);place-items:center;padding:24px;display:grid}.auth-card{border:1px solid var(--line);background:var(--surface);width:min(400px,100%);box-shadow:var(--shadow);text-align:center;border-radius:16px;padding:40px 32px 32px}.auth-icon{object-fit:cover;border-radius:18px;width:72px;height:72px;margin:0 auto 16px;display:block}.auth-product{color:var(--muted);margin:0 0 12px;font-size:.875rem;font-weight:500}.auth-title{color:var(--ink);letter-spacing:-.02em;margin:0 0 28px;font-size:1.5rem;font-weight:600;line-height:1.25}.auth-status{color:var(--muted);font-size:.875rem}.google-panel{justify-items:center;display:grid}.google-button{justify-content:center;min-height:44px;display:flex}.notice{border-radius:10px;margin-top:16px;padding:12px 14px;font-size:13px}.notice.warning{color:var(--warn-text);background:var(--warn-bg)}.notice.danger{color:var(--bad-text);background:var(--bad-bg)}.app-shell{background:var(--page-bg);grid-template-columns:300px minmax(0,1fr);height:100vh;display:grid;overflow:hidden}.app-main{flex-direction:column;min-width:0;height:100vh;display:flex;overflow:hidden}.app-main .content{flex:1;height:auto}.sidebar{border-right:1px solid var(--line);background:var(--surface);flex-direction:column;gap:16px;height:100vh;padding:20px 16px;display:flex;position:sticky;top:0;overflow:hidden}.brand{align-items:center;gap:12px;min-width:0;display:flex}.brand-icon{object-fit:cover;border-radius:11px;flex-shrink:0;width:38px;height:38px}.brand strong{color:var(--ink);font-size:1rem;font-weight:700}.user-card{border:1px solid var(--line);background:var(--surface-elevated);border-radius:14px;align-items:center;gap:10px;min-width:0;padding:10px;display:flex}.sidebar-footer{gap:10px;margin-top:auto;padding-top:8px;display:grid}.sidebar-tip{border:1px solid var(--line);color:var(--muted);background:var(--surface-elevated);border-radius:12px;padding:10px 12px;font-size:.74rem;line-height:1.4}.sidebar-tip strong{color:var(--text);margin-bottom:4px;font-size:.82rem;display:block}.user-logout{width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;flex-shrink:0;place-items:center;margin-left:auto;padding:0;display:grid}.user-logout svg{width:18px;height:18px}.user-logout:hover{color:var(--ink);background:var(--soft)}.user-avatar{color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent-strong));text-transform:lowercase;border-radius:999px;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:.78rem;font-weight:700;display:grid}.user-meta{flex:1;min-width:0}.user-name{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:600;display:block;overflow:hidden}.user-email{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.72rem;line-height:1.35;display:block;overflow:hidden}.app-nav{gap:6px;display:grid}.app-nav button{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;font-size:.9rem;font-weight:600;display:flex;position:relative}.app-nav button .nav-icon{width:18px;height:18px;color:var(--muted);place-items:center;display:grid}.app-nav button .nav-icon svg{width:18px;height:18px}.app-nav button.active{color:var(--ink);background:var(--accent-soft);border-color:#8b5cf659;box-shadow:inset 0 0 0 1px #8b5cf626}.app-nav button.active .nav-icon{color:var(--accent)}.app-nav button.active:not(.mock):after{content:"";background:var(--accent);width:6px;height:6px;box-shadow:0 0 10px var(--accent-glow);border-radius:999px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.app-nav button.active:not(.mock){padding-right:28px}.app-nav button.mock{color:var(--muted)}.app-nav button.mock.active:after{display:none}.nav-badge{color:var(--muted);background:var(--soft);letter-spacing:.04em;border-radius:999px;margin-left:auto;padding:2px 7px;font-size:10px;font-weight:700}.content{box-sizing:border-box;flex-direction:column;min-width:0;height:100vh;min-height:0;padding:20px 22px 24px;display:flex;overflow:hidden}.page-shell{flex-direction:column;flex:1;gap:14px;min-height:0;display:flex}.page-header{flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;display:flex}.page-header h1{color:var(--ink);letter-spacing:-.03em;margin:0 0 6px;font-size:1.85rem;font-weight:700;line-height:1.15}.page-header p{color:var(--muted);margin:0;font-size:.92rem}.primary-action,.ghost-action,.pagination button,.toast,.tab-button{cursor:pointer;font:inherit;border:0;border-radius:10px;font-weight:600;transition:opacity .15s,background .15s,border-color .15s}.primary-action{color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent-strong));padding:10px 16px}.primary-action:hover,.ghost-action:hover,.pagination button:hover:not(:disabled){opacity:.92}.ghost-action{color:var(--ink);background:var(--soft);border:1px solid var(--line);align-items:center;gap:8px;padding:9px 14px;display:inline-flex}.ghost-action svg,.user-logout svg{width:16px;height:16px}.search-bar{position:relative}.page-toolbar,.filter-toolbar{flex-shrink:0;align-items:center;gap:8px;padding:6px 8px;display:flex;overflow-x:auto}.page-body{flex-direction:column;flex:1;gap:14px;min-width:0;min-height:0;display:flex;overflow-y:auto}.page-toolbar .ghost-action.active{color:var(--ink);background:var(--accent-soft);border-color:#8b5cf68c}.toolbar-hint{color:var(--muted);white-space:nowrap;margin-left:auto;font-size:.82rem}.filter-search{flex:200px;min-width:160px;position:relative}.filter-search svg{width:16px;height:16px;color:var(--muted);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.filter-search input,.filter-toolbar select{border:1px solid var(--line);height:34px;color:var(--ink);background-color:var(--surface-elevated);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font:inherit;border-radius:8px;outline:none}.filter-toolbar select{appearance:none;text-overflow:ellipsis;cursor:pointer;background-image:var(--select-chevron);background-position:right 10px center;background-repeat:no-repeat;background-size:12px;flex:none;max-width:118px;padding:0 32px 0 8px;font-size:.78rem}.filter-search input{width:100%;padding:0 10px 0 32px;font-size:.84rem}.filter-search input:focus,.filter-toolbar select:focus{box-shadow:0 0 0 2px var(--accent-soft);border-color:#8b5cf68c}.filter-toolbar select.filter-project{max-width:148px;padding-right:34px}.filter-reset{border:1px solid var(--line);width:34px;height:34px;color:var(--muted);background:var(--surface-elevated);cursor:pointer;border-radius:8px;flex-shrink:0;place-items:center;padding:0;font-size:1.1rem;line-height:1;display:grid}.filter-reset:hover{color:var(--ink);border-color:#8b5cf673}.app-shell select option,.auth-shell select option{background-color:var(--surface-elevated);color:var(--ink)}.app-shell select option:checked,.auth-shell select option:checked{background-color:var(--accent-strong);color:#fff}.workspace{flex:1;grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:stretch;gap:14px;min-width:0;min-height:0;display:grid;overflow:hidden}.panel{border:1px solid var(--line);background:var(--surface);box-shadow:var(--card-shadow);border-radius:16px}.section-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.section-title h2{color:var(--ink);margin:0;font-size:1rem;font-weight:700}.section-title span{color:var(--muted);font-size:.82rem}.meeting-card{border:1px solid var(--line);width:100%;color:inherit;background:var(--surface-elevated);text-align:left;cursor:pointer;border-radius:14px;gap:10px;padding:14px;display:grid}.meeting-card:hover{border-color:#8b5cf659}.meeting-card.selected{background:linear-gradient(#8b5cf61f,#8b5cf60a);border-color:#8b5cf6a6;box-shadow:inset 0 0 0 1px #8b5cf62e}.meeting-list{flex-direction:column;gap:12px;min-height:0;padding:14px;display:flex;overflow-y:auto}.meeting-card-top{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;font-size:.76rem;display:flex}.meeting-card-meta{white-space:nowrap;align-items:center;gap:6px;min-width:0;display:flex}.meeting-card-dot{color:var(--line)}.status-badge{background:var(--neutral-bg);color:var(--neutral-text);text-transform:lowercase;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:.7rem;font-weight:700}.status-badge.good{background:var(--good-bg);color:var(--good-text)}.status-badge.warn{background:var(--warn-bg);color:var(--warn-text)}.meeting-card h3{color:var(--ink);margin:0;font-size:.98rem;font-weight:700;line-height:1.35}.meeting-card-icons{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px 12px;font-size:.72rem;display:flex}.meeting-card-icons span{align-items:center;gap:5px;display:inline-flex}.meeting-card-footer{color:var(--muted);justify-content:space-between;align-items:center;gap:8px;font-size:.76rem;display:flex}.meeting-platform-icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.meeting-platform-icon img{object-fit:contain;width:18px;height:18px;display:block}.meeting-platform-icon--generic{color:var(--muted)}.meeting-card-project-pill{color:#c4b5fdf2;text-overflow:ellipsis;white-space:nowrap;background:#8b5cf61f;border:1px solid #8b5cf640;border-radius:999px;flex-shrink:0;max-width:55%;padding:3px 8px;font-size:.7rem;font-weight:700;line-height:1.2;overflow:hidden}.details-panel{flex-direction:column;gap:14px;min-height:0;padding:16px;display:flex;overflow-y:auto}.details-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.details-header .ghost-action{white-space:nowrap;flex-shrink:0}.details-header h2{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;margin:0 0 8px;font-size:1.2rem;font-weight:700;line-height:1.3;overflow:hidden}.details-meta{color:var(--muted);flex-wrap:wrap;gap:10px 14px;font-size:.82rem;display:flex}.details-meta span{align-items:center;gap:6px;display:inline-flex}.meta-dot{background:var(--accent);border-radius:999px;width:8px;height:8px}.details-sections{flex-direction:column;gap:18px;display:flex}.detail-tabs{border-bottom:1px solid var(--line);gap:18px;display:flex}.tab-button{color:var(--muted);background:0 0;padding:0 0 12px;position:relative}.tab-button.active{color:var(--ink)}.tab-button.active:after{content:"";background:var(--accent);border-radius:999px;height:2px;position:absolute;bottom:-1px;left:0;right:0}.tab-panel{min-height:280px}.processing-card{border:1px solid var(--line);background:var(--surface-elevated);border-radius:14px;grid-template-columns:150px minmax(0,1fr);gap:16px;padding:16px;display:grid}.processing-visual{background:radial-gradient(circle, #8b5cf647, transparent 62%), var(--soft);border-radius:12px;place-items:center;min-height:150px;display:grid}.processing-orb{background:radial-gradient(circle at 30% 30%, #c4b5fd, var(--accent-strong));width:64px;height:64px;box-shadow:0 0 30px var(--accent-glow);border-radius:999px;animation:2.4s ease-in-out infinite pulse-orb}@keyframes pulse-orb{0%,to{opacity:.92;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}.processing-card--live .processing-visual{background:radial-gradient(circle, #22c55e38, transparent 62%), var(--soft)}.processing-orb--live{background:radial-gradient(circle at 30% 30%,#86efac,#16a34a);animation:1.8s ease-in-out infinite pulse-orb;box-shadow:0 0 28px #22c55e73}.processing-card h3{color:var(--ink);margin:0 0 6px;font-size:1rem}.processing-card p{color:var(--muted);margin:0 0 16px;font-size:.86rem}.processing-body{min-width:0}.step-list{grid-template-rows:repeat(4,auto);grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:column;gap:0 24px;margin:0;padding:0;list-style:none;display:grid}.step-list li{color:var(--text);border-bottom:1px solid #2a3040a6;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:8px 0;font-size:.84rem;display:grid}.step-list li:nth-child(4),.step-list li:nth-child(8){border-bottom:0}.step-label{min-width:0}.step-state{color:var(--muted);white-space:nowrap;align-items:center;gap:8px;font-size:.76rem;display:inline-flex}.step-state.done{color:var(--good-text)}.step-state.active{color:var(--accent)}.step-state.failed{color:#f87171}.step-state.interrupted{color:var(--warn-text)}.step-marker{border:2px solid var(--line);border-radius:999px;flex-shrink:0;width:14px;height:14px}.step-marker.done{border-color:var(--good-text);background:var(--good-text);box-shadow:inset 0 0 0 3px var(--surface-elevated)}.step-marker.active{border-color:var(--accent);border-top-color:#0000;animation:.9s linear infinite spin}.step-marker.failed{box-shadow:inset 0 0 0 3px var(--surface-elevated);background:#ef4444;border-color:#ef4444}.step-marker.interrupted{border-color:var(--warn-text);background:var(--warn-text);box-shadow:inset 0 0 0 3px var(--surface-elevated)}@keyframes spin{to{transform:rotate(360deg)}}.dashboard-toolbar{flex-wrap:wrap;gap:12px;display:flex}.dashboard-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.dashboard-kpi-card{border:1px solid var(--line);background:linear-gradient(180deg, #ffffff05, transparent), var(--surface-elevated);box-shadow:var(--card-shadow);border-radius:14px;gap:6px;padding:16px 18px;display:grid}.dashboard-kpi-card strong{color:var(--ink);letter-spacing:-.03em;font-size:1.6rem;line-height:1.1}.dashboard-kpi-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:600}.dashboard-kpi-card--success strong{color:var(--good-text)}.dashboard-kpi-card--danger strong{color:var(--bad-text)}.dashboard-kpi-card--progress strong{color:var(--warn-text)}.dashboard-section{gap:18px;display:grid}.dashboard-section-head h2{margin:0;font-size:1rem}.dashboard-month-chart{align-items:flex-end;gap:10px;min-height:220px;padding:8px 4px 0;display:flex}.dashboard-month-bar-wrap{align-items:flex-end;width:100%;height:180px;display:flex}.dashboard-month-bar{background:var(--soft);border-radius:10px 10px 4px 4px;flex-direction:column;width:100%;max-width:42px;min-height:12px;display:flex;overflow:hidden}.dashboard-month-bar-segment{min-height:2px;display:block}.dashboard-month-label,.dashboard-month-value{font-size:.78rem}.dashboard-month-label{color:var(--muted)}.dashboard-month-value{color:var(--ink);font-weight:700}.dashboard-legend{color:var(--muted);flex-wrap:wrap;gap:14px;font-size:.8rem;display:flex}.dashboard-legend-dot{vertical-align:middle;border-radius:50%;width:10px;height:10px;margin-right:6px;display:inline-block}.dashboard-stat--success{color:var(--good-text);font-weight:600}.dashboard-stat--danger{color:var(--bad-text);font-weight:600}.dashboard-project-panel{gap:20px;display:grid}.dashboard-project-pie{grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:center;gap:24px;padding:8px 4px;display:grid}.dashboard-project-pie-chart{width:min(100%,280px);margin:0 auto;position:relative}.dashboard-project-pie-legend{gap:10px;margin:0;padding:0;list-style:none;display:grid}.dashboard-project-table-wrap{border:1px solid var(--line);background:var(--surface-elevated);border-radius:14px;overflow:auto}.dashboard-project-table{border-collapse:collapse;width:100%;font-size:.86rem}.dashboard-project-table th,.dashboard-project-table td{text-align:left;border-bottom:1px solid #2a3040a6;padding:12px 14px}.dashboard-project-table tbody tr:hover{background:#8b5cf60d}.dashboard-project-name{color:var(--ink);font-weight:600}@media (width<=900px){.dashboard-resources-grid,.dashboard-project-pie{grid-template-columns:1fr}}.summary-text,.muted{color:var(--text);font-size:.92rem;line-height:1.65}.actions-card ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.actions-card label{border:1px solid var(--line);background:var(--surface-elevated);border-radius:10px;gap:10px;padding:10px 12px;display:flex}.actions-card input{width:16px;height:16px;margin-top:2px}.segments{gap:8px;max-height:420px;display:grid;overflow:auto}.segment{background:var(--surface-elevated);border-radius:10px;gap:4px;padding:10px 12px;display:grid}.segment span{color:var(--accent);font-size:11px;font-weight:700}.segment p{color:var(--text);margin:0;font-size:.86rem}.pagination{justify-content:space-between;gap:8px;display:flex}.pagination button{color:var(--ink);background:var(--soft);border:1px solid var(--line);padding:8px 12px}.pagination button:disabled{cursor:not-allowed;opacity:.4}.empty,.skeleton,.inline-loader{color:var(--muted);background:var(--surface-elevated);text-align:center;border-radius:12px;padding:24px;font-size:.9rem}.inline-loader{text-align:left;background:0 0;padding:10px 0}.placeholder-content{align-content:start;gap:12px;padding:28px 24px;display:grid}.toast{z-index:10;color:#fff;background:var(--accent-strong);box-shadow:var(--shadow);padding:12px 16px;position:fixed;bottom:20px;right:20px}.header-actions{flex-wrap:wrap;gap:8px;display:flex}.schedule-layout,.schedule-form,.projects-table-wrap{padding:16px}.schedule-layout{gap:14px;display:grid}.schedule-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.schedule-toolbar strong{min-width:180px;color:var(--ink);text-align:center;flex:auto;font-size:.95rem}.schedule-empty-hint{color:var(--muted);background:var(--surface-elevated);border:1px dashed var(--line);text-align:center;border-radius:10px;padding:10px 12px;font-size:.84rem}.week-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;min-height:320px;display:grid}.week-day{border:1px solid var(--line);background:var(--surface-elevated);cursor:pointer;text-align:left;min-height:280px;font:inherit;color:inherit;border-radius:12px;grid-template-rows:auto 1fr;gap:8px;padding:10px;transition:border-color .15s,box-shadow .15s,background .15s;display:grid}.week-day:hover{background:var(--surface);border-color:#8b5cf659}.week-day.today{border-color:#8b5cf68c;box-shadow:inset 0 0 0 1px #8b5cf633}.week-day.selected{background:#8b5cf60f;border-color:#8b5cf6bf;box-shadow:inset 0 0 0 1px #8b5cf659}.week-day-head{border-bottom:1px solid var(--line);gap:2px;padding-bottom:8px;display:grid}.week-day-head span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:700}.week-day-head strong{color:var(--ink);font-size:.88rem}.week-day-events{align-content:start;gap:8px;display:grid}.week-empty{color:var(--muted);font-size:.82rem}.week-event{background:linear-gradient(#8b5cf624,#8b5cf60d);border:1px solid #8b5cf638;border-radius:10px;gap:4px;padding:8px;display:grid}.week-event-time{color:var(--accent);font-size:.72rem;font-weight:700}.week-event strong{color:var(--ink);font-size:.82rem;font-weight:600;line-height:1.35}.week-event-project{color:var(--muted);font-size:.72rem}.schedule-form h2{color:var(--ink);margin:0 0 12px;font-size:1rem;font-weight:700}.form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.schedule-form-actions{justify-content:flex-end;align-self:end;align-items:center;gap:12px;min-height:38px;display:flex}.schedule-form-actions .primary-action{white-space:nowrap;flex-shrink:0}.form-grid label{gap:6px;display:grid}.form-grid label span{color:var(--muted);font-size:.78rem;font-weight:600}.form-grid input,.form-grid select,.projects-table-row select,.settings-select-field select{border:1px solid var(--line);height:38px;color:var(--ink);background-color:var(--surface-elevated);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font:inherit;border-radius:10px;outline:none;padding:0 34px 0 10px}.form-grid select,.projects-table-row select,.settings-select-field select{appearance:none;cursor:pointer;background-image:var(--select-chevron);background-position:right 12px center;background-repeat:no-repeat;background-size:12px}.form-grid input:focus,.form-grid select:focus,.projects-table-row select:focus,.settings-select-field select:focus{box-shadow:0 0 0 2px var(--accent-soft);border-color:#8b5cf68c}.checkbox-field{flex-direction:row;align-self:end;align-items:center;gap:8px;min-height:38px;display:flex!important}.checkbox-field input{width:16px;height:16px}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));align-items:stretch;gap:16px;display:grid}.project-add-card{border:1px dashed var(--line);height:100%;min-height:148px;color:var(--muted);cursor:pointer;font:inherit;background:0 0;border-radius:16px;justify-content:center;align-items:center;padding:20px;transition:border-color .15s,color .15s,background .15s;display:flex}.project-add-card:hover{color:#8b5cf6e6;background:#8b5cf60a;border-color:#8b5cf680}.project-add-card span{font-size:2rem;font-weight:300;line-height:1}.project-add-card--active{cursor:text}.project-add-card--active:hover{color:var(--muted);background:#8b5cf60a;border-color:#8b5cf680}.project-add-input{width:100%;min-width:0;color:var(--ink);text-align:center;font:inherit;background:0 0;border:0;outline:none;padding:0;font-size:1.05rem;font-weight:600}.project-add-input::placeholder{color:var(--muted);font-weight:400}.project-card{border:1px solid var(--line);min-width:0;height:100%;min-height:148px;color:inherit;background:var(--surface);text-align:left;border-radius:16px;flex-direction:column;gap:16px;padding:20px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.project-card-main{min-height:52px;color:inherit;text-align:left;font:inherit;background:0 0;border:0;flex-direction:column;flex:1;justify-content:center;gap:6px;padding:0;display:flex}.project-card-main--confirm strong{color:var(--muted);letter-spacing:.02em;text-transform:uppercase;font-size:.82rem;font-weight:600}.project-card-main--confirm span{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:1.05rem;font-weight:700;line-height:1.3;overflow:hidden}.project-card-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;display:grid}.project-card-actions .ghost-action{justify-content:center;width:100%;padding:8px 10px;font-size:.8rem}.project-card-actions .ghost-action.danger{color:var(--bad-text);background:#ef44440f;border-color:#ef444440}.project-card-actions .ghost-action.danger:hover{background:#ef44441f}.project-edit-row{flex:1;gap:8px;width:100%;min-width:0;display:flex}.project-edit-row input{border:1px solid var(--line);width:100%;min-width:0;height:38px;color:var(--ink);background:var(--surface-elevated);font:inherit;border-radius:10px;flex:1;padding:0 12px;font-size:1rem;font-weight:600}.project-card:hover{border-color:#8b5cf659}.project-card--editing{border-color:#8b5cf673;box-shadow:0 0 0 1px #8b5cf61f}.project-card--deleting{border-color:#ef444459;box-shadow:0 0 0 1px #ef44441a}.project-card.selected{background:linear-gradient(#8b5cf61f,#8b5cf60a);border-color:#8b5cf6a6}.project-card strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:1.05rem;font-weight:700;line-height:1.3;overflow:hidden}.project-card span{color:var(--muted);font-size:.8rem}.projects-table{border:1px solid var(--line);border-radius:12px;gap:0;margin-top:12px;display:grid;overflow:hidden}.projects-table-head,.projects-table-row{grid-template-columns:minmax(0,2fr) minmax(120px,1fr) minmax(160px,1fr);align-items:center;gap:12px;padding:10px 12px;display:grid}.projects-table-head{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;background:var(--surface-elevated);border-bottom:1px solid var(--line);font-size:.72rem;font-weight:700}.projects-table-row{border-bottom:1px solid var(--line);background:var(--surface)}.projects-table-row:last-child{border-bottom:0}.projects-table-row span{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;overflow:hidden}.settings-section{padding:16px}.settings-options{gap:10px;margin-top:12px;display:grid}.settings-option{border:1px solid var(--line);width:100%;color:inherit;background:var(--surface-elevated);text-align:left;cursor:pointer;border-radius:14px;align-items:flex-start;gap:12px;padding:14px;transition:border-color .15s,background .15s;display:flex}.settings-option:hover{border-color:#8b5cf659}.settings-option.selected{background:linear-gradient(#8b5cf61f,#8b5cf60a);border-color:#8b5cf6a6}.settings-option:disabled{opacity:.6;cursor:wait}.settings-option-radio{border:2px solid var(--muted);border-radius:999px;flex-shrink:0;width:16px;height:16px;margin-top:2px}.settings-option.selected .settings-option-radio{border-color:var(--accent);box-shadow:inset 0 0 0 4px var(--accent)}.settings-option-body{gap:4px;display:grid}.settings-option-body strong{color:var(--ink);font-size:.95rem}.settings-option-body span{color:var(--muted);font-size:.82rem;line-height:1.4}.settings-select-field{gap:8px;max-width:320px;display:grid}.settings-select-field span{color:var(--muted);font-size:.82rem}.settings-select-field select{width:100%}.settings-select-field select:disabled{opacity:.6;cursor:not-allowed}.settings-select-field input{border:1px solid var(--line);width:100%;color:var(--ink);background:var(--surface-elevated);border-radius:10px;padding:10px 12px}.settings-select-field input:disabled{opacity:.6;cursor:not-allowed}.api-key-create{flex-wrap:wrap;align-items:flex-end;gap:12px;margin-top:12px;display:flex}.api-key-empty{color:var(--muted);margin:14px 0 0;font-size:.84rem}.api-key-list{gap:10px;margin:14px 0 0;padding:0;list-style:none;display:grid}.api-key-item{border:1px solid var(--line);background:var(--surface-elevated);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.api-key-item-main{gap:4px;min-width:0;display:grid}.api-key-item-main strong{color:var(--ink);font-size:.9rem}.api-key-item-main code{color:#c4b5fd;font-size:.82rem}.api-key-item-main span{color:var(--muted);font-size:.76rem}.api-key-reveal{background:linear-gradient(#22c55e1a,#0000);border:1px solid #22c55e59;border-radius:12px;gap:10px;margin-top:12px;padding:14px;display:grid}.api-key-reveal-title{color:#86efac;margin:0;font-size:.84rem}.api-key-reveal-value{color:var(--ink);word-break:break-all;background:#0f172a8c;border-radius:8px;padding:10px 12px;font-size:.8rem;display:block}.api-key-reveal-actions{gap:8px;display:flex}.dashboard-page{gap:16px;display:grid}.dashboard-page-header{margin-bottom:0}.dashboard-block{gap:16px;padding:18px 20px;display:grid}.dashboard-block--live{background:linear-gradient(135deg, #8b5cf60f, transparent 55%), var(--surface);border-color:#8b5cf638}.dashboard-block--analytics{background:var(--surface)}.dashboard-block-head{gap:6px;display:grid}.dashboard-block-head h2,.dashboard-section-head h3{color:var(--ink);margin:0;font-size:1rem;font-weight:600}.dashboard-block-head p,.dashboard-block-copy p{color:var(--muted);margin:0;font-size:.84rem;line-height:1.45}.dashboard-block-head--analytics{justify-content:space-between;align-items:flex-start;gap:16px 24px;display:flex}.dashboard-block-head--analytics>div:first-child{gap:6px;min-width:0;display:grid}.dashboard-analytics-filters{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:10px;padding-top:2px;display:flex}.dashboard-project-select{border:1px solid var(--line);min-width:168px;max-width:220px;height:38px;color:var(--ink);background-color:var(--surface-elevated);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font:inherit;appearance:none;cursor:pointer;background-image:var(--select-chevron);background-position:right 12px center;background-repeat:no-repeat;background-size:12px;border-radius:10px;outline:none;padding:0 34px 0 10px;font-size:.82rem}.dashboard-project-select:focus{box-shadow:0 0 0 2px var(--accent-soft);border-color:#8b5cf68c}.dashboard-period-switcher{border:1px solid var(--line);background:var(--surface);border-radius:12px;flex-wrap:nowrap;gap:4px;padding:4px;display:inline-flex}.dashboard-period-switcher__btn{min-width:68px;color:var(--muted);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:7px 10px;font-size:.82rem;font-weight:600;transition:background .15s,color .15s}.dashboard-period-switcher__btn:hover{color:var(--ink)}.dashboard-period-switcher__btn.active{background:var(--accent-soft);color:var(--ink)}.dashboard-block-skeleton{border-radius:12px;min-height:120px}.dashboard-analytics-body{gap:18px;display:grid}.dashboard-meeting-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:0}.dashboard-charts-grid{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:stretch;gap:14px;display:grid}.dashboard-chart-card{background:var(--surface-elevated);border:1px solid #2a3040d9;border-radius:14px;grid-template-rows:auto 1fr auto;gap:14px;height:100%;min-height:320px;padding:16px;display:grid}.dashboard-chart-card--project{grid-template-rows:auto 1fr}.dashboard-chart-card--project .dashboard-project-pie{place-self:center}.dashboard-chart-card .dashboard-month-chart{align-self:end}.dashboard-month-chart--sparse{justify-content:center}.dashboard-details-section{border-top:1px solid #2a3040a6;gap:12px;padding-top:4px;display:grid}.dashboard-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:0;display:grid}.dashboard-resources-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.language-switcher{border:1px solid var(--line);background:var(--surface-elevated);border-radius:12px;gap:4px;padding:4px;display:inline-flex}.language-switcher__btn{min-width:44px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 12px;font-size:.85rem;font-weight:600}.language-switcher__btn.active{background:var(--accent-soft);color:var(--ink)}.dashboard-kpi-card{border:1px solid var(--line);background:var(--surface);border-radius:14px;align-content:start;gap:4px;min-height:92px;padding:16px;display:grid}.dashboard-kpi-label{color:var(--muted);font-size:.78rem;font-weight:500}.dashboard-kpi-card strong{color:var(--ink);font-size:1.6rem;font-weight:700;line-height:1.1}.dashboard-kpi-hint{color:var(--muted);font-size:.75rem}.dashboard-kpi-card--success{border-left:3px solid #22c55e}.dashboard-kpi-card--progress{border-left:3px solid #8b5cf6}.dashboard-kpi-card--danger{border-left:3px solid #ef4444}.dashboard-section{margin-bottom:0;padding:0}.dashboard-section-head{margin-bottom:0}.dashboard-section-head h2{color:var(--ink);margin:0;font-size:1rem;font-weight:600}.dashboard-month-chart{align-items:flex-end;gap:18px;min-height:200px;padding:8px 2px 0;display:flex;overflow-x:auto}.dashboard-month-column{flex:0 0 72px;justify-items:center;gap:8px;min-width:72px;display:grid}.dashboard-month-bar-wrap{justify-content:center;align-items:flex-end;width:100%;height:168px;display:flex}.dashboard-month-bar{background:#8b5cf61f;border-radius:8px 8px 4px 4px;flex-direction:column-reverse;width:36px;min-height:18px;display:flex;overflow:hidden}.dashboard-month-bar-segment{width:100%;min-height:4px;display:block}.dashboard-month-bar-segment--success{background:#22c55e}.dashboard-month-bar-segment--progress{background:#8b5cf6}.dashboard-month-bar-segment--failed{background:#ef4444}.dashboard-month-bar-segment--cancelled{background:#64748b}.dashboard-month-bar-segment--empty{background:#8b5cf647;flex:1}.dashboard-month-label{color:var(--muted);text-align:center;max-width:72px;font-size:.72rem;line-height:1.2}.dashboard-month-value{color:var(--ink);font-variant-numeric:tabular-nums;font-size:.82rem;font-weight:600}.dashboard-legend{color:var(--muted);border-top:1px solid #2a3040a6;flex-wrap:wrap;gap:14px 18px;margin-top:14px;padding-top:12px;font-size:.76rem;display:flex}.dashboard-legend span{align-items:center;gap:6px;display:inline-flex}.dashboard-legend-dot{border-radius:2px;width:10px;height:10px}.dashboard-legend-dot--success{background:#22c55e}.dashboard-legend-dot--progress{background:#8b5cf6}.dashboard-legend-dot--failed{background:#ef4444}.dashboard-legend-dot--cancelled{background:#64748b}.dashboard-project-table-wrap{background:#ffffff04;border:1px solid #2a3040d9;border-radius:12px;overflow-x:auto}.dashboard-project-pie{align-items:center;gap:16px;min-height:0;display:grid}.dashboard-project-pie--horizontal{grid-template-columns:minmax(200px,280px) minmax(0,1fr)}.dashboard-project-pie--vertical{grid-template-columns:1fr;justify-items:center;min-height:0;padding:8px 0}.dashboard-project-pie-chart{width:min(100%,240px);position:relative}.dashboard-project-pie--vertical .dashboard-project-pie-chart{width:min(100%,220px)}.dashboard-project-pie-svg{width:100%;height:auto;display:block;overflow:visible}.dashboard-project-pie-track{stroke:#7d859829}.dashboard-project-pie-slice{cursor:pointer;opacity:.92;transition:stroke-width .18s,opacity .18s,filter .18s}.dashboard-project-pie-slice:not(.is-active){opacity:.34}.dashboard-project-pie-slice.is-active{opacity:1;filter:drop-shadow(0 0 10px #8b5cf647)}.dashboard-project-pie-center{text-align:center;pointer-events:none;place-content:center;justify-items:center;gap:4px;padding:36px;display:grid;position:absolute;inset:0}.dashboard-project-pie-center strong{color:var(--ink);letter-spacing:-.04em;font-size:1.65rem;line-height:1}.dashboard-project-pie-center span,.dashboard-project-pie-center em{color:var(--muted);font-size:.76rem;font-style:normal}.dashboard-project-pie-center-label{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:118px;font-weight:600;display:-webkit-box;overflow:hidden;color:var(--text)!important}.dashboard-project-pie-legend{gap:8px;width:100%;margin:0;padding:0;list-style:none;display:grid}.dashboard-project-pie--vertical .dashboard-project-pie-legend{max-width:360px}.dashboard-project-pie-legend li{background:#ffffff04;border:1px solid #0000;border-radius:10px;grid-template-columns:12px minmax(0,1fr);align-items:center;gap:8px 10px;padding:8px 10px;transition:border-color .18s,background .18s,transform .18s;display:grid}.dashboard-project-pie-legend li.is-highlighted{background:#8b5cf614;border-color:#8b5cf659;transform:translate(2px)}.dashboard-project-pie-swatch{border-radius:999px;width:12px;height:12px;box-shadow:0 0 0 3px #ffffff0a}.dashboard-project-pie-legend-copy{gap:2px;min-width:0;display:grid}.dashboard-project-pie-legend-copy strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;font-weight:600;overflow:hidden}.dashboard-project-pie-legend-copy span{color:var(--muted);font-size:.76rem}.dashboard-project-pie-bar{opacity:.85;border-radius:999px;grid-column:2;height:4px}.dashboard-project-table-wrap{overflow-x:auto}.dashboard-project-table{border-collapse:collapse;width:100%;min-width:560px;font-size:.84rem}.dashboard-project-table th,.dashboard-project-table td{text-align:right;font-variant-numeric:tabular-nums;border-bottom:1px solid #2a3040a6;padding:10px 12px}.dashboard-project-table th:first-child,.dashboard-project-table td:first-child{text-align:left}.dashboard-project-table th{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:.72rem;font-weight:600}.dashboard-project-table tbody tr:last-child td{border-bottom:0}.dashboard-project-name{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-weight:600;overflow:hidden}.dashboard-stat{color:var(--ink)}.dashboard-stat--success{color:#4ade80}.dashboard-stat--danger{color:#f87171}@media (width<=1100px){.dashboard-charts-grid{grid-template-columns:1fr}.dashboard-block-head--analytics{flex-direction:column;align-items:stretch}.dashboard-analytics-filters{flex-wrap:wrap;width:100%;padding-top:0}.dashboard-project-select{flex:160px;width:auto;max-width:none}.dashboard-period-switcher{flex:auto}.dashboard-period-switcher__btn{flex:1 1 0;min-width:0}.app-shell,.workspace,.processing-card{grid-template-columns:1fr}.workspace{overflow-y:auto}.meeting-list,.details-panel{min-height:auto;overflow-y:visible}.sidebar,.details-panel{height:auto;position:static}.sidebar{border-right:0;border-bottom:1px solid var(--line)}}@media (width<=720px){.content,.auth-shell{padding:12px}.page-header,.details-header{flex-direction:column;align-items:stretch}.filter-toolbar,.app-nav{grid-template-columns:1fr}.filter-toolbar{flex-wrap:wrap}.filter-toolbar select{flex:calc(50% - 8px);max-width:none}.week-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid{grid-template-columns:1fr}.schedule-form-actions{flex-wrap:wrap;justify-content:space-between}.step-list{grid-template-rows:none;grid-template-columns:1fr;grid-auto-flow:row;gap:0}.step-list li:nth-child(4),.step-list li:nth-child(8){border-bottom:1px solid #2a3040a6}.step-list li:last-child{border-bottom:0}.projects-table-head,.projects-table-row{grid-template-columns:1fr;gap:6px}.dashboard-project-table{min-width:480px}.dashboard-resources-grid{grid-template-columns:1fr}.dashboard-meeting-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-block-head--analytics{flex-direction:column;align-items:stretch}.dashboard-analytics-filters{flex-wrap:wrap;width:100%;padding-top:0}.dashboard-project-select{flex:160px;width:auto;max-width:none}.dashboard-period-switcher{flex:auto}.dashboard-period-switcher{width:100%}.dashboard-period-switcher__btn{flex:1 1 0;min-width:0}.dashboard-charts-grid{grid-template-columns:1fr}.dashboard-chart-card{min-height:280px}}.profile-health-banner{background:var(--bad-bg);color:var(--ink);border-bottom:1px solid #f8717159;flex-shrink:0;align-items:center;gap:14px;padding:14px 20px;display:flex}.profile-health-banner__icon{flex-shrink:0;font-size:1.4rem}.profile-health-banner__copy{gap:4px;min-width:0;display:grid}.profile-health-banner__copy strong{color:var(--bad-text);font-weight:600}.profile-health-banner__copy span{color:var(--text);font-size:.875rem;line-height:1.45}.profile-health-banner__action{color:#fff;cursor:pointer;background:#ef4444;border:0;border-radius:999px;padding:10px 18px;font-weight:600}.profile-health-banner__actions{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:flex}.profile-health-banner__action--secondary{background:var(--surface-elevated);color:var(--ink);box-shadow:inset 0 0 0 1px var(--line)}.profile-health-banner__action--secondary:hover:not(:disabled){background:var(--soft)}.profile-health-banner__action:disabled,.profile-health-banner__action--secondary:disabled{opacity:.65;cursor:wait}.profile-health-banner__action:hover:not(:disabled){background:#dc2626}.settings-profile-health{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.settings-profile-health__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.settings-profile-health__status{gap:6px;min-width:0;display:grid}.settings-profile-health__status .is-ok{color:#166534}.settings-profile-health__status .is-broken{color:#b91c1c}.settings-profile-health__error{color:#b91c1c;font-size:.875rem}.sidebar-profile-health{border:1px solid var(--line);background:var(--surface-elevated);border-radius:12px;gap:8px;padding:10px 12px;font-size:.78rem;display:grid}.sidebar-profile-health__status{gap:4px;min-width:0;display:grid}.sidebar-profile-health__status .is-ok{color:#166534}.sidebar-profile-health__status .is-broken{color:#b91c1c}.sidebar-profile-health__dot{vertical-align:middle;background:currentColor;border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.sidebar-profile-health__actions{flex-wrap:wrap;gap:6px;display:flex}.sidebar-profile-health__check,.sidebar-profile-health__relogin{border:1px solid var(--line);background:var(--surface);color:var(--text);cursor:pointer;border-radius:999px;padding:6px 12px;font-size:.74rem;font-weight:600}.sidebar-profile-health__check:hover:not(:disabled),.sidebar-profile-health__relogin:hover:not(:disabled){border-color:var(--accent)}.sidebar-profile-health__relogin{color:#b91c1c;border-color:#b91c1c59}.sidebar-profile-health__check:disabled,.sidebar-profile-health__relogin:disabled{opacity:.65;cursor:wait}.ghost-action--danger{color:#b91c1c;border-color:#b91c1c59}.profile-modal-backdrop{z-index:200;background:#0f172a8c;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.profile-modal{border:1px solid var(--line);background:var(--surface);width:min(520px,100%);box-shadow:var(--shadow);border-radius:16px;padding:24px}.profile-modal-header{justify-content:space-between;gap:16px;margin-bottom:20px;display:flex}.profile-modal-header h2{margin:0 0 8px}.profile-modal-header p,.profile-modal-form label{color:var(--muted);font-size:.875rem}.profile-modal-close{cursor:pointer;color:var(--muted);background:0 0;border:0;font-size:1.5rem;line-height:1}.profile-modal-form{gap:14px;display:grid}.profile-modal-form label{gap:6px;display:grid}.profile-modal-form input{border:1px solid var(--line);background:var(--page-bg);width:100%;color:var(--ink);border-radius:10px;padding:10px 12px}.profile-step-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.profile-step{background:#8b5cf614;border-radius:10px;justify-content:space-between;gap:12px;padding:10px 12px;font-size:.875rem;display:flex}.profile-step--done{opacity:.7}.profile-step--active{background:#ef44441f;font-weight:600}.profile-modal-actions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.profile-modal-submit{color:#fff;cursor:pointer;background:#ef4444;border:0;border-radius:999px;padding:10px 18px;font-weight:600}.profile-modal-submit:disabled{opacity:.6;cursor:not-allowed}.profile-modal-busy{text-align:center;justify-items:center;gap:16px;padding:32px 16px 24px;display:grid}.profile-modal-busy p{color:var(--muted);margin:0;font-size:.925rem}.profile-modal-spinner{border:3px solid var(--line);border-top-color:var(--accent);border-radius:999px;width:40px;height:40px;animation:.9s linear infinite spin}
