:root{
  --bg:#f4f5f7;
  --panel:#ffffff;

  --text:#0a0b0f;
  --muted:rgba(10,11,15,.62);
  --muted2:rgba(10,11,15,.46);

  --stroke:rgba(10,11,15,.08);
  --stroke2:rgba(10,11,15,.12);

  --accent:#ff751f;
  --accent-soft:rgba(255,117,31,.09);
  --accent-line:rgba(255,117,31,.20);

  --ok-soft:rgba(46,204,113,.12);
  --ok-line:rgba(46,204,113,.24);

  --danger-soft:rgba(255,80,80,.10);
  --danger-line:rgba(255,80,80,.20);

  --shadow:0 18px 55px rgba(10,11,15,.07);
  --shadow-soft:0 10px 28px rgba(10,11,15,.045);
  --shadow-button:0 8px 18px rgba(10,11,15,.055);

  --r:16px;
  --r2:22px;
}

*{box-sizing:border-box}
html,body{height:100%}

html{
  -webkit-text-size-adjust:100%;
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:"Montserrat", ui-sans-serif, system-ui, -apple-system, "SF Pro Text", Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:var(--bg);
  overflow-x:hidden;
}

img{
  max-width:100%;
  display:block;
}

button,input,textarea,select{
  font:inherit;
}

button{
  -webkit-tap-highlight-color:transparent;
}

a{
  color:inherit;
}

.bg{
  position:fixed;
  inset:0;
  background:
    radial-gradient(900px 520px at 25% 0%, rgba(255,117,31,.05), transparent 45%),
    radial-gradient(900px 620px at 85% 20%, rgba(0,0,0,.03), transparent 45%),
    linear-gradient(180deg, rgba(246,247,249,.80), rgba(244,245,247,.82)),
    url("./medias/image.gif");
  background-size:auto, auto, auto, cover;
  background-position:center, center, center, center;
  background-repeat:no-repeat;
  z-index:-3;
  opacity:.35;
}

.noise{display:none}
.hidden{display:none !important}

/* =========================
   TOPBAR
========================= */

.topbar{
  position:sticky;
  top:0;
  z-index:50;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:14px 18px;
  border-bottom:1px solid var(--stroke);
  background:rgba(244,245,247,.90);
  backdrop-filter:blur(18px);
}

.brand{
  display:flex;
  align-items:center;
  min-width:0;
}

.logo{
  width:285px;
  height:52px;
  background:url("./medias/logo.png") left center/contain no-repeat;
  display:block;
  flex:0 0 auto;
  transform:translate(8px, -4px);
}

