*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f8fafc;color:#14213d}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1100px;margin:0 auto;padding:0 20px}.page{min-height:60vh;display:grid;place-items:center;padding:24px}.page--center{min-height:calc(100vh - 56px);background:#f0f4f8}.auth-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2.5rem 2rem;width:100%;max-width:440px;box-shadow:0 4px 20px #0000000f}.auth-card h1{font-size:1.5rem;margin:0 0 .25rem}.auth-success{background:#f0fdf4;border:1px solid #86efac;border-radius:8px;color:#166534;padding:.75rem 1rem;font-size:.9rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form__hint{color:#64748b;font-size:.9rem;margin:0 0 .5rem}.auth-form__footer{text-align:center;font-size:.875rem;margin:0}.site-header{background:#1e3a5f;color:#fff;padding:0 20px;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0003}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:56px}.site-header__logo{color:#fff;font-weight:700;font-size:1.1rem;text-decoration:none}.site-header__nav{display:flex;gap:24px}.site-header__nav a{color:#cbd5e1;font-size:.9rem}.site-header__nav a:hover{color:#fff;text-decoration:none}.site-header__saved{position:relative;font-size:1.15rem;line-height:1;display:inline-flex;align-items:center}.site-header__saved-count{position:absolute;top:-8px;right:-10px;background:#f43f5e;color:#fff;font-size:.65rem;font-weight:700;border-radius:999px;padding:1px 5px;min-width:16px;text-align:center;line-height:1.4}.card{width:min(420px,100%);background:#fff;border-radius:16px;padding:24px;box-shadow:0 12px 35px #14213d1f}.form{display:grid;gap:12px;margin-top:16px}label{display:grid;gap:6px;font-weight:600;font-size:.9rem}input,textarea{border:1px solid #c7d2fe;border-radius:10px;padding:10px;font-size:14px;font-family:inherit;resize:vertical}input:focus,textarea:focus{outline:2px solid #2563eb;outline-offset:2px}button{border:0;border-radius:10px;padding:10px 14px;background:#2563eb;color:#fff;font-weight:700;cursor:pointer;font-size:.95rem}button:hover{background:#1d4ed8}button:disabled{opacity:.6;cursor:not-allowed}.btn{display:inline-block;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:600;text-decoration:none;cursor:pointer}.btn--primary{background:#2563eb;color:#fff}.btn--primary:hover{background:#1d4ed8;text-decoration:none;color:#fff}.btn--outline{border:1.5px solid #2563eb;color:#2563eb;background:transparent}.btn--outline:hover{background:#eff6ff;text-decoration:none}.error{color:#b91c1c;font-size:.9rem}.success{color:#047857}.loading{color:#64748b}.hero{background:linear-gradient(135deg,#1e3a5f,#2563eb);color:#fff;padding:72px 20px;text-align:center}.hero--sm{padding:40px 20px;text-align:left}.hero__inner{max-width:700px;margin:0 auto}.hero h1{margin:0 0 16px;font-size:clamp(1.6rem,4vw,2.4rem);line-height:1.2}.hero p{margin:0;font-size:1.05rem;color:#bfdbfe}.hero__stat{margin-top:12px!important;font-size:.9rem!important;color:#93c5fd!important}.section{padding:48px 0}.section--alt{background:#f1f5f9}.section h2{margin-top:0;font-size:1.4rem;color:#1e3a5f}.section__subtitle{margin:4px 0 0;color:#64748b;font-size:.95rem}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:4px}.section-header h2{margin-bottom:0}.sort-control{display:flex;align-items:center;gap:8px;flex-shrink:0}.sort-control__label{font-size:.85rem;color:#64748b;white-space:nowrap}.sort-control__select{font-size:.85rem;padding:5px 10px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#1e3a5f;cursor:pointer}.sort-control__select:focus{outline:2px solid #2563eb;outline-offset:1px}.coming-soon-section{margin-top:20px}.coming-soon-toggle{background:none;border:none;padding:0;font-size:.85rem;color:#64748b;cursor:pointer;display:flex;align-items:center;gap:6px}.coming-soon-toggle:hover{color:#1e3a5f}.niche-list--coming{margin-top:10px;opacity:.65}.city-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-top:20px}.city-card{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;font-weight:600;color:#1e3a5f;text-decoration:none;transition:border-color .15s,box-shadow .15s}.city-card:hover{border-color:#2563eb;box-shadow:0 2px 8px #2563eb26;text-decoration:none;color:#2563eb}.city-card__name{font-size:.95rem}.city-card__arrow{opacity:.5}.niche-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:24px}@media (max-width: 900px){.niche-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.niche-grid{grid-template-columns:1fr}}.niche-card{background:#fff;border-radius:12px;padding:20px;border:1px solid #e2e8f0;border-top:4px solid #2563eb;text-decoration:none;display:flex;flex-direction:column;gap:8px;transition:border-color .15s,box-shadow .15s,transform .15s}.niche-card:hover{border-top-color:#1d4ed8;box-shadow:0 4px 16px #2563eb26;transform:translateY(-2px);text-decoration:none}.niche-card__icon{font-size:1.75rem;line-height:1}.niche-card__title{display:block;font-size:1rem;font-weight:700;color:#1e3a5f}.niche-card__desc{margin:0;font-size:.85rem;color:#64748b;flex:1}.niche-card__cta{font-size:.8rem;font-weight:600;color:#2563eb;margin-top:4px}.niche-card__count{font-size:.78rem;font-weight:600;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:20px;padding:2px 10px;display:inline-block;width:fit-content}.city-featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;margin-top:12px}.city-featured-card{display:flex;flex-direction:column;border-radius:10px;border:2px solid #f59e0b;overflow:hidden;text-decoration:none;color:inherit;background:#fff;box-shadow:0 2px 8px #f59e0b1f;transition:box-shadow .15s,transform .15s}.city-featured-card:hover{box-shadow:0 6px 18px #f59e0b38;transform:translateY(-2px)}.city-featured-card__img{width:100%;height:120px;object-fit:cover}.city-featured-card__img--placeholder{background:linear-gradient(135deg,#fef3c7,#fde68a);height:90px}.city-featured-card__body{padding:10px 12px}.city-featured-card__name{font-weight:700;font-size:.9rem;margin:4px 0 2px;color:#1e3a5f}.city-featured-card__phone{font-size:.8rem;color:#64748b;margin:0}@media (prefers-color-scheme: dark){.city-featured-card{background:#1e293b;border-color:#d97706}.city-featured-card__name{color:#e2e8f0}}.niche-list{display:grid;gap:10px;margin-top:16px}.niche-list__item{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;color:#1e3a5f;text-decoration:none;transition:border-color .15s}.niche-list__item:hover{border-color:#2563eb;text-decoration:none}.niche-list__name{font-weight:600}.niche-list__meta{font-size:.85rem;color:#64748b;display:flex;align-items:center;gap:6px}.niche-list__count-pill{background:#eff6ff;color:#1d4ed8;font-weight:700;font-size:.8rem;padding:2px 8px;border-radius:20px}.niche-list__count-label{color:#64748b;font-size:.8rem}.niche-list__featured-pill{background:#fef3c7;color:#92400e;font-weight:600;font-size:.75rem;padding:2px 8px;border-radius:20px}.niche-list__arrow{color:#94a3b8}.niche-list__item--coming-soon{opacity:.5;cursor:default;background:#f8fafc}.niche-list__item--coming-soon:hover{border-color:#e2e8f0}.city-card__meta{font-size:.8rem;color:#64748b;font-weight:400;margin-left:8px}.city-card--coming-soon{opacity:.5;cursor:default;background:#f8fafc;pointer-events:none}.city-grid--dim{margin-top:12px}.coming-soon-section{margin-top:48px}.coming-soon-section h3{font-size:1rem;color:#64748b;margin-bottom:8px}.directory-layout{display:grid;grid-template-columns:1fr 320px;gap:32px;padding-top:40px;padding-bottom:60px;align-items:start}@media (max-width: 768px){.directory-layout{grid-template-columns:1fr}}.directory-layout__main{min-width:0}.directory-layout__sidebar{position:sticky;top:72px}.section-title{font-size:1.2rem;color:#1e3a5f;margin:28px 0 16px;display:flex;align-items:baseline;gap:8px}.section-title__count{font-size:.9rem;color:#64748b;font-weight:400}.listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:24px}.listing-card{background:#fff;border-radius:12px;border:1.5px solid #e2e8f0;overflow:hidden;display:flex;flex-direction:column;position:relative}.listing-card--featured{border-color:#f59e0b;box-shadow:0 4px 14px #f59e0b2e}.listing-card__photo{width:100%;height:180px;object-fit:cover;display:block}.listing-card__photo--placeholder{background:linear-gradient(135deg,#dbeafe,#eff6ff);height:120px}.listing-card__body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.listing-card__name{margin:0;font-size:1rem;color:#1e3a5f}.listing-card__name a{color:inherit;text-decoration:none}.listing-card__name a:hover{color:#2563eb}.listing-card__address{margin:0;font-size:.82rem;color:#64748b}.listing-card__desc{margin:0;font-size:.85rem;color:#475569;flex:1}.listing-card__actions{display:flex;flex-direction:column;gap:7px;margin-top:8px}.listing-card__phone-btn{display:block;width:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.9rem;padding:9px 12px;font-weight:700;letter-spacing:.01em;box-sizing:border-box}.listing-card__actions-primary{display:flex}.listing-card__quote-btn{flex:1;text-align:center;white-space:nowrap;font-weight:700}.listing-card__actions-secondary{display:flex;gap:6px}.listing-card__actions-secondary .btn{flex:1;white-space:nowrap;font-size:.78rem;padding:5px 6px;text-align:center;min-width:0}.listing-card__save{position:absolute;top:8px;right:8px;background:#ffffffe6;border:1.5px solid #e2e8f0;border-radius:50%;width:34px;height:34px;font-size:1.15rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;color:#94a3b8;transition:color .15s,border-color .15s,background .15s;z-index:2}.listing-card__save:hover{border-color:#f43f5e;color:#f43f5e;background:#fff}.listing-card__save--saved{color:#f43f5e;border-color:#fecdd3;background:#fff1f2}.badge{position:absolute;top:8px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:3px 8px;border-radius:999px}.badge--featured{left:8px;background:#fef3c7;color:#92400e}.badge--verified{right:8px;background:#d1fae5;color:#065f46;cursor:help;position:relative}.badge--verified:after{content:attr(title);position:absolute;top:calc(100% + 6px);right:0;background:#1e293b;color:#f1f5f9;font-size:.73rem;font-weight:400;line-height:1.4;padding:6px 10px;border-radius:6px;white-space:normal;width:230px;z-index:200;pointer-events:none;opacity:0;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease}.badge--verified:hover:after,.badge--verified:focus:after{opacity:1;transform:translateY(0)}.quote-form{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;padding:20px}.quote-form h3{margin:0 0 4px;color:#1e3a5f;font-size:1.05rem}.quote-form__sub{margin:0 0 4px;font-size:.82rem;color:#64748b}.quote-form__optional{font-size:.78rem;color:#94a3b8;font-weight:400;margin-left:4px}.quote-form--success{background:#f0fdf4;border-color:#86efac;text-align:center}.quote-form--success h3{color:#15803d}.quote-form--success p{color:#166534;font-size:.9rem}.listing-detail__badges{display:flex;gap:8px;margin-bottom:16px}.listing-detail__badges .badge{position:static;display:inline-block}.listing-detail__photos{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;margin-bottom:24px}.listing-detail__photo{width:100%;height:200px;object-fit:cover;border-radius:10px}.listing-detail__section{margin-bottom:24px}.listing-detail__section h2{font-size:1.1rem;color:#1e3a5f;margin-bottom:8px}.listing-detail__contact{list-style:none;margin:0;padding:0;display:grid;gap:8px}.listing-detail__contact li{font-size:.95rem}.listing-detail__back{margin-top:20px;font-size:.9rem}.listing-detail__directions-link{font-size:.85rem;margin-left:8px;color:#2563eb;text-decoration:none;white-space:nowrap}.listing-detail__directions-link:hover{text-decoration:underline}.load-more{display:flex;justify-content:center;margin:24px 0 8px}.load-more__btn{min-width:220px}.listing-detail__nearby{border-top:1px solid #e2e8f0;padding-top:20px}.nearby-listings{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.nearby-listings__item{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.nearby-listings__name{font-weight:600;color:#1e40af;text-decoration:none}.nearby-listings__name:hover{text-decoration:underline}.nearby-listings__addr{font-size:.85rem;color:#64748b}.nearby-listings__phone{font-size:.85rem;color:#2563eb;text-decoration:none;margin-left:auto}.nearby-listings__phone:hover{text-decoration:underline}.nearby-listings__see-all{display:inline-block;margin-top:12px;font-size:.9rem;color:#2563eb;text-decoration:none}.nearby-listings__see-all:hover{text-decoration:underline}.listing-detail__hours{width:100%;border-collapse:collapse;font-size:.92rem}.listing-detail__hours th,.listing-detail__hours td{padding:6px 12px;text-align:left;border-bottom:1px solid #e2e8f0}.listing-detail__hours th{width:110px;font-weight:600;color:#1e3a5f}.listing-detail__hours--closed{color:#94a3b8}.listing-detail__services{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.listing-detail__services li{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe;border-radius:20px;padding:4px 14px;font-size:.85rem;font-weight:500}.listing-detail__zip-intro{font-size:.9rem;color:#64748b;margin-bottom:10px}.zip-chips{display:flex;flex-wrap:wrap;gap:6px}.zip-chip{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;padding:3px 10px;font-size:.82rem;font-family:monospace;color:#334155}.listing-card__meta{font-size:.82rem;color:#64748b;margin:2px 0 4px}.listing-card__zips{font-size:.8rem;color:#64748b;margin:4px 0}.listing-detail__cta-phone{font-weight:600;color:#1e40af}.breadcrumb{font-size:.82rem;color:#93c5fd;margin-bottom:12px}.breadcrumb a{color:#93c5fd}.breadcrumb a:hover{color:#fff}.empty-state{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:40px;text-align:center;color:#64748b}.empty-state h2{color:#1e3a5f;margin-bottom:8px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding:32px 16px;overflow-y:auto}.modal-box{background:#fff;border-radius:14px;box-shadow:0 20px 60px #00000040;width:100%;max-width:560px;display:flex;flex-direction:column;max-height:calc(100vh - 64px)}.modal-box--wide{max-width:780px}.modal-box__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e2e8f0}.modal-box__title{font-size:1.1rem;font-weight:700;color:#1e3a5f;margin:0}.modal-box__close{background:none;border:none;font-size:1.1rem;cursor:pointer;color:#94a3b8;padding:4px 8px;border-radius:6px;line-height:1}.modal-box__close:hover{color:#1e3a5f;background:#f1f5f9}.modal-box__body{padding:20px 24px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:20px}.modal-box__footer{padding:16px 24px 20px;border-top:1px solid #e2e8f0}.edit-fieldset{border:1px solid #e2e8f0;border-radius:10px;padding:16px 18px}.edit-fieldset legend{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;padding:0 6px}.edit-fieldset--admin{border-color:#fbbf24;background:#fffbeb}.edit-fieldset--admin legend{color:#92400e}.edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:12px}@media (max-width: 600px){.edit-grid{grid-template-columns:1fr}}.edit-full{grid-column:1 / -1}.edit-grid label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;font-weight:600;color:#374151}.edit-grid label input,.edit-grid label select,.edit-grid label textarea{font-size:.88rem;padding:7px 10px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;color:#1e293b;background:#fff}.edit-grid label input:focus,.edit-grid label select:focus,.edit-grid label textarea:focus{outline:none;border-color:#4361ee;box-shadow:0 0 0 3px #4361ee1f}.edit-hint{font-size:.75rem;font-weight:400;color:#94a3b8}.edit-checkbox{flex-direction:row!important;align-items:center;gap:8px!important;font-weight:500!important;cursor:pointer}.edit-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.hours-editor{display:flex;flex-direction:column;gap:8px;margin-top:4px}.hours-editor__row{display:flex;align-items:center;gap:12px}.hours-editor__day{width:96px;font-size:.84rem;font-weight:600;color:#374151;flex-shrink:0}.hours-editor__input{flex:1;font-size:.85rem;padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;color:#1e293b}.hours-editor__input:focus{outline:none;border-color:#4361ee;box-shadow:0 0 0 3px #4361ee1f}.admin-stats{display:flex;gap:24px;margin-bottom:20px}.admin-stat{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px 20px;text-align:center;min-width:100px}.admin-stat--warn{border-color:#fbbf24;background:#fffbeb}.admin-stat--highlight{border-color:#4361ee;background:#eef2ff}.admin-stat--highlight .admin-stat__value{color:#4361ee}.admin-stat__value{display:block;font-size:1.8rem;font-weight:700;color:#1e3a5f}.admin-stat--warn .admin-stat__value{color:#b45309}.admin-stat__label{font-size:.78rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.admin-tabs{display:flex;gap:8px;margin-bottom:20px}.admin-tab{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:7px 16px;font-size:.85rem;font-weight:600;color:#475569;cursor:pointer}.admin-tab--active{background:#1e3a5f;color:#fff;border-color:#1e3a5f}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.9rem;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 4px #0000000f}.admin-table th{background:#f1f5f9;text-align:left;padding:10px 14px;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.admin-table td{padding:10px 14px;border-top:1px solid #f1f5f9;vertical-align:middle}.admin-row--busy{opacity:.6;pointer-events:none}.admin-select{border:1px solid #e2e8f0;border-radius:6px;padding:4px 8px;font-size:.85rem}.status-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:capitalize}.status-badge--pending{background:#fef3c7;color:#92400e}.status-badge--approved{background:#d1fae5;color:#065f46}.status-badge--rejected{background:#fee2e2;color:#991b1b}.btn--approve{background:#16a34a;color:#fff;font-size:.82rem;padding:5px 12px}.btn--approve:hover{background:#15803d}.btn--reject{background:#dc2626;color:#fff;font-size:.82rem;padding:5px 12px}.btn--reject:hover{background:#b91c1c}.dash-grid{display:flex;flex-direction:column;gap:28px}.dash-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px}.dash-section__title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0 0 16px}.dash-kpi-row{display:flex;flex-wrap:wrap;gap:16px}.dash-kpi{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 20px;min-width:120px;display:flex;flex-direction:column;align-items:center;gap:4px}.dash-kpi--green{background:#f0fdf4;border-color:#bbf7d0}.dash-kpi--warn{background:#fffbeb;border-color:#fde68a}.dash-kpi--gold{background:#fef9ec;border-color:#fcd34d}.dash-kpi__value{font-size:1.75rem;font-weight:800;color:#0f172a;line-height:1}.dash-kpi--green .dash-kpi__value{color:#15803d}.dash-kpi--warn .dash-kpi__value{color:#b45309}.dash-kpi--gold .dash-kpi__value{color:#d97706}.dash-kpi__label{font-size:.75rem;color:#64748b;text-align:center;font-weight:500}@media (prefers-color-scheme: dark){.dash-section{background:#1e293b;border-color:#334155}.dash-kpi{background:#0f172a;border-color:#334155}.dash-kpi--green{background:#052e16;border-color:#166534}.dash-kpi--warn{background:#2d1f04;border-color:#78350f}.dash-kpi--gold{background:#1c1007;border-color:#78350f}.dash-kpi__value{color:#f1f5f9}.dash-kpi__label,.dash-section__title{color:#94a3b8}}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:2rem}.pricing-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:2rem;position:relative;display:flex;flex-direction:column;transition:box-shadow .2s}.pricing-card:hover{box-shadow:0 8px 24px #00000014}.pricing-card--featured{border-color:#2563eb;box-shadow:0 4px 20px #2563eb1f}.pricing-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:#2563eb;color:#fff;font-size:.75rem;font-weight:700;padding:4px 14px;border-radius:999px;white-space:nowrap}.pricing-name{font-size:1.25rem;font-weight:700;margin:0 0 .75rem;color:#1a202c}.pricing-price{margin-bottom:.75rem}.pricing-amount{font-size:2.5rem;font-weight:800;color:#1a202c}.pricing-period{font-size:1rem;color:#718096}.pricing-desc{color:#718096;font-size:.9rem;margin-bottom:1.25rem;flex:1}.pricing-features{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.pricing-features li{font-size:.9rem;color:#2d3748;display:flex;align-items:flex-start;gap:.5rem}.pricing-check{color:#16a34a;font-weight:700;flex-shrink:0}.btn--outline{background:transparent;border:2px solid #2563eb;color:#2563eb;font-weight:600}.btn--outline:hover{background:#eff6ff}.sub-current{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:2rem;max-width:400px}.sub-info{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.sub-plan-name{font-size:1.5rem;font-weight:700;color:#1a202c}.photo-upload__grid{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.photo-upload__thumb{position:relative;width:120px;height:90px;border-radius:6px;overflow:hidden;border:2px solid #e2e8f0}.photo-upload__thumb img{width:100%;height:100%;object-fit:cover}.photo-upload__featured-badge{position:absolute;bottom:0;left:0;right:0;background:#2563ebd1;color:#fff;font-size:.65rem;font-weight:600;text-align:center;padding:2px 4px}.photo-upload__remove{position:absolute;top:2px;right:4px;background:#0000008c;color:#fff;border:none;border-radius:50%;width:20px;height:20px;font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.photo-upload__remove:hover{background:#dc2626d9}.photo-upload__add{width:120px;height:90px;border:2px dashed #cbd5e0;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:#718096;font-size:.8rem;gap:4px;transition:border-color .15s}.photo-upload__add:hover{border-color:#2563eb;color:#2563eb}.photo-upload__plus{font-size:1.75rem;line-height:1}.content-block{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2rem;margin-bottom:1.5rem}.content-block__title{font-size:1.35rem;font-weight:700;color:#1a202c;margin-bottom:1.25rem}.content-block__body p{color:#4a5568;line-height:1.7;margin-bottom:.75rem}.content-block__body--markdown h2,.content-block__body--markdown h3{font-weight:700;color:#1a202c;margin:1.25rem 0 .5rem}.content-block__body--markdown h2{font-size:1.15rem}.content-block__body--markdown h3{font-size:1rem}.content-block__body--markdown ul,.content-block__body--markdown ol{padding-left:1.5rem;margin-bottom:.75rem}.content-block__body--markdown li{color:#4a5568;line-height:1.7;margin-bottom:.25rem}.content-block__body--markdown strong{font-weight:700;color:#1a202c}.content-block__body--markdown table{width:100%;border-collapse:collapse;font-size:.9rem;margin-bottom:1rem}.content-block__body--markdown th,.content-block__body--markdown td{border:1px solid #e2e8f0;padding:.5rem .75rem;text-align:left}.content-block__body--markdown th{background:#f8fafc;font-weight:600;color:#1a202c}.content-block__body--markdown td{color:#4a5568}.faq-list{display:flex;flex-direction:column;gap:.5rem}.faq-item{border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.faq-item__question{width:100%;background:#f8fafc;border:none;padding:.875rem 1rem;text-align:left;font-size:.95rem;font-weight:600;color:#1a202c;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-item--open .faq-item__question{background:#ebf4ff;color:#1d4ed8}.faq-item__icon{font-size:1.1rem;flex-shrink:0}.faq-item__answer{padding:.875rem 1rem;font-size:.9rem;color:#4a5568;line-height:1.65;border-top:1px solid #e2e8f0}.cb-editor{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.cb-editor__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cb-editor__form{display:flex;flex-direction:column;gap:.75rem}.cb-editor__form label{display:flex;flex-direction:column;gap:4px;font-size:.875rem;font-weight:600;color:#4a5568}.cb-editor__form input,.cb-editor__form select,.cb-editor__form textarea{padding:.5rem .75rem;border:1px solid #cbd5e0;border-radius:5px;font-size:.9rem;font-family:inherit}.cb-editor__form textarea{resize:vertical;min-height:120px}.cb-list-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:.5rem}.cb-list-item__meta{flex:1}.cb-list-item__type{font-size:.75rem;font-weight:700;text-transform:uppercase;color:#718096;letter-spacing:.05em}.cb-list-item__title{font-size:.95rem;font-weight:600;color:#1a202c;margin:2px 0 4px}.cb-list-item__preview{font-size:.82rem;color:#718096;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:500px}.cb-list-item__actions{display:flex;gap:.5rem;flex-shrink:0;align-items:center}.quality-bar{display:flex;align-items:center;gap:8px;width:120px}.quality-bar__fill{height:8px;border-radius:4px;flex:1;max-width:80px;transition:width .3s}.quality-bar__label{font-size:.8rem;font-weight:600;color:#374151;min-width:28px}.claim-cta{margin:1rem 0;padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;font-size:.9rem}.claim-cta__pending{color:#2d6a4f;font-weight:500;margin:0}.claim-cta__approved{color:#1a5276;font-weight:500;margin:0}.claim-cta__rejected{color:#e53e3e;margin:0}.btn--link{background:none;border:none;color:#4361ee;cursor:pointer;text-decoration:underline;font-size:inherit;padding:0}.theme-toggle{background:none;border:1px solid transparent;border-radius:6px;cursor:pointer;font-size:1.1rem;line-height:1;padding:4px 8px;color:inherit;transition:border-color .15s,background .15s}.theme-toggle:hover{border-color:#fff6;background:#ffffff1a}[data-theme=dark] body,[data-theme=dark]{background:#0f172a;color:#e2e8f0}[data-theme=dark] a{color:#7dd3fc}[data-theme=dark] .site-header{background:#1e2d40;border-bottom-color:#2d3f55;box-shadow:0 1px 4px #0006}[data-theme=dark] .site-header a,[data-theme=dark] .site-header__brand{color:#e2e8f0}[data-theme=dark] .hero{background:linear-gradient(135deg,#0f172a,#1e3a5f)}[data-theme=dark] .section--alt{background:#1e293b}[data-theme=dark] .city-card,[data-theme=dark] .niche-card,[data-theme=dark] .niche-list__item,[data-theme=dark] .listing-card{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .niche-card{border-top-color:#3b82f6}[data-theme=dark] .niche-card__title{color:#e2e8f0}[data-theme=dark] .sort-control__select{background:#1e293b;border-color:#475569;color:#e2e8f0}[data-theme=dark] .coming-soon-toggle{color:#94a3b8}[data-theme=dark] .coming-soon-toggle:hover{color:#e2e8f0}[data-theme=dark] .city-card:hover,[data-theme=dark] .niche-card:hover,[data-theme=dark] .niche-list__item:hover,[data-theme=dark] .listing-card:hover{border-color:#60a5fa;box-shadow:0 4px 16px #60a5fa33}[data-theme=dark] .city-card__meta,[data-theme=dark] .niche-list__meta,[data-theme=dark] .listing-card__meta{color:#94a3b8}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:#1e293b;border-color:#475569;color:#e2e8f0}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#64748b}[data-theme=dark] table{background:#1e293b}[data-theme=dark] th{background:#0f172a;color:#94a3b8}[data-theme=dark] tr:nth-child(2n){background:#162032}[data-theme=dark] td{border-bottom-color:#334155}[data-theme=dark] .sidebar__box,[data-theme=dark] .lead-form,[data-theme=dark] .listing-detail__sidebar{background:#1e293b;border-color:#334155}[data-theme=dark] .breadcrumb{color:#94a3b8}[data-theme=dark] .breadcrumb a{color:#7dd3fc}[data-theme=dark] .badge--featured{background:#1e3a5f;color:#60a5fa}[data-theme=dark] .badge--verified{background:#14442c;color:#4ade80}[data-theme=dark] .claim-cta{background:#1e293b;border-color:#334155}[data-theme=dark] .site-footer{background:#0f172a;color:#94a3b8}[data-theme=dark] .admin-panel,[data-theme=dark] .portal-panel{background:#1e293b;border-color:#334155}[data-theme=dark] .section-heading{color:#e2e8f0}[data-theme=dark] .niche-list__item--coming-soon,[data-theme=dark] .city-card--coming-soon{background:#162032}[data-theme=dark] .listing-filters{background:#1e293b;border-color:#334155}[data-theme=dark] .modal__backdrop{background:#000000b3}[data-theme=dark] .modal__box{background:#1e293b;border-color:#334155;color:#e2e8f0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:12px;padding:2rem;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000040}.modal h2{margin-top:0}.modal__sub{color:#64748b;font-size:.9rem;margin-bottom:1.25rem}.claim-form{display:flex;flex-direction:column;gap:1rem}.claim-form label{display:flex;flex-direction:column;gap:.3rem;font-size:.88rem;font-weight:600;color:#374151}.claim-form input,.claim-form textarea{border:1px solid #d1d5db;border-radius:6px;padding:.5rem .75rem;font-size:.9rem;width:100%;box-sizing:border-box}.claim-form textarea{resize:vertical}.claim-form__actions{display:flex;gap:.75rem}.listing-filters{display:flex;gap:12px;margin-bottom:20px;align-items:center;flex-wrap:wrap;position:sticky;top:56px;z-index:50;background:#f8fafc;margin-left:-4px;margin-right:-4px;padding:10px 4px}.listing-filters__search{flex:1;min-width:200px;padding:.6rem 1rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:border-color .15s}.listing-filters__search:focus{outline:none;border-color:#4361ee}.listing-filters__sort,.listing-filters__category{padding:.6rem .75rem;border:1.5px solid #d1d5db;border-radius:8px;background:#fff;font-size:.9rem;cursor:pointer}.listing-card__rating{display:flex;align-items:center;gap:5px;margin:4px 0;font-size:.88rem;color:#374151}.listing-card__stars{color:#f59e0b;letter-spacing:-1px;font-size:1rem}.listing-card__rating-value{font-weight:600}.listing-card__review-count{color:#6b7280;font-size:.82rem}.listing-filters__count{font-size:.88rem;color:#64748b;margin:0 0 12px}.listing-filters__no-results{font-size:.95rem;color:#64748b;padding:2rem 0;text-align:center}[data-theme=dark] .listing-filters{background:#0f172a}.zip-search{margin-top:28px;text-align:left}.zip-search__label{display:block;font-size:.82rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#93c5fd;margin-bottom:8px}.zip-search__row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.zip-search__input{flex:0 0 140px;padding:10px 14px;border-radius:6px;border:none;font-size:1rem;outline:none;color:#1e293b}.zip-search__input:focus{box-shadow:0 0 0 3px #93c5fd80}.zip-search__niche{flex:1 1 160px;padding:10px 14px;border-radius:6px;border:none;font-size:.95rem;color:#1e293b;background:#fff;cursor:pointer}.niche-combo{position:relative;flex:1 1 180px}.niche-combo__input{width:100%;padding:10px 14px;border-radius:6px;border:none;font-size:.95rem;color:#1e293b;background:#fff;box-sizing:border-box;outline:none}.niche-combo__input:focus{box-shadow:0 0 0 3px #93c5fd80}.niche-combo__list{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0000001f;list-style:none;margin:0;padding:4px 0;max-height:220px;overflow-y:auto;z-index:100}.niche-combo__option{padding:9px 14px;font-size:.95rem;color:#1e293b;cursor:pointer}.niche-combo__option:hover,.niche-combo__option--active{background:#eff6ff;color:#1d4ed8}.niche-combo__option--selected{font-weight:600;color:#1d4ed8}.niche-combo__empty{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;font-size:.9rem;color:#64748b;z-index:100}.zip-search__btn{flex:0 0 auto;padding:10px 20px;font-size:.95rem;font-weight:600}.zip-search__btn:disabled{opacity:.5;cursor:not-allowed}.zip-search__error{margin:8px 0 0;font-size:.88rem;color:#fca5a5}.zip-filter{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:8px 0 16px}.zip-filter__input{flex:0 0 140px;padding:8px 12px;border:1.5px solid #cbd5e1;border-radius:6px;font-size:.9rem;color:#1e293b;outline:none}.zip-filter__input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.zip-filter__btn{padding:8px 16px;font-size:.9rem}.zip-filter__btn:disabled{opacity:.4;cursor:not-allowed}.zip-filter__clear{padding:6px 12px;font-size:.82rem;font-weight:600;background:#dbeafe;color:#1d4ed8;border:none;border-radius:20px;cursor:pointer;transition:background .15s}.zip-filter__clear:hover{background:#bfdbfe}.csv-import-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:20px}.csv-import-panel__toggle{cursor:pointer;padding:.75rem 1rem;font-weight:600;font-size:.9rem;color:#374151;list-style:none;-webkit-user-select:none;user-select:none}.csv-import-panel__toggle::-webkit-details-marker{display:none}.csv-import-panel__body{padding:0 1rem 1rem;display:flex;flex-direction:column;gap:.75rem}.csv-import-panel__hint{font-size:.85rem;color:#64748b;margin:0}.csv-import-panel__row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.csv-import-panel__result{background:#f0fdf4;border:1px solid #86efac;border-radius:6px;padding:.75rem 1rem;font-size:.88rem;color:#166534}.csv-import-panel__errors{margin:.5rem 0 0;padding-left:1.25rem;color:#dc2626}.csv-import-panel__errors li{font-size:.82rem}[data-theme=dark] .niche-card__cta{color:#60a5fa}.btn--accent{background:#16a34a;color:#fff;border:none}.btn--accent:hover{background:#15803d;color:#fff;text-decoration:none}.btn--share{background:#ffffff2e;color:#fff;border:1.5px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn--share:hover{background:#ffffff47;color:#fff}.listing-detail__hero-actions{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}.btn--share--saved{background:#f43f5e40;border-color:#f43f5e99;color:#fff}.listing-card__quote-btn{font-size:.82rem;padding:8px 12px;flex-shrink:0}.quote-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:flex-end;justify-content:center}.quote-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8c;cursor:pointer}.quote-drawer__panel{position:relative;width:100%;max-width:560px;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -8px 40px #0003;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;outline:none;animation:drawer-slide-up .22s ease-out}@keyframes drawer-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.quote-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 20px 0;gap:12px}.quote-drawer__title{font-size:1.15rem;font-weight:700;color:#1e3a5f;margin:0 0 2px}.quote-drawer__subtitle{font-size:.88rem;color:#64748b;margin:0;flex:1}.quote-drawer__close{background:#f1f5f9;border:none;border-radius:50%;width:32px;height:32px;font-size:.9rem;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;line-height:1}.quote-drawer__close:hover{background:#e2e8f0;color:#1e3a5f}.quote-drawer__body{padding:16px 20px 24px}.quote-drawer__body .quote-form{border:none;padding:0;background:transparent}.sidebar__box{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:16px 18px}.sidebar__box--stats{border-top:4px solid #2563eb;display:flex;flex-direction:column;gap:12px}.sidebar__stat{margin:0;display:flex;flex-direction:column;gap:2px}.sidebar__stat-value{font-size:1.5rem;font-weight:800;color:#1e3a5f;line-height:1}.sidebar__stat-label{font-size:.78rem;color:#64748b;text-transform:uppercase;letter-spacing:.04em}[data-theme=dark] .sidebar__box{background:#1e293b;border-color:#334155}[data-theme=dark] .sidebar__stat-value{color:#e2e8f0}[data-theme=dark] .sidebar__stat-label{color:#94a3b8}.sidebar__box--related{border-top:3px solid #0ea5e9}.sidebar__box-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0 0 12px}[data-theme=dark] .sidebar__box-title{color:#94a3b8}.related-niches{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.related-niches__link{display:flex;align-items:center;gap:6px;font-size:.88rem;color:#1d4ed8;text-decoration:none;padding:4px 0;border-bottom:1px solid #f1f5f9;transition:color .15s}.related-niches__link:before{content:"›";font-size:1rem;color:#94a3b8}.related-niches__link:hover{color:#1e40af}[data-theme=dark] .related-niches__link{color:#60a5fa;border-color:#1e293b}.listing-card__hours-badge{display:inline-block;font-size:.75rem;font-weight:700;padding:2px 9px;border-radius:20px}.listing-card__hours-badge--open{color:#15803d;background:#dcfce7}.listing-card__hours-badge--closed{color:#b91c1c;background:#fee2e2}.listing-card__badges-row{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-bottom:4px}.listing-card__license-badge{display:inline-block;font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:20px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;cursor:default}.back-to-top{position:fixed;bottom:28px;right:24px;z-index:900;width:44px;height:44px;border-radius:50%;background:#1e3a5f;color:#fff;border:none;font-size:1.2rem;cursor:pointer;box-shadow:0 4px 16px #00000040;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s,transform .15s}.back-to-top:hover{background:#2563eb;transform:translateY(-2px)}[data-theme=dark] .back-to-top{background:#334155;color:#e2e8f0}[data-theme=dark] .back-to-top:hover{background:#1d4ed8}.list-cta-banner{background:linear-gradient(135deg,#1d4ed8,#2563eb 60%,#0ea5e9);color:#fff;padding:56px 24px;margin-top:40px}.list-cta-banner__inner{max-width:900px;margin:0 auto;display:flex;align-items:center;gap:40px;flex-wrap:wrap}.list-cta-banner__text{flex:1 1 340px}.list-cta-banner__heading{font-size:1.6rem;font-weight:700;margin:0 0 12px;line-height:1.25}.list-cta-banner__sub{font-size:1rem;opacity:.9;margin:0;line-height:1.6}.list-cta-banner__actions{display:flex;gap:12px;flex-wrap:wrap;flex-shrink:0}.list-cta-banner__actions .btn--primary{background:#fff;color:#1d4ed8;border:2px solid #fff;font-weight:700}.list-cta-banner__actions .btn--primary:hover{background:#eff6ff}.list-cta-banner__learn-more{border-color:#ffffffb3!important;color:#fff!important}.list-cta-banner__learn-more:hover{background:#ffffff1a!important}.listing-card__compare-btn{font-size:.8rem;padding:4px 12px}.listing-card__compare-btn--active{background:#eff6ff;border-color:#1d4ed8;color:#1d4ed8;font-weight:600}.listing-card__share-btn{font-size:.8rem;padding:4px 12px}.compare-toolbar{position:fixed;bottom:0;left:0;right:0;z-index:800;background:#1e293b;color:#f1f5f9;padding:12px 16px;box-shadow:0 -4px 20px #00000040;animation:slide-up-subtle .2s ease}@keyframes slide-up-subtle{0%{transform:translateY(100%)}to{transform:translateY(0)}}.compare-toolbar__inner{max-width:960px;margin:0 auto;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.compare-toolbar__label{font-size:.88rem;color:#94a3b8;flex-shrink:0}.compare-toolbar__names{display:flex;gap:8px;flex:1;flex-wrap:wrap}.compare-toolbar__chip{background:#334155;color:#e2e8f0;border-radius:20px;padding:3px 12px;font-size:.83rem;font-weight:600}.compare-toolbar__actions{display:flex;gap:8px;flex-shrink:0}.compare-toolbar__actions .btn--outline{border-color:#475569;color:#cbd5e1}.compare-toolbar__actions .btn--outline:hover{border-color:#94a3b8}.compare-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;flex-direction:column;justify-content:flex-end}.compare-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.compare-drawer__panel{position:relative;background:#fff;border-radius:20px 20px 0 0;max-height:85vh;display:flex;flex-direction:column;animation:drawer-slide-up .28s cubic-bezier(.4,0,.2,1)}.compare-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.compare-drawer__title{font-size:1.1rem;font-weight:700;margin:0}.compare-drawer__close{background:#f1f5f9;border:none;font-size:1rem;cursor:pointer;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.compare-drawer__close:hover{background:#e2e8f0}.compare-drawer__body{overflow-y:auto;padding:16px 20px 32px;flex:1}.compare-grid{display:grid;grid-template-columns:150px 1fr 1fr;gap:1px;background:#e2e8f0;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.compare-grid>*{background:#fff;padding:10px 12px}.compare-grid__label-col{background:#f8fafc}.compare-grid__listing-header{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;background:#f8fafc;padding:14px 12px}.compare-grid__photo{width:80px;height:60px;object-fit:cover;border-radius:8px}.compare-grid__photo--placeholder{background:#e2e8f0}.compare-grid__name{font-weight:700;font-size:.9rem;margin:0}.compare-grid__name a{color:#1d4ed8;text-decoration:none}.compare-grid__row-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;background:#f8fafc;display:flex;align-items:center}.compare-grid__cell{font-size:.88rem;color:#1e293b;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.compare-grid__cell--empty{color:#94a3b8}[data-theme=dark] .compare-drawer__panel{background:#1e293b;color:#e2e8f0}[data-theme=dark] .compare-grid{background:#334155;border-color:#334155}[data-theme=dark] .compare-grid>*{background:#1e293b}[data-theme=dark] .compare-grid__listing-header,[data-theme=dark] .compare-grid__row-label{background:#0f172a}[data-theme=dark] .compare-drawer__header{border-color:#334155}[data-theme=dark] .niche-combo__input{background:#1e293b;color:#e2e8f0;border:none}[data-theme=dark] .niche-combo__list{background:#1e293b;border-color:#334155}[data-theme=dark] .niche-combo__option{color:#e2e8f0}[data-theme=dark] .niche-combo__option:hover,[data-theme=dark] .niche-combo__option--active{background:#1d4ed8;color:#fff}[data-theme=dark] .niche-combo__option--selected{color:#93c5fd}[data-theme=dark] .niche-combo__empty{background:#1e293b;border-color:#334155;color:#94a3b8}[data-theme=dark] .quote-drawer__panel{background:#1e293b}[data-theme=dark] .quote-drawer__title{color:#e2e8f0}[data-theme=dark] .quote-drawer__subtitle{color:#94a3b8}[data-theme=dark] .quote-drawer__close{background:#334155;color:#94a3b8}[data-theme=dark] .quote-drawer__close:hover{background:#475569;color:#e2e8f0}[data-theme=dark] .quote-drawer__body .quote-form h3{color:#e2e8f0}.niche-stats-bar{background:#1e3a5f;color:#fff;padding:20px 16px}.niche-stats-bar__inner{max-width:900px;margin:0 auto;display:flex;justify-content:space-around;gap:16px;text-align:center;flex-wrap:wrap}.niche-stats-bar__item{display:flex;flex-direction:column;gap:2px}.niche-stats-bar__num{font-size:2rem;font-weight:700;line-height:1;color:#93c5fd}.niche-stats-bar__label{font-size:.85rem;opacity:.85}.section__title{font-size:1.5rem;font-weight:700;color:#1e3a5f;margin:0 0 8px}.section__sub{color:#64748b;font-size:.95rem;margin:0 0 24px}.how-it-works{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-top:24px}.how-it-works__step{background:#fff;border-radius:10px;padding:24px;box-shadow:0 1px 4px #00000014;text-align:center}.how-it-works__icon{font-size:2rem;display:block;margin-bottom:12px}.how-it-works__heading{font-size:1.05rem;font-weight:700;color:#1e3a5f;margin:0 0 8px}.how-it-works__body{font-size:.9rem;color:#475569;margin:0;line-height:1.55}.cost-table-wrap{overflow-x:auto;margin-top:20px}.cost-table{width:100%;border-collapse:collapse;font-size:.95rem}.cost-table th,.cost-table td{text-align:left;padding:10px 14px;border-bottom:1px solid #e2e8f0}.cost-table th{background:#1e3a5f;color:#fff;font-weight:600}.cost-table tbody tr:nth-child(2n){background:#f8fafc}.cost-table__num{font-weight:600;color:#0f766e}.cost-table__note{margin-top:12px;font-size:.9rem;color:#64748b}.niche-tips__list{list-style:none;padding:0;margin:20px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}.niche-tips__item{display:flex;align-items:flex-start;gap:10px;background:#f0fdf4;border-left:3px solid #16a34a;border-radius:6px;padding:12px 14px;font-size:.9rem;line-height:1.5;color:#1e293b}.niche-tips__check{color:#16a34a;font-weight:700;flex-shrink:0;margin-top:1px}.faq-accordion{margin-top:20px;display:flex;flex-direction:column;gap:8px}.faq-accordion__item{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}.faq-accordion__item--open{border-color:#2563eb}.faq-accordion__question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;background:none;border:none;cursor:pointer;font-size:.95rem;font-weight:600;color:#1e3a5f;text-align:left;line-height:1.4}.faq-accordion__question:hover{background:#f8fafc}.faq-accordion__chevron{font-size:.7rem;color:#64748b;flex-shrink:0}.faq-accordion__answer{padding:0 18px 16px;font-size:.9rem;color:#475569;line-height:1.65;border-top:1px solid #e2e8f0}.faq-accordion__answer p{margin:12px 0 0}[data-theme=dark] .niche-stats-bar{background:#0f172a}[data-theme=dark] .section__title{color:#e2e8f0}[data-theme=dark] .section__sub{color:#94a3b8}[data-theme=dark] .how-it-works__step{background:#1e293b;box-shadow:none}[data-theme=dark] .how-it-works__heading{color:#e2e8f0}[data-theme=dark] .how-it-works__body{color:#94a3b8}[data-theme=dark] .cost-table tbody tr:nth-child(2n){background:#1e293b}[data-theme=dark] .cost-table td{border-color:#334155;color:#e2e8f0}[data-theme=dark] .cost-table__note{color:#94a3b8}[data-theme=dark] .niche-tips__item{background:#0d3320;border-color:#16a34a;color:#e2e8f0}[data-theme=dark] .faq-accordion__item{background:#1e293b;border-color:#334155}[data-theme=dark] .faq-accordion__item--open{border-color:#2563eb}[data-theme=dark] .faq-accordion__question{color:#e2e8f0}[data-theme=dark] .faq-accordion__question:hover{background:#0f172a}[data-theme=dark] .faq-accordion__answer{color:#94a3b8;border-color:#334155}.site-footer{background:#1e3a5f;color:#cbd5e1;padding:48px 0 0;margin-top:48px;font-size:.9rem;line-height:1.7}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}@media (max-width: 768px){.site-footer__grid{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.site-footer__grid{grid-template-columns:1fr}}.site-footer__col--brand{max-width:280px}.site-footer__logo{color:#fff;font-weight:700;font-size:1.15rem;text-decoration:none;display:inline-block;margin-bottom:12px}.site-footer__tagline{color:#94a3b8;margin:0;font-size:.85rem;line-height:1.6}.site-footer__heading{color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px}.site-footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.site-footer__list a{color:#94a3b8;text-decoration:none;transition:color .15s}.site-footer__list a:hover{color:#fff;text-decoration:none}.site-footer__bottom{border-top:1px solid #2c4a6e;margin-top:40px;padding:20px 0;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.site-footer__bottom p{margin:0;color:#64748b;font-size:.8rem}.site-footer__disclaimer{max-width:480px;text-align:right}@media (max-width: 600px){.site-footer__bottom{flex-direction:column}.site-footer__disclaimer{text-align:left}}
