:root{--ink:#eaf3f5;--muted:#9fb3b8;--bg:#071b2b;--panel:#102b3a;--panel-2:#153645;--line:rgba(215,240,239,.13);--mint:#a7f3d0;--orange:#ffb86b;--red:#fb7185;--shadow:0 24px 80px rgba(0,0,0,.25)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg);color:var(--ink);font:15px/1.55 'DM Sans',sans-serif;overflow-x:hidden}button,input{font:inherit}button{cursor:pointer}a{color:inherit}.ambient{position:fixed;z-index:-1;border-radius:50%;filter:blur(3px);pointer-events:none}.ambient-one{width:470px;height:470px;left:-210px;top:-170px;background:radial-gradient(circle,rgba(43,122,121,.42),transparent 68%)}.ambient-two{width:560px;height:560px;right:-230px;bottom:-240px;background:radial-gradient(circle,rgba(219,127,66,.24),transparent 68%)}
.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;max-width:1380px;margin:auto;padding:0 42px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--orange),#ed775d);color:#192433;font-size:22px;box-shadow:0 8px 30px #e489542b}.brand strong,.brand small{display:block}.brand strong{font:700 18px 'Space Grotesk'}.brand small{color:var(--muted);font-size:11px}.top-actions{display:flex;align-items:center;gap:14px}.icon-button,.ghost-button{border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--ink);border-radius:12px;padding:10px 14px}.icon-button{font-size:22px;padding:5px 11px}.live-pill{font-size:12px;color:var(--mint);display:flex;align-items:center;gap:7px}.live-pill i{width:7px;height:7px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 5px #a7f3d012}
.app-shell{max-width:1380px;margin:auto;display:grid;grid-template-columns:225px 1fr;min-height:calc(100vh - 82px)}.sidebar{padding:38px 22px 30px 0;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:8px}.eyebrow{margin:0 0 9px;color:var(--muted);font-size:10px;letter-spacing:.15em;text-transform:uppercase;font-weight:700}.accent{color:var(--orange)}.nav-item{border:0;background:transparent;color:var(--muted);display:flex;align-items:center;gap:13px;padding:13px 16px;border-radius:13px;text-align:left;transition:.2s}.nav-item span{display:grid;place-items:center;width:22px;font-size:20px}.nav-item:hover,.nav-item.active{background:rgba(167,243,208,.1);color:var(--mint)}.nav-item b{margin-left:auto;color:var(--orange);font-size:11px}.sidebar-ad{margin-top:auto}.main-content{padding:70px 7vw 100px;max-width:1040px;width:100%}.tab-panel{display:none;animation:rise .35s ease}.tab-panel.active{display:block}@keyframes rise{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}h1,h2,h3,p{margin-top:0}h1{font:700 clamp(46px,7vw,78px)/.93 'Space Grotesk',sans-serif;letter-spacing:-.06em;margin-bottom:22px}h1 em{font-style:normal;color:var(--orange)}h2{font:600 25px 'Space Grotesk';letter-spacing:-.03em;margin-bottom:0}h3{font:600 19px 'Space Grotesk';margin-bottom:7px}.lede{color:var(--muted);font-size:17px;max-width:470px}.hero-copy{margin-bottom:40px}.lottery-switch{display:flex;gap:8px;background:rgba(255,255,255,.05);padding:5px;border:1px solid var(--line);border-radius:15px;width:max-content;margin-bottom:28px}.lottery-choice,.mini-choice{border:0;background:transparent;color:var(--muted);padding:11px 18px;border-radius:11px}.lottery-choice{font-weight:600}.lottery-choice small{display:block;font-size:9px;letter-spacing:.1em;margin-top:2px}.lottery-choice.active,.mini-choice.active{background:var(--mint);color:#092031}.search-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(200px,.8fr);gap:18px}.search-card,.feature-card,.info-card,.person-card{border:1px solid var(--line);background:linear-gradient(145deg,rgba(21,54,69,.94),rgba(12,35,48,.92));border-radius:23px;padding:28px;box-shadow:var(--shadow)}.card-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:27px}.round-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#ffb86b1a;color:var(--orange);font-size:21px}label{display:block;color:#d9e8e8;font-size:12px;font-weight:600;margin-bottom:8px}.number-input-wrap{display:flex;align-items:center;border-bottom:1px solid var(--line);margin-bottom:8px}.number-input-wrap input{width:100%;border:0;background:none;color:var(--ink);font:600 50px/1 'Space Grotesk';letter-spacing:.12em;outline:0;padding:3px 0 12px}.number-input-wrap input::placeholder{color:#6b858c}.number-input-wrap span{color:var(--muted);font-size:11px;white-space:nowrap}.field-hint{color:var(--muted);font-size:11px;margin-bottom:26px}.form-row{display:grid;grid-template-columns:.75fr 1.25fr;gap:16px;margin-bottom:26px}input{width:100%;border:1px solid var(--line);border-radius:11px;background:#071b2b66;color:var(--ink);padding:12px;outline:none}input:focus{border-color:var(--mint)}input[type=number]{appearance:textfield}.input-with-unit{position:relative}.input-with-unit span{position:absolute;right:12px;top:12px;color:var(--muted)}.input-with-unit input{padding-right:28px}.primary-button{width:100%;border:0;border-radius:13px;background:linear-gradient(100deg,var(--orange),#f08762);color:#1d2530;padding:14px 16px;font-weight:700;display:flex;justify-content:space-between;align-items:center;box-shadow:0 12px 28px #e9905c24}.primary-button b{font-size:20px}.side-stack{display:flex;flex-direction:column;gap:18px}.feature-card{box-shadow:none;flex:1}.feature-icon{font-size:27px;display:block;margin-bottom:36px}.feature-card p:not(.eyebrow),.info-card p{color:var(--muted);font-size:13px}.text-button{border:0;background:none;padding:0;color:var(--mint);font-weight:700}.text-button span{margin-left:8px}.ad-slot{border:1px dashed #a7f3d04d;border-radius:14px;min-height:74px;display:grid;place-items:center;color:#77939a;font-size:10px;letter-spacing:.08em;text-transform:uppercase;text-align:center}.compact-ad{min-height:112px}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px}.page-heading h1{font-size:clamp(42px,6vw,66px);margin-bottom:14px}.heading-actions{display:flex;gap:8px}.danger{color:#fda4af}.section-switch{display:flex;gap:3px;margin-bottom:21px}.mini-choice{padding:8px 13px;font-size:12px}.numbers-list,.summary-list{display:grid;gap:10px}.number-item,.summary-item{border:1px solid var(--line);background:#ffffff08;border-radius:15px;padding:17px 20px;display:flex;justify-content:space-between;align-items:center}.number-item.has-prize{border-color:#a7f3d055;background:#a7f3d00d}.number-main{font:600 25px 'Space Grotesk';letter-spacing:.05em}.number-meta{color:var(--muted);font-size:12px;margin-top:4px}.number-prize{color:var(--mint);font-weight:700;font-size:12px;margin-top:7px}.delete-number{border:0;background:none;color:#829ba0;font-size:24px}.empty-state{border:1px dashed var(--line);padding:40px;text-align:center;color:var(--muted);border-radius:15px}.summary-item{padding:18px 21px}.summary-item.major{border-color:#ffb86b55;background:#ffb86b0a}.prize-name{color:#d4e3e3}.prize-value{font:600 23px 'Space Grotesk';color:var(--orange);letter-spacing:.06em}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:48px}.info-card{box-shadow:none}.info-card .text-button{display:inline-block;margin-top:18px}.status-card{background:linear-gradient(135deg,#15504a,#123442)}.status-card h2{margin-bottom:8px}.status-card p{margin-bottom:18px}.status-dot{width:12px;height:12px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 7px #ffb86b20}.status-dot.live{background:var(--red);box-shadow:0 0 0 7px #fb718520}.status-dot.done{background:var(--mint);box-shadow:0 0 0 7px #a7f3d020}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:17px}.people-section h2{margin:0}.people-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.person-card{display:flex;gap:14px;align-items:center;padding:16px;box-shadow:none}.person-card img{width:58px;height:58px;border-radius:16px;object-fit:cover}.person-card h3{font-size:15px;margin-bottom:2px}.person-card p{font-size:12px;color:var(--muted);margin-bottom:8px}.legal-note{margin-top:40px;color:#759096;font-size:11px}.search-result{margin-top:18px}.result-card{padding:19px 22px;border-radius:15px;border:1px solid var(--line);background:#ffffff08}.result-card.winner{border-color:#a7f3d066;background:#a7f3d012}.result-card h3{margin-bottom:3px}.result-card p{color:var(--muted);margin:0;font-size:13px}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);padding:12px 18px;border-radius:10px;background:#eaf3f5;color:#071b2b;font-weight:700;opacity:0;pointer-events:none;transition:.25s;z-index:20}.toast.show{opacity:1;transform:translate(-50%,0)}.modal{position:fixed;inset:0;background:#020b12aa;backdrop-filter:blur(10px);display:grid;place-items:center;padding:20px;z-index:30}.modal[hidden]{display:none}.modal-box{width:min(410px,100%);position:relative;background:#153645;border:1px solid var(--line);border-radius:22px;padding:32px;text-align:center;box-shadow:var(--shadow)}.modal-close{position:absolute;right:16px;top:10px;border:0;background:none;color:var(--muted);font-size:28px}.modal-icon{font-size:36px;color:var(--orange);margin-bottom:8px}.modal-box h2{margin-bottom:10px}.modal-box p{color:var(--muted);font-size:14px;margin-bottom:25px}.mobile-nav{display:none}
@media(max-width:800px){.topbar{height:70px;padding:0 20px}.live-pill{display:none}.app-shell{display:block;min-height:0}.sidebar{display:none}.main-content{padding:42px 18px 100px}.mobile-nav{position:fixed;display:flex;bottom:0;left:0;right:0;z-index:10;padding:7px 8px calc(7px + env(safe-area-inset-bottom));background:#0b2534ee;backdrop-filter:blur(18px);border-top:1px solid var(--line);justify-content:space-around}.mobile-nav .nav-item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:7px 12px;font-size:10px}.mobile-nav .nav-item span{font-size:19px}.search-grid,.info-grid,.people-grid{grid-template-columns:1fr}.side-stack{display:none}.page-heading{display:block}.heading-actions{margin-top:20px}.form-row{grid-template-columns:1fr}.search-card{padding:21px}.number-input-wrap input{font-size:42px}.section-title{align-items:flex-start;gap:12px;flex-direction:column}}
.brand-icon{width:40px;height:40px;border-radius:12px;object-fit:cover;box-shadow:0 8px 30px #e4895440}.contact-options{display:grid;gap:9px;margin:-3px 0 24px}.contact-options[hidden]{display:none}.contact-option{display:flex;align-items:center;gap:11px;padding:13px 15px;border:1px solid var(--line);border-radius:12px;background:#ffffff08;color:var(--ink);text-decoration:none;text-align:left;font-weight:600}.contact-option:hover{background:#a7f3d014;border-color:#a7f3d055}.contact-option small{display:block;color:var(--muted);font-weight:400;font-size:11px}.contact-option .contact-glyph{width:27px;text-align:center;color:var(--orange);font-size:18px}.modal.contact-mode .modal-icon{font-size:31px}.modal.contact-mode #modalOk{display:none}
.topbar{position:relative}.topbar .brand-icon{display:block;flex:0 0 40px;width:40px!important;height:40px!important;max-width:40px;max-height:40px}.topbar-message{position:absolute;left:50%;transform:translateX(-50%);font:600 19px 'Space Grotesk';letter-spacing:-.03em;white-space:nowrap}.topbar-message em{font-style:normal;color:var(--orange)}.share-button{display:flex;align-items:center;gap:9px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--ink);border-radius:12px;padding:10px 13px;font-size:12px;font-weight:700}.share-button b{font-size:19px;font-weight:400;line-height:1}.hero-copy{margin-bottom:26px}.hero-copy .lede{margin-bottom:0}
@media(max-width:800px){.topbar{height:70px;padding:0 14px;gap:8px}.topbar .brand-icon{flex-basis:34px;width:34px!important;height:34px!important;max-width:34px;max-height:34px;border-radius:10px}.brand{gap:8px;min-width:0}.brand strong{font-size:15px}.brand small{font-size:9px;white-space:nowrap}.topbar-message{position:static;transform:none;flex:1;text-align:center;font-size:13px;line-height:1.05;white-space:normal;max-width:120px}.share-button{padding:8px 9px;gap:5px}.share-button span{display:none}.share-button b{font-size:19px}.main-content{padding:28px 14px 100px}.hero-copy{margin-bottom:22px}.hero-copy .lede{font-size:14px;line-height:1.45}}
.topbar{display:grid;grid-template-columns:auto minmax(160px,1fr) auto;align-items:center}.topbar-message{position:static;transform:none;text-align:center}.top-actions{justify-self:end}.brand{min-width:0;overflow:hidden}.brand>span{min-width:0}.brand small,.brand strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:800px){.topbar{grid-template-columns:auto minmax(70px,1fr) auto}.topbar-message{max-width:none}.main-content{width:100%;max-width:none;overflow:hidden}.search-grid,.search-card,.feature-card,.info-card,.person-card{min-width:0}.lottery-switch{max-width:100%}.lottery-choice{padding-inline:14px}}
@media(max-width:460px){.topbar{padding-inline:10px;gap:6px}.brand{gap:6px}.brand strong{font-size:14px}.brand small{font-size:8px}.topbar-message{font-size:11px;max-width:92px}.share-button{padding:7px 8px}.main-content{padding-inline:12px}.lottery-choice{padding-inline:10px}.number-input-wrap input{font-size:37px;letter-spacing:.08em}}
.header-lottery-switch{justify-self:center;margin:0;width:auto;padding:3px;gap:3px}.header-lottery-switch .lottery-choice{padding:7px 12px;font-size:12px;line-height:1.1}.header-lottery-switch .lottery-choice small{font-size:8px}.header-lottery-switch + .top-actions{gap:10px}.hero-copy{display:none}
@media(max-width:800px){.topbar{grid-template-columns:auto minmax(118px,1fr) auto}.header-lottery-switch .lottery-choice{padding:6px 8px;font-size:10px}.header-lottery-switch .lottery-choice small{font-size:7px}.header-lottery-switch{gap:2px}.main-content{padding-top:24px}}
@media(max-width:460px){.topbar{grid-template-columns:auto minmax(100px,1fr) auto}.header-lottery-switch .lottery-choice{padding-inline:6px}.header-lottery-switch .lottery-choice small{display:none}.brand small{display:none}}
.person-card{align-items:center;overflow:hidden}.person-card img{width:78px;height:78px;flex:0 0 78px;border:0;border-radius:50%;object-fit:cover;object-position:center 24%;box-shadow:none;outline:0}.person-card h3{line-height:1.15}.person-card .text-button{font-size:14px}
@media(max-width:800px){.person-card img{width:70px;height:70px;flex-basis:70px;border-radius:50%}}
.person-card img{display:block;width:78px!important;height:78px!important;flex-basis:78px!important;border:0!important;border-radius:50%!important;clip-path:circle(50% at 50% 50%);object-fit:cover;object-position:center 24%;box-shadow:none!important;outline:0!important}
.header-lottery-switch{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0!important;z-index:2}
@media(max-width:800px){.person-card img{width:70px!important;height:70px!important;flex-basis:70px!important}.header-lottery-switch{max-width:56vw}.header-lottery-switch .lottery-choice{padding-inline:8px}}
@media(max-width:460px){.header-lottery-switch{max-width:54vw}.header-lottery-switch .lottery-choice{padding-inline:6px}}
