@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.absolute{position:absolute}.relative{position:relative}.flex{display:flex}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.border{border-style:var(--tw-border-style);border-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}:root{--bg-dark:#0a0e17;--bg-card:#141a2699;--text-main:#f8faff;--text-muted:#8d9bb5;--primary:#3b82f6;--primary-glow:#3b82f699;--accent:#00d2ff;--accent-glow:#00d2ff80;--gradient-snow:linear-gradient(135deg, #e0eafc 0%, #cfdef3 100%);--gradient-dark:linear-gradient(180deg, #0a0e17 0%, #111827 100%)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-outfit), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;background:var(--gradient-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;background-attachment:fixed;min-height:100vh;margin:0;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}.glass-panel{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid #ffffff14;border-radius:24px;box-shadow:0 8px 32px #0000004d}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.animate-float{animation:6s ease-in-out infinite float}@keyframes pulse-glow{0%{box-shadow:0 0 10px var(--primary-glow)}50%{box-shadow:0 0 30px var(--accent-glow)}to{box-shadow:0 0 10px var(--primary-glow)}}.glow-fx{animation:3s infinite pulse-glow}.app-container{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.bg-gradient-circle{filter:blur(100px);z-index:0;opacity:.4;border-radius:50%;position:absolute}.circle-1{background:var(--primary);width:500px;height:500px;top:-10%;left:-10%}.circle-2{background:var(--accent);width:600px;height:600px;bottom:-20%;right:-10%}.header{text-align:center;z-index:10;padding:2rem;position:relative}.title-container{background:#0003;border:1px solid #ffffff1a;border-radius:50px;justify-content:center;align-items:center;gap:1rem;max-width:100%;margin-bottom:2rem;padding:.5rem 1.5rem;text-decoration:none;display:inline-flex}.title-icon{color:var(--accent)}.site-title{letter-spacing:1px;background:var(--gradient-snow);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;font-size:1.5rem;font-weight:800}.main-content{z-index:10;flex-direction:column;flex:1;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:flex;position:relative}.home-content,.content-page{gap:2rem}.top-nav{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.top-nav .title-container{margin-bottom:0}.top-links{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.top-links a{color:var(--text-muted);font-size:.95rem;font-weight:600;text-decoration:none}.top-links a:hover,.top-links a:focus-visible{color:var(--text-main)}.hero{text-align:center;margin-bottom:4rem}.hero h1{text-shadow:0 10px 30px #00000080;margin-bottom:1rem;font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1.1}.hero p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.2rem}.hero-shell{flex-direction:column;align-items:center;gap:1.5rem;width:100%;margin-bottom:0;display:flex}.hero-copy{max-width:780px}.hero-note{color:var(--text-muted);font-size:1rem}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-size:.85rem;font-weight:700}.calculator-card{width:100%;max-width:600px;padding:2.5rem}.input-wrapper{flex-direction:column;gap:1rem;display:flex}.input-label{color:var(--text-muted);margin-left:.5rem;font-size:1rem;font-weight:600}.input-group{align-items:center;display:flex;position:relative}.input-icon{color:var(--text-muted);position:absolute;left:1.2rem}.zip-input{color:#fff;background:#0000004d;border:2px solid #ffffff1a;border-radius:16px;width:100%;padding:1.2rem 1.2rem 1.2rem 3.5rem;font-family:inherit;font-size:1.2rem;transition:all .3s}.zip-input:focus{border-color:var(--primary);background:#00000080;outline:none;box-shadow:0 0 20px #3b82f64d}.calculate-btn{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1.5rem;padding:1.2rem;font-size:1.2rem;font-weight:700;transition:all .3s;display:flex}.calculate-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00d2ff66}.calculate-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.results-container{flex-direction:column;gap:1.5rem;width:100%;max-width:600px;display:flex}.result-card{text-align:center;flex-direction:column;align-items:center;padding:3rem 2rem;display:flex;position:relative;overflow:hidden}.result-location{color:var(--text-muted);text-align:center;word-break:break-word;overflow-wrap:anywhere;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.2rem;display:flex}.chance-display{background:var(--gradient-snow);-webkit-text-fill-color:transparent;text-shadow:0 0 40px #fff3;-webkit-background-clip:text;margin-bottom:.5rem;font-size:6rem;font-weight:800;line-height:1}.chance-label{color:#fff;font-size:1.5rem;font-weight:500}.result-summary{color:var(--text-muted);max-width:540px;margin-top:.75rem;line-height:1.7}.result-note{color:var(--text-muted);max-width:560px;margin-top:.5rem;font-size:.95rem;line-height:1.6}.result-meta-note{color:#d8e4ffd1;max-width:560px;margin-top:.35rem;font-size:.9rem;line-height:1.6}.pill-row{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1rem;display:flex}.meta-pill{color:var(--text-muted);text-transform:capitalize;background:#ffffff14;border:1px solid #ffffff1a;border-radius:999px;padding:.5rem .9rem;font-size:.9rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;margin-top:1rem;display:grid}.stat-item{background:#0003;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;display:flex}.stat-item-wide{grid-column:span 2}.stat-icon{color:var(--accent);margin-bottom:.5rem}.stat-value{font-size:1.5rem;font-weight:700}.stat-label{color:var(--text-muted);font-size:.9rem}.result-guidance{flex-wrap:wrap;gap:.85rem;width:100%;margin-top:1rem;display:flex}.result-guidance-item{background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;flex:220px;padding:1rem 1.1rem}.result-guidance-item p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.action-buttons{gap:1rem;width:100%;margin-top:1rem;display:flex}.action-btn{cursor:pointer;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-weight:600;transition:all .2s;display:flex}.btn-secondary{color:#fff;background:#ffffff1a;border:1px solid #fff3}.btn-secondary:hover{background:#fff3}.error-message{color:#ff6b6b;background:#ff6b6b1a;border:1px solid #ff6b6b33;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem;font-weight:500;display:flex}.content-section{flex-direction:column;gap:1.5rem;width:100%;display:flex}.section-heading{flex-direction:column;gap:.5rem;max-width:820px;display:flex}.section-heading h2{font-size:clamp(2rem,4vw,3rem);line-height:1.1}.insight-grid,.guide-grid,.support-grid,.faq-list{gap:1rem;width:100%;display:grid}.insight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.guide-grid,.support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-list{grid-template-columns:1fr}.section-card{background:#121a27b8;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;gap:.85rem;padding:1.5rem;display:flex;box-shadow:0 8px 32px #00000040}.section-card h2,.section-card h3{overflow-wrap:anywhere;font-size:1.2rem;line-height:1.3}.section-card p{color:var(--text-muted);line-height:1.7}.link-card{color:inherit;text-decoration:none;transition:transform .2s,border-color .2s,background .2s}.link-card:hover,.link-card:focus-visible{background:#142032e6;border-color:#00d2ff59;transform:translateY(-4px)}.card-meta{color:var(--accent);overflow-wrap:anywhere;font-size:.9rem;font-weight:600}.inline-actions{flex-wrap:wrap;gap:1rem;display:flex}.text-link{color:var(--accent);font-weight:700;text-decoration:none}.text-link:hover,.text-link:focus-visible{text-decoration:underline}.page-intro{flex-direction:column;gap:1rem;width:100%;padding:2rem;display:flex}.page-intro p{color:var(--text-muted);max-width:840px;line-height:1.7}.breadcrumbs{width:100%;color:var(--text-muted);flex-wrap:wrap;gap:.75rem;font-size:.95rem;display:flex}.breadcrumbs a{color:var(--accent);text-decoration:none}.breadcrumbs span:last-child{color:var(--text-main)}.site-footer{z-index:10;padding:0 2rem 2rem;position:relative}.footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:1.5rem;max-width:1200px;margin:0 auto;padding:1.75rem;display:grid}.footer-heading{margin-bottom:.75rem;font-size:1rem;font-weight:700}.footer-copy{color:var(--text-muted);line-height:1.7}.footer-links{flex-direction:column;gap:.65rem;display:flex}.footer-links a{color:var(--text-muted);text-decoration:none}.footer-links a:hover,.footer-links a:focus-visible{color:var(--text-main)}.suggestions-dropdown{background:var(--bg-dark);z-index:50;border:1px solid #ffffff1a;border-radius:16px;max-height:250px;margin-top:.5rem;padding:.5rem 0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 40px #00000080}.suggestion-item{cursor:pointer;color:#fff;text-align:left;width:100%;font:inherit;background:0 0;border:none;align-items:center;gap:.8rem;padding:.8rem 1.2rem;transition:background .2s;display:flex}.suggestion-item:hover{background:#ffffff1a}.suggestion-item .item-icon{color:var(--primary);opacity:.8}.snow-container{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:900px){.top-nav{flex-direction:column}.insight-grid,.guide-grid,.support-grid,.footer-grid{grid-template-columns:1fr}}@media (max-width:700px){.action-buttons,.inline-actions{flex-direction:column}.stats-grid{grid-template-columns:1fr}.stat-item-wide{grid-column:auto}}@media (max-width:600px){.header,.main-content{padding:1.25rem}.hero h1{font-size:2.35rem}.calculator-card{padding:1.5rem}.result-card,.page-intro,.section-card,.footer-grid{padding:1.25rem}.chance-display{font-size:4.5rem}.title-container{padding:.5rem 1rem}.site-footer{padding:0 1.25rem 1.25rem}}@media (max-width:480px){.site-title{letter-spacing:.3px;font-size:1rem}.title-container{gap:.55rem;padding:.5rem .8rem}.top-links{gap:.5rem .8rem}.top-links a{font-size:.88rem}.hero h1{font-size:2rem}.hero-copy,.hero-note,.page-intro p,.section-card p,.result-summary,.result-note,.result-meta-note,.result-guidance-item p{font-size:.95rem}.chance-display{font-size:3.7rem}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.0kjod.kaq1k69.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_96981d8a-module__HfGG9a__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_96981d8a-module__HfGG9a__variable{--font-outfit:"Outfit", "Outfit Fallback"}
