.app{display:flex;flex-direction:column;min-height:100vh}.join-container{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:2rem}.logo{margin-bottom:2rem;text-align:center}.logo-icon{display:block;font-size:4rem;margin-bottom:.5rem}.logo h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e94560,#ff6b6b);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700}.join-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;max-width:400px;padding:2.5rem;width:100%}.join-card h2{font-size:1.5rem;margin-bottom:.5rem}.subtitle{color:#888;margin-bottom:1.5rem}.join-card input{background:#0003;border:2px solid #ffffff1a;border-radius:8px;color:#fff;font-size:1rem;margin-bottom:1rem;padding:1rem;transition:border-color .2s;width:100%}.join-card input:focus{border-color:#e94560;outline:none}.join-card input::placeholder{color:#666}.join-card button{background:linear-gradient(135deg,#e94560,#ff6b6b);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:transform .2s,box-shadow .2s;width:100%}.join-card button:hover:not(:disabled){box-shadow:0 4px 20px #e9456066;transform:translateY(-2px)}.join-card button:disabled{cursor:not-allowed;opacity:.5}.info-text{color:#666;font-size:.875rem;margin-top:2rem}.error-message{background:#e9456033;border:1px solid #e94560;border-radius:8px;color:#ff6b6b;font-size:.875rem;margin-top:1rem;padding:.75rem}.header{background:#0000004d;border-bottom:1px solid #ffffff1a;justify-content:space-between;padding:1rem 2rem}.header,.header-left{align-items:center;display:flex}.header-left{gap:.75rem}.logo-small{font-size:1.5rem}.header-left h1{color:#e94560;font-size:1.25rem;font-weight:600}.header-right{align-items:center;display:flex;font-size:.875rem;gap:1.5rem}.user-count{color:#888}.connection-status{align-items:center;display:flex;gap:.5rem}.notification{animation:slideDown .3s ease;background:#2ed573e6}.error-banner,.notification{border-radius:8px;color:#fff;font-weight:500;left:50%;padding:.75rem 1.5rem;position:fixed;top:1rem;transform:translateX(-50%);z-index:1000}.error-banner{background:#e94560e6}@keyframes slideDown{0%{opacity:0;transform:translateX(-50%) translateY(-20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.main-content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.story-section{margin-bottom:2rem}.story-display{margin-bottom:1.5rem;text-align:center}.story-label{color:#888;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase}.story-title{color:#fff;font-size:1.75rem;font-weight:600;margin-top:.5rem}.story-placeholder{color:#666;font-style:italic}.story-controls{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.story-input{background:#0003;border:2px solid #ffffff1a;border-radius:8px;color:#fff;font-size:.875rem;min-width:250px;padding:.75rem 1rem}.story-input:focus{border-color:#e94560;outline:none}.btn-primary{background:linear-gradient(135deg,#e94560,#ff6b6b);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:transform .2s,box-shadow .2s}.btn-primary:hover{box-shadow:0 4px 20px #e9456066;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:border-color .2s,background .2s}.btn-secondary:hover{background:#e945601a;border-color:#e94560}.voting-section{margin-bottom:2rem}.voting-section h3{color:#888;font-weight:500;margin-bottom:1rem;text-align:center}.voting-cards{flex-wrap:wrap;gap:.75rem}.vote-card,.voting-cards{display:flex;justify-content:center}.vote-card{align-items:center;background:#ffffff0d;border:2px solid #fff3;border-radius:12px;cursor:pointer;height:100px;transition:all .2s;width:70px}.vote-card:hover:not(.disabled){border-color:#e94560;box-shadow:0 8px 20px #0000004d;transform:translateY(-4px)}.vote-card.selected{background:linear-gradient(135deg,#e945604d,#ff6b6b4d);border-color:#e94560;box-shadow:0 0 20px #e945604d}.vote-card.disabled{cursor:not-allowed;opacity:.5}.vote-value{color:#fff;font-size:1.75rem;font-weight:700}.participants-section{margin-bottom:2rem}.participants-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}.participants-header h3{font-weight:600}.admin-controls{display:flex;gap:.5rem}.btn-reveal{background:linear-gradient(135deg,#2ed573,#26de81);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:transform .2s}.btn-reveal:hover:not(:disabled){transform:translateY(-2px)}.btn-reveal:disabled{cursor:not-allowed;opacity:.5}.btn-reset{background:#0000;border:2px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:border-color .2s}.btn-reset:hover{border-color:#ff6b6b}.all-voted-banner{background:#2ed57333;border:1px solid #2ed573;border-radius:8px;color:#2ed573;margin-bottom:1rem;padding:.75rem;text-align:center}.participants-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.participant-card{align-items:center;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:12px;display:flex;justify-content:space-between;padding:1rem;transition:border-color .2s}.participant-card.is-me{background:#e945601a;border-color:#e9456080}.participant-card.has-voted{border-color:#2ed57380}.participant-info{display:flex;flex-direction:column;gap:.25rem}.participant-name{align-items:center;display:flex;flex-wrap:wrap;font-weight:600;gap:.5rem}.admin-badge{background:linear-gradient(135deg,#f39c12,#f1c40f);color:#000}.admin-badge,.me-badge{border-radius:4px;font-size:.625rem;font-weight:700;padding:.125rem .375rem;text-transform:uppercase}.me-badge{background:#e94560;color:#fff}.btn-make-admin{background:#0000;border:1px solid #f39c1280;border-radius:4px;color:#f39c12;cursor:pointer;font-size:.7rem;margin-top:.5rem;padding:.25rem .5rem;transition:all .2s}.btn-make-admin:hover{background:#f39c1233;border-color:#f39c12}.participant-vote{align-items:center;background:#0003;border-radius:8px;display:flex;font-size:1.25rem;height:50px;justify-content:center;min-width:50px}.vote-status{color:#888}.participant-vote.revealed .vote-display{color:#2ed573;font-weight:700}.stats-section{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:2rem}.stats-section h3{font-weight:600;margin-bottom:1.5rem;text-align:center}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin:0 auto;max-width:600px}.stat-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1.25rem;text-align:center}.stat-label{color:#888;display:block;font-size:.75rem;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}.stat-value{color:#2ed573;font-size:1.5rem;font-weight:700}@media (max-width:768px){.header{flex-direction:column;gap:.75rem}.header,.main-content{padding:1rem}.vote-card{height:80px;width:55px}.vote-value{font-size:1.25rem}.story-controls{align-items:stretch;flex-direction:column}.story-input{min-width:auto}.participants-grid{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:#e8e8e8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root,body{min-height:100vh}
/*# sourceMappingURL=main.e0f5f51a.css.map*/