: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;}
}


/* DJPort v13.13: szeroki dolny player - przywrócony układ */
.dp-global-player{
  position:fixed!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  width:100%!important;
  max-width:none!important;
  min-height:86px!important;
  background:linear-gradient(180deg,#151515,#050505)!important;
  border-top:1px solid rgba(255,106,0,.65)!important;
  box-shadow:0 -12px 36px rgba(0,0,0,.62)!important;
  z-index:99999!important;
  color:#fff!important;
}
.dp-global-inner{
  width:100%!important;
  max-width:1280px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:44px minmax(260px,1fr) 96px!important;
  align-items:center!important;
  gap:14px!important;
  padding:12px 18px!important;
  box-sizing:border-box!important;
}
.dp-global-play{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.dp-global-main{min-width:0!important;width:100%!important;}
.dp-global-title{
  display:block!important;
  width:100%!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:13px!important;
  line-height:1.2!important;
  margin-bottom:7px!important;
}
.dp-global-wave{
  width:100%!important;
  min-width:220px!important;
  height:34px!important;
}
.dp-global-bar{width:100%!important;}
.dp-global-time{
  min-width:90px!important;
  width:90px!important;
  text-align:right!important;
  white-space:nowrap!important;
}
@media(max-width:760px){
  .dp-global-player{min-height:104px!important;}
  .dp-global-inner{
    grid-template-columns:42px 1fr!important;
    grid-template-rows:auto auto!important;
    gap:8px 10px!important;
    padding:10px 12px!important;
  }
  .dp-global-time{
    grid-column:2!important;
    width:auto!important;
    min-width:0!important;
    text-align:left!important;
    margin-top:-4px!important;
    font-size:12px!important;
  }
  .dp-global-wave{min-width:0!important;height:30px!important;}
}

/* DJPort v13.15: wide inline track player restore */
@media (min-width: 901px){
  .dp-table{table-layout:auto!important; width:100%!important;}
  .dp-player-cell{width:42%!important; min-width:460px!important;}
  .dp-track-player-wrap{width:100%!important; min-width:460px!important;}
  .dp-table .dp-wave-player,
  .dp-track-player-wrap .dp-wave-player{
    width:100%!important;
    max-width:none!important;
    min-width:460px!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    gap:12px!important;
    padding:10px 12px!important;
    border-radius:16px!important;
  }
  .dp-table .dp-wave-player .dp-play,
  .dp-track-player-wrap .dp-wave-player .dp-play{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    flex:0 0 42px!important;
    font-size:14px!important;
  }
  .dp-table .dp-wave-wrap,
  .dp-track-player-wrap .dp-wave-wrap{
    width:100%!important;
    min-width:0!important;
    flex:1 1 auto!important;
  }
  .dp-table .dp-wave,
  .dp-track-player-wrap .dp-wave{
    width:100%!important;
    height:42px!important;
    gap:2px!important;
  }
  .dp-table .dp-wave span,
  .dp-track-player-wrap .dp-wave span{
    min-width:2px!important;
    max-width:5px!important;
  }
  .dp-table .dp-wave-title,
  .dp-track-player-wrap .dp-wave-title{
    font-size:12px!important;
    margin-bottom:6px!important;
  }
  .dp-table .dp-time,
  .dp-track-player-wrap .dp-time{
    font-size:11px!important;
  }
  .dp-download-cell{width:120px!important;}
}
@media (max-width: 900px){
  .dp-player-cell,.dp-track-player-wrap,.dp-table .dp-wave-player{width:100%!important;max-width:100%!important;min-width:0!important;}
  .dp-table .dp-wave-player{padding:10px 12px!important;border-radius:16px!important;}
  .dp-table .dp-wave{height:40px!important;}
}

/* DJPort v13.17: inline table player fit fix - no horizontal overflow */
@media (min-width: 901px){
  .dp-wrap{overflow:hidden;}
  .dp-section .dp-table{
    table-layout:fixed!important;
    width:100%!important;
    max-width:100%!important;
  }
  .dp-table th,.dp-table td{overflow:hidden;}
  .dp-table th:nth-child(1),.dp-table td:nth-child(1){width:54px!important;}
  .dp-table th:nth-child(2),.dp-table td:nth-child(2){width:27%!important;}
  .dp-table th:nth-child(3),.dp-table td:nth-child(3){width:96px!important;}
  .dp-table th:nth-child(4),.dp-table td:nth-child(4){width:92px!important;}
  .dp-table th:nth-child(5),.dp-table td:nth-child(5){width:90px!important;}
  .dp-table th:nth-child(6),.dp-table td:nth-child(6){width:auto!important;}
  .dp-table th:nth-child(7),.dp-table td:nth-child(7){width:118px!important;}
  .dp-player-cell{
    min-width:0!important;
    width:auto!important;
    max-width:none!important;
  }
  .dp-track-player-wrap{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  .dp-track-player-wrap .dp-wave-player,
  .dp-table .dp-wave-player{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  .dp-track-player-wrap .dp-wave-wrap,
  .dp-table .dp-wave-wrap{
    min-width:0!important;
    width:auto!important;
    flex:1 1 auto!important;
    overflow:hidden!important;
  }
  .dp-wave{width:100%!important;min-width:0!important;}
  .dp-download-cell{width:118px!important;min-width:0!important;overflow:hidden!important;}
  .dp-downloads-side{justify-content:flex-start!important;max-width:100%!important;overflow:hidden!important;}
  .dp-download-cell .dp-btn{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:9px 8px!important;
    font-size:11px!important;
    line-height:1.1!important;
    white-space:normal!important;
    text-align:center!important;
  }
  .dp-lock{font-size:10px!important;line-height:1.15!important;display:block!important;word-break:normal!important;}
}

/* DJPort v13.23 - PayPal button on homepage */
.dp-premium-buttons{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:center;}
.dp-actions .dp-premium-buttons{display:inline-flex;justify-content:flex-start;}
.dp-btn.paypal,.dp-paypal-btn{background:#0070ba!important;border-color:#0070ba!important;color:#fff!important;}
.dp-btn.paypal:hover,.dp-paypal-btn:hover{background:#005ea6!important;border-color:#005ea6!important;color:#fff!important;}
@media (max-width:700px){.dp-premium-buttons{width:100%;}.dp-premium-buttons .dp-btn{flex:1 1 100%;text-align:center;}}


/* DJPort v13.32: reliable small play/pause buttons and single-session notice */
.dp-wave-player .dp-play,
.dp-track-player-wrap .dp-play,
.dp-table .dp-wave-player .dp-play{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  max-width:38px!important;
  flex:0 0 38px!important;
  padding:0!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:17px!important;
  line-height:1!important;
  font-weight:900!important;
  text-indent:0!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  font-family:Arial, Helvetica, sans-serif!important;
}
.dp-wave-player.is-playing .dp-play,
.dp-wave-player.is-global-current .dp-play{
  background:#ff6a00!important;
  color:#111!important;
}
.dp-track-player-wrap .dp-wave-player{grid-template-columns:38px minmax(0,1fr)!important;}
.dp-wave-player .dp-play::before,
.dp-wave-player .dp-play::after{content:none!important;display:none!important;}
.dp-account-alert{border:1px solid rgba(255,106,0,.45);background:rgba(255,106,0,.08);border-radius:14px;padding:12px 14px;margin:12px 0;color:#fff;font-weight:700;}

/* DJPort v14.06: dolny player nie zasłania regulaminów i stopki */
.dp-global-player{
  transform:translateY(calc(100% - 8px))!important;
  opacity:.18!important;
  pointer-events:none!important;
  transition:transform .24s ease, opacity .24s ease!important;
}
.dp-global-player.is-visible{
  transform:translateY(0)!important;
  opacity:1!important;
  pointer-events:auto!important;
}
body{padding-bottom:18px!important;}
body.dp-player-visible{padding-bottom:110px!important;}
@media(max-width:760px){body.dp-player-visible{padding-bottom:128px!important;}}
.dp-submit-terms-link a{color:#ff8a1c;font-weight:800;text-decoration:underline;}


/* DJPort v15.02: orange category tiles in My Favorites - loaded stylesheet */
.dp-card.dp-library-card .dp-fav-category-tabs,
.dp-library-card .dp-fav-category-tabs{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:10px!important;
  margin:16px 0 14px!important;
  padding:0!important;
}
.dp-card.dp-library-card .dp-fav-category-tabs button.dp-fav-category-tab,
.dp-library-card .dp-fav-category-tabs button.dp-fav-category-tab,
button.dp-fav-category-tab{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:auto!important;
  min-width:0!important;
  min-height:42px!important;
  margin:0!important;
  padding:10px 16px!important;
  border:1px solid rgba(255,122,0,.9)!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#241205 0%,#1b1b1b 55%,#111 100%)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.1!important;
  letter-spacing:.01em!important;
  text-decoration:none!important;
  text-shadow:none!important;
  box-shadow:0 0 0 1px rgba(255,122,0,.12), 0 8px 20px rgba(0,0,0,.28), inset 0 0 18px rgba(255,122,0,.08)!important;
  cursor:pointer!important;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease!important;
}
.dp-card.dp-library-card .dp-fav-category-tabs button.dp-fav-category-tab span,
.dp-library-card .dp-fav-category-tabs button.dp-fav-category-tab span,
button.dp-fav-category-tab span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:24px!important;
  height:24px!important;
  padding:0 8px!important;
  border-radius:999px!important;
  background:#ff7a00!important;
  color:#111!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
}
.dp-card.dp-library-card .dp-fav-category-tabs button.dp-fav-category-tab:hover,
.dp-card.dp-library-card .dp-fav-category-tabs button.dp-fav-category-tab.is-active,
.dp-library-card .dp-fav-category-tabs button.dp-fav-category-tab:hover,
.dp-library-card .dp-fav-category-tabs button.dp-fav-category-tab.is-active,
button.dp-fav-category-tab:hover,
button.dp-fav-category-tab.is-active{
  background:linear-gradient(135deg,#ff6a00 0%,#ff8f1f 55%,#ffb04a 100%)!important;
  border-color:#ffb04a!important;
  color:#111!important;
  transform:translateY(-2px)!important;
  box-shadow:0 0 0 1px rgba(255,122,0,.5), 0 12px 26px rgba(255,122,0,.34)!important;
}
.dp-card.dp-library-card .dp-fav-category-tabs button.dp-fav-category-tab:hover span,
.dp-card.dp-library-card .dp-fav-category-tabs button.dp-fav-category-tab.is-active span,
.dp-library-card .dp-fav-category-tabs button.dp-fav-category-tab:hover span,
.dp-library-card .dp-fav-category-tabs button.dp-fav-category-tab.is-active span,
button.dp-fav-category-tab:hover span,
button.dp-fav-category-tab.is-active span{
  background:rgba(0,0,0,.22)!important;
  color:#111!important;
}
@media(max-width:640px){
  .dp-library-card .dp-fav-category-tabs{gap:8px!important;}
  .dp-library-card .dp-fav-category-tabs button.dp-fav-category-tab,
  button.dp-fav-category-tab{min-height:38px!important;padding:9px 12px!important;border-radius:11px!important;font-size:13px!important;}
}

/* DJPort v15.03: mobile/PWA polish - desktop unchanged */
@media (max-width: 900px){
  html,body{max-width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%;}
  body{background:#050505;padding-bottom:96px;}
  .dp-wrap{width:100%!important;max-width:100%!important;padding-left:14px!important;padding-right:14px!important;}

  /* App-like header */
  .dp-topbar{position:sticky;top:0;z-index:9999;background:rgba(5,5,5,.96)!important;border-bottom:1px solid rgba(255,106,0,.22)!important;box-shadow:0 8px 22px rgba(0,0,0,.38);}
  .dp-nav{min-height:auto!important;padding:10px 0 9px!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important;align-items:start!important;}
  .dp-logo{font-size:24px!important;line-height:1!important;letter-spacing:-.6px!important;max-width:100%!important;}
  .dp-logo img{max-height:38px!important;width:auto!important;max-width:190px!important;}
  .dp-menu{display:flex!important;flex-wrap:nowrap!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 2px 8px!important;margin:0 -2px!important;-webkit-overflow-scrolling:touch;scrollbar-width:none;}
  .dp-menu::-webkit-scrollbar{display:none;}
  .dp-menu a{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:9px 12px!important;border-radius:999px!important;background:#111!important;border:1px solid rgba(255,106,0,.30)!important;color:#fff!important;font-size:12px!important;font-weight:900!important;white-space:nowrap!important;box-shadow:0 5px 14px rgba(0,0,0,.24);}
  .dp-menu a:hover,.dp-menu a:focus{background:#ff6a00!important;color:#111!important;border-color:#ff6a00!important;}

  /* Hero / sections like an app screen */
  .dp-hero{padding:34px 0 24px!important;background:radial-gradient(circle at 18% 0%,rgba(255,106,0,.28),transparent 38%),linear-gradient(180deg,#080808,#050505)!important;}
  .dp-hero-grid{display:block!important;}
  .dp-kicker{font-size:10px!important;letter-spacing:.13em!important;}
  .dp-title{font-size:clamp(42px,17vw,72px)!important;letter-spacing:-2.5px!important;margin:10px 0 12px!important;line-height:.9!important;}
  .dp-lead{font-size:14px!important;line-height:1.5!important;color:#ddd!important;max-width:none!important;}
  .dp-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:18px!important;}
  .dp-actions .dp-btn,.dp-premium-buttons .dp-btn,.dp-btn{min-height:44px!important;border-radius:14px!important;padding:12px 14px!important;text-align:center!important;}
  .dp-section{padding:24px 0!important;}
  .dp-section-head{align-items:flex-start!important;gap:8px!important;margin-bottom:13px!important;flex-wrap:wrap!important;}
  .dp-section h1,.dp-section h2{font-size:23px!important;line-height:1.08!important;letter-spacing:-.5px!important;}
  .dp-muted{font-size:13px!important;line-height:1.35!important;}
  .dp-card{border-radius:18px!important;padding:15px!important;box-shadow:0 12px 40px rgba(0,0,0,.28)!important;}

  /* Genre tiles */
  .dp-genres{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  .dp-genre{min-height:76px!important;border-radius:16px!important;padding:13px!important;font-size:14px!important;}

  /* Forms/search */
  .dp-search-panel,.dp-search-panel.dp-search-wide,.dp-search-wide{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
  .dp-search-panel input,.dp-search-panel select,.dp-search-panel.dp-search-wide input[type="search"],.dp-search-wide input[type="search"]{width:100%!important;min-width:0!important;border-radius:14px!important;padding:13px 14px!important;font-size:16px!important;}
  .dp-search-panel .dp-btn,.dp-search-wide .dp-btn{width:100%!important;}

  /* Track list: card layout, no horizontal chaos */
  .dp-table{display:block!important;width:100%!important;table-layout:auto!important;border-collapse:separate!important;border-spacing:0!important;font-size:13px!important;}
  .dp-table thead{display:none!important;}
  .dp-table tbody{display:block!important;width:100%!important;}
  .dp-row{display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;gap:10px 12px!important;width:100%!important;margin:0 0 12px!important;padding:12px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:18px!important;background:linear-gradient(180deg,#121212,#0a0a0a)!important;box-shadow:0 10px 25px rgba(0,0,0,.24)!important;}
  .dp-row td{display:block!important;width:100%!important;min-width:0!important;max-width:none!important;padding:0!important;border:0!important;border-radius:0!important;line-height:1.25!important;}
  .dp-row td:first-child{grid-column:1!important;grid-row:1 / span 2!important;}
  .dp-row .dp-title-cell{grid-column:2!important;grid-row:1!important;}
  .dp-row td[data-label="Gatunek"],.dp-row .dp-added,.dp-row td[data-label="Dodane przez"]{grid-column:2!important;display:inline-flex!important;width:auto!important;align-items:center!important;gap:6px!important;margin-top:2px!important;color:#bbb!important;font-size:11px!important;}
  .dp-row td[data-label="Gatunek"]:before{content:""!important;display:none!important;}
  .dp-row .dp-added:before{content:""!important;display:none!important;}
  .dp-row td[data-label="Dodane przez"]:before{content:""!important;display:none!important;}
  .dp-row .dp-player-cell{grid-column:1 / -1!important;margin-top:4px!important;}
  .dp-row .dp-download-cell{grid-column:1 / -1!important;margin-top:0!important;}
  .dp-cover{width:52px!important;height:52px!important;border-radius:14px!important;}
  .dp-track-title{font-size:14px!important;line-height:1.22!important;max-width:100%!important;word-break:break-word!important;}
  .dp-title-stats{gap:6px!important;margin-top:7px!important;}
  .dp-title-stats > span,.dp-like-btn,.dp-tag{font-size:10px!important;padding:5px 7px!important;}
  .dp-added-date,.dp-added-time{display:inline!important;white-space:nowrap!important;}
  .dp-added-time:before{content:' ';}
  .dp-added-by-link,.dp-user-badge{font-size:11px!important;}

  /* Player and download buttons */
  .dp-player-cell,.dp-download-cell,.dp-track-player-wrap{width:100%!important;min-width:0!important;max-width:100%!important;text-align:left!important;}
  .dp-track-player-wrap .dp-wave-player,.dp-wave-player,.dp-table .dp-wave-player{width:100%!important;max-width:100%!important;min-width:0!important;border-radius:15px!important;padding:8px!important;gap:8px!important;}
  .dp-wave-player .dp-play,.dp-track-player-wrap .dp-play{width:36px!important;height:36px!important;min-width:36px!important;max-width:36px!important;font-size:14px!important;}
  .dp-wave{height:32px!important;min-width:0!important;}
  .dp-wave-title{font-size:10px!important;}
  .dp-downloads,.dp-downloads-side{width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important;justify-content:stretch!important;}
  .dp-downloads .dp-btn,.dp-download-cell .dp-btn,.dp-row .dp-btn{width:100%!important;min-height:42px!important;border-radius:13px!important;font-size:12px!important;}

  /* Favorites/category tools */
  .dp-favorites-bulk-box{border-radius:16px!important;padding:12px!important;}
  .dp-favorites-bulk-actions{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;align-items:stretch!important;}
  .dp-bulk-select-all,.dp-bulk-count{width:100%!important;}
  .dp-zip-btn{width:100%!important;}
  .dp-fav-category-tabs{display:flex!important;flex-wrap:nowrap!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:8px!important;-webkit-overflow-scrolling:touch;scrollbar-width:none;}
  .dp-fav-category-tabs::-webkit-scrollbar{display:none;}
  .dp-fav-category-tabs button.dp-fav-category-tab,button.dp-fav-category-tab{flex:0 0 auto!important;min-height:38px!important;border-radius:12px!important;padding:9px 12px!important;font-size:12px!important;white-space:nowrap!important;}

  /* Account/forms grids */
  .dp-account-grid,.dp-library-grid,.dp-premium-box,.dp-contact-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;}
  .dp-form input,.dp-form select,.dp-form textarea,.dp-contact-form input,.dp-contact-form select,.dp-contact-form textarea,#user_login,#user_pass{font-size:16px!important;border-radius:14px!important;}

  /* Bottom player as a compact PWA bar */
  .dp-global-player{border-radius:18px 18px 0 0!important;left:8px!important;right:8px!important;bottom:8px!important;border:1px solid rgba(255,106,0,.35)!important;overflow:hidden!important;box-shadow:0 -10px 34px rgba(0,0,0,.55)!important;}
  .dp-global-inner{padding:9px 10px!important;grid-template-columns:36px minmax(0,1fr)!important;gap:9px!important;}
  .dp-global-time{grid-column:2!important;text-align:left!important;margin-top:-5px!important;font-size:11px!important;}
  .dp-global-title{font-size:11px!important;margin-bottom:6px!important;}
  .dp-global-bar{height:6px!important;}

  /* Footer */
  .dp-footer{margin-top:22px!important;padding:24px 0 110px!important;text-align:left!important;}
  .dp-terms-links-footer{display:flex!important;gap:8px!important;align-items:flex-start!important;}
  .dp-terms-links-footer a{display:inline-flex!important;padding:7px 9px!important;border-radius:999px!important;background:#111!important;border:1px solid rgba(255,106,0,.20)!important;}
}

@media (max-width: 420px){
  .dp-wrap{padding-left:11px!important;padding-right:11px!important;}
  .dp-title{font-size:46px!important;}
  .dp-genres{grid-template-columns:1fr 1fr!important;gap:8px!important;}
  .dp-genre{min-height:66px!important;font-size:13px!important;padding:11px!important;}
  .dp-row{grid-template-columns:46px minmax(0,1fr)!important;padding:10px!important;gap:8px 10px!important;border-radius:16px!important;}
  .dp-cover{width:46px!important;height:46px!important;}
  .dp-track-title{font-size:13px!important;}
  .dp-title-stats > span,.dp-like-btn,.dp-tag{font-size:9px!important;padding:5px 6px!important;}
}

/* =========================================================
   DJPort v16.00 – Professional UI Refresh (visual only)
   Cel: mniej "AI/WordPress", więcej profesjonalnego DJ pool / Beatport vibe.
   Bez zmian w logice: tylko CSS.
   ========================================================= */
:root{
  --dp-bg-deep:#050505;
  --dp-bg-soft:#0b0b0c;
  --dp-panel-pro:#111214;
  --dp-panel-pro-2:#17181b;
  --dp-line-pro:rgba(255,255,255,.085);
  --dp-line-orange:rgba(255,106,0,.32);
  --dp-orange-soft:rgba(255,106,0,.13);
  --dp-shadow-pro:0 18px 55px rgba(0,0,0,.38);
}
html{background:#050505!important;}
body{
  background:
    radial-gradient(circle at 14% 0%, rgba(255,106,0,.105), transparent 34%),
    radial-gradient(circle at 86% 8%, rgba(255,138,43,.055), transparent 28%),
    linear-gradient(180deg,#050505 0%,#070707 42%,#050505 100%)!important;
  color:#f5f5f5!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.dp-wrap{width:min(1240px,calc(100% - 36px))!important;}
.dp-topbar{
  background:rgba(5,5,5,.78)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 16px 45px rgba(0,0,0,.35)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
.dp-nav{min-height:68px!important;}
.dp-logo{letter-spacing:-.8px!important;filter:drop-shadow(0 0 18px rgba(255,106,0,.14));}
.dp-menu{gap:8px!important;}
.dp-menu a{
  padding:9px 12px!important;
  border-radius:999px!important;
  color:#cfcfcf!important;
  font-weight:850!important;
  font-size:13px!important;
  transition:background .18s ease,color .18s ease,transform .18s ease!important;
}
.dp-menu a:hover{
  color:#fff!important;
  background:rgba(255,106,0,.14)!important;
  transform:translateY(-1px)!important;
}
.dp-btn,
button.dp-btn,
a.dp-btn,
input[type="submit"].dp-btn{
  border-radius:999px!important;
  background:linear-gradient(135deg,#ff7a00,#ff9d2f)!important;
  color:#101010!important;
  border:1px solid rgba(255,138,43,.6)!important;
  box-shadow:0 10px 28px rgba(255,106,0,.18)!important;
  letter-spacing:.01em!important;
  transition:transform .16s ease, box-shadow .16s ease, filter .16s ease!important;
}
.dp-btn:hover,
button.dp-btn:hover,
a.dp-btn:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 15px 38px rgba(255,106,0,.28)!important;
  filter:saturate(1.08)!important;
}
.dp-btn.ghost{
  background:rgba(255,255,255,.035)!important;
  color:#f7f7f7!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:none!important;
}
.dp-btn.secondary{
  background:#f2f2f2!important;
  color:#111!important;
  border-color:rgba(255,255,255,.8)!important;
}
.dp-hero{
  padding:58px 0 34px!important;
  background:
    radial-gradient(circle at 18% 12%,rgba(255,106,0,.20),transparent 32%),
    radial-gradient(circle at 68% 2%,rgba(255,255,255,.045),transparent 22%),
    linear-gradient(180deg,#080808,#050505)!important;
  border-bottom:1px solid rgba(255,255,255,.055)!important;
}
.dp-title{
  letter-spacing:-4px!important;
  text-shadow:0 18px 55px rgba(0,0,0,.55)!important;
}
.dp-kicker{color:#ff9d2f!important;}
.dp-lead{color:#d7d7d7!important;}
.dp-card,
.dp-tile,
.dp-stat-card,
.dp-premium-box > *,
.dp-account-card,
.dp-library-card{
  background:linear-gradient(180deg,rgba(24,25,28,.96),rgba(12,12,13,.96))!important;
  border:1px solid var(--dp-line-pro)!important;
  box-shadow:var(--dp-shadow-pro)!important;
}
.dp-card{border-radius:22px!important;}
.dp-card:hover,.dp-tile:hover{
  border-color:rgba(255,106,0,.24)!important;
}
.dp-section{padding:34px 0!important;}
.dp-section-head{margin-bottom:16px!important;}
.dp-section h1,.dp-section h2,.dp-card h2,.dp-card h3{
  letter-spacing:-.8px!important;
}
.dp-muted{color:#a9a9a9!important;}
.dp-search,
.dp-search-panel input,
.dp-search-panel select,
.dp-search-wide input[type="search"],
.dp-form input,.dp-form select,.dp-form textarea{
  background:rgba(7,7,8,.92)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  color:#fff!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)!important;
}
.dp-search:focus,
.dp-search-panel input:focus,
.dp-search-wide input[type="search"]:focus,
.dp-form input:focus,.dp-form select:focus,.dp-form textarea:focus{
  border-color:rgba(255,106,0,.55)!important;
  box-shadow:0 0 0 3px rgba(255,106,0,.13), inset 0 0 0 1px rgba(255,255,255,.03)!important;
  outline:none!important;
}
.dp-genres{gap:10px!important;}
.dp-genre{
  background:linear-gradient(145deg,#17181a,#0b0b0c)!important;
  border:1px solid rgba(255,255,255,.09)!important;
  box-shadow:0 12px 34px rgba(0,0,0,.25)!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
.dp-genre:hover{
  border-color:rgba(255,106,0,.48)!important;
  box-shadow:0 16px 40px rgba(0,0,0,.34),0 0 0 1px rgba(255,106,0,.12)!important;
}

/* Professional track table, desktop */
@media (min-width:901px){
  .dp-table{
    border-collapse:separate!important;
    border-spacing:0 8px!important;
    table-layout:auto!important;
  }
  .dp-table th{
    padding:0 12px 4px!important;
    color:#858585!important;
    font-size:10px!important;
    letter-spacing:.14em!important;
    font-weight:900!important;
  }
  .dp-row{
    background:linear-gradient(180deg,#121315,#0c0c0d)!important;
    border-radius:16px!important;
    box-shadow:0 8px 26px rgba(0,0,0,.22)!important;
    transition:transform .15s ease, box-shadow .15s ease, background .15s ease!important;
  }
  .dp-row:hover{
    transform:translateY(-1px)!important;
    background:linear-gradient(180deg,#17181b,#0f0f10)!important;
    box-shadow:0 14px 34px rgba(0,0,0,.34),0 0 0 1px rgba(255,106,0,.09)!important;
  }
  .dp-row td{
    padding:10px 10px!important;
    border-top:1px solid rgba(255,255,255,.07)!important;
    border-bottom:1px solid rgba(255,255,255,.07)!important;
  }
  .dp-row td:first-child{
    border-left:1px solid rgba(255,255,255,.07)!important;
    border-radius:16px 0 0 16px!important;
  }
  .dp-row td:last-child{
    border-right:1px solid rgba(255,255,255,.07)!important;
    border-radius:0 16px 16px 0!important;
  }
  .dp-cover{
    width:62px!important;
    height:62px!important;
    border-radius:14px!important;
    box-shadow:0 12px 26px rgba(0,0,0,.36)!important;
    border:1px solid rgba(255,255,255,.08)!important;
  }
  .dp-title-cell{padding-left:4px!important;}
  .dp-track-title{
    font-size:14px!important;
    line-height:1.22!important;
    letter-spacing:-.15px!important;
  }
  .dp-title-stats{
    margin-top:7px!important;
    gap:7px!important;
  }
  .dp-title-stats > span,
  .dp-like-btn,
  .dp-tag,
  .dp-user-badge{
    border-radius:999px!important;
    background:rgba(255,255,255,.045)!important;
    border:1px solid rgba(255,255,255,.09)!important;
    color:#d7d7d7!important;
    font-weight:850!important;
  }
  .dp-tag{
    background:rgba(255,106,0,.10)!important;
    border-color:rgba(255,106,0,.25)!important;
    color:#ffb06d!important;
  }
  .dp-like-btn:hover,
  .dp-title-stats > span:hover{
    border-color:rgba(255,106,0,.26)!important;
  }
  .dp-player-cell .dp-wave-player,
  .dp-table .dp-wave-player{
    background:#090909!important;
    border:1px solid rgba(255,255,255,.08)!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)!important;
  }
  .dp-wave span{background:#323235!important;}
  .dp-wave span.active{background:#ff7a00!important;}
  .dp-download-cell .dp-btn{
    min-width:112px!important;
    font-size:11px!important;
    padding:10px 12px!important;
  }
}

/* Account / dashboard polish */
.dp-account-grid,.dp-library-grid,.dp-contact-grid{
  gap:16px!important;
}
.dp-account-card,.dp-library-card{
  border-radius:22px!important;
}
.dp-account-card p{
  line-height:1.55!important;
}
.dp-favorites-bulk-box{
  background:linear-gradient(180deg,rgba(255,106,0,.075),rgba(255,106,0,.03))!important;
  border:1px solid rgba(255,106,0,.22)!important;
  box-shadow:0 14px 38px rgba(0,0,0,.22)!important;
}
.dp-card.dp-library-card .dp-fav-category-tabs button.dp-fav-category-tab{
  box-shadow:0 9px 24px rgba(0,0,0,.20)!important;
}

/* Global player: premium app bar */
.dp-global-player{
  background:rgba(8,8,9,.88)!important;
  border:1px solid rgba(255,106,0,.28)!important;
  box-shadow:0 -18px 55px rgba(0,0,0,.55)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
}
.dp-global-title{letter-spacing:-.15px!important;}
.dp-global-bar{background:rgba(255,255,255,.11)!important;}
.dp-global-progress{background:linear-gradient(90deg,#ff6a00,#ff9d2f)!important;}

/* Footer: mniej WordPressa, więcej portalu */
.dp-footer{
  background:linear-gradient(180deg,transparent,rgba(255,255,255,.018))!important;
  border-top:1px solid rgba(255,255,255,.07)!important;
}
.dp-terms-links-footer a{
  transition:background .16s ease,border-color .16s ease,transform .16s ease!important;
}
.dp-terms-links-footer a:hover{
  transform:translateY(-1px)!important;
  background:rgba(255,106,0,.10)!important;
  border-color:rgba(255,106,0,.28)!important;
}

/* Mobile keeps existing PWA layout, just adds polish */
@media (max-width:900px){
  .dp-wrap{width:min(100% - 24px, 1240px)!important;}
  .dp-topbar{border-bottom-color:rgba(255,106,0,.12)!important;}
  .dp-card{border-radius:20px!important;}
  .dp-row{
    background:linear-gradient(180deg,#151619,#0b0b0c)!important;
    border-color:rgba(255,255,255,.09)!important;
  }
  .dp-row:hover{transform:none!important;}
  .dp-cover{box-shadow:0 10px 24px rgba(0,0,0,.34)!important;}
  .dp-track-title{letter-spacing:-.12px!important;}
  .dp-btn{box-shadow:0 10px 24px rgba(255,106,0,.16)!important;}
}


/* DJPort v16.01: default artwork visibility fix */
.dp-cover,.dp-single-cover{display:block!important;object-fit:cover!important;background:#050505!important;border:1px solid rgba(255,122,0,.22)!important;}
.dp-single-cover{width:100%!important;max-width:420px!important;aspect-ratio:1/1!important;border-radius:22px!important;box-shadow:0 20px 60px rgba(0,0,0,.45)!important;}
.dp-row td:first-child{overflow:visible!important;}


/* DJPort v16.02: original artwork fallback + global player cover */
.dp-global-cover{width:52px!important;height:52px!important;flex:0 0 52px!important;border-radius:12px!important;object-fit:cover!important;background:#050505!important;border:1px solid rgba(255,122,0,.28)!important;box-shadow:0 10px 28px rgba(0,0,0,.42)!important;}
@media(max-width:700px){.dp-global-cover{width:42px!important;height:42px!important;flex-basis:42px!important;border-radius:10px!important;}.dp-global-inner{grid-template-columns:42px 36px minmax(0,1fr)!important;}}


/* DJPort v16.03: wide comfortable bottom player waveform */
.dp-global-player{
  min-height:96px!important;
}
.dp-global-inner{
  width:100%!important;
  max-width:1380px!important;
  display:grid!important;
  grid-template-columns:58px 48px minmax(0,1fr) 98px!important;
  align-items:center!important;
  gap:14px!important;
  padding:12px 18px!important;
  box-sizing:border-box!important;
}
.dp-global-cover{
  grid-column:1!important;
  width:58px!important;
  height:58px!important;
  flex-basis:58px!important;
}
.dp-global-play{
  grid-column:2!important;
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  flex:0 0 46px!important;
}
.dp-global-main{
  grid-column:3!important;
  min-width:0!important;
  width:100%!important;
}
.dp-global-title{
  margin-bottom:8px!important;
}
.dp-global-wave{
  width:100%!important;
  min-width:0!important;
  height:46px!important;
  padding:0 8px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.055)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.045)!important;
}
.dp-global-wave span{
  max-width:7px!important;
  min-width:2px!important;
}
.dp-global-bar{
  display:none!important;
}
.dp-global-time{
  grid-column:4!important;
  width:98px!important;
  min-width:98px!important;
  text-align:right!important;
  font-size:12px!important;
}
@media(max-width:760px){
  .dp-global-player{min-height:132px!important;}
  .dp-global-inner{
    grid-template-columns:48px 42px minmax(0,1fr)!important;
    grid-template-rows:auto auto auto!important;
    gap:8px 10px!important;
    padding:10px 12px!important;
  }
  .dp-global-cover{
    grid-column:1!important;
    grid-row:1!important;
    width:48px!important;
    height:48px!important;
    flex-basis:48px!important;
  }
  .dp-global-play{
    grid-column:2!important;
    grid-row:1!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
  }
  .dp-global-main{
    grid-column:1 / -1!important;
    grid-row:2!important;
    width:100%!important;
  }
  .dp-global-title{
    grid-column:3!important;
    grid-row:1!important;
    align-self:center!important;
    margin-bottom:0!important;
    font-size:12px!important;
  }
  .dp-global-wave{
    height:42px!important;
    margin-top:0!important;
  }
  .dp-global-time{
    grid-column:1 / -1!important;
    grid-row:3!important;
    width:100%!important;
    min-width:0!important;
    text-align:right!important;
    margin-top:-2px!important;
    font-size:11px!important;
  }
}


/* DJPort v16.10: lekkie metadane audio z tagów MP3 */
.dp-audio-meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:6px;
  align-items:center;
}
.dp-audio-meta span{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:4px 8px;
  border-radius:999px;
  background:rgba(255,122,0,.10);
  border:1px solid rgba(255,122,0,.28);
  color:#f3f3f3;
  font-size:12px;
  line-height:1.2;
  white-space:nowrap;
}
.dp-audio-meta strong{
  color:#ff8a1f;
  font-weight:800;
}
.dp-single-like + .dp-player{ margin-top:14px; }
@media (max-width:720px){
  .dp-audio-meta{gap:5px;margin-top:8px}
  .dp-audio-meta span{font-size:11px;padding:4px 7px}
}


/* DJPort v16.11: readable BPM / Key / Bitrate badges */
.dp-audio-meta{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  align-items:center!important;
  margin:7px 0 2px!important;
  line-height:1!important;
}
.dp-audio-meta-pill{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  padding:5px 8px!important;
  border-radius:999px!important;
  background:rgba(255,106,0,.10)!important;
  border:1px solid rgba(255,106,0,.36)!important;
  color:#f2f2f2!important;
  font-size:11px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
.dp-audio-meta-pill em{
  color:#ff9a3d!important;
  font-style:normal!important;
  text-transform:uppercase!important;
  letter-spacing:.06em!important;
  font-size:10px!important;
}
.dp-audio-meta-pill strong{
  color:#fff!important;
  font-weight:900!important;
}
.dp-wave-meta,.dp-global-meta{
  color:#ff9a3d!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1.2!important;
  margin:2px 0 5px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.dp-global-meta:empty{display:none!important;}
@media(max-width:760px){
  .dp-audio-meta{gap:5px!important;margin-top:6px!important}
  .dp-audio-meta-pill{font-size:10px!important;padding:4px 7px!important}
  .dp-wave-meta,.dp-global-meta{font-size:10px!important}
}

/* DJPort v16.18: BPM/Key/Bitrate disabled */
.djport-audio-meta,.djport-track-meta-badges,.djport-player-meta,.djport-now-meta{display:none!important;}

/* DJPort v17.07: Energia + Tryb przygotowania seta */
.dp-set-prep-card{
  border:1px solid rgba(255,106,0,.22)!important;
  background:linear-gradient(180deg,rgba(255,106,0,.06),rgba(255,255,255,.025))!important;
}
.dp-set-prep-form{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(120px,1fr)) auto!important;
  gap:10px!important;
  align-items:end!important;
  margin:14px 0!important;
}
.dp-set-prep-form label{display:flex!important;flex-direction:column!important;gap:5px!important;color:#ddd!important;font-size:12px!important;font-weight:800!important;}
.dp-set-prep-form select{width:100%!important;background:#101010!important;color:#fff!important;border:1px solid rgba(255,106,0,.28)!important;border-radius:10px!important;padding:9px 10px!important;outline:none!important;}
.dp-set-prep-actions{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:10px 0 12px!important;padding:10px 12px!important;border-radius:14px!important;background:rgba(0,0,0,.24)!important;border:1px solid rgba(255,255,255,.08)!important;}
.dp-set-prep-actions label{display:flex!important;align-items:center!important;gap:8px!important;color:#eee!important;font-weight:800!important;}
.dp-set-prep-list{display:flex!important;flex-direction:column!important;gap:10px!important;}
.dp-set-prep-item{display:grid!important;grid-template-columns:28px 54px minmax(170px,1fr) minmax(260px,1.25fr) minmax(112px,.5fr)!important;gap:12px!important;align-items:center!important;padding:10px!important;border-radius:14px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.08)!important;}
.dp-set-prep-item:hover{border-color:rgba(255,106,0,.35)!important;background:rgba(255,106,0,.055)!important;}
.dp-set-track-check{width:18px!important;height:18px!important;accent-color:#ff6a00!important;}
.dp-set-cover{width:54px!important;height:54px!important;border-radius:11px!important;object-fit:cover!important;border:1px solid rgba(255,106,0,.26)!important;background:#080808!important;}
.dp-set-info{min-width:0!important;display:flex!important;flex-direction:column!important;gap:5px!important;}
.dp-set-info strong{color:#fff!important;font-size:14px!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.dp-set-info>span{color:#aaa!important;font-size:12px!important;font-weight:800!important;}
.dp-set-info .dp-audio-meta{margin:2px 0 0!important;}
.dp-set-play{min-width:0!important;}
.dp-set-play .dp-wave-player{margin:0!important;}
.dp-set-play .dp-wave-title{display:none!important;}
@media(max-width:900px){
  .dp-set-prep-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .dp-set-prep-form .dp-btn{grid-column:1/-1!important;}
  .dp-set-prep-item{grid-template-columns:24px 48px minmax(0,1fr)!important;}
  .dp-set-play{grid-column:1/-1!important;}
  .dp-set-cover{width:48px!important;height:48px!important;}
}
@media(max-width:520px){
  .dp-set-prep-form{grid-template-columns:1fr!important;}
  .dp-set-prep-actions{flex-direction:column!important;align-items:stretch!important;}
  .dp-set-prep-item{grid-template-columns:22px 44px minmax(0,1fr)!important;padding:9px!important;gap:9px!important;}
  .dp-set-cover{width:44px!important;height:44px!important;}
  .dp-set-info strong{font-size:13px!important;}
}

/* DJPort v17.09 - Inteligentny Asystent Przygotowania Seta */
.dp-set-score-card{margin:16px 0 18px;padding:16px;border:1px solid rgba(255,122,0,.28);border-radius:14px;background:linear-gradient(135deg,rgba(255,122,0,.10),rgba(255,255,255,.035));box-shadow:0 10px 28px rgba(0,0,0,.22)}
.dp-set-score-card h4{margin:0 0 12px;font-size:16px;color:#fff;letter-spacing:.2px}.dp-set-score-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.dp-set-score-grid div{padding:10px 12px;border-radius:12px;background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.07)}.dp-set-score-grid span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.58);margin-bottom:5px}.dp-set-score-grid strong{display:block;color:#fff;font-size:15px;white-space:nowrap}@media(max-width:760px){.dp-set-score-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dp-set-score-grid strong{font-size:14px}}@media(max-width:420px){.dp-set-score-grid{grid-template-columns:1fr}}

/* DJPort v17.12 - nazwa paczki Trybu DJ */
.dp-set-name-row{grid-column:1/-1!important;margin:4px 0 2px!important;}
.dp-set-name-row label{display:flex!important;flex-direction:column!important;gap:6px!important;color:#ddd!important;font-size:12px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.04em!important;}
.dp-set-name-row input{width:100%!important;max-width:520px!important;background:#0f0f0f!important;color:#fff!important;border:1px solid rgba(255,122,0,.35)!important;border-radius:12px!important;padding:11px 12px!important;outline:none!important;}
.dp-set-name-row input:focus{border-color:#ff7a00!important;box-shadow:0 0 0 3px rgba(255,122,0,.12)!important;}


/* DJPort v17.14 - akcje przy propozycji seta */
.dp-set-item-actions{display:flex!important;flex-direction:column!important;gap:6px!important;align-items:stretch!important;min-width:108px!important}
.dp-set-action{border:1px solid rgba(255,122,0,.35)!important;background:rgba(255,122,0,.12)!important;color:#fff!important;border-radius:9px!important;padding:6px 8px!important;font-size:11px!important;font-weight:800!important;cursor:pointer!important;line-height:1.1!important}
.dp-set-action:hover{background:#ff7a00!important;border-color:#ff7a00!important;color:#111!important}
.dp-set-action.danger{border-color:rgba(255,75,75,.35)!important;background:rgba(255,75,75,.10)!important}
.dp-set-action.danger:hover{background:#ff4b4b!important;border-color:#ff4b4b!important;color:#fff!important}
.dp-set-prep-item.is-accepted{border-color:rgba(29,210,122,.55)!important;background:linear-gradient(90deg,rgba(29,210,122,.10),rgba(255,255,255,.035))!important}
.dp-set-prep-item.is-accepted .dp-set-accept{background:#1dd27a!important;border-color:#1dd27a!important;color:#07150d!important}
.dp-set-alt-pool{display:none!important}
@media(max-width:1100px){
  .dp-set-prep-item{grid-template-columns:28px 54px minmax(0,1fr) minmax(220px,1fr)!important}
  .dp-set-item-actions{grid-column:3/-1!important;flex-direction:row!important;flex-wrap:wrap!important;min-width:0!important}
}
@media(max-width:900px){
  .dp-set-prep-item{grid-template-columns:24px 48px minmax(0,1fr)!important}
  .dp-set-play,.dp-set-item-actions{grid-column:1/-1!important}
  .dp-set-item-actions{flex-direction:row!important}
}
@media(max-width:520px){
  .dp-set-item-actions{gap:5px!important}
  .dp-set-action{font-size:10px!important;padding:6px 7px!important;flex:1 1 auto!important}
}

/* DJPort v20.28 - male logo profilu + male ikonki udostepniania, bez zmiany ukladu */
.dp-added-by-wrap{display:inline-flex;align-items:center;gap:6px;min-width:0;vertical-align:middle}
.dp-brand-logo{display:inline-block;width:22px;height:22px;min-width:22px;border-radius:6px;object-fit:contain;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);vertical-align:middle}
.dp-brand-logo-row{width:20px;height:20px;min-width:20px;border-radius:5px}
.dp-brand-logo-account-box{margin:12px 0 14px}
.dp-brand-logo-current{margin:8px 0 6px;min-height:0}
.dp-brand-logo-account{width:52px;height:52px;min-width:52px;border-radius:12px;padding:4px;background:rgba(0,0,0,.28)}
.dp-brand-logo-form{display:flex!important;gap:10px;align-items:center;flex-wrap:wrap;margin-top:8px!important}
.dp-brand-logo-form input[type=file]{max-width:260px;color:#ddd;font-size:12px}
.dp-brand-logo-actions{display:inline-flex;gap:8px;align-items:center;flex-wrap:wrap}
.dp-share-icons{display:inline-flex;align-items:center;gap:5px;margin-left:4px;vertical-align:middle;white-space:nowrap}
.dp-share-mini{width:24px;height:24px;min-width:24px;border-radius:999px;display:inline-flex!important;align-items:center;justify-content:center;padding:0!important;text-decoration:none!important;font-size:12px!important;font-weight:900!important;line-height:1!important;border:1px solid rgba(255,255,255,.16)!important;background:rgba(255,255,255,.055)!important;color:#fff!important;cursor:pointer;box-shadow:none!important}
.dp-share-mini:hover{background:rgba(255,122,0,.18)!important;border-color:rgba(255,122,0,.45)!important;color:#fff!important;transform:none!important}
.dp-share-facebook{font-family:Arial,Helvetica,sans-serif;background:#1877f2!important;border-color:#1877f2!important;color:#fff!important;text-transform:lowercase;font-size:15px!important}
.dp-share-facebook:hover{background:#0f66d8!important;border-color:#0f66d8!important;color:#fff!important}
.dp-title-stats .dp-share-icons{margin-left:2px}
.dp-table .dp-share-icons{margin-top:4px}
@media(max-width:760px){.dp-share-mini{width:23px;height:23px;min-width:23px}.dp-brand-logo-row{width:18px;height:18px;min-width:18px}.dp-brand-logo-form{align-items:flex-start;flex-direction:column}.dp-brand-logo-actions{width:100%}}

/* DJPort v20.29 micro patch: FB share popup, footer FB icon, banner style logo preview. */
.dp-footer-fb{display:inline-flex!important;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#1877f2;color:#fff!important;font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:900;line-height:1;text-transform:lowercase;vertical-align:middle;text-decoration:none!important}
.dp-footer-fb:hover{background:#0f66d8!important;color:#fff!important}
.dp-brand-logo-account{width:100%!important;height:112px!important;min-width:0!important;display:block!important;border-radius:16px!important;padding:10px!important;object-fit:contain!important;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))!important;border:1px solid rgba(255,255,255,.16)!important}
.dp-brand-logo-current{margin:10px 0 8px!important;min-height:112px!important;display:flex!important;align-items:center!important}
.dp-brand-logo-row{width:54px!important;height:24px!important;min-width:54px!important;border-radius:6px!important;padding:2px!important;object-fit:contain!important}
.dp-added-by-wrap{gap:7px!important}
@media(max-width:760px){.dp-brand-logo-account{height:92px!important}.dp-brand-logo-current{min-height:92px!important}.dp-brand-logo-row{width:42px!important;height:22px!important;min-width:42px!important}}

/* DJPort v20.30 micro patch: full-width brand banner, clean author row, forced FB share dialog. */
.dp-brand-logo-current{width:100%!important}
.dp-brand-logo-account{width:100%!important;max-width:none!important;height:112px!important;box-sizing:border-box!important;object-fit:contain!important}
.dp-added-by-wrap{max-width:180px!important;overflow:hidden!important}
.dp-added-by-name{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.dp-added-by-wrap .dp-user-badge,.dp-added-by-wrap + .dp-user-badge{display:none!important}

/* DJPort v20.31 micro patch: added-by logo above name + FB share composer popup. */
.dp-row td[data-label="Dodane przez"]{text-align:center!important;vertical-align:middle!important;}
.dp-added-by-wrap.dp-added-by-profile,
.dp-added-by-wrap{display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;width:86px!important;max-width:86px!important;margin:0 auto!important;text-align:center!important;text-decoration:none!important;color:inherit!important;overflow:hidden!important;}
.dp-added-by-wrap .dp-brand-logo-row{display:block!important;width:58px!important;height:34px!important;min-width:58px!important;border-radius:8px!important;padding:3px!important;object-fit:contain!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.14)!important;}
.dp-added-by-name{display:block!important;width:100%!important;max-width:86px!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:11px!important;line-height:1.15!important;font-weight:800!important;color:#fff!important;}
.dp-added-by-link{color:#fff!important;text-decoration:none!important;}
.dp-added-by-wrap:hover .dp-added-by-name,.dp-added-by-link:hover{color:#ffb000!important;}
@media(max-width:760px){.dp-added-by-wrap.dp-added-by-profile,.dp-added-by-wrap{width:74px!important;max-width:74px!important}.dp-added-by-wrap .dp-brand-logo-row{width:48px!important;height:30px!important;min-width:48px!important}.dp-added-by-name{max-width:74px!important;font-size:10px!important}}

/* DJPort v20.32: tylko kolor nazwy autora + twardy FB share fix */
.dp-added-by-name,.dp-added-by-link{color:#ff6a00!important;}
.dp-added-by-wrap:hover .dp-added-by-name,.dp-added-by-link:hover{color:#ff8f1f!important;}
/* DJPort v20.35: FB share is a button to prevent browser/FB profile fallback. */
button.dp-share-facebook{appearance:none;-webkit-appearance:none;border:1px solid #1877f2!important;background:#1877f2!important;color:#fff!important;font-family:Arial,Helvetica,sans-serif!important;text-transform:lowercase!important}

/* DJPort v22.37: automatycznie połączone wersje utworu. */
.dp-track-versions{position:relative;margin-top:8px;max-width:100%}.dp-track-versions>summary{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:5px 9px;border:1px solid rgba(255,105,0,.48);border-radius:999px;background:rgba(255,105,0,.12);color:#ff9a55;font-size:10px;font-weight:950;letter-spacing:.05em;line-height:1;cursor:pointer;list-style:none;user-select:none}.dp-track-versions>summary::-webkit-details-marker{display:none}.dp-track-versions>summary:hover,.dp-track-versions[open]>summary{border-color:#ff6900;background:#ff6900;color:#111318}.dp-track-versions>summary span{font-size:14px;line-height:1}.dp-version-list{display:grid;gap:6px;margin-top:8px;padding:8px;border:1px solid #343941;border-radius:12px;background:#0c0e11;box-shadow:0 15px 38px rgba(0,0,0,.32)}.dp-version-item{display:grid;grid-template-columns:32px 38px minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;padding:7px;border:1px solid transparent;border-radius:9px;background:#14171b}.dp-version-item.is-current{border-color:rgba(255,105,0,.45);background:#19140f}.dp-version-cover-link{display:block;line-height:0}.dp-version-cover{display:block!important;width:38px!important;height:38px!important;min-width:38px!important;border-radius:7px!important;object-fit:cover!important}.dp-version-info{display:grid;gap:2px;min-width:0;color:#fff!important;text-decoration:none!important}.dp-version-info b,.dp-version-info small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dp-version-info b{font-size:11px}.dp-version-info small{color:#aeb4bd;font-size:9px}.dp-version-item>em{padding:3px 5px;border-radius:5px;background:#ff6900;color:#111318;font-size:8px;font-style:normal;font-weight:950}.dp-version-player{display:block!important;width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.dp-version-play{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:32px!important;min-width:32px!important;height:32px!important;padding:0!important;border:1px solid rgba(255,105,0,.55)!important;border-radius:50%!important;background:#ff6900!important;color:#111318!important;font-size:11px!important;font-weight:950!important;line-height:1!important;cursor:pointer!important}.dp-version-player.is-playing .dp-version-play,.dp-version-player.is-global-current .dp-version-play{border-color:#fff!important;background:#fff!important;color:#111318!important}.dp-version-play.is-disabled{opacity:.38!important;cursor:not-allowed!important}.dp-track-versions-single{margin:14px 0}.dp-track-versions-single>summary{min-height:36px;padding:8px 13px;font-size:11px}.dp-track-versions-single .dp-version-list{max-width:620px}.dp-track-versions-single .dp-version-item{grid-template-columns:36px 46px minmax(0,1fr) auto}.dp-track-versions-single .dp-version-cover{width:46px!important;height:46px!important;min-width:46px!important}.dp-track-versions-single .dp-version-info b{font-size:13px}.dp-track-versions-single .dp-version-info small{font-size:10px}
@media(max-width:760px){.dp-track-versions{width:100%}.dp-track-versions>summary{min-height:30px}.dp-version-list{width:100%;box-sizing:border-box}.dp-version-item{grid-template-columns:32px 36px minmax(0,1fr)}.dp-version-item>em{display:none}.dp-version-cover{width:36px!important;height:36px!important;min-width:36px!important}.dp-track-versions-single .dp-version-item{grid-template-columns:34px 42px minmax(0,1fr)}.dp-track-versions-single .dp-version-cover{width:42px!important;height:42px!important;min-width:42px!important}}

/* DJPort v20.40 rankings */
.dp-rank-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}.dp-rank-tabs a{display:inline-flex;align-items:center;min-height:36px;padding:8px 13px;border:1px solid rgba(255,255,255,.10);border-radius:999px;background:rgba(255,255,255,.035);color:#ddd;text-decoration:none;font-size:13px;font-weight:700}.dp-rank-tabs a:hover,.dp-rank-tabs a.active{background:#ff7a00;color:#111;border-color:#ff7a00;box-shadow:0 8px 24px rgba(255,122,0,.22)}
.dp-rank-cover{position:relative;min-width:76px}.dp-rank-badge{position:absolute;z-index:3;left:3px;top:3px;display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:24px;padding:0 7px;border-radius:8px;background:rgba(12,12,12,.92);border:1px solid rgba(255,255,255,.16);color:#fff;font-size:11px;font-weight:900;box-shadow:0 4px 12px rgba(0,0,0,.35)}.dp-rank-badge.is-top10{background:linear-gradient(135deg,#ff7a00,#ffb000);border-color:#ffc46b;color:#17100a;box-shadow:0 0 16px rgba(255,122,0,.45)}
.dp-numbered-pagination{display:flex;gap:7px;justify-content:center;flex-wrap:wrap;margin-top:18px}.dp-numbered-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;border-radius:10px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);color:#fff;text-decoration:none}.dp-numbered-pagination .page-numbers.current{background:#ff7a00;color:#111;border-color:#ff7a00;font-weight:900}
@media(max-width:760px){.dp-rank-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}.dp-rank-tabs a{white-space:nowrap}.dp-rank-cover{min-width:58px}.dp-rank-badge{left:1px;top:1px;transform:scale(.9);transform-origin:top left}}


/* DJPort v20.43: publiczne logo profilu DJ/Producent/Label. */
.dp-user-profile-head{display:flex;align-items:center;gap:20px;margin-bottom:14px}
.dp-user-profile-main{min-width:0;flex:1}
.dp-user-profile-logo{width:148px;min-width:148px;height:96px;display:flex;align-items:center;justify-content:center;border-radius:16px;padding:10px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.14)}
.dp-brand-logo-profile{display:block!important;width:100%!important;height:100%!important;min-width:0!important;max-width:100%!important;object-fit:contain!important;border:0!important;background:transparent!important;border-radius:10px!important}
.dp-user-profile-tracks-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.dp-user-profile-tracks-head h2{margin:0 0 2px}
.dp-user-profile-tracks-logo{width:72px;min-width:72px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:10px;padding:5px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12)}
.dp-brand-logo-profile-small{display:block!important;width:100%!important;height:100%!important;min-width:0!important;max-width:100%!important;object-fit:contain!important;border:0!important;background:transparent!important;border-radius:7px!important}
@media(max-width:760px){.dp-user-profile-head{align-items:flex-start;gap:12px}.dp-user-profile-logo{width:96px;min-width:96px;height:72px;padding:7px}.dp-user-profile-card h1{font-size:26px}.dp-user-profile-tracks-logo{width:60px;min-width:60px;height:42px}}


/* DJPort v20.44: duże logo na publicznym profilu, jak w Moje konto. */
.dp-user-profile-head{display:block!important;margin-bottom:14px!important}
.dp-user-profile-logo{width:100%!important;min-width:0!important;height:112px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:16px!important;padding:10px!important;margin:0 0 14px!important;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025))!important;border:1px solid rgba(255,255,255,.14)!important}
.dp-user-profile-main{width:100%!important}
@media(max-width:760px){.dp-user-profile-logo{width:100%!important;min-width:0!important;height:92px!important;padding:8px!important;margin-bottom:12px!important}}


/* DJPort v20.45: publiczny profil używa dokładnie tego samego dużego logo co Moje konto. */
.dp-public-profile-logo-current{width:100%!important;min-height:112px!important;margin:0 0 14px!important;display:flex!important;align-items:center!important;justify-content:center!important}
.dp-public-profile-logo-current .dp-brand-logo-account{width:100%!important;max-width:none!important;height:112px!important;min-width:0!important;display:block!important;box-sizing:border-box!important;object-fit:contain!important;border-radius:16px!important;padding:10px!important;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))!important;border:1px solid rgba(255,255,255,.16)!important}
@media(max-width:760px){.dp-public-profile-logo-current{min-height:92px!important}.dp-public-profile-logo-current .dp-brand-logo-account{height:92px!important}}
.dp-promoted-section{position:relative}
.dp-promoted-section .dp-table{border:1px solid rgba(255,106,0,.35);box-shadow:0 18px 45px rgba(255,106,0,.08)}
.dp-track-title a{color:inherit;text-decoration:none}
.dp-track-title a:hover{color:#ff6a00;text-decoration:underline;text-underline-offset:3px}

/* =========================================================
   DJPort v21.00 – Light WOW
   Jasny interfejs platformy, ciemny player i Smart Set.
   ========================================================= */
:root{
  --bg:#f5f6f8!important;
  --panel:#fff!important;
  --panel2:#fff!important;
  --text:#15171a!important;
  --muted:#70757f!important;
  --line:#e7e9ed!important;
  --orange:#ff6900!important;
  --orange2:#ff982f!important;
  --green:#18a957!important;
  --dp-light-bg:#f5f6f8;
  --dp-light-card:#fff;
  --dp-ink:#15171a;
  --dp-muted:#70757f;
  --dp-border:#e6e8ec;
  --dp-orange:#ff6900;
  --dp-orange-soft:#fff0e5;
  --dp-shadow-light:0 18px 55px rgba(22,27,34,.08);
}
html{background:#f5f6f8!important;scroll-behavior:smooth}
body{
  background:
    radial-gradient(circle at 6% 8%,rgba(255,105,0,.07),transparent 25%),
    radial-gradient(circle at 96% 22%,rgba(255,172,78,.08),transparent 22%),
    #f5f6f8!important;
  color:var(--dp-ink)!important;
}
::selection{background:#ff6900;color:#fff}
.dp-wrap{width:min(1280px,calc(100% - 40px))!important}

/* Header */
.dp-topbar{
  background:rgba(255,255,255,.86)!important;
  border-bottom:1px solid rgba(20,23,27,.08)!important;
  box-shadow:0 10px 36px rgba(24,29,36,.06)!important;
  backdrop-filter:blur(20px) saturate(1.3)!important;
  -webkit-backdrop-filter:blur(20px) saturate(1.3)!important;
}
.dp-nav{min-height:78px!important;gap:28px!important}
.dp-logo{
  min-height:48px!important;padding:8px 15px!important;border-radius:15px!important;
  background:#101114!important;color:#fff!important;box-shadow:0 10px 28px rgba(15,17,20,.16)!important;
  filter:none!important;font-size:25px!important;
}
.dp-logo img{max-height:40px!important;max-width:210px!important;object-fit:contain!important}
.dp-logo-shell{display:flex;align-items:center;flex:0 0 auto}
.dp-logo-shell .custom-logo-link{
  display:flex!important;align-items:center!important;min-height:48px!important;padding:7px 14px!important;
  border-radius:15px!important;background:#101114!important;box-shadow:0 10px 28px rgba(15,17,20,.16)!important;
}
.dp-logo-shell .custom-logo{display:block!important;max-height:40px!important;width:auto!important;max-width:210px!important;object-fit:contain!important}
.dp-menu{gap:4px!important}
.dp-menu a{
  padding:10px 13px!important;border-radius:12px!important;color:#393d44!important;
  font-size:13px!important;font-weight:800!important;letter-spacing:-.01em!important;
}
.dp-menu a:hover{background:#fff0e5!important;color:#e95f00!important;transform:none!important}
.dp-menu a:nth-child(2){background:#ff6900!important;color:#fff!important;box-shadow:0 9px 22px rgba(255,105,0,.24)!important}
.dp-menu a:nth-child(2):hover{background:#ed6100!important;color:#fff!important;transform:translateY(-1px)!important}

/* Buttons */
.dp-btn,button.dp-btn,a.dp-btn,input[type="submit"].dp-btn,.login-submit .button-primary{
  min-height:46px!important;padding:12px 19px!important;border-radius:13px!important;
  background:linear-gradient(135deg,#ff6900,#ff8d23)!important;color:#fff!important;
  border:1px solid #f76400!important;box-shadow:0 10px 25px rgba(255,105,0,.22)!important;
  font-weight:900!important;
}
.dp-btn:hover,button.dp-btn:hover,a.dp-btn:hover,.login-submit .button-primary:hover{
  transform:translateY(-2px)!important;box-shadow:0 15px 32px rgba(255,105,0,.28)!important;
}
.dp-btn.ghost{
  background:#fff!important;color:#262a30!important;border:1px solid #dfe2e7!important;
  box-shadow:0 8px 20px rgba(28,32,38,.06)!important;
}
.dp-btn.ghost:hover{border-color:#ff8d3b!important;color:#e95f00!important;background:#fff8f3!important}
.dp-btn.secondary{background:#17191d!important;color:#fff!important;border-color:#17191d!important}

/* Hero */
.dp-hero.dp-hero-light{
  position:relative!important;overflow:hidden!important;padding:82px 0 76px!important;
  background:
    linear-gradient(110deg,rgba(255,255,255,.98) 0%,rgba(255,250,246,.96) 55%,rgba(255,239,226,.86) 100%)!important;
  border-bottom:1px solid #ece7e2!important;
}
.dp-hero.dp-hero-light:before{
  content:"";position:absolute;width:520px;height:520px;right:-150px;top:-260px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,105,0,.22),rgba(255,105,0,0) 68%);pointer-events:none;
}
.dp-hero.dp-hero-light:after{
  content:"";position:absolute;inset:0;opacity:.28;pointer-events:none;
  background-image:radial-gradient(rgba(30,32,36,.16) .7px,transparent .7px);background-size:18px 18px;
  mask-image:linear-gradient(to right,transparent 20%,#000 75%);
}
.dp-hero-grid{grid-template-columns:minmax(0,1.06fr) minmax(390px,.94fr)!important;gap:72px!important;position:relative;z-index:2}
.dp-hero-copy{max-width:760px}
.dp-hero .dp-kicker{display:flex;align-items:center;gap:9px;color:#d95600!important;font-size:12px!important}
.dp-hero .dp-kicker span{display:block;width:9px;height:9px;border-radius:50%;background:#ff6900;box-shadow:0 0 0 6px rgba(255,105,0,.12)}
.dp-hero .dp-title{
  margin:18px 0 24px!important;font-size:clamp(52px,6.5vw,92px)!important;line-height:.98!important;
  letter-spacing:-5.5px!important;color:#14161a!important;text-shadow:none!important;
}
.dp-hero .dp-title span{color:#ff6900!important;position:relative}
.dp-hero .dp-lead{max-width:680px!important;color:#555b64!important;font-size:19px!important;line-height:1.65!important}
.dp-hero-clean-actions{margin-top:30px!important}
.dp-hero-clean-actions .dp-btn:first-child{gap:9px!important}
.dp-hero-trust{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:25px;color:#6b7078;font-size:12px;font-weight:750}
.dp-hero-trust span{white-space:nowrap}
.dp-hero-visual{position:relative;min-height:470px;display:flex;align-items:center;justify-content:center}
.dp-hero-glow{position:absolute;width:380px;height:380px;border-radius:50%;background:#ff7a0a;filter:blur(80px);opacity:.18}
.dp-hero-cover-card{
  position:relative;width:min(390px,88%);padding:12px;border-radius:34px;background:rgba(255,255,255,.76);
  border:1px solid rgba(255,255,255,.9);box-shadow:0 35px 90px rgba(44,33,25,.20),0 3px 0 rgba(255,255,255,.75) inset;
  transform:rotate(2.5deg);backdrop-filter:blur(12px);
}
.dp-hero-cover-card>img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:25px;box-shadow:0 20px 50px rgba(8,9,11,.22)}
.dp-hero-now{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;margin:11px 5px 1px;padding:5px 2px}
.dp-hero-now small{display:block;color:#8b8f96;font-size:9px;font-weight:900;letter-spacing:.14em}
.dp-hero-now strong{display:block;color:#16181b;font-size:13px;margin-top:2px}
.dp-hero-now>a{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;background:#ff6900;color:#fff;box-shadow:0 9px 20px rgba(255,105,0,.28);transition:.16s}
.dp-hero-now>a:hover{transform:scale(1.06);background:#ed6100}
.dp-hero-live-dot{width:10px;height:10px;border-radius:50%;background:#20c66a;box-shadow:0 0 0 5px rgba(32,198,106,.12)}
.dp-float-chip{position:absolute;z-index:4;display:flex;flex-direction:column;gap:3px;padding:12px 15px;border-radius:15px;background:rgba(255,255,255,.92);border:1px solid #fff;box-shadow:0 15px 38px rgba(31,34,40,.14);backdrop-filter:blur(12px)}
.dp-float-chip small{font-size:9px;letter-spacing:.12em;font-weight:900;color:#8c9098}.dp-float-chip strong{font-size:16px;color:#17191d}
.dp-float-bpm{left:0;top:70px;transform:rotate(-5deg)}.dp-float-energy{right:-4px;top:125px;transform:rotate(4deg)}.dp-float-key{left:14px;bottom:78px;transform:rotate(-2deg)}

/* Stats */
.dp-stats-section{padding:24px 0!important;background:#f5f6f8!important}
.dp-stats-grid{gap:12px!important}
.dp-stat-card{
  min-height:105px!important;padding:17px!important;border-radius:18px!important;background:#fff!important;
  border:1px solid #e7e9ed!important;box-shadow:0 10px 32px rgba(26,31,38,.06)!important;
}
.dp-stat-card span{margin-bottom:5px!important}.dp-stat-card strong{color:#16181c!important;font-size:27px!important}.dp-stat-card em{color:#e96000!important}.dp-stat-card small{color:#7b8089!important}
.dp-stats-clean-grid .dp-stat-online small{color:#777d86!important;border-left-color:#e2e4e8!important}

/* Search */
.dp-search-section{padding-top:26px!important}
.dp-search-shell{
  display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:32px;align-items:center;
  padding:30px 34px;border-radius:27px;background:#fff;border:1px solid #e6e8ec;box-shadow:var(--dp-shadow-light);
}
.dp-search-copy h2{font-size:31px;margin:5px 0 7px;letter-spacing:-1.2px}.dp-search-copy p{margin:0}
.dp-search-panel.dp-search-wide{grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important}
.dp-search-panel.dp-search-wide input[type="search"],.dp-search-panel input[type="search"]{
  min-height:58px!important;padding:15px 21px!important;border-radius:15px!important;background:#f7f8fa!important;
  color:#17191d!important;border:1px solid #dfe2e7!important;box-shadow:inset 0 1px 2px rgba(18,22,28,.03)!important;
}
.dp-search-panel.dp-search-wide input[type="search"]::placeholder{color:#8d929b!important}
.dp-search-panel.dp-search-wide input[type="search"]:focus{background:#fff!important;border-color:#ff8a37!important;box-shadow:0 0 0 4px rgba(255,105,0,.10)!important}
.dp-search-panel.dp-search-wide .dp-btn{min-height:58px!important;padding-inline:24px!important}

/* Sections, cards and genre tiles */
.dp-section{padding:44px 0!important}
.dp-section-head{align-items:flex-end!important;margin-bottom:21px!important}
.dp-section h1,.dp-section h2,.dp-card h2,.dp-card h3{color:#17191d!important;letter-spacing:-1.15px!important}
.dp-section h2{font-size:clamp(27px,3vw,37px)!important}
.dp-kicker{color:#e65f00!important}
.dp-muted{color:#747a84!important}
.dp-card,.dp-tile,.dp-account-card,.dp-library-card,.dp-premium-box>*{
  background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 14px 45px rgba(24,29,36,.07)!important;
}
.dp-card{border-radius:22px!important}.dp-card:hover,.dp-tile:hover{border-color:#ffd0ad!important}
.dp-genres{grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:12px!important}
.dp-genre{
  min-height:122px!important;padding:18px!important;border-radius:19px!important;color:#24272d!important;
  background:linear-gradient(145deg,#fff,#f7f8fa)!important;border:1px solid #e5e7eb!important;
  box-shadow:0 10px 30px rgba(24,29,36,.055)!important;
}
.dp-genre:before{right:-26px!important;top:-30px!important;width:105px!important;height:105px!important;background:linear-gradient(135deg,#ff6900,#ffad61)!important;opacity:.16!important}
.dp-genre:after{content:"→";position:absolute;right:15px;bottom:13px;color:#ff6900;font-size:18px;opacity:0;transform:translateX(-5px);transition:.18s}
.dp-genre:hover{transform:translateY(-5px)!important;border-color:#ffb47c!important;box-shadow:0 18px 38px rgba(255,105,0,.10)!important}.dp-genre:hover:after{opacity:1;transform:none}

/* Track tables */
.dp-table{color:#262a30!important}
.dp-table th{color:#858b94!important}
.dp-row{background:#fff!important;box-shadow:0 7px 24px rgba(25,30,37,.055)!important}
.dp-row:hover{background:#fffaf6!important;box-shadow:0 12px 30px rgba(45,35,28,.09)!important}
.dp-row td{border-top-color:#e7e9ed!important;border-bottom-color:#e7e9ed!important;color:#2b2f35!important}
.dp-row td:first-child{border-left-color:#e7e9ed!important}.dp-row td:last-child{border-right-color:#e7e9ed!important}
.dp-cover{background:#111!important;border-color:#eceef1!important;box-shadow:0 8px 22px rgba(20,23,28,.14)!important}
.dp-track-title,.dp-track-title a{color:#17191d!important}.dp-track-title a:hover{color:#ef6200!important}
.dp-row .dp-muted,.dp-extra-meta,.dp-added{color:#777d86!important}
.dp-title-stats>span,.dp-like-btn,.dp-tag,.dp-user-badge{
  background:#f5f6f8!important;border-color:#e1e4e8!important;color:#656b74!important;
}
.dp-tag{background:#fff0e5!important;border-color:#ffd2b3!important;color:#cf5705!important}
.dp-like-btn{color:#e85e00!important}.dp-like-btn:hover{background:#ffe7d5!important}
.dp-player-cell .dp-wave-player,.dp-table .dp-wave-player{background:#111318!important;border-color:#24272d!important;box-shadow:0 8px 22px rgba(14,16,20,.12)!important}
.dp-wave-title{color:#fff!important}.dp-wave span{background:#383c43!important}.dp-wave span.active{background:#ff720d!important}
.dp-download-cell .dp-btn{color:#fff!important}
.dp-added-by-name,.dp-added-by-link{color:#e95f00!important}
.dp-added-by-wrap .dp-brand-logo-row{background:#fff!important;border-color:#e2e5e9!important}
.dp-favorite-btn,.dp-fav-category-select{color:#34383f!important}

/* Promoted */
.dp-promoted-section{position:relative;padding-top:54px!important}
.dp-promoted-section:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(180deg,rgba(255,237,222,.55),transparent 85%);pointer-events:none}
.dp-promoted-section .dp-wrap{position:relative}
.dp-promoted-section .dp-table{border:0!important;box-shadow:none!important}
.dp-promoted-section .dp-kicker:before{content:"★";margin-right:6px}

/* Ranking and pagination */
.dp-rank-tabs a{background:#fff!important;border-color:#dfe2e7!important;color:#5f656e!important;box-shadow:0 6px 18px rgba(24,29,36,.04)!important}
.dp-rank-tabs a:hover,.dp-rank-tabs a.active{background:#17191d!important;color:#fff!important;border-color:#17191d!important;box-shadow:0 10px 24px rgba(20,23,28,.16)!important}
.dp-rank-badge{background:#17191d!important;border-color:#17191d!important}.dp-rank-badge.is-top10{background:linear-gradient(135deg,#ff6900,#ffb029)!important;border-color:#ffd18a!important}
.dp-pagination .page-numbers,.nav-links .page-numbers,.dp-numbered-pagination .page-numbers{background:#fff!important;color:#515761!important;border-color:#dfe2e7!important;box-shadow:0 5px 15px rgba(23,28,35,.04)!important}
.dp-pagination .page-numbers.current,.nav-links .page-numbers.current,.dp-numbered-pagination .page-numbers.current{background:#17191d!important;color:#fff!important;border-color:#17191d!important}

/* Smart Set homepage section */
.dp-set-smart{
  position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);gap:55px;align-items:center;
  padding:58px;border-radius:32px;color:#fff;background:
    radial-gradient(circle at 80% 0%,rgba(255,105,0,.42),transparent 34%),
    linear-gradient(135deg,#101216,#1b1e24)!important;box-shadow:0 30px 75px rgba(13,15,19,.22);
}
.dp-set-smart:after{content:"";position:absolute;right:-100px;bottom:-180px;width:420px;height:420px;border:1px solid rgba(255,255,255,.07);border-radius:50%;box-shadow:0 0 0 42px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.018)}
.dp-set-smart>div{position:relative;z-index:2}.dp-set-smart h2{color:#fff!important;font-size:clamp(31px,4vw,51px)!important;line-height:1.08!important;margin:10px 0 17px!important}.dp-set-smart p{color:#c7cbd1;font-size:17px;line-height:1.6;max-width:700px;margin-bottom:25px}
.dp-energy-flow{display:flex;flex-direction:column;gap:9px}
.dp-energy-flow span{display:flex;align-items:center;gap:13px;padding:12px 15px;border-radius:13px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);color:#d9dce1;font-weight:750;transform:translateX(calc(var(--flow,0) * 7px))}
.dp-energy-flow span:nth-child(2){margin-left:16px}.dp-energy-flow span:nth-child(3){margin-left:32px}.dp-energy-flow span:nth-child(4){margin-left:48px}.dp-energy-flow span:nth-child(5){margin-left:64px;background:linear-gradient(90deg,rgba(255,105,0,.24),rgba(255,105,0,.10));border-color:rgba(255,132,47,.35)}
.dp-energy-flow b{display:grid;place-items:center;width:29px;height:29px;border-radius:9px;background:#ff6900;color:#fff;font-size:12px}

/* Coins CTA */
.dp-coins-cta .dp-card{position:relative;overflow:hidden;padding:34px!important;background:linear-gradient(120deg,#fff,#fff7f1)!important;border-color:#ffd7ba!important}
.dp-coins-cta .dp-card:after{content:"C";position:absolute;right:25px;top:-32px;font-size:170px;font-weight:950;color:rgba(255,105,0,.07);line-height:1;pointer-events:none}
.dp-coins-cta .dp-card>*{position:relative;z-index:2}

/* Forms and account */
.dp-form label,.login-username,.login-password,.dp-contact-form label{color:#34383f!important}
.dp-form input,.dp-form select,.dp-form textarea,#user_login,#user_pass,.dp-contact-form input,.dp-contact-form textarea{
  background:#f8f9fa!important;color:#17191d!important;border-color:#dfe2e7!important;box-shadow:none!important;
}
.dp-form input:focus,.dp-form select:focus,.dp-form textarea:focus,#user_login:focus,#user_pass:focus,.dp-contact-form input:focus,.dp-contact-form textarea:focus{background:#fff!important;border-color:#ff8a37!important;box-shadow:0 0 0 4px rgba(255,105,0,.10)!important}
.login-remember label{color:#626872!important}
.dp-alert,.dp-account-alert,.dp-notice{color:#3b3f46!important;background:#fff4eb!important;border-color:#ffc89f!important}
.dp-notice.success,.dp-alert-ok{background:#ecfbf3!important;border-color:#9de0bd!important;color:#176a40!important}
.dp-notice.error{background:#fff0f0!important;border-color:#efb2b2!important;color:#9e2d2d!important}
.dp-account-card p{color:#4f555e!important}
.dp-account-card strong,.dp-library-card strong{color:#17191d!important}
.dp-brand-logo-account,.dp-public-profile-logo-current .dp-brand-logo-account,.dp-user-profile-logo,.dp-user-profile-tracks-logo{background:#f7f8fa!important;border-color:#e1e4e8!important}
.dp-set-prep-card{background:#fff!important;border-color:#ffd2b2!important}
.dp-set-prep-form label,.dp-set-name-row label,.dp-set-prep-actions label{color:#3f444c!important}
.dp-set-prep-form select,.dp-set-name-row input{background:#f8f9fa!important;color:#17191d!important;border-color:#dfe2e7!important}
.dp-set-prep-actions{background:#f7f8fa!important;border-color:#e2e5e9!important}
.dp-set-prep-item{background:#fff!important;border-color:#e2e5e9!important;box-shadow:0 7px 20px rgba(25,30,37,.045)!important}.dp-set-prep-item:hover{background:#fff8f3!important;border-color:#ffbd8f!important}.dp-set-info strong{color:#17191d!important}.dp-set-info>span{color:#737983!important}
.dp-set-score-card{background:#fff8f2!important;border-color:#ffc99f!important;box-shadow:0 10px 28px rgba(30,34,40,.06)!important}.dp-set-score-card h4,.dp-set-score-grid strong{color:#17191d!important}.dp-set-score-grid div{background:#fff!important;border-color:#e3e5e9!important}.dp-set-score-grid span{color:#777d86!important}

/* Footer and persistent player deliberately remain dark */
.dp-footer{margin-top:60px!important;padding:52px 0!important;background:#111318!important;border-top:0!important;color:#aeb3bb!important}
.dp-footer strong{color:#fff!important}.dp-footer a{color:#d7dbe0!important}.dp-footer a:hover{color:#ff8a2b!important}.dp-terms-links-footer a{background:rgba(255,255,255,.05)!important;border-color:rgba(255,255,255,.10)!important}
.dp-global-player{background:rgba(14,16,20,.94)!important;border-color:rgba(255,105,0,.38)!important;box-shadow:0 -18px 60px rgba(16,18,22,.28)!important;color:#fff!important}
.dp-global-title{color:#fff!important}.dp-global-meta{color:#ff9a3d!important}.dp-global-wave{background:rgba(255,255,255,.055)!important}.dp-global-time{color:#d8dbe0!important}

/* Single track */
.single-djport_track .dp-hero-grid{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr)!important}
.single-djport_track .dp-title{color:#fff!important;text-shadow:none!important}
.dp-single-cover{border-color:#fff!important;box-shadow:0 22px 55px rgba(20,23,28,.16)!important}

/* Responsive */
@media(max-width:1050px){
  .dp-hero-grid{grid-template-columns:minmax(0,1fr) minmax(330px,.78fr)!important;gap:35px!important}
  .dp-hero .dp-title{font-size:clamp(49px,7vw,72px)!important}
  .dp-genres{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .dp-search-shell{grid-template-columns:1fr!important;gap:20px!important}
}
@media(max-width:900px){
  .dp-wrap{width:min(100% - 24px,1280px)!important;padding-left:0!important;padding-right:0!important}
  .dp-nav{flex-wrap:wrap!important;padding:10px 0 9px!important;gap:8px!important}
  .dp-logo{min-height:42px!important;padding:6px 12px!important}
  .dp-menu{display:flex!important;order:2;width:100%;overflow-x:auto;flex-wrap:nowrap!important;padding:3px 0 2px!important;scrollbar-width:none}
  .dp-menu::-webkit-scrollbar{display:none}.dp-menu a{white-space:nowrap!important;padding:8px 11px!important;font-size:12px!important}
  .dp-hero.dp-hero-light{padding:50px 0 42px!important}
  .dp-hero-grid{grid-template-columns:1fr!important;gap:35px!important}
  .dp-hero .dp-title{font-size:clamp(45px,12vw,70px)!important;letter-spacing:-3.5px!important}
  .dp-hero-visual{min-height:390px}.dp-hero-cover-card{width:min(350px,80%)}
  .dp-float-bpm{left:3%}.dp-float-energy{right:1%}.dp-float-key{left:5%}
  .dp-stats-grid{grid-template-columns:repeat(2,1fr)!important}
  .dp-search-shell{padding:23px!important;border-radius:22px!important}
  .dp-section-head{align-items:flex-start!important;flex-direction:column!important}
  .dp-genres{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .dp-row{background:#fff!important;border-color:#e3e5e9!important;box-shadow:0 10px 30px rgba(24,29,36,.07)!important}
  .dp-row td{color:#292d33!important}.dp-row td:before{color:#8a9099!important}
  .dp-set-smart{grid-template-columns:1fr!important;padding:34px 26px!important;gap:30px!important}
  .dp-energy-flow span:nth-child(n){margin-left:0!important}.dp-energy-flow span:nth-child(2){margin-left:10px!important}.dp-energy-flow span:nth-child(3){margin-left:20px!important}.dp-energy-flow span:nth-child(4){margin-left:30px!important}.dp-energy-flow span:nth-child(5){margin-left:40px!important}
}
@media(max-width:560px){
  .dp-hero .dp-title{font-size:43px!important;letter-spacing:-2.6px!important}.dp-hero .dp-lead{font-size:16px!important}
  .dp-hero-trust{display:grid;gap:8px}.dp-hero-visual{min-height:330px}.dp-hero-cover-card{width:78%;border-radius:25px}.dp-hero-cover-card>img{border-radius:19px}
  .dp-float-chip{padding:9px 11px}.dp-float-chip strong{font-size:13px}.dp-float-energy{top:92px}.dp-float-key{bottom:52px}
  .dp-search-panel.dp-search-wide{grid-template-columns:1fr!important}.dp-search-panel.dp-search-wide .dp-btn{width:100%!important}
  .dp-genres{gap:9px!important}.dp-genre{min-height:88px!important;padding:13px!important;font-size:14px!important}
  .dp-set-smart{padding:28px 20px!important;border-radius:24px!important}.dp-set-smart h2{font-size:30px!important}.dp-set-smart p{font-size:15px!important}
}

/* DJPort v21.12 – czytelne akcje seta i kompaktowe akcje dolnego playera */
.dp-set-item-actions .dp-set-action{
  background:#fff!important;border-color:#d7dbe0!important;color:#30353c!important;
  box-shadow:0 3px 10px rgba(23,28,35,.06)!important;
}
.dp-set-item-actions .dp-set-accept{background:#eaf8f0!important;border-color:#9bd7b7!important;color:#12633b!important}
.dp-set-item-actions .dp-set-swap{background:#fff1e6!important;border-color:#ffc08f!important;color:#a94300!important}
.dp-set-item-actions .dp-set-remove{background:#fff0f0!important;border-color:#edb3b3!important;color:#9d2b2b!important}
.dp-set-item-actions .dp-set-accept:hover{background:#1d8b55!important;border-color:#1d8b55!important;color:#fff!important}
.dp-set-item-actions .dp-set-swap:hover{background:#ff6900!important;border-color:#ff6900!important;color:#fff!important}
.dp-set-item-actions .dp-set-remove:hover{background:#cf3f3f!important;border-color:#cf3f3f!important;color:#fff!important}

.dp-global-inner{grid-template-columns:58px 48px minmax(0,1fr) 90px 196px!important}
.dp-global-actions{grid-column:5;display:flex;align-items:center;justify-content:flex-end;gap:7px;min-width:0}
.dp-global-actions .dp-inline-form{width:auto!important;display:block!important}
.dp-global-action{
  width:auto!important;min-width:92px!important;height:38px!important;padding:0 10px!important;margin:0!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;
  border:1px solid rgba(255,255,255,.16)!important;border-radius:9px!important;background:rgba(255,255,255,.07)!important;
  color:#f2f3f5!important;font-size:11px!important;font-weight:850!important;line-height:1!important;text-decoration:none!important;
  box-shadow:none!important;white-space:nowrap!important;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease!important;
}
.dp-global-action .dp-btn-ico{width:auto!important;height:auto!important;background:transparent!important;color:#ff8429!important;font-size:16px!important}
.dp-global-action:hover,.dp-global-action.is-active{background:#ff6900!important;border-color:#ff8530!important;color:#fff!important;transform:none!important}
.dp-global-action:hover .dp-btn-ico,.dp-global-action.is-active .dp-btn-ico{background:transparent!important;color:#fff!important}
.dp-global-action.is-disabled,.dp-global-action:disabled{opacity:.45!important;cursor:not-allowed!important;pointer-events:none!important}
@media(max-width:1100px) and (min-width:761px){
  .dp-global-inner{grid-template-columns:52px 44px minmax(0,1fr) 76px 88px!important;gap:10px!important}
  .dp-global-actions{gap:6px}.dp-global-action{min-width:40px!important;width:40px!important;padding:0!important}
  .dp-global-action-label{display:none!important}.dp-global-time{width:76px!important;min-width:76px!important}
}
@media(max-width:760px){
  .dp-global-inner{grid-template-columns:48px 42px minmax(0,1fr) 84px!important;grid-template-rows:auto auto auto!important}
  .dp-global-actions{grid-column:4!important;grid-row:1!important;gap:5px!important}
  .dp-global-action{min-width:38px!important;width:38px!important;height:38px!important;padding:0!important}
  .dp-global-action-label{display:none!important}
  .dp-global-main{grid-column:1/-1!important;grid-row:2!important}
  .dp-global-time{grid-column:1/-1!important;grid-row:3!important}
}

/* DJPort v21.11 – STUDIO: widoczne metadane i pełne playery */
.dp-studio-clean .dp-audio-meta,
.dp-set-prep-card .dp-audio-meta{
  display:flex!important;flex-wrap:wrap!important;gap:5px!important;margin:7px 0 0!important;
}
.dp-studio-clean .dp-audio-meta span,
.dp-set-prep-card .dp-audio-meta span{
  display:inline-flex!important;align-items:center!important;min-height:25px!important;padding:5px 8px!important;
  border-radius:7px!important;background:#fff0e5!important;border:1px solid #ffc99f!important;
  color:#282c32!important;font-size:11px!important;font-weight:850!important;line-height:1.15!important;
  white-space:nowrap!important;box-shadow:none!important;
}
.dp-set-info>span{color:#3f454d!important;font-weight:850!important}
.dp-studio-clean .dp-wave-meta,
.dp-set-prep-card .dp-wave-meta{
  display:block!important;color:#b94b00!important;font-size:10px!important;font-weight:900!important;
  line-height:1.25!important;margin:2px 0 4px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
}
.dp-studio-clean .dp-wave-player,
.dp-set-prep-card .dp-wave-player{
  display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;align-items:center!important;
  width:100%!important;min-width:0!important;visibility:visible!important;opacity:1!important;
}
.dp-studio-clean .dp-wave-player .dp-wave-wrap,
.dp-set-prep-card .dp-wave-player .dp-wave-wrap{display:block!important;min-width:0!important}
.dp-studio-clean .dp-wave-player .dp-play,
.dp-set-prep-card .dp-wave-player .dp-play{display:inline-flex!important;align-items:center!important;justify-content:center!important}
.dp-studio-clean .dp-wave-player .dp-wave,
.dp-set-prep-card .dp-wave-player .dp-wave{display:flex!important;min-height:30px!important}
.dp-favorites-table .dp-player-cell,.dp-favorites-table .dp-track-player-wrap{display:table-cell;visibility:visible!important;opacity:1!important}
.dp-favorites-table .dp-track-player-wrap{display:block!important;width:100%!important}
@media(max-width:900px){
  .dp-favorites-table .dp-player-cell{display:block!important;grid-column:1/-1!important;width:100%!important}
  .dp-set-prep-item .dp-set-play{display:block!important;grid-column:1/-1!important;width:100%!important}
}

/* =========================================================
   DJPort v21.10 – Beatport-inspired refinement
   Mocniejszy top, poziomy wordmark i jasne playery katalogowe.
   ========================================================= */
.dp-topbar{
  background:rgba(13,15,18,.96)!important;border-bottom:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 10px 35px rgba(7,9,12,.24)!important;
}
.dp-nav{min-height:72px!important}
.dp-logo-shell{min-width:185px!important}
.dp-brand-wordmark{display:inline-flex;align-items:center;gap:0;color:#fff!important;font-size:25px;line-height:1;font-weight:950;letter-spacing:-1.3px;text-decoration:none!important}
.dp-brand-wordmark b{font:inherit;color:#fff}.dp-brand-wordmark strong{font:inherit;color:#ff6a00}
.dp-brand-disc{position:relative;width:36px;height:36px;margin-right:9px;border:3px solid #ff6a00;border-radius:50%;display:grid;place-items:center;box-shadow:inset 0 0 0 3px rgba(255,106,0,.13)}
.dp-brand-disc:before,.dp-brand-disc:after{content:"";position:absolute;border:2px solid #ff8e2f;border-right-color:transparent;border-bottom-color:transparent;border-radius:50%;transform:rotate(-35deg)}
.dp-brand-disc:before{inset:4px}.dp-brand-disc:after{inset:9px}.dp-brand-disc i{display:block;width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:16px 0 0 -1px #ff6a00}
.dp-menu a{color:#c5c9cf!important;background:transparent!important}
.dp-menu a:hover{color:#fff!important;background:rgba(255,255,255,.07)!important}
.dp-menu a:nth-child(2){background:#ff6900!important;color:#fff!important}

/* Compact catalogue hero */
.dp-hero.dp-hero-light{
  min-height:520px!important;padding:64px 0 70px!important;
  background:
    radial-gradient(circle at 76% 32%,rgba(255,105,0,.30),transparent 24%),
    radial-gradient(circle at 20% 0%,rgba(255,105,0,.13),transparent 34%),
    linear-gradient(125deg,#111318 0%,#171a20 58%,#0e1014 100%)!important;
  border-bottom:0!important;
}
.dp-hero.dp-hero-light:before{width:600px;height:600px;right:-210px;top:-280px;opacity:.45!important}
.dp-hero.dp-hero-light:after{opacity:.14!important;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px)!important;background-size:42px 42px!important;mask-image:linear-gradient(to right,transparent,#000)!important}
.dp-hero-grid{grid-template-columns:minmax(0,1.18fr) minmax(340px,.72fr)!important;gap:64px!important}
.dp-hero .dp-title{font-size:clamp(49px,5.3vw,75px)!important;line-height:1.01!important;letter-spacing:-4.4px!important;color:#fff!important}
.dp-hero .dp-title span{color:#ff720e!important}.dp-hero .dp-lead{max-width:720px!important;color:#b8bdc5!important;font-size:18px!important}
.dp-hero .dp-kicker{color:#ff8f32!important}.dp-hero-trust{color:#aeb4bd!important}
.dp-hero-clean-actions .dp-btn.ghost{background:rgba(255,255,255,.055)!important;border-color:rgba(255,255,255,.18)!important;color:#fff!important;box-shadow:none!important}
.dp-hero-clean-actions .dp-btn.ghost:hover{background:rgba(255,255,255,.11)!important;border-color:rgba(255,255,255,.30)!important}
.dp-hero-visual{min-height:365px!important}
.dp-hero-cover-card{width:min(330px,88%)!important;padding:9px!important;border-radius:22px!important;background:#1a1d22!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:0 28px 80px rgba(0,0,0,.48)!important;transform:none!important}
.dp-hero-cover-card>img{border-radius:15px!important;box-shadow:none!important}
.dp-hero-now small{color:#858b95!important}.dp-hero-now strong{color:#fff!important}.dp-hero-live-dot{background:#ff6a00!important;box-shadow:0 0 0 5px rgba(255,106,0,.14)!important}
.dp-float-chip{background:rgba(24,27,32,.94)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 15px 38px rgba(0,0,0,.34)!important}
.dp-float-chip small{color:#8f96a0!important}.dp-float-chip strong{color:#fff!important}
.dp-float-bpm{left:-8px!important;top:45px!important}.dp-float-energy{right:-13px!important;top:105px!important}.dp-float-key{left:3px!important;bottom:53px!important}

/* Stats and search lock into the hero like a music marketplace */
.dp-stats-section{position:relative!important;z-index:5!important;margin-top:-30px!important;padding:0 0 22px!important;background:transparent!important}
.dp-stat-card{border-color:#dedfe3!important;box-shadow:0 15px 38px rgba(18,21,26,.10)!important}
.dp-search-section{padding-top:18px!important}
.dp-search-shell{border-radius:18px!important;padding:24px 28px!important;box-shadow:0 12px 38px rgba(22,27,34,.07)!important}
.dp-search-copy h2{font-size:27px!important}

/* Bright inline players – no black blocks inside light lists */
.dp-wave-player,.dp-player-cell .dp-wave-player,.dp-table .dp-wave-player,.dp-set-play .dp-wave-player{
  background:linear-gradient(180deg,#f9fafb,#f1f3f5)!important;border:1px solid #dfe2e6!important;
  box-shadow:inset 0 1px 0 #fff,0 5px 15px rgba(23,28,35,.055)!important;
}
.dp-wave-player .dp-play,.dp-table .dp-wave-player .dp-play{
  background:#ff6900!important;color:#fff!important;border:0!important;box-shadow:0 6px 16px rgba(255,105,0,.24)!important;
}
.dp-wave-player.is-playing .dp-play,.dp-wave-player.is-global-current .dp-play{background:#17191d!important;color:#fff!important}
.dp-wave-title{color:#24282e!important}.dp-wave-meta{color:#da5c06!important}
.dp-wave span,.dp-wave-player .dp-wave span{background:#cdd1d6!important}.dp-wave span.active,.dp-wave-player .dp-wave span.active{background:#ff6900!important}
.dp-time{color:#777d86!important}

/* Denser, marketplace-like catalogue */
.dp-section{padding:36px 0!important}.dp-section-head{margin-bottom:16px!important}
@media(min-width:901px){
  .dp-table{border-spacing:0 6px!important}
  .dp-row td{padding:8px 9px!important}.dp-cover{width:56px!important;height:56px!important;border-radius:8px!important}
  .dp-row td:first-child{border-radius:10px 0 0 10px!important}.dp-row td:last-child{border-radius:0 10px 10px 0!important}
  .dp-row{border-radius:10px!important}.dp-wave-player{border-radius:10px!important}
}
.dp-genre{min-height:105px!important;border-radius:12px!important}.dp-card{border-radius:16px!important}
.dp-rank-tabs a{border-radius:8px!important}.dp-pagination .page-numbers,.nav-links .page-numbers,.dp-numbered-pagination .page-numbers{border-radius:7px!important}

@media(max-width:900px){
  .dp-topbar{background:#0f1115!important}.dp-nav{padding-top:9px!important}
  .dp-menu{border-top:1px solid rgba(255,255,255,.08);padding-top:8px!important}.dp-menu a{color:#c6cad0!important}
  .dp-hero.dp-hero-light{padding:48px 0 54px!important}.dp-hero-grid{grid-template-columns:1fr!important}
  .dp-hero-visual{min-height:350px!important}.dp-stats-section{margin-top:-18px!important}
}
@media(max-width:560px){
  .dp-brand-wordmark{font-size:22px}.dp-brand-disc{width:31px;height:31px;margin-right:7px}.dp-logo-shell{min-width:155px!important}
  .dp-hero.dp-hero-light{min-height:0!important}.dp-hero .dp-title{font-size:42px!important;letter-spacing:-2.7px!important}
  .dp-hero-visual{min-height:310px!important}.dp-hero-cover-card{width:74%!important}.dp-float-energy{right:0!important}
}

/* =========================================================
   DJPort v21.13 – spójna paleta, rankingi i instalacja PWA
   ========================================================= */
:root{
  --dp-orange:#ff6900;
  --dp-orange-dark:#d95200;
  --dp-ink:#17191d;
  --dp-ink-soft:#2a2e34;
  --dp-blue:#2563eb;
  --dp-surface:#ffffff;
  --dp-line:#e2e5e9;
}

/* LIKE / PLAY / DL – czarne napisy i osobne, czytelne znaczenie kolorów */
.dp-title-stats .dp-like-btn,
.dp-title-stats .dp-stat-play,
.dp-title-stats .dp-stat-download{
  min-height:27px!important;padding:5px 9px!important;border-radius:8px!important;
  color:#111318!important;font-size:10px!important;font-weight:900!important;line-height:1!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72)!important;text-decoration:none!important;
}
.dp-title-stats .dp-like-btn{background:#ffe9dc!important;border-color:#ffc39f!important}
.dp-title-stats .dp-stat-play{background:#fff4dc!important;border-color:#ffd493!important}
.dp-title-stats .dp-stat-download{background:#edf0f3!important;border-color:#d3d8de!important}
.dp-title-stats .dp-like-btn b,
.dp-title-stats .dp-stat-play b,
.dp-title-stats .dp-stat-download b{color:#111318!important;font-weight:950!important;letter-spacing:.035em!important}
.dp-title-stats .dp-like-btn:hover,.dp-title-stats .dp-like-btn.liked{background:#ff6900!important;border-color:#ff6900!important;color:#111318!important}
.dp-title-stats .dp-stat-play:hover{background:#ffdfab!important;border-color:#ffc261!important}
.dp-title-stats .dp-stat-download:hover{background:#dfe3e8!important;border-color:#c4cad2!important}

/* Pobieranie: niebieski oznacza wyłącznie utwór już pobrany */
.dp-download-cell .dp-download-btn:not(.dp-downloaded){
  background:#17191d!important;border:1px solid #ff6900!important;color:#fff!important;
  box-shadow:0 8px 20px rgba(20,23,28,.16)!important;
}
.dp-download-cell .dp-download-btn:not(.dp-downloaded):hover{background:#ff6900!important;border-color:#ff6900!important;color:#111318!important}
.dp-download-cell .dp-download-btn.dp-downloaded{background:#2563eb!important;border-color:#2563eb!important;color:#fff!important;box-shadow:0 8px 20px rgba(37,99,235,.20)!important}
.dp-download-cell .dp-download-btn.dp-downloaded:hover{background:#1d4ed8!important;border-color:#1d4ed8!important;color:#fff!important}

/* Ranking – wyraźna nakładka na okładce, podium ma własne wykończenie */
.dp-rank-cover{position:relative!important;isolation:isolate}
.dp-rank-badge{
  left:1px!important;top:1px!important;min-width:43px!important;height:39px!important;padding:4px 7px!important;
  display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:0!important;
  border-radius:9px 4px 10px 4px!important;background:linear-gradient(145deg,#24272c,#0e1013)!important;
  border:1px solid rgba(255,255,255,.34)!important;color:#fff!important;box-shadow:0 6px 17px rgba(0,0,0,.35)!important;
  transform:none!important;line-height:1!important;
}
.dp-rank-badge small{display:block;color:#ff8a2b;font-size:7px;font-weight:950;letter-spacing:.16em;line-height:1;margin-bottom:2px}
.dp-rank-badge strong{color:inherit;font-size:13px;font-weight:950;line-height:1}
.dp-rank-badge.is-top10{background:linear-gradient(145deg,#ff8a24,#eb5800)!important;border-color:#ffb16f!important;color:#15110e!important;box-shadow:0 7px 20px rgba(255,105,0,.32)!important}
.dp-rank-badge.is-top10 small{color:#41200d!important}
.dp-rank-badge.rank-1{background:linear-gradient(145deg,#ffe27b,#f3a600)!important;border-color:#fff0ad!important;box-shadow:0 7px 22px rgba(236,166,0,.40)!important}
.dp-rank-badge.rank-2{background:linear-gradient(145deg,#f8fafc,#aeb7c2)!important;border-color:#fff!important;box-shadow:0 7px 20px rgba(92,104,119,.28)!important}
.dp-rank-badge.rank-3{background:linear-gradient(145deg,#ffc07e,#b95d24)!important;border-color:#ffd0a4!important;box-shadow:0 7px 20px rgba(172,83,31,.30)!important}
.dp-rank-badge.rank-1 small,.dp-rank-badge.rank-2 small,.dp-rank-badge.rank-3 small{color:#3b2a19!important}

/* Dolna zachęta do instalacji aplikacji */
.dp-pwa-install{
  display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:15px;
  margin:0 0 30px;padding:15px 17px;border-radius:15px;
  background:linear-gradient(115deg,#1a1d22,#101216 72%);border:1px solid rgba(255,105,0,.42);
  box-shadow:0 16px 38px rgba(0,0,0,.24);color:#fff;
}
.dp-pwa-icon{width:54px;height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:13px;background:#ff6900;color:#111318;box-shadow:0 8px 20px rgba(255,105,0,.25);line-height:.9}
.dp-pwa-icon span{font-size:12px;font-weight:950}.dp-pwa-icon b{font-size:14px;font-weight:950;color:#111318!important}
.dp-pwa-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.dp-pwa-copy strong{font-size:16px!important;color:#fff!important}.dp-pwa-copy span{color:#aeb4bd;font-size:12px;line-height:1.4}
.dp-pwa-install-button{min-height:42px;padding:0 15px;border:1px solid #ff8b37;border-radius:10px;background:#ff6900;color:#111318;font-size:12px;font-weight:950;white-space:nowrap;cursor:pointer;box-shadow:0 8px 20px rgba(255,105,0,.20)}
.dp-pwa-install-button:hover{background:#ff8b37}.dp-pwa-install-button:disabled{background:#27372f;border-color:#3f7a58;color:#bfe7cd;cursor:default;box-shadow:none}
.dp-pwa-install.show-help{border-color:#ff8b37}.dp-pwa-install.is-installed{border-color:rgba(67,177,108,.38)}

@media(max-width:760px){
  .dp-title-stats{gap:5px!important}.dp-title-stats .dp-like-btn,.dp-title-stats .dp-stat-play,.dp-title-stats .dp-stat-download{min-height:29px!important;padding:6px 8px!important;font-size:10px!important}
  .dp-rank-badge{left:0!important;top:0!important;min-width:39px!important;height:36px!important;padding:3px 6px!important}.dp-rank-badge strong{font-size:12px}
  .dp-pwa-install{grid-template-columns:46px minmax(0,1fr);gap:11px;margin-bottom:26px;padding:13px;border-radius:13px}
  .dp-pwa-icon{width:46px;height:46px;border-radius:11px}.dp-pwa-copy strong{font-size:14px!important}.dp-pwa-copy span{font-size:11px}
  .dp-pwa-install-button{grid-column:1/-1;width:100%;min-height:44px;font-size:13px}
}

/* DJPort v21.14 – instalator PWA: Windows, Android i instrukcja iPhone */
.dp-pwa-platforms{display:block;margin-top:2px;color:#ff8b37;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.dp-pwa-install.is-ready .dp-pwa-install-button{animation:dp-pwa-ready 1.8s ease-in-out infinite}
.dp-pwa-install.has-pwa-error{border-color:rgba(239,68,68,.55)}
@keyframes dp-pwa-ready{0%,100%{box-shadow:0 8px 20px rgba(255,105,0,.20)}50%{box-shadow:0 8px 28px rgba(255,105,0,.48)}}
body.dp-pwa-guide-open{overflow:hidden!important}
.dp-pwa-guide{position:fixed;inset:0;z-index:100500;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(5,7,10,.78);backdrop-filter:blur(8px)}
.dp-pwa-guide-panel{position:relative;width:min(100%,480px);padding:27px;border-radius:20px;background:#fff;border:1px solid #e2e5e9;box-shadow:0 28px 90px rgba(0,0,0,.38);color:#17191d}
.dp-pwa-guide-panel:before{content:"DJPORT PWA";display:inline-flex;margin-bottom:10px;padding:5px 8px;border-radius:6px;background:#fff0e5;color:#c54f00;font-size:9px;font-weight:950;letter-spacing:.13em}
.dp-pwa-guide-panel h3{margin:0 38px 8px 0;color:#17191d!important;font-size:24px;line-height:1.15}
.dp-pwa-guide-panel p{margin:0 0 15px;color:#5f6670;font-size:13px;line-height:1.5}
.dp-pwa-guide-panel ol{margin:0 0 20px;padding:0;list-style:none;counter-reset:dp-pwa-step;display:grid;gap:9px}
.dp-pwa-guide-panel li{counter-increment:dp-pwa-step;position:relative;min-height:38px;padding:10px 11px 10px 48px;border-radius:10px;background:#f6f7f9;border:1px solid #e3e6ea;color:#282d34;font-size:13px;font-weight:750;line-height:1.35}
.dp-pwa-guide-panel li:before{content:counter(dp-pwa-step);position:absolute;left:10px;top:50%;width:27px;height:27px;transform:translateY(-50%);display:grid;place-items:center;border-radius:8px;background:#17191d;color:#fff;font-size:11px;font-weight:950}
.dp-pwa-guide-close{position:absolute;right:13px;top:13px;width:35px;height:35px;display:grid;place-items:center;border:1px solid #dde1e6;border-radius:9px;background:#f5f6f8;color:#17191d;font-size:23px;line-height:1;cursor:pointer}
.dp-pwa-guide-ok{width:100%;min-height:44px;border:1px solid #ff6900;border-radius:10px;background:#ff6900;color:#17191d;font-size:13px;font-weight:950;cursor:pointer}
.dp-pwa-guide-close:hover{background:#e9ebee}.dp-pwa-guide-ok:hover{background:#ff8530}
@media(max-width:560px){
  .dp-pwa-guide{align-items:flex-end;padding:10px}.dp-pwa-guide-panel{padding:22px 17px 17px;border-radius:20px 20px 13px 13px}.dp-pwa-guide-panel h3{font-size:20px}.dp-pwa-guide-panel li{font-size:12px}
}

/* =========================================================
   DJPort v21.15 – fotograficzny home w stylu premium DJ pool
   ========================================================= */
.dp-hero.dp-hero-photo{position:relative;isolation:isolate;overflow:hidden;background:#0b0d10!important}
.dp-hero-photo-bg{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block;pointer-events:none}
.dp-hero.dp-hero-photo:before{content:""!important;position:absolute!important;z-index:1!important;inset:0!important;width:auto!important;height:auto!important;border:0!important;border-radius:0!important;background:linear-gradient(90deg,rgba(7,9,12,.98) 0%,rgba(7,9,12,.90) 34%,rgba(7,9,12,.46) 62%,rgba(7,9,12,.16) 100%)!important;opacity:1!important;pointer-events:none}
.dp-hero.dp-hero-photo:after{content:""!important;position:absolute!important;z-index:1!important;inset:0!important;background:linear-gradient(180deg,rgba(255,105,0,.06),transparent 34%,rgba(5,7,10,.38))!important;opacity:1!important;mask-image:none!important;pointer-events:none}
.dp-hero-photo .dp-hero-grid{position:relative;z-index:2}
.dp-hero-photo .dp-hero-copy{padding:22px 0;text-shadow:0 2px 24px rgba(0,0,0,.46)}
.dp-hero-photo .dp-title{font-size:clamp(52px,5.8vw,83px)!important;max-width:760px;color:#fff!important;text-transform:none}
.dp-hero-photo .dp-lead{max-width:650px!important;color:#d3d7dc!important;text-align:left!important;line-height:1.65!important}
.dp-hero-photo .dp-hero-trust{color:#d4d7dc!important}
.dp-hero-spotlight{position:relative;width:min(100%,390px);margin-left:auto;padding:23px;border-radius:18px;background:linear-gradient(145deg,rgba(23,26,31,.91),rgba(10,12,15,.78));border:1px solid rgba(255,255,255,.16);box-shadow:0 24px 70px rgba(0,0,0,.48);backdrop-filter:blur(14px);overflow:hidden}
.dp-hero-spotlight:before{content:"";position:absolute;right:-50px;top:-60px;width:170px;height:170px;border-radius:50%;background:rgba(255,105,0,.20);filter:blur(25px);pointer-events:none}
.dp-hero-spotlight>*{position:relative;z-index:1}.dp-hero-spotlight-label{display:inline-flex;margin-bottom:16px;padding:6px 8px;border-radius:6px;background:#ff6900;color:#111318;font-size:9px;font-weight:950;letter-spacing:.15em}
.dp-hero-spotlight>strong{display:block;color:#fff;font-size:25px;line-height:1.13;letter-spacing:-.8px}
.dp-hero-mini-wave{height:62px;display:flex;align-items:center;gap:5px;margin:18px 0 15px;padding:0 5px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.dp-hero-mini-wave i{flex:1;height:24%;border-radius:999px;background:#ff6900;box-shadow:0 0 10px rgba(255,105,0,.22)}
.dp-hero-mini-wave i:nth-child(2),.dp-hero-mini-wave i:nth-child(7),.dp-hero-mini-wave i:nth-child(11){height:68%}.dp-hero-mini-wave i:nth-child(3),.dp-hero-mini-wave i:nth-child(8){height:42%}.dp-hero-mini-wave i:nth-child(4),.dp-hero-mini-wave i:nth-child(9){height:86%}.dp-hero-mini-wave i:nth-child(5),.dp-hero-mini-wave i:nth-child(12){height:54%}
.dp-hero-spotlight .dp-hero-now{position:static!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;transform:none!important}
.dp-hero-spotlight .dp-hero-now a{background:#ff6900!important;color:#111318!important}

.dp-editorial-section{position:relative;margin:18px 0 28px;padding:64px 0!important;background:linear-gradient(135deg,#0d0f12,#171a1f)!important;overflow:hidden}
.dp-editorial-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 16% 20%,rgba(255,105,0,.12),transparent 27%),linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:auto,40px 40px,40px 40px;pointer-events:none}
.dp-editorial-section .dp-wrap{position:relative;z-index:1}.dp-editorial-section h2{color:#fff!important;font-size:clamp(31px,4vw,45px)!important}.dp-editorial-section .dp-muted{color:#9da3ac!important}.dp-editorial-section .dp-kicker{color:#ff8429!important}
.dp-editorial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.dp-editorial-card{position:relative;isolation:isolate;display:block;min-height:410px;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.13);box-shadow:0 18px 50px rgba(0,0,0,.30);color:#fff!important;text-decoration:none!important;background:#0d0f12}
.dp-editorial-card>img{position:absolute;z-index:-3;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s ease,filter .35s ease;filter:saturate(.78) contrast(1.06)}
.dp-editorial-shade{position:absolute;z-index:-2;inset:0;background:linear-gradient(180deg,rgba(5,7,10,.12),rgba(5,7,10,.34) 38%,rgba(5,7,10,.94) 100%)}
.dp-editorial-mark{position:absolute;left:22px;top:20px;width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#ff6900;color:#111318;font-size:13px;box-shadow:0 0 0 6px rgba(255,105,0,.12)}
.dp-editorial-content{position:absolute;left:27px;right:27px;bottom:26px;display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.dp-editorial-content small{color:#ff8b37;font-size:9px;font-weight:950;letter-spacing:.16em}.dp-editorial-content>strong{display:block;color:#fff!important;font-size:clamp(27px,3vw,38px);line-height:1.06;letter-spacing:-1.3px}.dp-editorial-content>strong b{color:#ff6900;font:inherit}.dp-editorial-content em{max-width:500px;color:#d2d5da;font-size:15px;font-style:normal;line-height:1.48}
.dp-editorial-card:hover{border-color:rgba(255,126,38,.72);box-shadow:0 25px 65px rgba(0,0,0,.42)}.dp-editorial-card:hover>img{transform:scale(1.045);filter:saturate(1) contrast(1.08)}

@media(max-width:900px){
  .dp-hero.dp-hero-photo:before{background:linear-gradient(180deg,rgba(7,9,12,.94) 0%,rgba(7,9,12,.82) 55%,rgba(7,9,12,.94) 100%)!important}
  .dp-hero-photo-bg{object-position:68% center}.dp-hero-photo .dp-hero-copy{padding-top:5px}.dp-hero-photo .dp-hero-visual{min-height:280px!important;justify-content:flex-end!important}
  .dp-hero-spotlight{width:min(100%,420px);margin:0 auto!important}.dp-hero-photo .dp-float-chip{z-index:3}
  .dp-editorial-grid{grid-template-columns:1fr}.dp-editorial-card{min-height:380px}
}
@media(max-width:560px){
  .dp-hero.dp-hero-photo{padding-top:42px!important}.dp-hero-photo-bg{object-position:72% center;opacity:.84}.dp-hero-photo .dp-title{font-size:46px!important;line-height:1.01!important}.dp-hero-photo .dp-lead{font-size:15px!important;line-height:1.55!important}
  .dp-hero-photo .dp-hero-visual{min-height:250px!important}.dp-hero-spotlight{padding:17px;border-radius:15px}.dp-hero-spotlight>strong{font-size:20px}.dp-hero-mini-wave{height:48px;margin:13px 0}.dp-hero-photo .dp-float-bpm{left:0!important;top:22px!important}.dp-hero-photo .dp-float-energy{right:0!important;top:74px!important}.dp-hero-photo .dp-float-key{left:5px!important;bottom:18px!important}
  .dp-editorial-section{padding:43px 0!important;margin-top:6px}.dp-editorial-section .dp-section-head{margin-bottom:20px!important}.dp-editorial-card{min-height:330px;border-radius:14px}.dp-editorial-content{left:19px;right:19px;bottom:20px}.dp-editorial-content>strong{font-size:28px}.dp-editorial-content em{font-size:13px}.dp-editorial-mark{left:18px;top:17px}
}
@media(prefers-reduced-motion:reduce){.dp-editorial-card>img{transition:none!important}.dp-editorial-card:hover>img{transform:none!important}}

/* =========================================================
   DJPort v21.16 – pełniejszy kierunek DJCity / DJPort identity
   ========================================================= */
.dp-mobile-menu-toggle{display:none}
.dp-nav-tools{display:flex;align-items:center;gap:9px;margin-left:auto}
.dp-nav-search,.dp-nav-account{min-height:39px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;font-size:11px;font-weight:950;letter-spacing:.035em}
.dp-nav-search{gap:5px;padding:0 11px;border:1px solid rgba(255,255,255,.15);border-radius:9px;color:#e2e5e9!important;background:rgba(255,255,255,.045)}
.dp-nav-search>span{font-size:22px;line-height:1;color:#ff7620}.dp-nav-account{padding:0 15px;border:1px solid #ff6900;border-radius:7px;color:#fff!important;background:transparent}
.dp-nav-search:hover{background:rgba(255,255,255,.10)!important;color:#fff!important}.dp-nav-account:hover{background:#ff6900!important;color:#111318!important}
@media(min-width:901px){
  .dp-nav{max-width:1380px!important;min-height:78px!important}.dp-logo-shell{margin-right:18px}.dp-menu{gap:4px!important;flex-wrap:nowrap!important}.dp-menu a{padding:10px 9px!important;font-size:11px!important;letter-spacing:.025em}.dp-menu a:nth-child(2){background:transparent!important;color:#d4d8dd!important}.dp-menu a:nth-child(2):hover{background:rgba(255,255,255,.07)!important;color:#fff!important}.dp-menu-studio{color:#ff8429!important}
}

.home #dp-app-content{background:#090a0c!important;color:#fff!important;overflow:hidden}
.home #dp-app-content>.dp-section:not(.dp-editorial-section):not(.dp-set-smart-section){background:#090a0c!important}
.home #dp-app-content .dp-section h2,.home #dp-app-content .dp-section-head h2{color:#fff!important}
.home #dp-app-content .dp-muted{color:#969da7!important}
.home .dp-hero.dp-hero-photo{min-height:650px!important;padding:78px 0 68px!important}
.home .dp-hero.dp-hero-photo:before{background:linear-gradient(90deg,rgba(5,7,10,.99) 0%,rgba(5,7,10,.92) 39%,rgba(5,7,10,.42) 70%,rgba(5,7,10,.20) 100%)!important}
.home .dp-hero-photo .dp-title{font-size:clamp(52px,5.25vw,78px)!important;line-height:.98!important;letter-spacing:-4.2px!important}.home .dp-hero-photo .dp-title span{display:inline-block;margin-top:4px}
.home .dp-hero-clean-actions .dp-btn{min-height:51px!important;border-radius:8px!important;padding:0 19px!important;font-size:12px!important;letter-spacing:.02em!important}.home .dp-hero-clean-actions .dp-btn:first-child{box-shadow:0 12px 30px rgba(255,105,0,.30)!important}
.home .dp-hero-trust{margin-top:23px!important;font-size:11px!important;letter-spacing:.02em}

.dp-device-mockup{position:relative;width:min(100%,390px);margin-left:auto;padding:15px 16px 18px;border:1px solid rgba(255,255,255,.17);border-radius:32px;background:linear-gradient(165deg,rgba(30,33,39,.97),rgba(7,9,12,.96));box-shadow:0 35px 90px rgba(0,0,0,.55),inset 0 0 0 5px rgba(255,255,255,.025);transform:rotate(1.5deg);backdrop-filter:blur(12px);color:#fff}
.dp-device-mockup:before{content:"";position:absolute;left:50%;top:7px;width:72px;height:5px;transform:translateX(-50%);border-radius:999px;background:#050607;box-shadow:0 1px 0 rgba(255,255,255,.08)}
.dp-device-top{height:32px;display:flex;align-items:center;gap:5px;border-bottom:1px solid rgba(255,255,255,.08);color:#ff7b25;font-size:8px;font-weight:950;letter-spacing:.14em}.dp-device-top span{margin-right:auto}.dp-device-top i{width:6px;height:6px;border-radius:50%;background:#4f545c}.dp-device-top i:last-child{background:#ff6900}
.dp-device-head{display:flex;flex-direction:column;gap:4px;padding:18px 2px 13px}.dp-device-head small{color:#ff7922;font-size:8px;font-weight:950;letter-spacing:.16em}.dp-device-head strong{font-size:19px;color:#fff;letter-spacing:-.5px}
.dp-device-tabs{display:flex;gap:6px;margin-bottom:8px;overflow:hidden}.dp-device-tabs span{padding:6px 9px;border:1px solid rgba(255,255,255,.13);border-radius:5px;color:#aab0b8;font-size:8px;font-weight:900}.dp-device-tabs .active{border-color:#ff6900;background:#ff6900;color:#111318}
.dp-device-track{display:grid;grid-template-columns:18px 29px minmax(0,1fr) 20px;gap:8px;align-items:center;min-height:58px;padding:7px 3px;border-bottom:1px solid rgba(255,255,255,.075)}.dp-device-track>b{color:#ff7620;font-size:10px}.dp-device-play{width:28px;height:28px;display:grid!important;place-items:center;border-radius:50%;background:#272a30;color:#fff;font-size:9px}.dp-device-track>span:not(.dp-device-play){min-width:0;display:flex;flex-direction:column;gap:3px}.dp-device-track strong{overflow:hidden;color:#fff;font-size:11px;white-space:nowrap;text-overflow:ellipsis}.dp-device-track small{overflow:hidden;color:#7f858f;font-size:8px;white-space:nowrap;text-overflow:ellipsis}.dp-device-track>i{color:#777d86;font-size:9px;font-style:normal}
.dp-device-cta{min-height:39px;margin-top:14px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border-radius:7px;background:#ff6900;color:#111318!important;font-size:9px;font-weight:950;letter-spacing:.07em}.dp-device-cta span{font-size:16px}.dp-device-cta:hover{background:#ff8734!important}

.dp-home-quickbar{position:relative;z-index:5;margin-top:-1px;background:#15171b;border-top:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09)}
.dp-home-quickbar>.dp-wrap{width:min(1380px,calc(100% - 32px));display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.dp-home-quickbar a{min-height:94px;display:grid;grid-template-columns:28px minmax(0,1fr) 24px;gap:12px;align-items:center;padding:16px 22px;border-right:1px solid rgba(255,255,255,.09);color:#fff!important;text-decoration:none!important;transition:background .18s ease}.dp-home-quickbar a:first-child{border-left:1px solid rgba(255,255,255,.09)}.dp-home-quickbar a:hover{background:#1d2025!important}.dp-home-quickbar a>small{color:#ff7620;font-size:9px;font-weight:950}.dp-home-quickbar a>span{min-width:0;display:flex;flex-direction:column;gap:4px}.dp-home-quickbar b{color:#fff;font-size:12px;letter-spacing:.04em}.dp-home-quickbar em{color:#7f8690;font-size:10px;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dp-home-quickbar a>strong{color:#ff7620;font-size:17px}

.home .dp-editorial-section{margin:0!important;padding:74px 0!important;background:#0d0f12!important}.home .dp-editorial-card{min-height:460px;border-radius:8px!important}.home .dp-editorial-content>strong{text-transform:uppercase;font-size:clamp(29px,3vw,41px);letter-spacing:-1.5px}.home .dp-editorial-mark{border-radius:50% 50% 50% 10%;background:#ff6900}
.home .dp-stats-section{margin-top:0!important;padding:28px 0!important;background:#090a0c!important}.home .dp-stat-card{background:#111318!important;border-color:#24272d!important;color:#fff!important;box-shadow:none!important}.home .dp-stat-card strong{color:#fff!important}.home .dp-stat-card span,.home .dp-stat-card small{color:#949ba5!important}
.home .dp-search-section{padding:28px 0 32px!important}.home .dp-search-shell{background:#111318!important;border:1px solid #24282e!important;box-shadow:none!important}.home .dp-search-copy h2{color:#fff!important}.home .dp-search-panel input{background:#080a0d!important;border-color:#30343b!important;color:#fff!important}.home .dp-search-panel input::placeholder{color:#6f7680}
.home .dp-genres{grid-template-columns:repeat(6,minmax(0,1fr))!important}.home .dp-genre{min-height:92px!important;background:linear-gradient(145deg,#16191e,#101216)!important;border-color:#272b31!important;color:#fff!important;border-radius:8px!important;box-shadow:none!important}.home .dp-genre:before{background:#ff6900!important;opacity:.20!important}.home .dp-genre:hover{background:#1b1e24!important;border-color:#ff6900!important;color:#fff!important}
.home .dp-promoted-section:before{background:linear-gradient(180deg,rgba(255,105,0,.10),transparent 85%)!important}.home .dp-table th{color:#777f89!important}.home .dp-row{background:#111318!important;box-shadow:none!important}.home .dp-row:hover{background:#16191e!important;box-shadow:0 0 0 1px rgba(255,105,0,.22)!important}.home .dp-row td{border-color:#262a30!important;color:#dfe2e6!important}.home .dp-track-title,.home .dp-track-title a{color:#fff!important}.home .dp-row .dp-muted,.home .dp-extra-meta,.home .dp-added{color:#8c939d!important}.home .dp-title-stats>span,.home .dp-like-btn{box-shadow:none!important}.home .dp-tag{background:rgba(255,105,0,.10)!important;border-color:rgba(255,105,0,.30)!important;color:#ff9a55!important}.home .dp-player-cell .dp-wave-player,.home .dp-table .dp-wave-player{background:#090b0e!important;border-color:#292d33!important;box-shadow:none!important}.home .dp-wave-title{color:#fff!important}.home .dp-wave-meta{color:#ff8a37!important}.home .dp-wave span,.home .dp-wave-player .dp-wave span{background:#31353b!important}.home .dp-wave span.active,.home .dp-wave-player .dp-wave span.active{background:#ff6900!important}.home .dp-time{color:#7f8690!important}
.home .dp-rank-tabs a{background:#111318!important;border-color:#292d33!important;color:#aeb4bd!important;box-shadow:none!important}.home .dp-rank-tabs a:hover,.home .dp-rank-tabs a.active{background:#ff6900!important;border-color:#ff6900!important;color:#111318!important}.home .dp-pagination .page-numbers,.home .nav-links .page-numbers,.home .dp-numbered-pagination .page-numbers{background:#111318!important;border-color:#292d33!important;color:#aeb4bd!important;box-shadow:none!important}.home .dp-pagination .current,.home .nav-links .current,.home .dp-numbered-pagination .current{background:#ff6900!important;border-color:#ff6900!important;color:#111318!important}.home .dp-coins-cta .dp-card{background:linear-gradient(115deg,#14171c,#21160f)!important;border-color:#593019!important}.home .dp-coins-cta .dp-card p{color:#aeb4bd!important}

@media(max-width:900px){
  .dp-topbar{position:sticky!important}.dp-nav{position:relative;display:grid!important;grid-template-columns:42px minmax(0,1fr) auto!important;min-height:70px!important;gap:8px!important;padding:8px 0!important}.dp-mobile-menu-toggle{width:40px;height:40px;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#191b1f;color:#fff;cursor:pointer}.dp-mobile-menu-toggle span{width:17px;height:2px;border-radius:2px;background:#fff;transition:transform .18s ease,opacity .18s ease}.dp-menu-open .dp-mobile-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.dp-menu-open .dp-mobile-menu-toggle span:nth-child(2){opacity:0}.dp-menu-open .dp-mobile-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .dp-logo-shell{min-width:0!important;justify-self:center}.dp-brand-wordmark{font-size:22px!important}.dp-brand-disc{width:31px!important;height:31px!important}.dp-nav-tools{margin:0;justify-self:end;gap:6px}.dp-nav-search{width:39px;padding:0!important}.dp-nav-search b{display:none}.dp-nav-account{min-width:58px;padding:0 9px;font-size:9px}
  .dp-topbar .dp-menu{position:absolute;z-index:30;left:0;right:0;top:100%;width:100%;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:8px!important;background:#111318;border:1px solid #282c32;border-radius:0 0 12px 12px;box-shadow:0 22px 45px rgba(0,0,0,.46)}.dp-menu-open .dp-topbar .dp-menu{display:flex!important}.dp-topbar .dp-menu a{width:100%;padding:13px 12px!important;border-bottom:1px solid rgba(255,255,255,.07);color:#d8dce1!important;font-size:12px!important}.dp-topbar .dp-menu a:last-child{border-bottom:0}.dp-topbar .dp-menu a:hover{background:#1b1e23!important;color:#ff8429!important}body.dp-menu-open{overflow:hidden}
  .home .dp-hero.dp-hero-photo{min-height:0!important;padding:54px 0 48px!important}.home .dp-hero.dp-hero-photo:before{background:linear-gradient(180deg,rgba(5,7,10,.94),rgba(5,7,10,.80) 54%,rgba(5,7,10,.97))!important}.home .dp-hero-photo .dp-title{font-size:clamp(44px,10.5vw,67px)!important;letter-spacing:-3px!important}.home .dp-hero-photo .dp-hero-visual{min-height:360px!important;justify-content:center!important}.dp-device-mockup{margin:0 auto!important;transform:none;width:min(100%,390px)}
  .dp-home-quickbar>.dp-wrap{width:100%;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.dp-home-quickbar>.dp-wrap::-webkit-scrollbar{display:none}.dp-home-quickbar a{min-width:82vw;scroll-snap-align:start;border-left:0!important}.dp-home-quickbar a:last-child{border-right:0}.home .dp-editorial-section{padding:50px 0!important}.home .dp-editorial-card{min-height:390px}.home .dp-genres{grid-template-columns:repeat(3,minmax(0,1fr))!important}.home .dp-row{border-color:#272b31!important}
}
@media(max-width:560px){
  .dp-nav-account{min-width:54px}.home .dp-hero-photo .dp-title{font-size:43px!important;letter-spacing:-2.3px!important}.home .dp-hero-clean-actions{display:grid!important;grid-template-columns:1fr!important}.home .dp-hero-clean-actions .dp-btn{width:100%!important}.home .dp-hero-trust{display:flex!important;overflow-x:auto;flex-wrap:nowrap!important}.home .dp-hero-trust span{white-space:nowrap}.home .dp-hero-photo .dp-hero-visual{min-height:335px!important}.dp-device-mockup{padding:13px 13px 15px;border-radius:24px}.dp-device-track{grid-template-columns:16px 27px minmax(0,1fr) 17px;gap:6px}.dp-device-head{padding-top:15px}.dp-home-quickbar a{min-width:89vw;min-height:84px;padding:14px 17px}.home .dp-editorial-card{min-height:350px}.home .dp-genres{grid-template-columns:repeat(2,minmax(0,1fr))!important}.home .dp-section{padding:34px 0!important}
}

/* DJPort v21.17 – podręczna wyszukiwarka w nagłówku */
.dp-nav{position:relative}
button.dp-nav-search{font-family:inherit;cursor:pointer}
.dp-search-open .dp-nav-search{background:#ff6900!important;border-color:#ff6900!important;color:#111318!important}.dp-search-open .dp-nav-search>span{color:#111318!important}
.dp-header-search[hidden]{display:none!important}
.dp-header-search{position:absolute;z-index:60;right:0;top:calc(100% + 9px);width:min(430px,calc(100vw - 28px));padding:16px;border:1px solid #30343a;border-radius:13px;background:rgba(17,19,24,.98);box-shadow:0 24px 65px rgba(0,0,0,.50);backdrop-filter:blur(18px);color:#fff;animation:dp-search-in .16s ease-out}
.dp-header-search:before{content:"";position:absolute;right:88px;top:-6px;width:11px;height:11px;transform:rotate(45deg);background:#111318;border-left:1px solid #30343a;border-top:1px solid #30343a}
.dp-header-search form{margin:0}.dp-header-search label{display:block;margin:0 0 9px;color:#ff8429;font-size:9px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.dp-header-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto 36px;gap:7px;align-items:center}
.dp-header-search input{width:100%;height:42px;padding:0 12px;border:1px solid #363a42;border-radius:8px;background:#080a0d;color:#fff;font-family:inherit;font-size:12px;outline:none}.dp-header-search input::placeholder{color:#737a84}.dp-header-search input:focus{border-color:#ff6900;box-shadow:0 0 0 3px rgba(255,105,0,.13)}
.dp-header-search-row>button[type="submit"]{height:42px;padding:0 13px;border:1px solid #ff6900;border-radius:8px;background:#ff6900;color:#111318;font-family:inherit;font-size:10px;font-weight:950;cursor:pointer}.dp-header-search-row>button[type="submit"]:hover{background:#ff8734}
.dp-header-search-close{width:36px;height:36px;display:grid;place-items:center;border:1px solid #343840;border-radius:8px;background:#202329;color:#fff;font-size:20px;line-height:1;cursor:pointer}.dp-header-search-close:hover{border-color:#ff6900;color:#ff8429}
.dp-header-search small{display:block;margin-top:9px;color:#777e88;font-size:9px}
@keyframes dp-search-in{from{opacity:0;transform:translateY(-7px) scale(.985)}to{opacity:1;transform:none}}
@media(max-width:900px){
  .dp-header-search{left:0;right:0;top:calc(100% + 3px);width:100%;padding:13px;border-radius:0 0 12px 12px}.dp-header-search:before{right:84px}.dp-header-search-row{grid-template-columns:minmax(0,1fr) auto 36px}.dp-header-search input{font-size:11px}.dp-header-search small{font-size:9px}
}
@media(max-width:480px){
  .dp-header-search-row{grid-template-columns:minmax(0,1fr) 38px}.dp-header-search-row>button[type="submit"]{grid-column:1/-1;grid-row:2;width:100%}.dp-header-search-close{grid-column:2;grid-row:1}
}

/* DJPort v24.00 – bezpośredni skrót DJPORT ID w nagłówku telefonu. */
.dp-nav-id{display:none;min-height:39px;align-items:center;justify-content:center;gap:5px;padding:0 10px;border:1px solid rgba(255,105,0,.55);border-radius:9px;background:rgba(255,105,0,.10);color:#fff!important;text-decoration:none!important;font-size:10px;font-weight:950;letter-spacing:.05em}.dp-nav-id span{color:#ff6900;font-size:15px}.dp-nav-id:hover{background:#ff6900!important;color:#111318!important}.dp-nav-id:hover span{color:#111318}
@media(max-width:900px){.dp-nav-id{display:inline-flex}.dp-nav-tools{gap:5px!important}.dp-nav-account{min-width:52px!important;padding:0 7px!important}}
@media(max-width:390px){.dp-nav-id{width:36px;padding:0}.dp-nav-id b{display:none}.dp-nav-account{min-width:48px!important;padding:0 5px!important}}

/* DJPORT v25.06 – kompaktowy przełącznik PL / EN. */
.dp-lang-switch{min-width:42px;min-height:41px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 8px;border:1px solid #3a3f47;border-radius:4px;background:#14161a;color:#f4f5f7!important;font-size:9px;font-weight:950;letter-spacing:.08em;text-decoration:none!important}.dp-lang-switch span{color:#ff7620;font-size:12px}.dp-lang-switch:hover{border-color:#ff6900;background:#1d2025!important;color:#fff!important}
@media(max-width:900px){.dp-lang-switch{min-width:36px;width:36px;padding:0}.dp-lang-switch span{display:none}.dp-lang-en .dp-nav-account{min-width:46px!important;padding-inline:5px!important;font-size:8px!important}}
@media(max-width:370px){.dp-nav-search{display:none!important}.dp-lang-switch{width:34px;min-width:34px}.dp-nav-tools{gap:4px!important}}

/* DJPort v21.18 – spójne, ciemne widoki FAQ, STUDIO i Moje konto */
.dp-dark-app-page{position:relative;min-height:calc(100vh - 150px);padding:58px 0 76px!important;background:radial-gradient(circle at 88% 0,rgba(255,105,0,.13),transparent 28%),radial-gradient(circle at 5% 48%,rgba(255,105,0,.055),transparent 26%),#090a0c!important;color:#e8eaed!important;overflow:hidden}
.dp-dark-app-page:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.17;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(180deg,#000,transparent 65%)}
.dp-dark-app-page>.dp-wrap{position:relative;z-index:1}
.dp-dark-app-page h1,.dp-dark-app-page h2,.dp-dark-app-page h3,.dp-dark-app-page h4,.dp-dark-app-page h5,.dp-dark-app-page strong,.dp-dark-app-page label,.dp-dark-app-page legend{color:#f7f8fa!important}
.dp-dark-app-page p,.dp-dark-app-page li,.dp-dark-app-page td,.dp-dark-app-page .dp-muted,.dp-dark-app-page small,.dp-dark-app-page span{color:#aeb4bd}
.dp-dark-app-page a:not(.dp-btn){color:#ff8a37}
.dp-dark-app-page .dp-kicker,.dp-dark-app-page .dp-kicker span{color:#ff812b!important}
.dp-dark-app-page .dp-card,.dp-dark-app-page .dp-support-mini,.dp-dark-app-page .dp-support-note,.dp-dark-app-page .dp-newsletter-box,.dp-dark-app-page .dp-premium-renew-box,.dp-dark-app-page .dp-email-warning,.dp-dark-app-page .dp-set-score-card,.dp-dark-app-page .dp-favorites-bulk-box{background:linear-gradient(145deg,#171a1f,#101216)!important;border:1px solid #292d33!important;color:#e8eaed!important;box-shadow:0 18px 48px rgba(0,0,0,.22)!important}
.dp-dark-app-page input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),.dp-dark-app-page select,.dp-dark-app-page textarea{background:#090b0e!important;border:1px solid #343941!important;color:#f4f5f6!important;box-shadow:none!important}
.dp-dark-app-page input::placeholder,.dp-dark-app-page textarea::placeholder{color:#707782!important}
.dp-dark-app-page input:focus,.dp-dark-app-page select:focus,.dp-dark-app-page textarea:focus{border-color:#ff6900!important;box-shadow:0 0 0 3px rgba(255,105,0,.12)!important;outline:0}
.dp-dark-app-page input[type="checkbox"],.dp-dark-app-page input[type="radio"]{accent-color:#ff6900}
.dp-dark-app-page .dp-btn.ghost{background:#202329!important;border-color:#3a3f47!important;color:#f7f8fa!important}.dp-dark-app-page .dp-btn.ghost:hover{background:#ff6900!important;border-color:#ff6900!important;color:#111318!important}
.dp-dark-app-page .dp-table th{background:#0c0e11!important;border-color:#292d33!important;color:#7f8792!important}.dp-dark-app-page .dp-table td{background:#111318!important;border-color:#292d33!important;color:#dfe2e6!important}.dp-dark-app-page .dp-table tr:hover td{background:#171a1f!important}.dp-dark-app-page .dp-track-title,.dp-dark-app-page .dp-track-title a{color:#fff!important}
.dp-dark-app-page .dp-alert{background:#311711!important;border-color:#813721!important;color:#ffd2c2!important}.dp-dark-app-page .dp-alert p,.dp-dark-app-page .dp-alert strong{color:#ffd2c2!important}.dp-dark-app-page .dp-alert-ok{background:#10271b!important;border-color:#245d3a!important}.dp-dark-app-page .dp-alert-ok p,.dp-dark-app-page .dp-alert-ok strong{color:#aaf1c3!important}

.dp-faq-wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;counter-reset:faq}
.dp-faq-wrap .dp-faq-hero{grid-column:1/-1;position:relative;min-height:245px;padding:42px!important;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(105deg,rgba(255,105,0,.17),transparent 46%),linear-gradient(145deg,#191c21,#0e1013)!important;overflow:hidden}
.dp-faq-hero:after{content:"FAQ";position:absolute;right:24px;top:-38px;color:rgba(255,255,255,.025);font-size:190px;font-weight:1000;line-height:1;letter-spacing:-15px;pointer-events:none}
.dp-faq-hero h1{max-width:720px;margin:8px 0 10px!important;font-size:clamp(34px,5vw,58px)!important;line-height:.98!important;letter-spacing:-2.6px!important}.dp-faq-hero p{max-width:720px;margin:0!important;font-size:14px!important;line-height:1.7!important}
.dp-faq-wrap .dp-faq-card{counter-increment:faq;position:relative;padding:28px 28px 28px 78px!important;overflow:hidden;transition:transform .18s ease,border-color .18s ease!important}
.dp-faq-wrap .dp-faq-card:before{content:counter(faq,decimal-leading-zero);position:absolute;left:25px;top:27px;color:#ff7620;font-size:12px;font-weight:950;letter-spacing:.08em}
.dp-faq-wrap .dp-faq-card:after{content:"";position:absolute;left:24px;top:50px;width:28px;height:2px;background:#ff6900}
.dp-faq-wrap .dp-faq-card:hover{transform:translateY(-2px);border-color:#654022!important}.dp-faq-card h2{margin:0 0 11px!important;font-size:19px!important;line-height:1.25!important}.dp-faq-card p{margin:0 0 11px!important;color:#aeb4bd!important;line-height:1.7!important}.dp-faq-card p:last-child{margin-bottom:0!important}.dp-faq-card p strong{color:#fff!important}

.dp-studio-clean{display:grid;gap:18px}.dp-studio-page .dp-studio-intro-card{padding:34px!important;background:linear-gradient(112deg,rgba(255,105,0,.15),transparent 42%),linear-gradient(145deg,#181b20,#101216)!important}.dp-studio-page .dp-studio-intro-card h2{margin:7px 0 8px!important;font-size:clamp(30px,4vw,46px)!important;letter-spacing:-1.8px!important}.dp-studio-page .dp-library-card,.dp-studio-page .dp-set-prep-card{padding:26px!important}
.dp-studio-page .dp-set-prep-form,.dp-studio-page .dp-set-name-row{background:#0c0e11!important;border-color:#292d33!important}.dp-studio-page .dp-set-prep-item{background:#101216!important;border:1px solid #292d33!important;color:#e8eaed!important;box-shadow:none!important}.dp-studio-page .dp-set-prep-item:hover{border-color:#4d3a2d!important;background:#14171b!important}.dp-studio-page .dp-set-prep-item.is-accepted{border-color:#2d7450!important;background:#102019!important}.dp-studio-page .dp-set-info>strong{color:#fff!important}.dp-studio-page .dp-set-info>span{color:#9097a1!important}
.dp-studio-page .dp-set-action{background:#1e2228!important;border:1px solid #3a4049!important;color:#f5f6f7!important;box-shadow:none!important}.dp-studio-page .dp-set-action:hover{background:#ff6900!important;border-color:#ff6900!important;color:#101216!important}.dp-studio-page .dp-set-action.danger{background:#291514!important;border-color:#69302a!important;color:#ffb7ad!important}.dp-studio-page .dp-set-action.danger:hover{background:#d83a2f!important;border-color:#d83a2f!important;color:#fff!important}
.dp-studio-page .dp-set-score-grid>div{background:#0b0d10!important;border-color:#292d33!important}.dp-studio-page .dp-set-score-grid span{color:#8d949e!important}.dp-studio-page .dp-set-score-grid strong{color:#fff!important}.dp-studio-page .dp-audio-meta span{background:rgba(255,105,0,.11)!important;border:1px solid rgba(255,105,0,.28)!important;color:#f5f6f8!important}.dp-studio-page .dp-wave-player{background:#090b0e!important;border-color:#30343b!important;box-shadow:none!important}.dp-studio-page .dp-wave-title{color:#fff!important}.dp-studio-page .dp-wave-meta{color:#ff8a37!important}.dp-studio-page .dp-wave span{background:#343941!important}.dp-studio-page .dp-wave span.active{background:#ff6900!important}.dp-studio-page .dp-time{color:#858c96!important}
.dp-studio-page .dp-fav-category-tab{background:#191c21!important;border-color:#343941!important;color:#c8ccd2!important}.dp-studio-page .dp-fav-category-tab:hover,.dp-studio-page .dp-fav-category-tab.is-active{background:#ff6900!important;border-color:#ff6900!important;color:#111318!important}.dp-studio-page .dp-fav-category-tab span{color:inherit!important}.dp-studio-page .dp-favorites-table-wrap{border-color:#292d33!important;background:#0c0e11!important}.dp-studio-page .dp-my-submission-item,.dp-studio-page .dp-uploader-stat{background:#0d0f12!important;border-color:#292d33!important;color:#dfe2e6!important}

.dp-account-page .dp-account-grid{gap:18px}.dp-account-page .dp-account-grid>.dp-card,.dp-account-page .dp-account-card{padding:30px!important}.dp-account-page .dp-account-card>h2,.dp-account-page .dp-account-grid h2{font-size:clamp(28px,4vw,42px)!important;letter-spacing:-1.4px!important}.dp-account-page .login-username,.dp-account-page .login-password,.dp-account-page .login-remember{color:#d7dbe0!important}.dp-account-page #wp-submit{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid #ff6900!important;border-radius:7px;background:#ff6900!important;color:#111318!important;font-weight:900;cursor:pointer}.dp-account-page #wp-submit:hover{background:#ff8734!important}
.dp-account-page .dp-support-mini,.dp-account-page .dp-support-note,.dp-account-page .dp-newsletter-box,.dp-account-page .dp-premium-renew-box,.dp-account-page .dp-email-warning{padding:20px!important;border-radius:9px!important}.dp-account-page .dp-support-note{background:linear-gradient(145deg,#181b20,#111318)!important}.dp-account-page .dp-email-warning{background:#24180f!important;border-color:#60401f!important}.dp-account-page .dp-email-warning p,.dp-account-page .dp-email-warning strong{color:#ffd4b5!important}.dp-account-page .dp-coins-balance{border-left:3px solid #ff6900!important}.dp-account-page .dp-coin-pack{background:#111318!important;border-color:#2c3036!important}.dp-account-page .dp-coin-pack h3{color:#fff!important}.dp-account-page .dp-delete-account-box{background:#171112!important;border-color:#552629!important}.dp-account-page .dp-delete-account-box h3{color:#ffafa9!important}
.dp-account-page .dp-brand-logo-current,.dp-account-page .dp-account-quick-stats{background:#0c0e11!important}.dp-account-page .dp-check{color:#d8dce1!important}.dp-account-page .dp-coins-history-pages a,.dp-account-page .dp-coins-history-pages span{background:#191c21!important;border-color:#343941!important;color:#dce0e5!important}.dp-account-page .dp-coins-history-pages .current{background:#ff6900!important;border-color:#ff6900!important;color:#111318!important}

@media(max-width:800px){.dp-dark-app-page{padding:38px 0 58px!important}.dp-faq-wrap{grid-template-columns:1fr}.dp-faq-wrap .dp-faq-hero{padding:30px!important;min-height:220px}.dp-faq-wrap .dp-faq-card{padding:23px 22px 23px 66px!important}.dp-faq-wrap .dp-faq-card:before{left:21px;top:23px}.dp-faq-wrap .dp-faq-card:after{left:21px;top:46px}.dp-studio-page .dp-library-card,.dp-studio-page .dp-set-prep-card,.dp-account-page .dp-account-grid>.dp-card,.dp-account-page .dp-account-card{padding:20px!important}.dp-studio-page .dp-set-prep-item{border-radius:8px!important}}
@media(max-width:520px){.dp-faq-hero:after{font-size:112px;right:10px}.dp-faq-hero h1{font-size:36px!important}.dp-faq-wrap .dp-faq-card{padding:58px 20px 22px!important}.dp-faq-wrap .dp-faq-card:before{top:21px}.dp-faq-wrap .dp-faq-card:after{top:43px}.dp-dark-app-page .dp-table{background:transparent!important}.dp-dark-app-page .dp-row{background:#111318!important;border-color:#292d33!important}.dp-dark-app-page .dp-row td{background:transparent!important}.dp-account-page .dp-support-mini,.dp-account-page .dp-support-note,.dp-account-page .dp-newsletter-box,.dp-account-page .dp-premium-renew-box{padding:16px!important}}

/* DJPort v21.19 – czytelny wybór utworów do paczki w STUDIO */
.dp-studio-page .dp-set-prep-actions{background:#0c0e11!important;border-color:#30343b!important;color:#f5f6f7!important}
.dp-studio-page .dp-set-prep-actions label,.dp-studio-page .dp-set-prep-actions label span{color:#f5f6f7!important}

/* DJPort v21.20 – niezależna blokada ciemnego wyglądu strony głównej */
#dp-app-content.dp-home-page{background:#090a0c!important;color:#fff!important;overflow:hidden}
#dp-app-content.dp-home-page>.dp-section:not(.dp-editorial-section):not(.dp-set-smart-section){background:#090a0c!important}
#dp-app-content.dp-home-page .dp-section h1,#dp-app-content.dp-home-page .dp-section h2,#dp-app-content.dp-home-page .dp-section-head h2{color:#fff!important}
#dp-app-content.dp-home-page .dp-muted{color:#969da7!important}
#dp-app-content.dp-home-page .dp-stat-card{background:#111318!important;border-color:#24272d!important;color:#fff!important;box-shadow:none!important}
#dp-app-content.dp-home-page .dp-stat-card strong{color:#fff!important}
#dp-app-content.dp-home-page .dp-stat-card span,#dp-app-content.dp-home-page .dp-stat-card small{color:#949ba5!important}
#dp-app-content.dp-home-page .dp-search-shell{background:#111318!important;border-color:#24282e!important;box-shadow:none!important}
#dp-app-content.dp-home-page .dp-search-copy h2{color:#fff!important}
#dp-app-content.dp-home-page .dp-search-panel input{background:#080a0d!important;border-color:#30343b!important;color:#fff!important}
#dp-app-content.dp-home-page .dp-search-panel input::placeholder{color:#6f7680!important}
#dp-app-content.dp-home-page .dp-genre{background:linear-gradient(145deg,#16191e,#101216)!important;border-color:#272b31!important;color:#fff!important;box-shadow:none!important}
#dp-app-content.dp-home-page .dp-genre:hover{background:#1b1e24!important;border-color:#ff6900!important;color:#fff!important}
#dp-app-content.dp-home-page .dp-table th{color:#777f89!important}
#dp-app-content.dp-home-page .dp-row{background:#111318!important;box-shadow:none!important}
#dp-app-content.dp-home-page .dp-row:hover{background:#16191e!important;box-shadow:0 0 0 1px rgba(255,105,0,.22)!important}
#dp-app-content.dp-home-page .dp-row td{border-color:#262a30!important;color:#dfe2e6!important}
#dp-app-content.dp-home-page .dp-track-title,#dp-app-content.dp-home-page .dp-track-title a{color:#fff!important}
#dp-app-content.dp-home-page .dp-row .dp-muted,#dp-app-content.dp-home-page .dp-extra-meta,#dp-app-content.dp-home-page .dp-added{color:#8c939d!important}
#dp-app-content.dp-home-page .dp-wave-player{background:#090b0e!important;border-color:#292d33!important;box-shadow:none!important}
#dp-app-content.dp-home-page .dp-wave-title{color:#fff!important}
#dp-app-content.dp-home-page .dp-wave-meta{color:#ff8a37!important}
#dp-app-content.dp-home-page .dp-wave span{background:#31353b!important}
#dp-app-content.dp-home-page .dp-wave span.active{background:#ff6900!important}
#dp-app-content.dp-home-page .dp-tag{background:rgba(255,105,0,.10)!important;border-color:rgba(255,105,0,.30)!important;color:#ff9a55!important}
#dp-app-content.dp-home-page .dp-rank-tabs a,#dp-app-content.dp-home-page .dp-pagination .page-numbers,#dp-app-content.dp-home-page .nav-links .page-numbers,#dp-app-content.dp-home-page .dp-numbered-pagination .page-numbers{background:#111318!important;border-color:#292d33!important;color:#aeb4bd!important;box-shadow:none!important}
#dp-app-content.dp-home-page .dp-rank-tabs a:hover,#dp-app-content.dp-home-page .dp-rank-tabs a.active,#dp-app-content.dp-home-page .dp-pagination .current,#dp-app-content.dp-home-page .nav-links .current,#dp-app-content.dp-home-page .dp-numbered-pagination .current{background:#ff6900!important;border-color:#ff6900!important;color:#111318!important}
#dp-app-content.dp-home-page .dp-coins-cta .dp-card{background:linear-gradient(115deg,#14171c,#21160f)!important;border-color:#593019!important}

/* DJPort v21.21 – ciemna, czytelna rejestracja */
.dp-register-page .dp-register-card{width:min(760px,100%);margin:0 auto;padding:34px!important;background:linear-gradient(145deg,#171a1f,#101216)!important;border-color:#292d33!important}
.dp-register-page .dp-register-card>p{color:#aeb4bd!important;line-height:1.65!important}
.dp-register-page .dp-register-card .dp-form label{color:#f5f6f7!important}
.dp-register-page .dp-register-card .dp-check{padding:12px 14px;border:1px solid #292d33;border-radius:8px;background:#0c0e11!important;color:#d9dde2!important}
.dp-register-page .dp-register-card .dp-check input{accent-color:#ff6900}
.dp-register-page .dp-resend-activation{border-top-color:#30343b!important}
.dp-register-page .dp-register-card a:not(.dp-btn){color:#ff8a37!important}
@media(max-width:560px){.dp-register-page .dp-register-card{padding:21px!important}}

/* =========================================================
   DJPort v22.00 – nowy system wizualny inspirowany premium DJ pools
   ========================================================= */
:root{--bg:#08090b!important;--panel:#121418!important;--panel2:#181b20!important;--text:#f5f6f8!important;--muted:#9299a3!important;--line:#292d33!important;--orange:#ff6900!important;--orange2:#ff8b35!important}
html,body{background:#08090b!important;color:#f5f6f8!important}
body{background-image:radial-gradient(circle at 86% 12%,rgba(255,105,0,.055),transparent 25%)!important}
.dp-wrap{width:min(1380px,calc(100% - 44px))!important}

.dp-topbar{position:sticky!important;top:0!important;z-index:9999!important;background:rgba(8,9,11,.96)!important;border-bottom:1px solid rgba(255,255,255,.09)!important;box-shadow:0 13px 42px rgba(0,0,0,.35)!important;backdrop-filter:blur(18px) saturate(1.2)!important}
.dp-announcement{background:linear-gradient(90deg,#ff6900,#ff8b2d)!important;color:#111318!important}
.dp-announcement>.dp-wrap{min-height:31px;display:flex;align-items:center;justify-content:center;gap:34px;font-size:9px;font-weight:950;letter-spacing:.11em}
.dp-announcement span,.dp-announcement a{color:#111318!important}.dp-announcement span{display:flex;align-items:center;gap:8px}.dp-announcement i{width:6px;height:6px;border-radius:50%;background:#111318;box-shadow:0 0 0 4px rgba(17,19,24,.12)}.dp-announcement a{padding-left:30px;border-left:1px solid rgba(17,19,24,.25)}.dp-announcement a:hover{text-decoration:underline!important;text-underline-offset:3px}
.dp-nav{min-height:78px!important}.dp-brand-wordmark{font-size:27px!important;letter-spacing:-1.8px!important}.dp-brand-disc{border-color:#ff6900!important}.dp-menu{gap:2px!important}.dp-menu a{padding:10px 12px!important;border-radius:5px!important;color:#bdc2ca!important;font-size:10px!important;letter-spacing:.065em!important;text-transform:uppercase!important}.dp-menu a:hover{background:#1a1d22!important;color:#fff!important}.dp-menu a:nth-child(2){background:transparent!important;color:#bdc2ca!important}.dp-menu a:nth-child(2):hover{background:#1a1d22!important;color:#fff!important}.dp-menu .dp-menu-studio{color:#ff8429!important}
.dp-nav-search,.dp-nav-account{border-radius:4px!important}.dp-nav-account{min-height:41px!important;padding:0 18px!important}.dp-nav-search{min-height:41px!important;background:#14161a!important}

.dp-section{background:#08090b!important;padding:64px 0!important}.dp-section-head{align-items:flex-end!important;margin-bottom:25px!important;border-bottom:1px solid #292d33;padding-bottom:17px}.dp-section h1,.dp-section h2,.dp-card h2,.dp-card h3{color:#f5f6f8!important}.dp-section h2{font-size:clamp(31px,3.5vw,46px)!important;line-height:1!important;letter-spacing:-2px!important;text-transform:uppercase}.dp-kicker{color:#ff7e24!important;font-size:9px!important;letter-spacing:.17em!important}.dp-muted{color:#9299a3!important}
.dp-card,.dp-tile,.dp-account-card,.dp-library-card,.dp-premium-box>*{background:linear-gradient(145deg,#171a1f,#101216)!important;border:1px solid #292d33!important;border-radius:7px!important;color:#e9ebee!important;box-shadow:0 20px 55px rgba(0,0,0,.20)!important}.dp-card:hover,.dp-tile:hover{border-color:#4a3629!important}
.dp-btn,button.dp-btn,a.dp-btn,input[type="submit"].dp-btn,.login-submit .button-primary{min-height:45px!important;padding:11px 18px!important;border-radius:4px!important;background:#ff6900!important;border-color:#ff6900!important;color:#111318!important;box-shadow:none!important;font-size:10px!important;letter-spacing:.055em!important;text-transform:uppercase!important}.dp-btn:hover,button.dp-btn:hover,a.dp-btn:hover,.login-submit .button-primary:hover{background:#ff8734!important;transform:translateY(-1px)!important;box-shadow:0 10px 25px rgba(255,105,0,.18)!important}.dp-btn.ghost{background:#191c21!important;border-color:#343941!important;color:#f2f3f5!important}.dp-btn.ghost:hover{background:#24282e!important;border-color:#ff6900!important;color:#fff!important}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),select,textarea,.dp-search{background:#0b0d10!important;border:1px solid #343941!important;border-radius:4px!important;color:#f5f6f8!important;box-shadow:none!important}input::placeholder,textarea::placeholder{color:#707782!important}input:focus,select:focus,textarea:focus{border-color:#ff6900!important;box-shadow:0 0 0 3px rgba(255,105,0,.11)!important;outline:0}label{color:#e9ebee!important}input[type="checkbox"],input[type="radio"]{accent-color:#ff6900}

.dp-hero.dp-hero-photo{min-height:720px!important;padding:92px 0 106px!important;border-bottom:0!important}.dp-hero.dp-hero-photo:before{background:linear-gradient(90deg,rgba(5,6,8,.995) 0%,rgba(5,6,8,.94) 37%,rgba(5,6,8,.54) 66%,rgba(5,6,8,.26) 100%)!important}.dp-hero.dp-hero-photo:after{opacity:.12!important;background-size:46px 46px!important}.dp-hero-photo .dp-title{max-width:820px!important;margin:21px 0 24px!important;font-family:"Arial Narrow",Impact,Inter,sans-serif!important;font-size:clamp(64px,6.6vw,104px)!important;font-weight:950!important;line-height:.84!important;letter-spacing:-3px!important;text-transform:uppercase!important}.dp-hero-photo .dp-title span{margin-top:12px!important}.dp-hero-photo .dp-lead{max-width:690px!important;color:#c1c5cb!important;font-size:17px!important;line-height:1.62!important}.dp-hero-photo .dp-kicker{font-size:10px!important}.dp-hero-clean-actions .dp-btn{min-height:53px!important;padding-inline:22px!important}.dp-hero-trust{padding-top:17px;border-top:1px solid rgba(255,255,255,.11);color:#939aa4!important}
.dp-device-mockup{width:min(100%,420px)!important;border-radius:15px!important;border-color:rgba(255,255,255,.19)!important;background:linear-gradient(155deg,rgba(29,32,38,.98),rgba(6,8,10,.98))!important;transform:rotate(1deg)!important}.dp-device-mockup:before{background:#ff6900!important}.dp-device-track{min-height:65px!important}.dp-device-cta{border-radius:4px!important}.dp-float-chip{border-radius:5px!important;background:rgba(18,21,25,.96)!important}

.dp-home-quickbar{z-index:8;width:min(1380px,calc(100% - 44px));margin:-42px auto 0!important;border:1px solid #30343a!important;border-radius:7px!important;background:rgba(20,22,26,.97)!important;box-shadow:0 25px 60px rgba(0,0,0,.43)!important;backdrop-filter:blur(18px)}.dp-home-quickbar>.dp-wrap{width:100%!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}.dp-home-quickbar a{min-height:88px!important}.dp-home-quickbar a:last-child{border-right:0!important}.dp-home-quickbar b{font-size:11px!important;letter-spacing:.075em!important}.dp-home-quickbar em{font-size:9px!important}
.home .dp-editorial-section,#dp-app-content.dp-home-page .dp-editorial-section{padding:90px 0!important}.home .dp-editorial-card,#dp-app-content.dp-home-page .dp-editorial-card{min-height:520px!important;border-radius:7px!important}.dp-editorial-content{left:34px!important;right:34px!important;bottom:34px!important}.dp-editorial-content>strong{font-family:"Arial Narrow",Impact,Inter,sans-serif!important;font-size:clamp(39px,4vw,58px)!important;line-height:.9!important;letter-spacing:-1px!important}.dp-editorial-content em{font-size:14px!important}.dp-editorial-mark{border-radius:50%!important}
.dp-search-shell{border-radius:7px!important;background:#121418!important;border-color:#292d33!important;box-shadow:none!important}.dp-search-copy h2{color:#fff!important}.dp-search-panel.dp-search-wide input[type="search"],.dp-search-panel input[type="search"]{background:#080a0d!important;border-color:#343941!important;color:#fff!important;border-radius:4px!important}
.dp-genres{gap:8px!important}.dp-genre{min-height:112px!important;border-radius:5px!important;background:linear-gradient(145deg,#16191e,#101216)!important;border-color:#292d33!important;color:#fff!important;box-shadow:none!important;text-transform:uppercase;font-size:13px!important;letter-spacing:.04em}.dp-genre:hover{background:#1c2025!important;border-color:#ff6900!important;transform:translateY(-2px)!important}
.dp-table{color:#dfe2e6!important;border-spacing:0 7px!important}.dp-table th{padding:0 10px 6px!important;color:#737b86!important}.dp-row{background:#111318!important;box-shadow:none!important}.dp-row:hover{background:#171a1f!important;box-shadow:0 0 0 1px rgba(255,105,0,.24)!important}.dp-row td{border-color:#292d33!important;color:#dfe2e6!important}.dp-row td:first-child{border-radius:5px 0 0 5px!important}.dp-row td:last-child{border-radius:0 5px 5px 0!important}.dp-track-title,.dp-track-title a{color:#fff!important}.dp-tag{background:rgba(255,105,0,.09)!important;border-color:rgba(255,105,0,.26)!important;color:#ff9a55!important;border-radius:3px!important}.dp-wave-player,.dp-player-cell .dp-wave-player,.dp-table .dp-wave-player,.dp-set-play .dp-wave-player{background:#090b0e!important;border-color:#30343b!important;border-radius:5px!important;box-shadow:none!important}.dp-wave-title{color:#fff!important}.dp-wave-meta{color:#ff8a37!important}.dp-wave span,.dp-wave-player .dp-wave span{background:#353a42!important}.dp-wave span.active,.dp-wave-player .dp-wave span.active{background:#ff6900!important}.dp-time{color:#818994!important}
.dp-rank-tabs a,.dp-pagination .page-numbers,.nav-links .page-numbers,.dp-numbered-pagination .page-numbers{border-radius:4px!important;background:#15181c!important;border-color:#30343b!important;color:#b8bdc5!important;box-shadow:none!important}.dp-rank-tabs a:hover,.dp-rank-tabs a.active,.dp-pagination .current,.nav-links .current,.dp-numbered-pagination .current{background:#ff6900!important;border-color:#ff6900!important;color:#111318!important}
.dp-set-smart{border-radius:7px!important;background:linear-gradient(110deg,#15181d,#23170f)!important}.dp-coins-cta .dp-card{border-radius:7px!important}

.dp-dark-app-page{background:radial-gradient(circle at 88% 0,rgba(255,105,0,.10),transparent 28%),#08090b!important}.dp-faq-wrap .dp-faq-hero,.dp-faq-wrap .dp-faq-card,.dp-studio-page .dp-card,.dp-account-page .dp-card,.dp-register-page .dp-register-card{border-radius:7px!important}.dp-faq-card h2{text-transform:none!important;letter-spacing:-.5px!important}.dp-set-prep-item{border-radius:5px!important}.dp-set-action{border-radius:4px!important}.dp-fav-category-tab{border-radius:4px!important}
.dp-footer{margin-top:0!important;padding:62px 0 125px!important;background:#050608!important;border-top:1px solid #24272d!important;color:#9198a2!important}.dp-footer strong{color:#fff!important}.dp-footer a{color:#c9cdd3!important}.dp-footer a:hover{color:#ff812b!important}.dp-pwa-install{border-radius:7px!important;background:linear-gradient(110deg,#15181d,#21170f)!important;border-color:#3a2b20!important}

@media(max-width:1050px){.dp-menu a{padding-inline:8px!important}.dp-home-quickbar{width:calc(100% - 30px)!important}.dp-home-quickbar>.dp-wrap{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dp-home-quickbar a:nth-child(2){border-right:0!important}.dp-home-quickbar a:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.09)}}
@media(max-width:900px){.dp-wrap{width:min(1380px,calc(100% - 28px))!important}.dp-announcement>.dp-wrap{justify-content:space-between;gap:10px}.dp-announcement a{padding-left:12px}.dp-nav{min-height:70px!important}.dp-hero.dp-hero-photo{min-height:0!important;padding:64px 0 96px!important}.dp-hero-photo .dp-title{font-size:clamp(56px,12vw,82px)!important;line-height:.86!important}.dp-home-quickbar{margin-top:-44px!important}.dp-editorial-content>strong{font-size:42px!important}.dp-section{padding:50px 0!important}.dp-section-head{align-items:flex-start!important}}
@media(max-width:560px){.dp-announcement>.dp-wrap{min-height:29px;font-size:7px;letter-spacing:.07em}.dp-announcement a{border-left:0;padding-left:0}.dp-announcement a b{display:none}.dp-brand-wordmark{font-size:22px!important}.dp-hero.dp-hero-photo{padding:50px 0 82px!important}.dp-hero-photo .dp-title{font-size:49px!important;letter-spacing:-1px!important}.dp-hero-photo .dp-lead{font-size:14px!important}.dp-home-quickbar{width:calc(100% - 20px)!important}.dp-home-quickbar>.dp-wrap{display:flex!important}.dp-home-quickbar a{min-width:82vw!important;border-bottom:0!important}.home .dp-editorial-card,#dp-app-content.dp-home-page .dp-editorial-card{min-height:390px!important}.dp-editorial-content{left:21px!important;right:21px!important;bottom:23px!important}.dp-editorial-content>strong{font-size:34px!important}.dp-section{padding:42px 0!important}.dp-section h2{font-size:31px!important;letter-spacing:-1.2px!important}.dp-card{border-radius:6px!important}}

/* DJPort v25.59 – Smart Search: pełna widoczność panelu na każdym ekranie */
.dp-topbar,.dp-nav{overflow:visible!important}
.dp-header-search{max-height:calc(100dvh - 118px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#ff6900 #17191d}
.dp-header-search form{padding-bottom:3px}.dp-header-search small{line-height:1.55;padding-bottom:2px;color:#a0a6af!important}
@media(max-width:900px){.dp-header-search{max-height:calc(100dvh - 104px);padding-bottom:max(16px,env(safe-area-inset-bottom))!important}}

/* DJPort v25.60 – przywrócone SET DNA i pewne kotwice paginacji */
#djport-latest,#djport-top100,#djport-track-list,#dj-charts-list{scroll-margin-top:96px}
.dp-numbered-pagination .page-numbers.dots{border-color:transparent!important;background:transparent!important;box-shadow:none!important;cursor:default}
.dp-set-health{padding:18px!important;background:radial-gradient(circle at 92% 0,rgba(255,105,0,.14),transparent 32%),linear-gradient(145deg,#171a1f,#0b0d10)!important}.dp-set-health-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.dp-set-health-head span{color:#ff8429;font-size:9px;font-weight:950;letter-spacing:.15em}.dp-set-health-head h4{margin:4px 0 0!important;text-transform:uppercase}.dp-set-health-head>strong{padding:7px 10px;border:1px solid #ff6900;border-radius:4px;color:#ff8a37;font-size:9px;letter-spacing:.08em}
.dp-set-health .dp-set-score-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.dp-set-health .dp-set-score-grid small{display:block;margin-top:4px;color:#737b86;font-size:9px}.dp-set-health .dp-set-score-grid i,.dp-set-energy-curve i{font-style:normal}.dp-set-energy-curve{margin-top:10px;padding:14px;border:1px solid #292d33;border-radius:5px;background:#090b0e}.dp-set-energy-curve>div:first-child,.dp-set-curve-labels{display:flex;justify-content:space-between;gap:10px}.dp-set-energy-curve>div:first-child span,.dp-set-curve-labels{color:#747c87;font-size:8px;font-weight:900;letter-spacing:.08em}.dp-set-energy-curve>div:first-child strong{color:#fff;font-size:10px}
.dp-set-energy-bars{height:74px;display:flex;align-items:flex-end;gap:3px;margin:12px 0 6px}.dp-set-energy-bars i{flex:1;min-width:3px;height:calc(var(--energy)*18%);border-radius:2px 2px 0 0;background:linear-gradient(180deg,#ff9a50,#ff6900);box-shadow:0 0 12px rgba(255,105,0,.16)}.dp-set-health-counts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}.dp-set-health-counts>div{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid #292d33;border-radius:4px;background:#111318;color:#9ba2ac;font-size:10px}.dp-set-health-counts strong{color:#fff;font-size:17px}.dp-set-health>p{margin:11px 2px 0;color:#858d97;font-size:10px}
@media(max-width:760px){.dp-set-health .dp-set-score-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dp-set-health-counts{grid-template-columns:1fr}.dp-set-health-head{align-items:flex-start;flex-direction:column}.dp-set-energy-bars{height:58px}}

/* DJPort v22.01 – mocno widoczne saldo DJPORT Coins */
.dp-account-page .dp-coins-balance-box>strong{display:inline-flex!important;align-items:center!important;margin:3px 0 9px!important;padding:9px 13px!important;border:1px solid #ff9b53!important;border-radius:4px!important;background:linear-gradient(135deg,#ff6900,#ff923f)!important;color:#111318!important;box-shadow:0 10px 25px rgba(255,105,0,.22)!important;font-size:16px!important;font-weight:950!important;line-height:1.1!important;letter-spacing:-.2px!important}

/* DJPort v22.10 – EVENT MODE, przejścia i jakość DJ READY */
.dp-audio-meta .dp-track-version{background:#20242a!important;border-color:#444a54!important;color:#f2f4f6!important}
.dp-audio-meta .dp-dj-ready{background:#133321!important;border-color:#2f7950!important;color:#9ff0bc!important;font-weight:950!important}
.dp-set-prep-form{grid-template-columns:repeat(4,minmax(0,1fr))!important;padding:18px!important;border-radius:7px!important}.dp-set-prep-form label{min-width:0!important}.dp-set-prep-form input,.dp-set-prep-form select{width:100%!important}.dp-set-prep-form .dp-btn{align-self:end!important}
.dp-event-mode-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:16px 0;padding:8px;border:1px solid #343941;border-radius:7px;background:#0b0d10}
.dp-event-mode-summary>span{min-height:76px;display:flex;flex-direction:column;justify-content:center;gap:7px;padding:13px;border:1px solid #292d33;border-radius:5px;background:#14171b;color:#858d97!important;font-size:9px;font-weight:850;letter-spacing:.05em;text-transform:uppercase}
.dp-event-mode-summary b{color:#fff!important;font-size:13px!important;letter-spacing:0;text-transform:none}
.dp-transition-hint{display:flex;flex-direction:column;gap:3px;margin-top:8px;padding:7px 9px;border:1px solid #394049;border-radius:4px;background:#0b0d10}
.dp-transition-hint b{font-size:9px!important;letter-spacing:.035em;text-transform:uppercase}.dp-transition-hint small{color:#929aa4!important;font-size:9px!important}
.dp-transition-good{border-color:#276945!important;background:#10241a!important}.dp-transition-good b{color:#8eecaf!important}.dp-transition-warn{border-color:#704125!important;background:#25170f!important}.dp-transition-warn b{color:#ffb47f!important}
.dp-set-score-grid{grid-template-columns:repeat(auto-fit,minmax(145px,1fr))!important}
@media(max-width:1050px){.dp-set-prep-form{grid-template-columns:repeat(3,minmax(0,1fr))!important}.dp-event-mode-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.dp-set-prep-form{grid-template-columns:1fr!important}.dp-event-mode-summary{grid-template-columns:1fr 1fr}.dp-event-mode-summary>span{min-height:68px;padding:10px}.dp-transition-hint{grid-column:1/-1}}
/* DJPORT v22.20 — DJ intelligence, event packs, radar i publiczne charts */
.dp-dj-search-card,.dp-charts-hero{background:radial-gradient(circle at 85% 20%,rgba(255,94,0,.25),transparent 35%),linear-gradient(135deg,#181818,#080808);border:1px solid #333;border-radius:24px;padding:clamp(24px,5vw,58px);color:#fff}
.dp-dj-search-understood{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:16px 0;padding:13px 16px;background:#171717;border:1px solid #333;border-radius:14px;color:#fff}.dp-dj-search-understood span{background:#ff5a00;color:#080808;border-radius:999px;padding:6px 10px;font-weight:800;font-size:12px}
.dp-transition-find-btn{display:inline-flex!important;margin-top:8px}.dp-transition-source{display:flex;align-items:center;gap:14px;padding:14px;margin:18px 0;background:#101010;border:1px solid #343434;border-left:4px solid #ff5a00;border-radius:16px;color:#fff}.dp-transition-source>span{font-size:10px;letter-spacing:.14em;color:#ff7a2f}.dp-transition-source>div{min-width:0;flex:1}
.dp-event-pack-info{display:flex;gap:12px;align-items:center;margin:12px 0;padding:12px 14px;border-radius:12px;background:#111;border:1px solid #3a3a3a;color:#ddd}.dp-event-pack-info b{color:#ff6b1a;letter-spacing:.1em}.dp-event-pack-info span{font-size:12px}
.dp-dj-ready-certificate{display:grid;grid-template-columns:120px 1fr;gap:20px;align-items:center;margin-top:24px;padding:22px;background:linear-gradient(135deg,#111,#202020);border:1px solid #3a3a3a;border-radius:20px;color:#fff}.dp-dj-ready-certificate.is-ready{border-color:#ff5a00;box-shadow:0 15px 50px rgba(255,90,0,.12)}.dp-dj-ready-seal{width:112px;height:112px;border:2px solid #ff5a00;border-radius:50%;display:grid;place-content:center;text-align:center;box-shadow:inset 0 0 0 6px #111,inset 0 0 0 8px #ff5a00}.dp-dj-ready-seal b{font-size:28px;color:#ff5a00}.dp-dj-ready-seal span{font-size:9px;letter-spacing:.12em}.dp-ready-checks{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.dp-ready-checks span{padding:7px 9px;border-radius:8px;background:#292929;font-size:12px}.dp-ready-checks .ok b{color:#70e29a;margin-right:6px}.dp-ready-checks .missing b{color:#ff8a4b;margin-right:6px}.dp-dj-ready-certificate small{color:#aaa}
.dp-trend-section{background:#0b0b0b;color:#fff}.dp-trend-radar{display:grid;grid-template-columns:minmax(220px,34%) 1fr;gap:30px;padding:28px;border:1px solid #2c2c2c;background:#131313;border-radius:24px;overflow:hidden}.dp-radar-pulse{position:relative;aspect-ratio:1;border-radius:50%;align-self:center;background:repeating-radial-gradient(circle,transparent 0 18%,rgba(255,90,0,.32) 19% 20%),linear-gradient(90deg,transparent 49.5%,rgba(255,90,0,.25) 50%,transparent 50.5%),linear-gradient(transparent 49.5%,rgba(255,90,0,.25) 50%,transparent 50.5%)}.dp-radar-pulse:after{content:"";position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 10deg,rgba(255,90,0,.62),transparent 26%);animation:dpRadar 5s linear infinite}.dp-radar-pulse b{position:absolute;z-index:2;inset:50% auto auto 50%;transform:translate(-50%,-50%);background:#ff5a00;color:#050505;border-radius:999px;padding:8px 12px;font-size:11px}@keyframes dpRadar{to{transform:rotate(360deg)}}.dp-radar-list{display:grid}.dp-radar-list>a{display:grid;grid-template-columns:34px 48px minmax(0,1fr) auto;align-items:center;gap:12px;padding:9px;border-bottom:1px solid #292929;color:#fff;text-decoration:none}.dp-radar-list>a:hover{background:#1d1d1d}.dp-radar-list>a>strong,.dp-radar-list em{color:#ff6b1a}.dp-radar-list span{display:grid;min-width:0}.dp-radar-list span b,.dp-radar-list span small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dp-radar-list span small{color:#aaa}.dp-radar-cover{width:48px;height:48px;object-fit:cover;border-radius:7px}.dp-radar-list em{font-size:10px;font-style:normal;font-weight:900}
.dp-charts-page{background:#0a0a0a;min-height:75vh;color:#fff}.dp-charts-hero h1{max-width:800px;font-size:clamp(38px,6vw,72px);line-height:.98;margin:10px 0 18px}.dp-charts-hero p{max-width:760px;color:#ccc;font-size:18px}.dp-chart-builder{margin:26px 0;background:#171717;border:1px solid #393939;border-radius:18px;overflow:hidden}.dp-chart-builder summary{cursor:pointer;padding:18px 22px;font-weight:900;color:#fff}.dp-chart-builder form{padding:0 22px 24px;display:grid;gap:15px}.dp-chart-builder label{display:grid;gap:7px;color:#ddd;font-weight:700}.dp-chart-builder input[type=text],.dp-chart-builder textarea{background:#090909;border:1px solid #444;color:#fff;border-radius:10px;padding:12px}.dp-chart-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dp-chart-picker>b{grid-column:1/-1}.dp-chart-picker label{grid-template-columns:auto 44px minmax(0,1fr);align-items:center;background:#222;padding:8px;border-radius:10px}.dp-chart-picker span{display:grid}.dp-chart-picker small{color:#aaa}.dp-charts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:26px}.dp-chart-card{background:#151515;border:1px solid #343434;border-top:3px solid #ff5a00;border-radius:18px;padding:20px;color:#fff}.dp-chart-card-head{display:flex;justify-content:space-between;gap:14px}.dp-chart-card-head span{font-size:10px;letter-spacing:.13em;color:#ff6b1a}.dp-chart-card-head h3{font-size:24px;margin:5px 0}.dp-chart-card-head a{color:#fff;font-size:12px}.dp-chart-card>p{color:#aaa}.dp-chart-track-list{list-style:none;padding:0;margin:14px 0 0;counter-reset:chart}.dp-chart-track-list li{display:grid;grid-template-columns:38px minmax(0,1fr) 28px;align-items:center;gap:10px;padding:8px 0;border-top:1px solid #2b2b2b}.dp-chart-track-list li span{display:grid}.dp-chart-track-list small{color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dp-chart-cover{width:38px;height:38px;object-fit:cover;border-radius:6px}.dp-chart-track-list a{color:#ff6b1a;text-decoration:none}.dp-user-profile-charts{margin:30px 0}
.dp-producer-growth{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0}.dp-producer-growth span{display:grid;gap:5px;background:#161616;border:1px solid #373737;border-radius:12px;padding:14px;color:#fff}.dp-producer-growth small{color:#aaa}.dp-producer-growth strong{font-size:24px;color:#ff6b1a}.dp-producer-top-track{display:flex;align-items:center;gap:10px;background:#202020;border-radius:12px;padding:10px;color:#fff}.dp-producer-top-track>span{color:#aaa}.dp-producer-top-track a{color:#fff;font-weight:800}
@media(max-width:800px){.dp-trend-radar{grid-template-columns:1fr;gap:18px;padding:18px}.dp-radar-pulse{display:block;width:min(58vw,220px);justify-self:center;contain:layout paint;transform:translateZ(0)}.dp-radar-pulse:after{animation-duration:4.25s;will-change:transform}.dp-charts-grid,.dp-chart-picker{grid-template-columns:1fr}.dp-producer-growth{grid-template-columns:repeat(2,1fr)}.dp-dj-ready-certificate{grid-template-columns:1fr}.dp-dj-ready-seal{width:92px;height:92px}.dp-transition-source{align-items:flex-start;flex-wrap:wrap}.dp-radar-list>a{grid-template-columns:28px 42px minmax(0,1fr)}.dp-radar-list em{display:none}}
@media(max-width:420px){.dp-radar-pulse{width:min(54vw,190px)}.dp-radar-pulse b{padding:7px 10px;font-size:10px}.dp-trend-radar{padding:14px;border-radius:18px}.dp-radar-list>a{gap:9px;padding:8px 4px}}
@media(prefers-reduced-motion:reduce){.dp-radar-pulse:after{animation-duration:12s}}

/* DJPort v22.32 — stabilny transport i osobny rząd czasu w dolnym playerze */
.dp-global-inner{grid-template-columns:58px 126px minmax(0,1fr) 90px 196px!important}
.dp-global-cover{grid-column:1!important}
.dp-global-transport{grid-column:2!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;min-width:0!important}
.dp-global-transport .dp-global-play{grid-column:auto!important;position:static!important;margin:0!important;width:44px!important;height:44px!important;min-width:44px!important;flex:0 0 44px!important}
.dp-global-skip{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;min-width:34px;padding:0;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:rgba(255,255,255,.07);color:#fff;font:900 25px/1 Arial,sans-serif;cursor:pointer}
.dp-global-skip:hover:not(:disabled){border-color:#ff7d25;background:#ff6900;color:#111}
.dp-global-skip:disabled{opacity:.28;cursor:not-allowed}
.dp-global-main{grid-column:3!important}
.dp-global-time{grid-column:4!important}
.dp-global-actions{grid-column:5!important}
@media(max-width:1100px) and (min-width:761px){
  .dp-global-inner{grid-template-columns:52px 116px minmax(0,1fr) 76px 88px!important;gap:9px!important}
  .dp-global-transport .dp-global-play{width:40px!important;height:40px!important;min-width:40px!important;flex-basis:40px!important}
  .dp-global-skip{width:31px;height:31px;min-width:31px;font-size:22px}
}
@media(max-width:760px){
  .dp-global-player{min-height:142px!important}
  .dp-global-inner{grid-template-columns:44px minmax(108px,1fr) 82px!important;grid-template-rows:auto auto auto!important;gap:7px 8px!important;padding:9px 10px!important}
  .dp-global-cover{grid-column:1!important;grid-row:1!important;width:44px!important;height:44px!important;min-width:44px!important;flex-basis:44px!important}
  .dp-global-transport{grid-column:2!important;grid-row:1!important;justify-self:start!important}
  .dp-global-transport .dp-global-play{width:40px!important;height:40px!important;min-width:40px!important;flex-basis:40px!important}
  .dp-global-skip{width:30px;height:30px;min-width:30px;font-size:21px}
  .dp-global-actions{grid-column:3!important;grid-row:1!important;justify-self:end!important;width:82px!important;max-width:82px!important;gap:4px!important}
  .dp-global-actions .dp-inline-form{width:38px!important;min-width:38px!important;margin:0!important}
  .dp-global-action{width:38px!important;min-width:38px!important;height:38px!important;padding:0!important}
  .dp-global-main{grid-column:1/-1!important;grid-row:2!important;min-width:0!important}
  .dp-global-time{grid-column:1/-1!important;grid-row:3!important;position:static!important;width:100%!important;min-width:0!important;margin:0!important;padding:0 2px!important;text-align:right!important;white-space:nowrap!important;line-height:1.2!important}
}
@media(max-width:360px){
  .dp-global-inner{grid-template-columns:40px minmax(102px,1fr) 74px!important;gap:6px!important;padding-inline:7px!important}
  .dp-global-cover{width:40px!important;height:40px!important;min-width:40px!important;flex-basis:40px!important}
  .dp-global-actions{width:74px!important;max-width:74px!important;gap:2px!important}.dp-global-actions .dp-inline-form,.dp-global-action{width:36px!important;min-width:36px!important}
  .dp-global-transport{gap:3px!important}.dp-global-skip{width:28px;height:28px;min-width:28px}.dp-global-transport .dp-global-play{width:38px!important;height:38px!important;min-width:38px!important;flex-basis:38px!important}
}

/* DJPORT v22.21 — profesjonalne zgłoszenia muzyki */
.dp-submit-pro-page{color:#fff}.dp-submit-pro-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 210px;align-items:center;gap:36px;min-height:360px;padding:clamp(30px,6vw,72px);background:radial-gradient(circle at 78% 42%,rgba(255,92,0,.32),transparent 28%),linear-gradient(115deg,#090909 0%,#171717 60%,#080808 100%);border:1px solid #303030;border-bottom:4px solid #ff5a00;border-radius:4px}.dp-submit-pro-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 54%,rgba(255,255,255,.035) 54% 55%,transparent 55% 62%,rgba(255,255,255,.025) 62% 63%,transparent 63%);pointer-events:none}.dp-submit-pro-hero h1{position:relative;z-index:1;font-size:clamp(46px,7vw,86px);line-height:.88;letter-spacing:-.055em;margin:14px 0 22px}.dp-submit-pro-hero h1 span{color:#ff5a00}.dp-submit-pro-hero p{position:relative;z-index:1;max-width:700px;color:#c9c9c9;font-size:18px;line-height:1.55;margin:0}.dp-submit-hero-stamp{position:relative;z-index:1;aspect-ratio:1;display:grid;place-content:center;text-align:center;border:2px solid #ff5a00;border-radius:50%;box-shadow:0 0 0 10px rgba(255,90,0,.08),0 22px 70px rgba(0,0,0,.45);transform:rotate(-7deg)}.dp-submit-hero-stamp strong{font-size:32px;line-height:1;color:#ff5a00}.dp-submit-hero-stamp span{font-size:16px;font-weight:900}.dp-submit-hero-stamp small{margin-top:7px;color:#aaa;font-size:9px;letter-spacing:.13em}
.dp-submit-process{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;background:#141414;border:1px solid #303030;border-top:0;margin:0 0 30px;padding:0 26px}.dp-submit-process>span{display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:center;padding:20px}.dp-submit-process b{grid-row:1/3;font-size:30px;color:#ff5a00}.dp-submit-process em{font-style:normal;font-weight:900;text-transform:uppercase}.dp-submit-process small{color:#929292}.dp-submit-process>i{color:#555;font-style:normal;font-size:24px}
.dp-submit-pro-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:24px;align-items:start}.dp-submit-guidelines{position:sticky;top:105px;background:#111;border:1px solid #303030;border-top:4px solid #ff5a00;padding:28px}.dp-submit-guidelines h2{font-size:34px;line-height:1.05;margin:10px 0 24px}.dp-submit-guidelines ul{list-style:none;padding:0;margin:0;display:grid}.dp-submit-guidelines li{position:relative;display:grid;gap:4px;padding:16px 0 16px 30px;border-top:1px solid #292929}.dp-submit-guidelines li:before{content:"✓";position:absolute;left:0;top:17px;color:#ff5a00;font-weight:950}.dp-submit-guidelines li b{color:#fff}.dp-submit-guidelines li span{color:#a9a9a9;font-size:13px;line-height:1.5}.dp-submit-review-note{margin-top:18px;padding:16px;background:#21150f;border-left:3px solid #ff5a00}.dp-submit-review-note>b{font-size:10px;letter-spacing:.13em;color:#ff752d}.dp-submit-review-note p{font-size:12px;line-height:1.5;color:#ccc;margin:7px 0 0}.dp-submit-reward{display:flex;align-items:center;gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid #303030}.dp-submit-reward>strong{font-size:42px;color:#ff5a00;line-height:1}.dp-submit-reward>span{display:grid}.dp-submit-reward small{color:#999}
.dp-submit-track-card{border-radius:4px!important;padding:clamp(22px,4vw,42px)!important;background:#151515!important;border-color:#303030!important;box-shadow:none!important}.dp-submit-form-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;border-bottom:1px solid #333;padding-bottom:18px;margin-bottom:18px}.dp-submit-form-head h2{font-size:40px;margin:5px 0 0}.dp-submit-form-head>span{color:#999;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.dp-submit-form-head>span b{color:#ff5a00}.dp-submit-track-card .dp-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.dp-submit-track-card .dp-contact-form>label{margin:0!important}.dp-submit-track-card .dp-contact-form>label:nth-of-type(n+5),.dp-submit-track-card .dp-contact-form>.dp-muted,.dp-submit-track-card .dp-contact-form>button{grid-column:1/-1}.dp-submit-track-card .dp-contact-form label{color:#f3f3f3!important;font-size:12px!important;text-transform:uppercase;letter-spacing:.055em}.dp-submit-track-card input:not([type=checkbox]):not([type=file]),.dp-submit-track-card select{min-height:52px!important;margin-top:8px!important;background:#090909!important;border:1px solid #3a3a3a!important;border-radius:3px!important;color:#fff!important;padding:12px 14px!important}.dp-submit-track-card input:focus,.dp-submit-track-card select:focus{border-color:#ff5a00!important;box-shadow:0 0 0 3px rgba(255,90,0,.13)!important}.dp-submit-track-card select option{background:#111;color:#fff}.dp-submit-file-drop{position:relative;min-height:190px;display:flex!important;align-items:center;justify-content:center;flex-direction:column;gap:7px;border:1px dashed #555!important;background:#0c0c0c;padding:25px!important;text-align:center;cursor:pointer}.dp-submit-file-drop:hover{border-color:#ff5a00!important;background:#111}.dp-submit-file-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#ff5a00;color:#090909;font-size:26px;font-weight:900}.dp-submit-file-drop strong{font-size:17px;text-transform:none;letter-spacing:0}.dp-submit-file-drop em{font-style:normal;color:#8f8f8f;text-transform:none;letter-spacing:0}.dp-submit-file-drop input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.dp-submit-file-name{position:relative;color:#ff762e!important;text-transform:none;letter-spacing:0;max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dp-submit-track-card .dp-terms-check{padding:15px!important;background:#101010!important;border:1px solid #303030!important;border-radius:3px!important;text-transform:none!important;letter-spacing:0!important;line-height:1.5}.dp-submit-track-card .dp-terms-check input{accent-color:#ff5a00;flex:0 0 auto}.dp-submit-track-card .dp-submit-terms-link a{color:#ff762e!important;text-decoration:underline}.dp-submit-track-card button[type=submit]{min-height:54px;border-radius:3px!important;font-size:14px;letter-spacing:.045em;text-transform:uppercase}.dp-submit-track-card>.dp-lead{font-size:15px;color:#aaa}
@media(max-width:900px){.dp-submit-pro-hero{grid-template-columns:1fr}.dp-submit-hero-stamp{display:none}.dp-submit-pro-layout{grid-template-columns:1fr}.dp-submit-guidelines{position:static}.dp-submit-process{grid-template-columns:1fr;padding:10px 15px}.dp-submit-process>i{display:none}.dp-submit-process>span{padding:12px}.dp-submit-process b{font-size:22px}.dp-submit-track-card .dp-contact-form{grid-template-columns:1fr}.dp-submit-track-card .dp-contact-form>label{grid-column:1!important}}
@media(max-width:560px){.dp-submit-pro-hero{min-height:300px;padding:28px 20px}.dp-submit-pro-hero h1{font-size:46px}.dp-submit-pro-hero p{font-size:15px}.dp-submit-guidelines{padding:22px 18px}.dp-submit-guidelines h2{font-size:28px}.dp-submit-form-head{display:block}.dp-submit-form-head>span{display:block;margin-top:10px}.dp-submit-track-card{padding:20px 16px!important}.dp-submit-file-drop{min-height:165px}}

/* DJPORT v22.22 — pełny kontrast panelu Moje konto */
.dp-account-page,.dp-account-page .dp-card,.dp-account-card{color:#f1f3f5!important}.dp-account-page h1,.dp-account-page h2,.dp-account-page h3,.dp-account-page h4,.dp-account-card h1,.dp-account-card h2,.dp-account-card h3,.dp-account-card h4{color:#fff!important}.dp-account-page p,.dp-account-page li,.dp-account-page td,.dp-account-page th,.dp-account-page label,.dp-account-card p,.dp-account-card li,.dp-account-card td,.dp-account-card th,.dp-account-card label{color:#d9dde2!important}.dp-account-page .dp-muted,.dp-account-card .dp-muted{color:#adb3bb!important}.dp-account-page strong:not(.dp-coins-total),.dp-account-card strong:not(.dp-coins-total){color:#fff!important}.dp-account-page a:not(.dp-btn),.dp-account-card a:not(.dp-btn){color:#ff8734!important}.dp-account-page .dp-support-mini,.dp-account-page .dp-support-note,.dp-account-page .dp-newsletter-box,.dp-account-page .dp-premium-renew-box,.dp-account-page .dp-coins-history-card,.dp-account-card .dp-support-mini,.dp-account-card .dp-support-note,.dp-account-card .dp-newsletter-box,.dp-account-card .dp-premium-renew-box,.dp-account-card .dp-coins-history-card{color:#d9dde2!important;background:#111318!important;border-color:#343941!important}.dp-account-page .dp-form label,.dp-account-card .dp-form label,.dp-account-page .login-username,.dp-account-page .login-password,.dp-account-page .login-remember label{color:#e5e8ec!important}.dp-account-page .dp-form input:not([type=checkbox]):not([type=submit]),.dp-account-page .dp-form select,.dp-account-page .dp-form textarea,.dp-account-card .dp-form input:not([type=checkbox]):not([type=submit]),.dp-account-card .dp-form select,.dp-account-card .dp-form textarea{background:#090b0e!important;border-color:#3b4048!important;color:#fff!important}.dp-account-page .dp-coins-history th,.dp-account-page .dp-coins-history td,.dp-account-card .dp-coins-history th,.dp-account-card .dp-coins-history td{color:#d9dde2!important;border-color:#343941!important}.dp-account-page .dp-coins-balance-box .dp-coins-total,.dp-account-card .dp-coins-balance-box .dp-coins-total{color:#08090b!important}.dp-account-page .dp-btn,.dp-account-card .dp-btn{color:#111318!important}.dp-account-page .dp-btn.ghost,.dp-account-card .dp-btn.ghost{color:#f2f3f5!important}
.dp-brand-image-link{display:flex!important;align-items:center!important;justify-content:center!important;width:165px!important;max-width:165px!important;height:62px!important;overflow:hidden!important;line-height:0!important}.dp-brand-image-link .dp-brand-image{display:block!important;width:165px!important;max-width:165px!important;height:62px!important;object-fit:contain!important}@media(max-width:700px){.dp-brand-image-link{width:128px!important;max-width:128px!important;height:48px!important}.dp-brand-image-link .dp-brand-image{width:128px!important;max-width:128px!important;height:48px!important}}

/* DJPORT v25.39 — aktywne style UGC / DSA, formularzy i profesjonalnej stopki prawnej. */
.dp-rights-box,.dp-legal-form-card{border:1px solid rgba(255,122,0,.35)!important;background:linear-gradient(145deg,rgba(255,122,0,.09),rgba(255,255,255,.025))!important;border-radius:18px!important;padding:22px!important;margin:18px 0!important}.dp-rights-box .dp-check{align-items:flex-start!important;margin:13px 0!important;line-height:1.55!important}.dp-rights-box input[type=checkbox]{margin-top:5px!important;flex:0 0 auto!important}.dp-hp{position:absolute!important;left:-99999px!important;opacity:0!important}.dp-legal-report-link{display:inline-flex!important;color:#aeb4be!important;font-size:12px!important;text-decoration:underline!important;text-underline-offset:4px!important}.dp-legal-report-link:hover{color:#ff7a00!important}.dp-legal-trust-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin:24px 0!important}.dp-legal-trust-grid>div{padding:18px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:15px!important;background:#11151b!important}.dp-legal-trust-grid b,.dp-legal-trust-grid span{display:block!important}.dp-legal-trust-grid b{color:#ff7a00!important;margin-bottom:6px!important}.dp-legal-trust-grid span{color:#ccd2dc!important;line-height:1.5!important}.dp-legal-docs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:24px!important}.dp-legal-docs a{display:block!important;padding:17px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:14px!important;background:#10141a!important;color:#fff!important;text-decoration:none!important}.dp-legal-docs b,.dp-legal-docs span{display:block!important}.dp-legal-docs b{color:#ff7a00!important;margin-bottom:5px!important}.dp-legal-docs span{color:#aeb6c2!important;font-size:13px!important;line-height:1.45!important}
.dp-home-legal-trust{display:block!important;clear:both!important;padding:34px 0!important;margin:0!important;background:linear-gradient(115deg,#080a0d,#15100c)!important;border-top:1px solid rgba(255,122,0,.3)!important;color:#fff!important}.dp-home-legal-trust .dp-wrap{display:block!important;max-width:980px!important}.dp-home-legal-trust .dp-kicker{display:block!important;margin-bottom:8px!important}.dp-home-legal-trust h2{display:block!important;margin:0 0 10px!important;color:#fff!important;line-height:1.18!important}.dp-home-legal-trust p{display:block!important;max-width:900px!important;margin:0 0 16px!important;color:#c5cbd4!important;line-height:1.65!important}.dp-home-legal-trust a{display:inline-flex!important;align-items:center!important;min-height:42px!important;padding:10px 15px!important;border:1px solid rgba(255,122,0,.42)!important;border-radius:10px!important;background:rgba(255,122,0,.08)!important;color:#ff982f!important;font-weight:850!important;line-height:1.25!important;text-decoration:none!important}
.dp-legal-footer-notice{display:block!important;clear:both!important;background:#07090c!important;border-top:1px solid rgba(255,122,0,.34)!important;padding:24px 0!important;margin:0!important;color:#dce1e8!important}.dp-legal-footer-notice .dp-wrap{display:grid!important;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr)!important;align-items:center!important;justify-content:space-between!important;gap:28px!important}.dp-legal-footer-notice .dp-wrap>div{display:block!important;min-width:0!important}.dp-legal-footer-notice strong,.dp-legal-footer-notice span{display:block!important}.dp-legal-footer-notice strong{margin:0 0 7px!important;color:#ff7a00!important;font-size:13px!important;letter-spacing:.06em!important}.dp-legal-footer-notice span{max-width:760px!important;margin:0!important;font-size:12px!important;line-height:1.65!important;color:#aab1bc!important}.dp-legal-footer-notice nav{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:9px!important;flex-wrap:wrap!important}.dp-legal-footer-notice nav a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:36px!important;padding:8px 11px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:9px!important;background:#11151a!important;color:#fff!important;font-size:11px!important;font-weight:800!important;line-height:1.15!important;text-decoration:none!important;white-space:nowrap!important}.dp-legal-footer-notice nav a:hover{border-color:#ff7a00!important;color:#ff942f!important;background:rgba(255,122,0,.08)!important}
.dp-copyright-warning{position:fixed!important;left:18px!important;right:18px!important;bottom:96px!important;z-index:9998!important;max-width:760px!important;margin:auto!important;padding:14px 18px!important;border:1px solid #ff7a00!important;border-radius:14px!important;background:#17110d!important;color:#fff!important;box-shadow:0 18px 55px rgba(0,0,0,.5)!important}.dp-copyright-warning strong,.dp-copyright-warning span{display:block!important}.dp-copyright-warning strong{color:#ff8b23!important;margin-bottom:4px!important}.dp-copyright-warning span{font-size:13px!important;line-height:1.45!important}.dp-legal-report-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.dp-legal-report-form>label{margin:0!important}.dp-legal-report-form .dp-legal-reason-field,.dp-legal-report-form .dp-legal-evidence-field,.dp-legal-report-form .dp-check,.dp-legal-report-form .dp-btn{grid-column:1/-1!important}.dp-legal-report-form label>span{display:block!important;font-weight:850!important;margin-bottom:5px!important}.dp-legal-report-form label>small{display:block!important;margin:0 0 10px!important;color:#aeb6c2!important;line-height:1.5!important}.dp-legal-report-form .dp-legal-reason-field{padding:18px!important;border:1px solid rgba(255,122,0,.28)!important;border-radius:16px!important;background:rgba(0,0,0,.18)!important}.dp-legal-report-form .dp-legal-reason-field textarea{display:block!important;width:100%!important;min-height:300px!important;resize:vertical!important;padding:16px!important;border-radius:12px!important;line-height:1.6!important;box-sizing:border-box!important}.dp-legal-report-form .dp-legal-evidence-field{padding:18px!important;border:1px dashed rgba(255,122,0,.48)!important;border-radius:16px!important;background:rgba(255,122,0,.055)!important}.dp-legal-report-form .dp-legal-evidence-field input[type=file]{display:block!important;width:100%!important;padding:13px!important;border-radius:10px!important;background:#0e1217!important;color:#fff!important}
@media(max-width:900px){.dp-legal-footer-notice .dp-wrap{grid-template-columns:1fr!important;gap:18px!important}.dp-legal-footer-notice nav{justify-content:flex-start!important}}@media(max-width:720px){.dp-legal-trust-grid,.dp-legal-docs,.dp-legal-report-form{grid-template-columns:1fr!important}.dp-home-legal-trust{padding:27px 0!important}.dp-home-legal-trust h2{font-size:24px!important}.dp-legal-footer-notice{padding:21px 0!important}.dp-legal-footer-notice nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;gap:8px!important}.dp-legal-footer-notice nav a{white-space:normal!important;text-align:center!important}.dp-rights-box,.dp-legal-form-card{padding:16px!important}.dp-copyright-warning{left:10px!important;right:10px!important;bottom:84px!important}.dp-legal-report-form .dp-legal-reason-field textarea{min-height:250px!important}}

/* DJPORT v25.40 — dokumenty pod głównym przyciskiem i większe formularze prawne. */
.dp-home-legal-trust .dp-legal-main-link{display:inline-flex!important;margin-bottom:14px!important}.dp-home-legal-doc-links{display:flex!important;align-items:center!important;gap:9px!important;flex-wrap:wrap!important;margin-top:0!important}.dp-home-legal-doc-links a{display:inline-flex!important;align-items:center!important;min-height:36px!important;padding:8px 11px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:9px!important;background:#10141a!important;color:#e8ebef!important;font-size:11px!important;font-weight:800!important;line-height:1.2!important;text-decoration:none!important}.dp-home-legal-doc-links a:hover{border-color:#ff7a00!important;color:#ff942f!important}.dp-legal-form-card{width:min(100%,1040px)!important;margin:18px auto!important}.dp-legal-report-form,.dp-legal-appeal-form{width:100%!important;margin-top:24px!important}.dp-legal-report-form label,.dp-legal-appeal-form label{display:block!important;width:100%!important;font-weight:750!important;line-height:1.45!important}.dp-legal-report-form input:not([type=checkbox]):not([type=file]),.dp-legal-report-form select,.dp-legal-appeal-form input:not([type=checkbox]):not([type=file]),.dp-legal-appeal-form select{display:block!important;width:100%!important;max-width:none!important;min-height:56px!important;margin-top:8px!important;padding:12px 15px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:12px!important;background:#0d1116!important;color:#fff!important;font-size:16px!important;box-sizing:border-box!important}.dp-legal-report-form textarea,.dp-legal-appeal-form textarea{display:block!important;width:100%!important;max-width:none!important;min-height:340px!important;margin-top:10px!important;padding:17px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:12px!important;background:#0d1116!important;color:#fff!important;font-size:16px!important;line-height:1.65!important;box-sizing:border-box!important;resize:vertical!important}.dp-legal-report-form input[type=file],.dp-legal-appeal-form input[type=file]{display:block!important;width:100%!important;max-width:none!important;min-height:58px!important;margin-top:10px!important;padding:14px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:12px!important;background:#0d1116!important;color:#fff!important;box-sizing:border-box!important}.dp-legal-appeal-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.dp-legal-appeal-form .dp-legal-reason-field,.dp-legal-appeal-form .dp-legal-evidence-field,.dp-legal-appeal-form .dp-btn{grid-column:1/-1!important}.dp-legal-report-form .dp-btn,.dp-legal-appeal-form .dp-btn{min-height:52px!important;padding:14px 22px!important;font-size:15px!important}@media(max-width:720px){.dp-home-legal-doc-links{display:grid!important;grid-template-columns:1fr!important;width:100%!important}.dp-home-legal-doc-links a{justify-content:center!important;text-align:center!important}.dp-legal-appeal-form{grid-template-columns:1fr!important}.dp-legal-report-form textarea,.dp-legal-appeal-form textarea{min-height:280px!important}}

/* DJPORT v25.41 — prostsze potwierdzenie praw i rozwijane DJ Charts. */
.dp-rights-compact{padding:16px 18px!important}.dp-rights-compact>.dp-check{display:flex!important;align-items:flex-start!important;gap:11px!important;margin:0!important}.dp-rights-compact>.dp-check>span{display:block!important}.dp-rights-compact>.dp-check strong,.dp-rights-compact>.dp-check small{display:block!important}.dp-rights-compact>.dp-check strong{color:#fff!important;line-height:1.45!important}.dp-rights-compact>.dp-check small{margin-top:4px!important;color:#aeb6c2!important;line-height:1.45!important}.dp-rights-compact details{margin-top:13px!important;padding-top:12px!important;border-top:1px solid rgba(255,255,255,.1)!important}.dp-rights-compact summary{color:#ff963f!important;font-size:12px!important;font-weight:850!important;cursor:pointer!important}.dp-rights-compact details>div{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;margin-top:14px!important}.dp-rights-compact select,.dp-rights-compact input[type=file]{display:block!important;width:100%!important;max-width:none!important;min-height:52px!important;margin-top:7px!important;padding:11px 13px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:11px!important;background:#0d1116!important;color:#fff!important;box-sizing:border-box!important}.dp-charts-accordion-list{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.dp-chart-accordion{display:block!important;padding:0!important;overflow:hidden!important;border-radius:15px!important}.dp-chart-accordion>summary{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;min-height:82px!important;padding:17px 20px!important;list-style:none!important;cursor:pointer!important;background:linear-gradient(135deg,#171a1f,#101216)!important}.dp-chart-accordion>summary::-webkit-details-marker{display:none!important}.dp-chart-accordion-copy{display:block!important;min-width:0!important}.dp-chart-accordion-copy small,.dp-chart-accordion-copy strong,.dp-chart-accordion-copy em{display:block!important}.dp-chart-accordion-copy small{margin-bottom:4px!important;color:#ff8429!important;font-size:9px!important;font-weight:900!important;letter-spacing:.12em!important}.dp-chart-accordion-copy strong{overflow:hidden!important;color:#fff!important;font-size:19px!important;line-height:1.25!important;text-overflow:ellipsis!important;white-space:nowrap!important}.dp-chart-accordion-copy em{margin-top:5px!important;color:#9fa6b1!important;font-size:12px!important;font-style:normal!important}.dp-chart-accordion-toggle{display:flex!important;align-items:center!important;gap:9px!important;flex:0 0 auto!important;color:#ff963f!important;font-size:11px!important;font-weight:850!important}.dp-chart-accordion-toggle i{display:grid!important;place-items:center!important;width:30px!important;height:30px!important;border:1px solid rgba(255,122,0,.4)!important;border-radius:50%!important;font-size:17px!important;font-style:normal!important;transition:transform .2s ease!important}.dp-chart-accordion[open] .dp-chart-accordion-toggle i{transform:rotate(180deg)!important}.dp-chart-accordion[open] .dp-chart-accordion-toggle b{font-size:0!important}.dp-chart-accordion[open] .dp-chart-accordion-toggle b:after{content:'Zwiń listę'!important;font-size:11px!important}.dp-chart-accordion-body{padding:20px!important;border-top:1px solid rgba(255,255,255,.1)!important}.dp-chart-accordion-body>.dp-chart-track-list{margin-top:14px!important}@media(max-width:700px){.dp-rights-compact details>div{grid-template-columns:1fr!important}.dp-chart-accordion>summary{min-height:74px!important;padding:14px!important}.dp-chart-accordion-copy strong{font-size:16px!important}.dp-chart-accordion-toggle b{display:none!important}.dp-chart-accordion-body{padding:14px!important}}

/* DJPORT v25.42 — Intelligent DJ Pool + zaufanie UGC w hero. */
.dp-hero-copy .dp-lead strong{color:#fff!important;font-weight:900!important}.dp-hero-ugc-line{display:flex!important;align-items:flex-start!important;gap:8px!important;max-width:720px!important;margin:14px 0 0!important;padding:10px 13px!important;border-left:3px solid #ff6a00!important;border-radius:0 9px 9px 0!important;background:rgba(5,5,5,.38)!important;color:#d4d8de!important;font-size:12px!important;font-weight:650!important;line-height:1.5!important}.dp-hero-ugc-line span{flex:0 0 auto!important;color:#ff8429!important;font-weight:950!important}@media(max-width:700px){.dp-hero-ugc-line{font-size:11px!important;padding:9px 11px!important}}

/* DJPORT v25.43 — STUDIO stats, status ostrzeżeń i responsywna historia transferu. */
.dp-studio-creator-dashboard{margin:22px 0!important;background:linear-gradient(145deg,#11151b,#0b0d11)!important;border-color:#333942!important;color:#fff!important}.dp-studio-creator-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:20px!important}.dp-studio-creator-head h2{margin:5px 0 8px!important;color:#fff!important}.dp-studio-stat-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin:22px 0!important}.dp-studio-stat-grid>div{display:grid!important;gap:4px!important;min-width:0!important;padding:17px!important;border:1px solid #303640!important;border-radius:14px!important;background:#15191f!important}.dp-studio-stat-grid span{color:#aeb5bf!important;font-size:11px!important;font-weight:850!important;letter-spacing:.06em!important;text-transform:uppercase!important}.dp-studio-stat-grid strong{color:#ff8429!important;font-size:30px!important;line-height:1!important}.dp-studio-stat-grid small{color:#8f97a2!important}.dp-studio-chart-share-list{display:grid!important;gap:10px!important}.dp-studio-chart-share-list>h3{margin:5px 0!important;color:#fff!important}.dp-studio-chart-share-row{display:grid!important;grid-template-columns:minmax(180px,1fr) auto minmax(260px,auto)!important;align-items:center!important;gap:12px!important;padding:14px!important;border:1px solid #303640!important;border-radius:13px!important;background:#11151a!important}.dp-studio-chart-share-row>div:first-child{display:grid!important;min-width:0!important}.dp-studio-chart-share-row>div:first-child strong{overflow:hidden!important;color:#fff!important;text-overflow:ellipsis!important;white-space:nowrap!important}.dp-studio-chart-share-row>div:first-child span{color:#959da8!important;font-size:12px!important}.dp-studio-chart-share-row .dp-chart-share{margin:0!important}.dp-studio-chart-empty{display:grid!important;justify-items:start!important;gap:7px!important;padding:18px!important;border:1px dashed #424954!important;border-radius:14px!important}.dp-studio-chart-empty span{color:#aeb5bf!important}
.dp-account-warning-status{display:flex!important;align-items:center!important;gap:13px!important;margin:14px 0 18px!important;padding:15px 17px!important;border:1px solid!important;border-radius:14px!important}.dp-account-warning-status.is-clear{border-color:rgba(64,214,111,.4)!important;background:rgba(64,214,111,.08)!important}.dp-account-warning-status.has-warning{border-color:rgba(255,122,0,.65)!important;background:rgba(255,122,0,.1)!important}.dp-account-warning-icon{display:grid!important;place-items:center!important;flex:0 0 38px!important;width:38px!important;height:38px!important;border-radius:50%!important;background:#40d66f!important;color:#071009!important;font-size:20px!important;font-weight:950!important}.has-warning .dp-account-warning-icon{background:#ff7a00!important;color:#111!important}.dp-account-warning-status>div{display:grid!important;gap:3px!important}.dp-account-warning-status strong{color:#fff!important}.dp-account-warning-status span{color:#b8c0ca!important;font-size:12px!important;line-height:1.45!important}
.dp-transfer-history-scroll{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.dp-coins-history{width:100%!important;table-layout:fixed!important;border-collapse:collapse!important}.dp-coins-history th:nth-child(1){width:17%!important}.dp-coins-history th:nth-child(2){width:18%!important}.dp-coins-history th:nth-child(3){width:12%!important}.dp-coins-history th:nth-child(4){width:29%!important}.dp-coins-history th:nth-child(5){width:24%!important}.dp-coins-history th,.dp-coins-history td{padding:12px 10px!important;vertical-align:top!important;overflow-wrap:anywhere!important;word-break:normal!important}.dp-coins-history tr.is-track-reward{background:rgba(64,214,111,.055)!important}.dp-transfer-operation{color:#fff!important}.dp-transfer-change.is-plus{color:#40d66f!important}.dp-transfer-change.is-minus{color:#ff8429!important}.dp-transfer-description{line-height:1.45!important}.dp-transfer-balance strong,.dp-transfer-balance span{display:block!important}.dp-transfer-balance span{margin-top:3px!important;font-size:11px!important;line-height:1.35!important}
@media(max-width:850px){.dp-studio-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dp-studio-chart-share-row{grid-template-columns:1fr auto!important}.dp-studio-chart-share-row .dp-chart-share{grid-column:1/-1!important}}
@media(max-width:700px){.dp-studio-creator-head{display:grid!important}.dp-studio-creator-head>.dp-btn{justify-self:start!important}.dp-studio-stat-grid{gap:8px!important}.dp-studio-stat-grid>div{padding:13px!important}.dp-studio-stat-grid strong{font-size:25px!important}.dp-studio-chart-share-row{grid-template-columns:1fr!important}.dp-studio-chart-share-row>.dp-btn{justify-self:start!important}.dp-studio-chart-share-row .dp-chart-share{grid-column:auto!important}.dp-transfer-history-scroll{overflow:visible!important}.dp-coins-history,.dp-coins-history tbody,.dp-coins-history tr,.dp-coins-history td{display:block!important;width:100%!important;box-sizing:border-box!important}.dp-coins-history thead{display:none!important}.dp-coins-history tbody{display:grid!important;gap:12px!important}.dp-coins-history tr{padding:8px 14px!important;border:1px solid #343a43!important;border-radius:14px!important;background:#0d1014!important}.dp-coins-history td{display:grid!important;grid-template-columns:minmax(105px,38%) minmax(0,1fr)!important;gap:10px!important;padding:9px 0!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;text-align:left!important}.dp-coins-history td:last-child{border-bottom:0!important}.dp-coins-history td:before{content:attr(data-label)!important;color:#8f98a4!important;font-size:10px!important;font-weight:900!important;letter-spacing:.06em!important;text-transform:uppercase!important}.dp-transfer-balance strong,.dp-transfer-balance span{grid-column:2!important}.dp-transfer-balance:before{grid-row:1/3!important}.dp-transfer-balance span{margin:0!important}.dp-coins-history-card{padding:16px!important}}
/* DJPORT v25.73: STUDIO tabs — arkusz faktycznie ladowany przez motyw. */
.dp-studio-clean .dp-studio-tabs{display:flex!important;align-items:stretch!important;gap:0!important;margin:22px 0!important;padding:0 8px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.11)!important;border-radius:0!important;background:rgba(9,11,14,.94)!important;position:sticky!important;top:72px!important;z-index:12!important;box-shadow:none!important;backdrop-filter:blur(14px)!important}
.dp-studio-clean .dp-studio-tabs button{appearance:none!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-width:0!important;margin:0!important;padding:17px 24px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#7f8692!important;font-size:12px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:.025em!important;text-align:center!important;cursor:pointer!important;box-shadow:none!important;transform:none!important;transition:color .18s ease!important}
.dp-studio-clean .dp-studio-tabs button:before{display:none!important}
.dp-studio-clean .dp-studio-tabs button:after{content:""!important;display:block!important;position:absolute!important;right:18px!important;bottom:-1px!important;left:18px!important;width:auto!important;height:2px!important;border:0!important;border-radius:2px 2px 0 0!important;background:#ff7919!important;opacity:1!important;transform:scaleX(0)!important;transform-origin:center!important;transition:transform .2s ease!important}
.dp-studio-clean .dp-studio-tabs button:hover{border:0!important;background:transparent!important;color:#d9dce2!important;box-shadow:none!important;transform:none!important}
.dp-studio-clean .dp-studio-tabs button i{display:inline!important;width:auto!important;height:auto!important;flex:0 0 auto!important;border:0!important;border-radius:0!important;background:transparent!important;color:#727985!important;font-size:14px!important;font-style:normal!important;line-height:1!important;box-shadow:none!important}
.dp-studio-clean .dp-studio-tabs button span{display:inline!important;min-width:0!important;color:inherit!important;white-space:nowrap!important}
.dp-studio-clean .dp-studio-tabs button.active{border:0!important;border-radius:0!important;background:transparent!important;color:#fff!important;box-shadow:none!important;transform:none!important}
.dp-studio-clean .dp-studio-tabs button.active:after{transform:scaleX(1)!important}
.dp-studio-clean .dp-studio-tabs button.active i{border:0!important;background:transparent!important;color:#ff8629!important;box-shadow:none!important}
.dp-studio-clean .dp-studio-tab-panel[hidden]{display:none!important}
@media(max-width:760px){.dp-studio-clean .dp-studio-tabs{top:58px!important;overflow-x:auto!important;padding:0!important;scrollbar-width:none!important}.dp-studio-clean .dp-studio-tabs::-webkit-scrollbar{display:none!important}.dp-studio-clean .dp-studio-tabs button{min-width:max-content!important;padding:15px 17px!important}.dp-studio-clean .dp-studio-tabs button:after{right:12px!important;left:12px!important}}

/* DJPORT v25.74: komplet aktywnych stylow DNA i Global Club Map. */
.dp-studio-clean .dp-studio-tab-panel.active{display:grid!important;gap:18px!important}.dp-studio-clean .dp-dna-card,.dp-studio-clean .dp-polish-trends{width:100%!important;max-width:100%!important;overflow:hidden!important}.dp-studio-clean .dp-dna-learning{padding:14px 16px!important;border:1px solid rgba(255,166,59,.25)!important;border-radius:12px!important;background:rgba(255,140,30,.08)!important;color:#d9dce3!important}
.dp-studio-clean .dp-dna-summary{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;margin:18px 0!important}.dp-studio-clean .dp-dna-summary>*{display:flex!important;align-items:center!important;min-width:0!important;min-height:66px!important;padding:12px!important;border-radius:12px!important;background:rgba(255,255,255,.055)!important;color:#e9ebef!important}.dp-studio-clean .dp-dna-summary strong{grid-column:span 2!important;color:#ff9a36!important}
.dp-studio-clean .dp-dna-recommendations{display:grid!important;gap:8px!important}.dp-studio-clean .dp-dna-recommendations>details,.dp-studio-clean .dp-national-rising{display:block!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:12px!important;background:rgba(0,0,0,.15)!important;overflow:hidden!important}.dp-studio-clean .dp-dna-recommendations>details>summary,.dp-studio-clean .dp-national-rising>summary{display:list-item!important;padding:14px 16px!important;color:#fff!important;font-weight:850!important;cursor:pointer!important}
.dp-studio-clean .dp-dna-tracks{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;width:100%!important;max-width:100%!important;padding:0 10px 10px!important}.dp-studio-clean .dp-dna-tracks article{display:grid!important;grid-template-columns:minmax(0,1fr) 42px!important;align-items:center!important;gap:9px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:8px!important;border-radius:10px!important;background:rgba(255,255,255,.045)!important;overflow:hidden!important}.dp-studio-clean .dp-dna-tracks article>a{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;width:auto!important;color:inherit!important;text-decoration:none!important;overflow:hidden!important}.dp-studio-clean .dp-dna-tracks article>a span{display:flex!important;min-width:0!important;flex-direction:column!important}.dp-studio-clean .dp-dna-tracks b,.dp-studio-clean .dp-dna-tracks small{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.dp-studio-clean .dp-dna-tracks small{color:#9299a6!important}
.dp-studio-clean .dp-dna-tracks img.dp-dna-cover{display:block!important;width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;min-height:44px!important;max-height:44px!important;aspect-ratio:1/1!important;object-fit:cover!important;border-radius:8px!important;flex:0 0 44px!important}.dp-studio-clean .dp-dna-tracks .dp-wave-player{display:flex!important;justify-content:center!important;width:40px!important;min-width:40px!important;max-width:40px!important;min-height:40px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.dp-studio-clean .dp-dna-tracks .dp-wave-player>*:not(.dp-play){display:none!important}.dp-studio-clean .dp-dna-tracks .dp-play{display:grid!important;place-items:center!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;margin:0!important;padding:0!important;border-radius:50%!important}
.dp-studio-clean .dp-trend-city-form{display:flex!important;gap:10px!important;margin:16px 0!important}.dp-studio-clean .dp-trend-city-form select{min-width:210px!important;max-width:100%!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:10px!important;background:#171a20!important;color:#fff!important;padding:11px 13px!important}.dp-studio-clean .dp-city-trends{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(270px,1fr))!important;gap:12px!important;margin:14px 0!important}.dp-studio-clean .dp-city-trends>article{min-width:0!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:13px!important;background:rgba(255,255,255,.025)!important;overflow:hidden!important}.dp-studio-clean .dp-city-trends h3{margin:0!important;padding:14px 14px 6px!important;color:#ff9a36!important}
@media(max-width:760px){.dp-studio-clean .dp-dna-summary{grid-template-columns:1fr 1fr!important}.dp-studio-clean .dp-dna-summary strong{grid-column:1/-1!important}.dp-studio-clean .dp-trend-city-form{align-items:stretch!important;flex-direction:column!important}.dp-studio-clean .dp-trend-city-form select{width:100%!important}.dp-studio-clean .dp-city-trends{grid-template-columns:1fr!important}}

/* DJPORT v25.75: paginacja bibliotek po 10 utworow. */
.dp-studio-clean .dp-library-pagination{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;margin:14px 0 5px!important;padding:0!important}.dp-studio-clean .dp-library-pagination[hidden]{display:none!important}.dp-studio-clean .dp-library-pagination button{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;margin:0!important;padding:0!important;border:1px solid #343941!important;border-radius:50%!important;background:#11151a!important;color:#aeb5bf!important;font-size:12px!important;font-weight:850!important;cursor:pointer!important;box-shadow:none!important}.dp-studio-clean .dp-library-pagination button:hover{border-color:#ff7a00!important;color:#fff!important}.dp-studio-clean .dp-library-pagination button.active{border-color:#ff7a00!important;background:#ff7a00!important;color:#111!important}
