/* Shadowtone Edits — professional compact user-facing interface
   Presentation only. The persistent audio/video player lives outside
   the page iframe and is intentionally not targeted here. */

:root{
  --user-panel:#191613;
  --user-panel-2:#211d18;
  --user-panel-3:#28221b;
  --user-border:rgba(255,255,255,.075);
  --user-border-strong:rgba(217,143,39,.22);
  --user-muted:#9e9589;
  --user-faint:#70685e;
  --user-gold:#d98f27;
  --user-gold-bright:#e7a13c;
  --user-green:#4ade80;
  --user-shadow:0 14px 38px rgba(0,0,0,.20);
}

html{
  font-size:13px;
}

body{
  font-size:13px;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  background:
    radial-gradient(circle at 84% -12%,rgba(217,143,39,.045),transparent 28%),
    var(--bg);
}

/* Explicit player exclusions. */
.player,
.player *,
.shadowtone-global-player,
.shadowtone-global-player *,
.shadowtone-video-window,
.shadowtone-video-window *{
  font-size:revert-layer;
}

/* Shell / navigation */
.wrap{
  max-width:1160px;
}

header.site{
  border-bottom-color:rgba(255,255,255,.055);
  background:rgba(20,17,15,.95);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.nav-row{
  min-height:60px;
  padding:10px 0;
}

.brand{
  gap:9px;
  font-size:16px;
  letter-spacing:.01em;
}

.brand small{
  font-size:9px;
  letter-spacing:.12em;
}

nav.links{
  gap:15px;
  font-size:11px;
  font-weight:600;
}

nav.links a{
  gap:5px;
}

nav.links a i{
  font-size:14px;
}

/* Typography */
h1{
  font-size:24px;
  line-height:1.15;
  letter-spacing:-.02em;
}

h2{
  font-size:16px;
  line-height:1.25;
  letter-spacing:-.01em;
}

h3{
  font-size:14px;
  line-height:1.3;
}

h4{
  font-size:12px;
}

p,
li{
  font-size:12px;
}

.text-muted{
  color:var(--user-muted);
}

.label,
.field-label,
label.field-label{
  font-size:10px;
  font-weight:700;
  letter-spacing:.075em;
  text-transform:uppercase;
}

.section{
  padding:38px 0;
}

.section-tight{
  padding:24px 0 38px;
}

.section-heading{
  gap:8px;
  margin-bottom:13px;
}

.section-heading i{
  font-size:15px;
}

.section-heading h2{
  font-size:15px;
}

/* Shared surfaces */
.card{
  padding:16px;
  border-color:var(--user-border);
  border-radius:12px;
  background:linear-gradient(180deg,rgba(30,26,22,.96),rgba(25,22,19,.96));
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.card:hover{
  border-color:rgba(255,255,255,.11);
}

/* Buttons */
.btn{
  min-height:36px;
  gap:6px;
  padding:8px 13px;
  border-radius:8px;
  font-size:11px;
  font-weight:700;
}

.btn i{
  font-size:14px;
}

.btn-sm{
  min-height:31px;
  padding:6px 10px;
  font-size:10px;
}

.icon-btn{
  min-height:34px;
  padding:7px 9px;
  border-radius:8px;
  font-size:11px;
}

/* Inputs / forms */
input,
select,
textarea{
  min-height:38px;
  padding:8px 10px;
  border-color:rgba(255,255,255,.11);
  border-radius:8px;
  font-size:11px;
  line-height:1.4;
}

textarea{
  min-height:92px;
}

.field{
  margin-bottom:13px;
}

label.field-label{
  margin-bottom:5px;
}

input:focus,
select:focus,
textarea:focus{
  border-color:rgba(217,143,39,.52);
  box-shadow:0 0 0 3px rgba(217,143,39,.07);
  outline:none;
}

/* Hero sections */
.hero{
  padding:42px 0 30px;
}

.hero h1{
  max-width:620px;
  font-size:31px;
}

.hero p{
  max-width:560px;
  margin-top:10px;
  font-size:12px;
  line-height:1.6;
}

.hero-tag{
  margin-bottom:10px;
  font-size:10px;
}

/* Home */
.plan-banner{
  gap:14px;
  padding:11px 14px;
  margin-bottom:20px;
  border-radius:9px;
}

.plan-banner-title,
.plan-banner strong{
  font-size:12px;
}

.plan-banner p,
.plan-banner span{
  font-size:10px;
}

.action-grid{
  gap:14px;
}

.action-card{
  min-height:0;
  padding:17px;
}

.action-icon{
  width:38px;
  height:38px;
  margin-bottom:12px;
  border-radius:9px;
  font-size:17px;
}

.action-card h3{
  margin-bottom:5px;
  font-size:13px;
}

.action-sub{
  margin-bottom:15px;
  font-size:10.5px;
  line-height:1.55;
}

/* Browse / libraries */
.genre-grid{
  grid-template-columns:repeat(auto-fit,minmax(145px,1fr));
  gap:9px;
}

.genre-tile{
  gap:7px;
  padding:13px;
  border-radius:9px;
}

.genre-tile strong{
  font-size:12px;
}

.genre-tile .count{
  font-size:10px;
}

.vertical-collection-list{
  gap:8px;
}

.vertical-collection-card{
  grid-template-columns:40px minmax(0,1fr) auto 30px;
  min-height:66px;
  gap:11px;
  padding:11px 13px;
  border-radius:10px;
}

.vertical-collection-icon{
  width:38px;
  height:38px;
  border-radius:9px;
}

.vertical-collection-icon i{
  font-size:18px;
}

.vertical-collection-info{
  gap:2px;
}

.vertical-collection-info strong{
  font-size:12px;
}

.vertical-collection-info span{
  font-size:10px;
}

.vertical-collection-count{
  min-width:70px;
  padding:4px 8px;
  font-size:9px;
}

.vertical-collection-arrow{
  width:29px;
  height:29px;
}

/* Track / media pages */
.track-filter-bar{
  gap:11px;
}

.search-box{
  margin:14px 0;
}

.search-box input{
  min-height:38px;
  padding-left:34px;
}

.filter-row{
  gap:6px;
}

.version-buttons{
  gap:7px;
}

.version-btn,
.type-btn{
  min-height:34px;
  gap:5px;
  padding:7px 11px;
  border-radius:8px;
  font-size:10px;
  font-weight:700;
}

.version-btn i,
.type-btn i{
  font-size:13px;
}

.track-arrange-bar{
  gap:11px;
  padding-top:10px;
}

.track-arrange-title{
  font-size:10px;
}

.track-arrange-title i{
  font-size:13px;
}

.track-arrange-status{
  font-size:9px;
}

.track-arrange-btn{
  min-width:78px;
  min-height:33px;
  padding:6px 9px;
  font-size:10px;
}

.track-list{
  border-top-color:var(--user-border);
}

.track-row{
  gap:12px;
  padding:10px 3px;
}

.track-name{
  gap:10px;
  font-size:11px;
}

.track-card{
  border-radius:11px;
}

.track-card-layout{
  gap:13px;
}

.track-card-copy h3{
  font-size:12px;
}

.track-card-copy p,
.track-card-copy small{
  font-size:9px;
}

.track-dj-metadata{
  gap:6px;
}

.track-dj-badge{
  min-width:55px;
  min-height:37px;
  padding:4px 7px;
  border-radius:7px;
}

.track-dj-badge small{
  font-size:7px;
}

.track-dj-badge strong{
  font-size:10px;
}

.track-card-actions{
  gap:7px;
}

/* Account dashboard */
.account-header{
  gap:12px;
  margin-bottom:18px;
}

.account-sub{
  margin-top:4px;
  font-size:10px;
}

.dashboard-grid{
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
  gap:12px;
}

.dashboard-card{
  padding:16px;
}

.dashboard-card h2{
  margin-bottom:4px;
  font-size:13px;
}

.dashboard-card p{
  margin-bottom:14px;
  font-size:10px;
  line-height:1.55;
}

.dashboard-counter{
  min-width:20px;
  height:20px;
  padding:0 6px;
  font-size:9px;
}

.recent-request-row{
  gap:12px;
  margin-bottom:8px;
}

.recent-request-title{
  margin-bottom:3px;
  font-size:11px;
}

.recent-request-meta{
  font-size:9px;
}

/* Profile */
.profile-actions{
  margin-top:22px;
  padding-top:16px;
  gap:12px;
}

.profile-password-toggle{
  width:31px;
  height:31px;
}

.profile-password-toggle i{
  font-size:15px;
}

/* Request builder */
.request-layout{
  gap:24px;
  margin-top:16px;
}

.request-builder,
.request-cart{
  padding:18px;
}

.request-builder label,
.request-cart label{
  margin:12px 0 5px;
  font-size:10px;
  font-weight:700;
}

.option-grid{
  gap:4px;
  padding:4px;
}

.price-box{
  padding:12px 14px;
  margin:14px 0;
}

.price-box span{
  font-size:10px;
}

.price-box h2{
  font-size:17px;
}

.summary-box{
  padding:12px 14px;
}

.summary-row{
  padding:4px 0;
  font-size:10.5px;
}

.total-row{
  margin-top:6px;
  padding-top:9px;
  font-size:12px;
}

.request-item,
.request-row{
  padding:10px 12px;
  margin-bottom:7px;
  border-radius:9px;
}

.request-top strong,
.request-row .title{
  font-size:11px;
}

.request-meta,
.request-row .sub,
.request-info{
  font-size:9px;
}

.request-price{
  font-size:12px;
}

.btn-remove{
  font-size:9px;
}

/* My Requests / notifications / generic generated lists */
#requestsContainer .card,
#notificationsContainer .card,
#notificationList .card,
#downloadQueue .card,
#queueContainer .card{
  margin-bottom:9px;
  padding:13px;
}

#requestsContainer h3,
#notificationsContainer h3,
#notificationList h3{
  font-size:12px;
}

