:root{--blue:#073ee6;--blue-2:#3155ff;--navy:#061b55;--navy-2:#03133f;--lime:#c9ff00;--red:#ff304f;--ink:#06133f;--muted:#65708e;--line:#dce2f0;--soft:#f4f7fd;--white:#fff;--shadow:0 18px 45px rgba(8,31,94,.12);--radius:18px;--player-h:200px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.5;padding-bottom:var(--player-h)}button,input,select,textarea{font:inherit;color:inherit}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.svg-sprite{position:absolute}.skip-link{position:fixed;z-index:9999;top:8px;left:8px;background:#fff;padding:10px 16px;border:2px solid var(--blue);transform:translateY(-150%)}.skip-link:focus{transform:none}.site-header{height:84px;display:grid;grid-template-columns:auto minmax(440px,1fr) minmax(220px,360px) auto;align-items:center;gap:28px;padding:0 2.5%;border-top:2px solid var(--navy);position:relative;z-index:100;background:rgba(255,255,255,.96)}.brand{font-size:28px;line-height:1;font-weight:850;letter-spacing:-1.5px;color:var(--navy)}.brand span{color:var(--blue)}.main-nav{display:flex;align-items:stretch;height:100%;gap:30px}.main-nav a{height:100%;display:grid;place-items:center;font-size:14px;font-weight:600;position:relative;white-space:nowrap}.main-nav a.active:after{content:"";position:absolute;bottom:18px;left:0;right:0;height:2px;background:var(--blue)}.header-search{height:46px;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;padding:0 14px;position:relative;background:white}.header-search svg,.hero-search svg{width:21px;height:21px;flex:none}.header-search input,.hero-search input{min-width:0;flex:1;border:0;outline:0;background:none;padding:0 10px}.header-actions{display:flex;align-items:center;gap:20px;border-left:1px solid var(--line);padding-left:20px}.icon-link{display:flex;align-items:center;gap:8px;font-size:14px}.icon-link svg,.account-link svg{width:23px;height:23px}.account-link{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff}.mobile-menu{display:none}.site-main{min-height:calc(100vh - 84px);outline:none}.flash{position:fixed;z-index:800;top:94px;right:24px;padding:13px 18px;border-radius:12px;box-shadow:var(--shadow);background:#fff;border-left:4px solid #13a53b;animation:flash-in .25s ease}.flash.error{border-color:var(--red)}@keyframes flash-in{from{transform:translateY(-12px);opacity:0}}
.home-hero{min-height:530px;display:grid;grid-template-columns:43% 57%;overflow:hidden;background:linear-gradient(115deg,#fff 0%,#fff 41%,#f8faff 100%);position:relative}.hero-copy{padding:46px 2.4% 20px 3.1%;position:relative;z-index:2}.eyebrow{font-size:12px;line-height:1.2;letter-spacing:.16em;font-weight:850;color:var(--blue);margin:0 0 14px}.hero-copy .eyebrow{display:none}.hero-copy h1{font-family:Impact,"Arial Narrow",sans-serif;font-stretch:condensed;font-size:clamp(72px,7vw,112px);line-height:.88;letter-spacing:-.045em;margin:0;color:#061951;font-weight:900}.hero-copy h1 span,.auth-visual h1 span{color:var(--blue)}.hero-lead{font-size:25px;margin:18px 0;color:#182350}.hero-lead strong{color:var(--blue);font-weight:850}.hero-search{height:78px;border:1.5px solid var(--blue-2);border-radius:40px;padding:0 14px 0 22px;display:flex;align-items:center;box-shadow:0 12px 22px rgba(23,64,206,.12);position:relative;background:#fff;max-width:620px}.hero-search svg{width:34px;height:34px;color:var(--blue)}.hero-search input{font-size:16px;height:100%;padding-left:24px}.hero-search>button{height:56px;min-width:56px;padding:0 18px;border:1px solid var(--blue);background:#fff;color:var(--blue);border-radius:50%;font-size:22px}.mood-chips{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap}.mood-chips a{border:1px solid var(--line);border-radius:24px;padding:9px 15px;color:#5c647c;font-size:13px;background:#fff}.suggestions{position:absolute;top:calc(100% + 7px);left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);z-index:200;overflow:hidden;display:none}.suggestions.open{display:block}.suggestions a{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid var(--soft)}.suggestions a:last-child{border:0}.suggestions a:hover,.suggestions a[aria-selected=true]{background:var(--soft)}.suggestions .mini-logo{width:34px;height:34px;border-radius:8px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:800}.suggestions span{display:flex;flex-direction:column}.suggestions small{color:var(--muted)}
.tuner{position:relative;min-height:530px;isolation:isolate;background-image:radial-gradient(circle at 52% 50%,rgba(41,77,255,.055) 0 1px,transparent 1px);background-size:8px 8px}.tuner:before{content:"";position:absolute;width:720px;height:720px;border:1px dashed rgba(31,64,169,.35);border-radius:50%;left:52%;top:50%;transform:translate(-50%,-50%)}.tuner:after{content:"";position:absolute;width:900px;height:900px;border:1px dashed rgba(31,64,169,.25);border-radius:50%;left:52%;top:50%;transform:translate(-50%,-50%)}.tuner-ring{position:absolute;left:52%;top:50%;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none}.ring-one{width:340px;height:340px;border:2px solid var(--blue-2)}.ring-two{width:500px;height:500px;border:1px dotted var(--blue-2)}.ring-three{width:640px;height:640px;border:1.5px solid rgba(49,85,255,.42)}.tuner-center{position:absolute;z-index:4;left:52%;top:50%;transform:translate(-50%,-50%);width:320px;height:320px;border-radius:50%;background:radial-gradient(circle at 50% 35%,#0a36b5,#021346 75%);border:12px solid white;outline:2px solid var(--blue-2);box-shadow:0 16px 45px rgba(1,22,81,.25);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.tuner-center:after{content:"";position:absolute;inset:54% 9% 27%;opacity:.45;background:repeating-linear-gradient(90deg,transparent 0 5px,#20baff 6px 8px);clip-path:polygon(0 48%,7% 29%,13% 70%,20% 18%,27% 64%,34% 37%,41% 74%,48% 26%,55% 60%,62% 12%,69% 73%,76% 32%,83% 63%,90% 20%,100% 48%,100% 55%,90% 60%,83% 44%,76% 72%,69% 42%,62% 82%,55% 35%,48% 74%,41% 37%,34% 67%,27% 32%,20% 78%,13% 31%,7% 67%,0 51%)}.live-pill{display:inline-flex;align-items:center;gap:6px;background:var(--lime);color:#173100;text-transform:uppercase;font-size:10px;line-height:1;padding:8px 13px;border-radius:20px;letter-spacing:.06em;font-weight:800}.live-pill i,.live-dot i{width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px rgba(15,97,0,.14)}.tuner-center h2{font-family:Impact,"Arial Narrow",sans-serif;font-size:50px;letter-spacing:-1.5px;margin:12px 0 0;line-height:1}.tuner-center>p{margin:4px 0 0;font-size:15px;color:#dfe7ff}.current-show{display:flex;flex-direction:column;margin-top:7px;position:relative;z-index:2}.current-show strong{font-size:13px}.current-show span{font-size:10px;color:#b8c7fb}.tuner-controls{display:flex;align-items:center;gap:24px;margin-top:14px;position:relative;z-index:2}.hero-play{width:74px;height:74px;border:0;border-radius:50%;display:grid;place-items:center;background:white;color:var(--blue);box-shadow:0 0 0 8px rgba(255,255,255,.18)}.hero-play svg{width:34px;height:34px}.heart-button{border:0;background:transparent;color:#fff;margin-top:7px}.heart-button svg{width:24px;height:24px}.favorite-toggle.active svg,.player-favorite.active svg{fill:#ff3763}.orbit-station{position:absolute;border:0;background:transparent;z-index:5;padding:0}.orbit-station .station-logo{width:76px;height:76px;border-radius:50%;border:5px solid #fff;box-shadow:0 8px 18px rgba(1,18,64,.25);font-size:21px}.orbit-station i{position:absolute;right:-2px;top:3px;width:19px;height:19px;border-radius:50%;background:var(--lime);border:2px solid #fff}.orbit-station i:after{content:"⌁";font-size:10px;font-style:normal;color:#173100;position:absolute;inset:0;display:grid;place-items:center}.orbit-1{left:14%;top:22%}.orbit-2{right:13%;top:14%}.orbit-3{right:5%;top:52%}.orbit-4{right:12%;bottom:3%}.orbit-5{left:34%;bottom:0}.orbit-6{left:9%;bottom:18%}.tuner-labels span{position:absolute;z-index:2;font-size:11px;letter-spacing:.13em;color:#7b87a8}.tuner-labels span:nth-child(1){top:5%;left:18%;transform:rotate(-34deg)}.tuner-labels span:nth-child(2){top:7%;right:18%;transform:rotate(30deg)}.tuner-labels span:nth-child(3){right:3%;top:47%;transform:rotate(80deg)}.tuner-labels span:nth-child(4){right:18%;bottom:5%;transform:rotate(-35deg)}.tuner-labels span:nth-child(5){left:60%;bottom:3%;transform:rotate(-10deg)}.tuner-labels span:nth-child(6){left:7%;bottom:23%;transform:rotate(73deg)}
.discovery-row{display:grid;grid-template-columns:38% 62%;padding:14px 2.5% 12px;gap:22px;border-top:1px solid #eef1f8}.genre-browser{padding-right:20px;border-right:1px solid var(--line)}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px}.section-heading h2{font-size:18px;letter-spacing:-.03em;margin:0}.section-heading a{font-size:13px;color:var(--blue);font-weight:650;display:flex;align-items:center;gap:4px}.section-heading svg{width:18px;height:18px}.genre-icons{display:flex;gap:11px;align-items:flex-start;overflow-x:auto;padding-bottom:4px}.genre-icons a{min-width:51px;text-align:center;color:#5d6682;font-size:11px}.genre-icons i{width:43px;height:43px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;font-style:normal;font-size:19px;background:#fff;margin:auto auto 5px}.genre-icons a.active{color:var(--blue);font-weight:800}.genre-icons a.active i{background:var(--blue);border-color:var(--blue);color:white}.nearby-browser{min-width:0}.station-carousel{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 2px 6px}.station-carousel .station-card{min-width:170px;scroll-snap-align:start}.station-card{min-width:0}.station-art{height:110px;background:linear-gradient(145deg,hsl(var(--logo-hue,220) 70% 42%),#061339);border-radius:10px;display:grid;place-items:center;position:relative;overflow:hidden}.station-art:before{content:"";position:absolute;inset:auto -20px -45px;height:90px;background:rgba(255,255,255,.08);transform:rotate(-8deg)}.station-logo{width:56px;height:56px;object-fit:cover;display:grid;place-items:center;flex:none}.station-logo.placeholder{--logo-hue:220;background:linear-gradient(145deg,hsl(var(--logo-hue) 75% 48%),hsl(var(--logo-hue) 75% 27%));color:#fff;font-weight:900;letter-spacing:-.05em;text-shadow:0 1px 6px rgba(0,0,0,.22);border-radius:13px}.station-art>.station-logo{width:76px;height:76px;background:transparent!important;font-size:30px}.live-dot{position:absolute;right:7px;top:7px;background:rgba(255,255,255,.93);color:#1c9f2f;font-size:9px;font-weight:800;border-radius:12px;padding:4px 7px;display:flex;gap:4px;align-items:center}.station-card-body{display:flex;justify-content:space-between;align-items:center;padding-top:7px}.station-card h3{font-size:13px;margin:0;line-height:1.2}.station-card p{font-size:11px;color:var(--muted);margin:3px 0 0}.round-play{width:28px;height:28px;border:1px solid var(--line);background:#fff;border-radius:50%;display:grid;place-items:center;color:var(--blue);flex:none}.round-play svg{width:15px;height:15px}.section-space{padding:42px 3.1%}.content-grid{background:var(--soft);display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px}.radio-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.radio-grid .station-art{height:150px;border-radius:14px}.listen-sidebar{display:flex;flex-direction:column;gap:18px}.listen-sidebar>section,.profile-card,.report-box{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px}.compact-list{display:flex;flex-direction:column}.compact-list>div{display:flex;align-items:center;gap:10px;padding:9px 0;border-top:1px solid var(--line)}.compact-list>div:first-of-type{border-top:0}.compact-list .station-logo{width:38px;height:38px;border-radius:9px;font-size:11px}.compact-list span{display:flex;flex-direction:column;min-width:0;flex:1}.compact-list strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compact-list small,.empty-copy{color:var(--muted);font-size:12px}.compact-list button{border:0;background:transparent;color:var(--blue)}.city-section{background:#fff}.city-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.city-grid a{border:1px solid var(--line);border-radius:15px;padding:18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px}.city-grid a>span{color:var(--blue)}.city-grid strong{grid-column:2}.city-grid small{grid-column:2;color:var(--muted)}.city-grid svg{grid-column:3;grid-row:1/3;width:18px;height:18px}.up-next{background:#07194e;color:#fff}.up-next .eyebrow{color:var(--lime)}.up-next>div{display:flex;gap:14px}.up-next article{flex:1;display:flex;align-items:center;gap:15px;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:14px}.up-next time{font-size:24px;font-weight:800}.up-next span{display:flex;flex-direction:column}.up-next small{color:#aebde9}
.page-hero{background:linear-gradient(120deg,#f4f7ff,#fff 70%);border-bottom:1px solid var(--line)}.page-hero.compact{padding:50px 3.1% 42px}.page-hero h1{font-size:clamp(42px,6vw,76px);letter-spacing:-.055em;line-height:1;margin:0 0 12px}.page-hero>p:last-child{font-size:18px;color:var(--muted);margin:0}.catalog-layout{display:grid;grid-template-columns:230px 1fr;gap:34px;padding:35px 3.1% 55px}.filters{display:flex;flex-direction:column;gap:16px;align-self:start;position:sticky;top:20px;border:1px solid var(--line);padding:18px;border-radius:16px}.filters label,.auth-card label,.profile-card label,.dialog label,.side-form label,.settings-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700}.filters input,.filters select,.auth-card input,.profile-card input,.dialog input,.dialog select,.dialog textarea{width:100%;height:44px;border:1px solid var(--line);border-radius:9px;padding:0 11px;background:#fff}.dialog textarea{height:auto;padding:10px}.button{border:1px solid var(--line);height:44px;padding:0 18px;border-radius:22px;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:750}.button svg{width:18px;height:18px}.button.primary{background:var(--blue);color:#fff;border-color:var(--blue)}.button.ghost{background:#fff}.catalog-meta{display:flex;justify-content:space-between;margin-bottom:18px;color:var(--muted);font-size:13px}.catalog-meta strong{color:var(--ink)}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-grid .station-art{height:170px}.pagination{display:flex;gap:7px;margin-top:32px;flex-wrap:wrap}.pagination a{min-width:36px;height:36px;border:1px solid var(--line);border-radius:8px;display:grid;place-items:center}.pagination a.active{background:var(--blue);color:#fff}.empty-state{grid-column:1/-1;text-align:center;padding:60px 20px;border:1px dashed var(--line);border-radius:16px}.empty-state h2{font-size:24px;margin:0 0 8px}.empty-state p{color:var(--muted);margin:0 0 20px}
.station-detail-hero{padding:55px 7%;display:grid;grid-template-columns:300px 1fr;gap:55px;align-items:center;background:radial-gradient(circle at 16% 50%,rgba(49,85,255,.15),transparent 28%),linear-gradient(120deg,#f3f7ff,#fff)}.station-detail-art{width:300px;height:300px;border-radius:50%;border:12px solid white;outline:2px solid var(--blue);box-shadow:var(--shadow);background:var(--navy);display:grid;place-items:center;position:relative}.station-detail-art .station-logo{width:170px;height:170px;border-radius:50%;font-size:50px}.on-air{position:absolute;right:18px;top:22px;width:38px;height:38px;border-radius:50%;background:var(--lime);border:5px solid #fff}.station-detail-copy{max-width:760px}.station-detail-copy h1{font-size:64px;line-height:1;margin:14px 0 5px;letter-spacing:-.05em}.station-detail-copy>p{color:var(--muted);max-width:700px}.station-detail-copy .station-place{font-size:20px;color:var(--blue);font-weight:700}.station-tags{display:flex;gap:8px;margin:18px 0}.station-tags>*{background:#eef2ff;color:var(--blue);padding:6px 11px;border-radius:8px;font-size:12px;font-weight:750}.detail-actions{display:flex;gap:10px;flex-wrap:wrap}.detail-grid{display:grid;grid-template-columns:1fr 290px;gap:30px}.schedule-list{display:flex;flex-direction:column;border-top:1px solid var(--line)}.schedule-list article{display:grid;grid-template-columns:90px 1fr auto;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.schedule-list time{font-size:24px;font-weight:800;color:var(--blue);display:flex;flex-direction:column}.schedule-list time small{font-size:12px;color:var(--muted)}.schedule-list article>div{display:flex;flex-direction:column}.schedule-list article>div span{color:var(--blue);font-size:13px}.schedule-list article p{color:var(--muted);margin:5px 0;font-size:13px}.schedule-list article>b{font-size:12px}.report-box{background:var(--soft)}
.podcast-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.podcast-cover{aspect-ratio:1;border-radius:18px;background:linear-gradient(145deg,var(--blue),#9e16de 72%,#ff3872);display:flex;align-items:center;justify-content:center;color:#fff;position:relative;box-shadow:var(--shadow)}.podcast-cover span{font-size:70px;font-weight:900;letter-spacing:-.09em}.podcast-cover i{position:absolute;right:15px;top:13px;font-style:normal;color:var(--lime)}.podcast-card>p{font-size:11px;color:var(--blue);font-weight:800;text-transform:uppercase;margin:14px 0 4px}.podcast-card h2{font-size:20px;margin:0}.podcast-card>span{font-size:12px;color:var(--muted)}.podcast-hero{padding:55px 9%;display:grid;grid-template-columns:260px 1fr;align-items:center;gap:45px;background:var(--soft)}.podcast-cover.large{width:260px;height:260px}.podcast-hero h1{font-size:62px;line-height:1;margin:0 0 14px}.podcast-hero p:not(.eyebrow){color:var(--muted)}.episodes{max-width:1100px;margin:auto}.episodes article{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:18px 0;border-top:1px solid var(--line)}.episodes .round-play{width:50px;height:50px}.episodes time,.episodes article>span{font-size:12px;color:var(--muted)}.episodes h3{margin:3px 0;font-size:18px}.episodes p{margin:0;color:var(--muted);font-size:13px}.search-page-form{margin-top:25px;max-width:760px}.search-page-form>button{border-radius:25px;min-width:120px;font-size:14px;background:var(--blue);color:#fff}.search-results{padding-top:30px}.section-heading h2 span{color:var(--muted);font-weight:400}.result-heading{margin-top:45px}.search-podcast-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.search-podcast-list a{display:grid;grid-template-columns:55px 1fr auto;align-items:center;gap:12px;border:1px solid var(--line);padding:10px;border-radius:12px}.search-podcast-list>a>span{width:55px;height:55px;background:linear-gradient(145deg,var(--blue),#b61aeb);color:#fff;border-radius:9px;display:grid;place-items:center;font-weight:900}.search-podcast-list div{display:flex;flex-direction:column}.search-podcast-list small{color:var(--muted)}.search-podcast-list svg{width:18px;height:18px}
.auth-page{min-height:calc(100vh - 84px - var(--player-h));display:grid;grid-template-columns:1.1fr 500px;align-items:center;background:linear-gradient(135deg,#eef3ff,#fff);padding:60px 10%;gap:70px}.auth-visual h1{font-family:Impact,"Arial Narrow",sans-serif;font-size:78px;line-height:.9;letter-spacing:-.04em;margin:20px 0}.auth-visual p{font-size:19px;color:var(--muted)}.sound-orbit{width:80px;height:80px;border-radius:50%;display:grid;place-items:center;background:var(--lime);color:var(--navy);font-size:26px}.auth-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:36px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:18px}.auth-card h2{font-size:32px;margin:0}.auth-card label small{color:var(--muted);font-weight:400}.auth-card>p:last-child{text-align:center;color:var(--muted);font-size:13px}.auth-card>p a{color:var(--blue);font-weight:700}.field-error{color:#c21d3c!important}.profile-header{padding:55px 7%;display:flex;align-items:center;gap:22px;background:var(--soft)}.profile-avatar{width:82px;height:82px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:32px;font-weight:900}.profile-header h1{font-size:45px;line-height:1;margin:0}.profile-header p{margin:4px 0;color:var(--muted)}.profile-header form{margin-left:auto}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.profile-card{padding:25px}.profile-card h2{margin-top:0}.profile-card form{}.profile-card label{margin:14px 0}.profile-card.wide{grid-column:1/-1}.history-table>div{display:grid;grid-template-columns:44px 1fr 1fr 140px auto;align-items:center;gap:12px;border-top:1px solid var(--line);padding:10px}.history-table .station-logo{width:38px;height:38px;border-radius:8px;font-size:11px}.history-table span,.history-table time{color:var(--muted);font-size:13px}.history-table button{border:0;background:#edf2ff;color:var(--blue);border-radius:50%;width:32px;height:32px}.error-page{text-align:center;padding:100px 20px}.error-page>strong{font-size:120px;line-height:1;color:var(--blue)}.error-page h1{font-size:40px;margin:0}.error-page p{color:var(--muted);margin-bottom:24px}
.dialog{width:min(520px,calc(100% - 30px));border:0;border-radius:18px;padding:0;box-shadow:0 25px 80px rgba(0,0,0,.25)}.dialog::backdrop{background:rgba(2,12,48,.65)}.dialog form{padding:28px;display:flex;flex-direction:column;gap:16px}.dialog h2{margin:0}.dialog p{margin:0;color:var(--muted)}.dialog-close{position:absolute;right:16px;top:16px;border:0;background:transparent}.dialog-close svg{width:22px;height:22px}.timer-options{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.timer-options button{height:45px;border:1px solid var(--line);border-radius:9px;background:white}.form-status{font-size:13px}
.player{position:fixed;z-index:500;left:0;right:0;bottom:0;height:var(--player-h);color:#fff;background:linear-gradient(110deg,#031546,#042777 60%,#061f68);border:2px solid #082960;border-radius:14px 14px 0 0;box-shadow:0 -10px 35px rgba(1,12,45,.18);transition:height .25s ease,transform .25s ease}.player:before{content:"";position:absolute;inset:2px;border:1px solid rgba(73,131,255,.45);border-radius:11px 11px 0 0;pointer-events:none}.player-main{height:122px;display:grid;grid-template-columns:100px 250px 210px 350px 1fr 180px 44px 44px 44px;align-items:center;padding:0 2%;gap:14px}.player-collapse{position:absolute;left:14px;top:43px;border:0;background:transparent;color:#fff;font-size:28px}.player-station-logo .station-logo{width:84px;height:84px;border-radius:15px;border:2px solid var(--lime);font-size:23px}.player-meta{display:flex;flex-direction:column;align-items:flex-start;border-right:1px dotted rgba(255,255,255,.5);height:76px;justify-content:center}.player-meta .live-pill{padding:6px 10px}.player-name{font-size:26px;line-height:1;margin:7px 0 3px}.player-location{font-size:13px;color:#b6c7f6}.player-show{display:flex;flex-direction:column}.player-show small{font-size:9px;letter-spacing:.12em;color:var(--lime)}.player-show strong{font-size:13px}.player-show span{font-size:11px;color:#b6c7f6}.player-controls{display:flex;justify-content:center;align-items:center;gap:19px;border-right:1px dotted rgba(255,255,255,.5)}.player-controls button,.player-favorite,.player-timer,.player-queue{border:0;background:transparent;color:#fff;font-size:21px;min-width:34px}.player-controls button:disabled{opacity:.35;cursor:not-allowed}.player-controls button small{font-size:8px}.player-controls .player-play{width:72px;height:72px;border-radius:50%;background:#fff;color:var(--blue);display:grid;place-items:center;outline:4px solid var(--lime);border:6px solid var(--navy)}.player-play svg{width:28px;height:28px}.player-visual{height:54px;display:flex;align-items:center;justify-content:center;gap:4px;border-right:1px dotted rgba(255,255,255,.5);overflow:hidden}.player-visual i{width:2px;height:var(--bar,18px);background:var(--lime);animation:wave 1.1s ease-in-out infinite alternate;animation-play-state:paused}.player[data-state=playing] .player-visual i{animation-play-state:running}.player-visual i:nth-child(2n){--bar:34px;animation-delay:.15s}.player-visual i:nth-child(3n){--bar:12px;animation-delay:.3s}.player-visual i:nth-child(4n){--bar:46px;animation-delay:.45s}@keyframes wave{to{height:8px}}.player-volume{display:flex;gap:10px;align-items:center}.player-volume svg{width:23px;height:23px}.player-volume input{accent-color:var(--lime);width:140px}.player-main>button svg{width:24px;height:24px}.player-status{position:absolute;left:385px;right:46%;bottom:76px;display:flex;align-items:center;gap:10px;font-size:10px;color:#b6c7f6}.player-progress{height:2px;flex:1;background:rgba(255,255,255,.2)}.player-progress i{height:100%;width:0;background:var(--lime);display:block}.player[data-state=loading] .player-progress i{width:35%;animation:loading 1.2s infinite}@keyframes loading{from{transform:translateX(-100%)}to{transform:translateX(350%)}}.retry-player{border:0;border-radius:9px;background:var(--lime);color:var(--navy);font-size:10px}.player-secondary{height:76px;border-top:1px solid rgba(255,255,255,.2);display:grid;grid-template-columns:1fr 260px 270px 210px;align-items:center;padding:0 3%;gap:22px}.player-secondary>*+*{border-left:1px solid rgba(255,255,255,.2);padding-left:26px}.player-secondary a,.player-secondary button{color:#fff;background:none;border:0;font-size:13px}.breaking{font-size:13px}.breaking b{font-size:9px;background:#ff334d;padding:7px 10px;border-radius:3px;margin-right:12px}.connect-pill{border:0!important;background:linear-gradient(90deg,#224cd8,#315fff)!important;border-radius:26px;padding:11px 18px!important;display:flex;align-items:center;justify-content:center;gap:8px;text-transform:uppercase}.connect-pill svg{width:18px;height:18px}.player.is-collapsed{height:76px}.player.is-collapsed .player-secondary,.player.is-collapsed .player-show,.player.is-collapsed .player-visual,.player.is-collapsed .player-status{display:none}.player.is-collapsed .player-main{height:76px;grid-template-columns:70px 1fr auto 130px 40px 40px}.player.is-collapsed .player-station-logo .station-logo{width:55px;height:55px}.player.is-collapsed .player-meta{border:0;height:auto}.player.is-collapsed .player-controls{grid-column:3;border:0}.player.is-collapsed .player-volume{grid-column:4}.player.is-collapsed .player-favorite{grid-column:5}.player.is-collapsed .player-timer{grid-column:6}.player.is-collapsed .player-queue{display:none}.player.is-collapsed .player-collapse{top:16px}.player.is-collapsed .player-name{font-size:17px}
.station-card{position:relative}.card-favorite{position:absolute;left:8px;top:8px;z-index:2;width:29px;height:29px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:var(--navy);display:grid;place-items:center}.card-favorite svg{width:16px;height:16px}.country-picker{height:34px;border:0;background:#f4f7fd;border-radius:8px;padding:0 6px}.station-more{position:relative}.station-more summary{list-style:none}.station-more summary::-webkit-details-marker{display:none}.station-more>div{position:absolute;right:0;top:50px;z-index:10;width:170px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);padding:6px}.station-more>div>*{display:block;width:100%;border:0;background:#fff;text-align:left;padding:9px;border-radius:6px;font-size:12px}.station-more>div>*:hover{background:var(--soft)}.queue-popover{position:absolute;right:20px;bottom:105px;width:310px;max-height:360px;overflow:auto;background:#fff;color:var(--ink);border-radius:15px;box-shadow:0 20px 55px rgba(0,0,0,.3);padding:16px}.queue-popover h3{margin:0 0 10px}.queue-popover>button[data-queue-id]{width:100%;display:grid;grid-template-columns:25px 1fr auto;align-items:center;gap:8px;border:0;border-top:1px solid var(--line);background:#fff;padding:9px;text-align:left}.queue-popover>button span{display:flex;flex-direction:column}.queue-popover small{color:var(--muted)}.queue-close{position:absolute;right:10px;top:9px;border:0;background:transparent;font-size:22px}
.tuner-mini-actions{display:flex;align-items:center;gap:13px;position:relative;z-index:3;height:28px}.tuner-mini-actions .heart-button{margin:0}.tuner-mini-actions a{color:#fff;letter-spacing:.08em;font-size:13px}
:focus-visible{outline:3px solid #ffbf00;outline-offset:3px}
@media(max-width:1280px){.site-header{grid-template-columns:auto 1fr 250px auto;gap:20px}.main-nav{gap:19px}.home-hero{grid-template-columns:44% 56%}.tuner{transform:scale(.9);transform-origin:center}.radio-grid{grid-template-columns:repeat(3,1fr)}.city-grid{grid-template-columns:repeat(3,1fr)}.player-main{grid-template-columns:85px 210px 170px 315px 1fr 145px 38px 38px}.player-queue{display:none}.player-volume input{width:105px}}
@media(max-width:1024px){:root{--player-h:140px}.site-header{grid-template-columns:auto 1fr auto;height:76px}.main-nav{justify-content:center}.header-search{display:none}.home-hero{grid-template-columns:1fr 1fr;min-height:510px}.hero-copy{padding-top:55px}.hero-copy h1{font-size:74px}.hero-lead{font-size:20px}.hero-search{height:62px}.tuner{min-height:510px;transform:scale(.82)}.discovery-row{grid-template-columns:1fr;padding-top:22px}.genre-browser{border:0;padding:0}.nearby-browser{display:none}.content-grid{grid-template-columns:1fr}.listen-sidebar{display:grid;grid-template-columns:1fr 1fr}.catalog-layout{grid-template-columns:1fr}.filters{position:static;display:grid;grid-template-columns:1fr 1fr auto}.catalog-grid{grid-template-columns:repeat(3,1fr)}.podcast-grid{grid-template-columns:repeat(3,1fr)}.station-detail-hero{grid-template-columns:220px 1fr;padding:45px 5%;gap:35px}.station-detail-art{width:220px;height:220px}.station-detail-art .station-logo{width:130px;height:130px}.station-detail-copy h1{font-size:52px}.player{height:140px}.player-main{height:92px;grid-template-columns:74px 1fr 300px 150px 40px;padding-left:50px}.player-collapse{top:28px}.player-station-logo .station-logo{width:66px;height:66px}.player-meta{height:auto;border:0}.player-name{font-size:20px}.player-show,.player-visual,.player-timer,.player-queue{display:none}.player-controls{border:0}.player-status{display:none}.player-secondary{height:48px;grid-template-columns:1fr auto auto}.player-secondary>*+*{border:0}.player-secondary>*:nth-child(2){display:none}.player.is-collapsed{height:76px}}
@media(max-width:768px){:root{--player-h:96px}.site-header{height:68px;padding:0 18px;grid-template-columns:1fr auto auto;border-top-width:1px}.brand{font-size:23px}.mobile-menu{display:flex;width:38px;height:38px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:5px}.mobile-menu span:not(.sr-only){height:2px;width:22px;background:var(--navy)}.main-nav{position:absolute;top:67px;left:0;right:0;background:#fff;box-shadow:var(--shadow);height:auto;display:none;flex-direction:column;gap:0;padding:10px 18px}.main-nav.open{display:flex}.main-nav a{height:44px;display:flex}.main-nav a.active:after{bottom:5px;width:35px}.header-actions .icon-link span{display:none}.header-actions{border:0;padding:0;gap:10px}.icon-link svg{width:21px}.account-link{width:36px;height:36px}.home-hero{display:flex;flex-direction:column;overflow:hidden}.hero-copy{padding:42px 20px 15px}.hero-copy .eyebrow{display:block}.hero-copy h1{font-size:64px}.hero-lead{font-size:18px}.hero-search{height:58px;padding-left:16px}.hero-search svg{width:26px}.hero-search input{padding-left:12px;font-size:14px}.hero-search>button{height:44px;min-width:44px;padding:0}.mood-chips{overflow-x:auto;flex-wrap:nowrap}.mood-chips a{white-space:nowrap}.tuner{height:430px;min-height:430px;transform:scale(.9);width:100%;margin-top:-20px}.tuner:before,.ring-three{display:none}.tuner-center{width:270px;height:270px}.tuner-center h2{font-size:42px}.ring-one{width:288px;height:288px}.ring-two{width:390px;height:390px}.orbit-station .station-logo{width:57px;height:57px}.orbit-1{left:2%;top:25%}.orbit-2{right:2%;top:17%}.orbit-3{right:1%;top:62%}.orbit-4{display:none}.orbit-5{left:26%;bottom:2%}.orbit-6{left:2%;bottom:12%}.discovery-row{padding:20px}.genre-icons{gap:16px}.content-grid,.section-space{padding:32px 20px}.radio-grid,.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.radio-grid .station-art,.catalog-grid .station-art{height:135px}.listen-sidebar{grid-template-columns:1fr}.city-grid{grid-template-columns:repeat(2,1fr)}.up-next>div{flex-direction:column}.catalog-layout{padding:24px 20px}.filters{grid-template-columns:1fr}.catalog-meta{flex-direction:column}.page-hero.compact{padding:38px 20px 32px}.page-hero h1{font-size:48px}.station-detail-hero{grid-template-columns:1fr;text-align:center;padding:35px 20px}.station-detail-art{margin:auto}.station-detail-copy{display:flex;flex-direction:column;align-items:center}.station-detail-copy h1{font-size:48px}.detail-grid{grid-template-columns:1fr}.podcast-grid{grid-template-columns:repeat(2,1fr);gap:18px}.podcast-hero{grid-template-columns:150px 1fr;padding:35px 20px;gap:20px}.podcast-cover.large{width:150px;height:150px}.podcast-cover span{font-size:45px}.podcast-hero h1{font-size:40px}.search-podcast-list{grid-template-columns:1fr}.auth-page{grid-template-columns:1fr;padding:35px 20px}.auth-visual{display:none}.profile-header{padding:35px 20px;flex-wrap:wrap}.profile-header form{margin-left:0;width:100%}.profile-grid{grid-template-columns:1fr}.profile-card.wide{grid-column:auto}.history-table>div{grid-template-columns:40px 1fr auto}.history-table span{display:none}.history-table time{grid-column:2}.player{height:96px;border-radius:12px 12px 0 0}.player-main{height:96px;display:grid;grid-template-columns:56px 1fr auto 35px;padding:0 12px 0 42px;gap:9px}.player-collapse{left:8px;top:29px;font-size:22px}.player-station-logo .station-logo{width:52px;height:52px;border-radius:10px;font-size:14px}.player-meta{min-width:0}.player-name{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.player-location{font-size:10px}.player-meta .live-pill{font-size:8px;padding:4px 7px}.player-controls{grid-column:3}.player-controls>button:not(.player-play){display:none}.player-controls .player-play{width:54px;height:54px;border-width:4px;outline-width:2px}.player-volume,.player-show,.player-visual,.player-status,.player-secondary,.player-timer,.player-queue{display:none}.player-favorite{grid-column:4;font-size:18px}.player.is-collapsed{height:72px}.player.is-collapsed .player-main{height:72px;grid-template-columns:48px 1fr auto 30px;padding-left:38px}.player.is-collapsed .player-volume,.player.is-collapsed .player-timer{display:none}.player.is-collapsed .player-favorite{grid-column:4}.player.is-collapsed .player-controls{grid-column:3}.player.is-collapsed .player-collapse{top:18px}}
@media(max-width:430px){.hero-copy h1{font-size:56px}.hero-lead{font-size:16px}.tuner{transform:scale(.82);width:122%;margin-left:-11%}.radio-grid,.catalog-grid,.podcast-grid{grid-template-columns:1fr 1fr;gap:12px}.radio-grid .station-art{height:118px}.city-grid{grid-template-columns:1fr}.station-detail-copy h1{font-size:42px}.podcast-hero{grid-template-columns:1fr;text-align:center}.podcast-cover.large{margin:auto}.episodes article{grid-template-columns:auto 1fr}.episodes article>span{display:none}.auth-card{padding:25px}.search-page-form>button{min-width:48px;font-size:0}.detail-actions{justify-content:center}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}

/* ===== DirectPlayer V2 ===== */
:root{--player-h:94px;--dp-brand:#314a70;--dp-brand-dark:#243b5f;--dp-surface:#f5f7fb}
body{padding-bottom:var(--player-h);background:#fff}
.v2-header{height:78px;grid-template-columns:minmax(210px,280px) minmax(360px,1fr) minmax(190px,300px) auto;border-top:0;border-bottom:1px solid #e5e9f1;box-shadow:0 4px 22px rgba(24,48,80,.05);position:sticky;top:0}
.brand-logo{display:flex;align-items:center;min-width:0}.brand-logo img{display:block;width:min(250px,18vw);height:auto;max-height:58px;object-fit:contain;object-position:left center}
.v2-header .main-nav a.active:after{background:var(--dp-brand);bottom:13px}.v2-header .account-link{background:var(--dp-brand)}
.v2-home-hero{min-height:570px;grid-template-columns:minmax(0,46%) minmax(0,54%);background:radial-gradient(circle at 78% 45%,#eef3fb 0,transparent 38%),linear-gradient(135deg,#fff 0,#f8fafc 100%)}
.v2-home-hero .hero-copy{padding:72px 4vw 50px 5vw}.v2-home-hero .hero-copy .eyebrow{display:block;color:var(--dp-brand)}.v2-home-hero .hero-copy h1{font-family:Inter,ui-sans-serif,sans-serif;font-size:clamp(54px,5.5vw,88px);line-height:.98;letter-spacing:-.065em;font-weight:900}.v2-home-hero .hero-copy h1 span{color:var(--dp-brand)}.v2-home-hero .hero-lead{font-size:20px;max-width:700px;line-height:1.55;color:#4d5b71}.hero-shortcuts{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.hero-shortcuts .button{min-height:44px}
.v2-tuner{min-height:570px;background-image:radial-gradient(circle at 52% 50%,rgba(49,74,112,.07) 0 1px,transparent 1px);background-size:10px 10px}.v2-tuner:before,.v2-tuner:after{border-color:rgba(49,74,112,.22)}.v2-tuner .tuner-ring{border-color:rgba(49,74,112,.38)}.v2-tuner .dp-center{width:290px;height:290px;background:#fff;color:var(--dp-brand-dark);border:10px solid #fff;outline:1px solid rgba(49,74,112,.28);box-shadow:0 22px 70px rgba(30,52,85,.16)}.v2-tuner .dp-center:after{display:none}.v2-tuner .dp-center img{width:76%;height:auto;object-fit:contain}.v2-tuner .dp-center strong{font-size:12px;letter-spacing:.18em;margin-top:14px}.v2-tuner .dp-center span{font-size:12px;color:#7a8799;margin-top:3px}.orbit-station{transition:opacity .3s ease,transform .3s ease}.orbit-station.is-changing{opacity:.15;transform:scale(.85)}
.v2-section{max-width:1500px;margin:0 auto}.section-heading .heading-actions{display:flex;align-items:center;gap:12px}.nearby-button{white-space:nowrap}
.genre-v2-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.genre-v2-grid>a{min-height:118px;padding:20px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,#fff,#f6f8fc);display:flex;flex-direction:column;justify-content:center;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.genre-v2-grid>a:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#c4ccda}.genre-v2-grid>a>span{font-size:25px;color:var(--dp-brand)}.genre-v2-grid strong{font-size:16px;margin-top:7px}.genre-v2-grid small{color:var(--muted);margin-top:3px}.genre-page-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.v2-city-grid a{min-height:92px;background:#fff;border:1px solid var(--line);border-radius:16px}.city-directory>section+section{margin-top:38px}.city-directory .section-heading{border-bottom:1px solid var(--line);padding-bottom:10px}
.station-card.has-cover{border-radius:17px;overflow:hidden;border:1px solid #e4e9f1;background:#fff;box-shadow:0 8px 25px rgba(28,49,80,.06)}.station-card.has-cover .station-art{height:145px;position:relative;overflow:hidden;background:linear-gradient(145deg,#eef2f8,#dce5f1)}.station-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.station-art:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(9,24,45,.52),rgba(9,24,45,.04) 65%);pointer-events:none}.station-logo-wrap{position:absolute;left:14px;bottom:12px;z-index:2}.station-logo-wrap .station-logo{width:58px;height:58px;border-radius:14px;border:3px solid #fff;box-shadow:0 7px 20px rgba(0,0,0,.2)}.station-card .live-dot{z-index:3}.station-card .card-favorite{z-index:4}.station-card-body{padding:13px 14px 15px}
.podcast-cover{overflow:hidden}.podcast-cover img{width:100%;height:100%;object-fit:cover;display:block}.compact-podcast-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.site-footer{background:#14253e;color:#dce5f2;padding:52px 5vw calc(34px + var(--player-h));margin-top:64px}.footer-main{max-width:1450px;margin:auto;display:grid;grid-template-columns:minmax(240px,380px) 1fr auto;gap:48px;align-items:start}.footer-brand img{width:min(360px,100%);height:auto;filter:brightness(0) invert(1);opacity:.92}.footer-main h2{margin:0 0 8px;font-size:24px}.footer-main p{margin:0 0 10px;color:#aebbd0}.footer-main a[href^="mailto"]{color:#fff;font-weight:700}.footer-main nav{display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));gap:12px 30px}.footer-main nav a:hover{color:#fff;text-decoration:underline}.footer-bottom{max-width:1450px;margin:38px auto 0;border-top:1px solid rgba(255,255,255,.12);padding-top:18px;display:flex;justify-content:space-between;gap:20px;color:#91a0b5;font-size:13px}
.player.player-v2{position:fixed;left:0;right:0;bottom:0;z-index:700;height:94px;background:rgba(13,29,51,.98);color:#fff;border-top:1px solid rgba(255,255,255,.12);box-shadow:0 -12px 35px rgba(8,21,38,.18);border-radius:0}.player-v2 .player-main{height:88px;display:grid;grid-template-columns:64px minmax(190px,1fr) auto minmax(120px,190px) 42px 42px 42px;align-items:center;gap:14px;padding:0 26px}.player-v2 .player-station-logo .station-logo{width:54px;height:54px;border-radius:12px}.player-v2 .player-meta{height:auto;border:0;padding:0;display:flex;flex-direction:column;min-width:0}.player-v2 .player-name{font-size:16px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-v2 .player-location{font-size:11px;color:#aab8ca}.player-v2 .player-track{font-size:12px;color:#d8e1ec;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:620px;margin-top:2px}.player-v2 .player-controls{border:0;display:flex;gap:8px;align-items:center}.player-v2 .player-controls>button{width:34px;height:34px;border:0;background:rgba(255,255,255,.08);color:#fff;border-radius:50%;font-size:25px;display:grid;place-items:center}.player-v2 .player-controls .player-play{width:54px;height:54px;background:#fff;color:var(--dp-brand-dark);border:0;outline:0}.player-v2 .player-controls .player-play svg{width:24px;height:24px}.player-v2 .player-volume{border:0;padding:0 8px;display:flex;gap:8px;align-items:center}.player-v2 .player-volume svg{width:20px;height:20px}.player-v2 .player-volume input{width:100%;max-width:130px}.player-v2 .player-favorite,.player-v2 .player-timer,.player-v2 .player-queue{width:38px;height:38px;border:0;background:rgba(255,255,255,.07);color:#fff;border-radius:10px;display:grid;place-items:center}.player-v2 .player-favorite svg{width:20px;height:20px}.player-v2 .player-status{height:6px;position:absolute;left:0;right:0;bottom:0;background:transparent}.player-v2 .status-text,.player-v2 .retry-player{position:absolute;left:-9999px}.player-v2 .player-progress{height:2px;background:rgba(255,255,255,.08);width:100%}.player-v2 .player-progress i{display:block;height:100%;background:#7fa2d5}.queue-popover{bottom:105px}
.submission-zone{max-width:1500px;margin:auto}.submission-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.submission-form{display:block}.submission-form h3{font-size:24px;margin:0 0 20px}.submission-form>label,.submission-form .form-grid>label{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.submission-form input,.submission-form select,.submission-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px;background:#fff}.submission-form fieldset{margin:14px 0 18px}.submission-list{display:grid;gap:12px}.submission-list article{display:grid;grid-template-columns:1fr auto;gap:10px 20px;padding:18px 20px;border:1px solid var(--line);border-radius:14px;background:#fff}.submission-list article h3{margin:4px 0 2px}.submission-list article p{grid-column:1/-1;margin:0;color:var(--muted)}.submission-type{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--dp-brand)}.submission-status{align-self:start;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800}.submission-status.pending{background:#fff4cf;color:#7a5600}.submission-status.approved{background:#e1f8e8;color:#12662f}.submission-status.rejected{background:#ffe5e9;color:#9c1f34}
.v2-station-hero{position:relative;overflow:hidden;isolation:isolate}.station-cover-backdrop{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(245,248,253,.98) 25%,rgba(245,248,253,.86)),var(--station-cover);background-size:cover;background-position:center;filter:saturate(.85);z-index:-1}.station-side-cover{width:100%;max-height:280px;object-fit:cover;border-radius:18px;margin-bottom:18px;border:1px solid var(--line)}
@media(max-width:1180px){.v2-header{grid-template-columns:220px 1fr auto}.v2-header .header-search{display:none}.genre-v2-grid{grid-template-columns:repeat(4,1fr)}.footer-main{grid-template-columns:280px 1fr}.footer-main nav{grid-column:1/-1;grid-template-columns:repeat(5,auto)}.player-v2 .player-main{grid-template-columns:58px minmax(160px,1fr) auto 120px 40px 40px}.player-v2 .player-queue{display:none}}
@media(max-width:900px){:root{--player-h:82px}.v2-home-hero{grid-template-columns:1fr}.v2-home-hero .hero-copy{padding:52px 28px 20px}.v2-tuner{min-height:480px}.genre-v2-grid,.genre-page-grid{grid-template-columns:repeat(3,1fr)}.compact-podcast-grid{grid-template-columns:repeat(2,1fr)}.submission-grid{grid-template-columns:1fr}.player.player-v2{height:82px}.player-v2 .player-main{height:78px;grid-template-columns:52px minmax(0,1fr) auto 38px;padding:0 12px;gap:9px}.player-v2 .player-station-logo .station-logo{width:48px;height:48px}.player-v2 .player-location{display:none}.player-v2 .player-track{max-width:48vw;font-size:11px}.player-v2 .player-volume,.player-v2 .player-timer,.player-v2 .player-queue{display:none}.player-v2 .player-controls>button:not(.player-play){display:none}.player-v2 .player-controls .player-play{width:50px;height:50px}.footer-main{grid-template-columns:1fr}.footer-brand img{max-width:300px}.footer-main nav{grid-column:auto;grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.v2-header{height:68px;grid-template-columns:1fr auto auto}.brand-logo img{width:210px;max-width:56vw;max-height:46px}.v2-home-hero .hero-copy h1{font-size:clamp(48px,14vw,66px)}.v2-home-hero .hero-lead{font-size:17px}.v2-tuner{margin:0;transform:none;width:100%;min-height:420px}.v2-tuner .dp-center{width:220px;height:220px}.v2-tuner .ring-one{width:240px;height:240px}.v2-tuner .ring-two{width:335px;height:335px}.v2-tuner .ring-three{display:none}.genre-v2-grid,.genre-page-grid{grid-template-columns:repeat(2,1fr)}.section-heading .heading-actions{align-items:flex-end;flex-direction:column}.site-footer{padding-left:22px;padding-right:22px}.footer-bottom{flex-direction:column}.player-v2 .player-name{font-size:14px}.player-v2 .player-track{max-width:42vw}.submission-list article{grid-template-columns:1fr}.submission-status{justify-self:start}.station-card.has-cover .station-art{height:125px}}
@media(max-width:430px){.genre-v2-grid,.genre-page-grid{grid-template-columns:1fr 1fr}.genre-v2-grid>a{min-height:100px;padding:14px}.v2-tuner{min-height:390px}.v2-tuner .dp-center{width:190px;height:190px}.player-v2 .player-track{max-width:38vw}.footer-main nav{grid-template-columns:1fr 1fr}}

/* ===== DirectPlayer V3 — finition publique ===== */
:root{--player-h:86px;--dp-blue:#314a70;--dp-blue-2:#46658f;--dp-blue-dark:#172b47;--dp-blue-soft:#eef3fa}
body{padding-bottom:var(--player-h)}

/* Autocomplétion : utilise le vrai logo lorsqu'il existe */
.suggestions .mini-logo.image{width:38px;height:38px;border-radius:10px;object-fit:contain;background:#fff;border:1px solid var(--line);padding:3px;display:block;flex:none}

/* Catégories et villes plus sobres */
.genre-v2-grid{gap:12px}.genre-v2-grid>a{min-height:104px;padding:17px 18px;border-radius:15px;background:#fff;box-shadow:0 7px 22px rgba(28,51,82,.055);position:relative;overflow:hidden}.genre-v2-grid>a:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--genre-color,var(--dp-blue));opacity:.9}.genre-v2-grid>a>span{width:38px;height:38px;border-radius:11px;background:var(--dp-blue-soft);display:grid;place-items:center;font-size:18px;color:var(--dp-blue)}.genre-v2-grid strong{font-size:15px}.genre-v2-grid small{font-size:12px}.genre-v2-grid>a:hover{border-color:#b8c6d8;box-shadow:0 12px 30px rgba(28,51,82,.1)}
.v2-city-grid{gap:12px}.v2-city-grid a{min-height:82px;padding:14px 16px;border-radius:14px;display:grid;grid-template-columns:38px 1fr auto;grid-template-rows:auto auto;column-gap:12px;align-items:center;box-shadow:0 7px 22px rgba(28,51,82,.045)}.v2-city-grid a>span{grid-row:1/3;width:38px;height:38px;border-radius:11px;background:var(--dp-blue-soft);display:grid;place-items:center;color:var(--dp-blue)}.v2-city-grid a strong{align-self:end}.v2-city-grid a small{align-self:start;color:var(--muted)}.v2-city-grid a svg{grid-row:1/3;grid-column:3;width:18px;height:18px;color:#96a3b5}

/* Formulaires de contribution */
.submission-zone>.section-heading{align-items:end}.submission-grid{gap:20px}.submission-form{border-radius:20px;padding:26px;box-shadow:0 12px 36px rgba(20,43,73,.07);border-top:4px solid var(--dp-blue)}.submission-form h3{font-size:22px;color:var(--dp-blue-dark);display:flex;align-items:center;gap:10px}.submission-form h3:before{content:"+";width:30px;height:30px;border-radius:9px;background:var(--dp-blue-soft);color:var(--dp-blue);display:grid;place-items:center;font-weight:800}.submission-form>label,.submission-form .form-grid>label{font-size:13px;font-weight:700;color:#33445c}.submission-form input,.submission-form select,.submission-form textarea{border-color:#d5deea;border-radius:11px;min-height:44px;background:#fbfcfe;transition:border-color .15s,box-shadow .15s}.submission-form textarea{min-height:110px}.submission-form input:focus,.submission-form select:focus,.submission-form textarea:focus{outline:0;border-color:#6b86aa;box-shadow:0 0 0 3px rgba(49,74,112,.1);background:#fff}.submission-form fieldset{background:#f8fafd;border-color:#d9e1ec}.submission-form .button.primary{min-height:48px;width:100%;justify-content:center;background:var(--dp-blue);border-color:var(--dp-blue);color:#fff}

/* Footer piloté par l'admin */
.footer-contact{display:flex;flex-direction:column;gap:5px;margin-top:12px}.footer-contact a,.footer-contact span{font-size:13px;color:#dce5f2}.footer-socials{display:flex;gap:8px;margin-top:14px}.footer-socials a{width:34px;height:34px;border-radius:9px;background:rgba(255,255,255,.08);display:grid;place-items:center;font-size:11px;font-weight:800}.footer-socials a:hover{background:rgba(255,255,255,.16);text-decoration:none}

/* Nouveau player compact et professionnel */
.player.player-v3{position:fixed;z-index:800;left:18px;right:18px;bottom:14px;height:72px;border-radius:18px;background:rgba(20,37,62,.97);color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 55px rgba(10,28,52,.25);backdrop-filter:blur(16px);overflow:visible}
.player-v3 .player-main{height:72px;display:grid;grid-template-columns:50px minmax(230px,1fr) auto auto minmax(90px,130px);align-items:center;gap:13px;padding:0 17px}
.player-v3 .player-station-logo .station-logo{width:46px;height:46px;border-radius:12px;object-fit:contain;background:#fff;padding:2px}.player-v3 .player-meta{min-width:0;display:grid;grid-template-columns:auto 1fr;column-gap:8px;align-items:center}.player-v3 .player-live-label{font-size:9px;line-height:1;font-weight:850;letter-spacing:.12em;color:#a9b9ce;display:flex;align-items:center;gap:5px}.player-v3 .player-live-label i{width:6px;height:6px;border-radius:50%;background:#f34b65}.player-v3 .player-name{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-v3 .player-location{grid-column:1/3;font-size:10px;color:#8fa1b9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.player-v3 .player-track{grid-column:1/3;font-size:11px;color:#e4ebf4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px;max-width:min(620px,45vw)}
.player-v3 .player-controls{display:flex;align-items:center;gap:6px}.player-v3 .player-controls button{width:30px;height:30px;border:0;border-radius:9px;background:rgba(255,255,255,.07);color:#fff;display:grid;place-items:center;font-size:21px}.player-v3 .player-controls .player-play{width:46px;height:46px;border-radius:14px;background:#fff;color:var(--dp-blue-dark);box-shadow:0 6px 16px rgba(0,0,0,.18)}.player-v3 .player-controls .player-play svg{width:21px;height:21px}.player-v3 .player-controls button:disabled{opacity:.45;cursor:not-allowed}
.player-v3 .player-tools{display:flex;gap:6px}.player-v3 .player-tools button{width:34px;height:34px;border:0;border-radius:10px;background:rgba(255,255,255,.07);color:#fff;display:grid;place-items:center}.player-v3 .player-tools svg{width:18px;height:18px}.player-v3 .player-favorite.active{background:#fff;color:#c7294a}
.player-v3 .player-volume{display:flex;align-items:center;gap:8px}.player-v3 .player-volume svg{width:17px;height:17px;color:#aebed1}.player-v3 .player-volume input{width:100%;accent-color:#fff;height:3px}.player-v3 .player-status{position:absolute;left:16px;right:16px;bottom:-1px;height:2px}.player-v3 .status-text{position:absolute;left:-9999px}.player-v3 .player-progress{height:2px;background:rgba(255,255,255,.08);border-radius:2px;overflow:hidden}.player-v3 .player-progress i{height:100%;display:block;background:#9eb6d6}.player-v3 .retry-player{position:absolute;right:0;bottom:8px;border:0;border-radius:8px;background:#fff;color:var(--dp-blue-dark);padding:6px 9px;font-size:10px}.player-v3[data-state="loading"] .player-live-label i{animation:dpPulse 1s infinite}.player-v3[data-state="playing"] .player-live-label{color:#dce7f5}.player-v3[data-state="playing"] .player-live-label i{background:#45d483;box-shadow:0 0 0 4px rgba(69,212,131,.12)}@keyframes dpPulse{50%{opacity:.3}}
.queue-popover{bottom:82px;right:0}

@media(max-width:1050px){.player-v3 .player-main{grid-template-columns:48px minmax(190px,1fr) auto auto}.player-v3 .player-volume{display:none}.player-v3 .player-track{max-width:40vw}}
@media(max-width:760px){:root{--player-h:76px}.player.player-v3{left:8px;right:8px;bottom:7px;height:64px;border-radius:15px}.player-v3 .player-main{height:64px;grid-template-columns:44px minmax(0,1fr) 44px 34px;padding:0 10px;gap:8px}.player-v3 .player-station-logo .station-logo{width:42px;height:42px}.player-v3 .player-meta{display:block}.player-v3 .player-live-label,.player-v3 .player-location{display:none}.player-v3 .player-name{display:block;font-size:13px}.player-v3 .player-track{display:block;max-width:none;font-size:10px}.player-v3 .player-controls>button:not(.player-play){display:none}.player-v3 .player-controls .player-play{width:44px;height:44px}.player-v3 .player-tools{display:block}.player-v3 .player-tools button{display:none}.player-v3 .player-tools .player-favorite{display:grid;width:34px;height:34px}.player-v3 .player-status{left:10px;right:10px}.site-footer{padding-bottom:calc(28px + var(--player-h))}.submission-form{padding:20px}}
/* Résultats de recherche : vraie couverture du podcast lorsqu'elle existe */
.search-podcast-list .search-podcast-logo{width:48px;height:48px;border-radius:12px;object-fit:cover;background:#fff;border:1px solid var(--line);flex:none}

/* ===== DirectPlayer V4 — refonte éditoriale 2026/2027 ===== */
:root{--dp-blue:#314a70;--dp-blue-dark:#162d4d;--dp-blue-deep:#0d1f38;--dp-blue-soft:#eef3f8;--dp-ice:#f6f9fc;--dp-border:#dce4ee;--dp-text:#12243e;--dp-muted:#6c7c91;--player-h:104px}
body{color:var(--dp-text);background:#fff;padding-bottom:var(--player-h)}
.site-header.v2-header{height:78px;grid-template-columns:minmax(210px,300px) minmax(480px,1fr) minmax(210px,330px) auto;padding:0 3%;border-top:0;border-bottom:1px solid #e8edf3;box-shadow:0 8px 25px rgba(20,46,78,.035);position:sticky;top:0}.brand-logo img{display:block;width:min(270px,20vw);max-height:58px;object-fit:contain}.main-nav{gap:24px}.main-nav a{font-size:13px;color:#40516a}.main-nav a.active{color:var(--dp-blue);font-weight:750}.main-nav a.active:after{bottom:0;height:3px;border-radius:3px 3px 0 0;background:var(--dp-blue)}.account-link{background:var(--dp-blue)}
.home-v4-hero{min-height:520px;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);align-items:stretch;overflow:hidden;background:linear-gradient(120deg,#fff 0 52%,#f1f5fa 52%);border-bottom:1px solid #e9eef5}.home-v4-copy{padding:76px 5vw 64px}.home-v4-copy h1{margin:0;font-size:clamp(52px,6vw,92px);line-height:.92;letter-spacing:-.055em;color:var(--dp-blue-deep);max-width:770px}.home-v4-copy h1 span{color:var(--dp-blue)}.home-v4-copy>p:not(.eyebrow){max-width:650px;margin:24px 0 28px;font-size:18px;color:#53657c}.home-v4-copy .hero-search{height:62px;max-width:650px;border-color:#bcc9d9;box-shadow:0 12px 35px rgba(28,56,91,.08)}.home-v4-copy .hero-search>button{height:46px;min-width:46px;background:var(--dp-blue);color:#fff;border-color:var(--dp-blue)}.home-v4-visual{position:relative;min-height:520px;background:radial-gradient(circle at 50% 45%,#fff 0 11%,#eaf0f7 11.2% 13%,transparent 13.2%),linear-gradient(135deg,#eef4f9,#e3eaf3);overflow:hidden}.home-v4-visual:before,.home-v4-visual:after{content:"";position:absolute;left:50%;top:50%;border-radius:50%;transform:translate(-50%,-50%);border:1px solid rgba(49,74,112,.2)}.home-v4-visual:before{width:430px;height:430px}.home-v4-visual:after{width:650px;height:650px;border-style:dashed}.v4-wave{position:absolute;inset:0;background:repeating-radial-gradient(circle at 50% 50%,transparent 0 39px,rgba(49,74,112,.035) 40px 41px)}.v4-hero-mark{position:absolute;left:50%;top:50%;width:275px;height:275px;transform:translate(-50%,-50%);border-radius:50%;display:grid;place-items:center;align-content:center;gap:17px;background:#fff;box-shadow:0 25px 65px rgba(27,55,91,.14);z-index:3;padding:40px}.v4-hero-mark img{width:100%;height:auto}.v4-hero-mark span{font-size:10px;letter-spacing:.18em;font-weight:800;color:var(--dp-blue)}.v4-floating-logo{position:absolute;z-index:4;transition:.3s}.v4-floating-logo .station-logo{width:74px;height:74px;border-radius:50%;border:5px solid #fff;box-shadow:0 13px 30px rgba(26,53,86,.2)}.v4-floating-logo.logo-1{left:11%;top:16%}.v4-floating-logo.logo-2{right:12%;top:12%}.v4-floating-logo.logo-3{right:6%;top:48%}.v4-floating-logo.logo-4{right:16%;bottom:10%}.v4-floating-logo.logo-5{left:16%;bottom:9%}.v4-floating-logo.logo-6{left:5%;top:51%}
.v4-home-section{padding-left:4vw;padding-right:4vw;max-width:1500px;margin-left:auto;margin-right:auto}.soft-section{max-width:none;padding-top:44px;padding-bottom:46px;background:#f6f8fb}.soft-section>.section-heading,.soft-section>.station-carousel{max-width:1380px;margin-left:auto;margin-right:auto}.v4-heading{align-items:flex-end;margin-bottom:23px}.v4-heading h2{font-size:clamp(25px,2.4vw,34px);letter-spacing:-.035em;color:#172c49}.v4-heading p:not(.eyebrow){margin:5px 0 0;color:var(--dp-muted);font-size:14px}.v4-four-row{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 54px)/4);grid-template-rows:1fr;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 16px;scrollbar-width:thin}.v4-four-row>.station-card{scroll-snap-align:start;min-width:0}.v4-podcast-row{grid-template-columns:repeat(4,minmax(0,1fr))}
.station-card{border:1px solid #e1e7ef;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 12px 30px rgba(23,47,78,.055);transition:transform .2s,box-shadow .2s}.station-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(23,47,78,.1)}.station-art{aspect-ratio:16/9;background:linear-gradient(145deg,#edf3f8,#dce6f0)}.station-cover{filter:saturate(.9)}.station-logo-wrap .station-logo{box-shadow:0 10px 25px rgba(15,39,69,.18)}
.visual-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.visual-directory-card{position:relative;isolation:isolate;min-height:220px;border-radius:22px;overflow:hidden;background:linear-gradient(145deg,var(--card-color,#314a70),#102640);box-shadow:0 14px 34px rgba(20,48,82,.08);display:flex;align-items:flex-end;padding:24px;color:#fff}.visual-directory-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3;transition:transform .45s ease}.visual-directory-card:hover>img{transform:scale(1.045)}.visual-directory-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,rgba(9,24,44,.05),rgba(9,24,44,.82))}.visual-directory-card:not(:has(img)) .visual-directory-overlay{background:linear-gradient(140deg,color-mix(in srgb,var(--card-color,#314a70) 94%,#fff),#10243c)}.visual-directory-icon{position:absolute;top:20px;left:20px;width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.15);backdrop-filter:blur(7px);font-size:20px}.visual-directory-card div{display:flex;flex-direction:column;position:relative}.visual-directory-card strong{font-size:25px;line-height:1.05}.visual-directory-card small{margin-top:7px;color:#e2eaf4}.visual-directory-card>b{margin-left:auto;font-size:25px;font-weight:400}.city-card{min-height:190px}.v4-city-directory>section+section{margin-top:42px}.v4-directory-hero{background:linear-gradient(135deg,#f8fafc,#edf3f8);border-bottom:1px solid #e4eaf2}.v4-directory-hero h1{color:var(--dp-blue-deep)}
.v4-profile-header{background:linear-gradient(135deg,#f7f9fc,#edf3f8);border-bottom:1px solid #e3e9f1}.v4-profile-card{border:1px solid #e0e7ef;box-shadow:0 12px 35px rgba(24,49,82,.05)}.profile-card-kicker{font-size:10px!important;letter-spacing:.16em!important;color:var(--dp-blue)!important;font-weight:800!important;margin:0 0 5px!important}.v4-submission-zone{background:#f6f8fb;padding-left:4vw;padding-right:4vw;padding-top:42px;padding-bottom:46px}.v4-submission-grid{align-items:start;gap:22px}.v4-submit-form{padding:0!important;overflow:hidden}.submit-form-head{display:flex;gap:15px;padding:24px 25px;background:linear-gradient(135deg,#172f50,#314a70);color:#fff}.submit-form-head>span{width:42px;height:42px;flex:none;border-radius:13px;background:rgba(255,255,255,.12);display:grid;place-items:center;font-weight:800}.submit-form-head h3{margin:0 0 5px;font-size:22px}.submit-form-head p{margin:0;color:#dbe5f0;font-size:13px}.form-section-public{padding:20px 25px;border-bottom:1px solid #e5eaf1}.form-section-public h4{margin:0 0 13px;color:#243b5b;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.v4-submit-form label{font-size:12px;font-weight:650;color:#42556d}.v4-submit-form input,.v4-submit-form select,.v4-submit-form textarea{margin-top:7px;width:100%;border:1px solid #d3dce8;border-radius:11px;background:#fff;min-height:44px;padding:10px 12px;outline:none}.v4-submit-form textarea{min-height:96px;resize:vertical}.v4-submit-form input:focus,.v4-submit-form select:focus,.v4-submit-form textarea:focus{border-color:#8297b4;box-shadow:0 0 0 3px rgba(49,74,112,.09)}.genre-chip-picker{border:0;margin:18px 0 0;padding:0}.genre-chip-picker legend{font-size:12px;font-weight:750;color:#42556d;margin-bottom:9px}.genre-chip-picker legend small{font-weight:400;color:#8491a2;margin-left:6px}.genre-chip-list{display:flex;flex-wrap:wrap;gap:8px}.genre-chip{position:relative;cursor:pointer}.genre-chip input{position:absolute;opacity:0;pointer-events:none}.genre-chip span{display:flex;align-items:center;gap:6px;border:1px solid #d8e1ec;border-radius:999px;padding:8px 12px;background:#fff;color:#516279;font-size:12px;transition:.18s}.genre-chip input:checked+span{background:#314a70;color:#fff;border-color:#314a70;box-shadow:0 5px 14px rgba(49,74,112,.16)}.genre-chip.is-primary{opacity:.35;pointer-events:none}.genre-chip b{font-weight:500}.upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.upload-tile{display:flex!important;flex-direction:column;border:1px dashed #becbd9;border-radius:14px;padding:16px;background:#fafcfe}.upload-tile>span{font-weight:750;color:#263c59}.upload-tile small{color:#7d8998;margin:3px 0 8px}.upload-tile input{border:0!important;padding:0!important;min-height:auto!important;background:transparent!important}.submit-big{margin:20px 25px 25px;width:calc(100% - 50px);min-height:48px}
.v4-detail-grid{grid-template-columns:minmax(0,1fr) 290px}.v4-detail-grid aside{align-self:start}.station-side-cover{display:none!important}.station-detail-hero.v2-station-hero{min-height:330px;overflow:hidden}.station-cover-backdrop{opacity:.14;filter:blur(18px) saturate(.7);transform:scale(1.07)}
.site-footer{background:#10233d;color:#dfe8f2;margin-top:60px;border-top:0}.footer-main{padding:48px 4vw 34px;max-width:1450px;margin:auto;display:grid;grid-template-columns:minmax(240px,340px) 1fr auto;gap:55px;align-items:start}.footer-brand{display:block;background:#fff;border-radius:14px;padding:14px;max-width:310px}.footer-brand img{width:100%;height:auto;display:block}.footer-main h2{color:#fff;margin-top:0}.footer-main p,.footer-contact{color:#aebdd0}.footer-main nav{display:grid;gap:11px}.footer-main nav a{color:#dfe8f2}.footer-main nav a:hover{color:#fff}.footer-socials a{border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:7px 10px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:17px 4vw;max-width:1450px;margin:auto;color:#94a7bd}
/* Player inspiré de la référence fournie : une seule barre claire et compacte. */
.player-v4{position:fixed;left:0;right:0;bottom:0;z-index:700;background:linear-gradient(90deg,#edf8f7,#f8f3fb);border-top:1px solid #d7dee8;box-shadow:0 -10px 35px rgba(15,39,70,.1);height:104px;color:#153554;transition:height .22s,transform .22s}.player-v4-shell{height:96px;display:grid;grid-template-columns:minmax(300px,1fr) auto 40px;align-items:center;gap:25px;padding:8px 18px 8px 28px}.player-v4-station{min-width:0;display:flex;align-items:center;gap:16px}.player-v4 .player-station-logo .station-logo{width:66px;height:66px;border-radius:50%;object-fit:cover;background:#fff;border:1px solid #dbe3eb}.player-v4 .player-meta{display:flex;min-width:0;flex-direction:column;line-height:1.2}.player-title-line{display:flex;align-items:center;gap:10px}.player-v4 .player-name{font-size:18px;color:#143754;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-live-label{display:inline-flex;align-items:center;gap:5px;border-radius:4px;background:#e51d35;color:#fff;padding:4px 7px;font-size:9px;line-height:1;font-weight:800}.player-live-label i{width:6px;height:6px;background:#fff;border-radius:50%}.player-v4 .player-location{font-size:12px;color:#75869a;margin-top:2px}.player-v4 .player-track{font-size:14px;color:#173a59;margin-top:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:540px}.player-v4-controls{display:flex;align-items:center;gap:14px}.player-v4-controls>button,.player-collapse{width:38px;height:38px;border:0;background:transparent;color:#143e60;border-radius:50%;display:grid;place-items:center;font-size:19px}.player-v4-controls>button:hover,.player-collapse:hover{background:rgba(49,74,112,.08)}.player-v4-controls svg{width:22px;height:22px}.player-v4 .player-play{width:58px;height:58px;border:1.5px solid #1d4868;background:rgba(255,255,255,.45)}.player-v4 .player-play svg{width:28px;height:28px}.player-v4 .player-volume{display:flex;align-items:center;gap:7px;width:130px}.player-v4 .player-volume svg{width:23px;height:23px}.player-v4 .player-volume input{width:78px;accent-color:#234b6d}.player-collapse{font-size:24px}.player-v4 .player-status{position:absolute;left:110px;bottom:3px;height:auto;background:transparent;border:0;font-size:9px;color:#8796a7;display:flex;gap:8px}.player-v4 .retry-player{border:0;background:none;color:#314a70;font-size:9px}.player-v4.is-collapsed{height:42px}.player-v4.is-collapsed .player-v4-shell{height:42px;padding-top:2px;padding-bottom:2px}.player-v4.is-collapsed .player-station-logo,.player-v4.is-collapsed .player-location,.player-v4.is-collapsed .player-track,.player-v4.is-collapsed .player-v4-controls{display:none}.player-v4.is-collapsed .player-v4-station{padding-left:10px}.player-v4.is-collapsed .player-meta{display:block}.player-v4.is-collapsed .player-name{font-size:13px}.player-v4.is-collapsed .player-live-label{display:none}.player-v4.is-collapsed .player-collapse{transform:rotate(180deg)}
.auth-visual h1,.auth-panel h1{font-family:inherit!important;font-weight:760!important;letter-spacing:-.04em!important}.auth-visual h1{font-size:clamp(40px,4.5vw,70px)!important;line-height:1!important}.auth-visual,.auth-panel .button.primary{--lime:var(--dp-blue)!important}.auth-visual h1 span{color:var(--dp-blue)!important}.auth-feature i,.auth-bullet i{background:var(--dp-blue)!important}
@media(max-width:1100px){.site-header.v2-header{grid-template-columns:210px 1fr auto}.header-search{display:none}.home-v4-hero{grid-template-columns:1fr}.home-v4-visual{min-height:380px}.v4-four-row{grid-auto-columns:calc((100% - 36px)/3)}.visual-directory-grid{grid-template-columns:repeat(2,1fr)}.player-v4-shell{grid-template-columns:minmax(260px,1fr) auto 36px;gap:10px}.player-v4-controls{gap:6px}.player-v4 .player-volume{width:100px}.player-v4 .player-volume input{width:52px}}
@media(max-width:760px){:root{--player-h:92px}.site-header.v2-header{height:68px;grid-template-columns:1fr auto auto;padding:0 14px}.brand-logo img{width:190px;max-height:45px}.main-nav{top:68px}.home-v4-copy{padding:48px 20px}.home-v4-copy h1{font-size:52px}.home-v4-visual{min-height:320px}.v4-hero-mark{width:190px;height:190px;padding:30px}.v4-floating-logo .station-logo{width:55px;height:55px}.v4-four-row{grid-auto-columns:78%}.v4-podcast-row{display:flex;overflow-x:auto}.v4-podcast-row>*{min-width:78%}.visual-directory-grid{grid-template-columns:1fr}.visual-directory-card{min-height:180px}.v4-submission-grid{grid-template-columns:1fr}.upload-grid{grid-template-columns:1fr}.v4-detail-grid{grid-template-columns:1fr}.player-v4{height:92px}.player-v4-shell{height:86px;grid-template-columns:minmax(0,1fr) auto 30px;padding:7px 8px 7px 12px}.player-v4 .player-station-logo .station-logo{width:52px;height:52px}.player-v4 .player-name{font-size:14px}.player-v4 .player-location{display:none}.player-v4 .player-track{font-size:11px;max-width:36vw}.player-v4-controls>button[data-player=share],.player-v4-controls>button[data-player=previous],.player-v4-controls>button[data-player=next],.player-v4-controls>button[data-player=timer],.player-v4 .player-volume{display:none}.player-v4 .player-play{width:50px;height:50px}.footer-main{grid-template-columns:1fr;gap:25px}.footer-brand{max-width:260px}}

/* V4.1 — catégories secondaires du formulaire de soumission */
.genre-chip-picker{margin-top:20px!important;padding:16px!important;border:1px solid #e0e7f0!important;border-radius:16px!important;background:#f8fafc!important}.genre-chip-picker legend{padding:0 7px!important;margin-left:2px!important}.genre-chip-list{gap:9px!important}.genre-chip span{min-height:38px!important;padding:9px 13px!important;border-color:#d8e2ed!important;background:#fff!important;font-weight:650!important;box-shadow:0 2px 8px rgba(27,55,87,.025)}.genre-chip span:before{content:'+';width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:#edf3f8;color:#6a7d92;font-size:12px;font-weight:800}.genre-chip input:checked+span{background:#1e5d9b!important;border-color:#1e5d9b!important;color:#fff!important;box-shadow:0 8px 18px rgba(30,93,155,.18)!important}.genre-chip input:checked+span:before{content:'✓';background:rgba(255,255,255,.18);color:#fff}.genre-chip.is-primary span{background:#eef3f8!important;color:#8996a5!important}.genre-chip.is-primary span:before{content:'•'}

/* V5 — interface compacte et corrections demandées */
:root{--player-h:88px}
/* Cartes radio : la couverture reste visible sans prendre la moitié de l'écran. */
.v4-four-row .station-card .station-art{height:118px!important;aspect-ratio:auto!important}
.catalog-grid .station-card .station-art,.radio-grid .station-card .station-art{height:126px!important;aspect-ratio:auto!important}
.station-card.has-cover .station-art{min-height:0!important}
.station-card-body{padding:10px 12px 12px!important}
.station-card h3{font-size:14px}.station-card p{font-size:11px}
.station-logo-wrap{left:11px!important;bottom:9px!important}.station-logo-wrap .station-logo{width:50px!important;height:50px!important;border-radius:12px!important}
.v4-four-row{gap:16px!important}.v4-home-section{padding-top:34px!important;padding-bottom:34px!important}
.v4-heading{margin-bottom:17px!important}.v4-heading p:not(.eyebrow){font-size:13px!important}
/* Podcasts sur l'accueil : quatre cartes, visuel plus raisonnable. */
.v4-podcast-row .podcast-cover{aspect-ratio:16/10;border-radius:15px;box-shadow:0 9px 28px rgba(17,45,82,.08)}
.v4-podcast-row .podcast-card>p{margin-top:10px}.v4-podcast-row .podcast-card h3{margin:0;font-size:16px;line-height:1.25}
/* Fiche radio : vraie couverture sous le nom, pas de grand bloc latéral. */
.station-detail-hero.v2-station-hero{min-height:0!important;padding-top:42px!important;padding-bottom:42px!important;background:linear-gradient(135deg,#f8fbff,#eef4fb)!important}
.station-cover-backdrop{display:none!important}
.station-cover-banner{width:min(760px,100%);height:155px;border-radius:18px;overflow:hidden;margin:14px 0 16px;border:1px solid #dce5ef;background:#eaf0f6;box-shadow:0 10px 30px rgba(22,54,92,.08)}
.station-cover-banner img{display:block;width:100%;height:100%;object-fit:cover}
/* Player V5 — une seule barre horizontale, proche de la référence fournie. */
.player-v5{height:88px!important;background:linear-gradient(90deg,#eef9f7 0%,#f4f7fb 50%,#fbf0f8 100%)!important;border-top:1px solid #dbe3ec!important;box-shadow:0 -8px 30px rgba(13,39,70,.09)!important}
.player-v5-shell{height:88px;display:grid;grid-template-columns:minmax(320px,1fr) auto minmax(105px,145px);align-items:center;gap:24px;padding:8px 24px}
.player-v5-station{min-width:0;display:flex;align-items:center;gap:14px}.player-v5 .player-station-logo .station-logo{width:62px;height:62px;border-radius:50%;object-fit:cover;background:#fff;border:1px solid #d6e0ea}
.player-v5 .player-meta{min-width:0;display:flex;flex-direction:column;line-height:1.15}.player-v5 .player-name{font-size:19px;color:#123854;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-v5 .player-location{font-size:11px;color:#718398;margin-top:2px}.player-v5 .player-track{font-size:13px;color:#163b58;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:560px}
.player-v5-controls{display:flex;align-items:center;gap:11px}.player-v5-controls>button{width:38px;height:38px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;color:#113e61;font-size:19px}.player-v5-controls>button:hover{background:rgba(24,66,99,.07)}.player-v5-controls svg{width:22px;height:22px}.player-v5 .player-play{width:56px;height:56px;border:1.5px solid #1b4869;background:rgba(255,255,255,.52)}.player-v5 .player-play svg{width:27px;height:27px}.player-v5 .player-volume{width:115px;display:flex;align-items:center;gap:7px}.player-v5 .player-volume svg{width:22px;height:22px}.player-v5 .player-volume input{width:74px;accent-color:#294f70}.player-v5 .player-status{position:static!important;display:flex!important;justify-content:flex-end;align-items:center;gap:6px;background:transparent!important;border:0!important;font-size:10px;color:#788b9d;text-align:right}.player-v5 .retry-player{border:0;background:#fff;color:#24577f;border-radius:999px;padding:5px 8px;font-size:10px;box-shadow:0 2px 8px rgba(20,55,83,.08)}
/* Contact */
.contact-page{max-width:1280px;margin:auto;display:grid;grid-template-columns:minmax(300px,.8fr) minmax(420px,1.2fr);gap:70px;align-items:start;padding-top:65px;padding-bottom:70px}.contact-copy h1{font-size:clamp(40px,5vw,68px);line-height:.98;letter-spacing:-.055em;margin:0 0 20px}.contact-copy>p:not(.eyebrow){color:var(--muted);font-size:17px;max-width:560px}.contact-details{display:grid;gap:10px;margin-top:30px}.contact-details div{padding:14px 0;border-top:1px solid var(--line);display:flex;flex-direction:column}.contact-details small{color:var(--muted)}.contact-form-card{padding:28px;border:1px solid #dfe6ef;border-radius:22px;background:#fff;box-shadow:0 18px 55px rgba(18,48,85,.08);display:grid;gap:17px}.contact-form-card label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700}.contact-form-card input,.contact-form-card textarea{width:100%;border:1px solid #d6dfeb;border-radius:12px;padding:12px 13px;outline:0;background:#fbfdff}.contact-form-card input:focus,.contact-form-card textarea:focus{border-color:#315b86;box-shadow:0 0 0 3px rgba(49,91,134,.09)}.contact-submit{justify-self:start;min-width:190px}.contact-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
/* Soumission : bouton final propre et non surdimensionné. */
.v4-submit-form .submit-big{width:auto!important;min-width:240px!important;margin:20px 25px 25px auto!important;display:flex!important;border-radius:12px!important;padding:0 22px!important;box-shadow:0 8px 20px rgba(7,62,230,.16)!important}
.genre-chip-picker{background:#fbfcfe!important}.genre-chip span{border-radius:12px!important}
@media(max-width:900px){.contact-page{grid-template-columns:1fr;gap:30px}.player-v5-shell{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:7px 14px}.player-v5 .player-status{display:none!important}.player-v5-controls{gap:5px}.player-v5-controls>button[data-player=share],.player-v5-controls>button[data-player=previous],.player-v5-controls>button[data-player=next],.player-v5 .player-volume{display:none}.v4-four-row .station-card .station-art{height:112px!important}.catalog-grid .station-card .station-art,.radio-grid .station-card .station-art{height:116px!important}}
@media(max-width:600px){:root{--player-h:80px}.player-v5{height:80px!important}.player-v5-shell{height:80px}.player-v5 .player-station-logo .station-logo{width:50px;height:50px}.player-v5 .player-name{font-size:14px}.player-v5 .player-location{display:none}.player-v5 .player-track{font-size:11px;max-width:45vw}.player-v5 .player-play{width:48px;height:48px}.station-cover-banner{height:115px;border-radius:14px}.v4-four-row{grid-auto-columns:82%!important}.v4-podcast-row>*{min-width:82%!important}.v4-submit-form .submit-big{margin:18px!important;width:calc(100% - 36px)!important}.contact-page{padding:38px 18px 50px}.contact-form-card{padding:20px}.contact-copy h1{font-size:42px}}

/* V4.1 — accès clair au site officiel depuis une fiche radio */
.station-website-button{background:#eef4fb!important;border:1px solid #c9d8eb!important;color:#173f6b!important;gap:8px;font-weight:750!important}.station-website-button:hover{background:#dfeafb!important;border-color:#aac0dc!important;transform:translateY(-1px)}.station-website-button span{font-size:16px;line-height:1}@media(max-width:700px){.detail-actions .station-website-button{width:100%;justify-content:center;order:3}}

/* =====================================================================
   DIRECTPLAYER V5 — refonte publique stable / premium
   ===================================================================== */
:root{--dp-blue:#0c5cf2;--dp-blue-2:#123eab;--dp-ink:#0e1b2d;--dp-muted:#66758a;--dp-line:#e4eaf2;--dp-soft:#f5f8fc;--player-h:92px}
body{background:#fff;color:var(--dp-ink)}
.site-main{overflow:hidden}.section-space{padding-left:clamp(18px,4vw,64px);padding-right:clamp(18px,4vw,64px)}
.strong-heading h2{font-size:clamp(26px,3vw,42px)!important;letter-spacing:-.035em!important;font-weight:900!important}.strong-heading .eyebrow{color:var(--dp-blue)}
/* Accueil */
.home-wow-hero{max-width:1500px;margin:0 auto;padding:clamp(48px,7vw,105px) clamp(18px,4vw,64px) 55px;display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.8fr);gap:clamp(35px,7vw,110px);align-items:center;min-height:610px}.home-wow-copy h1{margin:8px 0 24px;font-size:clamp(54px,7.1vw,108px);line-height:.87;letter-spacing:-.07em;font-weight:900}.home-wow-copy h1 span{color:var(--dp-blue)}.home-wow-copy>p:not(.eyebrow){max-width:700px;font-size:clamp(16px,1.7vw,20px);line-height:1.65;color:var(--dp-muted)}.home-wow-copy .hero-search{max-width:720px;margin-top:30px}.home-wow-orbit{position:relative;min-height:500px;display:grid;place-items:center}.orbit-ring{position:absolute;border:1px solid rgba(12,92,242,.13);border-radius:50%}.ring-one{width:390px;height:390px}.ring-two{width:270px;height:270px;border-style:dashed;animation:dpOrbitSpin 35s linear infinite}.orbit-brand{width:225px;height:225px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 35px 80px rgba(20,55,105,.15);border:1px solid #edf2f8;z-index:3}.orbit-brand img{width:78%;height:auto;object-fit:contain}.orbit-radio{position:absolute;width:82px;height:82px;border:0;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 13px 35px rgba(18,48,85,.14);padding:8px;cursor:pointer;transition:.35s cubic-bezier(.2,.75,.2,1);z-index:4}.orbit-radio:hover{transform:scale(1.12)!important;box-shadow:0 18px 45px rgba(12,92,242,.25)}.orbit-radio .station-logo{width:100%;height:100%;border-radius:50%;object-fit:contain}.orbit-radio.is-changing{opacity:.2;transform:scale(.8)}.orbit-pos-1{transform:translate(-178px,-125px)}.orbit-pos-2{transform:translate(180px,-118px)}.orbit-pos-3{transform:translate(-210px,70px)}.orbit-pos-4{transform:translate(210px,76px)}.orbit-pos-5{transform:translate(-105px,190px)}.orbit-pos-6{transform:translate(108px,192px)}@keyframes dpOrbitSpin{to{transform:rotate(360deg)}}
.home-featured-section{background:linear-gradient(180deg,#f7faff 0,#fff 100%);border-top:1px solid #edf2f8;border-bottom:1px solid #edf2f8}.home-featured-section,.home-popular-section,.home-recent-section,.home-podcast-section{padding-top:72px;padding-bottom:72px}.home-four-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important}.carousel-arrows{display:flex;gap:8px;align-items:center}.carousel-arrows button{width:46px;height:46px;border-radius:50%;border:1px solid #dce5f0;background:#fff;color:#173b62;font-size:20px;cursor:pointer;box-shadow:0 7px 22px rgba(26,58,98,.07);transition:.18s}.carousel-arrows button:hover{background:var(--dp-blue);border-color:var(--dp-blue);color:#fff;transform:translateY(-2px)}.dp-carousel{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:calc((100% - 60px)/4)!important;grid-template-columns:none!important;gap:20px!important;overflow-x:auto!important;scrollbar-width:none!important;scroll-snap-type:x mandatory;padding:4px 2px 18px!important}.dp-carousel::-webkit-scrollbar{display:none}.dp-carousel>*{scroll-snap-align:start;min-width:0}.station-card{border:1px solid #e5ebf3!important;border-radius:20px!important;background:#fff!important;box-shadow:0 11px 35px rgba(18,48,85,.06)!important;overflow:hidden!important;transition:.22s ease!important}.station-card:hover{transform:translateY(-5px)!important;box-shadow:0 20px 50px rgba(15,57,112,.13)!important;border-color:#d5e1f1!important}.station-card .station-art{height:180px!important;background:linear-gradient(145deg,#eaf1fa,#dce7f4)!important}.station-card .station-cover{filter:saturate(.88);transition:.4s}.station-card:hover .station-cover{transform:scale(1.035);filter:saturate(1)}.station-card .station-logo-wrap{background:rgba(255,255,255,.95)!important;border:1px solid rgba(255,255,255,.8)!important;box-shadow:0 9px 25px rgba(12,35,70,.18)!important}.round-play.is-playing,.play-station.is-playing{background:var(--dp-blue)!important;color:#fff!important}
/* Répertoires catégories / villes */
.wow-directory-hero{max-width:1500px;margin:0 auto;padding:70px clamp(18px,4vw,64px) 30px;display:flex;justify-content:space-between;align-items:end;gap:30px}.wow-directory-hero h1{margin:8px 0 16px;font-size:clamp(50px,7vw,94px);line-height:.9;letter-spacing:-.065em}.wow-directory-hero h1 span{color:var(--dp-blue)}.wow-directory-hero>div:first-child>p:last-child{max-width:680px;color:var(--dp-muted);font-size:18px;line-height:1.6}.directory-hero-badge{min-width:170px;padding:22px;border-radius:22px;background:#0f223d;color:#fff}.directory-hero-badge strong{display:block;font-size:42px;line-height:1}.directory-hero-badge span{display:block;margin-top:5px;font-size:12px;color:#b8c6d9}.wow-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:1500px;margin:0 auto}.wow-directory-card{height:260px;position:relative;overflow:hidden;border-radius:24px;background:linear-gradient(135deg,var(--genre-color,#244f80),#0e2038);color:#fff;text-decoration:none;box-shadow:0 16px 40px rgba(15,40,76,.12);isolation:isolate;transition:.25s ease}.wow-directory-card img,.directory-fallback-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.5s ease}.directory-fallback-art{background:radial-gradient(circle at 15% 20%,rgba(255,255,255,.24),transparent 30%),linear-gradient(135deg,var(--genre-color,#0c5cf2),#0a1d34)}.city-fallback{background:radial-gradient(circle at 70% 20%,rgba(75,145,255,.36),transparent 35%),linear-gradient(145deg,#1f4c79,#0a1d34)}.wow-directory-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,18,31,.08),rgba(7,18,32,.12) 36%,rgba(6,16,30,.84));z-index:1}.wow-directory-card:hover{transform:translateY(-7px);box-shadow:0 25px 60px rgba(15,48,93,.22)}.wow-directory-card:hover img{transform:scale(1.06);filter:saturate(1.05)}.wow-directory-top,.wow-directory-bottom{position:absolute;left:22px;right:22px;z-index:2;display:flex;justify-content:space-between;align-items:center}.wow-directory-top{top:20px}.directory-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.16);backdrop-filter:blur(10px);font-size:20px}.directory-count{padding:8px 11px;border-radius:999px;background:rgba(8,18,31,.38);backdrop-filter:blur(12px);font-size:11px;font-weight:750}.wow-directory-bottom{bottom:20px;align-items:end}.wow-directory-bottom strong{font-size:clamp(23px,2.3vw,34px);letter-spacing:-.04em}.wow-directory-bottom span{font-size:12px;color:#d6e4f4}.wow-directory-bottom b{font-size:18px;margin-left:5px}
/* Fiche radio — couverture floutée en fond, sans bloc latéral */
.radio-page-hero{position:relative;min-height:470px;display:grid;align-items:end;overflow:hidden;background:linear-gradient(135deg,#10263f,#173d66);color:#fff}.radio-page-backdrop{position:absolute;inset:-30px;background:linear-gradient(90deg,rgba(8,21,37,.96) 0%,rgba(8,21,37,.78) 47%,rgba(8,21,37,.54) 100%),var(--radio-cover,linear-gradient(135deg,#1a4777,#0d2138)) center/cover no-repeat;filter:blur(0);transform:scale(1.04)}.radio-page-hero.has-radio-cover .radio-page-backdrop:after{content:"";position:absolute;inset:0;backdrop-filter:blur(8px);background:linear-gradient(90deg,rgba(6,18,33,.88),rgba(6,18,33,.50))}.radio-page-content{position:relative;z-index:2;max-width:1500px;width:100%;margin:0 auto;padding:72px clamp(18px,4vw,64px) 58px;display:grid;grid-template-columns:170px minmax(0,800px);gap:34px;align-items:center}.radio-page-logo{position:relative;width:158px;height:158px;border-radius:32px;background:#fff;padding:15px;display:grid;place-items:center;box-shadow:0 25px 60px rgba(0,0,0,.3)}.radio-page-logo .station-logo{width:100%;height:100%;object-fit:contain;border-radius:22px}.radio-live-dot{position:absolute;right:10px;bottom:10px;width:18px;height:18px;border:4px solid #fff;background:#ff3c63;border-radius:50%}.radio-page-copy h1{margin:10px 0 8px;font-size:clamp(48px,6vw,82px);letter-spacing:-.06em;line-height:.94}.radio-page-copy .station-place{color:#c9d7e9;font-weight:650}.radio-description{max-width:760px;color:#d6e0ed;line-height:1.62}.radio-page-copy .station-tags a,.radio-page-copy .station-tags span{background:rgba(255,255,255,.1)!important;color:#fff!important;border-color:rgba(255,255,255,.17)!important;backdrop-filter:blur(8px)}.radio-page-copy .detail-actions{margin-top:24px}.radio-page-copy .button.ghost{border-color:rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.08)}.radio-page-copy .station-website-button{background:#fff!important;color:#173f6b!important}.radio-information-grid{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px}.radio-program-panel,.radio-side-panel>*{border:1px solid #e4eaf2;border-radius:20px;background:#fff}.radio-program-panel{padding:26px}.radio-side-panel{display:grid;align-content:start;gap:12px}.radio-fact,.radio-site-card,.radio-report-card{padding:20px;text-align:left;text-decoration:none;color:var(--dp-ink)}.radio-fact span,.radio-site-card span,.radio-report-card span{display:block;color:var(--dp-muted);font-size:11px;font-weight:800;letter-spacing:.08em}.radio-fact strong,.radio-site-card strong,.radio-report-card strong{display:block;margin-top:7px;font-size:16px}.radio-site-card{position:relative;background:#0c5cf2;color:#fff!important}.radio-site-card span{color:#bad1ff}.radio-site-card b{position:absolute;right:18px;top:18px;font-size:22px}.radio-report-card{border:1px solid #e4eaf2;cursor:pointer}.modern-schedule article{border-radius:15px!important;background:#f8fafc!important;border:1px solid #edf1f5!important;margin-bottom:8px!important}
/* Authentification */
.auth-modern-page{min-height:calc(100vh - 230px);max-width:1320px;margin:0 auto;padding:70px clamp(18px,4vw,64px) 90px;display:grid;grid-template-columns:minmax(320px,.9fr) minmax(390px,.75fr);gap:clamp(45px,8vw,120px);align-items:center}.auth-modern-brand img{width:min(430px,88%);height:auto;object-fit:contain}.auth-modern-brand>p{max-width:520px;margin:24px 0;color:var(--dp-muted);font-size:19px;line-height:1.65}.auth-signal{height:70px;display:flex;gap:8px;align-items:center}.auth-signal span{display:block;width:7px;border-radius:99px;background:linear-gradient(180deg,#68a0ff,#0c5cf2);animation:signal 1.4s ease-in-out infinite}.auth-signal span:nth-child(1){height:24px}.auth-signal span:nth-child(2){height:50px;animation-delay:.1s}.auth-signal span:nth-child(3){height:68px;animation-delay:.2s}.auth-signal span:nth-child(4){height:43px;animation-delay:.3s}.auth-signal span:nth-child(5){height:29px;animation-delay:.4s}@keyframes signal{50%{transform:scaleY(.55);opacity:.65}}.auth-modern-card{padding:36px;border:1px solid #e1e8f1;border-radius:28px;background:#fff;box-shadow:0 28px 80px rgba(18,48,85,.11);display:grid;gap:17px}.auth-modern-card h1{margin:0;font-size:46px;letter-spacing:-.05em}.auth-lead{margin:-8px 0 8px;color:var(--dp-muted)}.auth-modern-card label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:750;color:#364b66}.auth-modern-card input{height:50px;border:1px solid #d8e1ec;border-radius:13px;padding:0 14px;background:#fbfcfe;font:inherit;outline:none}.auth-modern-card input:focus{border-color:#6d9cff;box-shadow:0 0 0 4px rgba(12,92,242,.08)}.auth-submit{min-height:52px;margin-top:6px}.auth-switch{text-align:center;color:var(--dp-muted);font-size:13px}.auth-switch a{color:var(--dp-blue);font-weight:800}
/* Footer */
.dp-footer{position:relative;overflow:hidden;margin-top:80px;background:#08182b;color:#fff;border:0}.dp-footer-glow{position:absolute;width:600px;height:600px;border-radius:50%;right:-220px;top:-340px;background:radial-gradient(circle,rgba(12,92,242,.35),rgba(12,92,242,0) 68%)}.dp-footer-main{position:relative;max-width:1500px;margin:auto;padding:70px clamp(18px,4vw,64px) 52px;display:grid;grid-template-columns:minmax(320px,1.5fr) repeat(3,minmax(150px,.55fr));gap:45px}.dp-footer-brand img{display:block;width:min(360px,85%);height:auto;filter:brightness(0) invert(1);opacity:.96}.dp-footer-brand p{max-width:480px;color:#aebdd0;line-height:1.65}.dp-footer-contact-link{display:inline-flex;margin-top:12px;gap:12px;color:#fff;text-decoration:none;font-weight:800}.dp-footer-contact-link span{color:#75a4ff}.dp-footer-column{display:flex;flex-direction:column;gap:10px}.dp-footer-column>strong{margin-bottom:8px;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#7da7f6}.dp-footer-column a,.dp-footer-column span{color:#b5c3d4;text-decoration:none;font-size:13px}.dp-footer-column a:hover{color:#fff}.dp-footer-socials{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.dp-footer-socials a{padding:7px 9px;border:1px solid #253b59;border-radius:9px;font-size:10px}.dp-footer-bottom{position:relative;max-width:1500px;margin:auto;padding:20px clamp(18px,4vw,64px) 28px;border-top:1px solid #1c304a;display:flex;justify-content:space-between;gap:20px;color:#70839b;font-size:11px}
/* Player compact, réductible, persistant */
.dp-player{position:fixed;z-index:1000;left:0;right:0;bottom:0;height:var(--player-h);background:rgba(248,251,255,.96);backdrop-filter:blur(20px);border-top:1px solid #dce5ef;box-shadow:0 -15px 45px rgba(10,34,66,.11);transition:.25s ease}.dp-player-shell{height:100%;display:grid;grid-template-columns:minmax(300px,1fr) auto minmax(210px,.72fr);gap:24px;align-items:center;padding:10px 28px;position:relative}.dp-player-station{display:flex;align-items:center;gap:13px;min-width:0}.dp-player .player-station-logo{width:64px;height:64px;flex:0 0 64px}.dp-player .player-station-logo .station-logo{width:100%;height:100%;border-radius:16px;object-fit:contain;background:#fff;border:1px solid #dfe6ef;padding:4px}.dp-player .player-meta{display:flex;flex-direction:column;min-width:0}.player-title-line{display:flex;align-items:center;gap:9px}.dp-player .player-name{font-size:16px;color:#142b47;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-live-label{font-size:9px;font-weight:900;color:#f03a60;display:flex;align-items:center;gap:4px}.player-live-label i{width:6px;height:6px;border-radius:50%;background:#f03a60}.dp-player .player-location{font-size:10px;color:#8795a6;margin-top:2px}.dp-player .player-track{font-size:12px;color:#38516d;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:500px}.dp-player-center{display:grid;justify-items:center;gap:3px}.dp-player-controls{display:flex;align-items:center;gap:8px}.dp-player-controls button,.dp-player-tools>button{border:0;background:transparent;color:#234565;cursor:pointer}.dp-player-controls>button:not(.player-play){width:36px;height:36px;border-radius:50%;font-size:26px}.dp-player .player-play{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#0c5cf2;color:#fff;box-shadow:0 9px 24px rgba(12,92,242,.25)}.dp-player .player-play svg{width:24px;height:24px}.dp-player .player-status{font-size:9px;color:#8392a4;display:flex;gap:6px;align-items:center}.retry-player{border:0!important;background:transparent!important;color:#0c5cf2!important;font-size:9px!important}.dp-player-tools{display:flex;align-items:center;justify-content:flex-end;gap:9px}.dp-player-tools>button{width:38px;height:38px;border-radius:50%;display:grid;place-items:center}.dp-player-tools>button:hover{background:#eaf1fa}.dp-player-tools svg{width:19px;height:19px}.dp-player .player-volume{display:flex;align-items:center;gap:6px;width:115px}.dp-player .player-volume svg{width:18px;height:18px;color:#6c7f94}.dp-player .player-volume input{width:82px;accent-color:#0c5cf2}.dp-player-collapse{position:absolute;right:10px;top:7px;width:26px;height:26px;border:0;border-radius:50%;background:#eaf0f7;color:#4e647c;cursor:pointer;z-index:2}.dp-player-mini{display:none}.dp-player.is-collapsed{left:auto;right:18px;bottom:18px;width:min(390px,calc(100vw - 36px));height:62px;border:0;border-radius:19px;box-shadow:0 18px 55px rgba(10,38,75,.2);overflow:hidden}.dp-player.is-collapsed .dp-player-shell{display:none}.dp-player.is-collapsed .dp-player-mini{display:grid;width:100%;height:100%;border:0;background:#fff;grid-template-columns:42px minmax(0,1fr) auto 22px;gap:10px;align-items:center;text-align:left;padding:7px 12px;cursor:pointer;color:#183553}.player-mini-logo{width:42px;height:42px;border-radius:12px;background:#eef3fa;display:grid;place-items:center;overflow:hidden;font-size:11px;font-weight:900}.player-mini-logo img{width:100%;height:100%;object-fit:contain}.player-mini-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-mini-state{font-size:10px;color:#78899d}.dp-player[data-state=playing] .player-mini-state{color:#0c5cf2;font-weight:800}
body{padding-bottom:var(--player-h)}
/* Profil / soumission */
.v4-profile-header{background:linear-gradient(135deg,#f6f9fd,#edf4ff)!important;border:1px solid #e2eaf4!important;border-radius:26px!important;max-width:1500px;margin:42px auto 0!important}.v4-submission-zone{max-width:1500px;margin:auto}.v4-submit-form{border-radius:24px!important;box-shadow:0 16px 45px rgba(15,47,88,.07)!important;border:1px solid #e2e8f1!important;overflow:hidden}.v4-submit-form .submit-form-head{background:#f7faff!important}.form-section-public h4{color:#183b64!important}.genre-chip-list{gap:8px!important}.genre-chip span{border:1px solid #dae4ef!important;background:#fff!important;color:#496078!important;padding:9px 12px!important;border-radius:999px!important}.genre-chip input:checked+span{background:#0c5cf2!important;border-color:#0c5cf2!important;color:#fff!important}.genre-chip.is-primary{opacity:.42!important}.submit-big{min-height:52px!important;border-radius:13px!important;background:#0c5cf2!important;box-shadow:none!important;font-weight:850!important}.submit-big:hover{background:#084ed1!important;transform:translateY(-1px)}
@media(max-width:1050px){.home-wow-hero{grid-template-columns:1fr;min-height:0}.home-wow-orbit{min-height:430px}.home-four-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dp-carousel{grid-auto-columns:calc((100% - 20px)/2)!important}.wow-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.radio-information-grid{grid-template-columns:1fr}.radio-side-panel{grid-template-columns:repeat(3,1fr)}.auth-modern-page{grid-template-columns:1fr;gap:32px}.auth-modern-brand{text-align:center}.auth-modern-brand img{width:min(380px,80%)}.auth-modern-brand>p{margin-left:auto;margin-right:auto}.auth-signal{justify-content:center}.dp-footer-main{grid-template-columns:1.2fr 1fr 1fr}.dp-footer-coordinates{grid-column:2/4}.dp-player-shell{grid-template-columns:minmax(240px,1fr) auto}.dp-player-tools{display:none}}
@media(max-width:720px){:root{--player-h:78px}.home-wow-hero{padding-top:38px}.home-wow-copy h1{font-size:56px}.home-wow-orbit{min-height:330px;transform:scale(.8);margin:-30px -35px}.orbit-brand{width:190px;height:190px}.ring-one{width:330px;height:330px}.ring-two{width:240px;height:240px}.orbit-radio{width:68px;height:68px}.orbit-pos-1{transform:translate(-150px,-105px)}.orbit-pos-2{transform:translate(150px,-100px)}.orbit-pos-3{transform:translate(-168px,60px)}.orbit-pos-4{transform:translate(168px,60px)}.orbit-pos-5{transform:translate(-90px,158px)}.orbit-pos-6{transform:translate(90px,158px)}.home-four-grid{grid-template-columns:1fr!important}.dp-carousel{grid-auto-columns:84%!important}.carousel-arrows button{width:40px;height:40px}.wow-directory-hero{align-items:start;flex-direction:column}.directory-hero-badge{display:none}.wow-directory-grid{grid-template-columns:1fr}.wow-directory-card{height:220px}.radio-page-content{grid-template-columns:1fr;padding-top:56px}.radio-page-logo{width:115px;height:115px;border-radius:24px}.radio-page-copy h1{font-size:50px}.radio-side-panel{grid-template-columns:1fr}.auth-modern-page{padding-top:40px}.auth-modern-brand{display:none}.auth-modern-card{padding:24px;border-radius:22px}.auth-modern-card h1{font-size:38px}.dp-footer-main{grid-template-columns:1fr 1fr;gap:34px}.dp-footer-brand{grid-column:1/-1}.dp-footer-brand img{width:min(300px,90%)}.dp-footer-coordinates{grid-column:1/-1}.dp-footer-bottom{flex-direction:column}.dp-player-shell{grid-template-columns:minmax(0,1fr) auto;padding:8px 13px;gap:8px}.dp-player .player-station-logo{width:54px;height:54px;flex-basis:54px}.dp-player .player-location{display:none}.dp-player .player-track{max-width:42vw;font-size:10px}.dp-player .player-name{font-size:13px}.dp-player-center .player-status,.dp-player-controls>button:not(.player-play){display:none}.dp-player .player-play{width:48px;height:48px}.dp-player-collapse{right:3px;top:3px}.dp-player.is-collapsed{height:58px;bottom:12px;right:12px;width:calc(100vw - 24px)}}

/* =====================================================================
   DIRECTPLAYER PUBLIC V5.2 — build visible en DEV + player type application
   ===================================================================== */
:root{--player-h:92px;--dp-v52:#155dff;--dp-v52-navy:#0b2b52}
.dev-build-badge{position:fixed;z-index:1300;right:14px;top:94px;padding:7px 10px;border-radius:999px;background:#0b2b52;color:#fff;border:1px solid #ffffff24;box-shadow:0 10px 25px rgba(8,36,71,.18);font-size:9px;font-weight:900;letter-spacing:.11em;pointer-events:none}
.home-wow-hero{background:radial-gradient(circle at 78% 28%,#e8f1ff 0,transparent 34%),linear-gradient(135deg,#fbfdff 0%,#f4f8ff 48%,#fff 100%)!important;border-bottom:1px solid #e7edf6!important}.home-wow-copy h1{color:#0b294f!important}.home-wow-copy h1 span{color:#155dff!important}.orbit-brand{background:rgba(255,255,255,.96)!important;box-shadow:0 22px 65px rgba(14,49,89,.15)!important;border:1px solid #dbe7f5!important}.orbit-brand img{width:82%!important;max-height:82%!important;object-fit:contain!important}.home-featured-section{position:relative}.home-featured-section:before{content:"RECOMMANDÉ";position:absolute;right:3%;top:34px;color:#155dff0b;font-size:clamp(70px,10vw,170px);font-weight:950;letter-spacing:-.07em;pointer-events:none}.strong-heading h2{font-size:clamp(26px,3vw,42px)!important;letter-spacing:-.05em!important;color:#0b294f!important}.carousel-arrows button{border:1px solid #d4e1f0!important;background:#fff!important;color:#0b294f!important;box-shadow:0 8px 22px rgba(11,43,82,.07)!important}.carousel-arrows button:hover{background:#155dff!important;color:#fff!important;border-color:#155dff!important}
.radio-page-hero{min-height:500px!important}.radio-page-backdrop{filter:none!important}.radio-page-hero.has-radio-cover .radio-page-backdrop:after{backdrop-filter:blur(14px)!important;background:linear-gradient(90deg,rgba(5,19,36,.93) 0%,rgba(5,19,36,.70) 46%,rgba(5,19,36,.42) 100%)!important}.radio-page-logo{border-radius:30px!important;border:1px solid #ffffff55!important;box-shadow:0 26px 70px rgba(0,0,0,.34)!important}.radio-page-copy h1{text-shadow:0 4px 24px rgba(0,0,0,.2)}.radio-site-card{background:linear-gradient(135deg,#155dff,#0b3d9d)!important}
/* Nouveau player horizontal inspiré d'une application radio, sans blocs superflus. */
.dp-player{height:92px!important;background:linear-gradient(100deg,#effdfa 0%,#edf6ff 45%,#fff0fb 100%)!important;border-top:1px solid #d9e3ed!important;box-shadow:0 -12px 35px rgba(16,42,75,.12)!important;backdrop-filter:blur(26px)!important}.dp-player-shell{height:100%!important;display:grid!important;grid-template-columns:minmax(300px,1.25fr) minmax(320px,1fr) auto!important;gap:24px!important;padding:9px 56px 9px 24px!important}.dp-player-station{gap:15px!important}.dp-player .player-station-logo{width:66px!important;height:66px!important;flex:0 0 66px!important}.dp-player .player-station-logo .station-logo{border-radius:50%!important;border:0!important;padding:2px!important;background:#fff!important;box-shadow:0 6px 18px rgba(16,42,75,.11)!important}.player-title-line{gap:10px!important}.dp-player .player-name{font-size:18px!important;font-weight:850!important;color:#0a3159!important}.player-live-label{padding:3px 7px!important;border-radius:5px!important;background:#ed1745!important;color:#fff!important;font-size:8px!important}.player-live-label i{background:#fff!important}.dp-player .player-location{font-size:10px!important;color:#71869a!important}.dp-player .player-track{font-size:13px!important;font-weight:650!important;color:#173c61!important;max-width:620px!important;margin-top:4px!important}.dp-player-center{display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important}.dp-player-controls{gap:10px!important}.dp-player-controls>button:not(.player-play){width:44px!important;height:44px!important;color:#123e65!important;font-size:30px!important}.dp-player-controls>button:not(.player-play):hover{background:#ffffffa8!important}.dp-player .player-play{width:58px!important;height:58px!important;background:transparent!important;color:#0d3d64!important;border:1.5px solid #0d3d64!important;box-shadow:none!important}.dp-player .player-play:hover{background:#fff!important}.dp-player .player-status{min-width:90px!important;font-size:9px!important;color:#71869a!important}.dp-player-tools{gap:5px!important}.dp-player-tools>button{width:44px!important;height:44px!important;color:#0d3d64!important}.dp-player-tools>button:hover{background:#ffffff99!important}.dp-player .player-volume{width:132px!important}.dp-player .player-volume input{width:96px!important;accent-color:#0d3d64!important}.dp-player-collapse{right:15px!important;top:31px!important;width:30px!important;height:30px!important;background:transparent!important;color:#0d3d64!important;font-size:18px!important}.dp-player-collapse:hover{background:#ffffffa8!important}.dp-player.is-collapsed{right:18px!important;bottom:18px!important;height:64px!important;width:min(420px,calc(100vw - 36px))!important;border-radius:20px!important;background:#fff!important}.dp-player.is-collapsed .dp-player-mini{border-radius:20px!important;background:linear-gradient(105deg,#effdfa,#fff0fb)!important}.player-mini-logo{border-radius:50%!important}.dp-player[data-state=loading] .player-play{animation:dp52pulse 1s ease-in-out infinite}@keyframes dp52pulse{50%{box-shadow:0 0 0 8px rgba(13,61,100,.08)}}
@media(max-width:1050px){.dp-player-shell{grid-template-columns:minmax(260px,1fr) auto!important;padding-right:50px!important}.dp-player-tools{display:none!important}.dp-player-center{justify-content:end!important}}
@media(max-width:720px){:root{--player-h:78px}.dev-build-badge{top:75px;right:8px}.dp-player{height:78px!important}.dp-player-shell{grid-template-columns:minmax(0,1fr) auto!important;padding:7px 41px 7px 10px!important;gap:8px!important}.dp-player .player-station-logo{width:54px!important;height:54px!important;flex-basis:54px!important}.dp-player .player-name{font-size:13px!important}.dp-player .player-track{max-width:45vw!important;font-size:10px!important}.dp-player .player-location{display:none!important}.dp-player-center .player-status,.dp-player-controls>button:not(.player-play){display:none!important}.dp-player .player-play{width:48px!important;height:48px!important}.dp-player-collapse{top:24px!important;right:5px!important}.dp-player.is-collapsed{height:58px!important;right:10px!important;bottom:10px!important;width:calc(100vw - 20px)!important}}

/* =====================================================================
   DIRECTPLAYER V5.3 — finitions visuelles + interactions fiabilisées
   ===================================================================== */
/* Aucun badge de version dans l'interface publique. */
.dev-build-badge{display:none!important}

/* Sections d'accueil : largeur maîtrisée, quatre vraies cartes par écran. */
.home-featured-section,.home-popular-section,.home-recent-section,.home-podcast-section{position:relative;max-width:1600px;margin:0 auto;padding-top:64px!important;padding-bottom:64px!important;background:#fff!important;border:0!important}
.home-featured-section{max-width:none;background:linear-gradient(180deg,#f8fbff 0%,#fff 100%)!important;padding-left:max(clamp(18px,4vw,64px),calc((100vw - 1500px)/2))!important;padding-right:max(clamp(18px,4vw,64px),calc((100vw - 1500px)/2))!important}
.home-featured-section:before{content:"RECOMMANDÉ"!important;right:max(3%,calc((100vw - 1500px)/2));top:28px!important}
.home-featured-section .eyebrow,.home-popular-section .eyebrow,.home-recent-section .eyebrow,.home-podcast-section .eyebrow{margin-bottom:7px!important;font-size:10px!important}
.strong-heading{position:relative;z-index:2;margin-bottom:24px!important}.strong-heading>div>p:last-child:not(.eyebrow){display:none!important}
.dp-carousel{width:100%;display:flex!important;gap:18px!important;overflow-x:auto!important;scroll-behavior:smooth!important;scrollbar-width:none!important;padding:3px 1px 14px!important;overscroll-behavior-x:contain}.dp-carousel::-webkit-scrollbar{display:none!important}.dp-carousel>.station-card{flex:0 0 calc((100% - 54px)/4)!important;min-width:0!important;max-width:none!important}
.home-four-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.station-card{min-width:0!important;border-radius:18px!important;box-shadow:0 10px 30px rgba(15,45,82,.065)!important}.station-card .station-art{height:168px!important}.station-card-body{padding:13px 14px 15px!important;min-height:72px}.station-card h3{font-size:15px!important;letter-spacing:-.015em}.station-card p{font-size:11px!important}.round-play{width:36px!important;height:36px!important;border-color:#d9e4f0!important}.carousel-arrows{flex:none}.carousel-arrows button{width:42px!important;height:42px!important;box-shadow:none!important}

/* Hero : suppression de toute cassure visuelle parasite. */
.home-wow-hero{border-bottom:0!important;background:radial-gradient(circle at 78% 28%,#eaf2ff 0,transparent 34%),linear-gradient(135deg,#fbfdff 0%,#f6f9ff 52%,#fff 100%)!important}.home-wow-hero+.home-featured-section{margin-top:0!important}

/* Fiche radio : couverture atmosphérique, actions sobres. */
.radio-page-hero{min-height:470px!important}.radio-page-backdrop{inset:-42px!important}.radio-page-hero.has-radio-cover .radio-page-backdrop:after{backdrop-filter:blur(18px)!important;background:linear-gradient(90deg,rgba(5,17,31,.94) 0%,rgba(5,17,31,.76) 48%,rgba(5,17,31,.46) 100%)!important}.radio-page-content{grid-template-columns:150px minmax(0,850px)!important;gap:30px!important}.radio-page-logo{width:145px!important;height:145px!important;border-radius:28px!important;padding:13px!important}.radio-page-copy h1{font-size:clamp(46px,5.6vw,76px)!important}.radio-page-copy .detail-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.station-site-link{min-height:44px;display:inline-grid;grid-template-columns:auto auto;grid-template-rows:auto auto;column-gap:12px;align-items:center;padding:7px 14px;border:1px solid rgba(255,255,255,.28);border-radius:13px;background:rgba(255,255,255,.10);color:#fff;backdrop-filter:blur(10px);transition:.18s}.station-site-link span{grid-column:1;color:#c8d6e7;font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:850}.station-site-link b{grid-column:1;font-size:12px}.station-site-link i{grid-column:2;grid-row:1/3;font-style:normal;font-size:17px}.station-site-link:hover{background:#fff;color:#153b61;border-color:#fff;transform:translateY(-1px)}.station-site-link:hover span{color:#71839a}.radio-side-panel{grid-template-columns:1fr!important}.radio-side-panel .radio-site-card{display:none!important}.radio-fact,.radio-report-card{background:#fff!important}.radio-report-card:hover{border-color:#cbd9e8!important;background:#f8fbff!important}

/* Player : plus compact, lisible et sans information parasite. */
:root{--player-h:86px}.dp-player{height:86px!important;background:rgba(248,251,255,.97)!important;border-top:1px solid #dce6f0!important;box-shadow:0 -10px 32px rgba(13,38,70,.10)!important}.dp-player-shell{grid-template-columns:minmax(270px,1.25fr) auto minmax(150px,.6fr)!important;gap:20px!important;padding:8px 50px 8px 20px!important}.dp-player .player-station-logo{width:60px!important;height:60px!important;flex-basis:60px!important}.dp-player .player-name{font-size:16px!important}.dp-player .player-location{font-size:9px!important}.dp-player .player-track{font-size:12px!important;max-width:520px!important}.dp-player-center{gap:9px!important}.dp-player-controls>button:not(.player-play){width:36px!important;height:36px!important;font-size:25px!important}.dp-player .player-play{width:52px!important;height:52px!important;background:#fff!important;border:1px solid #173e65!important}.dp-player .player-status{display:none!important}.dp-player-tools{gap:4px!important}.dp-player-tools>button{width:36px!important;height:36px!important}.dp-player .player-volume{width:110px!important}.dp-player .player-volume input{width:76px!important}.dp-player-collapse{top:27px!important}.dp-player.is-collapsed{height:58px!important;width:min(360px,calc(100vw - 28px))!important;border-radius:18px!important}

/* Favoris : état clair et notification visible. */
.favorite-toggle.active{color:#e82959!important}.favorite-toggle.active svg{fill:#e82959!important;stroke:#e82959!important}.dp-toast{position:fixed;z-index:2500;right:18px;bottom:calc(var(--player-h) + 18px);max-width:min(360px,calc(100vw - 36px));padding:11px 14px;border:1px solid #cfe0f2;border-radius:12px;background:#fff;color:#173b61;box-shadow:0 16px 40px rgba(14,43,78,.15);font-size:12px;font-weight:750;opacity:0;transform:translateY(8px);pointer-events:none;transition:.18s}.dp-toast.warning{border-color:#edd7a5;color:#7a5a12}.dp-toast.show{opacity:1;transform:none}

/* Espace personnel : un seul formulaire de soumission à la fois. */
.v4-submission-zone{background:#f7f9fc!important}.submission-switch{display:inline-flex;gap:6px;padding:5px;border:1px solid #dce5f0;border-radius:14px;background:#fff;margin:0 0 18px}.submission-switch button{border:0;background:transparent;color:#65778d;padding:10px 16px;border-radius:10px;font-weight:800;font-size:12px}.submission-switch button.active{background:#0c5cf2;color:#fff;box-shadow:0 7px 18px rgba(12,92,242,.17)}.single-submission{display:block!important;max-width:980px}.single-submission>[data-submission-form]{width:100%}.v4-submit-form[hidden]{display:none!important}.submit-form-head{background:linear-gradient(135deg,#0c2c55,#0d5dea)!important}.v4-submit-form .submit-big{min-width:0!important;width:auto!important;margin:20px 25px 25px!important;padding:0 24px!important;border-radius:12px!important;box-shadow:none!important}.genre-chip-list{max-height:245px;overflow:auto;padding:2px}.genre-chip span{font-size:11px!important}

/* Contact : confirmation persistante dans la page. */
.contact-page{position:relative}.contact-confirmation{grid-column:1/-1;display:flex;align-items:center;gap:13px;padding:15px 17px;margin-bottom:-25px;border:1px solid #bad7c6;border-radius:15px;background:#effaf3;color:#23603b}.contact-confirmation>b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#d6f2df}.contact-confirmation>div{display:flex;flex-direction:column}.contact-confirmation span{font-size:12px;color:#4e725d}.contact-confirmation.error{background:#fff4f5;border-color:#efc9cf;color:#8e3040}.contact-confirmation.error>b{background:#f8dde1}.contact-confirmation.error span{color:#94606a}

/* Footer : logo lisible, hiérarchie plus premium et moins massive. */
.dp-footer{margin-top:64px!important;background:linear-gradient(145deg,#081728,#0a2038 72%,#0d2b4a)!important}.dp-footer-glow{opacity:.55!important}.dp-footer-main{padding-top:58px!important;padding-bottom:42px!important;grid-template-columns:minmax(300px,1.6fr) repeat(3,minmax(140px,.55fr))!important;gap:38px!important}.dp-footer-brand{max-width:470px}.dp-footer-brand a:first-child{display:inline-flex;padding:12px 15px;border-radius:16px;background:#fff}.dp-footer-brand img{width:min(315px,76vw)!important;max-height:70px;object-fit:contain;filter:none!important;opacity:1!important}.dp-footer-brand p{margin-top:18px!important;color:#aebfd2!important;font-size:13px}.dp-footer-contact-link{font-size:12px}.dp-footer-column>strong{color:#8eb8ff!important}.dp-footer-column a,.dp-footer-column span{font-size:12px!important;color:#b5c4d6!important}.dp-footer-bottom{padding-top:17px!important;padding-bottom:23px!important}

/* Connexion / inscription : moins de texte massif, carte plus légère. */
.auth-modern-page{background:linear-gradient(135deg,#f8fbff,#eef4fb)!important}.auth-modern-brand>p{font-size:15px!important;max-width:440px!important}.auth-modern-card{border-radius:24px!important;box-shadow:0 20px 55px rgba(16,47,84,.08)!important}.auth-modern-card h1{font-size:44px!important;letter-spacing:-.045em!important}.auth-lead{font-size:13px!important;color:#718197!important}.auth-modern-card .eyebrow{font-size:9px!important}.auth-submit{border-radius:12px!important;box-shadow:none!important}

@media(max-width:1050px){.dp-carousel>.station-card{flex-basis:calc((100% - 18px)/2)!important}.home-four-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.radio-page-content{grid-template-columns:125px 1fr!important}.radio-page-logo{width:120px!important;height:120px!important}.dp-footer-main{grid-template-columns:1.2fr 1fr 1fr!important}.dp-footer-coordinates{grid-column:2/4!important}}
@media(max-width:720px){:root{--player-h:76px}.home-featured-section,.home-popular-section,.home-recent-section,.home-podcast-section{padding-top:46px!important;padding-bottom:46px!important}.dp-carousel>.station-card{flex-basis:82%!important}.home-four-grid{grid-template-columns:1fr!important}.station-card .station-art{height:150px!important}.radio-page-content{grid-template-columns:1fr!important}.radio-page-logo{width:105px!important;height:105px!important}.radio-page-copy h1{font-size:46px!important}.radio-page-copy .detail-actions>*{width:100%;justify-content:center}.station-site-link{display:grid;width:100%;grid-template-columns:1fr auto!important}.dp-player{height:76px!important}.dp-player-shell{padding:7px 38px 7px 9px!important}.dp-player .player-station-logo{width:52px!important;height:52px!important;flex-basis:52px!important}.dp-player .player-track{max-width:44vw!important}.submission-switch{display:grid;width:100%;grid-template-columns:1fr 1fr}.dp-footer-main{grid-template-columns:1fr 1fr!important;gap:30px!important}.dp-footer-brand{grid-column:1/-1}.dp-footer-coordinates{grid-column:1/-1!important}.contact-confirmation{margin-bottom:0}.dp-toast{bottom:calc(var(--player-h) + 10px);right:10px}}

/* =====================================================================
   DIRECTPLAYER V5.3.1 — lecteur réversible, cartes et finitions
   ===================================================================== */
.dp-player-queue[hidden]{display:none!important}
.dp-player-queue{position:absolute;right:18px;bottom:calc(100% + 12px);width:min(410px,calc(100vw - 36px));max-height:min(460px,65vh);overflow:hidden;border:1px solid #d8e3ef;border-radius:20px;background:rgba(255,255,255,.985);box-shadow:0 22px 70px rgba(12,39,72,.20);color:#173a5f;display:flex;flex-direction:column}
.dp-player-queue-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 18px 13px;border-bottom:1px solid #edf2f7}.dp-player-queue-head>div{display:flex;flex-direction:column;gap:2px}.dp-player-queue-head small{font-size:8px;letter-spacing:.14em;font-weight:900;color:#6f88a3}.dp-player-queue-head strong{font-size:16px;letter-spacing:-.025em}.dp-player-queue-head button{width:34px;height:34px;border:1px solid #dce6f0;border-radius:50%;background:#fff;color:#294c6e;font-size:21px;display:grid;place-items:center}.dp-player-queue-head button:hover{background:#f1f6fc}
.dp-player-queue-list{padding:8px;overflow:auto;display:grid;gap:5px}.player-queue-item{width:100%;display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:11px;align-items:center;text-align:left;padding:8px;border:0;border-radius:13px;background:transparent;color:#193b5d}.player-queue-item:hover,.player-queue-item.active{background:#f1f6fd}.player-queue-item .station-logo{width:46px;height:46px;border-radius:12px;object-fit:contain;background:#fff}.player-queue-item>span{display:flex;flex-direction:column;min-width:0}.player-queue-item strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-queue-item small{font-size:9px;color:#7a8da1;margin-top:2px}.player-queue-item>b{font-size:8px;letter-spacing:.08em;color:#155dff}.player-queue-empty{padding:28px 18px;text-align:center;color:#77899d;font-size:11px}.dp-player-queue-back{margin:0 12px 12px;height:38px;border:1px solid #d9e4ef;border-radius:11px;background:#f8fbff;color:#234b72;font-size:10px;font-weight:850}.dp-player-queue-back:hover{background:#edf5ff}.player-queue-toggle[aria-expanded="true"]{background:#e5efff!important;color:#155dff!important}.dp-player.is-collapsed .dp-player-queue{display:none!important}

/* Les sections de radios ne laissent jamais des cartes minuscules perdues dans du vide. */
.home-featured-section .dp-carousel,.home-popular-section .dp-carousel{min-height:260px;align-items:stretch}.home-featured-section .station-card,.home-popular-section .station-card,.home-recent-section .station-card{height:100%}.home-featured-section .station-art,.home-popular-section .station-art,.home-recent-section .station-art{height:178px!important}.home-featured-section .station-card-body,.home-popular-section .station-card-body,.home-recent-section .station-card-body{min-height:78px!important}

/* Bouton site officiel : discret, éditorial, sans gros pavé bleu. */
.station-site-link{display:inline-flex!important;align-items:center!important;gap:10px!important;min-height:44px!important;padding:0 15px!important;border:1px solid rgba(255,255,255,.34)!important;border-radius:999px!important;background:rgba(8,25,43,.28)!important;color:#fff!important;box-shadow:none!important;backdrop-filter:blur(12px)!important}.station-site-link span{display:none!important}.station-site-link b{font-size:11px!important;letter-spacing:.01em}.station-site-link i{font-size:15px!important}.station-site-link:hover{background:#fff!important;color:#173b60!important;transform:none!important}

/* Footer moins massif et logo parfaitement lisible. */
.dp-footer-brand a:first-child{background:transparent!important;padding:0!important}.dp-footer-brand img{background:#fff;border-radius:14px;padding:10px 13px;box-shadow:0 10px 30px rgba(0,0,0,.12)}.dp-footer-main{align-items:start}.dp-footer-column{display:flex;flex-direction:column;gap:9px}.dp-footer-column>strong{margin-bottom:5px;font-size:10px;letter-spacing:.11em;text-transform:uppercase}

@media(max-width:1050px){.dp-player-queue{right:12px}.home-featured-section .dp-carousel,.home-popular-section .dp-carousel{min-height:245px}}
@media(max-width:720px){.dp-player-queue{position:fixed;left:10px;right:10px;bottom:88px;width:auto;max-height:58vh}.home-featured-section .station-art,.home-popular-section .station-art,.home-recent-section .station-art{height:165px!important}}

/* =====================================================================
   DIRECTPLAYER V5.3.2 — dimensions finales des cartes et footer
   ===================================================================== */
/* Pas de « grand rectangle blanc » : la hauteur vient uniquement du contenu. */
.home-featured-section .dp-carousel,.home-popular-section .dp-carousel{min-height:0!important;align-items:flex-start!important}
.home-featured-section .station-card,.home-popular-section .station-card,.home-recent-section .station-card{height:auto!important;align-self:flex-start!important}
.home-featured-section .station-card-body,.home-popular-section .station-card-body,.home-recent-section .station-card-body{height:76px!important;min-height:76px!important}
.home-featured-section .station-art,.home-popular-section .station-art,.home-recent-section .station-art{height:176px!important}
/* Le logo fourni est transparent : aucun faux carré blanc dans le footer. */
.dp-footer-brand a:first-child{display:inline-flex!important;width:min(340px,100%);background:transparent!important;border:0!important;padding:0!important;box-shadow:none!important}
.dp-footer-brand img{display:block!important;width:100%!important;height:auto!important;max-height:84px!important;object-fit:contain!important;object-position:left center!important;background:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important}
@media(max-width:720px){.home-featured-section .station-art,.home-popular-section .station-art,.home-recent-section .station-art{height:160px!important}.dp-footer-brand a:first-child{width:min(300px,90vw)}}

/* V6.6 — podcasts liés aux radios */
.station-podcasts-section{padding-top:20px}
.station-podcast-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.station-podcast-grid .podcast-card{min-width:0}
.station-podcast-grid .podcast-cover{border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(16,35,61,.08)}
.station-podcast-grid .podcast-cover img{width:100%;height:100%;object-fit:cover;display:block}
.station-podcast-grid .podcast-card h3{margin:2px 0 4px;font-size:17px;line-height:1.25}
.station-podcast-grid .podcast-card small{color:var(--muted)}
@media(max-width:980px){.station-podcast-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.station-podcast-grid{grid-template-columns:1fr 1fr;gap:14px}.station-podcast-grid .podcast-card h3{font-size:14px}}