.topActions{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.userChip{
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(10,11,15,.08);
  box-shadow:var(--shadow-button);
  cursor:pointer;
  min-width:0;
  max-width:460px;
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.userChip:hover{
  transform:translateY(-1px);
  background:#fff;
  box-shadow:0 12px 28px rgba(10,11,15,.075);
}

.userChip:focus-visible{
  outline:none;
  box-shadow:0 0 0 4px rgba(255,117,31,.14), var(--shadow-button);
}

.avatar{
  width:28px;
  height:28px;
  border-radius:999px;
  background:rgba(255,117,31,.10);
  border:1px solid rgba(206,125,75,.42);
  display:grid;
  place-items:center;
  font-weight:900;
  color:rgba(10,11,15,.85);
  overflow:hidden;
  background-size:cover;
  background-position:center;
  flex:0 0 auto;
}

.userMeta{min-width:0}

.userName{
  font-weight:900;
  font-size:13px;
  letter-spacing:-.01em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.userEmail{
  font-size:12px;
  color:var(--muted2);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* =========================
   BUTTONS
========================= */

.btn{
  border:none;
  background:rgba(255,255,255,.92);
  color:rgba(10,11,15,.90);
  border-radius:999px;
  padding:11px 16px;
  cursor:pointer;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    filter .16s ease,
    background .16s ease,
    opacity .16s ease;
  white-space:nowrap;
  text-decoration:none;
  appearance:none;
  box-shadow:var(--shadow-button);
}

.btnIcon{opacity:.85}
.btn:active{transform:translateY(1px)}
.btn:disabled{cursor:not-allowed}
.btn:focus-visible{
  outline:none;
  box-shadow:0 0 0 4px rgba(255,117,31,.14), var(--shadow-button);
}

.btnPrimary{
  background:var(--accent);
  color:#fff;
  box-shadow:0 14px 30px rgba(255,117,31,.24);
}

.btnPrimary:hover:not(:disabled){
  filter:brightness(.99);
  transform:translateY(-1px);
  box-shadow:0 18px 38px rgba(255,117,31,.28);
}

.btnGhost{
  background:rgba(255,255,255,.94);
  color:rgba(10,11,15,.88);
}

.btnGhost:hover:not(:disabled){
  transform:translateY(-1px);
  background:#fff;
  box-shadow:0 14px 30px rgba(10,11,15,.075);
}

.btnBig{padding:12px 17px}

.btnText{
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.gWord{
  width:26px;
  height:26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border-radius:999px;
  padding:3px;
  box-shadow:0 8px 18px rgba(10,11,15,.08);
  flex:0 0 auto;
}

.gWord img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}

/* =========================
   LAYOUT
========================= */

.shell{
  display:grid;
  grid-template-columns:270px 1fr;
  gap:18px;
  padding:18px;
  max-width:1240px;
  margin:0 auto;
}

.content{
  min-height:calc(100vh - 72px - 36px);
  display:flex;
  flex-direction:column;
  min-width:0;
}

/* =========================
   FOOTER LEGAL
========================= */

.footerLegal{
  margin-top:auto;
  border-top:1px solid rgba(10,11,15,.08);
  padding:14px 6px 2px;
  text-align:center;
}

.legalLine{
  font-size:10.5px;
  line-height:1.45;
  color:rgba(10,11,15,.52);
  max-width:980px;
  margin:0 auto 6px;
}

.legalLinks{
  margin:4px auto 10px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.legalLink{
  font-weight:900;
  font-size:11px;
  color:rgba(10,11,15,.62);
  text-decoration:none;
}

.legalLink:hover{text-decoration:underline}

.legalSep{
  font-size:11px;
  color:rgba(10,11,15,.40);
}

/* =========================
   SIDEBAR
========================= */

.nav{
  position:sticky;
  top:78px;
  align-self:start;
  border-radius:var(--r2);
  background:rgba(255,255,255,.92);
  border:1px solid var(--stroke);
  box-shadow:var(--shadow-soft);
  overflow:hidden;
}

.navGroup{padding:14px}

.navTitle{
  font-size:11px;
  color:rgba(10,11,15,.45);
  text-transform:uppercase;
  letter-spacing:.14em;
  margin:10px 10px 10px;
}

.navItem{
  width:100%;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 12px;
  border-radius:14px;
  background:transparent;
  border:none;
  color:rgba(10,11,15,.82);
  cursor:pointer;
  font-weight:900;
  text-align:left;
  transition:background .16s ease, transform .16s ease, color .16s ease;
}

.navItem:hover{
  background:rgba(10,11,15,.04);
}

.navItem.active{
  background:rgba(255,117,31,.09);
  color:rgba(10,11,15,.94);
}

.navItem:focus-visible{
  outline:none;
  box-shadow:0 0 0 4px rgba(255,117,31,.12);
}

.navDot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(10,11,15,.20);
  flex:0 0 auto;
}

.navItem.active .navDot{
  background:var(--accent);
  box-shadow:0 0 0 4px rgba(255,117,31,.12);
}

.navFooter{
  padding:14px 16px 16px;
  border-top:1px solid rgba(10,11,15,.07);
}

.pill{
  border-radius:16px;
  background:rgba(10,11,15,.025);
  border:1px solid rgba(10,11,15,.05);
  padding:12px;
}

.pillTitle{
  font-weight:900;
  font-size:13px;
}

.pillSub{
  font-size:12.5px;
  color:var(--muted2);
  margin-top:4px;
}

.tiny{
  margin-top:10px;
  font-size:12px;
  color:var(--muted2);
  line-height:1.45;
}

/* =========================
   PANELS / HERO
========================= */

.panel{
  border-radius:var(--r2);
  background:rgba(255,255,255,.96);
  border:1px solid var(--stroke);
  box-shadow:var(--shadow);
  padding:24px;
  min-width:0;
}

.hero{
  padding:0;
  overflow:hidden;
  border-radius:var(--r2);
}

.heroInner{
  padding:22px;
  background:
    radial-gradient(900px 420px at 18% 0%, rgba(255,117,31,.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(251,251,253,.92));
  text-align:left;
}

.heroBadge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  padding:0;
  border-radius:999px;
  border:none;
  background:rgba(10,11,15,.045);
}

.heroBadgeLogo{
  width:19px;
  height:19px;
  object-fit:contain;
  display:block;
  flex:0 0 auto;
}

.heroTitle{
  font-size:44px;
  line-height:1.03;
  letter-spacing:-.05em;
  margin:14px 0 10px;
  font-weight:900;
}

.heroText{
  color:var(--muted);
  max-width:840px;
  line-height:1.6;
  font-size:14px;
}

.heroActions{
  display:flex;
  gap:10px;
  margin-top:14px;
  flex-wrap:wrap;
}

body:has(#viewLoggedOut:not(.hidden)) .shell{grid-template-columns:1fr}
body:has(#viewLoggedOut:not(.hidden)) .nav{display:none !important}
body:has(#viewLoggedOut:not(.hidden)) #viewLoggedOut{
  width:min(980px, 100%);
  margin:40px auto 0;
}
body:has(#viewLoggedOut:not(.hidden)) .heroInner{
  padding:28px;
  text-align:center;
}
body:has(#viewLoggedOut:not(.hidden)) .heroBadge{margin:0 auto}
body:has(#viewLoggedOut:not(.hidden)) .heroText{
  margin-left:auto;
  margin-right:auto;
}
body:has(#viewLoggedOut:not(.hidden)) .heroActions{justify-content:center}

/* =========================
   SCROLL WALL
========================= */

.scrollWall{
  --gap:18px;
  --tileH:118px;
  --radius:18px;
  margin-top:18px;
  padding:14px 0 8px;
  border-top:1px solid rgba(10,11,15,.08);
  -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  mask-image:linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
}

body:has(#viewLoggedOut:not(.hidden)) .scrollWall{
  width:100%;
  max-width:860px;
  margin:18px auto 0;
}

.scrollRow{
  overflow:hidden;
  padding:10px 0;
  display:flex;
  justify-content:center;
}

.scrollTrack{
  display:inline-flex;
  align-items:center;
  gap:var(--gap);
  white-space:nowrap;
  will-change:transform;
  transform:translate3d(var(--sx, 0px), 0, 0);
}

.scrollTile{
  height:var(--tileH);
  width:auto;
  border-radius:var(--radius);
  border:1px solid rgba(10,11,15,.10);
  box-shadow:0 12px 28px rgba(10,11,15,.09);
  background:rgba(255,255,255,.92);
  object-fit:cover;
  user-select:none;
  -webkit-user-drag:none;
  display:block;
}

/* =========================
   SECTION HEADER
========================= */

.panelHeader{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  padding-bottom:16px;
  border-bottom:1px solid rgba(10,11,15,.08);
}

.panelHeader h2{
  margin:0;
  letter-spacing:-.04em;
  font-weight:900;
}

.panelHeader p{
  margin:7px 0 0;
  color:var(--muted2);
  font-size:13px;
  line-height:1.55;
}

.tag{
  padding:8px 14px;
  border-radius:999px;
  border:none;
  background:rgba(10,11,15,.045);
  font-weight:900;
  font-size:12px;
  color:rgba(10,11,15,.72);
  flex:0 0 auto;
}

/* =========================
   CARDS / GRID
========================= */

.grid2{
  margin-top:14px;
  display:grid;
  grid-template-columns:1.2fr .9fr;
  gap:14px;
}

.card{
  border-radius:var(--r);
  background:rgba(255,255,255,.96);
  border:1px solid rgba(10,11,15,.07);
  box-shadow:var(--shadow-soft);
  padding:16px;
  min-width:0;
}

.cardTitle{
  font-weight:900;
  margin-bottom:10px;
  letter-spacing:-.02em;
}

/* =========================
   FORMS
========================= */

.field{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:12px;
}

.label{
  font-size:12px;
  color:var(--muted2);
  font-weight:900;
  letter-spacing:.02em;
}

.input{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(10,11,15,.09);
  background:#fff;
  color:var(--text);
  outline:none;
  transition:box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

.input:focus{
  border-color:rgba(255,117,31,.28);
  box-shadow:0 0 0 4px rgba(255,117,31,.12);
}

.hint{
  font-size:12px;
  color:var(--muted2);
  line-height:1.45;
}

.row{
  display:flex;
  gap:10px;
  margin-top:8px;
  flex-wrap:wrap;
}

/* =========================
   MESSAGES
========================= */

.msg{
  margin-top:12px;
  padding:10px 12px;
  border-radius:14px;
  border:none;
  background:rgba(10,11,15,.04);
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}

.msg.ok{
  background:rgba(10,11,15,.035);
  color:rgba(10,11,15,.82);
}

.msg.err{
  background:var(--danger-soft);
  color:rgba(10,11,15,.85);
}

/* =========================
   PLAYER
========================= */

.player{
  display:flex;
  gap:12px;
  align-items:center;
  padding:12px;
  border-radius:16px;
  border:1px solid rgba(10,11,15,.07);
  background:#fff;
  min-width:0;
}

.playerArt{
  width:56px;
  height:56px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(10,11,15,.06);
  display:grid;
  place-items:center;
  overflow:hidden;
  flex:0 0 auto;
  box-shadow:0 8px 18px rgba(10,11,15,.05);
}

.disc{
  width:46px;
  height:46px;
  border-radius:999px;
  background:url("./medias/cd.png") center/contain no-repeat;
  animation:spin 3.8s linear infinite;
}

@keyframes spin{
  to{transform:rotate(360deg)}
}

.playerMeta{
  min-width:0;
  flex:1 1 auto;
}

.pvTitle{
  font-weight:900;
  letter-spacing:-.02em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.pvArtist{
  font-size:12.5px;
  color:var(--muted2);
  margin-top:4px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.pvState{
  font-size:12px;
  color:var(--muted2);
  margin-top:6px;
}

.audio{
  width:100%;
  margin-top:12px;
  border-radius:12px;
  background:#fff;
  border:1px solid rgba(10,11,15,.07);
}

.divider{
  height:1px;
  background:rgba(10,11,15,.08);
  margin:12px 0;
}

/* =========================
   TOOLBAR / LISTS
========================= */

.toolbar{
  margin-top:16px;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.spacer{flex:1}

.list{
  margin-top:16px;
  display:flex;
  flex-direction:column;
  gap:12px;
  min-height:120px;
  width:100%;
}

.list:empty{display:none}

.item{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(0,.7fr);
  gap:12px;
  padding:16px 18px;
  border:1px solid rgba(10,11,15,.07);
  background:#ffffff;
  align-items:start;
  border-radius:16px;
  box-shadow:0 6px 18px rgba(10,11,15,.035);
}

.item > div{min-width:0}

.itemTitle{
  font-weight:900;
  font-size:15px;
  letter-spacing:-.02em;
  color:#111111;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.itemSub{
  margin-top:6px;
  font-size:13px;
  color:#5f5f59;
  display:block;
  min-width:0;
  max-width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.badges{
  display:flex;
  justify-content:flex-end;
  align-items:flex-start;
  gap:8px;
  flex-wrap:wrap;
  min-width:0;
}

.badge{
  padding:8px 12px;
  border:none;
  background:rgba(10,11,15,.045);
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  color:#444;
  white-space:nowrap;
}

.badge.pending{
  background:var(--accent-soft);
  color:#8c4300;
}

.badge.approved{
  background:var(--ok-soft);
  color:rgba(10,11,15,.88);
}

.empty{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:112px;
  margin-top:16px;
  padding:26px 18px;
  border:1.5px dashed rgba(10,11,15,.18);
  color:rgba(10,11,15,.78);
  background:rgba(255,255,255,.68);
  border-radius:18px;
  font-size:15px;
  font-weight:900;
  line-height:1.5;
  text-align:center;
}

/* =========================
   MODALS
========================= */

.modalBackdrop{
  position:fixed;
  inset:0;
  background:rgba(10,11,15,.36);
  backdrop-filter:blur(12px);
  display:grid;
  place-items:center;
  z-index:999;
  padding:18px;
}

.modalCard{
  width:min(560px, 100%);
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(10,11,15,.08);
  box-shadow:0 24px 80px rgba(10,11,15,.18);
  overflow:hidden;
  max-height:90vh;
  display:flex;
  flex-direction:column;
}

.accountModalWide{
  width:min(760px, 100%);
}

.modalTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 14px 10px;
  border-bottom:1px solid rgba(10,11,15,.07);
  background:rgba(10,11,15,.02);
}

.modalTitle{
  font-weight:900;
  letter-spacing:-.02em;
  font-size:14px;
}

.modalClose{
  width:36px;
  height:36px;
  border-radius:12px;
  border:none;
  background:#fff;
  cursor:pointer;
  font-size:18px;
  line-height:1;
  font-weight:900;
  box-shadow:var(--shadow-button);
  transition:transform .16s ease, box-shadow .16s ease;
}

.modalClose:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 24px rgba(10,11,15,.08);
}

.modalBody{
  padding:14px;
  overflow:auto;
}

.modalNote{
  font-size:13px;
  color:rgba(10,11,15,.78);
  line-height:1.55;
  margin-bottom:10px;
}

.modalEmail{
  font-weight:900;
  margin-left:6px;
}

.modalBox{
  border-radius:16px;
  border:1px solid rgba(10,11,15,.07);
  background:rgba(10,11,15,.03);
  padding:12px;
  font-size:12.5px;
  color:rgba(10,11,15,.78);
  white-space:pre-wrap;
  line-height:1.55;
}

.modalActions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
  margin-top:12px;
}

.modalList{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:10px;
}

.modalDraft{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  border:1px solid rgba(10,11,15,.07);
  background:rgba(10,11,15,.02);
  border-radius:16px;
  padding:12px;
}

.modalDraftTitle{
  font-weight:900;
  font-size:13px;
  letter-spacing:-.01em;
}

.modalDraftSub{
  margin-top:4px;
  font-size:12.5px;
  color:rgba(10,11,15,.55);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:360px;
}

.modalDraftBtns{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

/* =========================
   LEGAL MODAL
========================= */

.legalBackdrop{
  position:fixed;
  inset:0;
  background:rgba(10,11,15,.40);
  backdrop-filter:blur(14px);
  z-index:1200;
  display:grid;
  place-items:center;
  padding:18px;
}

.legalCard{
  width:min(920px, 100%);
  height:min(86vh, 760px);
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(10,11,15,.08);
  box-shadow:0 24px 90px rgba(10,11,15,.20);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

.legalTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 14px 10px;
  border-bottom:1px solid rgba(10,11,15,.07);
  background:rgba(10,11,15,.02);
}

.legalTitle{
  font-weight:900;
  letter-spacing:-.02em;
  font-size:14px;
}

.legalClose{
  width:36px;
  height:36px;
  border-radius:12px;
  border:none;
  background:#fff;
  cursor:pointer;
  font-size:18px;
  line-height:1;
  font-weight:900;
  box-shadow:var(--shadow-button);
}

.legalBody{
  padding:14px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}

.legalSection{
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(10,11,15,.07);
  background:rgba(255,255,255,.76);
  margin-bottom:12px;
}

.legalSection h3{
  margin:0 0 8px;
  font-size:14px;
  font-weight:900;
  letter-spacing:-.01em;
}

.legalSection p{
  margin:0 0 10px;
  color:rgba(10,11,15,.72);
  line-height:1.55;
}

.legalSection ul{
  margin:8px 0 0;
  padding-left:18px;
  color:rgba(10,11,15,.72);
  line-height:1.55;
}

.legalSection li{
  margin:6px 0;
}

/* =========================
   DROPZONES
========================= */

.dropzone{
  border-radius:16px;
  border:1.5px dashed rgba(10,11,15,.16);
  background:rgba(10,11,15,.02);
  padding:12px;
  cursor:pointer;
  position:relative;
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    border-color .16s ease,
    background .16s ease;
}

.dropzone:hover{
  transform:translateY(-1px);
  border-color:rgba(10,11,15,.22);
  box-shadow:0 10px 26px rgba(10,11,15,.045);
}

.dropzone:focus-within{
  border-color:rgba(255,117,31,.34);
  box-shadow:0 0 0 4px rgba(255,117,31,.10);
}

.dropzone.dragOver{
  border-color:rgba(255,117,31,.45);
  background:rgba(255,117,31,.08);
  box-shadow:0 14px 34px rgba(255,117,31,.12);
}

.dropzone.hasFile{
  border-style:solid;
  border-color:rgba(10,11,15,.10);
  background:rgba(255,255,255,.88);
}

.dropInput{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
}

.dropInner{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.dropIcon{
  width:44px;
  height:44px;
  border-radius:14px;
  border:none;
  background:#fff;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  box-shadow:0 8px 18px rgba(10,11,15,.045);
}

.dropIcon.cdIcon{
  background:
    #fff
    url("./medias/cd.png")
    center / 30px 30px
    no-repeat;
}

.dropIcon.pictureIcon::before{
  content:"";
  width:24px;
  height:24px;
  display:block;
  background:
    url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='4' width='18' height='16' rx='3' stroke='%230A0B0F' stroke-opacity='0.72' stroke-width='2'/%3E%3Ccircle cx='8.5' cy='9.5' r='1.7' fill='%230A0B0F' fill-opacity='0.72'/%3E%3Cpath d='M5.5 17L10.2 12.6C10.7 12.1 11.5 12.1 12 12.7L14.2 15.2L15.6 13.8C16.1 13.3 16.9 13.3 17.4 13.9L20 17' stroke='%230A0B0F' stroke-opacity='0.72' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain
    no-repeat;
}

.dropText{
  flex:1;
  min-width:0;
}

.dropTitle{
  font-weight:900;
  letter-spacing:-.02em;
}

.dropSub{
  margin-top:4px;
  font-size:12px;
  color:rgba(10,11,15,.56);
  line-height:1.4;
}

.dropRight{
  flex:0 0 auto;
}

.dropBtn{
  border:none;
  background:#fff;
  color:rgba(10,11,15,.88);
  border-radius:999px;
  padding:9px 13px;
  font-weight:900;
  box-shadow:var(--shadow-button);
}

.coverPreview{
  margin-top:10px;
  display:flex;
  gap:12px;
  align-items:center;
  padding:10px;
  border-radius:16px;
  border:1px solid rgba(10,11,15,.07);
  background:rgba(10,11,15,.02);
  min-width:0;
}

.coverThumb{
  width:56px;
  height:56px;
  border-radius:14px;
  border:1px solid rgba(10,11,15,.07);
  background:rgba(10,11,15,.06);
  background-size:cover;
  background-position:center;
  box-shadow:0 10px 24px rgba(10,11,15,.06);
  flex:0 0 auto;
}

.audioThumb{
  background:
    #fff
    url("./medias/cd.png")
    center / 34px 34px
    no-repeat !important;
}

.coverMeta{
  flex:1;
  min-width:0;
}

.coverName{
  font-weight:900;
  letter-spacing:-.01em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.coverHint{
  margin-top:4px;
  font-size:12px;
  color:rgba(10,11,15,.56);
  line-height:1.4;
}

.coverRemove{
  width:36px;
  height:36px;
  border-radius:12px;
  border:none;
  background:#fff;
  cursor:pointer;
  font-size:18px;
  line-height:1;
  font-weight:900;
  flex:0 0 auto;
  box-shadow:var(--shadow-button);
  transition:transform .16s ease, box-shadow .16s ease;
}

.coverRemove:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 24px rgba(10,11,15,.08);
}

.coverRemove:active{
  transform:translateY(1px);
}

/* =========================
   ACCOUNT
========================= */

.accountGrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.accountBox{
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px;
  border-radius:16px;
  border:1px solid rgba(10,11,15,.07);
  background:rgba(10,11,15,.02);
}

.accountAvatarLarge{
  width:54px !important;
  height:54px !important;
  font-size:18px;
}

.accountNameLine{
  font-weight:900;
  letter-spacing:-.01em;
}

.accountEmailLine{
  font-size:12px;
  color:rgba(10,11,15,.46);
  margin-top:2px;
}

.universeCard{
  padding:14px;
  margin:0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.82)),
    url('./medias/art.jpg') center/cover no-repeat;
  border:1px solid rgba(10,11,15,.07);
}

.dangerBtn{
  color:rgba(200,45,45,.95) !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 980px){
  .shell{
    grid-template-columns:1fr;
  }

  .nav{
    position:relative;
    top:0;
  }

  .grid2{
    grid-template-columns:1fr;
  }

  .heroTitle{
    font-size:34px;
  }

  .logo{
    width:240px;
    height:46px;
  }

  body:has(#viewLoggedOut:not(.hidden)) #viewLoggedOut{
    margin-top:22px;
  }

  .scrollWall{
    --tileH:90px;
    --gap:14px;
  }

  .accountGrid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 560px){
  .shell{
    padding:12px;
    gap:12px;
    max-width:100%;
  }

  .topbar{
    padding:12px;
    flex-wrap:nowrap;
    align-items:center;
  }

  .brand{
    flex:0 0 auto;
  }

  .logo{
    width:160px;
    height:38px;
    transform:translate(4px, -2px);
  }

  .topActions{
    flex:1 1 auto;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:10px;
    min-width:0;
  }

  .btn{
    padding:10px 13px;
    font-size:14px;
    line-height:1;
  }

  .userChip{
    padding:6px 8px;
    max-width:54vw;
    overflow:hidden;
  }

  .userName,
  .userEmail{
    max-width:26vw;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  body:has(#viewLoggedOut:not(.hidden)) #viewLoggedOut{
    width:100%;
    margin:14px auto 0;
  }

  body:has(#viewLoggedOut:not(.hidden)) .heroInner{
    padding:18px 16px 16px;
    text-align:left !important;
  }

  body:has(#viewLoggedOut:not(.hidden)) .heroBadge{
    margin:0 !important;
  }

  body:has(#viewLoggedOut:not(.hidden)) .heroText{
    margin:0 !important;
    max-width:none !important;
  }

  body:has(#viewLoggedOut:not(.hidden)) .heroActions{
    justify-content:flex-start !important;
  }

  .heroTitle{
    font-size:32px;
    line-height:1.05;
    letter-spacing:-.04em;
    max-width:18ch;
    margin:12px 0 8px;
  }

  .heroText{
    font-size:13.5px;
    line-height:1.6;
  }

  body:has(#viewLoggedOut:not(.hidden)) .scrollWall{
    max-width:100% !important;
    margin:14px 0 0 !important;
    padding:12px 0 6px;
  }

  .scrollWall{
    --tileH:82px;
    --gap:12px;
    -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
    mask-image:linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  }

  .scrollRow{
    padding:8px 0;
  }

  .scrollTile{
    box-shadow:0 10px 22px rgba(10,11,15,.08);
  }

  .panel,
  .card{
    box-shadow:var(--shadow-soft);
  }

  .footerLegal{
    padding:12px 8px 2px;
  }

  .gWord{
    width:24px;
    height:24px;
  }

  .dropInner{
    align-items:flex-start;
  }

  .dropRight{
    display:none;
  }

  .item{
    grid-template-columns:1fr;
  }

  .badges{
    justify-content:flex-start;
  }

  .modalDraft{
    flex-direction:column;
    align-items:stretch;
  }

  .modalDraftSub{
    max-width:none;
  }

  .modalDraftBtns{
    justify-content:flex-start;
  }

  .legalCard{
    height:88vh;
    border-radius:18px;
  }

  .legalBody{
    padding:12px;
  }

  .modalCard{
    border-radius:18px;
  }

  .modalActions{
    justify-content:stretch;
  }

  .modalActions .btn{
    width:100%;
  }

  .empty{
    min-height:104px;
    padding:22px 14px;
  }
}

/* =========================
   UNIVERSE SUBSCRIPTION CARD
========================= */

.universeSubscriptionCard{
  display:block;
  margin-top:14px;
  padding:0;
  overflow:hidden;
  border-radius:var(--r);
  text-decoration:none;
  cursor:pointer;
  background:#fff;
  border:1px solid rgba(10,11,15,.07);
  box-shadow:var(--shadow-soft);
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    filter .16s ease;
}

.universeSubscriptionCard:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 34px rgba(10,11,15,.075);
}

.universeSubscriptionCard:active{
  transform:translateY(1px);
}

.universeSubscriptionCard:focus-visible{
  outline:none;
  box-shadow:0 0 0 4px rgba(255,117,31,.14), var(--shadow-soft);
}

.universeSubscriptionImage{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
  border-radius:inherit;
  user-select:none;
  -webkit-user-drag:none;
}

@media (max-width:560px){
  .universeSubscriptionCard{
    margin-top:12px;
    border-radius:16px;
  }
}

/* =========================
   MY RELEASES — SQUARE MUSIC CARDS ONLY
========================= */

#myList.releaseGrid{
  margin-top:16px;
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(180px, 180px));
  gap:12px;
  align-items:start;
  justify-content:flex-start;
  min-height:120px;
  width:100%;
}

#myList.releaseGrid:empty{
  display:none;
}

#myList.releaseGrid .item{
  width:180px;
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:12px;
  align-items:flex-start;
}

#myList.releaseGrid .item > div{
  width:100%;
}

#myList.releaseGrid .badges{
  width:100%;
  margin-top:2px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:8px;
}

#myList.releaseGrid .badge{
  align-self:flex-start;
}

#myList.releaseGrid .itemCover{
  width:100%;
  aspect-ratio:1 / 1;
  border-radius:16px;
  border:1px solid rgba(10,11,15,.07);
  background:rgba(10,11,15,.04);
  overflow:hidden;
  box-shadow:0 6px 18px rgba(10,11,15,.035);
  margin-bottom:8px;
}

#myList.releaseGrid .itemCover img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

#myList.releaseGrid .itemTitle{
  width:100%;
  margin-top:0;
  line-height:1.1;
  text-align:left;
}

#myList.releaseGrid .itemSub{
  width:100%;
  margin-top:6px;
  line-height:1.32;
  text-align:left;
  white-space:normal;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  min-height:2.64em;
}

