@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{--maroon:#8b1538;--maroon2:#a51d49;--gold:#d5a548;--ink:#171b24;--muted:#6d7480;--bg:#f6f7f9;--line:#e5e7eb;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);font-family:'DM Sans',sans-serif;color:var(--ink)}a{text-decoration:none}.container{max-width:1180px}
.top-header{height:78px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:1000}.header-inner{height:78px;display:flex;align-items:center}.brand img{display:block;width:190px;max-height:58px;object-fit:contain}.desktop-nav{display:flex;gap:32px;margin-left:auto;margin-right:28px}.desktop-nav a{color:#4c515b;font-size:14px;font-weight:700}.desktop-nav a:hover,.desktop-nav a.active{color:var(--maroon)}.draw-button{padding:11px 17px;background:var(--maroon);border-radius:9px;color:#fff;font-size:13px;font-weight:700}.draw-button span{display:inline-block;width:7px;height:7px;background:#fff;border-radius:50%;margin-right:7px;box-shadow:0 0 0 4px rgba(255,255,255,.16)}.mobile-menu{display:none;margin-left:auto;background:none;border:0;font-size:23px}.mobile-nav{background:#fff;border-top:1px solid var(--line)}.mobile-nav a{display:block;padding:12px 0;color:var(--ink);font-weight:600;border-bottom:1px solid #f0f1f3}
.hero{min-height:520px;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(120deg,#fdf9f4 0,#fff 50%,#f9eef2 100%)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(139,21,56,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(139,21,56,.025) 1px,transparent 1px);background-size:35px 35px}.hero-orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-one{width:500px;height:500px;right:-180px;top:-210px;background:radial-gradient(circle,rgba(139,21,56,.16),rgba(139,21,56,0) 68%)}.orb-two{width:360px;height:360px;right:250px;bottom:-270px;background:radial-gradient(circle,rgba(213,165,72,.22),rgba(213,165,72,0) 70%)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.eyebrow,.section-label{font-size:11px;font-weight:800;letter-spacing:2px;color:var(--maroon)}.eyebrow span{display:inline-block;width:25px;height:2px;background:var(--gold);vertical-align:middle;margin-right:9px}.hero h1{font-family:Manrope,sans-serif;font-size:55px;line-height:1.08;letter-spacing:-2px;font-weight:800;margin:17px 0}.hero h1 em{font-style:normal;color:var(--maroon)}.hero-copy>p{font-size:17px;color:var(--muted);line-height:1.7;max-width:590px}.hero-actions{display:flex;gap:11px;margin-top:27px}.btn-primary-custom,.btn-light-custom{padding:13px 18px;border-radius:9px;font-size:13px;font-weight:700}.btn-primary-custom{background:var(--maroon);color:#fff;box-shadow:0 10px 24px rgba(139,21,56,.18)}.btn-light-custom{background:#fff;color:var(--ink);border:1px solid var(--line)}.hero-meta{display:flex;gap:32px;margin-top:35px}.hero-meta>div{display:flex;align-items:center;gap:10px}.hero-meta i{color:var(--maroon);font-size:20px}.hero-meta small{display:block;color:#989da5;font-size:9px;font-weight:800;letter-spacing:1px}.hero-meta span{font-size:12px;font-weight:700}.result-window{background:#fff;border:1px solid #e8e3df;border-radius:20px;box-shadow:0 25px 70px rgba(35,27,29,.12);overflow:hidden;transform:rotate(1deg)}.window-head{height:51px;background:#20242b;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px;font-size:12px}.window-head b{color:#d9dde2}.window-body{padding:29px;text-align:center}.live-label{display:inline-block;color:#238450;background:#e9f7ef;border-radius:20px;padding:6px 10px;font-size:9px;font-weight:800;letter-spacing:1px}.live-label i{display:inline-block;width:6px;height:6px;background:#2aae64;border-radius:50%;margin-right:5px}.window-body h3{font-family:Manrope,sans-serif;font-size:25px;margin:14px 0 2px}.window-body p{font-size:12px;color:#8a9099}.hero-balls,.number-row,.small-balls{display:flex;justify-content:center;gap:7px}.hero-balls span,.number-row span,.small-balls span{display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#aa234e,#78102e);color:#fff;font-weight:800;box-shadow:inset 0 -4px 0 rgba(0,0,0,.13);border:2px solid #e0b75f}.hero-balls span{width:45px;height:45px;font-size:18px}.hero-balls span.dark,.number-row span.key,.small-balls span.key{background:linear-gradient(145deg,#343943,#14171d)}.window-date{border-top:1px solid var(--line);margin-top:24px;padding-top:16px;font-size:11px;color:#858b94}
.draw-section{padding:70px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-head h2{font-family:Manrope,sans-serif;font-size:32px;font-weight:800;margin:6px 0}.section-head p{color:var(--muted);margin:0;font-size:14px}.date-chip{background:#fff;border:1px solid var(--line);border-radius:9px;padding:10px 13px;color:#6b717a;font-size:12px}.date-chip i{color:var(--maroon);margin-right:6px}.draw-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.draw-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:21px;box-shadow:0 8px 30px rgba(28,32,40,.05);transition:.2s}.draw-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px rgba(28,32,40,.09)}.card-top{display:flex;align-items:center;gap:11px}.session-icon{width:42px;height:42px;border-radius:11px;background:#f9edf1;color:var(--maroon);display:grid;place-items:center}.card-top small{display:block;font-size:9px;color:#9b9fa7;letter-spacing:1.2px;font-weight:800}.card-top h3{font-size:18px;font-weight:800;margin:1px 0}.status{margin-left:auto;border-radius:20px;padding:6px 9px;font-size:9px;font-weight:800}.status.ready{background:#e9f7ef;color:#278453}.status.waiting{background:#f2f3f5;color:#818792}.winning-label{text-align:center;font-size:9px;font-weight:800;letter-spacing:1.3px;color:#a0a5ad;margin-top:23px}.number-row{padding:12px 0 23px}.number-row span{width:45px;height:45px;font-size:18px}.card-footer-line{border-top:1px solid #eceef1;padding-top:14px;display:flex;justify-content:space-between;color:#858b94;font-size:11px}.card-footer-line a{color:var(--maroon);font-weight:700}.notice{display:flex;gap:11px;margin-top:20px;background:#fff9ed;border:1px solid #f1dfb7;border-radius:11px;padding:14px 16px;color:#746341}.notice i{color:#c59027;margin-top:3px}.notice p{font-size:11px;line-height:1.6;margin:0}
.history-section{background:#fff;padding:70px 0}.history-shell{border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgba(28,32,40,.04)}.result-table{width:100%;border-collapse:collapse}.result-table th{background:#20242b;color:#fff;padding:15px 20px;font-size:10px;letter-spacing:1px;text-transform:uppercase}.result-table td{padding:15px 20px;border-bottom:1px solid #eceef1;vertical-align:middle}.result-table tr:last-child td{border-bottom:0}.result-table tbody tr:hover{background:#fafafa}.draw-name{display:inline-block;background:#f9edf1;color:var(--maroon);padding:7px 10px;border-radius:7px;font-size:10px;font-weight:800}.result-table td strong{display:block;font-size:12px}.result-table td small{display:block;color:#969ba3;font-size:10px}.small-balls{justify-content:flex-start}.small-balls span{width:30px;height:30px;font-size:11px}.row-arrow{width:30px;height:30px;display:grid;place-items:center;margin-left:auto;background:#f4f5f6;border-radius:7px;color:var(--maroon)}
.features{padding:60px 0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-grid>div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:23px}.feature-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#f9edf1;color:var(--maroon)}.feature-grid h4{font-size:15px;font-weight:800;margin:13px 0 6px}.feature-grid p{font-size:12px;line-height:1.6;color:var(--muted);margin:0}
footer{background:#1d2128;color:#aeb3bc;padding-top:50px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;padding-bottom:40px}.footer-brand img{width:190px;max-height:65px;object-fit:contain;filter:brightness(0) invert(1)}.footer-brand p{font-size:12px;line-height:1.7;max-width:330px;margin-top:16px}footer h5{color:#fff;font-size:13px;font-weight:800;margin-bottom:15px}footer a,footer span{display:block;color:#969da7;font-size:12px;margin-bottom:9px}.social{display:flex;gap:7px;margin-top:15px}.social a{width:33px;height:33px;display:grid;place-items:center;background:#2b3038;color:#fff;border-radius:7px}.copyright{border-top:1px solid #30353e;padding:17px 0;font-size:11px;color:#777f89}
@media(max-width:991px){.desktop-nav,.draw-button{display:none}.mobile-menu{display:block}.hero{min-height:auto;padding:65px 0}.hero-grid{grid-template-columns:1fr;gap:45px}.hero h1{font-size:46px}.hero-result{max-width:500px}.draw-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.top-header,.header-inner{height:68px}.brand img{width:155px}.hero{padding:48px 0}.hero h1{font-size:36px;letter-spacing:-1px}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column}.hero-actions a{text-align:center}.hero-meta{gap:16px;flex-direction:column}.window-body{padding:22px 15px}.hero-balls{gap:5px}.hero-balls span{width:39px;height:39px;font-size:16px}.draw-section,.history-section{padding:48px 0}.section-head{align-items:flex-start;gap:15px;flex-direction:column}.section-head h2{font-size:27px}.draw-card{padding:16px}.number-row{gap:5px}.number-row span{width:39px;height:39px;font-size:16px}.table-scroll{overflow-x:auto}.result-table{min-width:650px}.feature-grid,.footer-grid{grid-template-columns:1fr}}
