﻿:root{color-scheme:light;--navy:#172c40;--paper:#f7f8fa;--ink:#23384b;--muted:#586b7b;--blue:#245d91;--line:#ccd5df;--gold:#d8bd7f;font-family:Calibri,'Segoe UI',sans-serif;color:var(--ink);background:var(--navy)}*{box-sizing:border-box}body{margin:0}header{max-width:1060px;margin:auto;padding:23px 24px;display:flex;justify-content:space-between;gap:18px;color:#cbd7e3;align-items:center;font-size:14px}.brand{font-family:Georgia,serif;font-size:21px;color:white;text-decoration:none}main{max-width:1000px;margin:8px auto 70px;background:var(--paper);border-radius:8px;min-height:65vh;padding:38px}h1,h2,h3{font-family:Georgia,serif;font-weight:400;line-height:1.18}h1{font-size:clamp(36px,7vw,64px);margin:18px 0}h2{font-size:29px;margin:24px 0 16px}h3{font-size:21px;margin:20px 0 9px}p{line-height:1.6;max-width:68ch;white-space:pre-line}button,input,select,textarea{font:inherit}button,.button{background:var(--blue);color:white;border:0;border-radius:6px;padding:14px 20px;min-height:48px;cursor:pointer;font-weight:600;text-decoration:none;display:inline-block}button:hover{background:#1a476f}button:disabled{opacity:.5;cursor:default}button.secondary{background:#e1e8ef;color:var(--ink)}button.danger{background:#7a3947}input,select,textarea{display:block;width:100%;border:1px solid #9eaebc;border-radius:5px;background:white;color:var(--ink);padding:13px;margin:7px 0 18px;min-height:48px}textarea{min-height:86px;resize:vertical}label{display:block;margin-top:12px;font-weight:600}form{max-width:520px}small,.muted{color:var(--muted)}.hero{display:grid;grid-template-columns:1.2fr 1fr;gap:38px;align-items:center}.hero-art{height:330px;background:#223e55;border-radius:50% 50% 8px 8px;display:grid;place-items:center;position:relative;overflow:hidden}.plate{width:190px;height:190px;border:2px solid #9eb0bf;border-radius:50%;box-shadow:0 0 0 13px #223e55,0 0 0 14px #6c8497;display:grid;place-items:center;color:var(--gold);font-family:Georgia,serif;font-size:80px}.hero-art:after{content:'';height:200px;width:3px;background:var(--gold);position:absolute;right:27px;transform:rotate(12deg)}.meta{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0}.meta span,.pill{padding:7px 11px;border-radius:5px;background:#e3e9ee;font-size:14px}.toolbar{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.players{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.players li{padding:13px 15px;background:#e9eef3;border-radius:5px;display:flex;justify-content:space-between;gap:8px}.online{color:#216343}.offline{color:#65717d}.round{border-left:4px solid var(--blue);padding:5px 20px;background:#e9eff5;margin:24px 0}.round h2{margin-top:13px}.tabs{display:flex;gap:6px;overflow-x:auto;padding:5px 0 16px;border-bottom:1px solid var(--line)}.tabs button{white-space:nowrap;background:transparent;color:var(--ink)}.tabs button[aria-selected=true]{background:var(--navy);color:white}.block{padding:12px 0 20px;border-bottom:1px solid var(--line)}.locked{color:var(--muted);background:#edf0f3;padding:15px;margin:16px 0;border-radius:5px}.clue{padding:4px 20px 16px;border-left:3px solid #b29455;margin:22px 0;background:white}.private{padding:15px 20px;background:#e7edf4;border-radius:6px}.empty{padding:25px 0;color:var(--muted)}#notice{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:#713442;color:white;padding:16px 22px;border-radius:8px;max-width:calc(100% - 30px);width:max-content;z-index:10}dialog{border:0;border-radius:9px;max-width:720px;width:calc(100% - 32px);max-height:85vh;padding:28px}dialog::backdrop{background:#061625bd}details{padding:14px 0;border-bottom:1px solid var(--line)}summary{cursor:pointer;line-height:1.5}a{color:var(--blue)}:focus-visible{outline:3px solid #b08937;outline-offset:4px}.link-field{max-width:520px}.ending{border-top:5px solid #b29455;padding-top:10px}ol{padding-left:23px;line-height:1.7}@media(max-width:650px){header{padding:18px 16px;align-items:flex-start}header #connection{max-width:125px;text-align:right;font-size:12px}main{margin:0 10px 30px;padding:24px 18px;min-height:80vh}.hero{grid-template-columns:1fr;gap:12px}.hero-art{height:170px;order:-1;border-radius:60px 60px 5px 5px}.plate{width:112px;height:112px;font-size:48px}.hero-art:after{height:115px;right:55px}.players{grid-template-columns:1fr}.toolbar button{flex:1}h1{font-size:40px}.tabs button{padding:12px}button{touch-action:manipulation}}
:root{--surface:#e9eef3;--field:#fff;--soft:#e3e9ee;--round-bg:#e9eff5;--focus:#9a701b;--selected:#dceaf7;--primary-text:#fff}
.header-tools{display:flex;align-items:center;gap:16px}#theme-toggle{font-size:14px;padding:10px 13px;background:#2c465e;white-space:nowrap;min-height:44px}.catalog-intro{max-width:730px;margin-bottom:36px}.catalog-intro h1{font-size:clamp(34px,5.6vw,56px)}.catalog-form{max-width:none}fieldset{padding:0;border:0;margin:0 0 30px;min-width:0}legend{font-family:Georgia,serif;font-size:26px;margin-bottom:8px}.count-field p{margin-top:4px}.count-options{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;max-width:540px}.count-options label{position:relative;margin:0;cursor:pointer}.count-options input{position:absolute;opacity:0;width:1px;height:1px;min-height:0;margin:0}.count-options span{display:grid;place-items:center;border:1px solid var(--line);border-radius:6px;min-height:52px;font-size:21px;background:var(--surface)}.count-options input:checked+span{background:var(--blue);color:var(--primary-text);border-color:var(--blue)}.count-options input:focus-visible+span{outline:3px solid var(--focus);outline-offset:3px}#scenario-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.scenario-card{border:1px solid var(--line);border-radius:8px;padding:18px;margin:0;cursor:pointer;display:flex;align-items:flex-start;gap:10px;background:var(--field);font-weight:400}.scenario-card:has(input:checked){border:2px solid var(--blue);padding:17px;background:var(--selected)}.scenario-card input{width:18px;min-width:18px;height:18px;min-height:0;margin:3px 0 0;accent-color:var(--blue)}.scenario-copy{display:flex;flex-direction:column;gap:12px;height:100%}.scenario-title{font-family:Georgia,serif;font-size:25px;line-height:1.18}.scenario-genre,.scenario-duration{font-size:13px;color:var(--muted)}.scenario-description{font-size:16px;line-height:1.5}.scenario-duration{margin-top:auto;padding-top:6px}.create-bar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;border-top:1px solid var(--line)}.create-bar p{margin:0}.create-bar button{flex-shrink:0}input,select,textarea{background:var(--field);border-color:var(--line)}.players li{background:var(--surface)}.meta span,.pill{background:var(--soft)}.round{background:var(--round-bg)}button.secondary{background:var(--soft)}.locked{background:var(--surface)}.clue{background:var(--field)}.private{background:var(--surface)}dialog{background:var(--paper);color:var(--ink)}button{color:var(--primary-text)}.tabs button[aria-selected=true]{background:var(--blue);color:var(--primary-text)}
html[data-theme=dark]{color-scheme:dark;--paper:#182838;--ink:#e5edf5;--muted:#b1c0cf;--blue:#9bc7ef;--line:#4b6176;--surface:#23394c;--field:#142332;--soft:#2a4054;--round-bg:#20374b;--focus:#e0be73;--selected:#29445c;--primary-text:#102538;background:#0e1b29}html[data-theme=dark] button:hover{background:#b5d9f8}html[data-theme=dark] button.secondary:hover{background:#3c5870}html[data-theme=dark] button.danger{background:#944759;color:#fff}html[data-theme=dark] .online{color:#9bd5b1}html[data-theme=dark] .offline{color:#b1c0cf}html[data-theme=dark] .hero-art{background:#263e54}html[data-theme=dark] .tabs button:hover{background:var(--soft)}html[data-theme=dark] .tabs button[aria-selected=true]:hover{background:var(--blue)}html[data-theme=dark] #theme-toggle{color:#e5edf5}html[data-theme=dark] #theme-toggle:hover{background:#415e76}@media(max-width:760px){#scenario-list{grid-template-columns:1fr}.scenario-card{padding:17px}.scenario-card:has(input:checked){padding:16px}.scenario-title{font-size:26px}.scenario-description{font-size:16px}.create-bar{align-items:stretch;flex-direction:column;gap:12px}.create-bar button{width:100%}}@media(max-width:650px){.header-tools{gap:6px;flex-direction:column;align-items:flex-end}.header-tools #connection{font-size:11px}#theme-toggle{font-size:13px;padding:8px 10px}.count-options{gap:5px}.count-options span{min-height:48px;font-size:20px}.catalog-intro{margin-bottom:28px}.catalog-intro h1{font-size:37px}legend{font-size:24px}}
.host-mode{border-top:1px solid var(--line);padding-top:22px}.host-option{display:flex;align-items:flex-start;gap:12px;background:var(--surface);padding:15px;border-radius:7px;cursor:pointer}.host-option input{width:20px;min-width:20px;margin:2px 0 0;min-height:20px}.host-option span{display:flex;flex-direction:column;gap:6px}.host-option small{font-weight:400;line-height:1.45}