@media (max-width:560px){
  #myList.releaseGrid{
    grid-template-columns:repeat(auto-fill, minmax(145px, 145px));
  }

  #myList.releaseGrid .item{
    width:145px;
  }
}

/* =========================
   REMOVAL REQUEST POPUP
========================= */

.modalBox{
  white-space:normal;
  overflow:hidden;
  overflow-wrap:anywhere;
  word-break:break-word;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:7;
  line-clamp:7;
}

/* =========================
   IN REVIEW CENTER BADGE
========================= */

#ongoingList .item{
  align-items:center;
}

#ongoingList .badges{
  align-items:center;
  justify-content:flex-end;
}

/* =========================
   MY RELEASES — SELECT CLEAN
========================= */

#myList.releaseGrid .item{
  cursor:pointer;
  position:relative;
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    border-color .16s ease,
    background .16s ease;
}

#myList.releaseGrid .item:hover,
#myList.releaseGrid .item.isSelected{
  transform:translateY(-1px);
  border-color:rgba(255,117,31,.22);
  background:#fff;
  box-shadow:
    0 14px 30px rgba(10,11,15,.075),
    0 0 0 3px rgba(255,117,31,.045);
}

#myList.releaseGrid .item:hover .itemCover,
#myList.releaseGrid .item.isSelected .itemCover{
  border-color:rgba(255,117,31,.22);
  box-shadow:0 10px 24px rgba(10,11,15,.065);
}

