*{box-sizing:border-box;border-radius:0!important}body{margin:0;font-family:Times New Roman,Times,serif;background:#fff;color:#000}button,input,select{font:inherit;border:2px solid #000;background:#fff;color:#000;padding:12px}button{cursor:pointer;font-weight:700}button:hover{background:#000;color:#fff}.page{max-width:760px;margin:auto;padding:24px}.page header{text-align:center;border-bottom:4px double #000}.page h1{font-size:48px;margin:12px}.page nav{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0}.panel{border:3px solid #000;padding:24px;display:grid;gap:14px}.panel input,.panel select{width:100%}.error,.announcement{border:2px solid #000;padding:10px;font-weight:700}.game{min-height:100vh;display:grid;grid-template-columns:300px 1fr}.game aside{border-right:3px solid #000;padding:20px}.game aside img{width:160px;border:2px solid #000;margin:15px 0}.game section{padding:30px;max-width:1000px}.player{display:flex;justify-content:space-between;gap:8px;border-top:1px solid #000;padding:10px 0}.player span{font-size:13px}.game article{font-size:22px;line-height:1.5;border-top:2px solid #000;border-bottom:2px solid #000;margin:20px 0}.options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.option>button{width:100%;min-height:130px;background:#000;color:#fff;text-align:left;font-size:19px}.option b{font-size:40px;display:block}.items{display:grid;grid-template-columns:1fr 1fr}.timer{font-size:60px;text-align:center;border:3px solid #000;margin:15px 0}.center{text-align:center;padding:80px 20px}@media(max-width:800px){.game{display:block}.game aside{border-right:0;border-bottom:3px solid #000}.game aside img{display:none}.game section{padding:16px}.options{grid-template-columns:1fr}.page nav{grid-template-columns:1fr}.game article{font-size:18px}}.remote{width:100vw;height:100dvh;overflow:hidden;display:grid;grid-template-rows:auto 1fr auto;background:#fff}.remote-topbar{min-height:68px;border-bottom:3px solid #000;padding:10px 12px;display:flex;justify-content:space-between;gap:12px;align-items:center}.remote-topbar strong,.remote-topbar small{display:block}.remote-topbar strong{max-width:58vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remote-status{display:grid;grid-template-columns:1fr;text-align:right;font-size:13px;font-weight:700}.remote-notice{position:fixed;z-index:30;top:76px;left:10px;right:10px;background:#000;color:#fff;border:3px solid #000;padding:10px;text-align:center}.remote-main{min-height:0;overflow:hidden;padding:8px;display:flex;flex-direction:column}.remote-vote-header{height:57px;flex:0 0 57px;display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #000;margin-bottom:8px;padding:0 4px 7px}.remote-vote-header small,.remote-vote-header strong{display:block}.remote-vote-header strong{font-size:15px}.remote-timer{min-width:58px;border:3px solid #000;text-align:center;font-size:31px;font-weight:700;line-height:43px}.remote-options{flex:1;min-height:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:7px}.remote-options.count-1,.remote-options.count-2{grid-template-rows:1fr}.remote-option{position:relative;min-width:0;min-height:0;overflow:hidden;border:3px solid #000;background:#fff;color:#000;padding:9px;display:grid;grid-template-rows:auto 1fr auto;text-align:left}.remote-option:hover{background:#fff;color:#000}.remote-option.leading{background:#d8d8d8}.remote-option.selected{background:#000;color:#fff;outline:5px double #000;outline-offset:-8px}.remote-option.selected.leading{background:#000}.remote-option.targeting{border-style:double;border-width:6px}.remote-option-number{font-size:clamp(29px,8vw,45px);font-weight:700;line-height:1}.remote-option-text{align-self:center;font-size:clamp(14px,4vw,19px);line-height:1.05;overflow:hidden}.remote-vote-count{border-top:2px solid currentColor;padding-top:5px;margin-top:5px;font-size:12px;font-weight:700}.remote-waiting{margin:auto;max-width:340px;text-align:center;border:4px double #000;padding:26px 18px}.remote-waiting h2{margin:8px 0}.remote-footer{min-height:64px;border-top:3px solid #000;padding:7px}.remote-footer button{width:100%;height:50px;background:#000;color:#fff;display:flex;justify-content:space-between;align-items:center}.remote-footer button span{border:2px solid #fff;min-width:31px;padding:3px}.inventory-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#fffffff0;display:flex;align-items:flex-end}.inventory-panel{width:100%;max-height:86dvh;overflow:auto;background:#fff;border-top:5px solid #000;padding:12px}.inventory-panel>header{display:flex;align-items:center;justify-content:space-between;border-bottom:3px double #000;padding-bottom:8px;margin-bottom:10px}.inventory-panel h2{margin:0}.inventory-panel header button{width:47px;height:47px;padding:0;font-size:21px}.inventory-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.inventory-slot{position:relative;min-height:115px;border:3px solid #000;padding:9px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;text-align:left;background:linear-gradient(135deg,#fff 0,#fff 47%,#ededed 47%,#ededed 53%,#fff 53%)}.inventory-slot:hover{background:#000;color:#fff}.inventory-slot:disabled{background:#ddd;color:#777;cursor:not-allowed}.inventory-slot b{font-size:18px}.inventory-slot>span{border:2px solid currentColor;min-width:34px;height:28px;padding:2px;text-align:center;font-weight:700}.inventory-slot small{grid-column:1 / -1;align-self:end}.inventory-slot.empty{min-height:72px;background:repeating-linear-gradient(45deg,#fff,#fff 8px,#eee 8px,#eee 16px)}.cancel-item{width:100%;margin-top:10px;background:#000;color:#fff}.option>button small{display:block;border-top:1px solid currentColor;margin-top:12px;padding-top:7px}@media(min-width:600px){.inventory-panel{width:480px;margin:auto;border:5px solid #000}.inventory-backdrop{align-items:center}}
