:root{--usahp-primary:#174ea6;--usahp-accent:#e11d2e;--usahp-ink:#111827;--usahp-muted:#667085;--usahp-soft:#f4f7fb;--usahp-line:#e5eaf2;--usahp-card:#fff}#usa-homeplus{max-width:1240px;margin:0 auto;padding:16px;background:linear-gradient(180deg,#f7f9fd,#eef3fa);color:var(--usahp-ink);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.45;overflow:hidden}#usa-homeplus *{box-sizing:border-box;min-width:0}#usa-homeplus a{text-decoration:none;color:inherit}#usa-homeplus img{max-width:100%;display:block}.usahp-brandbar{display:grid;grid-template-columns:1fr minmax(280px,460px);gap:16px;align-items:center;margin-bottom:14px}.usahp-brandbar strong{display:block;font-size:31px;line-height:1;color:var(--usahp-primary);letter-spacing:-.04em}.usahp-brandbar span{color:var(--usahp-muted)}.usahp-brandbar form{display:flex;background:#fff;border:2px solid var(--usahp-primary);border-radius:999px;overflow:hidden;box-shadow:0 8px 22px rgba(23,78,166,.12)}.usahp-brandbar input{flex:1;border:0;padding:13px 17px;outline:0;min-width:0}.usahp-brandbar button{border:0;background:var(--usahp-primary);color:#fff;font-weight:900;padding:0 20px}.usahp-ticker{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;background:#fff;border:1px solid var(--usahp-line);border-radius:999px;padding:8px;margin:0 0 16px;scrollbar-width:none;box-shadow:0 8px 22px rgba(15,23,42,.06);-webkit-overflow-scrolling:touch}.usahp-ticker::-webkit-scrollbar{display:none}.usahp-ticker span{white-space:nowrap;background:#f2f6ff;border:1px solid #dfe8fb;border-radius:999px;padding:7px 12px;color:#24324a}.usahp-ticker b{color:var(--usahp-primary);margin-right:4px}.usahp-ticker em{font-style:normal;color:var(--usahp-muted);font-size:12px}.usahp-hero{display:grid;grid-template-columns:1.65fr .95fr;gap:18px}.usahp-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 12px 28px rgba(15,23,42,.085);min-width:0}.usahp-card-img{display:block;aspect-ratio:16/9;background:#e5e7eb;overflow:hidden}.usahp-img{width:100%;height:100%;object-fit:cover}.usahp-ph{background:linear-gradient(135deg,#dbeafe,#fecaca)}.usahp-card-body{padding:14px}.usahp-badge{display:inline-block;background:var(--usahp-primary);color:#fff;border-radius:999px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;padding:5px 9px;margin-bottom:8px}.usahp-card h1,.usahp-card h3{margin:0;color:#101828;letter-spacing:-.025em}.usahp-card h1{font-size:clamp(30px,4vw,48px);line-height:1.02}.usahp-card h3{font-size:18px;line-height:1.18}.usahp-card p{font-size:17px;color:var(--usahp-muted);margin:10px 0}.usahp-card time{display:block;color:var(--usahp-muted);font-size:13px;margin-top:8px}.usahp-hero-side{display:grid;gap:12px}.usahp-hero-side .usahp-card{display:grid;grid-template-columns:126px 1fr}.usahp-hero-side .usahp-card-img{aspect-ratio:1/1}.usahp-hero-side .usahp-card-body{padding:10px}.usahp-hero-side .usahp-badge{font-size:10px;padding:4px 8px}.usahp-dashboard{margin:22px 0;background:#fff;border:1px solid var(--usahp-line);border-radius:26px;padding:16px;box-shadow:0 16px 34px rgba(15,23,42,.075);overflow:hidden}.usahp-tools-head{margin:0 0 14px!important}.usahp-tools-head h2{font-size:28px!important}.usahp-widgets{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.usahp-widget{position:relative;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #e3eaf5;border-radius:22px;box-shadow:0 10px 24px rgba(15,23,42,.06);padding:15px;min-height:176px;overflow:hidden}.usahp-widget:before{content:"";position:absolute;right:-35px;top:-45px;width:120px;height:120px;border-radius:50%;background:color-mix(in srgb,var(--usahp-primary) 10%,transparent)}.usahp-widget-top{position:relative;display:flex;align-items:center;gap:8px;margin-bottom:12px}.usahp-widget-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#eef4ff;font-size:18px}.usahp-widget h3{font-size:16px;margin:0;color:#24324a;flex:1}.usahp-refresh{border:0;background:#eef4ff;color:var(--usahp-primary);border-radius:999px;width:30px;height:30px;cursor:pointer;font-weight:900}.usahp-widget-main{position:relative;display:grid;grid-template-columns:1fr 110px;gap:10px;align-items:center;background:#f8fbff;border:1px solid #edf2f7;border-radius:17px;padding:12px}.usahp-widget-value span{display:block;font-size:11px;color:#667085;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.usahp-widget-value strong{display:block;font-size:24px;line-height:1.08;margin:6px 0;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.usahp-widget-value em{display:block;color:#667085;font-size:12px;font-style:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.usahp-mini-chart{width:100%;height:56px;color:var(--usahp-primary)}.usahp-mini-chart polyline{fill:none;stroke:currentColor;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.usahp-widget-list{display:flex;gap:7px;overflow-x:auto;margin-top:10px;scrollbar-width:none}.usahp-widget-list::-webkit-scrollbar{display:none}.usahp-widget-list div{white-space:nowrap;background:#eef4ff;border-radius:999px;padding:6px 9px;font-size:12px;color:#24324a;font-weight:800}.usahp-widget-list b{color:var(--usahp-primary);margin-right:4px}.usahp-empty{color:var(--usahp-muted);font-size:14px}.usahp-balls{display:flex;gap:5px;justify-content:flex-end;flex-wrap:wrap}.usahp-balls span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff;border:2px solid #dbe7fb;color:#111827;font-weight:900;font-size:13px;box-shadow:0 3px 8px rgba(15,23,42,.06)}.usahp-balls .special{background:var(--usahp-accent);border-color:var(--usahp-accent);color:#fff}.usahp-widget-lottery .usahp-widget-main{grid-template-columns:1fr 122px}.usahp-widget-lottery .usahp-mini-chart{display:none}.usahp-section-head{display:flex;align-items:center;justify-content:space-between;margin:24px 0 13px}.usahp-section-head h2{font-size:26px;line-height:1;margin:0;border-left:6px solid var(--usahp-accent);padding-left:10px}.usahp-section-head a{color:var(--usahp-primary);font-weight:900}.usahp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.usahp-grid.compact{grid-template-columns:repeat(4,1fr)}.usahp-grid.compact .usahp-card h3{font-size:17px}.single .site-main,.page .site-main,body.single article,body.page article{max-width:900px;margin-left:auto;margin-right:auto}.single .entry-title,.page .entry-title{font-size:clamp(34px,5vw,56px)!important;line-height:1.02!important;letter-spacing:-.04em!important}.single .entry-content,.page .entry-content{font-size:19px;line-height:1.72;color:#1f2937}.single .entry-content p,.page .entry-content p{margin-bottom:1.25em}.single .entry-content img,.page .entry-content img{border-radius:16px}.single .entry-content a,.page .entry-content a{color:var(--usahp-primary);text-decoration:underline;text-underline-offset:3px}.single .entry-content h2,.page .entry-content h2{font-size:32px;line-height:1.12;margin:1.4em 0 .55em;border-left:6px solid var(--usahp-accent);padding-left:12px}@supports not (color:color-mix(in srgb,red 10%,transparent)){.usahp-widget:before{background:rgba(23,78,166,.08)}}@media(max-width:1000px){.usahp-widgets{grid-template-columns:repeat(2,1fr)}.usahp-grid,.usahp-grid.compact{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){#usa-homeplus{padding:10px}.usahp-brandbar,.usahp-hero{grid-template-columns:1fr}.usahp-brandbar strong{font-size:26px}.usahp-hero-side .usahp-card{grid-template-columns:108px 1fr}.usahp-dashboard{padding:12px;border-radius:20px}.usahp-widgets{grid-template-columns:1fr;gap:10px}.usahp-widget{min-height:158px;padding:12px}.usahp-widget-main{grid-template-columns:1fr 100px}.usahp-widget-value strong{font-size:21px}.usahp-grid,.usahp-grid.compact{grid-template-columns:1fr}.usahp-card h1{font-size:30px}.single .entry-content,.page .entry-content{font-size:18px}}@media(max-width:430px){.usahp-widget-main,.usahp-widget-lottery .usahp-widget-main{grid-template-columns:1fr}.usahp-balls{justify-content:flex-start}.usahp-tools-head{display:block}.usahp-widget-value strong{white-space:normal}}

/* v1.0.3 refinements: clearer dashboard, weather panel, no broken overflow */
#usa-homeplus{overflow:visible;background:#f5f8fc}.usahp-ticker{max-width:100%;overflow-x:auto;flex-wrap:nowrap}.usahp-ticker span{flex:0 0 auto}.usahp-dashboard{background:#fff;border-radius:24px}.usahp-widgets{align-items:stretch}.usahp-widget{box-shadow:0 8px 20px rgba(15,23,42,.055);min-height:156px}.usahp-widget-value strong{font-size:22px}.usahp-widget-list div{max-width:100%;overflow:hidden;text-overflow:ellipsis}.usahp-refresh{background:#f4f7ff;color:var(--usahp-primary)}.usahp-weather-panel{grid-column:span 2;background:linear-gradient(135deg,#eaf3ff,#fff)}.usahp-weather-panel:before{display:none}.usahp-weather-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;position:relative}.usahp-weather-city{background:#fff;border:1px solid #e5edf8;border-radius:16px;padding:12px;box-shadow:0 6px 16px rgba(15,23,42,.045)}.usahp-weather-city span{display:block;color:#174ea6;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.usahp-weather-city strong{display:block;font-size:26px;line-height:1;margin:8px 0 6px;color:#101828}.usahp-weather-city em{display:block;font-style:normal;font-size:12px;color:#667085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.usahp-widget-markets .usahp-widget-value strong,.usahp-widget-lottery .usahp-widget-value strong,.usahp-widget-irs .usahp-widget-value strong,.usahp-widget-uscis .usahp-widget-value strong,.usahp-widget-jobs .usahp-widget-value strong{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.usahp-balls span{background:#fff}.usahp-empty{margin:0;background:#f8fbff;border:1px solid #edf2f7;border-radius:16px;padding:14px;color:#667085}@media(max-width:1000px){.usahp-weather-panel{grid-column:span 2}.usahp-weather-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.usahp-weather-panel{grid-column:span 1}.usahp-weather-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:430px){.usahp-weather-grid{grid-template-columns:1fr 1fr}.usahp-weather-city{padding:10px}.usahp-weather-city strong{font-size:22px}}


/* v1.0.4 lottery results panel */
.usahp-lottery-panel{min-height:260px;background:linear-gradient(135deg,#fff7ed,#ffffff)}
.usahp-lottery-feature{position:relative;background:#fff;border:1px solid #fde3c3;border-radius:18px;padding:13px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;box-shadow:0 8px 18px rgba(180,83,9,.06)}
.usahp-lottery-feature span{display:block;color:#b45309;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.usahp-lottery-feature strong{display:block;color:#111827;font-size:15px;margin-top:4px}
.usahp-lottery-list{display:grid;gap:8px;margin-top:10px;position:relative}
.usahp-lottery-row{display:grid;grid-template-columns:minmax(92px,1fr) auto;gap:8px;align-items:center;background:#fff;border:1px solid #edf2f7;border-radius:14px;padding:8px 9px}
.usahp-lottery-row>span{font-size:12px;font-weight:900;color:#24324a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.usahp-lottery-row .usahp-balls span{width:25px;height:25px;font-size:11px;border-width:1px}
.usahp-lottery-feature .usahp-balls span{width:32px;height:32px}
@media(max-width:430px){.usahp-lottery-feature,.usahp-lottery-row{grid-template-columns:1fr}.usahp-lottery-row .usahp-balls{justify-content:flex-start}}

/* v1.0.5 modular editorial widget sections */
.usahp-dashboard{display:none!important}
.usahp-module-band{margin:24px 0;background:#fff;border:1px solid var(--usahp-line);border-radius:24px;padding:16px;box-shadow:0 12px 28px rgba(15,23,42,.065);overflow:hidden}
.usahp-module-band .usahp-section-head{margin:0 0 14px}
.usahp-module-band .usahp-section-head h2{font-size:26px}
.usahp-widgets-weather-feature{grid-template-columns:1fr}
.usahp-widgets-weather-feature .usahp-weather-panel{grid-column:auto;min-height:auto;background:linear-gradient(135deg,#edf7ff,#ffffff)}
.usahp-widgets-weather-feature .usahp-widget-top{display:none}
.usahp-widgets-weather-feature .usahp-weather-grid{grid-template-columns:repeat(4,1fr)}
.usahp-widgets-weather-feature .usahp-weather-city{position:relative;min-height:112px;padding:14px 14px 12px;border-radius:18px;background:linear-gradient(180deg,#fff,#f7fbff)}
.usahp-widgets-weather-feature .usahp-weather-city:after{content:"";position:absolute;right:12px;bottom:12px;width:48px;height:22px;border-radius:999px;background:linear-gradient(90deg,rgba(23,78,166,.25),rgba(225,29,46,.18));opacity:.5}
.usahp-widgets-weather-feature .usahp-weather-city strong{font-size:32px}
.usahp-widgets-lottery-feature{grid-template-columns:1fr}
.usahp-widgets-lottery-feature .usahp-lottery-panel{min-height:auto;background:linear-gradient(135deg,#fff7ed,#fff)}
.usahp-widgets-lottery-feature .usahp-widget-top{display:none}
.usahp-widgets-lottery-feature .usahp-lottery-feature{grid-template-columns:220px 1fr;padding:16px}
.usahp-widgets-lottery-feature .usahp-lottery-feature strong{font-size:18px}
.usahp-widgets-lottery-feature .usahp-lottery-feature .usahp-balls{justify-content:flex-start}
.usahp-widgets-lottery-feature .usahp-lottery-feature .usahp-balls span{width:38px;height:38px;font-size:15px}
.usahp-widgets-lottery-feature .usahp-lottery-list{grid-template-columns:repeat(2,1fr)}
.usahp-widgets-lottery-feature .usahp-lottery-row{grid-template-columns:150px 1fr}
.usahp-widgets-lottery-feature .usahp-lottery-row .usahp-balls{justify-content:flex-start}
.usahp-widgets-economy-feature{grid-template-columns:repeat(4,1fr)}
.usahp-widgets-benefits-feature{grid-template-columns:repeat(3,1fr)}
.usahp-widgets-economy-feature .usahp-widget,.usahp-widgets-benefits-feature .usahp-widget{min-height:168px}
.usahp-module-band.weather-feature{background:linear-gradient(135deg,#f8fbff,#ffffff)}
.usahp-module-band.lottery-feature{background:linear-gradient(135deg,#fffaf3,#ffffff)}
.usahp-module-band.economy-feature{background:linear-gradient(135deg,#f6fbff,#ffffff)}
.usahp-module-band.benefits-feature{background:linear-gradient(135deg,#f8fff9,#ffffff)}
@media(max-width:1000px){.usahp-widgets-weather-feature .usahp-weather-grid{grid-template-columns:repeat(2,1fr)}.usahp-widgets-economy-feature{grid-template-columns:repeat(2,1fr)}.usahp-widgets-benefits-feature{grid-template-columns:repeat(2,1fr)}.usahp-widgets-lottery-feature .usahp-lottery-list{grid-template-columns:1fr}}
@media(max-width:760px){.usahp-module-band{padding:12px;border-radius:20px}.usahp-widgets-weather-feature .usahp-weather-grid{grid-template-columns:repeat(2,1fr)}.usahp-widgets-economy-feature,.usahp-widgets-benefits-feature{grid-template-columns:1fr}.usahp-widgets-lottery-feature .usahp-lottery-feature,.usahp-widgets-lottery-feature .usahp-lottery-row{grid-template-columns:1fr}.usahp-widgets-lottery-feature .usahp-lottery-feature .usahp-balls span{width:34px;height:34px}}

/* v1.0.6: layout responsive y widgets editoriales */
#usa-homeplus{overflow:visible}.usahp-module-band{margin:22px 0;background:#fff;border:1px solid var(--usahp-line);border-radius:22px;padding:18px;box-shadow:0 10px 28px rgba(15,23,42,.06);overflow:hidden}.usahp-module-band .usahp-section-head{margin:0 0 14px}.usahp-widgets{display:grid;gap:16px}.usahp-widgets-weather-feature,.usahp-widgets-lottery-feature{display:block}.usahp-weather-wide,.usahp-lottery-wide{background:transparent;border:0;box-shadow:none;padding:0}.usahp-weather-wide .usahp-section-head,.usahp-lottery-wide .usahp-section-head{margin:0 0 14px}.usahp-weather-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.usahp-weather-city{background:linear-gradient(135deg,#fff,#f7faff);border:1px solid #e3ebf6;border-radius:16px;padding:15px;min-height:112px;box-shadow:none;display:flex;flex-direction:column;justify-content:center}.usahp-weather-city span{font-size:12px;text-transform:uppercase;letter-spacing:.05em;font-weight:900;color:var(--usahp-primary)}.usahp-weather-city strong{font-size:28px;line-height:1.1;margin:6px 0;color:#111827}.usahp-weather-city em{font-style:normal;color:var(--usahp-muted);font-size:13px;white-space:normal}.usahp-lottery-feature{display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#fffaf2,#fff);border:1px solid #f3ddbf;border-radius:18px;padding:16px;margin-bottom:12px}.usahp-lottery-feature span{text-transform:uppercase;color:#c65300;font-size:12px;font-weight:900}.usahp-lottery-feature strong{display:block;font-size:18px}.usahp-balls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.usahp-balls span{width:34px!important;height:34px!important;border-radius:50%;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center;font-weight:900;font-size:13px;background:#fff;border:1px solid #dbe4f0;box-shadow:0 2px 8px rgba(15,23,42,.08);line-height:1!important}.usahp-balls .special{background:#e11d2e!important;color:#fff!important;border-color:#e11d2e!important}.usahp-lottery-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.usahp-lottery-row{display:grid;grid-template-columns:minmax(130px,1fr) auto auto;align-items:center;gap:10px;background:#fff;border:1px solid #e7edf5;border-radius:14px;padding:10px 12px;overflow:hidden}.usahp-lottery-row>span{font-weight:900;color:#24324a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.usahp-lottery-row em{font-style:normal;color:var(--usahp-muted);font-size:12px;white-space:nowrap}.usahp-widgets-economy-feature{grid-template-columns:1.1fr 1.1fr 1fr .9fr}.usahp-widgets-benefits-feature{grid-template-columns:repeat(3,minmax(0,1fr))}.usahp-data-panel{background:linear-gradient(135deg,#fff,#f8fbff);border:1px solid #e3ebf6;border-radius:18px;padding:15px;box-shadow:0 8px 20px rgba(15,23,42,.045);overflow:hidden}.usahp-widget-top{display:flex;align-items:center;gap:9px;margin-bottom:12px}.usahp-widget-top h3{margin:0;font-size:17px;color:#24324a}.usahp-widget-icon{width:32px;height:32px;border-radius:50%;background:#eef4ff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 32px}.usahp-rates-list,.usahp-info-list{display:grid;gap:8px}.usahp-rates-list div,.usahp-info-list div{display:grid;grid-template-columns:auto 1fr;gap:2px 10px;align-items:baseline;background:#fff;border:1px solid #edf2f8;border-radius:12px;padding:10px}.usahp-rates-list b,.usahp-info-list b{font-size:12px;color:var(--usahp-primary);font-weight:900;white-space:nowrap}.usahp-rates-list strong,.usahp-info-list strong{font-size:20px;color:#111827;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.usahp-rates-list span,.usahp-info-list span{grid-column:1/-1;color:var(--usahp-muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.usahp-info-list strong{font-size:17px;text-align:left;white-space:normal}.usahp-info-list div{grid-template-columns:1fr}.usahp-ticker span em{display:none}.usahp-ticker span{font-weight:700}.usahp-ticker b{font-weight:900}.usahp-refresh{display:none!important}
@media(max-width:1024px){.usahp-weather-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.usahp-widgets-economy-feature,.usahp-widgets-benefits-feature{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){#usa-homeplus{padding:10px}.usahp-brandbar{grid-template-columns:1fr;gap:10px}.usahp-brandbar strong{font-size:28px}.usahp-brandbar form{border-radius:16px}.usahp-brandbar button{padding:0 14px}.usahp-hero{grid-template-columns:1fr!important}.usahp-grid,.usahp-grid.compact{grid-template-columns:1fr!important}.usahp-module-band{padding:14px;border-radius:18px;margin:18px 0}.usahp-weather-grid,.usahp-widgets-economy-feature,.usahp-widgets-benefits-feature{grid-template-columns:1fr!important}.usahp-lottery-feature{display:block}.usahp-lottery-feature .usahp-balls{margin-top:10px}.usahp-lottery-list{grid-template-columns:1fr}.usahp-lottery-row{grid-template-columns:1fr}.usahp-lottery-row .usahp-balls{margin-top:6px}.usahp-rates-list div{grid-template-columns:1fr}.usahp-rates-list strong{text-align:left}.usahp-ticker{border-radius:16px}.usahp-card.is-large h1{font-size:28px!important}}

/* v1.0.7: portada más editorial, sin espacios vacíos y responsive real */
.usahp-module-band{overflow:visible}.usahp-widgets-economy-feature,.usahp-widgets-benefits-feature{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:start}.usahp-data-panel{min-height:0!important;height:auto}.usahp-rates-list,.usahp-info-list{align-content:start}.usahp-info-list div,.usahp-rates-list div{min-height:0}.usahp-rates-list strong{font-size:22px;letter-spacing:-.02em}.usahp-rates-list b,.usahp-info-list b{white-space:normal}.usahp-info-list strong{font-size:16px;line-height:1.22}.usahp-info-list span{white-space:normal}.usahp-market-panel:empty{display:none}.usahp-weather-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important}.usahp-weather-city{min-height:105px;position:relative;overflow:hidden}.usahp-weather-city:after{content:"";position:absolute;right:12px;bottom:12px;width:44px;height:20px;border-radius:999px;background:linear-gradient(90deg,rgba(23,78,166,.18),rgba(217,45,32,.12))}.usahp-weather-city em,.usahp-weather-city strong,.usahp-weather-city span{position:relative;z-index:1}.usahp-lottery-feature{align-items:center}.usahp-lottery-row{grid-template-columns:minmax(135px,1fr) minmax(0,auto);}.usahp-lottery-row em{display:none}.usahp-lottery-row .usahp-balls{justify-content:flex-end}.usahp-balls span{font-variant-numeric:tabular-nums;line-height:1!important;padding:0!important}.usahp-ticker{scroll-snap-type:x proximity}.usahp-ticker span{scroll-snap-align:start}.usahp-ticker em{display:none!important}
@media(max-width:900px){#usa-homeplus{max-width:100%;padding:12px}.usahp-brandbar,.usahp-hero,.usahp-grid,.usahp-grid.compact,.usahp-widgets-economy-feature,.usahp-widgets-benefits-feature{grid-template-columns:1fr!important}.usahp-weather-grid{grid-template-columns:1fr!important}.usahp-lottery-list{grid-template-columns:1fr!important}.usahp-module-band{padding:14px;margin:18px 0;border-radius:18px}.usahp-section-head h2,.usahp-module-band .usahp-section-head h2{font-size:22px}.usahp-card.is-large h1{font-size:28px!important}.usahp-rates-list div{grid-template-columns:auto 1fr}.usahp-rates-list strong{text-align:right}.usahp-info-list div{padding:12px}.usahp-hero-side .usahp-card{grid-template-columns:120px 1fr}}
@media(max-width:560px){#usa-homeplus{padding:10px}.usahp-brandbar form{display:grid;grid-template-columns:1fr auto;border-radius:14px}.usahp-brandbar input{padding:11px 12px}.usahp-brandbar button{padding:0 12px}.usahp-ticker{border-radius:14px;margin-bottom:12px}.usahp-hero-side .usahp-card{display:block}.usahp-hero-side .usahp-card-img{aspect-ratio:16/9}.usahp-card-body{padding:12px}.usahp-lottery-feature{display:block}.usahp-lottery-feature .usahp-balls{margin-top:10px;justify-content:flex-start}.usahp-lottery-row{grid-template-columns:1fr}.usahp-lottery-row .usahp-balls{justify-content:flex-start}.usahp-rates-list div{grid-template-columns:1fr}.usahp-rates-list strong{text-align:left}.usahp-balls span{width:32px!important;height:32px!important;font-size:12px}.usahp-weather-city strong{font-size:26px}}