#myList.releaseGrid .item:focus-visible{
  outline:none;
  border-color:rgba(255,117,31,.28);
  box-shadow:
    0 0 0 4px rgba(255,117,31,.10),
    0 14px 30px rgba(10,11,15,.075);
}

/* =========================
   RELEASE ANALYTICS PANEL — MINIMAL DARK GLASS
========================= */

.releaseAnalyticsPanel{
  margin-top:18px;
  border-radius:22px;
  background:
    linear-gradient(180deg, rgba(20,21,18,.92), rgba(14,15,13,.94));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    0 18px 44px rgba(10,11,15,.16),
    inset 0 1px 0 rgba(255,255,255,.06);
  padding:16px;
  overflow:hidden;
  color:#fff;
}

.releaseAnalyticsTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.releaseAnalyticsTitle{
  font-size:18px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:-.04em;
  color:rgba(255,255,255,.96);
}

.releaseAnalyticsSub{
  margin-top:6px;
  font-size:12px;
  color:rgba(255,255,255,.48);
  line-height:1.35;
  max-width:620px;
}

.releaseAnalyticsTop .badge,
#analyticsTrackStatus{
  background:rgba(255,117,31,.14);
  color:rgba(255,255,255,.90);
  border:1px solid rgba(255,117,31,.20);
}

