:root{
  --lm-accent:#138f45;
  --lm-blue:#075bd8;
  --lm-blue-2:#003f9f;
  --lm-navy:#061a3b;
  --lm-navy-2:#0d2f67;
  --lm-green:#0fba6f;
  --lm-gold:#f6c945;
  --lm-text:#10233f;
  --lm-muted:#6a7b91;
  --lm-line:#dce7f4;
  --lm-line-strong:#c9d8eb;
  --lm-page:#f4f8fd;
  --lm-card:#ffffff;
  --lm-card-soft:#f7fbff;
  --lm-radius-xl:30px;
  --lm-radius-lg:24px;
  --lm-radius-md:18px;
  --lm-shadow-soft:0 18px 46px rgba(12,39,83,.08);
  --lm-shadow-card:0 16px 38px rgba(12,39,83,.10);
  --lm-shadow-lift:0 28px 70px rgba(8,32,76,.18);
}

.lm-premium-wrap{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  margin:0;
  padding:18px 0 52px;
  background:
    radial-gradient(circle at 10% 6%,rgba(16,185,129,.14),transparent 28%),
    radial-gradient(circle at 90% 2%,rgba(37,99,235,.16),transparent 24%),
    linear-gradient(180deg,#f8fbff 0%,#eef5fc 48%,#f8fbff 100%);
  color:var(--lm-text);
  font-family:inherit;
}

.lm-premium-wrap:before,
.lm-premium-wrap:after{
  content:"";
  position:absolute;
  z-index:-1;
  border-radius:50%;
  pointer-events:none;
}

.lm-premium-wrap:before{
  width:520px;
  height:520px;
  left:-230px;
  top:300px;
  background:radial-gradient(circle,rgba(13,91,216,.10),transparent 65%);
}

.lm-premium-wrap:after{
  width:480px;
  height:480px;
  right:-220px;
  bottom:250px;
  background:radial-gradient(circle,rgba(15,186,111,.12),transparent 64%);
}

.lm-premium-wrap *,
.lm-premium-wrap *:before,
.lm-premium-wrap *:after{
  box-sizing:border-box;
}

.lm-premium-container{
  width:100%;
  margin:0 auto;
  padding:0 18px;
}

.lm-portal-shell{
  display:block;
}

.lm-premium-wrap a,
.lm-premium-wrap button{
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease,opacity .18s ease;
}

.lm-premium-wrap a:focus-visible,
.lm-premium-wrap button:focus-visible,
.lm-premium-wrap input:focus-visible,
.lm-premium-wrap select:focus-visible{
  outline:3px solid rgba(7,91,216,.18);
  outline-offset:3px;
}

.lm-portal-header{
  overflow:hidden;
  margin:0 0 24px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:26px;
  background:rgba(255,255,255,.82);
  box-shadow:0 20px 60px rgba(8,32,76,.09);
  backdrop-filter:blur(18px);
}

.lm-portal-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px 18px;
  background:linear-gradient(90deg,#071b3d,#0b3475);
  color:rgba(255,255,255,.82);
  font-size:12px;
  font-weight:800;
}

.lm-topbar-date,
.lm-topbar-status,
.lm-topbar-links{
  display:flex;
  align-items:center;
  gap:10px;
}

.lm-topbar-status{
  color:#fff;
}

.lm-live-dot{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#18d37f;
  box-shadow:0 0 0 5px rgba(24,211,127,.16);
  flex:0 0 auto;
}

.lm-topbar-links a{
  color:rgba(255,255,255,.82);
  text-decoration:none;
}

.lm-topbar-links a:hover{
  color:#fff;
}

.lm-portal-navbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:18px 20px;
}

.lm-brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--lm-text);
  text-decoration:none;
  min-width:max-content;
}

.lm-brand-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:15px;
  background:linear-gradient(135deg,#10b981,#0d74e8);
  color:#fff;
  box-shadow:0 15px 28px rgba(13,116,232,.20);
}

.lm-brand-mark svg{
  width:27px;
  height:27px;
}

.lm-brand-text{
  display:grid;
  gap:2px;
}

.lm-brand-eyebrow{
  color:#0d74e8;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:10px;
  font-weight:950;
}

.lm-brand-name{
  color:#0c2447;
  font-size:19px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.025em;
}

.lm-portal-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  flex:1;
}

.lm-portal-menu a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 12px;
  border-radius:999px;
  color:#405b7c;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}

.lm-portal-menu a:hover{
  background:#eef6ff;
  color:#075bd8;
}

.lm-portal-actions{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:max-content;
}

.lm-nav-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 15px;
  border:1px solid #075bd8;
  border-radius:999px;
  background:#075bd8;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:950;
  box-shadow:0 14px 26px rgba(7,91,216,.18);
}

.lm-nav-button:hover{
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 18px 32px rgba(7,91,216,.24);
}

.lm-nav-button--ghost{
  border-color:#d8e5f6;
  background:#fff;
  color:#305273;
  box-shadow:none;
}

