:root{--bg:#0a0a1f;--panel:#15152e;--acc:#ffd700;--acc2:#ff4d6d;--text:#fff7d6;--muted:#a89070}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Georgia,'Inter',sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none;transition:.2s}
img{max-width:100%;height:auto;display:block}
.lto-header{position:sticky;top:0;z-index:100;background:rgba(0,0,0,.55);backdrop-filter:blur(14px);border-bottom:1px solid #ffd70033}
.lto-header__inner{max-width:1280px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.lto-logo img{height:40px;width:auto}
.lto-nav{display:flex;align-items:center;gap:6px}
.lto-nav__link{padding:9px 16px;color:var(--text);font-size:14px;font-weight:600;letter-spacing:.5px;border-radius:8px;position:relative;text-transform:uppercase}
.lto-nav__link:hover,.lto-nav__link--active{color:var(--acc);background:#ffd7001a}
.lto-dropdown{position:relative}
.lto-dropdown__toggle{padding:9px 16px;color:var(--text);font-size:14px;font-weight:600;cursor:pointer;border-radius:8px;text-transform:uppercase}
.lto-dropdown__menu{position:absolute;right:0;top:100%;background:var(--panel);border:1px solid #ffd70055;border-radius:10px;min-width:200px;padding:8px;box-shadow:0 12px 30px rgba(0,0,0,.5);opacity:0;visibility:hidden;transform:translateY(8px);transition:.25s}
.lto-dropdown:hover .lto-dropdown__menu{opacity:1;visibility:visible;transform:translateY(0)}
.lto-dropdown__item{display:block;padding:9px 14px;color:var(--text);font-size:13px;border-radius:6px}
.lto-dropdown__item:hover{background:#ffd70022;color:var(--acc)}
.lto-burger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:8px}
.lto-burger span{width:22px;height:2px;background:var(--text);transition:.3s}
.lto-burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.lto-burger.active span:nth-child(2){opacity:0}
.lto-burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.lto-mobile{display:none;flex-direction:column;background:var(--panel);padding:16px;border-top:1px solid #ffd70033}
.lto-mobile.active{display:flex}
.lto-mobile__link{padding:12px;color:var(--text);font-weight:600;border-bottom:1px solid #ffd70022}
@media(max-width:960px){.lto-nav,.lto-dropdown{display:none}.lto-burger{display:flex}}
.lto-footer{background:var(--panel);border-top:2px solid var(--acc);padding:50px 20px 20px;margin-top:60px}
.lto-footer__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px;padding-bottom:30px;border-bottom:1px solid #ffd70033}
.lto-footer__brand{display:flex;flex-direction:column;gap:14px}
.lto-footer__logo{height:48px;width:auto}
.lto-footer__col h4{color:var(--acc);font-size:15px;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px}
.lto-footer__col p,.lto-footer__col a{display:block;font-size:13px;color:var(--muted);margin:6px 0;line-height:1.7}
.lto-footer__col a:hover{color:var(--acc)}
.lto-footer__copy{max-width:1280px;margin:20px auto 0;padding:14px 20px;color:var(--muted);font-size:12px;text-align:center;letter-spacing:1px}
@media(max-width:860px){.lto-footer__inner{grid-template-columns:1fr}}
.lto-hero__h1{font-size:54px;font-weight:900;color:var(--text);margin:0 0 6px;letter-spacing:1px;line-height:1.05}
.lto-hero__headline{font-family:'Inter',sans-serif;font-size:18px;font-weight:700;color:var(--acc);letter-spacing:6px;text-transform:uppercase;margin:4px 0 18px;opacity:.92}
.lto-hero__slogan{font-size:16px;color:var(--muted);line-height:1.7;max-width:680px;margin:14px 0;letter-spacing:.5px;opacity:.92}
.lto-hero__tagline{font-size:13px;color:var(--acc2);letter-spacing:3px;font-style:italic;margin:6px 0 22px;opacity:.85}
@media(max-width:860px){.lto-hero__h1{font-size:34px}.lto-hero__headline{font-size:14px;letter-spacing:3px}.lto-hero__slogan{font-size:14px}.lto-hero__tagline{font-size:11px}}

.lto-container{max-width:1200px;margin:0 auto;padding:0 24px}
.lto-hero{position:relative;overflow:hidden;padding:90px 0 100px;text-align:center;background:radial-gradient(ellipse at center,#15152e 0%,#0a0a1f 70%)}
.lto-hero__rings{position:absolute;inset:0;pointer-events:none}
.lto-hero__ring{position:absolute;left:50%;top:50%;border:2px dashed #ffd70033;border-radius:50%;transform:translate(-50%,-50%)}
.lto-hero__ring--1{width:380px;height:380px;animation:ltorot 30s linear infinite}
.lto-hero__ring--2{width:580px;height:580px;border-color:#ff4d6d33;animation:ltorot 50s linear infinite reverse}
.lto-hero__ring--3{width:780px;height:780px;border-color:#ffd70022;animation:ltorot 70s linear infinite}
@keyframes ltorot{to{transform:translate(-50%,-50%) rotate(360deg)}}
.lto-hero__inner{position:relative;z-index:2}
.lto-hero__crown{display:inline-block;color:#ffd700;font-size:11px;letter-spacing:4px;font-weight:700;margin-bottom:18px}
.lto-hero__h1{font-family:Georgia,serif;font-size:62px;font-weight:900;color:#fff7d6;margin:0 0 8px;background:linear-gradient(135deg,#ffd700 0%,#ff4d6d 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.lto-hero__balls{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin:30px 0}
.lto-ball,.lto-ball-lg{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;font-weight:900;font-family:Georgia,serif;font-size:22px;background:radial-gradient(circle at 30% 30%,#fff 0%,#ffd700 60%,#000 100%);color:#000;box-shadow:0 8px 22px rgba(0,0,0,.5),inset 0 -8px 14px rgba(0,0,0,.3);animation:ltodrop .6s cubic-bezier(.5,1.6,.5,1) backwards}
.lto-ball--1{animation-delay:.05s;background:radial-gradient(circle at 30% 30%,#fff 0%,#ef4444 60%,#000 100%)}
.lto-ball--2{animation-delay:.15s;background:radial-gradient(circle at 30% 30%,#fff 0%,#fbbf24 60%,#000 100%)}
.lto-ball--3{animation-delay:.25s;background:radial-gradient(circle at 30% 30%,#fff 0%,#10b981 60%,#000 100%)}
.lto-ball--4{animation-delay:.35s;background:radial-gradient(circle at 30% 30%,#fff 0%,#3b82f6 60%,#000 100%)}
.lto-ball--5{animation-delay:.45s;background:radial-gradient(circle at 30% 30%,#fff 0%,#a855f7 60%,#000 100%)}
.lto-ball--6{animation-delay:.55s;background:radial-gradient(circle at 30% 30%,#fff 0%,#ec4899 60%,#000 100%)}
.lto-ball--bonus{animation-delay:.65s;background:radial-gradient(circle at 30% 30%,#fff 0%,#ff4d6d 60%,#000 100%);font-size:14px}
@keyframes ltodrop{from{transform:translateY(-300px) scale(.3);opacity:0}}
.lto-hero__count{margin:30px auto 24px;max-width:520px;background:#15152e;border:2px solid #ffd700;border-radius:14px;padding:18px;box-shadow:0 0 40px #ffd70033}
.lto-hero__lab{display:block;color:#ff4d6d;font-size:11px;letter-spacing:3px;margin-bottom:10px}
.lto-count{display:flex;justify-content:center;gap:24px}
.lto-count span{display:flex;flex-direction:column;align-items:center}
.lto-count b{font-family:Georgia,serif;font-size:36px;color:#ffd700;font-weight:900}
.lto-count i{color:#a89070;font-size:11px;letter-spacing:2px;font-style:normal}
.lto-hero__cta{display:flex;justify-content:center;gap:14px}
.lto-btn{padding:14px 32px;font-weight:800;font-size:14px;letter-spacing:2px;text-transform:uppercase;cursor:pointer;border-radius:30px;display:inline-block;transition:.2s}
.lto-btn--p{background:linear-gradient(135deg,#ffd700 0%,#ff4d6d 100%);color:#1a0a0a;box-shadow:0 8px 22px #ffd70088}
.lto-btn--p:hover{transform:translateY(-2px);filter:brightness(1.15)}
.lto-btn--o{background:transparent;color:#ffd700;border:2px solid #ffd700}
.lto-btn--o:hover{background:#ffd7001a}
.lto-btn--lg{padding:18px 50px;font-size:18px}

.lto-sec__head{text-align:center;margin-bottom:36px}
.lto-sec__tag{display:block;color:#ff4d6d;font-size:13px;letter-spacing:4px;margin-bottom:8px;font-weight:700}
.lto-sec__head h2{font-family:Georgia,serif;font-size:30px;color:#fff7d6;margin:0;font-weight:800}

.lto-result{padding:80px 0;background:#15152e}
.lto-result__main{max-width:840px;margin:0 auto;text-align:center;padding:36px;background:radial-gradient(ellipse at center,#0a0a1f 0%,#15152e 100%);border:2px solid #ffd70055;border-radius:24px}
.lto-result__date{color:#ff4d6d;font-size:13px;letter-spacing:3px;font-weight:700}
.lto-result__balls{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin:24px 0}
.lto-ball-lg{width:74px;height:74px;font-size:26px}
.lto-ball-lg--bonus{background:radial-gradient(circle at 30% 30%,#fff 0%,#ff4d6d 60%,#000 100%);box-shadow:0 0 30px #ff4d6d88}
.lto-result__prize{display:flex;justify-content:center;gap:20px;color:#ffd700;font-weight:700;font-family:Georgia,serif;font-size:18px;margin-top:12px}
.lto-result__prize span:nth-child(2){color:#a89070;font-weight:400}

.lto-history{padding:80px 0;background:#0a0a1f}
.lto-tbl{width:100%;border-collapse:collapse;background:#15152e;border-radius:14px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.4)}
.lto-tbl th{padding:16px;background:linear-gradient(135deg,#ffd70033 0%,#ff4d6d33 100%);color:#fff7d6;font-size:13px;letter-spacing:2px;text-align:left;border-bottom:2px solid #ffd700}
.lto-tbl td{padding:14px 16px;border-bottom:1px solid #ffd70022;color:#fff7d6;font-family:Georgia,serif}
.lto-tbl tr:hover{background:#ffd70011}
.lto-tbl td:nth-child(3){font-family:'JetBrains Mono',monospace;color:#ffd700;letter-spacing:2px}
.lto-tbl td:nth-child(4){color:#ff4d6d;font-weight:700}
.lto-tbl td:last-child{color:#ffd700;font-weight:700}

.lto-modes{padding:80px 0;background:#15152e}
.lto-modes__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.lto-mode{padding:30px 24px;background:#0a0a1f;border-radius:18px;border-top:4px solid #ffd700;position:relative;transition:.25s}
.lto-mode:hover{transform:translateY(-4px);box-shadow:0 14px 38px rgba(0,0,0,.4)}
.lto-mode__no{position:absolute;top:14px;right:18px;color:#ff4d6d;font-size:36px;font-family:Georgia,serif;font-weight:900;opacity:.4}
.lto-mode h3{margin:0 0 10px;color:#ffd700;font-size:22px;font-family:Georgia,serif}
.lto-mode p{color:#a89070;font-size:13px;margin:0;line-height:1.7}

.lto-winners{padding:80px 0;background:#0a0a1f}
.lto-winners__list{max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:8px}
.lto-win__row{display:grid;grid-template-columns:1fr 100px 1fr 1fr;gap:14px;padding:16px 20px;background:#15152e;border-radius:12px;border-left:4px solid #ffd700;font-size:14px;color:#fff7d6}
.lto-win__amt{color:#ffd700;font-weight:800;font-family:Georgia,serif;font-size:16px}
.lto-win__row span:last-child{color:#a89070;font-size:12px;text-align:right}

.lto-cta{padding:80px 0;background:linear-gradient(135deg,#ffd70022 0%,#ff4d6d22 100%);text-align:center}
.lto-cta h2{font-family:Georgia,serif;font-size:38px;color:#ffd700;margin:0 0 14px}
.lto-cta p{color:#a89070;margin:0 0 28px}

@media(max-width:860px){.lto-hero__h1{font-size:38px}.lto-modes__grid{grid-template-columns:1fr 1fr}.lto-tbl{font-size:12px}.lto-tbl th,.lto-tbl td{padding:10px 8px}.lto-win__row{grid-template-columns:1fr 1fr;font-size:13px}.lto-ball,.lto-ball-lg{width:46px;height:46px;font-size:16px}.lto-ball-lg{width:54px;height:54px;font-size:18px}}
