:root{color-scheme:light;--primary: #d52b1e;--primary-light: #e85a4a;--primary-dark: #b01e0f;--primary-faint: rgba(213, 43, 30, .08);--primary-faint-strong: rgba(213, 43, 30, .14);--secondary: #35c0e2;--secondary-light: #5dd0e8;--secondary-dark: #2a9bc2;--secondary-faint: rgba(53, 192, 226, .12);--bg: #f8fafc;--surface: #ffffff;--surface-elevated: #ffffff;--surface-muted: #f3f4f6;--border: #e5e7eb;--border-strong: #d1d5db;--text: #1f2937;--muted: #6b7280;--text-disabled: #9ca3af;--danger: #ef4444;--danger-soft: #fef2f2;--warning: #f59e0b;--success: #10b981;--shadow-header: 0 1px 3px 0 rgba(0, 0, 0, .1);--shadow-card-hover: 0 4px 6px -1px rgba(0, 0, 0, .06), 0 2px 4px -1px rgba(0, 0, 0, .04);--radius: 12px;--radius-sm: 8px;--radius-pill: 999px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mono: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Monaco, Consolas, monospace}*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;font-size:1rem}a{color:var(--secondary-dark);text-decoration:none}a:hover{color:var(--secondary);text-decoration:underline}button,input,textarea,select{font:inherit}button{cursor:pointer}.layout{max-width:1100px;margin:0 auto;padding:1.25rem 1.25rem 3rem}.app-footer{margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid var(--border);text-align:center}.app-footer-copy{margin:0;font-size:.8rem;line-height:1.5}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:-1.25rem -1.25rem 1.75rem;padding:.875rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-header);position:sticky;top:0;z-index:20}.brand{font-weight:700;font-size:1.125rem;letter-spacing:-.02em;color:var(--text);text-decoration:none}.brand:hover{text-decoration:none;color:var(--text)}.brand-lockup{display:inline-flex;align-items:flex-end;gap:.5rem}.brand-logo{display:block;height:1.75rem;width:auto;flex-shrink:0}.brand-title{line-height:1}.brand-title span{color:var(--primary)}.nav-link{border:none;background:transparent;color:var(--muted);padding:.5rem .875rem;border-radius:var(--radius-sm);font-weight:500;font-size:.875rem;text-decoration:none;transition:background .15s,color .15s}.nav-link:hover{background:var(--surface-muted);color:var(--text);text-decoration:none}.nav-link.active{color:var(--primary);background:var(--primary-faint);font-weight:600}.card-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;box-shadow:none;transition:border-color .15s,box-shadow .15s}.card-panel:hover{border-color:var(--border-strong)}.row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.btn{border:1px solid var(--border-strong);background:var(--surface);color:var(--text);padding:.5rem 1rem;border-radius:var(--radius-sm);font-weight:500;font-size:.875rem;text-transform:none;box-shadow:none;transition:background .15s,border-color .15s,box-shadow .15s}.btn:hover{background:var(--surface-muted);border-color:#9ca3af;box-shadow:var(--shadow-card-hover)}.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);filter:none;box-shadow:var(--shadow-card-hover)}.btn-ghost{background:transparent;border-color:transparent}.btn-ghost:hover{background:var(--surface-muted);border-color:transparent}.input{background:var(--surface);border:1px solid var(--border-strong);color:var(--text);padding:.5rem .75rem;border-radius:var(--radius-sm);min-width:200px;transition:border-color .15s,box-shadow .15s}.input:hover{border-color:#9ca3af}.input:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px #35c0e240}.textarea{width:100%;min-height:72px;resize:vertical}.muted{color:var(--muted);font-size:.875rem}.stage-bar{display:flex;flex-wrap:wrap;gap:.4rem;margin:1rem 0 1.5rem}.stage-pill{padding:.35rem .75rem;border-radius:var(--radius-pill);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:var(--surface-muted);border:1px solid var(--border);color:var(--muted)}.stage-pill.active{color:#fff;background:var(--primary);border-color:var(--primary)}.columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;align-items:start}.column{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;min-height:120px}.column h3{margin:0 0 .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.thought-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.65rem .75rem;margin-bottom:.5rem;font-size:.875rem}.thought-card .meta{font-size:.75rem;color:var(--muted);margin-top:.35rem}.thought-card-private{margin-bottom:.15rem}.thought-card-private-blur{min-height:2.85rem;border-radius:var(--radius-sm);background:var(--surface-muted);position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px var(--border)}.thought-card-private-blur:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;background:repeating-linear-gradient(-12deg,var(--border) 0,var(--border) 1px,transparent 1px,transparent 10px);filter:blur(5px);opacity:.55}.thought-card-private-blur:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,rgba(255,255,255,.35) 0%,transparent 45%,rgba(0,0,0,.04) 100%);pointer-events:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.group-name-edit{flex:1 1 200px;min-width:min(100%,12rem);max-width:100%;font-weight:600}.card-origin-wrap{margin-top:.35rem;line-height:1.2}.card-origin-sub{font-size:.68rem;color:var(--muted);font-weight:500;letter-spacing:.02em}.grouped-stack-card .grouped-card-text{white-space:pre-wrap;word-break:break-word}.vote-roll-table-wrap{overflow-x:auto}.vote-roll-table{width:100%;border-collapse:collapse;font-size:.875rem}.vote-roll-table th,.vote-roll-table td{padding:.45rem .65rem;text-align:left;border-bottom:1px solid var(--border)}.vote-roll-table th{color:var(--muted);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.vote-group-header{margin-bottom:.25rem}.vote-group-header-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.65rem 1rem}.vote-group-header-row .group-name-edit{flex:1 1 180px;min-width:min(100%,10rem)}.vote-header-actions{flex:1 1 220px;justify-content:flex-end;align-items:center}.vote-dots{display:flex;flex-wrap:wrap;gap:5px;align-items:center;min-height:1.35rem;max-width:100%}.vote-dots-empty{font-size:.8rem}.vote-dot{width:9px;height:9px;border-radius:50%;background:var(--primary);flex-shrink:0;box-shadow:0 0 0 1px #d52b1e40}.vote-you-label{font-size:.8rem;white-space:nowrap}.discuss-groups-carousel{margin-top:.25rem}.discuss-carousel-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.discuss-carousel-position{font-weight:600;font-size:.95rem}.discuss-group-slide-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.discuss-group-title{margin:0;font-size:1.125rem;font-weight:600;line-height:1.3}.discuss-group-slide-cards{margin-top:0}.badge{display:inline-block;font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:var(--radius-pill);background:var(--secondary-faint);color:var(--secondary-dark)}.badge-online{background:#10b9812e;color:#047857}.session-people-roster{margin-bottom:1rem}.session-people-roster-heading{margin:0 0 .65rem;font-size:1rem;font-weight:600}.session-people-roster-count{font-weight:400;font-size:.85rem}.session-people-roster-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem 1rem}.session-people-roster-list li{display:inline-flex;align-items:center;gap:.45rem}.session-people-away{font-size:.75rem}.reflect-timer{display:flex;flex-direction:column;align-items:stretch;gap:0;margin-bottom:1.15rem;border:1px solid var(--border);background:var(--surface-elevated)}.reflect-timer-row{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.25rem}.reflect-timer-done-message{margin:.85rem 0 0;padding-top:.85rem;border-top:1px solid var(--border);font-size:.95rem;line-height:1.45;max-width:52ch}.reflect-timer-copy{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1 1 12rem}.reflect-timer-title{font-weight:600;font-size:1rem}.reflect-timer-sub{font-size:.8rem;line-height:1.4;max-width:40ch}.reflect-timer-right{display:flex;flex-direction:row;align-items:center;gap:.65rem;flex-shrink:0}.reflect-timer-digits{font-size:1.75rem;font-weight:700;color:var(--primary-dark);font-variant-numeric:tabular-nums;letter-spacing:.04em}.reflect-timer-done .reflect-timer-digits{color:var(--muted)}.reflect-timer-done{background:var(--surface-muted)}.reflect-timer-done-badge{font-size:.8rem;font-weight:600;color:var(--warning);text-transform:uppercase;letter-spacing:.04em}.wrap-up-stage .wrap-up-intro{line-height:1.55}.wrap-up-rating-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.wrap-up-rate-btn{min-width:3rem;font-weight:600}.wrap-up-chart{margin-top:.25rem}.wrap-up-chart-frame{display:flex;flex-direction:row;align-items:stretch;gap:.35rem;width:100%}.wrap-up-chart-y-axis-label{writing-mode:vertical-rl;transform:rotate(180deg);font-size:.82rem;font-weight:600;color:var(--muted);white-space:nowrap;align-self:center;flex-shrink:0;padding:.35rem 0}.wrap-up-chart-plot{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.wrap-up-chart-plot-row{display:flex;flex-direction:row;gap:.45rem;align-items:stretch;min-height:200px}.wrap-up-chart-y-ticks{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding-right:.35rem;font-size:.78rem;font-variant-numeric:tabular-nums;color:var(--muted);min-width:1.75rem;flex-shrink:0}.wrap-up-chart-y-ticks span{line-height:1}.wrap-up-chart-inner{display:flex;align-items:stretch;gap:.65rem;flex:1;min-width:0}.wrap-up-chart-col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:.35rem;min-width:0;min-height:0}.wrap-up-chart-count{font-size:.8rem;font-weight:700;color:var(--text);min-height:1.2rem}.wrap-up-chart-bar-track{width:100%;flex:1;min-height:120px;display:flex;flex-direction:column;justify-content:flex-end;background:var(--surface-muted);border-radius:var(--radius-sm);border:1px solid var(--border);overflow:hidden}.wrap-up-chart-bar{width:100%;background:linear-gradient(180deg,var(--primary-light),var(--primary));border-radius:var(--radius-sm) var(--radius-sm) 0 0;min-height:4px}.wrap-up-chart-axis-label{font-size:.9rem;font-weight:600;color:var(--muted)}.wrap-up-chart-x-axis-title{margin:0;font-size:.78rem;text-align:center}.wrap-up-final-score{margin-top:1rem;padding:.85rem 1rem;display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem;background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius)}.wrap-up-final-score-label{font-weight:600;font-size:.95rem}.wrap-up-final-score-value{font-size:1.35rem;font-weight:700;color:var(--primary-dark)}.wrap-up-final-score-hint{font-size:.8rem;flex-basis:100%;margin:0}.history-list{list-style:none;padding:0;margin:0}.history-list.card-panel{padding-left:2rem;padding-right:2rem}.history-list li{padding:.85rem 0;border-bottom:1px solid var(--border)}.history-list li:last-child{border-bottom:none}.history-summary-toggle{display:flex;align-items:flex-start;gap:.5rem;width:100%;padding:0;margin:0;border:none;background:transparent;cursor:pointer;text-align:left;font:inherit;color:inherit}.history-summary-toggle:focus-visible{outline:2px solid var(--focus-ring, #6b9eff);outline-offset:2px;border-radius:4px}.history-summary-toggle .history-entry-team{max-width:min(42%,14rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-summary-chevron{flex-shrink:0;margin-top:.15rem;transition:transform .15s ease;color:var(--muted-foreground, #888)}.history-summary-toggle[aria-expanded=true] .history-summary-chevron{transform:rotate(90deg)}.history-summary-body{margin-top:.65rem;padding-left:1.35rem;border-left:2px solid var(--border, #333)}.history-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem;margin-bottom:.25rem;font-size:.9rem}.history-pagination .btn:disabled{opacity:.45;cursor:not-allowed}.ongoing-sessions-table{width:100%;border-collapse:collapse;font-size:.9rem}.ongoing-sessions-table th,.ongoing-sessions-table td{text-align:left;padding:.5rem .65rem;border-bottom:1px solid var(--border);vertical-align:top}.ongoing-sessions-table th{font-weight:600;color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.ongoing-sessions-table tbody tr:last-child td{border-bottom:none}.ongoing-session-link{word-break:break-all}.mono{font-family:var(--mono);font-size:.85em}h1{font-size:1.5rem;font-weight:600;line-height:1.3;letter-spacing:-.02em;color:var(--text)}h2{font-size:1rem;font-weight:600;line-height:1.4;color:var(--text)}input[type=checkbox]{accent-color:var(--primary)}
