@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#fff;color:#0f172a}*{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#fff}.zip-page{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:20vh 16px 80px;background:radial-gradient(circle at top,rgba(15,23,42,.02),transparent 55%)}.zip-brand{text-align:center;margin-bottom:2rem;animation:fadeIn .5s ease forwards}.zip-title{font-size:clamp(2.5rem,6vw,3.25rem);font-weight:600;letter-spacing:-.02em;color:#1f2937;margin:0 0 .5rem}.zip-title .blue{color:#2563eb}.zip-title .red{color:#ef4444}.zip-subtitle{color:#6b7280;font-size:1.125rem;margin:0}.zip-search-area{width:100%;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.search-box{position:relative;width:100%;max-width:584px}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;transition:color .2s ease}.search-box:focus-within .search-icon{color:#2563eb}.search-input{width:100%;height:52px;border-radius:999px;border:1px solid #e5e7eb;padding:0 1.5rem 0 3rem;font-size:1rem;color:#1f2937;background-color:#fff;box-shadow:0 10px 35px #0f172a0a;transition:border-color .2s ease,box-shadow .2s ease}.search-input::placeholder{color:#9ca3af}.search-input:focus{outline:none;border-color:transparent;box-shadow:0 20px 45px #2563eb26}.search-hint{margin-top:.5rem;font-size:.85rem;color:#94a3b8}.results-wrapper{width:100%;display:flex;justify-content:center}.results-container{width:100%;max-width:584px;margin-top:2rem}.results-empty,.results-loading{background:#fff;border:1px solid #f1f5f9;border-radius:1rem;padding:1.5rem;text-align:center;color:#94a3b8;box-shadow:0 15px 40px #0f172a0d}.featured-result{background:#fff;border:1px solid rgba(148,163,184,.4);border-radius:1.5rem;box-shadow:0 20px 45px #0f172a14;padding:1.75rem;margin-bottom:1.5rem;position:relative;overflow:hidden}.featured-result:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(180deg,#0f172a,#1d4ed8)}.featured-chip{font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#6b7280;background:#f3f4f6;padding:.2rem .65rem;border-radius:999px;display:inline-block;margin-bottom:.75rem}.featured-zip{font-size:2.5rem;font-weight:700;color:#0f172a;letter-spacing:.05em}.featured-meta{font-size:1.15rem;color:#6b7280;font-weight:300}.featured-icon{background:#f8fafc;padding:.75rem;border-radius:999px;color:#0f172a;box-shadow:inset 0 0 0 1px #0f172a0d}.other-divider{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;color:#94a3b8;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase}.other-divider:before,.other-divider:after{content:"";flex-grow:1;height:1px;background:#e2e8f0}.result-list{list-style:none;margin:0;padding:0;background:#fff;border:1px solid #f1f5f9;border-radius:1rem;box-shadow:0 15px 30px #0f172a0d}.result-item{padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:background .2s ease}.result-item+.result-item{border-top:1px solid #f8fafc}.result-item:hover{background:#f8fafc}.result-left{display:flex;align-items:center;gap:1rem;color:#6b7280}.result-zip{font-family:Space Mono,Roboto Mono,monospace;font-weight:600;color:#1f2937}.result-meta{color:#6b7280;font-size:.95rem}.results-meta{margin-top:.75rem;font-size:.75rem;text-align:right;color:#94a3b8}.zip-footer{position:fixed;bottom:2rem;color:#94a3b8;font-size:.85rem;text-align:center}.hero nav{display:flex;justify-content:center;gap:1rem;padding:1rem}.hero nav a{color:#475569;font-weight:400;font-size:.95rem;padding:4px 10px;border-radius:999px;transition:background .2s ease,color .2s ease}.hero nav a:hover{background:#4755691a;color:#0f172a}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 640px){.zip-page{padding-top:12vh}.featured-result{padding:1.25rem}.featured-zip{font-size:2rem}.search-input{height:48px}}
