:root{--ink:#1f2926;--muted:#69736f;--paper:#f7f5ef;--panel:#fffefa;--surface:#fff;--line:#dcded8;--line-strong:#bdc3bc;--brand:#215d55;--brand-dark:#17463f;--brand-soft:#deece8;--rust:#b34a32;--shadow:0 18px 50px #1f29261a;--header-height:72px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--ink:#edf3ef;--muted:#9fabaa;--paper:#101513;--panel:#151b18;--surface:#1b221f;--line:#303b36;--line-strong:#4a5751;--brand:#77b5a8;--brand-dark:#a8d4ca;--brand-soft:#203a35;--rust:#dc806b;--shadow:0 22px 55px #00000047;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 35%, transparent);outline-offset:2px}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.app-shell{min-height:100vh}.site-header{z-index:40;height:var(--header-height);background:color-mix(in srgb, var(--panel) 92%, transparent);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);justify-content:space-between;align-items:center;padding:0 clamp(20px,4vw,64px);display:flex;position:sticky;top:0}.brand{color:var(--ink);letter-spacing:-.5px;align-items:center;gap:11px;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:700;text-decoration:none;display:inline-flex}.brand-mark{color:#fff;background:var(--brand);border-radius:50% 50% 50% 12%;place-items:center;width:33px;height:33px;font-size:17px;font-style:italic;display:grid}.brand-dot{color:var(--rust)}.header-actions{align-items:center;gap:9px;display:flex}.privacy-pill,.header-toggle{border:1px solid var(--line);background:var(--surface);height:36px;color:var(--muted);border-radius:20px;align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.privacy-pill{color:var(--brand-dark);border-color:color-mix(in srgb, var(--brand) 20%, var(--line));background:var(--brand-soft)}.header-toggle{cursor:pointer}.header-toggle:hover{border-color:var(--line-strong);color:var(--ink)}.switch-track{background:var(--line-strong);border-radius:20px;width:30px;height:17px;transition:background .2s;display:inline-block;position:relative}.switch-track span{background:#fff;border-radius:50%;width:13px;height:13px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 4px #0003}.switch-track.is-on{background:var(--brand)}.switch-track.is-on span{transform:translate(13px)}.main-layout{min-height:calc(100vh - var(--header-height));grid-template-columns:minmax(0,1.08fr) minmax(460px,.92fr);display:grid}.builder-panel{background:radial-gradient(circle at 6% 3%, color-mix(in srgb, var(--brand-soft) 55%, transparent), transparent 28%), var(--panel);border-right:1px solid var(--line);padding:clamp(42px,5vw,76px) clamp(24px,5.8vw,86px) 96px;overflow:hidden}.hero-copy{max-width:660px}.eyebrow{color:var(--rust);letter-spacing:1.25px;text-transform:uppercase;align-items:center;gap:9px;margin:0 0 15px;font-size:11px;font-weight:800;display:flex}.eyebrow>span{background:currentColor;width:22px;height:1px}.hero-copy h1{letter-spacing:-2.4px;max-width:600px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(39px,4.2vw,62px);font-weight:500;line-height:.99}.hero-copy>p:last-child{max-width:610px;color:var(--muted);margin:22px 0 0;font-size:15px;line-height:1.7}.stepper{grid-template-columns:repeat(4,1fr);max-width:650px;margin:45px 0 44px;display:grid;position:relative}.stepper:before{content:"";background:var(--line);height:1px;position:absolute;top:15px;left:17px;right:17px}.stepper button{color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:flex-start;gap:8px;padding:0;display:flex;position:relative}.stepper button>span{z-index:1;border:1px solid var(--line);background:var(--panel);border-radius:50%;place-items:center;width:31px;height:31px;font-size:11px;font-weight:800;display:grid;position:relative}.stepper button em{letter-spacing:.15px;font-size:11px;font-style:normal;font-weight:700}.stepper button.active,.stepper button.complete{color:var(--brand-dark)}.stepper button.active>span,.stepper button.complete>span{border-color:var(--brand)}.stepper button.active>span{color:#fff;background:var(--brand);box-shadow:0 0 0 5px var(--brand-soft)}.stepper button.complete>span{color:#fff;background:var(--brand)}.step-content{max-width:720px;animation:.32s both reveal}@keyframes reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.step-heading{grid-template-columns:36px 1fr;align-items:start;gap:17px;margin-bottom:27px;display:grid}.step-heading>span{color:var(--rust);padding-top:7px;font-family:Georgia,Times New Roman,serif;font-size:13px;font-style:italic}.step-heading h2{letter-spacing:-.7px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(26px,2.4vw,34px);font-weight:500}.step-heading p{color:var(--muted);margin:8px 0 0;font-size:13px;line-height:1.62}.sector-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.sector-card{border:1px solid var(--line);background:var(--surface);text-align:left;cursor:pointer;border-radius:10px;grid-template-columns:39px 1fr;align-items:center;gap:12px;min-height:76px;padding:14px;transition:border-color .18s,transform .18s,box-shadow .18s;display:grid;position:relative}.sector-card:hover{border-color:var(--line-strong);transform:translateY(-1px);box-shadow:0 8px 22px #1f29260f}.sector-card.selected{border-color:var(--brand);background:color-mix(in srgb, var(--brand-soft) 35%, var(--surface));box-shadow:inset 3px 0 0 var(--brand)}.sector-card-other{border-style:dashed;grid-column:1/-1}.sector-icon{width:39px;height:39px;color:var(--brand-dark);background:var(--brand-soft);border-radius:8px 8px 8px 2px;place-items:center;display:grid}.sector-card strong,.sector-card small{display:block}.sector-card strong{margin-bottom:4px;font-size:12px}.sector-card small{color:var(--muted);font-size:10px}.selected-check{color:#fff;background:var(--brand);border-radius:50%;place-items:center;width:19px;height:19px;display:grid;position:absolute;top:7px;right:7px}.profile-settings,.two-column-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.profile-settings{margin-top:22px}.field{min-width:0}.field-hidden{border:1px dashed var(--line-strong);background:color-mix(in srgb, var(--paper) 60%, transparent);border-radius:8px;min-height:62px;padding:12px 14px}.field-label-row{justify-content:space-between;align-items:center;gap:10px;min-height:21px;margin-bottom:6px;display:flex}.field label,.studio-controls label,.presentation-block label{color:var(--ink);letter-spacing:.18px;font-size:11px;font-weight:800;display:block}.field input:not([type=checkbox]),.field textarea,.field select,.select-wrap select{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--ink);border-radius:7px;transition:border-color .18s,box-shadow .18s}.field input:not([type=checkbox]),.field select,.select-wrap select{height:43px;padding:0 12px}.field textarea{resize:vertical;min-height:92px;padding:11px 12px;line-height:1.52}.field input::placeholder,.field textarea::placeholder{color:color-mix(in srgb, var(--muted) 72%, transparent)}.field input:focus,.field textarea:focus,.field select:focus,.select-wrap select:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 11%, transparent);outline:none}.field input:disabled{opacity:.55;cursor:not-allowed}.select-wrap{position:relative}.select-wrap select{appearance:none;padding-right:34px}.select-wrap>svg{color:var(--muted);pointer-events:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.omit-button{background:var(--paper);color:var(--muted);text-transform:uppercase;cursor:pointer;border:0;border-radius:4px;align-items:center;gap:4px;padding:3px 7px;font-size:9px;font-weight:800;display:inline-flex}.omit-button:hover{color:var(--rust)}.presentation-block{border-left:3px solid var(--brand);background:color-mix(in srgb, var(--brand-soft) 42%, transparent);margin:20px 0 27px;padding:17px}.presentation-block>div:first-child{justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:13px;display:flex}.presentation-block p{max-width:500px;color:var(--muted);text-align:right;margin:0;font-size:10px;line-height:1.5}.segmented-control{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:repeat(3,1fr);padding:3px;display:grid}.segmented-control button{min-height:35px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:5px;padding:6px 10px;font-size:10px;font-weight:700}.segmented-control button.selected{color:#fff;background:var(--brand)}.primary-button,.secondary-button,.add-button,.text-button{cursor:pointer;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:41px;padding:0 17px;font-size:11px;font-weight:800;transition:transform .17s,background .17s,border-color .17s;display:inline-flex}.primary-button{border:1px solid var(--brand);background:var(--brand);color:#fff;box-shadow:0 7px 20px color-mix(in srgb, var(--brand) 20%, transparent)}.primary-button:hover:not(:disabled){background:var(--brand-dark);transform:translateY(-1px)}.secondary-button{border:1px solid var(--line-strong);background:var(--surface);color:var(--ink)}.secondary-button:hover:not(:disabled){border-color:var(--brand);color:var(--brand-dark)}.primary-button:disabled,.secondary-button:disabled{opacity:.55;cursor:wait}.primary-button.wide,.secondary-button.wide{width:100%}.secondary-button.small{min-height:35px;padding:0 11px;font-size:10px}.text-button{min-height:30px;color:var(--brand-dark);background:0 0;border:0;padding:0}.text-button:hover{color:var(--rust)}.form-card{border:1px solid var(--line);background:var(--surface);border-radius:10px;margin-bottom:14px;padding:19px;box-shadow:0 4px 18px #1f292606}.form-card-heading{border-bottom:1px solid var(--line);align-items:center;gap:9px;margin-bottom:17px;padding-bottom:12px;display:flex}.form-card-heading>span{width:29px;height:29px;color:var(--brand-dark);background:var(--brand-soft);border-radius:6px 6px 6px 2px;place-items:center;display:grid}.form-card-heading h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:600}.helper-row{justify-content:space-between;align-items:center;margin-top:6px;display:flex}.helper-row>span,.field-help{color:var(--muted);font-size:9px}.field-help{margin-top:6px;display:block}.repeat-list{gap:15px;display:grid}.repeat-item{border:1px solid var(--line);background:color-mix(in srgb, var(--paper) 45%, var(--surface));border-radius:8px;padding:15px 15px 13px 42px;position:relative}.repeat-item .two-column-fields{margin-bottom:12px}.repeat-number{flex-direction:column;justify-content:space-between;align-items:center;display:flex;position:absolute;top:14px;bottom:14px;left:11px}.repeat-number>span{color:var(--rust);font-family:Georgia,Times New Roman,serif;font-size:11px;font-style:italic}.repeat-number button{width:25px;height:25px;color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.repeat-number button:hover{color:var(--rust)}.suggestion{margin-top:4px;margin-left:auto}.check-label{cursor:pointer;align-items:center;gap:6px;margin-top:7px;color:var(--muted)!important;font-size:9px!important;display:flex!important}.check-label input{accent-color:var(--brand)}.add-button{border:1px dashed var(--line-strong);width:100%;color:var(--brand-dark);background:0 0;margin-top:13px}.add-button:hover{border-color:var(--brand);background:var(--brand-soft)}.navigation-row{justify-content:space-between;gap:12px;margin-top:24px;display:flex}.template-swatch{background:var(--resume-soft);color:#26302d;border-left:5px solid var(--resume-accent);grid-template-columns:52px 1fr;align-items:center;gap:15px;min-height:112px;padding:18px;display:grid;position:relative;overflow:hidden}.template-swatch:after{content:"";border:1px solid color-mix(in srgb, var(--resume-accent) 22%, transparent);border-radius:50%;width:150px;height:150px;position:absolute;bottom:-80px;right:-66px}.template-swatch>span:first-child{width:52px;height:52px;color:var(--resume-accent);border:1px solid color-mix(in srgb, var(--resume-accent) 25%, transparent);background:#ffffff80;place-items:center;display:grid}.template-swatch strong{margin-bottom:5px;font-family:Georgia,Times New Roman,serif;font-size:23px;display:block}.template-swatch p{color:#59625f;max-width:420px;margin:0;font-size:11px;line-height:1.5}.recommended-tag{background:var(--resume-accent);color:#fff;letter-spacing:.5px;text-transform:uppercase;padding:4px 7px;font-size:8px;font-weight:800;position:absolute;top:10px;right:10px}.color-picker-row{flex-wrap:wrap;gap:10px;display:flex}.color-picker-row button{border:3px solid var(--surface);color:#fff;width:35px;height:35px;box-shadow:0 0 0 1px var(--line);cursor:pointer;border-radius:50%;place-items:center;display:grid}.color-picker-row button.selected{box-shadow:0 0 0 2px var(--ink)}.photo-choice{grid-template-columns:76px 1fr auto;align-items:center;gap:15px;display:grid}.photo-choice-preview{width:76px;height:90px;color:var(--muted);border:1px dashed var(--line-strong);background:var(--paper);place-items:center;display:grid;overflow:hidden}.photo-choice-preview img{object-fit:cover;width:100%;height:100%}.photo-choice strong{font-family:Georgia,Times New Roman,serif;font-size:15px}.photo-choice p{color:var(--muted);margin:5px 0 10px;font-size:10px;line-height:1.48}.photo-buttons{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.privacy-card,.readiness-card{border:1px solid color-mix(in srgb, var(--brand) 20%, var(--line));background:var(--brand-soft);color:var(--brand-dark);align-items:center;gap:14px;margin:15px 0;padding:16px;display:flex}.privacy-card strong,.readiness-card strong{margin-bottom:3px;font-size:11px;display:block}.privacy-card p,.readiness-card p{color:var(--muted);margin:0;font-size:9px}.readiness-card{padding:18px}.score-ring{--score:0deg;background:conic-gradient(var(--brand) var(--score), color-mix(in srgb, var(--line) 70%, transparent) 0);border-radius:50%;flex:none;place-items:center;width:62px;height:62px;display:grid}.score-ring:before{content:"";background:var(--brand-soft);border-radius:50%;grid-area:1/1;width:48px;height:48px}.score-ring span{z-index:1;grid-area:1/1;font-family:Georgia,Times New Roman,serif;font-size:14px;font-weight:700;position:relative}.language-output-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.language-output-grid button{border:1px solid var(--line);background:var(--surface);text-align:left;cursor:pointer;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;min-height:65px;padding:10px 13px;display:grid}.language-output-grid button.selected{border-color:var(--brand);box-shadow:inset 3px 0 0 var(--brand)}.language-output-grid button>span{width:35px;height:35px;color:var(--brand-dark);background:var(--brand-soft);place-items:center;font-size:10px;font-weight:900;display:grid}.language-output-grid strong{font-size:11px}.translation-note,.model-note{color:var(--muted);align-items:flex-start;gap:7px;margin:12px 0;font-size:9px;line-height:1.5;display:flex}.translation-note svg,.model-note svg{color:var(--brand);flex:none}.download-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.download-grid>button{border:1px solid var(--line);background:var(--surface);text-align:left;cursor:pointer;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;min-height:84px;padding:10px;display:grid}.download-grid>button:hover:not(:disabled){border-color:var(--brand);transform:translateY(-1px)}.download-grid>button:disabled{opacity:.6;cursor:wait}.format-icon{color:#fff;place-items:center;width:34px;height:43px;display:grid}.format-icon.pdf{background:#b34a32}.format-icon.word{background:#37659a}.format-icon.png{background:#5b477d}.download-grid strong,.download-grid small{display:block}.download-grid strong{margin-bottom:3px;font-size:11px}.download-grid small{color:var(--muted);font-size:8px}.recommendations-intro{color:var(--muted);margin:-4px 0 14px;font-size:10px;line-height:1.5}.job-board-list{gap:7px;display:grid}.job-board-list a{border:1px solid var(--line);color:var(--ink);grid-template-columns:33px minmax(0,1fr) auto 16px;align-items:center;gap:10px;padding:9px;text-decoration:none;transition:border-color .17s,transform .17s;display:grid}.job-board-list a:hover{border-color:var(--brand);transform:translate(2px)}.board-logo{color:#fff;background:var(--brand);place-items:center;width:33px;height:33px;font-family:Georgia,Times New Roman,serif;font-weight:700;display:grid}.job-board-list strong,.job-board-list small{display:block}.job-board-list strong{margin-bottom:2px;font-size:10px}.job-board-list small{color:var(--muted);font-size:8px;line-height:1.35}.job-board-list em{color:var(--brand-dark);background:var(--brand-soft);padding:3px 6px;font-size:8px;font-style:normal;font-weight:800}.preview-panel{background:linear-gradient(color-mix(in srgb, var(--brand) 4%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--brand) 4%, transparent) 1px, transparent 1px), #e9ebe6;background-size:28px 28px;min-width:0;position:relative}:root[data-theme=dark] .preview-panel{background-color:#0d1210}.preview-toolbar{top:var(--header-height);z-index:12;border-bottom:1px solid color-mix(in srgb, var(--line-strong) 75%, transparent);background:color-mix(in srgb, var(--paper) 88%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);justify-content:space-between;align-items:center;height:52px;padding:0 clamp(18px,2.7vw,38px);display:flex;position:sticky}.preview-toolbar>span{color:var(--muted);letter-spacing:.4px;text-transform:uppercase;align-items:center;gap:7px;font-size:10px;font-weight:800;display:flex}.status-dot{background:#3c9c70;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #3c9c701f}.preview-language{border:1px solid var(--line);background:var(--surface);border-radius:5px;gap:3px;padding:3px;display:flex}.preview-language button{width:31px;height:24px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:3px;padding:0;font-size:8px;font-weight:900}.preview-language button.active{color:#fff;background:var(--brand)}.resume-stage{top:calc(var(--header-height) + 52px);min-height:calc(100vh - var(--header-height) - 52px);justify-content:center;align-items:flex-start;padding:clamp(25px,3.6vw,52px) clamp(18px,4vw,60px) 105px;display:flex;position:sticky}.resume-sheet{--resume-accent:#215d55;--resume-soft:#dcebe7;color:#26302d;background:#fff;width:min(100%,630px);min-height:890px;padding:48px 48px 34px;font-family:Arial,Helvetica,sans-serif;position:relative;overflow:hidden;box-shadow:0 24px 65px #1825212e,0 2px 8px #18252114}.resume-sheet:before{content:"";background:var(--resume-accent);width:8px;position:absolute;inset:0 auto 0 0}.resume-texture{z-index:0;opacity:.18;pointer-events:none;width:255px;height:255px;position:absolute;top:-50px;right:-65px}.motif-grid .resume-texture{background-image:linear-gradient(var(--resume-accent) 1px, transparent 1px), linear-gradient(90deg, var(--resume-accent) 1px, transparent 1px);background-size:18px 18px;transform:rotate(8deg)}.motif-pulse .resume-texture{border:24px solid var(--resume-accent);box-shadow:0 0 0 24px transparent, 0 0 0 25px var(--resume-accent), 0 0 0 48px transparent, 0 0 0 49px var(--resume-accent);border-radius:50%}.motif-ledger .resume-texture{background:repeating-linear-gradient(0deg, transparent 0 22px, var(--resume-accent) 23px 24px)}.motif-frame .resume-texture{border:22px solid var(--resume-accent);transform:rotate(12deg)}.motif-margin .resume-texture{background:repeating-linear-gradient(0deg, transparent 0 17px, var(--resume-accent) 18px 19px);border-left:2px solid var(--resume-accent)}.motif-columns .resume-texture{background:repeating-linear-gradient(90deg, var(--resume-accent) 0 11px, transparent 11px 27px)}.motif-arrow .resume-texture{border:solid var(--resume-accent);border-width:0 28px 28px 0;transform:rotate(-45deg)}.motif-ruler .resume-texture{background:repeating-linear-gradient(90deg, var(--resume-accent) 0 1px, transparent 1px 12px);border-bottom:12px solid var(--resume-accent)}.motif-arch .resume-texture{border:24px solid var(--resume-accent);border-bottom:0;border-radius:140px 140px 0 0}.motif-circle .resume-texture{border:1px solid var(--resume-accent);background:radial-gradient(circle, transparent 0 31%, var(--resume-accent) 32% 33%, transparent 34% 58%, var(--resume-accent) 59% 60%, transparent 61%);border-radius:50%}.motif-signature .resume-texture{border-bottom:2px solid var(--resume-accent);box-shadow:0 24px 0 -22px var(--resume-accent), 0 48px 0 -46px var(--resume-accent);border-radius:50%;transform:rotate(-12deg)}.resume-header,.resume-contact,.resume-body,.resume-footer{z-index:1;position:relative}.resume-header{border-bottom:2px solid var(--resume-accent);justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:24px;display:flex}.resume-heading{min-width:0}.resume-sector-mark{color:var(--resume-accent);letter-spacing:1px;text-transform:uppercase;align-items:center;gap:7px;margin-bottom:18px;font-size:8px;font-weight:900;display:inline-flex}.resume-header h2{letter-spacing:-1.4px;overflow-wrap:anywhere;margin:0;font-family:Georgia,Times New Roman,serif;font-size:37px;font-weight:500;line-height:1}.resume-role{color:var(--resume-accent);margin:10px 0 0;font-size:13px;font-weight:700}.resume-photo{outline:1px solid color-mix(in srgb, var(--resume-accent) 35%, transparent);width:94px;height:111px;box-shadow:8px 8px 0 var(--resume-soft);border:4px solid #fff;flex:none;overflow:hidden}.resume-photo img{object-fit:cover;width:100%;height:100%}.resume-contact{color:#59625f;border-bottom:1px solid #daddd9;flex-wrap:wrap;gap:8px 15px;padding:11px 0;font-size:7.5px;display:flex}.resume-contact span{overflow-wrap:anywhere;align-items:center;gap:4px;display:inline-flex}.resume-body{padding-top:24px}.resume-section{margin-bottom:24px}.resume-section>h3{color:var(--resume-accent);letter-spacing:1.35px;text-transform:uppercase;align-items:center;gap:9px;margin:0 0 12px;font-size:8px;font-weight:900;display:flex}.resume-section>h3:after{content:"";background:var(--resume-soft);flex:1;height:1px}.resume-section>p,.resume-entry>p{color:#59625f;margin:0;font-size:8.5px;line-height:1.65}.resume-entry{border-left:2px solid var(--resume-soft);margin-bottom:15px;padding-left:13px;position:relative}.resume-entry:last-child{margin-bottom:0}.resume-entry:before{content:"";background:var(--resume-accent);border-radius:50%;width:6px;height:6px;position:absolute;top:2px;left:-4px}.entry-head{justify-content:space-between;gap:15px;margin-bottom:6px;display:flex}.entry-head h4{color:#26302d;margin:0 0 2px;font-family:Georgia,Times New Roman,serif;font-size:11px;font-weight:700}.entry-head strong{color:#59625f;font-size:7.5px}.entry-head>span{color:#79817e;flex:none;font-size:7px;font-weight:700}.resume-columns{grid-template-columns:1.35fr .9fr;gap:28px;display:grid}.education-entry{margin-bottom:12px}.skill-tags{flex-wrap:wrap;gap:5px;display:flex}.skill-tags span{color:var(--resume-accent);background:var(--resume-soft);padding:5px 7px;font-size:7px;font-weight:800}.empty-resume-line{gap:7px;display:grid}.empty-resume-line span{background:#eff1ef;width:100%;height:6px}.empty-resume-line span:nth-child(2){width:86%}.empty-resume-line span:nth-child(3){width:65%}.resume-footer{color:#9aa19e;letter-spacing:.7px;text-transform:uppercase;border-top:1px solid #e3e5e2;justify-content:space-between;align-items:center;padding-top:9px;font-size:6.5px;font-weight:800;display:flex;position:absolute;bottom:22px;left:48px;right:48px}.resume-footer span:first-child{color:var(--resume-accent);text-transform:none;font-family:Georgia,Times New Roman,serif;font-size:9px}.sector-creative .resume-header,.sector-marketing .resume-header{border-bottom-width:5px}.sector-health .resume-sheet:before,.sector-health:before{width:4px}.sector-business .resume-header h2,.sector-legal .resume-header h2,.sector-education .resume-header h2{letter-spacing:-.7px}.sector-operations .resume-section>h3,.sector-technology .resume-section>h3{font-family:Courier New,monospace}.preview-score{z-index:14;border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 94%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);grid-template-columns:auto 1fr auto;align-items:center;gap:12px;width:min(360px,46vw - 52px);padding:10px 12px;display:grid;position:fixed;bottom:20px;right:26px;box-shadow:0 12px 35px #141f1b29}.preview-score>div:first-child{align-items:baseline;gap:4px;display:flex}.preview-score>div span{font-family:Georgia,Times New Roman,serif;font-size:14px;font-weight:700}.preview-score small{color:var(--muted);font-size:8px}.score-bar{background:var(--line);height:4px;overflow:hidden}.score-bar span{background:var(--brand);height:100%;transition:width .25s;display:block}.preview-score button{color:var(--brand-dark);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;font-size:9px;font-weight:800;display:inline-flex}.site-footer{border-top:1px solid var(--line);background:var(--panel);min-height:64px;color:var(--muted);justify-content:space-between;align-items:center;gap:20px;padding:16px clamp(20px,4vw,64px);font-size:10px;display:flex}.site-footer a{color:var(--brand-dark);align-items:center;gap:4px;font-weight:800;text-decoration:none;display:inline-flex}.site-footer a:hover{color:var(--rust)}.mobile-view-toggle{display:none}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0d1411b8;place-items:center;padding:20px;animation:.2s both fadeIn;display:grid;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.photo-modal{background:var(--panel);width:min(920px,100%);max-height:calc(100vh - 36px);padding:clamp(24px,3vw,38px);position:relative;overflow:auto;box-shadow:0 30px 90px #0000004d}.modal-close{z-index:2;border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:50%;place-items:center;width:36px;height:36px;padding:0;display:grid;position:absolute;top:14px;right:14px}.modal-copy{grid-template-columns:45px 1fr;gap:15px;max-width:720px;margin-bottom:24px;display:grid}.modal-icon{width:45px;height:45px;color:var(--brand-dark);background:var(--brand-soft);border-radius:50% 50% 50% 10px;place-items:center;display:grid}.modal-copy .eyebrow{margin-bottom:7px}.modal-copy h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(27px,3vw,38px);font-weight:500}.modal-copy>div>p:last-child{color:var(--muted);margin:8px 0 0;font-size:11px;line-height:1.58}.photo-studio-grid{grid-template-columns:minmax(280px,.9fr) minmax(310px,1.1fr);gap:26px;display:grid}.studio-preview{border:1px solid var(--line);place-items:center;min-height:440px;display:grid;position:relative;overflow:hidden}.studio-preview.backdrop-mist{background:radial-gradient(circle at 50% 25%,#eef3f1,#cbd9d5)}.studio-preview.backdrop-slate{background:radial-gradient(circle at 50% 25%,#59636a,#222b30)}.studio-preview.backdrop-warm{background:radial-gradient(circle at 50% 25%,#efe8dd,#d6c6b0)}.studio-preview>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.studio-preview>div:not(.processing-overlay){color:#66736e;flex-direction:column;align-items:center;gap:10px;font-size:10px;display:flex}.processing-overlay{z-index:2;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#151f1bc2;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;inset:0}.processing-overlay strong{font-size:11px}.processing-overlay>span{background:#ffffff40;width:140px;height:4px;overflow:hidden}.processing-overlay i{background:#fff;height:100%;transition:width .2s;display:block}.studio-controls{align-content:start;gap:15px;display:grid}.upload-zone{border:1px dashed var(--line-strong);background:var(--surface);min-height:76px;color:var(--brand-dark);text-align:left;cursor:pointer;align-items:center;gap:12px;padding:14px;display:flex}.upload-zone:hover{border-color:var(--brand);background:var(--brand-soft)}.upload-zone strong,.upload-zone small{display:block}.upload-zone strong{margin-bottom:4px;font-size:10px}.upload-zone small{color:var(--muted);font-size:8px}.segmented-control.mini{margin-top:7px}.backdrop-options{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:7px;display:grid}.backdrop-options button{border:1px solid var(--line);background:var(--surface);cursor:pointer;justify-content:center;align-items:center;gap:6px;min-height:42px;font-size:9px;font-weight:700;display:flex}.backdrop-options button.selected{border-color:var(--brand);box-shadow:inset 0 -2px 0 var(--brand)}.backdrop-dot{border-radius:50%;width:16px;height:16px}.backdrop-dot.mist{background:#dce7e3}.backdrop-dot.slate{background:#4a555a}.backdrop-dot.warm{background:#dfd0bb}.toast{z-index:120;border:1px solid color-mix(in srgb, var(--brand) 30%, var(--line));background:var(--surface);max-width:min(430px,100vw - 30px);color:var(--brand-dark);box-shadow:var(--shadow);align-items:center;gap:8px;padding:11px 15px;font-size:10px;font-weight:800;animation:.25s both toastIn;display:flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%)}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1160px){.main-layout{grid-template-columns:minmax(0,1fr) minmax(410px,.8fr)}.builder-panel{padding-left:38px;padding-right:38px}.resume-sheet{min-height:790px;padding:38px 38px 30px}.resume-footer{left:38px;right:38px}.resume-header h2{font-size:31px}.download-grid{grid-template-columns:1fr}}@media (max-width:900px){:root{--header-height:64px}.site-header{padding:0 18px}.privacy-pill span{display:none}.privacy-pill{justify-content:center;width:36px;padding:0}.main-layout{display:block}.builder-panel,.preview-panel{min-height:calc(100vh - var(--header-height))}.builder-panel{border-right:0;padding:38px 22px 112px}.builder-panel.mobile-hidden,.preview-panel.mobile-hidden{display:none}.step-content,.hero-copy,.stepper{max-width:760px;margin-left:auto;margin-right:auto}.preview-panel{padding-bottom:90px}.preview-toolbar{top:var(--header-height)}.resume-stage{min-height:0;padding:28px 18px 92px;position:relative;top:auto}.resume-sheet{width:min(100%,690px);min-height:940px}.preview-score{display:none}.mobile-view-toggle{z-index:55;border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 95%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:11px;grid-template-columns:repeat(2,1fr);width:min(330px,100vw - 32px);padding:4px;display:grid;position:fixed;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 15px 40px #131e1a33}.mobile-view-toggle button{min-height:41px;color:var(--muted);background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;gap:7px;font-size:10px;font-weight:800;display:inline-flex}.mobile-view-toggle button.active{color:#fff;background:var(--brand)}.site-footer{padding-bottom:82px}}@media (max-width:620px){.brand{font-size:21px}.brand-mark{width:30px;height:30px}.theme-toggle>svg{display:none}.header-actions{gap:5px}.header-toggle{padding:0 9px}.hero-copy h1{letter-spacing:-1.6px;font-size:40px}.hero-copy>p:last-child{font-size:13px}.stepper{margin-top:34px;margin-bottom:36px}.stepper button em{display:none}.sector-grid,.profile-settings,.two-column-fields,.language-output-grid,.photo-studio-grid{grid-template-columns:1fr}.sector-card-other{grid-column:auto}.sector-card{min-height:68px}.presentation-block>div:first-child{display:block}.presentation-block p{text-align:left;margin-top:6px}.form-card{padding:15px}.repeat-item{padding-right:11px}.navigation-row .primary-button,.navigation-row .secondary-button{padding:0 11px}.photo-choice{grid-template-columns:65px 1fr}.photo-choice-preview{width:65px;height:78px}.photo-choice>.omit-button{grid-column:2;justify-self:start}.template-swatch{grid-template-columns:43px 1fr;padding:14px}.template-swatch>span:first-child{width:43px;height:43px}.template-swatch strong{font-size:19px}.recommended-tag{display:none}.photo-modal{max-height:calc(100vh - 16px);padding:22px 16px}.modal-copy{grid-template-columns:1fr;padding-right:30px}.modal-icon{display:none}.studio-preview{min-height:360px}.resume-stage{padding-left:8px;padding-right:8px}.resume-sheet{min-height:690px;padding:30px 28px 26px}.resume-sheet:before{width:5px}.resume-header{padding-bottom:17px}.resume-header h2{font-size:27px}.resume-photo{width:72px;height:86px}.resume-sector-mark{margin-bottom:12px}.resume-body{padding-top:17px}.resume-section{margin-bottom:17px}.resume-columns{gap:17px}.resume-footer{bottom:15px;left:28px;right:28px}.site-footer{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.site-header,.builder-panel,.preview-toolbar,.preview-score,.site-footer,.mobile-view-toggle{display:none!important}.main-layout,.preview-panel,.resume-stage{background:#fff!important;padding:0!important;display:block!important}.resume-sheet{width:210mm;min-height:297mm;box-shadow:none}}