.lm-nav-button--ghost:hover{
  color:#075bd8;
  background:#eef6ff;
  box-shadow:none;
}

.lm-ad-slot{
  margin:0 0 24px;
  overflow:hidden;
}

.lm-ad-slot > *{
  max-width:100%;
}

.lm-hero-modern{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px);
  align-items:center;
  gap:42px;
  min-height:450px;
  margin:0 0 22px;
  padding:48px 38px;
  overflow:hidden;
  border:1px solid rgba(210,225,242,.76);
  border-radius:34px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.86) 53%,rgba(222,237,255,.78) 100%),
    radial-gradient(circle at 86% 18%,rgba(7,91,216,.18),transparent 36%);
  box-shadow:var(--lm-shadow-lift);
}

.lm-hero-modern:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(7,91,216,.04) 1px,transparent 1px),
    linear-gradient(180deg,rgba(7,91,216,.04) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(90deg,transparent,black 20%,black 80%,transparent);
  opacity:.75;
  pointer-events:none;
}

.lm-hero-orb{
  position:absolute;
  z-index:1;
  border-radius:50%;
  box-shadow:0 18px 36px rgba(9,28,65,.18);
  pointer-events:none;
}

.lm-hero-orb--green{
  width:72px;
  height:72px;
  top:92px;
  right:42%;
  background:radial-gradient(circle at 32% 25%,#fff 0 14%,#71e7a8 15% 42%,#0e9453 74%);
}

.lm-hero-orb--purple{
  width:58px;
  height:58px;
  top:230px;
  right:16px;
  background:radial-gradient(circle at 30% 24%,#fff 0 15%,#d585ff 16% 45%,#7c2dd4 78%);
}

.lm-hero-orb--gold{
  width:48px;
  height:48px;
  top:36px;
  right:78px;
  background:radial-gradient(circle at 30% 24%,#fff 0 16%,#ffd96b 18% 46%,#d68000 80%);
}

.lm-hero-copy,
.lm-hero-ticket{
  position:relative;
  z-index:2;
}

.lm-hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin:0 0 13px;
  color:#075bd8;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  font-weight:950;
}

.lm-hero-kicker span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#075bd8;
  box-shadow:0 0 0 6px rgba(7,91,216,.11);
}

.lm-hero-copy h1{
  max-width:710px;
  margin:0 0 18px;
  color:#0a2550;
  font-size:clamp(43px,6.2vw,76px);
  line-height:.94;
  letter-spacing:-.06em;
  font-weight:950;
}

.lm-hero-copy p{
  max-width:610px;
  margin:0 0 28px;
  color:#60758f;
  font-size:17px;
  line-height:1.75;
  font-weight:600;
}

.lm-trust-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  max-width:720px;
  padding:12px;
  border:1px solid rgba(209,224,241,.84);
  border-radius:22px;
  background:rgba(255,255,255,.78);
  box-shadow:0 16px 40px rgba(12,39,83,.08);
  backdrop-filter:blur(12px);
}

