:root{--bg:#f4f6fb;--card:#fff;--text:#172033;--muted:#667085;--primary:#111827;--accent:#e11d48;--line:#e5e7eb}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;display:flex;flex-direction:column}.container{flex:1 0 auto}.site-footer{margin-top:auto;flex-shrink:0}a{color:inherit;text-decoration:none}.top{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:10}.brand{font-weight:800;font-size:22px}.top nav{display:flex;gap:18px;color:#344054}.container{max-width:1180px;margin:0 auto;padding:32px 20px}.hero{background:linear-gradient(135deg,#111827,#374151);color:white;border-radius:28px;padding:46px;margin-bottom:28px}.hero h1{font-size:44px;margin:6px 0 22px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#fecdd3;font-weight:700}.search{display:flex;gap:10px;max-width:760px}.search input,input,select,textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px;background:white;font:inherit}.btn,button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;background:var(--accent);color:#fff;padding:12px 18px;font-weight:700;cursor:pointer}.btn.secondary{background:#344054}.btn.danger{background:#991b1b}.btn.small{padding:7px 10px;font-size:13px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px}.card,.panel,.detail,.tablewrap{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:0 8px 28px rgba(15,23,42,.06)}.card{overflow:hidden}.card img{width:100%;height:170px;object-fit:cover}.card-body{padding:18px}.tag,.status{display:inline-block;background:#ffe4e6;color:#9f1239;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800}.muted{color:var(--muted)}.detail{display:grid;grid-template-columns:420px 1fr;gap:26px;padding:24px;margin-bottom:22px}.detail-img{width:100%;height:280px;object-fit:cover;border-radius:16px}.panel{padding:24px}.narrow{max-width:520px;margin:40px auto}.form{display:grid;gap:14px}.cols{display:grid;grid-template-columns:1fr 1fr;gap:14px}.check{display:flex;align-items:center;gap:8px}.check input{width:auto}.compact{font-size:13px}.headrow{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.tablewrap{overflow:auto}table{width:100%;border-collapse:collapse;background:white}th,td{padding:14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{background:#f9fafb;color:#475467}.inline{display:inline-flex;gap:8px}.notice{background:#dcfce7;color:#166534;border:1px solid #bbf7d0;padding:12px 16px;border-radius:14px;margin-bottom:18px}.error{color:#b91c1c}.empty{padding:30px;text-align:center;color:var(--muted)}.catrow{display:grid;grid-template-columns:1fr 1fr 110px 120px 120px;gap:8px;margin-bottom:8px}.preview{width:280px;border-radius:14px}.scan{max-width:620px;margin:80px auto;padding:42px;border-radius:24px;text-align:center;background:white}.scan.valid{border:6px solid #22c55e}.scan.invalid{border:6px solid #ef4444}@media(max-width:760px){.top{height:auto;padding:18px;display:block}.top nav{margin-top:12px;flex-wrap:wrap}.detail{grid-template-columns:1fr}.catrow,.cols{grid-template-columns:1fr}.search{display:grid}.hero h1{font-size:32px}}

.hero.compact{padding:26px}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:20px 0}.stats div{background:#fff;border:1px solid #eee;border-radius:16px;padding:18px;box-shadow:0 10px 30px rgba(0,0,0,.05)}.stats strong{display:block;font-size:34px}.stats span{color:#666}.actions{display:flex;gap:12px;flex-wrap:wrap}.secondary{background:#333}.actions-cell{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.gridform{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end}.inline{display:inline}.empty{background:#fff;border:1px dashed #ccc;border-radius:14px;padding:18px}.scan{padding:36px;border-radius:18px}.scan.valid{background:#e7f8ee}.scan.invalid{background:#feecec}@media(max-width:800px){.stats{grid-template-columns:1fr 1fr}.gridform{grid-template-columns:1fr}.top{align-items:flex-start}.top nav{display:flex;gap:8px;flex-wrap:wrap}}
.mt{margin-top:22px}.filterbar{display:flex;gap:10px;margin:0 0 16px 0;max-width:420px}.actionstack{gap:6px;flex-wrap:wrap}.s-active,.s-accepted,.s-valid{background:#dcfce7;color:#166534}.s-draft,.s-pending_email{background:#fef3c7;color:#92400e}.s-pending_organizer{background:#dbeafe;color:#1d4ed8}.s-inactive,.s-rejected,.s-expired,.s-revoked{background:#fee2e2;color:#991b1b}.s-archived,.s-scanned{background:#e5e7eb;color:#374151}.tablewrap input{padding:9px;border-radius:8px}.panel.narrow{max-width:620px;margin:24px auto}.muted a{text-decoration:underline}
.site-footer{margin-top:40px;border-top:1px solid var(--line);background:#fff;padding:24px 32px;display:flex;justify-content:space-between;gap:18px;align-items:center;color:#475467}.site-footer nav{display:flex;gap:18px}.site-footer a{text-decoration:underline}.detail-img,.card img{object-fit:contain;background:#f8fafc}.preview.wide{width:420px;max-width:100%;aspect-ratio:16/9;object-fit:contain;background:#f8fafc;border:1px solid var(--line)}.hintbox{border:1px solid #fecdd3;background:#fff1f2;border-radius:14px;padding:14px;color:#4b5563}.tabs{display:flex;gap:8px;overflow:auto;margin-bottom:16px;padding-bottom:6px}.tab{white-space:nowrap;background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 13px;color:#344054}.tab.active{background:#111827;color:#fff}.tab span{display:inline-flex;margin-left:6px;background:rgba(225,29,72,.13);color:#e11d48;border-radius:999px;padding:1px 7px;font-size:12px}.tab.active span{background:rgba(255,255,255,.2);color:#fff}.venueform{grid-template-columns:1.2fr 1.4fr .55fr 1fr auto}.legal p{line-height:1.7}@media(max-width:800px){.site-footer{display:block}.site-footer nav{margin-top:12px;flex-wrap:wrap}.venueform{grid-template-columns:1fr}}
.checkin-shell{max-width:760px;margin:0 auto}.checkin-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}.checkin-card{border-top:6px solid var(--accent)}.checkin-form{gap:18px}.btn.big{font-size:18px;padding:18px 22px}.staffform{grid-template-columns:1fr 1fr 1fr auto auto}.inlineform{display:contents}.actions{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:800px){.checkin-head{display:block}.staffform{grid-template-columns:1fr}.btn.big{width:100%}}

/* V10 Branding nonlineticket.de */
.brand{display:flex;align-items:center;gap:10px;min-width:210px}.brand img{height:52px;width:auto;display:block}.top{min-height:82px;height:auto}.top nav a{font-weight:700;font-size:14px}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{height:48px;width:auto;display:block}.hero{background:linear-gradient(135deg,#031b3f,#0055a8)}.eyebrow{color:#b9dcff}.btn,button{background:#0055a8}.btn.secondary{background:#26364f}.tag,.status{background:#e7f1ff;color:#004f9f}.hintbox{border-color:#b9dcff;background:#eef7ff}.checkin-logo{text-align:center;margin-bottom:20px}.checkin-logo img{max-width:330px;width:80%;height:auto}.ticket-brand-logo{height:36px;width:auto}@media(max-width:760px){.brand img{height:42px}.footer-brand{display:block}.footer-brand img{margin-bottom:10px}.top nav a{font-size:13px}}

.hero-logo{max-width:360px;width:80%;background:#fff;border-radius:16px;padding:10px;margin-bottom:18px;box-shadow:0 10px 30px rgba(0,0,0,.18)}

/* V11: Footer bleibt am unteren Rand, ohne Inhalte zu überdecken. */
.site-footer{margin-top:auto}
.brand img,.footer-brand img,.hero-logo{object-fit:contain}
.landing-info{background:#eef7ff;border:1px solid #b9dcff;border-radius:16px;padding:14px;margin:16px 0;color:#26364f}
.status-list{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}
.status-list .status{font-size:13px}


/* V13: einheitliche Backend-Aktionsbuttons */
.actions-cell,
.actionstack,
.actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.actions-cell .btn,
.actions-cell button,
.actionstack .btn,
.actionstack button,
.actions .btn,
.actions button {
  min-width: 148px;
  height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}
.actions-cell .btn.small,
.actions-cell button.small,
.actionstack .btn.small,
.actionstack button.small {
  min-width: 148px;
  height: 40px;
  padding: 0 14px;
}
.actions-cell form,
.actionstack form,
.actions form {
  margin: 0;
  display: inline-flex;
}
@media(max-width:760px){
  .actions-cell .btn,
  .actions-cell button,
  .actionstack .btn,
  .actionstack button,
  .actions .btn,
  .actions button {
    min-width: 100%;
    width: 100%;
  }
  .actions-cell form,
  .actionstack form,
  .actions form { width: 100%; }
}


/* V15: konsistentes Backend-Design und sauberere Aktionsbereiche */
.backend-hero{margin-bottom:22px;background:linear-gradient(135deg,#031b3f,#0055a8)}
.backend-toolbar{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 18px;box-shadow:0 8px 28px rgba(15,23,42,.06)}
.backend-toolbar h2{margin:0}.backend-toolbar p{margin:.35rem 0 0}
.tablewrap{border-radius:18px;box-shadow:0 8px 28px rgba(15,23,42,.06)}
.tablewrap table{border-radius:18px;overflow:hidden}
.tablewrap th{font-size:13px;text-transform:uppercase;letter-spacing:.04em}.tablewrap td{background:#fff}
.filterbar{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:0 8px 28px rgba(15,23,42,.04);max-width:520px}
.mail-button-preview{background:#0055a8;color:#fff;border-radius:14px;padding:15px 26px;font-weight:700}
@media(max-width:760px){.backend-toolbar{display:block}.backend-toolbar .btn{margin-top:10px;width:100%}.filterbar{max-width:100%;display:grid}}

/* V18: Gastbereich */
.guest-cards{display:grid;gap:18px}.guest-reservation{display:grid;grid-template-columns:260px 1fr;overflow:hidden}.guest-reservation img{width:100%;height:100%;min-height:210px;object-fit:contain;background:#f8fafc}.guest-reservation h2{margin:.55rem 0}.guest-reservation .card-body{padding:22px}.hintbox a,.muted a{text-decoration:underline}.top nav a[href$="guest-login"],.top nav a[href$="register"]{font-weight:800}@media(max-width:760px){.guest-reservation{grid-template-columns:1fr}.guest-reservation img{height:190px}}


/* V20: Einheitliche Navigation und Backend-Buttons */
.site-header.top{
  min-height:86px;
  height:auto;
  padding:14px 32px;
  gap:24px;
  background:rgba(255,255,255,.96);
  backdrop-filter:saturate(160%) blur(10px);
  border-bottom:1px solid var(--line);
  box-shadow:0 10px 30px rgba(15,23,42,.06);
}

.site-brand{flex:0 0 auto;min-width:220px}
.site-brand img{height:54px;max-width:260px;width:auto;object-fit:contain;display:block}

.site-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex-wrap:wrap;
  margin-left:auto;
}

.site-nav .nav-item{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 14px;
  border-radius:999px;
  color:#26364f;
  font-size:14px;
  line-height:1;
  font-weight:800;
  text-decoration:none;
  border:1px solid transparent;
  background:transparent;
  transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.site-nav .nav-item:hover{
  background:#eef7ff;
  color:#0055a8;
  border-color:#b9dcff;
  transform:translateY(-1px);
}

.site-nav .nav-item.is-active{
  background:#0055a8;
  color:#fff;
  border-color:#0055a8;
  box-shadow:0 8px 18px rgba(0,85,168,.18);
}

.site-nav .nav-item-primary{
  background:#0055a8;
  color:#fff;
  border-color:#0055a8;
  box-shadow:0 8px 18px rgba(0,85,168,.16);
}

.site-nav .nav-item-primary:hover{
  background:#00427f;
  color:#fff;
  border-color:#00427f;
}

.site-nav .nav-item-muted{
  color:#667085;
  background:#f8fafc;
  border-color:#e5e7eb;
}

.site-nav .nav-item-logout{
  color:#991b1b;
  background:#fff1f2;
  border-color:#fecdd3;
}

.site-nav .nav-item-logout:hover{
  background:#fee2e2;
  color:#7f1d1d;
  border-color:#fda4af;
}

/* Einheitliche Buttonbasis fuer Frontend und Backend */
.btn,
button,
input[type="submit"],
input[type="button"],
.actions a,
.actions-cell a,
.actions-cell button,
.inline a,
.inline button{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:12px;
  padding:10px 16px;
  border:1px solid transparent;
  font-size:14px;
  line-height:1;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
  white-space:nowrap;
  vertical-align:middle;
  box-shadow:none;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}

.btn,
button,
input[type="submit"],
.btn-primary{
  background:#0055a8;
  color:#fff;
  border-color:#0055a8;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
.btn-primary:hover{
  background:#00427f;
  color:#fff;
  border-color:#00427f;
  transform:translateY(-1px);
}

.btn.secondary,
.secondary,
.btn-secondary{
  background:#344054;
  color:#fff;
  border-color:#344054;
}

.btn.danger,
.btn-danger,
button.danger{
  background:#b42318;
  color:#fff;
  border-color:#b42318;
}

.btn.small,
button.small,
.actions-cell .btn,
.actions-cell button,
.actions-cell a,
.inline .btn,
.inline button,
.inline a{
  min-height:36px;
  padding:8px 12px;
  border-radius:10px;
  font-size:13px;
}

.btn-ghost,
a.btn-ghost{
  background:#fff;
  color:#344054;
  border-color:#d0d5dd;
}

.btn-ghost:hover,
a.btn-ghost:hover{
  background:#f8fafc;
  color:#0055a8;
  border-color:#b9dcff;
}

.form-actions,
.actions,
.actions-cell,
.inline{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.auth-panel .form-actions{
  justify-content:space-between;
}

.tablewrap form{
  margin:0;
}

@media(max-width:980px){
  .site-header.top{align-items:flex-start;padding:16px 20px}
  .site-brand{min-width:auto}
  .site-brand img{height:46px;max-width:220px}
  .site-nav{width:100%;justify-content:flex-start;margin-left:0;gap:8px}
  .site-nav .nav-item{min-height:38px;padding:9px 12px;font-size:13px}
}

@media(max-width:640px){
  .site-header.top{display:flex;flex-direction:column}
  .site-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .site-nav .nav-item{width:100%}
  .auth-panel .form-actions{display:grid;grid-template-columns:1fr}
  .form-actions .btn,.form-actions button{width:100%}
}


/* V23: E-Mail-Template Backend */
.email-logo-preview{
  width:320px;
  max-width:100%;
  height:auto;
  object-fit:contain;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:14px;
}

input[type="color"]{
  min-height:48px;
  padding:6px;
}


/* V40 ticket content toggle */
.ticket-content-preview img{
  max-width:360px;
  width:100%;
  height:auto;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fff;
  padding:8px;
}
.checkline{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  margin:10px 0;
}
.checkline input{
  width:auto;
}
.checkline.danger{
  color:#991b1b;
}


/* V41 ticket delete action */
.actionstack{
  gap:8px;
}
.actionstack .btn.small{
  min-width:138px;
}


/* V44 superadmin */
.statsgrid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:16px;
  margin:22px 0;
}
.stat{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:20px;
  box-shadow:0 14px 36px rgba(15,23,42,.06);
}
.stat strong{
  display:block;
  font-size:32px;
  line-height:1;
  color:#0055a8;
}
.stat span{
  display:block;
  margin-top:8px;
  color:#667085;
  font-weight:700;
}
.user-edit-row{
  border-top:1px solid var(--line);
  padding-top:16px;
  margin-top:16px;
}
code{
  background:#f2f4f7;
  border:1px solid #e4e7ec;
  border-radius:8px;
  padding:2px 6px;
}


/* V46 superadmin users fix */
.highlight-panel{
  border:2px solid rgba(0,85,168,.18);
  box-shadow:0 18px 42px rgba(0,85,168,.08);
}
.hintbox{
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:14px 16px;
  color:#475467;
  margin:12px 0;
}
.user-edit-row{
  border-top:1px solid var(--line);
  padding-top:16px;
  margin-top:16px;
}


/* V47 superadmin edit user fix */
.backend-hero .muted{
  margin-top:8px;
  color:#667085;
}


/* Mobile Burger-Menue */
.burger-toggle{
  display:none;
  width:46px;
  height:46px;
  min-height:46px;
  padding:0;
  border-radius:14px;
  border:1px solid #d0d5dd;
  background:#fff;
  color:#0055a8;
  box-shadow:none;
  flex:0 0 auto;
}
.burger-toggle:hover{
  background:#eef7ff;
  border-color:#b9dcff;
  transform:none;
}
.burger-toggle span{
  display:block;
  width:22px;
  height:2px;
  margin:4px auto;
  border-radius:2px;
  background:#0055a8;
  transition:transform .18s ease, opacity .18s ease;
}
.nav-open .burger-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.nav-open .burger-toggle span:nth-child(2){opacity:0}
.nav-open .burger-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

@media(max-width:760px){
  .site-header.top{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    padding:12px 16px;
    min-height:70px;
    position:sticky;
  }
  .site-brand{
    min-width:0;
    max-width:calc(100% - 58px);
  }
  .site-brand img{
    height:42px;
    max-width:220px;
  }
  .burger-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
  .site-nav{
    display:none;
    position:absolute;
    left:12px;
    right:12px;
    top:calc(100% + 8px);
    width:auto;
    margin:0;
    padding:12px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:18px;
    box-shadow:0 18px 45px rgba(15,23,42,.18);
    z-index:50;
    grid-template-columns:1fr;
    gap:8px;
  }
  .nav-open .site-nav{
    display:grid;
  }
  .site-nav .nav-item{
    width:100%;
    justify-content:flex-start;
    min-height:44px;
    padding:12px 14px;
    border-radius:12px;
  }
}


/* V52: Fix mobiles Burger-Menue
   Wichtig: Diese Regeln stehen bewusst am Dateiende und ueberschreiben aeltere mobile .top/.site-nav Regeln. */
.burger-toggle{
  display:none;
  appearance:none;
  width:46px;
  height:46px;
  min-width:46px;
  min-height:46px;
  padding:0;
  margin:0;
  border-radius:14px;
  border:1px solid #d0d5dd;
  background:#fff;
  color:#0055a8;
  box-shadow:none;
  flex:0 0 auto;
}
.burger-toggle:hover{
  background:#eef7ff;
  border-color:#b9dcff;
  transform:none;
}
.burger-toggle span{
  display:block;
  width:22px;
  height:2px;
  margin:4px auto;
  border-radius:2px;
  background:#0055a8;
  transition:transform .18s ease, opacity .18s ease;
}
.nav-open .burger-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.nav-open .burger-toggle span:nth-child(2){opacity:0}
.nav-open .burger-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

@media(max-width:760px){
  body.nav-open{overflow:hidden}

  header.site-header.top{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
    height:auto !important;
    min-height:68px !important;
    padding:10px 14px !important;
    position:sticky !important;
    top:0 !important;
    z-index:1000 !important;
  }

  header.site-header.top .site-brand,
  header.site-header.top .brand{
    min-width:0 !important;
    max-width:calc(100% - 62px) !important;
    flex:1 1 auto !important;
  }

  header.site-header.top .site-brand img,
  header.site-header.top .brand img{
    height:40px !important;
    max-width:210px !important;
    width:auto !important;
    display:block !important;
  }

  header.site-header.top .burger-toggle{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    position:relative !important;
    z-index:1002 !important;
  }

  header.site-header.top .site-nav{
    display:none !important;
    position:fixed !important;
    left:12px !important;
    right:12px !important;
    top:78px !important;
    width:auto !important;
    max-height:calc(100vh - 96px) !important;
    overflow:auto !important;
    margin:0 !important;
    padding:12px !important;
    background:#fff !important;
    border:1px solid var(--line) !important;
    border-radius:18px !important;
    box-shadow:0 18px 45px rgba(15,23,42,.22) !important;
    z-index:1001 !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
  }

  body.nav-open header.site-header.top .site-nav{
    display:grid !important;
  }

  header.site-header.top .site-nav .nav-item{
    width:100% !important;
    min-height:46px !important;
    justify-content:flex-start !important;
    padding:12px 14px !important;
    border-radius:12px !important;
    font-size:15px !important;
  }
}

@media(min-width:761px){
  header.site-header.top .site-nav{
    display:flex !important;
  }
}


/* V53: klassische Burger-Icon-Optik */
.burger-toggle,
button.burger-toggle{
  background:#ffffff !important;
  border:1px solid #d0d5dd !important;
  border-radius:12px !important;
  width:46px !important;
  height:46px !important;
  min-width:46px !important;
  min-height:46px !important;
  padding:0 !important;
  box-shadow:0 6px 16px rgba(15,23,42,.08) !important;
  position:relative !important;
  flex:0 0 auto !important;
}

.burger-toggle span{
  position:absolute !important;
  left:11px !important;
  width:24px !important;
  height:3px !important;
  margin:0 !important;
  border-radius:999px !important;
  background:#0055a8 !important;
  display:block !important;
  transition:transform .18s ease, opacity .18s ease, top .18s ease !important;
}

.burger-toggle span:nth-child(1){top:13px !important}
.burger-toggle span:nth-child(2){top:21px !important}
.burger-toggle span:nth-child(3){top:29px !important}

.nav-open .burger-toggle span:nth-child(1){
  top:21px !important;
  transform:rotate(45deg) !important;
}
.nav-open .burger-toggle span:nth-child(2){
  opacity:0 !important;
}
.nav-open .burger-toggle span:nth-child(3){
  top:21px !important;
  transform:rotate(-45deg) !important;
}

.burger-toggle:hover,
button.burger-toggle:hover{
  background:#eef7ff !important;
  border-color:#b9dcff !important;
  transform:none !important;
}
