
:root{
  --primary:#1d5f4f;--primary-2:#16483d;--mint:#e8f4ef;--mint-2:#f3faf7;--bg:#f6f8f7;--card:#ffffff;--text:#12231f;--muted:#6c7d77;--line:#e3ebe7;--shadow:0 20px 60px rgba(22,72,61,.10);--shadow-sm:0 10px 30px rgba(22,72,61,.08);--danger:#ef4444;--warning:#f59e0b;--success:#22c55e;--radius:24px;--sidebar:292px;--bottom:82px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at top left,rgba(29,95,79,.12),transparent 30%),var(--bg);color:var(--text);min-height:100vh;overflow-x:hidden;font-size:14px}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}svg{width:20px;height:20px;display:block;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.app{display:grid;grid-template-columns:var(--sidebar) 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;padding:24px 18px;border-right:1px solid var(--line);background:rgba(255,255,255,.74);backdrop-filter:blur(18px);z-index:20}.brand{display:flex;gap:12px;align-items:center;padding:8px 12px 22px}.logo{width:44px;height:44px;border-radius:15px;background:linear-gradient(145deg,var(--primary),#2b8a72);display:grid;place-items:center;color:#fff;box-shadow:0 14px 28px rgba(29,95,79,.25);flex:0 0 auto;overflow:hidden}.logo span{font-size:11px;font-weight:900;letter-spacing:-.08em;opacity:.9}.brand h1{font-size:18px;margin:0;letter-spacing:-.03em}.brand p{margin:2px 0 0;color:var(--muted);font-size:12px}.nav{display:flex;flex-direction:column;gap:8px}.nav a{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:16px;color:#52635e;font-weight:650;font-size:14px;transition:.18s ease}.nav a.active,.nav a:hover{background:var(--primary);color:#fff;box-shadow:0 12px 24px rgba(29,95,79,.22)}.sidebar-card{margin-top:22px;padding:18px;border-radius:22px;background:linear-gradient(145deg,#173f36,#1d5f4f);color:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden}.sidebar-card:after{content:"";position:absolute;right:-45px;top:-45px;width:120px;height:120px;border-radius:999px;background:rgba(255,255,255,.14)}.side-cap{display:flex;justify-content:space-between;font-size:12px;position:relative;z-index:1}.sidebar-card strong{display:block;margin:10px 0 10px;font-size:20px;letter-spacing:-.035em;position:relative;z-index:1}.sidebar-card p{margin:0;line-height:1.55;opacity:.9;font-size:13px;position:relative;z-index:1}.sidebar-card .mini{display:flex;justify-content:space-between;font-size:12px;opacity:.92;position:relative;z-index:1}.progress{height:8px;background:rgba(255,255,255,.18);border-radius:999px;overflow:hidden;margin:12px 0;position:relative;z-index:1}.progress span{display:block;height:100%;border-radius:999px;background:#fff}.logout{margin-top:10px;display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:16px;background:#fff0f3;color:#be123c;font-weight:800}.main{min-width:0;padding:28px 32px 42px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:26px}.title h2{font-size:30px;line-height:1.1;margin:0;letter-spacing:-.05em;font-weight:850}.title p{margin:8px 0 0;color:var(--muted);font-size:16px}.actions{display:flex;gap:10px;align-items:center}.search-box{display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:rgba(255,255,255,.78);padding:0 14px;border-radius:999px;color:var(--muted);min-width:310px;height:47px}.search-box input{border:0;outline:0;background:transparent;width:100%;color:var(--text)}.btn{border:0;border-radius:16px;padding:12px 16px;font-weight:750;display:inline-flex;align-items:center;gap:10px;cursor:pointer;transition:.18s ease;white-space:nowrap}.btn.primary{background:var(--primary);color:white;box-shadow:0 14px 28px rgba(29,95,79,.22)}.btn.soft{background:var(--mint);color:var(--primary)}.btn.ghost{background:#fff;color:var(--text);border:1px solid var(--line)}.btn:hover{transform:translateY(-1px)}.grid{display:grid;gap:18px}.section{margin-top:18px}.eyebrow{font-size:12px;letter-spacing:.22em;color:#ccebe2;font-weight:900;margin-bottom:8px}.stats{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.stat{background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow-sm);position:relative;overflow:hidden;min-height:142px}.stat:after{content:"";position:absolute;right:-34px;top:-34px;width:110px;height:110px;border-radius:999px;background:rgba(29,95,79,.07)}.stat .icon{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:var(--mint);color:var(--primary);margin-bottom:18px}.stat small{color:var(--muted);font-weight:650}.stat h3{font-size:28px;margin:5px 0 2px;letter-spacing:-.04em;line-height:1}.stat p{margin:0;color:var(--muted);font-size:13px}.layout{grid-template-columns:1.35fr .85fr}.layout-50{grid-template-columns:1fr 1fr}.card{background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.card-head{padding:20px 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.card-head h3{margin:0;font-size:18px;letter-spacing:-.03em}.card-head p{margin:5px 0 0;color:var(--muted);font-size:13px}.card-body{padding:22px}.hero-card{background:linear-gradient(135deg,#143f35,#1d5f4f 55%,#2b8a72);color:white;border-radius:30px;padding:26px;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;overflow:hidden;position:relative}.hero-card:before{content:"";position:absolute;right:-120px;top:-120px;width:310px;height:310px;border-radius:999px;background:rgba(255,255,255,.12)}.hero-card h3{font-size:26px;margin:0 0 8px;letter-spacing:-.04em}.hero-card p{margin:0;opacity:.86;max-width:760px}.hero-card .hero-icon{width:86px;height:86px;border-radius:28px;background:rgba(255,255,255,.13);display:grid;place-items:center;position:relative}.hero-card .hero-icon svg{width:44px;height:44px}.badge{font-size:11px;font-weight:800;border-radius:999px;padding:6px 9px;background:var(--mint);color:var(--primary);white-space:nowrap}.badge.green{background:#dcfce7;color:#15803d}.badge.orange{background:#ffedd5;color:#c2410c}.badge.red{background:#fee2e2;color:#b91c1c}.table-wrap{overflow:auto}.table{width:100%;border-collapse:separate;border-spacing:0 10px;min-width:840px}.table th{text-align:left;color:var(--muted);font-size:12px;padding:0 14px}.table td{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px;font-size:14px;vertical-align:middle}.table td:first-child{border-left:1px solid var(--line);border-radius:16px 0 0 16px}.table td:last-child{border-right:1px solid var(--line);border-radius:0 16px 16px 0}.table small{display:block;color:var(--muted);margin-top:4px}.server-overview{grid-template-columns:repeat(3,minmax(0,1fr))}.server-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-sm);padding:20px}.server-card.warning{border-color:#fed7aa}.server-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px}.server-head>div{display:flex;gap:12px;align-items:center}.server-head svg{color:var(--primary)}.server-head b{display:block;font-size:17px}.server-head span,.server-head a{color:var(--muted);font-size:13px}.meter-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.meter-grid div{background:#fbfdfc;border:1px solid var(--line);border-radius:16px;padding:12px}.meter-grid small{display:block;color:var(--muted);font-weight:700}.meter-grid strong{display:block;margin-top:6px;letter-spacing:-.03em}.service-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.service-pills span{background:var(--mint);color:var(--primary);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.timeline{display:flex;flex-direction:column;gap:12px}.step{display:grid;grid-template-columns:34px 1fr auto;gap:12px;align-items:center;padding:13px;border:1px solid var(--line);border-radius:17px;background:#fbfdfc}.step .dot{width:34px;height:34px;border-radius:13px;display:grid;place-items:center;background:var(--mint);color:var(--primary);font-weight:800}.step small{display:block;color:var(--muted);margin-top:3px}.compact-list{display:flex;flex-direction:column;gap:12px}.alert-row{display:flex;gap:12px;align-items:center;border-radius:16px;padding:14px;background:#fbfdfc;border:1px solid var(--line)}.alert-row.red svg{color:#dc2626}.alert-row.orange svg{color:#c2410c}.alert-row.green svg{color:#15803d}.alert-row small{display:block;color:var(--muted);margin-top:3px}.chart-card canvas{width:100%;height:260px}.pipeline{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.pipeline div{background:#fbfdfc;border:1px solid var(--line);border-radius:18px;padding:16px}.pipeline strong{display:block;font-size:28px;margin:10px 0;letter-spacing:-.04em}.pipeline span{display:block;color:var(--muted);font-size:13px}.feature-list{display:flex;flex-direction:column;gap:12px}.feature-list div{display:flex;gap:10px;align-items:flex-start;background:#fbfdfc;border:1px solid var(--line);border-radius:16px;padding:14px;line-height:1.5}.feature-list svg{color:var(--primary);flex:0 0 auto}.detail-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#143f35,#1d5f4f 55%,#2b8a72);color:#fff;border-radius:30px;padding:26px;box-shadow:var(--shadow)}.detail-hero h3{margin:0 0 8px;font-size:27px;letter-spacing:-.04em}.detail-hero p{margin:0;opacity:.88}.detail-actions{display:flex;gap:10px}.detail-actions .btn.ghost{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.2)}.info-grid,.invoice-box{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.info-grid div,.invoice-box div{border:1px solid var(--line);background:#fbfdfc;border-radius:16px;padding:14px}.info-grid span,.invoice-box span{display:block;color:var(--muted);font-size:12px;font-weight:800}.info-grid b,.invoice-box b{display:block;margin-top:7px}.notes p{background:#fbfdfc;border:1px solid var(--line);border-radius:16px;padding:14px;margin:0 0 10px;line-height:1.6}.mini-table{display:flex;flex-direction:column;gap:10px}.mini-table div{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;border:1px solid var(--line);background:#fbfdfc;border-radius:16px;padding:14px}.kanban{display:grid;grid-template-columns:repeat(4,minmax(230px,1fr));gap:16px;overflow:auto;padding-bottom:4px}.kanban-col{background:rgba(255,255,255,.75);border:1px solid var(--line);border-radius:24px;padding:16px;min-height:260px}.kanban-col h3{display:flex;justify-content:space-between;margin:0 0 14px;font-size:16px}.kanban-col h3 span{background:var(--mint);color:var(--primary);border-radius:999px;padding:2px 8px;font-size:12px}.task-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;margin-bottom:10px;box-shadow:0 10px 22px rgba(22,72,61,.06)}.task-card p{color:var(--muted);margin:8px 0 12px}.mini-progress{height:8px;background:var(--mint);border-radius:999px;overflow:hidden;min-width:120px}.mini-progress span{display:block;height:100%;background:var(--primary);border-radius:999px}.checklist{display:grid;grid-template-columns:1fr 1fr;gap:10px}.checklist label{display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:#fbfdfc;border-radius:15px;padding:12px;font-weight:650}.activity{display:flex;flex-direction:column;gap:12px}.activity div{display:grid;grid-template-columns:100px 1fr;gap:12px;align-items:center;border:1px solid var(--line);background:#fbfdfc;border-radius:16px;padding:14px}.activity b{color:var(--primary)}.activity span{color:#263b35}.rules{display:flex;flex-direction:column;gap:10px}.rules div{border:1px solid var(--line);background:#fbfdfc;border-radius:16px;padding:14px}.rules b{display:block}.rules span{display:block;color:var(--muted);margin-top:5px}.service-list{display:flex;flex-direction:column;gap:10px}.service-list div{display:grid;grid-template-columns:24px 1fr auto;gap:10px;align-items:center;border:1px solid var(--line);background:#fbfdfc;border-radius:16px;padding:14px}.service-list svg{color:var(--primary)}.report-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.report-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-sm);padding:20px}.report-card svg{color:var(--primary);width:28px;height:28px}.report-card h3{margin:14px 0 8px}.report-card p{color:var(--muted);line-height:1.55}.report-card button{border:0;background:var(--mint);color:var(--primary);border-radius:14px;font-weight:800;padding:10px 12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{display:flex;flex-direction:column;gap:8px;font-weight:800;color:#334943}.form-grid label.full{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{border:1px solid var(--line);background:#fbfdfc;border-radius:15px;padding:13px 14px;outline:none}.form-grid textarea{min-height:90px;resize:vertical}.modal{position:fixed;inset:0;background:rgba(18,35,31,.32);backdrop-filter:blur(6px);z-index:100;display:grid;place-items:center;padding:18px}.modal[hidden]{display:none}.modal-card{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 30px 70px rgba(18,35,31,.20);padding:26px;max-width:520px;position:relative}.modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:0;border-radius:12px;background:#f3faf7;font-size:24px}.modal-icon{width:48px;height:48px;border-radius:16px;background:var(--mint);color:var(--primary);display:grid;place-items:center}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.quick-grid a{padding:14px;border-radius:16px;background:#fbfdfc;border:1px solid var(--line);font-weight:800}.mobile-top,.bottom-nav{display:none}.mini-action{display:flex;align-items:center;gap:6px;background:var(--mint);color:var(--primary);border-radius:999px;padding:9px 12px;font-weight:850;font-size:12px}.login-body{display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top left,rgba(29,95,79,.16),transparent 35%),var(--bg)}.login-card{width:min(460px,100%);background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:30px;padding:30px;box-shadow:var(--shadow)}.login-card h1{margin:18px 0 8px;font-size:28px;letter-spacing:-.04em}.login-card p{color:var(--muted);line-height:1.6}.login-card form{display:flex;flex-direction:column;gap:14px;margin:24px 0}.login-card label{display:flex;flex-direction:column;gap:8px;font-weight:800}.login-card input{border:1px solid var(--line);background:#fbfdfc;border-radius:16px;padding:14px}.login-card .btn{justify-content:center}.login-card small{color:var(--muted)}
@media(max-width:1180px){.stats,.report-grid{grid-template-columns:repeat(2,1fr)}.layout,.layout-50{grid-template-columns:1fr}.server-overview{grid-template-columns:1fr}.pipeline{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){.app{display:block}.sidebar{display:none}.main{padding:86px 14px calc(var(--bottom) + 24px)}.mobile-top{display:flex;position:fixed;top:0;left:0;right:0;height:70px;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);z-index:40;align-items:center;justify-content:space-between;padding:12px 14px}.mobile-brand{display:flex;align-items:center;gap:10px;font-weight:900}.mobile-brand .logo{width:38px;height:38px;border-radius:14px}.topbar{display:block;margin-bottom:16px}.actions{margin-top:14px;overflow:auto;padding-bottom:2px}.search-box{min-width:250px}.title h2{font-size:26px}.title p{font-size:14px}.stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stat{padding:16px;border-radius:20px;min-height:auto}.stat h3{font-size:23px}.hero-card{grid-template-columns:1fr;padding:22px;border-radius:24px}.hero-card .hero-icon{display:none}.detail-hero{display:block}.detail-actions{margin-top:18px;overflow:auto}.step{grid-template-columns:34px 1fr}.step .badge{grid-column:2}.bottom-nav{display:grid;position:fixed;left:10px;right:10px;bottom:10px;height:68px;z-index:45;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border:1px solid var(--line);border-radius:24px;box-shadow:0 18px 40px rgba(17,43,37,.18);grid-template-columns:repeat(5,1fr);padding:8px}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--muted);font-size:10px;font-weight:800;border-radius:17px}.bottom-nav a.active{background:var(--primary);color:#fff}.bottom-nav svg{width:19px;height:19px}.checklist,.info-grid,.invoice-box,.form-grid,.pipeline{grid-template-columns:1fr}.activity div{grid-template-columns:1fr}.report-grid{grid-template-columns:1fr}}
@media(max-width:480px){.stats{grid-template-columns:1fr}.table{min-width:760px}.topbar .actions{gap:8px}.btn{padding:11px 13px}.card-head{display:block}.card-head .btn{margin-top:12px}.meter-grid{grid-template-columns:1fr}.quick-grid{grid-template-columns:1fr}}

/* Auth page mengikuti style utama Green Admin */
.auth-page{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:24px;
  background:
    radial-gradient(circle at top left, rgba(29,95,79,.12), transparent 34%),
    radial-gradient(circle at bottom right, rgba(232,244,239,.86), transparent 32%),
    var(--bg);
}
.auth-shell{
  width:100%;
  max-width:460px;
}
.auth-brand{
  display:flex;
  justify-content:center;
  margin-bottom:22px;
}
.auth-card{
  background:rgba(255,255,255,.86);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:28px;
  backdrop-filter:blur(18px);
}
.auth-card h1{
  margin:0 0 8px;
  font-size:30px;
  letter-spacing:-.06em;
}
.auth-card p{
  margin:0 0 24px;
  color:var(--muted);
  line-height:1.55;
}
.form-grid{
  display:grid;
  gap:16px;
}
.form-grid label span{
  display:block;
  font-size:13px;
  font-weight:800;
  color:var(--text);
  margin-bottom:8px;
}
.form-grid input[type="email"],
.form-grid input[type="password"]{
  width:100%;
  border:1px solid var(--line);
  background:#fff;
  border-radius:16px;
  padding:14px 15px;
  font-size:14px;
  outline:none;
  color:var(--text);
}
.form-grid input:focus{
  border-color:rgba(29,95,79,.45);
  box-shadow:0 0 0 4px rgba(29,95,79,.08);
}
.check-row{
  display:flex;
  align-items:center;
  gap:9px;
  color:var(--muted);
  font-size:13px;
}
.check-row span{
  margin:0 !important;
  color:var(--muted) !important;
  font-weight:700 !important;
}
.btn.full{
  width:100%;
  justify-content:center;
}
.alert.danger{
  background:#fff1f2;
  border:1px solid #fecdd3;
  color:#be123c;
  border-radius:16px;
  padding:12px 14px;
  font-size:13px;
  font-weight:800;
  margin-bottom:16px;
}
.auth-foot{
  text-align:center;
  margin:16px 0 0;
  color:var(--muted);
  font-size:12px;
}


/* === GREEN ADMIN LOGIN PREMIUM START === */
.gw-auth-body{
  min-height:100vh;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(29,95,79,.16), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(232,244,239,.95), transparent 34%),
    linear-gradient(135deg,#f8fbfa 0%,#eef7f3 100%);
}
.gw-auth-page{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:34px;
}
.gw-auth-shell{
  width:100%;
  max-width:1080px;
  min-height:620px;
  display:grid;
  grid-template-columns:1.06fr .94fr;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(227,235,231,.95);
  border-radius:34px;
  box-shadow:0 34px 90px rgba(22,72,61,.16);
  overflow:hidden;
  backdrop-filter:blur(20px);
}
.gw-auth-left{
  position:relative;
  isolation:isolate;
  padding:42px;
  color:#fff;
  background:
    linear-gradient(145deg,rgba(29,95,79,.98),rgba(22,72,61,.98)),
    radial-gradient(circle at top right,rgba(255,255,255,.24),transparent 36%);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
}
.gw-auth-pattern{
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 88% 10%, rgba(255,255,255,.18), transparent 22%),
    radial-gradient(circle at 10% 92%, rgba(255,255,255,.12), transparent 24%),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size:auto,auto,52px 52px,52px 52px;
}
.gw-auth-brand,
.gw-auth-mobile-brand{
  display:flex;
  align-items:center;
  gap:14px;
}
.gw-auth-logo{
  width:54px;
  height:54px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.24);
  color:#fff;
  font-size:13px;
  font-weight:950;
  letter-spacing:-.03em;
  box-shadow:0 18px 36px rgba(0,0,0,.16);
}
.gw-auth-brand strong,
.gw-auth-mobile-brand strong{
  display:block;
  font-weight:950;
  letter-spacing:-.04em;
  font-size:18px;
}
.gw-auth-brand span,
.gw-auth-mobile-brand span{
  display:block;
  margin-top:2px;
  color:rgba(255,255,255,.72);
  font-size:13px;
}
.gw-auth-copy{
  max-width:560px;
}
.gw-auth-eyebrow{
  color:#b9efe0;
  margin-bottom:14px;
}
.gw-auth-copy h1{
  margin:0;
  color:#fff;
  font-size:48px;
  line-height:1.03;
  letter-spacing:-.075em;
}
.gw-auth-copy p{
  margin:18px 0 0;
  color:rgba(255,255,255,.78);
  line-height:1.7;
  font-size:15px;
  max-width:500px;
}
.gw-auth-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.gw-auth-stats div{
  padding:16px;
  border-radius:22px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
}
.gw-auth-stats span{
  display:block;
  color:rgba(255,255,255,.62);
  font-size:12px;
  font-weight:800;
}
.gw-auth-stats strong{
  display:block;
  margin-top:5px;
  color:#fff;
  font-size:16px;
  letter-spacing:-.03em;
}
.gw-auth-note{
  display:flex;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.78);
  font-size:13px;
  font-weight:700;
}
.gw-auth-note span{
  width:10px;
  height:10px;
  border-radius:99px;
  background:#35d07f;
  box-shadow:0 0 0 7px rgba(53,208,127,.12);
}
.gw-auth-right{
  padding:50px 48px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    radial-gradient(circle at top right, rgba(232,244,239,.9), transparent 28%),
    rgba(255,255,255,.88);
}
.gw-auth-mobile-brand{
  display:none;
  margin-bottom:26px;
}
.gw-auth-mobile-brand .gw-auth-logo{
  background:linear-gradient(145deg,var(--primary),#2c9278);
  border:0;
}
.gw-auth-mobile-brand strong{color:var(--text)}
.gw-auth-mobile-brand span{color:var(--muted)}
.gw-auth-form-head{
  display:flex;
  gap:16px;
  align-items:flex-start;
  margin-bottom:26px;
}
.gw-auth-icon{
  width:54px;
  height:54px;
  border-radius:19px;
  display:grid;
  place-items:center;
  color:var(--primary);
  background:var(--mint);
  border:1px solid var(--line);
}
.gw-auth-form-head h2{
  margin:0;
  color:var(--text);
  font-size:34px;
  line-height:1.05;
  letter-spacing:-.07em;
}
.gw-auth-form-head p{
  margin:7px 0 0;
  color:var(--muted);
  line-height:1.5;
}
.gw-auth-form{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:17px !important;
}
.gw-auth-form label{
  display:block;
  margin:0;
}
.gw-auth-form label > span{
  display:block;
  margin-bottom:8px;
  color:var(--text);
  font-size:13px;
  font-weight:900;
}
.gw-auth-input{
  display:flex;
  align-items:center;
  gap:11px;
  width:100%;
  min-height:56px;
  border:1px solid var(--line);
  background:#fff;
  border-radius:18px;
  padding:0 15px;
  color:var(--muted);
  box-shadow:0 10px 28px rgba(22,72,61,.045);
}
.gw-auth-input:focus-within{
  border-color:rgba(29,95,79,.48);
  box-shadow:0 0 0 5px rgba(29,95,79,.08),0 14px 30px rgba(22,72,61,.08);
  color:var(--primary);
}
.gw-auth-input input{
  width:100%;
  border:0 !important;
  outline:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  padding:0 !important;
  min-height:54px;
  color:var(--text);
  font-size:14px;
  font-weight:700;
}
.gw-auth-input input::placeholder{
  color:#9aa8a3;
  font-weight:600;
}
.gw-auth-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  color:var(--muted);
  font-size:12px;
  font-weight:800;
}
.gw-auth-check{
  display:flex !important;
  align-items:center;
  gap:9px;
}
.gw-auth-check input{
  width:auto !important;
}
.gw-auth-check span{
  margin:0 !important;
  color:var(--muted) !important;
  font-weight:800 !important;
}
.gw-auth-submit{
  width:100%;
  min-height:58px;
  border:0;
  border-radius:18px;
  background:linear-gradient(135deg,var(--primary),var(--primary-2));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 18px 36px rgba(29,95,79,.24);
  transition:.2s ease;
}
.gw-auth-submit:hover{
  transform:translateY(-1px);
  box-shadow:0 22px 44px rgba(29,95,79,.28);
}
.gw-auth-error{
  background:#fff1f2;
  border:1px solid #fecdd3;
  color:#be123c;
  border-radius:16px;
  padding:12px 14px;
  font-size:13px;
  font-weight:850;
  margin-bottom:18px;
}
.gw-auth-foot{
  margin-top:22px;
  text-align:center;
  color:var(--muted);
  font-size:12px;
  font-weight:700;
}
@media(max-width:920px){
  .gw-auth-shell{
    max-width:500px;
    min-height:auto;
    grid-template-columns:1fr;
  }
  .gw-auth-left{display:none}
  .gw-auth-mobile-brand{display:flex}
  .gw-auth-right{padding:34px}
}
@media(max-width:520px){
  .gw-auth-page{padding:16px}
  .gw-auth-shell{border-radius:28px}
  .gw-auth-right{padding:26px}
  .gw-auth-form-head h2{font-size:28px}
}
/* === GREEN ADMIN LOGIN PREMIUM END === */