.lm-trust-row div{
  position:relative;
  min-height:76px;
  padding:14px 12px 12px 42px;
  border-radius:17px;
  background:linear-gradient(180deg,#fff,#f7fbff);
}

.lm-trust-row div:before{
  content:"";
  position:absolute;
  left:14px;
  top:18px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:linear-gradient(135deg,#10b981,#075bd8);
  box-shadow:inset 0 0 0 4px #fff;
}

.lm-trust-row strong{
  display:block;
  color:#18385f;
  font-size:13px;
  line-height:1.2;
  font-weight:950;
}

.lm-trust-row span{
  display:block;
  margin-top:5px;
  color:#70839b;
  font-size:12px;
  line-height:1.35;
  font-weight:750;
}

.lm-hero-ticket{
  overflow:hidden;
  min-height:350px;
  padding:30px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:30px;
  background:
    radial-gradient(circle at 100% 0,rgba(255,255,255,.24),transparent 34%),
    linear-gradient(135deg,#073d91 0%,#075bd8 56%,#052967 100%);
  color:#fff;
  box-shadow:0 30px 72px rgba(5,58,142,.32);
}

.lm-hero-ticket:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:42px 42px;
  opacity:.22;
  pointer-events:none;
}

.lm-hero-ticket:after{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  right:-64px;
  bottom:-74px;
  border-radius:50%;
  background:rgba(255,255,255,.09);
  pointer-events:none;
}

.lm-hero-ticket > *{
  position:relative;
  z-index:1;
}

.lm-hero-ticket-top,
.lm-feature-strip,
.lm-feature-label,
.lm-result-card,
.lm-result-name,
.lm-result-prize,
.lm-side-list a,
.lm-palpiteiro-side-head{
  display:flex;
}

.lm-hero-ticket-top{
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:28px;
  color:rgba(255,255,255,.82);
  text-align:right;
  font-size:12px;
  line-height:1.45;
  font-weight:850;
}

.lm-pill-featured{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border-radius:999px;
  background:#14c47d;
  color:#eafff5;
  text-transform:uppercase;
  letter-spacing:.05em;
  font-size:11px;
  font-weight:950;
}

.lm-hero-ticket-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:0 0 24px;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.025em;
}

.lm-icon-mark{
  display:inline-flex;
  width:28px;
  height:28px;
  color:var(--lm-card-accent,var(--lm-hero-accent,#10b981));
  flex:0 0 auto;
}

.lm-icon-mark svg{
  width:100%;
  height:100%;
}

.lm-hero-ticket .lm-icon-mark{
  color:#fff;
}

.lm-hero-ticket-title strong{
  color:#fff;
  font-size:20px;
  line-height:1.1;
  font-weight:950;
}

.lm-hero-prize-main{
  margin:0 0 24px;
  color:#fff;
  text-align:center;
  font-size:clamp(30px,4vw,44px);
  line-height:1.05;
  font-weight:950;
  letter-spacing:-.045em;
}

.lm-number-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
}

.lm-number-row span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--lm-card-accent,#10b981);
  color:#fff;
  font-size:17px;
  font-weight:950;
  box-shadow:0 12px 24px rgba(15,23,42,.12);
}

.lm-number-row--hero{
  justify-content:center;
  margin:0 0 26px;
}

.lm-number-row--hero span{
  width:50px;
  height:50px;
  background:#fff;
  color:var(--lm-hero-accent,#10b981);
  box-shadow:0 14px 26px rgba(4,20,56,.22);
}

.lm-primary-button{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  width:min(330px,100%);
  margin:0 auto 12px;
  border-radius:999px;
  background:#fff;
  color:#075bd8;
  text-decoration:none;
  font-size:14px;
  font-weight:950;
  box-shadow:0 18px 34px rgba(0,0,0,.18);
}

.lm-primary-button:hover{
  color:#075bd8;
  transform:translateY(-1px);
  box-shadow:0 22px 42px rgba(0,0,0,.23);
}

.lm-hero-ticket small{
  display:block;
  color:rgba(255,255,255,.78);
  text-align:center;
  letter-spacing:.05em;
  font-size:11px;
  font-weight:900;
}

.lm-dashboard-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin:0 0 24px;
}

.lm-dashboard-strip article{
  position:relative;
  overflow:hidden;
  min-height:118px;
  padding:20px;
  border:1px solid rgba(216,230,246,.92);
  border-radius:24px;
  background:rgba(255,255,255,.90);
  box-shadow:var(--lm-shadow-soft);
}

.lm-dashboard-strip article:after{
  content:"";
  position:absolute;
  width:100px;
  height:100px;
  right:-38px;
  top:-38px;
  border-radius:50%;
  background:linear-gradient(135deg,rgba(7,91,216,.14),rgba(16,185,129,.12));
}

.lm-dashboard-strip span{
  display:block;
  color:#74869d;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px;
  font-weight:950;
}

.lm-dashboard-strip strong{
  display:block;
  margin:8px 0 2px;
  color:#0d2e60;
  font-size:28px;
  line-height:1.04;
  letter-spacing:-.04em;
  font-weight:950;
}

.lm-dashboard-strip em{
  display:block;
  color:#62778e;
  font-style:normal;
  font-size:12px;
  line-height:1.45;
  font-weight:800;
}

.lm-feature-strip{
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin:0 0 28px;
  padding:20px 24px;
  border:1px solid #dce8f6;
  border-radius:24px;
  background:#fff;
  box-shadow:var(--lm-shadow-card);
}

.lm-feature-label{
  align-items:center;
  gap:14px;
  min-width:240px;
}

.lm-feature-label span{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 9px;
  border-radius:999px;
  background:#ef4444;
  color:#fff;
  text-transform:uppercase;
  font-size:10px;
  font-weight:950;
}

.lm-feature-label strong{
  color:var(--lm-card-accent);
  text-transform:uppercase;
  font-size:20px;
  font-weight:950;
}

.lm-feature-label em,
.lm-feature-prize span,
.lm-feature-prize em,
.lm-result-meta,
.lm-extra-line{
  color:#71829d;
  font-style:normal;
  font-size:12px;
  font-weight:800;
}

.lm-feature-prize{
  min-width:220px;
  text-align:right;
}

.lm-feature-prize span,
.lm-feature-prize em{
  display:block;
  text-transform:uppercase;
}

.lm-feature-prize strong{
  display:block;
  margin:4px 0;
  color:#0f2b56;
  font-size:21px;
  line-height:1.1;
  font-weight:950;
}

.lm-search-strip{
  display:grid;
  gap:15px;
  margin:0 0 30px;
  padding:18px;
  border:1px solid #dce8f6;
  border-radius:24px;
  background:rgba(255,255,255,.90);
  box-shadow:var(--lm-shadow-card);
}

.lm-contest-search-form{
  display:grid;
  grid-template-columns:46px minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
}

.lm-search-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:16px;
  background:#eef6ff;
  color:#075bd8;
  font-size:25px;
  font-weight:950;
}

