@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap";.security-concierge{position:fixed;bottom:2rem;right:2rem;z-index:9998;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.security-concierge-bubble{max-width:380px;padding:1rem 1.25rem;background:#f9f9ffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:1rem;border:1px solid rgba(114,119,131,.15);box-shadow:0 12px 40px #101b3014;position:relative}@media(max-width:480px){.security-concierge{bottom:1rem;right:1rem;left:1rem;align-items:stretch}.security-concierge-bubble{max-width:none;width:100%;margin:0;padding:.875rem 1rem}.security-concierge-fab{width:3rem;height:3rem;align-self:flex-end}.security-concierge-fab .material-symbols-outlined,.security-concierge-cat-emoji{font-size:1.5rem}}.security-concierge-text{font-family:Plus Jakarta Sans,sans-serif;font-size:.875rem;font-weight:500;line-height:1.5;color:var(--lc-on-surface, #101b30);margin:0 0 .75rem;white-space:pre-line}.security-concierge-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.5rem}.security-concierge-next{font-family:inherit;font-size:.8125rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#00478d,#005eb8);border:none;border-radius:.5rem;cursor:pointer;padding:.4rem .9rem}.security-concierge-next:hover{opacity:.95;transform:translateY(-1px)}.security-concierge-skip{font-family:inherit;font-size:.8125rem;font-weight:600;color:var(--lc-on-surface-variant, #424752);background:none;border:none;cursor:pointer;padding:0;text-decoration:underline;opacity:.85}.security-concierge-skip:hover{opacity:1;color:var(--lc-primary, #00478d)}.security-concierge-why{font-family:inherit;font-size:.8125rem;font-weight:600;color:var(--lc-primary, #00478d);background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}.security-concierge-why:hover{opacity:.9}.security-concierge-text--small{font-size:.75rem;margin-top:.5rem;margin-bottom:0}.security-concierge-link{color:var(--lc-primary, #00478d);text-decoration:underline}.security-concierge-link:hover{opacity:.9}.security-concierge-fab{width:3.5rem;height:3.5rem;border-radius:50%;background:linear-gradient(135deg,#00478d,#005eb8);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #00478d59;transition:transform .2s,box-shadow .2s}.security-concierge-fab--cat{background:linear-gradient(135deg,#7fb03e,#addc61);box-shadow:0 8px 24px #7fb03e66}.security-concierge-fab:hover{transform:scale(1.05);box-shadow:0 12px 32px #00478d66}.security-concierge-fab--cat:hover{box-shadow:0 12px 32px #7fb03e80}.security-concierge-fab:active{transform:scale(.98)}.security-concierge-fab .material-symbols-outlined{font-size:1.75rem}.security-concierge-cat-emoji{font-size:2rem;line-height:1;display:block}.dropzone{position:relative;width:100%;min-height:12rem;border:2px dashed var(--border);border-radius:16px;background:var(--surface);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;transition:border-color .2s,background .2s}@media(max-width:480px){.dropzone{min-height:10rem;padding:1.25rem;border-radius:12px}.dropzone-text{font-size:.875rem}}.dropzone--drag{border-color:var(--accent);background:var(--accent-dim)}.dropzone--has-file{border-color:var(--accent);border-style:solid}.dropzone--disabled{opacity:.7;pointer-events:none}.dropzone-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;font-size:0}.dropzone-text{font-size:.9375rem;color:var(--text-muted);margin:0;text-align:center}.dropzone--drag .dropzone-text{color:var(--accent)}.dropzone-browse{font-family:inherit;font-size:.875rem;font-weight:500;color:var(--accent);background:none;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:background .2s,color .2s}.dropzone-browse:hover:not(:disabled){background:var(--accent-dim)}.dropzone-browse:disabled{cursor:not-allowed;opacity:.6}.file-preview{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem 1.25rem}.file-preview-name{font-size:.8125rem;font-weight:600;color:var(--text-muted);margin:0 0 .75rem}.file-preview-table-wrap{overflow-x:auto;border-radius:8px;background:var(--bg)}.file-preview-table{width:100%;font-size:.75rem;border-collapse:collapse}.file-preview-table th,.file-preview-table td{text-align:left;padding:.5rem .75rem;border-bottom:1px solid var(--border)}.file-preview-table th{font-weight:600;color:var(--text-muted)}.file-preview-table td{color:var(--text);max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-preview-cell--blur{filter:blur(4px);-webkit-user-select:none;user-select:none;color:var(--text-muted)}.file-preview-hint{font-size:.6875rem;color:var(--text-muted);margin:.5rem 0 0}.upload-status{width:100%;display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem}.upload-status-spinner{width:2rem;height:2rem;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:upload-spin .8s linear infinite}@keyframes upload-spin{to{transform:rotate(360deg)}}.upload-status-text{font-size:.9375rem;color:var(--text-muted);margin:0}.upload-status-bar{width:100%;height:6px;background:var(--border);border-radius:3px;overflow:hidden}.upload-status-fill{height:100%;background:var(--accent);border-radius:3px;transition:width .15s ease-out}.upload-status-percent{font-size:.8125rem;font-weight:600;color:var(--accent);margin:0}.success-message{width:100%;text-align:center;padding:2rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:16px}.success-message-icon{width:3rem;height:3rem;margin:0 auto 1rem;background:var(--success-bg);color:var(--success);font-size:1.5rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.success-message-title{font-size:1.125rem;font-weight:600;margin:0 0 .5rem;color:var(--text)}.success-message-desc{font-size:.875rem;color:var(--text-muted);margin:0 0 1.25rem;line-height:1.45}.success-message-aggregation{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin:0 0 1.5rem;text-align:left;animation:success-aggregation-in .4s ease-out both}@keyframes success-aggregation-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.success-message-aggregation-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.25rem}.success-message-aggregation-count{font-size:1.5rem;font-weight:700;color:var(--accent);line-height:1}.success-message-aggregation-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.success-message-aggregation-preview{font-size:.8125rem;color:var(--text);margin:.25rem 0 0;line-height:1.35;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.success-message-aggregation-preview:first-of-type{margin-top:.5rem}.success-message-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.success-message-btn{font-family:inherit;font-size:.9375rem;font-weight:600;color:var(--accent);background:var(--accent-dim);border:none;border-radius:10px;padding:.75rem 1.25rem;cursor:pointer;transition:background .2s}.success-message-btn:hover{background:#a78bfa40}.success-message-btn--primary{color:var(--bg);background:var(--accent);text-decoration:none}.success-message-btn--primary:hover{background:#b794f6}.data-source-toggle{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.data-source-toggle-label{font-size:.75rem;font-weight:500;color:var(--text-muted)}.data-source-toggle-buttons{display:flex;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:2px}.data-source-toggle-btn{font-family:inherit;font-size:.75rem;font-weight:500;color:var(--text-muted);background:transparent;border:none;border-radius:6px;padding:.35rem .65rem;cursor:pointer;transition:color .2s,background .2s}.data-source-toggle-btn:hover{color:var(--text)}.data-source-toggle-btn--active{color:var(--bg);background:var(--accent)}.data-source-toggle-btn--active:hover{color:var(--bg)}.tl-tee-panel{width:100%;flex-shrink:0;margin-top:0;padding:.5rem 0;border-top:1px solid var(--border)}.tl-tee-summary{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;font-weight:600;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:12px;cursor:pointer;text-align:left;transition:background .2s,border-color .2s}.tl-tee-summary:hover{border-color:var(--accent);background:var(--accent-dim)}.tl-tee-summary-text{flex:1}.tl-tee-chevron{font-size:.75rem;color:var(--text-muted);flex-shrink:0}.tl-tee-body{margin-top:.75rem;padding-bottom:.25rem}.tl-tee-endpoint-display{display:flex;flex-direction:column;gap:.35rem;margin:0 0 1rem;padding:.65rem .85rem;background:var(--bg);border:1px solid var(--border);border-radius:10px}.tl-tee-endpoint-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.tl-tee-endpoint-value{font-size:.8125rem;font-family:ui-monospace,monospace;color:var(--accent);word-break:break-all}.tl-tee-attest-btn{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-size:.875rem;font-weight:600;color:var(--bg);background:var(--accent);border-radius:8px;padding:.5rem 1rem;text-decoration:none;transition:background .2s}.tl-tee-attest-btn:hover:not(:disabled){background:#b794f6;color:var(--bg)}.tl-tee-attest-btn:disabled{opacity:.7;cursor:not-allowed}.tl-tee-attest-loading{display:inline-flex;align-items:center;gap:.5rem}.tl-tee-attest-spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:tl-tee-spin .7s linear infinite}@keyframes tl-tee-spin{to{transform:rotate(360deg)}}.tl-tee-attest-btn--link{margin-left:.5rem;background:var(--surface);color:var(--accent);border:1px solid var(--border)}.tl-tee-attest-btn--link:hover{background:var(--accent-dim)}.dev-attestation-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.dev-attestation-result{padding:.75rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:8px;font-size:.8125rem}.dev-attestation-result--error{border-color:var(--error, #e53e3e);color:var(--error, #e53e3e)}.dev-attestation-message{margin:0 0 .5rem}.dev-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1rem}.dev-section-title{font-size:.9375rem;font-weight:600;margin:0 0 .25rem;color:var(--text)}.dev-section-desc{font-size:.8125rem;color:var(--text-muted);margin:0 0 .75rem}.dev-section--endpoint{position:relative;z-index:1}.dev-timeout-options--extraction{flex-wrap:wrap}.tl-ollama-hint code{font-size:.75rem}.tl-ollama-model-input{flex:0 1 10rem;max-width:12rem}.dev-debug-row{font-size:.8125rem;color:var(--text);margin:0 0 .5rem;line-height:1.4}.dev-debug-muted{color:var(--text-muted)}.dev-debug-label{display:block;font-size:.75rem;font-weight:600;margin:.75rem 0 .35rem;color:var(--text-muted)}.dev-debug-textarea{width:100%;font-family:ui-monospace,monospace;margin-bottom:.5rem;resize:vertical;min-height:4rem}.dev-debug-pre{margin:.5rem 0 0;padding:.5rem .65rem;font-size:.7rem;max-height:200px;overflow:auto;background:var(--bg);border:1px solid var(--border);border-radius:8px;white-space:pre-wrap;word-break:break-word}.dev-section--debug{border:1px dashed var(--border);border-radius:10px;padding:.75rem 1rem;background:#eab3080f}.dev-endpoint-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem}.dev-endpoint-input{flex:1;min-width:0;min-height:2.5rem;box-sizing:border-box;font-size:.8125rem;font-family:ui-monospace,monospace;color:var(--accent);background:var(--bg);padding:.5rem .75rem;border-radius:8px;border:1px solid var(--border);word-break:break-all;cursor:text;pointer-events:auto;position:relative;z-index:1}.dev-endpoint-input::placeholder{color:var(--text-muted)}.dev-endpoint-input:focus{outline:none;border-color:var(--accent)}.dev-save-endpoint-btn{flex-shrink:0;font-family:inherit;font-size:.875rem;font-weight:600;color:var(--bg);background:var(--accent);border:none;border-radius:8px;padding:.5rem 1rem;cursor:pointer;min-height:2.5rem}.dev-save-endpoint-btn:hover{background:#b794f6}.dev-status-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.dev-status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.dev-status-dot--checking{background:#eab308;animation:tl-tee-pulse 1s ease-in-out infinite}.dev-status-dot--connected{background:var(--success)}.dev-status-dot--offline{background:#f87171}.dev-status-label{font-size:.875rem;color:var(--text)}.dev-test-btn{font-family:inherit;font-size:.875rem;font-weight:600;color:var(--bg);background:var(--accent);border:none;border-radius:8px;padding:.5rem 1rem;cursor:pointer;transition:background .2s}.dev-test-btn:hover:not(:disabled){background:#b794f6}.dev-test-btn:disabled{opacity:.7;cursor:not-allowed}.dev-test-result{font-size:.8125rem;margin:.5rem 0 0}.dev-test-result--ok{color:var(--success)}.dev-test-result--fail{color:#f87171}@keyframes tl-tee-pulse{0%,to{opacity:1}50%{opacity:.5}}.dev-timeout-options{display:flex;flex-wrap:wrap;gap:.75rem}.dev-timeout-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text);cursor:pointer}.dev-timeout-radio{accent-color:var(--accent)}.dev-timeout-text{-webkit-user-select:none;user-select:none}.trajectory-svg{display:block;max-height:340px;min-height:200px}.trajectory-chart.trajectory-chart--compact .trajectory-svg{max-height:240px;min-height:160px}.trajectory-chart.trajectory-chart--compact .trajectory-chart-subtitle{font-size:.6rem;margin-bottom:.25rem}.trajectory-svg .trajectory-svg-label{font-size:10px;font-weight:600;fill:var(--text-muted);text-transform:uppercase;font-family:inherit}.trajectory-chart--compact .trajectory-svg-label{font-size:8px}.trajectory-chart--personal .trajectory-chart-subtitle{color:var(--success)}.team-lead-view{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;gap:0}.dashboard-with-sidebar{display:flex;flex-direction:row;flex:1;min-height:0;overflow:hidden}.dashboard-sidebar{flex-shrink:0;width:200px;padding:1rem .75rem;background:#ffffff05;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:1rem}.dashboard-sidebar-title{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin:0 0 .5rem;padding:0 .5rem}.dashboard-sidebar-nav{display:flex;flex-direction:column;gap:.25rem}.dashboard-sidebar-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:.5rem .75rem;background:transparent;border:none;border-radius:8px;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--text-muted);cursor:pointer;text-align:left;transition:background .2s,color .2s}.dashboard-sidebar-item:hover{background:#ffffff0a;color:var(--text)}.dashboard-sidebar-item--active{background:#5b7cba26;color:var(--accent)}.dashboard-sidebar-item--active:hover{background:#5b7cba33}.dashboard-sidebar-label{flex:1;min-width:0}.dashboard-sidebar-badge{font-size:.7rem;font-weight:600;padding:.15rem .45rem;background:#5b7cba33;border-radius:10px;color:var(--accent)}.dashboard-sidebar-item--active .dashboard-sidebar-badge{background:var(--accent);color:var(--on-accent, #fff)}.dashboard-sidebar-kpi{margin-top:auto;padding:.75rem;border-top:1px solid var(--border)}.dashboard-sidebar-kpi-value{display:block;font-size:1.25rem;font-weight:700;color:var(--text)}.dashboard-sidebar-kpi-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.dashboard-main{flex:1;min-width:0;max-width:100%;min-height:0;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding:0 1rem 1rem}.dashboard-main-header{flex-shrink:0;padding:.5rem 0}.dashboard-main-header .team-lead-team-name{font-size:1.25rem;margin:0 0 .15rem}.dashboard-main-header .team-lead-team-sub{font-size:.75rem}.dashboard-filter-tags{display:flex;flex-wrap:wrap;gap:.5rem;flex-shrink:0}.dashboard-filter-tag{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;padding:.3rem .5rem;background:#5b7cba26;border:1px solid rgba(91,124,186,.3);border-radius:8px;color:var(--accent)}.dashboard-filter-tag-remove{font-size:1rem;line-height:1;padding:0;background:none;border:none;color:inherit;cursor:pointer;opacity:.8}.dashboard-filter-tag-remove:hover{opacity:1}.team-lead-fit{height:100%;min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:.5rem}.team-lead-fit.dashboard-with-sidebar{flex-direction:row}.dashboard-sections-dropdown{display:none}@media(max-width:640px){.team-lead-view{height:auto;min-height:0;overflow:visible}.dashboard-with-sidebar{flex-direction:column;overflow:visible}.dashboard-sidebar--nav{display:none}.dashboard-sections-dropdown{display:block;width:100%;font-family:inherit;font-size:.875rem;font-weight:500;padding:.5rem 2rem .5rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);margin-bottom:.75rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235a6478' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center}.tl-tee-panel{display:none}.dashboard-sidebar{width:100%;flex-direction:row;flex-wrap:wrap;padding:.5rem;border-right:none;border-bottom:1px solid var(--border);flex-shrink:0}.dashboard-sidebar-title{width:100%;margin-bottom:.25rem}.dashboard-sidebar-nav{flex-direction:row;flex-wrap:wrap;gap:.35rem}.dashboard-sidebar-item{padding:.4rem .65rem;font-size:.75rem;min-height:36px}.dashboard-sidebar-kpi{margin-top:0;margin-left:auto;padding:0;border-top:none}.dashboard-main{padding:.5rem .75rem 5rem;overflow-y:auto;overflow-x:hidden}.ai-section,.ai-trajectory-card{margin-bottom:.75rem}.ai-charts-grid{gap:.75rem}}.team-lead-fit .team-lead-team-header{padding:.2rem 0;margin:0;border-bottom:1px solid var(--border);flex-shrink:0}.team-lead-fit .team-lead-team-name{font-size:1rem}.team-lead-fit .team-lead-team-sub{font-size:.65rem}.team-lead-fit .dashboard-tabs{flex-shrink:0}.team-lead-fit .ai-kpi-row{flex-shrink:0;gap:.35rem}.team-lead-fit .ai-kpi-row--compact .ai-kpi{padding:.35rem .5rem!important}.team-lead-fit .ai-kpi-value{font-size:1rem}.team-lead-fit .ai-kpi-label{font-size:.55rem;margin-top:.1rem}.team-lead-fit .dashboard-tab-panels{flex:1;min-height:0;overflow:auto}.team-lead-fit .ai-trajectory-card,.team-lead-fit .ai-charts-grid .ai-section{padding:.35rem .5rem!important}.team-lead-fit .ai-trajectory-desc{display:none}.team-lead-fit .ai-charts-grid{gap:.35rem}.team-lead-fit .ai-section-title{font-size:.65rem}.dashboard-tab-panels--lead .dashboard-tab-panel{overflow-x:hidden;min-width:0}.dashboard-tab-panels--lead .dashboard-tab-panel .tl-actions-list,.dashboard-tab-panels--lead .dashboard-tab-panel .tl-blockers-list,.dashboard-tab-panels--lead .dashboard-tab-panel .tl-decisions-list{padding:0 1rem 1rem;max-height:300px;overflow-y:auto;overflow-x:hidden;min-width:0}.dashboard-empty-filter{font-size:.8rem;color:var(--text-muted);padding:1rem;margin:.5rem 1rem;text-align:center;background:#5b7cba0f;border-radius:8px;border:1px dashed var(--border)}.team-lead-team-header{margin:0 0 .25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.team-lead-team-name{font-size:1.5rem;font-weight:600;margin:0 0 .25rem;color:var(--text);letter-spacing:-.02em}.team-lead-team-sub{font-size:.8125rem;color:var(--text-muted);margin:0;line-height:1.45}.dashboard-tab:hover{background:#5b7cba1a;color:var(--text)}.dashboard-tab--active{background:var(--accent);color:var(--on-accent, #fff)}.dashboard-tab--active:hover{background:#5b7cbae6;color:var(--on-accent, #fff)}.dashboard-tab-panels{flex:1;min-height:0;overflow:auto}.dashboard-tab-panel{display:flex;flex-direction:column;gap:.75rem;min-height:min-content;padding-bottom:1rem}.team-lead-top-row{display:grid;gap:1rem;grid-template-columns:1fr;align-items:stretch}@media(min-width:720px){.team-lead-top-row{grid-template-columns:1fr 1fr}}@media(min-width:960px){.team-lead-top-row{grid-template-columns:1fr 1fr 1fr}}.ai-summary-card{display:flex;gap:1rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#5b7cba1f,#5b7cba0a);border:1px solid rgba(91,124,186,.25);border-radius:16px;box-shadow:0 2px 8px #00000026}.ai-summary-icon{flex-shrink:0;width:2.5rem;height:2.5rem;background:var(--accent);color:var(--on-accent, #fff);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1rem}.ai-insights-card{padding:1rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 1px 3px #0000001a}.ai-insights-title{font-size:.8125rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.ai-insights-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.ai-insight{font-size:.875rem;line-height:1.5;color:var(--text);padding-left:1rem;position:relative}.ai-insight:before{content:"•";position:absolute;left:0;color:var(--accent)}.ai-insight--attention:before{color:#f59e0b}.ai-insight--urgent:before{color:#ef4444}.ai-insight--progress:before,.ai-insight--momentum:before{color:var(--success)}.team-lead-top-row .ai-story-card,.team-lead-top-row .ai-summary-card{display:flex;gap:1rem;padding:1rem 1.25rem;border-radius:16px;min-height:0}.ai-story-card{background:linear-gradient(135deg,#34d3991f,#34d3990a);border:1px solid rgba(52,211,153,.3);box-shadow:0 2px 8px #0000001a}.ai-story-card .ai-summary-title{color:var(--success)}.ai-story-phase{font-size:.9375rem;font-weight:600;color:var(--text);margin:0 0 .35rem}.ai-story-heading{font-size:.8125rem;line-height:1.5;color:var(--text);margin:0 0 .25rem}.ai-story-heading strong{color:var(--text-muted)}.ai-story-meta{font-size:.6875rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0}.ai-summary-card--compact,.ai-insights-card--compact{padding:1rem 1.25rem!important}.ai-insights-card--compact .ai-insights-title{margin-bottom:.5rem}.ai-sessions-pills{display:flex;flex-wrap:wrap;gap:.5rem}.ai-session-pill{font-size:.75rem;padding:.35rem .65rem;background:#5b7cba26;border:1px solid rgba(91,124,186,.3);border-radius:8px;color:var(--text);font-family:inherit;cursor:pointer;transition:all .2s ease}.ai-session-pill:hover{background:#5b7cba40;border-color:#5b7cba80}.ai-session-pill--active{background:var(--accent);color:var(--on-accent, #fff);border-color:var(--accent)}.ai-sessions-focus{margin:0 0 .5rem;font-size:.8125rem;color:var(--text-muted)}.ai-sessions-clear{background:none;border:none;padding:0;font-family:inherit;font-size:inherit;color:var(--accent);cursor:pointer;text-decoration:underline}.ai-sessions-clear:hover{color:var(--accent)}.ai-kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.ai-kpi{padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;text-align:center;box-shadow:0 1px 3px #00000014}.ai-kpi--clickable{cursor:pointer;font-family:inherit;transition:background .2s,border-color .2s;width:100%;text-align:center}.ai-kpi--clickable:hover{background:#5b7cba14;border-color:#5b7cba4d}.ai-kpi-value{display:block;font-size:1.5rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.ai-kpi-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-top:.25rem;display:block}@media(max-width:520px){.ai-kpi-row{grid-template-columns:repeat(2,1fr)}}.ai-charts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(max-width:700px){.ai-charts-grid{grid-template-columns:1fr}}.ai-section{padding:1.25rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 1px 3px #00000014}.ai-section-title{font-size:.8125rem;font-weight:600;color:var(--text);margin:0 0 1rem;text-transform:uppercase;letter-spacing:.04em}.ai-chart-card{min-height:240px}.ai-chart-empty{font-size:.8125rem;color:var(--text-muted);margin:0;font-style:italic}.ai-chart-bars{display:flex;flex-direction:column;gap:.65rem}.ai-chart-row{display:grid;grid-template-columns:6rem 1fr 2rem;gap:.75rem;align-items:center;font-size:.8125rem}.ai-chart-label{color:var(--text-muted);font-weight:500}.ai-chart-label--clickable{background:none;border:none;font-family:inherit;font-size:inherit;color:inherit;font-weight:inherit;cursor:pointer;padding:0;text-align:left;transition:color .2s}.ai-chart-label--clickable:hover{color:var(--accent)}.ai-chart-bar-wrap{min-width:0;background:#ffffff0d;border-radius:6px;overflow:hidden}.ai-chart-bar{border-radius:6px;min-width:4px;transition:width .4s ease}.ai-chart-value{color:var(--text);font-weight:600;text-align:right}.ai-chart-card--donut{display:flex;flex-direction:column;align-items:center}.ai-donut-wrap{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;justify-content:center}.ai-donut{flex-shrink:0}.ai-donut-center{font-size:1.25rem;font-weight:700;fill:var(--text)}.ai-donut-legend{display:flex;flex-direction:column;gap:.35rem;font-size:.8125rem;color:var(--text-muted)}.ai-donut-legend-item{display:flex;align-items:center;gap:.5rem}.ai-donut-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ai-donut-empty{font-size:.8125rem;color:var(--text-muted);margin:0}.ai-trajectory-card{min-width:0}.ai-trajectory-desc{font-size:.8125rem;color:var(--text-muted);margin:0 0 1rem;line-height:1.4}.trajectory-chart{position:relative;padding-top:.5rem}.trajectory-chart-subtitle{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin:0 0 .5rem}.trajectory-svg{display:block;max-height:340px}.trajectory-labels{display:flex;justify-content:space-between;padding:.5rem 12px 0 32px;max-width:280px}.trajectory-label{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase}.velocity-chart{display:flex;align-items:stretch;gap:.5rem;height:170px;margin-top:.5rem}.velocity-bar-wrap{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:.5rem;min-width:0}.velocity-bar{width:100%;min-height:8px;max-width:2rem;margin:0 auto;flex-shrink:0;background:linear-gradient(180deg,var(--accent) 0%,rgba(91,124,186,.5) 100%);border-radius:6px 6px 0 0;transition:height .4s ease}.velocity-label{font-size:.625rem;font-weight:600;color:var(--text-muted);text-transform:uppercase}.ai-metrics-section{max-width:44rem}.ai-metrics-velocity-card{display:flex;flex-direction:column;gap:1.5rem;padding:1.75rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 1px 3px #00000014}.ai-metrics-velocity-row{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start}.ai-metrics-velocity-kpi{display:flex;flex-direction:column;gap:.25rem}.ai-metrics-velocity-this-week{flex:1;min-width:14rem;max-width:20rem;display:flex;flex-direction:column;gap:.5rem}.ai-metrics-velocity-progress-wrap{display:flex;align-items:center;gap:.75rem}.ai-metrics-velocity-progress{flex:1;height:.5rem;background:#34d39999;border-radius:4px;min-width:4rem;transition:width .3s ease}.ai-metrics-velocity-progress-value{font-size:.9375rem;font-weight:600;color:var(--text);flex-shrink:0;min-width:1.5rem;text-align:right}.ai-metrics-velocity-value{font-size:2rem;font-weight:700;color:var(--text)}.ai-metrics-velocity-label{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.ai-metrics-velocity-chart-wrap{padding-top:1.25rem;margin-top:1rem;border-top:1px solid var(--border)}.ai-metrics-velocity-chart-wrap .ai-section-title{margin-bottom:.5rem}.ai-metrics-velocity-desc{font-size:.75rem;color:var(--text-muted);margin:0 0 1.25rem;line-height:1.45}.ai-metrics-velocity-chart-wrap .velocity-chart{height:160px;margin-top:.5rem}.ai-aggregates-card{grid-column:1 / -1}.ai-aggregates-desc{font-size:.75rem;color:var(--text-muted);margin:0 0 .75rem}.ai-aggregates-chart{display:flex;flex-direction:column;gap:.5rem}.ai-aggregates-row{display:flex;align-items:center;gap:.75rem;font-size:.8125rem}.ai-aggregates-date{flex-shrink:0;width:3.5rem;font-weight:600;color:var(--text-muted)}.ai-aggregates-bar-wrap{flex:1;display:flex;height:1rem;border-radius:4px;overflow:hidden;min-width:0}.ai-aggregates-segment{min-width:2px;transition:width .2s}.ai-aggregates-segment--blockers{background:#ef4444b3}.ai-aggregates-segment--actions{background:#34d399b3}.ai-aggregates-segment--decisions{background:#5b7cbab3}.ai-aggregates-legend{flex-shrink:0;font-size:.6875rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.ai-teams-need-help{flex-shrink:0;margin-bottom:1rem}.ai-teams-need-help-desc{font-size:.75rem;color:var(--text-muted);margin:-.5rem 0 .75rem}.ai-teams-badges{display:flex;flex-wrap:wrap;gap:.5rem}.ai-team-badge{font-size:.8125rem;padding:.4rem .75rem;background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);border-radius:8px;color:var(--text)}.ai-team-badge--clickable{font-family:inherit;cursor:pointer;transition:all .2s ease}.ai-team-badge--clickable:hover{background:#f59e0b38;border-color:#f59e0b80}.ai-detail-section{padding:0;background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:0 1px 3px #00000014}.ai-detail-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:transparent;border:none;font-family:inherit;font-size:.9375rem;font-weight:600;color:var(--text);cursor:pointer;text-align:left;transition:background .2s}.ai-detail-toggle:hover{background:#ffffff08}.ai-detail-chevron{font-size:.75rem;color:var(--text-muted)}.ai-detail-filter-badge{margin-left:.25rem;padding:.15rem .4rem;background:#34d39933;border-radius:6px;font-size:.75rem;cursor:pointer;color:var(--success)}.ai-detail-filter-badge:hover{background:#34d3994d}.ai-detail-filter-pills{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 1.5rem 1rem;min-width:0}.ai-detail-filter-pill{font-size:.75rem;padding:.3rem .6rem;background:#5b7cba1a;border:1px solid rgba(91,124,186,.25);border-radius:6px;color:var(--text-muted);cursor:pointer;font-family:inherit;font-weight:600;transition:all .2s ease}.ai-detail-filter-pill:hover{background:#5b7cba2e;color:var(--text)}.ai-detail-filter-pill--active{background:var(--accent);color:var(--on-accent, #fff);border-color:var(--accent)}.ai-detail-sections-wrap{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:800px){.ai-detail-sections-wrap{grid-template-columns:1fr 1fr}}.ai-detail-section .tl-blockers-list,.ai-detail-section .tl-actions-list,.ai-detail-section .tl-decisions-list{padding:0 1.5rem 1.5rem}.tl-blockers-label{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-right:.2rem}.tl-blockers-list{list-style:none;margin:0;padding:0}.tl-blockers-row{display:grid;grid-template-columns:5rem 1fr 8rem auto;gap:1rem;font-size:.8125rem;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.06);align-items:start}.tl-blockers-row:last-child{border-bottom:none}.tl-blockers-team{font-weight:600;color:var(--accent);font-size:.75rem}.tl-blockers-title{color:var(--text);font-size:.875rem}.tl-blockers-meta{font-size:.75rem;color:var(--text-muted)}.tl-blockers-since{font-size:.75rem;color:var(--text-muted);white-space:nowrap}@media(max-width:640px){.tl-blockers-row{grid-template-columns:1fr;gap:.25rem}}.tl-actions-list{list-style:none;margin:0;padding:0}.tl-actions-item{display:grid;grid-template-columns:1fr auto;gap:1rem;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:.8125rem}.tl-actions-item:last-child{border-bottom:none}.tl-actions-main{display:flex;flex-direction:column;gap:.35rem;min-width:0}.tl-actions-text{color:var(--text);font-size:.875rem;overflow-wrap:break-word;word-break:break-word}.tl-actions-assignee{font-size:.75rem;color:var(--text-muted)}.tl-actions-due{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.tl-decisions-list{list-style:none;margin:0;padding:0}.tl-decisions-item{padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.tl-decisions-item:last-child{border-bottom:none}.tl-decisions-text{color:var(--text);font-size:.875rem;margin-bottom:.25rem}.tl-decisions-meta{font-size:.75rem;color:var(--text-muted)}.tl-contrib-list{list-style:none;margin:0;padding:0 1.5rem 1.5rem}.tl-contrib-item{display:flex;justify-content:space-between;gap:1rem;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:.8125rem}.tl-contrib-item:last-child{border-bottom:none}.tl-contrib-name{font-weight:600;color:var(--accent)}.tl-contrib-summary{color:var(--text-muted);font-size:.8125rem;text-align:right}.ai-interpreted-section{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 1px 3px #00000014;overflow-x:hidden;min-width:0;max-width:100%}.ai-interpreted-summary{padding:1rem 1.25rem;background:linear-gradient(135deg,#5b7cba1f,#5b7cba0a);border:1px solid rgba(91,124,186,.25);border-radius:12px}.ai-interpreted-badge{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.5rem;padding:.2rem .5rem;background:#5b7cba26;border-radius:6px}.ai-interpreted-text{font-size:.9375rem;line-height:1.55;color:var(--text);margin:0}.tl-actions-list--interpreted .tl-actions-item{display:flex;flex-direction:column;gap:.5rem;min-width:0;max-width:100%}.tl-actions-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;font-size:.75rem;color:var(--text-muted)}.tl-actions-interpretation{font-size:.8125rem;line-height:1.45;color:var(--text-muted);margin:.35rem 0 0;padding-left:.75rem;border-left:2px solid rgba(91,124,186,.4);overflow-wrap:break-word;word-break:break-word;max-width:100%;min-width:0}.tl-blockers-row--interpreted{grid-template-columns:5rem 1fr;grid-template-rows:auto auto auto;gap:.5rem 1rem}.tl-blockers-interpretation{grid-column:1 / -1;font-size:.8125rem;line-height:1.45;color:var(--text-muted);margin:0;border-left:2px solid rgba(91,124,186,.4);padding:.4rem 0 0 .75rem}.tl-blockers-row--interpreted .tl-blockers-meta{grid-column:1 / -1;font-size:.75rem}.tl-decisions-interpretation{font-size:.8125rem;line-height:1.45;color:var(--text-muted);margin:.35rem 0 0;padding-left:.75rem;border-left:2px solid rgba(91,124,186,.4)}.ai-takeaways-section{gap:.75rem}.ai-takeaways-subtitle{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent);margin:0 0 .5rem}.tl-decisions-list--takeaways .tl-decisions-item{padding:.75rem 0}.tl-decisions-item--takeaway .tl-decisions-text{font-size:.9375rem;line-height:1.4}@media(max-width:640px){.tl-blockers-row--interpreted{grid-template-columns:1fr}}.app--stitch .dashboard-sidebar{background:var(--lc-surface-container-high, #e0e8ff);border-right:none}.app--stitch .dashboard-sidebar-title,.app--stitch .dashboard-sidebar-item{color:var(--lc-on-surface-variant)}.app--stitch .dashboard-sidebar-item:hover{background:#ffffff80;color:var(--lc-on-surface)}.app--stitch .dashboard-sidebar-item--active{background:var(--lc-surface-container-lowest);color:var(--lc-primary)}.app--stitch .dashboard-sidebar-item--active:hover{background:var(--lc-surface-container-lowest)}.ai-session-ai-insight{margin-top:.75rem;padding:.85rem 1rem;border-radius:12px;border:1px solid var(--border);background:var(--surface)}.ai-session-ai-insight-title{font-size:.8125rem;font-weight:600;margin:0 0 .5rem;color:var(--text)}.ai-session-ai-insight-text{font-size:.875rem;line-height:1.45;color:var(--text-muted);margin:.5rem 0 0}.ai-session-ai-insight-meta{font-size:.75rem;color:var(--text-muted);margin:.5rem 0 0}.ai-sentiment{display:inline-block;font-size:.75rem;font-weight:600;text-transform:capitalize;padding:.2rem .55rem;border-radius:999px;margin-right:.35rem}.ai-sentiment--positive{background:#22c55e33;color:#166534}.ai-sentiment--neutral{background:#94a3b840;color:var(--text-muted)}.ai-sentiment--negative{background:#f8717133;color:#b91c1c}.team-member-view{height:100%;min-height:0;overflow:hidden}.team-member-grid{display:flex;flex-direction:column;gap:.5rem;height:100%;min-height:0}.team-member-grid.dashboard-with-sidebar{flex-direction:row}.team-member-view .dashboard-main-header .team-member-team-name{font-size:1rem;margin:0 0 .15rem}.team-member-view .dashboard-main-header .team-member-team-sub{font-size:.65rem;margin:0}.team-member-view .dashboard-main{flex:1;min-width:0;max-width:100%;min-height:0;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding:0 1rem 1rem}.team-member-view .dashboard-tab-panel{padding-bottom:.5rem}.dashboard-tabs{display:flex;gap:.25rem;flex-shrink:0;padding:.25rem 0;border-bottom:2px solid var(--border)}.dashboard-tab{flex:1;min-width:0;font-family:inherit;font-size:.8rem;font-weight:600;padding:.5rem .75rem;background:transparent;border:none;border-radius:8px;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.35rem;transition:all .2s ease}.dashboard-tab:hover{background:#a78bfa1a;color:var(--text)}.dashboard-tab--active{background:var(--accent);color:var(--bg)}.dashboard-tab--active:hover{background:#a78bfae6;color:var(--bg)}.dashboard-tab-count{font-size:.7rem;opacity:.9}.dashboard-tab-panels{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;min-width:0}.dashboard-tab-panel{display:flex;flex-direction:column;gap:.75rem;height:100%;min-height:0;overflow-x:hidden;min-width:0}.dashboard-tab-panel--actions{display:flex;flex-direction:column}.dashboard-empty-filter{font-size:.8rem;color:var(--text-muted);padding:1rem;margin:0;text-align:center;background:#a78bfa0f;border-radius:8px;border:1px dashed var(--border)}.dashboard-empty-filter strong{color:var(--accent)}.team-member-header-compact{grid-area:header;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.35rem;padding:.2rem 0;border-bottom:1px solid var(--border);flex-shrink:0}.team-member-header-left{min-width:0}.team-member-header-stats{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.team-member-stat-pill{font-size:.75rem;padding:.35rem .6rem;background:#a78bfa1f;border:1px solid rgba(167,139,250,.25);border-radius:8px;color:var(--text);font-weight:600;cursor:default}button.team-member-stat-pill{cursor:pointer;font-family:inherit;transition:background .2s,border-color .2s}button.team-member-stat-pill:hover{background:#a78bfa33;border-color:#a78bfa66}.team-member-team-name{font-size:1rem;font-weight:600;margin:0;color:var(--text);letter-spacing:-.02em}.team-member-team-sub{font-size:.65rem;color:var(--text-muted);margin:0;line-height:1.3}.team-member-team-sub strong{color:var(--text)}.team-member-charts-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;min-height:0;align-items:stretch}@media(max-width:600px){.team-member-charts-row{grid-template-columns:1fr}}.team-member-charts-row .ai-section{min-width:0}.team-member-charts-row .ai-section:only-child{grid-column:1 / -1}.team-member-actions-section,.team-member-blockers-section,.team-member-decisions-section{flex:1;min-height:0;display:flex;flex-direction:column}.team-member-overview-top{display:grid;gap:1rem;grid-template-columns:1fr;align-items:stretch}@media(min-width:720px){.team-member-overview-top{grid-template-columns:1fr 1fr}}.team-member-overview-top .ai-story-card,.team-member-overview-top .ai-summary-card{display:flex;gap:1rem;padding:1rem 1.25rem;border-radius:16px;min-height:0}.team-member-overview-top .ai-story-card{background:linear-gradient(135deg,#34d3991f,#34d3990a);border:1px solid rgba(52,211,153,.3);box-shadow:0 2px 8px #0000001a}.team-member-overview-top .ai-story-card .ai-summary-title{color:var(--success)}.team-member-overview-top .ai-story-phase{font-size:.9375rem;font-weight:600;color:var(--text);margin:0 0 .35rem}.team-member-overview-top .ai-story-heading{font-size:.8125rem;line-height:1.5;color:var(--text);margin:0 0 .25rem}.team-member-overview-top .ai-story-heading strong{color:var(--text-muted)}.team-member-overview-top .ai-story-meta{font-size:.6875rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0}.team-member-overview-top .ai-summary-card{background:linear-gradient(135deg,#a78bfa1f,#a78bfa0a);border:1px solid rgba(167,139,250,.25);box-shadow:0 2px 8px #0000001a}.team-member-overview-top .ai-summary-card .ai-summary-icon{width:2.5rem;height:2.5rem;font-size:1rem}.team-member-overview-top .ai-summary-card .ai-summary-title{font-size:.75rem;margin-bottom:.5rem}.team-member-overview-top .ai-summary-card .ai-summary-text{font-size:.9375rem;line-height:1.6}.ai-summary-compact{padding:.4rem .6rem!important;min-height:0}.ai-summary-compact .ai-summary-icon{width:1.5rem;height:1.5rem;font-size:.7rem}.ai-summary-compact .ai-summary-title{font-size:.6rem;margin-bottom:.15rem}.ai-summary-compact .ai-summary-text{font-size:.7rem;line-height:1.35}.ai-chart-compact{padding:.35rem .5rem!important;min-height:0}.ai-chart-compact .ai-section-title{margin-bottom:.2rem;font-size:.65rem}.team-member-empty{font-size:.8125rem;color:var(--text-muted);margin:0;padding:.5rem 0;font-style:italic}.ai-summary-card{display:flex;gap:1rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#a78bfa1f,#a78bfa0a);border:1px solid rgba(167,139,250,.25);border-radius:16px;box-shadow:0 2px 8px #00000026}.ai-summary-icon{flex-shrink:0;width:2.5rem;height:2.5rem;background:var(--accent);color:var(--bg);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1rem}.ai-summary-content{flex:1;min-width:0}.ai-summary-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin:0 0 .5rem}.ai-summary-text{font-size:.9375rem;line-height:1.6;color:var(--text);margin:0}.ai-summary-text strong{font-weight:600;color:var(--text)}.ai-summary-card--member{background:linear-gradient(135deg,#34d3991f,#34d3990a);border-color:#34d39940}.ai-summary-card--member .ai-summary-icon{background:#34d39940;color:var(--success)}.ai-summary-card--member .ai-summary-title{color:var(--success)}.ai-section{padding:.35rem .5rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 1px 2px #0000000f;min-height:0;overflow:hidden;display:flex;flex-direction:column}.ai-section-title{font-size:.6rem;font-weight:600;color:var(--text);margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.ai-member-due-pills{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.25rem;flex-shrink:0;min-width:0}.ai-member-due-pill{font-size:.6rem;font-weight:600;padding:.2rem .45rem;background:#a78bfa1a;border:1px solid rgba(167,139,250,.25);border-radius:8px;color:var(--text-muted);cursor:pointer;font-family:inherit;transition:all .2s ease}.ai-member-due-pill:hover{background:#a78bfa2e;color:var(--text);border-color:#a78bfa66}.ai-member-due-pill--active{background:var(--accent);color:var(--bg);border-color:var(--accent)}.ai-member-due-pill--active:hover{background:#a78bfae6;color:var(--bg)}.action-item-due-pill{font-size:.7rem;padding:.2rem .5rem;background:#a78bfa26;border:1px solid rgba(167,139,250,.3);border-radius:6px;color:var(--accent);cursor:pointer;font-family:inherit;font-weight:600;overflow-wrap:break-word;word-break:break-word;max-width:100%;transition:all .2s ease}.action-item-due-pill:hover{background:#a78bfa40;border-color:var(--accent)}.action-items-list{list-style:none;margin:0;padding:0;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;min-width:0}.action-items-list--compact .action-item{padding:.25rem 0}.action-item{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;font-size:.8125rem;padding:.85rem 0;border-bottom:1px solid rgba(255,255,255,.06);min-width:0;max-width:100%}.action-item--clickable{cursor:default}.action-item--yours{background:#a78bfa14;margin:0 -.5rem;padding:.3rem .5rem;border-left:2px solid var(--accent)}.action-items-list--compact .action-item--yours{margin:0 -.5rem;padding:.25rem .5rem}.action-item:last-child{border-bottom:none}.action-item-main-row{display:flex;flex-direction:column;gap:.3rem;flex:1;min-width:0}.action-item-right{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.5rem}.action-item-assignee{font-size:.75rem;color:var(--text-muted)}.action-item-due{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.action-item-text{font-size:.8125rem;color:var(--text);line-height:1.4;overflow-wrap:break-word;word-break:break-word}.blockers-reported-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1;min-height:0}.blockers-reported-item{display:flex;justify-content:space-between;align-items:flex-start;gap:.35rem;font-size:.7rem;padding:.2rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.blockers-reported-item--interpreted{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:.35rem 1rem}.blockers-reported-item--interpreted .blockers-reported-body{grid-column:1;grid-row:1}.blockers-reported-item--interpreted .blockers-reported-status{grid-column:2;grid-row:1;align-self:start}.blockers-reported-item--interpreted .blockers-reported-interpretation{grid-column:1 / -1;grid-row:2;margin:0}.blockers-reported-item--yours{border-left:3px solid var(--accent);padding-left:1rem;margin-left:-1.5rem;padding-left:calc(1.5rem - 3px);background:#a78bfa0f}.blockers-reported-item:last-child{border-bottom:none}.blockers-reported-list--compact .blockers-reported-item{padding:.6rem 0}.blockers-reported-list--compact .blockers-reported-item--yours{padding:.6rem 1rem;margin-left:-1.25rem;padding-left:calc(1.25rem - 3px)}.blockers-reported-body{display:flex;flex-direction:column;gap:.3rem;min-width:0;flex:1}.blockers-reported-title{color:var(--text);font-size:.875rem}.blockers-reported-by{font-size:.75rem;color:var(--text-muted)}.blockers-reported-by strong{color:var(--text)}.blockers-reported-status{font-size:.7rem;font-weight:600;padding:.25rem .55rem;border-radius:6px;white-space:nowrap;flex-shrink:0}.blockers-reported-status--active{background:#f59e0b26;color:#f59e0b}.blockers-reported-status--resolved{background:var(--success-bg);color:var(--success)}.decisions-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1;min-height:0}.decisions-list-item{padding:.25rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.decisions-list-item:last-child{border-bottom:none}.decisions-list--compact .decisions-list-item{padding:.6rem 0}.decisions-list-item--clickable{cursor:pointer;transition:background .15s}.decisions-list-item--clickable:hover{background:#ffffff08;margin:0 -1.25rem;padding:.6rem 1.25rem}.decisions-text{color:var(--text);font-size:.7rem;margin-bottom:.15rem;line-height:1.3}.decisions-meta{font-size:.75rem;color:var(--text-muted)}.decisions-by{color:var(--text)}.decisions-date{white-space:nowrap}.ai-interpreted-section{display:flex;flex-direction:column;gap:.75rem;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;min-height:0;min-width:0;overflow:hidden}.ai-interpreted-summary{padding:.75rem 1rem;background:linear-gradient(135deg,#a78bfa1f,#a78bfa0a);border:1px solid rgba(167,139,250,.25);border-radius:10px;flex-shrink:0}.ai-interpreted-badge{display:inline-block;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.35rem;padding:.15rem .4rem;background:#a78bfa26;border-radius:6px}.ai-interpreted-text{font-size:.8125rem;line-height:1.45;color:var(--text);margin:0}.ai-interpreted-text strong{font-weight:600;color:var(--text)}.action-item-interpretation{font-size:.75rem;line-height:1.4;color:var(--text-muted);margin:.3rem 0 0;padding-left:.6rem;border-left:2px solid rgba(167,139,250,.4);overflow-wrap:break-word;word-break:break-word;max-width:100%;min-width:0}.blockers-reported-interpretation,.decisions-interpretation{font-size:.75rem;line-height:1.4;color:var(--text-muted);margin:.3rem 0 0;padding-left:.6rem;border-left:2px solid rgba(167,139,250,.4)}.ai-takeaways-subtitle{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent);margin:0 0 .35rem}.decisions-list--takeaways .decisions-list-item{padding:.6rem 0}.decisions-list-item--takeaway .decisions-text{font-size:.8125rem;line-height:1.4}.dashboard-page{width:100%;height:100%;display:flex;flex-direction:column;min-height:0;overflow:hidden;padding:0 .5rem}.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-shrink:0;margin-bottom:.35rem;padding:.25rem 0;min-height:2rem}.dashboard-header-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.dashboard-previous-btn{font-family:inherit;font-size:.75rem;font-weight:600;color:var(--accent);background:var(--accent-dim);border:1px solid rgba(91,124,186,.3);border-radius:8px;padding:.4rem .75rem;cursor:pointer;transition:color .2s,border-color .2s,background .2s}.dashboard-previous-btn:hover{background:#5b7cba33;border-color:#5b7cba80}.dashboard-dropdown-chevron{font-size:.6rem;margin-left:.25rem;opacity:.8}.dashboard-create-project-btn{font-family:inherit;font-size:.75rem;font-weight:600;color:var(--on-accent, #fff);background:var(--accent);border:none;border-radius:8px;padding:.4rem .75rem;cursor:pointer;transition:background .2s}.dashboard-create-project-btn:hover{background:#6d8fd4}.dashboard-back-current-btn{font-family:inherit;font-size:.75rem;font-weight:600;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:8px;padding:.4rem .75rem;cursor:pointer;transition:color .2s,border-color .2s}.dashboard-back-current-btn:hover{color:var(--text);border-color:var(--text-muted)}.dashboard-archived-dropdown{position:relative}.dashboard-archived-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99}.dashboard-archived-list{position:absolute;top:100%;right:0;margin:.25rem 0 0;padding:.25rem 0;list-style:none;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #0000004d;min-width:14rem;max-width:20rem;max-height:18rem;overflow-y:auto;z-index:100}.dashboard-archived-item{display:block;width:100%;text-align:left;font-family:inherit;font-size:.8125rem;padding:.5rem .75rem;background:none;border:none;color:var(--text);cursor:pointer;transition:background .15s}.dashboard-archived-item:hover{background:var(--border)}.dashboard-archived-item--active{background:var(--accent-dim);color:var(--accent)}.dashboard-archived-label{display:block;font-weight:600;margin-bottom:.15rem}.dashboard-archived-meta{display:block;font-size:.7rem;color:var(--text-muted)}.dashboard-archived-row{display:flex;align-items:center;gap:.25rem}.dashboard-archived-row .dashboard-archived-item{flex:1;min-width:0}.dashboard-archived-delete-btn{font-family:inherit;font-size:.65rem;font-weight:600;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:6px;padding:.2rem .4rem;cursor:pointer;flex-shrink:0;transition:color .2s,border-color .2s}.dashboard-archived-delete-btn:hover{color:#f87171;border-color:#f8717166}.dashboard-archived-row--current .dashboard-archived-delete-btn{display:none}.dashboard-archived-banner{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;font-size:.7rem;color:var(--text-muted);padding:.35rem .6rem;background:var(--accent-dim);border:1px solid rgba(91,124,186,.25);border-radius:8px;margin-bottom:.35rem;flex-shrink:0}.dashboard-archived-banner strong{color:var(--text)}.dashboard-archived-copy-btn,.dashboard-archived-download-btn{font-family:inherit;font-size:.7rem;font-weight:600;color:var(--accent);background:var(--accent-dim);border:1px solid rgba(91,124,186,.3);border-radius:6px;padding:.25rem .5rem;cursor:pointer;margin-left:.25rem}.dashboard-archived-copy-btn:hover,.dashboard-archived-download-btn:hover{background:#5b7cba33}.dashboard-page-title{font-size:1.1rem;font-weight:600;margin:0;color:var(--text);letter-spacing:-.02em}.dashboard-content{flex:1;min-height:0;overflow:hidden;width:100%;display:flex;flex-direction:column}.dashboard-empty-tee{width:100%;padding:3rem 2rem;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:16px;margin-bottom:1.5rem;box-shadow:0 1px 3px #00000026}.dashboard-empty-tee-text{font-size:1.0625rem;font-weight:600;color:var(--text);margin:0 0 .5rem}.dashboard-empty-tee-desc{font-size:.875rem;color:var(--text-muted);margin:0 0 1.25rem;line-height:1.5}.dashboard-empty-tee-btn{font-family:inherit;font-size:.9375rem;font-weight:600;color:var(--on-accent, #fff);background:var(--accent);border:none;border-radius:10px;padding:.75rem 1.5rem;cursor:pointer;transition:background .2s,transform .1s}.dashboard-empty-tee-btn:hover{background:#6d8fd4}.dashboard-tee-banner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.35rem;font-size:.7rem;color:var(--text-muted);padding:.35rem .6rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:.35rem;flex-shrink:0;box-shadow:0 1px 2px #00000014}.dashboard-tee-banner strong{color:var(--text)}.dashboard-banner-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;flex-wrap:wrap}.dashboard-actions-dropdown{display:none}@media(max-width:640px){.dashboard-tee-banner{flex-direction:column;align-items:stretch;gap:.5rem}.dashboard-banner-actions--desktop{display:none!important}.dashboard-actions-dropdown{display:block;width:100%;font-family:inherit;font-size:.875rem;font-weight:500;padding:.6rem 2rem .6rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235a6478' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;min-height:44px}.dashboard-page{padding-bottom:10rem}}.dashboard-copy-llm-btn{font-family:inherit;font-size:.75rem;font-weight:600;color:var(--accent);background:var(--accent-dim);border:1px solid rgba(91,124,186,.3);border-radius:8px;padding:.4rem .75rem;cursor:pointer;transition:color .2s,border-color .2s,background .2s}.dashboard-copy-llm-btn:hover{background:#5b7cba33;border-color:#5b7cba80}.dashboard-download-json-btn{font-family:inherit;font-size:.75rem;font-weight:600;color:var(--success);background:var(--success-bg);border:1px solid rgba(45,157,120,.3);border-radius:8px;padding:.4rem .75rem;cursor:pointer;transition:color .2s,border-color .2s,background .2s}.dashboard-download-json-btn:hover{background:#2d9d7833;border-color:#2d9d7880}.dashboard-clear-btn{font-family:inherit;font-size:.75rem;font-weight:600;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:8px;padding:.4rem .75rem;cursor:pointer;transition:color .2s,border-color .2s,background .2s}.dashboard-clear-btn:hover{color:var(--text);border-color:var(--text-muted);background:#0000000a}.dashboard-complete-btn{font-family:inherit;font-size:.75rem;font-weight:600;color:var(--success);background:var(--success-bg);border:1px solid rgba(45,157,120,.4);border-radius:8px;padding:.4rem .75rem;cursor:pointer;transition:color .2s,border-color .2s,background .2s}.dashboard-complete-btn:hover{background:#2d9d7833;border-color:var(--success)}.dashboard-phase-badge{font-size:.7rem;font-weight:600;padding:.25rem .5rem;background:var(--success-bg);border:1px solid rgba(45,157,120,.3);border-radius:8px;color:var(--success)}.dashboard-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.dashboard-modal{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem;max-width:24rem;width:100%;box-shadow:0 8px 32px #0000004d}.dashboard-modal-title{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:var(--text)}.dashboard-modal-desc{font-size:.875rem;color:var(--text-muted);line-height:1.5;margin:0 0 1rem}.dashboard-modal-label{display:block;font-size:.75rem;font-weight:600;color:var(--text-muted);margin-bottom:.35rem}.dashboard-modal-input{width:100%;font-family:inherit;font-size:.9375rem;padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);margin-bottom:1rem;box-sizing:border-box}.dashboard-modal-input:focus{outline:none;border-color:var(--accent)}.dashboard-modal-actions{display:flex;gap:.5rem}.dashboard-btn{font-family:inherit;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;cursor:pointer;border:none}.dashboard-btn--primary{background:var(--success);color:var(--on-accent, #fff)}.dashboard-btn--primary:hover{background:#38a169}.dashboard-btn--secondary{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.dashboard-btn--secondary:hover{color:var(--text);border-color:var(--text-muted)}.dashboard-host-demo-banner{font-size:.8125rem;color:var(--text-muted);padding:.75rem 1rem;background:#eab30814;border:1px solid rgba(234,179,8,.25);border-radius:12px;margin-bottom:1.25rem;line-height:1.5}.dashboard-host-demo-banner strong{color:var(--text)}@media(min-width:640px){.dashboard-header{flex-direction:row;align-items:center;justify-content:space-between}}@media(max-width:640px){.dashboard-page{padding:0 .5rem;overflow-y:auto;overflow-x:hidden;min-height:auto}.dashboard-content{overflow:visible}.dashboard-header,.dashboard-tee-banner,.dashboard-archived-banner{flex-wrap:wrap}.dashboard-header-actions{width:100%}}.dashboard-no-team-msg{padding:1.75rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;font-size:.9rem;color:var(--text-muted);line-height:1.55;box-shadow:0 1px 2px #0000000f}.dashboard-no-team-msg p{margin:0}.team-page{width:100%;max-width:28rem;margin:0 auto}.team-page--wide{max-width:48rem}@media(max-width:640px){.team-page,.team-page--wide{max-width:none;width:100%;padding:0 .5rem;box-sizing:border-box}.team-page-demo-panel,.team-page-card{padding:1rem}.team-page-title,.app--stitch .team-page-title{font-size:1.5rem}}.team-page--member-join .team-page-card--full{max-width:32rem;margin-left:auto;margin-right:auto}.team-page-actions--host-only{margin-top:1rem}.team-page-actions--host-only .team-page-btn{display:inline-block;text-align:center;text-decoration:none}.team-page-demo-panel{max-width:48rem;margin:0 auto 1.25rem;padding:1rem 1.15rem;background:var(--surface);border:1px solid var(--border);border-radius:10px}.team-page-demo-toggle{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--text);cursor:pointer}.team-page-demo-toggle input{margin-top:.2rem;flex-shrink:0}.team-page-demo-warn{margin:.65rem 0 0;padding:0;font-size:.8125rem;color:var(--text-muted);line-height:1.45}.team-page-demo-join-alt{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.team-page-demo-join-alt-label{font-size:.8125rem;font-weight:600;margin:0 0 .5rem;color:var(--text-muted)}.team-page-demo-join-alt-hint{margin:.5rem 0 0;font-size:.75rem}.team-page--host-wrap{max-width:48rem;margin:0 auto 1.5rem}.team-page-lead--host{text-align:center;margin-top:0}.team-page-host-above{margin-bottom:1.5rem}.team-page-host-above .team-page-section{margin-bottom:0}.team-page-split{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:640px){.team-page-split{grid-template-columns:1fr 1fr;align-items:start}}.team-page-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem}.team-page-card-title{font-size:1rem;font-weight:600;margin:0 0 .35rem;color:var(--text)}.team-page-card-desc{font-size:.8125rem;color:var(--text-muted);margin:0 0 1rem;line-height:1.45}.team-page-optional{font-weight:400;opacity:.8}.team-page-required{font-weight:600;font-size:.75rem;color:var(--accent)}.team-page-hint{margin-top:.75rem;font-size:.75rem}.team-page-reset-wrap{margin-top:1.5rem;text-align:center}.team-page-btn--small{font-size:.8125rem;padding:.35rem .65rem}.team-page-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}@media(min-width:480px){.team-page-actions{flex-direction:row;flex-wrap:wrap;align-items:center}}.team-page-btn--outline{background:transparent;border:1px solid rgba(248,113,113,.45)}.team-page-title{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;color:var(--text)}.team-page-lead{font-size:.875rem;color:var(--text-muted);margin:0 0 1.25rem;line-height:1.5}.team-page-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1rem}.team-page-section--host{border-color:#5b7cba59}.team-page-section-title{font-size:.9375rem;font-weight:600;margin:0 0 .35rem;color:var(--text)}.team-page-section-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.team-page-section-head-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.team-page-add-member-form{display:flex;align-items:center;gap:.5rem}.team-page-input--add-member{width:10rem;font-size:.875rem}.team-page-section-title--inline{margin-bottom:0}.team-page-members-hint{margin:0 0 .75rem;font-size:.75rem;line-height:1.45}.team-page-section-desc{font-size:.8125rem;color:var(--text-muted);margin:0 0 .75rem;line-height:1.45}.team-page-muted{font-size:.8125rem;color:var(--text-muted);margin:0}.team-page-banner{font-size:.8125rem;padding:.5rem .75rem;border-radius:8px;margin-bottom:1rem}.team-page-banner--ok{background:#22c55e1f;color:var(--success);border:1px solid rgba(34,197,94,.35)}.team-page-banner--error{background:#f871711f;color:#f87171;border:1px solid rgba(248,113,113,.35)}.team-page-form{display:flex;flex-direction:column;gap:.5rem}.team-page-label{font-size:.8125rem;font-weight:500;color:var(--text-muted)}.team-page-input{font-family:inherit;font-size:.875rem;padding:.6rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text)}.team-page-input--mono{font-family:ui-monospace,monospace;letter-spacing:.08em}.team-page-input:focus{outline:none;border-color:var(--accent)}.team-page-btn{font-family:inherit;font-size:.875rem;font-weight:600;border:none;border-radius:8px;padding:.55rem 1rem;cursor:pointer;transition:background .2s,opacity .2s}.team-page-btn--primary{background:var(--accent);color:var(--on-accent, #fff);margin-top:.25rem}.team-page-btn--primary:hover{background:#6d8fd4}.team-page-btn--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.team-page-btn--secondary:hover{background:var(--border)}.team-page-btn--danger{background:#f8717126;color:#f87171;font-size:.8125rem;padding:.35rem .65rem}.team-page-btn--danger:hover{background:#f8717140}.team-page-btn--ghost{background:transparent;color:var(--accent);border:1px solid var(--border);width:100%;margin-top:.5rem}.team-page-btn--ghost:hover{background:var(--accent-dim)}.team-code-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.team-code-value{font-size:1.25rem;font-weight:700;letter-spacing:.12em;padding:.5rem .75rem;background:var(--surface-dim, #eef1f8);border:1px solid var(--border);border-radius:8px;color:var(--accent)}.team-members-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.team-members-item{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;font-size:.875rem;padding:.5rem 0;border-bottom:1px solid var(--border)}.team-members-item:last-child{border-bottom:none}.team-members-list--readonly .team-members-item{padding:.4rem 0}.team-page-title-block{width:100%}.team-page-title-row{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.team-page-title-row .team-page-title{margin:0}.team-page-inline-edit{display:flex;flex-direction:column;gap:.5rem;width:100%}.team-page-inline-edit--title{max-width:22rem}.team-page-inline-edit--member{flex:1 1 100%;min-width:min(100%,16rem)}.team-page-inline-edit-actions{display:flex;flex-wrap:wrap;gap:.35rem}.team-page-input--inline-title{font-size:1.2rem;font-weight:700}.team-page-input--inline-member{max-width:18rem}.team-page-btn--compact{padding:.3rem .55rem;font-size:.75rem}.team-members-edit-name{flex-shrink:0}.team-members-name{font-weight:500;color:var(--text);flex:1;min-width:0}.team-members-role{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.team-host-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.team-host-card{border:1px solid var(--border);border-radius:10px;padding:.75rem 1rem;background:var(--bg)}.team-host-card-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;flex-wrap:wrap}.team-host-name{display:block;font-weight:600;color:var(--text)}.team-host-meta{display:block;font-size:.8125rem;color:var(--text-muted);margin-top:.2rem}.team-host-anon{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border);font-size:.8125rem;color:var(--text);line-height:1.5}.team-host-anon p{margin:.35rem 0}.team-page-anon-note{margin-top:.5rem!important}.app--stitch .team-page{max-width:1440px;padding-top:1rem}.app--stitch .team-page-title{font-family:Manrope,sans-serif;font-size:2.25rem;font-weight:800;color:var(--lc-on-surface);letter-spacing:-.02em}.app--stitch .team-page-title span{background:linear-gradient(135deg,var(--lc-primary),var(--lc-primary-container));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app--stitch .team-page-lead{color:var(--lc-on-surface-variant)}.app--stitch .team-page-card{background:var(--lc-surface-container-lowest);border:1px solid var(--lc-outline-variant);border-radius:.75rem}.app--stitch .team-page-card-title{font-family:Manrope,sans-serif;color:var(--lc-on-surface)}.app--stitch .team-page-btn--primary{background:var(--lc-primary);color:var(--lc-on-primary)}.app--stitch .team-page-btn--primary:hover{background:var(--lc-primary-container)}.app--stitch .team-page-btn--secondary{background:var(--lc-surface-container-low);color:var(--lc-on-surface);border-color:var(--lc-outline-variant)}@media(min-width:640px){.app--stitch .team-page-split{grid-template-columns:1fr 1fr;gap:1.5rem}}.tee-page{max-width:720px;margin:0 auto;padding:1.5rem 1rem}.tee-page-header{margin-bottom:2rem}.tee-page-title{font-size:1.5rem;font-weight:700;color:var(--lc-on-surface, #101b30);margin:0 0 .5rem}.tee-page-subtitle{font-size:.9375rem;color:var(--lc-on-surface-variant, #424752);margin:0}.tee-section{margin-bottom:2rem;padding:1.25rem;background:var(--lc-surface, #fff);border:1px solid var(--lc-outline-variant, rgba(114, 119, 131, .2));border-radius:.75rem}.tee-section--highlight{background:#5b7cba14;border-color:#5b7cba40}.tee-section--research{background:#22c55e0f;border-color:#22c55e33}.tee-section-title{font-size:1rem;font-weight:600;color:var(--lc-on-surface, #101b30);margin:0 0 1rem}.tee-section-p{font-size:.9375rem;line-height:1.6;color:var(--lc-on-surface-variant, #424752);margin:0 0 .75rem}.tee-flow{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.tee-flow-step{padding:.6rem .9rem;background:var(--lc-surface, #fff);border:1px solid var(--lc-outline-variant, rgba(114, 119, 131, .25));border-radius:.5rem;display:flex;flex-direction:column;gap:.2rem}.tee-flow-step--tee{background:#5b7cba1f;border-color:#5b7cba59}.tee-flow-label{font-size:.8125rem;font-weight:600;color:var(--lc-on-surface, #101b30)}.tee-flow-desc{font-size:.75rem;color:var(--lc-on-surface-variant, #424752)}.tee-flow-arrow{color:var(--lc-on-surface-variant, #424752);font-size:1rem}.tee-table-wrap{overflow-x:auto}.tee-table{width:100%;font-size:.875rem;border-collapse:collapse}.tee-table th,.tee-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--lc-outline-variant, rgba(114, 119, 131, .15))}.tee-table th{font-weight:600;color:var(--lc-on-surface, #101b30)}.tee-table td{color:var(--lc-on-surface-variant, #424752)}.tee-table a{color:var(--lc-primary, #00478d);text-decoration:underline}.tee-table a:hover{opacity:.9}.tee-list{margin:0;padding-left:1.25rem}.tee-list li{font-size:.9375rem;line-height:1.6;color:var(--lc-on-surface-variant, #424752);margin-bottom:.5rem}.tee-list li:last-child{margin-bottom:0}.tee-page-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.tee-btn{display:inline-flex;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:.5rem;text-decoration:none;transition:opacity .2s}.tee-btn:hover{opacity:.95}.tee-btn--primary{background:linear-gradient(135deg,#00478d,#005eb8);color:#fff}.tee-btn--secondary{background:transparent;color:var(--lc-primary, #00478d);border:1px solid var(--lc-outline-variant, rgba(114, 119, 131, .4))}.login-page{min-height:100vh;display:flex;flex-direction:column;background:var(--lc-surface, #f9f9ff);font-family:Plus Jakarta Sans,sans-serif}.login-page--boot{justify-content:center;align-items:center}.login-boot-msg{margin:0;font-size:.95rem;color:var(--lc-on-surface-variant)}.login-split{display:flex;flex:1;flex-direction:column}@media(min-width:768px){.login-split{flex-direction:row}}.login-brand{display:none;background:var(--lc-surface-container-low, #f1f3ff);padding:3rem 2rem;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}@media(min-width:768px){.login-brand{display:flex;width:50%;padding:3rem 4rem}}@media(min-width:1024px){.login-brand{padding:4rem 6rem}}.login-brand-content{position:relative;z-index:1}.login-brand-logo{font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:800;color:var(--lc-on-surface, #101b30);letter-spacing:-.02em;margin-bottom:2rem}.login-brand-title{font-family:Manrope,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--lc-on-surface);margin:0}.login-brand-title span{color:var(--lc-primary, #00478d);font-style:italic}.login-brand-desc{margin-top:1.5rem;font-size:1.125rem;line-height:1.6;color:var(--lc-on-surface-variant);max-width:28rem}.login-brand-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:var(--lc-secondary-container);color:var(--lc-on-secondary-container);border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-top:2rem}.login-brand-decor{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.4;mix-blend-mode:multiply;pointer-events:none;overflow:hidden}.login-brand-decor .login-brand-blur-1{position:absolute;top:-5rem;left:-5rem;width:24rem;height:24rem;background:var(--lc-primary-container);border-radius:50%;filter:blur(120px)}.login-brand-decor .login-brand-blur-2{position:absolute;bottom:5rem;right:2.5rem;width:20rem;height:20rem;background:var(--lc-secondary-container);border-radius:50%;filter:blur(100px)}.login-form-panel{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1.5rem;background:var(--lc-surface);position:relative}@media(min-width:768px){.login-form-panel{padding:2rem 4rem}}.login-mobile-logo{display:block;position:absolute;top:2rem;left:2rem;font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:800;color:var(--lc-on-surface);letter-spacing:-.02em}@media(min-width:768px){.login-mobile-logo{display:none}}.login-form-wrap{width:100%;max-width:420px}.login-form-title{font-family:Manrope,sans-serif;font-size:1.875rem;font-weight:700;color:var(--lc-on-surface);letter-spacing:-.02em;margin:0 0 .5rem}.login-form-lead{font-size:.9375rem;color:var(--lc-on-surface-variant);margin:0 0 1.5rem}.login-primary-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.login-btn{font-family:inherit;font-size:.9375rem;font-weight:600;padding:1rem 1.25rem;border-radius:.75rem;border:none;cursor:pointer;transition:transform .15s,box-shadow .2s;display:flex;align-items:center;justify-content:space-between;width:100%}.login-btn:disabled{opacity:.6;cursor:not-allowed}.login-btn:active:not(:disabled){transform:scale(.98)}.login-btn--wallet{background:linear-gradient(135deg,var(--lc-primary),var(--lc-primary-container));color:var(--lc-on-primary);padding:1.25rem 1.5rem}.login-btn--wallet:hover:not(:disabled){box-shadow:0 4px 20px #00478d4d}.login-btn--demo{background:var(--lc-surface-container-lowest);color:var(--lc-on-surface);border:1px solid rgba(114,119,131,.15);justify-content:center}.login-btn--demo:hover:not(:disabled){background:var(--lc-surface-container-low)}.login-pseudonym-row{background:var(--lc-surface-container-low);padding:1.25rem;border-radius:.75rem;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.login-pseudonym-label strong{display:block;font-size:.875rem;color:var(--lc-on-surface)}.login-pseudonym-hint{font-size:.75rem;color:var(--lc-on-surface-variant);margin-top:.25rem}.login-other-link{font-size:.875rem;font-weight:600;color:var(--lc-primary);background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;gap:.5rem;margin:0 auto}.login-other-link:hover{text-decoration:underline}.login-error{margin:0 0 1rem;font-size:.875rem;color:var(--lc-error)}.login-wallet-explainer,.login-wallet-unavailable{margin:0 0 .75rem;font-size:.8125rem;line-height:1.5;color:var(--lc-on-surface-variant)}.login-other-options{margin-top:1rem}.login-other-summary{cursor:pointer;font-size:.85rem;color:var(--lc-on-surface-variant)}.login-divider-small{height:1px;background:var(--lc-outline-variant, rgba(114, 119, 131, .2));margin:.5rem 0}.login-checkbox-row{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;cursor:pointer}.login-checkbox-row input{margin-top:.2rem;accent-color:var(--lc-primary)}.login-label{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;font-weight:600;margin-bottom:.75rem}.login-input{padding:.5rem .75rem;border-radius:.5rem;border:1px solid var(--lc-outline-variant);background:var(--lc-surface-container-low);color:var(--lc-on-surface);font-size:.9375rem}.login-input--mono{font-family:ui-monospace,monospace;font-size:.75rem}.login-divider{height:1px;background:var(--lc-outline-variant);margin:1.25rem 0}.login-legal{position:absolute;bottom:2rem;left:0;right:0;text-align:center;font-size:.6875rem;color:var(--lc-on-surface-variant);opacity:.6;letter-spacing:.05em;text-transform:uppercase}.hackathon-host-view{display:flex;flex-direction:column;gap:1.5rem}.hackathon-host-privacy{font-size:.8125rem;color:var(--text-muted);margin:0;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;line-height:1.45}.hackathon-host-privacy strong{color:var(--text)}.host-console-data-source{font-size:.8125rem;color:var(--text-muted);margin:0;line-height:1.45}.host-console-data-source strong{color:var(--text)}.host-console-real-empty code{font-size:.75rem}.host-console-muted-themes{margin-bottom:0}.dashboard-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem}.dashboard-section-title{font-size:.9375rem;font-weight:600;margin:0 0 .5rem;color:var(--text)}.dashboard-section-desc{font-size:.8125rem;color:var(--text-muted);margin:0 0 .75rem}.host-metric-big{font-size:1.75rem;font-weight:700;color:var(--accent);margin:0}.host-themes-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.host-themes-item{display:flex;flex-direction:column;gap:.25rem;padding:.5rem 0;border-bottom:1px solid var(--border);font-size:.875rem}.host-themes-item:last-child{border-bottom:none}.host-themes-label{font-weight:600;color:var(--text)}.host-themes-blurb{font-size:.8125rem;color:var(--text-muted);line-height:1.4}.host-rank-list{margin:0;padding:0 0 0 1.25rem;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.host-rank-item{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.host-rank-pos{color:var(--text-muted);font-weight:600;min-width:1.5rem}.host-rank-team{font-weight:600;color:var(--text);flex:1;min-width:6rem}.host-rank-count{font-size:.8125rem;color:var(--text-muted)}.host-snips-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.host-snips-item{font-size:.8125rem;color:var(--text-muted);line-height:1.45;padding:.5rem .65rem;background:var(--bg);border-radius:8px;border:1px solid var(--border)}.host-velocity-by-team{display:flex;flex-direction:column;gap:.65rem}.host-velocity-row{display:grid;grid-template-columns:4.5rem 1fr 3rem;gap:.75rem;align-items:center;font-size:.875rem}.host-velocity-team{font-weight:600;color:var(--accent)}.host-velocity-bar-track{height:10px;background:var(--bg);border-radius:6px;overflow:hidden;border:1px solid var(--border)}.host-velocity-bar-fill{height:100%;background:var(--accent);border-radius:6px;min-width:4px;transition:width .25s ease}.host-velocity-pts{font-size:.8125rem;color:var(--text-muted);text-align:right}.host-blockers-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.host-blockers-item{display:grid;grid-template-columns:5rem 1fr auto;gap:1rem;align-items:start;font-size:.875rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.host-blockers-item:last-child{border-bottom:none;padding-bottom:0}.host-blockers-team{font-weight:600;color:var(--accent)}.host-blockers-summary{color:var(--text)}.host-blockers-since{font-size:.8125rem;color:var(--text-muted);white-space:nowrap}.host-trend-chart{display:flex;align-items:flex-end;justify-content:space-between;gap:.35rem;height:140px;margin-top:.5rem}.host-trend-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:.35rem;min-width:0}.host-trend-bar{width:100%;min-height:4px;background:linear-gradient(180deg,var(--accent),#7c3aed);border-radius:4px 4px 0 0;align-self:stretch;max-height:88px}.host-trend-label{font-size:.6875rem;font-weight:500;color:var(--text-muted)}.host-trend-count{font-size:.6875rem;color:var(--text);font-weight:600}.host-help-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.host-help-item{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;font-size:.875rem;padding:.5rem 0;border-bottom:1px solid var(--border)}.host-help-item:last-child{border-bottom:none}.host-help-main{display:flex;flex-direction:column;gap:.2rem;min-width:0}.host-help-team{font-weight:600;color:var(--text)}.host-help-reason{font-size:.8125rem;color:var(--text-muted)}.host-help-count{font-size:.8125rem;color:var(--text-muted);white-space:nowrap}.host-console{min-height:100vh;padding:2rem 1.5rem 3rem;max-width:52rem;margin:0 auto}.host-console-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}@media(min-width:560px){.host-console-header{flex-direction:row;align-items:flex-start;justify-content:space-between}}.host-console-title{font-size:1.35rem;font-weight:700;margin:0 0 .35rem;color:var(--text)}.host-console-sub{font-size:.875rem;color:var(--text-muted);margin:0;line-height:1.5;max-width:36rem}.host-console-user-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-top:.75rem;font-size:.8125rem}.host-console-user-text{color:var(--text);font-weight:600}.host-console-user-role{font-weight:500;color:var(--text-muted)}.host-console-logout{font-family:inherit;font-size:.8125rem;font-weight:600;color:var(--accent);background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.host-console-logout:hover{color:var(--text)}.host-console-link{color:var(--accent);font-weight:600}.host-console-link:hover{text-decoration:underline}.host-console-link-btn{font-family:inherit;font-size:inherit;font-weight:600;color:var(--accent);background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.host-console-link-btn:hover{color:var(--text)}.host-console-header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;align-self:flex-start}.host-console-demo-toggle{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none}.host-console-demo-toggle input{width:1rem;height:1rem;accent-color:var(--accent);cursor:pointer}.host-console-refresh{font-family:inherit;font-size:.8125rem;font-weight:600;padding:.45rem .85rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer}.host-console-refresh:hover{border-color:var(--accent)}.host-console-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.25rem}.host-console-h2{font-size:1rem;font-weight:600;margin:0 0 .35rem;color:var(--text)}.host-console-desc{font-size:.8125rem;color:var(--text-muted);margin:0 0 .75rem}.host-console-desc code{font-size:.75rem}.host-console-muted{font-size:.8125rem;color:var(--text-muted);margin:0}.host-console-team-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.host-console-team-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;font-size:.875rem;padding:.4rem 0;border-bottom:1px solid var(--border)}.host-console-team-row:last-child{border-bottom:none}.host-console-team-name{font-weight:600;color:var(--text)}.host-console-team-meta{font-size:.8125rem;color:var(--text-muted)}.host-console-tee-note{font-size:.8125rem;color:var(--text-muted);margin:0 0 1rem;line-height:1.45}.host-console-dashboard{width:100%}.ollama-dev-page{max-width:1400px;margin:0 auto;padding:1.25rem 1.5rem 3rem;font-size:.875rem}.ollama-dev-page--locked{max-width:40rem}.ollama-dev-page__header h1{margin:0 0 .5rem;font-size:1.35rem}.ollama-dev-page__hint{color:var(--lc-on-surface-variant, #5c6370);margin:0 0 .75rem;line-height:1.45}.ollama-dev-page__hint code{font-size:.8125rem}.ollama-dev-page__nav{margin-bottom:1.25rem}.ollama-dev-section{margin-bottom:1.5rem}.ollama-dev-section h2{font-size:1rem;margin:0 0 .5rem}.ollama-dev-section h3{font-size:.8125rem;margin:.75rem 0 .35rem;color:var(--lc-on-surface-variant, #5c6370)}.ollama-dev-section--panel{border:1px solid var(--lc-outline-variant, rgba(0, 0, 0, .12));border-radius:10px;padding:.75rem 1rem;min-height:200px}.ollama-dev-columns{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:900px){.ollama-dev-columns{grid-template-columns:1fr}}.ollama-dev-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.ollama-dev-btn{font-family:inherit;font-size:.8125rem;font-weight:600;padding:.4rem .85rem;border-radius:8px;border:1px solid var(--lc-outline-variant, #ccc);background:var(--lc-surface, #fff);cursor:pointer}.ollama-dev-btn--primary{background:var(--lc-primary, #6750a4);color:var(--lc-on-primary, #fff);border-color:transparent}.ollama-dev-btn:disabled{opacity:.55;cursor:not-allowed}.ollama-dev-textarea{width:100%;box-sizing:border-box;font-family:ui-monospace,monospace;font-size:.75rem;padding:.5rem .65rem;border-radius:8px;border:1px solid var(--lc-outline-variant, #ccc);resize:vertical}.ollama-dev-textarea--sm{margin-bottom:.5rem}.ollama-dev-pre{max-height:320px;overflow:auto;margin:0;padding:.5rem .65rem;background:#0000000a;border-radius:8px;font-size:.7rem;line-height:1.35;white-space:pre-wrap;word-break:break-word}.ollama-dev-err{color:#b91c1c;margin:0 0 .5rem}.ollama-dev-muted{color:var(--lc-on-surface-variant, #5c6370);margin:0}.ollama-dev-meta{margin:0 0 .5rem;font-size:.8125rem;color:var(--lc-on-surface-variant, #5c6370)}.tee-status{position:fixed;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:999px;font-size:.75rem;color:var(--text-muted);z-index:1000}.tee-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.tee-status--checking .tee-status-dot{background:#eab308;animation:tee-status-pulse 1s ease-in-out infinite}.tee-status--connected .tee-status-dot{background:var(--success)}.tee-status--offline .tee-status-dot{background:#f87171}.tee-status--demo .tee-status-dot{background:var(--accent)}.tee-status-label{white-space:nowrap}@media(max-width:640px){.tee-status{display:none}}@keyframes tee-status-pulse{0%,to{opacity:1}50%{opacity:.5}}.credit-saver-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem}.credit-saver-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009}.credit-saver-popup{position:relative;width:100%;max-width:24rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem;box-shadow:0 20px 40px #0006}.credit-saver-title{font-size:1.125rem;font-weight:700;margin:0 0 .75rem;color:var(--text)}.credit-saver-message{font-size:.9375rem;color:var(--text-muted);line-height:1.5;margin:0 0 1.25rem}.credit-saver-actions{display:flex;flex-direction:column;gap:.5rem}.credit-saver-btn{font-family:inherit;font-size:.875rem;font-weight:600;padding:.6rem 1rem;border-radius:8px;border:none;cursor:pointer;transition:background .2s}.credit-saver-btn--dismiss{background:var(--border);color:var(--text)}.credit-saver-btn--dismiss:hover{background:#3f3f46}.credit-saver-btn--remind{background:var(--accent-dim);color:var(--accent)}.credit-saver-btn--remind:hover{background:#a78bfa40}.credit-saver-btn--phala{background:var(--accent);color:var(--bg)}.credit-saver-btn--phala:hover{background:#b794f6}.no-team-gate{max-width:28rem;margin:2rem auto;padding:1.75rem 1.5rem;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:12px}.no-team-gate-title{font-size:1.125rem;font-weight:600;margin:0 0 .75rem;color:var(--text)}.no-team-gate-text,.no-team-gate-hint{font-size:.875rem;color:var(--text-muted);line-height:1.5;margin:0 0 .65rem}.no-team-gate-hint{margin-bottom:1.1rem}.no-team-gate-link{display:inline-block;font-size:.875rem;font-weight:600;color:var(--accent);text-decoration:none}.no-team-gate-link:hover{text-decoration:underline}.app{min-height:100vh;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center}.app--boot{justify-content:center}.app-boot-msg{margin:0;font-size:.95rem;color:var(--text-muted)}.app-auth-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem .75rem;margin-bottom:.75rem}.app-auth-user{font-size:.8125rem;color:var(--text-muted)}.app-auth-role{font-weight:500;color:var(--text-muted);opacity:.95}.app-auth-logout{font-family:inherit;font-size:.75rem;font-weight:600;color:var(--accent);background:none;border:none;cursor:pointer;text-decoration:underline;padding:0}.app-auth-logout:hover{color:var(--text)}.app-header{text-align:center;margin-bottom:2.5rem}.app--stitch{background:var(--lc-surface, #f9f9ff);font-family:Plus Jakarta Sans,sans-serif}.app--stitch .app-header--stitch{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;text-align:left;margin-bottom:1rem;padding:1rem 2rem;max-width:1440px;margin-left:auto;margin-right:auto}@media(max-width:640px){.app--stitch{min-height:100vh;min-height:100dvh;overflow:hidden;display:flex;flex-direction:column}.app--stitch .app-header--stitch{flex-direction:column;align-items:stretch;padding:.75rem 1rem;gap:.75rem;margin-bottom:.5rem}.app--stitch .app-header-left{order:1}.app--stitch .app-nav--stitch.app-nav--links{order:2}.app--stitch .app-nav--dropdown{order:2;margin:0}.app--stitch .app-auth-row--stitch{order:3;justify-content:flex-end;flex-wrap:nowrap}.app--stitch .app-auth-user--compact{font-size:.75rem;overflow:hidden;text-overflow:ellipsis;max-width:8rem}.app--stitch .app-auth-user .app-auth-role{display:none}.app--stitch .app-avatar{width:2rem;height:2rem;font-size:.75rem}.app--stitch .app-auth-logout{font-size:.6875rem;padding:.25rem .5rem}}@media(max-width:480px){.app--stitch .app-header--stitch{padding:.5rem .75rem}.app--stitch .app-title--stitch{font-size:1.1rem}}.app--stitch .app-title--stitch{font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:800;color:var(--lc-on-surface, #101b30);letter-spacing:-.02em}.app--stitch .app-subtitle--stitch{display:none}.app--stitch .app-nav--stitch{order:2;margin:0}.app--stitch .app-header-left{display:flex;align-items:center}.app--stitch .app-auth-row--stitch{margin:0;display:flex;align-items:center;gap:.75rem}.app--stitch .app-auth-user--compact{font-size:.8125rem}.app--stitch .app-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--lc-primary-container);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.app--stitch .app-auth-user{color:var(--lc-on-surface)}.app--stitch .app-auth-role{color:var(--lc-on-surface-variant)}.app--stitch .app-nav-link{color:#101b3099}.app--stitch .app-nav-link:hover{color:var(--lc-primary)}.app--stitch .app-nav-link--active{color:var(--lc-primary);border-bottom:2px solid var(--lc-primary);padding-bottom:2px;background:transparent}.app-title{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .25rem}.app-subtitle{font-size:.9375rem;color:var(--text-muted);margin:0 0 1rem}.app-host-link-row{font-size:.75rem;color:var(--text-muted);margin:-.5rem 0 .75rem;line-height:1.4}.app-host-link{color:var(--accent);font-weight:600}.app-host-link:hover{text-decoration:underline}.app-host-link-hint{opacity:.88}.app-nav{display:flex;align-items:center;justify-content:center;gap:.5rem}.app-nav--dropdown{display:none;font-family:inherit;font-size:.875rem;font-weight:500;padding:.5rem 2rem .5rem .75rem;border-radius:8px;border:1px solid var(--lc-outline-variant, rgba(114, 119, 131, .3));background:var(--lc-surface, #fff);color:var(--lc-on-surface, #101b30);cursor:pointer;width:100%;max-width:12rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235a6478' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center}@media(max-width:640px){.app-nav--links{display:none!important}.app-nav--dropdown{display:block;order:2;max-width:none;width:100%}}.app--dashboard .app-nav{margin-top:.25rem}.app-nav-link{font-family:inherit;font-size:.875rem;font-weight:500;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:.35rem .75rem;border-radius:6px;transition:color .2s,background .2s;text-decoration:none}.app-nav-link:hover{color:var(--text)}.app-nav-link--active{color:var(--accent);background:var(--accent-dim)}.app-nav-sep{font-size:.875rem;color:var(--border);-webkit-user-select:none;user-select:none}.app-main{width:100%;max-width:32rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;flex:1;min-height:0}@media(max-width:640px){.app-main:not(.app-main--dashboard){overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;align-items:stretch}}.app-main--dashboard{max-width:none;padding:0;min-height:0}.app--dashboard{padding:.5rem .75rem .25rem;min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;overflow:hidden;display:flex;flex-direction:column}@media(max-width:640px){.app--dashboard{padding:.4rem .5rem .2rem;height:auto;min-height:100dvh;overflow-y:auto;overflow-x:hidden}.app--dashboard .app-main{overflow:visible;flex:0 0 auto}}.app--dashboard .app-header{margin-bottom:.5rem;padding:.25rem 0;flex-shrink:0}.app--dashboard .app-title{font-size:1.25rem}.app--dashboard .app-subtitle{font-size:.75rem;margin:0}.app--dashboard .app-main{flex:1;min-height:0;overflow:hidden;width:100%}.app-main--team{max-width:36rem}.app--stitch .app-main{max-width:1440px;margin:0 auto;padding:0 2rem 2rem;width:100%}@media(max-width:640px){.app--stitch .app-main{padding:0 1rem 1.5rem}}@media(max-width:480px){.app{padding:1rem .75rem}.app--stitch .app-main{padding:0 .75rem 1rem}}.app--stitch .app-main--team{max-width:1440px}.upload-btn{font-family:inherit;font-size:.9375rem;font-weight:600;color:var(--on-accent, #fff);background:var(--accent);border:none;border-radius:10px;padding:.75rem 1.5rem;cursor:pointer;transition:background .2s,transform .1s}@media(max-width:640px){.upload-btn{min-height:44px;padding:.875rem 1.5rem;width:100%;display:flex;align-items:center;justify-content:center}.app-main:not(.app-main--dashboard){padding-bottom:5rem}}.upload-btn:hover{background:#6d8fd4}.upload-btn:active{transform:scale(.98)}.upload-btn--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.upload-btn--secondary:hover{background:var(--border)}.upload-error-wrap{width:100%;max-width:32rem}.upload-error{font-size:.875rem;color:#f87171;margin:0;padding:.5rem .75rem;background:#f871711a;border-radius:8px;width:100%;max-width:32rem}.upload-error-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.upload-error-actions .upload-btn{margin:0}.upload-warning{font-size:.875rem;color:#eab308;margin:0 0 .5rem;padding:.5rem .75rem;background:#eab3081f;border:1px solid rgba(234,179,8,.3);border-radius:8px;width:100%;max-width:32rem}.upload-create-project-gate{width:100%;max-width:32rem;padding:2rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;text-align:center;margin-bottom:1.5rem}.app--stitch .upload-create-project-gate{max-width:48rem;padding:3rem 2rem;background:var(--lc-surface-container-lowest);border:none;border-radius:2rem;box-shadow:0 12px 40px #101b300a;position:relative;overflow:hidden}@media(max-width:640px){.app--stitch .upload-create-project-gate{padding:1.5rem 1.25rem;border-radius:1.25rem}.app--stitch .upload-create-project-title{font-size:1.5rem}.app--stitch .upload-create-project-desc{font-size:1rem}}.app--stitch .upload-create-project-gate:before{content:"";position:absolute;top:-6rem;right:-6rem;width:12rem;height:12rem;background:#00478d0d;border-radius:50%;filter:blur(48px)}.app--stitch .upload-create-project-icon{display:flex;align-items:center;justify-content:center;width:6rem;height:6rem;margin:0 auto 1.5rem;border-radius:1.5rem;background:var(--lc-surface-container-low);color:var(--lc-primary-container)}.app--stitch .upload-create-project-icon .material-symbols-outlined{font-size:3rem;font-variation-settings:"wght" 200}.app--stitch .upload-create-project-gate:after{content:"";position:absolute;bottom:-6rem;left:-6rem;width:12rem;height:12rem;background:#006c460d;border-radius:50%;filter:blur(48px)}.app--stitch .upload-create-project-title{font-family:Manrope,sans-serif;font-size:2.25rem;font-weight:800;color:var(--lc-on-surface);margin-bottom:.5rem}.app--stitch .upload-create-project-desc{color:var(--lc-on-surface-variant);font-size:1.125rem;margin-bottom:1.5rem}.app--stitch .upload-btn{background:linear-gradient(135deg,var(--lc-primary),var(--lc-primary-container));color:var(--lc-on-primary)}.app--stitch .upload-btn:hover{box-shadow:0 4px 20px #00478d4d}.upload-create-project-title{font-size:1.1rem;font-weight:600;color:var(--text);margin:0 0 .5rem}.upload-create-project-desc{font-size:.9rem;color:var(--text-muted);margin:0 0 1.25rem;line-height:1.5}.upload-create-project-icon{display:none}.upload-create-project-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}@media(max-width:640px){.upload-create-project-actions{flex-direction:column}.upload-create-project-actions .upload-btn{width:100%}}.upload-sample-hint{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin:0 0 1rem}.upload-sample-label{font-size:.875rem;font-weight:500;color:var(--lc-on-surface, #101b30)}.upload-sample-select{font-family:inherit;font-size:.875rem;padding:.4rem 2rem .4rem .75rem;border-radius:.5rem;border:1px solid var(--lc-outline-variant, rgba(114, 119, 131, .3));background:var(--lc-surface, #fff);color:var(--lc-on-surface, #101b30);cursor:pointer;min-width:12rem}@media(max-width:480px){.upload-sample-hint{flex-direction:column;align-items:stretch}.upload-sample-select{min-width:0;width:100%}}.upload-sample-select:hover:not(:disabled){border-color:var(--lc-primary, #00478d)}.upload-sample-select:disabled{opacity:.6;cursor:not-allowed}.upload-sample-hint-text{font-size:.875rem;color:var(--text-muted)}.upload-notice{margin:0 0 1rem;padding:.6rem 1rem;font-size:.875rem;color:var(--lc-on-surface-variant, #424752);background:#eab3081f;border:1px solid rgba(234,179,8,.35);border-radius:.5rem}.upload-just-added{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;margin-bottom:1rem;background:#22c55e1f;border:1px solid rgba(34,197,94,.3);border-radius:.5rem;font-size:.875rem;font-weight:500;color:#166534}.upload-just-added-icon{color:#22c55e;font-weight:700}.upload-meetings-list{margin-bottom:1rem;padding:.75rem 1rem;background:var(--lc-surface, #fff);border:1px solid var(--lc-outline-variant, rgba(114, 119, 131, .2));border-radius:.5rem}.upload-meetings-list-title{font-size:.8125rem;font-weight:600;color:var(--lc-on-surface-variant, #424752);margin:0 0 .5rem}.upload-meetings-list-items{list-style:none;margin:0;padding:0}.upload-meetings-list-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;padding:.25rem 0;color:var(--lc-on-surface, #101b30)}.upload-meetings-list-check{font-size:1rem;color:#22c55e}*,*:before,*:after{box-sizing:border-box}:root{--bg: #f5f6fa;--surface: #ffffff;--surface-dim: #eef1f8;--border: #dfe4ed;--text: #2d3748;--text-muted: #5a6478;--accent: #5b7cba;--accent-dim: rgba(91, 124, 186, .12);--on-accent: #ffffff;--success: #2d9d78;--success-bg: rgba(45, 157, 120, .1);--lc-primary: #3d6ba8;--lc-primary-container: #4a7bb8;--lc-on-primary: #ffffff;--lc-secondary: #2d7a5a;--lc-secondary-container: #6bcf9f;--lc-surface: #f9f9ff;--lc-surface-container: #e8edff;--lc-surface-container-low: #f1f3ff;--lc-surface-container-high: #dfe6f5;--lc-surface-container-lowest: #ffffff;--lc-on-surface: #2d3748;--lc-on-surface-variant: #5a6478;--lc-outline: #8b95a5;--lc-outline-variant: #c5cdd9;--lc-error: #c53030}body{margin:0;font-family:Plus Jakarta Sans,DM Sans,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}#root{min-height:100vh}:root{--lc-primary: #00478d;--lc-primary-container: #005eb8;--lc-on-primary: #ffffff;--lc-secondary: #006c46;--lc-secondary-container: #7bfabb;--lc-on-secondary-container: #00734b;--lc-surface: #f9f9ff;--lc-surface-container: #e8edff;--lc-surface-container-low: #f1f3ff;--lc-surface-container-high: #e0e8ff;--lc-surface-container-lowest: #ffffff;--lc-on-surface: #101b30;--lc-on-surface-variant: #424752;--lc-outline: #727783;--lc-outline-variant: #c2c6d4;--lc-error: #ba1a1a}.lc-font-headline{font-family:Manrope,sans-serif}.lc-font-body,.lc-font-label{font-family:Plus Jakarta Sans,sans-serif}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-size:1.25rem}.lc-glass{background:#f9f9ffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
