:root{--bg: #0a0e13;--bg-elevated: #11151b;--surface: #1b2027;--surface-hover: #242a32;--border: #333a42;--border-strong: #4a4038;--gold: #c8aa6e;--gold-strong: #c89b3c;--gold-bright: #f0e6d2;--red: #8b1e2f;--red-strong: #c41e3a;--red-bright: #ff4d5e;--team-red: #ff5c5c;--team-blue: #4fc3f7;--text: #ece4d3;--text-muted: #a49b89;--text-faint: #6b6459}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(196,30,58,.12),transparent),radial-gradient(ellipse 60% 40% at 100% 100%,rgba(200,170,110,.06),transparent),var(--bg);background-attachment:fixed;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Yu Gothic,Segoe UI,sans-serif}h1,h2,h3,h4{margin:0;color:var(--gold-bright);font-family:Yu Mincho,Hiragino Mincho ProN,Georgia,serif;letter-spacing:.04em;font-weight:600}p{color:var(--text)}a{color:var(--gold)}button{font-family:inherit;background:var(--surface);color:var(--text);border:1px solid var(--border-strong);border-radius:6px;padding:.6rem 1.4rem;font-size:.95rem;cursor:pointer;transition:border-color .15s ease,color .15s ease,box-shadow .15s ease,background-color .15s ease}button:hover:not(:disabled){border-color:var(--gold);color:var(--gold-bright);box-shadow:0 0 0 1px var(--gold) inset}button:active:not(:disabled){background:var(--surface-hover)}button:disabled{opacity:.4;cursor:not-allowed}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--gold);outline-offset:2px}input[type=text],select{font-family:inherit;background:var(--bg-elevated);color:var(--text);border:1px solid var(--border-strong);border-radius:6px;padding:.55rem .7rem;font-size:.95rem}input[type=text]:focus,select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 2px #c8aa6e40}input[type=text]::placeholder{color:var(--text-faint)}input[type=checkbox]{accent-color:var(--gold-strong);width:1rem;height:1rem}label{color:var(--text-muted);font-size:.9rem}::selection{background:#c8aa6e59}.quest-bulk-checkbox{width:1.15rem;height:1.15rem;accent-color:var(--red-bright);cursor:pointer;flex-shrink:0}.quest-category-chevron{display:inline-block;color:var(--gold);transition:transform .15s ease;margin-left:auto}details:not([open])>summary .quest-category-chevron{transform:rotate(-90deg)}.quest-category-card{border:1px solid var(--border);border-radius:8px;padding:.6rem .75rem;background:var(--bg-elevated)}.quest-category-card>summary{list-style:none}.quest-category-card>summary::-webkit-details-marker{display:none}.truncate-tooltip{position:relative}.truncate-tooltip .truncate-tooltip-content{visibility:hidden;opacity:0;position:absolute;left:0;top:100%;margin-top:.3rem;background:var(--surface-hover);border:1px solid var(--gold-strong);border-radius:6px;padding:.4rem .6rem;white-space:normal;width:max-content;max-width:260px;font-size:.8rem;color:var(--text);box-shadow:0 4px 16px -4px #0009;z-index:20;transition:opacity .15s ease}.truncate-tooltip:hover .truncate-tooltip-content,.truncate-tooltip:focus .truncate-tooltip-content,.truncate-tooltip:focus-within .truncate-tooltip-content{visibility:visible;opacity:1}.page-shell{padding:3rem 1.5rem}.lobby-layout{padding:2rem 1.5rem}.result-teams{display:flex;gap:1.25rem}.result-team-block{flex:1;min-width:0;display:flex;flex-direction:column;gap:.75rem}@media (max-width: 768px){.page-shell{padding:1.75rem 1rem}.lobby-layout{padding:1.5rem 1rem}.result-teams{flex-direction:column;gap:1.5rem}button{padding:.75rem 1.4rem;min-height:44px}input[type=text],select{padding:.65rem .75rem;min-height:44px}input[type=checkbox]{width:1.2rem;height:1.2rem}.truncate-tooltip .truncate-tooltip-content{max-width:200px}}