.lm-contest-search-form input{
  width:100%;
  height:54px;
  border:1px solid #dbe7f5;
  border-radius:16px;
  padding:0 17px;
  background:#f8fbff;
  color:#17335d;
  font-size:16px;
  font-weight:650;
  outline:none;
}

.lm-contest-search-form input:focus{
  border-color:#8fb8f4;
  background:#fff;
  box-shadow:0 0 0 5px rgba(7,91,216,.09);
}

.lm-contest-search-form button,
.lm-palpiteiro-btn{
  min-height:54px;
  border:0;
  border-radius:16px;
  padding:0 24px;
  background:linear-gradient(135deg,#10b981,#09965e);
  color:#fff;
  font-size:14px;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 16px 28px rgba(16,185,129,.20);
}

.lm-contest-search-form button:hover,
.lm-palpiteiro-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 20px 36px rgba(16,185,129,.26);
}

.lm-search-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.lm-search-tabs a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:36px;
  padding:0 13px;
  border:1px solid #dce8f6;
  border-radius:999px;
  background:#fff;
  color:#49627e;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
}

.lm-search-tabs a span{
  width:15px;
  height:15px;
  color:var(--lm-tab-accent,#10b981);
}

.lm-search-tabs a.is-active,
.lm-search-tabs a:hover{
  border-color:var(--lm-tab-accent,#075bd8);
  background:var(--lm-tab-accent,#075bd8);
  color:#fff;
}

.lm-search-tabs a.is-active span,
.lm-search-tabs a:hover span{
  color:#fff;
}

.lm-search-results{
  display:grid;
  gap:10px;
}

.lm-search-item{
  display:grid;
  grid-template-columns:62px 1fr;
  gap:13px;
  padding:12px;
  border:1px solid #e4edf8;
  border-radius:18px;
  background:#fff;
  text-decoration:none;
  box-shadow:0 10px 22px rgba(12,39,83,.05);
}

.lm-search-item:hover{
  transform:translateY(-1px);
  border-color:#bdd3ef;
}

.lm-search-item img,
.lm-search-item > div:first-child{
  width:62px;
  height:62px;
  border-radius:15px;
  object-fit:cover;
  background:#eef6ff;
}

.lm-search-item strong{
  display:block;
  color:#13294b;
  font-size:15px;
  line-height:1.28;
  font-weight:950;
}

.lm-search-item span,
.lm-search-empty{
  display:block;
  color:#71829d;
  font-size:12px;
  line-height:1.58;
  font-weight:700;
}

.lm-section{
  margin:0 0 32px;
}

.lm-section-tight{
  margin-bottom:30px;
}

.lm-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin:0 0 17px;
}

.lm-section-kicker{
  display:block;
  margin:0 0 7px;
  color:#075bd8;
  text-transform:uppercase;
  letter-spacing:.10em;
  font-size:11px;
  font-weight:950;
}

.lm-section-head h2{
  margin:0;
  color:#0d2e60;
  font-size:30px;
  line-height:1.02;
  letter-spacing:-.045em;
  font-weight:950;
}

.lm-section-head a{
  color:#075bd8;
  text-decoration:none;
  font-size:13px;
  font-weight:950;
}

.lm-section-head a:hover{
  color:#033f9e;
}

.lm-quick-access{
  display:grid;
  grid-template-columns:repeat(9,minmax(0,1fr));
  gap:13px;
}

.lm-quick-access .lm-quick-card{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:104px;
  padding:16px 10px;
  border:1px solid #dce8f6;
  border-radius:20px;
  background:#fff;
  color:#29496e;
  text-decoration:none;
  box-shadow:0 14px 28px rgba(18,54,105,.07);
}

.lm-quick-access .lm-quick-card:after{
  content:"";
  position:absolute;
  inset:auto 12px 0;
  height:3px;
  border-radius:999px 999px 0 0;
  background:var(--lm-card-accent,#10b981);
  opacity:.0;
  transition:opacity .18s ease;
}

.lm-quick-access .lm-quick-card:hover{
  transform:translateY(-3px);
  border-color:var(--lm-card-accent);
  box-shadow:0 20px 40px rgba(18,54,105,.12);
}

.lm-quick-access .lm-quick-card:hover:after{
  opacity:1;
}

.lm-quick-access .lm-quick-card strong{
  color:#29496e;
  text-align:center;
  font-size:12px;
  line-height:1.22;
  font-weight:950;
}

.lm-quick-access .lm-icon-mark{
  width:32px;
  height:32px;
}

.lm-content-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:28px;
  align-items:start;
}

.lm-main-col{
  min-width:0;
  display:grid;
  gap:28px;
}

.lm-main-col > .lm-section,
.lm-main-col > .lm-seo-box,
.lm-main-col > .lm-ad-slot{
  margin:0;
}

.lm-main-col > .lm-section:not(.lm-results-section){
  padding:24px;
  border:1px solid #dce8f6;
  border-radius:26px;
  background:rgba(255,255,255,.82);
  box-shadow:0 14px 34px rgba(18,54,105,.07);
}

.lm-main-col > .lm-section:not(.lm-results-section) .lm-section-head{
  margin-bottom:18px;
}

.lm-content-layout .lm-news-grid,
.lm-content-layout .lm-support-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.lm-sidebar-stack{
  position:sticky;
  top:24px;
  display:grid;
  gap:16px;
}

.lm-result-list{
  display:grid;
  gap:15px;
}

.lm-result-card{
  position:relative;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  overflow:hidden;
  padding:20px 22px;
  border:1px solid #dce8f6;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 30px rgba(18,54,105,.07);
}

.lm-result-card:before{
  content:"";
  position:absolute;
  left:0;
  top:18px;
  bottom:18px;
  width:4px;
  border-radius:0 999px 999px 0;
  background:var(--lm-card-accent,#10b981);
}

.lm-result-card:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 42px rgba(18,54,105,.11);
}

.lm-result-info{
  min-width:0;
  flex:1;
}

.lm-result-name{
  align-items:center;
  gap:9px;
  margin:0 0 5px;
}

.lm-result-name strong{
  color:var(--lm-card-accent);
  text-transform:uppercase;
  font-size:14px;
  font-weight:950;
}

.lm-number-row--small{
  margin-top:13px;
  gap:8px;
}

.lm-number-row--small span{
  width:35px;
  height:35px;
  font-size:13px;
}

.lm-extra-line{
  margin-top:8px;
}

.lm-result-prize{
  flex:0 0 218px;
  flex-direction:column;
  align-items:flex-end;
  text-align:right;
  gap:5px;
}

.lm-result-prize span{
  color:#71829d;
  text-transform:uppercase;
  font-size:11px;
  font-weight:950;
}

.lm-result-prize strong{
  color:var(--lm-card-accent);
  font-size:20px;
  line-height:1.1;
  font-weight:950;
}

.lm-result-prize em{
  display:inline-flex;
  align-items:center;
  min-height:27px;
  padding:0 10px;
  border-radius:999px;
  background:var(--lm-card-soft,#eaf8ef);
  color:var(--lm-card-accent);
  font-style:normal;
  font-size:10px;
  font-weight:950;
}

.lm-result-prize a,
.lm-side-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 16px;
  border:1px solid #bfd2e8;
  border-radius:12px;
  background:#fff;
  color:#075bd8;
  text-decoration:none;
  font-size:12px;
  font-weight:950;
}

.lm-result-prize a:hover,
.lm-side-button:hover{
  border-color:#075bd8;
  background:#eef6ff;
}

.lm-side-card,
.lm-palpiteiro--side{
  padding:20px;
  border:1px solid #dce8f6;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 30px rgba(18,54,105,.07);
}

.lm-side-card h3,
.lm-palpiteiro--side h3{
  margin:0 0 15px;
  color:#18345e;
  font-size:19px;
  line-height:1.1;
  letter-spacing:-.03em;
  font-weight:950;
}

.lm-side-list{
  display:grid;
  gap:10px;
}

.lm-side-list a{
  align-items:center;
  gap:10px;
  padding:11px;
  border-radius:15px;
  background:#f8fbff;
  color:#233f65;
  text-decoration:none;
}

.lm-side-list a:hover{
  background:#eef6ff;
}

.lm-side-list a strong{
  display:block;
  color:#233f65;
  font-size:13px;
  font-weight:950;
}

.lm-side-list a em{
  margin-left:auto;
  color:#71829d;
  font-style:normal;
  font-size:11px;
  font-weight:800;
}

.lm-side-button{
  width:100%;
  margin-top:14px;
}

.lm-ranking-list{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}

.lm-ranking-list li{
  display:flex;
  align-items:center;
  gap:10px;
}

.lm-ranking-list span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:50%;
  background:var(--lm-card-accent,#075bd8);
  color:#fff;
  font-size:11px;
  font-weight:950;
}

.lm-ranking-list a{
  color:#29496e;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}

.lm-ranking-list a:hover{
  color:#075bd8;
}

.lm-tools-list{
  display:grid;
  gap:10px;
}

.lm-tools-list a{
  display:block;
  padding:13px;
  border-radius:16px;
  background:#f8fbff;
  text-decoration:none;
}

.lm-tools-list a:hover{
  background:#eef6ff;
  transform:translateY(-1px);
}

.lm-tools-list strong{
  display:block;
  color:#075bd8;
  font-size:13px;
  font-weight:950;
}

.lm-tools-list span{
  display:block;
  margin-top:4px;
  color:#71829d;
  font-size:12px;
  line-height:1.35;
  font-weight:750;
}

.lm-palpiteiro--side{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 100% 0,rgba(255,255,255,.25),transparent 34%),
    linear-gradient(135deg,#063477 0%,#075bd8 100%);
  color:#fff;
  border-color:rgba(255,255,255,.22);
}

.lm-palpiteiro--side:after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-62px;
  bottom:-64px;
  border-radius:50%;
  background:rgba(255,255,255,.09);
}

.lm-palpiteiro--side > *{
  position:relative;
  z-index:1;
}

.lm-palpiteiro-side-head{
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}

.lm-palpiteiro-side-head .lm-icon-mark{
  width:44px;
  height:44px;
  padding:9px;
  border-radius:16px;
  background:rgba(255,255,255,.13);
  color:#fff;
}

.lm-palpiteiro--side h3{
  margin:0;
  color:#fff;
}

.lm-palpiteiro-side-head p{
  margin:3px 0 0;
  color:rgba(255,255,255,.74);
  font-size:12px;
  font-weight:750;
}

.lm-palpiteiro-select{
  width:100%;
  height:48px;
  border:1px solid #dbe7f5;
  border-radius:14px;
  padding:0 12px;
  background:#fff;
  color:#17335d;
  font-weight:850;
  outline:none;
}

.lm-palpiteiro-select:focus{
  border-color:#8fb8f4;
  box-shadow:0 0 0 5px rgba(7,91,216,.09);
}

.lm-palpiteiro--side .lm-palpiteiro-select{
  border-color:rgba(255,255,255,.28);
}

.lm-palpiteiro--side .lm-palpiteiro-btn{
  width:100%;
  margin-top:10px;
  background:#fff;
  color:#075bd8;
  box-shadow:0 16px 30px rgba(0,0,0,.16);
}

.lm-palpiteiro-output{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  justify-content:center;
  min-height:78px;
  padding:15px;
  border-radius:18px;
  background:rgba(255,255,255,.90);
  color:#61728d;
  font-size:12px;
  font-weight:800;
}

.lm-palpiteiro--side .lm-palpiteiro-output{
  margin-top:12px;
}

.lm-palpiteiro-ball{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#e9f8ef;
  color:#0b8d4d;
  font-size:13px;
  font-weight:950;
}

.lm-palpiteiro-extra{
  width:100%;
  color:#17335d;
  text-align:center;
  font-size:13px;
  font-weight:950;
}

.lm-news-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.lm-news-card{
  overflow:hidden;
  border:1px solid #dce8f6;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 30px rgba(18,54,105,.07);
}

.lm-news-card:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 42px rgba(18,54,105,.11);
}

.lm-news-thumb{
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:16/10;
  background:linear-gradient(135deg,var(--lm-card-accent,#10b981),#075bd8);
  color:#fff;
  text-decoration:none;
  font-weight:950;
}

.lm-news-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.lm-news-body{
  padding:15px;
}

.lm-news-body span{
  display:inline-flex;
  min-height:23px;
  align-items:center;
  padding:0 9px;
  border-radius:999px;
  background:rgba(7,91,216,.08);
  color:var(--lm-card-accent,#075bd8);
  text-transform:uppercase;
  font-size:10px;
  font-weight:950;
}

.lm-news-body h3{
  margin:10px 0 8px;
  font-size:16px;
  line-height:1.28;
}

.lm-news-body h3 a{
  color:#17335d;
  text-decoration:none;
}

.lm-news-body h3 a:hover{
  color:#075bd8;
}

.lm-news-body time{
  color:#71829d;
  font-size:12px;
  font-weight:800;
}


.lm-support-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.lm-support-card{
  display:flex;
  gap:13px;
  min-height:142px;
  padding:20px;
  border:1px solid #dce8f6;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 30px rgba(18,54,105,.06);
}

.lm-support-icon{
  font-size:28px;
  line-height:1;
}

.lm-support-card h3{
  margin:0 0 8px;
  color:#17335d;
  font-size:17px;
  line-height:1.2;
  font-weight:950;
}

.lm-support-card p{
  margin:0;
  color:#667899;
  font-size:13px;
  line-height:1.58;
  font-weight:650;
}

.lm-seo-box{
  padding:26px;
  border:1px solid #dce8f6;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 30px rgba(18,54,105,.06);
}

.lm-seo-box h2{
  margin:0 0 10px;
  color:#17335d;
  font-size:25px;
  line-height:1.12;
  letter-spacing:-.035em;
  font-weight:950;
}

.lm-seo-box p{
  margin:0 0 14px;
  color:#566c89;
  line-height:1.78;
}

.lm-post-shell{
  max-width:980px;
  margin:28px auto;
  padding:0 16px;
  color:#334155;
  font-size:17px;
  line-height:1.8;
}

.lm-post-hero{
  position:relative;
  overflow:hidden;
  margin:8px 0 24px;
  padding:34px 30px;
  border-radius:30px;
  background:
    radial-gradient(circle at 100% 0,rgba(255,255,255,.20),transparent 34%),
    linear-gradient(135deg,#0d5c2e 0%,var(--lm-accent) 58%,#0f6a36 100%);
  color:#fff;
  box-shadow:0 22px 56px rgba(12,26,20,.16);
}

.lm-post-hero:before,
.lm-post-hero:after{
  content:"";
  position:absolute;
  border-radius:999px;
  background:rgba(255,255,255,.09);
}

.lm-post-hero:before{
  width:180px;
  height:180px;
  left:-44px;
  bottom:-48px;
}

.lm-post-hero:after{
  width:240px;
  height:240px;
  right:-50px;
  top:-72px;
}

.lm-post-hero > *{
  position:relative;
  z-index:2;
}

.lm-post-badge{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(255,255,255,.13);
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.07em;
  font-size:11px;
  font-weight:900;
}

.lm-post-kicker{
  margin:16px 0 8px;
  color:rgba(255,255,255,.82);
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:14px;
  font-weight:850;
}

.lm-post-hero h2{
  margin:0;
  color:#fff;
  font-size:clamp(34px,5vw,54px);
  line-height:1;
  letter-spacing:-.045em;
  font-weight:950;
}

.lm-post-hero h2 span{
  display:block;
  margin-top:6px;
  color:rgba(255,255,255,.86);
  font-size:clamp(20px,3vw,28px);
}

.lm-post-hero__lead{
  max-width:740px;
  margin:14px 0 18px;
  color:rgba(255,255,255,.88);
}

.lm-post-numbers{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.lm-post-numbers span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  border-radius:50%;
  background:#fff;
  color:var(--lm-accent);
  font-size:26px;
  font-weight:950;
  box-shadow:0 12px 22px rgba(0,0,0,.14);
}

.lm-post-hero__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  margin-top:20px;
}

.lm-post-date{
  color:rgba(255,255,255,.90);
  font-size:15px;
  font-weight:750;
}

.lm-post-status{
  display:inline-flex;
  align-items:center;
  min-height:46px;
  padding:0 16px;
  border-radius:14px;
  font-weight:950;
}

.lm-post-status.is-accumulated{
  background:var(--lm-gold);
  color:#1f2937;
}

.lm-post-status.is-paid{
  background:#eaf8ef;
  color:#0b6a33;
}

.lm-summary-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin:0 0 22px;
}

.lm-summary-card{
  padding:18px;
  border:1px solid #dce8f6;
  border-radius:20px;
  background:#fff;
  box-shadow:var(--lm-shadow-soft);
}

.lm-summary-card span{
  display:block;
  margin-bottom:8px;
  color:var(--lm-muted);
  text-transform:uppercase;
  letter-spacing:.07em;
  font-size:12px;
  font-weight:900;
}

.lm-summary-card strong{
  display:block;
  color:var(--lm-text);
  font-size:20px;
  line-height:1.2;
  font-weight:950;
}

.lm-content-card,
.lm-shortcode-card{
  margin:0 0 18px;
  padding:25px;
  border:1px solid #dce8f6;
  border-radius:24px;
  background:#fff;
  box-shadow:var(--lm-shadow-soft);
}

.lm-content-card--soft{
  background:#f8fbff;
}

.lm-content-card h3,
.lm-shortcode-card h3{
  margin:0 0 12px;
  color:var(--lm-text);
  font-size:28px;
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:950;
}

.lm-content-card p,
.lm-shortcode-card p{
  margin:0 0 14px;
  color:#334155;
}

.lm-section-title-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:10px;
}

.lm-section-tag{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:#eef6ff;
  color:#075bd8;
  text-transform:uppercase;
  letter-spacing:.07em;
  font-size:11px;
  font-weight:900;
}

.lm-awards-table{
  display:grid;
  gap:10px;
  margin-top:14px;
}

.lm-award-row{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:12px;
  align-items:center;
  padding:14px 16px;
  border:1px solid #e4edf8;
  border-radius:16px;
  background:#fbfdff;
}

.lm-award-row--head{
  background:#f3f7fd;
  color:#475569;
  text-transform:uppercase;
  letter-spacing:.07em;
  font-size:12px;
  font-weight:950;
}

.lm-award-col{
  color:#334155;
  font-size:15px;
}

.lm-award-col--name strong{
  color:var(--lm-text);
}

.lm-award-col--value{
  color:#0f766e;
  text-align:right;
  font-weight:900;
}

.lm-info-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.lm-info-pill{
  padding:16px;
  border:1px solid #e3edf7;
  border-radius:18px;
  background:#f8fbff;
}

.lm-info-pill span{
  display:block;
  margin-bottom:8px;
  color:var(--lm-muted);
  text-transform:uppercase;
  letter-spacing:.07em;
  font-size:12px;
  font-weight:900;
}

.lm-info-pill strong{
  display:block;
  color:var(--lm-text);
  font-size:18px;
  line-height:1.3;
  font-weight:950;
}

.lm-post-note{
  margin-top:18px;
  padding:18px 20px;
  border:1px solid #f7dfae;
  border-radius:18px;
  background:#fff8ec;
  color:#7a5600;
}

.lm-post-source{
  margin-top:14px;
  padding:16px 18px;
  border:1px solid #e2e8f0;
  border-radius:18px;
  background:#f8fafc;
  color:#475569;
  font-size:14px;
}

.lm-veja-mais .lm-veja-mais-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:12px;
  background:#138f45;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:850;
  line-height:1.2;
}

.lm-veja-mais .lm-veja-mais-btn:hover{
  transform:translateY(-1px);
  opacity:.94;
}

.lm-post-grid.is-loading,
.lm-result-list.is-loading{
  opacity:.55;
  pointer-events:none;
  transition:opacity .2s ease;
}

.is-hidden,
.lm-quick-card.is-hidden{
  display:none!important;
}

.lm-seo-box--hidden{
  position:absolute!important;
  left:-99999px!important;
  top:auto!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  opacity:0!important;
  pointer-events:none!important;
}

.lm-seo-box--hidden .lm-section-kicker{
  display:none!important;
}

@media(max-width:1180px){
  .lm-portal-navbar{
    flex-wrap:wrap;
  }
  .lm-portal-menu{
    order:3;
    width:100%;
    justify-content:flex-start;
    overflow-x:auto;
    padding-top:4px;
  }
  .lm-quick-access{
    grid-template-columns:repeat(5,minmax(0,1fr));
  }
  .lm-content-layout{
    grid-template-columns:minmax(0,1fr);
  }
  .lm-sidebar-stack{
    position:static;
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-items:start;
  }
  .lm-dashboard-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:980px){
  .lm-hero-modern{
    grid-template-columns:1fr;
    padding:34px 26px;
  }
  .lm-hero-orb{
    display:none;
  }
  .lm-hero-ticket{
    max-width:620px;
  }
  .lm-feature-strip{
    align-items:flex-start;
    flex-direction:column;
  }
  .lm-feature-prize{
    text-align:left;
  }
  .lm-news-grid,
  .lm-support-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .lm-palpiteiro-tip{
    max-width:none;
  }
  .lm-summary-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .lm-info-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:760px){
  .lm-premium-wrap{
    padding-top:12px;
  }
  .lm-premium-container{
    padding:0 12px;
  }
  .lm-portal-topbar{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
  .lm-portal-navbar{
    align-items:flex-start;
  }
  .lm-brand{
    width:100%;
  }
  .lm-portal-actions{
    width:100%;
  }
  .lm-nav-button{
    flex:1;
  }
  .lm-hero-modern{
    border-radius:24px;
    padding:28px 20px;
  }
  .lm-hero-copy h1{
    font-size:42px;
  }
  .lm-trust-row{
    grid-template-columns:1fr;
  }
  .lm-dashboard-strip{
    grid-template-columns:1fr;
  }
  .lm-contest-search-form{
    grid-template-columns:1fr;
  }
  .lm-search-icon{
    display:none;
  }
  .lm-contest-search-form button{
    width:100%;
  }
  .lm-quick-access{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .lm-result-card{
    align-items:flex-start;
    flex-direction:column;
  }
  .lm-result-prize{
    flex:0 0 auto;
    align-items:flex-start;
    text-align:left;
    width:100%;
  }
  .lm-feature-label{
    align-items:flex-start;
    flex-direction:column;
  }
  .lm-sidebar-stack{
    grid-template-columns:1fr;
  }
  .lm-news-grid,
  .lm-support-grid,
  .lm-summary-grid,
  .lm-info-grid{
    grid-template-columns:1fr;
  }
  .lm-award-row{
    grid-template-columns:1fr;
  }
  .lm-award-col--value{
    text-align:left;
  }
}

@media(max-width:480px){
  .lm-portal-header,
  .lm-hero-modern,
  .lm-search-strip,
  .lm-feature-strip,
  .lm-dashboard-strip article,
  .lm-result-card,
  .lm-side-card,
  .lm-palpiteiro--side,
  .lm-news-card,
  .lm-support-card,
  .lm-seo-box,
  .lm-content-card,
  .lm-summary-card{
    border-radius:18px;
  }
  .lm-portal-navbar{
    padding:16px;
  }
  .lm-brand-name{
    font-size:17px;
  }
  .lm-portal-actions{
    flex-direction:column;
  }
  .lm-nav-button{
    width:100%;
  }
  .lm-hero-copy h1{
    font-size:36px;
  }
  .lm-hero-ticket{
    min-height:0;
    padding:22px;
    border-radius:22px;
  }
  .lm-hero-prize-main{
    font-size:29px;
  }
  .lm-number-row--hero span{
    width:42px;
    height:42px;
  }
  .lm-quick-access{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .lm-section-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .lm-section-head h2{
    font-size:26px;
  }
}


@media(max-width:980px){
  .lm-content-layout .lm-news-grid,
  .lm-content-layout .lm-support-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:760px){
  .lm-main-col{
    gap:22px;
  }
  .lm-main-col > .lm-section:not(.lm-results-section){
    padding:18px;
  }
  .lm-content-layout .lm-news-grid,
  .lm-content-layout .lm-support-grid{
    grid-template-columns:1fr;
  }
}
