:root {
    --bg: #f5f7fb;
    --bg-2: #eef3fb;
    --panel: rgba(255,255,255,.84);
    --panel-solid: #fff;
    --text: #0f172a;
    --muted: #64748b;
    --soft: #f8fafc;
    --line: rgba(148,163,184,.28);
    --line-strong: #dbe3ee;
    --primary: #0f172a;
    --primary-2: #25324a;
    --accent: #2563eb;
    --accent-soft: #eff6ff;
    --danger: #b91c1c;
    --success: #047857;
    --warning: #b45309;
    --shadow: 0 20px 55px rgba(15,23,42,.08);
    --shadow-soft: 0 10px 30px rgba(15,23,42,.06);
    --radius: 24px;
}
* { box-sizing: border-box; }
html { min-height: 100%; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: radial-gradient(circle at 18% 0%, rgba(37,99,235,.12) 0, transparent 26%), linear-gradient(180deg, #f8fbff 0%, var(--bg) 100%); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; }
small { color: var(--muted); }

/* ADMIN SHELL */
.app-shell { display: grid; grid-template-columns: 282px 1fr; min-height: 100vh; }
.sidebar { position: sticky; top: 0; height: 100vh; padding: 22px; display: flex; flex-direction: column; gap: 22px; border-right: 1px solid var(--line); background: rgba(255,255,255,.72); backdrop-filter: blur(20px); }
.brand, .public-brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 16px; color: white; font-weight: 900; background: linear-gradient(135deg, #0f172a, #334155); box-shadow: 0 14px 30px rgba(15,23,42,.18); letter-spacing: -.03em; }
.brand strong, .public-brand strong { display: block; font-size: 15px; letter-spacing: -.02em; }
.brand span, .public-brand small { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.nav { display: grid; gap: 6px; overflow: auto; padding-right: 2px; }
.nav a { padding: 11px 12px; border-radius: 14px; color: #475569; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .065em; transition: .16s ease; }
.nav a:hover { background: #f1f5f9; color: var(--text); }
.nav a.active { background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: #fff; box-shadow: 0 12px 28px rgba(15,23,42,.16); }
.sidebar-user { margin-top: auto; padding: 13px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.72); display: flex; align-items: center; gap: 10px; font-size: 13px; box-shadow: var(--shadow-soft); }
.sidebar-user span { display: block; font-weight: 800; }
.sidebar-user a { color: var(--muted); font-weight: 700; font-size: 12px; }
.user-avatar-mini { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 14px; background: var(--primary); color: #fff; font-size: 12px; font-weight: 900; }
.main { padding: 28px; min-width: 0; }
.topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; gap: 20px; }
.topbar h1 { margin: 0; font-size: 30px; letter-spacing: -.055em; }
.eyebrow { margin: 0 0 7px; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 900; }
.user-pill { padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.74); border: 1px solid var(--line); color: var(--muted); font-size: 13px; font-weight: 700; box-shadow: var(--shadow-soft); }

/* PUBLIC SHELL */
.public-body { min-height: 100vh; padding-bottom: 104px; }
.public-topnav { position: sticky; top: 0; z-index: 40; height: 76px; display: grid; grid-template-columns: 270px 1fr auto; align-items: center; gap: 20px; padding: 0 42px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.82); backdrop-filter: blur(20px); box-shadow: 0 8px 28px rgba(15,23,42,.04); }
.public-nav { display: flex; justify-content: center; gap: 8px; }
.public-nav a { display: inline-flex; align-items: center; min-height: 42px; padding: 0 16px; border-radius: 15px; color: #334155; font-size: 14px; font-weight: 800; transition: .16s ease; }
.public-nav a:hover { background: #f1f5f9; color: var(--text); }
.public-nav a.active { background: #f1f5ff; color: var(--primary); box-shadow: inset 0 0 0 1px rgba(37,99,235,.08); }
.public-profile { display: flex; align-items: center; gap: 12px; padding: 7px 9px 7px 7px; border: 1px solid transparent; border-radius: 999px; }
.profile-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 999px; background: linear-gradient(135deg, #0f172a, #334155); color: #fff; font-size: 12px; font-weight: 900; box-shadow: var(--shadow-soft); }
.profile-text strong { display: block; font-size: 13px; }
.profile-text small { display: block; color: var(--accent); font-weight: 800; margin-top: 2px; }
.profile-logout { color: var(--muted); font-size: 12px; font-weight: 800; padding: 8px 10px; border-radius: 999px; }
.profile-logout:hover { background: #f1f5f9; color: var(--text); }
.public-main { width: min(1600px, calc(100% - 72px)); margin: 0 auto; padding: 34px 0 26px; }
.public-page-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; margin-bottom: 24px; }
.public-page-head h1 { margin: 0; font-size: clamp(32px, 3vw, 48px); line-height: 1; letter-spacing: -.07em; }
.public-page-head p { margin: 10px 0 0; color: var(--muted); line-height: 1.55; max-width: 720px; }
.public-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 24px; align-items: start; }
.public-content { display: grid; gap: 18px; min-width: 0; }
.public-sidebar { display: grid; gap: 16px; position: sticky; top: 96px; }

/* GENERIC CARDS / FORMS */
.hero-card, .panel, .package-card, .empty-card, .stat-card, .public-card, .filter-card, .release-detail, .side-card, .price-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.hero-card { padding: 28px; display: flex; justify-content: space-between; align-items: center; gap: 22px; margin-bottom: 22px; }
.hero-card.compact { align-items: flex-start; }
.hero-card h2, .panel h2, .public-card h2 { margin: 0; letter-spacing: -.04em; }
.hero-card p { margin: 9px 0 0; color: var(--muted); max-width: 760px; line-height: 1.6; }
.panel { padding: 22px; margin-bottom: 22px; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.panel-head p { margin: 6px 0 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 16px; border-radius: 14px; border: 1px solid var(--line-strong); background: rgba(255,255,255,.8); color: var(--text); font-weight: 900; font-size: 13px; cursor: pointer; min-height: 42px; transition: .16s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-soft); }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: #fff; border-color: var(--primary); }
.btn-danger { background: #fee2e2; color: var(--danger); border-color: #fecaca; }
.btn-small { min-height: 34px; padding: 8px 11px; font-size: 12px; border-radius: 12px; }
.btn.disabled, button:disabled { opacity: .55; cursor: not-allowed; pointer-events: none; }
.full-width { width: 100%; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.package-card { padding: 20px; }
.package-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.package-card h3 { margin: 18px 0 8px; font-size: 18px; letter-spacing: -.03em; }
.package-card p { color: var(--muted); min-height: 44px; line-height: 1.5; }
.package-foot { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 13px; margin-top: 18px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 22px; }
.stat-card { padding: 20px; }
.stat-card span { color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 900; }
.stat-card strong { display: block; font-size: 32px; margin-top: 8px; letter-spacing: -.055em; }
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; border-radius: 999px; background: #eef2ff; color: #3730a3; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.badge-danger { background: #fef2f2; color: var(--danger); }
.badge-success { background: #ecfdf5; color: var(--success); }
.muted-text { color: var(--muted); line-height: 1.6; }
.table { width: 100%; border-collapse: collapse; font-size: 14px; }
.table th { text-align: left; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: 11px; border-bottom: 1px solid var(--line); padding: 12px 10px; }
.table td { border-bottom: 1px solid var(--line); padding: 13px 10px; vertical-align: middle; }
.table-actions { display: flex; gap: 10px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
label { display: grid; gap: 7px; font-size: 12px; font-weight: 900; color: #374151; text-transform: uppercase; letter-spacing: .05em; }
input, select, textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: 14px; padding: 11px 12px; background: #fff; font: inherit; color: var(--text); outline: none; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #93c5fd; box-shadow: 0 0 0 4px rgba(37,99,235,.12); }
.full { grid-column: 1 / -1; }
.inline-form { display: flex; gap: 10px; align-items: center; }
.inline-form input, .inline-form select { max-width: 420px; }
.alert { padding: 14px 16px; border-radius: 18px; margin: 0 0 18px; font-weight: 800; border: 1px solid var(--line); background: #fff; }
.alert-success { color: var(--success); background: #ecfdf5; border-color: #a7f3d0; }
.alert-danger { color: var(--danger); background: #fef2f2; border-color: #fecaca; }
.empty-card { padding: 24px; color: var(--muted); }
.link-danger { border: 0; background: transparent; color: var(--danger); font-weight: 900; cursor: pointer; }
.small-list { margin: 12px 0; color: var(--muted); line-height: 1.6; }
.debug-box { white-space: pre-wrap; background: #0f172a; color: #e2e8f0; border-radius: 14px; padding: 14px; overflow: auto; }

/* ADMIN UPLOAD */
.dropzone { border: 2px dashed #cbd5e1; min-height: 220px; border-radius: 24px; background: linear-gradient(180deg, #ffffff, #f8fafc); display: grid; place-items: center; text-align: center; padding: 28px; cursor: pointer; transition: .16s ease; }
.dropzone input { display: none; }
.dropzone strong { display: block; font-size: 18px; margin-top: 8px; }
.dropzone span { color: var(--muted); }
.dropzone.is-dragover { border-color: var(--accent); background: var(--accent-soft); transform: translateY(-1px); }
.drop-icon { width: 56px; height: 56px; border-radius: 20px; display: grid; place-items: center; background: #eef2ff; color: #3730a3; font-size: 30px; font-weight: 900; }
.file-list { display: grid; gap: 8px; }
.file-row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.file-row span { color: var(--muted); }
.file-row button { border: 0; border-radius: 10px; padding: 7px 10px; font-weight: 800; cursor: pointer; }
.progress { height: 10px; border-radius: 999px; overflow: hidden; background: #e2e8f0; }
.progress div { height: 100%; width: 0; background: linear-gradient(90deg, var(--accent), #7c3aed); transition: width .15s ease; }
.upload-result { display: grid; gap: 12px; }

/* PUBLIC PAGE ELEMENTS */
.filter-card { padding: 16px; display: grid; gap: 14px; }
.filter-row { display: grid; grid-template-columns: minmax(260px, 1fr) 185px 170px 170px auto; gap: 10px; align-items: end; }
.filter-row label { text-transform: none; letter-spacing: 0; font-size: 0; }
.filter-row input, .filter-row select { min-height: 46px; border-radius: 16px; font-weight: 700; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; min-height: 34px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.7); color: #334155; font-size: 13px; font-weight: 800; }
.chip.active { background: var(--primary); border-color: var(--primary); color: #fff; }
.release-grid { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.release-card { overflow: hidden; position: relative; min-height: 230px; transition: .16s ease; }
.release-card:hover { transform: translateY(-3px); box-shadow: 0 28px 70px rgba(15,23,42,.13); }
.release-cover-mini { width: 72px; height: 72px; border-radius: 22px; display: grid; place-items: center; color: #fff; font-size: 18px; font-weight: 900; background: linear-gradient(135deg, #0f172a, #2563eb); box-shadow: var(--shadow-soft); margin-bottom: 16px; }
.release-card h3 { font-size: 20px; }
.release-card .package-foot { margin-top: 18px; }
.release-detail { padding: 18px; }
.breadcrumb { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; font-weight: 800; margin-bottom: 14px; }
.release-hero-row { display: grid; grid-template-columns: 150px 1fr auto; gap: 22px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.68); }
.release-cover { width: 150px; height: 150px; border-radius: 22px; display: grid; place-items: center; background: radial-gradient(circle at 30% 20%, #60a5fa, transparent 30%), linear-gradient(135deg, #0f172a, #1e293b 58%, #2563eb); color: #fff; box-shadow: var(--shadow-soft); text-align: center; font-weight: 900; letter-spacing: -.04em; padding: 18px; }
.release-cover span { display: block; font-size: 30px; line-height: .95; }
.release-title h2 { margin: 0 0 9px; font-size: 32px; letter-spacing: -.055em; }
.release-title p { margin: 8px 0 0; color: var(--muted); line-height: 1.55; }
.release-meta-line { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; color: var(--muted); font-size: 13px; font-weight: 700; }
.release-actions { display: grid; gap: 10px; min-width: 180px; }
.release-kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.kpi { padding: 12px 13px; border-radius: 16px; background: #f8fafc; border: 1px solid rgba(226,232,240,.9); }
.kpi strong { display: block; font-size: 16px; }
.kpi span { color: var(--muted); font-size: 12px; font-weight: 700; }
.track-table-card { overflow: hidden; }
.track-table { width: 100%; border-collapse: collapse; }
.track-table th { text-align: left; padding: 14px 12px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; border-bottom: 1px solid var(--line); }
.track-table td { padding: 12px; border-bottom: 1px solid rgba(226,232,240,.84); vertical-align: middle; font-size: 14px; }
.track-table tr:hover td { background: rgba(248,250,252,.8); }
.track-title-cell strong { display: block; font-size: 14px; }
.track-title-cell span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; max-width: 520px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.play-circle { width: 34px; height: 34px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--text); font-weight: 900; cursor: pointer; box-shadow: var(--shadow-soft); }
.play-circle.is-active { background: var(--accent); color: #fff; border-color: var(--accent); }
.download-btn { white-space: nowrap; }
.side-card { padding: 18px; }
.side-card-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 15px; }
.side-card-head span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.account-card .account-row { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; }
.account-card .profile-avatar { width: 54px; height: 54px; }
.account-card strong { display: block; }
.account-card small { display: block; margin-top: 3px; }
.subscription-status { border-radius: 22px; padding: 18px; min-width: 230px; background: rgba(255,255,255,.76); border: 1px solid var(--line); }
.subscription-status span { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.subscription-status strong { display: block; margin-top: 8px; font-size: 15px; }
.subscription-status.ok { background: #ecfdf5; color: #065f46; border-color: #a7f3d0; }
.subscription-status.bad { background: #fff7ed; color: #9a3412; border-color: #fed7aa; }
.sub-progress { height: 9px; background: #e2e8f0; border-radius: 999px; overflow: hidden; margin: 14px 0 8px; }
.sub-progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--accent), #7c3aed); border-radius: 999px; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.price-card { padding: 18px; box-shadow: var(--shadow-soft); }
.price-topline { color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price-card h3 { margin: 10px 0 8px; font-size: 19px; letter-spacing: -.04em; }
.price-card p { color: var(--muted); line-height: 1.5; min-height: 44px; }
.price-value { font-size: 24px; font-weight: 900; letter-spacing: -.05em; margin: 14px 0; }
.side-card .price-card { margin-bottom: 12px; background: #fff; }

/* PLAYER */
.public-player { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 60; display: grid; grid-template-columns: 58px minmax(190px, 1fr) 150px minmax(240px, 1.15fr) 190px; align-items: center; gap: 16px; min-height: 84px; padding: 12px 18px; border: 1px solid rgba(226,232,240,.95); border-radius: 28px; background: rgba(255,255,255,.92); backdrop-filter: blur(26px); box-shadow: 0 24px 80px rgba(15,23,42,.17); }
.player-art { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(135deg, #0f172a, #2563eb); color: #fff; font-weight: 900; letter-spacing: -.04em; }
.player-meta { min-width: 0; }
.player-meta strong { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.player-meta span { display: block; color: var(--muted); margin-top: 4px; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.player-controls { display: flex; justify-content: center; align-items: center; gap: 9px; }
.player-btn { width: 48px; height: 48px; display: grid; place-items: center; border: 0; border-radius: 999px; background: var(--primary); color: #fff; font-weight: 900; cursor: pointer; box-shadow: 0 14px 30px rgba(15,23,42,.22); }
.player-icon-btn { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--text); font-weight: 900; cursor: pointer; }
.player-icon-btn:hover { border-color: #cbd5e1; background: #f8fafc; }
.player-progress-wrap { display: grid; gap: 8px; min-width: 0; }
.player-time { color: var(--muted); font-size: 12px; font-weight: 800; white-space: nowrap; text-align: center; }
.player-seek, .player-volume-range { width: 100%; accent-color: var(--primary); cursor: pointer; }
.player-seek { height: 18px; }
.player-volume { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 10px; }
.public-player.is-playing .player-art { box-shadow: 0 0 0 6px rgba(37,99,235,.11); }
@keyframes wave { from { transform: scaleY(.45); } to { transform: scaleY(1.6); } }

/* LOGIN */
.login-body { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.login-card-fix { width: min(100%, 460px); background: #fff; border: 1px solid var(--line); border-radius: 30px; padding: 30px; box-shadow: var(--shadow); display: block; }
.login-brand-fix { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.login-brand-mark-fix { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 16px; color: #fff; font-weight: 900; background: linear-gradient(135deg, #0f172a, #334155); }
.login-brand-fix strong { display: block; }
.login-brand-fix span { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; }
.login-field-fix { display: block; margin: 0 0 14px; }
.login-field-fix input { margin-top: 7px; }
.login-button-fix { width: 100%; min-height: 46px; border: 1px solid var(--primary); border-radius: 14px; background: var(--primary); color: #fff; font-weight: 900; font-size: 14px; cursor: pointer; margin-top: 4px; }
.login-alert-fix { padding: 13px 14px; border-radius: 16px; margin: 0 0 16px; font-weight: 800; font-size: 14px; background: #fef2f2; color: var(--danger); border: 1px solid #fecaca; }
.login-help-fix { margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

@media (max-width: 1180px) {
    .public-topnav { grid-template-columns: 1fr auto; padding: 0 20px; }
    .public-nav { display: none; }
    .public-layout { grid-template-columns: 1fr; }
    .public-sidebar { position: static; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
    .filter-row { grid-template-columns: 1fr 1fr; }
    .release-hero-row { grid-template-columns: 120px 1fr; }
    .release-actions { grid-column: 1 / -1; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
}
@media (max-width: 860px) {
    .app-shell { grid-template-columns: 1fr; }
    .sidebar { position: relative; height: auto; }
    .main { padding: 18px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .form-grid { grid-template-columns: 1fr; }
    .public-main { width: min(100% - 28px, 720px); padding-top: 22px; }
    .public-topnav { height: auto; padding: 14px; grid-template-columns: 1fr; }
    .public-profile { justify-content: space-between; border-color: var(--line); background: #fff; }
    .public-page-head { display: block; }
    .filter-row { grid-template-columns: 1fr; }
    .release-hero-row { grid-template-columns: 1fr; }
    .release-cover { width: 100%; height: 170px; }
    .release-kpis { grid-template-columns: repeat(2, 1fr); }
    .track-table { min-width: 760px; }
    .track-table-card { overflow-x: auto; }
    .public-player { grid-template-columns: 48px 1fr auto; left: 10px; right: 10px; bottom: 10px; border-radius: 22px; gap: 10px; padding: 10px; }
    .player-progress-wrap, .player-volume { display: none; }
    .player-controls { gap: 6px; }
    .player-icon-btn { display: none; }
}

.link-muted { border: 0; background: transparent; color: #64748b; font-weight: 800; cursor: pointer; padding: 0; }
.link-muted:hover { color: #0f172a; }

/* v2.8 public polish */
.landing-body {
    min-height: 100vh;
    margin: 0;
    background:
        radial-gradient(circle at 15% 8%, rgba(37,99,235,.18) 0, transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(15,23,42,.12) 0, transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #eef3fb 100%);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
}
.landing-shell {
    width: min(1180px, calc(100% - 44px));
    min-height: 100vh;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) 430px;
    align-items: center;
    gap: 28px;
    padding: 42px 0;
}
.landing-shell.login-only,
.landing-shell.form-page { grid-template-columns: 1fr; place-items: center; }
.landing-hero,
.landing-login-card {
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(148,163,184,.28);
    border-radius: 34px;
    box-shadow: 0 30px 80px rgba(15,23,42,.10);
    backdrop-filter: blur(20px);
}
.landing-hero { padding: 34px; min-height: 620px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; }
.landing-hero::after { content:""; position:absolute; width:360px; height:360px; right:-120px; bottom:-140px; border-radius:999px; background:linear-gradient(135deg, rgba(37,99,235,.16), rgba(15,23,42,.08)); }
.landing-brand { display:flex; align-items:center; gap:13px; position:relative; z-index:1; }
.landing-brand strong { display:block; letter-spacing:-.02em; }
.landing-brand small { display:block; color:var(--muted); margin-top:3px; }
.landing-copy { position:relative; z-index:1; max-width:720px; }
.landing-badge { display:inline-flex; align-items:center; padding:7px 11px; border-radius:999px; background:#eff6ff; color:#1d4ed8; font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.landing-copy h1 { margin:18px 0 14px; font-size:clamp(42px, 5vw, 72px); line-height:.94; letter-spacing:-.075em; }
.landing-copy p { color:var(--muted); font-size:17px; line-height:1.7; max-width:650px; }
.landing-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:26px; }
.landing-stats { position:relative; z-index:1; display:grid; grid-template-columns:repeat(3, 1fr); gap:14px; }
.landing-stats div { padding:18px; border:1px solid var(--line); border-radius:22px; background:rgba(255,255,255,.72); }
.landing-stats strong { display:block; font-size:23px; letter-spacing:-.04em; }
.landing-stats span { display:block; margin-top:5px; color:var(--muted); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.landing-login-card { padding:30px; width:100%; max-width:500px; }
.wide-form-card { max-width:760px; }
.login-card-head { display:flex; align-items:center; gap:14px; margin-bottom:24px; }
.login-card-head h2 { margin:0; font-size:30px; letter-spacing:-.055em; }
.login-card-head p { margin:4px 0 0; color:var(--muted); }
.landing-login-form { display:grid; gap:14px; }
.landing-secondary-links { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:9px; margin-top:18px; color:var(--muted); font-size:13px; font-weight:800; }
.landing-secondary-links a { color:#0f172a; }
.public-request-form { margin-top:14px; }
.modern-filter { padding:18px; }
.filter-grid { display:grid; grid-template-columns:minmax(260px,1.4fr) minmax(180px,.8fr) minmax(160px,.7fr) auto auto; gap:12px; align-items:end; }
.filter-control { display:grid; gap:7px; min-width:0; }
.filter-control span { color:#64748b; font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.filter-search input { min-height:46px; }
.filter-control select { min-height:46px; background:#fff; color:#0f172a; font-weight:700; }
.badge-warning { background:#fffbeb; color:#b45309; }
.success-panel { border-color:#a7f3d0; background:#ecfdf5; }
.success-panel code { display:inline-block; padding:5px 9px; border-radius:10px; background:#064e3b; color:#fff; font-weight:900; letter-spacing:.06em; }
.request-action-form { display:grid; gap:8px; min-width:300px; }
.request-action-form textarea { min-height:58px; font-size:12px; }
.admin-wide-table td { vertical-align:top; }
.public-topnav .public-brand small { color:#64748b; }
.public-page-head h1 { color:#08111f; }
.release-card { transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.release-card:hover { transform: translateY(-3px); border-color: rgba(37,99,235,.22); box-shadow: 0 28px 70px rgba(15,23,42,.12); }
.public-player { border:1px solid rgba(148,163,184,.35); background:rgba(255,255,255,.92); }
.player-seek, .player-volume-range { accent-color:#2563eb; }
@media (max-width: 1100px) {
    .landing-shell { grid-template-columns:1fr; }
    .landing-hero { min-height:auto; gap:60px; }
    .filter-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 700px) {
    .landing-shell { width:min(100% - 24px, 720px); padding:18px 0; }
    .landing-hero, .landing-login-card { border-radius:26px; padding:22px; }
    .landing-stats { grid-template-columns:1fr; }
    .landing-copy h1 { font-size:40px; }
    .filter-grid { grid-template-columns:1fr; }
}
