:root{--bg:#07111f;--panel:#101d31;--panel2:#162640;--line:#263a59;--text:#edf5ff;--muted:#8fa6c5;--accent:#ef3155;--cyan:#20c8d8;--danger:#d82745;--radius:14px}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,Segoe UI,Arial,sans-serif;background:radial-gradient(circle at 20% 0,#172b4a 0,var(--bg) 38%);color:var(--text)}a{color:#7ee8f0;text-decoration:none}button,.button{border:0;border-radius:9px;background:linear-gradient(135deg,var(--accent),#bb194e);color:white;font-weight:700;padding:.75rem 1rem;cursor:pointer;display:inline-block}input,select{width:100%;border:1px solid var(--line);border-radius:8px;background:#0a1628;color:var(--text);padding:.7rem;font:inherit}label{display:grid;gap:.4rem;color:#c9d9ee;font-weight:600}.app{height:100vh;display:grid;grid-template-rows:64px 1fr auto}.app>header{display:flex;align-items:center;justify-content:space-between;padding:0 1.3rem;border-bottom:1px solid var(--line);background:rgba(7,17,31,.9)}header nav{display:flex;gap:1rem}.live-dot,.brand-dot{display:inline-block;width:11px;height:11px;border-radius:50%;background:var(--accent);box-shadow:0 0 16px var(--accent);margin-right:.55rem}.brand-dot{width:34px;height:34px}.chat-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;min-height:0}.chat-panel{display:grid;grid-template-rows:auto 1fr auto;min-height:0}.welcome{padding:.7rem 1rem;background:rgba(32,200,216,.08);border-bottom:1px solid var(--line);color:#bcebf0}.messages{overflow:auto;padding:1rem 1.25rem}.messages article{display:grid;grid-template-columns:42px 1fr;gap:.7rem;padding:.75rem;margin-bottom:.4rem;border-radius:12px}.messages article:hover{background:rgba(255,255,255,.035)}.avatar{height:40px;width:40px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#304d79,#172944);font-weight:800}.message-head{display:flex;gap:.35rem;align-items:center;min-height:19px}.message-head time{margin-left:auto;color:var(--muted);font-size:.78rem}.messages p{margin:.22rem 0 0;line-height:1.45;word-break:break-word}.status-icon{width:17px;height:17px;object-fit:contain}.mini-icon{width:11px;height:11px;object-fit:contain}.composer{display:flex;gap:.7rem;padding:1rem;border-top:1px solid var(--line);background:var(--panel)}.composer input{flex:1}.chat-layout>aside{border-left:1px solid var(--line);padding:1rem;background:rgba(16,29,49,.75);overflow:auto}.chat-layout h2{font-size:1rem;margin:.25rem 0 1rem}.user-row{display:flex;align-items:center;gap:.35rem;padding:.48rem;border-radius:8px}.user-row:hover{background:var(--panel2)}.user-row b{font-size:.65rem;margin-left:auto;color:#ff6682}.legend{border-top:1px solid var(--line);margin-top:1.5rem;padding-top:.8rem}.legend h3{font-size:.8rem;color:var(--muted)}.legend span{display:flex;align-items:center;gap:.5rem;margin:.5rem 0;font-size:.85rem}.app footer{padding:.4rem 1rem;border-top:1px solid var(--line);background:#07111f}.app audio{width:100%;height:36px}.auth-bg{display:grid;place-items:center;padding:1.2rem}.auth-card{width:min(440px,100%);padding:2rem;border:1px solid var(--line);border-radius:20px;background:rgba(16,29,49,.95);box-shadow:0 30px 80px #0008}.auth-card h1{margin:.7rem 0}.form-grid{display:grid;gap:1rem}.form-grid h2{font-size:1rem;color:var(--cyan);margin:.8rem 0 0}.error,.success{padding:.8rem 1rem;margin:.75rem 0;border-radius:9px}.error{background:#7c1830}.success{background:#126051}.admin-shell{display:grid;grid-template-columns:230px 1fr;min-height:100vh}.admin-nav{position:sticky;top:0;height:100vh;padding:1.2rem;background:#091525;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:.45rem}.admin-nav h1{font-size:1.15rem}.admin-nav a{padding:.65rem;border-radius:8px}.admin-nav a:hover{background:var(--panel2)}.admin-main{padding:1.4rem;min-width:0}.admin-main section{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:1rem;margin-bottom:1rem;scroll-margin-top:1rem}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:.88rem}th,td{padding:.65rem;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}td small{display:block;color:var(--muted)}.inline{display:inline}.actions{display:flex;flex-wrap:wrap;gap:.35rem}.actions form{display:flex;gap:.3rem}.actions input{width:76px;padding:.4rem}.actions input[name=reason]{width:130px}.small{font-size:.75rem;padding:.45rem .58rem}.secondary{background:#284a72}.warning{background:#b06b11}.danger{background:var(--danger)}.list-row{display:flex;justify-content:space-between;gap:1rem;padding:.65rem;border-bottom:1px solid var(--line)}.check{display:flex;grid-template-columns:auto 1fr;align-items:center}.check input{width:auto}.muted{color:var(--muted)}
@media(max-width:760px){.chat-layout{grid-template-columns:1fr}.chat-layout>aside{display:none}.app>header{padding:0 .8rem}.messages{padding:.5rem}.composer{padding:.65rem}.admin-shell{display:block}.admin-nav{position:static;height:auto;flex-direction:row;flex-wrap:wrap}.admin-main{padding:.6rem}.auth-card{padding:1.25rem}.radio-player{grid-template-columns:1fr}.form-columns{grid-template-columns:1fr}}
.radio-player{display:grid;grid-template-columns:160px 1fr;align-items:center;gap:1rem}.radio-player div{display:grid}.radio-player small{color:var(--muted)}.wide{width:min(720px,100%)}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.form-columns{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.option-box{display:grid;gap:.75rem;padding:1rem;border:1px solid var(--line);border-radius:10px;background:#0a1628}
@media(max-width:760px){.radio-player,.form-columns{grid-template-columns:1fr}}
.chat-bg{color:var(--theme-text,#f5f5f5)}.chat-bg .chat-layout{grid-template-columns:210px minmax(0,1fr) 270px}.chat-bg .room-sidebar{border-right:1px solid var(--line);border-left:0;padding:0;background:rgba(0,0,0,var(--panel-alpha,.72))}.station-mark{padding:1.2rem .8rem;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:.35rem}.room-sidebar h3{padding:.5rem .8rem;color:var(--muted);font-size:.78rem;text-transform:uppercase}.room{padding:.7rem .8rem;font-weight:700}.room.active{background:linear-gradient(90deg,var(--theme-accent,#ed001d),transparent);border-left:3px solid var(--theme-secondary,#00ecf0)}.chat-bg .user-sidebar{background:rgba(0,0,0,var(--panel-alpha,.72))}.chat-bg .app>header{border-top-color:var(--theme-accent,#ed001d)}.chat-bg .welcome{border-color:var(--theme-accent,#ed001d);color:var(--theme-secondary,#00ecf0)}.chat-bg button,.chat-bg .button{background:linear-gradient(135deg,var(--theme-accent,#ed001d),#67000c)}.chat-bg .radio-player{background:linear-gradient(90deg,#250006,var(--player-color,#190c15),#250006)}.color-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.color-grid input[type=color]{height:52px;padding:.25rem}.auth-card hr{border:0;border-top:1px solid var(--line);margin:1.5rem 0}
@media(max-width:980px){.chat-bg .chat-layout{grid-template-columns:minmax(0,1fr) 240px}.chat-bg .room-sidebar{display:none}}@media(max-width:760px){.chat-bg .chat-layout{grid-template-columns:1fr}.color-grid{grid-template-columns:1fr 1fr}}
.chat-bg .app{grid-template-rows:64px auto 1fr auto}.channel-topic{padding:.55rem 1rem;text-align:center;background:rgba(0,0,0,.82);border-bottom:1px solid var(--theme-accent,#ed001d);color:var(--theme-secondary,#00ecf0);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-toggle{position:fixed;right:290px;bottom:74px;z-index:20;background:#111;border:1px solid var(--theme-accent,#ed001d);box-shadow:0 8px 30px #000}.live-toggle.on{background:var(--theme-accent,#ed001d)}.avatar-img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid var(--theme-accent,#ed001d)}.user-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.chat-bg .messages article{grid-template-columns:42px 1fr}@media(max-width:760px){.live-toggle{right:12px;bottom:72px}.channel-topic{text-align:left}}

.room-sidebar .room{display:block;color:var(--text);text-decoration:none}.announcement{margin:.6rem .8rem 0;padding:.65rem .8rem;background:rgba(120,60,0,.72);border-left:3px solid #ffad22;color:#fff}.emoji-bar{display:flex;gap:.25rem;padding:.35rem 1rem 0;background:var(--panel)}.emoji-bar button{padding:.25rem .4rem;background:transparent;font-size:1.1rem}.login-divider{display:flex;align-items:center;gap:.7rem;margin:1.1rem 0;color:var(--muted)}.login-divider:before,.login-divider:after{content:"";height:1px;background:var(--line);flex:1}.guest-button{display:block;text-align:center;background:#22486a}.rules{margin-top:1.2rem;padding:1rem;background:#091525;border:1px solid var(--line);border-radius:9px}.form-grid textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#0a1628;color:var(--text);padding:.7rem;font:inherit;resize:vertical}

.chat-bg .chat-panel{display:flex;flex-direction:column}.chat-bg .messages{flex:1;min-height:0}

.radio-message{display:block!important;padding:.5rem .75rem!important;background:rgba(0,0,0,.82)!important;border:1px solid rgba(255,255,255,.08)!important;border-left:3px solid var(--bc,#fff200)!important;border-radius:3px!important}.radio-bot-line,.bot-preview{font-weight:700;line-height:1.5}.radio-bot-line .bracket,.bot-preview .bracket{color:var(--bc)}.radio-bot-line .station,.bot-preview .station{color:var(--bs)}.radio-bot-line .botname,.bot-preview .botname{color:var(--bs)}.radio-bot-line .bottext,.bot-preview .bottext{color:var(--bt)}.radio-bot-line .song,.bot-preview .song{color:var(--bsg)}.radio-bot-line .listeners,.bot-preview .listeners{color:var(--bl)}.radio-bot-line .separator,.bot-preview .separator{color:#fff}.bot-preview{padding:1rem;margin:1rem 0 1.5rem;background:#050505;border:1px solid #333;border-left:4px solid var(--bc);overflow:auto;white-space:nowrap}

.fun-message{display:block!important;padding:.5rem .75rem!important;background:rgba(0,0,0,.7)!important;border-left:3px solid var(--fbc,#fff200)!important}.fun-bot-line span{color:var(--fbc)}.fun-bot-line strong{color:var(--fbn)}.fun-bot-line em{color:var(--fbt);font-style:normal}.command-list small{display:block;color:var(--muted);margin-top:.25rem;max-width:520px}

/* Donkere radio-uitstraling met instelbare achtergrond */
body.chat-bg{--bg:#030303;--panel:rgba(8,8,8,.82);--panel2:rgba(45,0,0,.72);--line:#5a0d16;--accent:#ed001d;--cyan:#00ecf0;background-color:#030303;background-image:linear-gradient(rgba(0,0,0,.28),rgba(0,0,0,.48)),var(--chat-background,radial-gradient(circle at 50% 20%,#280006,#030303 60%));background-size:cover;background-position:center;background-attachment:fixed}.chat-bg .app>header{border-top:4px solid #ed001d;background:rgba(0,0,0,.9)}.chat-bg .chat-panel,.chat-bg .chat-layout>aside{background:rgba(0,0,0,.52)}.chat-bg .messages article{background:rgba(0,0,0,.22);border-left:2px solid transparent}.chat-bg .messages article:hover{background:rgba(75,0,0,.55);border-left-color:#ed001d}.chat-bg .welcome{background:rgba(0,0,0,.7);border:1px solid #ed001d;color:#00ecf0;margin:.8rem;border-radius:7px}.chat-bg .composer{background:rgba(0,0,0,.76);border-top-color:#5a0d16}.chat-bg .radio-player{background:linear-gradient(90deg,#65000c,#98000f,#65000c)}.chat-bg .user-row b{color:#ff1b35}.background-preview{height:260px;margin:1rem 0;border:1px solid #5a0d16;border-radius:10px;background-size:cover;background-position:center}

.chat-bg .app{grid-template-rows:64px auto auto 1fr auto}.chat-bg .chat-layout{grid-template-columns:minmax(0,1fr) 280px}.status-bar{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.45rem 1rem;padding:.42rem .8rem;background:rgba(0,0,0,.94);border-bottom:1px solid #541019;font-size:.88rem}.status-bar span{display:inline-flex;align-items:center;gap:.3rem;color:#d7d7d7}.status-bar img{width:17px;height:17px;object-fit:contain}.status-bar b{color:var(--theme-secondary,#00ecf0)}.channel-topic{display:flex;justify-content:center;align-items:center;gap:.75rem;color:#fff;background:#020202;border-top:1px solid #76101e;border-bottom:1px solid var(--theme-accent,#ed001d)}.channel-topic strong{color:var(--theme-secondary,#00ecf0);overflow:hidden;text-overflow:ellipsis}.topic-edge{color:#ff273f;font-weight:900}.topic-Rainbow .topic-edge{background:linear-gradient(90deg,#ff334d,#ffb000,#3cff66,#26d9ff,#b75cff);color:transparent;background-clip:text}.topic-Hearts .topic-edge{color:#ff3f76}.topic-BlackGreen .topic-edge{color:#3dff6f}.topic-Diamonds .topic-edge{color:#ffcf32}.topic-Lines .topic-edge{color:#e6e6e6}.chat-bg .messages{padding:1rem 1.5rem}.fun-bot-line{font-family:Consolas,"Courier New",monospace;font-weight:700}
@media(max-width:760px){.status-bar{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.status-bar span{white-space:nowrap}.channel-topic{justify-content:flex-start}.topic-edge{display:none}.chat-bg .chat-layout{grid-template-columns:1fr}}

/* Vaste mIRC-kleuren voor bots; alleen de topicstijl is via chatcommando's wijzigbaar. */
.radio-bot-line,.bot-preview{--bc:#fff200!important;--bs:#ff9d00!important;--bt:#00e5ff!important;--bsg:#39ff66!important;--bl:#ff395f!important}.fun-bot-line{--fbc:#fff200!important;--fbn:#ff9d00!important;--fbt:#39ff66!important}.channel-topic .topic-edge{color:var(--topic-edge,#ff273f)}
.chat-bg .messages article,.chat-bg .messages article:hover,.chat-bg .messages article.radio-message,.chat-bg .messages article.fun-message{background:transparent!important;border-left-color:transparent!important;box-shadow:none!important}.chat-bg .messages article.radio-message,.chat-bg .messages article.fun-message{border:0!important;border-radius:0!important;padding:.5rem .75rem!important}.player-volume{width:110px!important;height:5px!important;padding:0!important;border:0!important;border-radius:999px!important;accent-color:#fff;background:rgba(255,255,255,.3)!important;cursor:pointer}.player-volume::-webkit-slider-thumb{cursor:pointer}.player-volume::-moz-range-thumb{cursor:pointer}
.icon-theme-field{margin:1rem 0;padding:1rem;border:1px solid var(--line);border-radius:8px}.icon-theme-field legend{padding:0 .45rem;color:var(--cyan);font-weight:800}.icon-theme-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.65rem}.icon-theme-option{display:flex!important;grid-template-columns:none!important;align-items:flex-start!important;gap:.7rem!important;padding:.75rem;border:1px solid var(--line);border-radius:7px;background:#08111c;cursor:pointer}.icon-theme-option:has(input:checked){border-color:var(--cyan);box-shadow:0 0 0 2px rgba(32,200,216,.12)}.icon-theme-option input{width:auto;min-height:auto;margin-top:.15rem}.icon-theme-option>span{display:grid;gap:.55rem}.icon-theme-preview{display:flex;align-items:center;gap:.35rem;min-height:24px}.icon-theme-preview img{width:auto;height:auto;max-width:25px;max-height:22px;object-fit:contain}
body.auth-bg{background:#02070b;background-image:linear-gradient(rgba(0,10,14,.86),rgba(0,0,0,.94)),repeating-linear-gradient(0deg,transparent 0,transparent 3px,rgba(0,230,240,.035) 4px);font-family:Consolas,"Lucida Console",monospace}.auth-bg .auth-card{position:relative;width:min(520px,100%);padding:3.7rem 2rem 2rem;border:1px solid #167481;border-radius:3px;background:rgba(2,10,14,.96);box-shadow:0 0 0 1px #001f26,0 25px 80px #000,0 0 35px rgba(0,220,235,.08)}.auth-bg .auth-card:before{content:"#kanaalnaam";position:absolute;inset:0 0 auto;height:38px;display:flex;align-items:center;padding:0 13px;border-bottom:1px solid #167481;background:#071820;color:#25e9f0;font-size:.78rem;font-weight:800;letter-spacing:.06em}.auth-bg .auth-card h1{color:#fff;font-family:Segoe UI,Arial,sans-serif}.auth-bg .auth-card h1:before{content:"> ";color:#22e7ef}.auth-bg .auth-card p{color:#91aab3}.auth-bg .auth-card label{color:#bcd3d8}.auth-bg .auth-card input{border-radius:2px;border-color:#1b4d57;background:#00080c;color:#eaffff}.auth-bg .auth-card input:focus{border-color:#22e7ef;box-shadow:0 0 0 2px rgba(34,231,239,.12)}.auth-bg .auth-card button,.auth-bg .auth-card .button{border:1px solid #238994;border-radius:2px;background:#0a343d;color:#eaffff}.auth-bg .auth-card button:hover,.auth-bg .auth-card .button:hover{background:#0c4b55;border-color:#25e9f0}.auth-bg .brand-dot{width:12px;height:12px;background:#21e4ed;box-shadow:0 0 14px #21e4ed}.auth-bg .login-divider:before,.auth-bg .login-divider:after{background:#18444d}

.welcome{display:none!important}.composer-wrap{position:relative;margin-top:auto}.smiley-picker{position:absolute;left:.75rem;bottom:100%;z-index:30;width:min(520px,calc(100% - 1.5rem));max-height:260px;overflow:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(42px,1fr));gap:.3rem;padding:.65rem;background:rgba(5,5,5,.98);border:1px solid var(--theme-accent,#ed001d);border-radius:10px;box-shadow:0 -12px 35px #000}.smiley-picker[hidden]{display:none}.smiley-choice{display:grid!important;place-items:center;height:42px;padding:.25rem!important;background:#161616!important;border:1px solid #333!important}.smiley-choice:hover{border-color:var(--theme-secondary,#00ecf0)!important}.smiley-choice img{max-width:34px;max-height:34px;object-fit:contain}.smiley-toggle{flex:0 0 44px;padding:.55rem!important;font-size:1.45rem!important;background:#252525!important;border:1px solid #555!important}.chat-emoticon{display:inline-block;max-width:72px;max-height:72px;vertical-align:middle;object-fit:contain;margin:0 .15rem}.radio-bot-line .station,.bot-preview .station{display:none}
body.chat-bg{background-image:linear-gradient(rgba(0,0,0,var(--background-overlay,.55)),rgba(0,0,0,var(--background-overlay,.55))),var(--chat-background,radial-gradient(circle at 50% 20%,#280006,#030303 60%))}.chat-bg .custom-player{width:min(94%,1100px);margin:.45rem auto;padding:.35rem .55rem;border:2px solid #510008;border-radius:999px;display:grid;grid-template-columns:64px minmax(0,1fr) auto 64px;gap:.7rem;align-items:center;background:linear-gradient(90deg,#65000c,var(--player-color,#190c15),#65000c);box-shadow:0 8px 30px #000}.custom-player audio{display:none}.custom-player .player-toggle{width:58px;height:58px;border-radius:50%;padding:0;background:#fff!important;color:#7b000e;font-size:1.5rem;display:grid;place-items:center}.player-copy{min-width:0;display:grid!important}.player-copy strong{font-size:1rem}.player-copy span{font-size:clamp(1rem,2.1vw,1.85rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-stats{display:flex!important;align-items:center;gap:.5rem;color:#d89ba2;font-size:.78rem}.player-stats b{color:#ff5264}.player-stats button{padding:.3rem!important;background:transparent!important;font-size:1.2rem}.player-logo,.logo-preview{width:58px;height:58px;border-radius:50%;object-fit:cover;border:2px solid #111}.logo-preview{width:90px;height:90px}.admin-entry{padding:.55rem .8rem;border:1px solid var(--theme-accent,#ed001d);border-radius:8px;background:#330008;color:#fff}.dashboard-intro{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.8rem;margin-bottom:1.2rem}.dashboard-card{display:grid;gap:.45rem;min-height:125px;padding:1rem;border:1px solid #263a59;border-radius:14px;background:linear-gradient(145deg,#12233b,#0a1424);color:#edf5ff}.dashboard-card:hover{border-color:#20c8d8;transform:translateY(-1px)}.dashboard-card strong{font-size:1rem}.dashboard-card small{color:#8fa6c5}.dashboard-card .card-icon{font-size:1.55rem}.dashboard-metric{color:#20c8d8;font-size:1.4rem;font-weight:800}@media(max-width:760px){.chat-bg .custom-player{width:calc(100% - .7rem);grid-template-columns:48px minmax(0,1fr) 48px}.custom-player .player-toggle,.player-logo{width:44px;height:44px}.player-stats{display:none!important}.player-copy span{font-size:1rem}.chat-bg header nav{gap:.4rem}.admin-entry{padding:.45rem;font-size:.78rem}}

/* 2026-09 desktop/mobile layout pass */
@media (min-width:900px){body.auth-bg{padding:20px;min-height:100vh;align-items:center;justify-items:center}body.auth-bg .auth-card{width:min(980px,calc(100vw - 48px));min-height:min(820px,calc(100vh - 40px));padding:clamp(90px,12vh,150px) clamp(48px,8vw,110px) 70px;display:flex;flex-direction:column;justify-content:center}body.auth-bg .auth-card .form-grid,body.auth-bg .auth-card>p,body.auth-bg .auth-card>.rules,body.auth-bg .auth-card>.login-divider,body.auth-bg .auth-card>.button,body.auth-bg .auth-card>h1,body.auth-bg .auth-card>.error,body.auth-bg .auth-card>.success{width:min(620px,100%);margin-left:auto;margin-right:auto}}
@media (max-width:899px){html,body.auth-bg{min-height:100dvh}body.auth-bg{padding:0;display:block}body.auth-bg .auth-card{width:100%;min-height:100dvh;border-radius:0;padding:5.25rem 1rem 2rem}body.auth-bg .auth-card:before{position:absolute;left:0;right:0;top:0}}
@media (max-width:760px){.chat-bg .app{height:100dvh;min-height:100dvh}.chat-bg .messages{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.chat-bg .composer{gap:.4rem;padding:.5rem}.chat-bg .composer input#message{min-width:0}.chat-bg .composer>button:last-child{padding:.65rem .7rem}.chat-bg .player-logo{max-width:62px;max-height:38px}}

/* Luna Radio op login/gast/registratie: zelfde strakke vorm, zonder rand om speler of foto. */
.auth-luna-player-wrap{width:min(980px,calc(100% - 20px));height:72px;min-height:72px;margin:10px auto 18px;padding:0!important;overflow:hidden;background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important;border-radius:0!important}
.auth-luna-player{width:100%;height:72px;min-height:72px;margin:0!important;padding:0!important;background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important}
.auth-luna-player>div{width:100%!important;max-width:100%!important;height:72px!important;min-height:72px!important;margin:0!important;border:0!important;outline:0!important;box-shadow:none!important}
.auth-luna-player svg.lunaradioplayicon,.auth-luna-player svg.lunaradiopauseicon{background:var(--luna-button-bg,#fff)!important;border-radius:50%!important}
.auth-luna-player svg.lunaradioplayicon path,.auth-luna-player svg.lunaradiopauseicon path{fill:var(--luna-button-icon,#36008f)!important}
.auth-luna-player svg[class*="volume"] path{fill:var(--luna-volume,#6b43c8)!important}
.auth-luna-player [class*="live"],.auth-luna-player [class*="Live"]{color:var(--luna-live,#6b43c8)!important;fill:var(--luna-live,#6b43c8)!important}
.auth-luna-player img{border:0!important;outline:0!important;box-shadow:none!important}
@media(max-width:760px){.auth-luna-player-wrap{width:calc(100% - 8px);height:60px;min-height:60px;margin:6px auto 10px}.auth-luna-player,.auth-luna-player>div{height:60px!important;min-height:60px!important;max-width:100%!important}}

/* Inlogpagina + Luna-player: speler altijd netjes onder het formulier, desktop én mobiel. */
body.auth-bg{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-height:100dvh!important;padding:14px!important;overflow-x:hidden!important}
body.auth-bg .auth-card{flex:0 0 auto!important;width:min(980px,calc(100vw - 28px))!important;min-height:0!important;height:auto!important;margin:0 auto!important;padding-top:76px!important;padding-bottom:34px!important}
body.auth-bg .auth-luna-player-wrap{flex:0 0 auto!important;width:min(980px,calc(100vw - 28px))!important;margin:0 auto!important;overflow:hidden!important;border:0!important;outline:0!important;box-shadow:none!important}
@media(max-width:760px){body.auth-bg{justify-content:flex-start!important;padding:0 4px 8px!important;gap:6px!important}body.auth-bg .auth-card{width:100%!important;border-radius:0!important;padding:70px 14px 22px!important}body.auth-bg .auth-luna-player-wrap{width:100%!important;margin:0!important;height:60px!important;min-height:60px!important}}


/* 2026-09 auth parity: login en guest-login exact dezelfde compacte kaart + achtergrondschaduw. */
body.auth-bg::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse at 50% 42%,rgba(0,236,240,.075) 0,rgba(0,0,0,.08) 32%,rgba(0,0,0,.62) 100%);box-shadow:inset 0 0 150px rgba(0,0,0,.82)}
body.auth-bg>.auth-card,body.auth-bg>.auth-luna-player-wrap{position:relative;z-index:1}
body.auth-bg .auth-card,body.auth-bg .auth-card.auth-card-guest{width:min(420px,calc(100vw - 24px))!important;min-height:0!important;height:auto!important;padding:92px 34px 28px!important;border-radius:10px!important;box-shadow:0 26px 80px rgba(0,0,0,.9),0 0 28px color-mix(in srgb,var(--auth-border,#ed001d) 16%,transparent),inset 0 1px 0 rgba(255,255,255,.035)!important}
body.auth-bg .auth-card.auth-card-guest .form-grid,body.auth-bg .auth-card.auth-card-guest>p,body.auth-bg .auth-card.auth-card-guest>.login-divider,body.auth-bg .auth-card.auth-card-guest>.button,body.auth-bg .auth-card.auth-card-guest>h1,body.auth-bg .auth-card.auth-card-guest>.error{width:100%!important;margin-left:auto!important;margin-right:auto!important}
@media(max-width:760px){body.auth-bg .auth-card,body.auth-bg .auth-card.auth-card-guest{width:min(390px,calc(100vw - 12px))!important;border-radius:9px!important;padding:82px 18px 22px!important;margin:0 auto!important}body.auth-bg::before{box-shadow:inset 0 0 80px rgba(0,0,0,.78)}}

/* Statusiconen selector - nette uniforme kaarten */
.icon-theme-field .icon-theme-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;
  gap:12px!important;
  align-items:stretch!important;
}
.icon-theme-field .icon-theme-option{
  position:relative!important;
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0!important;
  min-height:92px!important;
  margin:0!important;
  padding:12px 14px!important;
  overflow:hidden!important;
  border-radius:10px!important;
  box-sizing:border-box!important;
}
.icon-theme-field .icon-theme-option input[type="radio"]{
  width:15px!important;height:15px!important;min-width:15px!important;
  margin:0!important;align-self:center!important;
}
.icon-theme-field .icon-theme-option>span{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:8px!important;
  min-width:0!important;
  overflow:hidden!important;
}
.icon-theme-field .icon-theme-option strong{
  display:block!important;
  line-height:1.15!important;
  min-height:1.15em!important;
  white-space:normal!important;
}
.icon-theme-field .icon-theme-preview{
  display:grid!important;
  grid-template-columns:repeat(6,22px)!important;
  align-items:center!important;
  justify-content:start!important;
  gap:5px!important;
  min-width:0!important;
  min-height:24px!important;
  overflow:visible!important;
}
.icon-theme-field .icon-theme-preview img{
  display:block!important;
  width:22px!important;height:22px!important;
  max-width:22px!important;max-height:22px!important;
  object-fit:contain!important;
  margin:0!important;
}
@media (max-width:760px){
  .icon-theme-field .icon-theme-grid{grid-template-columns:1fr!important}
  .icon-theme-field .icon-theme-option{min-height:82px!important}
}
