@tailwind base;@tailwind components;@tailwind utilities;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}.container{align-items:center;background-color:#f9fafb;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:1rem}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;max-width:28rem;padding:2rem}.title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}.subtitle,.title{text-align:center}.subtitle{font-size:1.25rem;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.label{color:#4b5563;display:block;margin-bottom:.5rem}.input,.select{border:1px solid #d1d5db;padding:.75rem}.button{background-color:#2563eb;border-radius:.5rem;padding:.75rem;transition:background-color .2s}.button:hover{background-color:#1d4ed8}.pros-grid{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(1,1fr);max-width:1200px;width:100%}@media (min-width:768px){.pros-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.pros-grid{grid-template-columns:repeat(3,1fr)}}.pro-card{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;padding:1.5rem}.pro-name{font-size:1.25rem;margin-bottom:.5rem}.pro-rating{align-items:center;display:flex;margin-bottom:.5rem}.pro-rating span:first-child{color:#f59e0b;margin-right:.25rem}.pro-rating span:last-child{color:#6b7280;margin-left:.5rem}.pro-description{color:#4b5563;margin-bottom:1rem}.redo-header{background:#002b5b;box-shadow:0 2px 8px #0000000d;position:sticky;top:0;width:100%;z-index:100}.redo-header-content{align-items:center;display:flex;gap:10px;height:60px;justify-content:space-between;padding:0;width:100%}.redo-header-brand{align-items:center;display:inline-flex;gap:10px;text-decoration:none}.redo-header-logo{display:block;height:40px;max-width:100%;object-fit:contain;width:auto}.redo-header-brand-block{display:flex;flex-direction:column;height:100%;justify-content:center}.redo-header-title{color:#fff;font-size:1.6rem;font-weight:700;letter-spacing:1px;line-height:1}.redo-header-powered{align-items:center;color:#fff;display:flex;font-size:.78rem;font-weight:400;gap:4px;letter-spacing:.2px;margin-top:2px}.redo-header-powered b{color:#fff;font-weight:700}.thumbtack-powered-logo{display:inline-block;height:16px;object-fit:contain;vertical-align:middle;width:16px}.redo-header-right{align-items:center;display:flex}.redo-header-call-btn{align-items:center;background:#ff7a00;border-radius:999px;box-shadow:0 4px 10px #0000001f;color:#fff;display:inline-flex;font-weight:800;justify-content:center;letter-spacing:.3px;padding:8px 16px;text-decoration:none;transition:transform .06s ease,filter .2s ease;white-space:nowrap}.redo-header-call-btn:hover{filter:brightness(1.05)}.redo-header-call-btn:active{transform:translateY(1px)}@media (max-width:520px){.redo-header-title{font-size:1.3rem}.redo-header-powered{display:none}.redo-header-call-btn{font-weight:700;padding:8px 12px}}:root{--brand-blue:#4f6df3;--brand-blue-dark:#002b5b;--text-dark:#111;--text-muted:#e8eef6;--radius-lg:1.25rem}body,html{overflow-x:hidden}.hero{align-items:flex-start;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:calc(100vh - 60px);padding:4rem 1rem 5rem;position:relative}.hero__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:radial-gradient(1200px 500px at 50% 55%,#00000059,#0000008c);inset:0;position:absolute}.hero__content{box-sizing:border-box;color:#fff;margin:0 auto;max-width:980px;padding-left:16px;padding-right:16px;position:relative;text-align:center;width:100%;z-index:1}.hero__title{font-size:clamp(1.9rem,3.2vw + 1rem,3.25rem);font-weight:800;letter-spacing:.2px;line-height:1.08;margin:0 0 .75rem;text-shadow:0 2px 14px #00000059;word-break:keep-all}.hero__title .accent{color:#fff;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:8px}.hero__subtitle{color:#e8eef6;color:var(--text-muted);font-size:clamp(1rem,1.2vw + .6rem,1.25rem);font-weight:500;margin:0 0 2rem;text-shadow:0 2px 10px #0000004d}.card{background:#fff;border-radius:14px;box-shadow:0 18px 48px #0000002e;margin:0 auto;max-width:520px;padding:3.5rem 2rem 3rem;text-align:left;width:100%}.form-group{margin-bottom:1.1rem}.label{color:#222;display:inline-block;font-size:.95rem;font-weight:600;margin-bottom:.4rem}.input,.select{border:1px solid #ccd1ff;border-radius:.5rem;box-sizing:border-box;font-size:1rem;max-width:100%;padding:.7rem .8rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.input:focus,.select:focus{border-color:#4f6df3;border-color:var(--brand-blue);box-shadow:0 0 0 3px #4f6df32e;outline:none}.button{background:#002b5b;background:var(--brand-blue-dark);border:none;border-radius:.65rem;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:700;padding:.95rem 1rem;transition:transform .06s ease,filter .2s ease;width:100%}.button:hover{filter:brightness(1.03)}.button:active{transform:translateY(1px)}.input--invalid{border-color:#e84118}.error{color:#e84118;font-size:.85rem;margin-top:.35rem}.hide-on-mobile{display:none}@media (min-width:640px){.hide-on-mobile{display:inline}}@media (max-width:480px){.hero{padding:max(2.2rem,env(safe-area-inset-top)) 12px 3rem}.hero__title{font-size:clamp(1.6rem,6vw + .6rem,2.2rem);line-height:1.12;margin-bottom:.9rem}.card{border-radius:12px;max-width:72vw;padding:1.35rem 1rem 1.25rem}.label{font-size:.9rem}.input,.select{font-size:.98rem;padding:.65rem .75rem}.button{border-radius:.6rem;font-size:1rem;padding:.9rem 1rem}}@media (max-width:360px){.hero__title{font-size:1.5rem}.card{max-width:74vw;padding:1.1rem .9rem 1.05rem}}.results-container{margin:32px auto 0;max-width:1100px;padding:0 12px 40px}.pros-grid{grid-gap:28px 20px;display:grid;gap:28px 20px;grid-template-columns:repeat(auto-fit,minmax(325px,1fr));margin-top:28px}.pro-card{align-items:flex-start;background:#fff;border-radius:18px;box-shadow:0 4px 16px #0000001a;display:flex;flex-direction:column;height:auto;max-height:none;min-height:360px;min-width:0;overflow:visible;padding:32px 22px 28px;transition:box-shadow .18s,min-height .25s}.pro-card:hover{box-shadow:0 7px 35px #3c46b41c;transform:translateY(-2px) scale(1.015)}.pro-name{color:#183470;font-size:1.275rem;font-weight:700;margin-bottom:8px}.pro-rating{color:#ffb400;font-size:1.04rem;font-weight:700;margin-bottom:6px}.pro-rating span{color:#888;font-weight:500}.pro-card p{color:#424242;font-size:1rem;margin-bottom:20px}.pro-card .button{align-self:stretch;background:#122969;border:none;border-radius:8px;color:#fff;font-size:1.06rem;font-weight:700;letter-spacing:.5px;margin-top:auto;width:100%}.pro-card .button:hover{background:#0a183a}@media (max-width:767px){.pros-grid{gap:18px;grid-template-columns:1fr}.pro-card{min-height:0;padding:24px 12px 20px}}.results-title{color:#132350;font-size:2rem;font-weight:700;letter-spacing:-.3px;margin:44px 0 12px;text-align:left}.see-more{background:none;border:none;border-radius:4px;color:#2563eb;cursor:pointer;display:inline-block;font-size:1em;font-weight:600;margin:8px 0 14px;outline:none;padding:0 8px 0 0;text-decoration:none;transition:color .15s,background .15s}.see-more:focus,.see-more:hover{background:#f1f6ff;color:#174ea0;text-decoration:underline}.desc-text{color:#424242;font-size:1rem;margin-bottom:20px;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1)}.desc-text--clamp{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;max-height:4.5em;overflow:hidden}.modal-overlay{animation:modalFadeIn .15s}.modal-content{height:90vh;width:92vw}.modal-blur-root{filter:blur(6px);transition:filter .25s}.modal-overlay{align-items:center;animation:modalFadeIn .14s;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#181e369c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:popUp .15s;background:#fff;border-radius:16px;box-shadow:0 6px 44px #0000003b;display:flex;flex-direction:column;overflow:hidden;position:relative}@keyframes popUp{0%{opacity:0;transform:translateY(60px) scale(.97)}to{opacity:1;transform:none}}.modal-content:not(.detail-modal){height:70vh;width:72vw}.detail-modal{height:auto;justify-content:flex-start;margin:0 auto;max-height:80vh;max-width:98vw;min-height:320px;padding:28px 32px 36px;width:540px}.detail-modal,.modal-pro-content{display:flex;flex-direction:column}.modal-pro-content{align-items:flex-start}.modal-description{color:#444;font-size:1.07em;margin:22px 0 8px;max-height:36vh;overflow:auto;white-space:pre-line}.modal-iframe{background:#f8faff;border:none;flex:1 1;height:100%;width:100%}.modal-close{background:none;border:none;color:#777;cursor:pointer;font-size:2.4rem;line-height:1;position:absolute;right:24px;top:14px;transition:color .14s;z-index:10}.modal-close:hover{color:#122969}
/*# sourceMappingURL=main.64648e69.css.map*/