:root{font-family:Segoe UI,system-ui,sans-serif;color:#1a1a1a;background:#f4f6f8;--brand: #003858;--brand-hover: #004d73;--brand-soft: #f0f4f7;--brand-ring: rgba(0, 56, 88, .2)}body{margin:0}.wrap{max-width:52rem;margin:0 auto;padding:1.25rem}.wrap--wide{max-width:64rem}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.site-header{flex-wrap:wrap;gap:.75rem 1rem}.app-nav{display:flex;align-items:center;gap:.35rem;flex:1 1 auto;justify-content:center}.app-nav__link{color:#5e5c64;text-decoration:none;font-size:.9rem;font-weight:600;padding:.35rem .65rem;border-radius:6px}.app-nav__link:hover,.app-nav__link--active{color:var(--brand);background:var(--brand-soft)}.header-user{font-size:.85rem;max-width:14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-primary__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 1rem;margin-bottom:.75rem}.dashboard-primary__head h2,.dashboard-primary__meta{margin:0}.dashboard-tools{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.import-export-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.35rem}@media(max-width:900px){.dashboard-tools{grid-template-columns:1fr}}@media(max-width:720px){.site-header{flex-direction:column;align-items:stretch}.app-nav{justify-content:flex-start;order:3;width:100%}.header-actions{order:2;justify-content:space-between;width:100%}}.site-header--auth{flex-wrap:wrap}.site-header--auth .site-logo-heading{flex:0 1 auto}.locale-control{display:flex;align-items:center;gap:.45rem;flex-shrink:0;margin-left:auto}.locale-label{display:inline;margin:0;font-size:.8rem;color:#5e5c64;white-space:nowrap}.locale-select{width:auto;min-width:10.5rem;max-width:14rem;margin:0;padding:.35rem .5rem;font-size:.85rem;border:1px solid #ccc;border-radius:6px;background:#fff;cursor:pointer}.locale-price-note{margin-top:.5rem;margin-bottom:0;font-size:.8rem}h1{font-size:1.35rem;margin:0}.site-logo-heading{margin:0;font-size:inherit;line-height:0;flex:0 1 auto;min-width:0;display:flex;align-items:center;gap:.65rem}.site-logo-link{display:inline-block;line-height:0;text-decoration:none;flex-shrink:0}.site-logo{display:block;height:3.25rem;width:auto;max-width:min(100%,20rem)}.site-logo-suffix{font-size:1rem;font-weight:600;color:#5e5c64;line-height:1.2;white-space:nowrap;flex-shrink:0}.card{background:#fff;border-radius:8px;padding:1rem 1.25rem;box-shadow:0 1px 3px #00000014;margin-bottom:1rem}label{display:block;font-size:.85rem;margin-bottom:.25rem}#auth-form{display:flex;flex-direction:column;align-items:stretch}#auth-form input,input{width:100%;padding:.5rem .6rem;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;margin-bottom:.75rem}textarea{width:100%;padding:.5rem .6rem;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;margin-bottom:.75rem;font-family:inherit;font-size:.9rem;resize:vertical}.watch-actions{white-space:nowrap}.watch-actions button{margin-bottom:.25rem}.watch-last-checked{display:block;font-size:.8rem;color:#5e5c64;margin-top:.3rem}.watch-last-checked--fresh{color:#2ec27e;font-weight:600}.watch-row--checking td:not(.watch-actions){opacity:.55}.recheck-btn__label{display:inline-flex;align-items:center;gap:.35rem}.recheck-spinner{display:inline-block;width:.85em;height:.85em;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:recheck-spin .65s linear infinite;flex-shrink:0}@keyframes recheck-spin{to{transform:rotate(360deg)}}.watch-row--highlight td{background:var(--brand-soft)}.watch-row--highlight td:first-child{box-shadow:inset 3px 0 0 var(--brand)}.password-wrap{position:relative;margin-bottom:.75rem}#auth-form .password-wrap input,.password-wrap input{margin-bottom:0;padding-right:2.75rem}.password-toggle{position:absolute;top:50%;right:.45rem;transform:translateY(-50%);width:2rem;height:2rem;padding:0;margin:0;border:none;border-radius:4px;background:transparent;color:#5e5c64;display:flex;align-items:center;justify-content:center;cursor:pointer;min-height:unset}.password-toggle-icon{display:block}.password-toggle:hover{color:#1a1a1a}.date-wrap{position:relative;margin-bottom:.75rem}.date-wrap input[type=text]{margin-bottom:0;padding-right:2.75rem}.date-picker-native{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.date-picker-btn{position:absolute;top:50%;right:.45rem;transform:translateY(-50%);width:2rem;height:2rem;padding:0;margin:0;border:none;border-radius:4px;background:transparent;color:#5e5c64;display:flex;align-items:center;justify-content:center;cursor:pointer;min-height:unset}.date-picker-icon{display:block}.date-picker-btn:hover{color:#1a1a1a}.link-btn{background:none;border:none;color:var(--brand);padding:0;font-size:inherit;font-weight:inherit;cursor:pointer;text-decoration:underline}.label-inline-extra{font-weight:400;color:#5e5c64}.auth-buttons{display:flex;flex-direction:column;gap:.5rem}.auth-buttons button{display:block;width:100%;box-sizing:border-box;margin-bottom:0}.home-hero__title{margin:0 0 .65rem;font-size:1.35rem;line-height:1.3;color:var(--brand)}.home-hero__lead{margin:0 0 1rem;font-size:1rem;line-height:1.45}.home-hero__list{margin:0 0 .75rem;padding-left:1.2rem;line-height:1.45}.home-hero__list li{margin-bottom:.45rem}.home-hero__list li:last-child{margin-bottom:0}.home-hero__actions{margin:0}.home-hero-cta{display:inline-block;background:var(--brand);color:#fff;text-decoration:none;border-radius:6px;padding:.55rem 1.1rem;font-size:.95rem;font-weight:600}.home-hero-cta:hover{background:var(--brand-hover)}.auth-card__title{margin:0 0 .85rem;font-size:1.1rem}button{background:var(--brand);color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;cursor:pointer}button:hover:not(:disabled){background:var(--brand-hover)}button.danger{background:#c01c28}button.danger:hover:not(:disabled){background:#9a1520}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{text-align:left;padding:.5rem;border-bottom:1px solid #e8e8e8}.status-ok{color:#2ec27e;font-weight:600}.status-warn{color:#e5a50a;font-weight:600}.status-bad{color:#c01c28;font-weight:600}.muted{color:#5e5c64;font-size:.85rem}.error{color:#c01c28;margin:.5rem 0}.success{color:#2ec27e;margin:.5rem 0}.header-actions{display:flex;align-items:center;gap:.75rem}.site-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e0e0e0;font-size:.85rem}.site-footer a{color:var(--brand)}.site-footer-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.site-footer-links{justify-self:start}.site-footer-copy{margin:0;justify-self:center;text-align:center;white-space:nowrap}.site-footer .site-footer-climate{justify-self:end;margin-left:0;font-size:.8rem;color:#2f785b;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;text-align:right}.site-footer .site-footer-climate:hover{text-decoration:underline}.climate-badge{flex-shrink:0;display:block}.climate-badge--large{width:2.5rem;height:2.5rem}.climate-promo{padding:.85rem 1rem}.climate-promo-link{display:flex;align-items:center;gap:.85rem;text-decoration:none;color:inherit}.climate-promo-link:hover .climate-promo-copy strong{text-decoration:underline}.climate-promo-copy{display:flex;flex-direction:column;gap:.2rem;min-width:0}.climate-promo-copy strong{color:#1a1a1a;font-size:.95rem}.prose h2{margin-top:0}.prose h3{font-size:1rem;margin:1.25rem 0 .5rem}.prose p,.prose li{line-height:1.5}.prose ul{padding-left:1.25rem}.prose a{color:var(--brand)}@media(max-width:720px){.site-footer-nav{grid-template-columns:1fr;justify-items:center;text-align:center}.site-footer-links,.site-footer-copy,.site-footer .site-footer-climate{justify-self:center;text-align:center}}.danger-zone{border:1px solid #f4c7cb;background:snow}.account-preferences{margin-bottom:.5rem}.account-preferences-note{margin:.35rem 0 .85rem}.checkbox-row{display:flex;align-items:center;gap:.55rem;font-weight:600;cursor:pointer;margin:0}.checkbox-row input{width:auto;margin:0;cursor:pointer}.account-divider{border:none;border-top:1px solid #e8e8e8;margin:1.25rem 0}#digest-preview-btn{margin-bottom:.35rem}.delete-confirm-panel{margin-top:1rem;padding-top:1rem;border-top:1px solid #f4c7cb}.delete-confirm-question{margin-top:0}.delete-confirm-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.75rem;margin-top:.75rem}.plan-picker{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #e8e8e8}.plan-summary{background:#f0f6ff;border:1px solid #c4daf5;border-radius:6px;padding:.65rem .85rem;margin:.75rem 0}.plan-option{position:relative;border:2px solid #e0e0e0;border-radius:8px;padding:.85rem;background:#fafbfc;text-align:left}.plan-option--static{background:#fafbfc}button.plan-option{cursor:pointer;font:inherit;color:inherit;width:100%;min-height:unset;background:#fafbfc;border:2px solid #e0e0e0;border-radius:8px;padding:.85rem;text-align:left}button.plan-option:hover{border-color:var(--brand)}.plan-option--selected{border-color:var(--brand);background:var(--brand-soft);box-shadow:0 0 0 2px var(--brand-ring)}.plan-option-badge{display:inline-block;background:var(--brand);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:.15rem .45rem;border-radius:4px;margin-bottom:.4rem}.upgrade-list{display:flex;flex-direction:column;gap:.65rem;margin-top:.75rem}.upgrade-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem .85rem;border:1px solid #e8e8e8;border-radius:8px;background:#fafbfc;flex-wrap:wrap}.upgrade-row--current{border-color:var(--brand);background:var(--brand-soft)}.upgrade-row--muted{opacity:.85}.upgrade-btn{white-space:nowrap;flex-shrink:0}.plan-tag{display:inline-block;margin-left:.5rem;font-size:.75rem;font-weight:600;padding:.1rem .4rem;border-radius:4px}.plan-tag--current{background:var(--brand);color:#fff}.plan-option h3{margin:0 0 .35rem;font-size:1rem}.plan-option .price{font-size:1.15rem;font-weight:700;margin:0 0 .35rem}.plan-option .watches{font-size:.9rem;font-weight:600;color:var(--brand);margin:0 0 .35rem}.plan-option-custom-copy a{color:var(--brand)}.admin-stats{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.admin-stat{background:#f0f6ff;border-radius:8px;padding:.75rem 1rem;min-width:8rem}.admin-stat strong{display:block;font-size:1.35rem}.billing-banner{background:#fff8e6;border:1px solid #e8c96a;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.billing-banner p{margin:0;flex:1 1 16rem}.billing-banner--urgent{background:#fff0f0;border-color:#e8a0a0}.billing-banner--active{background:#eef8ee;border-color:#9fd49f}.billing-flash{margin:0 0 1rem}.plan-option--custom{display:flex;flex-direction:column;justify-content:center}.plan-option-custom-copy{margin:0;line-height:1.45}.custom-plan-row{margin-top:.75rem}.custom-plan-row .plan-option--custom{max-width:100%}.survey-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.survey-card{background:#fff;border-radius:8px;padding:1.25rem 1.5rem;max-width:28rem;width:100%;box-shadow:0 8px 32px #0000002e}.survey-fieldset{border:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.5rem}.survey-option{display:flex;align-items:center;gap:.5rem;font-size:.95rem;cursor:pointer}.survey-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
