:root{font-family:Tahoma,"Segoe UI",Arial,sans-serif;color:#203846;background:#f3f6f7;line-height:1.75;font-synthesis:none;--ink:#183341;--teal:#176d68;--muted:#637880;--line:#dce6e8;--soft:#edf6f3}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}header{background:#183341;color:#fff;padding:2rem max(1.25rem,calc((100vw - 1180px)/2));display:flex;justify-content:space-between;align-items:center;gap:1rem}header small{color:#a7e4d6;letter-spacing:.16em}h1{font-size:clamp(1.7rem,3.5vw,2.6rem);line-height:1.45;margin:.5rem 0 .65rem;letter-spacing:-.035em}h2{margin:0 0 .3rem;font-size:1.15rem;line-height:1.6}p{margin:.4rem 0 1rem}main{max-width:1220px;padding:1.5rem 1.25rem;margin:auto}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:clamp(1.1rem,2.6vw,2rem);margin:1rem 0;box-shadow:0 3px 16px #18334103}.grid,.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem 1.3rem}label{display:block;margin-bottom:1.1rem;font-weight:600;font-size:.9rem}input,textarea{display:block;width:100%;border:1px solid #cbd9df;border-radius:9px;padding:.85rem 1rem;background:#fff;color:var(--ink);line-height:1.65;min-width:0;transition:border-color .15s,box-shadow .15s}input{min-height:49px}input::placeholder,textarea::placeholder{color:#7b8c95;opacity:1;font-size:.88rem}textarea{min-height:160px;resize:vertical}input:focus,textarea:focus{border-color:var(--teal);outline:3px solid #d8ece5;outline-offset:1px}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #42a895;outline-offset:4px}fieldset{border:0;padding:0;margin:0;min-width:0}fieldset:disabled{opacity:.7}button{border:1px solid transparent;border-radius:9px;background:var(--teal);color:#fff;padding:.8rem 1.25rem;font-weight:600;font-size:.87rem;cursor:pointer;line-height:1.65;min-height:44px;transition:background .15s}button:hover{background:#125852}button:disabled{opacity:.55;cursor:wait}.secondary{background:#fff;color:var(--ink);border-color:#cedbdf}.secondary:hover{background:#f1f5f6}.text-button{background:transparent;color:var(--teal);border:0;padding:.45rem 0;min-height:36px;font-size:.8rem}.text-button:hover{background:transparent;color:#104e48;text-decoration:underline}.actions{display:flex;gap:.6rem;flex-wrap:wrap}.muted,footer{color:var(--muted);font-size:.85rem}.check{display:flex;gap:.65rem;align-items:flex-start;line-height:1.85;font-weight:400}.check input{width:17px;height:17px;min-height:0;flex-shrink:0;margin:.4rem 0 0;accent-color:var(--teal)}#notice{margin:0}#notice:not(:empty){padding:.85rem 1.1rem;background:#fffaed;border:1px solid #ecdcb0;color:#715c29;border-radius:10px;margin:.2rem 0 1.25rem;font-size:.88rem}#snapshot{border:1px solid #c9d9d9;background:#fafcfc;border-radius:12px;padding:1.5rem;margin:1.5rem 0;overflow-wrap:anywhere}#snapshot h3{font-size:.95rem;margin:1.25rem 0 .4rem;color:var(--teal)}#snapshot p{white-space:pre-wrap}.snapshot-photo{width:150px;height:180px;object-fit:contain;display:block;margin:1rem 0}a{color:var(--teal);overflow-wrap:anywhere}.user-row{padding:1rem 0;border-bottom:1px solid var(--line)}.user-row button{margin:.3rem}code{overflow-wrap:anywhere}[hidden]{display:none!important}
/* Editor layout: no external fonts, scripts, images or analytics. */
.site-header{padding-top:1.1rem;padding-bottom:1.1rem;background:var(--ink);min-height:88px}.brand{display:flex;align-items:center;gap:.85rem}.brand-mark{display:grid;place-content:center;direction:ltr;display:flex;align-items:center;justify-content:center;background:#dbece4;color:var(--ink);width:43px;height:45px;border-radius:11px;font-family:Georgia,serif;font-size:2rem;font-weight:bold;line-height:1}.brand-mark span{color:#238a74}.brand small{color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.15em}.brand-caption{margin:0;color:#aabec4;font-size:.7rem}.header-actions{display:flex;align-items:center;gap:1rem}.privacy-tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;color:#c6e5da}.privacy-tag span{color:#89ceba}.header-lock{background:#294654;border:1px solid #45606c;color:#fff;min-height:40px;padding:.55rem .9rem;font-size:.78rem}.header-lock:hover{background:#355361}.eyebrow{font-size:.72rem;color:var(--teal);font-weight:700;letter-spacing:.015em}.workspace-intro{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin:.75rem 0 2rem}.workspace-intro p{margin-bottom:0;color:var(--muted);font-size:.9rem;max-width:630px}.owner-badge{font-size:.78rem;color:#47635f;border:1px solid #cddfd8;background:#edf5f1;border-radius:999px;padding:.5rem 1rem;max-width:250px;overflow-wrap:anywhere;flex-shrink:0}.workspace{display:grid;grid-template-columns:255px minmax(0,1fr);gap:1.6rem;align-items:start}.editor-sidebar{position:sticky;top:1.25rem;min-width:0}.sidebar-card{background:#fff;border:1px solid var(--line);padding:1.25rem;border-radius:15px}.progress-heading{display:flex;align-items:center;justify-content:space-between;margin:.8rem 0 .5rem;font-size:.82rem}.progress-heading strong{font-size:.95rem}.progress-heading>span{color:var(--muted);font-size:.72rem}progress{display:block;appearance:none;border:0;background:#e8efee;border-radius:20px;height:6px;width:100%;overflow:hidden}progress::-webkit-progress-bar{background:#e8efee;border-radius:20px}progress::-webkit-progress-value{background:var(--teal);border-radius:20px}progress::-moz-progress-bar{background:var(--teal);border-radius:20px}.sidebar-hint{color:var(--muted);font-size:.73rem;line-height:1.9;margin:.8rem 0 1.2rem}.section-nav{border-top:1px solid #edf1f2;padding-top:.75rem;display:grid;gap:.3rem}.section-nav a{display:flex;align-items:center;gap:.7rem;color:#5b707a;text-decoration:none;font-size:.79rem;padding:.75rem .65rem;border-radius:8px;font-weight:500}.section-nav a:hover{background:#f5f8f8}.section-nav a[aria-current]{background:var(--soft);color:#125d54;font-weight:700}.nav-number{font-size:.65rem;font-weight:700;font-variant-numeric:tabular-nums;color:#879c9f;min-width:1.25rem}.section-nav a[aria-current] .nav-number{color:var(--teal)}.nav-check{margin-inline-start:auto;color:var(--teal);font-size:.85rem}.sidebar-tip{background:#eaf1ec;border:1px solid #dae5dc;border-radius:14px;padding:1.15rem;margin-top:1rem}.tip-icon{display:block;color:#527854;font-size:1.2rem;margin-bottom:.25rem}.sidebar-tip strong{font-size:.81rem}.sidebar-tip p{font-size:.77rem;color:#61766c;margin:.4rem 0 0;line-height:1.9}.sidebar-privacy{font-size:.72rem;color:#768a8e;padding:0 .45rem;line-height:1.95;margin-top:1.1rem}.editor-content{min-width:0}.form-section{margin:0 0 1.25rem;scroll-margin-top:1rem}.form-section:focus{outline:none}.form-section:focus-visible{outline:3px solid #c9e6dc;outline-offset:3px}.section-heading{display:flex;align-items:flex-start;gap:.9rem;margin-bottom:1.4rem}.section-number{width:37px;height:37px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#edf5f2;color:#4b8274;font-size:.75rem;font-weight:700;flex-shrink:0;margin-top:.1rem}.section-heading p{font-size:.8rem;color:var(--muted);margin:0;line-height:1.9}.field{min-width:0}.field label{margin:0 0 .4rem;font-size:.84rem}.field.wide{grid-column:1/-1}.field-hint{font-size:.72rem;color:#72868d;margin:.45rem 0 0;line-height:1.85}.field-grid>label{margin-bottom:0}.writing-tip{font-size:.76rem;color:#6b8085;background:#f6f9f9;border-inline-start:3px solid #cbded6;border-radius:4px;padding:.7rem .9rem;margin:1rem 0 0;line-height:1.9}.photo-area{display:flex;align-items:center;gap:1.2rem;background:#f8faf9;border:1px dashed #d5e1dd;border-radius:12px;padding:1.1rem;margin-bottom:1.6rem}.photo-frame{width:88px;height:105px;flex-shrink:0;border:1px solid #d2e0da;background:#eaf1ed;border-radius:11px;overflow:hidden;display:grid;place-items:center}.photo-frame #photo-preview{width:100%;height:105px;object-fit:cover;margin:0;display:block}#photo-empty{text-align:center;font-size:.74rem;color:#82968a;line-height:1.85}.photo-controls{min-width:0}.photo-controls label{font-size:.83rem;margin:0}.optional{font-size:.68rem;font-weight:400;color:#71847d;margin-inline-start:.5rem}.photo-controls p{margin:.25rem 0 .6rem;font-size:.71rem;color:var(--muted)}input[type=file]{font-size:.73rem;background:transparent;border:0;padding:0;min-height:32px;max-width:100%;line-height:1.7}input[type=file]::file-selector-button{font:inherit;border:1px solid #cbdad2;border-radius:6px;background:#fff;color:var(--teal);padding:.35rem .65rem;margin-inline-end:.6rem;cursor:pointer}.photo-controls .text-button{font-size:.71rem;padding:.3rem 0}.save-bar{position:sticky;bottom:1rem;z-index:5;display:flex;justify-content:space-between;align-items:center;gap:1rem;background:#fff;border:1px solid #cbded7;border-radius:13px;padding:1rem 1.1rem;box-shadow:0 6px 24px #18334110;margin:0 0 1.6rem}.save-state{display:flex;align-items:center;gap:.65rem;min-width:0}.save-state strong{font-size:.76rem}.save-state p{font-size:.66rem;color:var(--muted);margin:0;line-height:1.7}#save-indicator{display:block;width:8px;height:8px;border-radius:50%;background:#47896f;flex-shrink:0}#save-indicator[data-state=dirty]{background:#d89f35}.save-bar button{font-size:.77rem;padding:.7rem .85rem}.publication-card{border-color:#d4e0db;margin-top:0}.publication-card .section-heading{margin-bottom:.75rem}.section-description{color:var(--muted);font-size:.86rem;line-height:1.95;margin:.75rem 0 1.35rem}.publish-icon{font-size:1.3rem}.publication-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1rem;font-size:.8rem}.security-card{padding:1.15rem 1.5rem}.security-card summary{cursor:pointer;font-size:.88rem;font-weight:700;min-height:30px}.security-card summary .muted{margin-inline-start:.8rem;font-size:.74rem;font-weight:400}.security-card[open] summary{margin-bottom:1.25rem}.auth-card{max-width:570px;margin:3rem auto;padding:clamp(1.5rem,4vw,2.75rem)}.auth-card h1{font-size:1.85rem}.auth-card .owner-badge{display:inline-block;margin-top:0}.auth-card input{margin-top:.4rem}.auth-card form{margin-top:1.5rem}.auth-card .check{font-size:.78rem}.privacy-note{border-top:1px solid var(--line);margin-top:1.5rem;padding-top:1rem;font-size:.77rem;color:var(--muted);line-height:1.95}.full-width{width:100%}footer{text-align:center;padding:1.5rem 1rem 2rem;border-top:1px solid #e0e8e9;margin-top:1.5rem}footer>span{font-size:.67rem;letter-spacing:.2em;font-weight:bold;color:#7b9094}footer p{font-size:.73rem;margin:.5rem 0 0}
@media(min-width:851px){#section-profile .field:last-child{grid-column:1/-1}}
@media(max-width:1050px){.workspace{grid-template-columns:215px minmax(0,1fr);gap:1.2rem}.sidebar-card{padding:1rem}.save-bar{flex-wrap:wrap}.save-bar .actions{flex:1;justify-content:flex-end}.section-nav a{font-size:.73rem;gap:.5rem}}
@media(max-width:850px){.workspace{grid-template-columns:1fr;gap:1rem}.editor-sidebar{position:static}.sidebar-tip,.sidebar-privacy,.sidebar-hint{display:none}.sidebar-card{padding:1rem 1.15rem}.sidebar-card>.eyebrow{display:none}.progress-heading{margin:0 0 .5rem}.section-nav{display:flex;overflow-x:auto;gap:.35rem;margin-top:.75rem;padding-top:.65rem}.section-nav a{flex-shrink:0;font-size:.72rem;padding:.6rem .75rem}.nav-number{min-width:auto}.nav-check:empty{display:none}.workspace-intro{margin:.5rem 0 1.35rem}.owner-badge{max-width:180px}.save-bar{flex-wrap:nowrap}.save-bar .actions{flex:initial}.site-header{padding-inline:1.25rem}}
@media(max-width:600px){main{padding:1rem .85rem}.grid,.field-grid{grid-template-columns:1fr;gap:1rem}.site-header{min-height:77px;padding:1rem}.brand-mark{width:35px;height:37px;font-size:1.7rem;border-radius:8px}.brand small{font-size:.67rem}.brand-caption{font-size:.62rem}.header-actions{gap:.5rem}.privacy-tag{font-size:.62rem}.privacy-tag span{display:none}.header-lock{font-size:.65rem;padding:.4rem .65rem;min-height:36px}.workspace-intro{display:block}.workspace-intro h1{font-size:1.95rem}.workspace-intro p{font-size:.8rem}.workspace-intro .owner-badge{display:inline-block;margin-top:.85rem;font-size:.7rem;padding:.3rem .8rem}.form-section{border-radius:14px;padding:1.25rem 1.1rem}.section-heading{gap:.75rem;margin-bottom:1.15rem}.section-heading h2{font-size:1.02rem}.section-heading p{font-size:.74rem}.section-number{width:32px;height:32px;font-size:.67rem}.photo-area{gap:.8rem;padding:.85rem}.photo-frame{width:68px;height:84px}.photo-frame #photo-preview{height:84px}.photo-controls p{font-size:.65rem}.photo-controls label{font-size:.76rem}input,textarea{font-size:16px;padding:.75rem .8rem}input::placeholder,textarea::placeholder{font-size:.79rem}.save-bar{flex-wrap:wrap;gap:.7rem;bottom:.5rem;padding:.85rem}.save-state{width:100%}.save-bar .actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.save-bar button{font-size:.7rem;padding:.65rem .5rem}.save-bar .save-button{order:-1}.save-state p{font-size:.66rem}.publication-card,.security-card{padding:1.25rem 1.1rem}.auth-card{margin:1.5rem auto}.auth-card h1{font-size:1.6rem}.check{font-size:.8rem}.security-card summary .muted{display:block;margin:.2rem 1rem 0}.section-nav{scrollbar-width:thin}.section-nav a{font-size:.7rem}.section-description{font-size:.8rem}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
/* Independent section pages and localized controls. */
select{font:inherit;display:block;width:100%;min-height:49px;border:1px solid #cbd9df;border-radius:9px;background:#fff;color:var(--ink);padding:.75rem .8rem}select:focus{border-color:var(--teal);outline:3px solid #d8ece5;outline-offset:1px}.locale-control{margin:0;color:#c6dbdf;font-size:.65rem;display:flex;gap:.6rem;align-items:center}.locale-control select{min-height:36px;width:auto;background:#294654;border-color:#45606c;color:#fff;padding:.35rem .6rem;font-size:.76rem}.page-heading{padding:.2rem .2rem 0}.page-heading h2{font-size:1.7rem;margin:.3rem 0}.page-heading h2:focus{outline:none}.page-heading .section-description{margin:.4rem 0 1.4rem}.entry-card{border:1px solid #d9e5df;border-radius:13px;background:#fbfdfc;padding:1.25rem;margin-bottom:1rem}.entry-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.1rem}.entry-heading h3{font-size:.95rem;margin:0}.entry-actions{display:flex;gap:.35rem}.entry-action{min-height:34px;min-width:34px;padding:.2rem .45rem;font-size:1rem}.entry-card>.field{margin-top:1rem}.current-check{align-self:end;margin-bottom:.8rem}.add-entry{width:100%;border:1px dashed #78a897;background:#f0f7f3;color:#1c6858}.add-entry:hover{background:#e0efe6}.entries-empty{padding:2rem 1.25rem;text-align:center;border:1px dashed #d2ded7;border-radius:10px;background:#f9fbfa;color:#667d75;font-size:.88rem;margin-bottom:1rem}.legacy-notes{margin-top:1.5rem;border-top:1px solid #e0e9e4;padding-top:1rem}.legacy-notes summary{font-size:.8rem;cursor:pointer;color:#5c726a;margin-bottom:.7rem}.step-footer{display:flex;justify-content:space-between;gap:1rem;margin:1.2rem 0}.step-footer button{min-width:110px}.preview-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.8rem;font-size:.85rem}.preview-toolbar [aria-pressed=true]{background:#e2eee8;border-color:#76a892;color:#155e50}#preview-shell{width:100%;background:#e4eaeb;border:1px solid #cfdcdc;border-radius:10px;overflow:hidden;margin-bottom:1.4rem}#preview-shell.mobile-preview{max-width:390px;margin-inline:auto}#cv-preview{display:block;width:100%;height:980px;border:0;background:#fff}.editor-app .save-bar{position:sticky;margin-top:1rem;bottom:.65rem}.editor-content #editor[hidden]{display:none!important}.editor-content input[type=month]{min-width:0;width:100%;font-size:.9rem}.editor-content .field-grid{align-items:start}.editor-content .photo-controls input[type=file]{max-width:100%}.entry-actions button:disabled{cursor:default}html[dir=ltr] .brand-mark{direction:ltr}html[dir=ltr] .section-nav a{font-size:.76rem}html[dir=ltr] .save-bar{flex-wrap:wrap}html[dir=ltr] .save-bar .actions{justify-content:flex-end}html[dir=ltr] .workspace-intro h1{letter-spacing:-.03em}#security-panel button{margin-top:1rem}#review-panel .check{margin-top:1rem}@media(max-width:600px){.locale-control>span{display:none}.header-actions{flex-wrap:wrap;justify-content:flex-end}.locale-control select{font-size:.7rem;min-height:34px}.entry-card{padding:1rem .85rem}.entry-heading{gap:.5rem}.entry-heading h3{font-size:.85rem}.entry-action{min-width:32px;min-height:32px}.page-heading h2{font-size:1.45rem}.step-footer button{font-size:.8rem}.preview-toolbar{flex-wrap:wrap}.preview-toolbar button{font-size:.75rem;padding:.6rem .8rem}#cv-preview{height:850px}select{font-size:16px}.save-bar .actions{grid-template-columns:1fr!important}.save-bar button{font-size:.72rem}.save-bar{position:static!important}.section-nav a{min-width:max-content}.entry-card .field-grid{gap:.9rem}.editor-content input[type=month]{font-size:16px}.workspace-intro p{font-size:.8rem}}
