:root{font-family:Inter,system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;color:#0c2948;background:#f3f7fa}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f7fbfc,#eef4f8);min-height:100vh}header{height:76px;background:#062c5d;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 28px;box-shadow:0 8px 28px #062c5d22}.brand{display:flex;align-items:center;gap:12px}.brand img{width:45px;height:45px;border-radius:12px;object-fit:cover}.brand strong{font-size:20px;display:block}.brand small{opacity:.7}.actions button,button{font:inherit;border:0;border-radius:10px;padding:10px 16px;cursor:pointer}.actions button{background:#fff;color:#062c5d}.actions button+button{margin-inline-start:8px}.hero{padding:46px 0 22px}.hero h1{font-size:42px;margin:10px 0}.hero p{max-width:760px;color:#5b6e80;font-size:18px}.pill{display:inline-flex;background:#dff8f6;color:#08797c;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;letter-spacing:.08em}main{max-width:1320px;margin:auto;padding:0 28px 48px}.grid{display:grid;gap:20px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.panel{background:#fff;border:1px solid #dce8ee;border-radius:18px;padding:22px;box-shadow:0 10px 32px #062c5d0c}.panel h2{margin-top:0}.cards{display:grid;gap:12px}.card{border:1px solid #dce8ee;border-radius:14px;padding:16px;background:#fbfdfe}.card-head{display:flex;justify-content:space-between;gap:12px;align-items:start}.state{font-size:12px;font-weight:800;border-radius:999px;background:#e6f6f5;color:#0b7d7f;padding:5px 9px}.state.LIVE{background:#ffe7e7;color:#b62323}.card p{color:#63778a}.row{display:flex;gap:8px;flex-wrap:wrap}.primary{background:#0c9d9f;color:#fff}.secondary{background:#eaf1f5;color:#123d67}.danger{background:#fff0f0;color:#a52121}.link{background:transparent;color:#0c6c8d;padding-inline:0}label{display:grid;gap:7px;font-size:13px;font-weight:700;margin-bottom:14px}input,textarea,select{font:inherit;border:1px solid #cbdce5;border-radius:10px;padding:11px 12px;background:#fff;color:#0c2948}label.check{display:flex;align-items:center;gap:8px}.check input{width:auto}.secret{margin-top:18px;background:#092b51;color:#e8fbff;border-radius:14px;padding:16px;direction:ltr;text-align:left;overflow-wrap:anywhere}.secret strong{display:block;color:#68e0dd;margin-bottom:7px}.watch-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,.8fr);gap:20px;margin-top:18px}.video-shell{background:#04192d;border-radius:18px;overflow:hidden;min-height:480px;position:relative}.video-shell video{width:100%;height:100%;min-height:480px;background:#000}.status{position:absolute;top:14px;right:14px;background:#000b;color:#fff;border-radius:999px;padding:7px 11px}.chat{display:flex;flex-direction:column;min-height:480px}.chat-list{flex:1;overflow:auto;display:grid;align-content:start;gap:8px;max-height:390px}.msg{background:#f1f6f8;border-radius:10px;padding:9px 10px}.msg small{display:block;color:#708497;margin-top:3px}.chat form{display:flex;gap:8px;margin-top:12px}.chat form input{flex:1}.chat form button{background:#0c9d9f;color:white}@media(max-width:900px){.grid.two,.watch-layout{grid-template-columns:1fr}.hero h1{font-size:32px}main{padding:0 16px 32px}header{padding:0 16px}.video-shell,.video-shell video{min-height:260px}}