/* main stat strip */

.releaseAnalyticsGrid{
  margin-top:16px;
  display:grid;
  grid-template-columns:repeat(6, minmax(0, 1fr));
  gap:0;
  border-radius:18px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.07);
  overflow:hidden;
}

.releaseAnalyticsStat{
  min-width:0;
  padding:16px 12px;
  background:transparent;
  border:none;
  border-right:1px solid rgba(255,255,255,.08);
  text-align:center;
}

.releaseAnalyticsStat:last-child{
  border-right:none;
}

.releaseAnalyticsValue{
  font-size:32px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.05em;
  color:rgba(255,255,255,.95);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.releaseAnalyticsLabel{
  margin-top:10px;
  font-size:11px;
  line-height:1.15;
  font-weight:700;
  color:rgba(255,255,255,.48);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* =========================
   RELEASE ANALYTICS CHARTS
========================= */

.releaseCharts{
  margin-top:14px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:12px;
}

.releaseChartCard{
  border-radius:18px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.07);
  padding:14px;
  min-width:0;
}

.releaseChartTitle{
  font-size:12px;
  font-weight:900;
  color:rgba(255,255,255,.72);
  margin-bottom:12px;
}

.releaseMiniChart{
  width:100%;
  height:120px;
  display:flex;
  align-items:flex-end;
  gap:7px;
}

.releaseMiniBar{
  flex:1;
  min-width:5px;
  height:20%;
  border-radius:999px 999px 4px 4px;
  background:rgba(255,117,31,.72);
  box-shadow:0 8px 18px rgba(255,117,31,.12);
  transition:height .22s ease, opacity .16s ease;
}

.releaseMiniBar.muted{
  background:rgba(255,255,255,.16);
  box-shadow:none;
}

.releaseMiniLine{
  width:100%;
  height:120px;
  border-radius:14px;
  background:
    linear-gradient(180deg, rgba(255,117,31,.12), transparent),
    repeating-linear-gradient(
      to right,
      rgba(255,255,255,.045) 0,
      rgba(255,255,255,.045) 1px,
      transparent 1px,
      transparent 36px
    );
  position:relative;
  overflow:hidden;
}

.releaseMiniLine::before{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  top:54%;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(255,117,31,.15), rgba(255,117,31,.95), rgba(255,255,255,.18));
  box-shadow:0 0 18px rgba(255,117,31,.16);
  transform:skewY(-8deg);
}

