:root{--cv-bg:#ececec;--cv-panel:#fff;--cv-text:#18202d;--cv-muted:#596273;--cv-border:#d8dee8;--cv-accent:#2f8f7b;--cv-accent-soft:#d8eee9;--cv-sheet:#f4f4f2;--cv-shadow:0 22px 70px #11182724;--cv-font:"Inter Variable", Inter, "DejaVu Sans", "Noto Sans", Arial, sans-serif}*{box-sizing:border-box}html{background:var(--cv-bg)}body.cv-builder-page{background:var(--cv-bg);color:var(--cv-text);font-family:var(--cv-font);min-height:100vh;margin:0}.cv-appbar{border-bottom:1px solid var(--cv-border);z-index:30;background:#ffffffe6;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem clamp(1rem,3vw,2rem);display:flex;position:sticky;top:0}.cv-brand,.cv-appbar-actions,.cv-editor-actions,.cv-language-actions,.cv-language-nav,.cv-language-tools{align-items:center;gap:.75rem;display:flex}.cv-appbar-actions{flex-wrap:wrap;justify-content:flex-end}.cv-brand{color:var(--cv-text);min-height:44px;text-decoration:none}.cv-brand small{color:var(--cv-muted);font-size:.78rem;display:block}.cv-brand-mark{--brand-mark-active:#16c784;--brand-mark-ink:#fff;--brand-mark-surface:#111;--brand-mark-warm:#ffe500;flex:none;width:2.4rem;height:2.4rem;display:block}.cv-builder-shell{grid-template-columns:minmax(300px,min(760px,42vw)) minmax(0,1fr);gap:clamp(1rem,3vw,2rem);max-width:100%;margin:0 auto;padding:.1rem;display:grid}.cv-editor{background:var(--cv-panel);border:1px solid var(--cv-border);border-radius:8px;align-self:start;gap:1rem;padding:1.2rem;display:grid;position:sticky;top:5rem;box-shadow:0 12px 36px #11182714}.cv-editor-actions{flex-wrap:wrap}.cv-editor-heading h1{letter-spacing:0;margin:.1rem 0 .45rem;font-size:clamp(1.55rem,4vw,2.2rem);line-height:1.08}.cv-editor-heading p,.cv-language-panel p,.cv-translation-note{color:var(--cv-muted);margin:0;font-size:.92rem;line-height:1.45}.cv-kicker{color:var(--cv-accent);letter-spacing:.08em;text-transform:uppercase;font-size:.74rem;font-weight:800}.cv-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.cv-editor .field{gap:.42rem;margin:0;display:grid}.cv-editor .label{color:var(--cv-text);font-size:.78rem;font-weight:800}.cv-editor .input,.cv-editor .textarea,.cv-editor .select select{border-color:var(--cv-border);box-shadow:none;color:var(--cv-text);background:#fff;border-radius:6px;min-height:44px}.cv-editor .input,.cv-editor .textarea{padding-left:.85rem;padding-right:.85rem}.cv-editor .select,.cv-editor .select select{height:44px}.cv-editor .select{width:100%;max-width:none;display:block}.cv-editor .select:not(.is-multiple):after{border-color:#4f6cff;right:1rem}.cv-editor .select select{width:100%;padding-left:.75rem;padding-right:2.75rem;font-weight:650}.cv-editor .textarea{min-height:6rem}.cv-builder-page .button{min-height:44px}.cv-builder-page :focus-visible{outline:3px solid var(--cv-accent);outline-offset:3px}.cv-editor-section{border:1px solid var(--cv-border);background:#fff;border-radius:8px;overflow:hidden}.cv-editor-section summary{cursor:pointer;letter-spacing:0;justify-content:space-between;align-items:center;padding:.8rem .95rem;font-size:.86rem;font-weight:850;list-style:none;display:flex}.cv-editor-section summary::-webkit-details-marker{display:none}.cv-editor-section summary:after{content:"";border:2px solid;border-width:0 2px 2px 0;width:.48rem;height:.48rem;transition:transform .16s;transform:rotate(45deg)}.cv-editor-section[open] summary:after{transform:rotate(225deg)}.cv-editor-section>:not(summary){margin:0 .95rem .95rem}.cv-option{align-items:center;gap:.55rem;min-height:44px;padding:.15rem 0;line-height:1.35;display:flex}.cv-status-message{color:#064e3b;background:#ecfdf5;border:1px solid #16c784;border-radius:8px;margin:0;padding:.75rem .9rem;font-size:.9rem;font-weight:700}.cv-active-language{color:#fff;background:#111827;border-radius:8px;justify-content:space-between;align-items:center;gap:.55rem;padding:.75rem .9rem;display:flex}.cv-active-language strong{color:#fff}.cv-active-language span{color:#ffffffb8;text-transform:uppercase;font-size:.78rem;font-weight:800}.cv-field-hint{color:var(--cv-muted);margin-top:.35rem;font-size:.82rem;line-height:1.35}.cv-field-hint.is-warning{color:#9a3412;font-weight:750}.cv-builder-list{gap:.85rem;display:grid}.cv-structured-card{border:1px solid var(--cv-border);background:#f8fafc;border-radius:8px;gap:.85rem;padding:.9rem;display:grid}.cv-structured-card-header,.cv-mini-actions,.cv-bullet-row{align-items:center;gap:.5rem;display:flex}.cv-structured-card-header{cursor:pointer;justify-content:space-between;min-height:44px}.cv-structured-card-toggle{color:var(--cv-text);cursor:pointer;font:inherit;text-align:left;white-space:normal;word-break:break-word;background:0 0;border:0;flex:1;justify-content:flex-start;align-items:center;min-width:0;min-height:44px;padding:0;font-weight:850;display:inline-flex}.cv-structured-card-toggle:before{content:"";border:2px solid;border-width:0 2px 2px 0;flex:none;width:.5rem;height:.5rem;margin-right:.6rem;transition:transform .16s;transform:rotate(45deg)}.cv-structured-card.is-collapsed .cv-structured-card-toggle:before{transform:rotate(-45deg)}.cv-structured-card-body{gap:.85rem;display:grid}.cv-structured-card.is-collapsed .cv-structured-card-body,.cv-structured-card-body[hidden]{display:none}.cv-structured-card-body>.field,.cv-structured-card-body>.cv-bullet-editor,.cv-structured-card-body>.cv-option{margin-left:.2rem;margin-right:.2rem}.cv-mini-actions{flex-wrap:wrap;justify-content:flex-end}.cv-bullet-editor{gap:.55rem;display:grid}.cv-bullet-row{align-items:stretch}.cv-bullet-row .input{flex:1}.button.is-danger-lite{color:#9f1239;background:#fff1f2;border-color:#fecdd3}.cv-language-panel,.cv-translation-note{border:1px solid var(--cv-border);background:#f8fafc;border-radius:8px;padding:1rem}.cv-language-panel{gap:1rem;min-width:0;display:grid}.cv-language-cards{gap:.65rem;display:grid}.cv-language-card{border:1px solid var(--cv-border);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;min-width:0;padding:.75rem;display:flex}.cv-language-card>div{min-width:0}.cv-language-actions{flex-wrap:wrap}.cv-language-nav{border-right:1px solid var(--cv-border);flex-wrap:wrap;gap:.4rem;margin-right:.15rem;padding-right:.75rem}.cv-language-nav:empty{display:none}.cv-language-nav-button.is-active{color:#fff;background:#145f52;border-color:#145f52}.cv-language-tools[hidden]{display:none}.cv-language-tools .select,.cv-language-tools .select select{height:44px;min-height:44px}.cv-language-card.is-active{border-color:var(--cv-accent);box-shadow:0 0 0 3px #2f8f7b24}.cv-language-card span{color:var(--cv-muted);font-size:.78rem;display:block}.cv-translation-assist{border:1px solid var(--cv-border);background:#f8fafc;border-radius:8px;gap:.85rem;padding:1rem;display:grid}.cv-translation-assist p{color:var(--cv-muted);margin:.2rem 0 0;font-size:.88rem;line-height:1.4}.cv-translation-fields{gap:.5rem;display:grid}.cv-translation-row{border:1px solid var(--cv-border);background:#fff;border-radius:8px;align-items:flex-start;gap:.6rem;padding:.65rem;display:flex}.cv-translation-row small{color:var(--cv-muted);margin-top:.15rem;font-size:.76rem;line-height:1.35;display:block}.cv-language-panel h2{margin:0 0 .2rem;font-size:1.05rem;font-weight:850}.cv-preview{min-width:0}.cv-preview:focus-visible{border-radius:8px}@media (width>=1181px) and (height>=900px){.cv-preview{scrollbar-gutter:stable;align-self:start;max-height:calc(100vh - 1rem);position:sticky;top:.5rem;overflow-y:auto}}.cv-pages{justify-items:center;gap:1.5rem;display:grid}.cv-sheet{background:var(--cv-sheet);box-shadow:var(--cv-shadow);color:#151923;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere;word-break:break-word;border:1px solid #11182738;width:min(210mm,100%);min-height:297mm;padding:15mm;position:relative;overflow:hidden}.cv-sheet,.cv-sheet *{min-width:0}.cv-sheet h2,.cv-sheet h3,.cv-sheet h4,.cv-sheet p,.cv-sheet li,.cv-sheet strong,.cv-language-entry{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere;word-break:break-word;max-width:100%}.cv-sheet:after{color:#fff;content:"A4";letter-spacing:0;background:#111827b8;border-radius:999px;padding:1mm 2.5mm;font-size:8pt;font-weight:800;position:absolute;bottom:5mm;left:5mm}.cv-sheet.has-print-overflow{outline-offset:4px;outline:3px solid #fb923c}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.cv-sheet.is-compact-print{padding:11mm}.cv-sheet.is-compact-print .cv-sheet-body{gap:7mm}.cv-sheet.is-compact-print .cv-section{padding-top:4mm}.cv-sheet.is-compact-print .cv-section+.cv-section{margin-top:5mm}.cv-sheet.is-compact-print .cv-preline{font-size:8.6pt;line-height:1.38}.cv-sheet.is-template-aineo{--cv-sheet:#fbfaf7}.cv-sheet-header{text-align:center;min-height:22mm;margin-bottom:8mm;padding:1.5mm 6mm 2.5mm;position:relative}.cv-sheet:not(.is-photo-hidden) .cv-sheet-header{min-height:32mm;padding-right:34mm}.cv-role{color:#111827;letter-spacing:0;margin:2mm 0;font-size:9.8pt;font-weight:800;line-height:1.3}.cv-sheet h2{color:#000;letter-spacing:0;margin:0;padding-left:0;font-size:18pt;font-weight:850;line-height:1.08}.cv-identity{padding-bottom:0}.cv-contact{color:#111827;flex-wrap:wrap;justify-content:center;align-items:center;gap:0 1.8mm;max-width:none;margin-left:0;padding-top:0;font-size:8.6pt;line-height:1.25;display:flex}.cv-contact p{min-width:0;max-width:100%;margin:0}.cv-contact p:not([hidden])+p:not([hidden]):before{content:"|";margin-right:1.8mm}.cv-photo{color:#64748b;background:#eef2f7;border:1px solid #cbd5e1;justify-content:center;align-items:center;width:25mm;height:25mm;margin:0;font-size:10pt;display:flex;position:absolute;top:4mm;right:4mm;overflow:hidden}.cv-photo img{object-fit:cover;width:100%;height:100%}.cv-sheet.is-photo-round .cv-photo,.cv-sheet.is-photo-round .cv-photo img{border-radius:999px}.cv-sheet-body{grid-template-columns:1fr;gap:6.5mm;display:grid}.cv-section{break-inside:avoid;page-break-inside:avoid;border-top:1px solid #2f8f7b61;padding-top:4.5mm}.cv-section+.cv-section{margin-top:2mm}.cv-section h3{color:#111827;letter-spacing:.11em;text-transform:uppercase;margin:0 0 3.5mm;font-size:10.5pt;font-weight:900;line-height:1.25}.cv-preline{white-space:pre-line;margin:0;font-size:9.3pt;line-height:1.52}.cv-sheet [hidden]{display:none!important}.is-preview-active{border-radius:4px;transition:box-shadow .14s;box-shadow:0 0 0 3px #2f8f7b38}.cv-experience{line-height:1.48}.cv-skills{columns:2;column-gap:8mm;font-size:8.8pt}.cv-structured-preview{gap:3.5mm;display:grid}.cv-entry{break-inside:avoid;page-break-inside:avoid}.cv-entry h4{color:#111827;margin:0 0 1.2mm;font-size:9.5pt;font-weight:800;line-height:1.35}.cv-entry p,.cv-entry li,.cv-language-entry{font-size:9pt;line-height:1.45}.cv-entry p{margin:0 0 1.2mm}.cv-entry-meta{color:#475569;font-style:italic}.cv-entry ul{margin:1mm 0 0 4mm;padding:0}.cv-entry li+li{margin-top:.8mm}.cv-skill-entry{overflow-wrap:anywhere;word-break:break-word;width:100%;max-width:100%;margin:0 0 2.8mm;display:inline-block}.cv-skill-entry strong{color:#111827;font-size:8.8pt;font-weight:850;line-height:1.35;display:block}.cv-skill-entry p{font-size:8.7pt;line-height:1.38}.cv-languages{gap:1.6mm}.cv-page-footer{border-top:1px dashed var(--cv-border);color:var(--cv-muted);justify-content:space-between;align-items:center;padding-top:.35rem;font-size:.8rem;display:flex;position:absolute;bottom:5mm;left:15mm;right:15mm}@media (width<=1180px){.cv-builder-shell{grid-template-columns:1fr;padding:clamp(1rem,3vw,2rem)}.cv-editor{position:static}.cv-sheet{transform-origin:top}}@media (height<=899px){.cv-preview{max-height:none;position:static;overflow-y:visible}}@media (width>=1181px) and (width<=1380px){.cv-builder-shell{grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:1rem;padding:1rem}.cv-editor{padding:1rem}}@media (width<=860px){.cv-appbar,.cv-appbar-actions,.cv-editor-actions,.cv-language-actions,.cv-language-tools{flex-direction:column;align-items:stretch}.cv-appbar{position:static}.cv-language-nav{border-right:0;margin-right:0;padding-right:0}.cv-language-tools .select,.cv-language-tools .select select{width:100%;height:44px;min-height:44px}.cv-structured-card-header{flex-direction:column;align-items:stretch}.cv-structured-card-toggle{width:100%}.cv-editor-grid{grid-template-columns:1fr}.cv-sheet{width:100%;min-height:auto;padding:1rem}.cv-preview{overflow-x:clip}.cv-sheet-header,.cv-sheet-body{grid-template-columns:1fr}.cv-sheet h2{padding-left:0}.cv-identity{min-height:auto}.cv-contact{max-width:none;margin-left:0}.cv-photo{width:min(11rem,100%);max-width:100%;height:11rem;margin-top:1rem;margin-left:0;position:static}.cv-page-footer{margin-top:1rem;position:static}}@media (prefers-color-scheme:dark){:root{--cv-bg:#0f1115;--cv-panel:#181b21;--cv-text:#f5f7fb;--cv-muted:#b4bdcb;--cv-border:#303642;--cv-accent-soft:#2f8f7b38;--cv-shadow:0 22px 70px #0000006b}.cv-appbar{background:#121419f0}.cv-editor-section,.cv-structured-card,.cv-language-panel,.cv-language-card,.cv-translation-assist,.cv-translation-row,.cv-translation-note{background:#1f232b}.cv-editor .input,.cv-editor .textarea,.cv-editor .select select{color:var(--cv-text);background:#11141a}.cv-editor .input::placeholder,.cv-editor .textarea::placeholder{color:#8f98a8}.button.is-danger-lite{color:#fecdd3;background:#3a1821;border-color:#7f1d1d}}@page{margin:0;size:A4}@media print{html,body.cv-builder-page{background:#fff}[data-print-hidden]{display:none!important}.is-preview-active{box-shadow:none!important}*,:before,:after{transition:none!important;animation:none!important}.cv-builder-shell{max-width:none;margin:0;padding:0;display:block}.cv-preview,.cv-pages{display:block}.cv-sheet{box-shadow:none;page-break-after:always;break-after:page;border:0;width:210mm;min-height:297mm}.cv-sheet:after{display:none}.cv-sheet.has-print-overflow{outline:0}.cv-sheet:last-child{break-after:auto;page-break-after:auto}.cv-section,.cv-entry,.cv-skill-entry,.cv-photo{break-inside:avoid;page-break-inside:avoid;-webkit-print-color-adjust:exact;print-color-adjust:exact}.cv-skills{column-fill:auto}}
