:root{--bg:#f5f7f5;--surface:#fff;--surface-soft:#f0f5f2;--surface-warm:#f8f4ec;--border:#dfe7e2;--border-strong:#cbd8d1;--text:#17211d;--text-soft:#34453e;--text-muted:#6a7972;--primary:#146c54;--primary-strong:#0c533f;--primary-soft:#e0f1e9;--accent:#e6a344;--danger:#b94943;--danger-soft:#fbe8e6;--warning:#9a6316;--warning-soft:#fff1d7;--success:#19704f;--success-soft:#ddf2e8;--shadow-sm:0 1px 2px #112b210a, 0 6px 18px #112b210a;--shadow-md:0 18px 48px #0d2b201c;--radius-sm:8px;--radius:14px;--radius-lg:22px;--sidebar-width:252px;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0;font-size:15px;line-height:1.6}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0}a{color:var(--primary);text-decoration:none}h1,h2,h3,h4,p{margin-top:0}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline-offset:2px;outline:3px solid #146c5440}input,textarea,select{border:1px solid var(--border-strong);background:var(--surface);width:100%;color:var(--text);border-radius:10px;padding:11px 12px;transition:border-color .16s,box-shadow .16s,background .16s}input:hover,textarea:hover,select:hover{border-color:#9fb5aa}input:focus,textarea:focus,select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #146c541a}input::placeholder,textarea::placeholder{color:#96a39c}textarea{resize:vertical;min-height:120px}select{appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--text-muted) 50%), linear-gradient(135deg, var(--text-muted) 50%, transparent 50%);background-position:calc(100% - 17px) calc(50% - 2px),calc(100% - 12px) calc(50% - 2px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:32px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.muted-copy{color:var(--text-muted);font-size:13px}.body-copy{color:var(--text-soft);margin-bottom:0;line-height:1.75}.overline,.eyebrow{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:750;display:block}.button,button:not(.icon-button,.version-item,.generate-placeholder,.segmented-control button,.status-buttons button,.auth-tabs button,.button-quiet){background:var(--primary);color:#fff;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 16px;font-weight:700;line-height:1.2;transition:transform .15s,background .15s,border-color .15s,box-shadow .15s;display:inline-flex}.button:hover,button:not(.icon-button,.version-item,.generate-placeholder,.segmented-control button,.status-buttons button,.auth-tabs button,.button-quiet):hover{background:var(--primary-strong);transform:translateY(-1px);box-shadow:0 8px 22px #0c533f2e}.button:disabled,button:disabled{cursor:not-allowed;opacity:.56;box-shadow:none!important;transform:none!important}.button-primary{background:var(--primary);color:#fff}.button-ghost{background:var(--surface);color:var(--text);border:1px solid var(--border-strong)}.button-ghost:hover{background:var(--surface-soft);color:var(--text);border-color:#9fb5aa}.button-disabled{color:var(--text-muted);border:1px solid var(--border);background:#edf1ef}.button-large{border-radius:12px;min-height:50px;padding:13px 20px}.button-full{width:100%}.button-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.button-quiet{color:var(--primary);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:7px 10px;font-weight:700;display:inline-flex}.button-quiet:hover{background:var(--surface-soft)}.danger-text{color:var(--danger)}.icon-button{width:40px;height:40px;color:var(--text-soft);cursor:pointer;background:0 0;border-radius:10px;place-items:center;font-size:20px;display:inline-grid}.icon-button:hover{background:var(--surface-soft)}.spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.badge{width:fit-content;min-height:26px;color:var(--text-soft);white-space:nowrap;background:#edf1ef;border-radius:999px;justify-content:center;align-items:center;padding:3px 9px;font-size:12px;font-weight:750;display:inline-flex}.badge-success{background:var(--success-soft);color:var(--success)}.badge-warning{background:var(--warning-soft);color:var(--warning)}.badge-danger{background:var(--danger-soft);color:var(--danger)}.badge-brand{background:var(--primary-soft);color:var(--primary)}.status-banner{width:100%;color:var(--text-soft);background:#eef7f3;border:1px solid #cfe1d8;border-radius:12px;align-items:flex-start;gap:12px;padding:13px 14px;display:flex}.status-icon{background:var(--primary);color:#fff;border-radius:50%;flex:none;place-items:center;width:23px;height:23px;font-size:12px;font-weight:800;display:grid}.status-content{flex:1;min-width:0;font-size:13px}.status-content>strong{color:var(--text);font-size:14px;display:block}.status-content a{font-weight:700;text-decoration:underline}.status-actions{flex:none}.status-success{background:var(--success-soft);border-color:#c7e1d5}.status-success .status-icon{background:var(--success)}.status-warning{background:var(--warning-soft);border-color:#efd9a9}.status-warning .status-icon{background:var(--warning)}.status-error{background:var(--danger-soft);border-color:#ebc3bf}.status-error .status-icon{background:var(--danger)}.skeleton-stack{gap:13px;padding:8px 0;display:grid}.skeleton-line{background:linear-gradient(90deg,#edf1ef 20%,#f8faf9 40%,#edf1ef 60%) 0 0/220% 100%;border-radius:999px;height:15px;animation:1.3s ease-in-out infinite shimmer}@keyframes shimmer{to{background-position-x:-220%}}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:220px;padding:34px 24px;display:flex}.empty-icon{background:var(--surface-soft);width:48px;height:48px;color:var(--primary);border-radius:15px;place-items:center;margin-bottom:14px;font-size:18px;font-weight:800;display:grid}.empty-state h3{margin-bottom:5px;font-size:17px}.empty-state p{max-width:480px;color:var(--text-muted);margin-bottom:0;font-size:14px}.empty-action{margin-top:18px}.field{min-width:0}.field label,.toggle-fieldset legend{color:var(--text-soft);margin-bottom:6px;font-size:13px;font-weight:700;display:block}.field-help,.field-meta{color:var(--text-muted);margin:6px 0 0;font-size:12px}.field-meta{justify-content:space-between;gap:12px;display:flex}.form-grid{gap:18px;display:grid}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.field-wide{grid-column:1/-1}.inline-form{align-items:flex-end;gap:12px;display:flex}.inline-form .field{flex:1}.form-error{background:var(--danger-soft);color:var(--danger);border-radius:10px;align-items:flex-start;gap:8px;margin-bottom:15px;padding:10px 12px;font-size:13px;display:flex}.form-error span{background:var(--danger);color:#fff;border-radius:50%;flex:none;place-items:center;width:18px;height:18px;font-size:11px;font-weight:800;display:grid}.brand{color:var(--text);align-items:center;gap:11px;display:inline-flex}.brand-mark{background:var(--primary);color:#fff;border-radius:12px 12px 12px 4px;place-items:center;width:38px;height:38px;font-size:15px;font-weight:850;display:grid;box-shadow:0 8px 20px #146c5433}.brand-copy{flex-direction:column;line-height:1.25;display:flex}.brand-copy strong{letter-spacing:.02em;font-size:16px}.brand-copy small{color:var(--text-muted);margin-top:3px;font-size:10px;font-weight:500}.brand-compact .brand-mark{width:34px;height:34px}.brand-compact .brand-copy small{display:none}.marketing-page{background:radial-gradient(circle at 92% 10%,#e6a34429,#0000 24%),linear-gradient(#fbfcfa 0%,#f3f7f4 100%);min-height:100vh}.marketing-nav{grid-template-columns:1fr auto 1fr;align-items:center;width:min(1180px,100% - 48px);margin:0 auto;padding:22px 0;display:grid}.marketing-nav>a{justify-self:start}.marketing-nav nav{gap:30px;display:flex}.marketing-nav nav a{color:var(--text-soft);font-size:14px;font-weight:650}.marketing-nav nav a:hover{color:var(--primary)}.marketing-actions{justify-self:end;gap:9px;display:flex}.hero-section{grid-template-columns:minmax(0,1.03fr) minmax(440px,.97fr);align-items:center;gap:clamp(46px,7vw,100px);width:min(1180px,100% - 48px);min-height:690px;margin:0 auto;padding:72px 0 90px;display:grid}.hero-copy{max-width:670px}.hero-kicker{color:var(--primary);letter-spacing:.04em;align-items:center;gap:8px;font-size:13px;font-weight:750;display:inline-flex}.hero-kicker:before{content:"";background:var(--accent);width:22px;height:2px}.hero-copy h1{letter-spacing:-.055em;margin:22px 0 24px;font-family:Songti SC,STSong,Georgia,serif;font-size:clamp(48px,6vw,76px);font-weight:700;line-height:1.07}.hero-copy h1 em{color:var(--primary);font-style:normal;position:relative}.hero-copy h1 em:after{content:"";z-index:-1;background:#e6a34459;height:8px;position:absolute;bottom:2px;left:0;right:0;transform:rotate(-1.5deg)}.hero-copy>p{max-width:600px;color:var(--text-soft);margin-bottom:30px;font-size:18px;line-height:1.75}.hero-actions{align-items:center;gap:18px;display:flex}.hero-actions>span{max-width:160px;color:var(--text-muted);font-size:12px;line-height:1.5}.hero-trust{color:var(--text-soft);flex-wrap:wrap;gap:16px 24px;margin-top:28px;font-size:13px;display:flex}.hero-trust span:first-letter{color:var(--primary)}.hero-product{color:#fff;background:#173d31;border:1px solid #ffffff26;border-radius:26px;padding:22px;position:relative;transform:rotate(1deg);box-shadow:0 35px 80px #0b3a2c40}.hero-product:before{content:"";z-index:-1;border:1px solid #146c5433;border-radius:26px;position:absolute;inset:18px -22px -22px 18px}.hero-card-header{color:#d6e7df;align-items:center;gap:12px;margin-bottom:20px;font-size:12px;display:flex}.fake-window-dots{color:#7f9e91;letter-spacing:3px}.hero-card-header>:nth-child(2){flex:1}.live-dot{color:#bde6d2;align-items:center;gap:5px;display:inline-flex}.live-dot:before{content:"";background:#65d5a1;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #65d5a11f}.opportunity-card{background:#ffffff0f;border:1px solid #ffffff14;border-radius:17px;grid-template-columns:66px 1fr auto;align-items:center;gap:16px;margin-top:11px;padding:18px;display:grid}.opportunity-card.is-featured{color:var(--text);background:#fff;box-shadow:0 18px 35px #051a1333}.score-orb{background:var(--primary-soft);width:58px;height:58px;color:var(--primary);border-radius:50%;place-items:center;font-family:Georgia,serif;font-size:24px;font-weight:750;display:grid}.score-warn{color:#f6c579;background:#e6a3442e}.opportunity-label{color:var(--primary);font-size:11px;font-weight:750}.label-warn{color:#f6c579}.opportunity-card h3{margin:3px 0 4px;font-size:16px}.opportunity-card p{color:var(--text-muted);margin:0;font-size:12px;line-height:1.55}.opportunity-card:not(.is-featured) p{color:#aec3ba}.card-arrow{color:var(--primary);font-size:20px}.resume-peek{color:#f3faf7;background:#ffffff14;border-radius:14px;align-items:center;gap:12px;margin-top:12px;padding:14px 16px;display:flex}.resume-peek-icon{background:#ffffff1f;border-radius:10px;place-items:center;width:36px;height:36px;font-weight:750;display:grid}.resume-peek div{flex-direction:column;flex:1;display:flex}.resume-peek small{color:#a9c1b7;font-size:11px}.proof-strip{color:#dbe9e2;text-align:center;background:#173d31;justify-content:center;align-items:center;gap:24px;min-height:92px;padding:20px 24px;display:flex}.proof-strip span{color:#8eb2a2;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.proof-strip strong{font-family:Songti SC,STSong,Georgia,serif;font-size:18px;font-weight:600}.proof-strip i{color:var(--accent);font-style:normal}.value-section,.pricing-section{width:min(1080px,100% - 48px);margin:0 auto;padding:110px 0}.section-heading{max-width:680px;margin-bottom:46px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.section-heading h2,.pricing-section h2{letter-spacing:-.025em;margin:12px 0;font-family:Songti SC,STSong,Georgia,serif;font-size:clamp(32px,4vw,46px);line-height:1.2}.section-heading p,.pricing-section>div>p{color:var(--text-muted);font-size:16px}.value-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.value-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);min-height:270px;box-shadow:var(--shadow-sm);padding:30px}.value-card>span{background:var(--surface-soft);width:42px;height:42px;color:var(--primary);border-radius:50%;place-items:center;margin-bottom:48px;font-family:Georgia,serif;font-size:13px;font-weight:750;display:grid}.value-card h3{margin-bottom:12px;font-size:20px;line-height:1.4}.value-card p{color:var(--text-muted);margin-bottom:0;font-size:14px}.pricing-section{border-top:1px solid var(--border);grid-template-columns:1fr 340px;align-items:center;gap:80px;display:grid}.price-card{border-radius:var(--radius-lg);color:#fff;box-shadow:var(--shadow-md);background:#173d31;padding:34px}.price-card>span{color:#b9d2c6;font-size:13px}.price-card>strong{margin:6px 0 2px;font-family:Georgia,serif;font-size:54px;display:block}.price-card>strong small{font-family:inherit;font-size:15px;font-weight:500}.price-card p{color:#b9d2c6}.price-card .button{width:100%;color:var(--primary-strong);background:#fff;margin-top:14px}.marketing-footer{border-top:1px solid var(--border);grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;width:min(1180px,100% - 48px);margin:0 auto;padding:36px 0;display:grid}.marketing-footer p{color:var(--text-muted);margin:0;font-size:13px}.marketing-footer>span{color:var(--text-muted);justify-self:end;font-size:12px}.auth-page{background:var(--surface);grid-template-columns:minmax(420px,.95fr) minmax(440px,1.05fr);min-height:100vh;display:grid}.auth-back{z-index:2;color:#dbe9e2;font-size:13px;position:fixed;top:24px;left:28px}.auth-benefits{color:#fff;background:radial-gradient(circle at 80% 20%,#e6a3442b,#0000 28%),#173d31;flex-direction:column;justify-content:space-between;min-height:100vh;padding:72px clamp(40px,6vw,88px);display:flex}.auth-benefits .brand{color:#fff}.auth-benefits .brand-mark{color:var(--primary);background:#fff}.auth-benefits .brand-copy small{color:#a8c2b6}.auth-benefits .hero-kicker{color:#b9d8ca}.auth-benefits h1{max-width:580px;margin:18px 0;font-family:Songti SC,STSong,Georgia,serif;font-size:clamp(38px,5vw,58px);line-height:1.15}.auth-benefits>div>p{color:#b9d2c6;max-width:540px;font-size:16px}.auth-benefits ul{gap:18px;margin:0;padding:0;list-style:none;display:grid}.auth-benefits li{align-items:center;gap:13px;display:flex}.auth-benefits li>span{color:#a5e1c6;background:#ffffff1a;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.auth-benefits li div{flex-direction:column;display:flex}.auth-benefits li small{color:#a8c2b6;font-size:12px}.auth-form-wrap{place-items:center;min-height:100vh;padding:50px 24px;display:grid}.auth-form-card{width:min(420px,100%)}.auth-mobile-brand{margin-bottom:30px;display:none}.auth-tabs{background:var(--surface-soft);border-radius:12px;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:36px;padding:4px;display:grid}.auth-tabs button{min-height:40px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:9px;font-weight:700}.auth-tabs button.active{color:var(--primary);background:#fff;box-shadow:0 2px 8px #112b2114}.auth-form-heading h2{letter-spacing:-.02em;margin-bottom:7px;font-size:27px}.auth-form-heading p{color:var(--text-muted);margin-bottom:28px}.auth-form-card form{gap:18px;display:grid}.auth-terms{color:var(--text-muted);text-align:center;margin:18px auto 0;font-size:11px}.app-shell{min-height:100vh;display:flex}.sidebar{z-index:30;width:var(--sidebar-width);border-right:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;flex-direction:column;padding:22px 16px 16px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-brand{justify-content:space-between;align-items:center;padding:0 6px;display:flex}.sidebar-close{display:none}.sidebar-progress{background:var(--surface-soft);border-radius:12px;margin:28px 4px 18px;padding:12px}.progress-copy{color:var(--text-muted);justify-content:space-between;margin-bottom:7px;font-size:11px;display:flex}.progress-copy strong{color:var(--primary)}.progress-track{background:#d6e2dc;border-radius:999px;height:5px;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--primary);height:100%;transition:width .3s;display:block}.primary-nav{gap:4px;display:grid}.primary-nav a{min-height:44px;color:var(--text-soft);border-radius:10px;grid-template-columns:32px 1fr 10px;align-items:center;padding:5px 10px;font-size:13px;font-weight:650;display:grid}.primary-nav a:hover{background:var(--surface-soft);color:var(--text)}.primary-nav a.active{background:var(--primary-soft);color:var(--primary-strong)}.nav-icon{width:27px;height:27px;color:var(--text-muted);background:#f1f4f2;border-radius:8px;place-items:center;font-size:11px;font-weight:800;display:grid}.primary-nav a.active .nav-icon{background:var(--primary);color:#fff}.nav-state{border:1px solid var(--border-strong);background:#fff;border-radius:50%;width:7px;height:7px}.nav-state.is-complete{border-color:var(--success);background:var(--success);box-shadow:0 0 0 3px var(--success-soft)}.sidebar-account{border-top:1px solid var(--border);grid-template-columns:34px 1fr 34px;align-items:center;gap:9px;margin-top:auto;padding:15px 4px 0;display:grid}.account-avatar{background:var(--surface-warm);width:34px;height:34px;color:var(--warning);border-radius:50%;place-items:center;font-weight:800;display:grid}.account-copy{flex-direction:column;min-width:0;display:flex}.account-copy strong,.account-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-copy strong{font-size:12px}.account-copy span{color:var(--text-muted);font-size:10px}.app-main{width:calc(100% - var(--sidebar-width));min-width:0;margin-left:var(--sidebar-width)}.mobile-header{display:none}.main-content{width:min(1180px,100% - 64px);margin:0 auto;padding:42px 0 72px}.page-stack{gap:18px;display:grid}.page-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:8px;display:flex}.page-header h1{letter-spacing:-.035em;margin:6px 0 7px;font-size:clamp(29px,4vw,38px);line-height:1.2}.page-header p{max-width:720px;color:var(--text-muted);margin-bottom:0;font-size:14px}.page-actions{flex:none}.panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);padding:22px}.panel-heading{justify-content:space-between;align-items:flex-start;gap:22px;margin-bottom:19px;display:flex}.panel-heading h2{letter-spacing:-.01em;margin-bottom:4px;font-size:17px}.panel-heading p{color:var(--text-muted);margin-bottom:0;font-size:12px}.panel-actions{flex:none}.overview-grid{grid-template-columns:minmax(0,1.6fr) minmax(260px,.8fr);gap:18px;display:grid}.journey-panel{color:#fff;background:radial-gradient(circle at 88% 20%,#e6a34429,#0000 25%),#173d31}.journey-summary{align-items:center;gap:22px;display:flex}.progress-ring{--progress:0deg;background:conic-gradient(#70d3a5 var(--progress), #ffffff21 0);border-radius:50%;flex:none;place-items:center;width:86px;height:86px;display:grid;position:relative}.progress-ring:before{content:"";background:#173d31;border-radius:50%;position:absolute;inset:7px}.progress-ring span{font-family:Georgia,serif;font-size:20px;font-weight:750;position:relative}.journey-summary .overline{color:#9ec2b2}.journey-summary h2{margin:3px 0;font-size:22px}.journey-summary p{color:#b7cfc4;margin:0;font-size:13px}.quota-card{background:var(--surface-warm)}.quota-value{color:var(--primary-strong);margin:6px 0 0;font-family:Georgia,serif;font-size:48px;font-weight:750;line-height:1.15}.quota-value small{font-family:inherit;font-size:15px;font-weight:500}.quota-card p{color:var(--text-muted);margin-bottom:0;font-size:12px}.journey-list{display:grid}.journey-item{border-bottom:1px solid var(--border);min-height:65px;color:var(--text);grid-template-columns:36px 1fr auto 22px;align-items:center;gap:13px;padding:8px 4px;display:grid}.journey-item:last-child{border-bottom:0}.journey-item:hover{padding-left:8px;padding-right:0}.journey-index{width:30px;height:30px;color:var(--text-muted);background:#eef2ef;border-radius:9px;place-items:center;font-size:12px;font-weight:800;display:grid}.journey-item.is-complete .journey-index{background:var(--success-soft);color:var(--success)}.journey-copy{flex-direction:column;display:flex}.journey-copy strong{font-size:14px}.journey-copy small,.journey-status{color:var(--text-muted);font-size:11px}.journey-item.is-complete .journey-status{color:var(--success)}.journey-arrow{color:var(--primary)}.insight-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.metric-row{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.metric-row>div{background:var(--surface-soft);border-radius:11px;flex-direction:column;padding:14px;display:flex}.metric-row strong{font-family:Georgia,serif;font-size:24px}.metric-row span{color:var(--text-muted);font-size:11px}.profile-overview{border-bottom:1px solid var(--border);align-items:center;gap:18px;padding:6px 0 22px;display:flex}.profile-avatar{background:var(--primary);color:#fff;border-radius:20px;flex:none;place-items:center;width:64px;height:64px;font-family:Songti SC,Georgia,serif;font-size:25px;display:grid}.profile-overview h3{margin-bottom:2px;font-size:21px}.profile-overview p{color:var(--text-muted);margin-bottom:9px;font-size:13px}.chip-row{flex-wrap:wrap;gap:7px;display:flex}.chip{border:1px solid var(--border);min-height:28px;color:var(--text-soft);background:#f8faf9;border-radius:999px;align-items:center;padding:4px 9px;font-size:11px;display:inline-flex}.chips-brand .chip{background:var(--primary-soft);color:var(--primary-strong);border-color:#c8e0d5}.profile-section{padding:22px 0 0}.profile-section h3{color:var(--text-soft);margin-bottom:12px;font-size:13px}.experience-list{gap:4px;display:grid}.experience-item{grid-template-columns:12px 1fr auto;align-items:start;gap:12px;padding:10px 0;display:grid;position:relative}.experience-item:not(:last-child):before{content:"";background:var(--border);width:1px;position:absolute;top:24px;bottom:-10px;left:5px}.timeline-dot{border:3px solid var(--primary-soft);background:var(--primary);z-index:1;border-radius:50%;width:11px;height:11px;margin-top:5px}.experience-item strong{font-size:14px}.experience-item p,.experience-item time{color:var(--text-muted);margin:0;font-size:12px}.evidence-list{gap:9px;margin:0;padding:0;list-style:none;display:grid}.evidence-list li{background:var(--surface-soft);color:var(--text-soft);border-radius:10px;padding:10px 12px 10px 34px;font-size:13px;position:relative}.evidence-list li:before{content:"✓";color:var(--primary);font-weight:800;position:absolute;top:10px;left:13px}.structured-editor{border-top:1px solid var(--border);margin-top:22px;padding-top:20px}.profile-form{gap:26px;margin-top:22px;display:grid}.profile-form-section+.profile-form-section{border-top:1px solid var(--border);padding-top:24px}.profile-form-heading,.experience-editor-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.profile-form-heading{margin-bottom:18px}.profile-form-heading h3{margin-bottom:2px;font-size:16px}.profile-form-heading p{color:var(--text-muted);margin-bottom:0;font-size:12px}.experience-editor-list{gap:14px;display:grid}.experience-editor{border:1px solid var(--border);background:var(--surface-soft);border-radius:14px;padding:18px}.experience-editor-heading{align-items:center;margin-bottom:15px}.experience-editor-heading strong{color:var(--text-soft);font-size:13px}.profile-form textarea{min-height:96px;font-family:inherit;font-size:13px;line-height:1.65}.profile-actions{border-top:1px solid var(--border);margin-top:24px;padding-top:18px}.disclosure{background:var(--surface-soft);border-radius:10px;padding:12px 14px}.disclosure summary{cursor:pointer;color:var(--text-soft);font-weight:700}.disclosure[open] summary{margin-bottom:15px}.resume-input-card{max-width:820px;margin:0 auto}.direction-list{gap:8px;display:grid}.direction-item{border:1px solid var(--border);border-radius:11px;grid-template-columns:38px 1fr auto auto;align-items:center;gap:12px;min-height:58px;padding:8px 12px;display:grid}.direction-icon{background:var(--primary-soft);width:34px;height:34px;color:var(--primary);border-radius:10px;place-items:center;font-size:16px;display:grid}.direction-item>div{flex-direction:column;display:flex}.direction-item strong{font-size:13px}.direction-item small{color:var(--text-muted);font-size:10px}.add-direction-form{border-top:1px solid var(--border);margin-top:16px;padding-top:17px}.toggle-fieldset{border:0;margin:22px 0;padding:0}.toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.toggle-option{border:1px solid var(--border);cursor:pointer;border-radius:10px;align-items:center;gap:10px;min-height:48px;padding:9px 11px;display:flex}.toggle-option:hover{border-color:#a8bbb1}.toggle-option input{opacity:0;width:1px;height:1px;position:absolute}.toggle-control{background:#ced8d3;border-radius:999px;flex:none;width:34px;height:20px;transition:background .16s;position:relative}.toggle-control:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .16s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.toggle-option input:checked+.toggle-control{background:var(--primary)}.toggle-option input:checked+.toggle-control:after{transform:translate(14px)}.toggle-option input:focus-visible+.toggle-control{outline-offset:2px;outline:3px solid #146c5433}.toggle-option>span:last-child{font-size:13px}.source-status{grid-template-columns:12px 1fr auto;align-items:center;gap:13px;display:grid}.source-indicator{background:var(--success);width:10px;height:10px;box-shadow:0 0 0 5px var(--success-soft);border-radius:50%}.source-indicator.is-error{background:var(--warning);box-shadow:0 0 0 5px var(--warning-soft)}.source-status strong{font-size:14px}.source-status p{color:var(--text-muted);margin:2px 0 0;font-size:12px}.source-status small{color:var(--text-muted);font-size:10px}.quota-inline{background:var(--surface-warm);color:var(--text-muted);border-radius:9px;align-items:baseline;gap:4px;padding:7px 10px;font-size:11px;display:flex}.quota-inline strong{color:var(--primary);font-family:Georgia,serif;font-size:20px}.search-form{grid-template-columns:minmax(0,2fr) minmax(180px,.7fr);margin-bottom:16px}.confirm-run{background:var(--primary-soft);border:1px solid #c9ded4;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;padding:14px;display:flex}.confirm-run strong{font-size:14px}.confirm-run p{color:var(--text-soft);margin:2px 0 0;font-size:12px}.matching-progress{color:#fff;background:#173d31;border-radius:12px;align-items:center;gap:14px;margin-top:16px;padding:15px;display:flex}.matching-pulse{background:#75d7aa;border-radius:50%;flex:none;width:12px;height:12px;animation:1.3s ease-out infinite pulse;box-shadow:0 0 #75d7aa80}@keyframes pulse{to{box-shadow:0 0 0 10px #75d7aa00}}.matching-progress strong{font-size:13px}.matching-progress p{color:#b7cfc4;margin:2px 0 0;font-size:11px}.run-summary{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:9px;margin-top:16px;display:grid}.run-summary>div{background:var(--surface-soft);border-radius:10px;flex-direction:column;padding:11px;display:flex}.run-summary strong{font-family:Georgia,serif;font-size:21px}.run-summary span{color:var(--text-muted);font-size:10px}.results-toolbar{justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.segmented-control{background:var(--surface-soft);border-radius:10px;flex-wrap:wrap;gap:3px;padding:3px;display:flex}.segmented-control button{min-height:34px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;padding:6px 11px;font-size:11px;font-weight:700}.segmented-control button.active{color:var(--primary);background:#fff;box-shadow:0 1px 5px #112b2114}.compact-search{width:min(220px,100%)}.compact-search input{min-height:40px;font-size:12px}.job-list{gap:12px;display:grid}.job-card{border:1px solid var(--border);border-radius:13px;grid-template-columns:76px 1fr;gap:18px;padding:18px;transition:border-color .15s,box-shadow .15s;display:grid}.job-card:hover{box-shadow:var(--shadow-sm);border-color:#b7c9c0}.job-card.is-stale{background:#fafaf8}.job-score{background:var(--success-soft);width:70px;height:70px;color:var(--success);border-radius:18px;flex-direction:column;justify-content:center;align-self:start;align-items:center;display:flex}.job-score[data-tone=warning]{background:var(--warning-soft);color:var(--warning)}.job-score[data-tone=danger]{background:var(--danger-soft);color:var(--danger)}.job-score strong{font-family:Georgia,serif;font-size:28px;line-height:1}.job-score span{margin-top:5px;font-size:9px}.job-main{min-width:0}.job-title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.job-title-row h3{margin-bottom:1px;font-size:17px}.job-title-row p{color:var(--text-muted);margin-bottom:0;font-size:12px}.job-meta{color:var(--text-muted);flex-wrap:wrap;gap:7px 14px;margin:11px 0;font-size:11px;display:flex}.job-meta span:not(:first-child):before{content:"·";color:var(--border-strong);margin-right:12px}.job-summary{max-width:760px;color:var(--text-soft);margin-bottom:12px;font-size:13px}.job-warnings{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.job-actions{flex-wrap:wrap;gap:8px;display:flex}.job-actions .button{min-height:36px;padding:8px 11px;font-size:11px}.job-detail{border-top:1px solid var(--border);grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px;padding-top:16px;display:grid}.score-detail-block{background:var(--surface-soft);border-radius:10px;padding:13px}.score-detail-block.detail-positive{background:var(--success-soft)}.score-detail-block.detail-warning{background:var(--warning-soft)}.score-detail-block h4{margin-bottom:8px;font-size:12px}.score-detail-block ul{color:var(--text-soft);gap:6px;margin:0;padding-left:17px;font-size:11px;display:grid}.resume-workspace{grid-template-columns:minmax(230px,.34fr) minmax(0,1fr);gap:18px;min-height:600px;display:grid}.version-list-panel,.resume-preview-panel{height:100%}.version-list{gap:8px;display:grid}.version-item{border:1px solid var(--border);width:100%;color:var(--text);text-align:left;cursor:pointer;background:#fff;border-radius:11px;grid-template-columns:38px 1fr auto;align-items:center;gap:9px;padding:10px;display:grid}.version-item:hover,.version-item.active{background:var(--surface-soft);border-color:#9fb9ad}.version-file-icon{background:var(--primary-soft);width:34px;height:38px;color:var(--primary);border-radius:8px;place-items:center;font-size:11px;font-weight:800;display:grid}.version-item>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.version-item strong,.version-item small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.version-item strong{font-size:12px}.version-item small{color:var(--text-muted);font-size:9px}.resume-document{border:1px solid var(--border);background:#fffefa;border-radius:8px;max-height:680px;padding:clamp(22px,5vw,52px);overflow:auto;box-shadow:inset 0 0 0 8px #faf9f5}.resume-document pre{white-space:pre-wrap;color:#26312c;word-break:break-word;margin:0;font-family:Songti SC,STSong,Georgia,serif;font-size:14px;line-height:1.8;overflow:visible}.strategy-starter{background:var(--surface-soft);border-radius:12px;justify-content:space-between;align-items:center;gap:20px;padding:17px;display:flex}.strategy-starter>div{align-items:center;gap:13px;display:flex}.strategy-icon{background:var(--primary);color:#fff;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.strategy-starter strong{font-size:14px}.strategy-starter p{color:var(--text-muted);margin:2px 0 0;font-size:11px}.strategy-result{gap:15px;display:grid}.strategy-version-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.strategy-version-card{border:1px solid var(--border);border-radius:12px;padding:16px}.strategy-version-heading{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.strategy-version-heading span{color:var(--text-muted);font-size:10px}.strategy-version-heading h3{margin:2px 0 8px;font-size:17px}.strategy-version-card>p{min-height:42px;color:var(--text-soft);font-size:12px}.strategy-version-card .inline-form{margin-top:16px}.binding-form{grid-template-columns:1fr 1fr;gap:15px;display:grid}.binding-form .status-banner,.binding-form>button{grid-column:1/-1}.binding-form>button{justify-self:start}.prep-list{gap:16px;display:grid}.prep-card{border:1px solid var(--border);border-radius:14px;overflow:hidden}.prep-card-header{background:var(--surface-soft);justify-content:space-between;align-items:center;gap:20px;padding:18px;display:flex}.prep-card-header h3{margin-bottom:2px;font-size:17px}.prep-card-header p,.prep-card-header small{color:var(--text-muted);margin-bottom:0;font-size:11px;display:block}.prep-score{flex-direction:column;flex:none;align-items:center;font-family:Georgia,serif;font-size:24px;font-weight:750;display:flex}.prep-score small{font-family:inherit;font-size:9px;font-weight:500}.prep-section{padding:18px}.prep-section+.prep-section{border-top:1px solid var(--border)}.prep-section-heading,.prep-section-heading>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.prep-icon{background:var(--primary-soft);width:34px;height:34px;color:var(--primary);border-radius:9px;place-items:center;font-size:11px;font-weight:800;display:grid}.prep-section-heading h4{margin:0;font-size:13px}.prep-section-heading p{color:var(--text-muted);margin:0;font-size:10px}.greeting-copy{border-left:3px solid var(--primary);background:var(--surface-soft);color:var(--text-soft);border-radius:0 10px 10px 0;margin:14px 0 0;padding:14px 16px;font-size:13px;line-height:1.75}.generate-placeholder{width:100%;min-height:64px;color:var(--primary);cursor:pointer;background:#fafcfb;border:1px dashed #aec3b9;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:13px;font-weight:700;display:flex}.generate-placeholder:hover{border-color:var(--primary);background:var(--primary-soft)}.question-list{gap:10px;margin-top:13px;display:grid}.question-card{background:var(--surface-soft);border-radius:11px;grid-template-columns:34px 1fr;gap:12px;padding:13px;display:grid}.question-index{color:var(--primary);font-family:Georgia,serif;font-size:15px;font-weight:750}.question-card h4{margin-bottom:8px;font-size:13px}.question-detail{grid-template-columns:70px 1fr;gap:8px;margin-top:6px;display:grid}.question-detail strong,.question-detail p,.question-card small{margin:0;font-size:10px}.question-detail strong{color:var(--text-muted)}.question-detail p{color:var(--text-soft)}.question-card small{color:var(--primary);margin-top:8px;display:block}.application-list{gap:11px;display:grid}.application-card{border:1px solid var(--border);border-radius:13px;grid-template-columns:1fr auto;align-items:center;gap:20px;padding:17px;display:grid}.application-title{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.application-title h3{margin-bottom:1px;font-size:16px}.application-title p{color:var(--text-muted);margin:0;font-size:11px}.application-meta{color:var(--text-muted);flex-wrap:wrap;gap:13px;margin:8px 0 12px;font-size:10px;display:flex}.status-update{align-items:center;gap:12px;display:flex}.status-update>span{color:var(--text-muted);font-size:10px}.status-buttons{flex-wrap:wrap;gap:4px;display:flex}.status-buttons button{border:1px solid var(--border);min-height:30px;color:var(--text-muted);cursor:pointer;background:#fff;border-radius:7px;padding:5px 8px;font-size:10px;font-weight:650}.status-buttons button:hover,.status-buttons button.active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.version-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.version-stat-card{border:1px solid var(--border);border-radius:12px;padding:16px}.version-stat-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.version-stat-heading span{color:var(--text-muted);font-size:10px}.version-stat-heading h3{margin:2px 0 12px;font-size:15px}.stat-pairs{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.stat-pairs>div{background:var(--surface-soft);border-radius:9px;flex-direction:column;padding:10px;display:flex}.stat-pairs strong{font-family:Georgia,serif;font-size:20px}.stat-pairs span{color:var(--text-muted);font-size:9px}.version-stat-card>p{color:var(--text-muted);margin:10px 0 0;font-size:10px}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.not-found>span{color:var(--primary);margin-top:70px;font-family:Georgia,serif;font-size:72px;line-height:1}.not-found h1{margin:14px 0 5px}.not-found p{color:var(--text-muted)}.not-found .button-row{margin-top:16px}.sidebar-backdrop{display:none}.quota-pill{background:var(--primary-soft);color:var(--primary);border-radius:999px;padding:5px 9px;font-size:10px;font-weight:700}@media (width<=1060px){.hero-section{grid-template-columns:1fr .88fr;gap:40px}.hero-copy h1{font-size:53px}.hero-product{padding:16px}.opportunity-card{grid-template-columns:52px 1fr}.opportunity-card .card-arrow{display:none}.score-orb{width:50px;height:50px;font-size:20px}.job-detail{grid-template-columns:1fr}.resume-workspace{grid-template-columns:230px minmax(0,1fr)}}@media (width<=820px){.marketing-nav{grid-template-columns:1fr auto;width:min(100% - 32px,680px)}.marketing-nav nav{display:none}.hero-section{grid-template-columns:1fr;width:min(100% - 32px,680px);padding-top:50px}.hero-copy{text-align:center}.hero-copy .hero-kicker,.hero-actions,.hero-trust{justify-content:center}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-product{max-width:580px;margin:0 auto;transform:none}.proof-strip{flex-wrap:wrap;gap:8px 14px}.proof-strip span{width:100%}.value-grid{grid-template-columns:1fr}.value-card{min-height:auto}.value-card>span{margin-bottom:24px}.pricing-section{grid-template-columns:1fr;gap:32px}.marketing-footer{text-align:center;grid-template-columns:1fr;justify-items:center}.marketing-footer>span{justify-self:center}.auth-page{grid-template-columns:1fr}.auth-benefits{display:none}.auth-back{color:var(--text-soft)}.auth-mobile-brand{display:block}.sidebar{transition:transform .2s;transform:translate(-100%)}.sidebar.is-open{box-shadow:var(--shadow-md);transform:translate(0)}.sidebar-close{display:grid}.sidebar-backdrop{z-index:20;cursor:pointer;background:#0b1b1573;border:0;width:100%;height:100%;display:block;position:fixed;inset:0}.app-main{width:100%;margin-left:0}.mobile-header{z-index:15;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;grid-template-columns:40px 1fr auto;align-items:center;min-height:62px;padding:8px 16px;display:grid;position:sticky;top:0}.mobile-header .brand{justify-self:center}.mobile-header .brand-mark{display:none}.main-content{width:min(100% - 32px,720px);padding:28px 0 56px}.page-header{flex-direction:column;align-items:flex-start}.overview-grid,.insight-grid{grid-template-columns:1fr}.resume-workspace{grid-template-columns:1fr;min-height:auto}.version-list{grid-template-columns:repeat(2,minmax(0,1fr))}.strategy-version-list{grid-template-columns:1fr}}@media (width<=600px){body{font-size:14px}.marketing-nav{width:calc(100% - 24px)}.marketing-actions .button-ghost,.marketing-nav .brand-copy small{display:none}.marketing-nav .button{min-height:38px;padding:8px 11px;font-size:12px}.hero-section{width:calc(100% - 28px);min-height:auto;padding:42px 0 72px}.hero-copy h1{margin-top:18px;font-size:43px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.hero-actions>span{max-width:none}.hero-trust{gap:7px;display:grid}.hero-product{padding:12px}.opportunity-card{grid-template-columns:48px 1fr;gap:11px;padding:13px}.score-orb{width:45px;height:45px}.opportunity-card p{display:none}.proof-strip strong{font-size:15px}.value-section,.pricing-section{width:calc(100% - 28px);padding:76px 0}.section-heading h2,.pricing-section h2{font-size:32px}.marketing-footer{width:calc(100% - 28px)}.auth-form-wrap{align-items:start;padding-top:88px}.auth-back{top:18px;left:18px}.main-content{width:calc(100% - 24px);padding-top:22px}.panel{padding:17px}.panel-heading{flex-direction:column;align-items:flex-start;gap:10px}.panel-actions,.page-actions,.page-actions .button{width:100%}.status-banner{flex-wrap:wrap}.status-actions{width:100%}.two-columns,.search-form,.binding-form{grid-template-columns:1fr}.profile-form-heading{flex-direction:column}.profile-form-heading>button{width:100%}.experience-editor{padding:14px}.binding-form .status-banner,.binding-form>button{grid-column:auto}.inline-form,.confirm-run,.strategy-starter{flex-direction:column;align-items:stretch}.inline-form>button,.strategy-starter>button{width:100%}.journey-summary{flex-direction:column;align-items:flex-start}.journey-item{grid-template-columns:34px 1fr 18px}.journey-status{display:none}.metric-row{gap:6px}.metric-row>div{padding:10px}.experience-item{grid-template-columns:12px 1fr}.experience-item time{grid-column:2}.direction-item{grid-template-columns:36px 1fr auto}.direction-item .badge{display:none}.toggle-grid{grid-template-columns:1fr}.source-status{grid-template-columns:12px 1fr}.source-status .badge{grid-column:2;justify-self:start}.run-summary{grid-template-columns:repeat(2,1fr)}.results-toolbar{flex-direction:column;align-items:stretch}.compact-search{width:100%}.segmented-control{grid-template-columns:repeat(2,1fr);display:grid}.job-card{grid-template-columns:58px 1fr;gap:12px;padding:14px}.job-score{border-radius:14px;width:56px;height:56px}.job-score strong{font-size:22px}.job-title-row{flex-direction:column;align-items:flex-start;gap:6px}.job-meta span:not(:first-child):before{display:none}.job-actions .button{flex:1}.version-list{grid-template-columns:1fr}.resume-preview-panel .panel-actions,.resume-preview-panel .button-row,.resume-preview-panel .button{width:100%}.resume-document{max-height:560px;padding:24px 18px}.strategy-version-card .inline-form{align-items:stretch}.prep-card-header{align-items:flex-start}.prep-card-header .job-title-row{display:block}.prep-card-header .badge{margin-top:5px}.prep-section-heading{align-items:flex-start}.question-detail{grid-template-columns:1fr;gap:1px}.application-card{grid-template-columns:1fr}.application-actions .button{width:100%}.status-update{flex-direction:column;align-items:flex-start}.status-buttons{grid-template-columns:repeat(2,1fr);width:100%;display:grid}.version-stats-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
