:root { color-scheme: dark; font-family: "Segoe UI", Arial, sans-serif; color: #f3f6f1; background: #101812; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: grid; place-items: center; padding: 28px 18px; background: radial-gradient(ellipse at 15% 5%, #2b4026 0, transparent 55%), #101812; }
.card { width: 100%; max-width: 470px; padding: 36px; border: 1px solid #344032; border-radius: 26px; background: #172019; box-shadow: 0 24px 80px #0004; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 700; letter-spacing: 2px; margin-bottom: 48px; }
.brand-icon { display: grid; place-items: center; width: 34px; height: 34px; background: #cff58d; color: #182011; border-radius: 10px; font-size: 24px; }
.eyebrow { color: #bdd3ac; font-size: 10px; letter-spacing: 2px; font-weight: 600; }
h1 { font-size: clamp(44px, 10vw, 60px); line-height: 1.06; letter-spacing: -2px; margin: 18px 0; font-weight: 650; }
.intro { font-size: 15px; color: #b6c1b1; line-height: 1.6; margin-bottom: 28px; }
.login, button { display: flex; width: 100%; align-items: center; justify-content: center; border-radius: 12px; min-height: 52px; font: 600 15px "Segoe UI", Arial, sans-serif; cursor: pointer; }
.login { justify-content: space-between; background: #cff58d; color: #17200f; padding: 0 20px; text-decoration: none; }
.login:hover { background: #ddffab; }
.login span { font-size: 25px; }
.destination { text-align: center; color: #a4b19e; font-size: 11px; margin: 13px 0 30px; }
.notifications { border-top: 1px solid #344032; padding-top: 26px; }
.notification-heading { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.notification-heading > span:first-child { color: #cff58d; }
h2 { font-size: 15px; margin: 0; font-weight: 600; }
.badge { margin-left: auto; border: 1px solid #46553e; border-radius: 20px; padding: 4px 8px; font-size: 10px; color: #b9c6b2; }
.notifications p { font-size: 13px; line-height: 1.65; color: #b6c1b1; }
button { background: #222d20; border: 1px solid #4b5e40; color: #e5efdb; }
button:hover:enabled { background: #31402a; }
button:disabled { cursor: default; opacity: .55; }
a:focus-visible, button:focus-visible { outline: 3px solid #cff58d; outline-offset: 5px; }
.notifications .status { color: #cff58d; margin-bottom: 8px; }
small { display: block; font-size: 11px; line-height: 1.5; color: #a4b19e; }
footer { font-size: 9px; letter-spacing: 1.6px; color: #a4b19e; margin-top: 36px; text-align: center; }
@media (max-width: 380px) { .card { padding: 26px 22px; } .brand { margin-bottom: 32px; } }

/* Warna halaman dan popup mengikuti identitas hitam-emas Kisahslot. */
:root { color-scheme: dark; background: #080704; }
body { background: radial-gradient(ellipse at 50% 25%, #332609 0, transparent 60%), #080704; }
body:has(.push-popup[open]) { overflow: hidden; }
[hidden] { display: none !important; }
.card { background: #121009; border-color: #4f411f; }
.brand-icon, .login { background: linear-gradient(100deg, #bf953f, #f1db91, #bf953f); color: #100d04; }
.login:hover { background: #f1db91; }
.eyebrow, .notification-heading > span:first-child { color: #ead68b; }
.notifications { border-color: #4f411f; }
.badge { border-color: #655332; }
button { background: #241f11; border-color: #6b5729; }
button:hover:enabled { background: #382e16; }
a:focus-visible, button:focus-visible { outline-color: #fcf6ba; }
.push-popup {
  position: fixed;
  inset: 0;
  margin: auto;
  width: min(420px, calc(100% - 36px));
  max-height: calc(100dvh - 36px);
  overflow-y: auto;
  padding: 26px 22px 22px;
  border: 1px solid #b89027;
  border-radius: 24px;
  background: radial-gradient(ellipse at 50% 0%, #211b09, #090907 75%);
  color: #fff;
  text-align: center;
  box-shadow: 0 0 55px #bf953f26;
}
.push-popup::backdrop { background: #000c; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #aaa;
  font-size: 22px;
}
.popup-close:hover:enabled { color: #fff; background: transparent; }
.popup-icon { display: block; object-fit: cover; margin: 0 auto 18px; border: 1px solid #bf953f; border-radius: 18px; box-shadow: 0 0 22px #bf953f35; }
.push-popup h2 { color: #fcf6ba; font-size: clamp(16px, 4.3vw, 20px); font-weight: 800; letter-spacing: -.5px; }
.push-popup > p { color: #ddd; font-size: 13px; line-height: 1.6; margin: 10px 0 18px; }
.popup-enable { gap: 6px; min-height: 49px; padding: 12px; border: 0; border-radius: 14px; background: linear-gradient(100deg, #bf953f, #ecd78e, #bf953f); color: #090909; font-size: 13px; font-weight: 800; }
.popup-enable:hover:enabled { background: linear-gradient(100deg, #d0a94d, #fcf6ba, #d0a94d); }
.popup-enable:disabled { opacity: .75; }
.push-popup .popup-status { color: #e8d399; margin: 12px 0 0; font-size: 12px; }
.popup-status:empty { display: none; }
@media (max-width: 380px) { .push-popup { padding: 24px 16px 18px; border-radius: 20px; } }