#requestsContainer p,
#notificationsContainer p,
#notificationList p,
#downloadQueue p,
#queueContainer p{
  font-size:10px;
}

/* Subscription */
body .subscription-page{
  padding-top:34px;
  padding-bottom:52px;
}

body .subscription-hero{
  max-width:700px;
  margin-bottom:28px;
}

body .subscription-eyebrow{
  gap:5px;
  padding:5px 9px;
  margin-bottom:12px;
  font-size:9px;
}

body .subscription-hero h1{
  font-size:clamp(27px,4vw,38px);
}

body .subscription-hero p{
  max-width:590px;
  margin-top:11px;
  font-size:11px;
  line-height:1.6;
}

body .subscription-plans{
  gap:15px;
  max-width:860px;
}

body .plan-card{
  min-height:430px;
  padding:20px;
  border-radius:14px;
}

body .popular-label{
  top:13px;
  right:13px;
  font-size:8px;
}

body .feature-list{
  margin:16px 0;
}

body .feature-list li{
  gap:8px;
  padding:8px 0;
  font-size:10px;
}

body .feature-list li i{
  font-size:14px;
}

/* Auth / locked panels */
.guest-shell{
  min-height:calc(100vh - 112px);
  padding:28px 16px;
}

.locked-panel{
  max-width:390px;
  padding:28px;
  border-radius:14px;
  box-shadow:var(--user-shadow);
}

