body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#cc0000bf;box-shadow:0 2px 10px #00000026;position:sticky;top:0;z-index:1000}.header-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:.9rem 1.5rem}.logo{color:#fff;font-size:1.5rem;font-weight:800;text-transform:uppercase}.nav-links{display:flex;gap:1.2rem;list-style:none;margin:0;padding:0}.nav-links a{color:#fff;font-weight:600;opacity:.95;text-decoration:none}.nav-links a:hover{border-bottom:2px solid #fff;opacity:1}.hero{background:linear-gradient(135deg,#c00,#ff7a7a);color:#fff;padding:2.5rem 1.5rem 3rem}.hero-inner{margin:0 auto;max-width:1200px}.hero-top{display:flex;gap:2rem;justify-content:space-between;margin-bottom:2rem}.hero-copy h1{font-size:2.4rem;margin-bottom:.6rem}.hero-copy p{font-size:1.1rem;opacity:.95}.hero-badge{align-items:center;background:#ffffff2e;border-radius:14px;display:flex;gap:.7rem;padding:.7rem 1rem}.hero-badge-dot{background:#fff;border-radius:50%;height:10px;width:10px}.hero-badge-title{font-weight:800}.hero-badge-sub{font-size:.9rem;opacity:.9}.hero-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(3,1fr)}.hero-card{background:#fff;border-radius:16px;box-shadow:0 15px 30px #0000002e;color:inherit;overflow:hidden;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.hero-card:hover{box-shadow:0 22px 45px #00000040;transform:translateY(-6px)}.hero-card-media{height:160px;overflow:hidden}.hero-img{height:100%;object-fit:cover;transition:transform .35s ease;width:100%}.hero-card:hover .hero-img{transform:scale(1.08)}.hero-card-body{padding:1rem 1.1rem 1.2rem}.hero-card-title{color:#c00;font-size:1.15rem;font-weight:800;margin-bottom:.3rem}.hero-card-subtitle{color:#444;font-size:.95rem;margin-bottom:.7rem}.hero-card-action{color:#c00;font-weight:700}@media (max-width:900px){.hero-top{flex-direction:column}.hero-grid{grid-template-columns:1fr}}.container{margin:2rem auto;max-width:1000px;padding:0 1.5rem}.section{background:#fff;border-radius:12px;box-shadow:0 4px 10px #00000014;margin-bottom:2rem;padding:1.5rem}.section h2{border-bottom:2px solid #cc00004d;color:#c00;margin-bottom:1rem;padding-bottom:.5rem}.weather-boxes{display:flex;flex-wrap:wrap;gap:1rem}.weather-card{background:#cc00000d;border:1px solid #c003;border-radius:10px;flex:1 1;min-width:150px;padding:1rem;text-align:center}.weather-card h3{margin-bottom:.5rem}.temp{color:#c00;font-size:2rem;font-weight:700;margin:.5rem 0}.news-card{border-bottom:1px solid #eee;margin-bottom:1.5rem;padding-bottom:1rem}.news-card h3{color:#333;margin:.5rem 0}.read-more{color:#c00;font-weight:700;text-decoration:none}.read-more:hover{color:#900}.business-promo{animation:fadeInUp 1.2s ease-out;background:linear-gradient(135deg,#c00c,#ff5050cc);border-radius:14px;box-shadow:0 6px 15px #0003;color:#fff;padding:2rem;text-align:center}.business-promo h2{font-size:1.8rem;margin-bottom:1rem}.promo-btn{background:#fff;border-radius:8px;color:#c00;display:inline-block;font-weight:700;margin-top:1rem;padding:.8rem 1.5rem;text-decoration:none;transition:transform .2s ease,background .2s ease}.promo-btn:hover{background:#ffe5e5;transform:scale(1.05)}.newsHomeList{display:flex;flex-direction:column;gap:.75rem}.newsHomeRow{grid-gap:1rem;align-items:center;background:#fff;border:1px solid #cc00001a;border-radius:14px;box-shadow:0 10px 22px #00000012;color:inherit;display:grid;gap:1rem;grid-template-columns:140px 1fr auto;overflow:hidden;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.newsHomeRow:hover{background:#cc000005;box-shadow:0 16px 34px #0000001f;transform:translateY(-3px)}.newsHomeThumb{background:#cc00000a;height:100%;min-height:110px;overflow:hidden}.newsHomeThumb img{height:100%;object-fit:cover;transition:transform .35s ease;width:100%}.newsHomeRow:hover .newsHomeThumb img{transform:scale(1.06)}.newsHomeMain{padding:.9rem 0}.newsHomeMeta{font-size:.85rem;margin-bottom:.4rem}.newsHomeSource{font-weight:900;gap:.4rem}.newsHomeSource img{height:16px;width:16px}.newsHomeTitle{font-weight:950}.newsHomeSnippet{-webkit-line-clamp:4;font-size:.95rem;line-height:1.45}.newsHomeRight{align-items:center;display:flex;justify-content:center;padding:0 1rem}.newsHomeOpen{font-weight:950;white-space:nowrap}@media (max-width:900px){.newsHomeRow{grid-template-areas:"thumb main" "thumb right";grid-template-columns:110px 1fr}.newsHomeRight{justify-content:flex-start;padding:0 0 .9rem}.newsHomeMain{padding-right:.9rem}}@media (max-width:600px){.newsHomeRow{grid-template-columns:1fr}.newsHomeThumb{min-height:160px}.newsHomeMain{padding:.9rem .9rem 0}.newsHomeRight{padding:.6rem .9rem 1rem}}.newsPage{margin:2rem auto;max-width:1100px;padding:0 1.2rem 2rem}.newsHeader{align-items:flex-end;display:flex;gap:1.2rem;justify-content:space-between;margin-bottom:1rem}.newsHeader h1{color:#c00;letter-spacing:.2px;margin:0}.newsSubtitle{color:#666;margin:.4rem 0 0}.newsControls{align-items:center;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:flex-end}.newsSearch input{background:#fff;border:1px solid #cc00002e;border-radius:12px;box-shadow:0 8px 18px #0000000f;outline:none;padding:.75rem .9rem;transition:border .2s ease,box-shadow .2s ease,transform .2s ease;width:min(340px,78vw)}.newsSearch input:focus{border-color:#cc000061;box-shadow:0 12px 28px #0000001a;transform:translateY(-1px)}.newsToggle{align-items:center;background:#cc00000a;border:1px solid #cc000029;border-radius:12px;color:#333;cursor:pointer;display:inline-flex;gap:.5rem;padding:.65rem .8rem;-webkit-user-select:none;user-select:none}.newsToggle input{accent-color:#c00}.newsFeatured{grid-gap:1.2rem;background:#fff;border:1px solid #cc00001a;border-radius:18px;box-shadow:0 18px 45px #0000001f;color:inherit;display:grid;gap:1.2rem;grid-template-columns:1.2fr 1fr;margin:1.2rem 0 1.4rem;overflow:hidden;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.newsFeatured:hover{box-shadow:0 26px 60px #00000029;transform:translateY(-4px)}.newsFeaturedMedia{min-height:260px;overflow:hidden;position:relative}.newsFeaturedMedia img{height:100%;object-fit:cover;transform:scale(1.02);transition:transform .4s ease;width:100%}.newsFeatured:hover .newsFeaturedMedia img{transform:scale(1.07)}.newsFeaturedGradient{background:linear-gradient(90deg,#0000,#0000003d);inset:0;position:absolute}.newsFeaturedContent{display:flex;flex-direction:column;justify-content:center;padding:1.2rem 1.2rem 1.3rem}.newsChipRow{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:.7rem}.newsChip{align-items:center;background:#cc00000f;border:1px solid #cc000029;border-radius:999px;color:#333;display:inline-flex;font-weight:700;gap:.45rem;padding:.4rem .6rem}.newsChip img{border-radius:4px;height:16px;width:16px}.newsChip.muted{background:#00000008;border-color:#00000014;color:#666;font-weight:600}.newsFeaturedTitle{color:#111;font-size:1.35rem;line-height:1.15;margin:0 0 .6rem}.newsFeaturedSnippet{color:#444;line-height:1.45;margin:0 0 .9rem}.newsFeaturedCta{color:#c00;font-weight:800}.newsGrid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.newsCard{background:#fff;border:1px solid #cc00001a;border-radius:16px;box-shadow:0 12px 28px #00000014;color:inherit;overflow:hidden;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease}.newsCard:hover{box-shadow:0 18px 44px #0000001f;transform:translateY(-4px)}.newsCardMedia{background:#cc00000a;height:160px;overflow:hidden}.newsCardMedia img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.newsCard:hover .newsCardMedia img{transform:scale(1.06)}.newsCardBody{padding:.95rem 1rem 1rem}.newsMeta{align-items:center;color:#666;display:flex;flex-wrap:wrap;font-size:.9rem;gap:.5rem;margin-bottom:.55rem}.newsSource{align-items:center;color:#333;display:inline-flex;font-weight:800;gap:.45rem}.newsSource img{border-radius:4px;height:16px;width:16px}.newsMetaDot{opacity:.7}.newsTitle{color:#111;font-weight:900;line-height:1.2;margin-bottom:.5rem}.newsSnippet{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#444;display:-webkit-box;line-height:1.4;margin-bottom:.85rem;overflow:hidden}.newsOpenRow{align-items:center;display:flex;gap:.8rem;justify-content:space-between}.newsOpen{color:#c00;font-weight:900}.newsPublished{color:#777;font-size:.85rem}@media (max-width:980px){.newsHeader{align-items:flex-start;flex-direction:column}.newsFeatured,.newsGrid{grid-template-columns:1fr}}.newsHomeHeader{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.8rem}.newsHomeAllBtn{align-items:center;background:#cc00000a;border:1px solid #cc00002e;border-radius:10px;color:#c00;display:inline-flex;font-weight:800;justify-content:center;padding:.6rem .9rem;text-decoration:none;transition:transform .2s ease,background .2s ease}.newsHomeAllBtn:hover{background:#cc000012;transform:translateY(-2px)}.newsHomeGrid{grid-gap:.9rem;display:grid;gap:.9rem;grid-template-columns:repeat(5,minmax(0,1fr))}.newsHomeCard{background:#fff;border:1px solid #cc00001a;border-radius:14px;box-shadow:0 10px 22px #00000012;color:inherit;display:flex;flex-direction:column;min-height:260px;overflow:hidden;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease}.newsHomeCard:hover{box-shadow:0 16px 34px #0000001f;transform:translateY(-4px)}.newsHomeMedia{background:#cc00000a;height:110px;overflow:hidden}.newsHomeMedia img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.newsHomeCard:hover .newsHomeMedia img{transform:scale(1.06)}.newsHomeBody{display:flex;flex:1 1;flex-direction:column;padding:.75rem .8rem .9rem}.newsHomeMeta{align-items:center;color:#666;display:flex;flex-wrap:wrap;font-size:.82rem;gap:.45rem;margin-bottom:.45rem}.newsHomeSource{align-items:center;color:#333;display:inline-flex;font-weight:800;gap:.35rem}.newsHomeSource img{border-radius:4px;height:14px;width:14px}.newsHomeDot{opacity:.7}.newsHomeTitle{color:#111;font-weight:900;line-height:1.2;margin-bottom:.45rem}.newsHomeSnippet,.newsHomeTitle{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.newsHomeSnippet{color:#444;font-size:.9rem;line-height:1.35;margin-bottom:.7rem}.newsHomeOpen{color:#c00;font-weight:900;margin-top:auto}@media (max-width:1100px){.newsHomeGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.newsHomeGrid{grid-template-columns:1fr}}.business-page{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:2rem auto;max-width:1000px;padding:0 1.5rem}.business-hero{background:linear-gradient(135deg,#c00c,#ff3232b3);border-radius:12px;color:#fff;margin-bottom:2rem;padding:2rem;text-align:center}.business-hero h1{margin-bottom:1rem}.business-info{background:#fff;border-radius:12px;box-shadow:0 4px 10px #00000014;margin-bottom:2rem;padding:1.5rem}.business-info ul{list-style:none;padding:0}.business-info li{font-size:1.1rem;margin-bottom:.5rem}.pricing{margin-bottom:2rem;text-align:center}.pricing-card{background:#fff5f5;border:2px solid #c00;border-radius:12px;box-shadow:0 4px 10px #0000001a;display:inline-block;padding:2rem}.price{color:#c00;font-size:2rem;font-weight:700;margin:.5rem 0}.cta{margin:3rem 0;text-align:center}.cta-btn{background:#c00;border-radius:10px;color:#fff;display:inline-block;font-weight:700;padding:.9rem 1.8rem;text-decoration:none;transition:background .2s ease,transform .2s ease}.cta-btn:hover{background:#900;transform:scale(1.05)}.app{align-items:center;background:#fff;display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100vh;justify-content:center;overflow:hidden;text-align:center}.app,.overlay{position:relative}.overlay{z-index:2}.title{animation:fadeInDown 1.5s ease-out forwards;color:#c00;font-size:3rem;font-weight:700}.subtitle{animation:fadeInUp 2s ease-out forwards;animation-delay:.5s;color:#c00;font-size:1.5rem;margin-top:1rem;opacity:0}.progress-container{background:#eee;border-radius:8px;height:12px;margin:2rem auto 1rem;overflow:hidden;width:300px}.progress-bar{background:linear-gradient(90deg,red,#b30000);height:100%;transition:width .2s ease-in-out}.loading-text{animation:blink 1.5s infinite;color:#c00;font-size:1rem}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}
/*# sourceMappingURL=main.1eb6ff15.css.map*/