*{box-sizing:border-box}:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--bg: #070a0f;--panel: rgba(15, 23, 42, .82);--panel-strong: rgba(17, 24, 39, .78);--surface: #080c14;--surface-2: #0b111d;--border: rgba(255, 255, 255, .1);--border-strong: rgba(255, 255, 255, .14);--text: #f8fafc;--muted: #94a3b8;--muted-2: #64748b;--primary: #22c55e;--primary-strong: #16a34a;--secondary: #f59e0b;--danger: #fb7185;--shadow: 0 18px 42px rgba(0, 0, 0, .32)}html,body,#app{width:100%;height:100%;margin:0}body{overflow:hidden;color:var(--text);background:radial-gradient(circle at 18% 12%,rgba(34,197,94,.18),rgba(34,197,94,.04) 38%,transparent 62%),radial-gradient(circle at 86% 8%,rgba(245,158,11,.12),rgba(245,158,11,.03) 42%,transparent 64%),linear-gradient(135deg,#06110d 0%,var(--bg) 34%,#0f0d09 100%)}body:before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;content:"";background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px}button,select,textarea{font:inherit}button,select{color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.shell{display:grid;grid-template-rows:auto minmax(0,1fr);gap:18px;width:100%;height:100%;padding:18px}.app-toolbar{display:grid;grid-template-rows:auto auto;border:1px solid var(--border);border-radius:18px;overflow:hidden;background:#0f172ab8;box-shadow:var(--shadow)}.app-toolbar-primary,.app-toolbar-secondary,.primary-actions,.toolbar-group,.brand,.status{display:flex;align-items:center}.app-toolbar-primary{justify-content:space-between;gap:20px;min-height:58px;padding:9px 20px;border-bottom:1px solid var(--border)}.app-toolbar-secondary{min-height:50px;padding:7px 18px;background:#050a1247}.brand{min-width:230px;gap:16px}.brand img{width:96px;height:auto;filter:brightness(0) saturate(100%) invert(88%) sepia(10%) saturate(518%) hue-rotate(176deg) brightness(93%) contrast(91%)}.brand-divider{width:1px;height:27px;background:#ffffff1f}.brand strong{color:var(--text);font-size:15px;font-weight:700;white-space:nowrap}.primary-actions{justify-content:flex-end;gap:10px;min-width:0}.toolbar-group{min-width:0;gap:10px;padding:0 16px;border-left:1px solid var(--border)}.toolbar-group:first-child{padding-left:0;border-left:0}.toolbar-group:last-child{padding-right:0}.help-tools{margin-left:auto}.toolbar-group-label{color:var(--muted-2);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.layout-select{display:grid;grid-template-columns:auto 116px;gap:7px;align-items:center}.layout-select span{color:#cbd5e1;font-size:11px}#layout{height:34px;padding:0 27px 0 12px;border:1px solid var(--border-strong);border-radius:999px;outline:0;background:#0b1220;color:var(--text);font-size:12px;font-weight:600;cursor:pointer}#layout{width:116px}#layout:focus{border-color:#22c55e80}#new-cv,#view-mode,#outline-toggle,#format-help,#create-link,#download-pdf{height:38px;border:0;border-radius:999px;font-size:13px;font-weight:700;white-space:nowrap}#new-cv{display:inline-flex;min-width:98px;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:1px solid var(--border-strong);background:#ffffff0f;color:#e2e8f0}#new-cv>span{color:#86efac;font-size:16px;font-weight:500}#view-mode{padding:0 15px;border:1px solid var(--border-strong);background:#ffffff0f;color:#e2e8f0}#new-cv:hover,#view-mode:hover,#outline-toggle:hover,#format-help:hover{border-color:#22c55e6b;background:#22c55e1a}#view-mode{width:116px;padding-right:0;padding-left:0}#create-link{min-width:112px;padding:0 18px;border:1px solid var(--border-strong);background:#172033;color:#e2e8f0}#create-link:not(:disabled):hover{border-color:#94a3b87a;background:#202b40}#format-help{display:inline-flex;min-width:82px;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:1px solid var(--border-strong);background:#ffffff0f;color:#e2e8f0}#format-help>span{display:inline-flex;width:17px;height:17px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:999px;font-size:10px}#outline-toggle{min-width:80px;padding:0 14px;border:1px solid var(--border-strong);background:#ffffff0f;color:#e2e8f0}#outline-toggle[aria-pressed=true]{border-color:#22c55e6b;background:#22c55e1a;color:#dcfce7}#download-pdf{min-width:136px;padding:0 22px;background:linear-gradient(135deg,var(--primary),var(--primary-strong));color:#fff;box-shadow:0 14px 34px #22c55e38}#download-pdf:not(:disabled):hover{filter:brightness(1.05);box-shadow:0 18px 42px #22c55e4d}body[data-preview-engine=viewer] #view-mode,body[data-preview-engine=viewer] #create-link,body[data-preview-engine=viewer] #download-pdf{display:none}body[data-preview-engine=viewer] .preview-pane{overflow:hidden}body[data-preview-engine=viewer] .preview-wrap{padding:0;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#090d15;box-shadow:var(--shadow)}.status{gap:8px;color:var(--muted);font-size:11px;white-space:nowrap}.status span{width:7px;height:7px;border-radius:999px;background:var(--primary)}.status.rendering span{background:var(--secondary)}.status.error span{background:var(--danger)}.workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:18px;min-height:0}.pane{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:visible}.editor-pane{gap:12px}.editor-notice{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid rgba(245,158,11,.26);border-radius:14px;background:linear-gradient(135deg,#f59e0b26,#f59e0b0f);box-shadow:0 14px 30px #0000002e}.editor-notice-copy{display:flex;min-width:0;flex:1 1 auto;flex-direction:column;gap:4px}.editor-notice[hidden]{display:none}.editor-notice strong{color:#fde68a;font-size:13px;font-weight:700}.editor-notice span{color:#f8fafc;font-size:13px;line-height:1.45}.editor-notice-dismiss{display:inline-flex;width:28px;height:28px;flex:0 0 auto;align-items:center;justify-content:center;padding:0;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#0f172a2e;color:#fde68a;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.editor-notice-dismiss:hover{background:#0f172a52;border-color:#fff3}.editor-notice-dismiss:focus-visible{outline:2px solid rgba(253,230,138,.9);outline-offset:2px}.editor-notice-dismiss span{font-size:18px;line-height:1}.editor-wrap,.preview-wrap{flex:1 1 auto;min-height:0;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:var(--surface);box-shadow:var(--shadow)}.editor-workspace{position:relative;display:grid;grid-template-columns:218px minmax(0,1fr);gap:12px;flex:1 1 auto;min-height:0}.editor-workspace.outline-collapsed{grid-template-columns:minmax(0,1fr)}.markdown-outline{display:flex;min-width:0;min-height:0;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#080c14f5;box-shadow:var(--shadow)}.markdown-outline[hidden]{display:none}.markdown-outline-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:15px 13px 13px 15px;border-bottom:1px solid var(--border);background:#ffffff06}.markdown-outline-header>div{display:grid;gap:3px;min-width:0}.markdown-outline-header strong{color:#e2e8f0;font-size:12px}.markdown-outline-header span{color:var(--muted-2);font-size:10px}#outline-close{display:inline-flex;width:26px;height:26px;flex:0 0 auto;align-items:center;justify-content:center;padding:0;border:1px solid var(--border);border-radius:999px;background:#ffffff09;color:var(--muted);font-size:16px}#outline-close:hover{border-color:#22c55e61;color:var(--text)}.outline-items{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;gap:2px;overflow:auto;padding:10px 7px 16px}.outline-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;align-items:center;width:100%;min-height:31px;padding:6px 7px;overflow:hidden;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:11px;text-align:left}.outline-item:hover{background:#ffffff0b;color:#e2e8f0}.outline-item.active{background:#22c55e1c;color:#dcfce7}.outline-item>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.outline-item small{color:var(--muted-2);font:9px/1 SFMono-Regular,Menlo,monospace}.outline-level-1{font-weight:800}.outline-level-2{padding-left:13px;color:#cbd5e1;font-weight:700}.outline-level-3{padding-left:23px}.outline-level-4{padding-left:33px}.outline-level-5{padding-left:43px;color:var(--muted-2)}.outline-empty{padding:12px 10px;color:var(--muted-2);font-size:11px;line-height:1.5}.editor-wrap{position:relative;min-width:0;height:100%;overflow:hidden}.editor-gutter{position:absolute;top:0;bottom:0;left:0;z-index:3;width:62px;overflow:hidden;background:var(--surface-2);border-right:1px solid rgba(255,255,255,.07)}.editor-gutter-content{padding:22px 4px;will-change:transform}.gutter-row{display:grid;grid-template-columns:minmax(0,1fr) 20px;align-items:start;min-height:1.7em;color:#475569;font:12px/1.7 SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-variant-numeric:tabular-nums}.gutter-line-number{padding:1px 6px 0 0;text-align:right;transition:color .12s ease}.gutter-row.active .gutter-line-number{color:#94a3b8}.gutter-insert{display:inline-flex;width:18px;height:18px;margin-top:3px;align-items:center;justify-content:center;padding:0;border:1px solid rgba(34,197,94,.38);border-radius:5px;background:#22c55e17;color:#86efac;font:700 15px/1 system-ui,sans-serif;opacity:.86;transition:color .12s ease,border-color .12s ease,background .12s ease,box-shadow .12s ease,opacity .12s ease}.gutter-row:hover .gutter-insert,.gutter-row.active .gutter-insert,.gutter-insert[aria-expanded=true],.gutter-insert:focus-visible{border-color:#22c55ead;background:#22c55e2e;box-shadow:0 0 0 3px #22c55e12;color:#dcfce7;opacity:1}.gutter-insert:focus-visible{outline:2px solid rgba(34,197,94,.3);outline-offset:1px}.gutter-insert.guided-target{border-color:#22c55eb8;background:#22c55e33;box-shadow:0 0 0 4px #22c55e1a;color:#bbf7d0;opacity:1;animation:guided-target-pulse 1.8s ease-in-out infinite}@keyframes guided-target-pulse{50%{box-shadow:0 0 0 7px #22c55e08}}.guided-start-hint{--guided-arrow-left: 22px;position:absolute;z-index:7;display:flex;width:max-content;max-width:min(260px,calc(100% - 16px));min-height:38px;align-items:center;gap:10px;padding:9px 9px 9px 13px;border:1px solid rgba(34,197,94,.35);border-radius:10px;color:#dcfce7;background:#0a1e16f7;box-shadow:0 12px 30px #0000006b;font-size:12px;font-weight:700;line-height:1.35;pointer-events:auto}.guided-start-hint[hidden]{display:none}.guided-start-hint:before{position:absolute;top:-5px;left:var(--guided-arrow-left);width:8px;height:8px;border-top:1px solid rgba(34,197,94,.35);border-left:1px solid rgba(34,197,94,.35);background:#0a1e16f7;content:"";transform:translate(-50%) rotate(45deg)}.guided-start-hint.above:before{top:auto;bottom:-5px;border:0;border-right:1px solid rgba(34,197,94,.35);border-bottom:1px solid rgba(34,197,94,.35)}.guided-start-hint button{display:inline-flex;flex:0 0 auto;width:22px;height:22px;align-items:center;justify-content:center;padding:0;border:0;border-radius:6px;color:#86efac;background:#ffffff0f;font-size:16px;line-height:1}.guided-start-hint button:hover,.guided-start-hint button:focus-visible{outline:0;color:#fff;background:#ffffff1f}@media (prefers-reduced-motion: reduce){.gutter-insert.guided-target{animation:none}}#editor,#editor-highlight{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:22px 22px 22px 78px;border:0;font:14px/1.7 SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-weight:400;scrollbar-gutter:stable;-moz-tab-size:2;tab-size:2;white-space:pre-wrap;overflow-wrap:break-word}#editor-highlight{z-index:1;overflow:hidden;color:#cbd5e1;background:transparent;pointer-events:none;-webkit-user-select:none;user-select:none}#editor{z-index:2;resize:none;outline:0;color:transparent;background:transparent;caret-color:var(--primary);-webkit-text-fill-color:transparent}#editor::selection{background:#22c55e38}#editor:focus+*,.editor-wrap:focus-within{border-color:#22c55e38}.md-line{position:relative;display:block;min-height:1.7em}.md-heading{color:var(--primary)}.md-heading-1,.md-heading-3{color:var(--text)}.md-heading-4,.md-heading-5{color:var(--secondary)}.md-rule{color:var(--muted-2)}.node-insert-menu{position:fixed;z-index:40;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(280px,calc(100vw - 20px));max-height:min(430px,calc(100dvh - 20px));overflow:hidden;border:1px solid var(--border-strong);border-radius:14px;background:#0b111dfa;box-shadow:0 22px 60px #0000008a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.node-insert-menu[hidden]{display:none}.node-insert-menu-heading{display:grid;gap:2px;padding:12px 14px;border-bottom:1px solid var(--border)}.node-insert-menu-heading span{color:var(--muted-2);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.node-insert-menu-heading strong{overflow:hidden;color:var(--text);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.node-insert-menu-items{display:grid;min-height:0;max-height:360px;overflow:auto;padding:6px;scrollbar-color:rgba(148,163,184,.58) rgba(255,255,255,.06);scrollbar-gutter:stable;scrollbar-width:thin}.node-insert-menu-items:empty{display:none}.node-insert-menu-items::-webkit-scrollbar{width:10px}.node-insert-menu-items::-webkit-scrollbar-track{border-radius:999px;background:#ffffff0f}.node-insert-menu-items::-webkit-scrollbar-thumb{min-height:38px;border:2px solid #0b111d;border-radius:999px;background:#94a3b894}.node-insert-menu-items::-webkit-scrollbar-thumb:hover{background:#cbd5e1b8}.node-insert-scroll-hint{position:absolute;right:10px;bottom:0;left:0;display:none;height:42px;align-items:flex-end;justify-content:center;padding:0 12px 7px;pointer-events:none;color:#94a3b8;background:linear-gradient(to bottom,#0b111d00,#0b111dfa 68%);font-size:9px;font-weight:700;letter-spacing:.04em}.node-insert-menu.has-more-items .node-insert-scroll-hint{display:flex}.node-insert-menu.has-footer .node-insert-scroll-hint{bottom:57px}.node-insert-menu-items button,.node-insert-menu-footer button{display:grid;gap:3px;width:100%;padding:9px 10px;border:0;border-radius:9px;background:transparent;text-align:left}.node-insert-menu-items button:hover,.node-insert-menu-items button:focus-visible,.node-insert-menu-footer button:hover,.node-insert-menu-footer button:focus-visible{outline:0;background:#22c55e1c}.node-insert-menu-items button span,.node-insert-menu-footer button span{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#e2e8f0;font-size:12px;font-weight:700}.node-insert-menu-items button em{padding:2px 6px;border-radius:999px;background:#22c55e1f;color:#86efac;font-size:8px;font-style:normal;letter-spacing:.06em;text-transform:uppercase}.node-insert-menu-items button.is-added{opacity:.72}.node-insert-menu-items button.is-added:hover,.node-insert-menu-items button.is-added:focus-visible{opacity:1;background:#22c55e14}.node-insert-menu-items button small,.node-insert-menu-footer button small{color:var(--muted);font-size:10px;line-height:1.35}.node-insert-menu-footer{padding:7px;border-top:1px solid var(--border);background:#050a126b}.node-insert-menu-footer button{background:#22c55e14}.node-insert-menu-footer button:hover,.node-insert-menu-footer button:focus-visible{background:#22c55e29}.node-insert-menu-footer button span{justify-content:flex-start;color:#bbf7d0}.node-insert-menu-footer button i{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;border:1px solid rgba(34,197,94,.38);border-radius:5px;font-size:13px;font-style:normal;line-height:1}#error{flex:0 0 auto;max-height:120px;margin:12px 0 0;overflow:auto;padding:12px 16px;color:#fecdd3;background:#7f1d1d47;border:1px solid rgba(251,113,133,.28);border-radius:12px;font:12px/1.5 Menlo,Monaco,Consolas,monospace;white-space:pre-wrap}#error:empty{display:none}.preview-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:18px;overflow:auto;padding:24px}#preview{flex:1 1 auto;width:100%;min-height:0;background:#090d15}.pdf-page{flex:0 0 auto;overflow:hidden;margin:0 auto;border-radius:3px;background:#fff;box-shadow:0 18px 36px #0000006b}.pdf-page canvas{display:block}.native-pdf-viewer{flex:1 1 auto;width:100%;min-height:100%;border:0;border-radius:inherit;background:#090d15}.preview-loading{margin:auto;color:var(--muted);font-size:13px}.preview-error{max-width:70%;color:#fecdd3;text-align:center}.share-dialog{width:min(560px,calc(100vw - 32px));max-height:calc(100dvh - 32px);padding:0;overflow:auto;border:1px solid var(--border-strong);border-radius:18px;background:#0b111d;color:var(--text);box-shadow:0 28px 80px #0009}.share-dialog::backdrop{background:#02060cc2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.new-cv-dialog{width:min(760px,calc(100vw - 32px));max-width:none;padding:0;overflow:hidden;border:1px solid var(--border-strong);border-radius:22px;background:#0b111d;color:var(--text);box-shadow:0 32px 100px #000000ad}.new-cv-dialog::backdrop{background:#02060cd1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.new-cv-dialog-card{display:grid}.new-cv-dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:25px 28px 22px;border-bottom:1px solid var(--border);background:radial-gradient(circle at 12% 0%,rgba(34,197,94,.17),transparent 50%),#0f172abd}.new-cv-dialog-heading>div{display:grid;gap:5px}.new-cv-dialog-heading>div>span{color:#86efac;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.new-cv-dialog-heading h2{margin:0;font-size:24px;letter-spacing:-.03em}.new-cv-dialog-heading p{max-width:58ch;margin:0;color:var(--muted);font-size:12px;line-height:1.5}#new-cv-close{flex:0 0 auto;width:34px;height:34px;padding:0;border:1px solid var(--border);border-radius:999px;background:#ffffff0d;color:var(--muted);font-size:20px}#new-cv-close:hover{border-color:#fff3;color:var(--text)}.new-cv-options{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.35fr);gap:16px;padding:20px}.new-cv-blank{display:flex;min-height:220px;align-items:flex-start;gap:14px;padding:20px;border:1px solid rgba(34,197,94,.3);border-radius:16px;background:radial-gradient(circle at 15% 10%,rgba(34,197,94,.14),transparent 54%),#22c55e09;text-align:left}.new-cv-blank:hover,.new-cv-blank:focus-visible{outline:0;border-color:#22c55e99;background:radial-gradient(circle at 15% 10%,rgba(34,197,94,.2),transparent 58%),#22c55e12}.new-cv-option-icon{display:inline-flex;flex:0 0 auto;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid rgba(34,197,94,.42);border-radius:11px;background:#22c55e1f;color:#86efac;font-size:22px;font-weight:400}.new-cv-blank>span:last-child{display:grid;gap:8px}.new-cv-blank strong,.new-cv-examples>div:first-child strong{color:var(--text);font-size:14px}.new-cv-blank small,.new-cv-examples>div:first-child small{color:var(--muted);font-size:11px;line-height:1.55}.new-cv-blank code{color:#bbf7d0;font-family:SFMono-Regular,Menlo,Monaco,Consolas,monospace}.new-cv-examples{display:grid;align-content:start;gap:13px;padding:4px}.new-cv-examples>div:first-child{display:grid;gap:4px}.new-cv-example-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.new-cv-example-grid button{display:flex;min-width:0;align-items:center;gap:10px;padding:11px;border:1px solid var(--border);border-radius:12px;background:#ffffff09;text-align:left}.new-cv-example-grid button:hover,.new-cv-example-grid button:focus-visible{outline:0;border-color:#22c55e66;background:#22c55e14}.new-cv-example-grid button>span{display:inline-flex;flex:0 0 auto;width:30px;height:30px;align-items:center;justify-content:center;border-radius:9px;background:#ffffff12;color:#86efac;font-size:10px;font-weight:800}.new-cv-example-grid button strong{overflow:hidden;color:#dbe6f3;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.format-help-dialog{width:min(1180px,calc(100vw - 40px));max-width:none;height:min(900px,calc(100dvh - 40px));max-height:none;padding:0;overflow:hidden;border:1px solid var(--border-strong);border-radius:22px;background:#09101a;color:var(--text);box-shadow:0 32px 100px #000000ad}.format-help-dialog::backdrop{background:#02060cd1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.format-help-shell{display:grid;grid-template-rows:auto minmax(0,1fr);height:100%}.format-help-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:26px 30px 22px;border-bottom:1px solid var(--border);background:radial-gradient(circle at 16% 0%,rgba(34,197,94,.18),transparent 48%),#0f172ab8}.format-help-header h2{margin:4px 0 6px;font-size:26px;letter-spacing:-.03em}.format-help-header p{margin:0;color:var(--muted);font-size:13px}.format-help-eyebrow{color:#86efac;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.format-help-close{display:inline-flex;width:38px;height:38px;flex:0 0 auto;align-items:center;justify-content:center;padding:0;border:1px solid var(--border-strong);border-radius:999px;background:#ffffff0f;color:var(--muted);font-size:22px}.format-help-close:hover{border-color:#22c55e73;color:var(--text)}.format-help-layout{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:0}.format-help-nav{display:flex;min-height:0;flex-direction:column;gap:4px;overflow:auto;padding:24px 18px;border-right:1px solid var(--border);background:#060b13b8}.format-help-nav a{padding:10px 12px;border-radius:9px;color:var(--muted);font-size:13px;font-weight:650;text-decoration:none}.format-help-nav a:hover,.format-help-nav a:focus-visible{outline:0;background:#22c55e1a;color:#dcfce7}.format-help-content{min-height:0;overflow:auto;scroll-behavior:smooth;scroll-padding-top:22px;padding:0 34px 60px}.format-help-section{padding:34px 0;border-bottom:1px solid var(--border);scroll-margin-top:0}.format-help-section:last-child{border-bottom:0}.help-section-heading{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:start;margin-bottom:20px}.help-section-heading>span{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border:1px solid rgba(34,197,94,.28);border-radius:9px;background:#22c55e14;color:#86efac;font:700 11px/1 SFMono-Regular,Menlo,monospace}.help-section-heading h3{margin:1px 0 6px;font-size:20px;letter-spacing:-.02em}.help-section-heading p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.format-help-content code{border-radius:5px;color:#bbf7d0;font-family:SFMono-Regular,Menlo,Monaco,Consolas,monospace}.help-snippet{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:#050a11}.help-snippet pre{max-height:480px;margin:0;overflow:auto;padding:20px;color:#dbe6f3;font:12px/1.65 SFMono-Regular,Menlo,Monaco,Consolas,monospace;white-space:pre}.help-snippet pre code{color:inherit}.help-copy{position:absolute;top:12px;right:12px;z-index:2;min-width:72px;height:30px;padding:0 10px;border:1px solid rgba(34,197,94,.35);border-radius:8px;background:#08120ff0;color:#bbf7d0;font-size:11px;font-weight:750}.help-copy:hover{background:#22c55e29}.help-field-table{overflow:hidden;border:1px solid var(--border);border-radius:14px}.help-field-row{display:grid;grid-template-columns:minmax(190px,.85fr) minmax(240px,1.6fr) 100px;gap:18px;align-items:center;min-height:48px;padding:9px 15px;border-bottom:1px solid var(--border);font-size:12px}.help-field-row:last-child{border-bottom:0}.help-field-row-header{min-height:38px;background:#ffffff09;color:var(--muted-2);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.help-field-row small{color:var(--muted);font-size:11px}.help-callout{display:grid;gap:6px;margin-top:16px;padding:15px 17px;border:1px solid rgba(245,158,11,.22);border-radius:12px;background:#f59e0b12;font-size:12px;line-height:1.55}.help-callout strong{color:#fde68a}.help-callout span{color:#dbe6f3}.help-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.help-two-column h4,.help-field-groups h4{margin:0 0 10px;color:#dbe6f3;font-size:13px}.help-note-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.help-note-grid article{display:grid;gap:8px;min-height:88px;padding:15px;border:1px solid var(--border);border-radius:12px;background:#ffffff06}.help-note-grid article span{color:var(--muted);font-size:12px;line-height:1.5}.help-hierarchy{display:grid;gap:1px;overflow:hidden;margin-bottom:18px;border:1px solid var(--border);border-radius:14px;background:var(--border)}.help-hierarchy div{display:grid;grid-template-columns:minmax(220px,.75fr) 1fr;gap:18px;padding:12px 16px;background:#0a111c;color:var(--muted);font-size:12px}.help-hierarchy div:nth-child(2){padding-left:32px}.help-hierarchy div:nth-child(3),.help-hierarchy div:nth-child(4){padding-left:48px}.help-hierarchy div:nth-child(5){padding-left:64px}.help-field-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px}.help-field-groups article{padding:16px;border:1px solid var(--border);border-radius:12px;background:#ffffff06}.help-field-groups article>div{display:flex;flex-wrap:wrap;gap:7px}.help-field-groups article>div code{padding:5px 7px;background:#22c55e14;font-size:11px}.help-rules-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.help-rules-list li{position:relative;padding:13px 15px 13px 40px;border:1px solid var(--border);border-radius:11px;background:#ffffff06;color:#cbd5e1;font-size:12px;line-height:1.55}.help-rules-list li:before{position:absolute;top:13px;left:15px;color:#86efac;content:"✓";font-weight:800}.share-dialog-card{display:grid;gap:18px;padding:24px}.share-dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.share-dialog-heading>div{display:grid;gap:5px}.share-dialog-heading strong{font-size:18px}.share-dialog-eyebrow{color:#86efac;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}#share-expiry,.share-dialog-card p{color:var(--muted);font-size:13px}.share-dialog-card p{margin:0;line-height:1.5}.share-dialog-close{width:34px;height:34px;padding:0;border:1px solid var(--border);border-radius:999px;background:#ffffff0d;color:var(--muted);font-size:20px}.share-methods{display:grid;gap:12px}.share-method{display:grid;grid-template-columns:38px minmax(0,1fr);gap:13px;padding:16px;border:1px solid var(--border);border-radius:14px;background:#ffffff06}.share-method-online{border-color:#22c55e3d;background:#22c55e0b}.share-method-icon{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid var(--border-strong);border-radius:10px;color:#cbd5e1;background:#ffffff0d;font-size:18px;font-weight:800}.share-method-online .share-method-icon{border-color:#22c55e57;color:#86efac;background:#22c55e1a}.share-method-copy{display:grid;justify-items:start;gap:6px;min-width:0}.share-method-label{color:var(--muted-2);font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.share-method-copy>strong{color:var(--text);font-size:14px}.share-method-copy p{max-width:54ch}.share-method-copy code{padding:1px 5px;border-radius:5px;color:#cbd5e1;background:#ffffff12;font:11px/1.4 SFMono-Regular,Menlo,Monaco,Consolas,monospace}.share-method-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 18px;width:100%;margin:4px 0 6px;padding:0;list-style:none}.share-method-facts li{position:relative;padding-left:14px;color:#cbd5e1;font-size:11px;line-height:1.4}.share-method-facts li:before{position:absolute;top:0;left:0;color:#86efac;content:"•"}.share-method-copy button{min-height:38px;margin-top:3px;padding:0 14px;border:1px solid var(--border-strong);border-radius:9px;background:#ffffff0e;font-weight:700}.share-method-copy button:hover,.share-method-copy button:focus-visible{outline:0;border-color:#94a3b852;background:#ffffff17}.share-method-copy button.primary{border-color:transparent;background:linear-gradient(135deg,var(--primary),var(--primary-strong));color:#fff}.share-method-copy button.primary:hover,.share-method-copy button.primary:focus-visible{border-color:transparent;background:linear-gradient(135deg,#2bd368,#179c47)}.share-confirm-actions{display:flex;justify-content:flex-end;gap:10px}.share-confirm-actions button{min-height:40px;padding:0 16px;border:1px solid var(--border-strong);border-radius:10px;background:#ffffff0a;font-weight:700}.share-link-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}#share-link{min-width:0;height:42px;padding:0 14px;border:1px solid var(--border-strong);border-radius:10px;outline:0;background:var(--surface);color:#dbeafe;font:13px/1.4 SFMono-Regular,Menlo,Monaco,Consolas,monospace}#copy-link{min-width:92px;border:0;border-radius:10px;background:linear-gradient(135deg,var(--primary),var(--primary-strong));color:#fff;font-weight:700}@media (max-width: 820px){body{overflow:auto}#app{min-height:100dvh;height:auto}.shell{gap:12px;min-height:100dvh;height:auto;padding:12px}.app-toolbar{border-radius:15px}.app-toolbar-primary{align-items:flex-start;flex-wrap:wrap;gap:10px;padding:11px 13px}.primary-actions{justify-content:flex-start;flex-wrap:wrap;gap:8px;width:100%}.app-toolbar-secondary{align-items:flex-start;flex-wrap:wrap;gap:9px 0;padding:10px 13px}.toolbar-group{flex-wrap:wrap;gap:8px;padding:0 12px}.document-tools{flex:1 1 100%;padding-right:0}.editor-tools{padding-left:0;border-left:0}.help-tools{margin-left:auto}.workspace{grid-template-columns:1fr;grid-template-rows:minmax(320px,44dvh) minmax(380px,auto);min-height:0}.editor-pane{min-height:0}.editor-workspace,.editor-workspace.outline-collapsed{grid-template-columns:minmax(0,1fr)}.markdown-outline{position:absolute;inset:0 auto 0 0;z-index:8;width:min(290px,calc(100vw - 48px));border-radius:16px;box-shadow:18px 0 50px #00000094}.preview-wrap{min-height:380px}.new-cv-dialog{max-height:calc(100dvh - 24px);overflow:auto}.new-cv-options{grid-template-columns:1fr}.new-cv-blank{min-height:0}.format-help-dialog{width:100vw;height:100dvh;border:0;border-radius:0}.format-help-header{padding:18px}.format-help-header h2{font-size:22px}.format-help-header p{max-width:38ch}.format-help-layout{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.format-help-nav{flex-direction:row;gap:4px;padding:8px 10px;border-right:0;border-bottom:1px solid var(--border)}.format-help-nav a{flex:0 0 auto;padding:8px 10px;font-size:12px}.format-help-content{padding:0 16px 40px}.format-help-section{padding:26px 0}.help-field-row{grid-template-columns:1fr;gap:5px;padding:12px 14px}.help-field-row-header{display:none}.help-two-column,.help-note-grid,.help-field-groups{grid-template-columns:1fr}.help-hierarchy div{grid-template-columns:1fr;gap:5px}}@media (max-width: 1020px) and (min-width: 821px){body{overflow:auto}#app{min-height:100dvh;height:auto}.shell{gap:12px;min-height:100dvh;height:auto;padding:12px}.app-toolbar{border-radius:15px}.app-toolbar-primary{gap:14px;padding:10px 14px}.primary-actions{flex-wrap:wrap;gap:8px}.app-toolbar-secondary{flex-wrap:wrap;gap:9px 0;padding:9px 14px}.toolbar-group{padding:0 12px}.document-tools{flex:1 1 100%;padding-right:0}.editor-tools{padding-left:0;border-left:0}.workspace{grid-template-columns:1fr;grid-template-rows:minmax(280px,42dvh) minmax(380px,58dvh);min-height:0}.editor-pane{min-height:0}.preview-wrap{min-height:380px}}@media (max-width: 1020px) and (min-width: 821px) and (orientation: landscape) and (min-height: 520px){body{overflow:hidden}#app,.shell{height:100%;min-height:0}.app-toolbar{grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto}.app-toolbar-primary{min-height:48px;gap:12px;padding:7px 12px;border-right:1px solid var(--border);border-bottom:0}.primary-actions{justify-content:flex-end;flex:1 1 auto;flex-wrap:nowrap;gap:8px}.app-toolbar-secondary{align-content:center;flex-wrap:wrap;gap:6px 0;min-height:48px;padding:6px 10px}.toolbar-group{gap:7px;padding:0 8px}.document-tools{flex:0 1 auto;padding-left:0}.editor-tools{padding-left:8px;border-left:1px solid var(--border)}.toolbar-group-label{display:none}.brand{min-width:auto;gap:0}.brand img{width:76px}.brand-divider,.brand strong,.layout-select span{display:none}.layout-select{display:block}#layout{width:92px;height:34px;padding:0 24px 0 12px;font-size:12px}#view-mode,#outline-toggle,#format-help,#new-cv,#create-link,#download-pdf{height:34px;font-size:12px}#view-mode{width:92px}#download-pdf{min-width:112px;padding:0 14px}#create-link{min-width:96px;padding:0 13px}.status{min-width:8px;gap:0;font-size:0}.workspace{grid-template-columns:minmax(320px,1fr) minmax(420px,1fr);grid-template-rows:minmax(0,1fr)}.editor-notice{padding:10px 12px}.editor-notice strong,.editor-notice span{font-size:12px}.editor-notice-dismiss{width:26px;height:26px}.preview-wrap{min-height:0}}@media (max-width: 620px){.brand{min-width:0;gap:14px}.brand img{width:92px}.toolbar-group-label{display:none}.document-tools{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}.layout-select{grid-template-columns:1fr}#new-cv,#layout,#view-mode{width:100%}.new-cv-dialog{width:100vw;max-height:100dvh;border:0;border-radius:0}.new-cv-dialog-heading{padding:20px}.new-cv-options{padding:14px}.primary-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(112px,auto) minmax(136px,auto)}.share-method-facts{grid-template-columns:1fr}.status{justify-content:center;padding:0 8px}.preview-wrap{padding:16px}}.pdf-page{position:relative}.pdf-page-canvas,.textLayer,.annotationLayer{position:absolute;top:0;right:0;bottom:0;left:0}.pdf-page-canvas{z-index:1}.textLayer{z-index:2;overflow:hidden;opacity:1;line-height:1}.textLayer :is(span,br){position:absolute;transform-origin:0 0;white-space:pre;color:transparent;cursor:text}.textLayer ::selection{background:#22c55e47}.annotationLayer{z-index:3;pointer-events:none}.annotationLayer section,.annotationLayer a{position:absolute;pointer-events:auto}.annotationLayer a{top:0;right:0;bottom:0;left:0}
