/* SIMCOAI unified backend-served stylesheet. Source of truth: /root/simco/src/theme/simco-unified.css */
/* Public site CSS */
:root {
  color-scheme: dark;
  --bg: #05070d;
  --panel: rgba(15, 20, 36, .78);
  --panel-strong: #101625;
  --text: #f8fbff;
  --muted: #c6d0e7;
  --soft: #8d9ab7;
  --line: rgba(255,255,255,.12);
  --line-strong: rgba(109,213,255,.28);
  --blue: #1bb8ff;
  --cyan: #27e0ff;
  --violet: #7c4dff;
  --green: #52e6aa;
  --pink: #df4fb8;
  --warn: #ffd166;
  --max: 1180px;
  --radius: 8px;
  --shadow: 0 22px 70px rgba(0,0,0,.34);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Final pricing card icon cleanup - user feedback 2026-07-09 */
.plan-limit-row{
  grid-template-columns:minmax(0,1fr) !important;
  gap:4px !important;
  position:relative !important;
  padding:14px 15px 14px 16px !important;
}

.plan-limit-row::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:14px !important;
  bottom:14px !important;
  width:3px !important;
  border-radius:999px !important;
  background:rgba(82,230,170,.72) !important;
}

.limit-dot,
.plan-limit-row .limit-dot,
.plan-limits span::before,
.plan-limits > span::before,
.price-card .check-list li::before{
  display:none !important;
  content:none !important;
}

.plan-limit-row strong,
.plan-limit-row small,
.price-card .check-list li{
  padding-left:0 !important;
}

.price-card .plan-proof{
  align-items:flex-start !important;
}

.price-card .plan-proof span{
  max-width:100% !important;
  min-width:0 !important;
  padding:6px 8px !important;
  font-size:.7rem !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
  text-align:center !important;
  line-height:1.15 !important;
}

/* Premium pricing/legal pass - user feedback 2026-07-10 */
.page-hero .hero-actions{
  margin-top:22px;
  flex-wrap:wrap;
}

.pricing-trust-band{
  width:min(var(--max), calc(100% - 36px));
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:-18px;
  padding:0;
}

.pricing-trust-band > div,
.security-strip span{
  min-width:0;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  align-items:center;
  column-gap:12px;
  row-gap:1px;
  padding:15px;
  border:1px solid rgba(109,213,255,.2);
  border-radius:8px;
  background:linear-gradient(145deg, rgba(12,19,35,.94), rgba(16,21,37,.72));
  box-shadow:0 16px 42px rgba(0,0,0,.22);
}

.pricing-trust-band strong{
  line-height:1.15;
}

.pricing-trust-band small{
  grid-column:2;
  color:var(--soft);
  line-height:1.35;
  overflow-wrap:anywhere;
}

.fake-css-icon{
  --fake-icon-size:38px;
  width:var(--fake-icon-size);
  height:var(--fake-icon-size);
  position:relative;
  display:inline-grid;
  place-items:center;
  flex:0 0 var(--fake-icon-size);
  border:1px solid rgba(109,213,255,.32);
  border-radius:8px;
  color:#dff7ff;
  background:
    radial-gradient(circle at 32% 24%, rgba(39,224,255,.34), transparent 38%),
    linear-gradient(145deg, rgba(27,184,255,.18), rgba(124,77,255,.16));
  box-shadow:0 12px 30px rgba(27,184,255,.12), inset 0 0 18px rgba(255,255,255,.05);
}

.fake-css-icon::before,
.fake-css-icon::after{
  content:"";
  position:absolute;
  border-color:currentColor;
  background:currentColor;
}

.icon-callminutes::before,
.icon-phone::before,
.icon-voice::before{
  width:15px;
  height:20px;
  border:2px solid currentColor;
  border-radius:12px;
  background:transparent;
}

.icon-callminutes::after,
.icon-phone::after,
.icon-voice::after{
  width:15px;
  height:2px;
  transform:translateY(13px);
  border-radius:9px;
}

.icon-conversations::before,
.icon-chat::before,
.icon-message::before{
  width:20px;
  height:14px;
  border:2px solid currentColor;
  border-radius:6px;
  background:transparent;
}

.icon-conversations::after,
.icon-chat::after,
.icon-message::after{
  width:7px;
  height:7px;
  transform:translate(-5px,9px) rotate(45deg);
  border-radius:1px;
}

.icon-twilionumbers::before,
.icon-number::before{
  width:22px;
  height:14px;
  border-top:2px solid currentColor;
  border-bottom:2px solid currentColor;
  background:transparent;
}

.icon-twilionumbers::after,
.icon-number::after{
  width:2px;
  height:24px;
  box-shadow:8px 0 0 currentColor;
  transform:translateX(-4px);
  border-radius:8px;
}

.icon-trial::before,
.icon-calendar::before{
  width:21px;
  height:19px;
  border:2px solid currentColor;
  border-radius:5px;
  background:transparent;
}

.icon-trial::after,
.icon-calendar::after{
  width:15px;
  height:2px;
  transform:translateY(-4px);
  box-shadow:0 6px 0 currentColor;
  border-radius:8px;
}

.icon-stripe::before{
  width:18px;
  height:18px;
  border:2px solid currentColor;
  border-radius:6px;
  background:transparent;
  transform:skewX(-8deg);
}

.icon-stripe::after{
  width:13px;
  height:2px;
  box-shadow:0 6px 0 currentColor;
  transform:translateY(-3px);
  border-radius:8px;
}

.icon-limits::before,
.icon-shield::before{
  width:18px;
  height:21px;
  border:2px solid currentColor;
  border-radius:10px 10px 12px 12px;
  background:transparent;
}

.icon-limits::after,
.icon-shield::after{
  width:10px;
  height:5px;
  border-left:2px solid currentColor;
  border-bottom:2px solid currentColor;
  background:transparent;
  transform:rotate(-45deg);
}

.icon-sales::before{
  width:21px;
  height:15px;
  border:2px solid currentColor;
  border-radius:6px;
  background:transparent;
}

.icon-sales::after{
  width:15px;
  height:2px;
  transform:translateY(9px);
  box-shadow:0 5px 0 currentColor;
  border-radius:8px;
}

.icon-database::before{
  width:22px;
  height:20px;
  border:2px solid currentColor;
  border-radius:50% / 18%;
  background:transparent;
}

.icon-database::after{
  width:18px;
  height:2px;
  transform:translateY(4px);
  box-shadow:0 -7px 0 currentColor;
  border-radius:8px;
}

.icon-ai::before,
.icon-spark::before{
  width:20px;
  height:20px;
  border:2px solid currentColor;
  border-radius:7px;
  background:transparent;
}

.icon-ai::after,
.icon-spark::after{
  width:4px;
  height:4px;
  border-radius:999px;
  box-shadow:-6px -4px 0 currentColor, 6px -4px 0 currentColor, 0 6px 0 currentColor;
}

.icon-web::before{
  width:22px;
  height:22px;
  border:2px solid currentColor;
  border-radius:999px;
  background:transparent;
}

.icon-web::after{
  width:2px;
  height:22px;
  box-shadow:7px 0 0 transparent,-7px 0 0 transparent;
  border-left:2px solid currentColor;
  background:transparent;
}

.icon-doc::before{
  width:18px;
  height:23px;
  border:2px solid currentColor;
  border-radius:5px;
  background:transparent;
}

.icon-doc::after{
  width:10px;
  height:2px;
  transform:translateY(3px);
  box-shadow:0 6px 0 currentColor;
  border-radius:8px;
}

.icon-review::before{
  width:22px;
  height:16px;
  border:2px solid currentColor;
  border-radius:6px;
  background:transparent;
}

.icon-review::after{
  width:10px;
  height:5px;
  border-left:2px solid currentColor;
  border-bottom:2px solid currentColor;
  background:transparent;
  transform:rotate(-45deg);
}

.icon-cart::before{
  width:20px;
  height:13px;
  border:2px solid currentColor;
  border-top:0;
  border-radius:3px 3px 7px 7px;
  background:transparent;
}

.icon-cart::after{
  width:4px;
  height:4px;
  border-radius:999px;
  transform:translateY(11px);
  box-shadow:-6px 0 0 currentColor, 6px 0 0 currentColor;
}

.icon-route::before{
  width:21px;
  height:21px;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor;
  border-radius:0 10px 0 0;
  background:transparent;
  transform:rotate(18deg);
}

.icon-route::after{
  width:5px;
  height:5px;
  border-radius:999px;
  box-shadow:-9px 8px 0 currentColor, 9px -8px 0 currentColor;
}

.price-card{
  overflow:hidden;
}

.price-card .btn{
  width:100%;
  min-height:50px;
  font-weight:950;
}

.price-card .plan-proof{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:8px !important;
  margin:16px 0 18px !important;
}

.price-card .plan-proof span{
  display:grid !important;
  place-items:center !important;
  min-height:34px !important;
  border-color:rgba(82,230,170,.26) !important;
}

.price-card .plan-limits{
  gap:10px !important;
}

.price-card .plan-limit-row{
  display:grid !important;
  grid-template-columns:38px minmax(0,1fr) !important;
  gap:12px !important;
  align-items:center !important;
  min-height:62px !important;
  padding:12px 14px !important;
}

.price-card .plan-limit-row::before{
  display:none !important;
}

.price-card .plan-limit-row .fake-css-icon{
  --fake-icon-size:34px;
}

.sales-section{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  padding:28px;
  border:1px solid rgba(82,230,170,.24);
  border-radius:8px;
  background:
    linear-gradient(135deg, rgba(82,230,170,.1), transparent 42%),
    rgba(13,18,32,.86);
}

.sales-section h2{
  margin:8px 0 8px;
  max-width:760px;
}

.sales-section p{
  max-width:820px;
  margin:0;
  color:var(--muted);
}

.sales-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
}

.security-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  justify-content:center;
}

.security-strip span{
  display:inline-flex;
  grid-template-columns:none;
  width:auto;
  gap:10px;
  min-height:48px;
  padding:9px 12px;
  font-weight:900;
  color:var(--muted);
}

.security-strip .fake-css-icon{
  --fake-icon-size:30px;
}

.pricing-faq .card h3{
  margin-bottom:8px;
}

.legal-safe-note{
  border-color:rgba(255,209,102,.34) !important;
  background:
    linear-gradient(135deg, rgba(255,209,102,.11), transparent 48%),
    rgba(15,20,36,.84) !important;
}

.legal-meta-list{
  display:grid;
  gap:8px;
  margin:12px 0 0;
  padding:0;
  list-style:none;
  color:var(--muted);
}

.legal-meta-list li{
  padding-left:14px;
  border-left:3px solid rgba(39,224,255,.42);
}

@media (max-width: 980px){
  .pricing-trust-band{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .sales-section{
    grid-template-columns:1fr;
  }
  .sales-actions{
    justify-content:flex-start;
  }
}

@media (max-width: 620px){
  .pricing-trust-band{
    grid-template-columns:1fr;
    width:min(var(--max), calc(100% - 24px));
  }
  .price-card .plan-proof{
    grid-template-columns:1fr !important;
  }
  .sales-section{
    padding:20px;
  }
  .security-strip{
    justify-content:stretch;
  }
  .security-strip span{
    width:100%;
  }
}

.price-card .plan-proof{
  align-items:flex-start !important;
}

.price-card .plan-proof span{
  max-width:100% !important;
  min-width:0 !important;
  padding:6px 8px !important;
  font-size:.7rem !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
  text-align:center !important;
  line-height:1.15 !important;
}

/* SIMCOAI pricing icon cleanup - 2026-07-09 */
.plan-limit-row{
  grid-template-columns:minmax(0,1fr) !important;
  gap:4px !important;
  padding:14px 15px !important;
}
.limit-dot,
.plan-limits span::before,
.plan-limits > span::before,
.check-list li::before{
  display:none !important;
  content:none !important;
}
.plan-limit-row strong,
.plan-limit-row small{
  padding-left:0 !important;
}
.plan-limit-row strong::before{
  content:"Limit";
  display:inline-flex;
  align-items:center;
  min-height:20px;
  margin-right:9px;
  padding:3px 7px;
  border:1px solid rgba(82,230,170,.32);
  border-radius:999px;
  background:rgba(82,230,170,.08);
  color:#baf7dc;
  font-size:.68rem;
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
  vertical-align:middle;
}
.plan-proof span{
  border-radius:999px !important;
  background:rgba(82,230,170,.10) !important;
}
.price-card .check-list li{
  position:relative;
  padding-left:0 !important;
}
.price-card .check-list li::marker{color:var(--green)}

/* SIMCOAI pricing final icon removal - user feedback 2026-07-09 */
.plan-limit-row strong::before{
  display:none !important;
  content:none !important;
}
.plan-limit-row{
  position:relative;
  padding-left:16px !important;
}
.plan-limit-row::before{
  content:"";
  position:absolute;
  left:0;
  top:14px;
  bottom:14px;
  width:3px;
  border-radius:999px;
  background:rgba(82,230,170,.72);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(135deg, #05070d 0%, #080b16 46%, #120a20 100%);
  background-size: 54px 54px, 54px 54px, auto;
  color: var(--text);
  font-family: var(--font);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
::selection { background: rgba(39,224,255,.28); }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 200;
  transform: translateY(-160%);
  background: #fff;
  color: #05101f;
  padding: 10px 12px;
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid var(--line);
  background: rgba(5,7,13,.82);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
}
.brand img { width: 44px; height: 44px; border-radius: 12px; box-shadow: 0 0 30px rgba(27,184,255,.34); }
.brand small { display: block; color: var(--soft); font-size: .72rem; font-weight: 850; text-transform: uppercase; }

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-links a,
.nav-actions a {
  padding: 10px 11px;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 800;
}
.nav-links a:hover,
.nav-actions a:hover,
.nav-links a[aria-current="page"] {
  color: var(--text);
  background: rgba(255,255,255,.06);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: white;
  background: rgba(255,255,255,.05);
}
.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 99px;
}

.button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: var(--text);
  font-weight: 900;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
.button:hover,
.btn:hover { transform: translateY(-1px); border-color: rgba(39,224,255,.36); background: rgba(27,184,255,.10); }
.button.primary,
.btn.primary {
  border-color: rgba(255,255,255,.18);
  background: linear-gradient(135deg, var(--blue), var(--violet) 72%, var(--pink));
  color: white;
  box-shadow: 0 18px 44px rgba(27,184,255,.18);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(680px, 86vh, 860px);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,7,13,.98) 0%, rgba(5,7,13,.82) 52%, rgba(13,14,34,.56) 100%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 190px;
  background: linear-gradient(transparent, rgba(5,7,13,.96));
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 70px 0 92px;
}
.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .82fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero-visual {
  position: relative;
  min-height: 560px;
}
.photo-frame {
  position: relative;
  width: min(100%, 520px);
  margin: 0 0 0 auto;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(109,213,255,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
}
.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
}
.photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 38%, rgba(5,7,13,.68)),
    linear-gradient(90deg, rgba(27,184,255,.18), transparent 50%, rgba(223,79,184,.12));
}
.hero-badge {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
  padding: 9px 11px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(5,7,13,.72);
  color: #dff8ff;
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}
.dashboard-float {
  position: absolute;
  left: -78px;
  bottom: 42px;
  width: min(560px, 110%);
  overflow: hidden;
  border: 1px solid rgba(109,213,255,.24);
  border-radius: 8px;
  background: rgba(8,12,24,.78);
  box-shadow: 0 28px 80px rgba(0,0,0,.48);
  backdrop-filter: blur(18px);
}
.dashboard-float img {
  width: 100%;
  opacity: .92;
}
.dashboard-float::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,7,13,.12), rgba(27,184,255,.08), rgba(124,77,255,.12));
  pointer-events: none;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #9eeaff;
  text-transform: uppercase;
  font-weight: 950;
  font-size: .78rem;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--pink));
}
h1, h2, h3 { line-height: 1.05; margin: 0; }
h1 { max-width: 820px; font-size: clamp(3.35rem, 6.2vw, 6.35rem); }
h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
h3 { font-size: 1.15rem; }
.hero p {
  max-width: 640px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 170px));
  gap: 12px;
  margin-top: 42px;
}
.metric {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(255,255,255,.045);
}
.metric strong { display: block; font-size: 1.55rem; }
.metric span { color: var(--soft); font-weight: 800; font-size: .9rem; }

.section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 88px 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}
.section-head p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
}

.grid { display: grid; gap: 16px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.image-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  gap: 16px;
}
.image-card {
  position: relative;
  margin: 0;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
}
.image-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.02);
}
.image-card figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(5,7,13,.78);
  backdrop-filter: blur(16px);
}
.image-card strong { font-size: 1.05rem; }
.image-card span { color: var(--muted); font-size: .92rem; }

.card,
.price-card,
.feature-card,
.legal-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.072), rgba(255,255,255,.033));
  box-shadow: var(--shadow);
  padding: 24px;
  overflow: hidden;
}
.card p,
.feature-card p,
.price-card p,
.legal-card p { color: var(--muted); }

.icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 14px 34px rgba(27,184,255,.16);
}
.icon svg { width: 22px; height: 22px; }

.band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.025);
}
.split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}
.check-list li {
  display: flex;
  gap: 10px;
  color: var(--muted);
}
.check-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: .55em;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 18px rgba(82,230,170,.46);
  flex: none;
}

.plan-limits {
  display: grid;
  gap: 8px;
  margin: 16px 0 18px;
}
.plan-limits span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 10px;
  border: 1px solid rgba(109,213,255,.18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(27,184,255,.09), rgba(124,77,255,.075));
  color: #eaf8ff;
  font-size: .9rem;
  font-weight: 850;
}
.plan-limits span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(39,224,255,.44);
  flex: 0 0 auto;
}
.plan-description {
  min-height: 86px;
}
.plan-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}
.plan-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 9px;
  border: 1px solid rgba(82,230,170,.24);
  border-radius: 999px;
  background: rgba(82,230,170,.08);
  color: #d8ffef;
  font-size: .76rem;
  font-weight: 900;
}
.ecosystem-pricing {
  padding-top: 42px;
}
.ecosystem-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.ecosystem-card {
  overflow: hidden;
  border: 1px solid rgba(109,213,255,.18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
  box-shadow: var(--shadow);
}
.ecosystem-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.ecosystem-card div {
  display: grid;
  gap: 8px;
  padding: 18px;
}
.ecosystem-card strong {
  font-size: 1.1rem;
}
.ecosystem-card span {
  color: var(--muted);
}
.ecosystem-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}
.ecosystem-flow span {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(27,184,255,.08), rgba(124,77,255,.08));
  color: #eff8ff;
  font-weight: 900;
  font-size: .88rem;
}
@media (min-width: 981px) {
  .ecosystem-flow span:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -9px;
    top: 50%;
    width: 8px;
    height: 2px;
    background: rgba(39,224,255,.52);
  }
}
.pricing-tax-note {
  max-width: 760px;
  margin: 18px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  color: #d8e6ff;
  font-size: .96rem;
}

.workflow {
  display: grid;
  gap: 10px;
}
.workflow-row {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255,255,255,.045);
}
.workflow-row span:first-child {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #06101c;
  background: var(--green);
  font-weight: 950;
}
.workflow-row small { color: var(--soft); font-weight: 850; }

.price-toggle {
  display: inline-flex;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}
.price-toggle button {
  border: 0;
  border-radius: 6px;
  padding: 9px 12px;
  background: transparent;
  color: var(--muted);
  font-weight: 900;
}
.price-toggle button.active { background: rgba(27,184,255,.18); color: white; }
.price-card.popular { border-color: rgba(39,224,255,.42); box-shadow: 0 22px 80px rgba(27,184,255,.16); }
.price-card {
  display: flex;
  flex-direction: column;
}
.price-card .btn {
  width: 100%;
  margin-top: 18px;
}
.price-card .badge {
  display: inline-flex;
  margin-bottom: 12px;
  border: 1px solid rgba(82,230,170,.34);
  border-radius: 999px;
  padding: 6px 9px;
  color: #cffff0;
  background: rgba(82,230,170,.10);
  font-weight: 900;
  font-size: .76rem;
}
.price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 18px 0;
}
.price strong { font-size: 2.55rem; }
.price span { color: var(--soft); }

.pricing-plans-section {
  width: min(1320px, calc(100% - 36px));
  padding-top: 26px;
}

[data-pricing-cards] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

[data-pricing-cards].grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.price-card {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto auto minmax(84px, auto) auto auto auto auto auto 1fr;
  padding: 26px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.078), rgba(255,255,255,.027)),
    linear-gradient(135deg, rgba(27,184,255,.035), rgba(124,77,255,.045));
}

.price-card::after {
  content: "";
  position: absolute;
  inset: auto 20px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(39,224,255,.34), rgba(176,81,255,.32), transparent);
  opacity: .55;
}

.price-card.popular {
  border-color: rgba(39,224,255,.5);
  background:
    linear-gradient(180deg, rgba(27,184,255,.10), rgba(255,255,255,.032)),
    linear-gradient(135deg, rgba(39,224,255,.08), rgba(176,81,255,.075));
  box-shadow: 0 26px 90px rgba(27,184,255,.14);
}

.price-card.popular::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--violet), #e34aad);
}

.plan-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 34px;
  margin-bottom: 18px;
}

.plan-chip,
.price-card .badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: .72rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .02em;
  white-space: nowrap;
}

.plan-chip {
  border: 1px solid rgba(109,213,255,.25);
  color: #c9f5ff;
  background: rgba(27,184,255,.08);
}

.price-card .badge {
  margin: 0;
  border-color: rgba(82,230,170,.34);
  color: #d8fff0;
  background: rgba(82,230,170,.11);
}

.price-card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.price-card .plan-description {
  min-height: 84px;
  margin: 0;
  color: #dbe8ff;
  line-height: 1.55;
}

.price-block {
  min-height: 84px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 18px 0 4px;
  white-space: nowrap;
}

.price-block strong {
  display: block;
  font-size: clamp(2.7rem, 3.3vw, 3.7rem);
  line-height: .88;
  letter-spacing: 0;
}

.price-block .price-currency {
  align-self: center;
  padding-top: 12px;
  color: #9edfff;
  font-size: .94rem;
  font-weight: 950;
  letter-spacing: .02em;
}

.price-block .price-period {
  padding-bottom: 7px;
  color: var(--soft);
  font-weight: 850;
}

.price-block .price-custom {
  font-size: clamp(2.45rem, 3vw, 3.35rem);
}

.price-note {
  min-height: 40px;
  margin: 0 0 16px;
  color: #9fb2d6;
  font-size: .88rem;
  line-height: 1.35;
}

.plan-limits {
  gap: 10px;
  margin: 0 0 16px;
}

.plan-limit-row {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 58px;
  padding: 11px 12px;
  border: 1px solid rgba(109,213,255,.18);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(27,184,255,.08), rgba(124,77,255,.055)),
    rgba(3,8,17,.34);
}

.plan-limit-row strong,
.plan-limit-row small {
  display: block;
  min-width: 0;
}

.plan-limit-row strong {
  color: #f4fbff;
  font-size: .9rem;
  line-height: 1.2;
}

.plan-limit-row small {
  margin-top: 3px;
  color: #8fa1c7;
  font-size: .76rem;
  font-weight: 800;
}

.limit-dot {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(39,224,255,.45);
  font-size: 0;
  line-height: 0;
}

.plan-limit-row .limit-dot::before {
  content: none;
}

.plan-limits > span {
  display: none;
}

.plan-limits > span::before {
  content: none;
}

.price-card .plan-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.price-card .plan-proof span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(82,230,170,.28);
  border-radius: 999px;
  padding: 7px 10px;
  color: #cffff0;
  background: rgba(82,230,170,.08);
  font-size: .74rem;
  font-weight: 950;
}

.price-card .btn {
  width: 100%;
  min-height: 50px;
  margin: 0 0 20px;
}

.price-card .plan-features {
  margin: 0;
  align-content: start;
}

.price-card .check-list li {
  color: #dce8ff;
}

/* Pricing badge alignment - keep generated badges from colliding in narrow cards */
.price-card .plan-topline {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}

.price-card .plan-chip,
.price-card .badge {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 0 1 auto;
}

@media (max-width: 1240px) {
  [data-pricing-cards],
  [data-pricing-cards].grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  [data-pricing-cards],
  [data-pricing-cards].grid.four {
    grid-template-columns: 1fr;
  }

  .price-card {
    padding: 22px;
  }

  .price-block {
    min-height: 72px;
  }
}

.comparison {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: var(--radius);
}
.comparison th,
.comparison td {
  border-bottom: 1px solid var(--line);
  padding: 14px;
  text-align: left;
}
.comparison th { color: #dff8ff; background: rgba(255,255,255,.06); }
.comparison td { color: var(--muted); }

.roi {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 16px;
}
.form-grid { display: grid; gap: 12px; }
.field { display: grid; gap: 6px; }
.field label { color: #dceaff; font-weight: 850; }
.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: white;
  background: rgba(0,0,0,.24);
  outline: 0;
}
.field input:focus,
.field textarea:focus,
.field select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(27,184,255,.12); }

.result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.result-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255,255,255,.05);
}
.result-card strong { display: block; font-size: 1.6rem; }
.result-card span { color: var(--soft); font-weight: 850; }

.cta-band {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto 88px;
  padding: 46px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(27,184,255,.14), rgba(124,77,255,.15)),
    rgba(255,255,255,.04);
}
.cta-band p { color: var(--muted); max-width: 720px; }

.site-footer {
  border-top: 1px solid var(--line);
  background: #05070d;
}
.footer-inner {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 42px 0;
  display: grid;
  grid-template-columns: 1.3fr repeat(4, minmax(120px, 1fr));
  gap: 28px;
}
.footer-inner h3 { font-size: .92rem; margin-bottom: 10px; }
.footer-inner a,
.footer-inner p { display: block; color: var(--muted); margin: 7px 0; }
.footer-bottom {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 18px 0 32px;
  color: var(--soft);
  border-top: 1px solid var(--line);
}

.page-hero {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 96px 0 54px;
}
.page-hero p { max-width: 720px; color: var(--muted); font-size: 1.12rem; }
.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
}
.toc {
  position: sticky;
  top: 96px;
  align-self: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255,255,255,.04);
}
.toc a { display: block; padding: 8px 0; color: var(--muted); }
.legal-content { display: grid; gap: 16px; }

.cookie-banner {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 140;
  width: min(430px, calc(100vw - 32px));
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(109,213,255,.26);
  border-radius: 8px;
  background: rgba(8,12,24,.92);
  box-shadow: 0 24px 70px rgba(0,0,0,.46);
  backdrop-filter: blur(18px);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: .94rem;
}
.cookie-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.cookie-actions .btn {
  min-height: 40px;
  padding: 9px 11px;
  font-size: .9rem;
}
.cookie-actions .btn:last-child {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .nav { min-height: 66px; }
  .menu-button { display: block; }
  .nav-links,
  .nav-actions {
    display: none;
    position: absolute;
    left: 18px;
    right: 18px;
    top: 70px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(7,10,18,.97);
  }
  .nav-links.open,
  .nav-actions.open { display: grid; }
  .nav-actions.open { top: 286px; }
  .hero { min-height: auto; }
  .hero-inner { padding: 58px 0 78px; }
  .hero-layout,
  .hero-metrics,
  .image-grid,
  .grid.two,
  .grid.three,
  .grid.four,
  .split,
  .roi,
  .ecosystem-board,
  .ecosystem-flow,
  .result-grid,
  .footer-inner,
  .legal-layout { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .toc { position: relative; top: auto; }
  .plan-description { min-height: 0; }
  .hero-visual { min-height: 440px; }
  .dashboard-float { left: 18px; right: 18px; bottom: 24px; width: auto; }
  .photo-frame { margin: 0 auto; max-width: 480px; }
}

@media (max-width: 620px) {
  .hero-inner { padding-top: 58px; }
  .hero-actions,
  .hero-actions .btn,
  .cta-band .btn { width: 100%; }
  h1 { font-size: 3rem; }
  .section { padding: 64px 0; }
  .cta-band { padding: 24px; }
  .workflow-row { grid-template-columns: 34px 1fr; }
  .workflow-row small { grid-column: 2; }
  .hero-visual { min-height: 390px; }
  .photo-frame { aspect-ratio: 1 / 1.12; }
  .dashboard-float { bottom: 18px; }
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }
  .cookie-actions { grid-template-columns: 1fr; }
  .cookie-actions .btn:last-child { grid-column: auto; }
}

@media print {
  .site-header,
  .site-footer,
  .cta-band,
  .button,
  .btn,
  .toc { display: none !important; }
  body { color: #111; background: white; }
  .card,
  .legal-card { box-shadow: none; border-color: #ddd; }
}

/* SIMCOAI social, cookie and performance polish - 2026-07-03 */
.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.legal-social-row {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.social-chip {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  margin: 0 !important;
  padding: 8px 11px;
  border: 1px solid rgba(109,213,255,.22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(109,213,255,.10), rgba(138,92,255,.10));
  color: #f8fbff !important;
  font-weight: 850;
}

.social-chip svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  flex: 0 0 auto;
}

.social-chip.youtube {
  border-color: rgba(255,90,113,.28);
  color: #ffdce3 !important;
}

.social-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(109,213,255,.45);
  box-shadow: 0 12px 28px rgba(109,213,255,.10);
}

.cookie-banner {
  grid-template-columns: minmax(0, 1fr);
  border-color: rgba(109,213,255,.34);
  background:
    linear-gradient(135deg, rgba(109,213,255,.09), rgba(138,92,255,.08)),
    rgba(8,12,24,.94);
}

.cookie-banner strong {
  letter-spacing: 0;
}

.cookie-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cookie-actions .btn:last-child {
  grid-column: auto;
}

.section,
.feature-card,
.pricing-card,
.legal-card,
.cta-band,
.result-grid,
.workflow-row {
  content-visibility: auto;
  contain-intrinsic-size: auto 420px;
}

@media (max-width: 620px) {
  .social-chip {
    flex: 1 1 130px;
    justify-content: center;
  }

  .cookie-actions {
    grid-template-columns: 1fr;
  }
}

/* SIMCOAI mobile visual audit hardening - 2026-07-09 */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body * {
  min-width: 0;
}

h1,
h2,
h3,
p,
li,
a,
button,
.btn,
.button,
.brand span,
.price-block,
.plan-limit-row strong,
.plan-limit-row small {
  overflow-wrap: anywhere;
}

.section,
.page-hero,
.pricing-plans-section,
.cta-band,
.footer-inner,
.footer-bottom,
.legal-social-row,
.card,
.price-card,
.feature-card,
.legal-card,
.workflow,
.workflow-row,
.ecosystem-card,
.ecosystem-flow span,
.comparison {
  max-width: 100%;
}

@media (max-width: 620px) {
  .nav {
    width: calc(100% - 28px);
    gap: 10px;
  }

  .brand {
    min-width: 0;
  }

  .brand span {
    min-width: 0;
    max-width: calc(100vw - 112px);
  }

  .brand small {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 13vw, 3.15rem);
    line-height: 1.04;
  }

  .page-hero h1 {
    font-size: clamp(2.65rem, 13vw, 3.55rem);
  }

  .section,
  .page-hero,
  .pricing-plans-section,
  .cta-band,
  .footer-inner,
  .footer-bottom {
    width: calc(100% - 28px);
  }

  .hero p,
  .page-hero p,
  .section-head p,
  .card p,
  .price-card p,
  .legal-card p {
    max-width: 100%;
  }

  .workflow-row,
  .ecosystem-flow span,
  .metric,
  .card,
  .price-card,
  .feature-card,
  .legal-card,
  .result-card,
  .image-card {
    width: 100%;
  }

  .comparison {
    display: block;
    width: 100%;
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
    overflow: visible;
  }

  .comparison thead {
    display: none;
  }

  .comparison tbody,
  .comparison tr,
  .comparison td {
    display: block;
    width: 100%;
  }

  .comparison tr {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .04);
  }

  .comparison td {
    display: grid;
    gap: 4px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .comparison td:last-child {
    border-bottom: 0;
  }

  .comparison td::before {
    color: #9eeaff;
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

.comparison td:nth-child(1)::before { content: "Feature"; }
.comparison td:nth-child(2)::before { content: "Traditional receptionist"; }
.comparison td:nth-child(3)::before { content: "SIMCOAI"; }
}

/* Final pricing card icon cleanup - user feedback 2026-07-09 */
.plan-limit-row{
  grid-template-columns:minmax(0,1fr) !important;
  gap:4px !important;
  position:relative !important;
  padding:14px 15px 14px 16px !important;
}

.plan-limit-row::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:14px !important;
  bottom:14px !important;
  width:3px !important;
  border-radius:999px !important;
  background:rgba(82,230,170,.72) !important;
}

.limit-dot,
.plan-limit-row .limit-dot,
.plan-limits span::before,
.plan-limits > span::before,
.price-card .check-list li::before{
  display:none !important;
  content:none !important;
}

.plan-limit-row strong,
.plan-limit-row small,
.price-card .check-list li{
  padding-left:0 !important;
}

.price-card .plan-proof{
  align-items:flex-start !important;
}

.price-card .plan-proof span{
  max-width:100% !important;
  min-width:0 !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
  text-align:center !important;
  line-height:1.15 !important;
}

/* Final pricing chip fit - user feedback 2026-07-09 */
.price-card .plan-proof span{
  padding:6px 8px !important;
  font-size:.7rem !important;
}

/* SIMCOAI premium motion layer - cursor, depth and responsive polish */
:root{
  --ease-premium:cubic-bezier(.16,1,.3,1);
  --ease-snap:cubic-bezier(.2,.8,.2,1);
  --cursor-x:50vw;
  --cursor-y:50vh;
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:.72;
  background:
    radial-gradient(520px circle at var(--cursor-x) var(--cursor-y), rgba(39,224,255,.075), transparent 58%),
    linear-gradient(135deg, rgba(255,255,255,.018), transparent 38%, rgba(124,77,255,.018));
}

.site-header,
main,
.site-footer,
.cookie-banner,
.simco-helper-launcher,
.simco-helper-shell{
  position:relative;
  z-index:1;
}

.has-premium-cursor,
.has-premium-cursor a,
.has-premium-cursor button,
.has-premium-cursor input,
.has-premium-cursor textarea,
.has-premium-cursor select,
.has-premium-cursor [role="button"]{
  cursor:none;
}

.simco-cursor-dot,
.simco-cursor-ring{
  position:fixed;
  left:0;
  top:0;
  z-index:2147483000;
  pointer-events:none;
  opacity:0;
  transform:translate3d(-50%,-50%,0);
  transition:opacity .18s var(--ease-premium), width .18s var(--ease-premium), height .18s var(--ease-premium), border-color .18s var(--ease-premium), background .18s var(--ease-premium);
}

.simco-cursor-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#f8fbff;
  box-shadow:0 0 18px rgba(39,224,255,.7);
}

.simco-cursor-ring{
  width:38px;
  height:38px;
  border:1px solid rgba(109,213,255,.55);
  border-radius:50%;
  background:rgba(109,213,255,.045);
  box-shadow:0 0 36px rgba(109,213,255,.12);
}

.has-premium-cursor.cursor-ready .simco-cursor-dot,
.has-premium-cursor.cursor-ready .simco-cursor-ring{opacity:1}
.has-premium-cursor.cursor-active .simco-cursor-ring{width:56px;height:56px;border-color:rgba(223,79,184,.62);background:rgba(223,79,184,.055)}
.has-premium-cursor.cursor-down .simco-cursor-ring{width:30px;height:30px;background:rgba(82,230,170,.10);border-color:rgba(82,230,170,.68)}

.btn,
.button,
.menu-button,
.social-chip,
.price-toggle button,
.cookie-actions button,
.feature-card,
.price-card,
.card,
.legal-card,
.result-card,
.workflow-row,
.ecosystem-card,
.photo-frame,
.dashboard-float,
.pricing-trust-band>div,
.security-strip span{
  transition:
    transform .28s var(--ease-premium),
    border-color .28s var(--ease-premium),
    background .28s var(--ease-premium),
    box-shadow .28s var(--ease-premium),
    filter .28s var(--ease-premium),
    opacity .28s var(--ease-premium);
}

.btn,
.button,
.price-toggle button,
.menu-button,
.social-chip,
.feature-card,
.price-card,
.card,
.legal-card,
.result-card{
  will-change:transform;
}

.btn,
.button,
.price-toggle button,
.menu-button,
.social-chip{
  transform:translate3d(var(--magnet-x,0),var(--magnet-y,0),0);
}

.btn:hover,
.button:hover,
.price-toggle button:hover,
.menu-button:hover,
.social-chip:hover{
  filter:saturate(1.08) brightness(1.06);
  box-shadow:0 18px 42px rgba(27,184,255,.16), inset 0 1px 0 rgba(255,255,255,.13);
}

.btn.primary:hover,
.button.primary:hover{
  box-shadow:0 22px 55px rgba(27,184,255,.22),0 12px 34px rgba(124,77,255,.20);
}

.feature-card:hover,
.price-card:hover,
.card:hover,
.legal-card:hover,
.result-card:hover,
.pricing-trust-band>div:hover,
.security-strip span:hover{
  transform:translateY(-4px);
  border-color:rgba(109,213,255,.38);
  box-shadow:0 28px 72px rgba(0,0,0,.30),0 0 42px rgba(27,184,255,.08);
}

.price-card.popular:hover{
  box-shadow:0 30px 88px rgba(27,184,255,.18),0 0 70px rgba(124,77,255,.16);
}

.hero-visual,
.photo-frame,
.dashboard-float,
.hero-copy,
.page-hero,
.section,
.cta-band{
  transform-style:preserve-3d;
}

.hero-visual:hover .photo-frame{
  transform:translate3d(0,-5px,0) rotateX(.8deg) rotateY(-1.2deg);
}

.hero-visual:hover .dashboard-float{
  transform:translate3d(8px,-8px,0) rotate(.4deg);
}

.price-card,
.feature-card,
.legal-card,
.card{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

.price-card::after,
.feature-card::after,
.legal-card::after,
.card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:0;
  border-radius:inherit;
  background:linear-gradient(115deg, transparent 22%, rgba(255,255,255,.105) 46%, transparent 68%);
  transform:translateX(-120%);
  transition:opacity .25s var(--ease-premium), transform .8s var(--ease-premium);
}

.price-card:hover::after,
.feature-card:hover::after,
.legal-card:hover::after,
.card:hover::after{
  opacity:1;
  transform:translateX(120%);
}

.fake-css-icon,
.doc-glyph,
.icon{
  transition:transform .24s var(--ease-premium), box-shadow .24s var(--ease-premium), border-color .24s var(--ease-premium), background .24s var(--ease-premium);
}

.feature-card:hover .fake-css-icon,
.feature-card:hover .icon,
.price-card:hover .fake-css-icon,
.pricing-trust-band>div:hover .fake-css-icon{
  transform:translateY(-2px) scale(1.04);
  border-color:rgba(82,230,170,.42);
  box-shadow:0 18px 34px rgba(27,184,255,.16), inset 0 0 22px rgba(255,255,255,.07);
}

.is-reveal{
  opacity:0;
  transform:translateY(18px);
}

.is-reveal.is-inview{
  opacity:1;
  transform:none;
  transition:opacity .62s var(--ease-premium), transform .62s var(--ease-premium);
  transition-delay:var(--reveal-delay,0ms);
}

.simco-click-ripple{
  position:fixed;
  z-index:2147482999;
  width:10px;
  height:10px;
  pointer-events:none;
  border:1px solid rgba(109,213,255,.58);
  border-radius:50%;
  transform:translate(-50%,-50%) scale(.4);
  animation:simcoRipple .55s var(--ease-premium) forwards;
}

@keyframes simcoRipple{
  0%{opacity:.85;transform:translate(-50%,-50%) scale(.4)}
  100%{opacity:0;transform:translate(-50%,-50%) scale(6)}
}

@media (hover:none), (pointer:coarse), (prefers-reduced-motion:reduce){
  body::after{display:none}
  .has-premium-cursor,
  .has-premium-cursor a,
  .has-premium-cursor button,
  .has-premium-cursor input,
  .has-premium-cursor textarea,
  .has-premium-cursor select,
  .has-premium-cursor [role="button"]{cursor:auto}
  .simco-cursor-dot,
  .simco-cursor-ring,
  .simco-click-ripple{display:none!important}
  .is-reveal,
  .is-reveal.is-inview{opacity:1!important;transform:none!important;transition:none!important}
  .btn,
  .button,
  .feature-card,
  .price-card,
  .card,
  .legal-card,
  .result-card,
  .photo-frame,
  .dashboard-float{transition:none!important;transform:none!important}
}

@media(max-width:720px){
  .page-hero .hero-actions,
  .hero-copy .hero-actions{
    padding-right:0;
  }

  .page-hero .hero-actions .btn,
  .hero-copy .hero-actions .btn{
    flex:0 0 calc(100% - 58px) !important;
    width:calc(100% - 58px) !important;
    max-width:calc(100% - 58px) !important;
  }
}

/* Launch polish: cursor should read as a real pointer, not a decorative dot. */
.simco-cursor-dot{
  width:20px;
  height:25px;
  border-radius:2px 11px 10px 11px;
  background:linear-gradient(135deg,#ffffff 0%,#c8f6ff 45%,#67dfff 100%);
  clip-path:polygon(0 0,0 82%,29% 65%,45% 100%,63% 91%,48% 57%,82% 57%);
  box-shadow:0 0 0 1px rgba(5,17,34,.52),0 10px 28px rgba(37,224,255,.38),0 0 18px rgba(255,255,255,.55);
  filter:drop-shadow(0 3px 8px rgba(0,0,0,.46));
}

.has-premium-cursor.cursor-active .simco-cursor-dot{
  background:linear-gradient(135deg,#ffffff 0%,#b4efff 42%,#d954ff 100%);
  transform-origin:2px 2px;
}

.has-premium-cursor.cursor-down .simco-cursor-dot{
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.42)) saturate(1.16);
}

/* Launch pricing and legal depth pass - 2026-07-11 */
.pricing-hero,
.legal-hero{
  overflow:hidden;
}

.pricing-hero::after,
.legal-hero::after{
  content:"";
  position:absolute;
  inset:auto -12% -42% auto;
  width:min(520px,48vw);
  aspect-ratio:1;
  border:1px solid rgba(109,213,255,.18);
  border-radius:50%;
  background:
    radial-gradient(circle at 42% 42%, rgba(37,224,255,.18), transparent 34%),
    radial-gradient(circle at 64% 68%, rgba(124,77,255,.18), transparent 42%);
  filter:blur(.2px);
  opacity:.8;
  pointer-events:none;
}

.pricing-launch-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.pricing-launch-strip article,
.legal-control-panel,
.legal-toc,
.legal-subprocessor-table{
  border:1px solid rgba(109,213,255,.18);
  background:linear-gradient(145deg, rgba(17,25,48,.86), rgba(8,12,25,.92));
  box-shadow:0 22px 70px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.06);
}

.pricing-launch-strip article{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:12px 14px;
  align-items:start;
  min-height:142px;
  padding:20px;
  border-radius:18px;
}

.pricing-launch-strip strong{
  display:block;
  color:#f7fbff;
  font-size:1.02rem;
  line-height:1.25;
}

.pricing-launch-strip small{
  grid-column:2;
  color:var(--muted);
  line-height:1.55;
}

.pricing-feature-matrix .feature-card{
  min-height:230px;
}

.plan-comparison-section .comparison th,
.plan-comparison-section .comparison td{
  min-width:150px;
}

.comparison-wrap{
  overflow:auto;
  border:1px solid rgba(109,213,255,.16);
  border-radius:18px;
  background:rgba(7,11,23,.54);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}

.plan-comparison{
  min-width:820px;
}

.checkout-flow{
  display:grid;
  grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);
  gap:28px;
  align-items:start;
}

.timeline-list{
  counter-reset:flow;
  display:grid;
  gap:12px;
  padding:0;
  margin:0;
  list-style:none;
}

.timeline-list li{
  counter-increment:flow;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:4px 14px;
  align-items:start;
  padding:16px;
  border:1px solid rgba(109,213,255,.16);
  border-radius:16px;
  background:linear-gradient(145deg, rgba(14,22,44,.86), rgba(9,12,25,.88));
}

.timeline-list li::before{
  content:counter(flow);
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:10px;
  color:#04111e;
  font-weight:900;
  background:linear-gradient(135deg,#2edbff,#8f4fff);
  box-shadow:0 10px 24px rgba(37,224,255,.18);
}

.timeline-list strong{
  color:#f8fbff;
}

.timeline-list span{
  grid-column:2;
  color:var(--muted);
  line-height:1.55;
}

.legal-control-panel{
  display:grid;
  grid-template-columns:minmax(260px,.78fr) minmax(0,1fr);
  gap:18px;
  align-items:center;
  border-radius:20px;
  padding:20px;
}

.legal-search-box{
  display:grid;
  gap:8px;
}

.legal-search-box label{
  color:#f7fbff;
  font-weight:800;
}

.legal-search-box input{
  width:100%;
  min-height:48px;
  border-radius:14px;
  border:1px solid rgba(109,213,255,.24);
  background:rgba(4,8,18,.72);
  color:#f8fbff;
  padding:0 15px;
  outline:none;
}

.legal-search-box input:focus{
  border-color:rgba(82,230,170,.5);
  box-shadow:0 0 0 4px rgba(82,230,170,.09);
}

.legal-search-box span{
  color:var(--muted);
  font-size:.9rem;
}

.legal-layout{
  grid-template-columns:minmax(230px,280px) minmax(0,1fr);
  align-items:start;
}

.legal-toc{
  position:sticky;
  top:96px;
  display:grid;
  gap:8px;
  max-height:calc(100vh - 120px);
  overflow:auto;
  border-radius:18px;
  padding:18px;
}

.legal-toc strong{
  color:#f8fbff;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-size:.78rem;
}

.legal-toc a{
  color:var(--muted);
  text-decoration:none;
  border-radius:10px;
  padding:8px 10px;
  line-height:1.25;
}

.legal-toc a:hover,
.legal-toc a:focus{
  color:#f8fbff;
  background:rgba(109,213,255,.08);
}

.legal-guidance{
  display:grid;
  gap:6px;
  margin-top:12px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.08);
}

.legal-card-head{
  display:flex;
  gap:12px;
  align-items:center;
}

.legal-card-head span{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:38px;
  height:38px;
  border-radius:12px;
  color:#051020;
  font-weight:900;
  background:linear-gradient(135deg,#2edbff,#8f4fff);
}

.legal-card h2{
  margin:0;
  font-size:clamp(1.18rem,2vw,1.55rem);
}

.legal-empty{
  margin:0;
  padding:18px;
  border:1px solid rgba(223,79,184,.28);
  border-radius:16px;
  color:#f8fbff;
  background:rgba(223,79,184,.08);
}

.legal-subprocessor-table{
  border-radius:22px;
  padding:24px;
}

@media(max-width:980px){
  .pricing-launch-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .checkout-flow,
  .legal-control-panel,
  .legal-layout{
    grid-template-columns:1fr;
  }
  .legal-toc{
    position:relative;
    top:auto;
    max-height:none;
  }
}

@media(max-width:640px){
  .pricing-launch-strip{
    grid-template-columns:1fr;
  }
  .pricing-launch-strip article{
    min-height:auto;
  }
  .pricing-launch-strip small{
    grid-column:1 / -1;
  }
  .legal-control-panel,
  .legal-subprocessor-table{
    padding:16px;
  }
}

@media print{
  .site-header,
  .site-footer,
  .hero-actions,
  .legal-control-panel,
  .simco-helper-launcher,
  .simco-helper-shell,
  .simco-cursor-dot,
  .simco-cursor-ring{
    display:none!important;
  }
  body{
    background:#fff!important;
    color:#111!important;
  }
  .page-hero,
  .section,
  .legal-card,
  .legal-toc,
  .legal-subprocessor-table{
    border:0!important;
    box-shadow:none!important;
    background:#fff!important;
    color:#111!important;
    padding:0!important;
  }
  .legal-layout{
    display:block!important;
  }
  .legal-card{
    break-inside:avoid;
    margin:0 0 18px!important;
  }
  a{
    color:#111!important;
  }
}

/* Docs CSS */
:root{color-scheme:dark;--bg:#050712;--panel:#0d1224;--panel-2:#111830;--line:rgba(255,255,255,.12);--line-strong:rgba(72,219,255,.26);--text:#f8fbff;--muted:#c0c4df;--soft:#858aa9;--cyan:#25e7ff;--blue:#2388ff;--violet:#7442ff;--pink:#e742a9;--green:#49e2a8;--amber:#ffd166;--shadow:0 24px 72px rgba(0,0,0,.34);--max:1540px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#060814 0%,#090819 44%,#080611 100%);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;letter-spacing:0}body::before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.78),transparent 82%)}a{color:inherit;text-decoration:none}button,input{font:inherit}.docs-topbar{position:sticky;top:0;z-index:40;height:68px;display:grid;grid-template-columns:auto minmax(220px,620px) auto auto;align-items:center;gap:18px;padding:0 clamp(18px,4vw,46px);border-bottom:1px solid var(--line);background:rgba(5,7,18,.78);backdrop-filter:blur(20px)}.docs-brand{display:inline-flex;align-items:center;gap:12px;font-weight:950}.docs-brand img{width:42px;height:42px;border-radius:12px;box-shadow:0 0 28px rgba(37,231,255,.26)}.docs-brand small{display:block;color:#9fa7cf;font-size:11px;letter-spacing:.08em;text-transform:uppercase;margin-top:2px}.docs-search-trigger{height:46px;display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.06);color:var(--muted);padding:0 12px;text-align:left}.docs-search-trigger span:nth-child(2){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-lens{width:18px;height:18px;border:2px solid currentColor;border-radius:50%;position:relative;display:inline-block;flex:0 0 auto}.search-lens::after{content:"";position:absolute;width:8px;height:2px;background:currentColor;right:-6px;bottom:-3px;border-radius:2px;transform:rotate(45deg)}kbd{margin-left:auto;border:1px solid rgba(255,255,255,.18);border-radius:6px;padding:3px 8px;background:rgba(255,255,255,.07);color:#fff}.docs-actions{display:flex;align-items:center;gap:12px;font-weight:850;color:#dfe5ff}.docs-actions a:not(.social-link){padding:10px 6px}.docs-cta,.btn.primary{background:linear-gradient(135deg,var(--blue),var(--violet) 55%,var(--pink));border-color:transparent!important;box-shadow:0 14px 32px rgba(35,136,255,.22)}.docs-cta{padding:11px 15px!important;border-radius:8px;color:#fff!important}.social-link{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(255,255,255,.055);color:#fff}.social-link svg{width:18px;height:18px;fill:currentColor}.social-link.youtube{color:#ff5a71}.mobile-nav-button{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.06);padding:11px}.mobile-nav-button span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:2px}.docs-shell{display:grid;grid-template-columns:330px minmax(0,1fr);max-width:var(--max);margin:0 auto}.docs-sidebar{position:sticky;top:68px;height:calc(100vh - 68px);padding:28px 22px;border-right:1px solid var(--line);overflow:auto}.sidebar-card{border:1px solid var(--line);border-radius:8px;padding:18px;background:linear-gradient(135deg,rgba(37,231,255,.09),rgba(116,66,255,.11));margin-bottom:18px}.sidebar-card strong{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.sidebar-card p{margin:8px 0 0;color:var(--muted);line-height:1.55}.nav-group{margin:20px 0}.nav-group h2{margin:0 0 9px;color:#9aa3c8;text-transform:uppercase;letter-spacing:.13em;font-size:12px}.doc-nav-link{display:flex;gap:11px;align-items:center;padding:11px;border:1px solid transparent;border-radius:8px;color:#d9def6}.doc-nav-link small{display:block;color:#8990b2;font-size:12px;margin-top:2px}.doc-nav-link:hover,.doc-nav-link.active{border-color:var(--line-strong);background:linear-gradient(135deg,rgba(37,231,255,.10),rgba(231,66,169,.08));color:#fff}.docs-main{padding:34px clamp(22px,4vw,46px) 60px;min-width:0}.doc-hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.72fr);gap:26px;align-items:stretch;min-height:430px;padding:clamp(28px,5vw,54px);border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,rgba(17,24,48,.95),rgba(10,11,27,.92));box-shadow:var(--shadow);overflow:hidden}.hero-copy{align-self:center}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--cyan);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.14em}.eyebrow::before,.section-kicker::before{content:"";width:32px;height:2px;background:linear-gradient(90deg,var(--cyan),var(--pink));border-radius:4px}.doc-hero h1{margin:18px 0 16px;font-size:clamp(42px,6vw,82px);line-height:.96;letter-spacing:0}.doc-hero p{max-width:780px;color:#d5dcff;line-height:1.72;font-size:18px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 17px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.065);font-weight:900;color:#fff}.btn:hover{border-color:var(--line-strong);transform:translateY(-1px)}.outcome-strip{display:grid;gap:10px;margin-top:26px}.outcome-strip span{display:flex;align-items:center;gap:10px;color:#dde6ff}.hero-media{margin:0;position:relative;min-height:320px;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#0b1020}.hero-media img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.06) contrast(1.03)}.hero-media figcaption{position:absolute;left:14px;right:14px;bottom:14px;padding:11px 12px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(5,7,18,.72);backdrop-filter:blur(12px);color:#eaf1ff;font-size:13px}.docs-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:28px;margin-top:30px}.doc-article{display:grid;gap:18px}.doc-section{border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.035));padding:clamp(22px,4vw,36px);content-visibility:auto;contain-intrinsic-size:auto 420px}.doc-section h2{margin:12px 0 12px;font-size:clamp(28px,3vw,42px);letter-spacing:0}.doc-section>p{color:#d1d8f5;line-height:1.75;font-size:16px}.doc-card-grid,.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:22px}.doc-card,.related-grid a{border:1px solid var(--line);border-radius:8px;background:rgba(6,9,22,.55);padding:18px}.doc-card h3{margin:14px 0 8px;font-size:18px}.doc-card p,.related-grid small{color:var(--muted);line-height:1.58}.step-list,.check-list{display:grid;gap:12px;margin:22px 0 0;padding:0;list-style:none;counter-reset:steps}.step-list li,.check-list li{position:relative;padding:14px 16px 14px 48px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.045);color:#e7ecff;line-height:1.55}.step-list li{counter-increment:steps}.step-list li::before,.check-list li::before{position:absolute;left:14px;top:14px;width:22px;height:22px;display:grid;place-items:center;border-radius:7px;background:linear-gradient(135deg,var(--cyan),var(--violet));color:#fff;font-weight:950;font-size:12px}.step-list li::before{content:counter(steps)}.check-list li::before{content:"✓"}.tip-list{display:grid;gap:10px;margin-top:22px}.tip-list p{display:flex;gap:12px;align-items:flex-start;margin:0;padding:14px;border:1px solid rgba(73,226,168,.20);border-radius:8px;background:rgba(73,226,168,.055);color:#dfffee}.related-grid a{display:flex;gap:12px;align-items:flex-start}.related-grid span{min-width:0}.doc-toc{position:sticky;top:90px;align-self:start;border:1px solid var(--line);border-radius:8px;padding:16px;background:rgba(255,255,255,.045)}.doc-toc strong{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:12px;color:#b8bee1;margin-bottom:8px}.doc-toc a{display:block;padding:10px 0;border-top:1px solid rgba(255,255,255,.08);color:#d7ddf7;font-size:14px}.docs-footer{max-width:var(--max);margin:20px auto 0;padding:32px clamp(22px,4vw,46px);border-top:1px solid var(--line);display:grid;grid-template-columns:1.2fr repeat(3,minmax(160px,.6fr));gap:22px;color:#dce3ff}.docs-footer h2{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#9ea6c8}.docs-footer a{display:block;margin:9px 0;color:#dce3ff}.docs-footer p{color:var(--muted);line-height:1.6}.footer-socials{display:flex;gap:10px}.doc-glyph{width:30px;height:30px;min-width:30px;display:inline-block;position:relative;border:1px solid rgba(37,231,255,.28);border-radius:8px;background:linear-gradient(145deg,rgba(37,231,255,.16),rgba(116,66,255,.16));color:#eafbff;box-shadow:inset 0 1px 0 rgba(255,255,255,.10)}.doc-glyph::before,.doc-glyph::after{content:"";position:absolute;box-sizing:border-box}.doc-glyph-check::before{left:8px;top:10px;width:12px;height:7px;border-left:3px solid currentColor;border-bottom:3px solid currentColor;transform:rotate(-45deg)}.doc-glyph-phone::before{left:9px;top:6px;width:10px;height:17px;border:2px solid currentColor;border-radius:7px;transform:rotate(-22deg)}.doc-glyph-phone::after{left:18px;top:20px;width:6px;height:2px;background:currentColor;border-radius:5px;transform:rotate(-22deg)}.doc-glyph-chat::before{left:6px;top:8px;width:18px;height:12px;border:2px solid currentColor;border-radius:7px}.doc-glyph-chat::after{left:10px;top:19px;width:7px;height:7px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-35deg)}.doc-glyph-billing::before,.doc-glyph-company::before{left:6px;top:10px;width:18px;height:12px;border:2px solid currentColor;border-radius:5px}.doc-glyph-billing::after,.doc-glyph-company::after{left:9px;top:14px;width:12px;height:2px;background:currentColor;box-shadow:0 5px 0 rgba(255,255,255,.52)}.doc-glyph-analytics::before,.doc-glyph-chart::before{left:7px;bottom:7px;width:4px;height:8px;background:currentColor;border-radius:4px;box-shadow:7px -5px 0 currentColor,14px -10px 0 currentColor}.doc-glyph-analytics::after,.doc-glyph-chart::after{left:6px;right:6px;bottom:5px;height:2px;background:currentColor;border-radius:2px}.doc-glyph-orders::before,.doc-glyph-knowledge::before{left:8px;top:6px;width:14px;height:18px;border:2px solid currentColor;border-radius:4px 7px 7px 4px}.doc-glyph-orders::after,.doc-glyph-knowledge::after{left:11px;top:12px;width:8px;height:2px;background:currentColor;box-shadow:0 5px 0 currentColor}.doc-glyph-addons::before{left:13px;top:7px;width:4px;height:16px;background:currentColor;border-radius:4px}.doc-glyph-addons::after{left:7px;top:13px;width:16px;height:4px;background:currentColor;border-radius:4px}.doc-glyph-api::before{left:6px;top:12px;width:18px;height:6px;border:2px solid currentColor;border-radius:8px}.doc-glyph-api::after{left:9px;top:9px;width:4px;height:4px;border:2px solid currentColor;border-radius:50%;box-shadow:9px 7px 0 -1px currentColor}.doc-glyph-security::before{left:8px;top:5px;width:14px;height:19px;background:linear-gradient(135deg,var(--cyan),var(--violet));clip-path:polygon(50% 0,100% 18%,88% 75%,50% 100%,12% 75%,0 18%)}.doc-glyph-security::after{left:12px;top:13px;width:7px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}.doc-glyph-spark::before{left:14px;top:5px;width:2px;height:20px;background:currentColor;border-radius:3px}.doc-glyph-spark::after{left:5px;top:14px;width:20px;height:2px;background:currentColor;border-radius:3px}.doc-glyph-overview::before,.doc-glyph-dashboard::before,.doc-glyph-platform::before,.doc-glyph-deployment::before,.doc-glyph-setup::before,.doc-glyph-support::before,.doc-glyph-faq::before,.doc-glyph-ai::before,.doc-glyph-calendar::before,.doc-glyph-logs::before{left:7px;top:7px;width:7px;height:7px;border:2px solid currentColor;border-radius:3px;box-shadow:9px 0 0 -2px currentColor,0 9px 0 -2px currentColor,9px 9px 0 -2px currentColor}.search-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:start center;padding:88px 20px}.search-modal[hidden]{display:none}.search-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.66);backdrop-filter:blur(10px)}.search-panel{position:relative;width:min(760px,100%);border:1px solid var(--line-strong);border-radius:12px;background:#080b18;box-shadow:var(--shadow);padding:16px}.search-box{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.06);padding:10px}.search-box input{flex:1;min-width:0;border:0;background:transparent;color:#fff;outline:0}.search-box button{border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.08);color:#fff;padding:8px 12px}.search-results{display:grid;gap:10px;margin-top:14px;max-height:52vh;overflow:auto}.search-result{display:flex;gap:12px;border:1px solid var(--line);border-radius:8px;padding:14px;background:rgba(255,255,255,.045)}.search-result:hover{border-color:var(--line-strong)}.search-result small{display:block;color:var(--muted);line-height:1.5;margin-top:3px}@media(max-width:1160px){.docs-topbar{grid-template-columns:auto minmax(0,1fr) auto}.docs-actions{display:none}.mobile-nav-button{display:block}.docs-shell{grid-template-columns:1fr}.docs-sidebar{position:fixed;z-index:60;top:68px;left:0;bottom:0;width:min(340px,88vw);height:auto;background:#070915;transform:translateX(-105%);transition:transform .18s ease;box-shadow:var(--shadow)}.docs-sidebar.open{transform:none}.doc-hero,.docs-content-grid{grid-template-columns:1fr}.doc-toc{display:none}}@media(max-width:720px){.docs-topbar{height:auto;min-height:68px;padding:10px 14px;gap:10px}.docs-brand small{display:none}.docs-brand img{width:36px;height:36px}.docs-search-trigger{height:42px}.docs-search-trigger span:nth-child(2){display:none}.docs-main{padding:18px 14px 42px}.doc-hero{min-height:0;padding:22px;border-radius:12px}.doc-hero h1{font-size:42px}.doc-hero p{font-size:16px}.hero-media{min-height:220px}.docs-footer{grid-template-columns:1fr}.doc-card-grid,.related-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* Related guide card spacing fix - 2026-07-03 */
.related-grid a{display:flex;align-items:flex-start;gap:14px}
.related-grid a>.doc-glyph{flex:0 0 30px;margin-top:2px}
.related-grid a>span:not(.doc-glyph){display:block;min-width:0;font-weight:900;line-height:1.25}
.related-grid a>span:not(.doc-glyph) small{display:block;margin-top:7px;color:var(--muted);font-weight:500;line-height:1.58}

/* SIMCOAI docs production CSS guardrails - 2026-07-06 */
html,body,.docs-shell,.docs-main,.doc-section,.doc-card,.related-grid a,.docs-topbar,.docs-search-trigger{min-width:0!important}
.doc-section,.doc-card,.related-grid a,.doc-nav-link,.btn,.docs-actions a,.search-result{
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
.docs-topbar{grid-template-columns:auto minmax(180px,620px) auto auto}
.docs-brand,.docs-actions,.hero-actions,.related-grid a,.doc-card{min-width:0}
.docs-search-trigger,.btn,.docs-cta,.social-link{flex-shrink:0}
.doc-card-grid,.related-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr))!important}
.related-grid a{align-items:flex-start!important}
.related-grid a>.doc-glyph{width:32px!important;height:32px!important;min-width:32px!important;flex:0 0 32px!important;margin-top:1px!important}
.related-grid a>span:not(.doc-glyph){display:block!important;min-width:0!important;line-height:1.28!important}
.related-grid a>span:not(.doc-glyph) small{display:block!important;margin-top:8px!important;line-height:1.6!important}
.doc-glyph{
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  border-radius:9px!important;
}
@media(max-width:720px){
  .docs-topbar{grid-template-columns:auto minmax(44px,1fr) auto!important}
  .docs-brand strong{font-size:14px}
  .doc-hero h1{font-size:clamp(36px,13vw,48px)!important}
  .doc-section{padding:22px!important}
  .hero-actions .btn{width:100%}
}

/* SIMCOAI docs mobile visual audit hardening - 2026-07-09 */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.docs-brand,
.docs-brand span,
.docs-topbar,
.docs-shell,
.docs-main,
.doc-hero,
.hero-copy,
.hero-media,
.docs-content-grid,
.doc-article,
.doc-section,
.doc-card,
.related-grid a,
.outcome-strip span,
.tip-list p {
  min-width: 0 !important;
  max-width: 100% !important;
}

.doc-hero h1,
.doc-hero p,
.doc-section h2,
.doc-section p,
.doc-nav-link,
.related-grid a,
.outcome-strip span,
.tip-list p {
  overflow-wrap: anywhere !important;
}

@media(max-width:1160px){
  .docs-sidebar{
    visibility:hidden;
    pointer-events:none;
    transform:translateX(calc(-100% - 24px));
  }

  .docs-sidebar.open{
    visibility:visible;
    pointer-events:auto;
    transform:none;
  }
}

/* SIMCOAI docs headline polish - 2026-07-09 */
@media(max-width:720px){
  .doc-hero h1{
    font-size:clamp(25px,7.2vw,28px) !important;
    line-height:1.06 !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
    hyphens:none !important;
  }
}

/* SIMCOAI mobile off-canvas audit cleanup - 2026-07-09 */
@media(max-width:1160px){
  .docs-sidebar{
    display:none !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:none !important;
  }

  .docs-sidebar.open{
    display:block !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }
}

@media(max-width:720px){
  .docs-topbar{
    grid-template-columns:auto minmax(42px,1fr) auto !important;
    overflow:hidden;
  }

  .docs-brand{
    gap:9px;
  }

  .docs-brand span{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .docs-main{
    width:100%;
    padding:18px 14px 42px !important;
  }

  .doc-hero{
    width:100%;
    grid-template-columns:minmax(0,1fr) !important;
    padding:20px !important;
    overflow:hidden;
  }

  .doc-hero h1{
    max-width:100%;
    font-size:clamp(32px,10.8vw,42px) !important;
    line-height:1.02 !important;
  }

  .doc-hero p{
    max-width:100%;
    font-size:15.5px !important;
    line-height:1.62 !important;
  }

  .hero-actions{
    width:100%;
  }

  .hero-actions .btn{
    min-width:0;
  }

  .outcome-strip span,
  .tip-list p{
    align-items:flex-start;
  }
}

/* SIMCOAI docs final mobile title fit - 2026-07-09 */
@media(max-width:720px){
  .doc-hero h1{
    font-size:clamp(25px,7.2vw,28px) !important;
    line-height:1.08 !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
    hyphens:none !important;
  }
}

/* SIMCOAI docs premium motion layer - fast, calm, readable */
:root{
  --ease-premium:cubic-bezier(.16,1,.3,1);
  --cursor-x:50vw;
  --cursor-y:50vh;
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  opacity:.56;
  background:
    radial-gradient(460px circle at var(--cursor-x) var(--cursor-y), rgba(37,231,255,.06), transparent 58%),
    linear-gradient(135deg, rgba(255,255,255,.014), transparent 52%, rgba(116,66,255,.014));
}

.docs-topbar,
.docs-shell,
.docs-footer,
.search-modal,
.simco-helper-launcher,
.simco-helper-shell{position:relative;z-index:1}

.has-premium-cursor,
.has-premium-cursor a,
.has-premium-cursor button,
.has-premium-cursor input,
.has-premium-cursor textarea,
.has-premium-cursor select,
.has-premium-cursor [role="button"]{cursor:none}

.simco-cursor-dot,
.simco-cursor-ring{
  position:fixed;
  left:0;
  top:0;
  z-index:2147483000;
  pointer-events:none;
  opacity:0;
  transform:translate3d(-50%,-50%,0);
  transition:opacity .18s var(--ease-premium), width .18s var(--ease-premium), height .18s var(--ease-premium), border-color .18s var(--ease-premium), background .18s var(--ease-premium);
}

.simco-cursor-dot{width:7px;height:7px;border-radius:50%;background:#f8fbff;box-shadow:0 0 16px rgba(37,231,255,.68)}
.simco-cursor-ring{width:36px;height:36px;border:1px solid rgba(37,231,255,.52);border-radius:50%;background:rgba(37,231,255,.04);box-shadow:0 0 30px rgba(37,231,255,.10)}
.has-premium-cursor.cursor-ready .simco-cursor-dot,
.has-premium-cursor.cursor-ready .simco-cursor-ring{opacity:1}
.has-premium-cursor.cursor-active .simco-cursor-ring{width:52px;height:52px;border-color:rgba(116,66,255,.64);background:rgba(116,66,255,.06)}
.has-premium-cursor.cursor-down .simco-cursor-ring{width:30px;height:30px;border-color:rgba(73,226,168,.68);background:rgba(73,226,168,.08)}

.btn,
.docs-cta,
.docs-search-trigger,
.doc-nav-link,
.doc-card,
.doc-section,
.related-grid a,
.search-result,
.social-link{
  transition:transform .26s var(--ease-premium), border-color .26s var(--ease-premium), background .26s var(--ease-premium), box-shadow .26s var(--ease-premium), filter .26s var(--ease-premium), opacity .26s var(--ease-premium);
}

.btn,
.docs-cta,
.docs-search-trigger,
.social-link{
  transform:translate3d(var(--magnet-x,0),var(--magnet-y,0),0);
  will-change:transform;
}

.btn:hover,
.docs-cta:hover,
.docs-search-trigger:hover,
.social-link:hover{
  filter:saturate(1.08) brightness(1.06);
  box-shadow:0 16px 38px rgba(37,231,255,.13), inset 0 1px 0 rgba(255,255,255,.12);
}

.doc-nav-link:hover,
.doc-card:hover,
.related-grid a:hover,
.search-result:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 42px rgba(0,0,0,.22),0 0 28px rgba(37,231,255,.07);
}

.doc-section{
  isolation:isolate;
}

.doc-section:hover{
  border-color:rgba(37,231,255,.25);
  box-shadow:0 20px 54px rgba(0,0,0,.18);
}

.doc-glyph{
  transition:transform .24s var(--ease-premium), border-color .24s var(--ease-premium), box-shadow .24s var(--ease-premium), background .24s var(--ease-premium);
}

.doc-nav-link:hover .doc-glyph,
.related-grid a:hover .doc-glyph,
.doc-card:hover .doc-glyph{
  transform:translateY(-1px) scale(1.04);
  border-color:rgba(73,226,168,.42);
  box-shadow:0 14px 28px rgba(37,231,255,.13);
}

.is-reveal{opacity:0;transform:translateY(16px)}
.is-reveal.is-inview{opacity:1;transform:none;transition:opacity .56s var(--ease-premium), transform .56s var(--ease-premium);transition-delay:var(--reveal-delay,0ms)}

.simco-click-ripple{
  position:fixed;
  z-index:2147482999;
  width:10px;
  height:10px;
  pointer-events:none;
  border:1px solid rgba(37,231,255,.55);
  border-radius:50%;
  transform:translate(-50%,-50%) scale(.4);
  animation:simcoDocsRipple .55s var(--ease-premium) forwards;
}

@keyframes simcoDocsRipple{
  0%{opacity:.82;transform:translate(-50%,-50%) scale(.4)}
  100%{opacity:0;transform:translate(-50%,-50%) scale(5.4)}
}

@media (hover:none), (pointer:coarse), (prefers-reduced-motion:reduce){
  body::after{display:none}
  .has-premium-cursor,
  .has-premium-cursor a,
  .has-premium-cursor button,
  .has-premium-cursor input,
  .has-premium-cursor textarea,
  .has-premium-cursor select,
  .has-premium-cursor [role="button"]{cursor:auto}
  .simco-cursor-dot,
  .simco-cursor-ring,
  .simco-click-ripple{display:none!important}
  .is-reveal,
  .is-reveal.is-inview{opacity:1!important;transform:none!important;transition:none!important}
  .btn,
  .docs-cta,
  .docs-search-trigger,
  .doc-nav-link,
  .doc-card,
  .doc-section,
  .related-grid a,
  .search-result,
  .social-link{transition:none!important;transform:none!important}
}

/* Launch polish: cursor should read as a real pointer, not a decorative dot. */
.simco-cursor-dot{
  width:20px;
  height:25px;
  border-radius:2px 11px 10px 11px;
  background:linear-gradient(135deg,#ffffff 0%,#c8f6ff 45%,#67dfff 100%);
  clip-path:polygon(0 0,0 82%,29% 65%,45% 100%,63% 91%,48% 57%,82% 57%);
  box-shadow:0 0 0 1px rgba(5,17,34,.52),0 10px 28px rgba(37,224,255,.38),0 0 18px rgba(255,255,255,.55);
  filter:drop-shadow(0 3px 8px rgba(0,0,0,.46));
}

.has-premium-cursor.cursor-active .simco-cursor-dot{
  background:linear-gradient(135deg,#ffffff 0%,#b4efff 42%,#d954ff 100%);
}

/* Dashboard CSS */
:root{
  --bg:#080713;--bg2:#0f0a24;--panel:#141127;--panel2:#1a1432;--panel3:#201844;
  --line:rgba(255,255,255,.11);--line2:rgba(168,85,247,.28);--text:#f7f3ff;--muted:#b8accf;--soft:#81758f;
  --purple:#9b5cff;--purple2:#6d28d9;--pink:#e879f9;--cyan:#65e4ff;--green:#58f2a9;--amber:#ffd166;--red:#ff6b8a;
  --shadow:0 28px 90px rgba(0,0,0,.45);--radius:24px;--radius2:16px;--sidebar:306px;--topbar:78px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 10% 10%,rgba(155,92,255,.16),transparent 34%),radial-gradient(circle at 92% 0,rgba(232,121,249,.13),transparent 30%),linear-gradient(135deg,#06050d,#0b0719 38%,#110a27);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}body::before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent);pointer-events:none}a{color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}.dashboard-shell{display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;padding:22px 16px;border-right:1px solid var(--line);background:linear-gradient(180deg,rgba(13,10,28,.95),rgba(9,7,19,.86));backdrop-filter:blur(20px);overflow:auto;z-index:20}.brand{display:flex;align-items:center;gap:13px;text-decoration:none;padding:10px 12px;margin-bottom:18px}.brand img{width:42px;height:42px;border-radius:13px;box-shadow:0 0 24px rgba(155,92,255,.45)}.brand span{font-weight:900;letter-spacing:.04em}.brand small{display:block;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.sidebar-status{display:flex;gap:12px;align-items:center;margin:0 6px 20px;padding:14px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.045)}.sidebar-status strong{display:block;font-size:13px}.sidebar-status small{display:block;color:var(--muted);font-size:12px}.pulse{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 0 8px rgba(88,242,169,.12),0 0 22px rgba(88,242,169,.8)}.nav-group{margin:16px 0}.nav-title{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#8c7fa8;margin:14px 13px 8px}.nav-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:#d9cff0;padding:11px 12px;border-radius:15px;border:1px solid transparent;margin:3px 0;transition:.18s ease}.nav-link:hover,.nav-link.active{background:linear-gradient(135deg,rgba(155,92,255,.2),rgba(232,121,249,.08));border-color:var(--line2);color:#fff}.nav-link.locked{opacity:.55}.nav-link small{display:block;font-size:10px;color:#9f93b8}.main{min-width:0}.topbar{position:sticky;top:0;z-index:15;height:var(--topbar);display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 26px;border-bottom:1px solid var(--line);background:rgba(8,7,19,.72);backdrop-filter:blur(20px)}.command-trigger{flex:1;max-width:720px;display:flex;align-items:center;gap:10px;padding:13px 15px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.055);color:var(--muted);text-align:left}.command-trigger kbd{margin-left:auto;border:1px solid var(--line);border-radius:9px;padding:4px 8px;color:#dacfff;background:rgba(0,0,0,.2)}.topbar-actions{display:flex;align-items:center;gap:10px}.content{padding:34px;max-width:1720px;margin:0 auto}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:26px;margin-bottom:28px}.eyebrow{display:inline-flex;gap:8px;align-items:center;color:var(--cyan);font-weight:900;letter-spacing:.14em;font-size:12px;text-transform:uppercase}.page-head h1{font-size:clamp(34px,4vw,58px);line-height:.98;margin:10px 0 12px;letter-spacing:-.06em}.page-head p{max-width:760px;color:var(--muted);line-height:1.72;margin:0;font-size:16px}.page-actions,.button-row{display:flex;gap:11px;align-items:center;flex-wrap:wrap}.button,.icon-button,.profile-chip{border:1px solid var(--line);background:rgba(255,255,255,.07);color:var(--text);border-radius:15px;padding:11px 15px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;transition:.18s ease}.button:hover,.icon-button:hover,.profile-chip:hover{transform:translateY(-1px);border-color:rgba(155,92,255,.5);background:rgba(155,92,255,.13)}.button.primary{background:linear-gradient(135deg,var(--purple),var(--purple2));border-color:rgba(255,255,255,.17);box-shadow:0 16px 40px rgba(109,40,217,.28)}.button.danger{background:rgba(255,107,138,.12);border-color:rgba(255,107,138,.32)}.button.success{background:rgba(88,242,169,.12);border-color:rgba(88,242,169,.35)}.button.full,.button-row.full .button{flex:1}.icon-button{width:43px;height:43px;padding:0;border-radius:15px}.profile-chip img{width:26px;height:26px;border-radius:9px}.badge{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.06);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.badge-plan{color:#ede1ff;background:rgba(155,92,255,.16);border-color:rgba(155,92,255,.38)}.badge-usage{color:#dcfff0;background:rgba(88,242,169,.12);border-color:rgba(88,242,169,.3)}.grid{display:grid;gap:18px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.aside{grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr)}.card{position:relative;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));box-shadow:0 18px 50px rgba(0,0,0,.22);padding:22px;overflow:hidden}.card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 0,rgba(155,92,255,.16),transparent 32%);pointer-events:none}.card>*{position:relative}.glow-card{border-color:rgba(155,92,255,.28);box-shadow:0 22px 80px rgba(109,40,217,.18)}.card h2,.card h3{margin:0 0 10px;letter-spacing:-.035em}.card p{color:var(--muted);line-height:1.65}.metric{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.metric strong{font-size:34px;letter-spacing:-.05em}.metric span{display:block;color:var(--muted);font-size:13px;margin-top:5px}.metric .css-icon{width:42px;height:42px;border-radius:16px;background:rgba(155,92,255,.18)}.hero-dashboard{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr);gap:18px;margin-bottom:22px}.hero-panel{min-height:320px;display:flex;flex-direction:column;justify-content:space-between}.hero-panel h1{font-size:clamp(38px,5vw,72px);line-height:.92;margin:12px 0;letter-spacing:-.07em}.hero-panel p{max-width:720px}.orbit-visual{min-height:320px;display:grid;place-items:center}.orb{width:min(270px,70%);aspect-ratio:1;border-radius:50%;border:1px solid rgba(155,92,255,.38);background:radial-gradient(circle,rgba(155,92,255,.35),rgba(101,228,255,.05) 44%,rgba(255,255,255,.02));box-shadow:inset 0 0 80px rgba(155,92,255,.18),0 0 70px rgba(155,92,255,.16);position:relative}.orb::before,.orb::after{content:"";position:absolute;inset:-28px;border:1px solid rgba(255,255,255,.13);border-radius:50%;transform:rotate(20deg) scaleY(.55)}.orb::after{inset:-58px;transform:rotate(-36deg) scaleY(.65);border-color:rgba(101,228,255,.2)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label,.toggle label{font-weight:850;color:#f0eaff;font-size:13px}.field small{color:var(--soft);line-height:1.5}.input,textarea,select{width:100%;border:1px solid var(--line);border-radius:15px;background:#120f22;color:var(--text);padding:13px 14px;outline:none;transition:.18s ease}textarea{min-height:118px;resize:vertical}select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#fff 50%),linear-gradient(135deg,#fff 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 13px) calc(50% - 3px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}select option{background:#120f22;color:#fff}.input:focus,textarea:focus,select:focus{border-color:rgba(155,92,255,.65);box-shadow:0 0 0 4px rgba(155,92,255,.12)}.toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.toggle{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.04)}.toggle p{margin:4px 0 0;font-size:12px}.switch{position:relative;width:50px;height:28px;flex:0 0 auto}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;inset:0;background:rgba(255,255,255,.15);border:1px solid var(--line);border-radius:999px}.slider::before{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;border-radius:50%;background:#fff;transition:.2s}input:checked+.slider{background:linear-gradient(135deg,var(--purple),var(--purple2))}input:checked+.slider::before{transform:translateX(22px)}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:20px}.table{width:100%;border-collapse:collapse;min-width:760px}.table th,.table td{text-align:left;padding:14px 15px;border-bottom:1px solid var(--line);vertical-align:top}.table th{font-size:12px;color:#bfb3d8;text-transform:uppercase;letter-spacing:.08em;background:rgba(255,255,255,.04)}.table tr:last-child td{border-bottom:0}.status-pill{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:900;text-transform:uppercase;border:1px solid var(--line);background:rgba(255,255,255,.06)}.status-pill.green{color:#c7ffe5;border-color:rgba(88,242,169,.3);background:rgba(88,242,169,.1)}.status-pill.amber{color:#ffe7ad;border-color:rgba(255,209,102,.32);background:rgba(255,209,102,.1)}.status-pill.red{color:#ffd1dc;border-color:rgba(255,107,138,.32);background:rgba(255,107,138,.1)}.wizard-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px}.wizard-steps{position:sticky;top:calc(var(--topbar) + 24px);align-self:start}.step-link{display:flex;align-items:center;gap:11px;width:100%;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.045);color:var(--muted);padding:12px;text-align:left;margin-bottom:8px}.step-link.active{background:rgba(155,92,255,.16);color:#fff;border-color:rgba(155,92,255,.42)}.step-number{width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:rgba(155,92,255,.18);font-weight:900}.policy-card{display:grid;gap:14px}.policy-meter{height:10px;background:rgba(255,255,255,.08);border-radius:99px;overflow:hidden}.policy-meter span{display:block;height:100%;width:var(--value,60%);background:linear-gradient(90deg,var(--purple),var(--cyan))}.automation-rule{display:grid;grid-template-columns:minmax(0,1fr) 140px 170px;gap:12px;align-items:end;padding:14px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.035);margin-bottom:12px}.test-console{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:18px}.console-output{min-height:360px;border-radius:20px;border:1px solid var(--line);background:#080713;padding:18px;white-space:pre-wrap;color:#e8ddff;overflow:auto}.diagnostic-list{display:grid;gap:10px}.diagnostic-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.04)}.progress-ring{--p:65;width:92px;height:92px;border-radius:50%;background:conic-gradient(var(--purple) calc(var(--p)*1%),rgba(255,255,255,.08) 0);display:grid;place-items:center}.progress-ring::before{content:attr(data-label);width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:#0f0b21;font-weight:900}.mini-bars{display:grid;gap:8px}.bar{height:12px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}.bar span{display:block;height:100%;width:var(--w,50%);background:linear-gradient(90deg,var(--purple),var(--pink))}.record-card{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:15px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.04);margin-bottom:10px}.record-card p{margin:4px 0 0;font-size:13px}.empty-state{text-align:center;padding:38px 20px}.empty-art{width:96px;height:96px;margin:0 auto 18px;border-radius:32px;background:radial-gradient(circle at 30% 25%,rgba(101,228,255,.5),transparent 25%),linear-gradient(135deg,rgba(155,92,255,.42),rgba(255,255,255,.05));box-shadow:0 18px 60px rgba(155,92,255,.18)}.modal-backdrop{position:fixed;inset:0;background:rgba(2,2,8,.72);backdrop-filter:blur(10px)}.command-palette,.consent-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:start center;padding:8vh 18px}.command-palette[hidden],.consent-modal[hidden],.is-dismissed{display:none!important}.command-panel,.consent-card{width:min(780px,100%);border:1px solid var(--line2);border-radius:26px;background:linear-gradient(180deg,rgba(22,17,42,.96),rgba(12,10,26,.96));box-shadow:var(--shadow);padding:22px;position:relative}.consent-card{width:min(560px,100%);text-align:left}.consent-card img{width:52px;height:52px;border-radius:16px}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}.command-results{display:grid;gap:8px;margin-top:14px}.command-result{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px;border:1px solid var(--line);border-radius:16px;text-decoration:none;background:rgba(255,255,255,.045)}.profile-popover{position:fixed;right:26px;top:78px;width:260px;z-index:50;padding:14px;border:1px solid var(--line);border-radius:18px;background:rgba(18,14,35,.97);box-shadow:var(--shadow)}.profile-popover[hidden]{display:none}.profile-popover small,.profile-popover a,.profile-popover button{display:block;color:var(--muted);margin-top:8px}.profile-popover a,.profile-popover button{text-decoration:none;width:100%;text-align:left;border:0;background:transparent;padding:9px;border-radius:10px}.profile-popover a:hover,.profile-popover button:hover{background:rgba(255,255,255,.07);color:#fff}.toast-stack{position:fixed;right:22px;bottom:22px;z-index:90;display:grid;gap:10px}.toast{max-width:390px;padding:14px 16px;border:1px solid var(--line2);border-radius:16px;background:rgba(18,14,35,.96);box-shadow:var(--shadow);color:#fff}.toast.error{border-color:rgba(255,107,138,.45)}.toast.success{border-color:rgba(88,242,169,.45)}.css-icon{display:inline-block;width:19px;height:19px;position:relative;flex:0 0 auto}.css-icon.search::before{content:"";position:absolute;width:11px;height:11px;border:2px solid currentColor;border-radius:50%;left:1px;top:1px}.css-icon.search::after{content:"";position:absolute;width:8px;height:2px;background:currentColor;transform:rotate(45deg);right:1px;bottom:3px}.css-icon.menu::before{content:"";position:absolute;left:2px;right:2px;top:4px;height:2px;background:currentColor;box-shadow:0 5px 0 currentColor,0 10px 0 currentColor}.css-icon.close::before,.css-icon.close::after{content:"";position:absolute;left:3px;right:3px;top:9px;height:2px;background:currentColor}.css-icon.close::before{transform:rotate(45deg)}.css-icon.close::after{transform:rotate(-45deg)}.css-icon.pulse::before{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px rgba(88,242,169,.13)}.mini-icon{width:22px;height:22px;border-radius:9px;background:linear-gradient(135deg,rgba(155,92,255,.35),rgba(101,228,255,.12));display:inline-block;position:relative}.mini-icon::after{content:"";position:absolute;inset:7px;border-radius:50%;background:rgba(255,255,255,.78)}.check-row{display:flex;gap:10px;align-items:flex-start;line-height:1.55;color:var(--muted)}.check-row input{margin-top:5px}.form-message{min-height:22px;color:var(--muted)}.mobile-only{display:none}.loading-screen{text-align:center;padding:70px 30px}.orbital-loader{width:94px;height:94px;margin:0 auto 20px;border:1px solid rgba(155,92,255,.3);border-radius:50%;position:relative}.orbital-loader span{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--purple);left:41px;top:-6px;transform-origin:6px 53px;animation:spin 1.6s linear infinite}.orbital-loader span:nth-child(2){animation-delay:-.5s;background:var(--cyan)}.orbital-loader span:nth-child(3){animation-delay:-1s;background:var(--pink)}@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:1180px){.dashboard-shell{grid-template-columns:1fr}.sidebar{position:fixed;transform:translateX(-105%);transition:.2s ease;width:min(330px,90vw)}.sidebar.open{transform:translateX(0)}.mobile-only{display:inline-flex}.grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three,.hero-dashboard,.grid.aside,.test-console,.wizard-layout{grid-template-columns:1fr}.wizard-steps{position:relative;top:auto}.content{padding:24px}.page-head{display:block}.page-actions{margin-top:18px}}@media(max-width:720px){.topbar{padding:12px}.command-trigger span:not(.css-icon),.command-trigger kbd,.badge-usage{display:none}.content{padding:18px}.grid.two,.grid.four,.form-grid,.toggle-grid{grid-template-columns:1fr}.automation-rule{grid-template-columns:1fr}.hero-panel h1{font-size:42px}.card{padding:18px}.table{min-width:640px}}


/* SIMCOAI Stripe sync responsiveness patch */
.button.is-syncing, .button:disabled{opacity:.78;cursor:wait;transform:none!important}
.sync-spinner{width:16px;height:16px;border-radius:999px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;display:inline-block;animation:simcoSpin .75s linear infinite;box-shadow:0 0 18px rgba(155,92,255,.28)}
.button.is-syncing{position:relative;overflow:hidden}
.button.is-syncing::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.14),transparent);transform:translateX(-100%);animation:simcoShimmer 1.1s ease-in-out infinite}
@keyframes simcoShimmer{to{transform:translateX(100%)}}

/* SIMCOAI login styling restore. Keeps /login/ premium even when dashboard.css is replaced by dashboard-only patches. */
:root{--blue:var(--cyan)}
:root{color-scheme:dark;--bg:#05050b;--side:#080815;--panel:#111225;--panel2:#171830;--line:rgba(255,255,255,.10);--text:#f8f7ff;--muted:#bcb7dd;--soft:#8581aa;--purple:#8a5cff;--blue:#19c9ff;--green:#49e2a8;--amber:#ffd166;--red:#ff6b8a;--radius:24px;--shadow:0 24px 74px rgba(0,0,0,.38);--font:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font);background:radial-gradient(circle at 8% 0%,rgba(25,201,255,.12),transparent 38vw),radial-gradient(circle at 90% 8%,rgba(138,92,255,.18),transparent 45vw),var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit;color:inherit}.app{display:grid;grid-template-columns:290px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,rgba(15,16,34,.92),rgba(6,6,15,.92));border-right:1px solid var(--line);padding:24px 18px;overflow:auto}.brand{display:flex;align-items:center;gap:13px;margin:0 0 28px;font-weight:1000;letter-spacing:-.04em}.brand img{width:42px;height:42px;border-radius:14px;box-shadow:0 0 34px rgba(25,201,255,.28)}.brand small{display:block;color:var(--soft);letter-spacing:.11em;text-transform:uppercase;font-size:10px;margin-top:3px}.nav-section{margin:22px 0}.nav-title{font-size:11px;color:var(--soft);font-weight:1000;text-transform:uppercase;letter-spacing:.14em;margin:0 0 10px 12px}.nav-link{display:flex;align-items:center;gap:12px;padding:12px 12px;border-radius:16px;color:#dad6f4;font-weight:790;font-size:14px}.nav-link:hover,.nav-link.active{background:rgba(255,255,255,.07);color:#fff}.mini-icon{width:28px;height:28px;border-radius:10px;background:linear-gradient(135deg,rgba(25,201,255,.18),rgba(138,92,255,.25));border:1px solid rgba(255,255,255,.09);position:relative;flex:0 0 auto}.mini-icon::after{content:"";position:absolute;inset:8px;border-radius:999px;background:linear-gradient(135deg,var(--blue),var(--purple))}.main{min-width:0}.topbar{position:sticky;top:0;z-index:40;height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 32px;border-bottom:1px solid var(--line);background:rgba(5,5,12,.70);backdrop-filter:blur(18px)}.search{flex:1;max-width:560px;border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:18px;padding:14px 16px;color:#fff}.top-actions{display:flex;align-items:center;gap:12px}.badge{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.055);font-size:13px;font-weight:900;color:#e9e5ff}.badge.green{border-color:rgba(73,226,168,.3);color:#baffdf}.badge.purple{border-color:rgba(138,92,255,.35);color:#ddd3ff}.content{padding:36px;max-width:1420px;margin:auto}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:30px}.page-head h1{font-size:clamp(34px,5vw,58px);letter-spacing:-.055em;line-height:1;margin:0 0 12px}.page-head p{margin:0;color:var(--muted);line-height:1.65;max-width:720px}.grid{display:grid;gap:22px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow);position:relative;overflow:hidden}.card h2,.card h3{margin:0 0 12px;letter-spacing:-.03em}.card p{color:var(--muted);line-height:1.62;margin:0 0 16px}.metric strong{display:block;font-size:42px;letter-spacing:-.055em}.metric span{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--soft);font-weight:1000}.button{display:inline-flex;justify-content:center;align-items:center;gap:10px;border:0;border-radius:999px;padding:12px 16px;font-weight:1000;background:rgba(255,255,255,.07);border:1px solid var(--line);color:#fff}.button.primary{background:linear-gradient(135deg,var(--purple),var(--blue));box-shadow:0 16px 40px rgba(25,201,255,.14)}.button.danger{border-color:rgba(255,107,138,.35);color:#ffd1dc}.stack{display:grid;gap:16px}.field{display:grid;gap:8px}.field label{font-size:13px;color:#e0dcff;font-weight:900}.field input,.field select,.field textarea{border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:16px;padding:13px 14px;outline:none}.field textarea{min-height:120px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:22px}table{width:100%;border-collapse:collapse;min-width:780px}th,td{padding:16px;text-align:left;border-bottom:1px solid var(--line);color:#ddd9f6}th{font-size:12px;text-transform:uppercase;letter-spacing:.09em;color:#fff;background:rgba(255,255,255,.055)}tr:last-child td{border-bottom:0}.empty{border:1px dashed rgba(255,255,255,.18);border-radius:24px;padding:42px;text-align:center;background:rgba(255,255,255,.035)}.empty-art{width:120px;height:120px;margin:0 auto 22px;border-radius:36px;background:url('favicon.ico') center/72px no-repeat,radial-gradient(circle at 35% 20%,rgba(25,201,255,.24),transparent 40%),linear-gradient(135deg,rgba(255,255,255,.08),rgba(138,92,255,.12));border:1px solid var(--line);box-shadow:0 0 60px rgba(138,92,255,.18)}.progress{height:12px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}.progress span{display:block;height:100%;width:var(--v);background:linear-gradient(90deg,var(--blue),var(--purple))}.toast{position:fixed;right:24px;bottom:24px;background:#111225;border:1px solid var(--line);border-radius:18px;padding:14px 16px;box-shadow:var(--shadow);display:none}.toast.show{display:block}.mobile-open{display:none}.locked{max-width:620px;margin:80px auto}.chart{height:250px;border-radius:22px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));position:relative;overflow:hidden}.chart::after{content:"";position:absolute;left:28px;right:28px;bottom:30px;height:150px;background:linear-gradient(135deg,transparent 0 8%,rgba(25,201,255,.30) 8% 10%,transparent 10% 24%,rgba(138,92,255,.34) 24% 26%,transparent 26% 42%,rgba(25,201,255,.36) 42% 44%,transparent 44% 60%,rgba(138,92,255,.3) 60% 62%,transparent 62%);clip-path:polygon(0 78%,12% 55%,25% 65%,36% 30%,49% 45%,61% 18%,76% 39%,100% 12%,100% 100%,0 100%)}@media(max-width:1060px){.app{grid-template-columns:1fr}.sidebar{position:fixed;z-index:80;left:-320px;transition:left .22s ease;width:290px}.sidebar.open{left:0}.mobile-open{display:inline-flex}.grid.two,.grid.three,.grid.four{grid-template-columns:1fr}.topbar{padding:0 18px}.content{padding:26px 18px}.page-head{display:grid}.search{display:none}}
/* Targeted dashboard/login upgrade */
.eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 14px;color:#dcd4ff;font-size:12px;font-weight:1000;text-transform:uppercase;letter-spacing:.16em}.eyebrow::before{content:"";width:34px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--purple))}.page-actions{display:flex;gap:12px;flex-wrap:wrap}.spacious{margin-top:26px}.spacious-top{margin-top:26px}.loading-card{max-width:620px;margin:76px auto;text-align:center}.card-title-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.card-title-row h2{margin:0}.search-button{flex:1;max-width:620px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:18px;padding:13px 15px;color:#cfc9ed;text-align:left}.search-button kbd{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);border-radius:10px;padding:5px 8px;color:#f8f7ff;font-weight:900;font-size:12px}.icon-button,.profile-chip{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:999px;color:#fff}.icon-button{width:46px;height:46px}.profile-chip{gap:10px;padding:7px 12px 7px 7px;font-weight:900}.profile-chip img{width:32px;height:32px;border-radius:12px}.profile-popover{position:fixed;right:28px;top:84px;z-index:120;width:260px;padding:16px;border:1px solid var(--line);border-radius:20px;background:rgba(15,16,34,.96);box-shadow:var(--shadow);backdrop-filter:blur(18px)}.profile-popover strong,.profile-popover small,.profile-popover a,.profile-popover button{display:block}.profile-popover small{color:var(--soft);margin:4px 0 12px}.profile-popover a,.profile-popover button{width:100%;border:0;background:transparent;color:#e8e3ff;text-align:left;padding:10px;border-radius:12px;font-weight:850}.profile-popover a:hover,.profile-popover button:hover{background:rgba(255,255,255,.07)}.locked-link{opacity:.55}.locked-link small{display:inline-flex;margin-left:8px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#cabfff}.dashboard-metrics .metric{min-height:172px}.dashboard-metrics .metric .css-icon{margin-bottom:18px}.metric small{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--soft);font-weight:1000}.setup-card{min-height:320px}.checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}.checklist label{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.04);color:#e8e4ff;font-weight:850}.setup-steps{display:grid;gap:12px;margin:16px 0 0;padding-left:20px;color:#ddd8f4;line-height:1.55}.ai-status .css-icon,.phone-card .css-icon,.addon-card .css-icon{margin-bottom:18px}.command-palette{position:fixed;inset:0;z-index:180;display:grid;place-items:start center;padding:96px 20px}.command-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.56);backdrop-filter:blur(10px)}.command-panel{position:relative;width:min(720px,100%);border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,rgba(24,25,48,.98),rgba(9,9,20,.98));box-shadow:var(--shadow);padding:22px}.command-panel h2{margin:0 0 14px;letter-spacing:-.04em}.command-panel input{width:100%;border:1px solid var(--line);background:rgba(255,255,255,.065);border-radius:18px;padding:15px;color:#fff;outline:none}.command-results{display:grid;gap:8px;margin-top:16px;max-height:420px;overflow:auto}.command-results a{display:flex;align-items:center;gap:12px;padding:12px;border-radius:16px;background:rgba(255,255,255,.045);border:1px solid transparent}.command-results a:hover{border-color:rgba(255,255,255,.13);background:rgba(255,255,255,.075)}.command-results small{display:block;color:var(--soft);font-size:12px;margin-top:2px}.consent-modal{position:fixed;inset:0;z-index:220;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.64);backdrop-filter:blur(12px)}.consent-card{width:min(560px,100%);border:1px solid var(--line);border-radius:30px;background:linear-gradient(180deg,rgba(27,28,56,.98),rgba(10,10,22,.98));box-shadow:var(--shadow);padding:30px}.consent-card img{width:54px;height:54px;border-radius:18px;margin-bottom:18px}.consent-card h2{margin:0 0 10px;font-size:34px;letter-spacing:-.055em}.consent-card p{color:var(--muted);line-height:1.6}.cookie-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}

.css-icon{display:inline-block;width:42px;height:42px;border-radius:15px;background:linear-gradient(135deg,rgba(25,201,255,.18),rgba(138,92,255,.22));border:1px solid rgba(255,255,255,.11);position:relative;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.css-icon::before,.css-icon::after{content:"";position:absolute}.css-icon.phone::before{width:14px;height:22px;border:3px solid #fff;border-radius:7px;left:13px;top:8px;transform:rotate(-18deg)}.css-icon.phone::after{width:6px;height:3px;background:#fff;border-radius:5px;left:20px;bottom:10px}.css-icon.chat::before{inset:11px 9px 13px;border:2px solid #fff;border-radius:9px}.css-icon.chat::after{width:8px;height:8px;background:#fff;left:13px;bottom:10px;clip-path:polygon(0 0,100% 0,0 100%)}.css-icon.shield::before{left:12px;top:8px;width:18px;height:22px;background:linear-gradient(135deg,var(--blue),var(--purple));clip-path:polygon(50% 0,100% 16%,90% 72%,50% 100%,10% 72%,0 16%)}.css-icon.shield::after{left:18px;top:17px;width:8px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}.css-icon.spark::before{left:19px;top:7px;width:4px;height:28px;background:#fff;border-radius:9px}.css-icon.spark::after{left:7px;top:19px;width:28px;height:4px;background:#fff;border-radius:9px}.css-icon.check::before{left:12px;top:18px;width:16px;height:8px;border-left:3px solid #fff;border-bottom:3px solid #fff;transform:rotate(-45deg)}.css-icon.bell::before{left:12px;top:11px;width:18px;height:18px;border:2px solid #fff;border-radius:12px 12px 8px 8px}.css-icon.bell::after{left:18px;bottom:9px;width:7px;height:4px;background:#fff;border-radius:999px}.css-icon.calendar::before{left:10px;top:12px;width:22px;height:20px;border:2px solid #fff;border-radius:6px}.css-icon.calendar::after{left:10px;top:18px;width:22px;height:2px;background:#fff}.css-icon.alert::before{left:20px;top:9px;width:3px;height:17px;background:#fff;border-radius:4px}.css-icon.alert::after{left:19px;bottom:9px;width:5px;height:5px;background:#fff;border-radius:999px}.css-icon.route::before{left:12px;top:12px;width:18px;height:18px;border-top:3px solid #fff;border-right:3px solid #fff;border-radius:0 11px 0 0}.css-icon.route::after{right:9px;top:10px;border-left:8px solid #fff;border-top:6px solid transparent;border-bottom:6px solid transparent}.css-icon.card::before{left:9px;top:13px;width:24px;height:17px;border:2px solid #fff;border-radius:6px}.css-icon.card::after{left:11px;top:18px;width:20px;height:3px;background:#fff}.css-icon.gauge::before{left:9px;top:14px;width:24px;height:18px;border:3px solid #fff;border-bottom:0;border-radius:24px 24px 0 0}.css-icon.gauge::after{left:21px;top:21px;width:3px;height:10px;background:#fff;transform-origin:bottom;transform:rotate(42deg);border-radius:4px}.mini-core::after{border-radius:6px}.mini-ai::after{clip-path:polygon(50% 0,61% 35%,100% 50%,61% 65%,50% 100%,39% 65%,0 50%,39% 35%)}.mini-ops::after{border-radius:4px;box-shadow:0 8px 0 rgba(138,92,255,.75)}.mini-phone::after{border-radius:4px 4px 9px 9px}.mini-money::after{border-radius:4px;transform:rotate(45deg)}.mini-admin::after{clip-path:polygon(50% 0,100% 22%,86% 100%,14% 100%,0 22%)}

.auth-body{min-height:100vh;background:radial-gradient(circle at 5% 0%,rgba(25,201,255,.15),transparent 34vw),radial-gradient(circle at 82% 14%,rgba(138,92,255,.24),transparent 44vw),linear-gradient(180deg,#05050b 0%,#090819 100%)}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr);gap:42px;align-items:center;width:min(1480px,100%);margin:auto;padding:48px}.auth-hero-panel{display:grid;gap:34px}.auth-brand{display:flex;align-items:center;gap:14px;width:max-content;font-weight:1000;font-size:20px;letter-spacing:-.04em}.auth-brand img{width:52px;height:52px;border-radius:18px;box-shadow:0 0 44px rgba(25,201,255,.30)}.auth-brand small{display:block;color:var(--soft);font-size:10px;letter-spacing:.12em;text-transform:uppercase;margin-top:4px}.auth-copy h1{max-width:820px;margin:0 0 24px;font-size:clamp(44px,6vw,86px);line-height:.94;letter-spacing:-.075em}.auth-copy p{max-width:720px;color:#c9c3e9;line-height:1.75;font-size:18px}.auth-product-card{width:min(760px,100%);border:1px solid var(--line);border-radius:34px;padding:24px;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(138,92,255,.09));box-shadow:var(--shadow);overflow:hidden;position:relative}.auth-product-card::after{content:"";position:absolute;inset:auto -15% -45% 10%;height:190px;background:radial-gradient(circle,rgba(25,201,255,.26),transparent 70%)}.auth-window-bar{display:flex;gap:8px;margin-bottom:22px}.auth-window-bar span{width:11px;height:11px;border-radius:999px;background:rgba(255,255,255,.24)}.auth-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;position:relative;z-index:1}.auth-metrics div{padding:18px;border:1px solid var(--line);border-radius:22px;background:rgba(0,0,0,.18)}.auth-metrics strong{display:block;font-size:28px;letter-spacing:-.05em}.auth-metrics small{color:var(--soft);font-weight:850}.auth-flow{display:flex;align-items:center;gap:18px;margin-top:22px;position:relative;z-index:1}.auth-flow i{height:2px;flex:1;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--purple))}.auth-feature-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.auth-feature-list article{border:1px solid var(--line);border-radius:24px;padding:20px;background:rgba(255,255,255,.045)}.auth-feature-list strong,.auth-feature-list small{display:block}.auth-feature-list strong{margin:14px 0 8px}.auth-feature-list small{color:var(--soft);line-height:1.55}.auth-form-panel{display:flex;justify-content:center}.auth-card{width:min(520px,100%);padding:30px;border:1px solid var(--line);border-radius:34px;background:linear-gradient(180deg,rgba(19,20,39,.94),rgba(8,8,18,.94));box-shadow:var(--shadow)}.auth-card-head h2{margin:0 0 10px;font-size:42px;letter-spacing:-.06em}.auth-card-head p{margin:0;color:var(--muted);line-height:1.62}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:6px;margin:24px 0;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.04)}.auth-tab{border:0;border-radius:13px;background:transparent;color:var(--muted);padding:11px;font-weight:1000}.auth-tab.active{background:linear-gradient(135deg,rgba(138,92,255,.85),rgba(25,201,255,.7));color:#fff}.auth-form{display:grid;gap:16px}.auth-submit{width:100%;padding:15px 18px}.auth-submit.is-loading{opacity:.75;cursor:wait}.captcha-card{border:1px solid var(--line);border-radius:18px;padding:14px;background:rgba(255,255,255,.04)}.turnstile-mount{min-height:64px;display:flex;align-items:center}.captcha-card p{margin:8px 0 0;color:var(--soft);font-size:13px;line-height:1.5}.check-row{display:flex;gap:12px;align-items:flex-start;color:#d8d3f1;line-height:1.55;font-size:14px}.check-row input{margin-top:4px;accent-color:#8a5cff}.check-row a{color:#cfc4ff;text-decoration:underline;text-decoration-color:rgba(207,196,255,.45)}.form-message{min-height:22px;margin:0;color:var(--muted);line-height:1.5}.form-message[data-type="error"]{color:#ffb1c1}.form-message[data-type="success"]{color:#baffdf}.auth-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;padding-top:18px;border-top:1px solid var(--line)}.auth-links a{color:#dcd4ff;font-size:14px;font-weight:850}.cookie-banner{position:fixed;left:24px;right:24px;bottom:24px;z-index:260;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--line);border-radius:24px;background:rgba(13,14,28,.96);box-shadow:var(--shadow);padding:18px;backdrop-filter:blur(18px)}.cookie-banner p{margin:5px 0 0;color:var(--muted);line-height:1.5}.cookie-actions{display:flex;gap:10px;flex:0 0 auto}

@media(max-width:1180px){.auth-page{grid-template-columns:1fr;padding:32px}.auth-feature-list{grid-template-columns:1fr}.auth-form-panel{justify-content:flex-start}.auth-copy h1{font-size:clamp(40px,10vw,72px)}}@media(max-width:720px){.auth-page{padding:22px;gap:26px}.auth-card{padding:22px;border-radius:26px}.auth-metrics{grid-template-columns:1fr}.auth-flow{gap:10px}.cookie-banner{display:grid;left:14px;right:14px;bottom:14px}.cookie-actions,.cookie-choice-grid{grid-template-columns:1fr;display:grid}.checklist{grid-template-columns:1fr}.search-button{display:none}.profile-chip span{display:none}.top-actions{gap:8px}.icon-button{width:42px;height:42px}.profile-popover{right:14px;top:76px}.command-palette{padding-top:80px}.consent-card{padding:22px}.auth-copy p{font-size:16px}}@media(max-width:1060px){.topbar{gap:10px}.page-actions{width:100%}}

/* SIMCOAI targeted login/checkout UX patch */
.auth-body-v2{min-height:100vh;background:radial-gradient(circle at 8% 3%,rgba(25,201,255,.16),transparent 36vw),radial-gradient(circle at 92% 8%,rgba(138,92,255,.25),transparent 44vw),linear-gradient(180deg,#05050b,#080813 55%,#05050b)}
.auth-page-v2{align-items:center;gap:54px;max-width:1420px;margin:0 auto;padding:52px;min-height:100vh}.auth-hero-panel-v2{gap:30px}.auth-copy-v2 h1{max-width:760px}.auth-copy-v2 p{max-width:710px}.auth-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.auth-stat-card{min-height:180px;border:1px solid var(--line);border-radius:26px;padding:22px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));box-shadow:0 20px 50px rgba(0,0,0,.18)}.auth-stat-card.primary{background:linear-gradient(135deg,rgba(138,92,255,.22),rgba(25,201,255,.12));border-color:rgba(138,92,255,.34)}.auth-stat-card strong,.auth-stat-card small{display:block}.auth-stat-card strong{margin:16px 0 8px;font-size:18px;letter-spacing:-.025em}.auth-stat-card small{color:var(--soft);line-height:1.55}.auth-mini-dashboard{border:1px solid var(--line);border-radius:30px;background:linear-gradient(135deg,rgba(20,21,44,.92),rgba(8,9,22,.92));padding:22px;box-shadow:var(--shadow);overflow:hidden;position:relative}.auth-mini-dashboard::after{content:"";position:absolute;right:-80px;top:-70px;width:190px;height:190px;border-radius:999px;background:rgba(138,92,255,.18);filter:blur(10px)}.auth-rows{display:grid;grid-template-columns:1.1fr .7fr;gap:12px;margin:20px 0}.auth-rows i{height:54px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.035))}.auth-flow.compact{margin:0}.auth-form-panel-v2{align-items:center}.auth-card-v2{border-radius:36px;padding:32px;background:linear-gradient(180deg,rgba(19,20,42,.96),rgba(8,8,18,.98));box-shadow:0 30px 90px rgba(0,0,0,.42)}.auth-tabs-v2{grid-template-columns:repeat(3,1fr)}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.checkout-note{display:flex;gap:13px;align-items:flex-start;border:1px solid rgba(138,92,255,.24);border-radius:20px;background:linear-gradient(135deg,rgba(138,92,255,.12),rgba(25,201,255,.07));padding:14px}.checkout-note .css-icon{width:34px;height:34px;border-radius:12px;flex:0 0 auto}.checkout-note p{margin:0;color:var(--muted);line-height:1.55;font-size:14px}.checkout-note strong{color:#fff}.login-small-note{margin:-5px 0 0;color:var(--soft);font-size:13px;line-height:1.55}.remember-row{margin-top:-2px}.cookie-banner-v2{max-width:980px;margin:0 auto;left:22px;right:22px}.css-icon.chart::before{left:10px;bottom:10px;width:5px;height:13px;background:#fff;border-radius:5px;box-shadow:9px -7px 0 #fff,18px -2px 0 #fff}.css-icon.chart::after{left:9px;right:9px;bottom:8px;height:2px;background:rgba(255,255,255,.82);border-radius:999px}.captcha-card[hidden],.account-only[hidden],.signup-only[hidden],.subscribe-only[hidden],.login-only[hidden]{display:none!important}
@media(max-width:1180px){.auth-page-v2{padding:34px;gap:34px}.auth-product-grid{grid-template-columns:1fr}.auth-stat-card{min-height:auto}.checkout-grid{grid-template-columns:1fr}}
@media(max-width:720px){.auth-page-v2{padding:20px}.auth-card-v2{padding:22px;border-radius:28px}.auth-tabs-v2{grid-template-columns:1fr}.auth-product-grid{gap:12px}.auth-mini-dashboard{display:none}.auth-stat-card{padding:18px}.cookie-banner-v2{left:12px;right:12px}.auth-copy-v2 h1{font-size:42px}}


/* SIMCOAI login reliability patch: hidden cookie banner must actually disappear, even with flex styling. */
.cookie-banner[hidden],
.cookie-banner-v2[hidden],
#cookieBanner[hidden]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
body.cookies-accepted #cookieBanner{display:none!important}
.auth-submit.is-loading span::after{content:"";display:inline-block;width:12px;height:12px;margin-left:8px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:999px;animation:simcoSpin .8s linear infinite;vertical-align:-2px}
@keyframes simcoSpin{to{transform:rotate(360deg)}}
.auth-brand img,.brand img{object-fit:cover;background:#05050b}
.form-message:not(:empty){padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.045)}
.form-message[data-type="error"]{border-color:rgba(255,107,138,.35);background:rgba(255,107,138,.075)}
.form-message[data-type="success"]{border-color:rgba(73,226,168,.32);background:rgba(73,226,168,.075)}

/* SIMCOAI operations workflow patch */
.button.is-busy{position:relative;opacity:.82;pointer-events:none;transform:none!important}.button-throbber,.sync-spinner{display:inline-block;width:15px;height:15px;border:2px solid rgba(255,255,255,.32);border-top-color:#fff;border-radius:999px;animation:simcoSpin .75s linear infinite;vertical-align:-2px}.button.is-busy .button-throbber{flex:0 0 auto}.module-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px}.module-toolbar h2{margin:0 0 4px}.module-toolbar p{margin:0;color:var(--muted);max-width:780px}.csv-panel{border-color:rgba(101,228,255,.18);background:linear-gradient(135deg,rgba(101,228,255,.07),rgba(155,92,255,.05))}.workflow-inbox{display:grid;gap:14px;margin-bottom:18px}.workflow-card{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035));padding:18px 20px;box-shadow:0 18px 50px rgba(0,0,0,.18)}.workflow-card.refunds{border-color:rgba(255,209,102,.35);box-shadow:0 18px 50px rgba(255,209,102,.07)}.workflow-card.bookings{border-color:rgba(88,242,169,.28);box-shadow:0 18px 50px rgba(88,242,169,.06)}.workflow-card.escalations{border-color:rgba(255,107,138,.38);box-shadow:0 18px 50px rgba(255,107,138,.08)}.workflow-card h3{margin:5px 0 6px;letter-spacing:-.025em}.workflow-card p{margin:0;color:var(--muted);line-height:1.55}.workflow-card small{display:block;color:var(--soft);margin-top:6px}.workflow-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.table-actions{display:flex;gap:8px;flex-wrap:wrap;min-width:310px}.table-actions .button{padding:8px 10px;border-radius:12px;font-size:12px}.edit-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:22px}.edit-modal .modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.65);backdrop-filter:blur(12px)}.edit-card{position:relative;width:min(980px,96vw);max-height:90vh;overflow:auto}.wizard-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}button:disabled{opacity:.55;cursor:not-allowed}.table td .button.primary,.workflow-card .button.primary{box-shadow:none}@media(max-width:900px){.module-toolbar,.workflow-card{align-items:flex-start;flex-direction:column}.workflow-actions{justify-content:flex-start}.table-actions{min-width:240px}.edit-card{width:100%}}

/* SIMCOAI Twilio regulatory phone number patch */
.twilio-reg-card{border-color:rgba(101,228,255,.22);background:linear-gradient(135deg,rgba(101,228,255,.075),rgba(155,92,255,.045))}
.mini-list{display:grid;gap:10px;margin-top:12px}.mini-row{border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.045);padding:13px 14px}.mini-row strong{display:block;color:#fff}.mini-row small{display:block;color:var(--muted);margin-top:5px;line-height:1.45}.table code,.card code{display:inline-block;border:1px solid var(--line);background:rgba(0,0,0,.22);border-radius:12px;padding:7px 9px;color:#dff9ff;word-break:break-all}.status-pill{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.status-pill.green{background:rgba(88,242,169,.12);border:1px solid rgba(88,242,169,.32);color:#caffdf}.status-pill.amber{background:rgba(255,209,102,.12);border:1px solid rgba(255,209,102,.32);color:#ffe9ad}.status-pill.red{background:rgba(255,107,138,.12);border:1px solid rgba(255,107,138,.32);color:#ffc2cf}.field input[type="tel"],.field input[type="search"],.field input[type="url"]{letter-spacing:.01em}.table td small{display:block;color:var(--soft);margin-top:4px}.table td strong{color:#fff}.toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.toggle-card{display:flex;gap:12px;align-items:flex-start;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.045);padding:14px}.toggle-card input{margin-top:5px;accent-color:var(--purple)}.toggle-card strong{display:block;color:#fff}.toggle-card small{display:block;color:var(--muted);line-height:1.45;margin-top:4px}@media(max-width:800px){.toggle-grid{grid-template-columns:1fr}}


/* SIMCOAI secure Twilio compliance notice */
.notice-card.compact{border:1px solid rgba(138,92,255,.24);border-radius:18px;padding:13px 15px;background:linear-gradient(135deg,rgba(138,92,255,.10),rgba(25,201,255,.06));color:var(--muted);line-height:1.5}
.notice-card.compact strong{color:#fff}


/* SIMCOAI dashboard rebuild: cleaner UI, lower clutter, statistics page */
:root{--sidebar:260px;--topbar:68px;--radius:20px;--radius2:14px}
body{background:linear-gradient(135deg,#060713,#0b0b1b 48%,#120d24)!important}
body::before{opacity:.35;background-size:56px 56px}
.sidebar{padding:18px 12px;background:rgba(7,8,18,.92)}
.brand{padding:8px 10px;margin-bottom:12px}.brand img{width:36px;height:36px}.brand span{font-size:14px}.brand small{font-size:9px}
.sidebar-status{padding:11px 12px;margin-bottom:14px;border-radius:15px}.nav-group{margin:10px 0}.nav-title{font-size:10px;margin:10px 10px 6px}.nav-link{padding:9px 10px;border-radius:13px;font-size:13px}.nav-link small{display:inline;margin-left:6px;font-size:9px;color:#8e85a5}.nav-link.locked small{display:none}.nav-link.locked::after{content:'Locked';margin-left:auto;font-size:9px;color:#9f93b8;border:1px solid var(--line);border-radius:999px;padding:3px 7px}
.topbar{height:var(--topbar);padding:12px 22px}.command-trigger{padding:11px 13px;border-radius:15px}.badge{padding:7px 10px;font-size:11px}.content{padding:24px;max-width:1360px}.page-head{margin-bottom:18px;align-items:center}.page-head h1{font-size:clamp(30px,3vw,46px);letter-spacing:-.055em;margin:7px 0 8px}.page-head p{font-size:14px;line-height:1.55;max-width:720px}.eyebrow{font-size:10px;letter-spacing:.16em;color:#9bdfff}
.card{border-radius:20px;padding:18px;background:rgba(255,255,255,.055);box-shadow:0 14px 40px rgba(0,0,0,.18)}.card::before{display:none}.card h2,.card h3{font-size:18px}.card p{font-size:14px;line-height:1.55}.glow-card{box-shadow:0 16px 48px rgba(109,40,217,.12)}
.grid{gap:14px}.grid.four{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.grid.three{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid.two{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.grid.aside{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr)}
.hero-dashboard{grid-template-columns:1fr;gap:14px}.hero-panel,.orbit-visual{min-height:auto}.orbit-visual{display:none}.hero-panel h1{font-size:clamp(34px,4vw,54px)}
.button,.icon-button,.profile-chip{border-radius:13px;padding:9px 13px;font-size:13px}.button.primary{box-shadow:none}.button:hover{transform:none}.button-row{gap:8px}.table th,.table td{padding:11px 12px}.table-actions{min-width:0}.table-actions .button{padding:7px 9px}.form-grid{gap:12px}.field input,.field textarea,.field select,input,textarea,select{border-radius:13px;padding:11px 12px;background:#11111f}.toggle-card{border-radius:14px;padding:12px}.module-toolbar{align-items:flex-start}.workflow-card{border-radius:18px;padding:14px 16px}.workflow-actions .button{padding:8px 10px}
.automation-status.compact-stats{display:grid;gap:7px}.automation-status.compact-stats p{margin:0}.automation-status.compact-stats strong{font-size:20px;color:#fff}.automation-status.compact-stats small{color:var(--muted)}
.stats-hero{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:14px}.stats-hero .card{min-height:118px}.stats-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;margin:14px 0}.stats-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.chart-card,.clean-card{border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.055);padding:18px}.chart-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.chart-head h3{margin:0}.chart-head small{color:var(--muted)}.bar-chart{height:260px;display:flex;align-items:end;gap:12px;padding:8px 4px 0}.bar-item{flex:1;min-width:30px;display:grid;grid-template-rows:1fr auto auto;gap:7px;text-align:center}.bar-track{height:190px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.045);display:flex;align-items:end;justify-content:center;overflow:hidden}.bar-track span{width:100%;border-radius:999px 999px 0 0;background:linear-gradient(180deg,#9b5cff,#65e4ff);display:block}.bar-item small{color:var(--muted);font-size:11px}.bar-item strong{font-size:12px}.donut-row{display:grid;grid-template-columns:190px 1fr;align-items:center;gap:20px}.donut{width:170px;aspect-ratio:1;border-radius:50%;position:relative;box-shadow:inset 0 0 0 1px var(--line)}.donut::after{content:'';position:absolute;inset:38px;border-radius:50%;background:#11111f;border:1px solid var(--line)}.legend-list{display:grid;gap:9px}.legend-list span{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:13px}.legend-list i{width:10px;height:10px;border-radius:999px}.legend-list strong{margin-left:auto;color:#fff}.stats-table table{width:100%;border-collapse:collapse}.stats-table th,.stats-table td{padding:9px 0;border-bottom:1px solid var(--line);font-size:13px;text-align:left}.bar-cell{display:inline-flex;width:70px;height:7px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden;margin-right:7px}.bar-cell i{display:block;background:linear-gradient(90deg,#9b5cff,#65e4ff);border-radius:999px}.empty-mini{color:var(--muted);font-size:13px;padding:12px;border:1px dashed var(--line);border-radius:14px}.health-list{display:grid;gap:10px;margin:12px 0 16px}.health-list p{display:flex;justify-content:space-between;gap:12px;margin:0;padding:12px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.04)}.health-list strong{font-size:20px}.health-list span{color:var(--muted);text-align:right}
.notice-card.compact{font-size:13px}.twilio-reg-card{background:rgba(255,255,255,.055)}
@media(max-width:1100px){:root{--sidebar:232px}.stats-hero,.stats-grid,.stats-grid.three,.grid.aside{grid-template-columns:1fr}.donut-row{grid-template-columns:1fr}.donut{width:140px}.content{padding:18px}.page-head{display:block}.page-actions{margin-top:12px}}
@media(max-width:820px){.dashboard-shell{grid-template-columns:1fr}.sidebar{position:fixed;transform:translateX(-105%);transition:.2s ease}.sidebar.open{transform:none}.stats-hero{grid-template-columns:1fr}.topbar-actions .badge-usage{display:none}.command-trigger kbd{display:none}.form-grid{grid-template-columns:1fr}}

/* SIMCOAI control-centre hardening patch: cleaner spacing, section nav and CSS icons */
:root{
  --page-max: 1480px;
  --section-gap: 28px;
  --card-pad-lg: 28px;
}
.main{background:radial-gradient(circle at top right, rgba(113,85,255,.18), transparent 32%), #070812;}
.content{max-width:var(--page-max); margin:0 auto; padding:34px 38px 70px;}
.sidebar{width:292px; padding:24px 18px;}
.brand{padding:12px 14px; gap:12px;}
.nav-group{margin:0;}
.nav-link.nav-section{min-height:64px; margin:8px 0; border-radius:18px; display:flex; align-items:center; gap:14px; padding:13px 14px;}
.nav-link.nav-section span:last-child{display:flex; flex-direction:column; gap:3px;}
.nav-link.nav-section strong{font-size:14px; letter-spacing:.02em;}
.nav-link.nav-section small{font-size:11px; opacity:.72;}
.section-tabs{position:sticky; top:0; z-index:20; display:flex; gap:10px; overflow:auto; padding:12px 0 22px; margin:-4px 0 8px; backdrop-filter:blur(16px);}
.section-tab{display:inline-flex; align-items:center; gap:9px; white-space:nowrap; color:var(--muted); text-decoration:none; padding:10px 14px; border:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.045); border-radius:999px; font-weight:800; transition:transform .15s ease, background .15s ease, border-color .15s ease;}
.section-tab:hover{transform:translateY(-1px); border-color:rgba(96,165,250,.42); background:rgba(96,165,250,.12); color:#fff;}
.section-tab.active{background:linear-gradient(135deg, rgba(124,92,255,.95), rgba(34,211,238,.88)); color:white; border-color:transparent; box-shadow:0 14px 34px rgba(59,130,246,.25);}
.section-tab.locked{opacity:.55;}
.page-head{margin:10px 0 30px; padding-bottom:22px; border-bottom:1px solid rgba(255,255,255,.08);}
.page-head h1{font-size:clamp(34px,4vw,58px); letter-spacing:-.06em; line-height:.96; margin-bottom:14px;}
.page-head p{max-width:760px; font-size:16px; line-height:1.75;}
.grid{gap:24px;}
.grid.aside{grid-template-columns:minmax(0,1.5fr) minmax(340px,.72fr); gap:28px; align-items:start;}
.grid.two{grid-template-columns:repeat(2,minmax(0,1fr));}
.grid.three{grid-template-columns:repeat(3,minmax(0,1fr));}
.loose-grid{gap:28px;}
.card{padding:24px; border-radius:26px;}
.spacious-card{padding:30px;}
.clean-card{background:rgba(255,255,255,.045);}
.form-grid{gap:18px;}
.field{gap:8px;}
.field input,.field select,.field textarea{min-height:50px; border-radius:16px; padding:13px 15px;}
.button-row{gap:12px; flex-wrap:wrap;}
.button{min-height:44px; border-radius:999px; padding:11px 17px;}
.table-wrap{border-radius:22px; overflow:auto;}
.table th,.table td{padding:15px 16px; vertical-align:middle;}
.table-actions{gap:8px; display:flex; flex-wrap:wrap;}
.stats-hero{gap:20px;}
.metric{padding:24px; border-radius:24px;}
.limit-grid{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; margin-top:18px;}
.limit-card{border:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.045); border-radius:22px; padding:20px; min-height:168px; display:flex; flex-direction:column; gap:10px;}
.limit-card h3{margin:0; font-size:18px;}
.limit-card p{margin:0; color:var(--muted); line-height:1.55;}
.usage-line{height:9px; border-radius:999px; background:rgba(255,255,255,.09); overflow:hidden; display:block; margin-top:auto;}
.usage-line i{display:block; height:100%; border-radius:inherit; background:linear-gradient(90deg,#8b5cf6,#22d3ee);}
.usage-line.unlimited i{background:linear-gradient(90deg,#34d399,#22d3ee);}
.feature-cloud{display:flex; flex-wrap:wrap; gap:10px; margin-top:16px;}
.feature-cloud span{padding:9px 12px; border-radius:999px; border:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.05); color:#e8e4ff; font-size:13px; font-weight:800; text-transform:capitalize;}
.api-key-output{margin-top:18px; white-space:pre-wrap; overflow:auto; border:1px solid rgba(34,211,238,.22); background:rgba(4,10,25,.62); border-radius:18px; padding:16px; min-height:72px; color:#dbeafe;}
.css-icon{width:18px;height:18px;display:inline-block;position:relative;flex:0 0 auto;}
.css-icon::before,.css-icon::after{content:"";position:absolute;box-sizing:border-box;}
.css-icon.overview::before{inset:2px;border:2px solid currentColor;border-radius:5px;box-shadow:8px 0 0 -4px currentColor,0 8px 0 -4px currentColor;}
.css-icon.analytics::before,.css-icon.limits::before{left:2px;bottom:2px;width:3px;height:8px;background:currentColor;border-radius:3px;box-shadow:6px -5px 0 currentColor,12px -2px 0 currentColor;}
.css-icon.test::before,.css-icon.pulse::before{left:1px;right:1px;top:8px;height:2px;background:currentColor;box-shadow:5px -5px 0 -1px currentColor,9px 5px 0 -1px currentColor;}
.css-icon.orders::before{inset:2px;border:2px solid currentColor;border-radius:4px}.css-icon.orders::after{left:5px;right:5px;top:7px;height:2px;background:currentColor;box-shadow:0 5px 0 currentColor;}
.css-icon.refunds::before{inset:3px;border:2px solid currentColor;border-radius:50%;}.css-icon.refunds::after{left:6px;top:5px;width:7px;height:8px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-40deg);}
.css-icon.bookings::before{inset:3px;border:2px solid currentColor;border-radius:4px}.css-icon.bookings::after{left:5px;right:5px;top:7px;height:2px;background:currentColor;}
.css-icon.escalations::before{left:8px;top:2px;width:2px;height:12px;background:currentColor;border-radius:2px}.css-icon.escalations::after{left:7px;bottom:1px;width:4px;height:4px;background:currentColor;border-radius:50%;}
.css-icon.knowledge::before{inset:2px;border:2px solid currentColor;border-radius:4px 7px 7px 4px}.css-icon.knowledge::after{left:6px;right:4px;top:7px;height:2px;background:currentColor;box-shadow:0 4px 0 currentColor;}
.css-icon.search::before{left:2px;top:2px;width:10px;height:10px;border:2px solid currentColor;border-radius:50%;}.css-icon.search::after{width:8px;height:2px;background:currentColor;right:1px;bottom:3px;transform:rotate(45deg);border-radius:2px;}
.css-icon.phone::before{left:4px;top:1px;width:10px;height:16px;border:2px solid currentColor;border-radius:6px}.css-icon.phone::after{left:8px;bottom:4px;width:2px;height:2px;background:currentColor;border-radius:50%;}
.css-icon.calls::before{left:3px;top:3px;width:12px;height:12px;border:2px solid currentColor;border-radius:50%;}.css-icon.calls::after{left:8px;top:0;width:2px;height:18px;background:currentColor;transform:rotate(-35deg);border-radius:2px;}
.css-icon.logs::before{inset:2px;border:2px solid currentColor;border-radius:4px}.css-icon.logs::after{left:6px;top:6px;width:8px;height:2px;background:currentColor;box-shadow:0 4px 0 currentColor,0 8px 0 currentColor;}
.css-icon.chat::before{left:2px;top:3px;width:14px;height:10px;border:2px solid currentColor;border-radius:6px}.css-icon.chat::after{left:6px;bottom:1px;width:6px;height:6px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-35deg);}
.css-icon.setup::before,.css-icon.security::before{inset:2px;border:2px solid currentColor;border-radius:50%;}.css-icon.setup::after,.css-icon.security::after{left:8px;top:0;width:2px;height:18px;background:currentColor;border-radius:2px;transform:rotate(45deg);}
.css-icon.testing::before{left:4px;top:1px;width:10px;height:15px;border:2px solid currentColor;border-radius:3px}.css-icon.testing::after{left:6px;bottom:2px;width:6px;height:2px;background:currentColor;}
.css-icon.memory::before{inset:3px;border:2px solid currentColor;border-radius:5px}.css-icon.memory::after{left:7px;top:7px;width:4px;height:4px;background:currentColor;border-radius:50%;box-shadow:5px 0 0 currentColor,0 5px 0 currentColor;}
.css-icon.automations::before{inset:2px;border:2px solid currentColor;border-radius:50%;}.css-icon.automations::after{left:8px;top:2px;width:2px;height:14px;background:currentColor;border-radius:2px;box-shadow:0 0 0 3px rgba(255,255,255,.08);}
.css-icon.policies::before{inset:2px;border:2px solid currentColor;border-radius:5px}.css-icon.policies::after{left:6px;top:6px;width:7px;height:4px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);}
.css-icon.company::before{left:3px;bottom:2px;width:12px;height:12px;border:2px solid currentColor;border-radius:3px}.css-icon.company::after{left:6px;top:1px;width:6px;height:5px;border:2px solid currentColor;border-bottom:0;border-radius:3px 3px 0 0;}
.css-icon.billing::before{inset:3px;border:2px solid currentColor;border-radius:4px}.css-icon.billing::after{left:5px;right:5px;top:8px;height:2px;background:currentColor;}
.css-icon.api::before{left:2px;top:7px;width:14px;height:4px;border:2px solid currentColor;border-radius:5px}.css-icon.api::after{left:4px;top:4px;width:4px;height:4px;border:2px solid currentColor;border-radius:50%;box-shadow:8px 6px 0 -1px currentColor;}
.css-icon.team::before{left:2px;top:4px;width:6px;height:6px;border:2px solid currentColor;border-radius:50%;box-shadow:8px 0 0 -1px currentColor}.css-icon.team::after{left:1px;bottom:2px;width:16px;height:7px;border:2px solid currentColor;border-radius:10px 10px 3px 3px;}
.css-icon.addons::before{left:7px;top:2px;width:4px;height:14px;background:currentColor;border-radius:3px}.css-icon.addons::after{left:2px;top:7px;width:14px;height:4px;background:currentColor;border-radius:3px;}
.css-icon.support::before{inset:2px;border:2px solid currentColor;border-radius:50%}.css-icon.support::after{left:8px;top:5px;width:2px;height:6px;background:currentColor;border-radius:2px;box-shadow:0 8px 0 currentColor;}
@media (max-width: 1100px){.grid.aside,.grid.two,.grid.three,.limit-grid{grid-template-columns:1fr}.content{padding:24px 18px 60px}.section-tabs{position:relative}.sidebar{width:min(88vw,320px)}}

/* SIMCOAI usage-limits spacing upgrade */
:root{
  --section-gap: 28px;
  --card-pad: 28px;
  --control-pad-y: 13px;
  --control-pad-x: 18px;
}

#view,
.dashboard-main,
.main-content{
  gap: var(--section-gap);
}

.page-head{
  margin-bottom: 28px !important;
  padding: 30px 34px !important;
  gap: 24px !important;
}

.page-head h1{
  margin-bottom: 10px !important;
  line-height: 1.08 !important;
}

.page-head p{
  max-width: 860px !important;
  line-height: 1.65 !important;
}

.page-actions,
.button-row,
.module-toolbar,
.toolbar,
.form-actions{
  gap: 14px !important;
  flex-wrap: wrap !important;
}

.button,
button,
input[type="button"],
input[type="submit"]{
  min-height: 44px !important;
  padding: var(--control-pad-y) var(--control-pad-x) !important;
  border-radius: 14px !important;
  line-height: 1.15 !important;
}

.button.small,
.table .button,
table .button{
  min-height: 36px !important;
  padding: 9px 13px !important;
  border-radius: 12px !important;
}

.card{
  padding: var(--card-pad) !important;
  margin-bottom: 22px !important;
}

.grid,
.stats-hero,
.limit-grid,
.form-grid{
  gap: 22px !important;
}

.field{
  gap: 9px !important;
  margin-bottom: 14px !important;
}

.field input,
.field select,
.field textarea,
input,
select,
textarea{
  min-height: 46px !important;
  padding: 13px 15px !important;
  border-radius: 14px !important;
}

.field textarea,
textarea{
  min-height: 128px !important;
  line-height: 1.55 !important;
}

.table-wrap{
  margin-top: 18px !important;
  border-radius: 18px !important;
}

.table th,
.table td,
table th,
table td{
  padding: 15px 16px !important;
  vertical-align: middle !important;
}

.sidebar,
.dashboard-sidebar{
  padding: 20px 16px !important;
}

.side-link,
.nav-item,
.sidebar a{
  min-height: 42px !important;
  padding: 11px 13px !important;
  margin-bottom: 5px !important;
  border-radius: 13px !important;
}

.section-tabs,
.top-tabs,
.subnav{
  gap: 10px !important;
  margin-bottom: 24px !important;
  padding: 10px !important;
}

.section-tabs a,
.top-tabs a,
.subnav a{
  padding: 11px 15px !important;
  border-radius: 12px !important;
}

.usage-period-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-bottom:26px !important;
  background:linear-gradient(135deg, rgba(139,92,246,.18), rgba(15,23,42,.92));
  border:1px solid rgba(167,139,250,.24);
}

.usage-period-card h2{
  margin:8px 0 8px;
  font-size:clamp(1.25rem, 2vw, 2rem);
}

.usage-period-card p{
  max-width:900px;
  line-height:1.7;
}

.spaced-stats{
  margin-bottom:28px !important;
}

.usage-limits-panel{
  margin-top:26px !important;
}

.spacious-limit-grid{
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr)) !important;
}

.relaxed-limit-card{
  display:flex;
  flex-direction:column;
  gap:13px;
  padding:22px !important;
  border-radius:18px !important;
}

.limit-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.limit-card-head h3{
  margin:0;
}

.limit-card-head span{
  font-size:.75rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:var(--muted, #a7b0c4);
}

.relaxed-limit-card p,
.relaxed-limit-card small{
  line-height:1.55;
}

.usage-line{
  height:11px !important;
  border-radius:999px !important;
  overflow:hidden;
  background:rgba(255,255,255,.1);
}

.usage-line i{
  height:100% !important;
  border-radius:999px !important;
}

.spaced-section{
  margin-top:28px !important;
}

.relaxed-feature-cloud,
.feature-cloud{
  gap:11px !important;
}

.relaxed-feature-cloud span,
.feature-cloud span{
  padding:9px 12px !important;
  border-radius:999px !important;
}

.relaxed-health-list p,
.health-list p{
  padding:14px 0 !important;
  gap:12px !important;
}

@media (max-width: 860px){
  .usage-period-card,
  .page-head,
  .module-toolbar{
    align-items:flex-start !important;
    flex-direction:column !important;
  }
  .button,
  button{
    width:100%;
    justify-content:center;
  }
  .table-wrap{
    overflow-x:auto;
  }
}

/* SIMCOAI Twilio number security/usage spacing */
.number-limit-notice{margin-top:14px;margin-bottom:14px;line-height:1.55;}
.number-limit-notice.danger{border-color:rgba(255,90,120,.36);background:rgba(255,55,92,.08);}
.relaxed-actions{gap:12px;align-items:center;flex-wrap:wrap;}
.warning-text{display:block;margin-top:6px;color:#f5b76b;line-height:1.45;}
button[disabled],.button[disabled]{opacity:.55;cursor:not-allowed;filter:saturate(.65);}
.table td .button{margin:4px 0;}
#app .spacious-card .notice-card{margin-bottom:18px;}

/* SIMCOAI stability spacing patch */
:root{
  --simco-space-1: 8px;
  --simco-space-2: 12px;
  --simco-space-3: 16px;
  --simco-space-4: 22px;
  --simco-space-5: 30px;
  --simco-card-pad: clamp(20px, 2.2vw, 34px);
}
.main,
.dashboard-main,
#view,
.app-view{
  padding: clamp(22px, 2.5vw, 42px) !important;
}
.page,
.page-shell,
.section-shell{
  display: grid;
  gap: var(--simco-space-5) !important;
}
.card,
.panel,
.stat-card,
.notice-card,
.clean-card,
.glow-card,
.relaxed-card,
.spacious-card{
  padding: var(--simco-card-pad) !important;
  border-radius: 24px !important;
}
.grid,
.grid.two,
.grid.three,
.grid.aside,
.loose-grid{
  gap: var(--simco-space-5) !important;
}
.module-toolbar,
.page-head,
.card-head,
.modal-head{
  gap: var(--simco-space-4) !important;
  margin-bottom: var(--simco-space-4) !important;
  align-items: flex-start !important;
}
.module-toolbar.relaxed-toolbar{
  padding-bottom: var(--simco-space-3) !important;
}
.button-row,
.relaxed-actions,
.form-actions,
.toolbar-actions{
  display:flex !important;
  flex-wrap:wrap !important;
  gap: 12px !important;
  margin-top: 18px !important;
}
.button,
button,
input[type="submit"],
.button.primary,
.button.danger{
  min-height: 44px !important;
  padding: 12px 18px !important;
  border-radius: 14px !important;
  line-height: 1.2 !important;
}
.icon-button{
  min-width:44px !important;
  min-height:44px !important;
  padding:10px !important;
}
.form-grid{
  gap: 18px !important;
}
.field,
.form-field{
  display:grid !important;
  gap: 8px !important;
}
input,
select,
textarea{
  min-height: 44px !important;
  padding: 12px 14px !important;
  border-radius: 14px !important;
}
textarea{ min-height: 112px !important; }
.table-wrap{
  margin-top: 16px !important;
  border-radius: 20px !important;
  overflow:auto !important;
}
.table th,
.table td{
  padding: 16px 18px !important;
  vertical-align: top !important;
}
.table td .button,
.table td button{
  margin: 3px 4px 3px 0 !important;
}
.status-pill,
.badge{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  margin: 2px 4px 2px 0 !important;
}
.mini-list.spacious-list,
.mini-list{
  display:grid !important;
  gap: 12px !important;
  margin-top: 14px !important;
}
.mini-row{
  padding: 14px 16px !important;
  border-radius: 16px !important;
}
.notice-card.compact{
  padding: 14px 16px !important;
  margin: 12px 0 !important;
}
.sidebar nav,
#nav{
  display:grid !important;
  gap: 8px !important;
  padding: 10px !important;
}
.nav-group,
.nav-section{
  margin-bottom: 18px !important;
}
.nav-link,
.nav-item,
#nav a,
#nav button{
  min-height: 42px !important;
  padding: 11px 13px !important;
  border-radius: 14px !important;
}
.top-tabs,
.subnav,
.section-tabs{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  padding: 10px !important;
  margin-bottom: 22px !important;
}
.top-tabs a,
.subnav a,
.section-tabs a{
  padding: 10px 14px !important;
  border-radius: 999px !important;
}
.number-limit-notice{
  line-height:1.55 !important;
}
.roomy-table .button[disabled],
.button[aria-disabled="true"],
button[disabled]{
  opacity:.55 !important;
  cursor:not-allowed !important;
}
.button.is-loading,
button.is-loading{
  position:relative !important;
  pointer-events:none !important;
  opacity:.78 !important;
}
.button.is-loading::after,
button.is-loading::after{
  content:"";
  width:16px;
  height:16px;
  border:2px solid currentColor;
  border-right-color:transparent;
  border-radius:50%;
  display:inline-block;
  margin-left:10px;
  vertical-align:-3px;
  animation: simco-spin .7s linear infinite;
}
@keyframes simco-spin{to{transform:rotate(360deg)}}
@media (max-width: 900px){
  .main,#view,.app-view{padding:18px !important;}
  .grid,.grid.two,.grid.three,.grid.aside{grid-template-columns:1fr !important;}
  .card{padding:20px !important;}
}
.button.is-busy,
button.is-busy{
  position:relative !important;
  pointer-events:none !important;
  opacity:.78 !important;
}
.button.is-busy::after,
button.is-busy::after{
  content:"";
  width:16px;
  height:16px;
  border:2px solid currentColor;
  border-right-color:transparent;
  border-radius:50%;
  display:inline-block;
  margin-left:10px;
  vertical-align:-3px;
  animation: simco-spin .7s linear infinite;
}
.code-output{
  display:block;
  max-height:420px;
  overflow:auto;
  white-space:pre-wrap;
  word-break:break-word;
  border:1px solid rgba(34,211,238,.22);
  background:rgba(4,10,25,.72);
  color:#dbeafe;
  border-radius:18px;
  padding:16px;
  line-height:1.55;
  font-size:13px;
}

/* SIMCOAI dashboard polish/performance patch */
.section-tabs{
  align-items:center !important;
  flex-wrap:nowrap !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  max-width:100% !important;
  min-height:58px !important;
  padding:8px 0 14px !important;
  margin:0 0 18px !important;
  scrollbar-width:thin;
  backdrop-filter:none !important;
}
.section-tabs .section-tab,
.section-tabs a.section-tab{
  flex:0 0 auto !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  height:42px !important;
  min-height:42px !important;
  max-height:42px !important;
  aspect-ratio:auto !important;
  padding:0 15px !important;
  margin:0 !important;
  border-radius:999px !important;
  line-height:1 !important;
  white-space:nowrap !important;
  transform:none !important;
}
.section-tabs .section-tab.active{
  box-shadow:0 10px 24px rgba(34,211,238,.16) !important;
}
.section-tabs .section-tab .css-icon{
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  min-height:18px !important;
}
.page-head{
  background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.02)) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:26px !important;
  box-shadow:0 18px 50px rgba(0,0,0,.16) !important;
}
.page-head h1{
  font-size:clamp(32px,3.2vw,52px) !important;
}
.card,
.chart-card,
.clean-card,
.workflow-card{
  content-visibility:auto;
  contain-intrinsic-size:260px;
}
.card{
  border-color:rgba(255,255,255,.095) !important;
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.032)) !important;
  box-shadow:0 14px 36px rgba(0,0,0,.18) !important;
}
.topbar,
.sidebar{
  backdrop-filter:none !important;
}
body::before{
  opacity:.22 !important;
}

/* SIMCOAI custom checkout */
.checkout-body{
  min-height:100vh;
  background:
    radial-gradient(circle at 82% 12%, rgba(59,130,246,.18), transparent 34%),
    radial-gradient(circle at 18% 0%, rgba(124,58,237,.20), transparent 30%),
    #09090b !important;
  color:#f8fafc;
}
.checkout-shell{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  padding:28px 0 44px;
}
.checkout-topbar{
  min-height:68px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.checkout-brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#fff;
  text-decoration:none;
  font-weight:800;
}
.checkout-brand img{
  width:38px;
  height:38px;
  border-radius:12px;
}
.checkout-brand small{
  display:block;
  margin-top:2px;
  color:#a5b4fc;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.checkout-nav,
.checkout-topbar nav{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.checkout-loading,
.checkout-result,
.checkout-hero,
.checkout-panel,
.checkout-summary{
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.072), rgba(255,255,255,.035));
  box-shadow:0 18px 48px rgba(0,0,0,.24);
}
.checkout-loading{
  min-height:56vh;
  display:grid;
  place-items:center;
  text-align:center;
  border-radius:24px;
  margin-top:28px;
  padding:32px;
}
.checkout-hero{
  margin:34px 0 22px;
  border-radius:24px;
  padding:32px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:24px;
  align-items:end;
}
.checkout-hero h1,
.checkout-result h1{
  margin:8px 0 10px;
  font-size:clamp(34px,4.2vw,58px);
  line-height:1.04;
  letter-spacing:0;
}
.checkout-hero p,
.checkout-result p,
.checkout-summary p{
  color:#cbd5e1;
  line-height:1.7;
  margin:0;
}
.checkout-trust{
  display:grid;
  gap:8px;
  padding:18px;
  border-radius:18px;
  background:rgba(9,9,11,.48);
  border:1px solid rgba(59,130,246,.22);
}
.checkout-trust span{
  color:#c4b5fd;
  line-height:1.55;
}
.checkout-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:22px;
  align-items:start;
}
.checkout-panel,
.checkout-summary{
  border-radius:24px;
  padding:22px;
}
.checkout-switch,
.checkout-frequency{
  display:inline-flex;
  gap:8px;
  padding:6px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(6,8,18,.70);
  margin-bottom:18px;
  max-width:100%;
  overflow-x:auto;
}
.checkout-switch button,
.checkout-frequency button{
  min-height:38px;
  border:0;
  border-radius:12px;
  padding:0 14px;
  background:transparent;
  color:#c4b5fd;
  font-weight:800;
  cursor:pointer;
  white-space:nowrap;
}
.checkout-switch button.active,
.checkout-frequency button.active{
  color:#fff;
  background:linear-gradient(135deg,#7c3aed,#3b82f6);
  box-shadow:0 12px 28px rgba(59,130,246,.20);
}
.checkout-plan-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.checkout-option{
  min-height:148px;
  text-align:left;
  border-radius:18px;
  padding:18px;
  color:#fff;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(9,9,18,.62);
  cursor:pointer;
  display:grid;
  align-content:space-between;
  gap:10px;
}
.checkout-option.active{
  border-color:rgba(59,130,246,.72);
  background:linear-gradient(145deg,rgba(124,58,237,.28),rgba(59,130,246,.16));
  box-shadow:0 14px 34px rgba(59,130,246,.18);
}
.checkout-option span{
  color:#93c5fd;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.checkout-option strong{
  font-size:22px;
  line-height:1.15;
}
.checkout-option small{
  color:#cbd5e1;
  font-weight:700;
}
.checkout-summary{
  position:sticky;
  top:18px;
  display:grid;
  gap:16px;
}
.checkout-summary h2{
  margin:0;
  font-size:30px;
}
.checkout-price{
  display:block;
  font-size:24px;
  color:#bfdbfe;
}
.checkout-summary ul{
  display:grid;
  gap:10px;
  padding:0;
  margin:0;
  list-style:none;
}
.checkout-summary li{
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.045);
  color:#e5e7eb;
}
.checkout-main-button{
  width:100%;
  justify-content:center;
}
.checkout-result{
  margin:34px auto 0;
  max-width:850px;
  border-radius:26px;
  padding:36px;
}
.checkout-result.success{
  border-color:rgba(34,197,94,.28);
}
.checkout-result.cancelled{
  border-color:rgba(251,191,36,.28);
}
.checkout-result-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:24px 0;
}
.checkout-result-grid div{
  padding:16px;
  border-radius:16px;
  background:rgba(9,9,18,.62);
  border:1px solid rgba(255,255,255,.08);
}
.checkout-result-grid span{
  display:block;
  color:#a5b4fc;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:8px;
}
.checkout-result-grid strong{
  color:#fff;
  word-break:break-word;
}
@media (max-width: 920px){
  .checkout-hero,
  .checkout-layout{
    grid-template-columns:1fr;
  }
  .checkout-summary{
    position:static;
  }
}
@media (max-width: 680px){
  .checkout-shell{
    width:min(100% - 20px, 1180px);
    padding-top:14px;
  }
  .checkout-topbar{
    align-items:flex-start;
    flex-direction:column;
    padding-bottom:14px;
  }
  .checkout-hero,
  .checkout-panel,
  .checkout-summary,
  .checkout-result{
    padding:20px;
    border-radius:20px;
  }
  .checkout-plan-grid,
  .checkout-result-grid{
    grid-template-columns:1fr;
  }
}

/* SIMCOAI visual polish, icon cleanup and checkout refresh - 2026-07-02 */
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
.brand span,
.auth-copy h1,
.page-head h1{
  letter-spacing:0 !important;
}

.button,
.icon-button,
.profile-chip,
.nav-link,
.section-tab,
.auth-tab,
.checkout-option{
  transition:background-color .14s ease, border-color .14s ease, color .14s ease, transform .14s ease, box-shadow .14s ease !important;
}

.nav-link .css-icon,
.section-tab .css-icon,
.command-trigger .css-icon,
.icon-button .css-icon,
.profile-popover .css-icon{
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  min-height:20px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#bdefff !important;
}

.nav-link.nav-section > .css-icon{
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  min-height:30px !important;
  display:grid !important;
  place-items:center !important;
  border:1px solid rgba(125,211,252,.22) !important;
  border-radius:10px !important;
  background:linear-gradient(145deg,rgba(56,189,248,.14),rgba(65,230,164,.08)) !important;
  color:#d9fbff !important;
}

.section-tabs{
  gap:12px !important;
  padding:10px 0 18px !important;
}

.section-tabs .section-tab,
.section-tabs a.section-tab{
  height:42px !important;
  min-height:42px !important;
  max-height:42px !important;
  min-width:auto !important;
  aspect-ratio:auto !important;
  border-radius:999px !important;
  padding:0 16px !important;
  font-size:14px !important;
  line-height:1 !important;
}

.section-tab.active{
  background:linear-gradient(135deg,#35c8ff,#41e6a4) !important;
  color:#031019 !important;
  box-shadow:0 14px 30px rgba(53,200,255,.18) !important;
}

.section-tab.active .css-icon{
  color:#031019 !important;
}

.metric .css-icon,
.auth-stat-card .css-icon,
.checkout-note .css-icon{
  width:38px !important;
  height:38px !important;
  min-width:38px !important;
  min-height:38px !important;
  border:1px solid rgba(125,211,252,.24) !important;
  border-radius:12px !important;
  background:linear-gradient(145deg,rgba(56,189,248,.18),rgba(65,230,164,.10)) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10) !important;
  color:#f8fdff !important;
}

.css-icon.pulse{
  background:transparent !important;
  box-shadow:none !important;
}

.auth-body-v2{
  background:
    linear-gradient(180deg,rgba(8,12,24,.96),rgba(5,7,15,.98)),
    #060912 !important;
}

.auth-body-v2::before,
.checkout-body::before{
  opacity:.18 !important;
}

.auth-page-v2{
  width:min(1460px,100%) !important;
  grid-template-columns:minmax(0,1fr) minmax(410px,500px) !important;
  gap:clamp(30px,5vw,70px) !important;
  padding:clamp(28px,5vw,66px) !important;
}

.auth-brand{
  padding:8px 0 !important;
}

.auth-copy-v2 h1{
  max-width:760px !important;
  font-size:clamp(44px,6vw,76px) !important;
  line-height:1.02 !important;
  margin-bottom:20px !important;
}

.auth-copy-v2 p{
  max-width:760px !important;
  color:#d6d9ee !important;
  line-height:1.7 !important;
  font-size:17px !important;
}

.auth-product-grid{
  gap:14px !important;
}

.auth-stat-card{
  min-height:150px !important;
  border-radius:20px !important;
  padding:20px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.032)) !important;
  box-shadow:0 18px 46px rgba(0,0,0,.18) !important;
}

.auth-stat-card.primary{
  background:linear-gradient(145deg,rgba(56,189,248,.16),rgba(65,230,164,.09)) !important;
  border-color:rgba(125,211,252,.30) !important;
}

.auth-stat-card strong{
  margin:14px 0 7px !important;
  font-size:17px !important;
}

.auth-mini-dashboard{
  border-radius:24px !important;
  padding:20px !important;
  background:linear-gradient(145deg,rgba(17,24,39,.88),rgba(8,10,22,.92)) !important;
}

.auth-mini-dashboard::after{
  display:none !important;
}

.auth-rows i{
  height:48px !important;
  border-radius:15px !important;
}

.auth-card-v2{
  border-radius:26px !important;
  padding:clamp(24px,3vw,34px) !important;
  background:linear-gradient(180deg,rgba(18,24,39,.96),rgba(8,10,22,.98)) !important;
  border-color:rgba(148,163,184,.18) !important;
  box-shadow:0 26px 80px rgba(0,0,0,.36) !important;
}

.auth-card-head h2{
  font-size:clamp(34px,4vw,44px) !important;
  line-height:1.06 !important;
}

.auth-tabs-v2{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:5px !important;
  padding:5px !important;
  border-radius:16px !important;
}

.auth-tab{
  min-height:48px !important;
  border-radius:12px !important;
  white-space:normal !important;
  line-height:1.15 !important;
}

.auth-tab.active,
.button.primary,
.auth-submit{
  background:linear-gradient(135deg,#35c8ff,#41e6a4) !important;
  color:#031019 !important;
  border-color:rgba(255,255,255,.16) !important;
  box-shadow:0 14px 34px rgba(53,200,255,.16) !important;
}

.auth-form .field input,
.auth-form .field select{
  min-height:52px !important;
  background:#121827 !important;
  border-color:rgba(148,163,184,.20) !important;
}

.auth-form .field input:focus,
.auth-form .field select:focus{
  border-color:rgba(53,200,255,.62) !important;
  box-shadow:0 0 0 4px rgba(53,200,255,.10) !important;
}

.checkout-body{
  min-height:100vh;
  background:
    linear-gradient(180deg,rgba(7,11,22,.96),rgba(5,7,14,.98)),
    #05070e !important;
}

.checkout-shell{
  width:min(1220px,calc(100% - 40px)) !important;
  padding:22px 0 56px !important;
}

.checkout-topbar{
  position:sticky;
  top:14px;
  z-index:5;
  min-height:68px !important;
  padding:12px 14px !important;
  border:1px solid rgba(148,163,184,.16) !important;
  border-radius:20px !important;
  background:rgba(10,15,28,.82) !important;
  box-shadow:0 16px 44px rgba(0,0,0,.22) !important;
}

.checkout-brand img{
  border-radius:12px !important;
  box-shadow:0 0 24px rgba(53,200,255,.18) !important;
}

.checkout-pill{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 11px;
  border:1px solid rgba(125,211,252,.18);
  border-radius:999px;
  background:rgba(14,20,34,.72);
  color:#dff9ff;
  font-size:12px;
  font-weight:850;
}

.checkout-hero,
.checkout-panel,
.checkout-summary,
.checkout-result,
.checkout-loading{
  border-color:rgba(148,163,184,.14) !important;
  background:linear-gradient(180deg,rgba(18,24,39,.78),rgba(10,15,28,.72)) !important;
  box-shadow:0 18px 46px rgba(0,0,0,.20) !important;
}

.checkout-hero{
  grid-template-columns:minmax(0,1fr) minmax(270px,360px) !important;
  align-items:stretch !important;
  margin:26px 0 20px !important;
  padding:34px !important;
  border-radius:24px !important;
}

.checkout-hero h1,
.checkout-result h1{
  font-size:clamp(38px,5vw,64px) !important;
  line-height:1.02 !important;
}

.checkout-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:24px;
}

.checkout-points span,
.checkout-handoff-note{
  border:1px solid rgba(148,163,184,.14);
  border-radius:14px;
  background:rgba(255,255,255,.045);
  color:#d6d9ee;
  padding:11px 12px;
  line-height:1.45;
  font-size:13px;
}

.checkout-trust{
  border-color:rgba(65,230,164,.22) !important;
  background:linear-gradient(145deg,rgba(65,230,164,.10),rgba(56,189,248,.07)) !important;
}

.checkout-layout{
  grid-template-columns:minmax(0,1fr) minmax(340px,390px) !important;
}

.checkout-switch,
.checkout-frequency{
  width:100%;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-radius:16px !important;
}

.checkout-frequency{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.checkout-switch button,
.checkout-frequency button{
  min-height:42px !important;
  color:#d6d9ee !important;
}

.checkout-switch button.active,
.checkout-frequency button.active,
.checkout-option.active{
  background:linear-gradient(135deg,rgba(53,200,255,.95),rgba(65,230,164,.86)) !important;
  color:#031019 !important;
  border-color:rgba(255,255,255,.18) !important;
  box-shadow:0 14px 30px rgba(53,200,255,.16) !important;
}

.checkout-plan-grid{
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr)) !important;
}

.checkout-option{
  min-height:154px !important;
  border-radius:18px !important;
  background:rgba(8,13,25,.68) !important;
}

.checkout-option.active span,
.checkout-option.active small,
.checkout-option.active strong{
  color:#031019 !important;
}

.checkout-summary{
  top:96px !important;
  border-radius:24px !important;
}

.checkout-summary li{
  display:flex;
  align-items:center;
  gap:9px;
  background:rgba(255,255,255,.05) !important;
}

.checkout-summary li::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:#41e6a4;
  box-shadow:0 0 14px rgba(65,230,164,.45);
}

.checkout-price{
  color:#dff9ff !important;
}

.checkout-main-button{
  min-height:52px !important;
}

.checkout-footer-note{
  color:#8ea3bd;
  font-size:12px;
  line-height:1.55;
  text-align:center;
  margin:24px auto 0;
  max-width:760px;
}

@media (max-width: 1180px){
  .auth-page-v2,
  .checkout-hero,
  .checkout-layout{
    grid-template-columns:1fr !important;
  }
  .auth-form-panel-v2{
    justify-content:stretch !important;
  }
  .auth-card-v2{
    width:100% !important;
  }
  .checkout-summary{
    position:static !important;
  }
}

@media (max-width: 720px){
  .auth-page-v2{
    padding:22px !important;
  }
  .auth-copy-v2 h1{
    font-size:clamp(38px,12vw,54px) !important;
  }
  .auth-product-grid,
  .checkout-points{
    grid-template-columns:1fr !important;
  }
  .auth-tabs-v2,
  .checkout-switch,
  .checkout-frequency{
    grid-template-columns:1fr !important;
  }
  .checkout-shell{
    width:min(100% - 22px,1220px) !important;
  }
  .checkout-topbar{
    position:static !important;
  }
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.001ms !important;
  }
}

.orbital-loader{
  width:68px !important;
  height:68px !important;
  margin:0 auto 20px !important;
  border:3px solid rgba(255,255,255,.12) !important;
  border-top-color:var(--cyan) !important;
  border-right-color:var(--purple) !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,rgba(37,231,255,.10),rgba(116,66,255,.08)) !important;
  box-shadow:0 0 34px rgba(37,231,255,.14),0 0 52px rgba(116,66,255,.12) !important;
  animation:simcoSpin .78s linear infinite !important;
}
.orbital-loader span{
  display:none !important;
}
.button-throbber,
.sync-spinner,
.auth-submit.is-loading span::after{
  border-color:rgba(255,255,255,.32) !important;
  border-top-color:#fff !important;
  box-shadow:0 0 18px rgba(37,231,255,.22) !important;
}
.checkout-limit-grid{
  display:grid;
  gap:8px;
  margin:12px 0 14px;
}
.checkout-option .checkout-limit-grid{
  margin:10px 0 0;
}
.checkout-limit-grid span{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:28px;
  padding:7px 9px;
  border:1px solid rgba(37,231,255,.18);
  border-radius:10px;
  background:linear-gradient(135deg,rgba(37,231,255,.08),rgba(116,66,255,.075));
  color:#eef9ff;
  font-size:12px;
  font-weight:850;
  line-height:1.25;
}
.checkout-limit-grid span::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--cyan);
  box-shadow:0 0 16px rgba(37,231,255,.42);
  flex:0 0 auto;
}
.oauth-divider{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--soft);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.oauth-divider::before,
.oauth-divider::after{
  content:"";
  height:1px;
  flex:1;
  background:var(--line);
}
.oauth-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.oauth-button{
  min-height:48px;
  border-color:rgba(37,231,255,.16);
  background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(37,231,255,.045));
}
.oauth-button:hover{
  border-color:rgba(37,231,255,.36);
  background:linear-gradient(135deg,rgba(37,231,255,.10),rgba(116,66,255,.08));
}
.oauth-mark{
  width:24px;
  height:24px;
  border-radius:8px;
  display:grid;
  place-items:center;
  background:#fff;
  color:#111827;
  font-size:13px;
  font-weight:1000;
}
.oauth-mark.microsoft{
  background:linear-gradient(135deg,#00a4ef,#7fba00 48%,#ffb900);
  color:#fff;
}
@media(max-width:520px){
  .oauth-grid{
    grid-template-columns:1fr;
  }
}

/* SIMCOAI login legal row alignment and captcha stability - 2026-07-02 */
.auth-form .check-row{
  display:grid !important;
  grid-template-columns:20px minmax(0,1fr) !important;
  align-items:start !important;
  column-gap:12px !important;
  min-height:auto !important;
}

.auth-form .check-row input{
  width:18px !important;
  height:18px !important;
  margin:3px 0 0 !important;
  justify-self:center !important;
  flex:0 0 auto !important;
}

.auth-form .check-row span{
  display:block !important;
  min-width:0 !important;
  line-height:1.55 !important;
}

.auth-form .check-row a{
  display:inline !important;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}

.auth-form .remember-row{
  align-items:center !important;
}

.auth-form .remember-row input{
  margin-top:0 !important;
}

.captcha-card[hidden],
.account-only[hidden],
.signup-only[hidden],
.subscribe-only[hidden],
.login-only[hidden]{
  display:none !important;
}

@media (max-width: 720px){
  .auth-form .check-row{
    grid-template-columns:22px minmax(0,1fr) !important;
  }
}

/* SIMCOAI blue-purple brand neon system - 2026-07-02 */
:root{
  --simco-ink:#09090b;
  --simco-deep:#050711;
  --simco-panel:#0b1020;
  --simco-cyan:#25e7ff;
  --simco-blue:#1388ff;
  --simco-violet:#7442ff;
  --simco-purple:#a43cff;
  --simco-glow-blue:rgba(37,231,255,.34);
  --simco-glow-purple:rgba(164,60,255,.30);
  --simco-brand-gradient:linear-gradient(135deg,#25e7ff 0%,#1388ff 43%,#7442ff 72%,#a43cff 100%);
}

body,
.auth-body-v2,
.checkout-body{
  background:
    linear-gradient(180deg,rgba(5,7,17,.98) 0%,rgba(7,8,19,.98) 54%,#09090b 100%),
    var(--simco-ink) !important;
}

body::before{
  opacity:.55 !important;
  background-image:
    linear-gradient(rgba(37,231,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(116,66,255,.035) 1px,transparent 1px) !important;
  background-size:44px 44px !important;
}

.sidebar,
.topbar,
.auth-card-v2,
.auth-mini-dashboard,
.card,
.checkout-hero,
.checkout-panel,
.checkout-summary,
.checkout-result,
.checkout-loading{
  border-color:rgba(119,151,255,.16) !important;
  background:
    linear-gradient(180deg,rgba(15,21,39,.88),rgba(7,9,22,.88)) !important;
  box-shadow:
    0 24px 70px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.055) !important;
}

.sidebar{
  background:
    linear-gradient(180deg,rgba(7,10,23,.96),rgba(5,7,17,.94)) !important;
}

.brand,
.auth-brand,
.checkout-brand{
  position:relative !important;
  isolation:isolate !important;
  min-height:56px !important;
}

.brand{
  padding:10px 12px !important;
  border-radius:18px !important;
}

.brand::after,
.auth-brand::after,
.checkout-brand::after{
  content:"" !important;
  position:absolute !important;
  left:12px !important;
  top:50% !important;
  width:44px !important;
  height:44px !important;
  transform:translateY(-50%) !important;
  border-radius:16px !important;
  background:conic-gradient(from 160deg,var(--simco-cyan),var(--simco-blue),var(--simco-violet),var(--simco-cyan)) !important;
  filter:blur(16px) !important;
  opacity:.42 !important;
  z-index:-1 !important;
  pointer-events:none !important;
  animation:simcoLogoAura 6s ease-in-out infinite !important;
}

.brand img,
.auth-brand img,
.checkout-brand img,
.profile-chip img,
.consent-card img{
  object-fit:cover !important;
  background:#050816 !important;
  border:1px solid rgba(65,220,255,.36) !important;
  box-shadow:
    0 0 0 1px rgba(133,84,255,.16),
    0 0 26px rgba(37,231,255,.25),
    0 0 42px rgba(116,66,255,.20) !important;
  transform:translateZ(0) !important;
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease !important;
  animation:simcoLogoBreath 5.8s ease-in-out infinite !important;
}

.brand img{
  width:44px !important;
  height:44px !important;
  border-radius:15px !important;
}

.auth-brand img{
  width:58px !important;
  height:58px !important;
  border-radius:19px !important;
}

.profile-chip img{
  width:30px !important;
  height:30px !important;
  border-radius:10px !important;
}

.brand:hover img,
.auth-brand:hover img,
.checkout-brand:hover img,
.profile-chip:hover img{
  transform:translateY(-1px) scale(1.035) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.14),
    0 0 34px rgba(37,231,255,.34),
    0 0 58px rgba(164,60,255,.26) !important;
}

.brand span,
.auth-brand span,
.checkout-brand span{
  color:#f8fbff !important;
  font-weight:950 !important;
  text-shadow:0 0 18px rgba(37,231,255,.12) !important;
}

.brand small,
.auth-brand small,
.checkout-brand small{
  color:#9aa8d6 !important;
}

.button,
.icon-button,
.profile-chip,
.command-trigger,
.auth-tab,
.section-tab,
.checkout-option,
.checkout-main-button,
.checkout-switch button,
.checkout-frequency button{
  position:relative !important;
  isolation:isolate !important;
  overflow:hidden !important;
  border-color:rgba(111,139,255,.18) !important;
  background:
    linear-gradient(180deg,rgba(19,25,47,.88),rgba(9,11,24,.90)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 12px 30px rgba(0,0,0,.16) !important;
  transform:translateZ(0) !important;
}

.button::before,
.icon-button::before,
.profile-chip::before,
.command-trigger::before,
.auth-tab::before,
.section-tab::before,
.checkout-option::before,
.checkout-main-button::before,
.checkout-switch button::before,
.checkout-frequency button::before{
  content:"" !important;
  position:absolute !important;
  inset:-2px !important;
  border-radius:inherit !important;
  background:linear-gradient(110deg,transparent 0 32%,rgba(37,231,255,.28) 43%,rgba(164,60,255,.24) 57%,transparent 70%) !important;
  opacity:0 !important;
  transform:translateX(-135%) !important;
  pointer-events:none !important;
  z-index:0 !important;
}

.button:hover,
.icon-button:hover,
.profile-chip:hover,
.command-trigger:hover,
.auth-tab:hover,
.section-tab:hover,
.checkout-option:hover,
.checkout-main-button:hover,
.checkout-switch button:hover,
.checkout-frequency button:hover{
  border-color:rgba(37,231,255,.42) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.09),
    0 18px 42px rgba(19,136,255,.16),
    0 0 34px rgba(116,66,255,.12) !important;
  transform:translateY(-1px) !important;
}

.button:hover::before,
.icon-button:hover::before,
.profile-chip:hover::before,
.command-trigger:hover::before,
.auth-tab:hover::before,
.section-tab:hover::before,
.checkout-option:hover::before,
.checkout-main-button:hover::before,
.checkout-switch button:hover::before,
.checkout-frequency button:hover::before{
  opacity:1 !important;
  animation:simcoButtonSweep 1.05s ease forwards !important;
}

.button.primary,
.auth-tab.active,
.auth-submit,
.section-tab.active,
.checkout-main-button,
.checkout-switch button.active,
.checkout-frequency button.active,
.checkout-option.active{
  background:var(--simco-brand-gradient) !important;
  color:#f8fbff !important;
  border-color:rgba(255,255,255,.18) !important;
  text-shadow:0 1px 10px rgba(4,8,24,.38) !important;
  box-shadow:
    0 16px 38px rgba(19,136,255,.24),
    0 0 38px rgba(116,66,255,.18),
    inset 0 1px 0 rgba(255,255,255,.20) !important;
}

.button.primary:hover,
.auth-submit:hover,
.section-tab.active:hover,
.checkout-main-button:hover{
  transform:translateY(-2px) scale(1.01) !important;
}

.badge-plan,
.badge-usage,
.sidebar-status{
  border-color:rgba(37,231,255,.20) !important;
  background:linear-gradient(135deg,rgba(13,22,47,.86),rgba(29,16,58,.74)) !important;
}

.nav-link.nav-section{
  border:1px solid transparent !important;
}

.nav-link.nav-section:hover,
.nav-link.nav-section.active{
  background:
    linear-gradient(135deg,rgba(37,231,255,.12),rgba(116,66,255,.18)) !important;
  border-color:rgba(37,231,255,.22) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 14px 34px rgba(21,27,54,.22) !important;
}

.nav-link.nav-section > .css-icon{
  width:32px !important;
  height:32px !important;
  min-width:32px !important;
  min-height:32px !important;
  border-radius:12px !important;
  color:#c9f8ff !important;
  background:
    linear-gradient(145deg,rgba(37,231,255,.14),rgba(116,66,255,.18)) !important;
  border:1px solid rgba(37,231,255,.24) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 0 22px rgba(37,231,255,.10) !important;
}

.nav-link.nav-section > .css-icon::before{
  inset:8px !important;
  width:auto !important;
  height:auto !important;
  border:2px solid currentColor !important;
  border-radius:999px !important;
  background:transparent !important;
  box-shadow:0 0 14px rgba(37,231,255,.24) !important;
  transform:none !important;
}

.nav-link.nav-section > .css-icon::after{
  left:17px !important;
  top:15px !important;
  width:9px !important;
  height:2px !important;
  border:0 !important;
  border-radius:999px !important;
  background:currentColor !important;
  box-shadow:5px -5px 0 -1px currentColor,5px 5px 0 -1px currentColor !important;
  transform:none !important;
}

.nav-link.nav-section > .css-icon.overview::before{
  left:8px !important;
  top:8px !important;
  width:7px !important;
  height:7px !important;
  border:2px solid currentColor !important;
  border-radius:4px !important;
  background:transparent !important;
  box-shadow:10px 0 0 -2px currentColor,0 10px 0 -2px currentColor,10px 10px 0 -2px currentColor !important;
  transform:none !important;
}

.nav-link.nav-section > .css-icon.overview::after,
.nav-link.nav-section > .css-icon.analytics::after,
.nav-link.nav-section > .css-icon.pulse::after,
.nav-link.nav-section > .css-icon.test::after{
  display:none !important;
}

.nav-link.nav-section > .css-icon.orders::before,
.nav-link.nav-section > .css-icon.knowledge::before{
  left:9px !important;
  top:7px !important;
  width:14px !important;
  height:18px !important;
  border:2px solid currentColor !important;
  border-radius:5px !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}

.nav-link.nav-section > .css-icon.orders::after,
.nav-link.nav-section > .css-icon.knowledge::after{
  left:13px !important;
  top:13px !important;
  width:8px !important;
  height:2px !important;
  border:0 !important;
  border-radius:2px !important;
  background:currentColor !important;
  box-shadow:0 5px 0 currentColor,0 10px 0 currentColor !important;
  transform:none !important;
}

.nav-link.nav-section > .css-icon.search::before,
.nav-link.nav-section > .css-icon.phone::before{
  left:8px !important;
  top:8px !important;
  width:12px !important;
  height:12px !important;
  border:2px solid currentColor !important;
  border-radius:999px !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}

.nav-link.nav-section > .css-icon.search::after,
.nav-link.nav-section > .css-icon.phone::after{
  left:19px !important;
  top:20px !important;
  width:9px !important;
  height:2px !important;
  border:0 !important;
  border-radius:999px !important;
  background:currentColor !important;
  box-shadow:none !important;
  transform:rotate(45deg) !important;
}

.nav-link.nav-section > .css-icon.setup::before,
.nav-link.nav-section > .css-icon.security::before{
  left:7px !important;
  top:7px !important;
  width:18px !important;
  height:18px !important;
  border:2px solid currentColor !important;
  border-radius:999px !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}

.nav-link.nav-section > .css-icon.setup::after,
.nav-link.nav-section > .css-icon.security::after{
  left:15px !important;
  top:5px !important;
  width:2px !important;
  height:22px !important;
  border:0 !important;
  border-radius:999px !important;
  background:currentColor !important;
  box-shadow:none !important;
  transform:rotate(45deg) !important;
}

.nav-link.nav-section > .css-icon.analytics::before{
  left:8px !important;
  top:15px !important;
  width:3px !important;
  height:9px !important;
  border:0 !important;
  border-radius:3px !important;
  background:currentColor !important;
  box-shadow:7px -6px 0 currentColor,14px -11px 0 currentColor !important;
  transform:none !important;
}

.nav-link.nav-section > .css-icon.pulse::before,
.nav-link.nav-section > .css-icon.test::before{
  left:6px !important;
  right:6px !important;
  top:15px !important;
  width:auto !important;
  height:2px !important;
  border:0 !important;
  border-radius:999px !important;
  background:currentColor !important;
  box-shadow:6px -5px 0 -1px currentColor,12px 5px 0 -1px currentColor !important;
  transform:none !important;
}

.nav-link.nav-section > .css-icon.company::before,
.nav-link.nav-section > .css-icon.billing::before{
  left:8px !important;
  top:11px !important;
  width:16px !important;
  height:13px !important;
  border:2px solid currentColor !important;
  border-radius:5px !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}

.nav-link.nav-section > .css-icon.company::after,
.nav-link.nav-section > .css-icon.billing::after{
  left:12px !important;
  top:7px !important;
  width:8px !important;
  height:6px !important;
  border:2px solid currentColor !important;
  border-bottom:0 !important;
  border-radius:5px 5px 0 0 !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}

.section-tab .css-icon,
.command-trigger .css-icon,
.icon-button .css-icon{
  color:#bdf6ff !important;
  filter:drop-shadow(0 0 8px rgba(37,231,255,.20)) !important;
}

.section-tab.active .css-icon,
.button.primary .css-icon,
.auth-tab.active .css-icon{
  color:#ffffff !important;
}

.auth-stat-card .css-icon,
.metric .css-icon{
  color:#dffcff !important;
  background:
    linear-gradient(145deg,rgba(37,231,255,.16),rgba(116,66,255,.18)) !important;
  border-color:rgba(37,231,255,.26) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 0 26px rgba(37,231,255,.12) !important;
}

.auth-stat-card .css-icon::before,
.metric .css-icon::before{
  left:10px !important;
  top:9px !important;
  width:15px !important;
  height:15px !important;
  border:2px solid currentColor !important;
  border-radius:999px !important;
  background:transparent !important;
  box-shadow:0 0 14px rgba(37,231,255,.28) !important;
  transform:none !important;
}

.auth-stat-card .css-icon::after,
.metric .css-icon::after{
  left:21px !important;
  top:17px !important;
  width:11px !important;
  height:2px !important;
  border:0 !important;
  border-radius:999px !important;
  background:currentColor !important;
  box-shadow:5px -5px 0 -1px currentColor,5px 5px 0 -1px currentColor !important;
  transform:none !important;
}

.css-icon.chart::before{
  left:3px !important;
  bottom:3px !important;
  width:3px !important;
  height:7px !important;
  border:0 !important;
  border-radius:3px !important;
  background:currentColor !important;
  box-shadow:6px -5px 0 currentColor,12px -2px 0 currentColor !important;
}

.css-icon.chart::after{
  left:2px !important;
  right:2px !important;
  bottom:1px !important;
  height:2px !important;
  border:0 !important;
  border-radius:2px !important;
  background:currentColor !important;
  transform:none !important;
}

.auth-stat-card .css-icon.chart::before,
.metric .css-icon.chart::before{
  left:9px !important;
  bottom:10px !important;
  top:auto !important;
  width:4px !important;
  height:10px !important;
  border:0 !important;
  border-radius:4px !important;
  background:currentColor !important;
  box-shadow:7px -6px 0 currentColor,14px -2px 0 currentColor !important;
}

.auth-stat-card .css-icon.chart::after,
.metric .css-icon.chart::after{
  left:8px !important;
  right:8px !important;
  bottom:7px !important;
  top:auto !important;
  height:2px !important;
  border:0 !important;
  border-radius:2px !important;
  background:currentColor !important;
  transform:none !important;
}

.auth-stat-card .css-icon.phone::before,
.metric .css-icon.phone::before{
  left:13px !important;
  top:8px !important;
  width:12px !important;
  height:20px !important;
  border:2px solid currentColor !important;
  border-radius:8px !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}

.auth-stat-card .css-icon.phone::after,
.metric .css-icon.phone::after{
  left:18px !important;
  top:24px !important;
  width:3px !important;
  height:3px !important;
  border:0 !important;
  border-radius:999px !important;
  background:currentColor !important;
  box-shadow:none !important;
  transform:none !important;
}

.auth-stat-card .css-icon.chat::before,
.metric .css-icon.chat::before{
  left:8px !important;
  top:10px !important;
  width:22px !important;
  height:14px !important;
  border:2px solid currentColor !important;
  border-radius:8px !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}

.auth-stat-card .css-icon.chat::after,
.metric .css-icon.chat::after{
  left:14px !important;
  top:22px !important;
  width:8px !important;
  height:8px !important;
  border:0 !important;
  border-left:2px solid currentColor !important;
  border-bottom:2px solid currentColor !important;
  border-radius:0 0 0 3px !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:rotate(-32deg) !important;
}

.metric .css-icon.overview::before{
  left:10px !important;
  top:10px !important;
  width:8px !important;
  height:8px !important;
  border:2px solid currentColor !important;
  border-radius:4px !important;
  background:transparent !important;
  box-shadow:11px 0 0 -2px currentColor,0 11px 0 -2px currentColor,11px 11px 0 -2px currentColor !important;
  transform:none !important;
}

.metric .css-icon.overview::after,
.metric .css-icon.automations::after,
.metric .css-icon.orders::after,
.metric .css-icon.refunds::after{
  display:none !important;
}

.metric .css-icon.automations::before{
  left:9px !important;
  top:10px !important;
  width:4px !important;
  height:18px !important;
  border:0 !important;
  border-radius:999px !important;
  background:currentColor !important;
  box-shadow:8px -4px 0 currentColor,16px 3px 0 currentColor !important;
  transform:none !important;
}

.metric .css-icon.orders::before,
.metric .css-icon.refunds::before{
  left:10px !important;
  top:8px !important;
  width:18px !important;
  height:22px !important;
  border:2px solid currentColor !important;
  border-radius:6px !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}

.metric .css-icon.billing::before,
.metric .css-icon.company::before{
  left:9px !important;
  top:13px !important;
  width:20px !important;
  height:14px !important;
  border:2px solid currentColor !important;
  border-radius:6px !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}

.metric .css-icon.billing::after,
.metric .css-icon.company::after{
  left:14px !important;
  top:8px !important;
  width:10px !important;
  height:7px !important;
  border:2px solid currentColor !important;
  border-bottom:0 !important;
  border-radius:6px 6px 0 0 !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}

.addon-catalog-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(270px,1fr)) !important;
  gap:18px !important;
}

.addon-catalog-card{
  min-height:330px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
}

.addon-catalog-card h2{
  margin:0 !important;
}

.addon-card-head{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
}

.addon-catalog-card .css-icon{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  min-height:42px !important;
  border:1px solid rgba(37,231,255,.25) !important;
  border-radius:14px !important;
  background:linear-gradient(145deg,rgba(37,231,255,.16),rgba(116,66,255,.20)) !important;
  color:#e8fdff !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 0 26px rgba(37,231,255,.10) !important;
}

.addon-price{
  display:block !important;
  color:#f8fbff !important;
  font-size:1.45rem !important;
  letter-spacing:0 !important;
}

.addon-catalog-card .feature-cloud{
  margin-top:auto !important;
}

.addon-catalog-card.is-active{
  border-color:rgba(73,226,168,.34) !important;
  box-shadow:0 20px 70px rgba(73,226,168,.10) !important;
}

.css-icon.spark::before{
  left:8px !important;
  top:1px !important;
  width:2px !important;
  height:16px !important;
  border:0 !important;
  border-radius:2px !important;
  background:currentColor !important;
  box-shadow:0 0 14px rgba(37,231,255,.28) !important;
}

.css-icon.spark::after{
  left:1px !important;
  top:8px !important;
  width:16px !important;
  height:2px !important;
  border:0 !important;
  border-radius:2px !important;
  background:currentColor !important;
  transform:rotate(45deg) !important;
}

.css-icon.check::before{
  left:4px !important;
  top:8px !important;
  width:10px !important;
  height:6px !important;
  border-left:3px solid currentColor !important;
  border-bottom:3px solid currentColor !important;
  border-top:0 !important;
  border-right:0 !important;
  border-radius:1px !important;
  background:transparent !important;
  transform:rotate(-45deg) !important;
}

.css-icon.check::after{
  display:none !important;
}

.auth-mini-dashboard{
  position:relative !important;
  overflow:hidden !important;
}

.auth-mini-dashboard::before{
  content:"" !important;
  position:absolute !important;
  right:22px !important;
  top:22px !important;
  width:56px !important;
  height:56px !important;
  border-radius:18px !important;
  background:url('/apple-touch-icon.png?v=simcoai-brand-neon-20260702') center/cover no-repeat !important;
  box-shadow:0 0 34px rgba(37,231,255,.20),0 0 56px rgba(116,66,255,.18) !important;
  opacity:.92 !important;
}

.auth-mini-dashboard .auth-rows,
.auth-mini-dashboard .auth-flow,
.auth-mini-dashboard .auth-window-bar{
  position:relative !important;
  z-index:1 !important;
}

.auth-rows i,
.table tr:hover td{
  background:linear-gradient(90deg,rgba(37,231,255,.07),rgba(116,66,255,.06)) !important;
}

@keyframes simcoLogoBreath{
  0%,100%{filter:saturate(1) brightness(1);}
  50%{filter:saturate(1.16) brightness(1.08);}
}

@keyframes simcoLogoAura{
  0%,100%{opacity:.32; transform:translateY(-50%) scale(.96);}
  50%{opacity:.54; transform:translateY(-50%) scale(1.08);}
}

@keyframes simcoButtonSweep{
  0%{transform:translateX(-135%); opacity:0;}
  18%{opacity:1;}
  100%{transform:translateX(135%); opacity:0;}
}

@media (prefers-reduced-motion: reduce){
  .brand img,
  .auth-brand img,
  .checkout-brand img,
  .profile-chip img,
  .consent-card img,
  .brand::after,
  .auth-brand::after,
  .checkout-brand::after{
    animation:none !important;
  }
  .button:hover::before,
  .icon-button:hover::before,
  .profile-chip:hover::before,
  .command-trigger:hover::before,
  .auth-tab:hover::before,
  .section-tab:hover::before,
  .checkout-option:hover::before,
  .checkout-main-button:hover::before{
    animation:none !important;
  }
}

/* SIMCOAI final icon and OAuth polish - 2026-07-03 */
.oauth-button{
  justify-content:flex-start !important;
  min-height:52px !important;
  padding:12px 14px !important;
  gap:11px !important;
  overflow:hidden !important;
  border-color:rgba(37,231,255,.22) !important;
  background:linear-gradient(135deg,rgba(15,22,42,.92),rgba(16,12,36,.92)) !important;
}

.oauth-button:hover{
  border-color:rgba(37,231,255,.50) !important;
  background:linear-gradient(135deg,rgba(37,231,255,.14),rgba(164,60,255,.12)) !important;
  box-shadow:0 16px 34px rgba(37,231,255,.10) !important;
}

.oauth-button span:last-child{
  min-width:0 !important;
  white-space:normal !important;
  text-align:left !important;
  line-height:1.15 !important;
}

.oauth-mark,
.oauth-mark.microsoft,
.oauth-mark.google{
  width:28px !important;
  height:28px !important;
  min-width:28px !important;
  border-radius:9px !important;
  padding:5px !important;
  background:#fff !important;
  color:inherit !important;
  border:1px solid rgba(255,255,255,.55) !important;
  box-shadow:0 10px 22px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.9) !important;
}

.oauth-svg{
  width:100% !important;
  height:100% !important;
  display:block !important;
}

.css-icon,
.nav-link .css-icon,
.section-tab .css-icon,
.metric .css-icon,
.auth-stat-card .css-icon,
.addon-catalog-card .css-icon{
  font-size:0 !important;
}

.nav-link.nav-section > .css-icon,
.section-tab > .css-icon,
.metric .css-icon,
.auth-stat-card .css-icon{
  isolation:isolate !important;
}

.nav-link.nav-section > .css-icon::before,
.nav-link.nav-section > .css-icon::after,
.section-tab > .css-icon::before,
.section-tab > .css-icon::after,
.metric .css-icon::before,
.metric .css-icon::after,
.auth-stat-card .css-icon::before,
.auth-stat-card .css-icon::after,
.addon-catalog-card .css-icon::before,
.addon-catalog-card .css-icon::after{
  box-sizing:border-box !important;
}

.nav-link.nav-section > .css-icon.phone::before,
.metric .css-icon.phone::before,
.auth-stat-card .css-icon.phone::before{
  left:10px !important;
  top:8px !important;
  width:13px !important;
  height:18px !important;
  border:2px solid currentColor !important;
  border-radius:7px !important;
  background:transparent !important;
  transform:rotate(-24deg) !important;
  box-shadow:none !important;
}

.nav-link.nav-section > .css-icon.phone::after,
.metric .css-icon.phone::after,
.auth-stat-card .css-icon.phone::after{
  left:20px !important;
  top:21px !important;
  width:7px !important;
  height:2px !important;
  border:0 !important;
  border-radius:9px !important;
  background:currentColor !important;
  box-shadow:none !important;
  transform:rotate(-24deg) !important;
}

.nav-link.nav-section > .css-icon.chat::before,
.metric .css-icon.chat::before,
.auth-stat-card .css-icon.chat::before{
  left:7px !important;
  top:9px !important;
  width:20px !important;
  height:14px !important;
  border:2px solid currentColor !important;
  border-radius:8px !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}

.nav-link.nav-section > .css-icon.chat::after,
.metric .css-icon.chat::after,
.auth-stat-card .css-icon.chat::after{
  left:12px !important;
  top:21px !important;
  width:8px !important;
  height:8px !important;
  border-left:2px solid currentColor !important;
  border-bottom:2px solid currentColor !important;
  border-top:0 !important;
  border-right:0 !important;
  border-radius:0 0 0 3px !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:rotate(-34deg) !important;
}

.nav-link.nav-section > .css-icon.analytics::before,
.nav-link.nav-section > .css-icon.chart::before,
.metric .css-icon.analytics::before,
.metric .css-icon.chart::before,
.auth-stat-card .css-icon.chart::before{
  left:8px !important;
  bottom:8px !important;
  width:4px !important;
  height:10px !important;
  border:0 !important;
  border-radius:4px !important;
  background:currentColor !important;
  box-shadow:8px -6px 0 currentColor,16px -12px 0 currentColor !important;
  transform:none !important;
}

.nav-link.nav-section > .css-icon.analytics::after,
.nav-link.nav-section > .css-icon.chart::after,
.metric .css-icon.analytics::after,
.metric .css-icon.chart::after,
.auth-stat-card .css-icon.chart::after{
  left:7px !important;
  right:7px !important;
  bottom:6px !important;
  height:2px !important;
  border:0 !important;
  border-radius:999px !important;
  background:currentColor !important;
  box-shadow:none !important;
  transform:none !important;
}

.nav-link.nav-section > .css-icon.knowledge::before,
.nav-link.nav-section > .css-icon.orders::before,
.metric .css-icon.knowledge::before,
.metric .css-icon.orders::before{
  left:9px !important;
  top:7px !important;
  width:16px !important;
  height:20px !important;
  border:2px solid currentColor !important;
  border-radius:4px 8px 8px 4px !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}

.nav-link.nav-section > .css-icon.knowledge::after,
.nav-link.nav-section > .css-icon.orders::after,
.metric .css-icon.knowledge::after,
.metric .css-icon.orders::after{
  left:13px !important;
  top:13px !important;
  width:8px !important;
  height:2px !important;
  border:0 !important;
  border-radius:2px !important;
  background:currentColor !important;
  box-shadow:0 5px 0 currentColor,0 10px 0 currentColor !important;
  transform:none !important;
}

.nav-link.nav-section > .css-icon.billing::before,
.nav-link.nav-section > .css-icon.company::before,
.metric .css-icon.billing::before,
.metric .css-icon.company::before{
  left:7px !important;
  top:11px !important;
  width:20px !important;
  height:14px !important;
  border:2px solid currentColor !important;
  border-radius:6px !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}

.nav-link.nav-section > .css-icon.billing::after,
.nav-link.nav-section > .css-icon.company::after,
.metric .css-icon.billing::after,
.metric .css-icon.company::after{
  left:10px !important;
  top:15px !important;
  width:14px !important;
  height:2px !important;
  border:0 !important;
  border-radius:2px !important;
  background:currentColor !important;
  box-shadow:0 5px 0 rgba(255,255,255,.45) !important;
  transform:none !important;
}

.nav-link.nav-section > .css-icon.addons::before,
.metric .css-icon.addons::before,
.addon-catalog-card .css-icon.addons::before{
  left:15px !important;
  top:8px !important;
  width:4px !important;
  height:18px !important;
  border:0 !important;
  border-radius:4px !important;
  background:currentColor !important;
  box-shadow:none !important;
  transform:none !important;
}

.nav-link.nav-section > .css-icon.addons::after,
.metric .css-icon.addons::after,
.addon-catalog-card .css-icon.addons::after{
  left:8px !important;
  top:15px !important;
  width:18px !important;
  height:4px !important;
  border:0 !important;
  border-radius:4px !important;
  background:currentColor !important;
  box-shadow:none !important;
  transform:none !important;
}

.section-tab > .css-icon{
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  min-height:18px !important;
}

.section-tab > .css-icon.overview::before{
  left:2px !important;
  top:2px !important;
  width:6px !important;
  height:6px !important;
  border:2px solid currentColor !important;
  border-radius:3px !important;
  background:transparent !important;
  box-shadow:8px 0 0 -2px currentColor,0 8px 0 -2px currentColor,8px 8px 0 -2px currentColor !important;
}

.section-tab > .css-icon.analytics::before{
  left:2px !important;
  bottom:2px !important;
  width:3px !important;
  height:7px !important;
  border:0 !important;
  border-radius:3px !important;
  background:currentColor !important;
  box-shadow:6px -4px 0 currentColor,12px -8px 0 currentColor !important;
}

.section-tab > .css-icon.test::before,
.section-tab > .css-icon.pulse::before{
  left:1px !important;
  right:1px !important;
  top:8px !important;
  width:auto !important;
  height:2px !important;
  border:0 !important;
  border-radius:999px !important;
  background:currentColor !important;
  box-shadow:5px -5px 0 -1px currentColor,10px 5px 0 -1px currentColor !important;
}

.orbital-loader{
  width:148px !important;
  height:7px !important;
  margin:0 auto 20px !important;
  border:0 !important;
  border-radius:999px !important;
  overflow:hidden !important;
  background:rgba(255,255,255,.09) !important;
}

.orbital-loader span{
  inset:0 auto 0 0 !important;
  width:46% !important;
  height:100% !important;
  border-radius:inherit !important;
  background:linear-gradient(90deg,#25e7ff,#7442ff,#e742a9) !important;
  transform-origin:center !important;
  animation:simcoLoaderSlide 1s ease-in-out infinite !important;
}

.orbital-loader span:nth-child(n+2){
  display:none !important;
}

@keyframes simcoLoaderSlide{
  0%{transform:translateX(-110%);}
  100%{transform:translateX(230%);}
}

@media(max-width:560px){
  .oauth-grid{
    grid-template-columns:1fr !important;
  }
  .oauth-button span:last-child{
    white-space:nowrap !important;
  }
}

.auth-submit.is-loading span::after{
  content:none !important;
  display:none !important;
}

.button:active,
.icon-button:active,
.profile-chip:active,
.section-tab:active,
.nav-link:active,
.checkout-main-button:active{
  transform:translateY(0) scale(.985) !important;
  filter:saturate(1.12) brightness(1.06) !important;
}

.icon-button[aria-pressed="true"]{
  border-color:rgba(37,231,255,.46) !important;
  box-shadow:0 0 0 1px rgba(37,231,255,.10),0 0 30px rgba(37,231,255,.16) !important;
}

.css-icon.sound::before{
  left:6px !important;
  top:10px !important;
  width:8px !important;
  height:12px !important;
  border:2px solid currentColor !important;
  border-right:0 !important;
  border-radius:3px 0 0 3px !important;
  background:transparent !important;
}

.css-icon.sound::after{
  left:15px !important;
  top:8px !important;
  width:9px !important;
  height:16px !important;
  border:2px solid currentColor !important;
  border-left:0 !important;
  border-radius:0 999px 999px 0 !important;
  background:transparent !important;
}

.css-icon.sound.muted::after{
  left:8px !important;
  top:16px !important;
  width:18px !important;
  height:2px !important;
  border:0 !important;
  border-radius:999px !important;
  background:currentColor !important;
  transform:rotate(-38deg) !important;
}

/* SIMCOAI AI tools and CSS diagnostics */
.compact-output{min-height:260px;max-height:520px;font-size:13px;line-height:1.55;white-space:pre-wrap}
.diagnostic-item small{display:block;color:var(--muted);margin-top:4px;line-height:1.45}
.console-output.compact-output a{color:var(--cyan)}
.section-tab .css-icon.billing,.nav-link .css-icon.billing{color:#c4b5fd}
.section-tab .css-icon.knowledge,.nav-link .css-icon.knowledge{color:#7dd3fc}

/* SIMCOAI production CSS guardrails - 2026-07-06 */
html,body,.dashboard-shell,.main,.content,.card,.grid,.section-tabs,.topbar,.table-wrap{min-width:0!important}
.card,.record-card,.workflow-card,.addon-catalog-card,.metric,.nav-link,.section-tab,.button,.badge,.status-pill,.feature-cloud span,.table td,.table th{
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
.button,.icon-button,.profile-chip,.section-tab,.nav-link{
  flex-shrink:0;
}
.button:not(.full){
  max-width:100%;
  white-space:normal!important;
}
.topbar-actions,.button-row,.page-actions,.feature-cloud,.addon-card-head{
  min-width:0;
}
.addon-catalog-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));
  gap:22px;
  align-items:stretch;
}
.addon-catalog-card{
  min-height:100%;
  display:flex;
  flex-direction:column;
}
.addon-catalog-card p{margin-bottom:10px}
.addon-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.status-pill.red{color:#ffd1dc;border-color:rgba(255,107,138,.34);background:rgba(255,107,138,.12)}
.status-pill.amber{color:#ffe7ad;border-color:rgba(255,209,102,.34);background:rgba(255,209,102,.12)}
.status-pill.green{color:#c7ffe5;border-color:rgba(88,242,169,.34);background:rgba(88,242,169,.12)}
.css-icon,
.nav-link .css-icon,
.section-tab .css-icon,
.metric .css-icon,
.addon-catalog-card .css-icon,
.auth-stat-card .css-icon{
  --icon-size:34px;
  width:var(--icon-size)!important;
  height:var(--icon-size)!important;
  min-width:var(--icon-size)!important;
  min-height:var(--icon-size)!important;
  border-radius:12px!important;
  display:inline-grid!important;
  place-items:center!important;
  position:relative!important;
  color:#dff8ff!important;
  background:linear-gradient(135deg,rgba(37,231,255,.16),rgba(116,66,255,.22))!important;
  border:1px solid rgba(37,231,255,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 8px 22px rgba(0,0,0,.16)!important;
  overflow:hidden!important;
}
.section-tab .css-icon{--icon-size:24px;border-radius:8px!important}
.command-trigger .css-icon,.icon-button .css-icon{--icon-size:20px;background:transparent!important;border:0!important;box-shadow:none!important;color:currentColor!important}
.css-icon::before,.css-icon::after{
  content:""!important;
  position:absolute!important;
  box-sizing:border-box!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
.css-icon.menu::before{left:6px!important;right:6px!important;top:9px!important;height:2px!important;background:currentColor!important;border-radius:999px!important;box-shadow:0 6px 0 currentColor,0 12px 0 currentColor!important}
.css-icon.close::before,.css-icon.close::after{left:6px!important;right:6px!important;top:16px!important;height:2px!important;background:currentColor!important;border-radius:999px!important}
.css-icon.close::before{transform:rotate(45deg)!important}
.css-icon.close::after{transform:rotate(-45deg)!important}
.css-icon.overview::before{left:9px!important;top:9px!important;width:6px!important;height:6px!important;border:2px solid currentColor!important;border-radius:3px!important;box-shadow:10px 0 0 -2px currentColor,0 10px 0 -2px currentColor,10px 10px 0 -2px currentColor!important}
.css-icon.analytics::before,.css-icon.chart::before,.css-icon.limits::before{left:9px!important;bottom:8px!important;width:4px!important;height:11px!important;background:currentColor!important;border-radius:3px!important;box-shadow:8px -5px 0 currentColor,16px -11px 0 currentColor!important}
.css-icon.analytics::after,.css-icon.chart::after,.css-icon.limits::after{left:8px!important;right:8px!important;bottom:7px!important;height:2px!important;background:currentColor!important;border-radius:999px!important}
.css-icon.search::before{left:8px!important;top:8px!important;width:13px!important;height:13px!important;border:2px solid currentColor!important;border-radius:50%!important}
.css-icon.search::after{right:7px!important;bottom:8px!important;width:8px!important;height:2px!important;background:currentColor!important;border-radius:2px!important;transform:rotate(45deg)!important}
.css-icon.phone::before{left:10px!important;top:6px!important;width:14px!important;height:21px!important;border:2px solid currentColor!important;border-radius:8px!important}
.css-icon.phone::after{left:15px!important;bottom:9px!important;width:4px!important;height:4px!important;background:currentColor!important;border-radius:50%!important}
.css-icon.calls::before{left:8px!important;top:8px!important;width:18px!important;height:18px!important;border:2px solid currentColor!important;border-radius:50%!important}
.css-icon.calls::after{left:11px!important;top:15px!important;width:14px!important;height:2px!important;background:currentColor!important;border-radius:2px!important;transform:rotate(-35deg)!important}
.css-icon.logs::before{left:8px!important;top:7px!important;width:18px!important;height:20px!important;border:2px solid currentColor!important;border-radius:5px!important}
.css-icon.logs::after{left:12px!important;top:12px!important;width:10px!important;height:2px!important;background:currentColor!important;border-radius:2px!important;box-shadow:0 5px 0 currentColor,0 10px 0 currentColor!important}
.css-icon.chat::before{left:7px!important;top:9px!important;width:20px!important;height:14px!important;border:2px solid currentColor!important;border-radius:8px!important}
.css-icon.chat::after{left:12px!important;bottom:7px!important;width:8px!important;height:8px!important;border-left:2px solid currentColor!important;border-bottom:2px solid currentColor!important;transform:rotate(-35deg)!important}
.css-icon.orders::before,.css-icon.knowledge::before{left:9px!important;top:7px!important;width:16px!important;height:20px!important;border:2px solid currentColor!important;border-radius:4px 8px 8px 4px!important}
.css-icon.orders::after,.css-icon.knowledge::after{left:13px!important;top:13px!important;width:8px!important;height:2px!important;background:currentColor!important;border-radius:2px!important;box-shadow:0 5px 0 currentColor!important}
.css-icon.refunds::before{left:8px!important;top:8px!important;width:18px!important;height:18px!important;border:2px solid currentColor!important;border-radius:50%!important}
.css-icon.refunds::after{left:13px!important;top:11px!important;width:8px!important;height:10px!important;border-left:2px solid currentColor!important;border-bottom:2px solid currentColor!important;transform:rotate(-35deg)!important}
.css-icon.bookings::before{left:8px!important;top:9px!important;width:18px!important;height:17px!important;border:2px solid currentColor!important;border-radius:5px!important}
.css-icon.bookings::after{left:8px!important;top:13px!important;width:18px!important;height:2px!important;background:currentColor!important;box-shadow:4px -5px 0 -1px currentColor,12px -5px 0 -1px currentColor!important}
.css-icon.escalations::before{left:16px!important;top:7px!important;width:2px!important;height:15px!important;background:currentColor!important;border-radius:2px!important}
.css-icon.escalations::after{left:14px!important;bottom:7px!important;width:6px!important;height:6px!important;background:currentColor!important;border-radius:50%!important}
.css-icon.setup::before,.css-icon.security::before{left:8px!important;top:8px!important;width:18px!important;height:18px!important;border:2px solid currentColor!important;border-radius:50%!important}
.css-icon.setup::after,.css-icon.security::after{left:16px!important;top:5px!important;width:2px!important;height:24px!important;background:currentColor!important;border-radius:2px!important;transform:rotate(45deg)!important}
.css-icon.testing::before,.css-icon.test::before,.css-icon.pulse::before{left:7px!important;right:7px!important;top:16px!important;height:2px!important;background:currentColor!important;border-radius:999px!important;box-shadow:6px -6px 0 -1px currentColor,13px 6px 0 -1px currentColor!important}
.css-icon.memory::before{left:8px!important;top:8px!important;width:18px!important;height:18px!important;border:2px solid currentColor!important;border-radius:6px!important}
.css-icon.memory::after{left:12px!important;top:12px!important;width:4px!important;height:4px!important;background:currentColor!important;border-radius:50%!important;box-shadow:7px 0 0 currentColor,0 7px 0 currentColor,7px 7px 0 currentColor!important}
.css-icon.automations::before{left:8px!important;top:8px!important;width:18px!important;height:18px!important;border:2px solid currentColor!important;border-radius:50%!important}
.css-icon.automations::after{left:16px!important;top:6px!important;width:2px!important;height:22px!important;background:currentColor!important;border-radius:2px!important}
.css-icon.policies::before{left:9px!important;top:7px!important;width:16px!important;height:20px!important;border:2px solid currentColor!important;border-radius:5px!important}
.css-icon.policies::after{left:13px!important;top:14px!important;width:8px!important;height:5px!important;border-left:2px solid currentColor!important;border-bottom:2px solid currentColor!important;transform:rotate(-45deg)!important}
.css-icon.company::before{left:8px!important;bottom:8px!important;width:18px!important;height:15px!important;border:2px solid currentColor!important;border-radius:5px!important}
.css-icon.company::after{left:12px!important;top:7px!important;width:10px!important;height:8px!important;border:2px solid currentColor!important;border-bottom:0!important;border-radius:5px 5px 0 0!important}
.css-icon.billing::before{left:7px!important;top:10px!important;width:20px!important;height:15px!important;border:2px solid currentColor!important;border-radius:5px!important}
.css-icon.billing::after{left:10px!important;top:15px!important;width:14px!important;height:2px!important;background:currentColor!important;box-shadow:0 5px 0 rgba(255,255,255,.5)!important}
.css-icon.api::before{left:7px!important;top:13px!important;width:20px!important;height:8px!important;border:2px solid currentColor!important;border-radius:999px!important}
.css-icon.api::after{left:10px!important;top:10px!important;width:5px!important;height:5px!important;border:2px solid currentColor!important;border-radius:50%!important;box-shadow:11px 9px 0 -1px currentColor!important}
.css-icon.team::before{left:7px!important;top:8px!important;width:8px!important;height:8px!important;border:2px solid currentColor!important;border-radius:50%!important;box-shadow:12px 0 0 -1px currentColor!important}
.css-icon.team::after{left:6px!important;bottom:8px!important;width:22px!important;height:9px!important;border:2px solid currentColor!important;border-radius:12px 12px 4px 4px!important}
.css-icon.addons::before{left:15px!important;top:8px!important;width:4px!important;height:18px!important;background:currentColor!important;border-radius:4px!important}
.css-icon.addons::after{left:8px!important;top:15px!important;width:18px!important;height:4px!important;background:currentColor!important;border-radius:4px!important}
.addon-catalog-card .css-icon.addons::before{left:9px!important;top:9px!important;width:16px!important;height:16px!important;border:2px solid currentColor!important;background:transparent!important;border-radius:5px!important;box-shadow:8px 8px 0 -2px rgba(101,228,255,.7)!important}
.addon-catalog-card .css-icon.addons::after{left:14px!important;top:14px!important;width:6px!important;height:6px!important;background:currentColor!important;border-radius:2px!important;box-shadow:none!important}
.css-icon.support::before{left:8px!important;top:8px!important;width:18px!important;height:18px!important;border:2px solid currentColor!important;border-radius:50%!important}
.css-icon.support::after{left:16px!important;top:11px!important;width:2px!important;height:7px!important;background:currentColor!important;border-radius:2px!important;box-shadow:0 10px 0 currentColor!important}
.auth-submit.is-loading::after,
.button.is-loading:has(.button-throbber)::after,
button.is-loading:has(.button-throbber)::after,
.button.is-busy:has(.button-throbber)::after,
button.is-busy:has(.button-throbber)::after{
  content:none!important;
  display:none!important;
}
@media(max-width:720px){
  .content{padding:18px 14px 56px!important}
  .page-head{padding:22px!important}
  .section-tabs{top:0;gap:8px;padding-bottom:14px}
  .table{min-width:620px}
}

/* SIMCOAI API/precondition modal */
.api-problem-modal{
  position:fixed;
  inset:0;
  z-index:120;
  display:grid;
  place-items:center;
  padding:24px;
}
.api-problem-modal .modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(3,4,12,.78);
  backdrop-filter:blur(14px);
}
.api-problem-card{
  position:relative;
  width:min(640px,100%);
  max-height:min(86vh,820px);
  overflow:auto;
  border:1px solid rgba(101,228,255,.22);
  border-radius:28px;
  padding:28px;
  background:
    radial-gradient(circle at 15% 0,rgba(101,228,255,.18),transparent 34%),
    radial-gradient(circle at 92% 8%,rgba(155,92,255,.24),transparent 34%),
    linear-gradient(180deg,rgba(20,22,42,.98),rgba(9,10,24,.98));
  box-shadow:0 34px 100px rgba(0,0,0,.54),0 0 44px rgba(101,228,255,.10);
}
.api-problem-card h2{
  margin:8px 0 0;
  font-size:clamp(28px,4vw,42px);
  letter-spacing:-.055em;
}
.api-problem-card p{
  color:#d8d4ef;
  line-height:1.65;
}
.api-problem-details{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:18px 0;
  padding:13px 15px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(255,255,255,.045);
}
.api-problem-details span,
.legal-cookie-field small{
  color:#9f98ba;
  font-size:12px;
}
.api-problem-details strong{
  color:#fff;
  text-align:right;
  overflow-wrap:anywhere;
}
.legal-pack{
  margin:18px 0;
  padding:16px;
  border:1px solid rgba(255,209,102,.24);
  border-radius:18px;
  background:rgba(255,209,102,.08);
}
.legal-pack.inline{
  max-width:720px;
}
.legal-pack strong{
  display:block;
  margin-bottom:8px;
  color:#fff1bd;
}
.legal-pack ul{
  margin:0;
  padding-left:20px;
  color:#eee7ff;
  line-height:1.7;
}
.legal-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:16px 0;
}
.legal-links a{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:9px 12px;
  border:1px solid rgba(101,228,255,.24);
  border-radius:999px;
  background:rgba(101,228,255,.08);
  color:#dbfbff;
  font-weight:800;
  text-decoration:none;
}
.legal-check{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin:12px 0;
  padding:14px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(255,255,255,.045);
  color:#f5f2ff;
  line-height:1.55;
}
.legal-check input{
  width:18px;
  height:18px;
  margin-top:3px;
  accent-color:var(--purple);
}
.legal-cookie-field{
  margin:16px 0 10px!important;
}
.legal-cookie-field span{
  font-weight:900;
  color:#fff;
}
#legalRequiredMessage{
  min-height:22px;
  color:#ffd166;
}
@media(max-width:640px){
  .api-problem-modal{padding:14px;place-items:end center}
  .api-problem-card{border-radius:24px;padding:22px;max-height:92vh}
  .api-problem-details{display:block}
  .api-problem-details strong{display:block;text-align:left;margin-top:5px}
  .legal-links a{flex:1;justify-content:center}
}

/* SIMCOAI mobile visual audit hardening - 2026-07-09 */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body * {
  min-width: 0;
}

.auth-page-v2,
.auth-hero-panel-v2,
.auth-form-panel-v2,
.auth-card-v2,
.auth-copy-v2,
.auth-brand,
.auth-brand span,
.auth-product-grid,
.auth-stat-card,
.auth-mini-dashboard,
.dashboard-shell,
.main,
.content,
.topbar,
.page-head,
.card,
.grid,
.table-wrap {
  min-width: 0 !important;
  max-width: 100% !important;
}

.auth-copy-v2 h1,
.auth-copy-v2 p,
.auth-card-head h2,
.auth-card-head p,
.auth-brand span,
.auth-brand small,
.button,
.auth-tab,
.oauth-button,
.nav-link,
.section-tab {
  overflow-wrap: anywhere !important;
}

@media(max-width:1180px){
  .sidebar{
    visibility:hidden;
    pointer-events:none;
  }

  .sidebar.open{
    visibility:visible;
    pointer-events:auto;
  }
}

/* SIMCOAI mobile off-canvas and auth-grid audit cleanup - 2026-07-09 */
@media(max-width:1180px){
  .sidebar{
    display:none !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:none !important;
  }

  .sidebar.open{
    display:block !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }
}

@media(max-width:720px){
  .auth-hero-panel-v2{
    width:100% !important;
    max-width:100% !important;
    grid-template-columns:minmax(0,1fr) !important;
    overflow:hidden !important;
  }

  .auth-hero-panel-v2 > *,
  .auth-brand,
  .auth-copy-v2,
  .auth-product-grid,
  .auth-stat-card{
    width:100% !important;
    max-width:100% !important;
  }

  .auth-brand{
    overflow:hidden !important;
  }
}

@media(max-width:720px){
  .auth-page-v2{
    width:100% !important;
    max-width:100vw !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:22px !important;
    padding:18px 14px 96px !important;
    overflow:hidden !important;
  }

  .auth-brand{
    gap:10px !important;
    align-items:flex-start !important;
  }

  .auth-brand img{
    width:46px !important;
    height:46px !important;
    flex:0 0 auto !important;
  }

  .auth-brand span{
    display:block !important;
    overflow:hidden !important;
  }

  .auth-brand small{
    max-width:100% !important;
    white-space:normal !important;
    line-height:1.35 !important;
  }

  .auth-copy-v2 h1{
    max-width:100% !important;
    font-size:clamp(34px,10.6vw,44px) !important;
    line-height:1.06 !important;
  }

  .auth-copy-v2 p{
    max-width:100% !important;
    font-size:15.5px !important;
    line-height:1.64 !important;
  }

  .auth-product-grid,
  .auth-tabs-v2,
  .oauth-grid{
    grid-template-columns:1fr !important;
  }

  .auth-card-v2{
    padding:22px !important;
  }

  .topbar{
    max-width:100vw !important;
  }
}

/* SIMCOAI premium motion layer - dashboard, login and checkout */
:root{
  --ease-premium:cubic-bezier(.16,1,.3,1);
  --cursor-x:50vw;
  --cursor-y:50vh;
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  opacity:.62;
  background:
    radial-gradient(500px circle at var(--cursor-x) var(--cursor-y), rgba(101,228,255,.062), transparent 58%),
    linear-gradient(135deg, rgba(255,255,255,.014), transparent 42%, rgba(155,92,255,.018));
}

.app,
.dashboard-shell,
.auth-page,
.auth-page-v2,
.topbar,
.sidebar,
.content,
.toast-stack,
.toast,
.command-palette,
.consent-modal,
.profile-popover,
.simco-helper-launcher,
.simco-helper-shell{
  position:relative;
  z-index:1;
}

.has-premium-cursor,
.has-premium-cursor a,
.has-premium-cursor button,
.has-premium-cursor input,
.has-premium-cursor textarea,
.has-premium-cursor select,
.has-premium-cursor [role="button"]{
  cursor:none;
}

.simco-cursor-dot,
.simco-cursor-ring{
  position:fixed;
  left:0;
  top:0;
  z-index:2147483000;
  pointer-events:none;
  opacity:0;
  transform:translate3d(-50%,-50%,0);
  transition:opacity .18s var(--ease-premium), width .18s var(--ease-premium), height .18s var(--ease-premium), border-color .18s var(--ease-premium), background .18s var(--ease-premium);
}

.simco-cursor-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#f8fbff;
  box-shadow:0 0 18px rgba(101,228,255,.72);
}

.simco-cursor-ring{
  width:38px;
  height:38px;
  border:1px solid rgba(101,228,255,.52);
  border-radius:50%;
  background:rgba(101,228,255,.042);
  box-shadow:0 0 34px rgba(101,228,255,.11);
}

.has-premium-cursor.cursor-ready .simco-cursor-dot,
.has-premium-cursor.cursor-ready .simco-cursor-ring{opacity:1}
.has-premium-cursor.cursor-active .simco-cursor-ring{width:54px;height:54px;border-color:rgba(155,92,255,.66);background:rgba(155,92,255,.064)}
.has-premium-cursor.cursor-down .simco-cursor-ring{width:30px;height:30px;border-color:rgba(88,242,169,.70);background:rgba(88,242,169,.08)}

.button,
.icon-button,
.profile-chip,
.command-trigger,
.nav-link,
.section-tab,
.card,
.metric,
.clean-card,
.chart-card,
.workflow-card,
.record-card,
.toggle-card,
.diagnostic-item,
.command-result,
.auth-card-v2,
.auth-stat-card,
.oauth-button{
  transition:transform .24s var(--ease-premium), border-color .24s var(--ease-premium), background .24s var(--ease-premium), box-shadow .24s var(--ease-premium), filter .24s var(--ease-premium), opacity .24s var(--ease-premium);
}

.button,
.icon-button,
.profile-chip,
.command-trigger,
.section-tab,
.oauth-button{
  transform:translate3d(var(--magnet-x,0),var(--magnet-y,0),0);
  will-change:transform;
}

.button:hover,
.icon-button:hover,
.profile-chip:hover,
.command-trigger:hover,
.section-tab:hover,
.oauth-button:hover{
  filter:saturate(1.07) brightness(1.05);
  box-shadow:0 18px 42px rgba(101,228,255,.12), inset 0 1px 0 rgba(255,255,255,.12);
}

.button.primary:hover{
  box-shadow:0 22px 54px rgba(155,92,255,.22),0 10px 30px rgba(101,228,255,.12);
}

.card:hover,
.metric:hover,
.clean-card:hover,
.chart-card:hover,
.workflow-card:hover,
.record-card:hover,
.toggle-card:hover,
.diagnostic-item:hover,
.command-result:hover,
.auth-card-v2:hover,
.auth-stat-card:hover{
  transform:translateY(-3px);
  border-color:rgba(101,228,255,.32);
  box-shadow:0 24px 62px rgba(0,0,0,.26),0 0 36px rgba(101,228,255,.06);
}

.css-icon,
.mini-icon,
.oauth-mark,
.empty-art{
  transition:transform .24s var(--ease-premium), border-color .24s var(--ease-premium), box-shadow .24s var(--ease-premium), filter .24s var(--ease-premium);
}

.nav-link:hover .css-icon,
.section-tab:hover .css-icon,
.metric:hover .css-icon,
.auth-stat-card:hover .css-icon,
.oauth-button:hover .oauth-mark{
  transform:translateY(-1px) scale(1.04);
  filter:saturate(1.12);
  box-shadow:0 14px 30px rgba(101,228,255,.14);
}

.card,
.metric,
.clean-card,
.chart-card,
.auth-card-v2,
.auth-stat-card{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

.card::after,
.metric::after,
.clean-card::after,
.chart-card::after,
.auth-card-v2::after,
.auth-stat-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  opacity:0;
  background:linear-gradient(115deg, transparent 26%, rgba(255,255,255,.08) 48%, transparent 70%);
  transform:translateX(-120%);
  transition:opacity .22s var(--ease-premium), transform .76s var(--ease-premium);
}

.card:hover::after,
.metric:hover::after,
.clean-card:hover::after,
.chart-card:hover::after,
.auth-card-v2:hover::after,
.auth-stat-card:hover::after{
  opacity:1;
  transform:translateX(120%);
}

.is-reveal{opacity:0;transform:translateY(14px)}
.is-reveal.is-inview{opacity:1;transform:none;transition:opacity .5s var(--ease-premium), transform .5s var(--ease-premium);transition-delay:var(--reveal-delay,0ms)}

.simco-click-ripple{
  position:fixed;
  z-index:2147482999;
  width:10px;
  height:10px;
  pointer-events:none;
  border:1px solid rgba(101,228,255,.56);
  border-radius:50%;
  transform:translate(-50%,-50%) scale(.4);
  animation:simcoDashboardRipple .55s var(--ease-premium) forwards;
}

@keyframes simcoDashboardRipple{
  0%{opacity:.82;transform:translate(-50%,-50%) scale(.4)}
  100%{opacity:0;transform:translate(-50%,-50%) scale(5.6)}
}

@media (hover:none), (pointer:coarse), (prefers-reduced-motion:reduce){
  body::after{display:none}
  .has-premium-cursor,
  .has-premium-cursor a,
  .has-premium-cursor button,
  .has-premium-cursor input,
  .has-premium-cursor textarea,
  .has-premium-cursor select,
  .has-premium-cursor [role="button"]{cursor:auto}
  .simco-cursor-dot,
  .simco-cursor-ring,
  .simco-click-ripple{display:none!important}
  .is-reveal,
  .is-reveal.is-inview{opacity:1!important;transform:none!important;transition:none!important}
  .button,
  .icon-button,
  .profile-chip,
  .command-trigger,
  .nav-link,
  .section-tab,
  .card,
  .metric,
  .clean-card,
  .chart-card,
  .auth-card-v2,
  .auth-stat-card,
  .oauth-button{transition:none!important;transform:none!important}
}

/* Launch polish: cursor should read as a real pointer, not a decorative dot. */
.simco-cursor-dot{
  width:20px;
  height:25px;
  border-radius:2px 11px 10px 11px;
  background:linear-gradient(135deg,#ffffff 0%,#c8f6ff 45%,#67dfff 100%);
  clip-path:polygon(0 0,0 82%,29% 65%,45% 100%,63% 91%,48% 57%,82% 57%);
  box-shadow:0 0 0 1px rgba(5,17,34,.52),0 10px 28px rgba(37,224,255,.38),0 0 18px rgba(255,255,255,.55);
  filter:drop-shadow(0 3px 8px rgba(0,0,0,.46));
}

.has-premium-cursor.cursor-active .simco-cursor-dot{
  background:linear-gradient(135deg,#ffffff 0%,#b4efff 42%,#d954ff 100%);
}

/* SIMCOAI Chromium audit topbar hardening - 2026-07-09 */
.topbar{
  display:grid !important;
  grid-template-columns:auto minmax(220px,1fr) auto !important;
  overflow:hidden !important;
}

.command-trigger{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  min-height:44px !important;
  height:auto !important;
  overflow:hidden !important;
}

.command-trigger span:not(.css-icon){
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

.topbar-actions{
  min-width:0 !important;
  justify-content:flex-end !important;
  overflow:hidden !important;
}

.topbar-actions .badge{
  min-width:0 !important;
  max-width:360px !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  writing-mode:horizontal-tb !important;
}

@media(max-width:720px){
  .topbar{
    grid-template-columns:auto auto minmax(0,1fr) !important;
    gap:8px !important;
    padding:10px 12px !important;
  }

  .command-trigger{
    width:44px !important;
    height:44px !important;
    flex:0 0 44px !important;
    padding:0 !important;
  }

  .command-trigger span:not(.css-icon),
  .command-trigger kbd,
  .badge-usage,
  .profile-chip span{
    display:none !important;
  }

  .topbar-actions{
    gap:6px !important;
  }

  .topbar-actions .badge-plan{
    width:56px !important;
    height:36px !important;
    padding:0 8px !important;
    justify-content:center !important;
    font-size:10px !important;
  }

  .topbar-actions .icon-button{
    width:40px !important;
    height:40px !important;
    flex:0 0 40px !important;
  }

  .profile-chip{
    width:48px !important;
    height:40px !important;
    padding:0 !important;
    flex:0 0 48px !important;
  }
}

/* SIMCOAI Chromium audit text-fit polish - 2026-07-09 */
.button,
.icon-button,
.profile-chip,
.badge,
.section-tab,
.auth-tab{
  white-space:nowrap !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
}

.button{
  min-width:max-content !important;
}

.metric strong,
.health-list strong{
  white-space:nowrap !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
  font-size:clamp(30px,3vw,44px) !important;
  line-height:1.02 !important;
}

/* SIMCOAI icon cleanup - 2026-07-09
   Replace brittle CSS pictograms with restrained text tokens. */
.css-icon,
.nav-link .css-icon,
.section-tab .css-icon,
.metric .css-icon,
.addon-catalog-card .css-icon,
.auth-stat-card .css-icon{
  --token-size:32px;
  width:var(--token-size) !important;
  height:var(--token-size) !important;
  min-width:var(--token-size) !important;
  display:inline-grid !important;
  place-items:center !important;
  border:1px solid rgba(125,211,252,.24) !important;
  border-radius:10px !important;
  background:rgba(8,14,30,.72) !important;
  box-shadow:none !important;
  color:#c7ecff !important;
  font-size:10px !important;
  font-weight:950 !important;
  line-height:1 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
}
.css-icon::before{
  position:static !important;
  inset:auto !important;
  width:auto !important;
  height:auto !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
  clip-path:none !important;
  content:"UI" !important;
}
.css-icon::after{display:none !important;content:none !important}
.icon-button .css-icon,
.command-trigger .css-icon{--token-size:20px;border:0 !important;background:transparent !important;color:currentColor !important;font-size:12px !important}
.metric .css-icon,.addon-catalog-card .css-icon,.auth-stat-card .css-icon{--token-size:34px;color:#e0f2fe !important}
.css-icon.menu::before{content:"M" !important}
.css-icon.close::before{content:"X" !important}
.css-icon.search::before{content:"S" !important}
.css-icon.sound::before{content:"VOL" !important;font-size:8px!important}
.css-icon.pulse::before,.css-icon.test::before,.css-icon.testing::before{content:"QA" !important}
.css-icon.overview::before{content:"HM" !important}
.css-icon.analytics::before,.css-icon.chart::before{content:"BI" !important}
.css-icon.limits::before{content:"US" !important}
.css-icon.phone::before,.css-icon.calls::before{content:"PH" !important}
.css-icon.logs::before{content:"LOG" !important;font-size:8px!important}
.css-icon.chat::before{content:"AI" !important}
.css-icon.orders::before{content:"OR" !important}
.css-icon.knowledge::before{content:"KB" !important}
.css-icon.refunds::before{content:"RF" !important}
.css-icon.bookings::before{content:"BK" !important}
.css-icon.escalations::before{content:"ES" !important}
.css-icon.setup::before{content:"SET" !important;font-size:8px!important}
.css-icon.security::before{content:"SEC" !important;font-size:8px!important}
.css-icon.memory::before{content:"MEM" !important;font-size:8px!important}
.css-icon.automations::before{content:"AUTO" !important;font-size:7px!important}
.css-icon.policies::before{content:"POL" !important;font-size:8px!important}
.css-icon.company::before{content:"CO" !important}
.css-icon.billing::before{content:"GBP" !important;font-size:7px!important}
.css-icon.api::before{content:"API" !important;font-size:8px!important}
.css-icon.team::before{content:"TM" !important}
.css-icon.addons::before{content:"ADD" !important;font-size:8px!important}
.css-icon.support::before{content:"SUP" !important;font-size:8px!important}
.css-icon.spark::before{content:"AI" !important}
.css-icon.check::before{content:"OK" !important}

/* SIMCOAI final icon removal - user feedback 2026-07-09 */
.nav-link .css-icon,
.section-tab .css-icon,
.metric .css-icon,
.addon-catalog-card .css-icon,
.auth-stat-card .css-icon{
  display:none !important;
}

.icon-button .css-icon{
  --token-size:auto;
  min-width:0 !important;
  width:auto !important;
  height:auto !important;
  font-size:11px !important;
}

/* SIMCOAI text controls - user feedback 2026-07-09 */
.topbar-text-button{
  min-width:auto !important;
  height:42px !important;
  padding:0 13px !important;
  border-radius:14px !important;
  font-size:12px !important;
  line-height:1 !important;
  white-space:nowrap !important;
}

.topbar .mobile-only{
  display:none !important;
}

.addon-provider-label{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:6px 10px;
  border:1px solid rgba(125,211,252,.24);
  border-radius:999px;
  background:rgba(8,14,30,.62);
  color:#c7ecff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

@media(max-width:720px){
  .topbar{
    grid-template-columns:auto minmax(76px,1fr) auto !important;
  }

  .command-trigger{
    width:auto !important;
    min-width:76px !important;
    padding:0 10px !important;
    justify-content:center !important;
  }

  .command-trigger span:not(.css-icon){
    display:block !important;
    font-size:11px !important;
    max-width:62px !important;
  }

  .topbar-actions .topbar-text-button{
    display:none !important;
  }

  .mobile-only.topbar-text-button{
    display:inline-flex !important;
    height:40px !important;
    padding:0 10px !important;
  }
}

/* Premium fake-CSS icon system and overview stats - user feedback 2026-07-10 */
.nav-link .css-icon,
.section-tab .css-icon,
.metric .css-icon,
.command-trigger .css-icon,
.topbar-text-button .css-icon,
.auth-stat-card .css-icon{
  --icon-size:34px;
  width:var(--icon-size) !important;
  height:var(--icon-size) !important;
  min-width:var(--icon-size) !important;
  min-height:var(--icon-size) !important;
  display:inline-grid !important;
  place-items:center !important;
  position:relative !important;
  border:1px solid rgba(91,205,255,.32) !important;
  border-radius:12px !important;
  background:
    radial-gradient(circle at 28% 22%, rgba(103,232,249,.38), transparent 34%),
    linear-gradient(145deg, rgba(14,25,48,.92), rgba(21,18,54,.88)) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 12px 30px rgba(0,0,0,.24),0 0 26px rgba(37,231,255,.12) !important;
  color:#dff8ff !important;
  overflow:hidden !important;
}

.section-tab .css-icon{--icon-size:24px;border-radius:8px !important}
.command-trigger .css-icon,
.topbar-text-button .css-icon{--icon-size:20px;min-width:20px !important;border:0 !important;background:transparent !important;box-shadow:none !important}

.css-icon::before,
.css-icon::after{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  box-sizing:border-box !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  transform:none !important;
  width:auto !important;
  height:auto !important;
  inset:auto !important;
}

.css-icon.menu::before{left:3px;right:3px;top:5px;height:2px;background:currentColor !important;border-radius:999px;box-shadow:0 5px 0 currentColor,0 10px 0 currentColor !important}
.css-icon.close::before,.css-icon.close::after{left:3px;right:3px;top:9px;height:2px;background:currentColor !important;border-radius:999px}
.css-icon.close::before{transform:rotate(45deg) !important}.css-icon.close::after{transform:rotate(-45deg) !important}
.css-icon.search::before{left:2px;top:2px;width:12px;height:12px;border:2px solid currentColor !important;border-radius:50%}.css-icon.search::after{right:1px;bottom:3px;width:8px;height:2px;background:currentColor !important;border-radius:2px;transform:rotate(45deg) !important}
.css-icon.sound::before{left:2px;top:6px;width:7px;height:8px;background:currentColor !important;border-radius:2px;clip-path:polygon(0 25%,45% 25%,100% 0,100% 100%,45% 75%,0 75%)}.css-icon.sound::after{right:1px;top:4px;width:8px;height:12px;border:2px solid currentColor !important;border-left:0;border-radius:0 999px 999px 0}
.css-icon.pulse::before,.css-icon.test::before,.css-icon.testing::before{left:3px;right:3px;top:9px;height:2px;background:currentColor !important;border-radius:999px;box-shadow:5px -5px 0 -1px currentColor,11px 5px 0 -1px currentColor !important}
.css-icon.overview::before{left:8px;top:8px;width:6px;height:6px;border:2px solid currentColor !important;border-radius:3px;box-shadow:10px 0 0 -2px currentColor,0 10px 0 -2px currentColor,10px 10px 0 -2px currentColor !important}
.css-icon.analytics::before,.css-icon.chart::before,.css-icon.limits::before{left:9px;bottom:8px;width:4px;height:10px;background:currentColor !important;border-radius:4px;box-shadow:8px -5px 0 currentColor,16px -11px 0 currentColor !important}
.css-icon.analytics::after,.css-icon.chart::after,.css-icon.limits::after{left:8px;right:8px;bottom:7px;height:2px;background:currentColor !important;border-radius:999px}
.css-icon.phone::before,.css-icon.calls::before{left:9px;top:7px;width:17px;height:20px;border:2px solid currentColor !important;border-radius:8px}.css-icon.phone::after,.css-icon.calls::after{left:15px;bottom:9px;width:4px;height:4px;background:currentColor !important;border-radius:50%}
.css-icon.chat::before{left:7px;top:9px;width:20px;height:14px;border:2px solid currentColor !important;border-radius:8px}.css-icon.chat::after{left:13px;bottom:7px;width:8px;height:8px;border-left:2px solid currentColor !important;border-bottom:2px solid currentColor !important;transform:rotate(-35deg) !important}
.css-icon.orders::before,.css-icon.knowledge::before,.css-icon.logs::before{left:9px;top:7px;width:16px;height:20px;border:2px solid currentColor !important;border-radius:5px}.css-icon.orders::after,.css-icon.knowledge::after,.css-icon.logs::after{left:13px;top:13px;width:8px;height:2px;background:currentColor !important;border-radius:2px;box-shadow:0 5px 0 currentColor !important}
.css-icon.refunds::before,.css-icon.setup::before,.css-icon.security::before,.css-icon.support::before{left:8px;top:8px;width:18px;height:18px;border:2px solid currentColor !important;border-radius:50%}.css-icon.refunds::after{left:13px;top:11px;width:8px;height:10px;border-left:2px solid currentColor !important;border-bottom:2px solid currentColor !important;transform:rotate(-35deg) !important}
.css-icon.bookings::before{left:8px;top:9px;width:18px;height:17px;border:2px solid currentColor !important;border-radius:5px}.css-icon.bookings::after{left:8px;top:13px;width:18px;height:2px;background:currentColor !important;box-shadow:4px -5px 0 -1px currentColor,12px -5px 0 -1px currentColor !important}
.css-icon.escalations::before{left:16px;top:7px;width:2px;height:15px;background:currentColor !important;border-radius:2px}.css-icon.escalations::after{left:14px;bottom:7px;width:6px;height:6px;background:currentColor !important;border-radius:50%}
.css-icon.memory::before,.css-icon.api::before{left:8px;top:8px;width:18px;height:18px;border:2px solid currentColor !important;border-radius:6px}.css-icon.memory::after,.css-icon.api::after{left:12px;top:12px;width:4px;height:4px;background:currentColor !important;border-radius:50%;box-shadow:7px 0 0 currentColor,0 7px 0 currentColor,7px 7px 0 currentColor !important}
.css-icon.automations::before{left:8px;top:8px;width:18px;height:18px;border:2px solid currentColor !important;border-radius:50%}.css-icon.automations::after{left:16px;top:6px;width:2px;height:22px;background:currentColor !important;border-radius:2px}
.css-icon.policies::before{left:9px;top:7px;width:16px;height:20px;border:2px solid currentColor !important;border-radius:5px}.css-icon.policies::after{left:13px;top:14px;width:8px;height:5px;border-left:2px solid currentColor !important;border-bottom:2px solid currentColor !important;transform:rotate(-45deg) !important}
.css-icon.company::before,.css-icon.billing::before{left:7px;top:10px;width:20px;height:15px;border:2px solid currentColor !important;border-radius:5px}.css-icon.company::after,.css-icon.billing::after{left:10px;top:15px;width:14px;height:2px;background:currentColor !important;box-shadow:0 5px 0 rgba(255,255,255,.55) !important}
.css-icon.team::before{left:7px;top:8px;width:8px;height:8px;border:2px solid currentColor !important;border-radius:50%;box-shadow:12px 0 0 -1px currentColor !important}.css-icon.team::after{left:6px;bottom:8px;width:22px;height:9px;border:2px solid currentColor !important;border-radius:12px 12px 4px 4px}
.css-icon.addons::before{left:15px;top:8px;width:4px;height:18px;background:currentColor !important;border-radius:4px}.css-icon.addons::after{left:8px;top:15px;width:18px;height:4px;background:currentColor !important;border-radius:4px}

.topbar-text-button{gap:8px !important}
.topbar-text-button span:not(.css-icon){display:inline !important}
.metric{align-items:center !important}
.metric{
  position:relative !important;
  min-height:150px !important;
  padding-right:24px !important;
}
.metric .css-icon{
  --icon-size:34px;
  position:absolute !important;
  right:22px !important;
  top:20px !important;
  transform:none !important;
  opacity:.92 !important;
}
.metric strong{
  max-width:100% !important;
  font-size:clamp(30px,2.55vw,42px) !important;
}
.metric span{
  max-width:100% !important;
}
.premium-insights .card{min-height:220px}
.premium-chart{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:18px;align-items:end}
.chart-bars{display:grid;gap:13px}
.chart-row{display:grid;grid-template-columns:120px minmax(0,1fr) 46px;gap:10px;align-items:center;color:#c9c1e2;font-size:12px;font-weight:850}
.chart-row strong{font-size:12px;color:#f8fbff;text-align:right}
.chart-sparkline{height:140px;display:flex;align-items:end;gap:8px;padding:12px;border:1px solid rgba(125,211,252,.14);border-radius:14px;background:rgba(6,10,22,.44)}
.chart-sparkline i{flex:1;min-height:26px;border-radius:999px;background:linear-gradient(180deg,#25e7ff,#7c4dff 72%,#df4fb8);box-shadow:0 0 20px rgba(37,231,255,.18)}
.chart-sparkline i:nth-child(1){height:38%}.chart-sparkline i:nth-child(2){height:58%}.chart-sparkline i:nth-child(3){height:46%}.chart-sparkline i:nth-child(4){height:72%}.chart-sparkline i:nth-child(5){height:64%}.chart-sparkline i:nth-child(6){height:86%}.chart-sparkline i:nth-child(7){height:76%}
.readiness-cluster{display:flex;align-items:center;gap:18px;min-height:150px}
.readiness-cluster p{margin:4px 0}

@media(max-width:720px){
  .topbar-text-button span:not(.css-icon){display:none !important}
  .premium-chart{grid-template-columns:1fr}
  .chart-sparkline{height:90px}
  .chart-row{grid-template-columns:94px minmax(0,1fr) 38px}
}

/* SIMCOAI helper CSS */
.simco-helper,
.simco-helper * {
  box-sizing: border-box;
}

.simco-helper {
  --helper-bg: #070a15;
  --helper-panel: rgba(12, 17, 34, .96);
  --helper-panel-2: rgba(18, 25, 48, .94);
  --helper-line: rgba(255, 255, 255, .14);
  --helper-line-strong: rgba(39, 224, 255, .34);
  --helper-text: #f8fbff;
  --helper-muted: #c6d0e7;
  --helper-soft: #8f9ac0;
  --helper-cyan: #25e7ff;
  --helper-blue: #1ea8ff;
  --helper-violet: #7c4dff;
  --helper-pink: #df4fb8;
  --helper-green: #52e6aa;
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2147482000;
  color: var(--helper-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: 0;
}

.simco-helper button,
.simco-helper textarea,
.simco-helper input {
  font: inherit;
}

.simco-helper button,
.simco-helper a {
  -webkit-tap-highlight-color: transparent;
}

.simco-helper-launcher {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(39, 224, 255, .28);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(9, 16, 34, .94), rgba(19, 18, 48, .94));
  color: var(--helper-text);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .38), 0 0 34px rgba(27, 184, 255, .16);
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.simco-helper-launcher:hover,
.simco-helper-launcher:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(39, 224, 255, .56);
  box-shadow: 0 24px 76px rgba(0, 0, 0, .44), 0 0 42px rgba(39, 224, 255, .24);
  outline: 0;
}

.simco-helper-logo {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 0 22px rgba(37, 231, 255, .32);
}

.simco-helper-launcher span {
  display: grid;
  line-height: 1.1;
  text-align: left;
}

.simco-helper-launcher strong {
  font-size: 14px;
  font-weight: 950;
}

.simco-helper-launcher small {
  color: var(--helper-muted);
  font-size: 11px;
  font-weight: 800;
}

.simco-helper-panel {
  position: absolute;
  right: 0;
  bottom: 66px;
  width: min(480px, calc(100vw - 28px));
  height: min(670px, calc(100vh - 104px));
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid var(--helper-line);
  border-radius: 12px;
  background:
    linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .024) 1px, transparent 1px),
    linear-gradient(145deg, rgba(9, 13, 28, .98), rgba(17, 15, 43, .98));
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .52);
  backdrop-filter: blur(18px);
}

.simco-helper[data-open="false"] .simco-helper-panel {
  display: none;
}

.simco-helper[data-open="true"] .simco-helper-launcher {
  display: none;
}

.simco-helper[data-fullscreen="true"] {
  inset: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(2, 4, 12, .72);
  backdrop-filter: blur(12px);
}

.simco-helper[data-fullscreen="true"] .simco-helper-panel {
  position: relative;
  inset: auto;
  right: auto;
  bottom: auto;
  width: min(1040px, calc(100vw - 32px));
  height: min(820px, calc(100vh - 32px));
  max-width: none;
  border-radius: 14px;
}

.simco-helper-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-bottom: 1px solid var(--helper-line);
}

.simco-helper-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.simco-helper-brand div {
  min-width: 0;
}

.simco-helper-brand strong {
  display: block;
  font-size: 14px;
  font-weight: 950;
}

.simco-helper-brand small {
  display: block;
  overflow: hidden;
  color: var(--helper-soft);
  font-size: 11px;
  font-weight: 850;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.simco-helper-head-actions,
.simco-helper-modebar,
.simco-helper-actions,
.simco-helper-composer-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.simco-helper-icon-btn,
.simco-helper-mode,
.simco-helper-send,
.simco-helper-chip,
.simco-helper-action,
.simco-helper-submit {
  border: 1px solid var(--helper-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
  color: var(--helper-text);
  cursor: pointer;
  font-weight: 900;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.simco-helper-icon-btn {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
}

.simco-helper-icon-btn svg,
.simco-helper-action svg,
.simco-helper-mode svg,
.simco-helper-send svg,
.simco-helper-submit svg {
  width: 18px;
  height: 18px;
  display: block;
}

.simco-helper-icon-btn:hover,
.simco-helper-icon-btn:focus-visible,
.simco-helper-mode:hover,
.simco-helper-mode:focus-visible,
.simco-helper-chip:hover,
.simco-helper-chip:focus-visible,
.simco-helper-action:hover,
.simco-helper-action:focus-visible,
.simco-helper-send:hover,
.simco-helper-send:focus-visible,
.simco-helper-submit:hover,
.simco-helper-submit:focus-visible {
  transform: translateY(-1px);
  border-color: var(--helper-line-strong);
  background: rgba(37, 231, 255, .10);
  outline: 0;
}

.simco-helper-modebar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 10px;
  overflow: visible;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.simco-helper-mode {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  padding: 8px 7px;
  font-size: 13px;
  white-space: nowrap;
}

.simco-helper-mode span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.simco-helper-mode[aria-pressed="true"],
.simco-helper-send,
.simco-helper-submit {
  border-color: rgba(255, 255, 255, .18);
  background: linear-gradient(135deg, var(--helper-blue), var(--helper-violet) 72%, var(--helper-pink));
  color: white;
  box-shadow: 0 14px 34px rgba(30, 168, 255, .18);
}

.simco-helper-log {
  min-height: 0;
  overflow-y: auto;
  padding: 14px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.simco-helper[data-fullscreen="true"] .simco-helper-log {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 24px;
  align-content: end;
}

.simco-helper-msg {
  display: grid;
  gap: 8px;
  max-width: 95%;
}

.simco-helper-msg.user {
  justify-self: end;
}

.simco-helper-bubble {
  border: 1px solid var(--helper-line);
  border-radius: 8px;
  padding: 11px 12px;
  background: rgba(255, 255, 255, .055);
  color: var(--helper-muted);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.simco-helper-msg.assistant .simco-helper-bubble {
  background: linear-gradient(145deg, rgba(21, 35, 61, .78), rgba(18, 18, 43, .82));
  color: #eaf3ff;
}

.simco-helper-msg.user .simco-helper-bubble {
  background: linear-gradient(135deg, rgba(37, 231, 255, .14), rgba(124, 77, 255, .16));
  color: white;
}

.simco-helper-thinking {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.simco-helper-thinking i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--helper-cyan);
  animation: simco-helper-pulse 1s ease-in-out infinite;
}

.simco-helper-thinking i:nth-child(2) {
  animation-delay: .12s;
}

.simco-helper-thinking i:nth-child(3) {
  animation-delay: .24s;
}

.simco-helper-actions,
.simco-helper-sources,
.simco-helper-suggestions {
  flex-wrap: wrap;
}

.simco-helper-action,
.simco-helper-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 10px;
  color: #eaf8ff;
  text-decoration: none;
}

.simco-helper-sources {
  display: grid;
  gap: 7px;
}

.simco-helper-source {
  display: grid;
  gap: 3px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  color: #eaf8ff;
  text-decoration: none;
}

.simco-helper-source small {
  color: var(--helper-soft);
  line-height: 1.4;
}

.simco-helper-support {
  display: none;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--helper-line);
  background: rgba(5, 8, 18, .72);
}

.simco-helper[data-mode="support"] .simco-helper-support {
  display: grid;
}

.simco-helper[data-mode="support"] .simco-helper-composer {
  display: none;
}

.simco-helper-support input,
.simco-helper-support textarea,
.simco-helper-composer textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(8, 12, 28, .92);
  color: var(--helper-text);
  outline: 0;
}

.simco-helper-support input,
.simco-helper-support textarea {
  padding: 10px 11px;
}

.simco-helper-support textarea {
  min-height: 78px;
  resize: none;
}

.simco-helper-support label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--helper-muted);
  font-size: 13px;
  line-height: 1.4;
}

.simco-helper-support input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin-top: 1px;
  accent-color: var(--helper-violet);
}

.simco-helper-status {
  min-height: 20px;
  color: var(--helper-soft);
  font-size: 13px;
  line-height: 1.45;
}

.simco-helper-status[data-type="error"] {
  color: #ff9fbd;
}

.simco-helper-status[data-type="success"] {
  color: #a9ffd9;
}

.simco-helper-composer {
  display: grid;
  gap: 10px;
  padding: 12px;
  border-top: 1px solid var(--helper-line);
  background: rgba(5, 8, 18, .76);
}

.simco-helper[data-fullscreen="true"] .simco-helper-composer {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 14px 24px 18px;
}

.simco-helper-suggestions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.simco-helper-chip {
  max-width: 100%;
  justify-content: center;
  color: var(--helper-muted);
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.simco-helper-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  align-items: end;
  gap: 8px;
}

.simco-helper-composer textarea {
  min-height: 46px;
  max-height: 118px;
  padding: 12px;
  resize: none;
  overflow: auto;
  scrollbar-width: thin;
  line-height: 1.45;
}

.simco-helper-send {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  padding: 0;
}

.simco-helper-voice-on {
  color: var(--helper-green);
  border-color: rgba(82, 230, 170, .38);
  background: rgba(82, 230, 170, .10);
}

@keyframes simco-helper-pulse {
  0%, 100% { transform: translateY(0); opacity: .45; }
  50% { transform: translateY(-3px); opacity: 1; }
}

@media (max-width: 720px) {
  .simco-helper {
    right: 12px;
    bottom: 12px;
  }

  .simco-helper-panel {
    width: calc(100vw - 24px);
    height: min(660px, calc(100vh - 86px));
    bottom: 62px;
  }

  .simco-helper[data-fullscreen="true"] {
    padding: 8px;
  }

  .simco-helper[data-fullscreen="true"] .simco-helper-panel {
    width: calc(100vw - 16px);
    height: calc(100vh - 16px);
  }

  .simco-helper-brand small,
  .simco-helper-launcher small {
    display: none;
  }
}

@media (max-width: 430px) {
  .simco-helper-mode {
    min-height: 40px;
    padding-inline: 4px;
  }

  .simco-helper-mode span {
    display: none;
  }

  .simco-helper-mode svg {
    width: 20px;
    height: 20px;
  }

  .simco-helper-suggestions {
    grid-template-columns: 1fr;
  }
}

.simco-helper textarea::-webkit-scrollbar,
.simco-helper-log::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.simco-helper textarea::-webkit-scrollbar-thumb,
.simco-helper-log::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(141, 111, 255, .42);
}

.cookie-banner:not([hidden]) ~ .simco-helper[data-open="false"] {
  bottom: 260px;
}

@media (max-width: 620px) {
  .cookie-banner:not([hidden]) ~ .simco-helper[data-open="false"] {
    right: 12px;
    bottom: min(382px, calc(100vh - 112px));
    display: none;
  }
}

body.simco-helper-active .cookie-banner:not([hidden]) {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .simco-helper *,
  .simco-helper *::before,
  .simco-helper *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* SIMCOAI helper cleanup - 2026-07-09 */
.simco-helper{
  right:16px !important;
  bottom:16px !important;
}
.simco-helper-launcher{
  min-height:44px !important;
  gap:8px !important;
  padding:8px 11px 8px 8px !important;
  border-radius:12px !important;
  background:rgba(10,14,30,.94) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.34) !important;
}
.simco-helper-logo{
  width:30px !important;
  height:30px !important;
  border-radius:8px !important;
  box-shadow:none !important;
}
.simco-helper-launcher strong{font-size:13px !important}
.simco-helper-launcher small{font-size:10px !important}
.simco-helper-panel{
  bottom:58px !important;
  width:min(390px,calc(100vw - 24px)) !important;
  height:min(560px,calc(100vh - 92px)) !important;
  border-radius:14px !important;
  background:linear-gradient(145deg,rgba(8,12,25,.98),rgba(15,17,34,.98)) !important;
  background-size:auto !important;
  box-shadow:0 22px 70px rgba(0,0,0,.48) !important;
}
.simco-helper-head{padding:12px !important}
.simco-helper-brand strong{font-size:13px !important}
.simco-helper-brand small{font-size:10px !important}
.simco-helper-icon-btn{
  width:34px !important;
  height:34px !important;
  border-radius:10px !important;
}
.simco-helper-modebar{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px !important;
  padding:9px 10px !important;
  overflow:hidden !important;
}
.simco-helper-mode{
  flex:1 1 105px !important;
  min-height:34px !important;
  padding:7px 9px !important;
  border-radius:10px !important;
  font-size:12px !important;
}
.simco-helper-log{padding:12px !important}
.simco-helper-bubble{border-radius:10px !important}
.simco-helper-composer{padding:10px 12px 12px !important}
.simco-helper-suggestions{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px !important;
}
.simco-helper-chip{
  flex:1 1 150px !important;
  min-height:32px !important;
  border-radius:10px !important;
}
.simco-helper-input-row{
  grid-template-columns:minmax(0,1fr) 46px !important;
}
.simco-helper-composer textarea{
  min-height:42px !important;
  max-height:96px !important;
  padding:10px 11px !important;
  border-radius:10px !important;
}
.simco-helper-send{
  width:46px !important;
  height:46px !important;
  border-radius:12px !important;
}
@media(max-width:720px){
  .simco-helper{right:10px !important;bottom:10px !important}
  .simco-helper-panel{
    width:min(390px,calc(100vw - 18px)) !important;
    height:min(560px,calc(100vh - 76px)) !important;
    bottom:54px !important;
  }
}
@media(max-width:430px){
  .simco-helper-mode{
    flex:1 1 92px !important;
    min-height:34px !important;
    padding-inline:7px !important;
  }
  .simco-helper-mode span{display:inline !important}
  .simco-helper-chip{flex-basis:100% !important}
}

/* SIMCOAI assistant tray redesign - user feedback 2026-07-09 */
.simco-helper{
  top:50% !important;
  right:22px !important;
  bottom:auto !important;
  transform:translateY(-50%) !important;
  width:0 !important;
}

.simco-helper-launcher{
  min-height:64px !important;
  padding:10px 12px !important;
  border-radius:8px !important;
  border-color:rgba(82,230,170,.30) !important;
  background:linear-gradient(145deg,rgba(6,12,23,.96),rgba(14,20,37,.96)) !important;
  box-shadow:0 18px 46px rgba(0,0,0,.42) !important;
}

.simco-helper-launcher strong{
  font-size:12px !important;
  letter-spacing:.04em !important;
}

.simco-helper-launcher small{
  display:block !important;
  font-size:10px !important;
  color:#a8f5d4 !important;
}

.simco-helper[data-open="true"]{
  top:88px !important;
  right:24px !important;
  bottom:24px !important;
  transform:none !important;
  width:min(560px,calc(100vw - 48px)) !important;
}

.simco-helper-panel{
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  display:grid !important;
  grid-template-rows:auto auto minmax(0,1fr) auto !important;
  border-radius:8px !important;
  border-color:rgba(125,211,252,.22) !important;
  background:linear-gradient(180deg,rgba(9,13,26,.99),rgba(12,16,31,.99)) !important;
  background-size:auto !important;
  box-shadow:0 28px 90px rgba(0,0,0,.54) !important;
}

.simco-helper-head{
  min-height:72px !important;
  padding:16px 18px !important;
  align-items:center !important;
  background:rgba(255,255,255,.025) !important;
}

.simco-helper-brand{
  gap:12px !important;
}

.simco-helper-brand strong{
  font-size:16px !important;
  letter-spacing:0 !important;
}

.simco-helper-brand small{
  max-width:240px !important;
  font-size:11px !important;
  letter-spacing:.04em !important;
}

.simco-helper-head-actions{
  gap:8px !important;
  flex-wrap:nowrap !important;
}

.simco-helper-text-btn{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  background:rgba(255,255,255,.055);
  color:#eef7ff;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
  white-space:nowrap;
}

.simco-helper-text-btn:hover,
.simco-helper-text-btn:focus-visible{
  border-color:rgba(82,230,170,.42);
  background:rgba(82,230,170,.10);
  outline:0;
}

.simco-helper-icon-btn{
  width:38px !important;
  height:38px !important;
  border-radius:8px !important;
}

.simco-helper-modebar{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:8px !important;
  padding:12px 18px !important;
  background:rgba(3,8,18,.42) !important;
}

.simco-helper-mode{
  min-height:42px !important;
  gap:8px !important;
  border-radius:8px !important;
  font-size:12px !important;
}

.simco-helper-log{
  gap:16px !important;
  padding:20px 18px !important;
}

.simco-helper-msg{
  max-width:88% !important;
}

.simco-helper-msg.assistant{
  justify-self:start !important;
}

.simco-helper-bubble{
  padding:14px 15px !important;
  border-radius:8px !important;
  line-height:1.62 !important;
  font-size:15px !important;
}

.simco-helper-actions{
  display:flex !important;
  gap:8px !important;
}

.simco-helper-action{
  min-height:38px !important;
  padding:8px 11px !important;
  border-radius:8px !important;
}

.simco-helper-composer{
  gap:12px !important;
  padding:14px 18px 18px !important;
  background:rgba(4,8,18,.90) !important;
}

.simco-helper-suggestions{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:9px !important;
}

.simco-helper-chip{
  min-height:40px !important;
  justify-content:flex-start !important;
  padding:9px 12px !important;
  border-radius:8px !important;
  white-space:normal !important;
  overflow:visible !important;
  text-align:left !important;
  line-height:1.25 !important;
}

.simco-helper-input-row{
  grid-template-columns:minmax(0,1fr) 56px !important;
  gap:10px !important;
}

.simco-helper-composer textarea{
  min-height:64px !important;
  max-height:150px !important;
  padding:14px 15px !important;
  border-radius:8px !important;
  font-size:15px !important;
}

.simco-helper-send{
  width:56px !important;
  height:56px !important;
  border-radius:8px !important;
}

.simco-helper-composer-actions{
  gap:10px !important;
}

.simco-helper-support{
  gap:10px !important;
  padding:18px !important;
}

.simco-helper-support input,
.simco-helper-support textarea{
  min-height:44px !important;
  border-radius:8px !important;
}

.simco-helper[data-fullscreen="true"]{
  inset:0 !important;
  width:auto !important;
  transform:none !important;
}

.simco-helper[data-fullscreen="true"] .simco-helper-panel{
  width:min(1040px,calc(100vw - 36px)) !important;
  height:min(840px,calc(100vh - 36px)) !important;
  position:relative !important;
}

@media(max-width:720px){
  .simco-helper{
    top:auto !important;
    right:14px !important;
    bottom:16px !important;
    transform:none !important;
    width:auto !important;
  }

  .simco-helper[data-open="false"]{
    left:50% !important;
    right:auto !important;
    bottom:14px !important;
    transform:translateX(-50%) !important;
  }

  .simco-helper[data-open="false"] .simco-helper-launcher{
    min-width:min(300px,calc(100vw - 28px)) !important;
    justify-content:center !important;
  }

  .simco-helper[data-open="false"] .simco-helper-launcher span{
    display:flex !important;
    align-items:baseline !important;
    gap:8px !important;
    white-space:nowrap !important;
  }

  .simco-helper[data-open="true"]{
    top:72px !important;
    left:10px !important;
    right:10px !important;
    bottom:10px !important;
    width:auto !important;
  }

  .simco-helper-panel{
    width:100% !important;
    height:auto !important;
    bottom:0 !important;
  }

  .simco-helper-head{
    padding:12px !important;
  }

  .simco-helper-brand small{
    display:none !important;
  }

  .simco-helper-text-btn{
    min-height:34px;
    padding:0 9px;
  }

  .simco-helper-modebar{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:8px !important;
    overflow-x:auto !important;
    scrollbar-width:none !important;
    padding:10px 12px !important;
  }

  .simco-helper-modebar::-webkit-scrollbar{
    display:none !important;
  }

  .simco-helper-mode{
    flex:0 0 104px !important;
  }

  .simco-helper-log{
    padding:14px 12px !important;
  }

  .simco-helper-msg{
    max-width:96% !important;
  }

  .simco-helper-composer{
    padding:12px !important;
  }

  .simco-helper-suggestions{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .simco-helper-chip{
    min-height:38px !important;
  }
}

@media(max-width:430px){
  .simco-helper-head-actions .simco-helper-text-btn{
    display:none !important;
  }

  .simco-helper-mode span{
    display:inline !important;
  }

  .simco-helper-mode{
    min-height:38px !important;
    padding:7px 8px !important;
  }

  .simco-helper-composer textarea{
    min-height:72px !important;
  }
}

@media(max-width:360px){
  .simco-helper-suggestions{
    grid-template-columns:1fr !important;
  }
}

.simco-helper[data-open="false"] .simco-helper-panel{
  display:none !important;
}

.simco-helper[data-open="false"]{
  width:auto !important;
}

/* Premium bottom-right assistant - user feedback 2026-07-10 */
.simco-helper{
  top:auto !important;
  right:22px !important;
  bottom:22px !important;
  left:auto !important;
  width:auto !important;
  transform:none !important;
}

.simco-helper-launcher{
  min-width:156px !important;
  min-height:58px !important;
  justify-content:flex-start !important;
  border-radius:8px !important;
  border-color:rgba(37,231,255,.36) !important;
  background:
    radial-gradient(circle at 12% 20%,rgba(37,231,255,.18),transparent 34%),
    linear-gradient(145deg,rgba(8,14,30,.98),rgba(16,20,42,.98)) !important;
  box-shadow:0 22px 60px rgba(0,0,0,.44),0 0 34px rgba(37,231,255,.12) !important;
}

.simco-helper-launcher span{
  display:grid !important;
  gap:2px !important;
  white-space:nowrap !important;
}

.simco-helper-launcher strong{
  font-size:13px !important;
}

.simco-helper-launcher small{
  color:#a9ffd9 !important;
  font-size:10px !important;
}

.simco-helper[data-open="true"]{
  top:auto !important;
  right:22px !important;
  bottom:22px !important;
  left:auto !important;
  width:min(520px,calc(100vw - 44px)) !important;
  height:min(720px,calc(100vh - 44px)) !important;
  transform:none !important;
}

.simco-helper-panel{
  position:absolute !important;
  inset:auto 0 0 auto !important;
  width:100% !important;
  height:100% !important;
  border-radius:8px !important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.035),transparent 34%),
    linear-gradient(145deg,rgba(8,12,26,.99),rgba(12,16,34,.99)) !important;
  box-shadow:0 28px 90px rgba(0,0,0,.56),0 0 52px rgba(37,231,255,.13) !important;
}

.simco-helper-head{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  gap:12px !important;
  min-height:72px !important;
  padding:14px 16px !important;
}

.simco-helper-brand{
  min-width:0 !important;
}

.simco-helper-brand .simco-helper-logo{
  flex:0 0 auto !important;
}

.simco-helper-brand div{
  min-width:0 !important;
}

.simco-helper-brand strong{
  display:block !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
  font-size:16px !important;
}

.simco-helper-brand small{
  display:block !important;
  max-width:250px !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}

.simco-helper-head-actions{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:8px !important;
  min-width:max-content !important;
}

.simco-helper-text-btn,
.simco-helper-icon-btn{
  flex:0 0 auto !important;
}

.simco-helper-icon-btn{
  width:38px !important;
  height:38px !important;
}

@media(max-width:560px){
  .simco-helper[data-open="true"]{
    width:min(500px,calc(100vw - 16px)) !important;
  }

  .simco-helper-head{
    grid-template-columns:minmax(0,1fr) auto !important;
    gap:8px !important;
  }

  .simco-helper-brand{
    gap:9px !important;
  }

  .simco-helper-brand strong{
    font-size:14px !important;
  }

  .simco-helper-brand small{
    display:none !important;
  }

  .simco-helper-head-actions .simco-helper-text-btn{
    min-width:42px !important;
    padding:0 9px !important;
    font-size:11px !important;
  }

  .simco-helper-head-actions .simco-helper-text-btn[href]{
    display:none !important;
  }

  .simco-helper-icon-btn{
    width:36px !important;
    height:36px !important;
  }
}

.simco-helper-modebar{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:8px !important;
  padding:10px 14px !important;
  overflow:visible !important;
}

.simco-helper-mode{
  flex:auto !important;
  min-width:0 !important;
  min-height:40px !important;
}

.simco-helper-log{
  padding:16px !important;
}

.simco-helper-composer{
  padding:13px 16px 16px !important;
}

.simco-helper-composer-actions{
  display:grid !important;
  grid-template-columns:auto auto minmax(0,1fr) !important;
  align-items:center !important;
}

.simco-helper-status{
  min-width:0 !important;
  text-align:right !important;
}

.simco-helper[data-fullscreen="true"]{
  inset:0 !important;
  width:auto !important;
  height:auto !important;
  display:grid !important;
  place-items:center !important;
  padding:18px !important;
  background:rgba(2,4,12,.72) !important;
}

.simco-helper[data-fullscreen="true"] .simco-helper-panel{
  position:relative !important;
  inset:auto !important;
  width:min(1040px,calc(100vw - 36px)) !important;
  height:min(840px,calc(100vh - 36px)) !important;
}

@media(max-width:720px){
  .simco-helper{
    right:12px !important;
    bottom:12px !important;
    left:auto !important;
    transform:none !important;
  }

  .simco-helper[data-open="false"]{
    right:12px !important;
    bottom:12px !important;
    left:auto !important;
    transform:none !important;
  }

  .simco-helper[data-open="false"] .simco-helper-launcher{
    width:58px !important;
    height:58px !important;
    min-width:58px !important;
    max-width:58px !important;
    padding:9px !important;
    border-radius:16px !important;
    justify-content:center !important;
    grid-template-columns:1fr !important;
  }

  .simco-helper[data-open="false"] .simco-helper-launcher strong,
  .simco-helper[data-open="false"] .simco-helper-launcher small{
    display:none !important;
  }

  .simco-helper[data-open="false"] .simco-helper-launcher span{
    width:38px !important;
    height:38px !important;
  }

  .simco-helper[data-open="true"]{
    right:10px !important;
    bottom:10px !important;
    left:10px !important;
    top:76px !important;
    width:auto !important;
    height:auto !important;
  }

  .simco-helper-head{
    min-height:64px !important;
    padding:12px !important;
  }

  .simco-helper-brand small{
    display:none !important;
  }

  .simco-helper-head-actions{
    gap:7px !important;
  }

  .simco-helper-head-actions .simco-helper-text-btn{
    display:none !important;
  }

  .simco-helper-modebar{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px !important;
    overflow:visible !important;
  }

  .simco-helper-mode{
    width:100% !important;
    min-width:0 !important;
    flex:initial !important;
    padding-inline:8px !important;
  }
}

/* Assistant stability pass - user feedback 2026-07-10 */
.simco-helper-action,
.simco-helper-chip,
.simco-helper-mode,
.simco-helper-icon-btn,
.simco-helper-text-btn{
  touch-action:manipulation !important;
}

.simco-helper-action span,
.simco-helper-chip,
.simco-helper-mode span{
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

@media(max-width:760px){
  .simco-helper[data-open="true"]{
    top:8px !important;
    right:8px !important;
    bottom:8px !important;
    left:8px !important;
    width:auto !important;
    height:auto !important;
  }

  .simco-helper-panel{
    border-radius:10px !important;
  }

  .simco-helper-head{
    min-height:58px !important;
    padding:10px 12px !important;
  }

  .simco-helper-head-actions .simco-helper-text-btn{
    display:none !important;
  }

  .simco-helper-modebar{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    padding:8px 12px !important;
  }

  .simco-helper-mode{
    min-height:42px !important;
  }

  .simco-helper-log{
    padding:12px !important;
  }

  .simco-helper-bubble{
    max-width:100% !important;
  }

  .simco-helper-actions,
  .simco-helper-suggestions{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .simco-helper-action,
  .simco-helper-chip{
    width:100% !important;
    min-width:0 !important;
  }

  .simco-helper-input-row{
    grid-template-columns:minmax(0,1fr) 54px !important;
  }
}

@media(max-width:430px){
  .simco-helper-actions,
  .simco-helper-suggestions{
    grid-template-columns:1fr !important;
  }

  .simco-helper-brand strong{
    max-width:190px !important;
  }
}

/* SIMCOAI mobile launcher compacting - prevents CTA overlap */
@media(max-width:720px){
  .simco-helper[data-open="false"]{
    right:10px !important;
    bottom:10px !important;
  }

  .simco-helper[data-open="false"] .simco-helper-launcher{
    width:46px !important;
    height:46px !important;
    min-width:46px !important;
    max-width:46px !important;
    padding:6px !important;
    border-radius:14px !important;
    opacity:.94 !important;
  }

  .simco-helper[data-open="false"] .simco-helper-launcher span{
    width:32px !important;
    height:32px !important;
  }
}

/* SIMCOAI unified developer console */
.dev-console-grid{
  grid-template-columns:minmax(300px,.9fr) minmax(0,1.6fr);
  align-items:start;
}

.dev-console-panel{
  display:grid;
  gap:18px;
}

.dev-account-list{
  display:grid;
  gap:10px;
  max-height:560px;
  overflow:auto;
  padding-right:4px;
}

.dev-account-row{
  width:100%;
  min-height:74px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  padding:14px 16px;
  color:var(--text);
  text-align:left;
  background:linear-gradient(135deg,rgba(26,36,61,.94),rgba(12,17,34,.96));
  border:1px solid rgba(116,198,255,.22);
  border-radius:10px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}

.dev-account-row:hover{
  transform:translateY(-1px);
  border-color:rgba(56,189,248,.64);
  background:linear-gradient(135deg,rgba(21,58,93,.96),rgba(17,23,44,.98));
  box-shadow:0 18px 44px rgba(0,0,0,.28),0 0 0 1px rgba(56,189,248,.12);
}

.dev-account-row strong,
.dev-account-row b{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.dev-account-row small{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:.78rem;
  line-height:1.35;
  overflow:hidden;
  text-overflow:ellipsis;
}

.dev-account-detail{
  display:grid;
  gap:18px;
}

.dev-detail-head{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
  padding:16px;
  border:1px solid rgba(116,198,255,.18);
  border-radius:10px;
  background:linear-gradient(135deg,rgba(15,25,49,.94),rgba(8,12,25,.96));
}

.dev-detail-head h3{
  margin:4px 0 6px;
  font-size:1.25rem;
}

.dev-detail-head p{
  margin:0;
  color:var(--muted);
  overflow-wrap:anywhere;
}

.dev-log-tabs{
  display:grid;
  gap:10px;
}

.dev-log-tabs details{
  border:1px solid rgba(116,198,255,.18);
  border-radius:10px;
  background:rgba(7,11,24,.62);
  overflow:hidden;
}

.dev-log-tabs summary{
  min-height:46px;
  display:flex;
  align-items:center;
  padding:0 14px;
  cursor:pointer;
  font-weight:800;
  color:var(--text);
  letter-spacing:0;
}

.dev-log-list{
  display:grid;
  gap:8px;
  max-height:420px;
  overflow:auto;
  padding:12px;
  border-top:1px solid rgba(116,198,255,.14);
}

.dev-log-list pre{
  margin:0;
  padding:12px;
  color:#d9ecff;
  background:rgba(0,0,0,.28);
  border:1px solid rgba(148,163,184,.16);
  border-radius:8px;
  font:600 .78rem/1.55 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
}

.locked-panel{
  max-width:820px;
}

@media(max-width:1050px){
  .dev-console-grid,
  .grid.two.dev-console-grid{
    grid-template-columns:1fr;
  }

  .dev-detail-head{
    display:grid;
  }
}

@media(max-width:640px){
  .dev-account-row{
    grid-template-columns:1fr;
  }

  .dev-detail-head .button-row{
    width:100%;
    grid-template-columns:1fr;
  }
}

/* Login/auth polish - prevent clipped tabs and cramped cookie consent */
.auth-card.auth-card-v2 {
  width: min(570px, 100%) !important;
}

.auth-tabs.auth-tabs-v2 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.auth-tabs.auth-tabs-v2 .auth-tab {
  min-width: 0 !important;
  padding: 12px 8px !important;
  overflow: visible !important;
  white-space: normal !important;
  line-height: 1.2 !important;
}

.cookie-banner.cookie-banner-v2:not([hidden]) {
  left: 50% !important;
  right: auto !important;
  bottom: 24px !important;
  width: min(760px, calc(100vw - 48px)) !important;
  max-width: 760px !important;
  transform: translateX(-50%) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  padding: 20px !important;
}

.cookie-banner.cookie-banner-v2 p {
  max-width: 520px !important;
}

.cookie-banner.cookie-banner-v2 .cookie-actions {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}

@media(max-width:720px){
  .auth-tabs.auth-tabs-v2 {
    grid-template-columns: 1fr !important;
  }

  .cookie-banner.cookie-banner-v2:not([hidden]) {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
    grid-template-columns: 1fr !important;
  }

  .cookie-banner.cookie-banner-v2 .cookie-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}

/* Support centre polish */
.support-routing-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.support-routing-strip article{
  min-height:142px;
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  align-content:start;
  align-items:start;
  padding:20px;
  border:1px solid rgba(116,198,255,.22);
  border-radius:10px;
  background:linear-gradient(135deg,rgba(17,28,52,.94),rgba(8,12,25,.96));
  box-shadow:0 18px 44px rgba(0,0,0,.22);
}

.support-routing-strip strong,
.support-routing-strip small{
  display:block;
}

.support-routing-strip strong{
  margin-top:4px;
  font-size:1.05rem;
  overflow-wrap:anywhere;
}

.support-routing-strip small{
  margin-top:8px;
  color:var(--muted);
  line-height:1.55;
}

.contact-support-layout{
  align-items:start;
}

.support-intake-card{
  gap:16px;
}

.support-intake-card .field.full h2{
  margin:8px 0;
}

.support-intake-card .field.full p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}

.support-dashboard-grid{
  align-items:start;
}

.support-route-stack{
  display:grid;
  gap:18px;
}

.support-checklist{
  display:grid;
  gap:10px;
  margin:14px 0 0;
  padding:0;
  list-style:none;
}

.support-checklist li{
  position:relative;
  padding:12px 12px 12px 38px;
  border:1px solid rgba(116,198,255,.14);
  border-radius:10px;
  background:rgba(255,255,255,.035);
  color:var(--muted);
  line-height:1.45;
}

.support-checklist li::before{
  content:"";
  position:absolute;
  left:13px;
  top:16px;
  width:10px;
  height:10px;
  border-radius:4px;
  background:linear-gradient(135deg,var(--cyan),var(--violet));
  box-shadow:0 0 18px rgba(37,231,255,.32);
}

.support-link-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:16px;
}

.support-link-grid .button{
  width:100%;
}

.support-consent{
  margin:0;
}

@media(max-width:1180px){
  .support-routing-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:720px){
  .support-routing-strip{
    grid-template-columns:1fr;
  }

  .support-link-grid{
    grid-template-columns:1fr;
  }
}

/* SIMCOAI premium motion correction layer - calm, fast, native-feeling */
:root{
  --simco-motion-fast:180ms;
  --simco-motion-med:320ms;
  --simco-motion-ease:cubic-bezier(.16,1,.3,1);
}

.has-premium-cursor,
.has-premium-cursor a,
.has-premium-cursor button,
.has-premium-cursor input,
.has-premium-cursor textarea,
.has-premium-cursor select,
.has-premium-cursor [role="button"]{
  cursor:auto !important;
}

.simco-cursor-dot{
  display:none !important;
}

.simco-cursor-ring{
  width:22px !important;
  height:22px !important;
  border:1px solid rgba(125,211,252,.34) !important;
  border-radius:999px !important;
  background:rgba(37,231,255,.035) !important;
  box-shadow:0 0 22px rgba(37,231,255,.10) !important;
  opacity:0 !important;
  mix-blend-mode:screen;
  transition:
    opacity var(--simco-motion-fast) var(--simco-motion-ease),
    width var(--simco-motion-fast) var(--simco-motion-ease),
    height var(--simco-motion-fast) var(--simco-motion-ease),
    border-color var(--simco-motion-fast) var(--simco-motion-ease),
    background var(--simco-motion-fast) var(--simco-motion-ease) !important;
}

.has-premium-cursor.cursor-ready .simco-cursor-ring{
  opacity:.72 !important;
}

.has-premium-cursor.cursor-active .simco-cursor-ring{
  width:34px !important;
  height:34px !important;
  border-color:rgba(167,139,250,.45) !important;
  background:rgba(167,139,250,.045) !important;
}

.has-premium-cursor.cursor-down .simco-cursor-ring{
  width:18px !important;
  height:18px !important;
  border-color:rgba(73,226,168,.56) !important;
  background:rgba(73,226,168,.08) !important;
}

body::after{
  opacity:.34 !important;
  background:
    radial-gradient(420px circle at var(--cursor-x) var(--cursor-y), rgba(37,231,255,.045), transparent 58%),
    linear-gradient(135deg, rgba(255,255,255,.010), transparent 44%, rgba(124,77,255,.012)) !important;
}

.btn,
.button,
.menu-button,
.social-chip,
.price-toggle button,
.cookie-actions button,
.auth-tab,
.section-tab,
.nav-link,
.doc-nav-link,
.docs-search-trigger,
.profile-chip,
.icon-button{
  transition:
    transform var(--simco-motion-fast) var(--simco-motion-ease),
    border-color var(--simco-motion-fast) var(--simco-motion-ease),
    background var(--simco-motion-fast) var(--simco-motion-ease),
    box-shadow var(--simco-motion-fast) var(--simco-motion-ease),
    color var(--simco-motion-fast) var(--simco-motion-ease),
    filter var(--simco-motion-fast) var(--simco-motion-ease) !important;
}

.card,
.feature-card,
.price-card,
.legal-card,
.result-card,
.doc-card,
.doc-section,
.related-grid a,
.support-routing-strip article,
.dev-account-row,
.addon-catalog-card,
.auth-stat-card,
.clean-card,
.workflow-card,
.record-card,
.metric{
  transition:
    transform var(--simco-motion-med) var(--simco-motion-ease),
    border-color var(--simco-motion-med) var(--simco-motion-ease),
    background var(--simco-motion-med) var(--simco-motion-ease),
    box-shadow var(--simco-motion-med) var(--simco-motion-ease),
    opacity var(--simco-motion-med) var(--simco-motion-ease) !important;
}

.price-card::after,
.feature-card::after,
.legal-card::after,
.card::after,
.doc-section::after{
  display:none !important;
}

.btn:hover,
.button:hover,
.menu-button:hover,
.social-chip:hover,
.price-toggle button:hover,
.cookie-actions button:hover,
.auth-tab:hover,
.section-tab:hover,
.nav-link:hover,
.doc-nav-link:hover,
.docs-search-trigger:hover,
.profile-chip:hover,
.icon-button:hover{
  transform:translate3d(var(--magnet-x,0),var(--magnet-y,0),0) translateY(-1px) !important;
  filter:saturate(1.04) brightness(1.035) !important;
  box-shadow:0 12px 30px rgba(0,0,0,.22),0 0 22px rgba(37,231,255,.08) !important;
}

.btn:active,
.button:active,
.menu-button:active,
.social-chip:active,
.price-toggle button:active,
.auth-tab:active,
.section-tab:active{
  transform:translate3d(var(--magnet-x,0),var(--magnet-y,0),0) translateY(0) scale(.985) !important;
}

.card:hover,
.feature-card:hover,
.price-card:hover,
.legal-card:hover,
.result-card:hover,
.doc-card:hover,
.doc-section:hover,
.related-grid a:hover,
.support-routing-strip article:hover,
.dev-account-row:hover,
.addon-catalog-card:hover,
.auth-stat-card:hover,
.clean-card:hover,
.workflow-card:hover,
.record-card:hover,
.metric:hover{
  transform:translateY(-2px) !important;
  border-color:rgba(125,211,252,.30) !important;
  box-shadow:0 18px 46px rgba(0,0,0,.24),0 0 28px rgba(37,231,255,.055) !important;
}

.fake-css-icon,
.doc-glyph,
.css-icon,
.icon{
  transition:
    transform var(--simco-motion-fast) var(--simco-motion-ease),
    border-color var(--simco-motion-fast) var(--simco-motion-ease),
    box-shadow var(--simco-motion-fast) var(--simco-motion-ease),
    background var(--simco-motion-fast) var(--simco-motion-ease) !important;
}

.card:hover .fake-css-icon,
.feature-card:hover .fake-css-icon,
.price-card:hover .fake-css-icon,
.support-routing-strip article:hover .fake-css-icon,
.doc-nav-link:hover .doc-glyph,
.doc-card:hover .doc-glyph{
  transform:translateY(-1px) scale(1.025) !important;
  box-shadow:0 12px 24px rgba(37,231,255,.10), inset 0 1px 0 rgba(255,255,255,.10) !important;
}

.is-reveal{
  opacity:0 !important;
  transform:translateY(8px) !important;
}

.is-reveal.is-inview{
  opacity:1 !important;
  transform:none !important;
  transition:
    opacity 360ms var(--simco-motion-ease),
    transform 360ms var(--simco-motion-ease) !important;
  transition-delay:var(--reveal-delay,0ms) !important;
}

.simco-click-ripple{
  width:8px !important;
  height:8px !important;
  border-color:rgba(125,211,252,.42) !important;
  animation:simcoRippleCalm 420ms var(--simco-motion-ease) forwards !important;
}

@keyframes simcoRippleCalm{
  0%{opacity:.55;transform:translate(-50%,-50%) scale(.35)}
  100%{opacity:0;transform:translate(-50%,-50%) scale(4.2)}
}

.simco-helper-panel,
.simco-helper-launcher,
.simco-helper-mode,
.simco-helper-action,
.simco-helper-chip,
.simco-helper-send,
.simco-helper-icon-btn{
  transition:
    transform var(--simco-motion-fast) var(--simco-motion-ease),
    border-color var(--simco-motion-fast) var(--simco-motion-ease),
    background var(--simco-motion-fast) var(--simco-motion-ease),
    box-shadow var(--simco-motion-fast) var(--simco-motion-ease),
    opacity var(--simco-motion-fast) var(--simco-motion-ease) !important;
}

.simco-helper-launcher:hover,
.simco-helper-mode:hover,
.simco-helper-action:hover,
.simco-helper-chip:hover,
.simco-helper-send:hover,
.simco-helper-icon-btn:hover{
  transform:translateY(-1px) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.28),0 0 24px rgba(37,231,255,.08) !important;
}

@media (hover:none), (pointer:coarse), (prefers-reduced-motion:reduce){
  body::after{display:none !important}
  .simco-cursor-dot,
  .simco-cursor-ring,
  .simco-click-ripple{display:none !important}
  .is-reveal,
  .is-reveal.is-inview{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
  .btn,
  .button,
  .card,
  .feature-card,
  .price-card,
  .legal-card,
  .result-card,
  .doc-card,
  .doc-section,
  .simco-helper-panel,
  .simco-helper-launcher{
    transform:none !important;
  }
}

/* SIMCOAI cross-site alignment correction - assistant, terms and legal controls */
.hero-actions,
.page-actions,
.button-row,
.cookie-actions,
.legal-hero .hero-actions{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:10px !important;
}

.legal-hero .hero-actions{
  margin-top:24px !important;
}

.hero-actions .btn,
.hero-actions .button,
.legal-hero .hero-actions .btn,
.legal-hero .hero-actions .button,
.button-row .button,
.button-row .btn,
.cookie-actions button,
.cookie-actions .button,
.cookie-actions .btn{
  min-height:44px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  line-height:1.1 !important;
  white-space:nowrap !important;
  text-align:center !important;
}

.legal-hero .hero-actions .btn{
  min-width:96px !important;
}

.check-row,
.legal-check-row,
.consent-card .check-row,
.auth-card-v2 .check-row,
.support-intake-card .check-row,
.simco-helper-support label{
  display:grid !important;
  grid-template-columns:20px minmax(0,1fr) !important;
  align-items:start !important;
  gap:10px !important;
  text-align:left !important;
}

.check-row input[type="checkbox"],
.legal-check-row input[type="checkbox"],
.consent-card .check-row input[type="checkbox"],
.auth-card-v2 .check-row input[type="checkbox"],
.support-intake-card .check-row input[type="checkbox"],
.simco-helper-support input[type="checkbox"]{
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  margin:2px 0 0 !important;
  justify-self:center !important;
}

.check-row span,
.legal-check-row span,
.consent-card .check-row span,
.auth-card-v2 .check-row span,
.support-intake-card .check-row span,
.simco-helper-support label span{
  min-width:0 !important;
  line-height:1.45 !important;
}

.consent-card .button-row.full,
.auth-card-v2 .button-row.full{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
}

.consent-card .button-row.full .button,
.auth-card-v2 .button-row.full .button{
  width:100% !important;
}

.simco-helper{
  z-index:2147483000 !important;
}

.simco-helper[data-open="true"]{
  width:min(520px,calc(100vw - 44px)) !important;
  height:min(720px,calc(100vh - 44px)) !important;
}

.simco-helper-panel{
  display:grid !important;
  grid-template-rows:auto auto minmax(0,1fr) auto !important;
  overflow:hidden !important;
}

.simco-helper-head{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:12px !important;
}

.simco-helper-brand{
  display:flex !important;
  align-items:center !important;
  min-width:0 !important;
}

.simco-helper-brand div,
.simco-helper-brand span{
  min-width:0 !important;
}

.simco-helper-head-actions{
  display:grid !important;
  grid-auto-flow:column !important;
  grid-auto-columns:max-content !important;
  align-items:center !important;
  justify-content:end !important;
  gap:8px !important;
}

.simco-helper-text-btn,
.simco-helper-icon-btn,
.simco-helper-mode,
.simco-helper-action,
.simco-helper-chip,
.simco-helper-submit,
.simco-helper-send{
  appearance:none !important;
  box-sizing:border-box !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  line-height:1 !important;
  text-align:center !important;
}

.simco-helper-text-btn{
  height:40px !important;
  min-width:58px !important;
  padding:0 14px !important;
}

.simco-helper-icon-btn{
  width:40px !important;
  height:40px !important;
  min-width:40px !important;
  padding:0 !important;
}

.simco-helper-icon-btn svg,
.simco-helper-mode svg,
.simco-helper-action svg,
.simco-helper-submit svg,
.simco-helper-send svg{
  width:18px !important;
  height:18px !important;
  flex:0 0 auto !important;
}

.simco-helper-modebar{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  align-items:stretch !important;
}

.simco-helper-mode{
  min-width:0 !important;
  width:100% !important;
  min-height:40px !important;
  padding:0 8px !important;
  white-space:nowrap !important;
}

.simco-helper-mode span,
.simco-helper-action span,
.simco-helper-chip{
  min-width:0 !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}

.simco-helper-log{
  min-height:0 !important;
  overflow:auto !important;
}

.simco-helper-support{
  min-height:0 !important;
  overflow:auto !important;
}

.simco-helper-actions,
.simco-helper-suggestions{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:8px !important;
}

.simco-helper-action,
.simco-helper-chip{
  width:100% !important;
  min-height:38px !important;
  padding:0 12px !important;
}

.simco-helper-input-row{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 56px !important;
  align-items:stretch !important;
  gap:10px !important;
}

.simco-helper-composer textarea{
  width:100% !important;
}

.simco-helper-send{
  width:56px !important;
  min-width:56px !important;
  height:auto !important;
  min-height:56px !important;
  align-self:stretch !important;
  padding:0 !important;
}

.simco-helper-composer-actions{
  display:grid !important;
  grid-template-columns:40px 40px minmax(0,1fr) !important;
  align-items:center !important;
  gap:8px !important;
}

.simco-helper[data-fullscreen="true"]{
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  left:0 !important;
  width:auto !important;
  height:auto !important;
  padding:18px !important;
  display:grid !important;
  place-items:center !important;
}

.simco-helper[data-fullscreen="true"] .simco-helper-panel{
  width:min(1040px,calc(100vw - 36px)) !important;
  height:min(840px,calc(100vh - 36px)) !important;
}

@media(max-width:760px){
  .hero-actions,
  .page-actions,
  .button-row,
  .cookie-actions,
  .legal-hero .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    align-items:stretch !important;
  }

  .hero-actions .btn,
  .hero-actions .button,
  .legal-hero .hero-actions .btn,
  .legal-hero .hero-actions .button,
  .button-row .button,
  .button-row .btn,
  .cookie-actions button{
    width:100% !important;
    min-width:0 !important;
  }

  .consent-card .button-row.full,
  .auth-card-v2 .button-row.full{
    grid-template-columns:1fr !important;
  }

  .simco-helper[data-open="true"]{
    top:8px !important;
    right:8px !important;
    bottom:8px !important;
    left:8px !important;
    width:auto !important;
    height:auto !important;
  }

  .simco-helper-head{
    grid-template-columns:minmax(0,1fr) auto !important;
    gap:8px !important;
  }

  .simco-helper-brand strong{
    max-width:180px !important;
  }

  .simco-helper-brand small,
  .simco-helper-head-actions .simco-helper-text-btn{
    display:none !important;
  }

  .simco-helper-head-actions{
    grid-auto-columns:40px !important;
  }

  .simco-helper-modebar{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px !important;
  }

  .simco-helper-mode{
    min-height:42px !important;
  }
}

@media(max-width:430px){
  .simco-helper-actions,
  .simco-helper-suggestions{
    grid-template-columns:1fr !important;
  }

  .simco-helper-input-row{
    grid-template-columns:minmax(0,1fr) 54px !important;
  }

  .simco-helper-send{
    width:54px !important;
    min-width:54px !important;
  }
}

/* SIMCOAI launch-grade interface layer - unified final pass 2026-07-12 */
:root{
  --simco-bg-0:#030712;
  --simco-bg-1:#07101f;
  --simco-panel:rgba(12,17,33,.86);
  --simco-panel-strong:rgba(15,23,42,.94);
  --simco-line:rgba(124,161,255,.22);
  --simco-line-hot:rgba(49,211,255,.46);
  --simco-text:#f8fbff;
  --simco-muted:#b9c2dc;
  --simco-dim:#8894b4;
  --simco-cyan:#2fd4ff;
  --simco-blue:#2f7dff;
  --simco-violet:#8d4cff;
  --simco-pink:#e044d8;
  --simco-green:#56f0ad;
  --simco-radius:20px;
  --simco-radius-sm:14px;
  --simco-ease:cubic-bezier(.2,.8,.2,1);
  --simco-shadow:0 24px 70px rgba(0,0,0,.42), 0 0 0 1px rgba(114,162,255,.12);
}

html{
  background:#030712 !important;
  scroll-behavior:smooth;
}

body{
  background:
    radial-gradient(circle at var(--cursor-x, 72%) var(--cursor-y, 18%), rgba(48,213,255,.105), transparent 18rem),
    radial-gradient(circle at 88% 7%, rgba(141,76,255,.18), transparent 28rem),
    linear-gradient(145deg, #030712 0%, #060a16 46%, #0b0820 100%) !important;
}

body::after{
  opacity:.72 !important;
  transition:background .12s linear, opacity .2s var(--simco-ease) !important;
}

.has-premium-cursor,
.has-premium-cursor *{
  cursor:auto !important;
}

.simco-cursor-dot,
.simco-cursor-ring{
  display:block !important;
  position:fixed !important;
  left:0 !important;
  top:0 !important;
  z-index:2147483646 !important;
  pointer-events:none !important;
  will-change:transform, opacity, width, height !important;
}

.simco-cursor-dot{
  width:18px !important;
  height:24px !important;
  opacity:0 !important;
  clip-path:polygon(8% 0, 96% 58%, 57% 65%, 75% 100%, 57% 100%, 40% 70%, 8% 90%) !important;
  background:linear-gradient(145deg, #f9fdff 0%, #38d7ff 46%, #9b4dff 100%) !important;
  filter:drop-shadow(0 10px 22px rgba(47,212,255,.42)) drop-shadow(0 0 10px rgba(142,76,255,.35)) !important;
  transform-origin:2px 2px !important;
  transition:opacity .16s var(--simco-ease), filter .16s var(--simco-ease) !important;
}

.simco-cursor-ring{
  width:34px !important;
  height:34px !important;
  border-radius:999px !important;
  border:1px solid rgba(75,220,255,.48) !important;
  background:radial-gradient(circle, rgba(47,212,255,.16), rgba(142,76,255,.07) 48%, transparent 68%) !important;
  box-shadow:0 0 28px rgba(47,212,255,.18), inset 0 0 16px rgba(142,76,255,.18) !important;
  opacity:0 !important;
  transition:opacity .18s var(--simco-ease), width .16s var(--simco-ease), height .16s var(--simco-ease), border-color .16s var(--simco-ease) !important;
}

.has-premium-cursor.cursor-ready .simco-cursor-dot{ opacity:.95 !important; }
.has-premium-cursor.cursor-ready .simco-cursor-ring{ opacity:.58 !important; }
.has-premium-cursor.cursor-active .simco-cursor-ring{
  width:48px !important;
  height:48px !important;
  border-color:rgba(153,93,255,.62) !important;
  background:radial-gradient(circle, rgba(142,76,255,.16), rgba(47,212,255,.12) 54%, transparent 72%) !important;
}
.has-premium-cursor.cursor-down .simco-cursor-dot{
  filter:drop-shadow(0 5px 12px rgba(47,212,255,.45)) !important;
}
.has-premium-cursor.cursor-down .simco-cursor-ring{
  width:24px !important;
  height:24px !important;
  opacity:.82 !important;
}

.simco-click-ripple{
  position:fixed !important;
  width:10px !important;
  height:10px !important;
  margin:-5px 0 0 -5px !important;
  border-radius:999px !important;
  pointer-events:none !important;
  z-index:2147483645 !important;
  border:1px solid rgba(47,212,255,.52) !important;
  animation:simcoRipple .55s var(--simco-ease) forwards !important;
}

@keyframes simcoRipple{
  to{ transform:scale(8); opacity:0; }
}

.button,
.btn,
button,
.icon-button,
.topbar-text-button,
.profile-chip,
.command-trigger,
.section-tab,
.nav-link,
.doc-nav-link,
.card,
.clean-card,
.chart-card,
.record-card,
.workflow-card,
.metric,
.auth-card-v2,
.auth-stat-card,
.pricing-card,
.plan-card,
.doc-card,
.related-grid a,
.simco-helper-launch,
.simco-helper-mode,
.simco-helper-chip,
.simco-helper-send{
  transition:
    transform .16s var(--simco-ease),
    border-color .18s var(--simco-ease),
    background .18s var(--simco-ease),
    box-shadow .18s var(--simco-ease),
    color .18s var(--simco-ease),
    opacity .18s var(--simco-ease) !important;
}

.button:hover,
.btn:hover,
button:hover,
.icon-button:hover,
.topbar-text-button:hover,
.profile-chip:hover,
.command-trigger:hover,
.section-tab:hover,
.nav-link:hover,
.doc-nav-link:hover,
.simco-helper-mode:hover,
.simco-helper-chip:hover{
  transform:translate3d(var(--magnet-x,0), calc(var(--magnet-y,0) - 1px), 0) !important;
}

.card:hover,
.clean-card:hover,
.chart-card:hover,
.record-card:hover,
.workflow-card:hover,
.metric:hover,
.auth-stat-card:hover,
.pricing-card:hover,
.plan-card:hover,
.doc-card:hover,
.related-grid a:hover{
  transform:translateY(-3px) !important;
  border-color:rgba(70,213,255,.42) !important;
  box-shadow:0 24px 64px rgba(0,0,0,.34), 0 0 34px rgba(47,212,255,.08) !important;
}

.button:active,
.btn:active,
button:active,
.icon-button:active,
.topbar-text-button:active,
.profile-chip:active,
.command-trigger:active,
.section-tab:active,
.simco-helper-send:active{
  transform:translate3d(var(--magnet-x,0), var(--magnet-y,0), 0) scale(.985) !important;
}

.css-icon,
.fake-css-icon,
.doc-glyph{
  position:relative !important;
  display:inline-grid !important;
  place-items:center !important;
  flex:0 0 auto !important;
  width:28px !important;
  height:28px !important;
  min-width:28px !important;
  min-height:28px !important;
  border-radius:10px !important;
  border:1px solid rgba(80,214,255,.34) !important;
  background:
    radial-gradient(circle at 35% 25%, rgba(86,240,173,.25), transparent 36%),
    linear-gradient(145deg, rgba(24,66,103,.92), rgba(15,20,44,.96)) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12), 0 8px 22px rgba(47,212,255,.13) !important;
  overflow:hidden !important;
  color:#c9f7ff !important;
  font-size:0 !important;
  line-height:0 !important;
  vertical-align:middle !important;
}

.css-icon::before,
.css-icon::after,
.fake-css-icon::before,
.fake-css-icon::after,
.doc-glyph::before,
.doc-glyph::after{
  content:"" !important;
  position:absolute !important;
  box-sizing:border-box !important;
  display:block !important;
  background:none !important;
  border:0 !important;
  opacity:1 !important;
}

.button .css-icon,
.topbar-text-button .css-icon,
.section-tab .css-icon,
.nav-link .css-icon,
.profile-chip .css-icon{
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  min-height:24px !important;
  border-radius:9px !important;
}

.nav-link .css-icon{
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  min-height:34px !important;
  border-radius:12px !important;
}

.metric > .css-icon,
.card > .css-icon,
.auth-stat-card .css-icon,
.doc-card > .doc-glyph{
  width:36px !important;
  height:36px !important;
  min-width:36px !important;
  min-height:36px !important;
  border-radius:13px !important;
}

.css-icon.search::before,
.doc-glyph-api::before{
  width:11px !important;
  height:11px !important;
  border:2px solid currentColor !important;
  border-radius:999px !important;
  left:6px !important;
  top:5px !important;
}
.css-icon.search::after,
.doc-glyph-api::after{
  width:8px !important;
  height:2px !important;
  background:currentColor !important;
  border-radius:2px !important;
  transform:rotate(45deg) !important;
  left:16px !important;
  top:17px !important;
}

.css-icon.menu::before,
.css-icon.logs::before,
.doc-glyph-logs::before{
  width:14px !important;
  height:10px !important;
  left:7px !important;
  top:9px !important;
  background:repeating-linear-gradient(to bottom, currentColor 0 2px, transparent 2px 4px) !important;
  border-radius:2px !important;
}
.css-icon.close::before,
.css-icon.close::after{
  width:14px !important;
  height:2px !important;
  left:7px !important;
  top:13px !important;
  background:currentColor !important;
  border-radius:2px !important;
}
.css-icon.close::before{ transform:rotate(45deg) !important; }
.css-icon.close::after{ transform:rotate(-45deg) !important; }

.css-icon.phone::before,
.css-icon.calls::before,
.doc-glyph-phone::before,
.doc-glyph-ai::before{
  width:10px !important;
  height:17px !important;
  left:9px !important;
  top:5px !important;
  border:2px solid currentColor !important;
  border-radius:7px 7px 5px 5px !important;
}
.css-icon.phone::after,
.css-icon.calls::after,
.doc-glyph-phone::after,
.doc-glyph-ai::after{
  width:4px !important;
  height:2px !important;
  left:12px !important;
  bottom:5px !important;
  background:currentColor !important;
  border-radius:2px !important;
}

.css-icon.chat::before,
.doc-glyph-chat::before,
.css-icon.support::before,
.doc-glyph-support::before,
.doc-glyph-faq::before{
  width:16px !important;
  height:12px !important;
  left:6px !important;
  top:7px !important;
  border:2px solid currentColor !important;
  border-radius:6px !important;
}
.css-icon.chat::after,
.doc-glyph-chat::after,
.css-icon.support::after,
.doc-glyph-support::after,
.doc-glyph-faq::after{
  width:6px !important;
  height:6px !important;
  left:10px !important;
  top:17px !important;
  border-left:2px solid currentColor !important;
  border-bottom:2px solid currentColor !important;
  transform:skew(-22deg) !important;
}

.css-icon.analytics::before,
.css-icon.chart::before,
.css-icon.limits::before,
.doc-glyph-dashboard::before,
.doc-glyph-platform::before{
  width:16px !important;
  height:14px !important;
  left:6px !important;
  bottom:6px !important;
  background:
    linear-gradient(to top, currentColor 0 60%, transparent 60%) 0 100%/4px 12px no-repeat,
    linear-gradient(to top, currentColor 0 82%, transparent 82%) 6px 100%/4px 14px no-repeat,
    linear-gradient(to top, currentColor 0 48%, transparent 48%) 12px 100%/4px 10px no-repeat !important;
  border-radius:2px !important;
}
.css-icon.analytics::after,
.css-icon.chart::after,
.css-icon.limits::after,
.doc-glyph-dashboard::after,
.doc-glyph-platform::after{
  width:18px !important;
  height:1px !important;
  left:5px !important;
  bottom:5px !important;
  background:rgba(201,247,255,.55) !important;
}

.css-icon.overview::before,
.doc-glyph-overview::before{
  width:15px !important;
  height:15px !important;
  left:6px !important;
  top:6px !important;
  border:2px solid currentColor !important;
  border-radius:999px !important;
  background:radial-gradient(circle, currentColor 0 2px, transparent 3px) !important;
}
.css-icon.overview::after,
.doc-glyph-overview::after{
  width:4px !important;
  height:4px !important;
  right:6px !important;
  top:6px !important;
  background:currentColor !important;
  border-radius:999px !important;
  box-shadow:-13px 13px 0 currentColor !important;
}

.css-icon.test::before,
.css-icon.testing::before,
.css-icon.pulse::before,
.doc-glyph-check::before{
  width:17px !important;
  height:10px !important;
  left:5px !important;
  top:9px !important;
  border-left:2px solid currentColor !important;
  border-bottom:2px solid currentColor !important;
  transform:rotate(-45deg) !important;
}
.css-icon.test::after,
.css-icon.testing::after,
.css-icon.pulse::after{
  width:6px !important;
  height:6px !important;
  right:5px !important;
  top:5px !important;
  background:currentColor !important;
  border-radius:999px !important;
  box-shadow:0 12px 0 rgba(201,247,255,.5) !important;
}

.css-icon.orders::before,
.css-icon.knowledge::before,
.css-icon.policies::before,
.css-icon.billing::before,
.doc-glyph-billing::before,
.doc-glyph-security::before,
.doc-glyph-deployment::before{
  width:14px !important;
  height:17px !important;
  left:7px !important;
  top:5px !important;
  border:2px solid currentColor !important;
  border-radius:4px !important;
}
.css-icon.orders::after,
.css-icon.knowledge::after,
.css-icon.policies::after,
.css-icon.billing::after,
.doc-glyph-billing::after,
.doc-glyph-security::after,
.doc-glyph-deployment::after{
  width:8px !important;
  height:7px !important;
  left:10px !important;
  top:10px !important;
  background:repeating-linear-gradient(to bottom, currentColor 0 1px, transparent 1px 3px) !important;
}

.css-icon.refunds::before,
.css-icon.addons::before,
.css-icon.spark::before,
.doc-glyph-addons::before,
.doc-glyph-spark::before{
  width:16px !important;
  height:16px !important;
  left:6px !important;
  top:6px !important;
  background:
    linear-gradient(currentColor,currentColor) center/2px 16px no-repeat,
    linear-gradient(90deg,currentColor,currentColor) center/16px 2px no-repeat !important;
  transform:rotate(45deg) !important;
  border-radius:2px !important;
}
.css-icon.refunds::after,
.css-icon.addons::after,
.css-icon.spark::after,
.doc-glyph-addons::after,
.doc-glyph-spark::after{
  width:6px !important;
  height:6px !important;
  left:11px !important;
  top:11px !important;
  background:var(--simco-panel-strong) !important;
  border:1px solid currentColor !important;
  border-radius:999px !important;
}

.css-icon.bookings::before,
.css-icon.calendar::before{
  width:16px !important;
  height:15px !important;
  left:6px !important;
  top:7px !important;
  border:2px solid currentColor !important;
  border-radius:5px !important;
}
.css-icon.bookings::after,
.css-icon.calendar::after{
  width:12px !important;
  height:2px !important;
  left:8px !important;
  top:12px !important;
  background:currentColor !important;
  box-shadow:0 5px 0 rgba(201,247,255,.55) !important;
}

.css-icon.escalations::before,
.css-icon.security::before,
.css-icon.alert::before,
.doc-glyph-security::before{
  width:16px !important;
  height:18px !important;
  left:6px !important;
  top:4px !important;
  border:2px solid currentColor !important;
  clip-path:polygon(50% 0, 100% 16%, 86% 76%, 50% 100%, 14% 76%, 0 16%) !important;
  border-radius:4px !important;
}
.css-icon.escalations::after,
.css-icon.security::after,
.css-icon.alert::after,
.doc-glyph-security::after{
  width:8px !important;
  height:2px !important;
  left:10px !important;
  top:14px !important;
  background:currentColor !important;
  box-shadow:3px -4px 0 currentColor !important;
}

.css-icon.setup::before,
.doc-glyph-setup::before{
  width:16px !important;
  height:16px !important;
  left:6px !important;
  top:6px !important;
  border:2px solid currentColor !important;
  border-radius:999px !important;
  background:
    radial-gradient(circle, currentColor 0 2px, transparent 3px),
    conic-gradient(from 0deg, transparent 0 18%, currentColor 18% 24%, transparent 24% 43%, currentColor 43% 49%, transparent 49% 68%, currentColor 68% 74%, transparent 74%) !important;
}

.css-icon.memory::before,
.css-icon.automations::before,
.css-icon.api::before,
.css-icon.team::before,
.css-icon.company::before,
.doc-glyph-api::before{
  width:15px !important;
  height:15px !important;
  left:6px !important;
  top:6px !important;
  border:2px solid currentColor !important;
  border-radius:5px !important;
}
.css-icon.memory::after,
.css-icon.automations::after,
.css-icon.api::after,
.css-icon.team::after,
.css-icon.company::after{
  width:4px !important;
  height:4px !important;
  left:8px !important;
  top:8px !important;
  background:currentColor !important;
  border-radius:999px !important;
  box-shadow:8px 0 0 currentColor, 4px 8px 0 currentColor !important;
}

.css-icon.sound::before{
  width:8px !important;
  height:10px !important;
  left:6px !important;
  top:9px !important;
  background:currentColor !important;
  clip-path:polygon(0 34%, 42% 34%, 100% 0, 100% 100%, 42% 66%, 0 66%) !important;
}
.css-icon.sound::after{
  width:8px !important;
  height:12px !important;
  left:14px !important;
  top:8px !important;
  border-right:2px solid currentColor !important;
  border-radius:0 999px 999px 0 !important;
}

.dashboard-shell{
  --sidebar-width:264px;
  background:
    radial-gradient(circle at 96% 0%, rgba(141,76,255,.18), transparent 30rem),
    linear-gradient(135deg, #030712 0%, #060b17 48%, #0c0820 100%) !important;
  color:var(--simco-text) !important;
}

@media(min-width:981px){
  .dashboard-shell{
    grid-template-columns:var(--sidebar-width) minmax(0,1fr) !important;
  }
}

.sidebar{
  background:
    linear-gradient(180deg, rgba(4,10,22,.96), rgba(4,8,18,.985)),
    radial-gradient(circle at 20% 4%, rgba(47,212,255,.15), transparent 18rem) !important;
  border-right:1px solid rgba(109,153,255,.18) !important;
  box-shadow:14px 0 44px rgba(0,0,0,.26) !important;
}

.sidebar .brand,
.dashboard-brand{
  min-height:78px !important;
  align-items:center !important;
}

.sidebar-status,
.business-chip,
.profile-chip,
.topbar,
.command-palette{
  border-color:rgba(109,153,255,.2) !important;
  background:linear-gradient(145deg, rgba(13,19,37,.9), rgba(9,13,29,.9)) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06) !important;
}

.nav-list,
.dashboard-nav{
  gap:8px !important;
}

.nav-link{
  min-height:60px !important;
  padding:12px 16px !important;
  gap:12px !important;
  border-radius:16px !important;
  border:1px solid transparent !important;
}

.nav-link.active,
.nav-link[aria-current="page"]{
  background:linear-gradient(135deg, rgba(9,61,88,.88), rgba(28,24,76,.88)) !important;
  border-color:rgba(47,212,255,.35) !important;
  box-shadow:0 16px 38px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.topbar{
  position:sticky !important;
  top:0 !important;
  z-index:30 !important;
  min-height:78px !important;
  padding:14px 28px !important;
  backdrop-filter:blur(18px) saturate(130%) !important;
}

.topbar-search,
.search-shell{
  min-height:52px !important;
  border-radius:16px !important;
  border:1px solid rgba(109,153,255,.28) !important;
  background:rgba(10,16,33,.78) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06), 0 10px 30px rgba(0,0,0,.16) !important;
}

.topbar-text-button,
.icon-button,
.command-trigger,
.section-tab{
  min-height:46px !important;
  border-radius:15px !important;
  border:1px solid rgba(109,153,255,.24) !important;
  background:linear-gradient(145deg, rgba(16,23,43,.9), rgba(9,13,29,.88)) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06) !important;
}

.section-tabs{
  gap:10px !important;
  margin:0 0 28px !important;
  padding:0 !important;
  align-items:center !important;
}

.section-tab{
  padding:0 18px !important;
  gap:9px !important;
  color:#dce5ff !important;
  font-weight:900 !important;
}

.section-tab.active,
.section-tab[aria-selected="true"]{
  border-color:rgba(47,212,255,.42) !important;
  background:linear-gradient(135deg, #2fd4ff 0%, #2f7dff 50%, #9b4dff 100%) !important;
  color:#fff !important;
  box-shadow:0 18px 42px rgba(47,126,255,.24), 0 0 28px rgba(47,212,255,.16) !important;
}

.content,
.dashboard-main{
  width:100% !important;
  max-width:1760px !important;
  margin:0 auto !important;
  padding:34px 38px 74px !important;
}

.page-head,
.hero-dashboard,
.hero-panel,
.dashboard-hero{
  min-height:190px !important;
  padding:34px 38px !important;
  border:1px solid rgba(130,153,219,.2) !important;
  border-radius:28px !important;
  background:
    radial-gradient(circle at 89% 11%, rgba(141,76,255,.18), transparent 20rem),
    linear-gradient(145deg, rgba(20,24,38,.92), rgba(11,15,31,.94)) !important;
  box-shadow:var(--simco-shadow) !important;
  overflow:hidden !important;
}

.page-head h1,
.hero-dashboard h1,
.dashboard-hero h1{
  font-size:clamp(44px, 4vw, 72px) !important;
  line-height:.95 !important;
  letter-spacing:0 !important;
  margin:18px 0 14px !important;
}

.page-head p,
.hero-dashboard p,
.dashboard-hero p{
  max-width:980px !important;
  color:#cbd5f4 !important;
  font-size:clamp(15px, 1vw, 18px) !important;
  line-height:1.65 !important;
}

.section-kicker,
.eyebrow,
.kicker{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  color:#98edff !important;
  letter-spacing:.14em !important;
}

.section-kicker::before,
.eyebrow::before,
.kicker::before{
  content:"" !important;
  display:block !important;
  width:34px !important;
  height:2px !important;
  border-radius:999px !important;
  background:linear-gradient(90deg, var(--simco-cyan), var(--simco-violet)) !important;
}

.grid.four,
.metrics-grid{
  gap:20px !important;
}

@media(min-width:1100px){
  .grid.four,
  .metrics-grid{
    grid-template-columns:repeat(4, minmax(210px, 1fr)) !important;
  }
}

.card,
.clean-card,
.chart-card,
.record-card,
.workflow-card,
.metric,
.toggle-card,
.pricing-card,
.plan-card,
.doc-card,
.auth-stat-card,
.legal-card{
  border:1px solid rgba(109,153,255,.22) !important;
  border-radius:22px !important;
  background:
    radial-gradient(circle at 92% 14%, rgba(47,212,255,.08), transparent 13rem),
    linear-gradient(150deg, rgba(13,20,38,.94), rgba(8,12,27,.94)) !important;
  box-shadow:0 18px 52px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.055) !important;
}

.metric{
  min-height:150px !important;
  padding:24px !important;
  display:grid !important;
  align-content:end !important;
  gap:8px !important;
  position:relative !important;
}

.metric .css-icon{
  position:absolute !important;
  right:20px !important;
  top:20px !important;
}

.metric strong{
  font-size:clamp(34px, 3vw, 54px) !important;
  line-height:.92 !important;
  letter-spacing:0 !important;
}

.metric small,
.metric label{
  color:#9ca8c9 !important;
  font-weight:900 !important;
  letter-spacing:.1em !important;
}

.chart-card,
.clean-card{
  padding:26px !important;
}

.progress,
.usage-bar,
.bar-track{
  height:12px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.08) !important;
  overflow:hidden !important;
}

.progress span,
.usage-bar span,
.bar-fill{
  border-radius:999px !important;
  background:linear-gradient(90deg, var(--simco-cyan), var(--simco-blue), var(--simco-violet), var(--simco-pink)) !important;
  box-shadow:0 0 22px rgba(47,212,255,.28) !important;
}

.chart,
.mini-chart,
.chart-sparkline{
  border-radius:18px !important;
  border:1px solid rgba(109,153,255,.18) !important;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px) 0 0/100% 26px,
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px) 0 0/42px 100%,
    rgba(7,13,28,.76) !important;
}

.readiness-score,
.score-ring{
  filter:drop-shadow(0 0 26px rgba(141,76,255,.32)) !important;
}

.table-wrap,
table{
  border-radius:18px !important;
  overflow:hidden !important;
  border-color:rgba(109,153,255,.18) !important;
}

thead,
thead tr{
  background:rgba(47,212,255,.06) !important;
}

th,
td{
  border-color:rgba(109,153,255,.12) !important;
}

.auth-page-v2{
  background:
    radial-gradient(circle at 15% 18%, rgba(47,212,255,.16), transparent 23rem),
    radial-gradient(circle at 88% 8%, rgba(141,76,255,.18), transparent 26rem),
    linear-gradient(135deg, #030712, #070c18 58%, #0b0820) !important;
  overflow-x:hidden !important;
}

.auth-shell-v2{
  gap:56px !important;
  width:min(100% - 40px, 1460px) !important;
}

.auth-card-v2{
  border-radius:28px !important;
  border-color:rgba(109,153,255,.28) !important;
  background:linear-gradient(150deg, rgba(14,22,40,.95), rgba(8,12,28,.97)) !important;
  box-shadow:var(--simco-shadow) !important;
}

.auth-tabs-v2{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:8px !important;
  padding:6px !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.045) !important;
}

.auth-tab,
.auth-tabs-v2 button{
  min-width:0 !important;
  min-height:52px !important;
  border-radius:13px !important;
  white-space:normal !important;
  text-align:center !important;
}

.auth-card-v2 input,
.auth-card-v2 select,
.auth-card-v2 textarea,
.contact-form input,
.contact-form select,
.contact-form textarea{
  min-height:54px !important;
  border-radius:15px !important;
  border-color:rgba(130,153,219,.28) !important;
  background:rgba(14,24,44,.9) !important;
}

.check-row,
.terms-row,
.consent-row{
  display:grid !important;
  grid-template-columns:22px minmax(0, 1fr) !important;
  gap:12px !important;
  align-items:start !important;
}

.check-row input,
.terms-row input,
.consent-row input{
  width:18px !important;
  height:18px !important;
  margin:2px 0 0 !important;
}

.captcha-card,
.checkout-note{
  width:100% !important;
  overflow:hidden !important;
  border-radius:20px !important;
}

.pricing-grid,
.pricing-cards,
.plans-grid{
  align-items:stretch !important;
}

.pricing-card,
.plan-card{
  padding:28px !important;
}

.pricing-card .button,
.plan-card .button,
.legal-hero .hero-actions .button,
.cookie-actions button,
.contact-form .button{
  min-height:52px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  line-height:1.1 !important;
}

.legal-hero .hero-actions,
.hero-actions,
.page-actions,
.button-row,
.cookie-actions{
  align-items:center !important;
  gap:12px !important;
}

.doc-shell,
.docs-shell{
  background:
    radial-gradient(circle at 92% 8%, rgba(141,76,255,.16), transparent 28rem),
    linear-gradient(145deg, #030712, #07101e) !important;
}

.doc-nav-link,
.related-grid a{
  border-radius:16px !important;
  border:1px solid rgba(109,153,255,.16) !important;
  background:rgba(12,18,34,.66) !important;
}

.simco-helper,
.simco-helper *{
  box-sizing:border-box !important;
}

.simco-helper-launch{
  right:22px !important;
  bottom:22px !important;
  min-width:166px !important;
  min-height:64px !important;
  border-radius:16px !important;
  border:1px solid rgba(47,212,255,.42) !important;
  background:linear-gradient(145deg, rgba(13,23,43,.96), rgba(7,12,27,.96)) !important;
  box-shadow:0 18px 46px rgba(0,0,0,.36), 0 0 26px rgba(47,212,255,.15) !important;
}

.simco-helper[data-open="true"]{
  width:min(520px, calc(100vw - 32px)) !important;
  max-height:min(760px, calc(100vh - 32px)) !important;
  right:18px !important;
  bottom:18px !important;
  border-radius:22px !important;
  border:1px solid rgba(109,153,255,.28) !important;
  background:linear-gradient(155deg, rgba(12,19,36,.98), rgba(5,9,22,.985)) !important;
  box-shadow:0 30px 90px rgba(0,0,0,.52), 0 0 44px rgba(47,212,255,.12) !important;
  overflow:hidden !important;
}

.simco-helper-head{
  min-height:76px !important;
  padding:12px 14px !important;
  gap:12px !important;
  border-bottom:1px solid rgba(109,153,255,.16) !important;
}

.simco-helper-head-actions{
  gap:8px !important;
  align-items:center !important;
}

.simco-helper-head-actions button,
.simco-helper-icon-btn,
.simco-helper-text-btn{
  width:auto !important;
  min-width:44px !important;
  height:44px !important;
  min-height:44px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:14px !important;
}

.simco-helper-modebar{
  gap:8px !important;
  padding:10px !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
}

.simco-helper-mode{
  min-height:42px !important;
  gap:8px !important;
  justify-content:center !important;
  overflow:hidden !important;
}

.simco-helper-body{
  padding:12px !important;
}

.simco-helper-response{
  border-radius:14px !important;
  line-height:1.55 !important;
}

.simco-helper-actions,
.simco-helper-suggestions{
  gap:10px !important;
}

.simco-helper-input-row{
  gap:10px !important;
  align-items:stretch !important;
  grid-template-columns:minmax(0,1fr) 58px !important;
}

.simco-helper-input{
  min-height:112px !important;
  resize:none !important;
  line-height:1.5 !important;
  border-radius:16px !important;
}

.simco-helper-send{
  width:58px !important;
  min-width:58px !important;
  border-radius:16px !important;
}

.is-reveal{
  opacity:0;
  transform:translateY(12px) scale(.995);
  transition:opacity .34s var(--simco-ease), transform .34s var(--simco-ease) !important;
  transition-delay:var(--reveal-delay,0ms) !important;
}

.is-reveal.is-inview{
  opacity:1;
  transform:none;
}

@media(max-width:980px){
  .dashboard-shell{
    grid-template-columns:1fr !important;
  }

  .content,
  .dashboard-main{
    padding:22px 16px 92px !important;
  }

  .topbar{
    min-height:70px !important;
    padding:10px 12px !important;
  }

  .section-tabs{
    overflow-x:auto !important;
    padding-bottom:8px !important;
    scrollbar-width:none !important;
  }

  .section-tabs::-webkit-scrollbar{ display:none !important; }

  .page-head,
  .hero-dashboard,
  .hero-panel,
  .dashboard-hero{
    min-height:0 !important;
    padding:28px 22px !important;
    border-radius:22px !important;
  }

  .page-head h1,
  .hero-dashboard h1,
  .dashboard-hero h1{
    font-size:clamp(38px, 12vw, 58px) !important;
  }

  .grid.four,
  .metrics-grid{
    grid-template-columns:1fr !important;
  }

  .auth-shell-v2{
    width:min(100% - 24px, 640px) !important;
    gap:28px !important;
  }

  .auth-copy-v2 h1{
    font-size:clamp(44px, 13vw, 72px) !important;
  }
}

@media(max-width:520px){
  .auth-page-v2{
    padding:18px 14px 32px !important;
  }

  .auth-card-v2{
    padding:20px !important;
    border-radius:22px !important;
  }

  .auth-tabs-v2{
    grid-template-columns:1fr !important;
  }

  .auth-tab,
  .auth-tabs-v2 button{
    min-height:48px !important;
  }

  .simco-helper[data-open="true"]{
    inset:8px !important;
    width:auto !important;
    height:auto !important;
    max-height:none !important;
    border-radius:18px !important;
  }

  .simco-helper-modebar{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }

  .simco-helper-input{
    min-height:110px !important;
  }
}

@media(min-width:981px) and (max-width:1500px){
  .profile-chip{
    flex:0 0 64px !important;
    max-width:64px !important;
    padding-inline:10px !important;
  }

  .profile-chip span{
    display:none !important;
  }
}

/* SIMCOAI launch-grade correction pass - topbar, hero and mobile density */
@media(min-width:981px){
  .topbar{
    display:grid !important;
    grid-template-columns:minmax(260px, 520px) minmax(0, 1fr) !important;
    gap:16px !important;
    overflow:visible !important;
  }

  .topbar > .mobile-only{
    display:none !important;
  }

  .topbar .command-trigger{
    grid-column:1 !important;
    max-width:520px !important;
  }

  .topbar-actions{
    grid-column:2 !important;
    display:flex !important;
    justify-content:flex-end !important;
    align-items:center !important;
    gap:8px !important;
    min-width:0 !important;
    overflow:hidden !important;
  }

  .topbar-actions .badge-plan{
    flex:0 0 auto !important;
    min-width:48px !important;
    max-width:58px !important;
    padding-inline:10px !important;
    text-align:center !important;
  }

  .topbar-actions .badge-usage{
    flex:0 1 236px !important;
    max-width:236px !important;
    padding-inline:12px !important;
    text-align:center !important;
  }

  .topbar-actions .topbar-text-button{
    flex:0 0 auto !important;
    padding-inline:13px !important;
  }

  .profile-chip{
    flex:0 1 150px !important;
    max-width:150px !important;
    overflow:hidden !important;
  }

  .profile-chip span{
    min-width:0 !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }
}

.hero-dashboard{
  display:block !important;
  min-height:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}

.hero-dashboard .hero-panel{
  min-height:260px !important;
  display:grid !important;
  align-content:center !important;
}

.hero-dashboard .orbit-visual{
  display:none !important;
}

.hero-panel h1,
.metric strong,
.status-value,
.stat-value{
  overflow-wrap:anywhere !important;
  word-break:normal !important;
  hyphens:none !important;
}

.metric{
  overflow:hidden !important;
}

.metric strong{
  max-width:100% !important;
  font-size:clamp(30px, 2.55vw, 48px) !important;
}

.metric span{
  max-width:100% !important;
}

.badge,
.badge-usage,
.badge-plan{
  line-height:1 !important;
}

@media(max-width:980px){
  .topbar{
    display:grid !important;
    grid-template-columns:auto minmax(0, 1fr) auto !important;
    gap:8px !important;
    overflow:visible !important;
  }

  .topbar-actions{
    display:flex !important;
    gap:8px !important;
    justify-content:flex-end !important;
    min-width:0 !important;
  }

  .topbar-actions .badge-usage,
  .topbar-actions .topbar-text-button span:not(.css-icon),
  .profile-chip span{
    display:none !important;
  }

  .topbar .command-trigger{
    min-width:0 !important;
  }

  .topbar .command-trigger span:not(.css-icon){
    max-width:82px !important;
  }

  .hero-dashboard .hero-panel{
    min-height:0 !important;
  }
}

@media(max-width:520px){
  .auth-shell-v2,
  .auth-page-v2 > *{
    margin-inline:auto !important;
  }

  .auth-shell-v2{
    width:calc(100% - 28px) !important;
  }

  .auth-copy-v2{
    width:100% !important;
    min-width:0 !important;
    padding-inline:0 !important;
  }

  .auth-copy-v2 h1{
    max-width:100% !important;
    font-size:clamp(38px, 13vw, 54px) !important;
    overflow-wrap:normal !important;
  }

  .auth-copy-v2 p{
    max-width:100% !important;
  }

  .hero-panel h1{
    font-size:clamp(34px, 12vw, 48px) !important;
  }

  .metric strong{
    font-size:clamp(28px, 10vw, 42px) !important;
  }

  .simco-helper-launch{
    min-width:48px !important;
    width:48px !important;
    height:58px !important;
    padding:8px !important;
  }

  .simco-helper-launch strong,
  .simco-helper-launch small{
    display:none !important;
  }
}

/* SIMCOAI assistant mobile density correction - actual unified helper source */
@media(max-width:720px){
  .simco-helper[data-open="true"] .simco-helper-panel{
    display:grid !important;
    grid-template-rows:auto auto minmax(0,1fr) auto !important;
    overflow:hidden !important;
  }

  .simco-helper-log{
    min-height:0 !important;
    overflow-y:auto !important;
    padding:12px 12px 10px !important;
  }

  .simco-helper-msg{
    max-width:100% !important;
  }

  .simco-helper-actions{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
    align-items:stretch !important;
  }

  .simco-helper-action{
    width:100% !important;
    min-height:38px !important;
    justify-content:center !important;
    padding:8px 10px !important;
  }

  .simco-helper-action span{
    min-width:0 !important;
    overflow:visible !important;
    text-overflow:clip !important;
    white-space:normal !important;
    line-height:1.15 !important;
    text-align:center !important;
  }

  .simco-helper-composer{
    gap:8px !important;
    padding:10px 12px 12px !important;
  }

  .simco-helper-suggestions{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }

  .simco-helper-chip{
    min-height:38px !important;
    padding:7px 9px !important;
    white-space:normal !important;
    line-height:1.2 !important;
  }

  .simco-helper-input-row{
    grid-template-columns:minmax(0,1fr) 56px !important;
    gap:8px !important;
  }

  .simco-helper-composer textarea{
    min-height:74px !important;
    max-height:96px !important;
    padding:11px !important;
  }

  .simco-helper-send{
    width:56px !important;
    height:56px !important;
  }
}

@media(max-width:360px){
  .simco-helper-actions,
  .simco-helper-suggestions{
    grid-template-columns:1fr !important;
  }
}

/* SIMCOAI image icon system - Lucide SVG assets, replacing CSS-drawn icons */
:root{
  --simco-icon-base:"https://simcoai.co.uk/assets/icons/lucide/";
}

.css-icon,
.fake-css-icon,
.doc-glyph{
  background:
    radial-gradient(circle at 30% 18%, rgba(47,212,255,.24), transparent 38%),
    linear-gradient(145deg, rgba(12,48,74,.96), rgba(15,19,43,.98)) !important;
  background-image:
    var(--icon-url),
    linear-gradient(145deg, rgba(12,48,74,.96), rgba(15,19,43,.98)) !important;
  background-repeat:no-repeat,no-repeat !important;
  background-position:center,center !important;
  background-size:58% 58%,100% 100% !important;
  color:transparent !important;
  isolation:isolate !important;
}

.css-icon::before,
.css-icon::after,
.fake-css-icon::before,
.fake-css-icon::after,
.doc-glyph::before,
.doc-glyph::after{
  content:"" !important;
  display:none !important;
}

.nav-link .css-icon,
.metric .css-icon,
.card > .css-icon,
.auth-stat-card .css-icon,
.doc-card > .doc-glyph,
.feature-card .fake-css-icon{
  background-size:56% 56%,100% 100% !important;
}

.button .css-icon,
.topbar-text-button .css-icon,
.section-tab .css-icon,
.command-trigger .css-icon{
  background-size:60% 60%,100% 100% !important;
}

.css-icon.overview,
.doc-glyph-overview,
.doc-glyph-dashboard{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/layout-dashboard.svg"); }
.css-icon.analytics,
.css-icon.chart,
.css-icon.limits,
.doc-glyph-platform{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/chart-no-axes-combined.svg"); }
.css-icon.test,
.css-icon.testing,
.css-icon.pulse{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/activity.svg"); }
.css-icon.orders,
.doc-glyph-orders{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/package.svg"); }
.css-icon.refunds{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/rotate-ccw.svg"); }
.css-icon.bookings,
.css-icon.calendar,
.doc-glyph-calendar{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/calendar-check.svg"); }
.css-icon.escalations,
.css-icon.alert{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/triangle-alert.svg"); }
.css-icon.knowledge,
.doc-glyph-knowledge{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/book-open-text.svg"); }
.css-icon.search{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/search.svg"); }
.css-icon.phone,
.doc-glyph-phone{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/phone.svg"); }
.css-icon.calls,
.doc-glyph-ai{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/phone-call.svg"); }
.css-icon.logs,
.doc-glyph-logs{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/clipboard-list.svg"); }
.css-icon.chat,
.doc-glyph-chat{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/message-square.svg"); }
.css-icon.setup,
.doc-glyph-setup{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/settings-2.svg"); }
.css-icon.memory{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/brain.svg"); }
.css-icon.automations{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/workflow.svg"); }
.css-icon.policies,
.css-icon.security,
.doc-glyph-security{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/shield-check.svg"); }
.css-icon.company{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/building-2.svg"); }
.css-icon.billing,
.doc-glyph-billing{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/credit-card.svg"); }
.css-icon.api,
.doc-glyph-api{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/code-xml.svg"); }
.css-icon.team{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/users.svg"); }
.css-icon.addons,
.doc-glyph-addons{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/puzzle.svg"); }
.css-icon.support,
.doc-glyph-support{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/headset.svg"); }
.css-icon.sound{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/volume-2.svg"); }
.css-icon.menu{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/menu.svg"); }
.css-icon.close{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/x.svg"); }
.css-icon.spark,
.doc-glyph-spark{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/sparkles.svg"); }
.css-icon.check,
.doc-glyph-check{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/check.svg"); }
.doc-glyph-deployment{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/rocket.svg"); }
.doc-glyph-faq{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/circle-question-mark.svg"); }

.fake-css-icon.icon-stripe,
.fake-css-icon.icon-card,
.fake-css-icon.icon-billing{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/credit-card.svg"); }
.fake-css-icon.icon-database{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/database.svg"); }
.fake-css-icon.icon-phone{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/phone-call.svg"); }
.fake-css-icon.icon-shield{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/shield-check.svg"); }
.fake-css-icon.icon-ai{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/bot.svg"); }
.fake-css-icon.icon-chart{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/chart-no-axes-combined.svg"); }
.fake-css-icon.icon-support{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/life-buoy.svg"); }
.fake-css-icon.icon-docs{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/file-text.svg"); }
.fake-css-icon.icon-money{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/badge-pound-sterling.svg"); }

/* SIMCOAI final legal and terms alignment */
.check-row,
.legal-check-row,
.terms-row,
.consent-row,
.auth-form .check-row,
.auth-card-v2 .check-row,
.consent-card .check-row{
  display:grid !important;
  grid-template-columns:22px minmax(0,1fr) !important;
  column-gap:14px !important;
  align-items:start !important;
  width:100% !important;
  margin:0 !important;
  color:#dfe6ff !important;
  line-height:1.55 !important;
}

.check-row input[type="checkbox"],
.legal-check-row input[type="checkbox"],
.terms-row input[type="checkbox"],
.consent-row input[type="checkbox"],
.auth-form .check-row input[type="checkbox"],
.auth-card-v2 .check-row input[type="checkbox"],
.consent-card .check-row input[type="checkbox"]{
  grid-column:1 !important;
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  margin:2px 0 0 !important;
  justify-self:start !important;
  accent-color:#8d4cff !important;
}

.check-row span,
.legal-check-row span,
.terms-row span,
.consent-row span,
.auth-form .check-row span,
.auth-card-v2 .check-row span,
.consent-card .check-row span{
  grid-column:2 !important;
  min-width:0 !important;
  display:block !important;
}

.legal-hero .hero-actions,
.page-hero .hero-actions{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:12px !important;
}

.legal-hero .hero-actions .btn,
.legal-hero .hero-actions .button,
.page-hero .hero-actions .btn,
.page-hero .hero-actions .button{
  min-height:50px !important;
  min-width:128px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  line-height:1.1 !important;
}

@media(max-width:680px){
  .legal-hero .hero-actions,
  .page-hero .hero-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
  }

  .legal-hero .hero-actions .btn,
  .legal-hero .hero-actions .button,
  .page-hero .hero-actions .btn,
  .page-hero .hero-actions .button{
    width:100% !important;
    min-width:0 !important;
  }
}

@media(max-width:430px){
  .legal-hero .hero-actions,
  .page-hero .hero-actions{
    grid-template-columns:1fr !important;
  }
}

/* SIMCOAI premium pricing and legal-centre redesign */
.pricing-hero{
  width:min(100% - 48px, 1540px) !important;
  min-height:0 !important;
  margin:0 auto !important;
  padding:clamp(70px, 8vw, 118px) 0 38px !important;
  display:grid !important;
  grid-template-columns:minmax(0, .95fr) minmax(360px, .58fr) !important;
  column-gap:clamp(36px, 6vw, 92px) !important;
  align-items:center !important;
  position:relative !important;
}

.pricing-hero::after{
  content:"Growth\A GBP 99 / month\A 250 AI call minutes\A 5,000 conversations\A 1 Twilio number";
  white-space:pre-line;
  grid-column:2 !important;
  grid-row:1 / span 6 !important;
  align-self:center;
  min-height:330px;
  padding:34px;
  border:1px solid rgba(47,212,255,.28);
  border-radius:28px;
  background:
    radial-gradient(circle at 78% 14%, rgba(141,76,255,.22), transparent 12rem),
    linear-gradient(150deg, rgba(12,42,64,.94), rgba(12,17,36,.96));
  box-shadow:0 30px 90px rgba(0,0,0,.36), 0 0 44px rgba(47,212,255,.1);
  color:#f8fbff;
  font-weight:950;
  font-size:clamp(18px, 1.6vw, 24px);
  line-height:1.8;
  letter-spacing:0;
}

.pricing-hero .eyebrow,
.pricing-hero h1,
.pricing-hero p,
.pricing-hero .hero-actions,
.pricing-hero .price-toggle,
.pricing-hero .pricing-tax-note{
  grid-column:1 !important;
}

.pricing-hero .eyebrow{ grid-row:1 !important; }
.pricing-hero h1{ grid-row:2 !important; }
.pricing-hero > p{ grid-row:3 !important; }
.pricing-hero .hero-actions{ grid-row:4 !important; }
.pricing-hero .price-toggle{ grid-row:5 !important; }
.pricing-hero .pricing-tax-note{ grid-row:6 !important; }

.pricing-hero h1{
  max-width:860px !important;
  margin:20px 0 22px !important;
  font-size:clamp(54px, 6.6vw, 112px) !important;
  line-height:.92 !important;
}

.pricing-hero p{
  max-width:780px !important;
  font-size:clamp(18px, 1.3vw, 22px) !important;
}

.pricing-hero .hero-actions{
  margin-top:26px !important;
}

.pricing-hero .price-toggle{
  width:max-content !important;
  margin-top:22px !important;
  border-radius:16px !important;
  background:rgba(255,255,255,.045) !important;
  border:1px solid rgba(130,153,219,.24) !important;
  padding:6px !important;
}

.pricing-hero .price-toggle button{
  min-height:46px !important;
  min-width:108px !important;
  border-radius:12px !important;
}

.pricing-tax-note{
  width:min(760px,100%) !important;
  margin-top:18px !important;
  border:1px solid rgba(130,153,219,.24) !important;
  border-radius:14px !important;
  background:rgba(13,20,38,.72) !important;
  padding:16px 18px !important;
}

.pricing-launch-strip{
  width:min(100% - 48px, 1540px) !important;
  margin:18px auto 0 !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:16px !important;
}

.pricing-launch-strip article{
  min-height:146px !important;
  padding:22px !important;
  border:1px solid rgba(109,153,255,.24) !important;
  border-radius:20px !important;
  background:
    radial-gradient(circle at 8% 10%, rgba(47,212,255,.12), transparent 11rem),
    linear-gradient(150deg, rgba(13,22,40,.94), rgba(8,12,27,.96)) !important;
  display:grid !important;
  grid-template-columns:38px minmax(0,1fr) !important;
  column-gap:14px !important;
  align-items:start !important;
}

.pricing-launch-strip article .fake-css-icon{
  grid-row:1 / span 2 !important;
  width:38px !important;
  height:38px !important;
  min-width:38px !important;
}

.pricing-launch-strip article strong,
.pricing-launch-strip article small{
  grid-column:2 !important;
}

.pricing-launch-strip article small{
  color:#b9c2dc !important;
  line-height:1.6 !important;
}

.pricing-plans-section{
  width:min(100% - 48px, 1540px) !important;
  margin:70px auto 0 !important;
  padding:0 !important;
}

.pricing-plans-section .grid.four,
[data-pricing-cards]{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(230px,1fr)) !important;
  gap:18px !important;
  align-items:stretch !important;
}

.price-card{
  min-height:690px !important;
  padding:28px !important;
  border-radius:24px !important;
  border:1px solid rgba(109,153,255,.24) !important;
  background:
    radial-gradient(circle at 78% 0%, rgba(47,212,255,.08), transparent 13rem),
    linear-gradient(180deg, rgba(22,29,46,.96), rgba(11,16,31,.98)) !important;
  box-shadow:0 24px 70px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.06) !important;
  display:flex !important;
  flex-direction:column !important;
}

.price-card.popular{
  border-color:rgba(47,212,255,.58) !important;
  background:
    radial-gradient(circle at 16% 7%, rgba(47,212,255,.18), transparent 12rem),
    linear-gradient(180deg, rgba(8,48,70,.98), rgba(12,17,36,.98)) !important;
  box-shadow:0 30px 90px rgba(0,0,0,.36), 0 0 48px rgba(47,212,255,.12) !important;
}

.plan-topline{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  min-height:34px !important;
}

.plan-chip,
.plan-proof span{
  border-radius:999px !important;
  border:1px solid rgba(47,212,255,.28) !important;
  background:rgba(47,212,255,.08) !important;
  color:#c9f7ff !important;
}

.price-card h3{
  margin:22px 0 10px !important;
  font-size:clamp(24px,2vw,34px) !important;
}

.plan-description{
  min-height:94px !important;
}

.price-block{
  margin:22px 0 6px !important;
  display:flex !important;
  align-items:flex-end !important;
  gap:8px !important;
}

.price-block strong{
  font-size:clamp(54px,4.3vw,78px) !important;
  line-height:.86 !important;
}

.price-currency,
.price-period{
  color:#9ceeff !important;
  font-weight:950 !important;
}

.plan-limits{
  display:grid !important;
  gap:10px !important;
  margin:24px 0 16px !important;
}

.limit-row{
  min-height:64px !important;
  border-radius:14px !important;
  border:1px solid rgba(47,212,255,.22) !important;
  background:rgba(10,18,36,.72) !important;
}

.plan-proof{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  margin:0 0 18px !important;
}

.plan-proof span{
  padding:6px 9px !important;
  font-size:11px !important;
  font-weight:900 !important;
}

.price-card > .btn{
  width:100% !important;
  min-height:54px !important;
  margin-top:auto !important;
}

.plan-features{
  margin-top:18px !important;
}

.plan-comparison-section,
.pricing-feature-matrix,
.ecosystem-pricing,
.pricing-faq,
.sales-section,
.legal-control-panel,
.legal-layout,
.legal-subprocessor-table,
.legal-operational-annex{
  width:min(100% - 48px, 1540px) !important;
  margin-inline:auto !important;
}

.legal-control-panel{
  display:grid !important;
  grid-template-columns:minmax(260px, 560px) minmax(0,1fr) !important;
  gap:18px !important;
  align-items:end !important;
  border:1px solid rgba(109,153,255,.22) !important;
  border-radius:22px !important;
  background:linear-gradient(145deg, rgba(13,22,40,.92), rgba(8,12,27,.94)) !important;
  padding:22px !important;
}

.legal-search-box{
  display:grid !important;
  gap:8px !important;
}

.legal-search-box input{
  min-height:54px !important;
}

.legal-safe-note{
  color:#cbd5f4 !important;
  line-height:1.7 !important;
  margin:0 !important;
}

.legal-layout{
  display:grid !important;
  grid-template-columns:minmax(260px, 320px) minmax(0,1fr) !important;
  gap:22px !important;
  align-items:start !important;
}

.legal-toc{
  position:sticky !important;
  top:92px !important;
  max-height:calc(100vh - 120px) !important;
  overflow:auto !important;
  border:1px solid rgba(109,153,255,.22) !important;
  border-radius:20px !important;
  background:rgba(9,14,29,.86) !important;
  padding:16px !important;
}

.legal-toc a{
  display:block !important;
  padding:10px 11px !important;
  border-radius:12px !important;
  color:#cbd5f4 !important;
  line-height:1.35 !important;
}

.legal-toc a:hover{
  background:rgba(47,212,255,.08) !important;
  color:#fff !important;
}

.legal-content{
  display:grid !important;
  gap:16px !important;
}

.legal-card{
  padding:26px !important;
}

.legal-card-head{
  display:grid !important;
  grid-template-columns:44px minmax(0,1fr) !important;
  gap:14px !important;
  align-items:center !important;
}

.legal-card-head span{
  width:44px !important;
  height:44px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:14px !important;
  border:1px solid rgba(47,212,255,.32) !important;
  background:rgba(47,212,255,.08) !important;
  color:#9ceeff !important;
  font-weight:950 !important;
}

.legal-card h2{
  margin:0 !important;
  font-size:clamp(24px,2vw,34px) !important;
}

.legal-card p{
  color:#cbd5f4 !important;
  line-height:1.75 !important;
}

.legal-annex-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:16px !important;
}

.legal-annex-grid article{
  border:1px solid rgba(109,153,255,.22) !important;
  border-radius:18px !important;
  background:rgba(10,18,36,.72) !important;
  padding:20px !important;
}

.legal-annex-grid strong{
  color:#fff !important;
  font-size:18px !important;
}

.legal-annex-grid p{
  color:#cbd5f4 !important;
  line-height:1.65 !important;
}

@media(max-width:1180px){
  .pricing-hero{
    grid-template-columns:1fr !important;
  }

  .pricing-hero::after{
    margin-top:28px !important;
    min-height:0 !important;
  }

  .pricing-launch-strip,
  .pricing-plans-section .grid.four,
  [data-pricing-cards],
  .legal-annex-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .legal-layout{
    grid-template-columns:1fr !important;
  }

  .legal-toc{
    position:relative !important;
    top:auto !important;
    max-height:none !important;
  }
}

@media(max-width:720px){
  .pricing-hero,
  .pricing-launch-strip,
  .pricing-plans-section,
  .plan-comparison-section,
  .pricing-feature-matrix,
  .ecosystem-pricing,
  .pricing-faq,
  .sales-section,
  .legal-control-panel,
  .legal-layout,
  .legal-subprocessor-table,
  .legal-operational-annex{
    width:min(100% - 28px, 1540px) !important;
  }

  .pricing-hero{
    padding-top:76px !important;
  }

  .pricing-hero::after,
  .pricing-launch-strip,
  .pricing-plans-section .grid.four,
  [data-pricing-cards],
  .legal-control-panel,
  .legal-annex-grid{
    grid-template-columns:1fr !important;
  }

  .pricing-hero h1{
    font-size:clamp(46px, 13vw, 66px) !important;
  }

  .pricing-hero .price-toggle{
    width:100% !important;
    display:grid !important;
    grid-template-columns:1fr !important;
  }
}

/* SIMCOAI final launch icon and pricing polish */
.css-icon,
.fake-css-icon,
.doc-glyph{
  background-image:
    var(--icon-url),
    radial-gradient(circle at 30% 18%, rgba(47,212,255,.26), transparent 38%),
    linear-gradient(145deg, rgba(12,48,74,.98), rgba(15,19,43,.98)) !important;
  background-repeat:no-repeat,no-repeat,no-repeat !important;
  background-position:center,center,center !important;
  background-size:62% 62%,100% 100%,100% 100% !important;
}

.css-icon::before,
.css-icon::after,
.fake-css-icon::before,
.fake-css-icon::after,
.doc-glyph::before,
.doc-glyph::after{
  display:none !important;
  content:"" !important;
}

.css-icon::before,
.fake-css-icon::before,
.doc-glyph::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  inset:21% !important;
  width:auto !important;
  height:auto !important;
  border:0 !important;
  border-radius:0 !important;
  background:#e8fbff !important;
  box-shadow:none !important;
  transform:none !important;
  opacity:.98 !important;
  -webkit-mask-image:var(--icon-url) !important;
  mask-image:var(--icon-url) !important;
  -webkit-mask-repeat:no-repeat !important;
  mask-repeat:no-repeat !important;
  -webkit-mask-position:center !important;
  mask-position:center !important;
  -webkit-mask-size:contain !important;
  mask-size:contain !important;
  filter:drop-shadow(0 0 8px rgba(80,230,255,.48)) !important;
  pointer-events:none !important;
}

.css-icon::after,
.fake-css-icon::after,
.doc-glyph::after{
  display:none !important;
}

.button .css-icon::before,
.topbar-text-button .css-icon::before,
.section-tab .css-icon::before,
.command-trigger .css-icon::before{
  inset:15% !important;
}

.nav-link .css-icon::before,
.metric .css-icon::before,
.card > .css-icon::before,
.auth-stat-card .css-icon::before,
.doc-card > .doc-glyph::before,
.feature-card .fake-css-icon::before{
  inset:14% !important;
  background:#f3feff !important;
}

.real-icon-img{
  display:block !important;
  width:66% !important;
  height:66% !important;
  object-fit:contain !important;
  filter:drop-shadow(0 0 8px rgba(80,230,255,.42)) !important;
  pointer-events:none !important;
}

.nav-link .real-icon-img,
.metric .real-icon-img,
.section-tab .real-icon-img{
  width:72% !important;
  height:72% !important;
}

.css-icon.home,
.css-icon.overview,
.doc-glyph-home,
.doc-glyph-overview,
.doc-glyph-dashboard{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/layout-dashboard.svg") !important; }
.css-icon.bell{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/activity.svg") !important; }
.css-icon.card,
.css-icon.wallet{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/wallet.svg") !important; }
.css-icon.gauge{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/gauge.svg") !important; }
.css-icon.route{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/workflow.svg") !important; }
.css-icon.voice,
.fake-css-icon.icon-voice{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/phone-call.svg") !important; }
.fake-css-icon.icon-chat,
.fake-css-icon.icon-message{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/message-square.svg") !important; }
.fake-css-icon.icon-doc,
.fake-css-icon.icon-docs,
.fake-css-icon.icon-document{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/file-text.svg") !important; }
.fake-css-icon.icon-email,
.fake-css-icon.icon-contact{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/headset.svg") !important; }
.fake-css-icon.icon-number{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/badge-pound-sterling.svg") !important; }
.fake-css-icon.icon-route{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/workflow.svg") !important; }
.fake-css-icon.icon-web{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/search.svg") !important; }
.fake-css-icon.icon-review{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/check.svg") !important; }
.fake-css-icon.icon-cart{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/package.svg") !important; }
.fake-css-icon.icon-calendar{ --icon-url:url("https://simcoai.co.uk/assets/icons/lucide/calendar-check.svg") !important; }

.pricing-hero{
  min-height:clamp(520px,70vh,720px) !important;
  padding:clamp(104px,12vh,148px) clamp(24px,4vw,62px) clamp(42px,6vh,72px) !important;
  grid-template-columns:minmax(0,760px) minmax(360px,530px) !important;
  align-items:end !important;
  column-gap:clamp(42px,8vw,120px) !important;
}

.pricing-hero h1{
  max-width:760px !important;
  font-size:clamp(64px,6.6vw,96px) !important;
  line-height:.94 !important;
}

.pricing-hero::after{
  align-self:end !important;
  min-height:300px !important;
  padding:34px 36px !important;
  border-radius:8px !important;
  background:
    linear-gradient(135deg, rgba(9,51,70,.96), rgba(32,31,82,.94)),
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04)) !important;
  border:1px solid rgba(72,219,255,.30) !important;
  box-shadow:0 28px 90px rgba(0,0,0,.34),0 0 56px rgba(37,231,255,.10) !important;
  white-space:pre-line !important;
}

.pricing-hero .hero-actions,
.pricing-hero .price-toggle,
.pricing-hero .pricing-tax-note{
  max-width:760px !important;
}

.pricing-launch-strip{
  margin-top:-6px !important;
}

.pricing-plans-section{
  padding-top:42px !important;
}

[data-pricing-cards]{
  align-items:stretch !important;
}

.price-card{
  border-radius:8px !important;
  min-height:660px !important;
  display:flex !important;
  flex-direction:column !important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease !important;
}

.price-card:hover{
  transform:translateY(-5px) !important;
}

.price-card .btn{
  margin-top:auto !important;
}

@media(max-width:1020px){
  .pricing-hero{
    min-height:0 !important;
    padding-top:96px !important;
    grid-template-columns:1fr !important;
  }
  .pricing-hero::after{
    min-height:0 !important;
    align-self:stretch !important;
  }
}

@media(max-width:520px){
  .pricing-hero{
    padding-top:92px !important;
  }
  .pricing-hero h1{
    font-size:clamp(42px,11.6vw,52px) !important;
    line-height:1.02 !important;
  }
  .price-card{
    min-height:0 !important;
  }
}
