
/* Evetto V13.0.3 — Unified Header + Premium Auth */
:root{
  --e1303-bg:#fbfafc;
  --e1303-surface:#fff;
  --e1303-ink:#17141d;
  --e1303-muted:#746f7b;
  --e1303-line:#ebe6f0;
  --e1303-purple:#7c3aed;
  --e1303-purple2:#a855f7;
  --e1303-shadow:0 18px 55px rgba(56,35,82,.08);
}
.e1303-header{
  position:sticky;top:0;z-index:70;background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);border-bottom:1px solid var(--e1303-line)
}
.e1303-header-inner{
  max-width:1200px;margin:auto;min-height:72px;padding:0 20px;
  display:flex;align-items:center;gap:24px
}
.e1303-brand{display:flex;align-items:center;text-decoration:none}
.e1303-brand img{height:38px;width:auto;display:block}
.e1303-nav{display:flex;align-items:center;gap:20px;font-size:14px}
.e1303-nav a{color:var(--e1303-ink);text-decoration:none;font-weight:750}
.e1303-nav a:hover{color:var(--e1303-purple)}
.e1303-header-actions{margin-left:auto;display:flex;align-items:center;gap:9px}
.e1303-icon-btn,.e1303-user-btn,.e1303-menu-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:40px;border:1px solid var(--e1303-line);border-radius:12px;background:#fff;
  color:var(--e1303-ink);text-decoration:none;font-weight:800;padding:0 12px
}
.e1303-menu-btn{display:none;width:42px;padding:0}
.e1303-mobile-menu{display:none;border-top:1px solid var(--e1303-line);background:#fff;padding:12px 20px}
.e1303-mobile-menu.open{display:block}
.e1303-mobile-menu a{display:block;padding:11px 0;text-decoration:none;color:var(--e1303-ink);font-weight:750}

.e1303-auth{
  min-height:100vh;display:grid;grid-template-columns:1.08fr .92fr;background:var(--e1303-bg)
}
.e1303-auth-visual{
  position:relative;overflow:hidden;padding:64px;
  background:
    linear-gradient(135deg,rgba(17,12,24,.88),rgba(85,43,118,.68)),
    radial-gradient(circle at 80% 20%,rgba(190,134,255,.26),transparent 28%),
    #17121f;
  color:#fff;display:flex;flex-direction:column;justify-content:space-between
}
.e1303-auth-visual:after{
  content:"";position:absolute;inset:0;opacity:.18;
  background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size:48px 48px;pointer-events:none
}
.e1303-auth-visual>*{position:relative;z-index:2}
.e1303-auth-logo img{height:52px;width:auto;max-width:260px}
.e1303-auth-copy{max-width:620px}
.e1303-auth-kicker{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:#d8b4fe}
.e1303-auth-copy h1{font-family:Georgia,"Times New Roman",serif;font-size:54px;line-height:1.02;margin:12px 0 18px}
.e1303-auth-copy h1 em{color:#d8b4fe;font-weight:500}
.e1303-auth-copy p{font-size:17px;line-height:1.7;color:rgba(255,255,255,.82);max-width:560px}
.e1303-auth-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:26px}
.e1303-auth-point{padding:14px 15px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(255,255,255,.06)}
.e1303-auth-point b{display:block;font-size:14px}.e1303-auth-point span{display:block;font-size:12px;color:rgba(255,255,255,.7);margin-top:3px}

.e1303-auth-panel{
  background:#fff;display:flex;align-items:center;justify-content:center;padding:46px
}
.e1303-auth-card{width:min(460px,100%)}
.e1303-auth-card .brand-mobile{display:none;margin-bottom:28px}
.e1303-auth-card .brand-mobile img{height:42px;width:auto}
.e1303-auth-eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:var(--e1303-purple)}
.e1303-auth-card h2{font-size:34px;line-height:1.05;margin:8px 0 8px;letter-spacing:-.035em}
.e1303-auth-card>p{color:var(--e1303-muted);margin-bottom:26px;line-height:1.6}
.e1303-field{margin-bottom:15px}
.e1303-label{display:flex;justify-content:space-between;gap:10px;margin-bottom:6px;font-size:12px;font-weight:850;color:#504a57}
.e1303-label a{text-decoration:none;color:var(--e1303-purple)}
.e1303-input{
  width:100%;box-sizing:border-box;border:1px solid #e4deea;border-radius:12px;
  background:#fff;color:var(--e1303-ink);padding:13px 14px;outline:none;font:inherit
}
.e1303-input:focus{border-color:#c4a8f7;box-shadow:0 0 0 4px rgba(124,58,237,.08)}
.e1303-primary{
  width:100%;min-height:46px;border:0;border-radius:12px;
  background:linear-gradient(135deg,var(--e1303-purple),var(--e1303-purple2));color:#fff;
  font-weight:850;cursor:pointer;box-shadow:0 10px 28px rgba(124,58,237,.22)
}
.e1303-auth-foot{text-align:center;margin-top:18px;color:var(--e1303-muted);font-size:13px}
.e1303-auth-foot a{color:var(--e1303-purple);text-decoration:none;font-weight:800}
.e1303-error{padding:11px 12px;border-radius:12px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:13px;margin-bottom:14px}

body.evetto-app-shell>header:not(.e1303-header),
body.evetto-public-shell>header:not(.e1303-header){display:none!important}

@media(max-width:900px){
  .e1303-nav{display:none}.e1303-menu-btn{display:inline-flex}
  .e1303-auth{grid-template-columns:1fr}.e1303-auth-visual{display:none}
  .e1303-auth-panel{min-height:100vh;padding:28px 20px}
  .e1303-auth-card .brand-mobile{display:block}
}
@media(max-width:600px){
  .e1303-header-inner{min-height:64px;padding:0 14px}
  .e1303-brand img{height:31px}
  .e1303-header-actions .e1303-icon-btn{display:none}
}

/* =========================================================
   EVETTO V13.1 — HEADER VISIBILITY FIX
   ========================================================= */

body.evetto-app-shell > header.e131-header,
body.evetto-public-shell > header.e131-header {
    display:block !important;
}

body.evetto-app-shell > header.e1303-header,
body.evetto-public-shell > header.e1303-header {
    display:none !important;
}

