/*
  GEA Enterprise Design Language M8.5A Rollout
  Scope: Entire GEA M0-M8 and future phases
  Purpose: visual identity only. No runtime, token, credential, posting or spending action.
*/
:root{
  --gea-ink:#07111f;
  --gea-ink-2:#10233f;
  --gea-navy:#06172f;
  --gea-navy-2:#0b2244;
  --gea-navy-3:#123a70;
  --gea-gold:#d9a520;
  --gea-gold-2:#ffd36a;
  --gea-gold-soft:#fff0bf;
  --gea-blue:#2563eb;
  --gea-cyan:#06b6d4;
  --gea-emerald:#059669;
  --gea-orange:#f97316;
  --gea-rose:#e11d48;
  --gea-purple:#8b5cf6;
  --gea-bg:#f8fafc;
  --gea-bg-2:#fffaf0;
  --gea-surface:#ffffff;
  --gea-surface-2:#f8fbff;
  --gea-card:#ffffff;
  --gea-text:#07111f;
  --gea-text-soft:#243b5a;
  --gea-muted:#52677f;
  --gea-border:#dbeafe;
  --gea-shadow:0 20px 50px rgba(2,18,45,.12);
  --gea-shadow-soft:0 10px 28px rgba(2,18,45,.08);
  --gea-radius:24px;
  --gea-radius-sm:16px;
}
*{box-sizing:border-box}
html{min-height:100%;scroll-behavior:smooth}
body{
  margin:0!important;
  min-height:100%;
  font-family:"Segoe UI",Arial,Helvetica,sans-serif!important;
  background:
    radial-gradient(circle at 14% 8%,rgba(255,211,106,.20),transparent 28%),
    radial-gradient(circle at 86% 20%,rgba(6,182,212,.16),transparent 28%),
    linear-gradient(135deg,#fffdf7 0%,#f5fbff 42%,#eef6ff 100%)!important;
  color:var(--gea-text)!important;
  line-height:1.6;
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(6,23,47,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(6,23,47,.035) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.45),rgba(0,0,0,0));
  z-index:-1;
}
a{color:#0f67e8;text-decoration:none;font-weight:800}
a:hover{text-decoration:none;filter:brightness(1.05)}
.top,header.top,.gea-topbar,.admin-topbar{
  background:linear-gradient(90deg,#06172f 0%,#0b2244 55%,#06172f 100%)!important;
  color:#fff!important;
  border-bottom:3px solid var(--gea-gold)!important;
  box-shadow:0 12px 35px rgba(2,18,45,.20)!important;
}
.brand,.gea-brand{
  color:var(--gea-gold-2)!important;
  text-shadow:0 0 18px rgba(255,211,106,.26);
  letter-spacing:2.5px!important;
  font-weight:1000!important;
}
.wrap,.gea-wrap,.gea-page,.container,main.wrap{
  width:min(1480px,calc(100vw - 56px))!important;
  max-width:1480px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding:38px 0!important;
}
.hero,.gea-hero,.page-hero,.gateway-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 83% 8%,rgba(255,211,106,.28),transparent 26%),
    linear-gradient(135deg,#06172f 0%,#0d3470 58%,#123f86 100%)!important;
  color:#fff!important;
  border:1px solid rgba(255,211,106,.28)!important;
  border-radius:30px!important;
  padding:42px 44px!important;
  box-shadow:0 28px 75px rgba(3,20,49,.28), inset 0 1px 0 rgba(255,255,255,.16)!important;
}
.hero::after,.gea-hero::after,.page-hero::after{
  content:"";
  position:absolute;
  right:32px;
  top:28px;
  width:155px;
  height:155px;
  background:url('/assets/img/gondang-coffee-official-logo.png') center/contain no-repeat;
  opacity:.18;
  filter:drop-shadow(0 0 32px rgba(255,211,106,.65));
}
.hero h1,.gea-hero h1,.page-hero h1,h1{
  color:#fff!important;
  font-size:clamp(38px,4vw,68px)!important;
  line-height:1.02!important;
  letter-spacing:-1.6px!important;
  margin:16px 0 18px!important;
  text-shadow:0 5px 20px rgba(0,0,0,.20);
}
.hero p,.gea-hero p,.page-hero p{
  color:#f8fbff!important;
  font-size:clamp(16px,1.2vw,20px)!important;
  max-width:1180px;
}
.pill,.gea-pill,.badge-soft{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  background:linear-gradient(135deg,#fff8dc,#ffe28a)!important;
  color:#7a4b00!important;
  border:1px solid rgba(217,165,32,.38)!important;
  border-radius:999px!important;
  padding:9px 15px!important;
  font-size:12px!important;
  font-weight:1000!important;
  letter-spacing:.45px!important;
  box-shadow:0 8px 22px rgba(217,165,32,.18)!important;
}
.grid,.gea-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(310px,1fr))!important;gap:24px!important;align-items:stretch!important;margin-top:26px!important}
.grid4,.gea-grid-4,.status-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;gap:24px!important;align-items:stretch!important;margin-top:26px!important}
.grid2,.gea-grid-2{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(420px,1fr))!important;gap:24px!important;align-items:stretch!important}
.card,.gea-card,.metric-card,.status-card,section.card,div.card{
  position:relative;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,252,255,.94))!important;
  color:var(--gea-text)!important;
  border:1px solid rgba(14,89,166,.18)!important;
  border-radius:24px!important;
  padding:28px!important;
  margin-top:22px!important;
  box-shadow:var(--gea-shadow-soft)!important;
  min-height:150px;
  backdrop-filter:blur(14px);
}
.card::before,.gea-card::before,.metric-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(255,211,106,.16),transparent 34%,rgba(6,182,212,.10));
}
.card > *,.gea-card > *{position:relative;z-index:1}
.card:hover,.gea-card:hover,.metric-card:hover{transform:translateY(-2px);box-shadow:0 22px 55px rgba(2,18,45,.14)!important;transition:.22s ease}
.card h2,.card h3,.gea-card h2,.gea-card h3,h2,h3{
  color:#081a33!important;
  font-weight:1000!important;
  letter-spacing:-.35px!important;
}
.metric,.gea-metric,.kpi-value,.stat-value{
  color:#07111f!important;
  font-size:clamp(34px,3vw,52px)!important;
  font-weight:1000!important;
  letter-spacing:-1.3px!important;
  line-height:1!important;
  text-shadow:0 7px 18px rgba(15,23,42,.08)!important;
}
.ok,.ready,.success{color:#008f62!important}.bad,.failed,.danger{color:#d1124b!important}.warn,.warning{color:#c35a00!important}.info{color:#0969da!important}
.small,.muted,.helper,p.small,.card p,.gea-card p,td,li{
  color:var(--gea-text-soft)!important;
  opacity:1!important;
}
.card .small,.gea-card .small{font-size:15px!important;color:#38516d!important}
.btn,a.btn,button,.gea-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  min-height:48px!important;
  border:0!important;
  border-radius:14px!important;
  padding:13px 20px!important;
  font-weight:1000!important;
  color:#06172f!important;
  background:linear-gradient(135deg,#ffe28a,#d9a520)!important;
  box-shadow:0 14px 30px rgba(217,165,32,.22)!important;
  text-decoration:none!important;
  cursor:pointer!important;
  transition:.2s ease!important;
}
.btn:hover,a.btn:hover,button:hover,.gea-btn:hover{transform:translateY(-1px);filter:saturate(1.08) brightness(1.02)}
.btn.gold,.gea-btn.gold{background:linear-gradient(135deg,#fff0a3,#d9a520)!important;color:#06172f!important}
.btn.dark,.gea-btn.dark{background:linear-gradient(135deg,#06172f,#123a70)!important;color:#fff!important}
.btn:not(.gold):not(.dark),.gea-btn.info{background:linear-gradient(135deg,#60a5fa,#2563eb)!important;color:#fff!important;box-shadow:0 14px 30px rgba(37,99,235,.25)!important}
.badge,.gea-badge,.status,.label-status,[class*="badge"]{
  display:inline-flex!important;
  align-items:center!important;
  max-width:100%!important;
  white-space:normal!important;
  word-break:break-word!important;
  border-radius:999px!important;
  padding:7px 12px!important;
  font-size:12px!important;
  font-weight:1000!important;
  letter-spacing:.2px!important;
}
pre,code,.code,.gea-code,.json,.log{
  background:#07172d!important;
  color:#eaf6ff!important;
  border:1px solid rgba(96,165,250,.22)!important;
  border-radius:14px!important;
  padding:12px 14px!important;
  overflow:auto!important;
  white-space:pre-wrap!important;
  word-break:break-word!important;
}
input,select,textarea,.input,.textarea{
  background:#ffffff!important;
  color:#07111f!important;
  border:1px solid #bad7ff!important;
  border-radius:14px!important;
  padding:13px 14px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8)!important;
}
input:focus,select:focus,textarea:focus{outline:3px solid rgba(37,99,235,.16)!important;border-color:#2563eb!important}
.table,table{width:100%;border-collapse:separate!important;border-spacing:0!important;background:#fff!important;border-radius:18px!important;overflow:hidden!important;box-shadow:var(--gea-shadow-soft)!important}
th{background:#f1f7ff!important;color:#10233f!important;font-weight:1000!important}td{color:#243b5a!important}th,td{padding:14px!important;border-bottom:1px solid #e5efff!important}
.quote,.gea-quote{
  background:linear-gradient(135deg,#06172f,#0c2c5f)!important;
  color:#ffdf7a!important;
  border:1px solid rgba(255,211,106,.28)!important;
  box-shadow:0 18px 45px rgba(3,20,49,.18)!important;
}
/* Dashboard emphasis */
.card:has(.metric) h3{font-size:26px!important;margin-bottom:28px!important}
.card:has(.metric) .small{margin-top:26px!important;font-weight:600!important}
/* Legacy dark boxes: force readable contrast */
[style*="background:#0"], [style*="background: #0"], [style*="background-color:#0"], [style*="background-color: #0"]{color:#f8fbff!important}
[style*="background:#0"] p,[style*="background: #0"] p,[style*="background-color:#0"] p,[style*="background-color: #0"] p{color:#dbeafe!important}
/* 3D visual language */
.gea-3d-orb,.card-3d::after{
  content:"";
  position:absolute;
  right:22px;
  bottom:18px;
  width:54px;
  height:54px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(255,211,106,.92),rgba(6,182,212,.72));
  box-shadow:0 18px 36px rgba(6,182,212,.18), inset -8px -10px 20px rgba(6,23,47,.18), inset 8px 8px 18px rgba(255,255,255,.55);
  transform:rotate(-10deg) skew(-2deg);
  opacity:.55;
}
.footer,.gea-footer{color:#52677f!important;text-align:center!important;padding:30px 0!important}
@media(max-width:900px){.wrap,.gea-wrap,.gea-page,.container,main.wrap{width:min(100% - 28px,100%)!important;padding:20px 0!important}.hero,.gea-hero{padding:30px 22px!important}.hero::after,.gea-hero::after{display:none}.grid2,.gea-grid-2{grid-template-columns:1fr!important}.grid4,.gea-grid-4,.status-grid{grid-template-columns:1fr!important}.btn,a.btn,button{width:100%;margin:6px 0!important}}

/* GEA Enterprise Surface Layout vNext
   UI layer only: no backend, token, vault, secret, DB, or config behavior. */
body.gea-enterprise-surface-vnext{
  margin:0!important;
  background:linear-gradient(135deg,#f4f9ff 0%,#ffffff 45%,#f7fbff 100%)!important;
  color:#071426!important;
  font-family:Inter,"Segoe UI",Arial,Helvetica,sans-serif!important;
}
body.gea-enterprise-surface-vnext:before{display:none!important}
.gea-surface-shell{min-height:100vh;display:grid;grid-template-columns:292px minmax(0,1fr);background:#f5f9ff}
.gea-surface-sidebar{position:sticky;top:0;height:100vh;overflow:auto;background:linear-gradient(180deg,#061426 0%,#08213d 52%,#031021 100%);color:#edf6ff;border-right:1px solid rgba(246,190,28,.35);box-shadow:12px 0 28px rgba(3,15,34,.22);z-index:20}
.gea-surface-brand{height:76px;display:flex;align-items:center;gap:18px;padding:0 22px;border-bottom:1px solid rgba(255,255,255,.06);color:#ffdc52;font-weight:1000;letter-spacing:2.5px;font-size:14px}
.gea-surface-menu{display:grid;place-items:center;width:24px;height:24px;color:#fff;font-size:20px}
.gea-surface-nav{padding:18px 12px 28px;display:grid;gap:6px}
.gea-surface-nav-title{margin:14px 12px 8px;color:#7f91a9;text-transform:uppercase;font-size:12px;font-weight:1000;letter-spacing:.05em}
.gea-surface-nav a{min-height:42px;display:flex;align-items:center;gap:12px;padding:10px 13px;border-radius:7px;color:#eef6ff!important;font-size:14px;font-weight:850;text-decoration:none!important;border:1px solid transparent}
.gea-surface-nav a:hover{background:rgba(255,255,255,.07);border-color:rgba(255,216,82,.18)}
.gea-surface-nav a.active{background:linear-gradient(135deg,#ffd642,#b98a09);color:#061426!important;box-shadow:0 9px 20px rgba(217,165,32,.28)}
.gea-surface-ico{width:23px;min-width:23px;height:23px;border-radius:999px;display:grid;place-items:center;font-size:11px;font-weight:1000;color:inherit}
.gea-surface-main{min-width:0;display:flex;flex-direction:column;min-height:100vh}
.gea-surface-topbar{height:76px;background:linear-gradient(90deg,#061426 0%,#071b32 48%,#031021 100%);color:#fff;display:flex;align-items:center;gap:28px;padding:0 30px;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 8px 28px rgba(3,15,34,.18);position:sticky;top:0;z-index:15}
.gea-surface-topbar strong{margin-right:auto;font-size:18px;letter-spacing:.04em;font-weight:1000}
.gea-surface-live,.gea-surface-date,.gea-surface-user{display:inline-flex;align-items:center;gap:9px;white-space:nowrap;font-weight:850;font-size:13px;color:#f6fbff}
.gea-surface-live i{width:11px;height:11px;border-radius:999px;background:#18c979;box-shadow:0 0 0 4px rgba(24,201,121,.12)}
.gea-surface-bell{position:relative;width:30px;height:30px;border-radius:999px;display:grid;place-items:center;background:#ef354d;color:#fff;font-size:12px;font-weight:1000}
.gea-surface-usericon{width:38px;height:38px;border-radius:999px;background:#f6fbff;color:#08704e;display:grid;place-items:center;font-weight:1000;border:2px solid #dff6ec}
.gea-surface-user small{display:block;color:#ffdc52;font-size:11px;font-weight:1000;line-height:1.1}
.gea-surface-content{flex:1;padding:22px 28px 18px}
.gea-surface-footer{min-height:54px;background:linear-gradient(90deg,#061426,#031021);color:#cbd7e8;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 28px;font-size:13px;border-top:1px solid rgba(255,255,255,.08)}
.gea-surface-hero{position:relative;overflow:hidden;min-height:254px;border:2px solid #f3b903;border-radius:12px;background:radial-gradient(circle at 82% 45%,rgba(255,255,255,.20),transparent 13%),linear-gradient(135deg,#061426 0%,#09213e 58%,#0b2b52 100%);box-shadow:0 18px 38px rgba(6,20,38,.18);color:#fff;padding:30px 270px 28px 34px;margin:0 0 20px}
.gea-surface-hero:after{content:"";position:absolute;right:42px;top:32px;width:160px;height:160px;border-radius:999px;background:#fff url('/assets/img/gondang-coffee-official-logo.png') center/134px 134px no-repeat;border:4px solid #f3b903;box-shadow:0 0 0 10px rgba(255,255,255,.82),0 16px 42px rgba(255,255,255,.18)}
.gea-surface-hero > *{position:relative;z-index:1}
.gea-surface-badge{display:inline-flex;align-items:center;border-radius:999px;background:linear-gradient(135deg,#ffe477,#f0b900);color:#061426;padding:9px 16px;font-size:13px;font-weight:1000;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 8px 18px rgba(217,165,32,.22)}
.gea-surface-hero h1{margin:18px 0 10px!important;color:#fff!important;font-size:clamp(34px,3vw,52px)!important;line-height:1.03!important;letter-spacing:0!important;text-shadow:0 3px 16px rgba(0,0,0,.38)!important}
.gea-surface-hero p{max-width:880px;margin:0 0 18px;color:#f5fbff!important;font-size:15px!important;font-weight:650;line-height:1.65}
.gea-surface-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.gea-surface-btn,.gea-surface-actions a,.gea-surface-actions button{display:inline-flex!important;align-items:center;justify-content:center;min-height:42px;border-radius:8px!important;padding:10px 16px!important;border:0!important;background:linear-gradient(135deg,#173a67,#0d2a4e)!important;color:#fff!important;font-weight:1000!important;text-decoration:none!important;box-shadow:0 9px 18px rgba(3,15,34,.18)!important;cursor:pointer}
.gea-surface-btn.gold,.gea-surface-actions .gold{background:linear-gradient(135deg,#ffe477,#d9a520)!important;color:#061426!important}
.gea-surface-btn.green,.gea-surface-actions .green{background:linear-gradient(135deg,#22c55e,#059669)!important;color:#fff!important}
.gea-surface-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0 0 18px}
.gea-surface-stat{min-height:132px;background:#fff;border:1px solid #e3edf8;border-radius:8px;padding:18px 18px 16px;display:grid;grid-template-columns:64px 1fr;gap:14px;align-items:center;box-shadow:0 12px 28px rgba(3,15,34,.07)}
.gea-surface-stat-icon{width:58px;height:58px;border-radius:12px;display:grid;place-items:center;font-size:23px;font-weight:1000;border:1px solid currentColor;background:rgba(37,99,235,.08)}
.gea-surface-stat h3{margin:0 0 4px!important;color:#243654!important;font-size:14px!important;letter-spacing:0!important}
.gea-surface-stat strong{display:block;color:#071426;font-size:26px;line-height:1;font-weight:1000}
.gea-surface-stat p{margin:8px 0 0;color:#4b5f79;font-size:13px;font-weight:650;line-height:1.45}
.gea-surface-stat.blue{color:#1d6fe8}.gea-surface-stat.green{color:#24a447}.gea-surface-stat.gold{color:#d99a00;background:#fffdf8}.gea-surface-stat.purple{color:#7c4dff}
.gea-surface-panel{background:#fff;border:1px solid #e2edf8;border-radius:8px;box-shadow:0 12px 28px rgba(3,15,34,.07);padding:24px;margin:16px 0;color:#071426}
.gea-surface-action-panel{border-color:#9ee6bd;background:linear-gradient(90deg,#f6fffb,#ffffff);display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px}
.gea-surface-action-panel h2{margin:0!important;color:#087a3a!important;font-size:17px!important}
.gea-surface-action-panel p{margin:4px 0 0;color:#435672;font-size:14px}
.gea-surface-table-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}
.gea-surface-table-head h2{margin:0!important;color:#071426!important;font-size:18px!important}
.gea-surface-filters{display:flex;flex-wrap:wrap;gap:14px;margin:10px 0 20px}
.gea-surface-filters label{display:grid;gap:5px;color:#41536e;font-size:13px;font-weight:750}
.gea-surface-filters input,.gea-surface-filters select{min-width:150px;height:41px;border-radius:5px!important;border:1px solid #cbd8e8!important;box-shadow:none!important;padding:0 12px!important}
.gea-surface-table-wrap{overflow:auto;border-radius:6px}
.gea-surface-table,.gea-surface-table table{width:100%;border-collapse:collapse!important;border-spacing:0!important;box-shadow:none!important;border-radius:6px!important}
.gea-surface-table th,.gea-surface-table td{padding:13px 14px!important;border-bottom:1px solid #e6edf6!important;text-align:left!important;font-size:13px!important}
.gea-surface-table th{background:#eaf3ff!important;color:#071426!important;font-weight:1000!important}
.gea-surface-empty{padding:44px 20px;text-align:center;color:#52677f;font-weight:700}
.gea-surface-empty strong{display:block;margin-bottom:6px;color:#263a56}
@media(max-width:1100px){
  .gea-surface-shell{display:block}.gea-surface-sidebar{position:relative;height:auto}.gea-surface-nav{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}
  .gea-surface-topbar{position:relative;flex-wrap:wrap;height:auto;min-height:76px}.gea-surface-content{padding:18px}.gea-surface-hero{padding-right:34px}.gea-surface-hero:after{position:relative;display:block;right:auto;top:auto;margin:20px 0 0;width:116px;height:116px;background-size:96px 96px}.gea-surface-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .gea-surface-stats{grid-template-columns:1fr}.gea-surface-footer{display:block}.gea-surface-action-panel,.gea-surface-table-head{display:block}.gea-surface-actions a,.gea-surface-actions button{width:100%}.gea-surface-topbar{gap:14px}.gea-surface-user{display:none}
}

/* M10.4 Enterprise AI Studio UI Repair Pass
   GEA Enterprise UI Standard v1.0. UI only: no token, vault, database or backend mutation. */
.gea-ai-status-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin:0 0 18px;
}
.gea-ai-status-card{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  align-items:flex-start;
  min-height:132px;
  padding:18px;
  background:#fff;
  border:1px solid #dfeaf8;
  border-radius:8px;
  box-shadow:0 12px 28px rgba(3,15,34,.07);
}
.gea-ai-status-index{
  width:40px;
  height:40px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#061426;
  color:#ffdc52;
  font-weight:1000;
  line-height:1;
}
.gea-ai-status-card h3,.gea-ai-status-card strong,.gea-ai-status-card p{margin:0!important;letter-spacing:0!important;word-break:normal!important}
.gea-ai-status-card h3{font-size:14px!important;color:#243654!important}
.gea-ai-status-card strong{display:block;margin-top:8px!important;color:#071426!important;font-size:20px!important;line-height:1.2!important}
.gea-ai-status-card p{margin-top:8px!important;color:#4b5f79!important;font-size:13px!important;line-height:1.45!important}
.gea-ai-router-panel{
  display:grid;
  grid-template-columns:minmax(260px,.7fr) 1.3fr;
  gap:18px;
  align-items:stretch;
  background:linear-gradient(90deg,#f6fffb,#ffffff);
  border:1px solid #9ee6bd;
  border-radius:8px;
  padding:22px;
  margin:16px 0;
  box-shadow:0 12px 28px rgba(3,15,34,.07);
}
.gea-ai-router-panel h2{margin:0 0 8px!important;color:#087a3a!important;font-size:19px!important}
.gea-ai-router-panel p{margin:0!important;color:#435672!important;line-height:1.55!important}
.gea-ai-router-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.gea-ai-router-box{
  background:#fff;
  border:1px solid #dcebe3;
  border-radius:8px;
  padding:14px;
  min-height:84px;
}
.gea-ai-router-box span{display:block;color:#58708a;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;margin-bottom:7px}
.gea-ai-router-box strong{display:block;color:#071426;font-size:15px;line-height:1.35;letter-spacing:0}
.gea-ai-button-card-grid,.gea-ai-studio-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.gea-ai-button-card,.gea-ai-studio-card{
  display:flex!important;
  flex-direction:column;
  justify-content:space-between;
  min-height:112px;
  padding:18px;
  background:#fff;
  border:1px solid #dfeaf8;
  border-radius:8px;
  color:#071426!important;
  text-decoration:none!important;
  box-shadow:0 12px 28px rgba(3,15,34,.07);
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.gea-ai-button-card:hover,.gea-ai-studio-card:hover{transform:translateY(-2px);border-color:#f3b903;box-shadow:0 18px 34px rgba(3,15,34,.11)}
.gea-ai-button-card strong,.gea-ai-studio-card strong{display:block;color:#071426;font-size:17px;line-height:1.25;margin-bottom:10px;letter-spacing:0}
.gea-ai-button-card span,.gea-ai-studio-card span{display:block;color:#52677f;font-size:13px;line-height:1.45}
.gea-ai-stepper{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
  margin:18px 0;
}
.gea-ai-step{
  position:relative;
  min-height:148px;
  background:#fff;
  border:1px solid #dfeaf8;
  border-radius:8px;
  padding:18px;
  box-shadow:0 12px 28px rgba(3,15,34,.07);
}
.gea-ai-step span{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:999px;
  background:#061426;
  color:#ffdc52;
  font-weight:1000;
  margin-bottom:12px;
}
.gea-ai-step h3{margin:0 0 8px!important;color:#071426!important;font-size:15px!important;line-height:1.25!important;letter-spacing:0!important}
.gea-ai-step p{margin:0!important;color:#52677f!important;font-size:13px!important;line-height:1.45!important}
.gea-ai-prompt-panel{border-color:#c7d8ef!important}
.gea-ai-field-label{display:block;margin:0 0 8px;color:#243654;font-size:13px;font-weight:1000}
.gea-ai-prompt-box{
  width:100%!important;
  min-height:240px!important;
  resize:vertical!important;
  border:1px solid #b8cbe3!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#071426!important;
  padding:18px!important;
  font-size:15px!important;
  line-height:1.65!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8)!important;
}
.gea-ai-blueprint{
  margin-top:16px;
  padding:18px;
  border:1px solid #dfeaf8;
  border-radius:8px;
  background:#f8fbff;
}
.gea-ai-blueprint h3{margin:0 0 8px!important;color:#071426!important;font-size:16px!important}
.gea-ai-blueprint p{margin:0!important;color:#435672!important;line-height:1.6!important}
.gea-ai-truth-notice{
  margin:0 0 18px;
  padding:16px 18px;
  border:1px solid #f1d37a;
  border-left:5px solid #d99a00;
  border-radius:8px;
  background:#fff9e8;
  color:#513a00;
  font-size:14px;
  line-height:1.55;
  box-shadow:0 10px 24px rgba(3,15,34,.05);
}
.gea-ai-truth-notice strong{color:#071426}
.gea-enterprise-surface-vnext .gea-surface-actions button,
.gea-enterprise-surface-vnext button.gea-surface-btn{
  appearance:none!important;
  min-height:42px!important;
  border-radius:8px!important;
  border:0!important;
}
@media(max-width:1300px){
  .gea-ai-stepper{grid-template-columns:repeat(3,minmax(0,1fr))}
  .gea-ai-status-grid,.gea-ai-button-card-grid,.gea-ai-studio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
  .gea-ai-router-panel{grid-template-columns:1fr}
  .gea-ai-router-grid,.gea-ai-status-grid,.gea-ai-button-card-grid,.gea-ai-studio-grid,.gea-ai-stepper{grid-template-columns:1fr}
  .gea-ai-prompt-box{min-height:210px!important}
}
