.blf-lottery{
  --lottery-bg:#0f1922;
  --lottery-panel:#ffffff;
  --lottery-panel-2:#f1f4f6;
  --lottery-text:#17212a;
  --lottery-muted:#60707a;
  --lottery-line:#dce3e7;
  --lottery-accent:#e45431;
  --lottery-on-accent:#101820;
  --lottery-accent-text:#b94731;
  --lottery-gold:#ffd166;
  width:min(100%,1320px);
  max-width:1320px;
  margin:18px auto 56px;
  padding:0;
  color:var(--lottery-text);
}.blf-lottery,.blf-lottery *{box-sizing:border-box;min-width:0}.blf-lottery a{text-decoration:none}.blf-lottery-hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(220px,300px);
  gap:28px;
  align-items:center;
  padding:34px 36px;
  background:linear-gradient(135deg,#0f1922,#172a36);
  color:#fff;
}.blf-lottery-hero:after{
  content:"";
  position:absolute;
  width:330px;
  height:330px;
  right:-145px;
  top:-175px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(240,90,54,.32),transparent 68%);
  pointer-events:none;
}.blf-lottery-hero>div{position:relative;z-index:1}.blf-lottery-hero>div:first-child>span{
  color:#ffad8f;
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}.blf-lottery-hero h1{
  margin:7px 0 12px;
  color:#fff;
  font-size:clamp(38px,6vw,72px);
  line-height:.94;
  letter-spacing:-.05em;
}.blf-lottery-hero p{max-width:760px;margin:0;color:#c9d3db;font-size:16px;line-height:1.6}.blf-lottery-deadline{
  padding:18px;
  
  border-radius:var(--blf8-radius-lg);
  background:rgba(255,255,255,.045);
}.blf-lottery-deadline small,.blf-lottery-deadline span{display:block;color:#c2cbd2}.blf-lottery-deadline small{font-size:10px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.blf-lottery-deadline strong{display:block;margin:5px 0;color:#fff;font-size:21px;line-height:1.15}.blf-lottery-deadline span{font-size:11px}.blf-lottery-grid{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  gap:12px;
  margin-top:12px;
}.blf-lottery-user-card,.blf-lottery-rules,.blf-lottery-section,.blf-lottery-note{
  
  border-radius:var(--blf8-radius-lg);
  background:var(--lottery-panel);
  color:var(--lottery-text);
}.blf-lottery-user-card,.blf-lottery-rules{padding:22px}.blf-lottery-user-card{display:flex;flex-direction:column}.blf-lottery-user-card>span{
  color:var(--lottery-accent-text);
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}.blf-lottery-user-card>strong{margin:8px 0;color:var(--lottery-text);font-size:clamp(54px,7vw,72px);line-height:1}.blf-lottery-user-card>small{color:var(--lottery-muted);font-size:12px}.blf-lottery-breakdown{display:grid;gap:0;margin-top:18px}.blf-lottery-breakdown span{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  
}.blf-lottery-breakdown b{font-size:12px}.blf-lottery-breakdown em{color:var(--lottery-accent-text);font-size:13px;font-style:normal;font-weight:900}.blf-lottery-button{
  display:flex;
  justify-content:center;
  margin-top:18px;
  padding:12px 16px;
  border-radius:var(--blf8-radius-lg);
  background:#101820;
  color:#fff!important;
  font-weight:900;
}.blf-lottery-rules h2,.blf-lottery-section h2{margin:0 0 16px;color:var(--lottery-text);font-size:25px;line-height:1.1}.blf-lottery-rules ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.blf-lottery-rules li{display:flex;align-items:center;gap:11px;color:var(--lottery-text)}.blf-lottery-rules li b{
  display:grid;
  place-items:center;
  flex:0 0 42px;
  min-width:42px;
  height:34px;
  border-radius:var(--blf8-radius);
  background:#fff0eb;
  color:var(--lottery-accent-text);
}.blf-lottery-rules p{margin:18px 0 0;color:var(--lottery-muted);font-size:13px;line-height:1.6}.blf-lottery-section{margin-top:12px;padding:22px}.blf-lottery-section>header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}.blf-lottery-section>header span{color:var(--lottery-accent-text);font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.blf-lottery-section>header h2{margin:4px 0 0}.blf-lottery-section>header>strong{color:var(--lottery-muted);font-size:12px}.blf-lottery-prize-description{max-width:860px;margin:-2px 0 18px;color:var(--lottery-muted);font-size:15px;line-height:1.65}.blf-lottery-prize-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.blf-lottery-prize-grid article{
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:14px;
  border-radius:var(--blf8-radius-lg);
  background:var(--lottery-panel-2);
}.blf-lottery-prize-grid article>b{
  display:grid;
  place-items:center;
  width:50px;
  height:50px;
  border-radius:var(--blf8-radius-lg);
  background:#101820;
  color:var(--lottery-gold);
}.blf-lottery-prize-grid article span,.blf-lottery-prize-grid article strong{display:block}.blf-lottery-prize-grid article span{margin-bottom:3px;color:var(--lottery-accent-text);font-size:10px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.blf-lottery-prize-grid article strong{color:var(--lottery-text);font-size:15px;line-height:1.35}.blf-lottery-prize-note{margin:16px 0 0;padding:13px 14px;border-radius:var(--blf8-radius-lg);background:var(--lottery-panel-2);color:var(--lottery-muted);font-size:12px;line-height:1.55}.blf-lottery-leaderboard{display:grid;gap:6px}.blf-lottery-leaderboard>a{
  display:grid;
  grid-template-columns:30px 40px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  padding:10px;
  border-radius:var(--blf8-radius-lg);
  background:var(--lottery-panel-2);
  color:var(--lottery-text)!important;
}.blf-lottery-leaderboard>a:hover{background:color-mix(in srgb,var(--lottery-panel-2) 80%,#dfe5e9)}.blf-lottery-leaderboard img{width:40px;height:40px;border-radius:var(--blf8-radius-lg);object-fit:cover;background:#fff}.blf-lottery-leaderboard span strong,.blf-lottery-leaderboard span small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blf-lottery-leaderboard span small{color:var(--lottery-muted);font-size:10px}.blf-lottery-leaderboard em{color:var(--lottery-accent-text);font-style:normal;font-weight:900;white-space:nowrap}.blf-lottery-winners{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.blf-lottery-winners article{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  padding:13px;
  border-radius:var(--blf8-radius-lg);
  background:var(--lottery-panel-2);
}.blf-lottery-winners article>b{display:grid;place-items:center;height:36px;border-radius:var(--blf8-radius);background:#101820;color:var(--lottery-gold)}.blf-lottery-winners span strong,.blf-lottery-winners span small{display:block}.blf-lottery-winners span small{color:var(--lottery-muted);font-size:10px}.blf-lottery-winners em{font-style:normal;font-weight:900;white-space:nowrap}.blf-lottery-note{margin-top:12px;padding:17px 20px}.blf-lottery-note p{margin:5px 0 0;color:var(--lottery-muted);font-size:12px;line-height:1.55}.blf8-lottery-card{background:linear-gradient(145deg,#101820,#1c2a36)!important;color:#fff!important;}.blf8-lottery-card .blf8-side-head span{color:#ffad8f!important}.blf8-lottery-card .blf8-side-head h2{color:#fff!important}.blf8-lottery-ticket{display:flex;align-items:flex-end;gap:9px;margin:15px 0}.blf8-lottery-ticket strong{color:var(--lottery-gold);font-size:40px;line-height:1}.blf8-lottery-ticket span,.blf8-lottery-card p{color:#c8d1d8!important;font-size:12px}.blf8-lottery-card>a{display:flex;justify-content:center;padding:11px;border-radius:var(--blf8-radius-lg);background:var(--lottery-accent);color:var(--lottery-on-accent)!important;font-weight:900}:is(html[data-theme="dark"],html.dark-mode,html.dark-theme,html.dark) .blf-lottery,
:is(body[data-theme="dark"],body.dark-mode,body.dark-theme,body.dark,.dark-theme) .blf-lottery{
  --lottery-panel:#121c25;
  --lottery-panel-2:#17232d;
  --lottery-text:#eef3f6;
  --lottery-muted:#aeb9c2;
  --lottery-line:#2b3a45;
  --lottery-accent:#ff6844;
  --lottery-on-accent:#101820;
  --lottery-accent-text:#ff9a86;
}html[data-theme="dark"] .blf-lottery-user-card,
html[data-theme="dark"] .blf-lottery-rules,
html[data-theme="dark"] .blf-lottery-section,
html[data-theme="dark"] .blf-lottery-note{background:var(--lottery-panel);color:var(--lottery-text)}html[data-theme="dark"] .blf-lottery-user-card>strong,
html[data-theme="dark"] .blf-lottery-rules h2,
html[data-theme="dark"] .blf-lottery-section h2,
html[data-theme="dark"] .blf-lottery-rules li,
html[data-theme="dark"] .blf-lottery-prize-grid article strong{color:var(--lottery-text)}html[data-theme="dark"] .blf-lottery-leaderboard>a,
html[data-theme="dark"] .blf-lottery-winners article,
html[data-theme="dark"] .blf-lottery-prize-grid article,
html[data-theme="dark"] .blf-lottery-prize-note{background:var(--lottery-panel-2);color:var(--lottery-text)!important}html[data-theme="dark"] .blf-lottery-rules li b{background:#34231e;color:#ff9b78}html[data-theme="dark"] .blf-lottery-leaderboard img{background:#0d151c}html[data-theme="dark"] .blf-lottery-leaderboard>a:hover{background:#1d2a35}@media(max-width:900px){
  .blf-lottery-hero{grid-template-columns:minmax(0,1fr);gap:16px;padding:28px 24px}
  .blf-lottery-deadline{max-width:420px}
}@media(max-width:760px){
  .blf-lottery{width:100%;max-width:100%;margin:8px auto 34px}
  .blf-lottery-hero{padding:21px 12px}
  .blf-lottery-hero h1{font-size:clamp(34px,13vw,56px)}
  .blf-lottery-hero p{font-size:14px}
  .blf-lottery-grid,.blf-lottery-prize-grid,.blf-lottery-winners{grid-template-columns:minmax(0,1fr)}
  .blf-lottery-grid{gap:7px;margin-top:7px}
  .blf-lottery-user-card,.blf-lottery-rules,.blf-lottery-section,.blf-lottery-note{border-radius:var(--blf8-radius)}
  .blf-lottery-user-card,.blf-lottery-rules{padding:15px 10px}
  .blf-lottery-section{margin-top:7px;padding:15px 10px}
  .blf-lottery-note{margin-top:7px;padding:13px 10px}
  .blf-lottery-section>header{align-items:flex-start;flex-direction:column;gap:6px}
  .blf-lottery-prize-grid article{grid-template-columns:46px minmax(0,1fr);padding:11px 8px}
  .blf-lottery-prize-grid article>b{width:46px;height:46px}
  .blf-lottery-leaderboard>a{grid-template-columns:26px 36px minmax(0,1fr) auto;gap:8px;padding:9px 7px}
  .blf-lottery-leaderboard img{width:36px;height:36px}
  .blf-lottery-winners article{padding:10px 8px}
}@media(max-width:420px){
  .blf-lottery-leaderboard>a{grid-template-columns:24px 34px minmax(0,1fr) auto;gap:6px}
  .blf-lottery-leaderboard img{width:34px;height:34px}
  .blf-lottery-leaderboard em{font-size:11px}
}.blf-lottery-page :where(button,input,select,textarea,fieldset){border:0!important;box-shadow:none!important}:root{--blf8-radius-sm:6px;--blf8-radius:8px;--blf8-radius-lg:12px}:where(.blf8-lottery-card,.blf8-random-wins-card,.blf8-random-wins){border-radius:var(--blf8-radius-lg)!important}:where(.blf8-lottery-card button,.blf8-random-wins-card button){border-radius:var(--blf8-radius)!important}.blf-lottery :where(.blf-lottery-user-card>span,.blf-lottery-breakdown em,.blf-lottery-section>header span,.blf-lottery-prize-grid article span,.blf-lottery-leaderboard em){color:var(--lottery-accent-text)!important}.blf-lottery .blf-lottery-button{background:#101820;color:#fff!important}.blf8-lottery-card>a{background:var(--lottery-accent,#e45431)!important;color:var(--lottery-on-accent,#101820)!important}:is(html.dark-mode,html.dark-theme,html.dark,body[data-theme="dark"],body.dark-mode,body.dark-theme,body.dark,.dark-theme) .blf-lottery :where(.blf-lottery-user-card,.blf-lottery-rules,.blf-lottery-section,.blf-lottery-note){background:var(--lottery-panel);color:var(--lottery-text)}:is(html.dark-mode,html.dark-theme,html.dark,body[data-theme="dark"],body.dark-mode,body.dark-theme,body.dark,.dark-theme) .blf-lottery :where(.blf-lottery-leaderboard>a,.blf-lottery-winners article,.blf-lottery-prize-grid article,.blf-lottery-prize-note){background:var(--lottery-panel-2);color:var(--lottery-text)!important}:is(html.dark-mode,html.dark-theme,html.dark,body[data-theme="dark"],body.dark-mode,body.dark-theme,body.dark,.dark-theme) .blf-lottery .blf-lottery-rules li b{background:#34231e;color:#ff9b78}@media(prefers-color-scheme:dark){html:not([data-theme]) .blf-lottery{--lottery-panel:#121c25;--lottery-panel-2:#17232d;--lottery-text:#eef3f6;--lottery-muted:#aeb9c2;--lottery-line:#2b3a45;--lottery-accent:#ff6844;--lottery-on-accent:#101820;--lottery-accent-text:#ff9a86}}