.oc-main{padding:24px 20px 100px}
.oc-shell{max-width:1280px;margin:auto}
.oc-nav{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin:0 0 30px;font-size:14px}
.oc-nav a,.oc-link{color:#d62666;text-decoration:none}
.oc-nav a:hover,.oc-link:hover{text-decoration:underline}
.oc-nav a:last-child{margin-left:auto}
.oc-hero{padding:36px 0 40px}
.oc-eyebrow{font-size:12px;font-weight:800;letter-spacing:.18em;color:#d62666}
.oc-hero h1,.oc-watch-heading h1{font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.2;margin:14px 0 18px}
.oc-hero p{color:#737785;margin-bottom:20px;font-size:16px}
.oc-pill{display:inline-flex;background:#fce8ef;color:#9e1b4b;padding:7px 13px;border-radius:99px;font-size:12px;font-weight:700}
.oc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.oc-card{display:block;color:inherit;border:1px solid #e4e4eb;border-radius:18px;overflow:hidden;text-decoration:none;transition:transform .18s,box-shadow .18s}
.oc-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #22122212}
.oc-cover{aspect-ratio:16/9;background:linear-gradient(130deg,#24152d,#543052 65%,#893659);position:relative;display:grid;place-items:center}
.oc-cover-icon{font-size:36px;color:#fff9}
.oc-cover .oc-badge{position:absolute;top:15px;left:15px}
.oc-badge{display:inline-block;font-size:12px;font-weight:700;padding:6px 10px;border-radius:7px;background:#eeedf2;color:#555362;white-space:nowrap}
.oc-badge.is-live{background:#c51b50;color:#fff}
.oc-card-copy{padding:20px}
.oc-card h2{font-size:19px;font-weight:750;margin:0 0 10px;overflow-wrap:anywhere}
.oc-card p{color:#777987;min-height:40px;font-size:14px;line-height:1.6;overflow-wrap:anywhere}
.oc-card-copy>span{font-size:12px;color:#b62860}
.oc-empty{text-align:center;padding:60px 24px;border:1px dashed #d7cfda;border-radius:20px;background:#faf6f91a}
.oc-empty>span{font-size:48px;color:#cc4673}
.oc-empty h2{font-size:24px;margin:18px 0 12px}
.oc-empty p{color:#737785;margin-bottom:24px}
.oc-button{display:inline-flex;justify-content:center;align-items:center;background:#c92462;color:#fff!important;border:0;border-radius:10px;padding:12px 20px;font-size:14px;font-weight:700;text-decoration:none;cursor:pointer;min-height:44px}
.oc-button:hover{background:#a9184f}
.oc-button:focus-visible,.oc-link:focus-visible,.oc-nav a:focus-visible,.oc-card:focus-visible{outline:3px solid #dd77a1;outline-offset:4px}
.oc-button.oc-small{padding:8px 12px;font-size:12px}
.oc-watch-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:30px 0}
.oc-watch-heading h1{font-size:30px;overflow-wrap:anywhere}
.oc-watch-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}
.oc-player{aspect-ratio:16/9;overflow:hidden;background:#19131f;border-radius:16px}
.oc-player iframe{width:100%;height:100%;border:0}
.oc-player-empty{height:100%;display:grid;place-items:center;color:#fff;padding:24px;text-align:center}
.oc-stream-meta{display:flex;gap:14px;align-items:center;flex-wrap:wrap;padding:20px 0;font-size:13px}
.oc-stream-meta button{margin-left:auto;background:none;border:0;min-height:44px;cursor:pointer}
.oc-description{white-space:pre-wrap;overflow-wrap:anywhere;font-size:15px;line-height:1.8}
.oc-muted{color:#767581;font-size:13px;line-height:1.65}
.oc-chat{border:1px solid #e4e4eb;border-radius:16px;overflow:hidden}
.oc-chat h2{font-size:17px;font-weight:700;margin:20px 20px 8px}
.oc-chat>p{margin:0 20px 16px}
.oc-chat iframe{width:100%;height:560px;border:0;display:block}
.oc-chat-empty{padding:40px 20px;text-align:center;color:#777}
.oc-panel{border:1px solid #e4e4eb;border-radius:16px;padding:26px;margin-bottom:24px}
.oc-panel h2{font-size:21px;font-weight:700;margin:0 0 22px}
.oc-panel h3{font-size:17px;font-weight:700;margin:0 0 16px}
.oc-panel-heading{display:flex;align-items:center;gap:15px;flex-wrap:wrap;margin-bottom:24px}
.oc-panel-heading h2{margin:0}
.oc-panel-heading .oc-link{margin-left:auto}
.oc-studio-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.oc-form{display:flex;flex-direction:column;gap:18px}
.oc-form label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600}
.oc-form input:not([type=checkbox]),.oc-form textarea,.oc-form select{width:100%;border:1px solid #cbc9d2;border-radius:9px;padding:11px 12px;background:transparent;color:inherit;min-height:44px;font:inherit}
.oc-form input:focus,.oc-form textarea:focus,.oc-form select:focus{outline:2px solid #d94e87;outline-offset:2px}
.oc-form .oc-check{flex-direction:row;align-items:center;min-height:30px}
.oc-check input{width:18px;height:18px;accent-color:#c92462}
.oc-form button{align-self:flex-start}
.oc-instructions ol,.oc-panel>ol{padding-left:24px;list-style:decimal;font-size:14px;line-height:1.9}
.oc-instructions p{font-size:13px;line-height:1.7;margin-top:16px}
.oc-instructions code{display:block;padding:10px;background:#8881;border-radius:6px;overflow-wrap:anywhere;white-space:normal}
.oc-panel .oc-history-title{margin-top:32px}
.oc-table-scroll{overflow:auto}
.oc-table{width:100%;border-collapse:collapse;font-size:13px;text-align:left}
.oc-table th,.oc-table td{padding:13px 12px;border-bottom:1px solid #8882;vertical-align:middle;white-space:nowrap}
.oc-table th{color:#767581;font-weight:600}
.oc-table a{color:#c92462}
.oc-pagination{display:flex;justify-content:center;gap:24px;align-items:center;margin:30px 0;font-size:14px}
.oc-pagination a{color:#c92462}
.oc-notice{padding:16px 20px;margin-bottom:20px;border-radius:10px;background:#e8f6ee;color:#226943;line-height:1.6}
.oc-error{background:#ffeded;color:#a52236}
.oc-admin{padding:24px}
.dark .oc-card,.dark .oc-panel,.dark .oc-chat{border-color:#403644}
.dark .oc-muted,.dark .oc-hero p,.dark .oc-card p{color:#b3aebb}
.dark .oc-pill{background:#472436;color:#ffb8d2}
.dark .oc-form input,.dark .oc-form textarea,.dark .oc-form select{border-color:#635466}
.oc-main [hidden]{display:none!important}
.owncast-page{--oc-accent:#be2159;--oc-ink:#242133;--oc-muted:#706b7c;--oc-border:#e9e3eb;--oc-surface:#fff;--oc-soft:#fbf4f8}
.oc-brand{display:flex;align-items:center;gap:8px;font-size:21px;font-weight:800;color:var(--oc-ink)!important;letter-spacing:-.8px}
.oc-brand>span:last-child{font-size:10px;letter-spacing:1px;color:var(--oc-accent);align-self:center}
.oc-brand-mark{display:grid;place-items:center;width:38px;height:38px;background:var(--oc-accent);color:white;border-radius:12px}
.oc-brand-mark svg{width:25px;height:25px}
.oc-nav{justify-content:space-between;gap:16px}
.oc-nav a:last-child{margin-left:0}
.oc-role-switch{display:flex;padding:4px;background:var(--oc-soft);border:1px solid var(--oc-border);border-radius:14px;gap:4px}
.oc-role-switch a{display:flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;color:var(--oc-muted);font-weight:700;border-radius:10px;text-decoration:none}
.oc-role-switch a[aria-current=page]{background:var(--oc-surface);color:var(--oc-accent);box-shadow:0 2px 8px #3211260a}
.oc-hero.oc-lobby-hero{position:relative;display:flex;align-items:center;justify-content:space-between;overflow:hidden;border-radius:28px;background:var(--oc-soft);padding:44px;margin-bottom:36px;border:1px solid var(--oc-border)}
.oc-lobby-hero h1{font-size:clamp(36px,5vw,60px);letter-spacing:-1.5px;line-height:1.18}
.oc-accent{color:var(--oc-accent)}
.oc-hero-art{flex:0 0 35%;aspect-ratio:1;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#be2159}
.oc-hero-art svg{width:65%;z-index:1;transform:rotate(-9deg)}
.oc-orbit{position:absolute;inset:8%;border:1px solid #d7a9bf;border-radius:50%;box-shadow:0 0 0 22px #e4bfd42e,0 0 0 45px #e4bfd422}
.oc-art-label{font-size:9px;letter-spacing:2px;font-weight:800;margin-top:25px;z-index:1}
.oc-section-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:0 0 22px}
.oc-section-heading h2{font-size:20px;font-weight:750;margin:0}
.oc-section-heading span{font-size:13px;color:var(--oc-muted)}
.oc-card{border-color:var(--oc-border);background:var(--oc-surface)}
.oc-cover{background:radial-gradient(ellipse at 20% 110%,#b84b78,transparent 65%),linear-gradient(135deg,#281d40,#69374d)}
.oc-card:nth-child(3n+2) .oc-cover{background:radial-gradient(ellipse at 10% 110%,#6867ba,transparent 65%),linear-gradient(135deg,#22263f,#4e4672)}
.oc-card:nth-child(3n) .oc-cover{background:radial-gradient(ellipse at 10% 110%,#568f90,transparent 65%),linear-gradient(135deg,#162e37,#426260)}
.oc-cover-monogram{font-size:clamp(50px,6vw,76px);font-weight:800;color:#ffffff9c;transform:rotate(-8deg)}
.oc-cover-play{position:absolute;right:18px;bottom:18px;border-radius:50%;width:40px;height:40px;display:grid;place-items:center;background:#ffffff24;border:1px solid #ffffff50;color:#fff;backdrop-filter:blur(6px)}
.oc-cover-play svg{width:20px;height:20px}
.oc-studio-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid var(--oc-border)}
.oc-studio-stats>div{padding:14px;background:var(--oc-soft);border-radius:12px}
.oc-studio-stats span{display:block;font-size:12px;color:var(--oc-muted);margin-bottom:8px}
.oc-studio-stats strong{font-size:22px;font-weight:750;overflow-wrap:anywhere}
.oc-studio-stats small{font-size:12px;font-weight:400}
.oc-instructions{background:var(--oc-soft);border:1px solid var(--oc-border);border-radius:16px;padding:24px}
.oc-instructions h3{margin-top:12px}
.oc-instructions ol{display:flex;flex-direction:column;gap:16px}
.oc-instructions li::marker{color:var(--oc-accent);font-weight:800}
.oc-credentials{border-top:1px solid var(--oc-border);padding-top:20px;margin-top:20px}
.oc-credentials label{display:block;margin-top:16px;font-size:13px;font-weight:700}
.oc-credentials input{display:block;width:100%;min-height:44px;font-size:16px;padding:10px;border-radius:8px;border:1px solid #c9bdcc;margin-top:8px;background:var(--oc-surface);color:inherit}
.oc-copy{border:0;background:transparent;color:var(--oc-accent);font-size:14px;font-weight:700;min-height:44px;padding:8px 10px;cursor:pointer}
.oc-credential-actions{display:flex;justify-content:space-between}
.oc-form input:not([type=checkbox]),.oc-form textarea,.oc-form select{font-size:16px;background:var(--oc-surface)}
.oc-form .oc-check{min-height:44px}
.oc-button:disabled{opacity:.55;cursor:not-allowed}
.oc-mobile-nav{display:none}
.oc-main button:focus-visible,.oc-mobile-nav a:focus-visible{outline:3px solid #d94e87;outline-offset:3px}
.dark.owncast-page,.dark .owncast-page{--oc-ink:#f4eef6;--oc-muted:#bdb1c3;--oc-border:#44334a;--oc-surface:#231d2b;--oc-soft:#302335;--oc-accent:#ff99c0}
@media(max-width:1023px){
.oc-mobile-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;gap:8px;z-index:40;background:var(--oc-surface);border-top:1px solid var(--oc-border);padding:8px 12px calc(8px + env(safe-area-inset-bottom,0px));box-shadow:0 -4px 25px #32112608}
.oc-mobile-nav a{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:48px;color:var(--oc-muted);text-decoration:none;font-size:10px;font-weight:600;border-radius:10px}
.oc-mobile-nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.oc-mobile-nav a[aria-current=page]{color:var(--oc-accent);background:var(--oc-soft)}
}
@media(max-width:640px){
.oc-nav{align-items:center;margin-bottom:24px}
.oc-brand{font-size:19px}
.oc-brand-mark{width:34px;height:34px}
.oc-role-switch{width:100%;order:2}
.oc-role-switch a{flex:1;padding:0 10px}
.oc-hero.oc-lobby-hero{padding:28px 22px;border-radius:22px;margin-bottom:30px}
.oc-lobby-hero>div:first-child{z-index:1}
.oc-lobby-hero h1{font-size:40px}
.oc-lobby-hero p{font-size:14px;line-height:1.8}
.oc-hero-art{position:absolute;width:42%;right:-8%;top:4%;opacity:.22}
.oc-art-label{display:none}
.oc-studio-stats{gap:7px}
.oc-studio-stats>div{padding:12px 8px}
.oc-studio-stats strong{font-size:17px}
.oc-instructions{padding:18px}
.oc-form button,.oc-credentials>.oc-button{width:100%}
.oc-watch-heading{margin-top:12px}
.oc-player{border-radius:12px}
.oc-chat iframe{height:55dvh;min-height:330px;max-height:530px}
.oc-main{padding-bottom:calc(95px + env(safe-area-inset-bottom,0px))}
}
@media(min-width:1024px){.oc-main{margin-left:256px;padding:28px 36px 70px}
}
@media(max-width:1199px){.oc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.oc-watch-grid{grid-template-columns:minmax(0,1fr)}
.oc-chat iframe{height:430px}
}
@media(max-width:640px){.oc-main{padding:20px 16px 95px}
.oc-nav{gap:16px;font-size:13px;margin-bottom:14px}
.oc-hero{padding:24px 0 30px}
.oc-grid,.oc-studio-grid{grid-template-columns:minmax(0,1fr)}
.oc-panel{padding:18px}
.oc-watch-heading{align-items:flex-start;flex-direction:column;gap:4px}
.oc-watch-heading h1{font-size:26px}
.oc-admin{padding:14px}
.oc-stream-meta button{margin-left:0}
.oc-nav a:last-child{margin-left:0}
}
@media(prefers-reduced-motion:reduce){.oc-card{transition:none}
}

