:root{--navy:#082f59;--navy2:#0e456f;--blue:#0877e8;--blue2:#0867d2;--sky:#eef7ff;--text:#0b3159;--muted:#6f8499;--line:#dce9f5;--soft:#f7fbff;--white:#fff;--shadow:0 18px 50px rgba(18,70,112,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}img,svg{max-width:100%;height:auto}body{margin:0;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;overflow-x:hidden}button,input,select,textarea{font:inherit}button{touch-action:manipulation}a{text-decoration:none;color:inherit}.container{width:min(1460px,calc(100% - 40px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{height:78px;background:rgba(255,255,255,.96);border-bottom:1px solid #e7eef5;position:sticky;top:0;z-index:1000;backdrop-filter:blur(14px)}.header-inner{height:78px;display:flex;align-items:center;gap:38px}.brand{display:flex;align-items:center;gap:10px;min-width:205px;max-width:300px}.brand .custom-logo-link{display:flex;align-items:center}.brand .custom-logo{max-height:48px;width:auto}.brand-mark{width:38px;height:38px;display:flex;align-items:end;gap:3px}.brand-mark i{display:block;width:7px;background:linear-gradient(180deg,#2b91f4,#0b68cc);border-radius:2px}.brand-mark i:nth-child(1){height:11px}.brand-mark i:nth-child(2){height:20px}.brand-mark i:nth-child(3){height:29px}.brand-mark i:nth-child(4){height:38px}.brand-copy{display:flex;flex-direction:column;min-width:0}.brand-copy strong{font-size:22px;line-height:1.05;letter-spacing:-.6px;white-space:nowrap}.brand-copy small{font-size:9px;color:#6d849a;margin-top:4px;white-space:nowrap}.desktop-nav{margin-left:auto;min-width:0}.desktop-nav .menu{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.desktop-nav a{font-size:13px;font-weight:500;color:#183e61;white-space:nowrap}.desktop-nav a:hover{color:var(--blue)}.header-actions{display:flex;gap:8px}.icon-btn,.menu-toggle{width:42px;height:42px;border:1px solid #e0eaf3;border-radius:12px;background:#fff;color:#12395f;display:grid;place-items:center;cursor:pointer}.menu-toggle{display:none;font-size:18px}.mobile-drawer,.drawer-backdrop{display:none}
.hero{position:relative;isolation:isolate;overflow:visible;background:linear-gradient(180deg,#dceeff 0%,#edf7ff 54%,#fff 100%)}.hero-bg{position:absolute;inset:auto -8% 0;height:220px;background:#d7eafa;clip-path:ellipse(70% 55% at 50% 100%);z-index:-1;opacity:.95}.hero-inner{padding:72px 0 66px}.hero-copy{text-align:center;max-width:980px;margin:0 auto 32px}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #d8e8f7;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:600;color:var(--blue);box-shadow:0 6px 20px rgba(30,90,140,.05)}.hero h1{font-size:clamp(42px,5.25vw,76px);line-height:1.04;letter-spacing:-3.5px;margin:22px auto 18px;max-width:930px;text-wrap:balance}.hero-copy p{font-size:clamp(14px,1.35vw,19px);line-height:1.7;color:#486b8a;max-width:850px;margin:0 auto;text-wrap:balance}
.search-panel{position:relative;max-width:1280px;margin:18px auto 0;background:rgba(255,255,255,.98);border:1px solid #d9e8f5;border-radius:24px;padding:22px;box-shadow:var(--shadow)}.search-tabs{display:flex;justify-content:center;gap:0;margin:0 auto 18px}.search-tab{height:58px;min-width:220px;border:1px solid #d7e6f3;background:#fff;color:#153e65;padding:0 24px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px}.search-tab:first-child{border-radius:16px 0 0 16px}.search-tab:last-child{border-radius:0 16px 16px 0}.search-tab.active{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;border-color:transparent}.search-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) 190px;gap:12px;align-items:stretch}.type-field{height:62px;border:1px solid #d6e5f2;border-radius:15px;background:#f9fcff;display:flex;align-items:center;position:relative;min-width:0;transition:.18s}.type-field:focus-within{background:#fff;border-color:#83bdf4;box-shadow:0 0 0 4px rgba(8,119,232,.08)}.field-icon{width:46px;flex:0 0 46px;text-align:center;color:#4c7194;font-size:16px}.type-field input{width:100%;height:100%;border:0;outline:0;background:transparent;padding:0 2px;color:#143b61;font-weight:500;min-width:0;font-size:15px}.type-field input::placeholder{color:#91a5b9;font-weight:400}.field-chevron{width:44px;height:100%;border:0;background:transparent;color:#718ba4;cursor:pointer;flex:0 0 44px}.suggestion-list{display:none;position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:80;background:#fff;border:1px solid #dce8f4;border-radius:15px;box-shadow:0 18px 45px rgba(13,55,92,.16);padding:7px;max-height:330px;overflow:auto}.suggestion-list.open{display:block}.suggestion-item{width:100%;min-height:46px;border:0;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 11px;text-align:left;color:#173f64;cursor:pointer}.suggestion-item:hover,.suggestion-item:focus{background:#edf7ff;outline:0}.suggestion-item span{font-size:13px;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestion-item small{font-size:10px;color:#8195a8;white-space:nowrap}.primary-search{border:0;border-radius:15px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;font-weight:600;display:flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;cursor:pointer;box-shadow:0 12px 24px rgba(8,118,232,.23);min-width:0}.primary-search:hover{filter:brightness(1.03);transform:translateY(-1px)}.search-helper{display:flex;align-items:center;justify-content:center;gap:8px;color:#71869a;font-size:11px;padding-top:14px;text-align:center}.search-helper i{color:var(--blue)}
.result-card{max-width:850px;margin:20px auto 0;background:#fff;border:1px solid #d7e7f5;border-radius:20px;padding:18px 20px;display:flex;align-items:center;gap:16px;box-shadow:0 14px 38px rgba(22,73,119,.1);min-width:0}.result-card[hidden]{display:none}.result-icon{width:58px;height:58px;border-radius:16px;background:#eaf4ff;display:grid;place-items:center;color:var(--blue);font-size:23px;flex:0 0 58px}.result-content{display:flex;flex-direction:column;min-width:0;flex:1}.result-content span{font-size:13px;color:#526f8a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-content strong{font-size:30px;line-height:1.25;color:#0b3159;letter-spacing:-.7px;white-space:normal;overflow-wrap:anywhere}.result-content small{font-size:11px;color:#788c9f;margin-top:2px;line-height:1.45}.result-card>button{width:40px;height:40px;border:0;background:#f0f6fb;border-radius:11px;cursor:pointer;color:#59718a;flex:0 0 40px}
.features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:50px 0}.features article{text-align:center;padding:24px 26px;border-right:1px solid #edf2f7;min-width:0}.features article:last-child{border-right:0}.features i{font-size:31px;color:var(--blue);margin-bottom:14px}.features h3{font-size:16px;margin:0 0 7px}.features p{font-size:12px;line-height:1.7;color:var(--muted);margin:0 auto;max-width:250px}
.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:linear-gradient(90deg,#eef7ff,#f9fcff,#eef7ff);border:1px solid #e3edf6;border-radius:18px;overflow:hidden}.stats article{padding:22px 24px;display:flex;align-items:center;justify-content:center;gap:14px;border-right:1px solid #dfeaf5;min-width:0}.stats article:last-child{border-right:0}.stats i{font-size:25px;color:var(--blue);flex:0 0 auto}.stats strong,.stats span{display:block}.stats strong{font-size:21px;color:#0b315a;white-space:nowrap}.stats span{font-size:11px;color:#6f8090;margin-top:2px;white-space:nowrap}
.explore-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr) minmax(0,1fr);gap:22px;padding:34px 0}.panel-card{background:#fff;border:1px solid #e4edf5;border-radius:18px;box-shadow:0 10px 32px rgba(16,55,91,.06);min-width:0}.ranking-card,.info-card,.map-card{padding:22px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px}.section-head>div{display:flex;align-items:center;gap:9px;min-width:0}.section-head i{color:var(--blue)}.section-head h2{font-size:16px;margin:0;line-height:1.35}.section-head>a{font-size:11px;color:#557492;white-space:nowrap}.ranking-card ol{list-style:none;margin:0;padding:0}.ranking-card li{border-top:1px solid #edf2f7}.ranking-card li:first-child{border-top:0}.quick-location{width:100%;border:0;background:none;padding:13px 2px;display:flex;align-items:center;justify-content:space-between;gap:15px;cursor:pointer;text-align:left}.quick-location span{font-weight:600;font-size:13px}.quick-location b{font-size:11px;color:#5a7590;white-space:nowrap}.map-card{text-align:center;background:linear-gradient(180deg,#f0f7ff,#fff)}.map-visual{height:142px;border-radius:14px;background:radial-gradient(circle at 50% 50%,#dbeeff,#edf6ff);display:grid;place-items:center;margin-bottom:17px}.map-visual i{font-size:68px;color:#83b9ec}.map-card h2{font-size:19px;margin:0 0 7px}.map-card p{font-size:12px;color:#718294;line-height:1.7;margin:0 auto 16px;max-width:420px}.outline-btn{display:inline-flex;gap:7px;align-items:center;justify-content:center;border:1px solid var(--blue);border-radius:11px;color:var(--blue);font-weight:600;font-size:12px;padding:11px 15px}.info-row{display:flex;align-items:center;gap:12px;padding:15px 0;border-top:1px solid #edf2f7;min-width:0}.info-row:first-of-type{border-top:0}.info-row>i{width:40px;height:40px;border-radius:12px;background:#ecf6ff;display:grid;place-items:center;color:var(--blue);flex:0 0 40px}.info-row div{min-width:0}.info-row strong,.info-row span{display:block}.info-row strong{font-size:13px}.info-row span{font-size:10px;color:#7d8d9d;margin-top:3px;line-height:1.45}
.content-section{padding:8px 0 64px}.article-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.article-search{border:1px solid #e5edf5;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 28px rgba(18,58,94,.06);padding:0;text-align:left;cursor:pointer;color:inherit;min-width:0}.article-art{height:132px;display:grid;place-items:center;font-size:38px;color:#fff}.art-one{background:linear-gradient(135deg,#0f508b,#76b3e8)}.art-two{background:linear-gradient(135deg,#755129,#c49c64)}.art-three{background:linear-gradient(135deg,#0e4668,#3c91bd)}.art-four{background:linear-gradient(135deg,#173f66,#7da8cf)}.article-body{display:block;padding:14px 15px 16px}.article-body strong{display:block;font-size:13px;line-height:1.45}.article-body small{display:block;font-size:10px;line-height:1.6;color:#718294;margin-top:5px}
.site-footer{background:#082a4b;color:#dbe9f6;padding:50px 0 96px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr 1fr;gap:42px}.brand-footer .brand-copy strong{color:#fff}.brand-footer .brand-copy small{color:#9bb5cc}.site-footer p{font-size:11px;line-height:1.8;color:#a9bfd3}.site-footer h4{font-size:13px;margin:0 0 12px;color:#fff}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin:8px 0}.site-footer a{font-size:11px;color:#c3d5e6}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:28px;padding-top:20px;display:flex;justify-content:space-between;gap:18px;font-size:10px;color:#87a2bb}.generic-main{padding:60px 0}.post-card{padding:30px}.post-card h1{margin-top:0}.mobile-quickbar{display:none}
@media(max-width:1120px){.desktop-nav{display:none}.menu-toggle{display:grid}.header-inner{justify-content:space-between}.header-actions{margin-left:auto}.mobile-drawer{display:block;position:fixed;top:0;right:-350px;width:min(350px,90vw);height:100dvh;background:#fff;z-index:1003;padding:18px;transition:.28s;box-shadow:-20px 0 50px rgba(0,0,0,.14);overflow:auto}.mobile-drawer.open{right:0}.drawer-backdrop{display:block;position:fixed;inset:0;background:rgba(2,29,55,.35);z-index:1002;opacity:0;visibility:hidden;transition:.28s}.drawer-backdrop.open{opacity:1;visibility:visible}.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid var(--line)}.mobile-drawer-head button{width:40px;height:40px;border:0;border-radius:10px;background:#f1f6fb}.mobile-drawer .menu{list-style:none;padding:14px 0;margin:0}.mobile-drawer .menu li{border-bottom:1px solid #eef3f8}.mobile-drawer .menu a{display:block;padding:14px 4px;font-weight:500}.search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.primary-search{height:62px}.explore-grid{grid-template-columns:1fr 1fr}.info-card{grid-column:1/-1}.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){body{padding-bottom:88px}.container{width:min(100% - 24px,1460px)}.site-header,.header-inner{height:64px}.brand{min-width:0;max-width:72%}.brand-mark{width:30px;height:30px}.brand-mark i{width:5px}.brand-mark i:nth-child(1){height:8px}.brand-mark i:nth-child(2){height:15px}.brand-mark i:nth-child(3){height:22px}.brand-mark i:nth-child(4){height:30px}.brand-copy strong{font-size:17px}.brand-copy small{font-size:7px}.icon-btn{display:none}.hero-inner{padding:48px 0 42px}.hero-copy{margin-bottom:26px}.eyebrow{font-size:10px;padding:8px 10px}.hero h1{font-size:clamp(32px,9.2vw,44px);line-height:1.05;letter-spacing:-1.8px;margin:16px auto 14px;max-width:100%}.hero-copy p{font-size:13px;line-height:1.65;padding:0 4px}.search-panel{border-radius:19px;padding:12px;margin-top:16px}.search-tabs{margin:0 0 12px;display:grid;grid-template-columns:1fr 1fr}.search-tab{height:48px;min-width:0;padding:0 8px;font-size:11px}.search-tab:first-child{border-radius:13px 0 0 13px}.search-tab:last-child{border-radius:0 13px 13px 0}.search-grid{grid-template-columns:1fr;gap:8px}.type-field,.primary-search{height:54px}.field-icon{width:42px;flex-basis:42px}.type-field input{font-size:14px}.suggestion-list{max-height:260px}.search-helper{font-size:9px;line-height:1.5;padding:10px 5px 0}.result-card{padding:13px 14px;margin-top:14px;border-radius:16px;gap:11px}.result-icon{width:44px;height:44px;flex-basis:44px;border-radius:12px;font-size:18px}.result-content strong{font-size:22px;letter-spacing:-.3px}.result-content span{font-size:11px}.result-content small{font-size:9px}.result-card>button{width:36px;height:36px;flex-basis:36px}.features{grid-template-columns:1fr 1fr;padding:28px 0}.features article{padding:18px 11px;border-right:1px solid #edf2f7;border-bottom:1px solid #edf2f7}.features article:nth-child(2n){border-right:0}.features article:nth-child(n+3){border-bottom:0}.features i{font-size:24px;margin-bottom:9px}.features h3{font-size:13px}.features p{font-size:10px;line-height:1.55}.stats{grid-template-columns:1fr 1fr}.stats article{padding:15px 11px;border-bottom:1px solid #dfeaf5;justify-content:flex-start}.stats article:nth-child(2n){border-right:0}.stats article:nth-child(n+3){border-bottom:0}.stats i{font-size:20px}.stats strong{font-size:16px}.stats span{font-size:9px;white-space:normal}.explore-grid{grid-template-columns:1fr;gap:13px;padding:22px 0}.info-card{grid-column:auto}.panel-card{border-radius:15px}.ranking-card,.info-card,.map-card{padding:17px}.content-section{padding-bottom:36px}.article-grid{grid-template-columns:1fr 1fr;gap:10px}.article-art{height:92px;font-size:28px}.article-body{padding:11px}.article-body strong{font-size:11px}.article-body small{font-size:9px}.footer-grid{grid-template-columns:1fr 1fr;gap:26px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:7px}.site-footer{padding-bottom:38px}.mobile-quickbar{position:fixed;left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));min-height:70px;background:linear-gradient(135deg,#0876e8,#075dbf);border-radius:21px;box-shadow:0 16px 38px rgba(7,78,151,.34);z-index:999;display:grid;grid-template-columns:1fr 1fr 1fr 62px;padding:6px;gap:3px}.mobile-quickbar button{border:0;background:transparent;color:#fff;border-radius:15px;display:flex;align-items:center;justify-content:center;gap:7px;padding:5px 6px;min-width:0;overflow:hidden}.mobile-quickbar button>i{font-size:16px;flex:0 0 auto}.mobile-quickbar button>span{display:flex;flex-direction:column;text-align:left;min-width:0;line-height:1.1}.mobile-quickbar small{font-size:7px;opacity:.8;font-weight:400}.mobile-quickbar b{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70px}.mobile-quickbar .mobile-search-btn{background:#fff;color:var(--blue);display:flex;flex-direction:column;gap:2px;font-weight:700}.mobile-quickbar .mobile-search-btn span{font-size:8px}.generic-main{padding:30px 0}.post-card{padding:20px}}
@media(max-width:430px){.hero-inner{padding-top:38px}.article-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.hero h1{font-size:32px;letter-spacing:-1.1px}.result-content strong{font-size:20px}.brand-copy strong{font-size:16px}.brand-copy small{display:none}.menu-toggle{width:40px;height:40px}.mobile-quickbar{grid-template-columns:1fr 1fr 1fr 58px}.mobile-quickbar b{max-width:58px}.stats article{min-height:68px}.search-tab span{white-space:nowrap}}

/* v1.1.0 symmetry/overflow safeguards */
.brand-custom .custom-logo-link{display:flex;align-items:center;max-width:100%}.brand-custom .custom-logo{display:block;object-fit:contain}.hero-copy,.search-panel,.search-grid,.type-field,.result-card,.features article,.panel-card,.article-search,.footer-grid>div{min-width:0}.hero-copy p,.features p,.panel-card p,.info-row span,.article-body small,.site-footer p,.search-helper span{overflow-wrap:anywhere}.search-tab span,.primary-search span{min-width:0}.search-panel{z-index:10}.suggestion-list{overscroll-behavior:contain}.suggestion-item{min-width:0}.drawer-backdrop{border:0;padding:0}.mobile-drawer{overscroll-behavior:contain}
@media(max-width:560px){.features{grid-template-columns:1fr}.features article{border-right:0;border-bottom:1px solid #edf2f7}.features article:last-child{border-bottom:0}.stats{grid-template-columns:1fr 1fr}.search-tabs{width:100%}.search-tab{font-size:10px;gap:6px}.search-tab i{font-size:11px}.type-field input{padding-right:0}.field-chevron{width:40px;flex-basis:40px}.mobile-quickbar button{gap:4px;padding-inline:3px}}
@media(max-width:360px){.container{width:min(100% - 16px,1460px)}.hero h1{font-size:29px}.search-panel{padding:9px}.search-tab{height:46px;font-size:9px}.mobile-quickbar{left:5px;right:5px;grid-template-columns:1fr 1fr 1fr 52px}.mobile-quickbar b{max-width:50px}.mobile-quickbar button>i{font-size:14px}}