/* === LOGIN FORCE REAL MASTER FONT START === */
.gw-auth-body,
.gw-auth-body *,
.gw-auth-page,
.gw-auth-shell,
.gw-auth-left,
.gw-auth-right,
.gw-auth-brand,
.gw-auth-brand *,
.gw-auth-copy,
.gw-auth-copy *,
.gw-auth-form-head,
.gw-auth-form-head *,
.gw-auth-form,
.gw-auth-form *,
.gw-auth-input,
.gw-auth-input *,
.gw-auth-submit,
.gw-auth-submit *{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
}

.gw-auth-copy h1,
.gw-auth-form-head h2{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  font-weight:800 !important;
  letter-spacing:-.055em !important;
}

.gw-auth-copy p,
.gw-auth-form-head p,
.gw-auth-input input,
.gw-auth-row,
.gw-auth-foot,
.gw-auth-note{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  font-weight:500 !important;
}

.gw-auth-brand strong,
.gw-auth-form label > span,
.gw-auth-submit{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  font-weight:800 !important;
}
/* === LOGIN FORCE REAL MASTER FONT END === */



/* === MASTER FORM SELECT START === */
.form-grid select{
  appearance:none;
  -webkit-appearance:none;
  min-height:48px;
  background-color:#fbfdfc;
  background-image:linear-gradient(45deg,transparent 50%,#6c7d77 50%),linear-gradient(135deg,#6c7d77 50%,transparent 50%);
  background-position:calc(100% - 18px) 20px,calc(100% - 12px) 20px;
  background-size:6px 6px,6px 6px;
  background-repeat:no-repeat;
  padding-right:38px;
}
.form-grid select:focus{
  border-color:rgba(29,95,79,.45);
  box-shadow:0 0 0 4px rgba(29,95,79,.08);
}
/* === MASTER FORM SELECT END === */


/* === MASTER BUTTON DANGER START === */
.btn.danger{
  background:#fff1f2;
  color:#be123c;
  border-color:#fecdd3;
}
.btn.danger:hover{
  background:#ffe4e6;
}
/* === MASTER BUTTON DANGER END === */


/* === MASTER MODAL SIZE CONSISTENT START === */
.modal-card{
  width:min(520px, calc(100vw - 32px));
  max-width:520px;
}
.modal-card .quick-grid{
  width:100%;
}
/* === MASTER MODAL SIZE CONSISTENT END === */


/* === MASTER FORM DISABLED DANGER START === */
.form-grid label.is-disabled-danger span{
  color:#be123c;
}
.form-grid label.is-disabled-danger input,
.form-grid label.is-disabled-danger select,
.form-grid label.is-disabled-danger textarea{
  background:#fff1f2;
  border-color:#fecdd3;
  color:#be123c;
  cursor:not-allowed;
}
.form-grid label.is-disabled-danger input::placeholder,
.form-grid label.is-disabled-danger textarea::placeholder{
  color:#fb7185;
}
/* === MASTER FORM DISABLED DANGER END === */
