:root { --stream-red:#b91c1c; --stream-dark:#111827; --stream-soft:#f3f4f6; }
.stream-page{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#f8fafc;color:#111827;margin:0;padding:24px}.stream-container{max-width:1120px;margin:auto}.stream-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px;margin-bottom:16px;box-shadow:0 8px 24px rgba(15,23,42,.06)}.stream-btn{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:10px;padding:10px 14px;background:var(--stream-red);color:#fff;text-decoration:none;font-weight:700;cursor:pointer}.stream-btn.secondary{background:#111827}.stream-btn.light{background:#e5e7eb;color:#111827}.stream-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.stream-form label{display:block;font-size:13px;font-weight:700;margin:10px 0 5px}.stream-form input,.stream-form textarea,.stream-form select{width:100%;box-sizing:border-box;border:1px solid #d1d5db;border-radius:10px;padding:10px;font-size:15px}.stream-table{width:100%;border-collapse:collapse;background:#fff}.stream-table th,.stream-table td{padding:10px;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:top}.stream-table th{font-size:12px;text-transform:uppercase;color:#6b7280}.stream-status{display:inline-block;padding:4px 8px;border-radius:999px;background:#e5e7eb;font-size:12px;font-weight:700}.stream-status.paid,.stream-status.live{background:#dcfce7;color:#166534}.stream-status.pending,.stream-status.scheduled{background:#fef3c7;color:#92400e}.stream-status.cancelled{background:#fee2e2;color:#991b1b}.stream-player-wrap{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.22)}.stream-player-wrap iframe,.stream-player-wrap video{width:100%;height:100%;border:0}.stream-watermark{position:absolute;right:18px;top:18px;z-index:20;color:rgba(255,255,255,.82);background:rgba(0,0,0,.38);padding:7px 10px;border-radius:10px;font-size:13px;pointer-events:none}.stream-watermark.float{animation:wm 18s linear infinite}@keyframes wm{0%{top:18px;right:18px}25%{top:18px;right:55%}50%{top:75%;right:55%}75%{top:75%;right:18px}100%{top:18px;right:18px}}.tv-body{background:#060606;color:#fff;min-height:100vh;font-family:system-ui,Arial,sans-serif;display:flex;align-items:center;justify-content:center;text-align:center}.tv-code{font-size:72px;letter-spacing:12px;font-weight:900;margin:20px 0}.tv-small{color:#cbd5e1;font-size:22px}.hidden{display:none!important}.alert{border-radius:12px;padding:12px 14px;background:#fef3c7;color:#78350f;margin-bottom:14px}.alert.error{background:#fee2e2;color:#7f1d1d}.alert.ok{background:#dcfce7;color:#14532d}
