:root{--bg:#0f141c;--panel:#171e28;--line:#2c3542;--text:#f4eee4;--muted:#9aa6b6;--gold:#c89050;--gold2:#e4b875;--green:#7c9b79}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;background:radial-gradient(circle at 12% 4%,#26303c 0,#101720 28%,var(--bg) 62%);color:var(--text)}a{color:inherit;text-decoration:none}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 28px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;font-size:21px}.mark{width:34px;height:34px;border-radius:11px;background:var(--gold);color:#12171f;display:grid;place-items:center;font-weight:900;box-shadow:0 10px 34px #c8905030}.navlinks{display:flex;gap:12px;align-items:center}.btn{border:1px solid var(--line);background:#171e28;color:var(--text);border-radius:12px;padding:12px 18px;font-weight:750;cursor:pointer}.btn.primary{background:var(--gold);color:#12171f;border-color:var(--gold)}.btn:hover{transform:translateY(-1px)}.hero{max-width:1180px;margin:50px auto 0;padding:48px 28px 88px;display:grid;grid-template-columns:1.02fr .98fr;gap:58px;align-items:center}.eyebrow{display:inline-flex;gap:8px;align-items:center;border:1px solid #344050;background:#171e28aa;border-radius:999px;padding:8px 12px;color:#cbd3dc;font-size:13px}.eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--green)}h1{font-family:Georgia,serif;font-weight:500;font-size:clamp(50px,6vw,78px);line-height:.98;margin:24px 0}.lead{font-size:19px;line-height:1.75;color:var(--muted);max-width:650px}.cta{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.note{color:#7f8a99;font-size:13px;margin-top:14px}.preview{background:#131a23;border:1px solid #303a47;border-radius:25px;padding:18px;box-shadow:0 34px 90px #0007;transform:rotate(1deg)}.preview-top{height:44px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #29323e;margin:-2px -2px 16px;padding:0 8px 13px}.dots{display:flex;gap:6px}.dots span{width:8px;height:8px;border-radius:50%;background:#566170}.dash-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.metric,.chart,.tasks{border:1px solid #293440;background:#18212b;border-radius:15px;padding:16px}.metric small,.muted{color:#8794a5}.metric b{display:block;font-size:24px;margin-top:8px}.chart{grid-column:span 2;min-height:165px}.bars{height:100px;display:flex;align-items:flex-end;gap:10px;padding-top:20px}.bars i{flex:1;border-radius:6px 6px 2px 2px;background:linear-gradient(var(--gold2),#8f6032)}.tasks{min-height:165px}.taskline{display:flex;gap:9px;align-items:center;margin:15px 0;color:#cbd2db;font-size:13px}.taskline i{width:10px;height:10px;border-radius:50%;background:var(--green)}.features{max-width:1180px;margin:auto;padding:24px 28px 100px}.section-title{text-align:center;max-width:720px;margin:0 auto 34px}.section-title h2{font-family:Georgia,serif;font-size:42px;margin:0 0 12px}.section-title p{color:var(--muted);line-height:1.7}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature{background:#151c25;border:1px solid #2a3441;border-radius:18px;padding:24px}.feature b{display:block;font-size:18px;margin:12px 0 8px}.feature p{color:var(--muted);line-height:1.6;margin:0}.icon{width:38px;height:38px;border:1px solid #68513a;border-radius:11px;display:grid;place-items:center;color:var(--gold2);background:#211c18}.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:34px}.auth-shell{width:min(1020px,100%);min-height:650px;display:grid;grid-template-columns:1fr .92fr;border:1px solid #2d3744;border-radius:26px;overflow:hidden;background:#151c25;box-shadow:0 38px 100px #0008}.auth-art{padding:58px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(145deg,#171f29,#10161e)}.auth-art h2{font-family:Georgia,serif;font-size:48px;line-height:1.05;font-weight:500}.auth-art p{color:var(--muted);line-height:1.7}.auth-panel{padding:58px 52px;display:flex;align-items:center;background:#1a222d}.auth-card{width:100%}.auth-card h1{font-size:38px;margin:0 0 8px}.sub{color:var(--muted);margin-bottom:28px}.field{margin:16px 0}.field label{display:block;font-size:12px;font-weight:800;letter-spacing:.07em;color:#bbc4d0;margin-bottom:8px}.input{width:100%;border:1px solid #3a4655;background:#111821;color:white;border-radius:11px;padding:14px 15px;font-size:15px;outline:none}.input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c8905020}.wide{width:100%;margin-top:10px}.divider{display:flex;align-items:center;gap:12px;color:#6f7c8e;font-size:12px;margin:23px 0}.divider:before,.divider:after{content:"";height:1px;background:#303a47;flex:1}.google-slot{display:flex;justify-content:center;min-height:44px}.error{color:#ff9797;min-height:20px;margin-top:13px;font-size:13px}.success{color:#9cc49b;min-height:20px;margin-top:13px;font-size:13px}.foot{text-align:center;color:#8995a5;font-size:13px;margin-top:22px}.foot a{color:var(--gold2);font-weight:700}.small{font-size:12px;color:#778495;line-height:1.5}@media(max-width:850px){.hero,.auth-shell{grid-template-columns:1fr}.preview{transform:none}.feature-grid{grid-template-columns:1fr}.auth-art{display:none}.auth-panel{padding:42px 26px}.dash-grid{grid-template-columns:1fr 1fr}.chart{grid-column:span 2}}@media(max-width:560px){.navlinks .hide-sm{display:none}.hero{padding-top:30px}.dash-grid{grid-template-columns:1fr}.chart{grid-column:auto}}

/* Dazento auth visual theme — forms and auth logic unchanged */
body{
  background:
    radial-gradient(circle at 12% 10%,rgba(35,190,255,.18),transparent 30%),
    radial-gradient(circle at 92% 12%,rgba(123,63,247,.15),transparent 32%),
    linear-gradient(135deg,#f5fbff 0%,#ffffff 46%,#f7f4ff 100%);
  color:#10204d;
}
.auth-shell{border:1px solid #dfe7f5;background:#fff;box-shadow:0 30px 80px rgba(54,83,150,.14)}
.auth-art{background:linear-gradient(145deg,#f7fbff,#eef5ff);border-right:1px solid #e3eaf6}
.auth-art h2,.auth-card h1{color:#081845}
.auth-art p,.sub,.small,.foot{color:#6d7891}
.auth-panel{background:#fff}
.dz-auth-brand{display:inline-flex;align-items:center;padding:0;background:none}
.dz-auth-brand img{height:52px;width:auto;display:block}
.field label{color:#52617f}
.input{background:#f8fbff;border:1px solid #d7e2f0;color:#10204d}
.input:focus{border-color:#4c8cff;box-shadow:0 0 0 3px rgba(76,140,255,.13)}
.btn{background:#fff;border-color:#d8e3f2;color:#18305f}
.btn.primary{background:linear-gradient(90deg,#20b9f7,#267dff 52%,#7b3ff7);border-color:transparent;color:#fff;box-shadow:0 12px 28px rgba(64,98,238,.22)}
.divider{color:#8a95aa}.divider:before,.divider:after{background:#e1e8f3}
.foot a{color:#4f63df}.error{color:#d85b67}.success{color:#2f9e71}
@media(max-width:850px){.auth-panel{padding:42px 26px}}

/* Dazento auth logo visibility fix — high-resolution icon + live text */
.dz-auth-brand.dz-brand-lockup{display:inline-flex;align-items:center;gap:12px;width:max-content;color:#07173f;text-decoration:none;padding:0}
.dz-auth-brand.dz-brand-lockup>img{width:58px;height:52px;object-fit:contain;display:block;flex:none}
.dz-auth-brand .dz-brand-copy{display:grid;gap:4px;line-height:1;text-align:left}
.dz-auth-brand .dz-brand-copy b{font-size:31px;letter-spacing:-.035em;color:#07173f;font-weight:850}
.dz-auth-brand .dz-brand-copy small{font-size:10px;color:#697996;font-weight:700;letter-spacing:.025em;white-space:nowrap}

.auth-inline-help{display:flex;justify-content:flex-end;margin:-4px 0 10px}
.auth-text-btn{border:0;background:transparent;color:#596ff0;font:700 12px inherit;cursor:pointer;padding:4px 0}
.auth-text-btn:hover{text-decoration:underline}

/* === Dazento auth mobile responsiveness patch === */
@media(max-width:700px){
  .auth-wrap{padding:14px!important;min-height:100svh;display:flex;align-items:center}
  .auth-shell{width:100%;min-height:0;grid-template-columns:1fr!important;border-radius:18px}
  .auth-art{display:none!important}
  .auth-panel{padding:28px 20px!important;min-width:0}
  .auth-card h1{font-size:34px!important;line-height:1.05}
  .sub{margin-bottom:20px}
  .field{margin:13px 0}
  .input{font-size:16px!important;padding:13px 14px!important}
  .btn.wide{min-height:48px}
  .foot{margin-top:18px}
}
@media(max-width:420px){
  .auth-wrap{padding:8px!important}
  .auth-shell{border-radius:14px}
  .auth-panel{padding:22px 14px!important}
  .auth-card h1{font-size:30px!important}
  .divider{margin:18px 0}
}
