:root{color:#0a1020;background:#f3f7fb;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{background:#f3f7fb}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{display:grid;min-height:100vh;place-items:center;padding:28px;background:radial-gradient(circle at 50% 0%,rgba(0,127,255,.14),transparent 34rem),#f3f7fb}.app-card{width:min(100%,560px);overflow:hidden;border:1px solid rgba(163,177,196,.45);border-radius:34px;background:#fffffff0;box-shadow:0 24px 70px #28486e21,0 3px 12px #28486e12}.app-header{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding:26px 32px;border-bottom:1px solid #e5eaf0}.brand{color:#080d19;font-size:28px;font-weight:760;letter-spacing:-1.4px}.search-panel{padding:42px 32px 34px}.intro{margin-bottom:28px}.eyebrow{margin:0;color:#087cf0;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}form{display:grid}label{margin:0 0 9px;color:#4b5668;font-size:14px;font-weight:650}.input-wrap{display:grid;grid-template-columns:24px 1fr;align-items:center;gap:11px;min-height:62px;margin-bottom:22px;padding:0 18px;border:1px solid #dbe2eb;border-radius:17px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.input-wrap:focus-within{border-color:#1789fa;box-shadow:0 0 0 4px #1789fa1f}.input-wrap svg{width:22px;height:22px;fill:none;stroke:#8a94a6;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.input-wrap input{min-width:0;height:60px;padding:0;border:0;outline:0;background:transparent;color:#0b1120;font-size:18px}.input-wrap input::-moz-placeholder{color:#a0a8b6}.input-wrap input::placeholder{color:#a0a8b6}.input-wrap input::-webkit-search-cancel-button{opacity:.5}.location-input-wrap{grid-template-columns:24px minmax(0,1fr) auto}.inline-location-button{display:inline-flex;min-height:38px;align-items:center;gap:7px;padding:0 0 0 13px;border:0;border-left:1px solid #e2e7ed;background:transparent;color:#087cf0;font-size:13px;font-weight:680;white-space:nowrap;cursor:pointer}.inline-location-button:hover:not(:disabled){color:#006ed8}.inline-location-button:disabled{cursor:wait;opacity:.65}.inline-location-button:focus-visible{outline:3px solid rgba(20,132,245,.24);outline-offset:3px}.inline-location-button svg{width:18px;height:18px;stroke:currentColor}.button-row{display:grid;margin-top:4px}.button-row button{display:inline-flex;min-height:58px;align-items:center;justify-content:center;gap:10px;padding:0 18px;border-radius:17px;font-size:16px;font-weight:650;cursor:pointer;transition:transform .14s ease,background-color .14s ease,box-shadow .14s ease}.button-row button:active{transform:scale(.985)}.button-row button:focus-visible{outline:3px solid rgba(20,132,245,.28);outline-offset:3px}.button-row button:disabled{cursor:wait;opacity:.72}.button-row svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.search-button{border:1px solid #087cf0;background:#087cf0;color:#fff;box-shadow:0 10px 22px #087cf038}.search-button:hover{background:#006ed8;box-shadow:0 12px 26px #087cf045}.search-button:disabled:hover{background:#087cf0;box-shadow:0 10px 22px #087cf038}.form-message{min-height:21px;margin:15px 2px 0;color:#8a94a6;font-size:13px;line-height:1.5}.form-message.is-visible{color:#536075}.results-panel{margin-top:28px;padding-top:25px;border-top:1px solid #e5eaf0}.results-heading-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:8px}.results-heading-row h2{margin:0;color:#0b1120;font-size:18px;font-weight:720;letter-spacing:-.02em}.results-heading-row>span{overflow:hidden;color:#8a94a6;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.results-list{margin:0;padding:0;list-style:none}.results-list li{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 0;border-bottom:1px solid #edf0f4}.results-list li:last-child{padding-bottom:0;border-bottom:0}.business-details{min-width:0}.business-details h3{margin:0;color:#101727;font-size:15px;font-weight:680;line-height:1.35}.business-details p{margin:5px 0 0;color:#7b8699;font-size:12px;line-height:1.45}.phone-link{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:0 13px;border:1px solid #bcdfff;border-radius:13px;background:#eaf5ff;color:#087cf0;font-size:13px;font-weight:680;text-decoration:none;white-space:nowrap}.phone-link:hover{background:#dceeff}.phone-link:focus-visible{outline:3px solid rgba(20,132,245,.28);outline-offset:3px}.phone-link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.empty-results{margin:10px 0 0;color:#7b8699;font-size:14px;line-height:1.55}@media(max-width:620px){html,body,#root{min-height:100%}.app-shell{min-height:100dvh;padding:0;place-items:stretch;background:#fff}.app-card{display:flex;width:100%;min-height:100dvh;flex-direction:column;border:0;border-radius:0;box-shadow:none}.app-header{padding:22px 20px}.brand{font-size:25px}.search-panel{flex:1;padding:46px 20px 30px}.results-list li{grid-template-columns:1fr;gap:12px}.phone-link{width:-moz-fit-content;width:fit-content}.intro{margin-bottom:28px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
