
:root{
  --bg:#0b0d12;
  --panel:#121721;
  --panel-2:#171d28;
  --line:#273041;
  --text:#e9edf5;
  --muted:#9ca6b8;
  --gold:#c9a15d;
  --gold-2:#aa8241;
  --green:#2a8c64;
  --shadow:0 18px 50px rgba(0,0,0,.35);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,sans-serif;
  background:
    radial-gradient(circle at top right, rgba(201,161,93,.08), transparent 25%),
    linear-gradient(180deg, #0a0c11, #0f141d 40%, #0a0c11 100%);
  color:var(--text);
}
a{color:inherit;text-decoration:none}
.site-shell{max-width:1200px;margin:0 auto;padding:24px}
.topbar{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:12px 0 26px 0;position:sticky;top:0;background:linear-gradient(180deg, rgba(10,12,17,.95), rgba(10,12,17,.72));
  backdrop-filter:blur(10px);z-index:10
}
.brand-logo{height:96px;width:auto;display:block}
.topnav{display:flex;gap:22px;flex-wrap:wrap}
.topnav a{color:var(--muted);font-weight:600}
.topnav a:hover{color:var(--text)}
.topbar-actions{display:flex;align-items:center;gap:10px}
.lang-switch{
  border:1px solid var(--line);background:var(--panel);color:var(--text);padding:10px 14px;border-radius:14px;cursor:pointer;font-weight:700
}
.card{
  background:linear-gradient(180deg, rgba(18,23,33,.95), rgba(16,21,31,.92));
  border:1px solid rgba(255,255,255,.06);
  box-shadow:var(--shadow);
  border-radius:var(--radius);
}
.hero{
  display:grid;grid-template-columns:1.2fr .8fr;gap:28px;padding:34px;margin-bottom:42px
}
.eyebrow{
  display:inline-block;padding:8px 12px;border-radius:999px;background:rgba(201,161,93,.12);color:#f0d4a3;font-size:13px;font-weight:700;margin-bottom:14px
}
.hero h1{font-size:clamp(34px,5vw,58px);line-height:1.03;margin:0 0 14px}
.hero-text{font-size:18px;line-height:1.65;color:var(--muted);max-width:60ch}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 18px;border-radius:14px;border:1px solid transparent;
  font-weight:700;cursor:pointer
}
.btn-primary{background:linear-gradient(180deg, var(--gold), var(--gold-2));color:#111}
.btn-secondary{background:transparent;border-color:var(--line);color:var(--text)}
.hero-stats{
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px
}
.stat,.mini-panel,.panel,.stat-card,.tool-card{
  background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05)
}
.stat{padding:16px;border-radius:18px}
.stat-label,.small-note,.field-label,.section-head p,.tool-card p,.mini-panel p{color:var(--muted)}
.stat strong{display:block;margin-top:6px;font-size:18px}
.hero-panel{display:flex;flex-direction:column;gap:16px}
.mini-panel{padding:22px;border-radius:20px}
.mini-panel-title{font-weight:800;margin-bottom:12px}
.mini-list{padding-left:18px;margin:0}
.mini-list li{margin:10px 0;color:var(--text)}
.muted{opacity:.92}
.section{margin:56px 0}
.section-head{margin-bottom:22px}
.section-head h2{font-size:32px;margin:0 0 6px}
.steps-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px
}
.step-card{padding:20px;border-radius:20px;position:relative}
.step-number{
  position:absolute;top:18px;right:18px;color:#7d8797;font-size:13px;font-weight:800
}
.step-card h3{margin:0 0 10px;font-size:20px}
.step-card p{margin:0 0 12px;color:var(--muted);line-height:1.55}
.step-task{font-size:14px;padding:12px;border-radius:14px;background:rgba(201,161,93,.08);color:#f2dec0;margin-bottom:14px}
.step-actions{display:flex;justify-content:space-between;align-items:center;gap:10px}
.check-btn{
  padding:10px 14px;border-radius:12px;border:1px solid var(--line);background:var(--panel-2);color:var(--text);font-weight:700;cursor:pointer
}
.check-btn.done{background:rgba(42,140,100,.16);border-color:rgba(42,140,100,.45);color:#bff0d9}
.dashboard-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px
}
.panel{padding:22px;border-radius:20px}
.panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}
.panel-head h3{margin:0}
.badge{
  font-size:12px;font-weight:800;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.06);color:var(--muted)
}
.inline-form{display:flex;gap:10px;flex-wrap:wrap}
input{
  flex:1;min-width:180px;min-height:46px;border-radius:14px;border:1px solid var(--line);
  background:#0d121b;color:var(--text);padding:0 14px;font:inherit
}
.goal-progress{margin-top:16px}
.progress-meta{
  display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:14px;margin-bottom:8px
}
.progress-bar{
  width:100%;height:14px;border-radius:999px;background:#0d121b;border:1px solid var(--line);overflow:hidden
}
.progress-bar span{
  display:block;height:100%;width:0%;
  background:linear-gradient(90deg, var(--gold), #e7c58b)
}
.actions-list{display:flex;flex-direction:column;gap:14px}
.action-row{
  display:flex;justify-content:space-between;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.05)
}
.action-row:last-child{border-bottom:none}
.counter{display:flex;align-items:center;gap:12px}
.counter button{
  width:34px;height:34px;border-radius:10px;border:1px solid var(--line);background:#0d121b;color:var(--text);cursor:pointer;font-size:20px
}
.stats-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:18px
}
.stat-card{padding:20px;border-radius:20px}
.stat-card-label{display:block;color:var(--muted);margin-bottom:8px}
.stat-card strong{font-size:24px}
.tools-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px
}
.tool-card{padding:22px;border-radius:20px}
.tool-card h3{margin:14px 0 10px}
.tool-tag{
  display:inline-block;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800
}
.tool-tag.free{background:rgba(42,140,100,.16);color:#bff0d9}
.tool-tag.premium{background:rgba(201,161,93,.14);color:#f2dec0}
.account-form{display:flex;gap:10px;flex-wrap:wrap}
.account-box{
  display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px;border-radius:16px;background:#0d121b;border:1px solid var(--line)
}
.reset-link{
  background:none;border:none;color:#d4b27d;cursor:pointer;padding:0;font:inherit;font-weight:700
}
@media (max-width: 980px){
  .hero,.dashboard-grid,.stats-grid,.steps-grid,.tools-grid{grid-template-columns:1fr}
  .topbar{flex-wrap:wrap}
}
@media (max-width: 640px){
  .site-shell{padding:16px}
  .hero{padding:22px}
  .hero-stats{grid-template-columns:1fr}
  .topnav{display:none}
}

.lang-select{
  border:1px solid var(--line);
  background:var(--panel);
  color:var(--text);
  padding:10px 14px;
  border-radius:14px;
  cursor:pointer;
  font-weight:700;
}


.currency-select{
  border:1px solid var(--line);
  background:var(--panel);
  color:var(--text);
  padding:10px 14px;
  border-radius:14px;
  cursor:pointer;
  font-weight:700;
  min-width:100px;
}
.settings-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:end;
}

.tool-inline{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:12px;
}
.tool-output{
  margin-top:12px;
  padding:12px;
  border-radius:14px;
  background:#0d121b;
  border:1px solid var(--line);
  color:var(--text);
  white-space:pre-wrap;
  line-height:1.5;
}
