:root{--green-900:#1b4332;--green-800:#2d6a4f;--green-700:#40916c;--green-500:#52b788;--green-300:#95d5b2;--green-200:#b7e4c7;--green-100:#d8f3dc;--green-50:#f0faf3;--on-primary:#fff;--amber-500:#d97706;--amber-400:#f59e0b;--amber-100:#fef3c7;--red-800:#991b1b;--red-700:#b91c1c;--red-200:#fecaca;--red-50:#fef2f2;--gray-900:#111827;--gray-700:#374151;--gray-600:#4b5563;--gray-500:#6b7280;--gray-400:#9ca3af;--gray-300:#d1d5db;--gray-200:#e5e7eb;--gray-100:#f3f4f6;--gray-50:#f9fafb;--white:#fff;--shadow-sm:0 1px 2px #0000000f;--shadow:0 1px 3px #00000014, 0 1px 2px #0000000d;--shadow-md:0 4px 6px #00000012, 0 2px 4px #0000000d;--shadow-lg:0 10px 15px #00000014, 0 4px 6px #0000000d;--shadow-xl:0 20px 25px #0000001a, 0 8px 10px #0000000f;--radius-sm:6px;--radius:10px;--radius-lg:16px;--transition:.2s ease;--transition-panel:.32s cubic-bezier(.4,0,.2,1);--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;font-size:16px;overflow-y:scroll}body{font-family:var(--font);background:var(--gray-50);color:var(--gray-900);min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=file]):not([type=color]):not([type=range]),select,textarea{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);color:var(--gray-900);background-color:var(--white);transition:border-color var(--transition), box-shadow var(--transition);padding:8px 12px;font-family:inherit;font-size:.9375rem}input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=file]):not([type=color]):not([type=range]),select{height:40px}textarea{resize:vertical;min-height:80px}input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=file]):not([type=color]):not([type=range]):focus,select:focus,textarea:focus{border-color:var(--green-500);outline:none;box-shadow:0 0 0 3px #52b7882e}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236B7280' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.app-shell{flex-direction:column;min-height:100vh;display:flex}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.header{z-index:50;background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-sm);position:sticky;top:0}.header__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:16px;height:64px;display:grid;position:relative}.header__logo{color:var(--green-800);white-space:nowrap;align-items:center;gap:10px;min-width:0;font-size:1.2rem;font-weight:700;display:flex}.header__logo-icon{background:var(--green-800);border-radius:var(--radius-sm);width:32px;height:32px;color:var(--on-primary);justify-content:center;align-items:center;font-size:1rem;display:flex}.header__center{justify-self:center;align-items:center;gap:4px;min-width:0;display:flex}.header__nav{justify-self:end;align-items:center;gap:8px;display:flex}.header__auth-buttons{align-items:center;gap:8px;display:inline-flex}.header__menu-toggle{border:1px solid var(--gray-200);width:36px;height:36px;color:var(--gray-700);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:background .15s;display:none}.header__menu-toggle:hover{background:var(--gray-100)}.header__mobile-panel{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:100;padding:6px 0;position:absolute;top:calc(100% + 1px);left:-24px;right:-24px;box-shadow:0 8px 30px #00000014}.header__mobile-link{color:var(--gray-700);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:12px 24px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.header__mobile-link:hover{background:var(--gray-50);color:var(--gray-900)}.header__mobile-link--sub{padding-left:40px}.header__mobile-link--current{color:var(--green-800);font-weight:700}.header__mobile-link--current:hover{color:var(--green-900);background:0 0}.header__mobile-section-label{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-400);padding:14px 24px 4px;font-size:.75rem;font-weight:600}.header__mobile-auth{border-top:1px solid var(--gray-100);gap:8px;margin-top:6px;padding:10px 24px 6px;display:flex}.header__mobile-auth .btn{flex:1}.header__resources{display:inline-flex;position:relative}.header__resources-trigger{cursor:pointer;font:inherit;background:0 0;border:none;align-items:center;display:inline-flex}.header__resources-panel{background:var(--white);border:1px solid var(--gray-200);z-index:200;border-radius:10px;min-width:200px;padding:6px 0;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 8px 30px #0000001f,0 2px 8px #0000000f}.header__resources-item{color:var(--gray-700);padding:9px 14px;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.header__resources-item:hover{background:var(--gray-50);color:var(--gray-900)}.header__resources-item--current{color:var(--green-800);font-weight:700}.header__resources-item--current:hover{color:var(--green-900);background:0 0}@media (width<=820px){.header__inner{gap:8px}.header__center{display:none}.header__menu-toggle{display:inline-flex}.header__auth-buttons{display:none}}@media (width>=821px){.header__mobile-panel{display:none}}.btn{border-radius:var(--radius-sm);transition:background var(--transition), color var(--transition), box-shadow var(--transition), transform var(--transition);white-space:nowrap;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:6px;padding:9px 18px;font-size:.875rem;font-weight:600;display:inline-flex}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-primary{background:var(--green-800);color:var(--on-primary);box-shadow:var(--shadow-sm)}.btn-primary:hover:not(:disabled){background:var(--green-900);box-shadow:var(--shadow-md)}.btn-primary:disabled{background:var(--gray-200);color:var(--gray-500);box-shadow:none;opacity:1}.btn-accent{background:var(--amber-400);color:var(--gray-900);box-shadow:var(--shadow-sm)}.btn-accent:hover:not(:disabled){background:var(--amber-500);color:var(--white);box-shadow:var(--shadow-md)}.btn-outline{color:var(--green-800);border:1.5px solid var(--green-800);background:0 0}.btn-outline:hover:not(:disabled){background:var(--green-50)}.btn-ghost{color:var(--gray-700);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--gray-100);color:var(--gray-900)}.btn-sm{padding:6px 12px;font-size:.8125rem}.btn-lg{padding:12px 24px;font-size:1rem}.search-section{background:linear-gradient(135deg, var(--green-900) 0%, var(--green-700) 100%);padding:40px 0 48px}.search-section__heading{color:var(--white);letter-spacing:-.02em;margin-bottom:6px;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700}.search-section__sub{color:var(--green-200);margin-bottom:28px;font-size:1rem}.search-bar{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);grid-template-columns:1fr auto auto auto auto;align-items:center;gap:12px;padding:16px 20px;display:grid}@media (width<=900px){.search-bar{grid-template-columns:1fr 1fr}.search-bar__query{grid-column:1/-1}}@media (width<=540px){.search-bar{grid-template-columns:1fr}.search-bar__query{grid-column:unset}}.search-bar__input,.search-bar__select{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);height:44px;color:var(--gray-900);background:var(--white);transition:border-color var(--transition), box-shadow var(--transition);width:100%;padding:0 14px;font-size:.9375rem}.search-bar__input:focus,.search-bar__select:focus{border-color:var(--green-500);outline:none;box-shadow:0 0 0 3px #52b7882e}.search-bar__input::placeholder{color:var(--gray-500)}.search-bar__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236B7280' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.results-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:20px 0 12px;display:flex}.results-bar__count{color:var(--gray-700);font-size:.9375rem}.results-bar__count strong{color:var(--gray-900)}.view-toggle{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);display:flex;overflow:hidden}.view-toggle__btn{width:38px;height:34px;color:var(--gray-500);transition:background var(--transition), color var(--transition);justify-content:center;align-items:center;display:flex}.view-toggle__btn:hover{background:var(--gray-100);color:var(--gray-700)}.view-toggle__btn.active{background:var(--green-800);color:var(--on-primary)}.events-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;padding-bottom:48px;display:grid}.events-list{background:var(--gray-200);border:1px solid var(--gray-200);border-radius:var(--radius);flex-direction:column;gap:1px;margin-bottom:48px;display:flex;overflow:hidden}.event-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);cursor:pointer;transition:box-shadow var(--transition), transform var(--transition), border-color var(--transition);flex-direction:column;gap:10px;padding:20px;display:flex}.event-card:hover{box-shadow:var(--shadow-lg);border-color:var(--green-200);transform:translateY(-2px)}.event-card__header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.event-card__name{color:var(--gray-900);font-size:1rem;font-weight:600;line-height:1.4}.event-card__body{color:var(--gray-500);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.event-card__meta{color:var(--gray-700);align-items:center;gap:6px;font-size:.8125rem;display:flex}.event-card__footer{justify-content:space-between;align-items:center;gap:8px;margin-top:4px;display:flex}.event-card__apply{color:var(--green-700);font-size:.8125rem;font-weight:600}.event-card__apply:hover{color:var(--green-900);text-decoration:underline}.badge{white-space:nowrap;border-radius:999px;align-items:center;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-type{background:var(--green-100);color:var(--green-800)}.badge-state{background:var(--gray-100);color:var(--gray-700)}.badge-featured{background:var(--amber-100);color:var(--amber-500)}.badge-verified{background:var(--green-100);color:var(--green-800)}.tag{background:var(--green-50);color:var(--green-700);border:1px solid var(--green-200);border-radius:999px;align-items:center;padding:2px 8px;font-size:.6875rem;font-weight:500;display:inline-flex}.event-list-item{background:var(--white);cursor:pointer;transition:background var(--transition);grid-template-columns:1fr auto;align-items:center;gap:16px;padding:16px 20px;display:grid}.event-list-item:hover{background:var(--green-50)}.event-list-item__left{flex-direction:column;gap:4px;min-width:0;display:flex}.event-list-item__name{color:var(--gray-900);font-size:.9375rem;font-weight:600}.event-list-item__meta{color:var(--gray-500);font-size:.8125rem}.event-list-item__right{flex-shrink:0;align-items:center;gap:10px;display:flex}.panel-overlay{z-index:80;opacity:0;pointer-events:none;transition:opacity var(--transition-panel);background:#00000059;position:fixed;inset:0}.panel-overlay.visible{opacity:1;pointer-events:auto}.detail-panel{background:var(--white);z-index:90;width:min(520px,100vw);height:100dvh;box-shadow:var(--shadow-xl);transition:transform var(--transition-panel), width var(--transition-panel);flex-direction:column;display:flex;position:fixed;top:0;right:0;overflow:hidden;transform:translate(100%)}.detail-panel.open{transform:translate(0)}.detail-panel__header{border-bottom:1px solid var(--gray-200);background:var(--white);flex-shrink:0;justify-content:space-between;align-items:center;height:65px;padding:0 24px;display:flex}.detail-panel__header .badge{border:1.5px solid #0000;padding:4px 12px;font-size:.8125rem}.detail-panel__close{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--gray-500);transition:background var(--transition), color var(--transition);justify-content:center;align-items:center;display:flex}.detail-panel__close:hover{background:var(--gray-100);color:var(--gray-900)}.detail-panel__body{overscroll-behavior:contain;flex-direction:column;flex:1;gap:24px;padding:28px 24px;display:flex;overflow-y:auto}.detail-panel__name{color:var(--gray-900);font-size:1.375rem;font-weight:700;line-height:1.3}.detail-panel__location{color:var(--gray-700);align-items:center;gap:6px;font-size:.9375rem;display:flex}.detail-panel__section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-500);margin-bottom:8px;font-size:.75rem;font-weight:700}.detail-panel__description{color:var(--gray-700);font-size:.9375rem;line-height:1.65}.detail-panel__info-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.detail-panel__info-item{background:var(--gray-50);border-radius:var(--radius-sm);padding:12px 14px}.detail-panel__info-label{color:var(--gray-500);margin-bottom:3px;font-size:.75rem}.detail-panel__info-value{color:var(--gray-900);font-size:.875rem;font-weight:600}.detail-panel__info-value--unavail{color:var(--gray-500);font-style:italic;font-weight:400}.detail-panel__cta{background:var(--green-50);border:1px solid var(--green-200);border-radius:var(--radius);flex-direction:column;gap:12px;padding:20px;display:flex}.detail-panel__cta-title{color:var(--green-900);font-size:1rem;font-weight:700}.detail-panel__cta-sub{color:var(--green-700);font-size:.875rem;line-height:1.5}.detail-panel__lock{background:var(--amber-100);border-radius:var(--radius);border:1px solid #fde68a;align-items:flex-start;gap:12px;padding:16px;display:flex}.detail-panel__lock-icon{flex-shrink:0;margin-top:1px;font-size:1.25rem}.detail-panel__lock-text{color:var(--gray-700);font-size:.875rem}.detail-panel__lock-text strong{color:var(--gray-900)}.detail-panel__tags{flex-wrap:wrap;gap:6px;display:flex}.detail-panel--wide{width:min(700px,100vw)}.detail-panel__body--form{gap:0;padding:0;position:relative;overflow:hidden}.detail-panel__view{background:var(--white);transition:transform var(--transition-panel);padding:20px 24px 24px;position:absolute;inset:0;overflow-y:auto;transform:translate(0)}.detail-panel__view--hidden-right{transform:translate(100%)}.panel-inline-link{color:var(--green-800);cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:underline}.panel-inline-link:hover{color:var(--green-900)}.modal-backdrop{z-index:100;background:#00000080;justify-content:center;align-items:center;padding:16px;animation:.15s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.modal{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:480px;max-height:calc(100vh - 32px);box-shadow:var(--shadow-xl);flex-direction:column;animation:.2s slideUp;display:flex;overflow:hidden}.modal__header{flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:24px 24px 0;display:flex}.modal__title{color:var(--gray-900);font-size:1.25rem;font-weight:700}.modal__body{padding:20px 24px 24px;overflow-y:auto}.modal__footer{flex-shrink:0;padding:0 24px 24px}.modal__close{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--gray-500);transition:background var(--transition);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;display:flex}.modal__close:hover{background:var(--gray-100);color:var(--gray-900)}.pricing-grid{grid-template-columns:1fr 1fr;gap:16px;margin-top:8px;display:grid}@media (width<=560px){.pricing-grid{grid-template-columns:1fr}}.pricing-card{border-radius:var(--radius);flex-direction:column;gap:14px;padding:24px;display:flex}.pricing-card--pro{background:var(--green-900);color:var(--white)}.pricing-card--dataset{background:var(--white);border:1.5px solid var(--gray-200);color:var(--gray-900)}.pricing-card__label{text-transform:uppercase;letter-spacing:.1em;opacity:.8;font-size:.75rem;font-weight:700}.pricing-card__name{font-size:1.375rem;font-weight:800}.pricing-card__price{align-items:baseline;gap:4px;display:flex}.pricing-card__amount{font-size:2.25rem;font-weight:800}.pricing-card__period{opacity:.7;font-size:.875rem}.pricing-card__features{flex-direction:column;flex:1;gap:8px;display:flex}.pricing-card__feature{align-items:center;gap:8px;font-size:.875rem;display:flex}.pricing-card__feature-icon{color:var(--green-500);flex-shrink:0;font-size:.875rem}.pricing-card--pro .pricing-card__feature-icon{color:var(--green-200)}.auth-modal__input{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);width:100%;height:46px;color:var(--gray-900);transition:border-color var(--transition), box-shadow var(--transition);margin-bottom:12px;padding:0 14px;font-size:1rem}.auth-modal__input:focus{border-color:var(--green-500);outline:none;box-shadow:0 0 0 3px #52b7882e}.auth-modal__success{background:var(--green-50);border:1px solid var(--green-200);border-radius:var(--radius-sm);color:var(--green-800);text-align:center;padding:14px;font-size:.9375rem}.auth-page{background:linear-gradient(to right, var(--green-50) 50%, var(--gray-50) 50%);flex:1;display:flex}.auth-page--single{background:var(--gray-50);justify-content:center;align-items:center;padding:48px 24px}.auth-page__container{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:0 24px;display:flex}.auth-page__marketing{flex:50%;justify-content:center;align-items:center;padding:60px 40px;display:flex}.auth-page__marketing-inner{width:100%;max-width:440px}.auth-page__badge{background:var(--green-700);color:var(--white);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;margin-bottom:28px;padding:8px 18px;font-size:.75rem;font-weight:700;display:inline-block}.auth-page__marketing-heading{color:var(--gray-900);margin:0 0 16px;font-size:2.5rem;font-weight:800;line-height:1.1}.auth-page__marketing-subheading{color:var(--gray-600);margin:0 0 32px;font-size:1rem;line-height:1.5}.auth-page__bullets{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.auth-page__bullets li{color:var(--gray-800);align-items:flex-start;gap:12px;font-size:.9375rem;line-height:1.45;display:flex}.auth-page__bullet-check{background:var(--green-700);width:22px;height:22px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:inline-flex}.auth-page__form-side{flex:50%;justify-content:center;align-items:center;padding:60px 40px;display:flex}.auth-page__form-card{background:var(--white);border:1px solid var(--gray-200);box-sizing:border-box;border-radius:10px;width:100%;max-width:440px;padding:36px 36px 28px;box-shadow:0 2px 12px #0000000a}.auth-page__heading{color:var(--gray-900);margin:0 0 24px;font-size:1.75rem;font-weight:800;line-height:1.2}.auth-page__form{flex-direction:column;gap:0;display:flex}.auth-page__name-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.auth-page__name-row .auth-modal__input{margin-bottom:12px}.cms-editor-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.cms-field-row{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px;display:grid}@media (width<=640px){.cms-editor-header{flex-direction:column;align-items:flex-start;gap:8px}.cms-field-row{grid-template-columns:1fr}.cms-field-row>div:empty{display:none}}.cms-social-icons{flex-wrap:wrap;align-items:center;display:flex}.cms-social-icons__link{justify-content:center;align-items:center;transition:transform .13s;display:inline-flex}.cms-social-icons__link:hover{transform:translateY(-1px)}.cms-fullbleed{width:100vw;margin-left:calc(50% - 50vw)}.cms-fullbleed+.cms-fullbleed{margin-top:-40px}.hero-section.cms-fullbleed{margin-left:calc(50% - 50vw)}.cms-two-column{grid-template-columns:1fr 1fr;align-items:start;gap:40px;display:grid}@media (width<=640px){.cms-two-column{grid-template-columns:1fr;gap:24px}}.cms-column>:last-child{margin-bottom:0!important}.cms-column .cms-fullbleed{width:auto;margin-left:0}.cms-two-col-editor{grid-template-columns:1fr 1fr;gap:12px;display:grid}.cms-two-col-editor__col{border:1px dashed var(--gray-200);border-radius:var(--radius-sm);background:var(--gray-50);min-width:0;padding:10px}@media (width<=900px){.cms-two-col-editor{grid-template-columns:1fr}}.cms-rich-text{color:var(--gray-700);margin-bottom:40px;font-size:.9375rem;line-height:1.75}.cms-rich-text--standard{max-width:760px}.cms-rich-text--wide{max-width:960px}.cms-rich-text--full{max-width:none}.cms-rich-text--align-left{margin-left:0;margin-right:auto}.cms-rich-text--align-center{margin-left:auto;margin-right:auto}.cms-rich-text--align-right{margin-left:auto;margin-right:0}.cms-accordion{margin-bottom:40px}.cms-accordion--standard{max-width:760px}.cms-accordion--wide{max-width:960px}.cms-accordion--full{max-width:none}.cms-accordion--align-left{margin-left:0;margin-right:auto}.cms-accordion--align-center{margin-left:auto;margin-right:auto}.cms-accordion--align-right{margin-left:auto;margin-right:0}.cms-accordion .home-section__heading,.cms-accordion .home-section__sub{max-width:none}.cms-accordion__list{border-top:1px solid var(--gray-200)}.cms-accordion__item{border-bottom:1px solid var(--gray-200)}.cms-accordion__trigger{cursor:pointer;color:var(--gray-900);transition:color var(--transition);justify-content:space-between;align-items:center;gap:16px;padding:16px 4px;font-size:1.0625rem;font-weight:600;list-style:none;display:flex}.cms-accordion__trigger::-webkit-details-marker{display:none}.cms-accordion__trigger:hover{color:var(--green-800)}.cms-accordion__trigger:after{content:"";border-right:2px solid var(--gray-400);border-bottom:2px solid var(--gray-400);width:9px;height:9px;transition:transform var(--transition);flex-shrink:0;margin-right:4px;transform:rotate(45deg)}.cms-accordion__item[open] .cms-accordion__trigger:after{transform:rotate(-135deg)}.cms-accordion__panel{color:var(--gray-700);padding:0 4px 20px;font-size:.9375rem;line-height:1.7}.cms-accordion__foot{color:var(--gray-500);opacity:.85;margin-top:32px;font-size:.8125rem}.cms-button{background:var(--cms-btn-bg,var(--green-800));color:var(--cms-btn-fg,var(--on-primary));box-shadow:var(--shadow-sm)}.cms-button:hover:not(:disabled){background:var(--cms-btn-bg-hover,var(--green-900));box-shadow:var(--shadow-md)}.cms-button--sm{padding:9px 18px;font-size:.875rem}.cms-button--md{padding:12px 24px;font-size:1rem}.cms-button--lg{padding:16px 32px;font-size:1.125rem}.cms-image-text__row{align-items:center;gap:32px;display:flex}.cms-image-text__row--image-right{flex-direction:row-reverse}.cms-image-text__media{flex:1 1 0;min-width:0}.cms-image-text__media img{width:100%;height:auto;display:block}.cms-image-text__body{flex:1 1 0;min-width:0}.cms-image-text__rich.tiptap ul,.cms-image-text__rich.tiptap ol{padding-left:0;list-style-position:inside}.cms-image-text__rich li{line-height:1.9}.cms-image-text__rich li>p{margin:0;display:inline}.cms-image-text__rich h2,.cms-image-text__rich h3{margin-bottom:1em}@media (width<=640px){.cms-image-text__row,.cms-image-text__row--image-right{flex-direction:column}}.cms-page-blocks>div:not(.cms-inserter){margin-bottom:0!important}.cms-inserter{justify-content:center;align-items:center;min-height:14px;margin:3px 0;display:flex;position:relative}.cms-inserter__btn{opacity:0;transition:opacity .13s,transform .13s;transform:scale(.85)}.cms-inserter:hover .cms-inserter__btn,.cms-inserter--open .cms-inserter__btn,.cms-inserter__btn:focus-visible{opacity:1;transform:scale(1)}.cms-inserter:hover .cms-inserter__btn:hover{transform:scale(1.07)}.auth-page__pw-hints{flex-wrap:wrap;gap:14px;margin:-4px 0 16px 2px;display:flex}.auth-page__pw-hint{color:var(--gray-500);align-items:flex-start;gap:8px;font-size:.75rem;line-height:1.4;display:inline-flex}.auth-page__pw-hint--ok{color:var(--green-700)}.auth-page__pw-dot{box-sizing:border-box;border:1.5px solid;border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:4px;display:inline-block}.auth-page__pw-hint--ok .auth-page__pw-dot{background:var(--green-700);border-color:var(--green-700)}.auth-page__pw-hint--bad .auth-page__pw-dot{background:#dc2626;border-color:#dc2626}.auth-page__error{color:#dc2626;margin:0 0 12px;font-size:.875rem}.auth-page__submit{width:100%;height:48px;margin-top:4px;font-size:1rem;font-weight:600}.auth-page__secondary-link{text-align:center;color:var(--gray-500);margin:16px 0 0;font-size:.875rem}.auth-page__link-button{color:var(--green-700);cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0}.auth-page__link-button:hover{text-decoration:underline}.auth-page__footer-link{border-top:1px solid var(--gray-200);text-align:center;color:var(--gray-600);margin-top:28px;padding-top:20px;font-size:.9375rem}.auth-page__footer-link a{color:var(--green-700);font-weight:600;text-decoration:none}.auth-page__footer-link a:hover{text-decoration:underline}@media (width<=860px){.auth-page{background:var(--gray-50);flex-direction:column}.auth-page__container{flex-direction:column;max-width:none;padding:0}.auth-page__marketing{text-align:center;background:var(--green-50);flex:none;justify-content:center;padding:40px 24px}.auth-page__marketing-inner{max-width:100%}.auth-page__marketing-heading,.auth-page__marketing-subheading{max-width:440px;margin-left:auto;margin-right:auto}.auth-page__bullets{width:fit-content;max-width:440px;margin:0 auto}.auth-page__bullets li{text-align:left}.auth-page__form-side{padding:32px 20px}.auth-page__form-card{padding:28px 24px 24px}.auth-page__marketing-heading{font-size:1.875rem}.auth-page__heading{font-size:1.5rem}}.toast{background:var(--gray-900);color:var(--white);border-radius:var(--radius);z-index:200;box-shadow:var(--shadow-lg);white-space:nowrap;padding:12px 20px;font-size:.875rem;font-weight:500;animation:.2s slideUp;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.spinner{border:3px solid var(--gray-200);border-top-color:var(--green-700);border-radius:50%;width:36px;height:36px;margin:48px auto;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;color:var(--gray-500);padding:64px 24px}.empty-state__icon{margin-bottom:12px;font-size:3rem}.empty-state__title{color:var(--gray-700);margin-bottom:6px;font-size:1.125rem;font-weight:600}.empty-state__sub{font-size:.9375rem}.footer{background:var(--gray-900);color:var(--gray-300);margin-top:auto;padding:32px 0;font-size:.875rem}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.footer__brand{color:var(--white);font-weight:700}.footer__copyright-row{text-align:left;padding-top:30px}.footer__copyright{color:var(--gray-500);font-size:.8125rem}.footer__links{gap:20px;display:flex}.footer__link{color:var(--gray-500);transition:color var(--transition)}.footer__link:hover,.footer__link--current{color:var(--white)}.footer__menu-toggle{border:1px solid var(--gray-700);width:36px;height:36px;color:var(--gray-300);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:none}.footer__menu-toggle:hover{color:var(--white);background:#ffffff0f}.footer__mobile-panel{border-top:1px solid var(--gray-700);flex-direction:column;margin-top:14px;padding:6px 0;display:flex}.footer__mobile-link{color:var(--gray-300);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;width:100%;padding:12px 4px;font-family:inherit;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.footer__mobile-link:hover,.footer__mobile-link--current{color:var(--white)}@media (width<=820px){.footer__links{display:none}.footer__menu-toggle{display:inline-flex}}@media (width>=821px){.footer__mobile-panel{display:none}}.badge-admin{color:#6d28d9;background:#ede9fe}.badge-editor{color:#1d4ed8;background:#dbeafe}.badge-advertiser{background:var(--amber-100);color:var(--amber-500)}.btn-xs{padding:3px 8px;font-size:.75rem}.btn-danger{color:var(--white);background:#dc2626}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-danger-ghost{color:#dc2626;background:0 0}.btn-danger-ghost:hover:not(:disabled){background:#fee2e2}.modal--wide{max-width:700px}.fav-btn{border:1.5px solid var(--gray-300);background:var(--white);color:var(--gray-600);cursor:pointer;transition:background var(--transition), border-color var(--transition), color var(--transition);border-radius:999px;align-items:center;gap:4px;padding:4px 12px;font-size:.8125rem;font-weight:600;display:inline-flex}.fav-btn:hover:not(:disabled){color:#dc2626;background:#fee2e2;border-color:#dc2626}.fav-btn--saved{color:#dc2626!important;background:0 0!important;border-color:#dc2626!important}.fav-btn--saved:hover:not(:disabled){background:#fee2e2!important}.fav-btn:disabled{opacity:.6;cursor:not-allowed}.detail-panel__contact{margin-top:4px}.detail-panel__contact-row{color:var(--green-700);transition:color var(--transition);align-items:center;gap:8px;padding:4px 0;font-size:.875rem;display:flex}.detail-panel__contact-row:hover{color:var(--green-900);text-decoration:underline}.detail-panel__contact-row--unavail{color:var(--gray-500);cursor:default;font-style:italic}.detail-panel__contact-row--unavail:hover{color:var(--gray-500);text-decoration:none}.detail-panel__split{flex:1;min-height:0;display:flex;overflow:hidden}.detail-panel--reviews-open .detail-panel__body{border-right:1px solid var(--gray-200);flex:0 0 520px;max-width:520px}.detail-panel--reviews-wide{width:min(1040px,100vw)}.detail-panel__reviews-col{background:var(--white);flex-direction:column;flex:0 0 520px;min-width:0;min-height:0;display:flex;overflow:hidden}.detail-panel__body,.detail-panel__info-grid,.detail-panel__info-item{min-width:0}.detail-panel__info-value,.detail-panel__description{overflow-wrap:anywhere}.detail-panel__contact-row{word-break:break-word;min-width:0}@media (width<=768px){.detail-panel{width:auto;left:0;right:0}.detail-panel--reviews-open .detail-panel__split{width:200%;transition:transform var(--transition-panel);transform:translate(0)}.detail-panel--reviews-open.detail-panel--reviews-wide .detail-panel__split{transform:translate(-50%)}.detail-panel--reviews-open .detail-panel__body{border-right:none;flex:0 0 50%;max-width:50%}.detail-panel--reviews-open .detail-panel__reviews-col{flex:0 0 50%}}.reviews-entry{text-align:left;border-radius:var(--radius);cursor:pointer;width:100%;transition:background var(--transition);background:#fef9c3;border:1px solid #fde68a;flex-direction:column;gap:4px;margin-top:8px;padding:14px 16px;display:flex}.reviews-entry:hover{background:#fef08a}.reviews-entry__count{text-transform:uppercase;letter-spacing:.06em;color:#854d0e;font-size:.75rem;font-weight:700}.reviews-entry__cta{color:var(--gray-900);align-items:center;gap:8px;font-size:.9375rem;font-weight:600;display:inline-flex}.reviews-entry__icon{color:#854d0e;flex-shrink:0}.detail-panel__reviewstat{color:#854d0e;cursor:pointer;text-align:left;transition:background var(--transition), border-color var(--transition);background:#fef9c3;border:1px solid #fde68a;border-radius:999px;align-items:center;gap:7px;margin-top:10px;padding:6px 12px;font-size:.875rem;font-weight:600;display:inline-flex}.detail-panel__reviewstat:hover{background:#fef08a;border-color:#fde68a}.detail-panel__reviewstat-icon{color:#854d0e;align-items:center;display:inline-flex}.detail-panel__reviewstat-count{color:#a16207;font-weight:500}.reviews-pane{flex-direction:column;flex:1;min-height:0;display:flex}.reviews-pane__header{border-bottom:1px solid var(--gray-200);flex-shrink:0;align-items:center;gap:12px;padding:14px 24px;display:flex}.reviews-pane__back{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--gray-600);transition:background var(--transition), color var(--transition);justify-content:center;align-items:center;display:inline-flex}.reviews-pane__back:hover{background:var(--gray-100);color:var(--gray-900)}.reviews-pane__back--placeholder{pointer-events:none}.reviews-pane__check{color:var(--green-700);background:var(--green-100,#dcfce7);pointer-events:none;font-size:1.125rem;font-weight:700}.reviews-pane__title{color:var(--gray-900);border-left:1px solid var(--gray-200);padding-left:12px;font-size:1.0625rem;font-weight:700}.reviews-pane__body{overscroll-behavior:contain;flex:1;padding:20px 24px;overflow-y:auto}.reviews-list{flex-direction:column;gap:16px;display:flex}.reviews-list__leave{align-self:flex-start}.reviews-list__error{color:var(--red-600,#dc2626);font-size:.875rem}.reviews-list__none,.reviews-list__loading{color:var(--gray-500);font-size:.875rem}.reviews-list__more{align-self:center}.rec-card{background:var(--green-50);border:1px solid var(--green-200);border-radius:var(--radius);padding:16px}.rec-card__headline{color:var(--green-900);font-size:1.0625rem;font-weight:700}.rec-card__count{color:var(--green-700);font-weight:500}.rec-card__support{color:var(--green-700);margin-top:6px;font-size:.875rem}.rec-card__empty{color:var(--gray-500);font-size:.9375rem;font-weight:600}.review-row{border-top:1px solid var(--gray-200);flex-direction:column;gap:6px;padding-top:16px;display:flex}.review-row__meta{color:var(--gray-500);font-size:.8125rem}.review-row__name{color:var(--gray-900);font-weight:700}.review-row__cat,.review-row__date{color:var(--gray-500)}.review-row__verdict{font-size:.9375rem;font-weight:700}.review-row__verdict.is-yes{color:var(--green-700)}.review-row__verdict.is-no{color:#b45309}.review-row__scores{max-width:240px;color:var(--gray-700);flex-direction:column;gap:4px;padding-bottom:3px;font-size:.8125rem;display:flex}.review-row__score{justify-content:space-between;gap:16px;display:flex}.review-row__score-val{color:var(--gray-900);font-variant-numeric:tabular-nums;font-weight:600}.review-row__comment-block{flex-direction:column;gap:3px;display:flex}.review-row__comment-label{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);font-size:.75rem;font-weight:700}.review-row__tags{flex-wrap:wrap;gap:6px;padding-bottom:4px;display:flex}.review-row__comment{color:var(--gray-800);font-size:.9375rem;line-height:1.6}.review-row__edited{color:var(--gray-400);font-size:.75rem;font-style:italic}.review-form{flex-direction:column;gap:16px;display:flex}.review-form__intro{color:var(--gray-600);background:var(--gray-50);border-radius:var(--radius-sm);align-items:flex-start;gap:10px;padding:12px 14px;font-size:.875rem;line-height:1.6;display:flex}.review-form__intro-icon{color:var(--green-700);flex-shrink:0;margin-top:2px}.review-form__field{flex-direction:column;gap:6px;display:flex}.review-form__label{color:var(--gray-700);font-size:.8125rem;font-weight:600}.review-form__req{color:#dc2626}.review-form__score-val{color:var(--green-800);font-weight:700}.review-form__help{color:var(--gray-500);font-size:.75rem}.review-form__input{border:1px solid var(--gray-300);border-radius:var(--radius-sm);padding:8px 10px;font-family:inherit;font-size:.9375rem}.score-buttons{flex-wrap:wrap;gap:6px;display:flex}.score-buttons__btn{text-align:center;border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:var(--white);min-width:32px;max-width:44px;color:var(--gray-700);cursor:pointer;transition:background var(--transition), border-color var(--transition), color var(--transition);flex:auto;padding:8px 0;font-size:.875rem;font-weight:600}.score-buttons__btn:hover{border-color:var(--green-500);background:var(--green-50)}.score-buttons__btn.is-selected{background:var(--green-800);border-color:var(--green-800);color:var(--on-primary)}.review-form__yesno{gap:20px;font-size:.9375rem;display:flex}.review-form__submit{align-self:flex-end}.review-form__banner{background:var(--red-50);border:1px solid var(--red-200);color:var(--red-800);border-radius:var(--radius-sm);padding:12px 14px;font-size:.875rem}.review-form__input.is-invalid{border-color:var(--red-700)}.score-buttons.is-invalid,.review-form__yesno.is-invalid{outline:1.5px solid var(--red-700);outline-offset:2px;border-radius:calc(var(--radius-sm) - 2px)}.review-form__input:disabled{background:var(--gray-50);color:var(--gray-500);cursor:not-allowed}.review-action-btn:hover:not(:disabled){background:var(--green-800);color:var(--on-primary)}.review-form__dev{color:var(--gray-400);align-self:flex-start;font-size:.75rem;text-decoration:underline}.review-thanks{flex-direction:column;align-items:flex-start;gap:14px;padding-top:8px;display:flex}.review-thanks__title{color:var(--gray-900);font-size:1.125rem;font-weight:700}.review-thanks__body{color:var(--gray-700);font-size:.9375rem;line-height:1.65}.event-form{flex-direction:column;gap:16px;display:flex}.event-form__row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.event-form__field{flex-direction:column;gap:6px;display:flex}.event-form__label{color:var(--gray-700);font-size:.8125rem;font-weight:600}.event-form input:not([type=checkbox]):not([type=radio]),.event-form select,.event-form textarea{width:100%}.event-form__actions{justify-content:flex-end;gap:10px;padding-top:9px;display:flex}.cms-contact-card label{color:var(--cf-label-color)}.event-form__section{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-500);border-bottom:1px solid var(--gray-200);margin-bottom:4px;padding-bottom:4px;font-size:.75rem;font-weight:700}.admin-shell{background:var(--gray-100);flex-direction:column;min-height:100vh;display:flex}.admin-header{background:var(--green-900);color:var(--white);flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;height:60px;padding:0 24px;display:flex}.admin-header__brand{align-items:center;gap:10px;display:flex}.admin-header__logo{font-size:1.25rem}.admin-header__title{color:var(--white);font-size:1.05rem;font-weight:700}.admin-header__actions{align-items:center;gap:10px;display:flex}.admin-body{flex:1;display:flex}.admin-nav{background:var(--white);border-right:1px solid var(--gray-200);flex-direction:column;flex-shrink:0;gap:2px;width:200px;padding:20px 0;display:flex}.admin-nav__item{width:100%;color:var(--gray-700);cursor:pointer;transition:background var(--transition), color var(--transition);text-align:left;box-sizing:border-box;background:0 0;border:none;align-items:center;padding:10px 20px;font-size:.9375rem;font-weight:500;display:flex}.admin-nav__item:hover{background:var(--gray-100);color:var(--gray-900)}.admin-nav__item--active{background:var(--green-50);color:var(--green-800);border-right:3px solid var(--green-700);font-weight:700}.admin-main{flex:1;padding:28px 32px}.admin-main__title{color:var(--gray-900);margin-bottom:20px;font-size:1.375rem;font-weight:700}.cms-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.cms-toolbar__search{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);min-width:180px;height:40px;color:var(--gray-900);transition:border-color var(--transition), box-shadow var(--transition);flex:1;padding:0 12px;font-size:.9rem}.cms-toolbar__search:focus{border-color:var(--green-500);outline:none;box-shadow:0 0 0 3px #52b7882e}.cms-toolbar__search:disabled{opacity:.5;cursor:not-allowed}.cms-toolbar__select{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);height:40px;color:var(--gray-700);background:var(--white);appearance:none;transition:border-color var(--transition);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236B7280' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;padding:0 32px 0 10px;font-size:.875rem}.cms-toolbar__select:focus{border-color:var(--green-500);outline:none}.cms-toolbar__select:disabled{opacity:.5;cursor:not-allowed}.cms-table-wrap{border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);overflow-x:auto}.cms-table{border-collapse:collapse;width:100%;min-width:720px;font-size:.875rem}.cms-table__th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);border-bottom:1px solid var(--gray-200);white-space:nowrap;background:var(--gray-50);padding:10px 14px;font-size:.75rem;font-weight:700}.cms-table__th--sort{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color var(--transition)}.cms-table__th--sort:hover{color:var(--gray-900)}.cms-table__th--actions{text-align:right}.sort-icon{color:var(--green-700);margin-left:2px;font-style:normal}.cms-table__row{transition:background var(--transition)}.cms-table__row:hover{background:var(--gray-50)}.cms-table__row+.cms-table__row{border-top:1px solid var(--gray-100)}.cms-table__td{color:var(--gray-900);vertical-align:middle;padding:10px 14px}.cms-table__td--name{text-overflow:ellipsis;white-space:nowrap;max-width:240px;font-weight:600;overflow:hidden}.cms-table__td--actions{text-align:right;white-space:nowrap}.cms-role-select{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);height:30px;color:var(--gray-700);background:var(--white);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236B7280' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;padding:0 28px 0 8px;font-size:.8125rem}.cms-role-select:focus{border-color:var(--green-500);outline:none}.cms-pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 0 4px;display:flex}.cms-pagination__size{color:var(--gray-500);align-items:center;gap:8px;font-size:.875rem;display:flex}.cms-pagination__select{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);height:32px;color:var(--gray-700);background:var(--white);appearance:none;cursor:pointer;transition:border-color var(--transition);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236B7280' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;padding:0 28px 0 10px;font-size:.8125rem}.cms-pagination__select:focus{border-color:var(--green-500);outline:none}.cms-pagination__select:disabled{opacity:.5;cursor:not-allowed}.cms-pagination__pages{align-items:center;gap:4px;display:flex}.cms-pagination__btn,.cms-pagination__num{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--white);min-width:32px;height:32px;color:var(--gray-700);cursor:pointer;transition:all var(--transition);justify-content:center;align-items:center;padding:0 8px;font-size:.8125rem;font-weight:500;display:inline-flex}.cms-pagination__btn:hover:not(:disabled),.cms-pagination__num:hover:not(.is-active):not(:disabled){border-color:var(--green-500);color:var(--green-700)}.cms-pagination__btn:disabled,.cms-pagination__num:disabled{opacity:.35;cursor:not-allowed}.cms-pagination__num.is-active{background:var(--green-700);border-color:var(--green-700);color:var(--white);cursor:default}.cms-pagination__num.is-active:disabled{opacity:.5}.cms-pagination__ellipsis{color:var(--gray-400);padding:0 4px;font-size:.875rem}.cms-pagination__info{color:var(--gray-500);font-size:.875rem}.account-shell{flex-direction:column;min-height:100vh;display:flex}.account-breadcrumb{color:var(--gray-500);padding:12px 0;font-size:.875rem}.account-breadcrumb a{color:var(--green-700)}.account-section{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);margin-bottom:20px;padding:24px}.account-section__title{color:var(--gray-900);margin-bottom:16px;font-size:1.125rem;font-weight:700}.favorites-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}.favorites-empty{text-align:center;color:var(--gray-500);padding:40px 24px;font-size:.9375rem}.hero-section{margin:0}.hero-section--contained{margin-top:20px;margin-bottom:20px}.hero-section--contained .hero-image{border-radius:10px;overflow:hidden}.hero-image{background-position:50%;background-size:cover;width:100%;min-height:200px;display:flex;position:relative}.hero-image--plain{background:linear-gradient(135deg, var(--green-900) 0%, var(--green-700) 100%)}.hero-image__overlay{flex-direction:column;gap:12px;width:100%;min-width:0;max-width:1280px;padding:clamp(16px,3vw,32px) clamp(20px,4vw,40px);display:flex}.hero-image__header,.hero-image__subheader{color:inherit;overflow-wrap:break-word;word-break:break-word;margin:0}.hero-image__badge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:fit-content;color:inherit;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;padding:6px 14px;font-size:.8125rem;font-weight:500;display:inline-flex}.hero-image__badge-dot{background:var(--green-500);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #52b78840}.hero-image__ctas{flex-wrap:wrap;align-items:center;gap:16px;margin-top:12px;display:flex}.hero-image__link{color:inherit;opacity:.9;transition:opacity var(--transition);align-items:center;gap:6px;padding:12px 18px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.hero-image__link:hover{opacity:1}.home-section{padding:64px 0}.home-section__heading{color:var(--gray-900);max-width:760px;margin:0 0 12px;font-size:2.25rem;font-weight:700;line-height:1.15}.home-section__sub{color:var(--gray-500);max-width:640px;margin:0 0 40px;font-size:1rem;line-height:1.6}.home-eyebrow{background:var(--green-50);border:1px solid var(--green-200);color:var(--green-800);border-radius:999px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 12px;font-size:.8125rem;font-weight:600;display:inline-flex}.home-eyebrow__dot{background:var(--green-500);border-radius:50%;width:6px;height:6px}.home-stats-bar{border-bottom:1px solid var(--gray-200);background:var(--white);padding:28px 0 32px}.home-stats-bar__grid{text-align:center;justify-items:center;gap:20px;display:grid}.home-stats-bar__item{flex-direction:column;align-items:center;gap:4px;display:flex}.home-stats-bar__value{color:var(--gray-900);font-size:2rem;font-weight:700;line-height:1}.home-stats-bar__image{object-fit:contain;align-self:center;width:auto;height:36px}.home-stats-bar__label{color:var(--gray-500);font-size:.875rem}@media (width<=720px){.home-stats-bar__grid{grid-template-columns:repeat(2,1fr)!important}.home-stats-bar__value{font-size:1.5rem}}.home-logos{background:var(--gray-50);padding:56px 0}.home-logos__header{text-align:center;color:var(--gray-500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:28px;font-size:.8125rem;font-weight:600}.home-logos__row{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;display:flex}.home-logos__logo{object-fit:contain;opacity:.75;filter:grayscale();width:auto;height:32px;transition:opacity var(--transition), filter var(--transition)}.home-logos__logo:hover{opacity:1;filter:grayscale(0)}.home-steps{background:linear-gradient(135deg, var(--steps-bg-1,transparent) 0%, var(--steps-bg-2,transparent) 100%)}.home-steps .home-section__heading{color:var(--steps-fg,var(--gray-900))}.home-steps .home-section__sub{color:var(--steps-fg-muted,var(--gray-500))}.home-steps .home-eyebrow{background:var(--steps-surface,var(--green-50));border-color:var(--steps-border,var(--green-200));color:var(--steps-fg-muted,var(--green-800))}.home-steps .home-eyebrow__dot{background:var(--steps-accent,var(--green-500))}.home-steps__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.home-steps__card{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius);transition:box-shadow var(--transition), transform var(--transition), border-color var(--transition);flex-direction:column;gap:12px;padding:28px;display:flex}.home-steps__card:hover{box-shadow:var(--shadow-lg);border-color:var(--green-200)}.home-steps__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.home-steps__img{border:1px solid var(--gray-200);width:100%;height:auto;display:block}.home-steps__img--rounded{border-radius:var(--radius)}.home-steps__num{text-transform:uppercase;letter-spacing:.06em;color:var(--green-700);font-size:.75rem;font-weight:700}.home-steps__badge{background:var(--gray-100);color:var(--gray-600);border-radius:999px;padding:3px 9px;font-size:.75rem;font-weight:500}.home-steps__title{color:var(--gray-900);margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.home-steps__desc{color:var(--gray-600);margin:0;font-size:.9375rem;line-height:1.6}.home-steps__bullets{flex-direction:column;gap:8px;margin:8px 0 0;padding:0;list-style:none;display:flex}.home-steps__bullets li{color:var(--gray-700);padding-left:22px;font-size:.875rem;line-height:1.55;position:relative}.home-steps__bullets li:before{content:"✓";width:16px;height:16px;color:var(--green-700);font-size:.875rem;font-weight:800;position:absolute;top:0;left:0}@media (width<=900px){.home-steps__grid{grid-template-columns:1fr}}.home-kpis{background:linear-gradient(135deg, var(--kpi-bg-1,var(--green-900)) 0%, var(--kpi-bg-2,var(--green-800)) 100%);color:var(--kpi-fg,var(--white))}.home-kpis .home-section__heading{color:var(--kpi-fg,var(--white));max-width:none}.home-kpis .home-section__sub{color:var(--kpi-fg-muted,var(--green-200));max-width:none}.home-kpis .home-eyebrow{background:var(--kpi-surface,#ffffff1a);border-color:var(--kpi-border,#ffffff2e);color:var(--kpi-fg-muted,var(--green-200))}.home-kpis .home-eyebrow__dot{background:var(--kpi-accent,var(--green-300))}.home-kpis__grid{gap:24px;display:grid}.home-kpis__item{background:var(--kpi-surface,#ffffff1a);border:2px solid var(--kpi-border,#ffffff2e);border-radius:var(--radius);transition:box-shadow var(--transition), transform var(--transition), border-color var(--transition);flex-direction:column;gap:6px;padding:28px;display:flex}.home-kpis__item:hover{box-shadow:var(--shadow-lg);border-color:var(--kpi-border-hover,#ffffff52)}.home-kpis__item--with-icon{flex-direction:row;align-items:center;gap:16px}.home-kpis__icon{color:var(--kpi-icon,var(--kpi-accent,var(--green-300)));flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.home-kpis__text{flex-direction:column;gap:6px;min-width:0;display:flex}.home-kpis__value{color:var(--kpi-fg,var(--white));font-size:3.25rem;font-weight:800;line-height:1}.home-kpis__label{color:var(--kpi-fg-muted,var(--green-200));font-size:.9375rem}.home-kpis__foot{color:var(--kpi-fg-muted,var(--green-200));opacity:.85;max-width:720px;margin-top:32px;font-size:.8125rem}@media (width<=720px){.home-kpis__grid{grid-template-columns:1fr 1fr!important}.home-kpis__value{font-size:2.25rem}}.home-problems{background:linear-gradient(135deg, var(--prob-bg-1,#000) 0%, var(--prob-bg-2,#000) 100%);color:var(--prob-fg,var(--white))}.home-problems .home-section__heading{color:var(--prob-fg,var(--white))}.home-problems .home-section__sub{color:var(--prob-fg-muted,var(--gray-300))}.home-problems .home-eyebrow{background:var(--prob-surface,#ffffff14);border-color:var(--prob-border,#ffffff29);color:var(--prob-fg-muted,var(--gray-200))}.home-problems .home-eyebrow__dot{background:var(--prob-accent,var(--green-300))}.home-problems__grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.home-problems__card{background:var(--prob-surface,#ffffff0a);border:2px solid var(--prob-border,#ffffff1f);border-radius:var(--radius);transition:box-shadow var(--transition), transform var(--transition), border-color var(--transition);flex-direction:column;gap:10px;padding:28px;display:flex}.home-problems__card:hover{box-shadow:var(--shadow-lg);border-color:var(--prob-border-hover,#ffffff3d)}.home-problems__icon{color:var(--prob-icon,var(--prob-accent,var(--green-300)));justify-content:flex-start;align-self:flex-start;align-items:center;font-size:1.5rem;line-height:1;display:inline-flex}.home-problems__icon--svg{width:36px;height:36px}.home-problems__icon--svg svg{width:28px;height:28px}.home-problems__icon--img{object-fit:contain;width:36px;height:36px}.home-problems__title{color:var(--prob-fg,var(--white));margin:0;font-size:1.125rem;font-weight:700}.home-problems__desc{color:var(--prob-fg-muted,var(--gray-300));margin:0;font-size:.9375rem;line-height:1.6}@media (width<=720px){.home-problems__grid{grid-template-columns:1fr}}.home-cta{padding:80px 0}.home-cta__panel{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-md);flex-direction:column;align-items:center;gap:12px;padding:56px 48px;display:flex}.home-cta__heading{text-align:center}.home-cta__desc{color:var(--gray-600);max-width:600px;margin:0;font-size:1rem;line-height:1.6}.home-cta__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:16px;display:flex}.home-cta__fine{color:var(--gray-400);margin-top:12px;font-size:.8125rem}@media (width<=720px){.home-cta__panel{padding:40px 24px}}.admin-nav-chevron{opacity:.6;font-size:1.5rem;line-height:1}.admin-subnav{background:var(--gray-50);border-top:1px solid var(--gray-100);flex-direction:column;padding-bottom:5px;display:flex}.admin-subnav-btn{color:var(--gray-600);text-align:left;cursor:pointer;transition:background var(--transition), color var(--transition);background:0 0;border:none;padding:8px 20px 8px 36px;font-size:.875rem;font-weight:500}.admin-subnav-btn:hover{background:var(--gray-100);color:var(--gray-900)}.admin-subnav-btn.active{color:var(--green-800);background:var(--green-50);font-weight:700}.admin-subnav__group{flex-direction:column;display:flex}.admin-subnav__group+.admin-subnav__group{border-top:1px solid var(--gray-100)}.admin-subnav__label{box-sizing:border-box;cursor:pointer;text-align:left;width:100%;color:var(--gray-400);transition:color var(--transition);background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;padding:7px 20px;display:flex}.admin-subnav__label:hover{color:var(--gray-600)}.admin-subnav__label>span:first-child{text-transform:uppercase;letter-spacing:.06em;transform-origin:0;font-size:12px;font-weight:700;line-height:1;transform:scale(.83)}.admin-subnav-chevron{opacity:.6;font-size:1.1rem;line-height:1;transition:transform .2s}.admin-nav__badge{background:var(--green-700);min-width:20px;height:20px;color:var(--white);border-radius:999px;justify-content:center;align-items:center;margin-left:4px;padding:0 6px;font-size:.6875rem;font-weight:700;line-height:1;display:inline-flex}.cms-content-block{max-width:780px}.cms-status{border-radius:999px;align-items:center;padding:2px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.cms-status--active{background:var(--green-100);color:var(--green-800)}.cms-status--inactive{background:var(--gray-100);color:var(--gray-500)}.cms-status--published{background:var(--green-100);color:var(--green-800)}.cms-status--pending{color:#92400e;background:#fef3c7}.cms-status--draft{background:var(--gray-100);color:var(--gray-600)}.cms-status--archived{background:var(--gray-100);color:var(--gray-500)}.cms-status--rejected{color:#991b1b;background:#fee2e2}.cms-underline-tabs{border-bottom:1px solid var(--gray-200);flex-wrap:wrap;gap:4px;margin-bottom:18px;display:flex}.cms-underline-tab{color:var(--gray-600);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;align-items:center;gap:6px;margin-bottom:-1px;padding:8px 14px;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s;display:inline-flex}.cms-underline-tab:hover{color:var(--green-700)}.cms-underline-tab--active{color:var(--green-700);border-bottom-color:var(--green-700);font-weight:600}.cms-segmented{background:var(--gray-100);border-radius:8px;margin-bottom:16px;padding:4px;display:inline-flex}.cms-segmented-btn{color:var(--gray-600);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 14px;font-size:.875rem;font-weight:500;transition:background .15s,color .15s,box-shadow .15s}.cms-segmented-btn:hover{color:var(--gray-900)}.cms-segmented-btn--active{background:var(--white);color:var(--gray-900);font-weight:600;box-shadow:0 1px 2px #0000000f}.tiptap h1,.tiptap h2,.tiptap h3{color:var(--gray-900);margin:1.25em 0 .5em;font-weight:700;line-height:1.3}.tiptap h1{font-size:2.25rem}.tiptap h2{font-size:1.5rem}.tiptap h3{font-size:1.25rem}.tiptap>:first-child{margin-top:0}.tiptap p{margin:.75em 0}.tiptap ul,.tiptap ol{margin:.75em 0;padding-left:1.5em}.tiptap li{margin:.3em 0}.tiptap blockquote{border-left:3px solid var(--green-500);color:var(--gray-600);margin:1em 0;padding:8px 16px;font-style:italic}.tiptap hr{border:none;border-top:1px solid var(--gray-200);margin:1.5em 0}.tiptap a{color:var(--green-700);text-decoration:underline}.tiptap a:hover{color:var(--green-900)}.tiptap strong{font-weight:700}.tiptap em{font-style:italic}.tiptap u{text-decoration:underline}.tiptap s{text-decoration:line-through}.tiptap img{border-radius:var(--radius-sm);max-width:100%;height:auto;margin:1.25em auto;display:block}.header__nav-link{color:var(--gray-700);border-radius:var(--radius-sm);transition:background var(--transition), color var(--transition);padding:6px 10px;font-size:.875rem;font-weight:500}.header__nav-link:hover{background:var(--gray-100);color:var(--gray-900)}.header__nav-link--current{color:var(--green-800);font-weight:700}.header__nav-link--current:hover{color:var(--green-900);background:0 0}.blog-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px;display:grid}@media (width<=900px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.blog-grid{grid-template-columns:1fr}}.blog-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);transition:box-shadow var(--transition), transform var(--transition);color:inherit;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.blog-card__cover{aspect-ratio:16/9;width:100%;overflow:hidden}.blog-card__cover img{object-fit:cover;width:100%;height:100%;display:block}.blog-card__body{flex-direction:column;flex:1;gap:8px;padding:18px 20px;display:flex}.blog-card__date{color:var(--gray-400);margin:0;font-size:.8125rem}.blog-card__title{color:var(--gray-900);margin:0;font-size:1rem;font-weight:700;line-height:1.4}.blog-card__excerpt{color:var(--gray-500);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.55;display:-webkit-box;overflow:hidden}.blog-card__read-more{color:var(--green-700);margin-top:auto;font-size:.8125rem;font-weight:600}.blog-list{flex-direction:column;gap:10px;margin-bottom:48px;display:flex}.blog-list-row{background:var(--white);color:inherit;border:1px solid var(--gray-200);border-radius:var(--radius);transition:background var(--transition), box-shadow var(--transition);grid-template-columns:96px 1fr auto;align-items:center;gap:16px;padding:14px 16px;text-decoration:none;display:grid}.blog-list-row:hover{background:var(--green-50);box-shadow:var(--shadow)}.blog-list-row__cover{border-radius:var(--radius-sm);flex-shrink:0;width:96px;height:64px;overflow:hidden}.blog-list-row__cover img{object-fit:cover;width:100%;height:100%;display:block}.blog-list-row__body{flex-direction:column;gap:4px;width:100%;min-width:0;display:flex}.blog-list-row__body--no-cover{grid-column:1/3}.blog-list-row__title{color:var(--gray-900);width:100%;font-size:1rem;font-weight:600;line-height:1.4}.blog-list-row__arrow{color:var(--gray-400);flex-shrink:0;justify-self:end;margin-left:auto;font-size:1.125rem}.blog-post__article-nav{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.blog-post__article-nav-item{display:flex}.blog-post__article-nav-item--next{justify-content:flex-end}.blog-post__article-nav-link{border:1px solid var(--gray-200);border-radius:var(--radius);color:inherit;transition:border-color var(--transition), background var(--transition);flex-direction:column;gap:4px;max-width:260px;padding:14px 16px;text-decoration:none;display:flex}.blog-post__article-nav-link:hover{border-color:var(--green-300);background:var(--green-50)}.blog-post__article-nav-link--right{text-align:right}.blog-post__article-nav-label{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-400);font-size:.75rem;font-weight:600}.blog-post__article-nav-title{color:var(--gray-900);font-size:.875rem;font-weight:600;line-height:1.4}.account-page-title{color:var(--gray-900);margin-bottom:24px;font-size:1.5rem;font-weight:700}.account-grid{grid-template-columns:320px 1fr;align-items:start;gap:24px;display:grid}@media (width<=860px){.account-grid{grid-template-columns:1fr}}@media (width<=820px){.contact-grid{grid-template-columns:1fr!important;gap:32px!important}}.account-sidebar{flex-direction:column;gap:20px;display:flex}.account-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden}.brand-popover{z-index:1000;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:16px 18px 14px;position:fixed}.brand-popover__title{color:var(--gray-900);margin:0 0 6px;font-size:.9375rem;font-weight:700}.brand-popover__help{color:var(--gray-600);margin:0 0 12px;font-size:.8125rem;line-height:1.45}.brand-popover__error{color:#dc2626;margin:8px 0 0;font-size:.8125rem}.brand-popover__actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;margin-top:12px;display:flex}.account-stack{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius)}.account-stack>.account-card{border:none;border-top:1px solid var(--gray-200);background:0 0;border-radius:0;overflow:visible}.account-stack>.account-card:first-child{border-top:none}.account-section__header{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:14px 20px;display:flex}.account-section__header:hover{background:var(--gray-50)}.account-section__header h2{color:var(--gray-900);border:none;margin:0;padding:0;font-size:1rem;font-weight:700}.account-section__chevron{color:var(--gray-500);text-align:center;width:20px;font-size:1.25rem;font-weight:400}.account-section__body{padding:4px 20px 18px}.account-card__title{color:var(--gray-900);border-bottom:1px solid var(--gray-100);margin:0;padding:16px 20px 12px;font-size:1rem;font-weight:700}.account-card__body{flex-direction:column;gap:12px;padding:20px;display:flex}.account-pro-badge{background:var(--green-50);border:1px solid var(--green-200);border-radius:var(--radius-sm);color:var(--green-800);align-items:flex-start;gap:12px;padding:14px;font-size:.875rem;display:flex}.account-pro-badge>span{flex-shrink:0;font-size:1.25rem}.account-plan-label{color:var(--green-900)!important;text-transform:uppercase!important;letter-spacing:.06em!important;transform-origin:0 0!important;margin-top:10px!important;margin-bottom:-3px!important;font-size:12px!important;font-weight:700!important;line-height:1!important;display:block!important;transform:scale(.83)!important}.account-pro-badge strong{color:var(--green-900);margin-bottom:2px;font-weight:700;display:block}.account-pro-badge p{color:var(--green-700);margin:0}.account-fav-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);flex-direction:column;gap:8px;padding:16px;display:flex}.account-fav-card__season{color:var(--gray-400)}.account-fav-card__desc{color:var(--gray-600);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.account-main{flex-direction:column;gap:20px;display:flex}.account-info-row{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:baseline;padding:8px 0;display:flex}.account-info-row:last-child{border-bottom:none}.account-info-label{color:var(--gray-500);font-size:.8125rem;font-weight:600}.account-info-value{color:var(--gray-900);text-align:right;font-size:.875rem}.account-fav-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}.account-fav-card__footer{align-items:center;gap:8px;margin-top:4px;display:flex}.account-fav-card__location{color:var(--gray-500);font-size:.8125rem}.account-fav-card__name{color:var(--gray-900);font-size:.9375rem;font-weight:700}.account-fav-card__header{flex-wrap:wrap;gap:6px;display:flex}.account-scenarios{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.account-scenario-row{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.account-scenario-row:last-child{border-bottom:none}.account-scenario-row__main{min-width:0}.account-scenario-row__name{color:var(--gray-900);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.account-scenario-row__meta{color:var(--gray-500);margin-top:2px;font-size:.75rem}.account-scenario-row__actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:6px;display:inline-flex}.account-scenario-row__actions button{border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:var(--white);color:var(--gray-700);transition:background var(--transition), border-color var(--transition);padding:6px 10px;font-size:.8125rem;font-weight:500}.account-scenario-row__actions button:hover:not(:disabled){background:var(--gray-50);border-color:var(--gray-400)}.account-scenario-row__actions button:disabled{opacity:.5;cursor:not-allowed}.account-scenario-row__actions .account-scenario-row__danger{color:var(--red-700)}.account-scenario-row__actions .account-scenario-row__danger:hover:not(:disabled){background:var(--red-50);border-color:var(--red-200)}.header-menu__item{color:var(--gray-700);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:0;align-items:center;gap:10px;width:100%;padding:10px 18px;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.header-menu__item:hover{background:var(--gray-50)}.header-menu__item--danger{color:#dc2626}.header-menu__item--danger:hover{background:#fef2f2}.header-menu__item--current{background:var(--gray-100);cursor:default}.header-menu__item--current:hover{background:var(--gray-100)}.header-avatar__name{color:var(--gray-700);text-overflow:ellipsis;white-space:nowrap;max-width:140px;font-size:.875rem;font-weight:500;overflow:hidden}@media (width<=600px){.header-avatar__name{display:none}}.advertise-steps-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 48px;max-width:720px;margin:0 auto;display:grid}@media (width<=520px){.advertise-steps-grid{grid-template-columns:1fr;gap:24px}}.blog-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:48px;max-width:1200px;margin:0 auto;display:grid}.blog-layout__content{min-width:0}.blog-layout__sidebar{position:sticky;top:24px}@media (width<=1023px){.blog-layout{grid-template-columns:1fr;gap:24px}.blog-layout__sidebar{display:none}}@media (width>=1024px){.ad-slot--mobile-only{display:none!important}}@media (width<=1023px){.ad-slot--desktop-only{display:none!important}}.calc-page__header{border-bottom:1px solid var(--gray-200);margin:16px 0 24px;padding-bottom:16px}.calc-page__header h1{color:var(--gray-900);margin:0 0 8px;font-size:2rem;font-weight:700}.calc-page__subtitle{color:var(--gray-600);max-width:720px;font-size:1rem;line-height:1.55}.calc-page__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.calc-page__toolbar-actions{flex-wrap:wrap;gap:8px;display:inline-flex}.calc-tier-toggle{background:var(--gray-100);border-radius:999px;padding:4px;display:inline-flex}.calc-tier-toggle__btn{color:var(--gray-600);transition:background var(--transition), color var(--transition);border-radius:999px;padding:7px 16px;font-size:.875rem;font-weight:600}.calc-tier-toggle__btn.is-active{background:var(--white);color:var(--gray-900);box-shadow:var(--shadow-sm)}.calc-reset-btn{border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:var(--white);color:var(--gray-700);transition:background var(--transition), border-color var(--transition), color var(--transition);padding:8px 14px;font-size:.875rem;font-weight:500}.calc-reset-btn:hover{background:var(--gray-50);border-color:var(--gray-400)}.calc-reset-btn--primary{border-color:var(--green-700);color:var(--green-800)}.calc-reset-btn--primary:hover{background:var(--green-50);border-color:var(--green-800)}.calc-reset-btn:disabled{opacity:.6;cursor:not-allowed}.calc-upgrade-nudge{background:var(--amber-100);border-radius:var(--radius-sm);width:100%;color:var(--gray-800,var(--gray-900));border:1px solid #fcd34d;margin-top:4px;padding:10px 14px;font-size:.875rem}.calc-upgrade-nudge--error{background:var(--red-50);border-color:var(--red-200);color:var(--red-800)}.calc-upgrade-nudge__cta{color:var(--green-800);font-weight:600;text-decoration:underline}.calc-upgrade-nudge__cta:hover{color:var(--green-900)}.calc-page__layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:32px;display:grid}.calc-page__inputs{min-width:0}.calc-page__results{position:sticky;top:80px}@media (width<=900px){.calc-page__layout{grid-template-columns:1fr;gap:20px}.calc-page__results{order:-1;position:static}}.calc-form-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius)}.calc-section{border-top:1px solid var(--gray-200)}.calc-section:first-child{border-top:none}.calc-section__header{text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:14px 18px;display:flex}.calc-section__header:hover:not(.calc-section__header--static){background:var(--gray-50)}.calc-section__header h3{color:var(--gray-900);margin:0;font-size:1rem;font-weight:600}.calc-section__chevron{color:var(--gray-500);text-align:center;width:20px;font-size:1.25rem;font-weight:400}.calc-section__body{padding:4px 18px 18px}.calc-section__desc{color:var(--gray-500);margin:0 0 14px;font-size:.8125rem;line-height:1.4}.calc-section__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 20px;display:grid}@media (width<=600px){.calc-section__grid{grid-template-columns:1fr}}.calc-section__subtotal{border-top:1px dashed var(--gray-200);color:var(--gray-600);justify-content:space-between;align-items:baseline;margin-top:14px;padding:12px 0 0;font-size:.875rem;display:flex}.calc-section__subtotal strong{color:var(--gray-900);font-size:.9375rem;font-weight:700}.calc-field{flex-direction:column;gap:6px;min-width:0;display:flex}.calc-field__label{color:var(--gray-700);align-items:center;gap:6px;font-size:.8125rem;font-weight:500;display:flex}.calc-field__help-wrap{display:inline-flex;position:relative}.calc-field__help-trigger{background:var(--gray-200);width:16px;height:16px;color:var(--gray-600);border-radius:999px;justify-content:center;align-items:center;font-size:.6875rem;font-weight:700;line-height:1;display:inline-flex}.calc-field__help-trigger:hover{background:var(--gray-300);color:var(--gray-800)}.calc-field__help-popover{z-index:5;background:var(--gray-900);min-width:220px;max-width:280px;color:var(--white);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);padding:10px 12px;font-size:.75rem;font-weight:400;line-height:1.45;position:absolute;top:calc(100% + 6px);left:0}.calc-field__help-popover--flip{left:auto;right:0}.calc-field__input-wrap{align-items:center;display:flex;position:relative}.calc-field__input-wrap input{width:100%}.calc-field__prefix{color:var(--gray-500);pointer-events:none;font-size:.9375rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.calc-field__suffix{color:var(--gray-500);pointer-events:none;font-size:.8125rem;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.calc-field__input-wrap input[type=number]{padding-right:44px}.calc-field__input-wrap input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.calc-field__input-wrap input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.calc-field__input-wrap input[type=number]{-moz-appearance:textfield}.calc-results{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);flex-direction:column;gap:18px;padding:20px;display:flex}.calc-results__headline{border-radius:var(--radius);text-align:center;padding:18px 16px}.calc-results__headline--neutral{background:var(--gray-50);border:1px solid var(--gray-200)}.calc-results__headline--good{background:var(--green-50);border:1px solid var(--green-200)}.calc-results__headline--warn{background:var(--amber-100);border:1px solid #fcd34d}.calc-results__headline--bad{background:var(--red-50);border:1px solid var(--red-200)}.calc-results__headline-label{letter-spacing:.06em;text-transform:uppercase;color:var(--gray-600);margin-bottom:4px;font-size:.75rem;font-weight:600}.calc-results__headline-value{color:var(--gray-900);font-size:2.25rem;font-weight:700;line-height:1.1}.calc-results__headline--good .calc-results__headline-value{color:var(--green-800)}.calc-results__headline--bad .calc-results__headline-value{color:var(--red-800)}.calc-results__headline--warn .calc-results__headline-value{color:var(--amber-500)}.calc-results__headline-sub{color:var(--gray-600);margin-top:6px;font-size:.8125rem}.calc-results__primary{flex-direction:column;gap:10px;display:flex}.calc-results__secondary{border-top:1px solid var(--gray-100);flex-direction:column;gap:8px;padding-top:12px;display:flex}.calc-results__caveat{color:var(--gray-500);border-top:1px solid var(--gray-100);padding-top:12px;font-size:.75rem;line-height:1.5}.calc-metric{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.calc-metric__label{color:var(--gray-600);font-size:.8125rem}.calc-metric__value{color:var(--gray-900);white-space:nowrap;font-size:.9375rem;font-weight:600}.calc-metric--good .calc-metric__value{color:var(--green-800)}.calc-metric--bad .calc-metric__value{color:var(--red-700)}.calc-metric--sm .calc-metric__label,.calc-metric--sm .calc-metric__value{font-size:.75rem}.dash-root{flex-direction:column;gap:28px;display:flex}.dash-status{color:var(--gray-500);padding:40px 0;font-size:.95rem}.dash-status--error{color:var(--red-700)}.dash-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.dash-window{align-items:center;gap:8px;display:flex}.dash-window__label{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);margin-right:4px;font-size:.75rem;font-weight:700}.dash-window__btn{border:1px solid var(--gray-200);background:var(--white);border-radius:var(--radius-sm);color:var(--gray-600);cursor:pointer;transition:all var(--transition);padding:6px 14px;font-size:.8125rem;font-weight:600}.dash-window__btn:hover{border-color:var(--green-300);color:var(--gray-900)}.dash-window__btn--active{background:var(--green-800);border-color:var(--green-800);color:var(--on-primary)}.dash-window__btn:disabled{opacity:.5;cursor:not-allowed}.dash-customize{align-items:center;gap:8px;display:flex;position:relative}.dash-btn{border:1px solid var(--gray-200);background:var(--white);border-radius:var(--radius-sm);color:var(--gray-700);cursor:pointer;transition:all var(--transition);align-items:center;gap:6px;padding:6px 14px;font-size:.8125rem;font-weight:600;display:inline-flex}.dash-btn:hover{border-color:var(--green-300);color:var(--gray-900)}.dash-btn--primary{background:var(--green-800);border-color:var(--green-800);color:var(--on-primary)}.dash-btn--primary:hover{background:var(--green-900);border-color:var(--green-900);color:var(--white)}.dash-btn:disabled{opacity:.6;cursor:not-allowed}.dash-pop{z-index:40;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);width:320px;max-height:70vh;box-shadow:var(--shadow-lg);padding:14px;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto}.dash-pop__head{color:var(--gray-900);justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px;font-size:.8125rem;font-weight:700;display:flex}.dash-pop__reset{color:var(--green-700);cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:600}.dash-pop__reset:hover{text-decoration:underline}.dash-pop__hint{color:var(--gray-500);margin-bottom:12px;font-size:.75rem;line-height:1.4}.dash-pop__section{border-top:1px solid var(--gray-100);align-items:flex-start;gap:6px;padding:8px 6px;display:flex}.dash-pop__section:first-of-type{border-top:none}.dash-pop__section-body{flex:1;min-width:0}.dash-pop__section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--accent,var(--gray-500));margin-bottom:6px;font-size:.6875rem;font-weight:700}.dash-pop__tiles{flex-direction:column;gap:2px;display:flex}.dash-pop__tile{border-radius:var(--radius-sm);align-items:center;gap:6px;padding:4px 2px;display:flex}.dash-pop__tile:hover{background:var(--gray-50)}.dash-pop__tile--locked{opacity:.55}.dash-pop__tile-check{color:var(--gray-700);cursor:pointer;-webkit-user-select:none;user-select:none;flex:1;align-items:center;gap:7px;font-size:.8125rem;display:inline-flex}.dash-pop__tile-check input{accent-color:var(--green-700);cursor:pointer}.dash-pop__tile-label{color:var(--gray-500);align-items:center;gap:6px;font-size:.8125rem;display:inline-flex}.dash-pop__handle{color:var(--gray-400);cursor:grab;touch-action:none;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:2px;display:inline-flex}.dash-pop__handle:active{cursor:grabbing}.dash-pop__handle:hover{color:var(--gray-600)}.dash-pop__section>.dash-pop__handle{margin-top:1px}.dash-section{flex-direction:column;gap:12px;display:flex}.dash-section__title{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);margin:0;font-size:.8125rem;font-weight:700}.dash-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px;display:grid}.dash-section--money{--accent:var(--green-700)}.dash-section--attention{--accent:var(--amber-500)}.dash-section--audience{--accent:#4f86c6}.dash-section--engagement{--accent:#7c6cc4}.dash-section--directory{--accent:var(--gray-400)}.dash-section--money .dash-section__title,.dash-section--attention .dash-section__title,.dash-section--audience .dash-section__title,.dash-section--engagement .dash-section__title,.dash-section--directory .dash-section__title{color:var(--accent)}.dash-tile{background:var(--white);border:1px solid var(--gray-200);border-left:3px solid var(--accent,var(--gray-200));border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;gap:5px;padding:16px 18px;display:flex}.dash-tile--wide{grid-column:span 2;padding:18px 20px}.dash-tile--state{gap:8px}.dash-tile__label{color:var(--gray-600);font-size:.8125rem;font-weight:600}.dash-tile__hint{color:var(--gray-400);font-size:.75rem;font-weight:500}.dash-tile__big{color:var(--gray-900);letter-spacing:-.01em;font-size:1.875rem;font-weight:700;line-height:1.1}.dash-tile--wide .dash-tile__big{font-size:2.25rem}.dash-tile__big--pos{color:var(--green-700)}.dash-tile__sub{color:var(--gray-500);font-size:.8125rem}.dash-tile__delta{align-items:center;gap:3px;font-size:.75rem;font-weight:600;display:inline-flex}.dash-tile__delta--up{color:var(--green-700)}.dash-tile__delta--down{color:var(--red-700)}.dash-tile__delta--muted{color:var(--gray-400);font-weight:500}.dash-tile__footnote{color:var(--gray-400);margin-top:2px;font-size:.75rem}.dash-tile__split{border-top:1px solid var(--gray-200);flex-direction:column;gap:7px;margin-top:12px;padding-top:12px;display:flex}.dash-tile__splitrow{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.dash-tile__split-k{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);align-items:center;gap:7px;font-size:.6875rem;font-weight:600;display:inline-flex}.dash-tile__split-v{color:var(--gray-900);font-variant-numeric:tabular-nums;font-size:.9375rem;font-weight:600}.dash-tile--wide .dash-tile__split{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px 28px;display:grid}.dash-minibar{background:var(--gray-100);border-radius:6px;height:20px;margin:12px 0 2px;display:flex;overflow:hidden}.dash-minibar__seg{height:100%}.dash-minibar__seg--money-1{background:var(--green-700)}.dash-minibar__seg--money-2{background:var(--green-300)}.dash-minibar__seg--aud-1{background:#2f6195}.dash-minibar__seg--aud-2{background:#4f86c6}.dash-minibar__seg--aud-3{background:#a9c7e8}.dash-seg--money-1{background:var(--green-700)}.dash-seg--money-2{background:var(--green-300)}.dash-seg--aud-1{background:#2f6195}.dash-seg--aud-2{background:#4f86c6}.dash-seg--aud-3{background:#a9c7e8}.dash-tile--warn{border-color:var(--amber-400);border-left-color:var(--amber-400);background:var(--amber-100)}.dash-tile--warn .dash-tile__big,.dash-tile--watch .dash-tile__big{color:var(--amber-500)}.dash-urlhealth__pct{color:var(--gray-900);letter-spacing:-.01em;font-size:2.25rem;font-weight:700;line-height:1.05}.dash-urlhealth__pct small{color:var(--gray-500);letter-spacing:0;margin-left:6px;font-size:.875rem;font-weight:600}.dash-urlbar{background:var(--gray-100);border-radius:6px;height:20px;margin:12px 0;display:flex;overflow:hidden}.dash-urlbar__seg{height:100%}.dash-urlbar__seg--live{background:var(--green-500)}.dash-urlbar__seg--redir{background:var(--green-200)}.dash-urlbar__seg--miss{background:var(--amber-400)}.dash-urlbar__seg--dead{background:var(--red-700)}.dash-urlbar__seg--susp{background:var(--amber-500)}.dash-urlbar__seg--unchk{background:var(--gray-300)}.dash-urlbar__legend{color:var(--gray-600);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:6px 24px;font-size:.8125rem;display:grid}.dash-urlbar__legend span{align-items:center;gap:7px;display:flex}.dash-urlbar__legend b{color:var(--gray-900);font-variant-numeric:tabular-nums;margin-left:auto;font-weight:600}.dash-dot{border-radius:2px;flex-shrink:0;width:9px;height:9px;display:inline-block}.dash-dot--live{background:var(--green-500)}.dash-dot--redir{background:var(--green-200)}.dash-dot--miss{background:var(--amber-400)}.dash-dot--dead{background:var(--red-700)}.dash-dot--susp{background:var(--amber-500)}.dash-dot--unchk{background:var(--gray-300)}.dash-foot{color:var(--gray-400);margin-top:4px;font-size:.75rem}