.releaseMiniLine::after{
  content:"";
  position:absolute;
  right:14px;
  top:43%;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ff751f;
  box-shadow:0 0 16px rgba(255,117,31,.45);
}

#analyticsHint{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.07);
  color:rgba(255,255,255,.42);
}

/* =========================
   RELEASE ANALYTICS RESPONSIVE
========================= */

@media (max-width:980px){
  .releaseAnalyticsGrid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  .releaseAnalyticsStat:nth-child(3){
    border-right:none;
  }

  .releaseAnalyticsStat:nth-child(-n+3){
    border-bottom:1px solid rgba(255,255,255,.08);
  }

  .releaseCharts{
    grid-template-columns:1fr;
  }
}

@media (max-width:560px){
  .releaseAnalyticsPanel{
    padding:14px;
    border-radius:18px;
  }

  .releaseAnalyticsTop{
    flex-direction:column;
    align-items:flex-start;
  }

  .releaseAnalyticsGrid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .releaseAnalyticsStat{
    border-right:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
  }

  .releaseAnalyticsStat:nth-child(2n){
    border-right:none;
  }

  .releaseAnalyticsStat:nth-last-child(-n+2){
    border-bottom:none;
  }

  .releaseAnalyticsValue{
    font-size:26px;
  }

  .releaseMiniChart,
  .releaseMiniLine{
    height:105px;
  }
}
/* =========================
   ARFI ANALYTICS — SPOTIFY GLASS STRIP
   override previous analytics UI
========================= */

