:root{--gold:#e1ad27;--gold2:#ffd762;--green:#39dc69;--panel:#0a1c12;--line:#715819}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#020a06;color:#fff;font-family:Arial,Helvetica,sans-serif}body{background:radial-gradient(circle at 50% 0,#1a4b2c,#071b10 28%,#020906 70%);padding:18px 14px 50px}.page{width:min(760px,100%);margin:auto}header{height:68px;display:flex;align-items:center;gap:13px;border-bottom:1px solid var(--line);margin-bottom:16px}header button{width:42px;height:42px;border-radius:50%;border:1px solid #81641a;background:#09180f;color:#ffd34e;font-size:28px}header b,header small{display:block}header b{font-size:22px;color:#ffd34e}header small{color:#8ba090;margin-top:3px}header>span{margin-left:auto;padding:7px 10px;border:1px solid #36553d;border-radius:10px;color:#9fbaaa;font-size:11px}.hero{display:flex;align-items:center;gap:18px;border:1px solid #8e691a;border-radius:18px;padding:20px;background:linear-gradient(135deg,#17331f,#0a180e);box-shadow:0 14px 40px #0007}.calendar{width:86px;height:86px;border-radius:20px;background:linear-gradient(#ffd858,#a77109);display:grid;place-items:center;font-size:43px;box-shadow:0 8px 22px #0007}.hero span{font-size:10px;color:#65df82;font-weight:900}.hero h1{margin:5px 0;color:#ffd44b;font-size:34px}.hero p{margin:0;color:#9eb1a4;font-size:12px;line-height:1.5}.claim-card{margin-top:14px;border:1px solid #48603f;border-radius:16px;background:#091a10;padding:17px}.today{display:flex;align-items:center;gap:10px;margin-bottom:14px}.today small{color:#8da092}.today b{margin-left:auto}.today span{color:#ffd34e;font-weight:1000}.claim-card button{width:100%;height:48px;border:0;border-radius:11px;background:linear-gradient(#ffd758,#a97409);color:#171006;font-weight:1000}.claim-card button:disabled{background:#26392b;color:#8fa096}.claim-card p{text-align:center;color:#82988a;font-size:10px;margin:9px 0 0}.wallet{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.wallet div{border:1px solid #344f3a;border-radius:13px;background:#07170e;padding:13px}.wallet small,.wallet b{display:block}.wallet small{color:#809588;font-size:10px}.wallet b{margin-top:5px;color:#ffd34e}.history{margin-top:18px}.history h2{font-size:17px}.history-row{display:grid;grid-template-columns:1fr auto;gap:8px;border-bottom:1px solid #233a2a;padding:11px 3px}.history-row small,.history-row b{display:block}.history-row small{color:#7f9587;font-size:10px;margin-top:3px}.history-row>strong{color:#51dd73}.empty{color:#789083;padding:18px 0}.rule{display:flex;gap:10px;margin-top:15px;border:1px solid #334d39;border-radius:12px;padding:13px;color:#91a698;font-size:11px;line-height:1.45}.rule p{margin:0}.done{display:block;text-align:center;text-decoration:none;margin-top:14px;border:1px solid #8b6819;border-radius:11px;padding:13px;color:#ffd24b;font-weight:900}#toast{position:fixed;left:50%;bottom:25px;transform:translateX(-50%) translateY(15px);opacity:0;background:#101c14;border:1px solid #c49320;border-radius:11px;padding:11px 17px;z-index:50;transition:.2s;max-width:90%;text-align:center}#toast.show{opacity:1;transform:translateX(-50%)}#toast.error{border-color:#b84b3e;color:#ffd2cc}@media(max-width:560px){.hero{align-items:flex-start}.calendar{width:68px;height:68px;font-size:34px}.hero h1{font-size:27px}.wallet{grid-template-columns:1fr}}

/* ==========================================================
   LUCKZOO FULL-PAGE / APK SCROLL RESTORE
   Account and feature pages are real documents, not fixed cards.
   Keeps normal readable sizing and allows vertical scrolling.
   ========================================================== */
html{
  min-height:100%!important;
  height:auto!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior-y:auto!important;
}

body{
  min-height:100dvh!important;
  height:auto!important;
  max-height:none!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  -webkit-overflow-scrolling:touch!important;
  touch-action:pan-y!important;
  transform:none!important;
}

.page,
.wrap,
.wrapper,
.container,
.shell,
main{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  transform:none!important;
}

/* Landscape APK: do not squeeze a long page to fit one screen. */
@media (orientation:landscape){
  html,body{
    height:auto!important;
    min-height:100dvh!important;
    max-height:none!important;
    overflow-y:auto!important;
  }
}

