*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#818cf8;--color-primary-hover:#6366f1;--color-secondary:#94a3b8;--color-bg:#0f172a;--color-surface:#1e293b;--color-border:#334155;--color-text:#f1f5f9;--color-text-muted:#94a3b8;--color-day-name:#fff;--color-success:#34d399;--color-voted:#818cf8;--color-today:#451a03;--color-voted-bg:#312e81;--color-voted-today-bg:#3730a3;--color-btn-secondary-hover:#1e1b4b;--color-error:#f87171;--color-badge-bg:#d97706;--radius:12px;--shadow:0 1px 3px #0006, 0 1px 2px #0000004d;--shadow-lg:0 10px 15px -3px #00000080, 0 4px 6px -2px #0000004d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}html.light{--color-primary:#4f46e5;--color-primary-hover:#4338ca;--color-secondary:#6b7280;--color-bg:#f9fafb;--color-surface:#fff;--color-border:#e5e7eb;--color-text:#111827;--color-text-muted:#6b7280;--color-day-name:#111827;--color-success:#10b981;--color-voted:#4f46e5;--color-today:#fef3c7;--color-voted-bg:#ede9fe;--color-voted-today-bg:#ddd6fe;--color-btn-secondary-hover:#ede9fe;--color-error:#dc2626;--color-badge-bg:#f59e0b;--shadow:0 1px 3px #0000001a, 0 1px 2px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d}body{background:var(--color-bg);color:var(--color-text)}.btn-primary{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--color-surface);color:var(--color-primary);border:1.5px solid var(--color-primary);cursor:pointer;border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.btn-secondary:hover:not(:disabled){background:var(--color-btn-secondary-hover)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.theme-toggle{background:var(--color-surface);border:1.5px solid var(--color-border);cursor:pointer;border-radius:8px;flex-shrink:0;padding:6px 10px;font-size:1.1rem;line-height:1;transition:background .15s}.theme-toggle:hover{background:var(--color-border)}.form-label{margin-bottom:6px;font-size:.95rem;font-weight:600;display:block}.form-input{background:var(--color-surface);width:100%;color:var(--color-text);border:1.5px solid var(--color-border);border-radius:8px;outline:none;padding:10px 12px;font-size:1rem;transition:border-color .15s}.form-input:focus{border-color:var(--color-primary)}.form-input::placeholder{color:var(--color-text-muted)}.form-error{color:var(--color-error);margin-top:4px;font-size:.875rem}.home-page{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative}.home-page__toggle{position:absolute;top:16px;right:16px}.home-card{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);text-align:center;width:100%;max-width:440px;padding:48px 40px}.app-title{color:var(--color-primary);margin-bottom:8px;font-size:2.5rem;font-weight:800}.app-subtitle{color:var(--color-text-muted);margin-bottom:32px}.create-form{text-align:left;flex-direction:column;gap:16px;display:flex}.modal-overlay{z-index:100;background:#0009;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-card{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);width:100%;max-width:420px;padding:40px}.modal-title{margin-bottom:8px;font-size:1.5rem;font-weight:700}.modal-subtitle{color:var(--color-text-muted);margin-bottom:24px}.room-page{flex-direction:column;min-height:100vh;display:flex}.room-header{background:var(--color-surface);border-bottom:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;display:flex}.room-title{color:var(--color-primary);font-size:1.5rem;font-weight:800}.room-subtitle{color:var(--color-text-muted);margin-top:2px;font-size:.9rem}.room-header__actions{align-items:center;gap:8px;display:flex}.invite-btn{white-space:nowrap}.room-body{flex:1;gap:0;display:flex}.room-main{flex-direction:column;flex:1;gap:24px;padding:24px;display:flex}.week-calendar{grid-template-columns:repeat(7,1fr);gap:12px;display:grid}@media (width<=900px){.week-calendar{grid-template-columns:repeat(4,1fr)}}@media (width<=600px){.week-calendar{grid-template-columns:repeat(2,1fr)}}.day-card{background:var(--color-surface);border:2px solid var(--color-border);border-radius:var(--radius);cursor:pointer;text-align:center;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.day-card:disabled{cursor:wait}.day-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow)}.day-card--voted{background:var(--color-voted-bg);border-color:var(--color-voted)}.day-card--today{background:var(--color-today)}.day-card--voted.day-card--today{background:var(--color-voted-today-bg)}.day-card__header{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;display:flex}.day-card__name{color:var(--color-day-name);font-size:.95rem;font-weight:700}.day-card__today-badge{background:var(--color-badge-bg);color:#fff;border-radius:4px;padding:1px 6px;font-size:.7rem;font-weight:700}.day-card__date{color:var(--color-text-muted);font-size:.78rem}.day-card__votes{flex-direction:column;align-items:center;display:flex}.day-card__vote-count{color:var(--color-primary);font-size:2rem;font-weight:800;line-height:1}.day-card__vote-label{color:var(--color-text-muted);font-size:.75rem}.day-card__vote-total{color:var(--color-text-muted);font-size:.7rem}.day-card__status{color:var(--color-text-muted);align-items:center;gap:6px;font-size:.8rem;font-weight:600;display:inline-flex}.day-card__status-spinner{border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:12px;height:12px;animation:.8s linear infinite spin}.day-card--voted .day-card__status{color:var(--color-voted)}.day-card--saving .day-card__status{color:var(--color-primary)}.user-list{background:var(--color-surface);border-left:1px solid var(--color-border);flex-shrink:0;width:220px;padding:24px 16px}@media (width<=700px){.room-body{flex-direction:column}.user-list{border-left:none;border-top:1px solid var(--color-border);width:100%}}.user-list-title{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:.8rem;font-weight:700}.user-list-items{flex-direction:column;gap:8px;list-style:none;display:flex}.user-list-item{align-items:center;gap:10px;display:flex}.user-avatar{background:var(--color-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex}.current-user .user-avatar{background:var(--color-success)}.user-name{font-size:.9rem;font-weight:500}.you-badge{color:var(--color-text-muted);font-size:.85em;font-weight:400}.settings-panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:20px}.settings-title{margin-bottom:12px;font-size:1rem;font-weight:700}.settings-hint{color:var(--color-text-muted);font-size:.85em;font-weight:400}.settings-form{flex-direction:column;gap:12px;display:flex}.settings-row{align-items:center;gap:10px;display:flex}.settings-actions{gap:8px;display:flex}.settings-input{max-width:160px}.loading-screen,.error-screen{min-height:100vh;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.spinner{border:4px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
