:root{
  --gold:#c99037;
  --gold-bright:#e6b451;
  --gold-soft:#ffd477;
  --amber:#f0a632;
  --bronze:#8a451d;
  --mahogany:#1a0905;
  --brown:#301207;
  --ink:#090504;
  --cream:#f5e4c3;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#070302}
body{margin:0;background:radial-gradient(circle at 50% -10%,#4a1908 0,#130704 34%,#050201 70%);color:#fff;font-family:Arial,Helvetica,sans-serif}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
.shell{position:relative;max-width:720px;margin:auto;min-height:100vh;padding-bottom:82px;overflow:hidden;background:radial-gradient(circle at 82% 16%,rgba(161,82,26,.16),transparent 31%),radial-gradient(circle at 8% 64%,rgba(196,124,36,.09),transparent 28%),linear-gradient(180deg,#240a04 0,#100604 20%,#090403 50%,#160704 75%,#070302 100%);box-shadow:0 0 70px #000;isolation:isolate}
.shell>*:not(.mystic-layer):not(.menu-backdrop){position:relative;z-index:2}

header{height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#290602,#1d0301 72%,#140201);border-bottom:1px solid rgba(230,180,81,.45);box-shadow:0 8px 24px rgba(0,0,0,.45)}
.logo{height:64px;display:flex;align-items:center;justify-content:center;max-width:230px}
.logo img{display:block;width:min(43vw,205px);height:60px;object-fit:contain;border-radius:4px}
header button{position:absolute;right:16px;width:48px;height:48px;border:1px solid #f3cc73;border-radius:8px;background:linear-gradient(180deg,#e3b351,#b86f2f);box-shadow:inset 0 1px rgba(255,255,255,.35),0 0 14px rgba(230,180,81,.16);font-size:27px;color:#fff5dd;cursor:pointer}
header nav{position:absolute;right:15px;top:68px;width:205px;padding:8px;background:rgba(18,6,3,.97);border:1px solid var(--gold);border-radius:12px;box-shadow:0 18px 35px #000}
header nav a{display:block;padding:12px;color:#f5dca6;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px;font-weight:800}
header nav a:last-child{border-bottom:0}

.ticker{height:48px;display:flex;align-items:center;gap:12px;padding:0 14px;background:#eee9e2;border-bottom:1px solid #b67a34;color:#3a3028;box-shadow:0 8px 18px rgba(0,0,0,.35)}
.ticker .speaker{width:28px;height:28px;display:grid;place-items:center;flex:0 0 28px}
.ticker .speaker svg{width:25px;height:25px;fill:none;stroke:#3b342e;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ticker>b{font-size:27px;color:#685a4e}
.ticker>div{overflow:hidden;flex:1}
.ticker p{width:max-content;margin:0;font-size:13px;font-weight:500;letter-spacing:.2px}


.mystic-layer{position:fixed;z-index:0;left:50%;top:0;transform:translateX(-50%);width:min(720px,100%);height:100svh;pointer-events:none;overflow:hidden;opacity:.95}
.smoke{position:absolute;width:70%;height:46%;border-radius:50%;filter:blur(45px);opacity:.18;mix-blend-mode:screen;background:radial-gradient(ellipse at center,rgba(240,166,50,.45),rgba(138,69,29,.18) 42%,transparent 72%)}
.smoke-one{left:-22%;bottom:7%;animation:smokeOne 30s ease-in-out infinite}
.smoke-two{right:-28%;top:18%;opacity:.12;animation:smokeTwo 37s ease-in-out infinite}
.keris{position:absolute;width:150px;height:520px;background:url('/assets/keris.svg') center/contain no-repeat;opacity:.075;filter:drop-shadow(0 0 12px rgba(230,180,81,.22))}
.keris-left{left:-55px;top:28%;transform:rotate(-24deg)}
.keris-right{right:-56px;top:54%;transform:scaleX(-1) rotate(-24deg)}
.embers{position:absolute;inset:0;opacity:.22;background-image:radial-gradient(circle,rgba(255,212,119,.9) 0 1px,transparent 1.4px),radial-gradient(circle,rgba(201,144,55,.7) 0 1px,transparent 1.4px);background-size:93px 121px,137px 101px;background-position:11px 17px,54px 66px;animation:embers 32s linear infinite}
@keyframes smokeOne{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(18%, -12%,0) scale(1.15)}}
@keyframes smokeTwo{0%,100%{transform:translate3d(0,0,0) scale(1.1)}50%{transform:translate3d(-20%,16%,0) scale(.92)}}
@keyframes embers{to{background-position:64px -103px,0 -35px}}

.hero{width:calc(100% - 24px);aspect-ratio:1/1;margin:12px;position:relative;overflow:hidden;border:1px solid var(--gold);border-radius:20px;background:radial-gradient(circle at 75% 30%,rgba(212,139,50,.28),transparent 24%),radial-gradient(circle at 20% 70%,rgba(123,50,13,.35),transparent 34%),linear-gradient(135deg,#170805,#321006 45%,#0b0403);box-shadow:0 12px 32px rgba(0,0,0,.5)}
.hero>img#banner{position:absolute;z-index:3;inset:0;width:100%;height:100%;object-fit:cover}
.hero-fallback{position:absolute;inset:0;display:flex;align-items:center;padding:30px 22px;overflow:hidden}
.hero-fallback:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(10,4,2,.96) 0,rgba(22,7,3,.92) 38%,rgba(38,13,4,.4) 62%,rgba(0,0,0,.2));z-index:0}
.hero-copy{position:relative;z-index:2;width:62%}
.hero-copy small,article>small,.title small{color:var(--gold-soft);letter-spacing:1.8px;font-size:10px;font-weight:900}
.hero h1{font-size:40px;line-height:.94;margin:13px 0 18px;font-weight:950;letter-spacing:-1.3px;text-shadow:0 2px 8px #000}
.hero h1 span{display:inline-block;margin-top:7px;font-size:.7em;line-height:1.05;background:linear-gradient(180deg,#fff2c7 0,#e6b451 48%,#97501e 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy>p{font-size:13px;line-height:1.58;color:#e0ceb2;margin:0}
.badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:20px}
.badges b{padding:6px 8px;border:1px solid rgba(201,144,55,.5);border-radius:20px;background:rgba(0,0,0,.45);color:#efd38c;font-size:8px;letter-spacing:.5px}
.hero-emblem{position:absolute!important;z-index:1!important;right:-12%;bottom:-6%;width:58%!important;height:auto!important;aspect-ratio:1/1;object-fit:cover!important;border-radius:50%;opacity:.72;filter:saturate(.9) contrast(1.04) drop-shadow(0 0 24px rgba(230,180,81,.28))}

.actions{display:grid;gap:12px;padding:4px 20px 30px}
.cta{min-height:62px;display:flex;align-items:center;justify-content:center;border:1px solid var(--gold);border-radius:14px;background:linear-gradient(180deg,#291207,#140704);color:#f8e4b5;font-weight:900;letter-spacing:.2px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),0 9px 22px rgba(0,0,0,.24)}
.cta.primary{background:linear-gradient(180deg,#e0a75c,#b56a31 62%,#8d491f);color:#fff9e8;border-color:#f1c979;box-shadow:0 8px 25px rgba(179,103,38,.32)}

.faq{padding:38px 18px;background:linear-gradient(180deg,rgba(13,5,3,.68),rgba(23,8,4,.78));border-top:1px solid rgba(201,144,55,.18);border-bottom:1px solid rgba(201,144,55,.18);backdrop-filter:blur(2px)}
.title{text-align:center;margin-bottom:22px}
.title h2{margin:8px 0;color:#ffe9bb;font-size:27px}
.title p{color:#b7a186;font-size:13px}
.faq details{margin:9px 0;border:1px solid rgba(201,144,55,.38);border-radius:12px;background:rgba(31,12,7,.72);overflow:hidden;box-shadow:inset 0 1px rgba(255,255,255,.02)}
.faq summary{list-style:none;padding:17px;display:flex;justify-content:space-between;gap:12px;color:#f3d59b;font-size:14px;font-weight:900;cursor:pointer}
.faq summary::-webkit-details-marker{display:none}
.faq details p{margin:0;padding:0 17px 17px;border-top:1px solid rgba(255,255,255,.06);color:#d3c0a7;font-size:13px;line-height:1.65}
.faq details[open] summary b{transform:rotate(45deg)}

article{margin:18px;padding:28px 22px;border:1px solid rgba(201,144,55,.55);border-radius:18px;background:linear-gradient(145deg,rgba(37,13,6,.86),rgba(11,4,3,.92));box-shadow:0 14px 35px rgba(0,0,0,.28)}
article h2{color:#f8dda5;font-size:24px;line-height:1.22}
article p{color:#d1bea7;font-size:13.5px;line-height:1.78}
article p:last-child{padding:10px 13px;border-left:3px solid var(--gold);background:rgba(210,163,59,.07);color:#f0d79e}

footer{text-align:center;padding:42px 24px 36px;border-top:1px solid rgba(201,144,55,.32);background:linear-gradient(180deg,rgba(10,3,2,.92),#050201)}
.foot-logo img{display:block;width:min(42vw,170px);aspect-ratio:1/1;object-fit:cover;border-radius:50%;margin:0 auto;filter:drop-shadow(0 0 18px rgba(201,144,55,.18))}
footer>p{max-width:430px;margin:14px auto;color:#aa987f;font-size:12px;line-height:1.65}
footer #footLinks{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 15px;margin:20px 0}
footer #footLinks a{color:#dfbd78;font-size:11px}
footer small{color:#7e6d5b;font-size:10px;line-height:1.8}

.bottom{position:fixed;bottom:0;left:50%;transform:translateX(-50%);z-index:50;width:min(720px,100%);height:74px;padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(4,1fr);background:rgba(24,6,3,.98);border-top:1px solid var(--gold);box-shadow:0 -10px 30px rgba(0,0,0,.65);backdrop-filter:blur(8px)}
.bottom a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#ddbb76;border-right:1px solid rgba(201,144,55,.18)}
.bottom a:last-child{border-right:0}
.bottom b{font-size:11px}
.bottom .hot{background:linear-gradient(180deg,#c7823d,#8d481f);color:#fff4d8}

@media(max-width:600px){
  header{height:64px}
  .logo{height:54px}.logo img{height:48px;width:min(46vw,190px)}
  header button{width:42px;height:42px;right:14px}
  header nav{top:57px}
  .ticker{height:38px;padding:0 12px;gap:9px}.ticker p{font-size:11.5px}.ticker .speaker{width:23px;height:23px}.ticker .speaker svg{width:22px;height:22px}.ticker>b{font-size:21px}
  .hero{margin:8px 12px;border-radius:17px}
  .hero-fallback{padding:20px 16px}
  .hero-copy{width:68%}.hero h1{font-size:31px}.hero-copy>p{font-size:11.5px;line-height:1.5}.hero-emblem{right:-17%;bottom:-3%;width:61%!important;opacity:.7}
  .badges{margin-top:13px}.badges b{padding:5px 7px;font-size:7.3px}
  .actions{gap:8px;padding:3px 16px 12px}.cta{min-height:54px;font-size:14px}
  .faq{padding-top:27px}.bottom{height:68px}.bottom b{font-size:10.5px}
  .keris{width:125px;height:470px;opacity:.065}
}
@media(max-width:380px),(max-height:680px){
  header{height:58px}.ticker{height:34px}.hero h1{font-size:27px}.hero-copy>p{font-size:10.5px}.badges{margin-top:10px}.actions{gap:7px;padding-bottom:9px}.cta{min-height:49px;font-size:13px}.bottom{height:64px}
}
@media(prefers-reduced-motion:reduce){.ticker p,.smoke,.embers{animation:none}}
