:root{color-scheme:light dark}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";background:#000;color:#fff;overflow:hidden}main{max-width:960px;margin:2rem auto;padding:0 1rem}h1,h2,h3{color:#fff}h1{margin:0 0 .75rem;font-size:1.5rem}h2{margin:0;font-size:1.25rem}h3{margin:.75rem 0 .25rem;font-size:1rem}.reports-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.header-controls{display:flex;gap:.5rem;align-items:center}.audio-btn{padding:.3rem .6rem;cursor:pointer;font-size:.9rem;border:1px solid #444;transition:all .2s}.audio-btn.audio-on{background:#fff;color:#000}.audio-btn.audio-off{background:#1a1a1a;color:#888;border-color:#333}.audio-btn:hover{border-color:#666}.new-game-btn{background:#1a1a1a;color:#fff;border:1px solid #444;padding:.3rem .6rem;cursor:pointer;font-size:.9rem;transition:all .2s}.new-game-btn:hover{background:#2a2a2a;border-color:#666}pre{background:#111;padding:1rem;border:1px solid #333;overflow:auto}.app{width:1280px;height:720px;margin:0 auto;overflow:hidden;padding:1rem 1.5rem;box-sizing:border-box;display:flex;flex-direction:column}.row{display:flex;gap:1.5rem;align-items:stretch;flex:1;min-height:0}.sidebar{width:350px;padding-left:.75rem;padding-right:.75rem;border-right:1px solid #222;display:flex;flex-direction:column;gap:.25rem;overflow-y:auto;overflow-x:visible;min-height:0}.main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.primary{background:#fff;color:#000;border:none;padding:.4rem .7rem;cursor:pointer;margin-bottom:1rem;transition:background .2s}.primary:hover:not(:disabled){background:#ccc}.primary:disabled{opacity:.5;cursor:not-allowed}.teams{padding-top:.5rem}.teams .team-row{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.75rem;position:relative;z-index:1}.team-name{display:block;font-weight:600;margin-bottom:.1rem}.team-controls{display:flex;gap:.4rem;flex-wrap:wrap;align-items:center}.team-controls select:first-child{flex:0 0 120px;min-width:0}.team-controls select:nth-child(2){flex:1;min-width:0}select{background:#1a1a1a;color:#fff;border:1px solid #444;padding:.3rem .4rem;font-size:.95rem}select:disabled{opacity:.5;color:#888}.reports{flex:1;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;padding-right:.5rem;padding-bottom:1rem;min-height:0}.reports .report{border:1px solid #222;padding:.75rem;margin-bottom:.5rem;background:#0a0a0a;cursor:pointer;transition:all .2s}.reports .report:hover{border-color:#444;background:#0d0d0d}.reports .report-pinned{border:3px solid #555!important;background:#0d0d0d!important}.reports .report-pinned:hover{border-color:#777!important}.report-title{font-weight:600;display:flex;align-items:center;gap:.5rem;position:relative}.pin-star{margin-left:auto;font-size:1.2rem;color:#fff}.report-body{white-space:pre-wrap}.report-body p{margin:0 0 .6rem;line-height:1.6}.analyst-note{background:#0a0a0a;border-left:3px solid #fff;padding:.6rem .75rem;margin:.75rem 0}.analyst-title{color:#fff;font-weight:700;margin-bottom:.35rem}.analyst-body{color:#ccc}.ending-report{border:3px solid #ffcc00!important;background:#1a1a1a!important;margin-bottom:1rem!important}.ending-text{font-size:14px;line-height:1.6;padding:12px}.badges{margin-left:auto;display:flex;gap:.25rem}.badge{border:1px solid #444;padding:.1rem .4rem;font-size:.8rem;text-transform:uppercase}.search-bar{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem}.search-input{flex:1;background:#1a1a1a;color:#fff;border:1px solid #444;padding:.5rem .75rem;font-size:.9rem;border-radius:4px;transition:all .2s}.search-input:focus{outline:none;border-color:#888;background:#222}.search-input::placeholder{color:#666}.search-clear{background:#1a1a1a;color:#888;border:1px solid #444;padding:.5rem .75rem;cursor:pointer;font-size:1.2rem;font-weight:700;border-radius:4px;transition:all .2s;line-height:1}.search-clear:hover{background:#2a2a2a;color:#fff;border-color:#666}.filters{display:flex;gap:.5rem;margin:.5rem 0}.tab{background:#0a0a0a;color:#ddd;border:1px solid #222;padding:.3rem .6rem;cursor:pointer;transition:all .2s}.tab:hover:not(.active){background:#1a1a1a;border-color:#444}.tab.active{background:#1a1a1a;color:#fff;border-color:#555}.tab-orders{background:#fff!important;color:#000!important;border-color:#fff!important;font-weight:600}.tab-orders.active{background:#ddd!important}.tab-horror{background:#2a1a00!important;color:#fc0!important;border-color:#fc0!important;font-weight:600}.tab-horror.active{background:#3a2200!important}.inline-warn{color:#ffb;font-size:.85rem;margin-left:.5rem}.error-bar{color:#000;background:#fff;border:1px solid #444;padding:.3rem .5rem;margin-bottom:.5rem}.pill{display:inline-block;border:1px solid #444;padding:.1rem .4rem;margin:0 .25rem .25rem 0}.ward-row{margin-bottom:.25rem}.ward-loc{font-weight:600;margin-right:.5rem}.orders-content{padding:1rem;max-width:800px;margin:0 auto}.orders-title{color:#fff;text-align:center;margin:0 0 .5rem;font-size:1.5rem}.orders-intro{color:#aaa;text-align:center;margin:0 0 1.5rem;font-size:.9rem;font-style:italic}.order-card{background:#1a1a1a;border:1px solid #444;border-radius:4px;padding:1rem;margin-bottom:1rem}.order-name{color:#fff;margin:0 0 .75rem;font-size:1.1rem;border-bottom:1px solid #333;padding-bottom:.5rem}.order-description{color:#ccc;margin:.5rem 0;line-height:1.6;font-size:.95rem}.order-options{color:#aaa;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #333;font-size:.9rem}.finale-content{padding:1rem;max-width:600px;margin:0 auto}.finale-title{color:#fc0;text-align:center;margin:0 0 1.5rem;font-size:1.8rem}.finale-description{color:#ccc;margin:1rem 0;line-height:1.6}.finale-warning{color:#fc0;font-weight:700;margin:1rem 0}.finale-hint{background:#0a0a0a;border-left:3px solid #ffcc00;padding:.75rem;margin:.75rem 0;font-size:.9rem;color:#aaa;font-style:italic}.finale-list{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}.finale-choice{background:#1a1a1a;border:2px solid #333;color:#fff;text-align:left;padding:.75rem 1rem;cursor:pointer;transition:all .2s;font-size:1rem}.finale-choice:hover{background:#2a2a2a;border-color:#fc0;transform:translate(4px)}.reports::-webkit-scrollbar,.sidebar::-webkit-scrollbar{width:8px}.reports::-webkit-scrollbar-track,.sidebar::-webkit-scrollbar-track{background:#0a0a0a}.reports::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.reports::-webkit-scrollbar-thumb:hover,.sidebar::-webkit-scrollbar-thumb:hover{background:#444}
