:root {
  --bg: #0b1020;
  --card: #131a30;
  --muted: #9fb0d0;
  --text: #f3f5fb;
  --accent: #7c5cff;
  --danger: #ff6b7f;
  --warning: #ffc857;
  --success: #18c7b8;
  --border: rgba(255,255,255,.08);
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,Arial,sans-serif;background:linear-gradient(180deg,#09101b,#0e1326 50%,#0b1020);color:var(--text);line-height:1.6}
a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;background:rgba(9,16,27,.88);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:20}.nav-wrap{display:flex;justify-content:space-between;align-items:center;padding:16px 0;gap:16px}.logo{font-size:24px;font-weight:800}.nav{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.nav a{color:var(--muted)}.nav a:hover{color:var(--text)}
.hero{padding:72px 0 40px;display:grid;grid-template-columns:1.3fr 1fr;gap:28px;align-items:center}.hero h1{font-size:54px;line-height:1.05;margin:0 0 18px}.hero p{color:var(--muted);font-size:18px;margin:0 0 24px}.hero-card,.card{background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:0 20px 50px rgba(0,0,0,.25)}
.grid-2,.grid-3,.grid-4,.pricing,.footer-grid,.kpi-grid,.stats{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3,.pricing{grid-template-columns:repeat(3,1fr)}.grid-4,.kpi-grid,.stats{grid-template-columns:repeat(4,1fr)}.section{padding:28px 0 56px}.section h2{font-size:34px;margin:0 0 18px}.section p.lead{color:var(--muted);max-width:760px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:14px;background:linear-gradient(135deg,var(--accent),#5f8bff);color:#fff;font-weight:700;border:none;cursor:pointer}.btn.secondary{background:transparent;border:1px solid var(--border);color:var(--text)}.btn-sm{padding:10px 14px;border-radius:12px;background:linear-gradient(135deg,var(--accent),#5f8bff);color:#fff}.badge{display:inline-block;padding:6px 10px;background:rgba(124,92,255,.18);border:1px solid rgba(124,92,255,.5);border-radius:999px;color:#cfc3ff;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.form-card{max-width:760px;margin:32px auto}
label{display:block;font-weight:700;margin:14px 0 8px}input,textarea,select{width:100%;padding:14px;border-radius:14px;border:1px solid var(--border);background:#0b1328;color:var(--text)}input[type=file]{padding:12px}textarea{min-height:120px;resize:vertical}
.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:20px;background:rgba(255,255,255,.03)}table{width:100%;border-collapse:collapse}th,td{padding:14px 16px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}th{color:#d7e0f4;background:rgba(255,255,255,.03)}
.alert{padding:14px 18px;border-radius:14px;margin:18px auto}.alert.success{background:rgba(24,199,184,.12);border:1px solid rgba(24,199,184,.45)}.alert.error{background:rgba(255,107,127,.12);border:1px solid rgba(255,107,127,.45)}.site-footer{padding:40px 0;border-top:1px solid var(--border);margin-top:40px;background:rgba(0,0,0,.16)}
.small{font-size:14px;color:var(--muted)}.inline-actions,.filters{display:flex;gap:12px;flex-wrap:wrap}.admin-grid{display:grid;grid-template-columns:270px 1fr;gap:20px}.sidebar{position:sticky;top:92px;height:fit-content}.sidebar a{display:block;padding:12px 14px;border:1px solid var(--border);border-radius:14px;margin-bottom:10px;background:rgba(255,255,255,.03);color:var(--muted)}.sidebar a:hover,.sidebar a.active{color:#fff;border-color:rgba(124,92,255,.6)}
.status{display:inline-flex;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid transparent}.status.success{background:rgba(24,199,184,.12);border-color:rgba(24,199,184,.45);color:#a6fff6}.status.warning{background:rgba(255,200,87,.12);border-color:rgba(255,200,87,.45);color:#ffe29b}.status.danger{background:rgba(255,107,127,.12);border-color:rgba(255,107,127,.45);color:#ffb2bc}
.cards-stack,.file-list,.meta-list{display:grid;gap:12px}.file-item,.note,.kpi-card{padding:16px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid var(--border)}.file-item{display:flex;justify-content:space-between;gap:12px;align-items:center}.meta-list .row{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px solid var(--border)}.panel-head{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}
@media (max-width: 920px){.hero,.grid-2,.grid-3,.grid-4,.pricing,.footer-grid,.admin-grid,.kpi-grid,.stats{grid-template-columns:1fr}.hero h1{font-size:40px}.nav-wrap{align-items:flex-start;flex-direction:column}.meta-list .row{display:block}}

.footer-grid-4{grid-template-columns:1.2fr 1fr 1fr 1fr;align-items:start}.site-footer h4{margin:0 0 10px}.site-footer p{margin:0;color:var(--muted)}.site-footer a{color:#d9e3fb}.site-footer a:hover{color:#fff}
.platform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:10px}.platform-option{display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:16px;border:1px solid var(--border);background:rgba(255,255,255,.03);margin:0;font-weight:600}.platform-option input{width:auto;margin:0}.platform-option span{display:block}
.tracks-section{margin-top:22px;display:grid;gap:14px}.track-card,.track-item{padding:18px;border-radius:18px;border:1px solid var(--border);background:rgba(255,255,255,.03)}.track-list{display:grid;gap:12px;margin-top:14px}.track-item p{margin:10px 0 0;color:#dbe5fb;white-space:normal}
@media (max-width: 920px){.platform-grid,.footer-grid-4{grid-template-columns:1fr}}

.form-card-wide{max-width:980px}.form-grid-3{grid-template-columns:repeat(3,1fr)}.compact-actions .btn{padding:10px 12px;border-radius:12px}.platform-section{margin-top:22px}.platform-groups{display:grid;gap:16px;margin-top:14px}.platform-group-card{padding:18px;border-radius:20px;border:1px solid var(--border);background:rgba(255,255,255,.03)}.platform-group-card h4{margin:0 0 6px}.platform-grid{margin-top:12px}.track-card textarea{min-height:140px}.footer-top{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:20px}.footer-bottom{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--border);margin-top:22px;padding-top:18px;color:var(--muted);font-size:14px}@media (max-width: 920px){.form-grid-3,.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}


.app-shell-body{background:#0a0f1c;color:#edf3ff}
.app-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:radial-gradient(circle at top left,rgba(22,102,255,.08),transparent 25%),#0a0f1c}
.shell-sidebar{padding:18px 16px;border-right:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,#0c1223,#09111d);position:sticky;top:0;height:100vh;overflow:auto}
.shell-brand{display:flex;align-items:center;gap:14px;padding:10px 8px 20px}.shell-brand strong{display:block;font-size:22px}.shell-brand span{display:block;font-size:13px;color:var(--muted)}
.shell-brand-mark{width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,#35d0ff,#4f7bff);display:flex;align-items:center;justify-content:center;font-weight:800;color:#07101d;box-shadow:0 10px 30px rgba(53,208,255,.25)}
.shell-nav{display:grid;gap:8px}.shell-nav-section{margin-top:14px;padding:10px 10px 6px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#7c8ba9;font-weight:800}
.shell-nav-link{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;color:#c8d5ef;border:1px solid transparent;transition:.2s ease;background:transparent}.shell-nav-link:hover,.shell-nav-link.active{background:rgba(31,50,91,.62);border-color:rgba(81,142,255,.28);color:#fff}
.shell-nav-icon{width:22px;height:22px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);font-size:12px}
.shell-side-card{margin-top:22px;padding:18px;border-radius:20px;background:linear-gradient(180deg,rgba(18,28,51,.96),rgba(15,21,38,.96));border:1px solid rgba(255,255,255,.08)}
.shell-side-days{font-size:32px;font-weight:800;margin:6px 0 10px}.shell-progress{height:8px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden;margin-bottom:14px}.shell-progress span{display:block;width:76%;height:100%;background:linear-gradient(90deg,#2dd4bf,#60a5fa)}
.shell-main-wrap{padding:12px 18px 28px}.shell-topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:4px 0 18px}.shell-search{min-height:56px;display:flex;align-items:center;padding:0 20px;border-radius:18px;background:#0d1528;border:1px solid rgba(255,255,255,.06);color:#9fb0d0;flex:1}.shell-top-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.shell-chip{padding:12px 18px;border-radius:16px;background:#111a30;border:1px solid rgba(255,255,255,.07);color:#dce7fb;font-weight:700}.shell-chip-accent{background:#cceff8;color:#0c1223}.shell-user-pill{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:18px;background:#111a30;border:1px solid rgba(255,255,255,.07)}.shell-user-pill strong{display:block}.shell-user-pill span{display:block;font-size:13px;color:var(--muted)}
.shell-avatar{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#68f06d;color:#08120e;font-weight:800}
.shell-main{padding:0 6px}.shell-page-head{padding:6px 4px 10px}.shell-page-head h1{font-size:52px;margin:0 0 8px;line-height:1.02}.shell-page-head p{margin:0;color:#9fb0d0;max-width:780px}.shell-section{margin-top:18px}.shell-section-title{margin:0 0 14px;font-size:18px;text-transform:uppercase;letter-spacing:.06em;color:#cad7ef}
.shell-stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.shell-stat-card,.shell-action-card,.shell-panel,.shell-news-card{background:linear-gradient(180deg,#10192f,#0c1528);border:1px solid rgba(87,126,199,.18);border-radius:22px;box-shadow:0 14px 40px rgba(0,0,0,.22)}
.shell-stat-card{padding:22px;min-height:146px}.shell-stat-label{font-size:14px;color:#9fb0d0;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.shell-stat-value{font-size:42px;font-weight:800;margin-bottom:4px}
.shell-action-grid{display:grid;gap:16px}.shell-action-grid-3{grid-template-columns:1.2fr 1fr 1fr}.shell-action-card{padding:24px;display:flex;flex-direction:column;gap:10px;min-height:140px}.shell-action-card strong{font-size:24px}.shell-action-card span{color:#b9c8e6;max-width:34ch}.shell-action-card em{font-style:normal;color:#58d8ff;margin-top:auto}.shell-action-card-wide{border-color:rgba(92,233,255,.45)}
.shell-two-col{display:grid;grid-template-columns:1.25fr .95fr;gap:18px}.shell-panel{padding:22px}.shell-panel-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px}.shell-panel-head h3{margin:0;font-size:26px}.shell-text-link{color:#58d8ff;font-weight:700}
.shell-list{display:grid;gap:12px}.shell-release-item,.shell-order-item{padding:16px;border-radius:18px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.08)}.shell-release-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:10px}.shell-meta-row{display:flex;justify-content:space-between;gap:20px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06);color:#d7e4fb}.shell-meta-row span:first-child{color:#8ea0c5}.shell-empty{padding:18px;border-radius:18px;background:rgba(255,255,255,.025);border:1px dashed rgba(255,255,255,.12);color:#a8b8d8}
.shell-news-card{padding:24px;display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:center}.shell-news-card h3{font-size:42px;line-height:1.06;margin:10px 0 14px}.shell-news-card p{color:#b9c8e6;max-width:58ch}
.shell-chart-mock{display:grid;grid-template-columns:1fr 180px;gap:18px;align-items:center}.shell-chart-bars{height:220px;padding:18px;border-radius:20px;background:radial-gradient(circle at top,rgba(72,129,255,.18),rgba(255,255,255,.02));display:flex;align-items:flex-end;gap:12px}.shell-chart-bars span{display:block;flex:1;border-radius:12px 12px 4px 4px;background:linear-gradient(180deg,#4ef2d3,#4077ff)}.shell-chart-bars span:nth-child(1){height:22%}.shell-chart-bars span:nth-child(2){height:35%}.shell-chart-bars span:nth-child(3){height:28%}.shell-chart-bars span:nth-child(4){height:58%}.shell-chart-bars span:nth-child(5){height:82%}.shell-chart-donut{width:170px;height:170px;border-radius:50%;background:conic-gradient(#76a7ff 0 32%,#6d64ff 32% 58%,#2dd4bf 58% 78%,#1a2440 78% 100%);position:relative;margin:auto}.shell-chart-donut:after{content:"";position:absolute;inset:34px;border-radius:50%;background:#0f172a}
.shell-form-panel{max-width:none}.shell-form-panel .grid-2,.shell-form-panel .form-grid-3{display:grid;gap:16px}
@media (max-width: 1180px){.app-shell{grid-template-columns:1fr}.shell-sidebar{position:relative;height:auto;border-right:none;border-bottom:1px solid rgba(255,255,255,.06)}.shell-stats-grid,.shell-action-grid-3,.shell-two-col,.shell-news-card,.shell-chart-mock{grid-template-columns:1fr}.shell-page-head h1{font-size:38px}}


.shell-stats-grid-4{grid-template-columns:repeat(4,1fr)}
.shell-filter-bar{display:flex;flex-wrap:wrap;gap:10px}.shell-filter-pill{padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#0f182d;color:#b8c7e6;font-weight:700}.shell-filter-pill.active,.shell-filter-pill:hover{background:rgba(88,216,255,.14);border-color:rgba(88,216,255,.4);color:#fff}
.shell-catalog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.shell-release-card-v2,.shell-order-card-v2,.shell-finance-item{padding:22px;border-radius:22px;background:linear-gradient(180deg,#10192f,#0c1528);border:1px solid rgba(87,126,199,.18)}
.shell-release-card-head,.shell-order-line{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:12px}.shell-release-card-head h3,.shell-order-line h3{margin:4px 0 0;font-size:26px;line-height:1.08}
.shell-tag-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.shell-tag-soft{display:inline-flex;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:#cfe0ff;font-size:13px;font-weight:700}
.shell-mini-metrics,.shell-summary-grid,.shell-check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.shell-mini-metrics>div,.shell-summary-card,.shell-check-card{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}
.shell-mini-metrics span,.shell-summary-card span,.shell-check-card span{display:block;color:#8fa2c8;font-size:13px}.shell-mini-metrics strong,.shell-summary-card strong,.shell-check-card strong{display:block;margin-top:6px;font-size:24px}
.shell-card-line{display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.06);color:#d8e5fe}.shell-card-line span:first-child{color:#91a5ce}
.shell-track-preview{display:grid;gap:8px;margin-top:14px}.shell-track-chip,.shell-track-row-v2{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}
.shell-card-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.shell-two-col-compact{grid-template-columns:.9fr 1.1fr}.shell-finance-stack,.shell-order-timeline,.shell-track-list-v2{display:grid;gap:14px}.shell-finance-right,.shell-order-side{display:flex;flex-direction:column;gap:8px;align-items:flex-end}
.shell-notice-card,.shell-note-box{margin-top:16px;padding:18px;border-radius:20px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}.shell-notice-card p,.shell-note-box p{margin:8px 0 0;color:#b8c7e6}
.shell-analytics-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.shell-bars-v2{display:grid;gap:14px}.shell-bar-row{display:grid;grid-template-columns:150px 1fr 80px;gap:14px;align-items:center}.shell-bar-label{color:#dce7fb;font-weight:700}.shell-bar-track{height:14px;border-radius:999px;background:rgba(255,255,255,.06);overflow:hidden}.shell-bar-track span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#2dd4bf,#4f7bff)}.shell-bar-value{text-align:right;color:#c7d5ef;font-weight:700}
.shell-list-select{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:16px;border-radius:18px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.08);color:#e6efff}.shell-list-select.active,.shell-list-select:hover{border-color:rgba(88,216,255,.4);background:rgba(88,216,255,.08)}
@media (max-width: 1180px){.shell-stats-grid-4,.shell-catalog-grid,.shell-analytics-grid,.shell-mini-metrics,.shell-summary-grid,.shell-check-grid{grid-template-columns:1fr}.shell-bar-row{grid-template-columns:1fr}.shell-card-line,.shell-release-card-head,.shell-order-line,.shell-track-row-v2,.shell-list-select{display:block}.shell-finance-right,.shell-order-side{align-items:flex-start;margin-top:10px}}
body{font-family:'Manrope',Inter,Arial,sans-serif}
.shell-page-head h1{font-size:42px}.shell-page-head p{font-size:14px}.shell-section-title{font-size:15px}.shell-stat-card{padding:18px;min-height:128px}.shell-stat-label{font-size:12px}.shell-stat-value{font-size:30px}.shell-action-card strong{font-size:20px}.shell-panel-head h3{font-size:22px}.shell-news-card h3{font-size:32px}.shell-brand strong,.logo{letter-spacing:.02em}.shell-brand-mark{font-size:15px;font-weight:800}.shell-brand-mark:before{content:'≋';font-size:22px;line-height:1}
.dropzone{position:relative;border:1.5px dashed rgba(88,216,255,.4);border-radius:20px;padding:22px;background:rgba(88,216,255,.04);text-align:center;cursor:pointer}.dropzone.dragover{border-color:#58d8ff;background:rgba(88,216,255,.12)}.dropzone input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}.dropzone strong{display:block;font-size:16px;margin-bottom:6px}.dropzone small{display:block;color:var(--muted)}
.feature-gate{padding:18px;border:1px dashed rgba(255,255,255,.15);border-radius:18px;background:rgba(255,255,255,.03)}
.ticket-thread{display:grid;gap:12px}.ticket-message{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}.ticket-message.admin{background:rgba(88,216,255,.08);border-color:rgba(88,216,255,.28)}
.live-chart-card{padding:22px;border-radius:22px;background:linear-gradient(180deg,#10192f,#0c1528);border:1px solid rgba(87,126,199,.18)}.live-chart-svg{width:100%;height:auto;min-height:220px;display:block}.chart-legend{display:flex;gap:12px;flex-wrap:wrap;color:#b8c7e6;font-size:13px}.chart-legend span{display:inline-flex;align-items:center;gap:8px}.chart-legend i{width:10px;height:10px;border-radius:50%;display:inline-block;background:linear-gradient(90deg,#2dd4bf,#4f7bff)}
.error-404{min-height:80vh;display:grid;place-items:center;padding:40px}.error-404-card{max-width:720px;text-align:center;padding:42px;border-radius:28px;background:linear-gradient(180deg,#10192f,#0c1528);border:1px solid rgba(87,126,199,.18)}.error-404-logo{font-size:28px;font-weight:800;letter-spacing:.04em;margin-bottom:12px}.error-404-code{font-size:84px;line-height:1;margin:0 0 14px}.admin-grid .card h3{font-size:20px}
.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.plan-editor{padding:18px;border:1px solid var(--border);border-radius:20px;background:rgba(255,255,255,.03);display:grid;gap:10px}.checkbox-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.checkbox-item{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02)}.checkbox-item input{width:auto;margin-top:4px}.live-donut{width:180px;height:180px;border-radius:50%;background:conic-gradient(#2dd4bf 0 35%,#4f7bff 35% 63%,#6d64ff 63% 82%,#1a2440 82% 100%);position:relative}.live-donut:after{content:'';position:absolute;inset:38px;background:#0f172a;border-radius:50%}
@media (max-width:920px){.settings-grid,.checkbox-list{grid-template-columns:1fr}.shell-page-head h1{font-size:34px}.shell-stat-value{font-size:26px}}
