:root{--bg:#f7f7f5;--surface:#ffffff;--ink:#0b0c0e;--ink-2:#272930;--ink-3:#5b5f68;--ink-4:#9096a0;--cream:#fffdf7;--line:#e4e4e1;--line-2:#ececea;--mint:#00c48c;--mint-deep:#00a676;--mint-wash:#e7f9f0;--amber:#e8a93a;--tone-step:#00a676;--tone-lesser:#d97757;--tone-neutral:#9096a0;--chip-blocked-bg:#fde7e3;--chip-blocked-text:#8a2b1a}:root{--font-sans:Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;--font-display:Inter, sans-serif;--font-mono:JetBrains Mono, SF Mono, Menlo, Consolas, monospace;--font-serif:Source Serif 4, Georgia, serif;--fs-hero:56px;--fs-h1:48px;--fs-h2:28px;--fs-h3:20px;--fs-body:17px;--fs-ui:15px;--fs-small:14px;--fs-caption:13px;--fs-kicker:12px;--fs-mono:11px}:root{--max-article:740px;--max-article-wide:820px;--max-shell:1240px}:root{--radius-sm:6px;--radius:8px;--radius-md:12px;--radius-lg:16px;--radius-pill:999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--space-9:96px;--space-10:128px;--ease:cubic-bezier(0.2, 0, 0.2, 1);--dur-fast:120ms;--dur-base:140ms;--dur-slow:220ms}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;background:#f7f7f5;color:#0b0c0e;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:16px;line-height:1.6;letter-spacing:-.005em;-webkit-font-smoothing:antialiased;font-feature-settings:"cv11","ss01","ss03"}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:2px solid #00a676;outline-offset:2px;border-radius:6px}h1,h2,h3,h4,h5,h6{color:#0b0c0e;font-family:inter,sans-serif;font-weight:600;letter-spacing:-.02em}h1{font-size:48px;line-height:1.1;letter-spacing:-.03em}h2{font-size:28px;line-height:1.25}h3{font-size:20px;line-height:1.3;letter-spacing:-.01em}@media(max-width:640px){h1{font-size:36px}h2{font-size:24px}h3{font-size:18px}}a{color:#0b0c0e;font-weight:500;text-decoration:none;border-bottom:1px solid #e4e4e1;transition:border-bottom-color 140ms cubic-bezier(.2,0,.2,1),color 140ms cubic-bezier(.2,0,.2,1)}a:hover{border-bottom-color:#0b0c0e}ul,ol{margin:0 0 24px;padding-left:24px}li{margin-bottom:8px;color:#272930;line-height:1.6}blockquote{margin:32px 0;padding:0 0 0 24px;border-left:3px solid #00a676;color:#272930;font-size:17px;line-height:1.6}table{width:100%;border-collapse:collapse;margin:32px 0;font-size:15px;background:#fff;border:1px solid #e4e4e1;border-radius:12px;overflow:hidden}th,td{padding:12px 16px;text-align:left;border-bottom:1px solid #ececea;color:#272930}th{background:#f7f7f5;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:#5b5f68}tr:last-child td{border-bottom:none}code{font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace;font-size:.92em;background:#ececea;color:#272930;padding:2px 6px;border-radius:6px}pre{font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace;background:#ececea;color:#272930;padding:16px;border-radius:8px;overflow-x:auto;margin:24px 0}pre code{background:0 0;padding:0}button{cursor:pointer;font-family:inherit;font-size:inherit;border:none;background:0 0}.btn,.btn-ghost,.btn-primary,.button{display:inline-flex;align-items:center;gap:8px;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:14px;font-weight:600;padding:11px 18px;border-radius:9px;text-decoration:none;border:none;cursor:pointer;transition:transform 120ms cubic-bezier(.2,0,.2,1),background 140ms cubic-bezier(.2,0,.2,1),color 140ms cubic-bezier(.2,0,.2,1),box-shadow 140ms cubic-bezier(.2,0,.2,1)}.btn-primary,.button{background:#0b0c0e;color:#f7f7f5;border:1px solid #0b0c0e;box-shadow:0 1px 2px rgba(11,12,14,.12),inset 0 1px rgba(255,255,255,8%)}.btn-primary:hover,.button:hover{background:#00c48c;color:#0b0c0e;border-color:#0b0c0e;border-bottom-color:#0b0c0e;transform:translateY(-1px);box-shadow:0 8px 18px -6px rgba(0,166,118,.42),inset 0 1px rgba(255,255,255,.1)}.btn-primary:active,.button:active{transform:translateY(0);box-shadow:0 2px 6px -2px rgba(0,166,118,.4),inset 0 1px rgba(255,255,255,8%)}.btn-ghost{background:#fff;color:#0b0c0e;border:1px solid #e4e4e1;box-shadow:0 1px 2px rgba(11,12,14,4%)}.btn-ghost:hover{border-color:#9096a0;border-bottom-color:#9096a0}.card{background:#fff;border:1px solid #e4e4e1;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,2%)}.card{padding:24px}.callout{margin:32px 0;padding:18px 20px;background:#e7f9f0;border:1px solid rgba(0,166,118,.18);border-radius:12px;font-size:14px;line-height:1.55;color:#272930;display:flex;gap:14px}.callout b{display:block;color:#00a676;font-weight:700;font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px}.callout-icon{flex:0 0 28px;width:28px;height:28px;background:#fff;border:1px solid rgba(0,166,118,.3);border-radius:8px;display:grid;place-items:center;color:#00a676}.pullquote{margin:48px -20px;padding:28px 32px;background:#fff;border:1px solid #e4e4e1;border-radius:14px;font-size:22px;line-height:1.4;letter-spacing:-.015em;color:#0b0c0e;font-weight:500}@media(max-width:640px){.pullquote{margin:32px 0;padding:24px;font-size:19px}}.pullquote-attr{display:block;margin-top:14px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9096a0}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500;padding:5px 12px 5px 8px;background:#fff;border:1px solid #e4e4e1;border-radius:999px;color:#5b5f68;box-shadow:0 1px 2px rgba(11,12,14,4%)}.hero-eyebrow .dot{width:7px;height:7px;border-radius:50%;background:#00c48c;box-shadow:0 0 0 3px #e7f9f0}.section-eyebrow{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#00a676;margin-bottom:14px}.bill-status{padding:5px 11px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border:1px solid}.bill-status.bill-status-pending{background:#fff7e8;color:#9c6b0f;border-color:#f1dfb4}.bill-status.bill-status-new{background:#e7f9f0;color:#00a676;border-color:rgba(0,166,118,.25)}.bill-status.bill-status-blocked{background:#fde7e3;color:#8a2b1a;border-color:rgba(138,43,26,.25)}.statute,details.statute,details{margin:28px 0;background:#fff;border:1px solid #e4e4e1;border-radius:12px;overflow:hidden}.statute summary,details summary{padding:14px 20px;cursor:pointer;font-size:13px;font-weight:600;letter-spacing:.02em;color:#0b0c0e;list-style:none;display:flex;align-items:center;gap:10px}.statute summary::-webkit-details-marker,details summary::-webkit-details-marker{display:none}.statute summary::before,details summary::before{content:"\25B8";color:#5b5f68;transition:transform 140ms cubic-bezier(.2,0,.2,1)}.statute[open] summary::before,details[open] summary::before{transform:rotate(90deg)}.statute-body,details .details-content{padding:8px 20px 20px;border-top:1px solid #ececea;font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace;font-size:12px;line-height:1.7;color:#272930}.statute-body p,details .details-content p{font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace;font-size:12px;line-height:1.7;color:#272930;margin:8px 0}.statute-body blockquote,details .details-content blockquote{border:none;background:0 0;padding:0;margin:0 0 12px;font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace;font-size:12px;line-height:1.7;color:#272930}.prose .statute-body p{font-size:12px;line-height:1.7;font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace;color:#272930;margin:8px 0}.statute-cite{margin-top:16px!important;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:12px;color:#5b5f68;font-style:italic;text-align:right}.statute-cite a{color:#5b5f68}.prose-list{list-style:none;padding:0;margin:0 0 22px;display:grid;gap:8px}.prose-list li{position:relative;padding-left:22px;margin:0;font-size:17px;line-height:1.6;color:#272930}.prose-list li::before{content:"";position:absolute;left:2px;top:11px;width:6px;height:6px;border-radius:50%;background:#00a676}.action-links{list-style:none;padding:0;margin:16px 0 24px}.action-links li{padding:6px 0;margin:0}.action-links a{color:#0b0c0e;font-weight:500;text-decoration:none;border-bottom:1px solid #e4e4e1;transition:border-bottom-color 140ms cubic-bezier(.2,0,.2,1)}.action-links a:hover{border-bottom-color:#0b0c0e}.signup-card{max-width:560px;margin:32px auto 0;background:#fff;border:1px solid #e4e4e1;border-radius:16px;padding:32px;box-shadow:0 20px 40px -20px rgba(11,12,14,.1)}.signup-form{display:flex;flex-direction:column;gap:14px;text-align:left}.signup-form label{display:block;font-size:13px;font-weight:500;color:#5b5f68;margin-bottom:4px}.signup-form input[type=text],.signup-form input[type=email]{flex:1;width:100%;padding:14px 16px;font-size:15px;font-family:inherit;border:1px solid #e4e4e1;border-radius:9px;background:#f7f7f5;color:#0b0c0e;transition:border-color 140ms cubic-bezier(.2,0,.2,1),box-shadow 140ms cubic-bezier(.2,0,.2,1)}.signup-form input[type=text]:focus,.signup-form input[type=email]:focus{outline:none;border-color:#00a676;box-shadow:0 0 0 3px #e7f9f0}.signup-form button[type=submit]{background:#0b0c0e;color:#f7f7f5;font-size:15px;font-weight:600;padding:14px 20px;border-radius:10px;border:1px solid #0b0c0e;cursor:pointer;font-family:inherit;white-space:nowrap;width:100%;margin-top:4px;box-shadow:0 1px 2px rgba(11,12,14,.12),inset 0 1px rgba(255,255,255,8%);transition:background 140ms cubic-bezier(.2,0,.2,1),color 140ms cubic-bezier(.2,0,.2,1),border-color 140ms cubic-bezier(.2,0,.2,1),box-shadow 140ms cubic-bezier(.2,0,.2,1),transform 120ms cubic-bezier(.2,0,.2,1)}.signup-form button[type=submit]:hover:not(:disabled){background:#00c48c;color:#0b0c0e;border-color:#0b0c0e;box-shadow:0 4px 12px rgba(11,12,14,.18),inset 0 1px rgba(255,255,255,.5)}.signup-form button[type=submit]:active:not(:disabled){transform:translateY(1px)}.signup-form button[type=submit]:disabled{opacity:.4;cursor:not-allowed}.signup-row{display:flex;gap:8px}.signup-check{display:flex;align-items:center;gap:10px;font-size:13px;line-height:1.2;color:#272930;cursor:pointer}.signup-check input[type=checkbox]{width:16px;height:16px;margin:0;accent-color:#00a676;cursor:pointer;flex-shrink:0;align-self:center}.signup-check a{color:#0b0c0e;font-weight:500;text-decoration:none;border-bottom:1px solid #e4e4e1;transition:border-bottom-color 140ms cubic-bezier(.2,0,.2,1)}.signup-check a:hover{border-bottom-color:#0b0c0e}.signup-note{font-size:13px;color:#9096a0;margin-top:16px;text-align:center}[data-lc-message]{margin-top:12px;font-size:13px;text-align:center;line-height:1.4}[data-lc-message].lc-success{color:#00a676}[data-lc-message].lc-error{color:#8a2b1a}.article-kicker{font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#00a676;margin-bottom:16px}.article-byline{display:flex;align-items:center;gap:12px;padding:18px 0;margin-bottom:48px;border-top:1px solid #e4e4e1;border-bottom:1px solid #e4e4e1;font-size:13px;color:#5b5f68}.article-byline b{color:#0b0c0e;font-weight:600}.byline-avatar{width:32px;height:32px;border-radius:50%;background:#0b0c0e;color:#00c48c;display:grid;place-items:center;font-weight:700;font-size:12px}.source-cite{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:12px;font-style:italic;color:#5b5f68;text-align:right;margin-top:16px!important}.source-cite a{color:#5b5f68;border-bottom-color:#e4e4e1}.citations{list-style:none;padding:0;margin:28px 0;border-top:1px solid #e4e4e1}.citations .citation{display:grid;grid-template-columns:160px 1fr;gap:20px;padding:16px 0;border-bottom:1px solid #e4e4e1;align-items:start;margin:0}@media(max-width:640px){.citations .citation{grid-template-columns:1fr;gap:6px}}.citations .citation-tone{display:flex;align-items:center;gap:8px;padding-top:3px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5b5f68}.citations .citation-dot{display:inline-block;width:8px;height:8px;border-radius:50%}.citations .citation-dot.tone-step{background:#00a676}.citations .citation-dot.tone-lesser{background:#d97757}.citations .citation-dot.tone-neutral{background:#9096a0}.citations .citation-body{font-size:15px;line-height:1.6;color:#272930}.citations .citation-body b a{color:#0b0c0e;text-decoration:none;border-bottom:1px solid #e4e4e1}.citations .citation-body b a:hover{border-bottom-color:#0b0c0e}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}@media(max-width:900px){.steps-grid{grid-template-columns:1fr;gap:56px}.steps-grid .step-title{min-height:0}.steps-grid .step-sub{min-height:0}}.step{display:flex;flex-direction:column;align-items:center;text-align:center}.step .phone-mock{align-self:center;width:100%;text-align:left}.step .phone-mock-bezel{width:100%;max-width:320px}.step-title{font-family:inter,sans-serif;font-size:20px;font-weight:600;letter-spacing:-.02em;color:#0b0c0e;margin:0 0 10px;line-height:1.25;text-wrap:balance;min-height:50px}.step-num{display:inline-block;font-family:inter,sans-serif;font-size:20px;font-weight:600;color:#0b0c0e;margin-right:12px}.step-sub{font-size:14px;color:#5b5f68;line-height:1.55;margin:0 0 24px;max-width:32ch;min-height:88px}.steps-disclaimer{margin:40px auto 0;max-width:62ch;text-align:center;font-size:11px;color:#9096a0;line-height:1.55}.phone-mock{display:flex;justify-content:center;width:100%;padding:20px 0}.phone-mock-bezel{background:#0b0c0e;border-radius:44px;padding:10px;width:320px;max-width:100%;position:relative;box-shadow:0 1px 2px rgba(11,12,14,6%),0 40px 70px -30px rgba(11,12,14,.45),0 60px 120px -40px rgba(0,196,140,.18),inset 0 0 0 1px rgba(255,255,255,8%)}@media(max-width:400px){.phone-mock-bezel{width:280px;border-radius:38px;padding:9px}}.phone-mock-notch{position:absolute;top:14px;left:50%;transform:translateX(-50%);width:100px;height:22px;background:#0b0c0e;border-radius:14px;z-index:2}@media(max-width:400px){.phone-mock-notch{width:86px;height:19px;border-radius:12px;top:12px}}.phone-mock-home-indicator{position:absolute;bottom:6px;left:50%;transform:translateX(-50%);width:110px;height:4px;background:rgba(255,255,255,.25);border-radius:2px}.phone-mock-screen{background:#fff;border-radius:36px;overflow:hidden;display:flex;flex-direction:column;height:640px;position:relative}@media(max-width:400px){.phone-mock-screen{height:560px;border-radius:32px}}.pm-status{display:flex;justify-content:space-between;align-items:center;padding:14px 28px 6px;font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace;font-size:12px;font-weight:600;color:#0b0c0e;letter-spacing:-.01em}.pm-status-icons{display:flex;align-items:center;gap:5px;color:#0b0c0e}.pm-header{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:10px;padding:10px 18px 12px;border-bottom:1px solid #ececea}.pm-header-back{color:#5b5f68;display:flex}.pm-header-title{font-family:inter,sans-serif;font-size:17px;font-weight:600;letter-spacing:-.015em;color:#0b0c0e;text-align:center}.pm-header-year{font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace;font-size:10px;color:#9096a0;letter-spacing:.06em}.pm-summary{display:grid;grid-template-columns:1fr auto;align-items:end;padding:16px 18px 14px;gap:12px;border-bottom:1px solid #ececea}.pm-sum-lbl{font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace;font-size:9px;color:#9096a0;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px}.pm-sum-num{font-family:inter,sans-serif;font-size:28px;font-weight:600;letter-spacing:-.03em;color:#00a676;font-variant-numeric:tabular-nums;line-height:1}.pm-kpis{display:flex;gap:10px}.pm-kpis>div{text-align:right}.pm-kpis b{display:block;font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace;font-size:11px;font-weight:600;color:#0b0c0e}.pm-kpis span{font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace;font-size:8px;color:#9096a0;letter-spacing:.08em;text-transform:uppercase}.pm-scroll{flex:1;overflow:hidden;position:relative}.pm-scroll::after{content:"";position:absolute;bottom:0;left:0;right:0;height:28px;background:linear-gradient(to bottom,transparent,#ffffff);pointer-events:none}.pm-row{padding:10px 18px;border-bottom:1px solid #ececea}.pm-row:last-child{border-bottom:none}.pm-row-top{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:10px}.pm-row-date{font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace;font-variant-numeric:tabular-nums;font-size:10px;color:#9096a0}.pm-row-venue{font-size:12px;font-weight:500;color:#0b0c0e}.pm-row-net{font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace;font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}.pm-row-net.pos{color:#00a676}.pm-row-net.neg{color:#c43a3a}.pm-row-bot{padding-left:56px;font-size:10px;color:#5b5f68;margin-top:1px}.pm-export-wrap{padding:12px 16px 18px;border-top:1px solid #ececea;background:#f7f7f5}.pm-export{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:#0b0c0e;color:#f7f7f5;border:1px solid #0b0c0e;border-radius:12px;padding:12px 16px;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background 140ms cubic-bezier(.2,0,.2,1),color 140ms cubic-bezier(.2,0,.2,1)}.pm-export:hover{background:#00c48c;color:#0b0c0e}.phone-mock-sm{padding:8px 0}.phone-mock-sm .phone-mock-bezel{width:240px;border-radius:34px;padding:7px}.phone-mock-sm .phone-mock-notch{top:11px;width:72px;height:16px;border-radius:10px}.phone-mock-sm .phone-mock-screen{border-radius:28px;height:430px}.phone-mock-sm .phone-mock-home-indicator{width:82px;height:3px;bottom:5px}.phone-mock-sm .pm-status{padding:10px 20px 4px;font-size:10px}.phone-mock-sm .pm-status-icons svg{transform:scale(.85);transform-origin:left center}.pm-header-simple{grid-template-columns:20px 1fr 20px;padding:8px 14px 10px}.pm-header-simple .pm-header-title{font-size:14px}.pm-header-spacer{width:20px}.pm-map{position:relative;height:94px;overflow:hidden;border-bottom:1px solid #ececea}.pm-map-bg{position:absolute;inset:0;width:100%;height:100%}.pm-map-pin{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:36px;height:36px;display:flex;align-items:center;justify-content:center}.pm-map-pin-pulse{position:absolute;width:36px;height:36px;background:rgba(0,196,140,.25);border-radius:50%;animation:pm-pulse 2s ease-out infinite}.pm-map-pin-dot{position:relative;width:14px;height:14px;background:#00a676;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 6px rgba(11,12,14,.25)}@keyframes pm-pulse{0%{transform:scale(.7);opacity:.8}100%{transform:scale(2.2);opacity:0}}.pm-detected{padding:12px 14px 10px}.pm-detected-row{display:flex;align-items:center;gap:10px;background:#e7f9f0;border:1px solid rgba(0,196,140,.22);border-radius:12px;padding:10px 12px}.pm-detected-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#00a676;color:#fff;border-radius:8px;flex-shrink:0}.pm-detected-body{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}.pm-detected-lbl{font-size:9px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#00a676}.pm-detected-name{font-size:13px;font-weight:600;color:#0b0c0e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pm-detected-pill{font-size:10px;font-weight:600;background:#0b0c0e;color:#fff;padding:5px 9px;border-radius:999px;flex-shrink:0}.pm-sublist-hdr{font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9096a0;padding:8px 14px 4px}.pm-recents{display:flex;flex-direction:column;padding:0 6px 6px}.pm-recent{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px}.pm-recent-main{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}.pm-recent-name{font-size:12px;font-weight:500;color:#0b0c0e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pm-recent-meta{font-size:10px;color:#9096a0}.pm-recent-dist{font-size:10px;color:#5b5f68;font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace}.pm-voice{margin-top:auto;padding:10px 14px 14px;background:linear-gradient(180deg,rgba(247,247,245,0) 0%,#f7f7f5 40%);border-top:1px solid #ececea;display:flex;flex-direction:column;align-items:center;gap:8px}.pm-voice-line{font-size:10px;color:#9096a0;letter-spacing:.02em}.pm-voice-btn{display:flex;align-items:center;gap:8px;background:#0b0c0e;color:#fff;padding:10px 16px;border-radius:999px;border:none;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;box-shadow:0 4px 14px rgba(11,12,14,.25),inset 0 1px rgba(255,255,255,.1);position:relative}.pm-voice-wave{display:flex;align-items:center;gap:2px;height:14px}.pm-voice-wave>span{display:block;width:2px;background:#00c48c;border-radius:1px;animation:pm-wave 1.2s ease-in-out infinite}.pm-voice-wave>span:nth-child(1){height:6px;animation-delay:0s}.pm-voice-wave>span:nth-child(2){height:10px;animation-delay:.15s}.pm-voice-wave>span:nth-child(3){height:14px;animation-delay:.3s}.pm-voice-wave>span:nth-child(4){height:8px;animation-delay:.45s}.pm-voice-wave>span:nth-child(5){height:5px;animation-delay:.6s}@keyframes pm-wave{0%,100%{transform:scaleY(.5)}50%{transform:scaleY(1)}}.pm-chips{display:flex;gap:6px;padding:10px 14px 8px;overflow:hidden}.pm-chip{font-size:11px;font-weight:500;color:#5b5f68;background:#f1f2f0;padding:6px 11px;border-radius:999px;white-space:nowrap}.pm-chip.pm-chip-active{background:#0b0c0e;color:#fff;font-weight:600}.pm-games{display:flex;flex-direction:column;padding:4px 6px}.pm-game{display:flex;align-items:center;gap:10px;padding:10px;border-radius:8px}.pm-game.pm-game-selected{background:#e7f9f0}.pm-game-main{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}.pm-game-name{font-size:13px;font-weight:500;color:#0b0c0e}.pm-game-selected .pm-game-name{font-weight:600}.pm-game-sub{font-size:10px;color:#9096a0}.pm-game-check{color:#00a676;flex-shrink:0}.pm-net-hero{padding:16px 18px 14px;background:linear-gradient(180deg,#0b0c0e 0%,#141618 100%);color:#fff;display:flex;flex-direction:column;gap:2px;position:relative;overflow:hidden}.pm-net-hero::after{content:"";position:absolute;right:-40px;top:-40px;width:140px;height:140px;background:radial-gradient(closest-side,rgba(0,196,140,.28),transparent);pointer-events:none}.pm-net-hero-lbl{font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#00c48c;opacity:.85}.pm-net-hero-val{font-family:inter,sans-serif;font-size:30px;font-weight:700;color:#00c48c;line-height:1.1;letter-spacing:-.02em}.pm-net-hero-sub{display:flex;align-items:center;gap:6px;font-size:10px;color:rgba(255,255,255,.65);margin-top:4px}.pm-net-hero-dot{width:6px;height:6px;background:#00c48c;border-radius:50%;box-shadow:0 0 0 3px rgba(0,196,140,.2)}.pm-amt{display:flex;flex-direction:column;padding:6px 14px 10px}.pm-amt-row{display:flex;justify-content:space-between;align-items:center;padding:11px 2px;border-bottom:1px solid #ececea}.pm-amt-row:last-child{border-bottom:none}.pm-amt-lbl{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9096a0}.pm-amt-val{font-family:inter,sans-serif;font-size:18px;font-weight:600;color:#0b0c0e;display:inline-flex;align-items:center}.pm-amt-val.pos{color:#00a676}.pm-amt-active{color:#0b0c0e}.pm-amt-caret{display:inline-block;width:2px;height:18px;background:#00a676;margin-left:2px;animation:pm-caret 1s steps(2)infinite}@keyframes pm-caret{50%{opacity:0}}.pm-kb{margin-top:auto;background:#e3e5e9;padding:8px 6px 10px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.pm-kb-key{display:flex;align-items:center;justify-content:center;background:#fff;font-family:inter,sans-serif;font-size:16px;font-weight:500;color:#0b0c0e;padding:10px 0;border-radius:6px;box-shadow:0 1px rgba(11,12,14,.2)}.pm-kb-key.pm-kb-key-back{background:#c6c8ce;font-size:14px}.bills{list-style:none;padding:0;display:grid;gap:14px;margin:16px 0 0}.bill{background:#fff;border:1px solid #e4e4e1;border-radius:14px;padding:24px 26px;margin:0}.bill-head{display:grid;grid-template-columns:1fr auto;column-gap:16px;align-items:center}.bill-id{font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace;font-size:11px;color:#9096a0;letter-spacing:.08em;text-transform:uppercase;margin:0}.bill-title{grid-column:1/-1;font-family:inter,sans-serif;font-weight:600;font-size:22px;letter-spacing:-.02em;margin:6px 0 0;color:#0b0c0e}.bill-meta{display:flex;gap:4px 18px;flex-wrap:wrap;font-size:13px;color:#5b5f68;margin:10px 0 16px}.bill-meta b{color:#0b0c0e;font-weight:500}.bill-summary{font-size:15px;line-height:1.6;color:#272930;margin:0 0 18px}.bill-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid #ececea}.bill-link{font-size:13px;color:#00a676;text-decoration:none;padding:4px 10px;background:#e7f9f0;border-radius:6px;transition:background 140ms cubic-bezier(.2,0,.2,1),color 140ms cubic-bezier(.2,0,.2,1);border:none}.bill-link:hover{background:#00c48c;color:#0b0c0e;border:none}.comparison{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:36px 0}@media(max-width:640px){.comparison{grid-template-columns:1fr}}.comparison-col{background:#fff;border:1px solid #e4e4e1;border-radius:14px;padding:22px;box-shadow:0 1px 2px rgba(11,12,14,3%)}.comparison-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#9096a0;margin-bottom:16px}.comparison-row{display:grid;grid-template-columns:72px 1fr;gap:14px;padding:12px 0;border-top:1px solid #ececea;align-items:center}.comparison-row:first-of-type{border-top:none;padding-top:0}.comparison-stat{font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace;font-variant-numeric:tabular-nums;font-size:26px;font-weight:600;letter-spacing:-.02em;color:#0b0c0e}.comparison-label-row b{display:block;font-size:14px;font-weight:600;color:#0b0c0e}.comparison-label-row small{display:block;font-size:12px;color:#9096a0;margin-top:2px}.scenario{margin:32px 0;padding:24px;background:#fff;border:1px solid #e4e4e1;border-radius:14px}.scenario .scenario-title{font-family:inter,sans-serif;font-size:18px;font-weight:600;letter-spacing:-.015em;margin:0 0 16px;color:#0b0c0e}.scenario-cols{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr auto auto;gap:20px}@media(max-width:640px){.scenario-cols{grid-template-columns:1fr;grid-template-rows:none}}.scenario-col{background:#f7f7f5;border:1px solid #ececea;border-radius:10px;padding:16px 18px;display:grid;grid-template-rows:subgrid;grid-row:1/-1}@media(max-width:640px){.scenario-col{grid-row:auto;grid-template-rows:none;display:block}}.scenario-col .scenario-col-label{grid-row:1}.scenario-col .calc{grid-row:2;align-self:start}.scenario-col .calc-result{grid-row:3}.scenario-col .calc-note{grid-row:4}.scenario-col-label{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5b5f68;margin-bottom:10px}.calc{display:grid;grid-template-columns:1fr auto;column-gap:16px;row-gap:0;margin:0;padding:0}.calc dt{font-size:13px;color:#5b5f68;padding:6px 0;border-top:1px solid #ececea;margin:0}.calc dd{font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace;font-variant-numeric:tabular-nums;font-size:13px;font-weight:500;color:#272930;padding:6px 0;border-top:1px solid #ececea;margin:0;text-align:right}.calc dt:first-of-type,.calc dd:first-of-type{border-top:none;padding-top:0}.calc-result{display:flex;justify-content:space-between;align-items:baseline;margin-top:12px;padding-top:12px;border-top:2px solid #0b0c0e}.calc-result.calc-result-good{border-top-color:#00a676}.calc-result.calc-result-good .calc-result-val{color:#00a676}.calc-result-lbl{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5b5f68}.calc-result-val{font-family:inter,sans-serif;font-variant-numeric:tabular-nums;font-size:28px;font-weight:700;letter-spacing:-.02em;color:#0b0c0e;line-height:1}.calc-note{margin:12px 0 0;font-size:12px;line-height:1.5;color:#9096a0}.scenarios{width:100%;border-collapse:separate;border-spacing:0;margin:36px 0;background:#fff;border:1px solid #e4e4e1;border-radius:14px;overflow:hidden;font-size:14px}.scenarios th{background:#f7f7f5;text-align:left;font-weight:600;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#5b5f68;padding:12px 16px;border-bottom:1px solid #e4e4e1}.scenarios td{padding:14px 16px;border-bottom:1px solid #ececea;font-variant-numeric:tabular-nums;color:#272930}.scenarios tr:last-child td{border-bottom:none}.scenarios td:first-child{font-weight:500;color:#0b0c0e}.features-disclaimer{margin:40px auto 0;max-width:62ch;text-align:center;font-size:11px;color:#9096a0;line-height:1.55}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px}@media(max-width:640px){.features{grid-template-columns:1fr}}.feature{background:#fff;border:1px solid #e4e4e1;border-radius:14px;padding:24px;transition:border-color 140ms cubic-bezier(.2,0,.2,1),transform 140ms cubic-bezier(.2,0,.2,1),box-shadow 140ms cubic-bezier(.2,0,.2,1)}.feature:hover{border-color:#9096a0;transform:translateY(-2px);box-shadow:0 10px 30px -10px rgba(11,12,14,.1)}.feature h3{font-family:inter,sans-serif;font-weight:600;font-size:17px;letter-spacing:-.01em;margin:0 0 6px}.feature p{font-size:14px;line-height:1.55;color:#5b5f68;margin:0}.feature-icon{width:36px;height:36px;background:#e7f9f0;border:1px solid rgba(0,166,118,.18);border-radius:9px;display:grid;place-items:center;color:#00a676;margin-bottom:16px}.feature-icon svg{width:20px;height:20px}.nav{position:sticky;top:0;z-index:10;background:rgba(247,247,245,.82);backdrop-filter:saturate(180%)blur(14px);-webkit-backdrop-filter:saturate(180%)blur(14px);border-bottom:1px solid #e4e4e1}.nav-inner{max-width:1240px;margin:0 auto;padding:14px 28px;display:flex;align-items:center;justify-content:space-between;gap:32px}@media(max-width:900px) and (min-width:721px){.nav-inner{gap:16px}}@media(max-width:720px){.nav-inner{justify-content:flex-start;gap:12px}.nav-inner .nav-hamburger{order:-1}.nav-inner .nav-cta{margin-left:auto}}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#0b0c0e;font-family:inter,sans-serif;font-weight:600;font-size:15px;letter-spacing:-.015em;white-space:nowrap;border:none}.logo:hover{border:none}.logo svg,.logo img{display:block;flex-shrink:0}@media(max-width:480px){.logo{gap:0}.logo span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}.nav-links{display:flex;gap:4px;list-style:none;margin:0;padding:0}.nav-links li{margin:0}.nav-links a{color:#5b5f68;text-decoration:none;font-size:14px;font-weight:500;padding:7px 12px;border-radius:7px;border:none;white-space:nowrap;transition:background 140ms cubic-bezier(.2,0,.2,1),color 140ms cubic-bezier(.2,0,.2,1)}.nav-links a:hover{background:#ececea;color:#0b0c0e;border:none}.nav-links a.active{color:#f7f7f5;background:#0b0c0e;font-weight:600}.nav-links a.active:hover{background:#0b0c0e;color:#f7f7f5}@media(max-width:720px){.nav-links{display:none}}.nav-cta.is-hidden{visibility:hidden}.nav-cta{background:#0b0c0e;color:#f7f7f5;white-space:nowrap;padding:8px 16px;border-radius:8px;border:1px solid #0b0c0e;font-weight:500;font-size:13px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:6px;font-family:inherit;transition:transform 120ms cubic-bezier(.2,0,.2,1),background 140ms cubic-bezier(.2,0,.2,1),color 140ms cubic-bezier(.2,0,.2,1),box-shadow 140ms cubic-bezier(.2,0,.2,1)}.nav-cta:hover{background:#00c48c;color:#0b0c0e;border-bottom-color:#0b0c0e;transform:translateY(-1px);box-shadow:0 6px 14px -4px rgba(0,166,118,.42)}.nav-cta:active{transform:translateY(0);box-shadow:0 2px 6px -2px rgba(0,166,118,.4)}@media(max-width:720px){.nav-cta{padding:7px 12px}}.nav-toggle{display:none}.nav-hamburger{display:none}@media(max-width:720px){.nav-hamburger{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:32px;height:32px;align-items:center;cursor:pointer}.nav-hamburger span{display:block;width:18px;height:2px;background:#0b0c0e;border-radius:1px}}@media(max-width:720px){.nav-toggle:checked~.nav-links{display:flex;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:8px 0;background:#f7f7f5;border-bottom:1px solid #e4e4e1;box-shadow:0 2px 4px rgba(11,12,14,8%)}.nav-toggle:checked~.nav-links li{width:100%}.nav-toggle:checked~.nav-links li a{display:block;width:100%;padding:14px 24px 14px 21px;border-radius:0;background:0 0;color:#272930;font-size:15px;border-left:3px solid transparent}.nav-toggle:checked~.nav-links li a:hover{background:#ececea;color:#0b0c0e}.nav-toggle:checked~.nav-links li a.active,.nav-toggle:checked~.nav-links li a.active:hover{background:#ececea;color:#0b0c0e;font-weight:600;border-left-color:#0b0c0e}}.foot{border-top:1px solid #e4e4e1;margin-top:32px;padding:56px 28px;font-size:13px;color:#5b5f68;background:#fff}.foot-grid{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px}@media(max-width:640px){.foot-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:28px 64px}.foot-grid .foot-brand{flex-basis:100%;text-align:center}}.foot-grid h5{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9096a0;margin:0 0 12px}.foot-grid a{color:#272930;text-decoration:none;display:block;padding:3px 0;border:none}.foot-grid a:hover{color:#00a676;border:none}.foot-brand .foot-wordmark{display:flex;align-items:center;gap:10px;margin-bottom:12px}.foot-brand .foot-wordmark b{font-size:15px;letter-spacing:-.015em;color:#0b0c0e}.foot-brand p{font-size:13px;line-height:1.6;color:#5b5f68;margin:0;max-width:40ch}@media(max-width:640px){.foot-brand .foot-wordmark{justify-content:center}.foot-brand p{margin-left:auto;margin-right:auto}}.foot-disclaimer{max-width:1240px;margin:32px auto 0;padding-top:24px;border-top:1px solid #e4e4e1;font-size:12px;line-height:1.7;color:#9096a0}.foot-disclaimer p{margin:0 0 10px;max-width:90ch}.foot-disclaimer p:last-child{margin:0}.foot-copyright{color:#5b5f68}main{display:block}.hero{padding:88px 28px 64px;max-width:1240px;margin:0 auto;text-align:center}@media(max-width:640px){.hero{padding:64px 20px 40px}}.hero-title{font-family:inter,sans-serif;font-weight:600;font-size:clamp(40px,6vw,76px);line-height:1.02;letter-spacing:-.035em;margin:0 auto 24px;max-width:16ch;color:#0b0c0e;text-wrap:balance}.hero-title em{font-style:normal;background:linear-gradient(100deg,#00a676 0%,#00c48c 60%,#e8a93a 110%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-sub{font-size:19px;line-height:1.5;color:#5b5f68;max-width:52ch;margin:0 auto 36px;text-wrap:balance}.hero-eyebrow{margin-bottom:28px}.hero-ctas{display:inline-flex;gap:10px;flex-wrap:wrap;justify-content:center}.hero-split{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;text-align:left;align-items:center;padding-top:72px;padding-bottom:72px}.hero-split .hero-title{margin-left:0}.hero-split .hero-sub{margin-left:0;margin-right:0}.hero-split .hero-ctas{justify-content:flex-start}@media(max-width:900px){.hero-split{grid-template-columns:1fr;gap:32px;text-align:center}.hero-split .hero-title{margin-left:auto;margin-right:auto}.hero-split .hero-sub{margin-left:auto;margin-right:auto}.hero-split .hero-ctas{justify-content:center}}.hero-image-wrap{position:relative}.hero-image-wrap picture{display:block;width:100%}.hero-image{display:block;width:100%;height:clamp(260px,36vw,440px);object-fit:cover;border-radius:14px;border:1px solid #e4e4e1;box-shadow:0 1px 2px rgba(11,12,14,4%),0 24px 60px -30px rgba(11,12,14,.25)}.hero-image-caption{margin-top:10px;font-size:11px;color:#9096a0;letter-spacing:.04em;text-transform:uppercase;font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace}.tracker-mock-wrap .hero-image-caption{text-align:center}.hero-why{margin-top:36px;padding-top:24px;border-top:1px solid #ececea;max-width:48ch}@media(max-width:900px){.hero-why{max-width:60ch;margin-left:auto;margin-right:auto}}.hero-why-eyebrow{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#00a676;margin-bottom:10px}.hero-why-body{font-size:14px;line-height:1.65;color:#5b5f68;margin:0}.todo{background:#fff3b0!important;color:#7a5a00!important;font-weight:700!important;padding:2px 6px;border-radius:4px;letter-spacing:.02em}.section{max-width:1240px;margin:0 auto;padding:96px 28px}@media(max-width:640px){.section{padding:72px 20px}}.section-title{font-family:inter,sans-serif;font-weight:600;font-size:clamp(30px,3.8vw,46px);letter-spacing:-.025em;line-height:1.1;margin:0 0 18px;max-width:20ch;color:#0b0c0e;text-wrap:balance}.section-sub{font-size:18px;line-height:1.55;color:#5b5f68;max-width:56ch;margin:0 0 48px}.signup-section{max-width:1240px;margin:0 auto;padding:96px 28px;text-align:center}@media(max-width:640px){.signup-section{padding:72px 20px}}.signup-section .section-title{margin-left:auto;margin-right:auto}.signup-section .section-sub{margin-left:auto;margin-right:auto}.article{max-width:840px;margin:0 auto;padding:80px 28px}@media(max-width:640px){.article{padding:56px 20px}}.article-wide{max-width:960px}.article-title{font-family:inter,sans-serif;font-weight:600;font-size:clamp(36px,5.2vw,60px);line-height:1.05;letter-spacing:-.032em;margin:0 0 22px;text-wrap:balance;color:#0b0c0e}.article-sub{font-size:20px;line-height:1.5;color:#5b5f68;margin:0 0 28px}.article-hero{margin:0 0 48px}@media(min-width:1001px){.article-hero{margin:0 -28px 48px}}@media(max-width:640px){.article-hero{margin:0 0 32px}}.article-hero picture{display:block;width:100%}.article-hero img{display:block;width:100%;height:clamp(280px,42vw,460px);object-fit:cover;border-radius:16px;border:1px solid #e4e4e1}.article-hero figcaption{margin-top:12px;padding:0 28px;font-size:13px;color:#5b5f68;line-height:1.5}.article-hero figcaption .muted{display:inline-block;margin-left:6px;color:#9096a0;font-family:jetbrains mono,sf mono,Menlo,Consolas,monospace;font-size:11px;letter-spacing:.04em;text-transform:uppercase}.prose p{font-size:17px;line-height:1.7;margin:0 0 22px;color:#272930}.prose a{color:#0b0c0e;font-weight:500;text-decoration:none;border-bottom:1px solid #e4e4e1;transition:border-bottom-color 120ms}.prose a:hover{border-bottom-color:#0b0c0e}.prose h2{font-family:inter,sans-serif;font-weight:600;font-size:28px;letter-spacing:-.02em;margin:48px 0 16px;color:#0b0c0e;text-wrap:balance}.prose h3{font-family:inter,sans-serif;font-weight:600;font-size:20px;letter-spacing:-.01em;margin:32px 0 12px;color:#0b0c0e}.prose>ul:not(.prose-list):not(.action-links):not(.citations):not(.bills){list-style:none;padding:0;margin:0 0 22px;display:grid;gap:8px}.prose>ul:not(.prose-list):not(.action-links):not(.citations):not(.bills) li{position:relative;padding-left:22px;font-size:17px;line-height:1.6;color:#272930;margin:0}.prose>ul:not(.prose-list):not(.action-links):not(.citations):not(.bills) li::before{content:"";position:absolute;left:2px;top:11px;width:6px;height:6px;border-radius:50%;background:#00a676}.table-wrap{overflow-x:auto;margin:36px 0}.table-wrap table{margin:0}.cta-inline{margin:44px 0;padding:28px 32px;background:#0b0c0e;color:#f7f7f5;border-radius:16px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;background-image:radial-gradient(circle at 85% 20%,rgba(0,196,140,.18),transparent 40%),linear-gradient(180deg,#272930,#0b0c0e)}@media(max-width:640px){.cta-inline{grid-template-columns:1fr;gap:18px;padding:24px;justify-items:start}}.cta-inline h3{font-family:inter,sans-serif;font-weight:600;font-size:22px;letter-spacing:-.02em;line-height:1.2;margin:0 0 6px;color:#f7f7f5}.cta-inline p{margin:0;font-size:14px;color:rgba(255,255,255,.82);max-width:44ch}.cta-inline .btn-primary,.cta-inline .button{background:#00c48c;color:#0b0c0e;border-color:#00c48c}.cta-inline .btn-primary:hover,.cta-inline .button:hover{background:#00a676;color:#f7f7f5;border-color:#00a676}