:root{--brown:#6a3b17;--deep:#160b05;--gold:#e6b061;--cream:#f4efe6;--green:#38c978;--red:#e45757}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:#fff;font-family:Tahoma,"Noto Sans Thai",Arial,sans-serif;background:radial-gradient(circle at 15% 0,#75451f 0,#321a0c 30%,#120906 70%);background-attachment:fixed}.topbar{max-width:1240px;margin:auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.brand-mark{display:grid;place-items:center;width:58px;height:58px;border:2px solid var(--gold);border-radius:50%;color:var(--gold);font-weight:900;font-size:18px;background:#241208}.brand strong,.brand small{display:block}.brand strong{letter-spacing:1px}.brand small{color:#d8c2ad;margin-top:3px}.topbar nav{display:flex;gap:8px}.topbar nav a{color:#e9d8c8;text-decoration:none;padding:9px 13px;border-radius:10px}.topbar nav a:hover,.topbar nav a.active{color:#241208;background:var(--gold)}.wrap{width:min(1180px,calc(100% - 32px));margin:30px auto}.hero{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.eyebrow{margin:0;color:var(--gold);font-size:12px;font-weight:bold;letter-spacing:2px}.hero h1{font-size:clamp(30px,5vw,52px);line-height:1;margin:10px 0}.hero p:last-child{margin:0;color:#e5d6c8}.badge{flex:none;display:flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:#43261a;color:#eaded3;font-size:13px;font-weight:bold}.badge i{width:10px;height:10px;border-radius:50%;background:#d3a567}.badge.online{background:#153d29;color:#c8f6dc}.badge.online i{background:var(--green);box-shadow:0 0 14px var(--green)}.badge.offline{background:#4b1c1c;color:#ffd1d1}.badge.offline i{background:var(--red)}.player-card{overflow:hidden;border:1px solid #80532f;border-radius:20px;background:#0b0705;box-shadow:0 24px 80px #0008}.video-frame{position:relative;aspect-ratio:16/9;background:#000}.video-frame video{display:block;width:100%;height:100%;object-fit:contain}.state-screen{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px;background:radial-gradient(circle,#432718 0,#100905 72%)}.state-screen.hidden{display:none}.state-screen h2{margin:15px 0 5px;color:var(--gold);font-size:clamp(20px,3vw,30px)}.state-screen p{margin:0;color:#dbcbbb}.state-screen button,.sound{border:0;border-radius:10px;padding:10px 16px;background:var(--gold);color:#291609;font-weight:bold;cursor:pointer}.state-screen button{margin-top:18px}.signal{display:flex;align-items:end;gap:6px;height:42px}.signal span{display:block;width:8px;border-radius:8px;background:var(--gold);animation:pulse 1s infinite}.signal span:nth-child(1){height:16px}.signal span:nth-child(2){height:28px;animation-delay:.15s}.signal span:nth-child(3){height:40px;animation-delay:.3s}@keyframes pulse{50%{opacity:.3;transform:scaleY(.65)}}.controls-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px}.controls-row strong,.controls-row span{display:block}.controls-row span{margin-top:4px;color:#bfae9f;font-size:13px}.cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}.cards article,.radio-card{display:flex;align-items:center;gap:15px;padding:18px;border:1px solid #ffffff18;border-radius:16px;background:#ffffff0d;color:#fff;text-decoration:none}.cards h2{margin:0 0 5px;font-size:18px;color:var(--gold)}.cards p{margin:0;color:#cdbcae;line-height:1.55}.icon{display:grid;place-items:center;flex:none;width:52px;height:52px;border-radius:14px;background:#e6b0611c;color:var(--gold);font-weight:900}.radio-card b{margin-left:auto;white-space:nowrap;color:var(--gold)}footer{text-align:center;padding:22px;color:#9d8a7d;font-size:13px}@media(max-width:700px){.topbar{padding:12px 16px}.brand small{display:none}.topbar nav a:nth-child(3){display:none}.wrap{margin-top:15px}.hero{align-items:flex-start;flex-direction:column}.cards{grid-template-columns:1fr}.controls-row{align-items:stretch;flex-direction:column}.sound{width:100%}.player-card{border-radius:14px}}
