:root{--bg:#f4f7fb;--panel:#fff;--text:#172033;--muted:#667085;--line:#d8e0ee;--primary:#2658ff;--primary2:#163cb4;--accent:#ffbf2f;--danger:#dc2626;--success:#159947;--radius:10px;--shadow:0 10px 30px rgba(18,32,61,.08)}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:linear-gradient(180deg,#eef4ff 0,#f7f8fb 360px);color:var(--text)}a{color:var(--primary);text-decoration:none}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;color:var(--text);font-size:20px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:linear-gradient(135deg,var(--primary),#7c3aed);color:white;box-shadow:var(--shadow)}.top-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.top-nav a{color:#26344d;padding:10px 12px;border-radius:7px;font-weight:700;font-size:14px}.top-nav a:hover{background:#eef3ff}.nav-cta,.btn.primary{background:linear-gradient(135deg,var(--primary),var(--primary2))!important;color:#fff!important}.hero{padding:54px 0 34px}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:26px;align-items:stretch}.hero-card,.panel,.stat-card,.song-row,.auth-card{background:rgba(255,255,255,.94);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--radius)}.hero-card{padding:34px}.eyebrow{display:inline-flex;gap:8px;align-items:center;background:#e9f0ff;color:#2140a3;border:1px solid #cdd9ff;border-radius:7px;padding:7px 10px;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.hero h1{font-size:clamp(32px,5vw,58px);line-height:1.02;margin:18px 0 14px;letter-spacing:-.05em}.hero p{font-size:18px;color:var(--muted);line-height:1.65;margin:0 0 22px}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn,button.btn{appearance:none;border:0;border-radius:7px;padding:11px 15px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#e8edf8;color:#1c2b43;line-height:1}.btn:hover{filter:brightness(.98)}.btn.small{padding:8px 10px;font-size:13px}.btn.danger{background:#ffe6e6;color:#a51616}.btn.success{background:#e7f8ee;color:#0d7333}.btn.dark{background:#172033;color:#fff}.hero-side{padding:24px;display:grid;gap:14px}.stat-card{padding:18px}.stat-card strong{display:block;font-size:28px}.stat-card span{color:var(--muted);font-weight:700}.section{padding:24px 0}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.panel{padding:22px}.panel h2,.panel h3{margin:0 0 12px}.muted{color:var(--muted)}.auth-wrap{min-height:calc(100vh - 160px);display:grid;place-items:center;padding:40px 0}.auth-card{width:min(620px,100%);padding:26px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}.field label{font-weight:800;font-size:13px;color:#334155}.field input,.field textarea,.field select{width:100%;border:1px solid #cbd5e1;border-radius:7px;padding:11px 12px;font:inherit;background:white;color:var(--text)}.field textarea{min-height:105px;resize:vertical}.field.full{grid-column:1/-1}.alert{padding:12px 14px;border-radius:7px;margin:0 0 14px;border:1px solid}.alert-success{background:#e8fff0;border-color:#b6efc9;color:#105f2c}.alert-danger{background:#fff0f0;border-color:#ffc6c6;color:#9b1c1c}.alert-info{background:#eef5ff;border-color:#cbdcff;color:#1f3b87}.dashboard{display:grid;grid-template-columns:250px 1fr;gap:18px;padding:22px 0}.side-menu{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px;height:max-content;position:sticky;top:92px}.side-menu a{display:flex;padding:11px 12px;border-radius:7px;color:#24324a;font-weight:800;margin-bottom:4px}.side-menu a.active,.side-menu a:hover{background:#eef3ff;color:var(--primary)}.admin-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:var(--radius);background:white}.table{width:100%;border-collapse:collapse;font-size:14px}.table th,.table td{padding:12px;border-bottom:1px solid #edf1f7;text-align:left;vertical-align:middle}.table th{background:#f8fafc;color:#475569;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.badge{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900}.badge.ok{background:#dcfce7;color:#166534}.badge.wait{background:#fef3c7;color:#92400e}.badge.off{background:#fee2e2;color:#991b1b}.public-hero{padding:28px 0 18px}.station-banner{border-radius:var(--radius);padding:24px;background:linear-gradient(135deg,var(--station-primary,#2658ff),var(--station-secondary,#7c3aed));color:#fff;box-shadow:var(--shadow);display:flex;justify-content:space-between;gap:18px;align-items:center}.station-banner h1{margin:0 0 8px;font-size:34px}.station-banner p{margin:0;opacity:.9}.station-tools{display:flex;gap:10px;flex-wrap:wrap}.searchbar{display:flex;gap:10px;margin:16px 0}.searchbar input{flex:1;border:1px solid var(--line);border-radius:8px;padding:12px;font:inherit}.song-list{display:grid;gap:10px}.song-row{display:grid;grid-template-columns:78px 70px 1fr auto;gap:14px;align-items:center;padding:12px}.rank{display:grid;place-items:center;width:56px;height:56px;border-radius:9px;background:#172033;color:#fff;font-weight:900;font-size:20px}.prev-rank{font-size:12px;color:var(--muted);font-weight:800}.song-title{font-weight:900}.song-meta{color:var(--muted);font-size:13px;margin-top:4px}.vote-box{display:flex;gap:8px;align-items:center}.vote-box input{width:74px;border:1px solid var(--line);border-radius:7px;padding:9px}.move.up{color:#159947}.move.down{color:#dc2626}.move.same{color:#667085}.widget-layout-classic .song-row{grid-template-columns:78px 70px 1fr auto}.widget-layout-compact .song-row{grid-template-columns:56px 1fr auto;padding:9px}.widget-layout-compact .prev-rank{display:none}.widget-layout-radio .song-row{border-left:5px solid var(--station-primary,#2658ff)}.theme-night{--bg:#0f172a;background:#0f172a;color:#e5e7eb}.theme-night .song-row,.theme-night .panel,.theme-night .auth-card{background:#172033;border-color:#334155;color:#e5e7eb}.site-footer{border-top:1px solid var(--line);padding:24px 0;color:var(--muted);background:#fff}.footer-inner{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.empty{padding:36px;text-align:center;color:var(--muted)}@media(max-width:850px){.hero-grid,.grid-3,.dashboard{grid-template-columns:1fr}.side-menu{position:static}.form-grid{grid-template-columns:1fr}.station-banner{align-items:flex-start;flex-direction:column}.song-row{grid-template-columns:56px 1fr;gap:10px}.prev-rank{display:none}.vote-box{grid-column:1/-1}.header-inner{height:auto;min-height:72px;padding:12px 0;align-items:flex-start;flex-direction:column}.top-nav a{padding:8px}.hero-card{padding:24px}.searchbar{flex-direction:column}}/* Update 2026-05-31: grotere publieke lijst, request als modal en statistieken */
.btn.light{background:rgba(255,255,255,.9);color:#172033!important}.btn.accent{background:#ffbf2f;color:#172033!important}.public-section{padding-top:18px}.public-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.public-main{min-height:680px}.public-sidebar{display:grid;gap:16px;position:sticky;top:92px}.public-song-list{gap:8px}.public-song-list .song-row{grid-template-columns:72px 82px minmax(0,1fr) 150px;border-radius:8px;box-shadow:none;border:1px solid #e1e7f2}.public-song-list .rank{width:50px;height:50px;border-radius:7px}.owner-card .btn{width:100%;margin-top:8px}.register-toggle{margin-top:14px}.register-toggle summary{list-style:none;width:100%;margin-bottom:12px}.register-toggle summary::-webkit-details-marker{display:none}.compact-register{padding-top:8px;border-top:1px solid #e5e7eb}.modal-panel{display:none;position:fixed;inset:0;z-index:200}.modal-panel:target{display:block}.modal-bg{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(4px)}.modal-box{position:relative;background:#fff;border:1px solid var(--line);box-shadow:0 28px 80px rgba(0,0,0,.28);border-radius:10px;width:min(520px,calc(100% - 30px));max-height:calc(100vh - 60px);overflow:auto;margin:30px auto;padding:24px}.modal-close{position:absolute;top:10px;right:14px;font-size:30px;line-height:1;color:#172033}.stats-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.stats-header h2{margin:0}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px}.stats-two{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.panel.soft{background:#f8fafc;box-shadow:none}.owner-quick{margin-top:8px}.owner-quick summary{cursor:pointer;font-size:12px;font-weight:900;color:var(--primary)}.quick-edit{display:grid;grid-template-columns:1fr 1fr 90px 120px 100px 90px auto auto;gap:6px;margin-top:8px;padding:8px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:7px}.quick-edit input,.quick-edit select{border:1px solid #cbd5e1;border-radius:6px;padding:7px;font-size:12px}.login-card h2{font-size:26px}@media(max-width:980px){.public-layout{grid-template-columns:1fr}.public-sidebar{position:static}.public-song-list .song-row{grid-template-columns:56px 1fr}.public-song-list .prev-rank{display:none}.public-song-list .vote-box{grid-column:1/-1}.stats-grid,.stats-two{grid-template-columns:1fr}.quick-edit{grid-template-columns:1fr}.station-tools{width:100%}}

/* Radio Digitaal hitlijst look + Keure multi-station overrides */
.rd-hitlist-theme{--rd-primary:var(--station-primary,#2658ff);--rd-secondary:var(--station-secondary,#7c3aed)}
.rd-station-banner{background:linear-gradient(135deg,var(--rd-primary),var(--rd-secondary));border-radius:8px;color:#fff;padding:18px 22px;box-shadow:0 14px 36px rgba(15,23,42,.18)}
.rd-station-banner h1{margin:0 0 4px;font-size:28px;line-height:1.12}.rd-station-banner p{margin:0;opacity:.92}.station-tools .btn{border-radius:6px}.rd-public-layout{grid-template-columns:minmax(0,1fr) 310px;gap:18px}.rd-hitlist-main{background:#fff;border:1px solid #dbe4ef;border-radius:6px;box-shadow:0 14px 38px rgba(15,23,42,.08);overflow:hidden;min-height:720px}.rd-sidebar{position:sticky;top:88px;display:grid;gap:14px}.rd-sidebar .auth-card,.rd-mini-stats{border-radius:6px;box-shadow:0 10px 28px rgba(15,23,42,.08)}.rd-list-toolbar{padding:14px;border-bottom:1px solid #dfe7f1;background:#f8fafc}.rd-search{display:flex;gap:10px;margin:0 0 10px}.rd-search input{flex:1;border:1px solid #cbd5e1;border-radius:6px;padding:11px 12px;font:inherit}.rd-legend{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-weight:800;font-size:13px}.rd-legend span{border-radius:5px;padding:6px 9px}.legend-up{background:#c8f0d0;color:#136d2b}.legend-down{background:#ffc8d1;color:#8a1725}.legend-same{background:#dbeafe;color:#154782}.legend-one{background:#f5b3cf;color:#8f174f}.rd-table-wrap{width:100%;overflow-x:auto}.rd-hitlist-table{width:100%;border-collapse:collapse;table-layout:auto;background:#fff}.rd-hitlist-table thead th{background:#ececec;color:#646464;text-transform:uppercase;letter-spacing:.055em;font-weight:900;font-size:14px;text-align:left;padding:14px 12px;border-bottom:3px solid #dfe6ef;white-space:nowrap}.rd-hitlist-table thead th:nth-child(1),.rd-hitlist-table thead th:nth-child(2),.rd-hitlist-table thead th:nth-child(3),.rd-hitlist-table thead th:nth-child(5),.rd-hitlist-table thead th:nth-child(6),.rd-hitlist-table thead th:nth-child(7),.rd-hitlist-table thead th:nth-child(8){text-align:center}.rd-hitlist-table tbody td{padding:14px 12px;border-bottom:1px solid #e5eaf2;vertical-align:middle}.rd-hitlist-table tbody tr:nth-child(even){background:#fbfcfe}.rd-hitlist-table tbody tr:hover{background:#f5f9ff}.rd-rank,.rd-year-rank,.rd-prev,.rd-points,.rd-request-btn,.rd-youtube-btn,.rd-vote-btn{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:36px;border:0;border-radius:7px;font-weight:900;text-decoration:none;line-height:1;white-space:nowrap}.rd-rank{color:#fff;font-size:16px}.rank-one{background:#ff3b31}.rank-two{background:#2196f3}.rank-three{background:#ffd89b;color:#ed6100}.rank-normal{background:#f4f4f4;color:#666}.rd-year-rank{background:#3e3e3e;color:#fff;min-width:58px}.rd-prev{min-width:64px;gap:6px}.move-up{background:#bce9c5;color:#167036}.move-down{background:#ffc4cf;color:#922334}.move-same{background:#eeeeee;color:#666}.rd-title-cell{min-width:230px}.rd-title-cell strong{display:block;font-size:20px;color:#272727;line-height:1.15}.rd-title-cell span{display:block;font-size:17px;color:#727272;margin-top:5px}.rd-request-btn{background:#86c4f5;color:#064797;padding:0 17px;cursor:pointer}.rd-youtube-btn{background:#ef9297;color:#b31318;padding:0 17px}.rd-points{background:#ffdc79;color:#f15b00;min-width:106px;font-size:17px;padding:0 12px}.rd-vote-btn{background:#9fd4a5;color:#155d22;padding:0 18px;cursor:pointer}.rd-request-btn:hover,.rd-youtube-btn:hover,.rd-vote-btn:hover{filter:brightness(.96);transform:translateY(-1px)}.owner-quick{margin-top:8px}.owner-quick summary{cursor:pointer;color:var(--rd-primary);font-size:12px;font-weight:900}.quick-edit{display:grid;grid-template-columns:1fr 1fr 75px 95px 90px 90px 80px auto auto;gap:6px;margin-top:8px;padding:8px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px}.quick-edit input,.quick-edit select{border:1px solid #cbd5e1;border-radius:5px;padding:7px;font-size:12px}.saldo-big{font-size:28px;font-weight:900;color:var(--rd-primary);margin:8px 0 14px}.modal-panel{display:none;position:fixed;inset:0;z-index:9999}.modal-panel.is-open{display:block}.modal-bg{position:absolute;inset:0;background:rgba(0,0,0,.52)}.modal-box{position:relative;background:#fff;border-radius:10px;box-shadow:0 24px 70px rgba(0,0,0,.34);width:min(600px,calc(100% - 28px));max-height:calc(100vh - 46px);overflow:auto;margin:46px auto;padding:28px}.modal-x{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:32px;font-weight:900;line-height:1;cursor:pointer;color:#222}.rd-vote-modal{text-align:center;width:min(600px,calc(100% - 28px))}.rd-vote-modal h2{font-size:28px;margin:0 28px 3px}.rd-vote-modal>p{font-size:21px;margin:0 0 20px}.rd-vote-modal h3{font-size:25px;color:#f00;margin:10px 0}.vote-balance{font-size:22px!important;margin-bottom:8px!important}.vote-max{font-size:16px!important;font-weight:800}.vote-modal-form input[type=number]{width:170px;text-align:center;font-size:26px;font-weight:800;padding:8px;border:1px solid #94a3b8;border-radius:4px;margin:10px auto;display:block}.vote-quick{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:6px 0 22px}.vote-quick button{border:0;border-radius:8px;background:#e2e2e2;color:#111;font-weight:900;font-size:20px;min-width:72px;height:42px;cursor:pointer}.vote-submit{font-size:18px!important;padding:13px 24px!important;background:#48ac4f!important}.rd-stats-panel{border-radius:6px}.theme-night .rd-hitlist-main,.theme-night .rd-sidebar .auth-card,.theme-night .rd-mini-stats,.theme-night .modal-box{background:#172033;color:#e5e7eb;border-color:#334155}.theme-night .rd-hitlist-table{background:#172033}.theme-night .rd-hitlist-table thead th{background:#223047;color:#dbeafe}.theme-night .rd-hitlist-table tbody tr:nth-child(even){background:#1d293d}.theme-night .rd-hitlist-table tbody tr:hover{background:#26364f}.theme-night .rd-title-cell strong{color:#fff}.theme-night .rd-title-cell span{color:#cbd5e1}
@media(max-width:1100px){.rd-public-layout{grid-template-columns:1fr}.rd-sidebar{position:static}.rd-hitlist-table thead th{font-size:12px;padding:11px 8px}.rd-hitlist-table tbody td{padding:11px 8px}.rd-title-cell strong{font-size:17px}.rd-title-cell span{font-size:15px}.rd-request-btn,.rd-youtube-btn,.rd-vote-btn{min-width:auto;padding:0 10px}.quick-edit{grid-template-columns:1fr}}
@media(max-width:720px){.rd-station-banner{align-items:flex-start;flex-direction:column}.rd-hitlist-table thead th:nth-child(2),.rd-hitlist-table tbody td:nth-child(2),.rd-hitlist-table thead th:nth-child(5),.rd-hitlist-table tbody td:nth-child(5),.rd-hitlist-table thead th:nth-child(6),.rd-hitlist-table tbody td:nth-child(6){display:none}.rd-hitlist-table thead th{letter-spacing:0}.rd-rank,.rd-year-rank,.rd-prev,.rd-points,.rd-vote-btn{min-width:42px;height:32px}.rd-title-cell{min-width:180px}.modal-box{margin:24px auto;padding:22px}.vote-quick button{min-width:62px;font-size:17px}}

/* Update: compacte Radio Digitaal lijst + studio verzoekjes + DJ live */
.admin-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.rd-public-layout{grid-template-columns:minmax(0,1fr) 270px;gap:14px}.rd-hitlist-main{min-height:0}.rd-list-toolbar{padding:10px 12px}.rd-search{gap:8px;margin-bottom:8px}.rd-search input{padding:8px 10px;font-size:15px}.rd-search .btn{padding:9px 13px}.rd-legend{gap:6px;font-size:12px}.rd-legend span{padding:4px 7px}.rd-hitlist-table thead th{font-size:12px;padding:9px 9px;border-bottom-width:2px}.rd-hitlist-table tbody td{padding:8px 9px}.rd-rank,.rd-year-rank,.rd-prev,.rd-points,.rd-request-btn,.rd-youtube-btn,.rd-vote-btn{height:30px;min-width:40px;border-radius:6px;font-size:13px}.rd-rank{font-size:14px}.rd-year-rank{min-width:50px}.rd-prev{min-width:54px}.rd-title-cell{min-width:260px}.rd-title-cell strong{font-size:16px;line-height:1.12}.rd-title-cell span{font-size:14px;margin-top:2px}.rd-request-btn,.rd-youtube-btn,.rd-vote-btn{padding:0 11px}.rd-points{min-width:82px;font-size:14px;padding:0 10px}.rd-sidebar .auth-card,.rd-mini-stats{padding:14px}.rd-sidebar h2{font-size:20px;margin:0 0 10px}.field{margin-bottom:10px}.field input,.field textarea,.field select{padding:9px 10px;border-radius:5px}.btn,button.btn{border-radius:5px;padding:9px 12px}.btn.small{padding:6px 8px}.modal-box{border-radius:8px;padding:22px}.rd-vote-modal h2{font-size:23px}.rd-vote-modal>p{font-size:18px;margin-bottom:14px}.rd-vote-modal h3{font-size:21px}.vote-modal-form input[type=number]{font-size:22px;padding:6px;width:150px}.vote-quick button{min-width:60px;height:34px;font-size:16px;border-radius:6px}.vote-submit{font-size:16px!important;padding:10px 18px!important}.request-inbox{display:grid;gap:12px}.request-card{background:#fff;border:1px solid #dbe4ef;border-left:5px solid #f59e0b;border-radius:7px;box-shadow:0 8px 22px rgba(15,23,42,.06);padding:14px}.request-card.approved{border-left-color:#16a34a}.request-card.rejected{border-left-color:#dc2626}.request-topline{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px}.request-time{font-weight:900;color:#334155}.request-main{display:grid;grid-template-columns:1.35fr .8fr .75fr;gap:14px;align-items:start}.request-song h2{font-size:20px;margin:4px 0 8px;line-height:1.15}.request-song blockquote{margin:8px 0 0;padding:10px 12px;background:#f8fafc;border-left:4px solid #2658ff;border-radius:4px;color:#172033}.label{display:block;text-transform:uppercase;letter-spacing:.06em;font-size:11px;color:#64748b;font-weight:1000}.request-person strong{font-size:17px}.request-person p,.request-trackstats p{margin:6px 0;line-height:1.45}.bonus-note{background:#fff7d6;border:1px solid #ffe08a;color:#9a5a00;border-radius:5px;padding:7px;font-weight:900}.request-actions{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.live-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.live-status-card{border:1px solid #dbe4ef;background:#f8fafc;border-radius:7px;padding:16px;margin:10px 0 16px}.live-status-card.on{background:#e9fff1;border-color:#b8efca}.live-status-card strong{display:block;font-size:24px}.live-status-card span{display:block;font-weight:900;margin-top:4px}.live-status-card p{margin:6px 0 0;color:#475569}@media(max-width:1100px){.rd-public-layout{grid-template-columns:1fr}.rd-hitlist-table{min-width:880px}.rd-table-wrap{overflow-x:auto}.request-main,.live-admin-grid{grid-template-columns:1fr}}@media(max-width:720px){.rd-hitlist-table{min-width:680px}.rd-hitlist-table thead th:nth-child(2),.rd-hitlist-table tbody td:nth-child(2),.rd-hitlist-table thead th:nth-child(5),.rd-hitlist-table tbody td:nth-child(5),.rd-hitlist-table thead th:nth-child(6),.rd-hitlist-table tbody td:nth-child(6){display:none}.rd-title-cell{min-width:190px}.rd-title-cell strong{font-size:15px}.rd-title-cell span{font-size:13px}}

/* Ronny fix 2026-05-31: compacter Radio Digitaal look, werkende modal en studio verzoek-inbox */
.rd-toolbar-flex{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.rd-toolbar-flex .rd-search{margin:0}.rd-toolbar-flex .rd-legend{justify-content:flex-end}.small-note{font-size:12px;line-height:1.35}.request-login-bonus{background:#fff7d6;border:1px solid #ffe08a;color:#875700;border-radius:5px;padding:8px 10px;font-weight:800}.modal-panel.is-open{display:block!important}.modal-panel.is-open .modal-box{animation:top1000Pop .12s ease-out}@keyframes top1000Pop{from{transform:scale(.96);opacity:.4}to{transform:scale(1);opacity:1}}
@media(min-width:1101px){.rd-public-layout{grid-template-columns:minmax(0,1fr) 250px;gap:12px}.rd-hitlist-table{table-layout:fixed}.rd-hitlist-table th:nth-child(1),.rd-hitlist-table td:nth-child(1){width:62px}.rd-hitlist-table th:nth-child(2),.rd-hitlist-table td:nth-child(2){width:70px}.rd-hitlist-table th:nth-child(3),.rd-hitlist-table td:nth-child(3){width:86px}.rd-hitlist-table th:nth-child(4),.rd-hitlist-table td:nth-child(4){width:auto}.rd-hitlist-table th:nth-child(5),.rd-hitlist-table td:nth-child(5){width:105px}.rd-hitlist-table th:nth-child(6),.rd-hitlist-table td:nth-child(6){width:104px}.rd-hitlist-table th:nth-child(7),.rd-hitlist-table td:nth-child(7){width:100px}.rd-hitlist-table th:nth-child(8),.rd-hitlist-table td:nth-child(8){width:96px}.rd-table-wrap{overflow-x:hidden}.rd-hitlist-table thead th{font-size:11px;padding:8px 7px}.rd-hitlist-table tbody td{padding:7px 7px}.rd-title-cell{min-width:0}.rd-title-cell strong{font-size:15px}.rd-title-cell span{font-size:13px}.rd-rank,.rd-year-rank,.rd-prev,.rd-points,.rd-request-btn,.rd-youtube-btn,.rd-vote-btn{height:28px;min-width:36px;border-radius:5px;font-size:12px}.rd-year-rank{min-width:48px}.rd-prev{min-width:56px}.rd-request-btn,.rd-youtube-btn,.rd-vote-btn{padding:0 8px}.rd-points{min-width:76px;font-size:13px;padding:0 7px}.rd-sidebar .auth-card,.rd-mini-stats{padding:12px}.rd-sidebar h2{font-size:18px}.saldo-big{font-size:24px}.rd-search input{padding:7px 10px}.rd-search .btn{padding:8px 12px}.rd-legend span{font-size:11px;padding:4px 7px}}
@media(max-width:900px){.rd-toolbar-flex{grid-template-columns:1fr}.rd-toolbar-flex .rd-legend{justify-content:flex-start}}
.request-filter-panel{padding:12px 16px}.request-live-count{margin-left:auto;font-weight:800;color:#334155}.studio-radio-card{border:1px solid #d6dde8;border-radius:8px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.08);overflow:hidden;margin-bottom:14px}.studio-radio-head{display:flex;justify-content:space-between;align-items:center;gap:12px;background:linear-gradient(90deg,#141a31,#28384d);color:#fff;padding:14px 22px;font-size:16px}.studio-requester{font-size:19px;font-weight:900}.studio-requester strong{color:#ffd328}.studio-icon{display:inline-flex;width:20px;height:20px;border-radius:50%;align-items:center;justify-content:center;background:#fff;color:#14213d;font-size:11px;margin-right:10px}.studio-meta{display:flex;align-items:center;gap:12px;font-size:14px;opacity:.95}.studio-radio-body{padding:20px 28px}.studio-song-box{background:#f8fafc;border:1px solid #d8e0ea;border-radius:6px;overflow:hidden;margin-bottom:18px}.studio-line{display:grid;grid-template-columns:136px minmax(0,1fr);align-items:center;gap:20px;padding:10px 20px}.studio-line strong{font-size:24px;line-height:1.2}.studio-label{display:inline-flex;align-items:center;justify-content:center;min-width:120px;height:34px;border-radius:5px;color:#fff;text-transform:uppercase;font-size:12px;font-weight:1000}.studio-label.purple{background:#5f66c9}.studio-label.teal{background:#27aaa0}.studio-label.dark{background:#4e6a78}.studio-label.grey{background:#8198a4}.studio-alt{display:flex;align-items:center;gap:16px;padding:12px 20px;border-top:1px solid #e5eaf2}.studio-alt .divider{font-weight:900;color:#0f172a}.studio-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.studio-stat{border-radius:7px;padding:17px 14px;text-align:center;border-left:5px solid #94a3b8}.studio-stat span{display:block;text-transform:uppercase;color:#64748b;font-size:12px;margin-bottom:10px}.studio-stat strong{display:block;font-size:22px;color:#172033}.studio-stat small{display:block;margin-top:6px}.studio-stat.blue{background:#e5f4ff;border-left-color:#38a7f5}.studio-stat.purple{background:#f4e7f4;border-left-color:#a246c7}.studio-stat.red{background:#fde8eb;border-left-color:#f06575}.studio-stat.green{background:#e8f5e8;border-left-color:#54b461}.studio-message{border:1px solid #d8e0ea;border-radius:6px;padding:14px 20px;margin-bottom:16px;min-height:62px}.studio-message p{margin:8px 0 0}.studio-actions{display:flex;gap:8px;flex-wrap:wrap}.studio-radio-card.approved .studio-radio-head{background:linear-gradient(90deg,#115b30,#198754)}.studio-radio-card.rejected .studio-radio-head{background:linear-gradient(90deg,#6f1d1b,#b91c1c)}
@media(max-width:1100px){.studio-radio-head{align-items:flex-start;flex-direction:column}.studio-stat-grid{grid-template-columns:1fr 1fr}.studio-line{grid-template-columns:110px 1fr}.studio-line strong{font-size:19px}.studio-radio-body{padding:16px}.studio-alt{flex-wrap:wrap}.request-live-count{margin-left:0}}
@media(max-width:680px){.studio-stat-grid{grid-template-columns:1fr}.studio-line{grid-template-columns:1fr;gap:8px}.studio-radio-head{padding:12px}.studio-meta{flex-wrap:wrap}.studio-radio-body{padding:12px}.studio-label{min-width:100px}.studio-line strong{font-size:17px}}

/* HitlijstHub update: admin header live button, richer request cards, vote/login popup fix */
.admin-topbar-actions{display:flex;justify-content:flex-end;gap:8px;align-items:center;margin:0 0 12px;position:sticky;top:76px;z-index:20;background:rgba(248,250,252,.92);backdrop-filter:blur(8px);padding:8px;border:1px solid #e5e7eb;border-radius:6px}
.admin-topbar-actions .btn{padding:8px 12px;border-radius:5px;font-size:13px}.live-header-btn{background:#111827!important;color:#fff!important}.live-header-btn:hover{background:#dc2626!important;color:#fff!important}.site-header .nav-cta{box-shadow:none}.normal-vote-title{color:#172033!important;font-size:23px!important}.login-required-box{text-align:center;max-width:460px}.login-required-box h2{font-size:26px;margin:0 30px 10px}.login-required-box p{font-size:17px;color:#475569}.login-required-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:18px}
.studio-radio-card{border:1px solid #d8e0eb;border-radius:8px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.08);margin-bottom:16px;overflow:hidden}.studio-radio-head{display:flex;justify-content:space-between;gap:12px;align-items:center;background:#1e293b;color:#fff;padding:14px 18px}.studio-requester{display:flex;align-items:center;gap:9px;font-size:17px;font-weight:800;flex-wrap:wrap}.studio-requester strong{color:#facc15}.studio-requester small{font-size:12px;color:#cbd5e1;font-weight:700}.studio-icon{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#fff;color:#1e293b;font-size:9px}.studio-meta{display:flex;gap:11px;align-items:center;flex-wrap:wrap;color:#e5e7eb;font-size:13px}.studio-radio-body{padding:18px}.studio-song-box{border:1px solid #dbe4ef;border-radius:7px;background:#f8fafc;overflow:hidden;margin-bottom:14px}.studio-line{display:grid;grid-template-columns:135px 1fr;gap:16px;align-items:center;padding:10px 16px}.studio-line strong{font-size:23px;color:#20242b}.studio-label{display:inline-flex;align-items:center;justify-content:center;min-width:115px;height:30px;border-radius:5px;color:#fff;text-transform:uppercase;font-size:12px;font-weight:900}.studio-label.purple{background:#5966c9}.studio-label.teal{background:#26a69a}.studio-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.studio-stat-grid-wide{grid-template-columns:repeat(4,minmax(0,1fr))}.studio-stat{border-left:5px solid #94a3b8;border-radius:7px;background:#f8fafc;padding:12px 14px;min-height:92px;text-align:center}.studio-stat span{display:block;color:#64748b;text-transform:uppercase;font-size:12px;margin-bottom:8px}.studio-stat strong{display:block;font-size:21px;color:#172033}.studio-stat small{display:block;margin-top:5px;color:#334155;font-size:12px;line-height:1.35}.studio-stat.blue{background:#eaf6ff;border-color:#38a6f4}.studio-stat.purple{background:#faeafe;border-color:#a855f7}.studio-stat.red{background:#ffecef;border-color:#fb7185}.studio-stat.yellow{background:#fff5d6;border-color:#f59e0b}.studio-stat.green{background:#eaf8ee;border-color:#22c55e}.studio-stat.grey{background:#f1f5f9;border-color:#64748b}.studio-stat.mint{background:#eafff6;border-color:#14b8a6}.studio-stat.lime{background:#efffe5;border-color:#84cc16}.studio-message{border:1px solid #dbe4ef;border-radius:7px;padding:14px 16px;margin-top:10px;background:#fff}.studio-message p{margin:8px 0 0}.studio-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.request-live-count{font-weight:800;color:#172033}.request-filter-panel .searchbar{align-items:center}
@media(max-width:1050px){.studio-stat-grid,.studio-stat-grid-wide{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-radio-head{align-items:flex-start;flex-direction:column}.studio-line{grid-template-columns:1fr}.studio-line strong{font-size:19px}}
@media(max-width:620px){.admin-topbar-actions{position:static;justify-content:flex-start;flex-wrap:wrap}.studio-stat-grid,.studio-stat-grid-wide{grid-template-columns:1fr}.studio-radio-body{padding:12px}.studio-radio-head{padding:12px}.studio-line{padding:9px 12px}.studio-label{min-width:100px}.rd-vote-modal h3{font-size:20px!important}.rd-vote-modal h2{font-size:23px!important}.vote-balance{font-size:18px!important}}


/* === HitlijstHub modes / afwerken update === */
.mode-status-card{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 16px;padding:16px 18px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}
.mode-status-card strong{font-size:20px}.mode-status-card span{color:var(--muted);font-weight:700}
.mode-status-card.is-work{border-left:6px solid #f59e0b;background:#fff7ed}.mode-status-card.is-standard{border-left:6px solid #16a34a;background:#f0fdf4}
.mode-check label{display:flex;align-items:center;gap:10px;font-weight:800}.mode-check input{width:auto}
.work-mode-public-banner{margin:14px 0 0;display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;background:linear-gradient(135deg,#111827,#334155);color:#fff;box-shadow:0 12px 30px rgba(15,23,42,.20);overflow:hidden;position:relative}
.work-mode-public-banner strong{display:block;font-size:17px}.work-mode-public-banner span{display:block;font-size:13px;opacity:.92;margin-top:2px}
.work-mode-public-banner.is-hidden-mode{background:linear-gradient(135deg,#7f1d1d,#b45309)}
.work-pulse{width:15px;height:15px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 0 rgba(34,197,94,.75);animation:workPulse 1.4s infinite}
@keyframes workPulse{70%{box-shadow:0 0 0 12px rgba(34,197,94,0)}100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}}
.work-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.work-toolbar form{display:flex;align-items:center;gap:8px;margin:0}.work-toolbar select{border:1px solid var(--line);border-radius:6px;padding:8px}
.worklist-cards{display:grid;gap:14px}.work-card{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);overflow:hidden}.work-card-top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding:16px 18px;background:#f8fafc;border-bottom:1px solid var(--line)}.work-card h2{margin:4px 0;font-size:24px}.work-card p{margin:0;color:var(--muted);font-size:18px}.work-place{display:inline-flex;background:#111827;color:#fff;border-radius:6px;padding:6px 10px;font-weight:900}
.work-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:var(--line);border-bottom:1px solid var(--line)}.work-stats div{background:#fff;padding:12px}.work-stats span{display:block;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.work-stats strong{display:block;font-size:18px;margin-top:4px}
.work-two{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:16px 18px}.work-two h3{margin:0 0 8px}.work-two ul{margin:0;padding-left:18px}.work-two li{margin:4px 0}.pager{display:flex;justify-content:center;gap:12px;align-items:center;margin:18px 0}
.hidden-work-row .rd-title-cell strong{font-size:18px}
@media (max-width:900px){.work-stats{grid-template-columns:repeat(2,1fr)}.work-two{grid-template-columns:1fr}.work-card-top{flex-direction:column}.work-toolbar{align-items:flex-start;flex-direction:column}}


/* Update: Afwerk modus publieke tekst + compactere YouTube button */
.work-mode-public-banner .work-pulse{width:12px;height:12px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 0 rgba(34,197,94,.65);animation:workPulse 1.4s infinite;flex:0 0 auto}
@keyframes workPulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.65)}70%{box-shadow:0 0 0 12px rgba(34,197,94,0)}100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}}
.rd-youtube-btn{gap:6px;background:linear-gradient(180deg,#ff9aa2,#ee737b);color:#9b1116!important;box-shadow:inset 0 1px rgba(255,255,255,.35);}
.rd-youtube-btn .yt-play{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#fff;color:#d01820;font-size:10px;line-height:1;padding-left:1px}
.hidden-work-row .rd-title-cell strong{font-size:18px}.hidden-work-row .rd-title-cell span{font-size:15px}
.hidden-work-row .work-youtube-btn{min-width:92px;height:30px;border-radius:6px;font-size:12px;padding:0 10px;background:linear-gradient(180deg,#ff9aa2,#ed7079);}
.mode-status-card.is-work strong::after{content:' 🎙️';}

/* HitlijstHub update: verzoekbox, liedjes goedkeuren, archiefhistorie, mooiere stem-popup */
.request-status-panel{padding:12px 16px}.requestbox-toggle-form{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.requestbox-toggle{border:0;border-radius:6px;padding:10px 15px;font-weight:1000;cursor:pointer;color:#fff}.requestbox-toggle.is-on{background:#16a34a}.requestbox-toggle.is-off{background:#dc2626}.studio-radio-card.needs-approval{border-left:5px solid #f59e0b}.approval-notice{background:#fff7d6;border:1px solid #facc15;color:#7c4a03;border-radius:6px;padding:10px 12px;margin-bottom:12px;font-weight:900}.approval-list{display:grid;gap:12px}.approval-card{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:16px;border:1px solid #dbe4ef;background:#fff;border-radius:7px;padding:16px;box-shadow:0 8px 22px rgba(15,23,42,.06)}.approval-card h2{margin:0 0 3px;font-size:22px}.approval-artist{margin:0 0 8px;font-size:17px;color:#64748b}.approval-card blockquote{margin:10px 0 0;padding:10px 12px;background:#f8fafc;border-left:4px solid #2658ff}.approval-side{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:12px}.approval-side h3{margin:0 0 8px}.approval-side ul{margin:0 0 12px;padding-left:18px}.approval-actions{display:flex;gap:8px;flex-wrap:wrap}.vote-modal-2026{max-width:560px;border:1px solid rgba(255,255,255,.7);box-shadow:0 25px 80px rgba(15,23,42,.35);padding:0;overflow:hidden}.vote-modal-2026 .modal-x{font-size:35px;top:16px;right:20px;color:#0f172a}.vote-song-head{padding:28px 28px 18px;background:linear-gradient(135deg,#f8fbff,#ffffff);text-align:center;border-bottom:1px solid #e5eefb}.vote-song-head .vote-badge{display:inline-flex;background:#e8f0ff;color:#1946bd;border-radius:4px;padding:4px 9px;font-size:11px;text-transform:uppercase;font-weight:1000;letter-spacing:.08em}.vote-song-head h2{font-size:28px;margin:8px 40px 2px;line-height:1.1}.vote-song-head p{margin:0;color:#374151;font-size:20px}.vote-info-card{margin:18px 28px 14px;border-radius:8px;background:#f7f9fd;border:1px solid #dce6f4;padding:16px;text-align:center}.vote-info-card.is-hitweek{background:#fff5f5;border-color:#fecaca}.vote-info-card h3{margin:0 0 12px;color:#0f172a;font-size:20px}.vote-info-card.is-hitweek h3{color:#ef0000}.vote-balance-row{display:flex;justify-content:space-between;gap:10px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:10px 12px;font-size:16px}.vote-balance-row strong{font-size:24px}.vote-max-row{margin-top:10px;font-weight:900;color:#334155}.vote-form-2026{padding:0 28px 28px;text-align:center}.vote-input-label{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.06em;font-weight:1000;color:#64748b;margin-bottom:8px}.vote-form-2026 input[type=number]{width:170px;height:54px;text-align:center;font-size:27px;font-weight:1000;border:1px solid #aebbd0;border-radius:6px}.vote-form-2026 .vote-quick{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:14px 0 18px}.vote-form-2026 .vote-quick button{height:38px;min-width:58px;border:0;border-radius:6px;background:#e5e7eb;font-weight:1000;font-size:16px;cursor:pointer}.vote-form-2026 .vote-quick button:hover{background:#dbeafe;color:#1946bd}.vote-submit{min-width:210px;height:48px;font-size:17px}@media(max-width:900px){.approval-card{grid-template-columns:1fr}.vote-song-head h2{font-size:23px}.vote-song-head p{font-size:17px}}

/* HitlijstHub compact fix 2026-05-31: header buttons, vote popup and request points */
.rd-station-banner{padding:14px 16px!important;gap:10px!important}.rd-station-banner h1{font-size:24px!important;margin-bottom:3px!important}.rd-station-banner p{font-size:13px!important}.station-tools{gap:6px!important}.station-tools .btn,.station-tools span.btn{padding:7px 9px!important;border-radius:5px!important;font-size:12px!important;min-height:30px!important;line-height:1!important}.rd-toolbar-flex{padding:8px 10px!important}.rd-search{gap:7px!important}.rd-search input{height:36px!important;padding:7px 10px!important;font-size:15px!important}.rd-search .btn{height:36px!important;padding:0 11px!important;font-size:13px!important}.rd-legend{gap:5px!important}.rd-legend span{height:26px!important;padding:0 8px!important;border-radius:5px!important;font-size:12px!important}.rd-hitlist-table th{padding:8px 10px!important;font-size:12px!important}.rd-hitlist-table td{padding:7px 10px!important}.rd-title-cell strong{font-size:19px!important;line-height:1.1!important}.rd-title-cell span{font-size:14px!important}.rd-rank,.rd-year-rank,.rd-prev{min-width:42px!important;height:31px!important;border-radius:5px!important;font-size:14px!important}.rd-request-btn,.rd-youtube-btn,.rd-vote-btn{height:30px!important;min-width:82px!important;padding:0 9px!important;border-radius:5px!important;font-size:13px!important}.rd-points{height:30px!important;min-width:72px!important;border-radius:5px!important;font-size:15px!important}.public-sidebar .auth-card,.rd-mini-stats{padding:14px!important}.public-sidebar h2,.public-sidebar h3{font-size:18px!important;margin-bottom:8px!important}.saldo-big{font-size:26px!important}.rd-vote-modal.vote-modal-2026{max-width:430px!important;border-radius:8px!important}.vote-modal-2026 .modal-x{font-size:31px!important;top:8px!important;right:13px!important}.vote-song-head{padding:16px 20px 10px!important}.vote-song-head .vote-badge{font-size:10px!important;padding:3px 7px!important}.vote-song-head h2{font-size:22px!important;margin:6px 30px 0!important}.vote-song-head p{font-size:16px!important}.vote-info-card{margin:10px 18px 8px!important;padding:10px!important;border-radius:6px!important}.vote-info-card h3{font-size:17px!important;margin-bottom:7px!important}.vote-balance-row{padding:7px 9px!important;font-size:13px!important}.vote-balance-row strong{font-size:20px!important}.vote-max-row{font-size:12px!important;margin-top:7px!important}.vote-form-2026{padding:0 18px 18px!important}.vote-input-label{font-size:11px!important;margin-bottom:5px!important}.vote-form-2026 input[type=number]{width:130px!important;height:40px!important;font-size:21px!important;border-radius:5px!important}.vote-form-2026 .vote-quick{gap:6px!important;margin:9px 0 12px!important}.vote-form-2026 .vote-quick button{height:30px!important;min-width:46px!important;border-radius:5px!important;font-size:13px!important}.vote-submit{min-width:160px!important;height:38px!important;font-size:14px!important}.request-form-compact .field{margin-bottom:8px!important}.request-form-compact input,.request-form-compact textarea{padding:8px 10px!important}.request-form-compact textarea{min-height:72px!important}.request-points-box{background:#f8fbff;border:1px solid #dbe8ff;border-radius:7px;padding:10px}.request-points-meta{font-size:13px;color:#475569;margin-bottom:7px}.request-points-box input[type=number]{max-width:140px;text-align:center;font-weight:900}.request-quick{display:inline-flex;gap:6px;flex-wrap:wrap;margin-left:8px}.request-quick button{height:30px;border:0;border-radius:5px;padding:0 10px;font-weight:900;background:#e5e7eb;cursor:pointer}.request-quick button:hover{background:#dbeafe;color:#1946bd}.approval-empty-state{display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;padding:34px;border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;color:#334155}.approval-empty-state strong{font-size:20px}.approval-empty-state span{color:#64748b}@media(max-width:900px){.rd-station-banner{align-items:flex-start!important}.station-tools{width:100%;justify-content:flex-start}.rd-hitlist-table td{padding:6px!important}.rd-title-cell strong{font-size:17px!important}.rd-request-btn,.rd-youtube-btn,.rd-vote-btn{min-width:70px!important;font-size:12px!important}}

/* Compact fix 2026-05-31 - Ronny: alles kleiner/strakker op publieke /t/ pagina */
.rd-hitlist-theme .container{width:min(1420px,calc(100% - 28px))!important}.rd-station-banner{padding:8px 12px!important}.rd-station-banner h1{font-size:19px!important;line-height:1.05!important}.rd-station-banner p{font-size:11px!important;line-height:1.25!important}.station-tools{gap:4px!important}.station-tools .btn,.station-tools span.btn{padding:5px 7px!important;min-height:24px!important;border-radius:4px!important;font-size:11px!important;gap:4px!important}.public-section{padding-top:8px!important}.public-layout{gap:10px!important;grid-template-columns:minmax(0,1fr) 265px!important}.rd-toolbar-flex{padding:5px 8px!important;gap:6px!important}.rd-search{gap:5px!important}.rd-search input{height:30px!important;font-size:13px!important;padding:5px 8px!important;border-radius:5px!important}.rd-search .btn{height:30px!important;padding:0 9px!important;font-size:12px!important;border-radius:5px!important}.rd-legend{gap:4px!important}.rd-legend span{height:22px!important;padding:0 6px!important;font-size:10.5px!important;border-radius:4px!important}.rd-hitlist-table{font-size:12px!important}.rd-hitlist-table th{padding:5px 7px!important;font-size:10.5px!important;letter-spacing:.04em!important;line-height:1.05!important}.rd-hitlist-table td{padding:4px 7px!important;line-height:1.05!important}.rd-title-cell strong{font-size:14px!important;line-height:1.05!important;letter-spacing:-.01em!important}.rd-title-cell span{font-size:12px!important;line-height:1.05!important;margin-top:2px!important}.rd-rank,.rd-year-rank,.rd-prev{height:26px!important;min-width:34px!important;border-radius:5px!important;font-size:12px!important;padding:0 6px!important}.rd-year-rank{min-width:42px!important}.rd-prev{min-width:49px!important}.rd-points{height:26px!important;min-width:56px!important;border-radius:5px!important;font-size:12px!important;padding:0 6px!important}.rd-request-btn,.rd-youtube-btn,.rd-vote-btn{height:26px!important;min-width:66px!important;padding:0 7px!important;border-radius:5px!important;font-size:11.5px!important;gap:4px!important}.rd-youtube-btn .yt-play{width:15px!important;height:15px!important;font-size:8px!important}.rd-hitlist-table th:nth-child(1),.rd-hitlist-table td:nth-child(1){width:58px!important}.rd-hitlist-table th:nth-child(2),.rd-hitlist-table td:nth-child(2){width:55px!important}.rd-hitlist-table th:nth-child(3),.rd-hitlist-table td:nth-child(3){width:72px!important}.rd-hitlist-table th:nth-child(5),.rd-hitlist-table td:nth-child(5){width:84px!important}.rd-hitlist-table th:nth-child(6),.rd-hitlist-table td:nth-child(6){width:88px!important}.rd-hitlist-table th:nth-child(7),.rd-hitlist-table td:nth-child(7){width:74px!important}.rd-hitlist-table th:nth-child(8),.rd-hitlist-table td:nth-child(8){width:78px!important}.rd-sidebar .auth-card,.rd-mini-stats{padding:10px!important;border-radius:7px!important}.rd-sidebar h2,.rd-sidebar h3{font-size:15px!important;margin-bottom:6px!important}.rd-sidebar p{font-size:12px!important;line-height:1.25!important}.saldo-big{font-size:21px!important;line-height:1.1!important}.rd-sidebar .field{margin-bottom:8px!important}.rd-sidebar .field label{font-size:11px!important}.rd-sidebar .field input{height:30px!important;padding:5px 7px!important;font-size:12px!important}.rd-sidebar .btn{padding:6px 8px!important;font-size:11.5px!important;min-height:26px!important;border-radius:5px!important}.hidden-work-row .rd-title-cell strong{font-size:14px!important}.hidden-work-row .rd-title-cell span{font-size:12px!important}.work-youtube-btn{min-width:72px!important;height:25px!important}

/* Extra compacte stem-popup */
.rd-vote-modal.vote-modal-2026{max-width:360px!important;border-radius:7px!important}.vote-modal-2026 .modal-x{font-size:26px!important;top:6px!important;right:10px!important}.vote-song-head{padding:11px 14px 7px!important}.vote-song-head .vote-badge{font-size:9px!important;padding:2px 6px!important}.vote-song-head h2{font-size:18px!important;margin:4px 28px 0!important;line-height:1.05!important}.vote-song-head p{font-size:13px!important;line-height:1.1!important}.vote-info-card{margin:8px 12px 6px!important;padding:8px!important}.vote-info-card h3{font-size:14px!important;margin-bottom:5px!important}.vote-balance-row{padding:5px 7px!important;font-size:12px!important}.vote-balance-row strong{font-size:17px!important}.vote-max-row{font-size:11px!important;margin-top:5px!important}.vote-form-2026{padding:0 12px 12px!important}.vote-input-label{font-size:9.5px!important;margin-bottom:4px!important}.vote-form-2026 input[type=number]{width:104px!important;height:32px!important;font-size:17px!important}.vote-form-2026 .vote-quick{gap:4px!important;margin:7px 0 9px!important}.vote-form-2026 .vote-quick button{height:25px!important;min-width:38px!important;font-size:11px!important;border-radius:4px!important}.vote-submit{min-width:130px!important;height:32px!important;font-size:12px!important;border-radius:5px!important}

@media(max-width:1100px){.public-layout{grid-template-columns:1fr!important}.rd-sidebar{position:static!important}.rd-title-cell strong{font-size:13px!important}.rd-title-cell span{font-size:11px!important}.rd-request-btn,.rd-youtube-btn,.rd-vote-btn{min-width:58px!important;font-size:10.5px!important}.rd-points{min-width:50px!important}.rd-hitlist-table td{padding:4px 5px!important}.rd-hitlist-table th{padding:5px!important}}

/* Update 2026-05-31 - geen DJ live + stemanimatie zoals Radio Digitaal, maar compacter */
.rd-request-btn.is-disabled,.station-tools .btn.is-disabled{opacity:.62;filter:grayscale(.18);cursor:not-allowed;background:#e5e7eb!important;color:#64748b!important}
.no-dj-note{margin-top:6px!important;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:5px;padding:6px 7px;font-weight:800;font-size:11px!important}
.no-dj-request-box{max-width:390px!important;text-align:center;padding:20px!important;border-radius:8px!important}.no-dj-request-box h2{font-size:20px!important;margin:6px 26px 8px!important}.no-dj-request-box p{font-size:14px!important;line-height:1.35!important;color:#334155;margin:0!important}
@keyframes top1000VotePulse{0%{background:#fff}18%{background:#ffe0e0;box-shadow:inset 0 0 0 2px rgba(239,68,68,.35)}38%{background:#fff}60%{background:#ffe0e0;box-shadow:inset 0 0 0 2px rgba(239,68,68,.30)}100%{background:#fff}}
@keyframes top1000VoteGlow{0%,100%{box-shadow:0 0 0 rgba(239,68,68,0)}50%{box-shadow:0 0 0 999px rgba(239,68,68,0),0 0 22px rgba(239,68,68,.40)}}
.rd-hitlist-table tr.vote-pulse-start>td{animation:top1000VotePulse .45s ease-in-out 1!important}.rd-hitlist-table tr.vote-moving{position:relative;z-index:10}.rd-hitlist-table tr.vote-moving>td{background:#fff1f2!important;animation:top1000VoteGlow .9s ease-in-out 1!important}.rd-hitlist-table tr.vote-finish-flash>td{animation:top1000VotePulse 1.6s ease-in-out 1!important}.rd-hitlist-table tr.vote-finish-flash .rd-points{background:#ffb703!important;color:#a33d00!important;transform:scale(1.06)}



/* Admin navigatie overzichtelijk gegroepeerd */
.grouped-side-menu{padding:10px;display:flex;flex-direction:column;gap:0}
.side-group{border:1px solid #e5eaf4;background:#fff;border-radius:6px;margin:0 0 8px;overflow:hidden}
.side-group + .side-group{margin-top:0}
.side-title{background:#f1f5fb;color:#475569;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;padding:8px 10px;border-bottom:1px solid #e5eaf4}
.grouped-side-menu .side-group a{margin:0;border-radius:0;padding:8px 10px;font-size:13px;border-bottom:1px solid #f1f4f9}
.grouped-side-menu .side-group a:last-child{border-bottom:0}
.grouped-side-menu .side-group a.active{background:#e9f0ff;border-left:3px solid var(--primary);padding-left:7px}
.side-group-links a{font-size:12px}

/* Compact luisteraar beheer */
.compact-admin-panel{padding:14px}
.compact-table{font-size:13px}
.compact-table th,.compact-table td{padding:8px 9px}
.tiny{font-size:11px}
.nowrap{white-space:nowrap}
.modal-backdrop-lite{position:fixed;inset:0;background:rgba(15,23,42,.55);z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:32px 12px;overflow:auto}
.admin-modal{background:#fff;border:1px solid #dbe3f0;box-shadow:0 18px 60px rgba(15,23,42,.25);border-radius:8px;width:min(920px,96vw)}
.compact-voter-modal{width:min(820px,96vw)}
.admin-modal-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding:14px 16px;border-bottom:1px solid #e8edf5}
.admin-modal-head h2{margin:0;font-size:22px}
.admin-modal-head p{margin:3px 0 0}
.modal-close{font-size:34px;line-height:1;color:#111827;font-weight:900}
.tabbar{display:flex;gap:6px;padding:10px 14px;border-bottom:1px solid #e8edf5;background:#f8fafc;flex-wrap:wrap}
.tabbar a{padding:8px 10px;border-radius:6px;background:#e9eef7;color:#27364d;font-weight:900;font-size:13px}
.tabbar a.active{background:var(--primary);color:#fff}
.voter-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px 16px}
.voter-edit-grid label{font-size:12px;font-weight:900;color:#334155;display:flex;flex-direction:column;gap:5px}
.voter-edit-grid input,.voter-edit-grid select{border:1px solid #cbd5e1;border-radius:6px;padding:8px 9px;font:inherit;background:#fff}
.voter-edit-grid .full{grid-column:1/-1}
.voter-readonly{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;background:#f8fafc;border:1px solid #e5eaf4;border-radius:6px;padding:9px;font-size:12px;color:#475569}
.modal-actions{display:flex;gap:8px;justify-content:flex-end}
.history-table-wrap{padding:12px 14px}
.pager{display:flex;gap:5px;padding:0 14px 14px;flex-wrap:wrap}
.pager a{display:inline-flex;min-width:30px;height:30px;align-items:center;justify-content:center;border-radius:6px;background:#e9eef7;color:#27364d;font-weight:900}
.pager a.active{background:var(--primary);color:#fff}
@media(max-width:760px){
  .voter-edit-grid{grid-template-columns:1fr}
  .voter-readonly{grid-template-columns:1fr}
  .admin-modal-head h2{font-size:18px}
}

/* Update 2026-05-31 - lijst luchtiger + meer laden zonder springend beeld */
.rd-hitlist-table{border-collapse:separate!important;border-spacing:0 2px!important}
.rd-hitlist-table tbody tr{background:#fff!important}
.rd-hitlist-table tbody tr>td{border-top:1px solid #e5edf7!important;border-bottom:1px solid #e5edf7!important;padding-top:7px!important;padding-bottom:7px!important}
.rd-hitlist-table tbody tr>td:first-child{border-left:1px solid #e5edf7!important;border-radius:6px 0 0 6px!important;padding-left:10px!important}
.rd-hitlist-table tbody tr>td:last-child{border-right:1px solid #e5edf7!important;border-radius:0 6px 6px 0!important;padding-right:10px!important}
.rd-table-wrap{padding-bottom:8px!important;background:#f8fbff!important}
.rd-title-cell{padding-left:10px!important;padding-right:10px!important}
.rd-title-cell strong{font-size:13px!important;line-height:1.12!important;font-weight:900!important}
.rd-title-cell span{font-size:11.5px!important;line-height:1.1!important;color:#64748b!important}
.rd-request-btn,.rd-youtube-btn,.rd-vote-btn{height:24px!important;min-width:58px!important;padding:0 6px!important;font-size:10.5px!important;border-radius:5px!important;white-space:nowrap!important}
.rd-points{height:24px!important;min-width:48px!important;font-size:11.5px!important}
.rd-rank,.rd-year-rank,.rd-prev{height:24px!important;min-width:31px!important;font-size:11.5px!important}.rd-year-rank{min-width:38px!important}.rd-prev{min-width:46px!important}
.rd-hitlist-table tr.is-extra-hidden{display:none!important}
.rd-loadmore-wrap{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 8px 18px;background:#f8fbff;border:1px solid #dbe5f2;border-top:0;border-radius:0 0 8px 8px}
.rd-loadmore-btn{appearance:none;border:0;border-radius:6px;background:#172033;color:#fff;font-weight:900;font-size:12px;padding:8px 12px;cursor:pointer;box-shadow:0 5px 14px rgba(15,23,42,.14)}
.rd-loadmore-btn:hover{filter:brightness(1.08)}
.rd-loadmore-count{font-size:12px;color:#64748b;font-weight:800}
@media(max-width:1100px){.rd-title-cell strong{font-size:12.5px!important}.rd-title-cell span{font-size:11px!important}.rd-request-btn,.rd-youtube-btn,.rd-vote-btn{min-width:54px!important;font-size:10px!important}.rd-loadmore-wrap{position:relative;z-index:2}}


/* Update 2026-05-31 late - meer ademruimte in compacte lijst + statistiek tabs */
.rd-hitlist-table{border-spacing:0 4px!important}
.rd-hitlist-table tbody tr>td{padding-top:8px!important;padding-bottom:8px!important}
.rd-hitlist-table tbody tr>td:first-child{padding-left:14px!important}
.rd-hitlist-table tbody tr>td:last-child{padding-right:14px!important}
.rd-title-cell{padding-left:14px!important;padding-right:14px!important}
.rd-table-wrap{padding:0 6px 14px 6px!important}
.rd-loadmore-wrap{margin:0 6px 14px 6px!important}

.stat-tabs>input{position:absolute;left:-9999px}
.stat-tabbar{gap:6px;margin:12px 0 14px;padding:8px;background:#f6f8fc;border:1px solid #dfe7f2;border-radius:8px}
.stat-tabbar label{cursor:pointer;padding:7px 10px;border-radius:6px;background:#e9eef7;color:#243247;font-weight:900;font-size:12px}
#tab-overzicht:checked~.stat-tabbar label[for="tab-overzicht"],
#tab-weken:checked~.stat-tabbar label[for="tab-weken"],
#tab-gebruikers:checked~.stat-tabbar label[for="tab-gebruikers"],
#tab-nieuw:checked~.stat-tabbar label[for="tab-nieuw"]{background:var(--primary);color:#fff}
.stat-tab-panel{display:none}
#tab-overzicht:checked~.stat-overzicht,
#tab-weken:checked~.stat-weken,
#tab-gebruikers:checked~.stat-gebruikers,
#tab-nieuw:checked~.stat-nieuw{display:block}
.stat-list-panel .table td,.stat-list-panel .table th{padding:7px 8px}


/* Update: publieke statistieken professioneel + weekpunten blijven zichtbaar */
.public-stats-2026{padding:16px!important}
.public-stat-tabs>input{position:absolute;left:-9999px}
.public-stat-tabbar{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0 14px;padding:8px;background:#f6f8fc;border:1px solid #dfe7f2;border-radius:8px}
.public-stat-tabbar label{cursor:pointer;padding:7px 10px;border-radius:6px;background:#e9eef7;color:#243247;font-weight:900;font-size:12px}
#pub-tab-overzicht:checked~.public-stat-tabbar label[for="pub-tab-overzicht"],
#pub-tab-weekrecords:checked~.public-stat-tabbar label[for="pub-tab-weekrecords"],
#pub-tab-luisteraars:checked~.public-stat-tabbar label[for="pub-tab-luisteraars"],
#pub-tab-nieuw:checked~.public-stat-tabbar label[for="pub-tab-nieuw"]{background:var(--station-primary,var(--primary,#2658ff));color:#fff}
.public-stat-tabs .stat-tab-panel{display:none}
#pub-tab-overzicht:checked~.pub-stat-overzicht,
#pub-tab-weekrecords:checked~.pub-stat-weekrecords,
#pub-tab-luisteraars:checked~.pub-stat-luisteraars,
#pub-tab-nieuw:checked~.pub-stat-nieuw{display:block}
.public-stat-list h3{margin:0 0 10px;font-size:15px}
.public-stat-list-items{display:grid;gap:6px}
.public-stat-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid #e3ebf5;border-radius:7px;background:#fff}
.public-stat-row strong{display:block;font-size:13px;line-height:1.15}
.public-stat-row span{display:block;font-size:11.5px;color:#64748b;margin-top:2px}
.public-stat-row em{font-style:normal;font-weight:900;background:#dbeafe;color:#0b4f95;border-radius:999px;padding:5px 9px;white-space:nowrap;font-size:12px}
@media(max-width:700px){.public-stat-row{align-items:flex-start}.public-stat-tabbar label{font-size:11px;padding:6px 8px}}

/* HitlijstHub branding update */
.keure-hub-brand{display:inline-flex;align-items:center;gap:8px;font-weight:1000;letter-spacing:-.03em;color:#111827!important}
.keure-logo-word{display:inline-flex;align-items:baseline;font-size:25px;line-height:1}
.keure-k{color:#0b5cff;font-weight:1000}
.keure-rest{color:#111827;font-weight:1000}
.keure-sep{color:#94a3b8;font-weight:900}
.hub-name{color:#111827;font-size:20px;font-weight:1000}
@media(max-width:700px){.keure-logo-word{font-size:21px}.hub-name{font-size:17px}.keure-hub-brand{gap:5px}}


/* HitlijstHub landing + features update */
.hub-landing-hero{padding-top:42px}
.hub-hero-grid{grid-template-columns:minmax(0,1.25fr) 340px}
.hub-hero-card h1{max-width:850px}
.hub-hero-note{margin-top:18px;padding:13px 14px;border:1px solid #cdd9ff;background:#eef4ff;border-radius:8px;color:#233554;line-height:1.5}
.hub-stat-stack{padding:0;align-content:start}
.hub-stat-stack .stat-card{border-left:5px solid var(--primary,#2658ff)}
.hub-section-head{max-width:860px;margin:0 auto 22px;text-align:center}
.hub-section-head.compact{margin-bottom:18px}
.hub-section-head h2{font-size:clamp(26px,3vw,42px);line-height:1.08;margin:14px 0 10px;letter-spacing:-.035em}
.hub-section-head p{font-size:17px;line-height:1.65}
.hub-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.hub-feature-card{position:relative;overflow:hidden;min-height:210px}
.hub-feature-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--primary,#2658ff),#7c3aed)}
.hub-feature-icon{width:42px;height:42px;border-radius:9px;display:grid;place-items:center;background:#eef3ff;font-size:24px;margin-bottom:12px}
.hub-feature-card h3{font-size:20px}
.hub-feature-card p{line-height:1.55}
.hub-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.hub-flow-step{background:#fff;border:1px solid var(--line,#d8e0ee);border-radius:10px;padding:18px;box-shadow:var(--shadow,0 10px 30px rgba(18,32,61,.08));position:relative}
.hub-flow-step>strong{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,var(--primary,#2658ff),#7c3aed);color:#fff;font-size:18px;margin-bottom:12px}
.hub-flow-step h3{margin:0 0 8px;font-size:19px}
.hub-flow-step p{margin:0;line-height:1.5}
.hub-split{display:grid;grid-template-columns:1.05fr .95fr;gap:16px}
.hub-dark-panel{background:linear-gradient(135deg,#111827,#26344d);color:#fff;border-color:#334155}
.hub-dark-panel .eyebrow{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.2)}
.hub-dark-panel h2{font-size:32px;line-height:1.08;margin:14px 0 10px}
.hub-dark-panel p{color:#dbeafe;line-height:1.6}
.hub-check-list,.hub-bullet-list{margin:14px 0 0;padding:0;list-style:none}
.hub-check-list li,.hub-bullet-list li{position:relative;padding-left:24px;margin:9px 0;line-height:1.5}
.hub-check-list li:before,.hub-bullet-list li:before{content:"✓";position:absolute;left:0;top:0;color:#22c55e;font-weight:1000}
.hub-module-panel h2{font-size:30px;margin-top:0}
.hub-module-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.hub-module-list span,.hub-admin-tags span{display:inline-flex;align-items:center;border-radius:7px;background:#eef3ff;border:1px solid #cdd9ff;color:#2140a3;font-weight:900;padding:8px 10px;font-size:13px}
.hub-admin-preview{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.9fr);gap:24px;align-items:center}
.hub-admin-preview h2{font-size:34px;margin:14px 0 10px;letter-spacing:-.03em}
.hub-admin-preview p{line-height:1.6}
.hub-admin-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.hub-cta{background:linear-gradient(135deg,var(--primary,#2658ff),#7c3aed);color:#fff;border-radius:12px;padding:26px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 18px 45px rgba(38,88,255,.22)}
.hub-cta h2{font-size:32px;margin:0 0 8px;letter-spacing:-.03em}
.hub-cta p{margin:0;color:#eef3ff;line-height:1.55}
.hub-cta .btn.light{background:#fff!important;color:#172033!important}
.hub-features-hero{padding-bottom:12px}
.hub-features-title{text-align:center}
.hub-features-title h1{font-size:clamp(34px,5vw,58px);margin-left:auto;margin-right:auto}
.hub-features-title p{max-width:850px;margin-left:auto;margin-right:auto}
.hub-features-title .actions{justify-content:center}
.hub-features-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.hub-feature-detail h2{margin:0 0 12px;font-size:25px}
.hub-feature-detail{padding:24px}
.hub-bullet-list li{margin:8px 0}
@media(max-width:980px){
  .hub-hero-grid,.hub-feature-grid,.hub-flow,.hub-split,.hub-admin-preview,.hub-features-layout{grid-template-columns:1fr}
  .hub-stat-stack{grid-template-columns:repeat(3,1fr)}
  .hub-admin-tags{justify-content:flex-start}
  .hub-cta{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
  .hub-stat-stack{grid-template-columns:1fr}
  .hub-feature-card,.hub-flow-step,.hub-feature-detail{padding:18px}
  .hub-cta h2,.hub-admin-preview h2,.hub-dark-panel h2,.hub-module-panel h2{font-size:26px}
}


/* HitlijstHub compact marketing headings + upcoming modules */
.hero{padding:36px 0 24px!important}
.hero-card{padding:26px!important}
.hero h1,.hub-features-title h1{font-size:clamp(26px,3.2vw,40px)!important;line-height:1.08!important;letter-spacing:-.035em!important;margin:14px 0 10px!important}
.hero p,.hub-features-title p{font-size:15px!important;line-height:1.55!important}
.hub-section-head h2{font-size:clamp(22px,2.5vw,32px)!important;line-height:1.12!important}
.hub-feature-card h3{font-size:17px!important;margin:8px 0 6px!important}
.hub-feature-card p,.hub-bullet-list li,.hub-rules-intro{font-size:14px!important;line-height:1.45!important}
.hub-dark-panel h2,.hub-module-panel h2,.hub-admin-preview h2,.hub-cta h2{font-size:24px!important;line-height:1.12!important}
.hub-feature-detail{padding:20px!important}
.hub-feature-detail h2{font-size:20px!important;margin-bottom:10px!important}
.hub-rules-card{border-color:#d7e4ff!important;background:linear-gradient(180deg,#fff,#f8fbff)!important}
.side-disabled{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 10px;border-radius:6px;color:#98a2b3;background:#f1f4f9;font-weight:800;cursor:not-allowed;opacity:.9}
.side-disabled em{font-style:normal;font-size:10px;text-transform:uppercase;letter-spacing:.04em;background:#e2e8f0;color:#64748b;border-radius:4px;padding:3px 5px}
@media(max-width:760px){.hero h1,.hub-features-title h1{font-size:28px!important}.hero-card{padding:20px!important}.hub-feature-detail{padding:16px!important}}


/* HitlijstHub language switch */
.hh-lang-switch{position:relative;display:inline-flex;align-items:center;margin-left:6px;z-index:50}
.hh-lang-current{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(16,42,67,.14);background:#fff;color:#102a43;border-radius:7px;padding:6px 8px;font-weight:800;font-size:12px;line-height:1;box-shadow:0 4px 14px rgba(15,23,42,.08);cursor:pointer}
.hh-lang-menu{position:absolute;right:0;top:calc(100% + 7px);min-width:150px;background:#fff;border:1px solid #dbe4ef;border-radius:8px;box-shadow:0 14px 34px rgba(15,23,42,.16);padding:6px;display:none}
.hh-lang-switch.is-open .hh-lang-menu{display:block}
.hh-lang-option{display:flex!important;align-items:center;gap:8px;padding:8px 9px;border-radius:6px;color:#102a43!important;text-decoration:none!important;font-weight:700;font-size:13px;white-space:nowrap}
.hh-lang-option:hover,.hh-lang-option.active{background:#eff6ff;color:#164fa3!important}
.top-nav{align-items:center}
@media(max-width:760px){.hh-lang-switch{margin-left:0}.hh-lang-menu{left:0;right:auto}.hh-lang-current{padding:7px 9px}}



/* HitlijstHub notice + click-only language menu */
.hh-lang-current:focus{outline:2px solid rgba(38,88,255,.22);outline-offset:2px}
.hh-global-notice{border-bottom:1px solid rgba(15,23,42,.08);padding:10px 0;background:linear-gradient(135deg,#eef5ff,#f8fbff);box-shadow:0 6px 18px rgba(15,23,42,.06)}
.hh-global-notice.is-hidden{display:none!important}
.hh-global-notice-inner{display:flex;align-items:center;gap:12px}
.hh-global-notice-icon{flex:0 0 auto;width:28px;height:28px;border-radius:8px;display:grid;place-items:center;font-weight:900;background:#2658ff;color:#fff;box-shadow:0 6px 16px rgba(38,88,255,.22)}
.hh-global-notice-text{flex:1;font-size:14px;font-weight:700;color:#172033;line-height:1.45}
.hh-global-notice-close{flex:0 0 auto;width:30px;height:30px;border:0;border-radius:8px;background:rgba(15,23,42,.08);color:#172033;font-size:20px;font-weight:900;line-height:1;cursor:pointer}
.hh-global-notice-close:hover{background:rgba(15,23,42,.14)}
.hh-notice-success{background:linear-gradient(135deg,#ecfdf3,#f6fff9)}.hh-notice-success .hh-global-notice-icon{background:#159947}
.hh-notice-warning{background:linear-gradient(135deg,#fff7e6,#fffdf5)}.hh-notice-warning .hh-global-notice-icon{background:#f59e0b}
.hh-notice-danger{background:linear-gradient(135deg,#fff0f0,#fff8f8)}.hh-notice-danger .hh-global-notice-icon{background:#dc2626}
@media(max-width:760px){.hh-global-notice-inner{align-items:flex-start}.hh-global-notice-text{font-size:13px}}
