:root{--bg:#FAF6EF;--navy:#1E3348;--body:#3C4C5F;--secondary:#57677B;--muted:#9AA5B1;--green:#2F6E52;--green-tint:#F3F8F4;--amber:#B07C2A;--amber-tint:#FBF4E7;--red:#B4433A;--red-tint:#FBEDEA;--gold:#F6C443;--border:#D8CFC0;--input-border:#E4DCCE;--shadow-card:0 4px 20px rgba(30,51,72,0.07);--shadow-hero:0 12px 40px rgba(30,51,72,0.12);--shadow-modal:0 24px 64px rgba(30,51,72,0.3);--row-divider:#EFE9DD;--compare-highlight-bg:#FDFBF6;--tier-great:#5C9478;--tier-moderate:#D9A94B;--tier-poor:#C4766E}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--body);line-height:1.6;-webkit-font-smoothing:antialiased}.app,body{min-height:100vh}.app{display:flex;flex-direction:column}.app-header{background:var(--bg);padding:18px 0}.header-inner{justify-content:space-between;max-width:1100px;margin:0 auto;width:100%;padding:0 52px}.header-inner,.logo-group{display:flex;align-items:center}.logo-group{gap:10px;text-decoration:none;color:inherit}.logo-mark{width:30px;height:30px;background:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-mark-s{font-family:Lora,serif;font-size:15px;font-weight:700;color:var(--gold);line-height:1}.logo-wordmark{font-family:Lora,serif;font-size:19px;font-weight:600;color:var(--navy);letter-spacing:-.2px}.header-right,.header-user{display:flex;align-items:center;gap:10px}.header-user{flex-wrap:wrap;justify-content:flex-end}.user-email{color:var(--secondary);max-width:200px;overflow:hidden;text-overflow:ellipsis}.header-pill-btn,.user-email{font-size:.875rem;white-space:nowrap}.header-pill-btn{background:transparent;border:1.5px solid var(--border);color:var(--navy);padding:8px 18px;border-radius:22px;cursor:pointer;font-family:inherit;font-weight:500;transition:background .15s}.header-pill-btn:hover{background:rgba(30,51,72,.05)}.app-main{flex:1 1;max-width:1100px;width:100%;margin:0 auto;padding:52px 52px 72px}.app-footer{border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:16px 52px;font-size:.8125rem;color:var(--muted)}.footer-feedback{color:var(--muted);text-decoration:none}.footer-feedback:hover{color:var(--secondary);text-decoration:underline}.hero{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:56px;gap:56px;align-items:start}.hero-copy{display:flex;flex-direction:column;gap:22px;padding-top:16px}.hero-h1{font-family:Lora,serif;font-size:46px;font-weight:600;letter-spacing:-.5px;line-height:1.18;color:var(--navy)}.hero-sub{font-size:1.0625rem;line-height:1.65;color:var(--secondary);max-width:460px}.hero-checks{display:flex;flex-direction:column;gap:12px;margin-top:4px}.hero-check{display:flex;align-items:flex-start;gap:12px;font-size:.9375rem;color:var(--body);line-height:1.5}.check-circle{width:22px;height:22px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.form-card{background:white;border-radius:20px;padding:32px 36px;box-shadow:var(--shadow-hero)}.form-card-title{font-family:Lora,serif;font-size:19px;font-weight:600;color:var(--navy);margin-bottom:24px}.upload-form{gap:18px}.field,.upload-form{display:flex;flex-direction:column}.field{gap:6px}.field-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--secondary)}.drop-zone{border:1.5px dashed var(--border);border-radius:12px;padding:20px 24px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;background:var(--bg)}.drag-active,.drop-zone:hover{border-color:var(--navy);background:rgba(30,51,72,.03)}.drop-zone.has-file{border-color:var(--green);background:var(--green-tint);border-style:solid}.hidden-input{display:none}.drop-prompt{gap:8px;color:var(--secondary);font-size:.875rem}.drop-prompt,.file-selected{display:flex;align-items:center;justify-content:center}.file-selected{gap:12px;flex-wrap:wrap}.file-icon{display:inline-flex;color:var(--green)}.file-name{font-weight:500;color:var(--body);font-size:.875rem;word-break:break-all}.remove-file{background:none;border:1px solid var(--red);color:var(--red);padding:3px 10px;border-radius:4px;cursor:pointer;font-size:.75rem;font-family:inherit}.remove-file:hover{background:var(--red-tint)}.job-input{border:1.5px solid var(--input-border);border-radius:12px;padding:14px 16px;font-size:.9rem;font-family:inherit;resize:vertical;transition:border-color .2s;line-height:1.5;color:var(--body);background:white}.job-input::placeholder{color:var(--muted)}.job-input:focus{outline:none;border-color:var(--navy)}.submit-btn{background:var(--navy);color:white;border:none;border-radius:24px;padding:15px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s;width:100%}.submit-btn:hover{background:#162840}.submit-microcopy{text-align:center;font-size:.8125rem;color:var(--muted)}.alert-card{border-radius:14px;padding:16px 18px;display:flex;align-items:flex-start;gap:12px;background:white}.alert-card.amber{border:1.5px solid #e8c87a}.alert-card.red{border:1.5px solid #e0a09a}.alert-icon-circle{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;font-size:.75rem;font-weight:700;font-style:normal;line-height:1}.alert-card.amber .alert-icon-circle{background:var(--amber-tint);color:var(--amber)}.alert-card.red .alert-icon-circle{background:var(--red-tint);color:var(--red)}.alert-body-wrap{display:flex;flex-direction:column;gap:3px}.alert-title{font-size:.9rem;font-weight:600;line-height:1.4}.alert-card.amber .alert-title{color:var(--amber)}.alert-card.red .alert-title{color:var(--red)}.alert-body{font-size:.875rem;line-height:1.6;color:var(--secondary)}.alert-link{display:inline-block;align-self:flex-start;margin-top:4px;color:var(--body);font-weight:600;text-decoration:underline;text-align:left;font-size:.875rem;background:none;border:none;cursor:pointer;font-family:inherit;padding:0}.alert-fix-steps{margin:10px 0 0;padding-left:18px;display:flex;flex-direction:column;gap:6px;font-size:.875rem;line-height:1.6;color:var(--secondary)}.how-it-works{background:var(--navy);border-radius:16px;padding:44px 52px;margin-top:56px}.how-it-works-heading{font-family:Lora,serif;font-size:1.375rem;font-weight:600;color:#EDE6D8;margin-bottom:28px}.how-it-works-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.how-step-num{font-family:Lora,serif;font-size:1.0625rem;font-weight:600;color:var(--gold);margin-bottom:8px}.how-step-body{font-size:.875rem;line-height:1.65;color:#B8C2CE}.loading-state{text-align:center;padding:60px 20px;display:flex;flex-direction:column;align-items:center}.loading-spinner-wrap{position:relative;width:120px;height:120px;margin-bottom:24px}.loading-ring{display:block;animation:ring-spin 1.4s linear infinite;transform-origin:60px 60px}@keyframes ring-spin{to{transform:rotate(1turn)}}.loading-s{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.625rem;line-height:1;pointer-events:none}.loading-heading,.loading-s{font-family:Lora,serif;font-weight:600;color:var(--navy)}.loading-heading{font-size:1.5rem;margin-bottom:10px}.loading-sub{font-size:.9375rem;color:var(--secondary);line-height:1.65;max-width:380px;margin-bottom:24px}.loading-steps{list-style:none;display:flex;flex-direction:column;gap:12px;text-align:left}.loading-step{gap:12px;font-size:.9375rem}.loading-step,.step-circle{display:flex;align-items:center}.step-circle{width:20px;height:20px;border-radius:50%;justify-content:center;flex-shrink:0}.loading-step.done .step-circle{background:var(--green)}.loading-step.active .step-circle,.loading-step.pending .step-circle{border:2px solid var(--border)}.loading-step.active .step-circle{animation:step-pulse 1.2s ease-in-out infinite}@keyframes step-pulse{0%,to{opacity:.35}50%{opacity:1}}.step-label{line-height:1.4;white-space:nowrap}.loading-step.done .step-label{color:var(--body);font-weight:500}.loading-step.active .step-label,.loading-step.pending .step-label{color:var(--muted)}.results{display:flex;flex-direction:column;gap:18px}.results-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.results-title{font-family:Lora,serif;font-size:1.25rem;font-weight:600;color:var(--navy)}.reset-btn{background:transparent;border:1.5px solid var(--border);color:var(--navy);padding:9px 18px;border-radius:22px;cursor:pointer;font-size:.875rem;font-family:inherit;font-weight:500;transition:background .15s;white-space:nowrap;flex-shrink:0}.reset-btn:hover{background:rgba(30,51,72,.05)}.score-card{background:white;border-radius:20px;padding:32px 36px;box-shadow:var(--shadow-card);display:flex;align-items:center;gap:40px}.gauge-wrap{position:relative;width:150px;height:150px;flex-shrink:0}.gauge-svg{display:block}.gauge-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Lora,serif;font-size:.9375rem;font-weight:600;text-align:center;line-height:1.25;width:104px;pointer-events:none}.score-right{flex:1 1;min-width:0}.assessment-eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:10px}.combined-summary{color:var(--body);line-height:1.65;font-size:.9375rem;max-width:580px}.sections-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;align-items:start}.result-section{background:white;border-radius:16px;padding:26px 28px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:16px;min-width:0}.section-header{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.section-title{font-family:Lora,serif;font-size:1.125rem;font-weight:600;color:var(--navy)}.likelihood-pill{font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:20px;white-space:nowrap}.likelihood-pill.high{background:var(--green-tint);color:var(--green)}.likelihood-pill.moderate{background:var(--amber-tint);color:var(--amber)}.likelihood-pill.low{background:var(--red-tint);color:var(--red)}.point-list,.points-block{display:flex;flex-direction:column;gap:8px}.point-list{list-style:none}.point-item{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:12px}.point-marker{flex-shrink:0;font-size:.9rem;font-weight:700;line-height:1.55}.point-item-body{display:flex;flex-direction:column;gap:2px;font-size:.875rem;line-height:1.55}.point-item-body strong{font-size:.84375rem;font-weight:600;color:var(--body)}.point-item-body span{color:var(--secondary)}.strength{background:var(--green-tint)}.strength .point-marker{color:var(--green)}.improvement{background:var(--amber-tint)}.improvement .point-marker{color:var(--amber)}.search-sources{border-top:1px solid var(--input-border);padding-top:12px;margin-top:4px}.search-sources-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);margin-bottom:6px}.search-sources-list{list-style:none;display:flex;flex-direction:column;gap:4px}.search-source-link{font-size:.8125rem;color:var(--secondary);text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-source-link:hover{color:var(--navy);text-decoration:underline}.motivation-banner{background:white;border-radius:16px;padding:20px 24px;display:flex;align-items:flex-start;gap:14px;box-shadow:var(--shadow-card)}.motivation-icon{flex-shrink:0;color:var(--gold);display:inline-flex;margin-top:2px}.motivation-banner p{font-size:.9375rem;line-height:1.65;color:var(--body);margin:0}.resume-quality-banner{background:white;border-radius:16px;padding:20px 24px;display:flex;align-items:flex-start;gap:14px;box-shadow:var(--shadow-card)}.resume-quality-icon{display:inline-flex;flex-shrink:0;color:var(--secondary);margin-top:2px}.resume-quality-title{font-size:.875rem;font-weight:700;color:var(--body);margin-bottom:4px}.resume-quality-text{color:var(--secondary);font-size:.875rem;line-height:1.6}.auth-overlay{position:fixed;inset:0;background:rgba(30,51,72,.45);display:flex;align-items:center;justify-content:center;z-index:100}.auth-card{background:white;border-radius:22px;padding:38px 40px;width:100%;max-width:400px;box-shadow:var(--shadow-modal);position:relative}.auth-logo-mark{width:40px;height:40px;background:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.auth-logo-mark span{font-family:Lora,serif;font-size:19px;font-weight:700;color:var(--gold);line-height:1}.auth-card h2{font-family:Lora,serif;font-size:1.4375rem;font-weight:600;color:var(--navy);margin-bottom:6px}.auth-card>p{color:var(--secondary);font-size:.9rem;margin-bottom:26px;line-height:1.5}.auth-close{position:absolute;top:16px;right:18px;background:none;border:none;color:var(--muted);font-size:1.5rem;cursor:pointer;line-height:1}.auth-close:hover{color:var(--secondary)}.auth-form{gap:14px}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:5px}.auth-label{font-size:.78125rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--secondary)}.auth-input{border:1.5px solid var(--input-border);border-radius:12px;padding:12px 14px;font-size:.9375rem;font-family:inherit;transition:border-color .2s;width:100%;color:var(--body)}.auth-input:focus{outline:none;border-color:var(--navy)}.auth-input::placeholder{color:var(--muted)}.auth-textarea{resize:vertical;min-height:100px;font-family:inherit}.auth-submit{background:var(--navy);color:white;border:none;border-radius:24px;padding:13px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s;margin-top:2px}.auth-submit:hover{background:#162840}.auth-submit:disabled{background:#8096AA;cursor:not-allowed}.auth-google-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;background:white;color:var(--body);border:1.5px solid var(--input-border);border-radius:24px;padding:12px;font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s}.auth-google-btn:hover{background:#F7F5F0;border-color:var(--navy)}.auth-google-btn:disabled{opacity:.6;cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:12px;margin:18px 0;color:var(--muted);font-size:.8125rem}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--input-border)}.auth-toggle{text-align:center;font-size:.875rem;color:var(--secondary)}.auth-toggle button{background:none;border:none;color:var(--navy);cursor:pointer;font-size:.875rem;font-weight:600;text-decoration:underline;font-family:inherit}.auth-error{background:var(--red-tint);border:1.5px solid #e0a09a;color:var(--red);border-radius:10px}.auth-error,.auth-success{padding:10px 14px;font-size:.875rem;line-height:1.5}.auth-success{background:var(--amber-tint);border:1.5px solid #e8c87a;color:var(--amber);border-radius:10px}.delete-account-link{background:none;border:none;color:var(--muted);font-size:.8125rem;font-family:inherit;cursor:pointer;padding:0;text-decoration:underline;white-space:nowrap;transition:color .15s}.delete-account-link:hover{color:var(--red)}.confirm-card{max-width:380px}.confirm-actions{display:flex;gap:10px;margin-top:6px}.confirm-cancel{flex:1 1;background:none;border:1.5px solid var(--border);color:var(--secondary);padding:12px;border-radius:24px;font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s}.confirm-cancel:hover{background:rgba(30,51,72,.04)}.confirm-cancel:disabled{opacity:.5;cursor:not-allowed}.confirm-delete{flex:1 1;background:var(--red);color:white;border:none;padding:12px;border-radius:24px;font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s}.confirm-delete:hover{background:#9e3930}.confirm-delete:disabled{background:#C47A74;cursor:not-allowed}.sessions-page{display:flex;flex-direction:column;gap:24px}.sessions-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.sessions-title-group{display:flex;flex-direction:column;gap:4px}.sessions-title{font-family:Lora,serif;font-size:1.625rem;font-weight:600;color:var(--navy)}.sessions-subtitle{font-size:.9375rem;color:var(--secondary)}.sessions-new-btn{background:var(--navy);color:white;border:none;border-radius:22px;padding:11px 22px;font-size:.9375rem;font-family:inherit;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap;flex-shrink:0;align-self:flex-start}.sessions-new-btn:hover{background:#162840}.sessions-list{display:flex;flex-direction:column;gap:10px}.session-item{background:white;border-radius:16px;padding:20px 26px;cursor:pointer;transition:box-shadow .2s;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:var(--shadow-card)}.session-item:hover{box-shadow:0 8px 28px rgba(30,51,72,.12)}.session-item-left{flex:1 1;min-width:0}.session-job-title{font-weight:600;font-size:.9375rem;color:var(--body);margin-bottom:4px}.session-job-title,.session-meta{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-meta{font-size:.8125rem;color:var(--muted)}.session-item-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.session-fit-pill{font-size:.75rem;font-weight:700;padding:5px 12px;border-radius:20px;white-space:nowrap}.session-fit-pill.green{background:var(--green-tint);color:var(--green)}.session-fit-pill.amber{background:var(--amber-tint);color:var(--amber)}.session-fit-pill.red{background:var(--red-tint);color:var(--red)}.session-chevron{color:var(--muted);font-size:1rem;line-height:1}.sessions-empty-card{background:white;border-radius:16px;padding:52px 32px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.empty-icon-circle{width:56px;height:56px;background:var(--green-tint);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--green);margin-bottom:4px}.sessions-empty-title{font-family:Lora,serif;font-size:1.1875rem;font-weight:600;color:var(--navy)}.sessions-empty-body{font-size:.9375rem;color:var(--secondary);max-width:320px;line-height:1.6}.sessions-start-btn{background:var(--navy);color:white;border:none;border-radius:22px;padding:12px 24px;font-size:.9375rem;font-family:inherit;font-weight:600;cursor:pointer;transition:background .15s;margin-top:6px}.sessions-start-btn:hover{background:#162840}.trust-badges{justify-content:center;gap:40px;flex-wrap:wrap;padding:28px 0 8px}.trust-badge,.trust-badges{display:flex;align-items:center}.trust-badge{gap:9px}.trust-badge-label{font-size:13px;font-weight:600;color:var(--secondary)}.pricing-trust{padding:40px 0 8px}.pricing-teaser{padding-top:56px;display:flex;flex-direction:column;gap:26px}.pricing-teaser-header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;flex-wrap:wrap}.pricing-teaser-title{font-family:Lora,serif;font-size:26px;font-weight:600;color:var(--navy)}.pricing-teaser-btn{background:var(--navy);color:white;border:none;padding:11px 22px;border-radius:24px;font-size:13.5px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .15s;text-decoration:none;display:inline-block}.pricing-teaser-btn:hover{background:#162840}.pricing-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.pricing-mini-card{background:white;border-radius:16px;box-shadow:0 4px 20px rgba(30,51,72,.07);padding:24px 26px;display:flex;flex-direction:column;gap:8px}.pricing-mini-card.featured{box-shadow:0 8px 28px rgba(30,51,72,.12);border:1.5px solid var(--navy)}.pricing-mini-eyebrow{font-size:12px;font-weight:700;color:var(--secondary);letter-spacing:.5px;text-transform:uppercase}.pricing-mini-eyebrow.navy{color:var(--navy)}.pricing-mini-price{display:flex;align-items:baseline;gap:4px}.pricing-mini-amount{font-family:Lora,serif;font-size:30px;font-weight:700;color:var(--navy)}.pricing-mini-per{font-size:13px;color:var(--muted)}.pricing-mini-desc{font-size:13.5px;color:var(--secondary);line-height:1.5}.pricing-page,.pricing-page-hero{display:flex;flex-direction:column}.pricing-page-hero{padding-bottom:44px;text-align:center;align-items:center;gap:12px}.pricing-page-h1{font-family:Lora,serif;font-size:38px;font-weight:600;letter-spacing:-.3px;color:var(--navy)}.pricing-page-sub{font-size:16px;line-height:1.6;color:var(--secondary);max-width:520px}.pricing-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;align-items:stretch}.pricing-card{background:white;border-radius:20px;box-shadow:0 4px 20px rgba(30,51,72,.07);padding:32px 30px;display:flex;flex-direction:column;gap:20px}.pricing-card.featured{box-shadow:0 14px 40px rgba(30,51,72,.16);border:1.5px solid var(--navy);position:relative}.pricing-badge{position:absolute;top:-13px;left:30px;background:var(--gold);color:var(--navy);font-size:11.5px;font-weight:700;padding:5px 14px;border-radius:20px;letter-spacing:.3px;white-space:nowrap}.pricing-card-eyebrow{font-size:13px;font-weight:700;color:var(--secondary);letter-spacing:.5px;text-transform:uppercase;margin-bottom:10px}.pricing-card-eyebrow.navy{color:var(--navy)}.pricing-card-price{display:flex;align-items:baseline;gap:5px}.pricing-card-amount{font-family:Lora,serif;font-size:38px;font-weight:700;color:var(--navy)}.pricing-card-per{font-size:14px;color:var(--muted)}.pricing-card-tagline{font-size:13.5px;color:var(--secondary);line-height:1.5;margin:8px 0 0}.pricing-features{display:flex;flex-direction:column;gap:11px}.pricing-feature{display:flex;gap:10px;align-items:flex-start}.pricing-feature-check{width:18px;height:18px;border-radius:50%;background:var(--green);color:white;display:inline-flex;align-items:center;justify-content:center;font-size:9.5px;font-weight:700;flex-shrink:0;margin-top:1px;line-height:1}.pricing-feature-label{font-size:13.5px;line-height:1.5;color:var(--body)}.pricing-feature-note{font-size:.7em;font-weight:700;color:var(--muted);margin-left:1px}.pricing-footnotes{display:flex;flex-direction:column;gap:10px;max-width:640px;margin:0 auto;padding-top:24px}.pricing-footnote{font-size:.8125rem;line-height:1.6;color:var(--secondary);text-align:center}.pricing-footnote sup{font-weight:700;color:var(--muted);margin-right:2px}.pricing-cta{margin-top:auto;padding:13px;border-radius:24px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s;width:100%}.pricing-cta.solid{background:var(--navy);color:white;border:none}.pricing-cta.solid:hover{background:#162840}.pricing-cta.outline{background:none;border:1.5px solid var(--navy);color:var(--navy)}.pricing-cta.outline:hover{background:rgba(30,51,72,.04)}.site-footer{background:var(--navy);color:#B8C2CE;padding:48px 0 26px;margin-top:auto}.site-footer-inner{max-width:1100px;margin:0 auto;padding:0 52px;display:flex;flex-direction:column;gap:30px}.site-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:40px;gap:40px}.site-footer-brand{display:flex;flex-direction:column;gap:12px}.footer-logo-row{display:flex;align-items:center;gap:10px}.footer-logo-mark{width:26px;height:26px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer-logo-s{font-family:Lora,serif;font-size:14px;font-weight:700;color:var(--navy);line-height:1}.footer-wordmark-text{font-family:Lora,serif;font-size:16.5px;font-weight:600;color:white}.footer-tagline{font-size:13px;line-height:1.6;color:#8FA0B3;max-width:220px}.site-footer-col{display:flex;flex-direction:column;gap:11px}.footer-col-heading{font-size:11.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#7C8CA0;margin-bottom:2px}.footer-link{font-size:13.5px;color:#B8C2CE;text-decoration:none;transition:color .15s}.footer-link:hover{color:white}.site-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:18px;font-size:12.5px;color:#7C8CA0}.analytics-page,.compare-page{display:flex;flex-direction:column;gap:24px}.compare-title-line{display:flex;align-items:center;gap:10px}.pro-chip{background:var(--gold);color:var(--navy);font-size:11px;letter-spacing:.8px;padding:4px 10px;border-radius:14px}.example-data-chip,.pro-chip{font-weight:700;text-transform:uppercase}.example-data-chip{background:var(--row-divider);font-size:11.5px;letter-spacing:.5px;padding:6px 14px;border-radius:16px}.compare-change-btn,.example-data-chip{color:var(--secondary);white-space:nowrap}.compare-change-btn{background:transparent;border:1.5px solid var(--border);padding:8px 18px;border-radius:22px;cursor:pointer;font-size:.875rem;font-family:inherit;font-weight:500;transition:background .15s}.compare-change-btn:hover{background:rgba(30,51,72,.05)}.compare-table{background:white;border-radius:20px;box-shadow:var(--shadow-card);overflow:hidden}.compare-row{display:grid;grid-template-columns:180px repeat(3,1fr);border-bottom:1px solid var(--row-divider)}.compare-row:last-child{border-bottom:none}.compare-cell{padding:16px 20px;border-left:1px solid var(--row-divider);display:flex;align-items:center;font-size:.8125rem;color:var(--body)}.compare-cell:first-child{border-left:none}.compare-label-cell{padding:16px 24px;font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--muted);letter-spacing:.3px}.compare-cell-strong{background:var(--compare-highlight-bg)}.compare-header-row .compare-cell{padding:22px 20px;align-items:flex-start;flex-direction:column;gap:3px}.compare-job-title{font-size:.875rem;font-weight:600;color:var(--navy)}.compare-job-meta{font-size:.78125rem;color:var(--secondary)}.compare-criterion{display:inline-flex;align-items:center;gap:6px}.compare-criterion-glyph{font-weight:700}.compare-criterion.status-good .compare-criterion-glyph{color:var(--green)}.compare-criterion.status-warn .compare-criterion-glyph{color:var(--amber)}.compare-criterion.status-bad .compare-criterion-glyph{color:var(--red)}.compare-criterion.status-unknown{color:var(--muted)}.recommendation-card{background:white;border-radius:20px;box-shadow:var(--shadow-card);padding:18px 28px;display:flex;align-items:flex-start;gap:14px}.recommendation-star{color:var(--gold);font-size:1.125rem}.recommendation-card p{font-size:.875rem;line-height:1.6;color:var(--body)}.picker-list{display:flex;flex-direction:column;gap:6px;max-height:280px;overflow-y:auto;margin-bottom:18px}.picker-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;cursor:pointer;font-size:.85rem;transition:background .15s}.picker-item:hover{background:var(--bg)}.picker-item.disabled{opacity:.45;cursor:not-allowed}.picker-item-title{flex:1 1;color:var(--body)}.picker-item-meta{color:var(--muted);font-size:.75rem}.range-picker{position:relative}.range-menu{position:absolute;top:calc(100% + 6px);right:0;background:white;border-radius:12px;box-shadow:var(--shadow-modal);display:flex;flex-direction:column;padding:6px;z-index:10;min-width:150px}.range-menu button{background:none;border:none;text-align:left;padding:8px 12px;border-radius:8px;font-size:.85rem;font-family:inherit;color:var(--body);cursor:pointer}.range-menu button:hover{background:var(--bg)}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.stat-card{background:white;border-radius:16px;box-shadow:var(--shadow-card);padding:22px 26px}.stat-eyebrow{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);margin-bottom:8px}.stat-value{font-family:Lora,serif;font-size:2rem;font-weight:700;color:var(--navy)}.stat-value.tier-ideal{color:var(--green)}.stat-value.tier-great{color:var(--tier-great)}.stat-value.tier-moderate{color:var(--amber)}.stat-value.tier-poor{color:var(--red)}.stat-of{font-size:1rem;font-weight:600;color:var(--muted)}.analytics-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.analytics-card{background:white;border-radius:20px;box-shadow:var(--shadow-card);padding:26px 30px}.analytics-card h3{font-family:Lora,serif;font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:16px}.analytics-card-full{display:flex;flex-direction:column;gap:14px}.analytics-takeaway{font-size:.8125rem;color:var(--secondary)}.dist-row{display:grid;grid-template-columns:96px 1fr 24px;align-items:center;grid-gap:10px;gap:10px;margin-bottom:10px}.dist-label{font-size:.8125rem;font-weight:600;color:var(--body)}.dist-track{height:12px;background:var(--row-divider);border-radius:6px;overflow:hidden}.dist-fill{display:block;height:100%;border-radius:6px}.dist-fill.tier-ideal{background:var(--green)}.dist-fill.tier-great{background:var(--tier-great)}.dist-fill.tier-moderate{background:var(--tier-moderate)}.dist-fill.tier-poor{background:var(--tier-poor)}.dist-count{font-size:.8125rem;font-weight:700;color:var(--secondary);text-align:right}.trend-bars{display:flex;align-items:flex-end;gap:14px;height:120px}.trend-bar-wrap{flex:1 1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:8px}.trend-bar{width:100%;border-radius:6px 6px 0 0}.trend-bar.tier-ideal{background:var(--green)}.trend-bar.tier-great{background:var(--tier-great)}.trend-bar.tier-moderate{background:var(--tier-moderate)}.trend-bar.tier-poor{background:var(--tier-poor)}.trend-week{font-size:.75rem;color:var(--muted)}.pro-preview-blur-zone{position:relative}.pro-preview-blur{filter:blur(3px);opacity:.55;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pro-upgrade-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:white;border-radius:16px;box-shadow:0 12px 36px rgba(30,51,72,.18);padding:20px 28px;display:flex;align-items:center;gap:20px;width:calc(100% - 40px);max-width:560px}.pro-upgrade-title{font-family:Lora,serif;font-size:16.5px;font-weight:600;color:var(--navy)}.pro-upgrade-sub{font-size:13px;color:var(--secondary);margin-top:3px}.pro-upgrade-btn{background:var(--navy);color:white;font-size:13.5px;font-weight:600;padding:12px 24px;border-radius:24px;text-decoration:none;white-space:nowrap;transition:background .15s}.pro-upgrade-btn:hover{background:#162840}.pro-preview-footer{text-align:center;font-size:13px;color:var(--secondary)}.pro-preview-footer-strong{font-weight:600;color:var(--navy)}@media (max-width:760px){.header-inner{padding:0 20px}.app-main{padding:36px 20px 52px}.hero{grid-template-columns:1fr;gap:32px}.hero-h1{font-size:34px}.how-it-works{padding:32px 24px;margin-top:40px}.how-it-works-grid{grid-template-columns:1fr;gap:20px}.score-card{flex-direction:column;gap:24px}.sections-grid{grid-template-columns:1fr}.form-card{padding:28px 24px}.trust-badges{gap:20px}.pricing-cards-grid,.pricing-mini-grid{grid-template-columns:1fr}.site-footer-inner{padding:0 20px}.site-footer-grid{grid-template-columns:1fr 1fr;gap:28px}.analytics-grid,.stat-row{grid-template-columns:1fr}.compare-table{overflow-x:auto}.compare-row{grid-template-columns:140px repeat(3,minmax(160px,1fr));width:max-content;min-width:100%}.pro-upgrade-card{flex-direction:column;align-items:flex-start}}