:root{color:#1a2a3a;background:#f0f4f8;font-family:proxima-nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;font-weight:400;--motion-fast: .12s;--motion-focus: .15s;--motion-modal: .18s;--motion-page: .2s;--motion-reveal: .25s;--motion-stagger: 40ms;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.2, .9, .2, 1.2);--aero-ink: #102033;--aero-muted: #35516a;--aero-blue: #3d9fe8;--aero-cyan: #7ee5ed;--aero-green: #77c99d;--aero-warm: #ff9f43;--aero-mist: #f7fbf6;--focus-ring: #075f95;--glass-border: rgba(255, 255, 255, .72);--glass-surface: rgba(255, 255, 255, .78)}*{box-sizing:border-box}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{margin:0;min-width:320px;width:100%;min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at 15% 8%,rgba(126,229,237,.32),transparent 34rem),radial-gradient(circle at 88% 14%,rgba(119,201,157,.22),transparent 28rem),linear-gradient(145deg,#dceffc,#eff9f3 48%,#fff8ee);background-position:0% 0%,100% 0%,0% 50%;background-size:145% 145%,135% 135%,220% 220%;animation:app-background-flow 28s ease-in-out infinite}#app{width:100%;min-height:100vh;overflow-x:hidden}button,input,select,textarea{font:inherit}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}a{color:#2c6fa8;text-decoration:none}a:hover{text-decoration:underline}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px;box-shadow:0 0 0 3px #fffffff0,0 0 0 6px #075f95c7}#main-content:focus{outline:0}.skip-link{position:fixed;top:12px;left:12px;z-index:100;border-radius:999px;background:#fff;box-shadow:0 12px 30px #1020332e;color:var(--aero-ink);font-weight:700;padding:10px 14px;transform:translateY(-180%);transition:transform var(--motion-focus) ease}.skip-link:focus-visible{transform:translateY(0);text-decoration:none}.app-shell{width:100%;min-height:100vh;margin:0 auto;padding:0}h1,h2,h3,h4,p{margin-top:0}h1{margin-bottom:0;font-family:proxima-nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:4.25rem;font-weight:400;letter-spacing:0;line-height:.98}h2,h3,h4{font-weight:500;letter-spacing:0}.eyebrow{margin-bottom:4px;color:#4d738f;font-size:.78rem;font-weight:600;text-transform:uppercase}.glass{border:1px solid var(--glass-border);border-radius:16px;background:var(--glass-surface);box-shadow:0 4px 24px #5a8cc81a;backdrop-filter:blur(12px);transition:border-color var(--motion-focus) ease,box-shadow var(--motion-focus) ease,background-color var(--motion-focus) ease}.floating-nav{position:fixed;top:18px;left:50%;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:18px;width:min(calc(100% - 32px),1120px);min-height:62px;border:1px solid rgba(255,255,255,.62);border-radius:28px;background:#ffffffb8;box-shadow:0 12px 34px #23629621;padding:9px 12px;transform:translate(-50%);backdrop-filter:blur(20px) saturate(1.18);transition:width .22s var(--ease-out),border-radius .22s var(--ease-out),background-color .22s var(--ease-out),box-shadow .22s var(--ease-out),min-height .22s var(--ease-out)}.floating-nav.compact{width:min(calc(100% - 32px),760px);min-height:52px;border-radius:999px;background:#ffffffb3;box-shadow:0 10px 30px #2362962e}.nav-brand,.nav-links,.nav-link{display:inline-flex;align-items:center}.nav-brand{flex:0 0 auto;gap:8px;min-height:40px;border-radius:999px;color:var(--aero-ink);font-weight:650;padding:8px 10px}.nav-brand-logo{display:block;width:28px;height:28px;object-fit:contain}.nav-links{min-width:0;justify-content:flex-end;gap:6px;margin:-10px;padding:10px;overflow-x:auto;overflow-y:visible;scrollbar-width:none}.nav-links::-webkit-scrollbar{display:none}.nav-link{flex:0 0 auto;min-height:38px;border-radius:999px;color:#27435c;font-size:.92rem;font-weight:600;padding:8px 12px;position:relative;transition:background-color var(--motion-focus) ease,box-shadow var(--motion-focus) ease,color var(--motion-focus) ease}.nav-brand:hover,.nav-link:hover{background:#ffffffb3;box-shadow:inset 0 0 0 1px #ff9f4347,0 8px 18px #ff9f4329;color:#5c2a05;text-decoration:none}.nav-settings-button{border:0;background:transparent}.nav-settings-button svg{width:18px;height:18px}.settings-panel{position:absolute;top:calc(100% + 10px);right:12px;display:grid;gap:16px;width:min(320px,calc(100vw - 32px));padding:16px;color:var(--aero-ink)}.settings-panel-header{display:flex;align-items:start;justify-content:space-between;gap:14px}.settings-panel-header h2{margin:0;font-size:1.35rem;line-height:1.1}.settings-close-button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:#ffffffb8;color:#27435c;transition:background-color var(--motion-focus) ease,box-shadow var(--motion-focus) ease,color var(--motion-focus) ease}.settings-close-button:hover{background:#ffffffeb;box-shadow:inset 0 0 0 1px #ff9f4347,0 8px 18px #ff9f4329;color:#5c2a05}.settings-group{display:grid;gap:8px}.settings-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.settings-option{position:relative;min-width:0;cursor:pointer}.settings-option input{position:absolute;opacity:0;pointer-events:none}.settings-option span{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:38px;margin:0;border-radius:999px;background:#ffffffa8;color:#27435c;font-size:.9rem;font-weight:650;padding:8px 10px;transition:background-color var(--motion-focus) ease,box-shadow var(--motion-focus) ease,color var(--motion-focus) ease}.settings-option input:checked+span{background:#7ec8c861;box-shadow:inset 0 0 0 1px #5b9bd557}.settings-option:hover span{background:linear-gradient(120deg,#ff9f43,#ffbe76 28%,#feca57 52%,coral 74%,#ff9f43);background-size:240% 240%;box-shadow:inset 0 0 0 1px #d1711c47,0 8px 18px #ff7f502e;color:#5c2a05;animation:employer-gradient-flow 1.8s linear infinite}.settings-option input:focus-visible+span{outline:3px solid var(--focus-ring);outline-offset:3px;box-shadow:0 0 0 3px #fffffff0,0 0 0 6px #075f95c7}.landing-page{width:100%;min-height:100vh;color:var(--aero-ink);background:linear-gradient(180deg,#e7f9ff14,#f7fbf6f5 58%,#f7fbf6),linear-gradient(145deg,#dff7ff,#f3fbef 54%,#fff5e7)}.landing-hero{position:relative;display:grid;align-items:end;min-height:100svh;overflow:hidden;padding:128px 24px 124px;isolation:isolate}.landing-hero:before,.landing-hero:after{position:absolute;inset:0;content:"";z-index:-2}.landing-hero:before{background-image:linear-gradient(90deg,#f6fcff94,#f6fcff1f 48%,#0c518c0f),linear-gradient(180deg,#f7fbf600,#f7fbf614 66%,#f7fbf6e6),url(/frutiger-aero-waterfront.png);background-position:center top;background-size:cover;transform:scale(1.02)}.landing-hero:after{z-index:-1;background:linear-gradient(180deg,#f7fbf600,#f7fbf614 48%,#f7fbf6bd 82%,#f7fbf6),linear-gradient(115deg,#ffffffc2,#ffffff14 48%,#7ee5ed24)}.landing-hero-content{display:grid;grid-template-columns:minmax(0,.95fr) minmax(300px,.78fr);align-items:end;gap:28px;width:min(100%,1120px);margin:0 auto}.landing-copy{max-width:650px;padding-bottom:12px}.landing-copy h1{margin-bottom:16px;color:#071c31;font-size:5.7rem;line-height:.92;text-shadow:0 2px 22px rgba(255,255,255,.76)}.landing-copy p{max-width:560px;margin-bottom:24px;color:#203c55;font-size:1.38rem;font-weight:600;line-height:1.36;text-shadow:0 1px 16px rgba(255,255,255,.72)}.landing-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-cta{min-width:172px}.hero-preview{position:relative;display:grid;gap:18px;min-height:390px;overflow:hidden;border-radius:28px;padding:22px;box-shadow:0 24px 60px #195a9138,inset 0 1px #fff9}.hero-preview:before{position:absolute;inset:-45% -20%;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.46) 44%,transparent 64%);content:"";transform:translate(-35%);animation:preview-sheen 5.8s ease-in-out infinite}.preview-topline,.preview-step,.preview-icon,.feature-link,.why-steps p{display:flex;align-items:center}.preview-topline{position:relative;justify-content:space-between;color:#27435c;font-size:.92rem;font-weight:650}.preview-topline strong{border-radius:999px;background:#77c99d38;color:#236641;padding:5px 10px}.preview-route{height:10px;border-radius:999px;background:linear-gradient(90deg,var(--aero-blue),var(--aero-cyan),var(--aero-green),var(--aero-warm)),#ffffff80;background-size:180% 100%;animation:trail-gradient-flow 4.2s linear infinite}.preview-steps{position:relative;display:grid;gap:12px}.preview-step{position:relative;gap:12px;border:1px solid rgba(255,255,255,.5);border-radius:18px;background:#ffffff8a;padding:13px;box-shadow:0 8px 24px #5a8cc814;animation:preview-step-pulse 4.2s ease-in-out infinite}.preview-step:nth-child(2){animation-delay:.5s}.preview-step:nth-child(3){animation-delay:1s}.preview-step:nth-child(4){animation-delay:1.5s}.preview-icon{justify-content:center;width:42px;height:42px;flex:0 0 auto;border-radius:14px;background:linear-gradient(135deg,#7ee5ed80,#77c99d52);color:#165f87}.preview-step p{display:grid;gap:2px;margin:0}.preview-step small{color:var(--aero-muted);font-size:.88rem}.landing-section{scroll-margin-top:126px;padding:86px 24px}.landing-section-inner{width:min(100%,1120px);margin:0 auto}.two-column,.why-layout{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1fr);gap:42px;align-items:start}.landing-section h2{margin-bottom:0;font-size:2.75rem;line-height:1.06}.section-copy,.feature-panel p,.why-steps p{color:#34506a;font-size:1.05rem}.section-copy{margin-bottom:0}.proof-band{position:relative;z-index:2;margin-top:-96px;background:linear-gradient(180deg,#f7fbf600,#f7fbf6 46%,#f4fbff);padding-top:0;padding-bottom:70px}.proof-preview{display:grid;grid-template-columns:1.15fr repeat(3,minmax(0,1fr));gap:14px}.proof-card{display:grid;gap:10px;height:100%;border:1px solid rgba(255,255,255,.58);border-radius:20px;background:linear-gradient(145deg,#ffffffc2,#e8faff7a),#ffffff9e;box-shadow:0 16px 38px #5a8cc81f;padding:20px;backdrop-filter:blur(14px)}.proof-card>svg{width:30px;height:30px;color:#176b97}.proof-card h3{margin:0;color:#203c55;font-size:1.18rem}.proof-card p{margin:0;color:#34506a}.proof-card span{width:fit-content;border-radius:999px;background:#77c99d38;color:#236641;font-size:.9rem;font-weight:650;padding:5px 10px}.role-proof{border-color:#7ee5ed85}.score-proof{border-color:#ff9f4357}.about-band{position:relative;z-index:1;background:linear-gradient(180deg,#f7fbf600,#f7fbf6 24%,#f4fbff);padding-top:86px}.workflow-band{background:linear-gradient(180deg,#f4fbff,#fff8ed)}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.feature-panel{display:grid;gap:14px;height:100%;border:1px solid rgba(255,255,255,.62);border-radius:22px;background:linear-gradient(145deg,#ffffffb8,#e8faff85),#ffffff94;box-shadow:0 16px 42px #5a8cc81f;padding:24px;backdrop-filter:blur(14px)}.feature-panel>svg{width:34px;height:34px;color:#176b97}.feature-panel h3{margin-bottom:0;font-size:1.55rem}.feature-panel p{margin-bottom:0}.feature-link{width:fit-content;gap:8px;min-height:38px;border-radius:999px;color:#236641;font-weight:650;padding:7px 0}.feature-link:hover{color:#5c2a05;text-decoration:none}.why-band{background:linear-gradient(180deg,#fff8ed,#eef9f5)}.why-steps{display:grid;gap:14px}.why-steps p{gap:10px;margin:0;border-left:3px solid rgba(119,201,157,.72);padding:10px 0 10px 14px}.why-steps svg{flex:0 0 auto;color:#21835a}.tab,.ghost-button,.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border-radius:999px;white-space:nowrap;transform:translateZ(0);transition:transform var(--motion-fast) ease,box-shadow var(--motion-fast) ease,background-color var(--motion-focus) ease,color var(--motion-focus) ease;will-change:transform}.tab{padding:10px 16px;background:#ffffff85;color:#1a2a3a}.ghost-button,.secondary-button{padding:10px 16px;background:#fff9;color:#27435c}.danger-button{background:#ffececd1;color:#8f2f3b}.primary-button{padding:12px 20px;background:linear-gradient(135deg,#5b9bd5,#7ec8c8);color:#fff;box-shadow:0 8px 22px #5b9bd547}.generate-trail-button{background:linear-gradient(120deg,#5b9bd5,#7ec8c8 30%,#77c99d,#8fb6f5 74%,#5b9bd5);background-position:0% 50%;background-size:240% 240%}.primary-button:hover:not(:disabled),.secondary-button:hover:not(:disabled),.ghost-button:hover:not(:disabled),.tab:hover{text-decoration:none}.generate-trail-button:hover:not(:disabled){animation:trail-gradient-flow 1.8s linear infinite}.primary-button:hover:not(:disabled){box-shadow:0 10px 26px #5b9bd552}.panel{scroll-margin-top:126px;margin-top:36px}.workflow-panel{width:100%;margin-top:0;overflow:hidden;background:var(--aero-mist)}.workflow-hero{position:relative;display:grid;align-items:end;min-height:clamp(420px,58svh,620px);overflow:hidden;padding:112px 24px 86px;isolation:isolate}.workflow-hero:before,.workflow-hero:after{position:absolute;inset:0;content:"";z-index:-2}.workflow-hero:before{background-image:linear-gradient(90deg,#f6fcff9e,#f6fcff1f 48%,#0c518c0f),linear-gradient(180deg,#f7fbf600,#f7fbf614 66%,#f7fbf6e6);background-position:center top;background-size:cover;transform:scale(1.02)}.workflow-hero:after{z-index:-1;background:linear-gradient(180deg,#f7fbf600,#f7fbf614 48%,#f7fbf6b8 82%,#f7fbf6),linear-gradient(115deg,#ffffffc7,#ffffff14,#7ee5ed21)}.planner-hero:before{background-image:linear-gradient(90deg,#f6fcff9e,#f6fcff1f 48%,#0c518c0f),linear-gradient(180deg,#f7fbf600,#f7fbf614 66%,#f7fbf6e6),url(/frutiger-aero-road.png)}.interview-hero:before{background-image:linear-gradient(90deg,#f6fcffb3,#f6fcff24,#0c518c0d),linear-gradient(180deg,#f7fbf600,#f7fbf614 66%,#f7fbf6e6),url(/frutiger-aero-meeting.png);background-position:center top}.workflow-hero-inner{display:grid;grid-template-columns:minmax(0,.8fr) auto;align-items:end;gap:28px;width:min(100%,1120px);margin:0 auto}.workflow-hero-copy{max-width:640px}.workflow-hero-copy h1{margin-bottom:14px;color:#071c31;font-size:4.7rem;line-height:.94;text-shadow:0 2px 22px rgba(255,255,255,.82)}.workflow-hero-copy>p:last-child{max-width:570px;margin-bottom:0;color:#203c55;font-size:1.26rem;font-weight:600;line-height:1.38;text-shadow:0 1px 16px rgba(255,255,255,.74)}.workflow-hero-chip{display:inline-flex;align-items:center;gap:10px;min-height:50px;border:1px solid rgba(255,255,255,.68);border-radius:999px;background:#ffffffc2;box-shadow:0 14px 34px #2362961f;color:#27435c;font-weight:650;padding:10px 16px;backdrop-filter:blur(16px)}.workflow-content{position:relative;z-index:1;width:min(calc(100% - 48px),1120px);margin:-42px auto 0;padding-bottom:72px}.workflow-page-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-bottom:12px}.workflow-page-actions .ghost-button{width:fit-content}.section-heading{margin-bottom:14px}.section-heading.inline{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:8px 16px}.readiness-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px;padding:12px}.readiness-step{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"dot label" "dot detail";align-items:center;column-gap:8px;min-width:0;border-radius:14px;background:#fff6;padding:9px 10px}.readiness-dot{grid-area:dot;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#6b809929;color:#6b8099}.readiness-dot svg{width:15px;height:15px}.readiness-step>span:not(.readiness-dot){grid-area:label;min-width:0;color:#27435c;font-size:.95rem;font-weight:650;overflow:hidden;text-overflow:ellipsis}.readiness-step small{grid-area:detail;color:#6b8099;font-size:.78rem}.readiness-step.complete .readiness-dot{background:#77c99d42;color:#21835a}.readiness-step.ready .readiness-dot{background:#ff9f4333;box-shadow:inset 0 0 0 1px #ff9f4347}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:24px}label,fieldset,.field-control{min-width:0}label span,.field-label,legend{display:block;margin-bottom:8px;color:#47617a;font-weight:500}fieldset{margin:0;padding:0;border:0}input,select,textarea{width:100%;min-height:44px;border:1px solid rgba(255,255,255,.7);border-radius:14px;outline:0;background:#ffffffd6;color:#1a2a3a;padding:10px 14px;transition:transform var(--motion-fast) ease,border-color var(--motion-focus) ease,box-shadow var(--motion-focus) ease,background-color var(--motion-focus) ease}textarea{min-height:132px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#5b9bd5;box-shadow:0 0 0 4px #5b9bd533}#cgp-form input[name=jobTitle],#cgp-form input[name=location],#cgp-form select[name=compensation],.orange-gradient-control{background:linear-gradient(#ffffffd6,#ffffffd6) padding-box,linear-gradient(120deg,#ff9f4300,#ffbe7600,#feca5700) border-box;background-position:0% 50%;background-size:240% 240%;cursor:pointer;transform:translateZ(0);will-change:transform}#cgp-form input[name=jobTitle]:hover,#cgp-form input[name=location]:hover,#cgp-form select[name=compensation]:hover,.orange-gradient-control:hover{border-color:transparent;background:linear-gradient(#ffffffe0,#ffffffe0) padding-box,linear-gradient(120deg,#ff9f43,#ffbe76 28%,#feca57 52%,coral 74%,#ff9f43) border-box;background-size:240% 240%;box-shadow:0 0 0 2px #ff9f431a;animation:field-gradient-outline 1.8s linear infinite;transform:translateY(-2px) scale(1.01)}.choice-row,.interview-actions{display:flex;flex-wrap:wrap;gap:10px}.check-pill input{position:absolute;pointer-events:none;opacity:0}.check-pill{display:inline-flex;cursor:pointer;transform:translateZ(0);will-change:transform}.check-pill,.check-pill *{cursor:pointer}.check-pill span{display:inline-flex;align-items:center;min-height:40px;margin:0;border-radius:999px;background:#ffffffc7;background-position:0% 50%;background-size:240% 240%;padding:8px 14px;transition:background-color var(--motion-focus) ease,box-shadow var(--motion-focus) ease}.check-pill input:focus-visible+span{outline:3px solid var(--focus-ring);outline-offset:3px;box-shadow:0 0 0 3px #fffffff0,0 0 0 6px #075f95c7}.check-pill input:checked+span{background:#7ec8c861;box-shadow:inset 0 0 0 1px #5b9bd557}.check-pill input:disabled+span{cursor:not-allowed;opacity:.55}.check-pill:hover input:not(:disabled)+span{background:linear-gradient(120deg,#ff9f43,#ffbe76 28%,#feca57 52%,coral 74%,#ff9f43);background-size:240% 240%;box-shadow:inset 0 0 0 1px #d1711c47,0 8px 18px #ff7f502e;color:#5c2a05;animation:employer-gradient-flow 1.8s linear infinite}.check-pill input:disabled,.check-pill input:disabled+span{cursor:not-allowed}.resume-source-panel,.file-drop,.form-actions{grid-column:1 / -1}.resume-source-panel{display:grid;gap:14px;border-radius:16px;background:#ffffff70;padding:16px}.resume-source-options{gap:10px}.resume-source-status,.spoken-line{display:flex;align-items:center;gap:8px;border-radius:14px;background:#ffffff94;color:#405a73;padding:10px 12px}.resume-source-status span{min-width:0;overflow:hidden;text-overflow:ellipsis}.paste-resume-field{display:grid;gap:8px}.sample-profile-note{margin:0;color:#405a73;font-size:.95rem}.file-drop{display:grid;gap:8px;border:1px dashed rgba(91,155,213,.45);border-radius:16px;padding:18px;background:#ffffff94;transition:border-color var(--motion-focus) ease,box-shadow var(--motion-focus) ease,background-color var(--motion-focus) ease}.file-drop:focus-within{border-color:#5b9bd5;background:#ffffffad;box-shadow:0 0 0 4px #5b9bd52e}.file-drop small{color:#405a73}.file-picker-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px 12px}.file-picker-button{align-items:center;display:inline-flex;justify-content:center;min-height:40px;margin:0;border-radius:999px;background:#ffffffc7;background-position:0% 50%;background-size:240% 240%;color:#27435c;cursor:pointer;font:inherit;font-weight:500;padding:8px 14px;transition:background-color var(--motion-focus) ease,box-shadow var(--motion-focus) ease,color var(--motion-focus) ease}.file-picker-button:hover{background:linear-gradient(120deg,#ff9f43,#ffbe76 28%,#feca57 52%,coral 74%,#ff9f43);background-size:240% 240%;box-shadow:inset 0 0 0 1px #d1711c47,0 8px 18px #ff7f502e;color:#5c2a05;animation:employer-gradient-flow 1.8s linear infinite}.expand-project:hover:not(:disabled){background:linear-gradient(120deg,#ff9f43,#ffbe76 28%,#feca57 52%,coral 74%,#ff9f43);background-size:240% 240%;box-shadow:inset 0 0 0 1px #d1711c47,0 8px 18px #ff7f502e;color:#5c2a05;animation:employer-gradient-flow 1.8s linear infinite}.expand-project{width:178px;min-width:178px;min-height:40px;padding:8px 14px}.file-picker-button:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px;box-shadow:0 0 0 3px #fffffff0,0 0 0 6px #075f95c7}.file-picker-name{min-width:0;color:#405a73;font-size:.92rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resume-file-input{clip:rect(0 0 0 0);clip-path:inset(50%);display:none;height:1px;opacity:0;overflow:hidden;pointer-events:none;position:absolute;width:1px;white-space:nowrap}.form-actions{display:flex;justify-content:flex-end}.notice{display:flex;align-items:center;justify-content:space-between;gap:10px 14px;flex-wrap:wrap;margin:16px 0;border:1px solid rgba(91,155,213,.24);border-radius:14px;padding:12px 14px;background:#e6f4ffe6;color:#173a57;font-weight:600}.notice-action{display:inline-flex;align-items:center;justify-content:center;min-height:36px;border-radius:999px;font-size:.9rem;font-weight:750;padding:7px 12px}.notice-action:hover{text-decoration:none}.notice.error{border-color:#8f2f3b33;background:#ffececeb;color:#7b2631}.notice.success{border-color:#21835a38;background:#e2f8edeb;color:#1d6b4c}.app-shell>.notice{position:fixed;top:96px;left:50%;z-index:30;width:min(calc(100% - 32px),720px);margin:0;box-shadow:0 12px 30px #2362961f;translate:-50% 0;backdrop-filter:blur(14px)}.empty,.output-section,.interview-console{margin-top:18px;padding:24px}.empty{display:grid;place-items:center;min-height:220px;text-align:center}.empty p{max-width:520px;color:#405a73}.loading{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;margin-top:18px;padding:18px;overflow:hidden}.pulse{position:relative;overflow:hidden;width:58px;height:10px;border-radius:999px;background:#5b9bd529}.pulse:after{position:absolute;inset:0;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.8) 45%,transparent 72%);content:"";transform:translate(-120%);animation:shimmer 1.1s ease-out infinite}.trail-output{display:grid;gap:18px;margin-top:18px}.trail-heading{margin-top:18px;border-radius:16px;background:#ffffffb8;padding:20px 24px}.trail-heading h2{margin-bottom:8px;color:var(--aero-ink);font-size:clamp(2rem,5vw,3rem);line-height:1}.trail-heading>p:not(.eyebrow){max-width:720px;margin-bottom:0;color:#27435c;font-weight:600}.trail-output-controls{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px}.result-control-button{min-height:40px;padding:8px 14px}.density-control{display:inline-flex;align-items:center;gap:4px;border-radius:999px;background:#ffffff8f;padding:4px}.density-option{min-height:34px;border-radius:999px;background:transparent;color:#27435c;font-size:.9rem;font-weight:650;padding:6px 12px;transform:translateZ(0);transition:transform var(--motion-fast) ease,background-color var(--motion-focus) ease,box-shadow var(--motion-focus) ease,color var(--motion-focus) ease;will-change:transform}.density-option[aria-pressed=true]{background:#7ec8c861;box-shadow:inset 0 0 0 1px #5b9bd557}.density-option:hover{background:#ffffffc2;color:#5c2a05}.listing-grid,.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.structured-list{list-style:none;margin:0;padding:0}.structured-list>li{min-width:0}.reveal-item{min-width:0;height:100%}.reveal-item>.listing-card,.reveal-item>.project-card,.reveal-item>article,.structured-list>li>.listing-card,.structured-list>li>.project-card,.structured-list>li>article{height:100%}.listing-card,.project-card,.resource-list article,.transcript article{position:relative;border:1px solid rgba(255,255,255,.42);border-radius:14px;background:#ffffffb8;background-clip:padding-box;padding:16px;transition:border-color var(--motion-focus) ease,background-color var(--motion-focus) ease,box-shadow var(--motion-focus) ease,transform var(--motion-focus) ease}.listing-card:hover,.project-card:hover,.resource-list article:hover,.transcript article:hover{background:#ffffffdb;box-shadow:0 8px 20px #5a8cc814}.listing-card:hover,.resource-list article:hover{border-color:#feca57cc;box-shadow:0 10px 24px #5a8cc81a,0 0 0 1px #feca576b,0 0 18px #feca5733;transform:translateY(-3px)}.listing-card span,.project-card small,.resource-list span,.transcript small,.prompt-box span{color:#405a73;font-size:.88rem}.listing-card{display:grid;gap:10px}.listing-company-row{display:flex;align-items:center;gap:10px}.listing-company-row img,.company-logo-fallback{width:34px;height:34px;flex:0 0 auto;border-radius:10px}.listing-company-row img{background:#ffffffb8;object-fit:contain}.company-logo-fallback{display:inline-flex;align-items:center;justify-content:center;background:#7ec8c847;color:#27435c;font-size:.92rem;font-weight:700}.listing-company-row p{display:grid;gap:2px;margin:0;min-width:0}.listing-company-row strong{color:#27435c;font-size:.98rem}.listing-company-row span{font-size:.9rem}.listing-compensation{margin:0;color:#21835a;font-size:.92rem;font-weight:650}.listing-unavailable{color:#405a73;font-size:.9rem;font-weight:600}.match-reasons{display:grid;gap:8px;border-radius:12px;background:#ffffff94;padding:10px 12px}.match-reasons strong{color:#243e57;font-size:.9rem}.match-reasons ul{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.match-reasons li{border-radius:999px;background:#7ec8c842;color:#27435c;font-size:.84rem;font-weight:600;padding:5px 9px}.table-wrap{overflow-x:auto}table{width:100%;min-width:680px;border-collapse:collapse}th,td{border-bottom:1px solid rgba(107,128,153,.18);padding:12px 10px;text-align:left;vertical-align:top}.project-card{display:grid;gap:10px}.expansion{border-left:3px solid #7ec8c8;padding-left:12px;color:#34506a}.expansion-guide{display:grid;gap:12px}.expansion-guide p{margin:0}.expansion-guide section{display:grid;gap:6px}.expansion-guide h5,.tip-groups h4{margin:0;color:#243e57;font-size:.95rem}.expansion-guide ul,.tip-groups ul{display:grid;gap:6px;margin:0;padding-left:18px}.expansion-guide li,.tip-groups li{padding-left:2px}.tip-groups{display:grid;gap:12px}.tip-groups article{display:grid;gap:8px}.resource-list,.transcript{display:grid;gap:12px;margin-top:16px}.simple-list{display:grid;gap:10px;margin:12px 0 0;padding-left:20px}.simple-list.structured-list{padding-left:0}.simple-card{display:grid;gap:6px;border:1px solid rgba(255,255,255,.42);border-radius:14px;background:#ffffffa8;padding:14px}.simple-card p{margin:0}.simple-card span,.skill-priority-list span{color:#405a73;font-size:.9rem}.skill-priority-list{list-style:none;padding-left:0}.skill-priority-list li{display:grid;gap:4px;border-bottom:1px solid rgba(107,128,153,.16);padding:10px 0}.results-density-compact.trail-output{gap:12px}.results-density-compact .trail-heading,.results-density-compact .output-section,.results-density-compact .interview-console{padding:16px}.results-density-compact .listing-grid,.results-density-compact .project-grid,.results-density-compact .resource-list,.results-density-compact .transcript,.results-density-compact .simple-list{gap:8px}.results-density-compact .listing-card,.results-density-compact .project-card,.results-density-compact .resource-list article,.results-density-compact .transcript article,.results-density-compact .simple-card{padding:12px}.results-density-compact th,.results-density-compact td{padding:9px 8px}.console-top{display:flex;align-items:center;justify-content:space-between;gap:16px}.timer,.score-badge{display:inline-flex;align-items:center;min-height:38px;border-radius:999px;background:#7ec8c847;padding:8px 14px;color:#27435c;font-weight:600}.mode-label{display:block;margin-top:4px;color:#405a73;font-size:.88rem;font-weight:600}.interview-status{display:inline-flex;align-items:center;gap:8px;width:fit-content;max-width:100%;min-height:38px;margin-top:16px;border-radius:999px;background:#5b9bd524;padding:8px 14px;color:#27435c;font-weight:600}.interview-status.ended{background:#ffececdb;color:#8f2f3b}.prompt-box{margin:18px 0;border-radius:16px;background:#ffffff80;padding:18px}.prompt-box p{margin-bottom:0;font-size:1.08rem}.spoken-line{display:grid;align-items:start;margin-top:14px}.spoken-line p{font-size:.98rem}.text-answer-form{display:grid;gap:12px;margin-top:18px;border-radius:16px;background:#ffffff80;padding:18px}.text-answer-form label{display:grid;gap:8px}.text-answer-form .primary-button{width:fit-content;justify-self:end}:root[data-theme=dark]{color:#eaf8ff;background:#061823;--aero-ink: #eaf8ff;--aero-muted: #a8c9d9;--aero-blue: #5bc8ff;--aero-cyan: #81f2ff;--aero-green: #78e6ad;--aero-warm: #ffb15f;--aero-mist: #061823;--focus-ring: #91f2ff;--glass-border: rgba(142, 234, 255, .22);--glass-surface: rgba(9, 34, 48, .76)}:root[data-theme=dark] body{background:radial-gradient(circle at 14% 8%,rgba(91,200,255,.24),transparent 32rem),radial-gradient(circle at 88% 16%,rgba(120,230,173,.16),transparent 30rem),linear-gradient(145deg,#061823,#082838 48%,#09251f);color:#eaf8ff}:root[data-theme=dark] .landing-page,:root[data-theme=dark] .workflow-panel{color:#eaf8ff;background:linear-gradient(180deg,#05141e14,#061823f5 58%,#061823),linear-gradient(145deg,#061823,#082b3e 54%,#0b2f2b)}:root[data-theme=dark] .landing-hero,:root[data-theme=dark] .workflow-hero{background:linear-gradient(90deg,#0a2c40c2,#0820302e 48%,#0f6f7624),linear-gradient(180deg,#06182300,#0618231a 66%,#061823eb)}:root[data-theme=dark] .landing-hero:after,:root[data-theme=dark] .workflow-hero:after{background:linear-gradient(180deg,#06182300,#06182333 48%,#061823c7 82%,#061823),linear-gradient(115deg,#81f2ff1f,#ffffff0a,#78e6ad1c)}:root[data-theme=dark] .hero-preview:before{background:linear-gradient(115deg,transparent 22%,rgba(129,242,255,.12) 44%,transparent 64%)}:root[data-theme=dark] .planner-hero:before{background-image:linear-gradient(90deg,#051622e6,#061f308f 48%,#0a454e6b),linear-gradient(180deg,#0618232e,#06182347 60%,#061823f2),url(/frutiger-aero-road.png)}:root[data-theme=dark] .interview-hero:before{background-image:linear-gradient(90deg,#051622eb,#061f3099,#0a454e66),linear-gradient(180deg,#0618232e,#06182352 60%,#061823f2),url(/frutiger-aero-meeting.png)}:root[data-theme=dark] .glass,:root[data-theme=dark] .floating-nav,:root[data-theme=dark] .floating-nav.compact,:root[data-theme=dark] .hero-preview,:root[data-theme=dark] .feature-panel,:root[data-theme=dark] .proof-card,:root[data-theme=dark] .trail-heading,:root[data-theme=dark] .workflow-hero-chip,:root[data-theme=dark] .readiness-rail{border-color:#8eeaff38;background:#092230b8;box-shadow:inset 0 1px #ffffff14,0 16px 38px #00000047,0 0 26px #5bc8ff12}:root[data-theme=dark] .nav-brand,:root[data-theme=dark] .nav-link,:root[data-theme=dark] .settings-close-button,:root[data-theme=dark] .density-option,:root[data-theme=dark] .tab,:root[data-theme=dark] .ghost-button,:root[data-theme=dark] .secondary-button{color:#d8f4ff}:root[data-theme=dark] .nav-brand:hover,:root[data-theme=dark] .nav-link:hover,:root[data-theme=dark] .settings-close-button:hover{background:#402a1cd1;box-shadow:inset 0 0 0 1px #ff9f4357,0 8px 22px #ff7f5033;color:#fff3e4}:root[data-theme=dark] .primary-button{background:linear-gradient(135deg,#176da0,#16a4b4 55%,#2fb777);color:#f8fdff;box-shadow:0 10px 24px #25a9cd33}:root[data-theme=dark] .generate-trail-button{background:linear-gradient(120deg,#176da0,#16a4b4 30%,#2fb777,#46b8ff 74%,#176da0);background-size:240% 240%}:root[data-theme=dark] .ghost-button,:root[data-theme=dark] .secondary-button,:root[data-theme=dark] .tab,:root[data-theme=dark] .settings-close-button,:root[data-theme=dark] .settings-option span,:root[data-theme=dark] .density-control{background:#0e3446b8}:root[data-theme=dark] .settings-option input:checked+span,:root[data-theme=dark] .density-option[aria-pressed=true],:root[data-theme=dark] .check-pill input:checked+span,:root[data-theme=dark] .timer,:root[data-theme=dark] .score-badge{background:#5bc8ff2e;box-shadow:inset 0 0 0 1px #81f2ff42;color:#eaf8ff}:root[data-theme=dark] input,:root[data-theme=dark] select,:root[data-theme=dark] textarea{border-color:#8eeaff2e;background:#071925c7;color:#f2fbff}:root[data-theme=dark] input::placeholder,:root[data-theme=dark] textarea::placeholder{color:#7fa8ba}:root[data-theme=dark] #cgp-form input[name=jobTitle],:root[data-theme=dark] #cgp-form input[name=location],:root[data-theme=dark] #cgp-form select[name=compensation],:root[data-theme=dark] .orange-gradient-control{background:linear-gradient(#071925c7,#071925c7) padding-box,linear-gradient(120deg,#5bc8ff00,#78e6ad00,#81f2ff00) border-box}:root[data-theme=dark] #cgp-form input[name=jobTitle]:hover,:root[data-theme=dark] #cgp-form input[name=location]:hover,:root[data-theme=dark] #cgp-form select[name=compensation]:hover,:root[data-theme=dark] .orange-gradient-control:hover{border-color:transparent;background:linear-gradient(#081f2de0,#081f2de0) padding-box,linear-gradient(120deg,#ff9f43,#ffbe76 28%,#feca57 52%,coral 74%,#ff9f43) border-box;background-size:240% 240%;box-shadow:0 0 0 2px #ff9f431a;animation:field-gradient-outline 1.8s linear infinite;transform:translateY(-2px) scale(1.01)}:root[data-theme=dark] .check-pill span,:root[data-theme=dark] .file-picker-button,:root[data-theme=dark] .readiness-step,:root[data-theme=dark] .resume-source-panel,:root[data-theme=dark] .resume-source-status,:root[data-theme=dark] .file-drop,:root[data-theme=dark] .prompt-box,:root[data-theme=dark] .text-answer-form,:root[data-theme=dark] .spoken-line,:root[data-theme=dark] .match-reasons,:root[data-theme=dark] .simple-card,:root[data-theme=dark] .listing-card,:root[data-theme=dark] .project-card,:root[data-theme=dark] .resource-list article,:root[data-theme=dark] .transcript article{border-color:#8eeaff2e;background:#092230ad}:root[data-theme=dark] .proof-card,:root[data-theme=dark] .feature-panel{border-color:#8eeaff3d;background:linear-gradient(145deg,#092230f2,#082d39e6),#071925f5;box-shadow:inset 0 1px #ffffff14,0 18px 42px #0000005c,0 0 26px #5bc8ff14}:root[data-theme=dark] .role-proof{border-color:#81f2ff5c}:root[data-theme=dark] .score-proof{border-color:#ffb15f57}:root[data-theme=dark] .preview-step{border-color:#8eeaff33;background:linear-gradient(145deg,#092230e6,#09303ac7),#071925e6;box-shadow:inset 0 1px #ffffff12,0 10px 24px #00000038}:root[data-theme=dark] .preview-topline,:root[data-theme=dark] .preview-step strong{color:#f3fbff}:root[data-theme=dark] .preview-topline strong{background:#78e6ad2e;color:#d8ffea}:root[data-theme=dark] .preview-step small{color:#b8dce9}:root[data-theme=dark] .preview-icon{background:linear-gradient(135deg,#5bc8ff38,#78e6ad2e);color:#9feeff}:root[data-theme=dark] .listing-card:hover,:root[data-theme=dark] .project-card:hover,:root[data-theme=dark] .resource-list article:hover,:root[data-theme=dark] .transcript article:hover{background:#0c3042d1;box-shadow:0 10px 24px #0000002e,0 0 0 1px #81f2ff2e,0 0 20px #5bc8ff1f}:root[data-theme=dark] .check-pill:hover input:not(:disabled)+span,:root[data-theme=dark] .file-picker-button:hover,:root[data-theme=dark] .expand-project:hover:not(:disabled),:root[data-theme=dark] .settings-option:hover span{background:linear-gradient(120deg,#ff9f43,#ffbe76 28%,#feca57 52%,coral 74%,#ff9f43);background-size:240% 240%;box-shadow:inset 0 0 0 1px #d1711c47,0 8px 18px #ff7f502e;color:#5c2a05;animation:employer-gradient-flow 1.8s linear infinite}:root[data-theme=dark] .eyebrow,:root[data-theme=dark] label span,:root[data-theme=dark] .field-label,:root[data-theme=dark] legend,:root[data-theme=dark] .landing-copy p,:root[data-theme=dark] .workflow-hero-copy>p:last-child,:root[data-theme=dark] .trail-heading>p:not(.eyebrow),:root[data-theme=dark] .empty p,:root[data-theme=dark] .file-drop small,:root[data-theme=dark] .section-copy,:root[data-theme=dark] .proof-card p,:root[data-theme=dark] .feature-panel p,:root[data-theme=dark] .why-steps p,:root[data-theme=dark] .sample-profile-note,:root[data-theme=dark] .file-picker-name,:root[data-theme=dark] .listing-card span,:root[data-theme=dark] .project-card small,:root[data-theme=dark] .resource-list span,:root[data-theme=dark] .readiness-step small,:root[data-theme=dark] .transcript small,:root[data-theme=dark] .prompt-box span,:root[data-theme=dark] .simple-card span,:root[data-theme=dark] .skill-priority-list span,:root[data-theme=dark] .mode-label{color:#a8c9d9}:root[data-theme=dark] .landing-copy p,:root[data-theme=dark] .workflow-hero-copy>p:last-child,:root[data-theme=dark] .section-copy,:root[data-theme=dark] .proof-card p,:root[data-theme=dark] .feature-panel p{color:#d8f4ff;text-shadow:0 2px 18px rgba(0,0,0,.55)}:root[data-theme=dark] h1,:root[data-theme=dark] h2,:root[data-theme=dark] h3,:root[data-theme=dark] h4,:root[data-theme=dark] strong,:root[data-theme=dark] .proof-card h3,:root[data-theme=dark] .feature-panel h3,:root[data-theme=dark] .listing-company-row strong,:root[data-theme=dark] .readiness-step>span:not(.readiness-dot),:root[data-theme=dark] .expansion-guide h5,:root[data-theme=dark] .tip-groups h4,:root[data-theme=dark] .match-reasons strong{color:#f3fbff}:root[data-theme=dark] .proof-card .eyebrow{color:#9feeff}:root[data-theme=dark] .proof-card>svg,:root[data-theme=dark] .feature-panel>svg{color:#5bc8ff;filter:drop-shadow(0 0 10px rgba(91,200,255,.16))}:root[data-theme=dark] .proof-card span{background:#78e6ad2e;box-shadow:inset 0 0 0 1px #78e6ad38;color:#d8ffea}:root[data-theme=dark] a{color:#8de7ff}:root[data-theme=dark] .feature-link{color:#8de7ff}:root[data-theme=dark] .feature-link:hover{color:#d8ffea}:root[data-theme=dark] .listing-compensation{color:#78e6ad}:root[data-theme=dark] .listing-unavailable{color:#a8c9d9}:root[data-theme=dark] .match-reasons li{background:#5bc8ff29;color:#d8f4ff}:root[data-theme=dark] th,:root[data-theme=dark] td,:root[data-theme=dark] .skill-priority-list li{border-color:#a8c9d92e}:root[data-theme=dark] .notice{border-color:#5bc8ff3d;background:#092a3de6;color:#d8f4ff}:root[data-theme=dark] .notice.error,:root[data-theme=dark] .interview-status.ended{border-color:#ff84964d;background:#4f1822e6;color:#ffd9df}:root[data-theme=dark] .notice.success{border-color:#78e6ad47;background:#0b392be6;color:#d9ffeb}:root[data-theme=dark] .interview-status{background:#5bc8ff24;color:#d8f4ff}:root[data-theme=dark] .proof-band{background:linear-gradient(180deg,#06182300,#061823 40%,#071f2d)}:root[data-theme=dark] .about-band{background:linear-gradient(180deg,#061823,#071e2b 55%,#082838)}:root[data-theme=dark] .workflow-band,:root[data-theme=dark] .why-band{background:linear-gradient(180deg,#082838,#061823)}:root[data-theme=dark] .company-logo-fallback{background:#5bc8ff29;color:#eaf8ff}:root[data-theme=dark] .pulse{background:#5bc8ff2e}:root[data-theme=dark] .pulse:after{background:linear-gradient(110deg,transparent 0%,rgba(129,242,255,.72) 45%,transparent 72%)}.glow-button{background-position:0% 50%;background-size:240% 240%;will-change:transform}.glow-button-orange{--glow-background: linear-gradient(120deg, #ff9f43 0%, #ffbe76 28%, #feca57 52%, #ff7f50 74%, #ff9f43 100%);--glow-color: #5c2a05;--glow-shadow: inset 0 0 0 1px rgba(209, 113, 28, .28), 0 8px 18px rgba(255, 127, 80, .18)}.glow-button-red{--glow-background: linear-gradient(120deg, #ff6b6b 0%, #ff8a8a 28%, #ff4d5f 52%, #d93b4a 74%, #ff6b6b 100%);--glow-color: #fff7f7;--glow-shadow: inset 0 0 0 1px rgba(130, 28, 42, .26), 0 8px 20px rgba(217, 59, 74, .24)}.glow-button-green{--glow-background: linear-gradient(120deg, #2fb777 0%, #78e6ad 30%, #a2ffd0 52%, #48d597 74%, #2fb777 100%);--glow-color: #063d28;--glow-shadow: inset 0 0 0 1px rgba(33, 131, 90, .28), 0 8px 20px rgba(47, 183, 119, .24), 0 0 20px rgba(120, 230, 173, .22)}.glow-button-yellow{--glow-background: linear-gradient(120deg, #ffd166 0%, #ffe680 28%, #feca57 52%, #ffb703 74%, #ffd166 100%);--glow-color: #4b3500;--glow-shadow: inset 0 0 0 1px rgba(175, 111, 0, .24), 0 8px 20px rgba(254, 202, 87, .24), 0 0 18px rgba(254, 202, 87, .2)}.glow-button:hover:not(:disabled),.glow-button.glow-button-persistent{background:var(--glow-background);background-size:240% 240%;box-shadow:var(--glow-shadow);color:var(--glow-color);animation:employer-gradient-flow 1.8s linear infinite}.glow-button:hover:not(:disabled){transform:translateY(-2px) scale(1.02)}.glow-button:disabled{animation:none}:root[data-theme=dark] .file-picker-button{color:#f3fbff}:root[data-theme=dark] .listing-card:hover,:root[data-theme=dark] .resource-list article:hover{border-color:#feca57cc;box-shadow:0 10px 24px #0000002e,0 0 0 1px #feca576b,0 0 18px #feca5738}svg{width:20px;height:20px;stroke-width:1.5}@keyframes shimmer{to{transform:translate(120%)}}@keyframes app-background-flow{0%{background-position:0% 0%,100% 0%,0% 50%}50%{background-position:14% 10%,86% 18%,100% 50%}to{background-position:0% 0%,100% 0%,0% 50%}}@keyframes trail-gradient-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes employer-gradient-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes field-gradient-outline{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes preview-sheen{0%,42%{transform:translate(-55%)}72%,to{transform:translate(55%)}}@keyframes preview-step-pulse{0%,to{border-color:#ffffff80;box-shadow:0 8px 24px #5a8cc814;transform:translateY(0)}50%{border-color:#ff9f4375;box-shadow:0 10px 28px #5a8cc81f,0 0 22px #ff9f4329;transform:translateY(-2px)}}@media(max-width:980px){.two-column,.why-layout,.workflow-hero-inner{grid-template-columns:1fr}.proof-preview{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-preview{min-height:auto}.landing-copy h1{font-size:4.4rem}.workflow-hero-chip{width:fit-content}}@media(max-width:640px){.landing-hero-content{grid-template-columns:1fr;align-items:start}}@media(max-width:720px){.app-shell{padding:0}h1{font-size:3rem}.floating-nav{top:12px;width:min(calc(100% - 20px),1120px);align-items:flex-start;border-radius:22px;flex-direction:column;gap:8px;padding:8px}.floating-nav.compact{width:min(calc(100% - 20px),760px);align-items:center;border-radius:999px;flex-direction:row}.floating-nav.compact .nav-brand span{display:none}.floating-nav.compact .nav-links{width:auto}.floating-nav.compact .nav-settings-button span{display:none}.settings-panel{right:8px;left:8px;width:auto}.nav-links{width:100%;justify-content:flex-start}.nav-link{font-size:.84rem;padding:8px 10px}.app-shell>.notice{top:122px;width:min(calc(100% - 20px),720px)}.landing-hero{min-height:100svh;padding:148px 14px 104px}.workflow-hero{min-height:clamp(340px,54svh,500px);padding:128px 14px 62px}.workflow-content{width:min(calc(100% - 28px),1120px);margin-top:-30px;padding-bottom:54px}.workflow-hero-copy h1{font-size:3.05rem}.workflow-hero-copy>p:last-child{font-size:1.06rem}.workflow-hero-chip{min-height:44px;padding:8px 12px}.landing-copy h1{font-size:3.35rem}.landing-copy p{font-size:1.12rem}.landing-actions,.feature-grid{grid-template-columns:1fr}.landing-section{padding:62px 14px}.proof-band{margin-top:-72px;padding-top:0;padding-bottom:52px}.proof-preview,.readiness-rail{grid-template-columns:1fr}.about-band{padding-top:62px}.landing-section h2{font-size:2.15rem}.feature-grid{display:grid}.form-grid,.empty,.output-section,.interview-console{padding:18px}.form-grid,.listing-grid,.project-grid{grid-template-columns:1fr}.form-actions{justify-content:stretch}.primary-button,.secondary-button,.ghost-button,.hero-cta{width:100%}.console-top{align-items:flex-start;flex-direction:column}}:root[data-motion=reduced] *,:root[data-motion=reduced] *:before,:root[data-motion=reduced] *:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}:root[data-motion=reduced] .primary-button:hover:not(:disabled),:root[data-motion=reduced] .secondary-button:hover:not(:disabled),:root[data-motion=reduced] .ghost-button:hover:not(:disabled),:root[data-motion=reduced] .glow-button:hover:not(:disabled),:root[data-motion=reduced] #cgp-form input[name=jobTitle]:hover,:root[data-motion=reduced] #cgp-form input[name=location]:hover,:root[data-motion=reduced] #cgp-form select[name=compensation]:hover,:root[data-motion=reduced] .orange-gradient-control:hover,:root[data-motion=reduced] .tab:hover,:root[data-motion=reduced] .listing-card:hover,:root[data-motion=reduced] .project-card:hover,:root[data-motion=reduced] .resource-list article:hover,:root[data-motion=reduced] .transcript article:hover{opacity:1!important;transform:none!important}@media(prefers-reduced-motion:reduce){:root:not([data-motion-preference=full]) *,:root:not([data-motion-preference=full]) *:before,:root:not([data-motion-preference=full]) *:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}:root:not([data-motion-preference=full]) .primary-button:hover:not(:disabled),:root:not([data-motion-preference=full]) .secondary-button:hover:not(:disabled),:root:not([data-motion-preference=full]) .ghost-button:hover:not(:disabled),:root:not([data-motion-preference=full]) .glow-button:hover:not(:disabled),:root:not([data-motion-preference=full]) #cgp-form input[name=jobTitle]:hover,:root:not([data-motion-preference=full]) #cgp-form input[name=location]:hover,:root:not([data-motion-preference=full]) #cgp-form select[name=compensation]:hover,:root:not([data-motion-preference=full]) .orange-gradient-control:hover,:root:not([data-motion-preference=full]) .tab:hover,:root:not([data-motion-preference=full]) .listing-card:hover,:root:not([data-motion-preference=full]) .project-card:hover,:root:not([data-motion-preference=full]) .resource-list article:hover,:root:not([data-motion-preference=full]) .transcript article:hover{opacity:1!important;transform:none!important}}
