
:root{

  --bg:#070b16;

  --bg2:#0d1325;

  --panel:#0f172a;

  --panel2:#111827;

  --line:#23304a;

  --text:#e5ecff;

  --muted:#97a3bd;

  --blue:#4f7cff;

  --blue2:#7aa2ff;

  --green:#18c58f;

  --red:#ff5d6c;

  --yellow:#ffbe55;

  --shadow:0 20px 60px rgba(0,0,0,.35);

}

*{box-sizing:border-box}

html,body{margin:0;padding:0}

body{

  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;

  color:var(--text);

  background:

    radial-gradient(circle at top left, rgba(79,124,255,.20), transparent 30%),

    radial-gradient(circle at top right, rgba(24,197,143,.10), transparent 25%),

    linear-gradient(180deg,var(--bg),var(--bg2));

  min-height:100vh;

}

a{color:#a8c1ff;text-decoration:none}

a:hover{text-decoration:underline}

.container{max-width:1240px;margin:0 auto;padding:24px}

.site-header{

  position:sticky;top:0;z-index:50;

  background:rgba(7,11,22,.78);

  border-bottom:1px solid rgba(255,255,255,.06);

  backdrop-filter:blur(12px);

}

.row{display:flex}

.between{justify-content:space-between}

.center{align-items:center}

.gap{gap:12px}

.wrap{flex-wrap:wrap}

.inline{display:inline}

.brand{

  font-size:24px;font-weight:900;letter-spacing:.2px;color:#fff;text-decoration:none;

}

.nav-link{color:#d8e2ff;opacity:.92}

.nav-user{

  padding:8px 12px;border:1px solid rgba(255,255,255,.08);border-radius:999px;

  color:#c5d4ff;background:rgba(255,255,255,.03);font-size:13px

}

.hero{

  display:grid;

  grid-template-columns:1.2fr .8fr;

  gap:24px;

  padding:48px 0 24px;

}

.hero-left,.hero-right{display:grid;gap:18px;align-content:start}

.badge{

  display:inline-flex;width:max-content;padding:7px 12px;border-radius:999px;

  background:rgba(79,124,255,.12);border:1px solid rgba(122,162,255,.25);

  color:#cbd8ff;font-size:13px;font-weight:700;

}

.hero h1{

  font-size:56px;line-height:1.02;margin:0;max-width:900px;

  letter-spacing:-1.5px;

}

.lead{font-size:18px;line-height:1.7;color:var(--muted);max-width:760px;margin:0}

.hero-actions{margin-top:6px}

.hero-points{display:flex;gap:18px;flex-wrap:wrap;color:#b9c6e3;font-size:14px}

.glass-card,.card,.stat-card{

  background:linear-gradient(180deg, rgba(17,24,39,.88), rgba(15,23,42,.92));

  border:1px solid rgba(255,255,255,.08);

  border-radius:20px;

  box-shadow:var(--shadow);

}

.glass-card{padding:20px}

.muted-card p{margin:0;color:var(--muted);line-height:1.7}

.mini-title{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#9fb4e9;margin-bottom:12px}

.stat-list{display:grid;gap:12px}

.stat-line{

  display:flex;justify-content:space-between;gap:12px;padding:12px 14px;

  border:1px solid rgba(255,255,255,.06);border-radius:14px;background:rgba(255,255,255,.02)

}

.stat-line span{color:#c7d5f5}

.stat-line strong{color:#fff}

.features-grid{

  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:16px 0 36px;

}

.card{padding:22px}

.feature-card h3,.card h3{margin:0 0 10px}

.feature-card p,.card p{margin:0;color:var(--muted);line-height:1.7}

.auth-wrap{display:flex;justify-content:center;padding:48px 0}

.auth-card{max-width:460px;width:100%}

.form{display:grid;gap:16px}

label{display:grid;gap:8px;font-weight:600;color:#dce6ff}

input,select,button{font:inherit}

input,select{

  width:100%;padding:13px 14px;border-radius:14px;

  border:1px solid rgba(255,255,255,.10);

  background:#0a1120;color:#fff;outline:none;

}

input:focus,select:focus{

  border-color:rgba(122,162,255,.55);

  box-shadow:0 0 0 4px rgba(79,124,255,.14);

}

.checkbox{display:flex;gap:12px;align-items:center}

.checkbox input{width:auto}

.btn{

  display:inline-flex;align-items:center;justify-content:center;

  padding:12px 18px;border:none;border-radius:14px;cursor:pointer;

  background:linear-gradient(180deg,var(--blue),#3a67ef);color:#fff;

  font-weight:800;text-decoration:none;

}

.btn:hover{filter:brightness(1.05);text-decoration:none}

.btn-secondary{

  background:rgba(255,255,255,.05);color:#fff;border:1px solid rgba(255,255,255,.10)

}

.btn-danger{background:linear-gradient(180deg,#ff6d7a,#ea4355);color:#fff}

.btn-sm{padding:8px 12px;font-size:13px;border-radius:12px}

.flash{padding:14px 16px;border-radius:16px;margin:20px 0;font-weight:700}

.flash-success{background:rgba(24,197,143,.12);border:1px solid rgba(24,197,143,.30);color:#dbfff3}

.flash-error{background:rgba(255,93,108,.12);border:1px solid rgba(255,93,108,.28);color:#ffe3e6}

.muted{color:var(--muted)}

.tiny{font-size:12px;color:var(--muted)}

.danger{color:#ffb4bc}

.section-head{margin:18px 0 20px}

.table-wrap{

  overflow:auto;border:1px solid rgba(255,255,255,.08);border-radius:18px;

  background:rgba(7,11,22,.35)

}
table{width:100%;border-collapse:collapse}

th,td{padding:14px 12px;border-bottom:1px solid rgba(255,255,255,.06);text-align:left;vertical-align:top}

thead th{

  background:#0a1120;color:#b8cbff;font-size:12px;text-transform:uppercase;letter-spacing:.08em

}

tbody tr:hover{background:rgba(79,124,255,.05)}

.status{

  display:inline-flex;padding:5px 10px;border-radius:999px;font-size:12px;

  font-weight:800;text-transform:uppercase

}

.status-active{background:rgba(24,197,143,.14);color:#cffff0}

.status-paused{background:rgba(255,190,85,.14);color:#ffe7b3}

.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}

.kv{display:grid;gap:10px}

.stats-grid{

  display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:20px

}

.stat-card{padding:18px}

.stat-k{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#9fb4e9;margin-bottom:8px}

.stat-v{font-size:30px;font-weight:900;color:#fff}

@media (max-width: 1100px){

  .hero{grid-template-columns:1fr}

  .features-grid{grid-template-columns:1fr}

  .stats-grid{grid-template-columns:repeat(3,1fr)}

  .hero h1{font-size:42px}

}

@media (max-width: 760px){

  .grid-2,.stats-grid{grid-template-columns:1fr}

  .hero h1{font-size:34px}

  .container{padding:18px}

}



/* SPRINT1_LAYOUT_START */

.site-shell{min-height:100vh;display:flex;flex-direction:column}

.site-main{flex:1;padding-top:34px;padding-bottom:48px}



.nav{

display:flex;

align-items:center;

justify-content:space-between;

gap:18px;

min-height:78px

}

.nav-left,.nav-right{

display:flex;

align-items:center;

gap:14px;

flex-wrap:wrap

}



.site-footer{

margin-top:auto;

border-top:1px solid rgba(255,255,255,.08);

background:rgba(7,11,22,.55);

backdrop-filter:blur(10px)

}

.footer-grid{

display:grid;

grid-template-columns:1.5fr 1fr 1fr;

gap:18px;

align-items:center;

padding-top:18px;

padding-bottom:18px

}

.footer-links{

display:flex;

gap:14px;

flex-wrap:wrap;

justify-content:center

}

.footer-links a{color:#c8d5f7}

.footer-meta{text-align:right}

.brand-row{

display:flex;

align-items:center;

gap:10px;

flex-wrap:wrap

}



.page-hero{

display:grid;

grid-template-columns:1.15fr .85fr;

gap:22px;

align-items:start;

padding:10px 0 26px

}

.page-hero-compact{

grid-template-columns:1fr .9fr

}

.page-lead{

max-width:760px;

margin-top:10px

}

.actions-row{

display:flex;

gap:12px;

flex-wrap:wrap;

align-items:center

}

.split-grid{

display:grid;

grid-template-columns:repeat(2,minmax(0,1fr));

gap:18px;

margin-top:4px

}

.pricing-grid{

display:grid;

grid-template-columns:repeat(3,minmax(0,1fr));

gap:18px

}

.pricing-card{

position:relative

}

.pricing-current{

border-color:rgba(122,162,255,.38);

box-shadow:0 24px 70px rgba(38,86,255,.18)

}

.price-value{

font-size:34px;

font-weight:900;

letter-spacing:-1px;

color:#fff

}

.price-value span{

font-size:15px;

font-weight:700;

color:var(--muted);

margin-left:4px

}

.status-chip{

display:inline-flex;

align-items:center;

justify-content:center;

padding:7px 12px;

border-radius:999px;

font-size:12px;

font-weight:800;

text-transform:uppercase;

letter-spacing:.05em;

border:1px solid rgba(255,255,255,.10);

background:rgba(255,255,255,.05);

color:#e7efff
}

.status-chip.is-paid,

.status-chip.is-active{

background:rgba(24,197,143,.14);

border-color:rgba(24,197,143,.32);

color:#d9fff2

}

.status-chip.is-pending{

background:rgba(255,190,85,.14);

border-color:rgba(255,190,85,.30);

color:#fff0cd

}

.status-chip.is-expired{

background:rgba(255,93,108,.14);

border-color:rgba(255,93,108,.30);

color:#ffe0e4

}



@media (max-width: 1040px){

.page-hero,

.page-hero-compact,

.split-grid,

.pricing-grid,

.footer-grid{

grid-template-columns:1fr

}

.footer-links{justify-content:flex-start}

.footer-meta{text-align:left}

}



@media (max-width: 720px){

.container{padding:18px}

.hero h1{font-size:40px}

.nav{min-height:auto;padding:8px 0}

.nav-left,.nav-right{gap:10px}

.brand{font-size:22px}

}

 /* SPRINT1_LAYOUT_END */\n\n

/* SPRINT1_PUBLIC_START */

.home-hero{padding-top:18px}

.metric-grid{

display:grid;

grid-template-columns:repeat(3,minmax(0,1fr));

gap:18px;

margin-top:10px

}

.section-gap{margin-top:24px}

.section-gap-sm{margin-top:16px}



.check-list{

list-style:none;

padding:0;

margin:0;

display:grid;

gap:12px

}

.check-list li{

position:relative;

padding-left:18px;

color:#d8e4ff;

line-height:1.6

}

.check-list li::before{

content:"";

position:absolute;

left:0;

top:.72em;

width:8px;

height:8px;

border-radius:999px;

background:linear-gradient(180deg,var(--blue2),var(--green))

}



.cta-band{

margin-top:24px;

display:flex;

align-items:center;

justify-content:space-between;

gap:20px;

flex-wrap:wrap

}

.cta-band h2{

margin:0 0 10px 0;

font-size:32px;

line-height:1.15;

letter-spacing:-.8px

}



.auth-shell{

display:grid;

grid-template-columns:1.05fr .95fr;

gap:22px;

align-items:stretch;

padding:28px 0 10px

}

.auth-panel{

padding:30px;

border:1px solid rgba(255,255,255,.08);

border-radius:24px;

background:linear-gradient(180deg, rgba(17,24,39,.72), rgba(15,23,42,.88));

box-shadow:var(--shadow)

}

.auth-panel-accent{

background:

radial-gradient(circle at top right, rgba(79,124,255,.18), transparent 30%),

linear-gradient(180deg, rgba(17,24,39,.88), rgba(15,23,42,.92))

}

.auth-title{

margin:14px 0 14px 0;

font-size:42px;

line-height:1.08;

letter-spacing:-1.1px

}

.auth-card-premium{

padding:28px

}

.auth-note{

margin-top:18px

}

.auth-list{

margin-top:18px

}



@media (max-width: 1040px){

.metric-grid,

.auth-shell{

grid-template-columns:1fr

}

}



@media (max-width: 720px){

.auth-title{font-size:34px}

.cta-band h2{font-size:28px}

}

/* SPRINT1_PUBLIC_END */

\n



/* SPRINT1_APP_START */

.checkbox-card{

padding:14px 16px;

border:1px solid rgba(255,255,255,.08);

border-radius:16px;

background:rgba(255,255,255,.03)

}

.checkbox-card span{

color:#dfe8ff;

font-weight:600

}



.section-head h2{

font-size:24px;

line-height:1.2;

letter-spacing:-.4px

}



.table-wrap table td,

.table-wrap table th{

vertical-align:top

}



.status{

display:inline-flex;

align-items:center;

justify-content:center;

padding:6px 10px;

border-radius:999px;

font-size:12px;

font-weight:800;

text-transform:uppercase;

letter-spacing:.04em;

border:1px solid rgba(255,255,255,.10);

background:rgba(255,255,255,.05);

color:#e8efff

}

.status-active{

background:rgba(24,197,143,.14);

border-color:rgba(24,197,143,.32);

color:#d9fff2

}

.status-paused{

background:rgba(255,190,85,.14);

border-color:rgba(255,190,85,.30);

color:#fff0cd

}

.status-error{

background:rgba(255,93,108,.14);

border-color:rgba(255,93,108,.30);

color:#ffe0e4

}



.card h2,.card h3{color:#fff}

.card p + .stat-list{margin-top:16px}

/* SPRINT1_APP_END */



/* SPRINT1_DASHBOARD_START */

.dashboard-stats{

display:grid;

grid-template-columns:repeat(5,minmax(0,1fr));

gap:18px;

margin-top:8px

}

.stat-surface{

padding:22px

}

.dashboard-value{

font-size:34px;

font-weight:900;

line-height:1;

letter-spacing:-1px;

margin:8px 0 10px 0;

color:#fff

}

.quick-links{

display:grid;

grid-template-columns:1fr;

gap:14px

}

.quick-link-card{

display:grid;

gap:6px;

padding:16px 18px;

border:1px solid rgba(255,255,255,.08);

border-radius:18px;

background:rgba(255,255,255,.03);

text-decoration:none;

color:#dfe9ff;

transition:transform .14s ease, border-color .14s ease, background .14s ease

}

.quick-link-card:hover{

text-decoration:none;

transform:translateY(-1px);

border-color:rgba(122,162,255,.28);

background:rgba(255,255,255,.05)

}

.quick-link-card strong{

color:#fff

}

.quick-link-card span{

color:var(--muted)

}

.empty-state{

padding:6px 2px 2px 2px

}

.empty-state h3{

margin:0 0 10px 0

}



@media (max-width: 1180px){

.dashboard-stats{

grid-template-columns:repeat(3,minmax(0,1fr))

}

}

@media (max-width: 820px){

.dashboard-stats{

grid-template-columns:repeat(2,minmax(0,1fr))

}

}

@media (max-width: 560px){

.dashboard-stats{

grid-template-columns:1fr

}

}

/* SPRINT1_DASHBOARD_END */