.releaseAnalyticsPanel{
  margin-top:18px;
  width:100%;
  border-radius:22px;
  padding:12px 14px;
  color:#f7f7ef;
  overflow:hidden;

  background:
    linear-gradient(180deg, rgba(26,28,20,.76), rgba(12,13,10,.82)),
    radial-gradient(420px 180px at 15% 0%, rgba(193,255,114,.13), transparent 55%),
    radial-gradient(360px 180px at 88% 100%, rgba(255,117,31,.10), transparent 60%);

  border:1px solid rgba(255,255,255,.10);
  box-shadow:
    0 18px 40px rgba(10,11,15,.16),
    inset 0 1px 0 rgba(255,255,255,.10);

  backdrop-filter:blur(22px) saturate(1.15);
  -webkit-backdrop-filter:blur(22px) saturate(1.15);
}

/* top line becomes compact like album + context */
.releaseAnalyticsTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:0 0 12px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.releaseAnalyticsTitle{
  font-size:15px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.035em;
  color:rgba(255,255,255,.96);
}

.releaseAnalyticsSub{
  margin-top:5px;
  max-width:640px;
  font-size:11px;
  line-height:1.35;
  color:rgba(255,255,255,.42);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.releaseAnalyticsTop .badge,
#analyticsTrackStatus{
  flex:0 0 auto;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(193,255,114,.12);
  border:1px solid rgba(193,255,114,.18);
  color:rgba(255,255,255,.82);
  font-size:10.5px;
  font-weight:900;
  box-shadow:none;
}

/* the main analytics becomes one horizontal strip like your image */
.releaseAnalyticsGrid{
  margin-top:12px;
  display:grid;
  grid-template-columns:repeat(6, minmax(0, 1fr));
  gap:0;
  border-radius:18px;
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.075);
  overflow:hidden;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055);
}

.releaseAnalyticsStat{
  min-width:0;
  padding:14px 10px 13px;
  background:transparent;
  border:none;
  border-right:1px solid rgba(255,255,255,.12);
  text-align:center;
}

.releaseAnalyticsStat:last-child{
  border-right:none;
}

.releaseAnalyticsValue{
  font-size:34px;
  line-height:.95;
  font-weight:900;
  letter-spacing:-.055em;
  color:rgba(255,255,255,.96);
  text-shadow:0 1px 12px rgba(255,255,255,.06);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.releaseAnalyticsLabel{
  margin-top:11px;
  font-size:11px;
  line-height:1;
  font-weight:600;
  color:rgba(255,255,255,.43);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* charts: make them subtle, not dashboard-like */
.releaseCharts{
  margin-top:10px;
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
}

.releaseChartCard{
  border-radius:16px;
  padding:10px 12px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.06);
  box-shadow:none;
}

.releaseChartCard:nth-child(2){
  display:none;
}

.releaseChartTitle{
  margin-bottom:8px;
  font-size:10.5px;
  font-weight:800;
  letter-spacing:.02em;
  color:rgba(255,255,255,.38);
}

.releaseMiniChart{
  width:100%;
  height:48px;
  display:flex;
  align-items:flex-end;
  gap:5px;
}

.releaseMiniBar{
  flex:1;
  min-width:4px;
  height:20%;
  border-radius:999px 999px 5px 5px;
  background:rgba(193,255,114,.58);
  box-shadow:none;
  transition:height .22s ease, opacity .16s ease;
}

.releaseMiniBar:nth-child(3n){
  background:rgba(255,117,31,.46);
}

.releaseMiniBar.muted{
  background:rgba(255,255,255,.12);
}

.releaseMiniLine{
  display:none;
}

#analyticsHint{
  margin-top:9px;
  padding-top:9px;
  border-top:1px solid rgba(255,255,255,.065);
  color:rgba(255,255,255,.34);
  font-size:10.5px;
  line-height:1.35;
}

/* selected card glow: very subtle */
#myList.releaseGrid .item:hover,
#myList.releaseGrid .item.isSelected{
  transform:translateY(-1px);
  border-color:rgba(255,117,31,.18);
  background:#fff;
  box-shadow:
    0 12px 26px rgba(10,11,15,.07),
    0 0 0 2px rgba(255,117,31,.035);
}

#myList.releaseGrid .item:hover .itemCover,
#myList.releaseGrid .item.isSelected .itemCover{
  border-color:rgba(255,117,31,.18);
  box-shadow:0 8px 20px rgba(10,11,15,.055);
}

/* responsive */
@media (max-width:980px){
  .releaseAnalyticsGrid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  .releaseAnalyticsStat:nth-child(3){
    border-right:none;
  }

  .releaseAnalyticsStat:nth-child(-n+3){
    border-bottom:1px solid rgba(255,255,255,.10);
  }
}

@media (max-width:560px){
  .releaseAnalyticsPanel{
    border-radius:18px;
    padding:12px;
  }

  .releaseAnalyticsTop{
    align-items:flex-start;
  }

  .releaseAnalyticsGrid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    border-radius:16px;
  }

  .releaseAnalyticsStat{
    padding:13px 8px 12px;
    border-right:1px solid rgba(255,255,255,.10);
    border-bottom:1px solid rgba(255,255,255,.10);
  }

  .releaseAnalyticsStat:nth-child(2n){
    border-right:none;
  }

  .releaseAnalyticsStat:nth-last-child(-n+2){
    border-bottom:none;
  }

  .releaseAnalyticsValue{
    font-size:28px;
  }

  .releaseAnalyticsLabel{
    font-size:10px;
  }

  .releaseMiniChart{
    height:42px;
  }
}
/* =========================
   ARFI ANALYTICS — CLEAN ARtists STYLE
   Professional, minimal, no chart
========================= */