.locked-panel i{
  margin-bottom:13px;
  font-size:25px;
}

.locked-panel h2{
  font-size:17px;
}

.locked-panel p{
  font-size:10.5px;
  line-height:1.6;
}

.locked-panel .stack{
  gap:8px;
  margin-top:20px;
}

.auth-card{
  max-width:390px;
}

.auth-message{
  margin-bottom:11px;
  padding:8px 10px;
  font-size:10px;
}

.password-toggle{
  width:31px;
  height:31px;
}

.divider{
  gap:9px;
  margin:14px 0;
  font-size:9px;
}

/* Info / support / legal pages */
.info-page{
  max-width:820px;
  padding:36px 20px 50px;
}

.info-hero{
  margin-bottom:20px;
}

.info-icon{
  width:39px;
  height:39px;
  margin-bottom:12px;
  border-radius:9px;
  font-size:17px;
}

.info-hero h1{
  margin-bottom:7px;
  font-size:23px;
}

.info-hero p{
  font-size:11px;
  line-height:1.65;
}

.info-card{
  padding:16px;
  margin-bottom:10px;
  border-radius:11px;
}

.info-card h2{
  margin-bottom:7px;
  font-size:14px;
}

.info-card p,
.info-card li{
  font-size:10.5px;
  line-height:1.65;
}

/* Payment / checkout — compact generic treatment without changing controls */
[class*="payment"] .card,
[class*="checkout"] .card,
.payment-card,
.checkout-card{
  border-radius:12px;
}

.payment-card h1,
.checkout-card h1,
.payment-page h1,
.checkout-page h1{
  font-size:23px;
}

.payment-card p,
.checkout-card p,
.payment-page p,
.checkout-page p{
  font-size:10.5px;
}

.cart-summary{
  padding-top:11px;
  margin-top:11px;
  font-size:11px;
}

/* Playlist page */
.playlist-card,
.playlist-item{
  border-radius:11px;
}

.playlist-card h3,
.playlist-item h3{
  font-size:12px;
}

.playlist-card p,
.playlist-item p{
  font-size:9.5px;
}

/* Status / banners */
.upgrade-banner{
  gap:10px;
  padding:9px 12px;
  margin-bottom:16px;
  font-size:10px;
}

.badge,
.pill{
  font-size:9px;
}

/* Footer */
footer.site{
  padding:22px 0;
  margin-top:38px;
}

footer.site nav a{
  margin-right:13px;
  font-size:10px;
}

footer .copy{
  font-size:9px;
}

/* Mobile */
@media(max-width:720px){
  html{font-size:13px;}

  .wrap{
    padding-left:13px;
    padding-right:13px;
  }

  .nav-row{
    min-height:0;
    gap:9px;
    padding:9px 0;
  }

  .brand{
    font-size:15px;
  }

  nav.links{
    gap:6px;
    padding-top:8px;
  }

  nav.links a{
    min-height:34px;
    padding:6px 9px;
    font-size:10px;
  }

  nav.links a i{
    font-size:13px;
  }

  h1{font-size:21px;}
  .hero h1{font-size:27px;}

  .section{padding:30px 0;}
  .section-tight{padding:20px 0 32px;}

  .card{padding:14px;}

  .dashboard-grid,
  .action-grid{
    gap:9px;
  }

  .track-card-actions .btn{
    min-height:34px;
  }

  body .subscription-plans{
    grid-template-columns:1fr;
  }

  body .plan-card{
    min-height:0;
  }
}

@media(max-width:480px){
  .vertical-collection-card{
    min-height:60px;
    padding:10px;
  }

  .track-card-layout{
    gap:10px;
  }

  .track-dj-badge{
    min-width:50px;
  }

  .request-builder,
  .request-cart{
    padding:14px;
  }
}
