html,body,#root{width:100%;min-height:100%;margin:0;padding:0}body{min-width:320px}:root{color:#142033;--bg:#f8fbff;--bg-soft:#eef4ff;--surface:#ffffffe0;--surface-strong:#fff;--text:#142033;--muted:#60708d;--primary:#3b82f6;--primary-2:#7c3aed;--border:#546d9b1f;--border-strong:#546d9b2e;--shadow:0 18px 60px #16264d1a;--shadow-soft:0 8px 24px #16264d14;--success:#12b981;--danger:#ef4444;--warning:#f59e0b;background:#f8fbff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body,#root{width:100%}body{min-width:320px;color:var(--text);background:radial-gradient(circle at 0 0,#3b82f61a,#0000 28%),radial-gradient(circle at 100% 0,#7c3aed14,#0000 30%),linear-gradient(#f8fbff 0%,#eef4ff 100%)}button,input,textarea{font:inherit}button{border:0}a{color:inherit;text-decoration:none}.page{min-height:100vh;padding:0 0 56px}.container{width:min(1520px,100% - 48px);margin:0 auto}.hero{margin-top:18px;margin-bottom:22px}.hero--single{flex-direction:column;gap:26px;display:flex}.hero-left,.hero-right{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;border:1px solid #546d9b1a;border-radius:30px;padding:28px;box-shadow:0 22px 70px #16264d1a}.badge{color:#2554b8;background:linear-gradient(135deg,#3b82f614,#7c3aed14);border:1px solid #3b82f624;border-radius:999px;align-items:center;gap:8px;margin-bottom:18px;margin-left:auto;margin-right:auto;padding:10px 16px;font-size:.9rem;font-weight:700;display:inline-flex}.hero h1{color:var(--text);letter-spacing:-.025em;max-width:1100px;margin:0 auto 18px;font-size:clamp(2.1rem,3.6vw,3.8rem);font-weight:800;line-height:1.08}.hero-copy{max-width:620px;color:var(--muted);margin:0 0 22px;font-size:1rem;line-height:1.6}.hero-center{text-align:center;width:100%;max-width:none;margin:0}.hero-copy--center{max-width:860px;margin:0 auto}.hero-form-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;border:1px solid #546d9b1a;border-radius:30px;width:100%;margin:0;padding:28px 34px 34px;box-shadow:0 22px 70px #16264d1a}.bullets{gap:16px;margin:0 0 26px;display:grid}.bullet{background:#fffffffa;border:1px solid #546d9b14;border-radius:20px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex;box-shadow:0 10px 26px #16264d0f}.bullet__icon{color:#2853b7;letter-spacing:.05em;background:linear-gradient(135deg,#3b82f629,#7c3aed29);border-radius:12px;flex-shrink:0;place-items:center;width:38px;height:38px;font-size:.68rem;font-weight:800;display:grid}.bullet strong{margin-bottom:4px;font-size:.96rem;display:block}.bullet span{color:var(--muted);font-size:.9rem;line-height:1.45}.ats-box{background:linear-gradient(135deg,#3b82f612,#7c3aed12);border:1px solid #3b82f61f;border-radius:24px;margin-top:8px;padding:20px 22px}.ats-box h3{margin:0 0 8px;font-size:1.04rem}.ats-box p{color:var(--muted);margin:0;font-size:.96rem}.hero-right h2{margin:0 0 18px;font-size:1.15rem;line-height:1.1}.form{flex-direction:column;gap:18px;display:flex}.field{flex-direction:column;gap:8px;display:flex}.field label{font-size:.96rem;font-weight:700}.hint{color:var(--muted);margin:0;font-size:.92rem}.toggle{background:#16264d0a;border:1px solid #546d9b1f;border-radius:18px;gap:6px;width:fit-content;padding:6px;display:inline-flex;box-shadow:inset 0 1px #ffffff80}.toggle button{color:var(--text);cursor:pointer;background:0 0;border-radius:12px;min-width:118px;padding:12px 18px;font-weight:750;transition:all .18s}.toggle button.active{background:linear-gradient(135deg, var(--primary), var(--primary-2));color:#fff;box-shadow:0 10px 26px #3b82f638}.dropzone{background:#fafcfff2;border:1.5px dashed #546d9b2e;border-radius:24px;transition:all .18s}.dropzone.active{background:#3b82f60f;border-color:#3b82f68c}.dropzone label{text-align:center;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;min-height:112px;padding:16px;display:flex}.dropzone__icon{color:#2853b7;letter-spacing:.03em;background:linear-gradient(135deg,#3b82f61f,#7c3aed1f);border-radius:16px;place-items:center;width:48px;height:48px;font-size:.9rem;font-weight:800;display:grid}textarea{width:100%;color:var(--text);resize:vertical;background:#fffffff5;border:1px solid #546d9b29;border-radius:20px;outline:none;min-height:170px;padding:14px 16px;transition:all .18s}textarea:focus{border-color:#3b82f680;box-shadow:0 0 0 4px #3b82f614}.submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#7c3aed);border-radius:16px;padding:14px 18px;font-weight:800;transition:all .18s;box-shadow:0 14px 28px #505ddc33}.submit:hover:not(:disabled){transform:translateY(-1px)}.submit:disabled{cursor:not-allowed;opacity:.55}.alert{border-radius:16px;padding:12px 14px;font-size:.94rem}.alert.error{color:#b42318;background:#ef44441a;border:1px solid #ef44442e}.alert.success{color:#047857;background:#12b9811a;border:1px solid #12b9812e}.ats-section{margin:0 0 22px}.ats-section__card{text-align:center;background:linear-gradient(135deg,#3b82f612,#7c3aed12);border:1px solid #3b82f61f;border-radius:24px;width:100%;margin:0;padding:24px 28px}.ats-section__card h2{color:var(--text);margin:0 0 10px;font-size:1.4rem}.ats-section__card p{color:var(--muted);margin:0;font-size:1rem;line-height:1.65}.steps{grid-template-columns:repeat(3,1fr);gap:18px;margin:18px 0 40px;display:grid}.step{background:#ffffffd1;border:1px solid #546d9b14;border-radius:22px;padding:22px;box-shadow:0 8px 24px #16264d0d}.step__number{color:#2957bc;background:linear-gradient(135deg,#3b82f61f,#7c3aed1f);border-radius:14px;place-items:center;width:42px;height:42px;margin-bottom:14px;font-weight:800;display:grid}.step h3{margin:0 0 8px;font-size:1.04rem}.step p{color:var(--muted);margin:0;font-size:.95rem}.dashboard{gap:28px;display:grid}.empty{text-align:center;min-height:240px;box-shadow:var(--shadow);color:var(--muted);background:#ffffffb8;border:1px solid #546d9b24;border-radius:28px;place-items:center;padding:24px;display:grid}.summary{grid-template-columns:1.15fr .85fr;align-items:stretch;gap:22px;display:grid}.score-hero{background:linear-gradient(135deg,#3b82f61f,#7c3aed1a);border:1px solid #3b82f633;border-radius:30px;padding:32px;position:relative;overflow:hidden;box-shadow:0 24px 70px #3b82f61f}.score-hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#ffffff47,#0000 30%),radial-gradient(circle at 100% 100%,#7c3aed0d,#0000 24%);position:absolute;inset:0}.score-hero>*{z-index:1;position:relative}.score-hero__eyebrow{color:#5a6c8f;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px;font-size:.95rem;font-weight:700}.score-hero__value{letter-spacing:-.06em;color:#13203a;margin-bottom:12px;font-size:clamp(3.6rem,7vw,5.4rem);font-weight:900;line-height:.9}.score-hero__meta{background:#ffffffa3;border:1px solid #546d9b24;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:.92rem;font-weight:700;display:inline-flex}.mode-badge{color:#33415c;background:#1520330d;border:1px solid #546d9b24;border-radius:999px;margin-top:16px;padding:8px 12px;font-size:.9rem;display:inline-flex}.score-side{gap:16px;display:grid}.score-tile{background:#ffffffeb;border:1px solid #546d9b1a;border-radius:22px;padding:22px;box-shadow:0 10px 28px #16264d0f}.score-tile__title{color:var(--muted);margin-bottom:10px;font-size:.92rem}.score-tile__value{margin-bottom:10px;font-size:2rem;font-weight:850}.progress{background:#546d9b1f;border-radius:999px;width:100%;height:10px;overflow:hidden}.progress>div{background:linear-gradient(90deg, var(--primary), var(--primary-2));border-radius:999px;height:100%}.cards-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.card{background:#ffffffe6;border:1px solid #546d9b1a;border-radius:24px;padding:24px;box-shadow:0 10px 28px #16264d0f}.card h3{margin:0 0 12px;font-size:1.08rem}.list{gap:10px;margin:0;padding-left:18px;display:grid}.list li{color:#33415c}.tags{flex-wrap:wrap;gap:10px;display:flex}.tag{color:#2554b8;background:#3b82f614;border:1px solid #3b82f624;border-radius:999px;padding:8px 12px;font-size:.9rem;font-weight:600}.section{gap:16px;display:grid}.section-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.section-title h2{margin:0;font-size:1.5rem}.section-title p{color:var(--muted);margin:6px 0 0}.recommendations{gap:16px;display:grid}.recommendation{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:24px;padding:24px}.recommendation__badge{color:#6634cb;background:#7c3aed1a;border:1px solid #7c3aed29;border-radius:999px;margin-bottom:14px;padding:8px 12px;font-size:.9rem;font-weight:700;display:inline-flex}.recommendation__block+.recommendation__block{margin-top:14px}.recommendation__block h4{margin:0 0 8px;font-size:.98rem}.recommendation__block p{color:var(--muted);margin:0}.recommendation__hint{color:var(--muted);margin:0 0 10px;font-size:.92rem}.recommendation__quote{white-space:pre-wrap;background:linear-gradient(135deg,#3b82f612,#7c3aed12);border:1px solid #3b82f624;border-radius:18px;padding:14px}.cover-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:24px;padding:24px}.cover-actions{justify-content:flex-end;margin-bottom:12px;display:flex}.secondary{cursor:pointer;color:var(--text);background:#ffffffbf;border:1px solid #546d9b29;border-radius:14px;padding:11px 14px;font-weight:700}.cover-letter{width:100%;min-height:260px;color:var(--text);background:#ffffffe6;border:1px solid #546d9b29;border-radius:18px;padding:14px 16px}.info-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:16px;display:grid}.info-box{background:#ffffffc2;border:1px solid #546d9b24;border-radius:18px;padding:16px}.info-box span{color:var(--muted);margin-bottom:6px;font-size:.9rem;display:block}.info-box strong{font-size:1rem}.stack{gap:16px;display:grid}.stack h4{margin:0 0 8px;font-size:.98rem}.hero-right h2,.empty h2,.section-title h2,.card h3,.step h3,.field label{color:#142033}.empty p,.hero-copy,.hint,.step p,.ats-box p,.section-title p,.bullet span,.empty{color:#60708d}.empty h2{margin:0 0 10px;font-size:1.9rem;font-weight:800}.empty p{margin:0;font-size:1.05rem}@media (width<=1180px){.hero,.summary,.cards-grid,.steps,.info-grid{grid-template-columns:1fr}}@media (width<=720px){.page{padding-top:16px}.container{width:min(100% - 16px,1380px)}.hero-left,.hero-right,.card,.step,.score-hero,.score-tile,.recommendation,.cover-card{border-radius:22px;padding:18px}.hero h1{letter-spacing:-.02em;font-size:1.95rem;line-height:1.1}.score-hero__value{font-size:3rem}.toggle{width:100%}.toggle button{flex:1}}.form-legal{color:var(--muted);margin:-4px 0 0;font-size:.86rem;line-height:1.55}.form-legal a{color:#2554b8;font-weight:600;text-decoration:none}.form-legal a:hover{text-decoration:underline}.footer{border-top:1px solid #546d9b1f;margin-top:44px;padding:24px 0 8px}.footer__top{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:18px;display:flex}.footer__brand{color:var(--text);margin-bottom:6px;font-size:1rem;font-weight:800}.footer__text{color:var(--muted);max-width:440px;margin:0;font-size:.92rem}.footer__links{flex-wrap:wrap;gap:14px 18px;display:flex}.footer__links a{color:#2554b8;font-size:.92rem;font-weight:600;text-decoration:none}.footer__links a:hover{text-decoration:underline}.footer__bottom{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:16px;font-size:.88rem;display:flex}@media (width<=720px){.footer__top,.footer__bottom{flex-direction:column}}.site-header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8fbffb8;border-bottom:1px solid #546d9b14;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:20px;min-height:74px;display:flex}.site-header__brand{color:var(--text);letter-spacing:-.02em;align-items:center;gap:10px;font-size:1rem;font-weight:900;display:flex}.site-header__beta{color:#2554b8;white-space:nowrap;background:#3b82f614;border:1px solid #3b82f624;border-radius:999px;align-items:center;padding:5px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.site-header__nav{flex-wrap:nowrap;align-items:center;gap:18px;display:flex}.site-header__nav a{color:#4a5d7c;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .18s}.site-header__nav a:hover{color:var(--text)}.site-header__cta{background:linear-gradient(135deg, var(--primary), var(--primary-2));border-radius:999px;justify-content:center;align-items:center;padding:10px 16px;display:inline-flex;box-shadow:0 12px 26px #505ddc2e;color:#fff!important}.site-header__cta:hover{transform:translateY(-1px)}.site-header__menu-button{cursor:pointer;background:#fffc;border:1px solid #546d9b24;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:46px;height:46px;display:none}.site-header__menu-button span{background:var(--text);border-radius:999px;width:18px;height:2px;display:block}@media (width<=720px){.page{padding-top:0}.container{width:min(100% - 16px,1380px)}.hero-left,.hero-right,.card,.step,.score-hero,.score-tile,.recommendation,.cover-card{border-radius:22px;padding:18px}.hero h1{font-size:2.2rem}.score-hero__value{font-size:3rem}.toggle{width:100%}.toggle button{flex:1}.site-header__inner{grid-template-columns:1fr auto;align-items:center;gap:12px;min-height:auto;padding:12px 0;display:grid}.site-header__brand{flex-wrap:wrap;justify-content:flex-start;row-gap:8px;font-size:.95rem}.site-header__beta{padding:4px 8px;font-size:.7rem}.site-header__menu-button{display:inline-flex}.site-header__nav{grid-column:1/-1;width:100%;padding-top:4px;display:none}.site-header__nav.is-open{flex-direction:column;align-items:stretch;gap:10px;display:flex}.site-header__nav a:not(.site-header__cta){text-align:left;padding:8px 4px;font-size:.95rem}.site-header__cta{width:100%;min-height:48px}.hero-form-card{border-radius:24px;padding:20px}.hero-center{text-align:left}.badge,.hero h1,.hero-copy--center{margin-left:0;margin-right:0}.top-banner__inner{text-align:center;justify-content:center;min-height:auto;padding:10px 0;font-size:.88rem}}.hint-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.char-counter{color:var(--muted);white-space:nowrap;font-size:.84rem}.char-counter--danger{color:var(--danger);font-weight:700}.hero-form-card .field:first-child{text-align:center;align-items:center}.hero-form-card .field:first-child .hint{max-width:760px}.hero-form-card h2{text-align:center;margin:0 0 24px;font-size:1.85rem}.hero-form-card .form{gap:20px}.hero-form-card .field:first-child label{margin-bottom:2px;font-size:1rem}.hero-form-card .field:first-child .toggle{margin-top:4px;margin-bottom:4px}.steps-section{margin:0 0 40px;scroll-margin-top:110px}.steps-section__header{text-align:center;margin-bottom:18px}.steps-section__header h2{color:var(--text);margin:0 0 8px;font-size:1.7rem}.steps-section__header p{color:var(--muted);margin:0;font-size:1rem}.loading-box{background:#3b82f60f;border:1px solid #3b82f624;border-radius:18px;margin-top:-2px;padding:14px 16px}.loading-box__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.loading-box__label{color:var(--text);font-size:.92rem;font-weight:700}.loading-box__status{color:var(--muted);font-size:.86rem}.loading-bar{background:#546d9b1f;border-radius:999px;width:100%;height:10px;position:relative;overflow:hidden}.loading-bar__fill{background:linear-gradient(90deg, var(--primary), var(--primary-2));border-radius:999px;width:35%;height:100%;animation:1.2s ease-in-out infinite loadingSlide}@keyframes loadingSlide{0%{transform:translate(-120%)}to{transform:translate(320%)}}.newsletter-cta{background:linear-gradient(135deg,#3b82f614,#7c3aed14);border:1px solid #3b82f624;border-radius:26px;padding:28px;box-shadow:0 14px 36px #16264d14}.newsletter-cta__content{margin-bottom:18px}.newsletter-cta__badge{color:#2554b8;background:#3b82f61a;border:1px solid #3b82f629;border-radius:999px;align-items:center;margin-bottom:12px;padding:7px 12px;font-size:.82rem;font-weight:700;display:inline-flex}.newsletter-cta h2{color:var(--text);margin:0 0 10px;font-size:1.6rem}.newsletter-cta p{color:var(--muted);margin:0;line-height:1.65}.newsletter-form{flex-wrap:wrap;gap:12px;margin-top:18px;margin-bottom:12px;display:flex}.newsletter-input{min-width:240px;color:var(--text);background:#fffffff5;border:1px solid #546d9b29;border-radius:16px;outline:none;flex:1;padding:14px 16px;transition:all .18s}.newsletter-input:focus{border-color:#3b82f680;box-shadow:0 0 0 4px #3b82f614}.newsletter-button{background:linear-gradient(135deg, var(--primary), var(--primary-2));color:#fff;cursor:pointer;border:0;border-radius:16px;padding:14px 18px;font-weight:800;box-shadow:0 12px 24px #505ddc2e}.newsletter-button:disabled{opacity:.6;cursor:not-allowed}.newsletter-consent{color:var(--muted);font-size:.84rem}@media (width<=720px){.newsletter-form{flex-direction:column}.newsletter-button{width:100%}}.info-toggle-bar{justify-content:center;margin:4px 0 20px;display:flex}.info-toggle-button{color:var(--text);cursor:pointer;background:#ffffffbf;border:1px solid #546d9b24;border-radius:999px;padding:10px 16px;font-weight:700;box-shadow:0 8px 20px #16264d0d}.info-toggle-button:hover{background:#fffffff2}.top-banner{background:linear-gradient(135deg,#3b82f61f,#7c3aed1f);border-bottom:1px solid #546d9b1a}.top-banner__inner{text-align:center;min-height:46px;color:var(--text);justify-content:center;align-items:center;font-size:.95rem;font-weight:600;display:flex}.top-banner__inner strong{color:#2554b8;font-weight:800}@media (width<=720px){.top-banner__inner{min-height:auto;padding:10px 0;font-size:.88rem}}#newsletter-offer{scroll-margin-top:120px}