/* remove charts completely */
.releaseCharts,
.releaseChartCard,
.releaseMiniChart,
.releaseMiniLine{
  display:none !important;
}

/* main analytics card */
.releaseAnalyticsPanel{
  margin-top:18px;
  width:100%;
  border-radius:22px;
  padding:18px;
  overflow:hidden;
  color:var(--text);

  background:rgba(255,255,255,.96);
  border:1px solid rgba(10,11,15,.07);
  box-shadow:var(--shadow-soft);

  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

/* header */
.releaseAnalyticsTop{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:0 0 14px;
  border-bottom:1px solid rgba(10,11,15,.07);
}

.releaseAnalyticsTitle{
  font-size:22px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.045em;
  color:rgba(10,11,15,.94);
}

.releaseAnalyticsSub{
  margin-top:6px;
  max-width:720px;
  font-size:12.5px;
  line-height:1.4;
  color:rgba(10,11,15,.46);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* analytics badge */
.releaseAnalyticsTop .badge,
#analyticsTrackStatus{
  flex:0 0 auto;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(255,117,31,.09);
  border:none;
  color:rgba(10,11,15,.72);
  font-size:12px;
  font-weight:900;
  box-shadow:none;
}

/* stats grid */
.releaseAnalyticsGrid{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(6, minmax(0, 1fr));
  gap:10px;

  background:transparent;
  border:none;
  border-radius:0;
  overflow:visible;
  box-shadow:none;
}

.releaseAnalyticsStat{
  min-width:0;
  padding:16px 10px 15px;
  border-radius:16px;

  background:rgba(10,11,15,.025);
  border:1px solid rgba(10,11,15,.055);
  box-shadow:none;

  text-align:center;
}

.releaseAnalyticsValue{
  font-size:30px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.055em;
  color:rgba(10,11,15,.92);

  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.releaseAnalyticsLabel{
  margin-top:9px;
  font-size:11px;
  line-height:1;
  font-weight:900;
  color:rgba(10,11,15,.42);

  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* hide ugly technical sync text */
#analyticsHint{
  display:none !important;
}

/* very subtle selected card state */
#myList.releaseGrid .item:hover,
#myList.releaseGrid .item.isSelected{
  transform:translateY(-1px);
  border-color:rgba(255,117,31,.16);
  background:#fff;
  box-shadow:
    0 12px 26px rgba(10,11,15,.065),
    0 0 0 2px rgba(255,117,31,.035);
}

#myList.releaseGrid .item:hover .itemCover,
#myList.releaseGrid .item.isSelected .itemCover{
  border-color:rgba(255,117,31,.16);
  box-shadow:0 8px 20px rgba(10,11,15,.05);
}

/* responsive */
@media (max-width:980px){
  .releaseAnalyticsGrid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

@media (max-width:560px){
  .releaseAnalyticsPanel{
    padding:14px;
    border-radius:18px;
  }

  .releaseAnalyticsTop{
    flex-direction:column;
    align-items:flex-start;
  }

  .releaseAnalyticsTitle{
    font-size:20px;
  }

  .releaseAnalyticsGrid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:8px;
  }

  .releaseAnalyticsStat{
    padding:14px 8px 13px;
    border-radius:14px;
  }

  .releaseAnalyticsValue{
    font-size:26px;
  }

  .releaseAnalyticsLabel{
    font-size:10.5px;
  }
}
/* =========================
   ARFI ANALYTICS — CLEAN INLINE STATS
   No stat cards, no outer rounded card, vertical separators
========================= */

/* remove the big rounded analytics container */
.releaseAnalyticsPanel{
  margin-top:18px;
  padding:0;
  border-radius:0;
  background:transparent;
  border:none;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  color:var(--text);
}

/* keep header clean */
.releaseAnalyticsTop{
  padding:0 0 14px;
  border-bottom:1px solid rgba(10,11,15,.07);
}

/* remove the extra rounded feeling */
.releaseAnalyticsTitle{
  font-size:22px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.045em;
  color:rgba(10,11,15,.94);
}

.releaseAnalyticsSub{
  margin-top:6px;
  font-size:12.5px;
  color:rgba(10,11,15,.46);
}

/* optional: keep the Analytics pill soft */
#analyticsTrackStatus{
  background:rgba(255,117,31,.08);
  color:rgba(10,11,15,.70);
  border:none;
  box-shadow:none;
}

/* stats become one clean horizontal strip */
.releaseAnalyticsGrid{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(6, minmax(0, 1fr));
  gap:0;

  background:transparent;
  border:none;
  border-radius:0;
  box-shadow:none;
  overflow:visible;
}

/* remove individual stat card backgrounds */
.releaseAnalyticsStat{
  padding:10px 14px 8px;
  border-radius:0;
  background:transparent;
  border:none;
  box-shadow:none;
  text-align:center;

  border-right:2px solid rgba(0, 0, 0, 0.85);
}

.releaseAnalyticsStat:last-child{
  border-right:none;
}

.releaseAnalyticsValue{
  font-size:34px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.055em;
  color:rgba(10,11,15,.94);
}

.releaseAnalyticsLabel{
  margin-top:10px;
  font-size:11px;
  line-height:1;
  font-weight:900;
  color:rgba(10,11,15,.43);
}

/* keep charts hidden */
.releaseCharts,
.releaseChartCard,
.releaseMiniChart,
.releaseMiniLine,
#analyticsHint{
  display:none !important;
}

/* responsive */
@media (max-width:980px){
  .releaseAnalyticsGrid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
    row-gap:18px;
  }

  .releaseAnalyticsStat:nth-child(3){
    border-right:none;
  }

  .releaseAnalyticsStat:nth-child(6){
    border-right:none;
  }
}

@media (max-width:560px){
  .releaseAnalyticsTop{
    flex-direction:column;
    align-items:flex-start;
  }

  .releaseAnalyticsGrid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    row-gap:18px;
  }

  .releaseAnalyticsStat:nth-child(2n){
    border-right:none;
  }

  .releaseAnalyticsValue{
    font-size:28px;
  }
}