:root{--bg:#050505;--panel:#111;--panel2:#171717;--text:#fff;--muted:#aaa;--orange:#ff6a00;--orange2:#ff8a2b;--line:#282828;--green:#40d66f}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}.dp-wrap{width:min(1180px,calc(100% - 32px));margin:auto}.dp-topbar{position:sticky;top:0;z-index:20;background:rgba(5,5,5,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.dp-nav{display:flex;align-items:center;justify-content:space-between;min-height:74px;gap:24px}.dp-logo{display:flex;align-items:center;font-weight:900;letter-spacing:-1px;font-size:28px}.dp-logo span{color:var(--orange)}.dp-logo img{max-height:46px;width:auto}.dp-menu{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.dp-menu a{color:#ddd;font-weight:700;font-size:14px}.dp-menu a:hover{color:var(--orange)}.dp-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 18px;background:var(--orange);color:#111;font-weight:900;border:0;cursor:pointer}.dp-btn.secondary{background:#fff;color:#111}.dp-btn.ghost{background:transparent;color:#fff;border:1px solid var(--line)}.dp-hero{padding:72px 0 46px;background:radial-gradient(circle at 20% 0%,rgba(255,106,0,.24),transparent 34%),linear-gradient(180deg,#090909,#050505)}.dp-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:36px;align-items:center}.dp-kicker{color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.16em;font-size:12px}.dp-title{font-size:clamp(44px,8vw,98px);line-height:.88;margin:14px 0 18px;letter-spacing:-5px}.dp-title span{color:var(--orange)}.dp-lead{font-size:19px;color:#d5d5d5;max-width:720px;line-height:1.55}.dp-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.dp-card{background:linear-gradient(180deg,var(--panel2),var(--panel));border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 20px 80px rgba(0,0,0,.35)}.dp-radio iframe{border-radius:18px;overflow:hidden;background:#fff}.dp-section{padding:42px 0}.dp-section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.dp-section h2{font-size:30px;margin:0;letter-spacing:-1px}.dp-muted{color:var(--muted)}.dp-genres{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.dp-genre{min-height:108px;border-radius:20px;background:linear-gradient(135deg,#171717,#0d0d0d);border:1px solid var(--line);padding:18px;display:flex;align-items:flex-end;font-size:18px;font-weight:900;position:relative;overflow:hidden}.dp-genre:before{content:"";position:absolute;right:-20px;top:-20px;width:90px;height:90px;background:var(--orange);border-radius:50%;opacity:.18}.dp-genre:hover{border-color:var(--orange);transform:translateY(-2px)}.dp-table{width:100%;border-collapse:separate;border-spacing:0 10px}.dp-table th{text-align:left;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.1em;padding:0 12px}.dp-row{background:var(--panel);border:1px solid var(--line)}.dp-row td{padding:12px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);vertical-align:middle}.dp-row td:first-child{border-left:1px solid var(--line);border-radius:14px 0 0 14px}.dp-row td:last-child{border-right:1px solid var(--line);border-radius:0 14px 14px 0}.dp-cover{width:58px;height:58px;border-radius:12px;object-fit:cover;background:#222}.dp-track-title{font-weight:900}.dp-tag{display:inline-flex;border:1px solid #333;border-radius:999px;padding:6px 10px;color:#ddd;font-size:12px}.dp-audio{width:220px;max-width:100%}.dp-downloads{display:flex;gap:8px;flex-wrap:wrap}.dp-lock{font-size:12px;color:var(--muted)}.dp-footer{border-top:1px solid var(--line);padding:34px 0;color:#aaa;margin-top:50px}.dp-search{width:100%;background:#111;border:1px solid #333;color:#fff;border-radius:999px;padding:14px 18px;font-size:16px}.dp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.dp-tile{background:var(--panel);border:1px solid var(--line);border-radius:20px;overflow:hidden}.dp-tile img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#202020}.dp-tile-body{padding:14px}.dp-premium-box{display:grid;grid-template-columns:1fr 1fr;gap:20px}.dp-price{font-size:64px;font-weight:950;letter-spacing:-4px}.dp-price small{font-size:18px;color:var(--muted);letter-spacing:0}.dp-admin-note{background:#1b1209;border:1px solid #53300f;color:#ffd7b0;padding:14px;border-radius:14px}@media(max-width:900px){.dp-hero-grid,.dp-premium-box{grid-template-columns:1fr}.dp-genres{grid-template-columns:repeat(2,1fr)}.dp-grid{grid-template-columns:repeat(2,1fr)}.dp-menu{display:none}.dp-title{letter-spacing:-2px}.dp-table thead{display:none}.dp-row,.dp-row td{display:block;border:0}.dp-row{border:1px solid var(--line);border-radius:16px;padding:10px}.dp-row td:first-child,.dp-row td:last-child{border:0;border-radius:0}.dp-audio{width:100%}}
.dp-wave-player{display:flex;align-items:center;gap:12px;min-width:320px;width:100%;max-width:520px;background:#0b0b0b;border:1px solid #282828;border-radius:16px;padding:10px 12px;box-shadow:inset 0 0 0 1px rgba(255,106,0,.04)}
.dp-wave-player .dp-play{width:42px;height:42px;border-radius:50%;border:0;background:var(--orange);color:#111;font-weight:950;cursor:pointer;flex:0 0 auto}
.dp-wave-player.is-playing .dp-play{background:#fff;color:#111}.dp-wave-wrap{flex:1;min-width:0}.dp-wave-title{font-size:12px;font-weight:900;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:6px}.dp-wave-title span{color:var(--orange);font-size:11px;text-transform:uppercase;margin-left:6px}.dp-wave{height:42px;display:flex;align-items:center;gap:2px;cursor:pointer;user-select:none}.dp-wave span{display:block;flex:1;min-width:2px;max-width:5px;background:#3a3a3a;border-radius:999px;transition:background .12s,transform .12s}.dp-wave span.active{background:var(--orange)}.dp-wave-player.is-playing .dp-wave span.active{box-shadow:0 0 10px rgba(255,106,0,.35)}.dp-time{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);margin-top:3px}.dp-account-card p{font-size:16px}.dp-table .dp-wave-player{min-width:260px}@media(max-width:900px){.dp-wave-player{min-width:0}.dp-table .dp-wave-player{min-width:0;max-width:100%}}
.dp-account-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.dp-form label,.login-username,.login-password{display:block;margin:0 0 14px;color:#f5f5f5;font-weight:700}.dp-form input,#user_login,#user_pass{width:100%;box-sizing:border-box;margin-top:7px;background:#080808;border:1px solid rgba(255,255,255,.14);border-radius:14px;color:#fff;padding:13px 14px;outline:none}.dp-form input:focus,#user_login:focus,#user_pass:focus{border-color:#ff6a00;box-shadow:0 0 0 3px rgba(255,106,0,.18)}.login-remember label{display:flex;gap:8px;align-items:center;color:#ccc}.login-submit .button-primary{background:#ff6a00;border:0;border-radius:999px;color:#111;font-weight:900;padding:12px 18px;cursor:pointer}.dp-alert{border:1px solid rgba(255,106,0,.45);background:rgba(255,106,0,.12);border-radius:16px;padding:12px 16px;margin:14px 0}.dp-alert p{margin:4px 0}@media(max-width:800px){.dp-account-grid{grid-template-columns:1fr}}

/* DJPort v0.6 compact track list + pagination */
.dp-table{font-size:13px;table-layout:fixed}
.dp-table th{font-size:10px;padding:0 8px}
.dp-row td{padding:8px 7px;line-height:1.25}
.dp-cover{width:44px;height:44px;border-radius:9px}
.dp-track-title{font-size:13px;line-height:1.2;max-width:260px;white-space:normal;word-break:break-word}
.dp-track-title a{color:#fff;text-decoration:none}
.dp-track-title a:hover{color:var(--orange)}
.dp-row .dp-muted{font-size:11px;line-height:1.2;margin-top:2px}
.dp-tag{font-size:10px;padding:4px 7px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dp-downloads .dp-btn,.dp-row .dp-btn{font-size:11px;padding:8px 10px;white-space:nowrap}
.dp-wave-player{min-width:220px;max-width:360px;padding:7px 8px;border-radius:13px;gap:8px}
.dp-wave-player .dp-play{width:32px;height:32px;font-size:12px}
.dp-wave-title{font-size:10px;margin-bottom:4px}
.dp-wave-title span{font-size:9px}
.dp-wave{height:30px;gap:1px}
.dp-wave span{min-width:1px;max-width:3px}
.dp-time{font-size:9px}
.dp-pagination,.nav-links{display:flex;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap;margin:26px 0 6px}
.dp-pagination .page-numbers,.nav-links .page-numbers{display:inline-flex;min-width:36px;height:36px;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--line);background:#111;color:#fff;font-weight:900;text-decoration:none}
.dp-pagination .page-numbers.current,.nav-links .page-numbers.current{background:var(--orange);color:#111;border-color:var(--orange)}
.dp-pagination .page-numbers:hover,.nav-links .page-numbers:hover{border-color:var(--orange);color:var(--orange)}
@media(min-width:901px){
  .dp-table th:nth-child(1),.dp-table td:nth-child(1){width:54px}
  .dp-table th:nth-child(3),.dp-table td:nth-child(3){width:96px}
  .dp-table th:nth-child(4),.dp-table td:nth-child(4){width:54px}
  .dp-table th:nth-child(5),.dp-table td:nth-child(5){width:54px}
  .dp-table th:nth-child(6),.dp-table td:nth-child(6){width:62px}
  .dp-table th:nth-child(7),.dp-table td:nth-child(7){width:350px}
  .dp-table th:nth-child(8),.dp-table td:nth-child(8){width:138px}
}
@media(max-width:900px){.dp-table{font-size:13px}.dp-track-title{max-width:100%}.dp-row td{padding:7px}.dp-row td:before{content:attr(data-label);display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}.dp-row td:first-child:before{display:none}.dp-downloads .dp-btn{width:100%;justify-content:center}.dp-wave-player{max-width:100%}}

.dp-added{font-size:12px;color:var(--muted);white-space:nowrap}.dp-alert{border:1px solid #6b2500;background:#231006;color:#ffd4b8;padding:12px 14px;border-radius:14px;margin:12px 0}.dp-form label{display:block;font-weight:800;margin:12px 0 6px}.dp-form input{width:100%;background:#090909;color:#fff;border:1px solid #333;border-radius:14px;padding:12px 14px}.dp-account-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:900px){.dp-account-grid{grid-template-columns:1fr}.dp-added{white-space:normal}}

/* DJPort v0.9: player/download layout fix */
.dp-player-cell{min-width:360px;width:38%;position:relative;z-index:1;}
.dp-download-cell{min-width:150px;width:160px;white-space:nowrap;position:relative;z-index:2;}
.dp-downloads-side{justify-content:flex-start;align-items:center;}
.dp-download-cell .dp-btn{padding:9px 12px;font-size:11px;line-height:1;white-space:nowrap;}
.dp-player-cell .dp-wave-player{max-width:100%;width:100%;}
.dp-wave-title span{display:inline-flex;vertical-align:middle;margin-left:8px;position:static;}
.dp-table{table-layout:auto;}
@media(max-width:900px){.dp-player-cell,.dp-download-cell{width:auto;min-width:0;}.dp-download-cell .dp-btn{width:100%;font-size:12px;padding:11px 12px}.dp-downloads-side{justify-content:stretch}}


.dp-support-note{
  margin:18px 0;
  padding:16px;
  border:1px solid rgba(255,106,0,.28);
  border-radius:18px;
  background:linear-gradient(135deg, rgba(255,106,0,.12), rgba(255,255,255,.035));
}
.dp-support-note h3{margin:4px 0 10px;font-size:18px;color:#fff;}
.dp-support-note p{margin:8px 0;color:#d7d7d7;line-height:1.45;font-size:14px;}
.dp-support-mini{
  margin:12px 0 16px;
  padding:12px;
  border-radius:14px;
  background:rgba(255,106,0,.10);
  color:#d8d8d8;
  font-size:13px;
  line-height:1.45;
}


/* DJPort v1.4: final separation of player and Premium/Download actions */
@media(min-width:901px){
  .dp-table{table-layout:fixed;width:100%;}
  .dp-table th:nth-child(1),.dp-table td:nth-child(1){width:56px;}
  .dp-table th:nth-child(2),.dp-table td:nth-child(2){width:220px;}
  .dp-table th:nth-child(3),.dp-table td:nth-child(3){width:95px;}
  .dp-table th:nth-child(4),.dp-table td:nth-child(4){width:95px;}
  .dp-table th:nth-child(5),.dp-table td:nth-child(5){width:55px;}
  .dp-table th:nth-child(6),.dp-table td:nth-child(6){width:58px;}
  .dp-table th:nth-child(7),.dp-table td:nth-child(7){width:62px;}
  .dp-player-action-cell{width:auto;min-width:430px;overflow:visible;}
}
.dp-player-action-cell{position:relative;z-index:1;}
.dp-track-actions-grid{display:grid;grid-template-columns:minmax(260px,1fr) 142px;gap:12px;align-items:center;width:100%;}
.dp-track-player-wrap{min-width:0;position:relative;z-index:1;}
.dp-track-download-wrap{position:relative;z-index:2;display:flex;align-items:center;justify-content:flex-start;}
.dp-track-player-wrap .dp-wave-player{width:100%;max-width:100%;min-width:0;position:relative;z-index:1;}
.dp-track-download-wrap .dp-btn{white-space:normal;text-align:center;line-height:1.15;padding:9px 10px;font-size:10px;min-width:118px;}
.dp-wave-title span{display:none!important;}
@media(max-width:900px){
  .dp-track-actions-grid{grid-template-columns:1fr;gap:10px;}
  .dp-track-download-wrap .dp-btn{width:100%;font-size:12px;padding:11px 12px;}
}

/* DJPort v1.6 layout fix: waveform osobno, Premium/Download osobno */
.dp-player-cell{min-width:260px;width:34%;}
.dp-download-cell{min-width:150px;text-align:right;white-space:nowrap;}
.dp-track-player-wrap{position:relative;display:block;width:100%;}
.dp-track-player-wrap .dp-wave-player{position:relative;z-index:1;width:100%;max-width:100%;min-width:240px;}
.dp-downloads-side{display:flex;justify-content:flex-end;align-items:center;gap:8px;position:static!important;z-index:2;}
.dp-downloads-side .dp-btn{white-space:nowrap;padding:10px 14px;font-size:12px;line-height:1.1;}
.dp-wave-title span,.dp-wave-player .dp-tag,.dp-wave-player .dp-premium-link{display:none!important;}
.dp-wave-player{overflow:hidden;}
@media(max-width:900px){.dp-player-cell,.dp-download-cell{width:100%;min-width:0;text-align:left}.dp-downloads-side{justify-content:flex-start}.dp-track-player-wrap .dp-wave-player{min-width:0}}

/* DJPort v5.2 stats */
.dp-stats-cell{min-width:130px;}
.dp-stats{display:flex;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap;font-size:12px;color:var(--muted,#a6a6a6)}
.dp-stats span{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:6px 8px;white-space:nowrap}
.dp-like-btn{border:1px solid rgba(255,106,0,.45);background:rgba(255,106,0,.10);color:#ff7a1a;border-radius:999px;padding:6px 10px;cursor:pointer;font-weight:800;line-height:1;white-space:nowrap}
.dp-like-btn:hover{background:rgba(255,106,0,.22)}
.dp-like-btn.liked,.dp-like-btn:disabled{opacity:.75;cursor:default;background:rgba(255,106,0,.25)}
.dp-mobile-stats{display:none;margin-top:6px;gap:7px;align-items:center;flex-wrap:wrap;color:var(--muted,#a6a6a6);font-size:12px}
.dp-single-like{margin:10px 0 14px}
@media (max-width: 900px){
  .dp-stats-cell{display:none!important}
  .dp-mobile-stats{display:flex}
}


/* DJPort v5.4: widoczne statystyki i klikalne lajki, bez wciskania pod player */
.dp-title-cell{min-width:220px;}
.dp-title-stats{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:7px;font-size:11px;color:var(--muted,#aaa);}
.dp-title-stats > span{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.055);border-radius:999px;padding:5px 7px;line-height:1;white-space:nowrap;}
.dp-like-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:4px;position:relative!important;z-index:30!important;text-decoration:none!important;pointer-events:auto!important;user-select:none;}
.dp-like-btn.is-loading{opacity:.55;}
.dp-like-btn.dp-like-error{border-color:#ff3333!important;color:#ff7070!important;}
.dp-stats-cell,.dp-mobile-stats{display:none!important;}
@media(min-width:901px){
  .dp-table th:nth-child(1),.dp-table td:nth-child(1){width:56px;}
  .dp-table th:nth-child(2),.dp-table td:nth-child(2){width:250px;}
  .dp-table th:nth-child(3),.dp-table td:nth-child(3){width:94px;}
  .dp-table th:nth-child(4),.dp-table td:nth-child(4){width:92px;}
  .dp-table th:nth-child(5),.dp-table td:nth-child(5){width:54px;}
  .dp-table th:nth-child(6),.dp-table td:nth-child(6){width:58px;}
  .dp-table th:nth-child(7),.dp-table td:nth-child(7){width:62px;}
  .dp-table th:nth-child(8),.dp-table td:nth-child(8){width:360px;}
  .dp-table th:nth-child(9),.dp-table td:nth-child(9){width:150px;}
}
@media(max-width:900px){.dp-title-stats{display:flex;margin-top:9px}.dp-title-cell{min-width:0}}

/* DJPort v9.1 extras */
.dp-extra-meta{font-size:11px;margin-top:3px;color:rgba(255,255,255,.55)}
.dp-contact-card{max-width:760px;margin:0 auto}
.dp-contact-form{display:grid;gap:14px;margin-top:18px}
.dp-contact-form input,.dp-contact-form textarea{width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.35);color:#fff;border-radius:12px;padding:12px;font:inherit;outline:none}
.dp-contact-form input:focus,.dp-contact-form textarea:focus{border-color:#ff6a00;box-shadow:0 0 0 3px rgba(255,106,0,.14)}
.dp-notice{border-radius:14px;padding:12px 14px;margin:12px 0;border:1px solid rgba(255,255,255,.12)}
.dp-notice.success{background:rgba(21,180,110,.14);border-color:rgba(21,180,110,.35)}
.dp-notice.error{background:rgba(240,60,60,.14);border-color:rgba(240,60,60,.35)}

.dp-search{display:flex;gap:10px}.dp-search input{flex:1;padding:12px;border-radius:8px}

/* DJPort contact / reports */
.dp-contact-grid{align-items:start;margin-top:18px}
.dp-contact-form{display:flex;flex-direction:column;gap:12px;margin-top:14px}
.dp-contact-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:rgba(255,255,255,.82);font-weight:700}
.dp-contact-form input,.dp-contact-form textarea{
  width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.12);border-radius:14px;
  background:rgba(0,0,0,.35);color:#fff;padding:12px 13px;outline:none
}
.dp-contact-form input:focus,.dp-contact-form textarea:focus{border-color:rgba(255,106,0,.75);box-shadow:0 0 0 3px rgba(255,106,0,.12)}
.dp-alert-ok{border-color:rgba(30,220,130,.45)!important;background:rgba(30,220,130,.09)!important;color:#d8ffe9!important}


/* DJPort v10.0 stats panel */
.dp-stats-section{padding:26px 0 10px!important;background:#050505;}
.dp-stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;}
.dp-stat-card{background:linear-gradient(180deg,#151515,#0c0c0c);border:1px solid rgba(255,106,0,.22);border-radius:20px;padding:16px 14px;min-height:112px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;box-shadow:0 12px 45px rgba(0,0,0,.28);}
.dp-stat-card span{font-size:22px;margin-bottom:8px;}
.dp-stat-card strong{font-size:28px;line-height:1;color:#fff;letter-spacing:-1px;}
.dp-stat-card em{font-style:normal;color:#ff8a2b;font-weight:900;text-transform:uppercase;font-size:11px;letter-spacing:.08em;margin-top:6px;}
.dp-stat-card small{display:block;color:#aaa;font-size:11px;margin-top:5px;line-height:1.25;}
@media(max-width:1000px){.dp-stats-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.dp-stats-grid{grid-template-columns:repeat(2,1fr)}.dp-stat-card strong{font-size:24px}}


/* DJPort v10.2 wide accurate search */
.dp-search-panel.dp-search-wide{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto auto!important;
  gap:14px!important;
  width:100%!important;
  align-items:center!important;
}
.dp-search-panel.dp-search-wide input[type="search"]{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  display:block!important;
  font-size:17px!important;
  padding:17px 22px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,106,0,.45)!important;
  background:#070707!important;
  color:#fff!important;
  box-shadow:0 0 0 1px rgba(255,106,0,.10), inset 0 0 18px rgba(255,106,0,.05)!important;
}
.dp-search-panel.dp-search-wide input[type="search"]::placeholder{color:#9b9b9b!important;}
.dp-search-panel.dp-search-wide .dp-btn{white-space:nowrap!important;}
@media(max-width:760px){
  .dp-search-panel.dp-search-wide{grid-template-columns:1fr!important;}
  .dp-search-panel.dp-search-wide .dp-btn{width:100%!important;}
}


/* DJPort v10.3 slim stats bar */
.dp-stats-section{
  padding:12px 0 6px!important;
  background:#050505!important;
}
.dp-stats-grid{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  align-items:center!important;
  justify-content:center!important;
}
.dp-stat-card{
  min-height:0!important;
  flex:0 1 auto!important;
  display:inline-flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:8px 12px!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#141414,#090909)!important;
  border:1px solid rgba(255,106,0,.24)!important;
  box-shadow:none!important;
}
.dp-stat-card span{
  font-size:14px!important;
  margin:0!important;
  line-height:1!important;
}
.dp-stat-card strong{
  font-size:15px!important;
  line-height:1!important;
  letter-spacing:0!important;
  color:#fff!important;
}
.dp-stat-card em{
  font-size:10px!important;
  margin:0!important;
  line-height:1!important;
  letter-spacing:.04em!important;
  color:#ff8a2b!important;
}
.dp-stat-card small{
  display:inline!important;
  margin:0 0 0 2px!important;
  font-size:10px!important;
  line-height:1!important;
  color:#aaa!important;
  white-space:nowrap!important;
}
@media(max-width:760px){
  .dp-stats-grid{justify-content:flex-start!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:4px!important;}
  .dp-stat-card{white-space:nowrap!important;flex:0 0 auto!important;}
}

/* DJPort v10.8 clean: no radio player on home + text stats labels */
.dp-hero-no-radio{grid-template-columns:1fr!important;max-width:980px;margin-left:auto;margin-right:auto;}
.dp-hero-no-radio .dp-lead{max-width:920px;}
.dp-title-stats b,.dp-like-btn b{font-size:10px;font-weight:900;color:#ff8a2b;letter-spacing:.04em;margin-right:4px;}
.dp-title-stats span,.dp-title-stats a{font-family:Inter,Arial,sans-serif!important;}
.dp-stats-clean-grid .dp-stat-card{font-family:Inter,Arial,sans-serif!important;}


/* DJPort v10.10 header cleanup + 60s preview */
.dp-nav{
  min-height:64px!important;
  gap:14px!important;
  flex-wrap:nowrap!important;
}
.dp-logo{
  font-size:23px!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
.dp-logo img{
  max-height:34px!important;
  max-width:170px!important;
  width:auto!important;
}
.dp-menu{
  flex:1 1 auto!important;
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:12px!important;
  flex-wrap:nowrap!important;
  overflow:hidden!important;
}
.dp-menu a{
  font-size:13px!important;
  white-space:nowrap!important;
}
.dp-topbar .dp-nav > .dp-btn{
  display:none!important;
}
.dp-preview-note{
  color:#ffb36b;
  font-size:11px;
  margin-top:6px;
  line-height:1.25;
}
.dp-wave-player.preview-ended .dp-wave span.active{
  background:#ff6a00!important;
}
@media(max-width:980px){
  .dp-nav{flex-wrap:wrap!important}
  .dp-menu{justify-content:flex-start!important;overflow-x:auto!important;width:100%;padding-bottom:6px}
}

/* DJPort v11.0 newsletter + admin-friendly frontend boxes */
.dp-check{display:flex!important;align-items:flex-start;gap:10px;line-height:1.45;font-weight:600!important;color:#ddd!important}
.dp-check input{width:auto!important;margin-top:4px!important;accent-color:#ff6a00}
.dp-newsletter-box{margin:18px 0;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.04)}
.dp-newsletter-box h3{margin:0 0 8px}
.dp-alert-ok{background:rgba(64,214,111,.12)!important;border-color:rgba(64,214,111,.35)!important}


/* DJPort v12.1 clean stats + nicer library buttons */
.dp-stats-clean-grid{gap:9px!important;}
.dp-stats-clean-grid .dp-stat-card{padding:8px 13px!important;}
.dp-stats-clean-grid .dp-stat-online{gap:6px 7px!important;}
.dp-stats-clean-grid .dp-stat-online small{opacity:.8;color:#bdbdbd!important;border-left:1px solid rgba(255,255,255,.14);padding-left:8px;margin-left:2px!important;}
.dp-playlist-tools{display:flex!important;align-items:center!important;gap:8px!important;margin-top:10px!important;flex-wrap:wrap!important;}
.dp-inline-form{display:flex!important;align-items:center!important;gap:7px!important;margin:0!important;}
.dp-mini-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;border:1px solid rgba(255,106,0,.38)!important;background:linear-gradient(180deg,#171717,#080808)!important;color:#fff!important;border-radius:999px!important;padding:8px 12px!important;font-size:11px!important;font-weight:900!important;letter-spacing:.02em!important;line-height:1!important;box-shadow:0 7px 20px rgba(0,0,0,.25)!important;transition:transform .16s ease, border-color .16s ease, background .16s ease!important;}
.dp-mini-btn:hover{transform:translateY(-1px)!important;border-color:rgba(255,106,0,.85)!important;background:linear-gradient(180deg,#ff7a18,#ff5a00)!important;color:#111!important;}
.dp-mini-btn .dp-btn-ico{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:18px!important;height:18px!important;border-radius:50%!important;background:rgba(255,106,0,.16)!important;color:#ff8a2b!important;font-size:12px!important;font-weight:900!important;line-height:1!important;}
.dp-mini-btn:hover .dp-btn-ico{background:rgba(0,0,0,.2)!important;color:#111!important;}
.dp-fav-btn.is-active{border-color:rgba(255,106,0,.85)!important;background:linear-gradient(180deg,#ff7a18,#ff5a00)!important;color:#111!important;}
.dp-fav-btn.is-active .dp-btn-ico{background:rgba(0,0,0,.18)!important;color:#111!important;}
.dp-playlist-tools input,.dp-playlist-tools select{height:34px!important;border-radius:999px!important;background:#070707!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)!important;padding:7px 11px!important;font-size:11px!important;max-width:170px!important;}
.dp-playlist-tools input:focus,.dp-playlist-tools select:focus{outline:none!important;border-color:rgba(255,106,0,.7)!important;box-shadow:0 0 0 3px rgba(255,106,0,.10)!important;}
@media(max-width:760px){.dp-playlist-tools,.dp-inline-form{width:100%!important}.dp-playlist-tools input,.dp-playlist-tools select,.dp-mini-btn{width:100%!important;max-width:none!important}}


/* DJPort v12.2: tylko ulubione + regulaminy */
.dp-fav-only-tools{margin-top:8px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.dp-fav-only-tools .dp-fav-btn{border-radius:999px;padding:7px 12px;background:rgba(255,106,0,.12);border:1px solid rgba(255,106,0,.35);color:#fff;box-shadow:0 0 0 1px rgba(255,255,255,.03) inset;cursor:pointer}
.dp-fav-only-tools .dp-fav-btn:hover,.dp-fav-only-tools .dp-fav-btn.is-active{background:linear-gradient(135deg,#ff6a00,#ff9a3d);color:#111;border-color:#ff9a3d}
.dp-fav-account-list li{padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.dp-terms-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.dp-terms-list li{margin:0 0 10px;line-height:1.55}


/* DJPort v13.1 footer links */
.dp-terms-links-footer{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:10px}.dp-footer-sep{color:#555}.dp-footer a{color:#fff}.dp-footer a:hover{color:#ff6a00}.dp-contact-form select{width:100%;background:#111;border:1px solid #333;color:#fff;border-radius:14px;padding:12px 14px}.dp-contact-form input,.dp-contact-form textarea{width:100%;background:#111;border:1px solid #333;color:#fff;border-radius:14px;padding:12px 14px}.dp-contact-form label{display:block;margin:12px 0;color:#ddd;font-weight:700}.dp-contact-form textarea{resize:vertical}.dp-alert-ok{border:1px solid rgba(64,214,111,.45);background:rgba(64,214,111,.08);border-radius:14px;padding:12px;margin:12px 0}.dp-alert-error,.dp-alert{border:1px solid rgba(255,106,0,.45);background:rgba(255,106,0,.08);border-radius:14px;padding:12px;margin:12px 0}

/* Sticky Global Player */
.dp-global-player{position:fixed;left:0;right:0;bottom:0;background:#111;border-top:1px solid #ff6a00;z-index:99999;color:#fff;display:block}
.dp-global-inner{display:flex;align-items:center;gap:12px;padding:10px 15px}
.dp-global-play{background:#ff6a00;color:#fff;border:0;border-radius:50%;width:42px;height:42px}
.dp-global-main{flex:1}
.dp-global-bar{height:4px;background:#333;margin-top:6px}
.dp-global-progress{height:4px;background:#ff6a00;width:0}
body{padding-bottom:80px}


/* DJPort v13.5 sticky player waveform + seek */
.dp-global-player{
  box-shadow:0 -10px 35px rgba(0,0,0,.55)!important;
  background:linear-gradient(180deg,#151515,#050505)!important;
}
.dp-global-inner{
  max-width:1180px;
  margin:0 auto;
  padding:10px 16px!important;
}
.dp-global-title{
  font-weight:900;
  font-size:13px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  color:#fff;
}
.dp-global-wave{
  height:34px;
  display:flex;
  align-items:center;
  gap:2px;
  width:100%;
  cursor:pointer;
  margin-top:6px;
  border-radius:12px;
  padding:0 4px;
  background:rgba(255,255,255,.035);
  overflow:hidden;
}
.dp-global-wave span{
  flex:1 1 auto;
  min-width:2px;
  max-width:5px;
  height:25%;
  border-radius:5px;
  background:rgba(255,255,255,.18);
  transition:background .12s linear, height .12s linear, opacity .12s linear;
  opacity:.95;
}
.dp-global-wave span.active{
  background:linear-gradient(180deg,#ffb36b,#ff6a00);
  opacity:1;
}
.dp-global-bar{
  height:3px!important;
  border-radius:999px;
  overflow:hidden;
  background:#252525!important;
  margin-top:5px!important;
  cursor:pointer;
}
.dp-global-progress{border-radius:999px!important;}
.dp-global-time{font-size:12px;color:#ddd;min-width:82px;text-align:right;white-space:nowrap;}
@media(max-width:760px){
  .dp-global-inner{gap:9px;padding:8px 10px!important;}
  .dp-global-play{width:38px!important;height:38px!important;flex:0 0 38px!important;}
  .dp-global-wave{height:28px;gap:1px;}
  .dp-global-time{font-size:11px;min-width:68px;}
}
