/* GIM_MOBILE_CUSTOMER_APP_PHASE2A_V1 */
:root{
  --navy:#06162f;
  --navy2:#0b2144;
  --gold:#f59e0b;
  --orange:#f97316;
  --ink:#0f172a;
  --muted:#64748b;
  --line:#e2e8f0;
  --soft:#f8fafc;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  background:
    radial-gradient(circle at top left,rgba(245,158,11,.16),transparent 22rem),
    linear-gradient(180deg,#eef4ff 0%,#f8fafc 44%,#fff 100%);
  color:var(--ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a{text-decoration:none;color:inherit}
.mobile-topbar{
  position:sticky;
  top:0;
  z-index:50;
  padding:calc(12px + env(safe-area-inset-top)) 16px 12px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(226,232,240,.88);
  backdrop-filter:blur(18px);
}
.mobile-brand{display:flex;align-items:center;gap:10px;min-width:0}
.mobile-brand img{width:42px;height:42px;object-fit:contain;border-radius:13px}
.mobile-brand strong{
  display:block;
  color:var(--navy);
  font-size:16px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.mobile-brand small{
  display:block;
  color:var(--orange);
  font-size:11px;
  font-weight:950;
  white-space:nowrap;
}
.topbar-link{
  border-radius:999px;
  background:var(--navy);
  color:#fff;
  padding:10px 12px;
  font-size:12px;
  font-weight:950;
}
main{
  width:min(760px,100%);
  margin:0 auto;
  padding:18px 14px 96px;
}
.mobile-hero{
  border-radius:30px;
  padding:24px;
  color:#fff;
  background:
    radial-gradient(circle at top right,rgba(249,115,22,.34),transparent 16rem),
    linear-gradient(135deg,var(--navy),var(--navy2));
  box-shadow:0 22px 70px rgba(15,23,42,.18);
}
.eyebrow{
  margin:0 0 8px;
  color:var(--gold);
  font-size:11px;
  font-weight:1000;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.mobile-hero h1{
  margin:0;
  font-size:39px;
  line-height:.98;
  letter-spacing:-.07em;
}
.mobile-hero p:not(.eyebrow){
  margin:14px 0 0;
  color:#dbeafe;
  font-weight:750;
  line-height:1.6;
}
.hero-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:18px;
}
.hero-actions a,.wide-link{
  min-height:44px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:12px;
  background:#fff;
  color:var(--navy);
  font-weight:1000;
  font-size:13px;
}
.hero-actions a.primary,.wide-link{
  background:linear-gradient(135deg,var(--gold),var(--orange));
  color:#111827;
}
.mobile-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:14px 0;
}
.action-card{
  display:block;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:15px;
  box-shadow:0 16px 42px rgba(15,23,42,.08);
}
.action-card span{
  display:inline-flex;
  width:30px;
  height:30px;
  border-radius:999px;
  align-items:center;
  justify-content:center;
  background:#fff7ed;
  color:var(--orange);
  font-size:11px;
  font-weight:1000;
}
.action-card strong{
  display:block;
  margin-top:10px;
  color:var(--navy);
  font-size:16px;
  letter-spacing:-.04em;
}
.action-card small{
  display:block;
  margin-top:5px;
  color:var(--muted);
  font-weight:750;
  line-height:1.45;
}
.mobile-panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:16px;
  margin-top:14px;
  box-shadow:0 18px 60px rgba(15,23,42,.08);
}
.panel-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  margin-bottom:14px;
}
.panel-head.compact{margin-bottom:12px}
.panel-head h2{
  margin:0;
  color:var(--navy);
  letter-spacing:-.04em;
  font-size:23px;
}
.panel-head p:not(.eyebrow){
  margin:5px 0 0;
  color:var(--muted);
  font-size:13px;
  font-weight:760;
  line-height:1.5;
}
.service-list{
  display:grid;
  gap:8px;
}
.service-list a{
  border:1px solid #e2e8f0;
  border-radius:17px;
  background:#f8fafc;
  color:var(--navy);
  padding:13px;
  font-size:14px;
  font-weight:950;
}
.bottom-nav{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:60;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  padding:10px 12px calc(10px + env(safe-area-inset-bottom));
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(18px);
  border-top:1px solid #e2e8f0;
}
.bottom-nav a{
  border-radius:999px;
  padding:11px 8px;
  text-align:center;
  font-size:12px;
  font-weight:1000;
  color:var(--muted);
}
.bottom-nav a.active{
  background:var(--navy);
  color:#fff;
}
@supports (padding:max(0px)) {
  .mobile-topbar{
    padding-left:max(16px, env(safe-area-inset-left));
    padding-right:max(16px, env(safe-area-inset-right));
  }
  .bottom-nav{
    padding-left:max(12px, env(safe-area-inset-left));
    padding-right:max(12px, env(safe-area-inset-right));
  }
}
@media(max-width:430px){
  .mobile-grid,.hero-actions{grid-template-columns:1fr}
  .mobile-hero h1{font-size:34px}
}

/* GIM_MOBILE_CUSTOMER_APP_PHASE2B_LOGIN_SESSION_TRACKING_V1 */
.login-panel form{
  display:grid;
  gap:14px;
}
.login-panel label{
  display:grid;
  gap:7px;
}
.login-panel label span{
  color:#64748b;
  font-size:11px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.login-panel input{
  width:100%;
  border:1px solid #dbe3ef;
  border-radius:18px;
  padding:15px 14px;
  background:#f8fafc;
  color:#06162f;
  font-size:16px;
  font-weight:800;
  outline:none;
}
.login-panel input:focus{
  border-color:#f97316;
  box-shadow:0 0 0 4px rgba(249,115,22,.14);
}
.login-submit{
  border:0;
  border-radius:999px;
  padding:15px 16px;
  background:linear-gradient(135deg,#f59e0b,#f97316);
  color:#111827;
  font-size:15px;
  font-weight:1000;
  cursor:pointer;
}
.login-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.login-links a{
  border:1px solid #dbe3ef;
  border-radius:999px;
  padding:10px 12px;
  color:#06162f;
  background:#fff;
  font-size:12px;
  font-weight:950;
}
.login-note{
  margin:14px 0 0;
  color:#64748b;
  font-size:13px;
  font-weight:760;
  line-height:1.55;
}
.customer-live-panel{
  border-color:rgba(245,158,11,.38);
  background:
    radial-gradient(circle at top right,rgba(245,158,11,.10),transparent 14rem),
    #fff;
}
.customer-action-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:12px;
}
.customer-action-list button,
.customer-action-list a{
  min-height:42px;
  border:1px solid #dbe3ef;
  border-radius:999px;
  background:#fff;
  color:#06162f;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:10px;
  font-size:12px;
  font-weight:1000;
  cursor:pointer;
}
.customer-action-list button:first-child{
  background:#06162f;
  color:#fff;
  border-color:#06162f;
}
.customer-action-list button:nth-child(3){
  background:linear-gradient(135deg,#f59e0b,#f97316);
  color:#111827;
  border-color:transparent;
}
.customer-action-result{
  margin-top:12px;
  border:1px dashed #cbd5e1;
  border-radius:18px;
  padding:13px;
  background:#f8fafc;
  color:#64748b;
  font-size:13px;
  font-weight:760;
  line-height:1.5;
  white-space:pre-wrap;
}
.toast{
  position:fixed;
  left:14px;
  right:14px;
  bottom:86px;
  z-index:100;
  border-radius:18px;
  padding:13px 15px;
  font-weight:950;
  display:none;
  box-shadow:0 18px 60px rgba(15,23,42,.20);
}
.toast.ok{display:block;background:#ecfdf5;color:#047857;border:1px solid #bbf7d0}
.toast.bad{display:block;background:#fff1f2;color:#be123c;border:1px solid #fecdd3}
@media(max-width:430px){
  .customer-action-list{grid-template-columns:1fr}
}
