:root{color:#1a1a1a;scroll-behavior:smooth;--paper:#fff9ee;--paper-dark:#f7f0e1;--yellow:#ffd21f;--yellow-hover:#ffc800;--red:#e53935;--blue:#4ea8ff;--green:#42c96f;--pink:#ff73c8;--ink:#1a1a1a;--muted:#67635b;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body{color:var(--ink);background:#fff;margin:0}a{color:inherit;text-decoration:none}button{font:inherit}main{background:#fff;min-height:100vh}.announcement{background:var(--paper);text-align:center;letter-spacing:.3px;width:100%;padding:10px 20px;font-size:12px;font-weight:900}.siteHeader{border-top:6px solid var(--yellow);background:var(--paper);z-index:50;border-bottom:1px solid #1a1a1a1a;grid-template-columns:auto 1fr auto;align-items:center;width:100%;height:78px;display:grid;position:sticky;top:0}.brandBlock{align-items:center;height:72px;padding:0 28px 0 30px;display:flex}.headerLogo{object-fit:contain;width:auto;max-width:230px;height:50px;display:block}.footerLogo{object-fit:contain;width:auto;max-width:170px;height:30px;display:block}.mainNav{align-items:center;gap:32px;height:100%;padding:0 30px;display:flex}.mainNav a,.navDropdownButton{color:#2b2b2b;font-size:13px;font-weight:900}.mainNav a:hover,.navDropdownButton:hover{color:#000;text-decoration:underline;-webkit-text-decoration-color:var(--yellow-hover);text-decoration-color:var(--yellow-hover);text-underline-offset:7px;text-decoration-thickness:3px}.navDropdown{align-items:center;height:100%;display:flex;position:relative}.navDropdownButton{cursor:pointer;background:0 0;border:0;padding:0}.navDropdownMenu{opacity:0;visibility:hidden;background:#fff;border:1px solid #1a1a1a1a;border-radius:8px;min-width:170px;padding:8px;transition:all .15s;position:absolute;top:62px;left:-18px;transform:translateY(-5px);box-shadow:0 16px 36px #1a1a1a1f}.navDropdown:hover .navDropdownMenu,.navDropdown:focus-within .navDropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}.navDropdownMenu a{border-radius:5px;padding:12px 14px;display:block}.navDropdownMenu a:hover{background:var(--paper);text-decoration:none}.headerTools{align-items:center;height:100%;padding:0 28px 0 20px;display:flex}.drooperLink{color:#fff;background:#171815;border-radius:20px;justify-content:center;align-items:center;min-height:38px;padding:0 16px;font-size:12px;font-weight:850;display:flex}.banner{background:var(--paper);isolation:isolate;width:100%;min-height:650px;position:relative;overflow:hidden}.bannerBackdrop{background:linear-gradient(90deg,var(--paper) 0%,var(--paper) 40%,var(--yellow) 100%);z-index:-2;position:absolute;inset:0}.bannerBackdrop:before{content:"";background:#ffffff40;border-radius:50%;width:720px;height:720px;position:absolute;top:-250px;right:-180px}.bannerBackdrop:after{content:"";background:var(--accent);opacity:.18;border-radius:50%;width:360px;height:360px;position:absolute;bottom:-220px;right:24%}.bannerInner{grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);align-items:center;gap:40px;width:min(1320px,100% - 80px);min-height:650px;margin:0 auto;padding:70px 0 110px;display:grid}.bannerCopy{max-width:700px}.kicker,.sectionLabel{letter-spacing:2.4px;color:#8b6800;font-size:11px;font-weight:950}.banner h1{letter-spacing:-5px;margin:18px 0 28px;font-size:clamp(72px,8vw,126px);line-height:.86}.bannerText{color:#5f5a51;max-width:620px;margin:0;font-size:19px;line-height:1.6}.bannerActions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.primaryButton{color:#fff;background:#171815;border-radius:4px;justify-content:center;align-items:center;min-height:50px;padding:0 24px;font-size:14px;font-weight:950;display:inline-flex}.primaryButton:hover{background:#000}.bannerVisual{justify-content:center;place-self:center end;align-items:center;width:100%;display:flex}.heroCircle{aspect-ratio:1;background:linear-gradient(180deg,#ffe76a 0%,var(--yellow) 100%);border-radius:50%;justify-content:center;align-items:center;width:min(42vw,560px);display:flex;overflow:visible;box-shadow:0 30px 80px #3c321a2e}.shinniHero{object-fit:contain;filter:drop-shadow(0 24px 40px #0000002e);width:90%;height:auto;display:block}.bannerControls{z-index:5;align-items:center;gap:18px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.bannerControls>button{cursor:pointer;background:#fff;border:1px solid #1a1a1a24;border-radius:50%;width:36px;height:36px;font-size:22px}.bannerDots{gap:8px;display:flex}.dot{padding:0;background:#1a1a1a40!important;border:0!important;border-radius:50%!important;width:10px!important;height:10px!important}.activeDot{background:var(--yellow)!important;border-radius:10px!important;width:34px!important}.latest,footer{width:min(1240px,100% - 48px);margin-left:auto;margin-right:auto}.latest{padding:96px 0 110px}.sectionHeading{margin-bottom:36px}.sectionHeading h2{letter-spacing:-2.8px;max-width:820px;margin:10px 0 0;font-size:clamp(42px,5vw,68px);line-height:.98}.latestGrid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.latestCard{background:var(--paper);border:1px solid #1a1a1a14;flex-direction:column;min-height:320px;padding:30px;display:flex}.latestCard.yellow{border-top:10px solid var(--yellow)}.latestCard.red{border-top:10px solid var(--red)}.latestCard.blue{border-top:10px solid var(--blue)}.latestMark{margin-bottom:auto;font-size:66px}.latestCard.yellow .latestMark{color:var(--yellow-hover)}.latestCard.red .latestMark{color:var(--red)}.latestCard.blue .latestMark{color:var(--blue)}.latestCard h3{margin:18px 0 10px;font-size:28px}.latestCard p{color:var(--muted);margin:0;font-size:15px;line-height:1.6}footer{color:#666158;border-top:1px solid #1a1a1a1a;justify-content:space-between;align-items:center;padding:32px 0 48px;font-size:12px;display:flex}footer strong{letter-spacing:2.2px;color:var(--ink);font-size:16px}.footerLinks{gap:18px;display:flex}.footerLinks a{font-weight:800}@media (max-width:900px){.siteHeader{grid-template-columns:auto 1fr}.mainNav{display:none}.headerTools{justify-self:end}.headerLogo{max-width:175px;height:38px}.footerLogo{max-width:145px;height:26px}.bannerInner{grid-template-columns:1fr;width:min(100% - 40px,700px);padding:70px 0 100px}.banner h1{font-size:clamp(62px,18vw,96px)}.bannerVisual{place-self:center}.heroCircle{width:min(82vw,420px)}.shinniHero{width:92%}.latestGrid{grid-template-columns:1fr}footer{flex-direction:column;align-items:flex-start;gap:12px}}
