:root{--bg-deep:#0f172a;--bg-gradient:linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);--surface:#f8fafc;--surface-dark:#1e293b;--primary:#6366f1;--primary-hover:#4f46e5;--primary-glow:#6366f14d;--accent:#f59e0b;--accent-glow:#f59e0b4d;--success:#10b981;--danger:#ef4444;--text-light:#f1f5f9;--text-dark:#1e293b;--text-muted:#94a3b8;--border:#334155;--bg-input:#f1f5f9;--card-back:#312e81;--retro-accent:#06b6d4;--retro-green:#10b981;--retro-rose:#f43f5e;--retro-blue:#3b82f6;--retro-amber:#f59e0b;--retro-purple:#8b5cf6;--sans:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;font-family:var(--sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box}body{background:var(--bg-deep);color:var(--text-light);margin:0}#root{min-height:100vh}.login-screen{background:var(--bg-gradient);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:var(--surface);text-align:center;border-radius:16px;width:100%;max-width:380px;padding:3rem 2.5rem;box-shadow:0 8px 32px #0000004d}.login-icon{color:var(--primary);margin-bottom:.5rem;font-size:3rem}.login-card h1{color:var(--text-dark);margin:0 0 .25rem;font-size:1.75rem}.login-subtitle{color:var(--text-muted);margin:0 0 2rem;font-size:.95rem}.login-card form{flex-direction:column;gap:1rem;display:flex}.login-card input{border:2px solid var(--border);background:var(--bg-input);color:var(--text-dark);border-radius:8px;outline:none;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.login-card input:focus{border-color:var(--primary)}.login-card button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1rem;font-size:1rem;font-weight:600;transition:background .2s,transform .1s}.login-card button:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.login-card button:disabled{opacity:.5;cursor:not-allowed}.profile-widget{align-items:center;gap:.5rem;display:flex}.profile-avatar{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;display:flex}.profile-name{color:var(--text-light);cursor:pointer;border-radius:4px;padding:.25rem .5rem;font-size:.875rem;transition:background .15s}.profile-name:hover{background:#ffffff1a}.profile-edit-input{border:1px solid var(--primary);color:var(--text-light);background:#ffffff1a;border-radius:4px;outline:none;width:120px;padding:.25rem .5rem;font-size:.875rem}.profile-logout{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.25rem;line-height:1;transition:color .15s}.profile-logout:hover{color:var(--danger)}.home-page{flex-direction:column;justify-content:center;align-items:center;gap:3rem;min-height:calc(100vh - 61px);padding:4rem 1.5rem 3rem;display:flex}.home-hero{text-align:center}.home-hero h1{color:var(--text-light);letter-spacing:-1px;margin:0 0 1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.15}.home-tagline{color:var(--text-muted);max-width:480px;margin:0 auto;font-size:1.1rem;line-height:1.6}.mode-selector{gap:2rem;width:100%;max-width:640px;display:flex}.mode-card{cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;color:inherit;font-family:inherit;font-size:inherit;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:.75rem;padding:2.5rem 2rem;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s;display:flex}.mode-card:hover{transform:translateY(-4px)}.mode-poker:hover{border-color:var(--primary);background:#6366f114;box-shadow:0 8px 30px #6366f140}.mode-retro:hover{border-color:var(--retro-accent);background:#06b6d414;box-shadow:0 8px 30px #06b6d440}.mode-icon{font-size:2.5rem;line-height:1}.mode-card h2{color:var(--text-light);margin:0;font-size:1.35rem;font-weight:700}.mode-card p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.session-actions{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:780px;animation:.25s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.back-to-modes{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:.25rem 0;font-size:.9rem;transition:color .2s}.back-to-modes:hover{color:var(--text-light)}.session-mode-badge{letter-spacing:.02em;border-radius:20px;padding:.4rem 1rem;font-size:1rem;font-weight:600}.session-mode-badge[data-mode=poker]{color:var(--primary);background:#6366f11f;border:1px solid #6366f14d}.session-mode-badge[data-mode=retro]{color:var(--retro-accent);background:#06b6d41f;border:1px solid #06b6d44d}.home-actions{align-items:stretch;gap:2rem;width:100%;display:flex}.action-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;flex:1;gap:.75rem;padding:2rem;display:flex}.action-icon{font-size:2rem}.action-card h2{color:var(--text-light);margin:0;font-size:1.25rem;font-weight:700}.action-card p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.action-card form{flex-direction:column;gap:.5rem;margin-top:.25rem;display:flex}.action-card input{color:var(--text-light);background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;outline:none;padding:.7rem 1rem;font-size:.9rem;transition:border-color .2s}.action-card input::placeholder{color:var(--text-muted)}.action-card input:focus{border-color:var(--primary)}.join-error{color:#f87171;margin:0;font-size:.8rem}.action-divider{color:var(--text-muted);flex-shrink:0;align-self:center;font-size:.875rem;font-weight:500}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:.25rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;transition:background .2s,transform .1s,box-shadow .2s}.btn-primary:hover{background:var(--primary-hover);box-shadow:0 4px 16px var(--primary-glow);transform:translateY(-1px)}.btn-secondary{color:var(--text-light);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;transition:background .2s,transform .1s}.btn-secondary:hover:not(:disabled){background:#ffffff26;transform:translateY(-1px)}.btn-secondary:disabled{opacity:.4;cursor:not-allowed}.home-footer-tip{color:var(--text-muted);font-size:.8rem}.home-footer-tip strong{color:var(--text-light)}@media (width<=640px){.mode-selector,.home-actions{flex-direction:column;gap:1rem}.action-divider{transform:none}}.conn-status{align-items:center;gap:.4rem;font-size:.75rem;font-weight:500;display:inline-flex}.conn-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.status-connecting{color:var(--text-muted)}.status-connecting .conn-dot{animation:1.2s ease-in-out infinite pulse}.status-ready{color:var(--success)}.status-error{color:var(--danger)}@keyframes pulse{0%,to{opacity:.3}50%{opacity:1}}.voting-deck{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:720px;padding:1rem 0;display:flex}.vote-card{width:68px;height:96px;color:var(--text-light);cursor:pointer;background:#ffffff12;border:2px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;transition:transform .15s,background .15s,border-color .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}.vote-card:before{content:"";border-radius:inherit;background:linear-gradient(135deg,#ffffff14 0%,#0000 60%);position:absolute;inset:0}.vote-card:hover:not(:disabled){border-color:var(--primary);background:#6366f133;transform:translateY(-6px)scale(1.04);box-shadow:0 8px 24px #6366f14d}.vote-card.selected{background:var(--primary);border-color:var(--primary);color:#fff;transform:translateY(-8px)scale(1.06);box-shadow:0 12px 28px #6366f180}.vote-card.selected:before{background:linear-gradient(135deg,#fff3 0%,#0000 60%)}.vote-card:disabled{opacity:.4;cursor:not-allowed;transform:none}.card-value{z-index:1;position:relative}.vote-board{flex-direction:column;gap:1.25rem;width:100%;display:flex}.vote-board-header{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.vb-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.09em;font-size:.75rem;font-weight:700}.vb-avg{color:var(--text-muted);font-size:.85rem}.vb-avg strong{color:var(--accent);font-size:1.35rem;font-weight:800}.vote-cards-row{flex-wrap:wrap;gap:1.25rem;display:flex}.vote-slot{flex-direction:column;align-items:center;gap:.55rem;display:flex}.vote-flip-card{perspective:600px;width:76px;height:108px}.vfc-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .5s cubic-bezier(.4,0,.2,1);position:relative;transform:rotateY(0)}.vote-flip-card.flipped .vfc-inner{transform:rotateY(180deg)}.vfc-back,.vfc-front{backface-visibility:hidden;border-radius:9px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.vfc-back{background:var(--card-back);border:2px solid #ffffff14;transform:rotateY(0)}.vfc-back.empty{background:#ffffff0a;border:2px dashed #ffffff1a}.vfc-suit{color:#ffffff59;font-size:2rem}.vfc-empty-dot{color:#ffffff2e;font-size:1.85rem}.vfc-front{background:var(--surface);border:2px solid #0000;transform:rotateY(180deg);box-shadow:0 4px 16px #00000059}.vfc-value{color:var(--text-dark);font-size:1.95rem;font-weight:800}.vote-slot-name{color:var(--text-muted);justify-content:center;align-items:baseline;gap:.25rem;max-width:100px;font-size:.8rem;display:flex}.vote-slot-name.is-me{color:#a5b4fc}.vote-slot-name-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.you-tag{color:#a5b4fc;white-space:nowrap;background:#6366f133;border-radius:3px;flex-shrink:0;padding:0 .35rem;font-size:.68rem}.vb-distribution{align-items:flex-end;gap:.5rem;display:flex}.dist-col{flex-direction:column;align-items:center;gap:3px;display:flex}.dist-bar-wrap{align-items:flex-end;height:48px;display:flex}.dist-bar{background:var(--primary);opacity:.7;border-radius:3px 3px 0 0;width:26px;transition:height .35s}.dist-label{color:var(--text-muted);font-size:.7rem;font-weight:600}.room-page{flex-direction:column;height:calc(100vh - 61px);display:flex;overflow:hidden}.toast{color:var(--text-light);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;white-space:nowrap;background:#1e293bf2;border:1px solid #ffffff1f;border-radius:999px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:500;animation:.25s toastIn;position:fixed;bottom:5rem;left:50%;transform:translate(-50%)}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.room-header{background:#ffffff08;border-bottom:1px solid #ffffff12;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.5rem;display:flex}.room-info{align-items:center;gap:.75rem;display:flex}.back-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.35rem .6rem;font-size:1.2rem;line-height:1;transition:color .15s,background .15s}.back-btn:hover{color:var(--text-light);background:#ffffff14}.room-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;display:block}.room-code{color:var(--text-light);font-family:ui-monospace,monospace;font-size:.9rem;font-weight:700;display:block}.copy-btn{color:#a5b4fc;cursor:pointer;white-space:nowrap;background:#6366f11f;border:1px solid #6366f140;border-radius:8px;padding:.45rem 1rem;font-size:.82rem;font-weight:600;transition:background .2s,color .2s}.copy-btn:hover{color:#fff;background:#6366f138}.room-body{flex:1;display:flex;overflow:hidden}.participants-panel{border-right:1px solid #ffffff12;flex-direction:column;flex-shrink:0;gap:.875rem;width:260px;padding:1.25rem 1rem;display:flex;overflow-y:auto}.participants-panel h3{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin:0;padding:0 .25rem;font-size:.7rem;font-weight:700}.participant-list{flex-direction:column;gap:.35rem;display:flex}.participant-item{background:#ffffff08;border:1px solid #0000;border-radius:8px;align-items:center;gap:.55rem;padding:.5rem .6rem;transition:background .2s,border-color .2s;animation:.25s slideIn;display:flex}@keyframes slideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.participant-item.self{background:#6366f114;border-color:#6366f12e}.participant-item.has-voted{background:#10b9810f}.participant-avatar{color:#fff;letter-spacing:-.5px;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.68rem;font-weight:800;display:flex}.participant-meta{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.participant-name{color:var(--text-light);align-items:baseline;gap:.25rem;min-width:0;font-size:.82rem;font-weight:500;display:flex}.participant-name-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.participant-name em{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:.72rem;font-style:normal}.participant-badges{flex-wrap:wrap;gap:.25rem;display:flex}.participant-actions{flex-shrink:0;align-items:center;gap:.15rem;display:flex}.lead-badge{color:#34d399;text-transform:uppercase;letter-spacing:.06em;background:#10b98133;border-radius:4px;width:fit-content;padding:.1rem .35rem;font-size:.58rem;font-weight:800}.host-badge{color:#a5b4fc;text-transform:uppercase;letter-spacing:.06em;background:#6366f133;border-radius:4px;width:fit-content;padding:.1rem .35rem;font-size:.58rem;font-weight:800}.cohost-badge{color:#fbbf24;text-transform:uppercase;letter-spacing:.06em;background:#f59e0b2e;border-radius:4px;width:fit-content;padding:.1rem .35rem;font-size:.58rem;font-weight:800}.handover-btn{cursor:pointer;color:#ffffff26;background:0 0;border:none;flex-shrink:0;padding:.1rem .2rem;font-size:.9rem;line-height:1;transition:color .15s,transform .15s}.participant-item:hover .handover-btn{color:#6366f199}.handover-btn:hover{transform:translate(2px);color:var(--primary)!important}.cohost-toggle{cursor:pointer;color:#ffffff26;background:0 0;border:none;flex-shrink:0;padding:.1rem .2rem;font-size:.85rem;line-height:1;transition:color .15s,transform .15s}.participant-item:hover .cohost-toggle:not(.active){color:#fbbf2480}.cohost-toggle:hover{transform:scale(1.2);color:#fbbf24!important}.cohost-toggle.active{color:#fbbf24}.vote-indicator{text-align:center;flex-shrink:0;width:18px;font-size:.82rem;font-weight:700;transition:color .2s}.vote-indicator.voted{color:var(--success)}.vote-indicator.waiting{color:var(--text-muted)}.participants-hint{color:var(--text-muted);margin:.5rem .25rem 0;font-size:.75rem;line-height:1.55}.voting-area{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.zone-votes{flex-direction:column;flex:1;gap:1rem;min-height:0;padding:1.5rem 2rem 1.25rem;display:flex;overflow-y:auto}.zone-divider{cursor:ns-resize;-webkit-user-select:none;user-select:none;background:#ffffff08;border-top:1px solid #ffffff12;border-bottom:1px solid #ffffff12;flex-shrink:0;justify-content:center;align-items:center;height:12px;transition:background .15s;display:flex}.zone-divider:after{content:"";background:#ffffff2e;border-radius:2px;width:36px;height:3px;transition:background .15s;box-shadow:0 -4px #ffffff1f,0 4px #ffffff1f}.zone-divider:hover{background:#6366f11a}.zone-divider:hover:after{background:#6366f18c;box-shadow:0 -4px #6366f14d,0 4px #6366f14d}.zone-deck{background:#0000001a;flex-direction:column;flex-shrink:0;align-items:center;gap:.875rem;min-height:130px;padding:1rem 2rem 1.25rem;display:flex;overflow-y:auto}.story-title-input{color:var(--text-light);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;outline:none;width:100%;max-width:560px;padding:.6rem 1rem;font-size:1rem;font-weight:600;transition:border-color .2s,background .2s}.story-title-input::placeholder{color:var(--text-muted);font-weight:400}.story-title-input:focus{border-color:var(--primary);background:#6366f114}.story-title-display{color:var(--text-light);background:#ffffff0a;border-radius:8px;padding:.5rem 1rem;font-size:1rem;font-weight:600}.voting-hint{color:var(--text-muted);margin:0;font-size:.85rem}.voting-placeholder{text-align:center;color:var(--text-muted)}.spinner{border:3px solid #ffffff14;border-top-color:var(--primary);border-radius:50%;width:32px;height:32px;margin:0 auto 1rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.room-footer{background:#00000026;border-top:1px solid #ffffff12;flex-shrink:0;align-items:center;gap:.875rem;padding:.875rem 1.5rem;display:flex}.footer-round-badge{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-right:auto;font-size:.78rem;font-weight:600}.btn-reveal{background:var(--success);color:#fff;cursor:pointer;letter-spacing:.02em;border:none;border-radius:8px;padding:.6rem 1.75rem;font-size:.9rem;font-weight:700;transition:background .2s,transform .1s,box-shadow .2s}.btn-reveal:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 14px #10b98166}.btn-reveal:disabled{opacity:.35;cursor:not-allowed;transform:none}.btn-reset{color:#ef4444;cursor:pointer;background:#ef44441f;border:1px solid #ef44444d;border-radius:8px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .2s,color .2s,box-shadow .2s,transform .1s}.btn-reset:hover:not(:disabled){color:#f87171;background:#ef444438;border-color:#ef444480;transform:translateY(-1px);box-shadow:0 4px 14px #ef444440}.btn-reset:disabled{opacity:.35;cursor:not-allowed}.guest-footer-note{color:var(--text-muted);text-align:center;width:100%;margin:0;font-size:.875rem}.room-overlay{justify-content:center;align-items:center;min-height:calc(100vh - 61px);padding:2rem;display:flex}.room-overlay-card{text-align:center;background:#ffffff0a;border:1px solid #ffffff17;border-radius:20px;max-width:420px;padding:3rem 2.5rem}.overlay-icon{margin-bottom:1rem;font-size:2.75rem}.room-overlay-card h2{color:var(--text-light);margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.room-overlay-card p{color:var(--text-muted);margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}@media (width<=640px){.participants-panel{width:130px;padding:1rem .625rem}.participant-name em{display:none}.zone-votes,.zone-deck{padding:1rem}.room-footer{flex-wrap:wrap;justify-content:center;padding:.75rem 1rem}.footer-round-badge{text-align:center;width:100%;margin-right:0}}.retro-card{background:#ffffff0f;border-left:3px solid;border-radius:8px;padding:.75rem .85rem;transition:transform .15s,box-shadow .15s;animation:.2s cardAppear;position:relative}@keyframes cardAppear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.retro-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000040}.retro-card--hidden{background:#ffffff0a;justify-content:center;align-items:center;min-height:60px;display:flex}.retro-card__hidden-icon{color:var(--text-muted);opacity:.5;font-size:1.25rem}.retro-card__actions{opacity:0;gap:2px;transition:opacity .15s;display:flex;position:absolute;top:4px;right:4px}.retro-card:hover .retro-card__actions{opacity:1}.retro-card__action-btn{color:var(--text-muted);cursor:pointer;background:#ffffff1a;border:none;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;transition:background .15s,color .15s;display:flex}.retro-card__action-btn:hover{color:var(--text-light);background:#ffffff2e}.retro-card__action-btn--delete:hover{color:#f87171;background:#ef444440}.retro-card__text{color:var(--text-light);word-break:break-word;white-space:pre-wrap;margin:0;font-size:.85rem;line-height:1.5}.retro-card__edit-input{width:100%;color:var(--text-light);resize:vertical;background:#ffffff14;border:1px solid #ffffff26;border-radius:6px;outline:none;padding:.5rem;font-family:inherit;font-size:.85rem;line-height:1.5}.retro-card__edit-input:focus{border-color:var(--primary)}.retro-card__footer{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.retro-card__author{color:var(--text-muted);font-size:.7rem}.retro-card__vote-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:3px;padding:2px 6px;font-size:.75rem;transition:background .15s,color .15s,transform .1s;display:flex}.retro-card__vote-btn:hover{background:#ffffff1a}.retro-card__vote-btn--active{font-weight:700}.retro-card__vote-count{font-size:.75rem}.retro-column{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;flex:1;min-width:280px;max-width:380px;display:flex;overflow:hidden}.retro-column__header{background:#ffffff08;border-top:3px solid;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.retro-column__icon{align-items:center;font-size:1rem;line-height:1;display:flex}.retro-column__title{color:var(--text-light);letter-spacing:.01em;flex:1;margin:0;font-size:.85rem;font-weight:700}.retro-column__count{color:var(--text-muted);background:#ffffff14;border-radius:10px;padding:2px 8px;font-size:.7rem;font-weight:600}.retro-column__cards{flex-direction:column;flex:1;gap:.5rem;padding:.75rem;display:flex;overflow-y:auto}.retro-column__empty{color:var(--text-muted);text-align:center;opacity:.6;margin:1.5rem 0;font-size:.8rem}.retro-column__add{border-top:1px solid #ffffff0f;padding:.75rem}.retro-column__add-btn{cursor:pointer;background:0 0;border:1px dashed #ffffff26;border-radius:8px;width:100%;padding:.6rem;font-size:.8rem;font-weight:600;transition:background .15s,border-color .15s}.retro-column__add-btn:hover{background:#ffffff0d;border-color:#ffffff40}.retro-column__add-form{flex-direction:column;gap:.5rem;display:flex}.retro-column__add-input{width:100%;color:var(--text-light);resize:none;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;outline:none;padding:.6rem;font-family:inherit;font-size:.85rem;line-height:1.5}.retro-column__add-input:focus{border-color:var(--primary)}.retro-column__add-input::placeholder{color:var(--text-muted)}.retro-column__add-actions{gap:.5rem;display:flex}.retro-column__add-submit{color:#fff;cursor:pointer;border:none;border-radius:6px;flex:1;padding:.45rem;font-size:.8rem;font-weight:600;transition:opacity .15s}.retro-column__add-submit:hover:not(:disabled){opacity:.85}.retro-column__add-submit:disabled{opacity:.4;cursor:not-allowed}.retro-column__add-cancel{color:var(--text-muted);cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:6px;padding:.45rem .75rem;font-size:.8rem;transition:background .15s}.retro-column__add-cancel:hover{background:#ffffff1f}.retro-controls{flex-wrap:wrap;align-items:center;gap:1.25rem;width:100%;display:flex}.retro-controls__section{align-items:center;gap:.5rem;display:flex}.retro-controls__label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);flex-shrink:0;font-size:.65rem;font-weight:700}.retro-controls__chips{flex-wrap:wrap;gap:.35rem;display:flex}.retro-controls__chip{white-space:nowrap;border-radius:12px;align-items:center;gap:.3rem;padding:3px 8px;font-size:.65rem;font-weight:600;display:inline-flex}.retro-controls__chip--active{background:#ffffff0f;border:1px solid}.retro-controls__chip--inactive{color:var(--text-muted);cursor:pointer;background:0 0;border:1px dashed #ffffff26;transition:background .15s,border-color .15s}.retro-controls__chip--inactive:hover{color:var(--text-light);background:#ffffff0f;border-color:#ffffff4d}.retro-controls__chip-remove{color:inherit;cursor:pointer;opacity:.6;background:0 0;border:none;padding:0;font-size:.75rem;line-height:1;transition:opacity .15s}.retro-controls__chip-remove:hover{opacity:1}.retro-controls__toggles{gap:.75rem}.retro-controls__toggle{cursor:pointer;align-items:center;gap:.35rem;display:flex}.retro-controls__toggle input[type=checkbox]{appearance:none;cursor:pointer;background:#ffffff1f;border-radius:8px;flex-shrink:0;width:28px;height:16px;transition:background .2s;position:relative}.retro-controls__toggle input[type=checkbox]:after{content:"";background:var(--text-muted);border-radius:50%;width:12px;height:12px;transition:transform .2s,background .2s;position:absolute;top:2px;left:2px}.retro-controls__toggle input[type=checkbox]:checked{background:var(--primary)}.retro-controls__toggle input[type=checkbox]:checked:after{background:#fff;transform:translate(12px)}.retro-controls__toggle-label{color:var(--text-muted);white-space:nowrap;font-size:.7rem;font-weight:600}.retro-controls__reveal-btn{background:var(--success);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;padding:.4rem 1rem;font-size:.8rem;font-weight:700;transition:background .2s,transform .1s,box-shadow .2s}.retro-controls__reveal-btn:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 14px #10b98166}@media (width<=640px){.retro-controls{flex-direction:column;align-items:flex-start;gap:.75rem}}.retro-timer{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.retro-timer__display{color:var(--text-light);font-variant-numeric:tabular-nums;text-align:center;min-width:48px;font-size:1rem;font-weight:700}.retro-timer__display--expired{color:var(--danger);animation:1s infinite timerPulse}@keyframes timerPulse{0%,to{opacity:1}50%{opacity:.5}}.retro-timer__stop{color:#ef4444;cursor:pointer;background:#ef444426;border:1px solid #ef44444d;border-radius:6px;padding:.25rem .6rem;font-size:.7rem;font-weight:600;transition:background .15s}.retro-timer__stop:hover{background:#ef444440}.retro-timer__presets{gap:.3rem;display:flex}.retro-timer__preset{color:var(--text-muted);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;padding:.25rem .5rem;font-size:.7rem;font-weight:600;transition:background .15s,color .15s}.retro-timer__preset:hover{color:var(--text-light);background:#ffffff1f}.retro-page{flex-direction:column;height:calc(100vh - 61px);display:flex;overflow:hidden}.retro-toast{color:var(--text-light);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;white-space:nowrap;background:#1e293bf2;border:1px solid #ffffff1f;border-radius:999px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:500;animation:.25s toastIn;position:fixed;bottom:5rem;left:50%;transform:translate(-50%)}.retro-header{background:#ffffff08;border-bottom:1px solid #ffffff12;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.5rem;display:flex}.retro-info{align-items:center;gap:.75rem;display:flex}.retro-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.6rem;display:block}.retro-code{color:var(--text-light);letter-spacing:-.5px;font-size:1rem;font-weight:700}.retro-header .back-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.35rem .6rem;font-size:1.2rem;line-height:1;transition:color .15s,background .15s}.retro-header .back-btn:hover{color:var(--text-light);background:#ffffff14}.retro-header .copy-btn{color:var(--text-light);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;padding:.45rem 1rem;font-size:.8rem;font-weight:600;transition:background .2s}.retro-header .copy-btn:hover{background:#ffffff1f}.retro-body{flex:1;display:flex;overflow:hidden}.retro-participants{border-right:1px solid #ffffff14;flex-shrink:0;width:260px;padding:1rem;overflow-y:auto}.retro-participants h3{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin:0 0 .75rem;font-size:.7rem;font-weight:700}.retro-participant-list{flex-direction:column;gap:.35rem;display:flex}.retro-participant{background:#ffffff08;border:1px solid #0000;border-radius:8px;align-items:center;gap:.6rem;padding:.45rem .5rem;transition:background .2s,border-color .2s;animation:.25s slideIn;display:flex}.retro-participant.self{background:#6366f114;border-color:#6366f12e}.retro-participant-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.65rem;font-weight:700;display:flex}.retro-participant-meta{flex:1;min-width:0}.retro-participant-name{color:var(--text-light);align-items:baseline;gap:.3rem;font-size:.8rem;display:flex}.retro-participant-name-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.retro-participant-name em{color:var(--text-muted);flex-shrink:0;font-size:.65rem}.retro-participant-badges{gap:.25rem;margin-top:2px;display:flex}.retro-participant-badges .lead-badge,.retro-participant-badges .host-badge,.retro-participant-badges .cohost-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:3px;padding:1px 5px;font-size:.55rem;font-weight:700}.retro-participant-badges .lead-badge{color:#34d399;background:#10b98133}.retro-participant-badges .host-badge{color:#a5b4fc;background:#6366f133}.retro-participant-badges .cohost-badge{color:#fbbf24;background:#f59e0b2e}.retro-participant-card-count{color:var(--text-muted);background:#ffffff0f;border-radius:8px;flex-shrink:0;padding:2px 7px;font-size:.7rem;font-weight:600}.retro-participants-hint{color:var(--text-muted);margin:.75rem 0 0;font-size:.75rem;line-height:1.5}.retro-board{flex:1;padding:1rem;overflow:auto}.retro-columns{gap:1rem;height:100%;display:flex}.retro-loading{height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.retro-loading .spinner{border:3px solid #ffffff1a;border-top-color:var(--primary);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}.retro-footer{border-top:1px solid #ffffff14;flex-shrink:0;align-items:center;padding:.6rem 1.25rem;display:flex}.retro-host-controls{align-items:center;gap:1rem;width:100%;display:flex}.retro-footer-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-right:auto;font-size:.7rem;font-weight:700}.retro-guest-note{color:var(--text-muted);text-align:center;width:100%;margin:0;font-size:.85rem}.retro-overlay{justify-content:center;align-items:center;min-height:calc(100vh - 61px);padding:2rem;display:flex}.retro-overlay-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;max-width:400px;padding:3rem 2.5rem}.retro-overlay-icon{margin-bottom:1rem;font-size:3rem}.retro-overlay-card h2{color:var(--text-light);margin:0 0 .75rem}.retro-overlay-card p{color:var(--text-muted);margin:0 0 1.5rem;line-height:1.5}@media (width<=640px){.retro-participants{width:60px;padding:.5rem}.retro-participant-meta,.retro-participant-card-count,.retro-participants h3{display:none}.retro-columns{scroll-snap-type:x mandatory;flex-direction:row;overflow-x:auto}.retro-column{scroll-snap-align:start;min-width:85vw}}.app-shell{background:var(--bg-gradient);flex-direction:column;min-height:100vh;display:flex}.app-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.app-logo{color:var(--text-light);letter-spacing:-.5px;font-size:1.25rem;font-weight:700;text-decoration:none}.app-logo:hover{color:var(--text-light);opacity:.85}.app-main{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.welcome-message{text-align:center}.welcome-message h2{color:var(--text-light);margin:0 0 .5rem;font-size:1.5rem}.welcome-message p{color:var(--text-muted);margin:0}
