:root{font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:#111827;background:#f6f7fb;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f6f7fb;--card: #fff;--ink: #111827;--muted: #6b7280;--faint: #9ca3af;--line: #e5e7eb;--soft-line: #eef0f4;--blue: #2563eb;--blue-soft: #eff6ff;--danger: #dc2626}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg)}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(37,99,235,.2);outline-offset:1px}.app-shell{min-height:100vh}.topbar{height:68px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:0 28px;background:var(--card);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:-.02em}.brand-mark{width:28px;height:28px;display:grid;place-items:center;color:#fff;background:var(--blue);border-radius:8px;box-shadow:0 4px 10px #2563eb33}.topbar-center{display:flex;align-items:center;gap:10px}.topbar-label,.eyebrow{color:var(--muted);font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:700}.topbar-center select{min-width:190px;border:0;color:var(--ink);font-weight:600;background:transparent;padding:8px 28px 8px 4px}.topbar-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px}.save-status{display:flex;align-items:center;gap:6px;margin-right:8px;color:var(--muted);font-size:12px;white-space:nowrap}.save-status.saving{color:var(--blue)}.save-status.error{color:var(--danger)}.primary-button,.secondary-button,.danger-button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:7px;padding:0 14px;font-size:13px;font-weight:600;transition:.18s ease}.primary-button{color:#fff;background:var(--blue);border:1px solid var(--blue);box-shadow:0 3px 8px #2563eb2e}.primary-button:hover{background:#1d4ed8}.secondary-button{color:#374151;background:#fff;border:1px solid var(--line)}.secondary-button:hover{border-color:#c6cbd4;background:#f9fafb}.workspace{width:100%;max-width:1680px;display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:24px;margin:0 auto;padding:24px clamp(16px,2.6vw,36px) 56px;align-items:start;background:radial-gradient(circle at 72% 6%,rgba(219,234,254,.32),transparent 28rem)}.manager-panel,.editor-column,.preview-column{min-width:0}.manager-panel{min-height:calc(100vh - 116px);min-width:0;display:grid;align-content:start;gap:18px;margin:0;padding:0;position:sticky;top:92px;animation:sidebar-in .5s var(--motion-spring) both}.panel-heading,.column-heading,.preview-heading,.template-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.panel-heading{align-items:center;margin-bottom:0}.panel-heading h2,.column-heading h1,.preview-heading h2,.template-panel h3{margin:4px 0 0;letter-spacing:-.03em}.panel-heading h2{font-size:20px}.column-heading h1{font-size:24px}.preview-heading h2{font-size:20px}.eyebrow{margin:0}.count-badge,.preview-scale{color:var(--blue);background:var(--blue-soft);border-radius:99px;font-size:11px;font-weight:700;padding:4px 8px}.new-resume-button{width:100%;height:40px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--blue);border:1px dashed #a9c5fa;background:var(--blue-soft);border-radius:8px;font-size:13px;font-weight:600;transition:.18s ease}.new-resume-button:hover{border-color:var(--blue);background:#e5efff}.resume-list{display:grid;gap:5px;margin-top:0}.resume-list-item{min-height:62px;display:flex;align-items:center;position:relative;border:1px solid transparent;border-radius:8px;transition:.18s ease}.resume-list-item:hover{background:#fff;border-color:var(--line)}.resume-list-item.is-active{background:#fff;border-color:#bcd2fb;box-shadow:0 4px 12px #1118270a}.resume-list-item.is-active:before{content:"";width:3px;height:28px;position:absolute;left:-1px;background:var(--blue);border-radius:0 3px 3px 0}.resume-list-main{min-width:0;flex:1;display:grid;gap:5px;padding:12px 6px 12px 14px;text-align:left;background:transparent;border:0}.resume-list-title{overflow:hidden;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600}.resume-list-meta{color:var(--muted);font-size:11px}.icon-button{width:28px;height:28px;display:inline-grid;place-items:center;padding:0;color:var(--muted);background:transparent;border:1px solid transparent;border-radius:6px}.icon-button:hover{color:var(--ink);background:#f3f4f6;border-color:var(--line)}.list-menu-button{margin-right:5px}.resume-item-menu{min-width:130px;display:grid;gap:2px;padding:5px;position:absolute;top:48px;right:5px;z-index:5;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 32px #1118271f}.resume-item-menu button{display:flex;align-items:center;gap:8px;padding:8px;color:#374151;border:0;border-radius:5px;background:transparent;text-align:left;font-size:12px}.resume-item-menu button:hover{background:#f9fafb}.resume-item-menu .danger-text,.danger-icon{color:var(--danger)}.rename-input{width:calc(100% - 12px);margin-left:8px;padding:8px;color:var(--ink);border:1px solid var(--blue);border-radius:5px;outline:0;font-size:12px}.storage-note{margin:0;color:var(--faint);font-size:11px;line-height:1.6}.hint-text{color:var(--muted);font-size:12px;padding-top:13px}.editor-column,.preview-column{padding:0}.editor-sections{display:grid;gap:12px;margin:0}.editor-section{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 2px 8px #11182706}.section-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;color:var(--ink);background:#fff;border:0;text-align:left}.section-toggle:hover{background:#fafbfc}.section-toggle>span{display:grid;gap:4px}.section-toggle strong{font-size:14px}.section-toggle small{color:var(--muted);font-size:11px;font-weight:400}.section-body{padding:0 18px 18px;border-top:1px solid var(--soft-line)}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-top:17px}.field{min-width:0;display:grid;gap:7px;color:#4b5563;font-size:11px;font-weight:600}.field-full{margin-top:17px}.field input,.field textarea,.simple-list-row input,.bullet-row input{width:100%;color:var(--ink);background:#fff;border:1px solid #dfe3e8;border-radius:6px;outline:0;font-size:13px;transition:border .15s,box-shadow .15s}.field input,.simple-list-row input,.bullet-row input{height:38px;padding:0 11px}.field textarea{resize:vertical;min-height:96px;padding:10px 11px;line-height:1.6}.field input::placeholder,.field textarea::placeholder,.simple-list-row input::placeholder,.bullet-row input::placeholder{color:#b5bbc5}.field input:focus,.field textarea:focus,.simple-list-row input:focus,.bullet-row input:focus{border-color:#8eb3f6;box-shadow:0 0 0 3px #2563eb1a}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.repeat-list{display:grid;gap:12px;padding-top:17px}.repeat-card{padding:14px;background:#fbfcfe;border:1px solid var(--soft-line);border-radius:8px}.repeat-card-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:2px;color:#4b5563;font-size:12px;font-weight:700}.repeat-card-heading>span{display:flex;align-items:center;gap:6px}.repeat-card-heading svg{color:#a8b0bc}.repeat-actions{display:flex;gap:2px}.checkbox-field{display:flex;align-items:center;gap:8px;margin-top:15px;color:#4b5563;font-size:12px}.checkbox-field input{width:15px;height:15px;accent-color:var(--blue)}.bullet-editor{margin-top:18px;padding-top:13px;border-top:1px solid var(--soft-line)}.sub-label{margin-bottom:9px;color:#4b5563;font-size:11px;font-weight:700}.bullet-row,.simple-list-row{display:flex;align-items:center;gap:7px;margin-top:8px}.bullet-row>span{width:10px;color:var(--blue);font-size:17px;line-height:1}.bullet-row .icon-button,.simple-list-row .icon-button{flex:0 0 28px}.inline-add,.add-button{display:inline-flex;align-items:center;gap:6px;color:var(--blue);border:0;background:transparent;font-size:12px;font-weight:700}.inline-add{margin-top:10px;padding:3px 0}.inline-add:hover,.add-button:hover{color:#1d4ed8}.add-button{margin-top:16px;padding:4px 0}.simple-list{padding-top:17px}.empty-list{margin:0;color:var(--muted);font-size:12px}.simple-list-row:first-of-type{margin-top:0}.preview-column{position:sticky;top:92px}.preview-heading{margin-bottom:16px}.preview-stage{display:flex;justify-content:center;overflow:auto;padding:20px;background:#eaecf1;border:1px solid var(--line);border-radius:10px;box-shadow:inset 0 0 20px #11182706}.resume-paper{width:100%;max-width:794px;color:#20242b;background:#fff;box-shadow:0 12px 30px #11182721;aspect-ratio:210 / 297}.resume-main{padding:64px 68px}.resume-header{display:flex;justify-content:space-between;gap:25px;padding-bottom:24px;border-bottom:2px solid #1f2937}.resume-header h1{margin:0;color:#111827;font-size:clamp(29px,4vw,42px);font-weight:700;letter-spacing:-.045em;line-height:1.05}.resume-role{margin:10px 0 0;color:var(--template-accent, #2563eb);font-size:15px;font-weight:600}.resume-contact{max-width:190px;display:grid;align-content:center;justify-items:end;gap:5px;color:#6b7280;font-size:10px;text-align:right;line-height:1.35}.resume-section{margin-top:24px;break-inside:avoid}.resume-section h2{margin:0 0 11px;color:var(--template-accent, #2563eb);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.resume-section>p{margin:0;color:#4b5563;font-size:11px;line-height:1.65}.resume-entry{margin-top:14px;break-inside:avoid}.entry-heading{display:flex;justify-content:space-between;gap:18px}.entry-heading h3{margin:0;color:#1f2937;font-size:12px;line-height:1.35}.entry-heading p{margin:3px 0 0;color:#6b7280;font-size:10px}.entry-heading time{flex:0 0 auto;color:#6b7280;font-size:10px}.resume-entry>p{margin:7px 0 0;color:#4b5563;font-size:10.5px;line-height:1.55}.resume-entry ul{margin:7px 0 0;padding-left:16px;color:#4b5563;font-size:10.5px;line-height:1.55}.resume-entry li{padding-left:3px;margin:3px 0}.entry-url{color:var(--template-accent, #2563eb)!important}.resume-tags{display:flex;flex-wrap:wrap;gap:6px}.resume-tags span{padding:5px 9px;color:#4b5563;background:#f3f4f6;border-radius:4px;font-size:10px}.resume-empty{padding:45px 0;color:#9ca3af;text-align:center;font-size:12px}.resume-modern .resume-main{display:grid;grid-template-columns:150px minmax(0,1fr);column-gap:36px;padding:0}.resume-modern .resume-header{display:block;grid-column:1;grid-row:1 / span 2;padding:65px 24px 50px;background:#eff6ff;border:0}.resume-modern .resume-header h1{font-size:30px;overflow-wrap:anywhere}.resume-modern .resume-role{font-size:12px}.resume-modern .resume-contact{max-width:none;display:grid;justify-items:start;margin-top:32px;text-align:left}.resume-modern .resume-section{grid-column:2;margin-right:55px}.resume-modern .resume-section:first-of-type{margin-top:65px}.resume-modern .resume-section h2{color:var(--template-accent, #2563eb)}.resume-modern .resume-empty{grid-column:2;margin-right:55px}.resume-minimal .resume-main{padding:70px 74px}.resume-minimal .resume-header{padding-bottom:20px;border-bottom:1px solid #d1d5db}.resume-minimal .resume-role,.resume-minimal .resume-section h2{color:#4b5563}.resume-minimal .resume-section{margin-top:21px}.resume-minimal .resume-section h2{padding-bottom:6px;border-bottom:1px solid #e5e7eb;letter-spacing:.14em}.resume-minimal .resume-tags span{padding:0;background:transparent}.resume-minimal .resume-tags span:not(:last-child):after{content:" /";margin-left:6px;color:#9ca3af}.template-panel{margin-top:0;padding:18px;background:#fff;border:1px solid var(--line);border-radius:10px}.template-panel h3{font-size:15px}.template-panel-heading>span{color:var(--muted);font-size:11px;padding-top:9px;white-space:nowrap}.template-picker-status{margin:14px 0 0;padding:8px 10px;color:#4b5563;background:#f8fafc;border-left:3px solid var(--blue);border-radius:4px;font-size:11px;line-height:1.4}.template-picker-status strong{color:var(--ink)}.template-picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-top:10px}.template-card{min-width:0;min-height:148px;display:flex;flex-direction:column;gap:10px;padding:10px;position:relative;color:var(--ink);text-align:left;background:#fff;border:1px solid var(--line);border-radius:8px;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}.template-card:hover{border-color:#9dbcf4;background:#fbfdff}.template-card:active{transform:translateY(1px)}.template-card:focus-visible{outline:3px solid rgba(37,99,235,.25);outline-offset:2px}.template-card.is-selected{border-color:var(--blue);background:#f8fbff;box-shadow:0 0 0 2px #2563eb24,0 5px 12px #2563eb14}.template-card-state{display:inline-flex;align-items:center;gap:3px;flex:0 0 auto;color:var(--blue);font-size:10px;font-weight:700;white-space:nowrap}.template-card-copy{min-width:0;display:grid;gap:5px}.template-card-heading{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:6px}.template-card-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.3}.template-card-copy small{color:var(--muted);font-size:11px;line-height:1.4;overflow-wrap:anywhere}.template-thumb{height:76px;display:grid;align-content:start;gap:5px;padding:10px;overflow:hidden;position:relative;background:#f3f4f6;border:1px solid rgba(148,163,184,.22);border-radius:6px;box-shadow:inset 0 1px 2px #11182708}.template-thumb i{display:block;height:4px;width:72%;background:#b4bbc7;border-radius:2px}.template-thumb i:nth-child(2){width:52%;background:#d1d5db}.template-thumb i:nth-child(3){width:88%;height:18px;margin-top:2px;background:repeating-linear-gradient(to bottom,#d1d5db 0 3px,transparent 3px 7px)}.template-thumb-classic{background:linear-gradient(to bottom,#dbeafe 0,#dbeafe 22px,#f8fafc 22px)}.template-thumb-classic i:first-child{width:44%;background:#2563eb}.template-thumb-modern{grid-template-columns:30% 1fr;grid-template-rows:1fr;background:linear-gradient(90deg,#bfdbfe 0,#bfdbfe 30%,#f3f4f6 30%)}.template-thumb-modern i{grid-column:2}.template-thumb-modern i:first-child{grid-column:1;width:65%;background:#2563eb}.template-thumb-minimal{background:#fff;border-color:#d1d5db}.template-thumb-minimal i:first-child{background:#374151}.template-thumb-editorial{background:linear-gradient(135deg,#ffe4e6 0,#ffe4e6 28%,#fff1f2 28%)}.template-thumb-editorial i:first-child{width:48%;background:#be123c}.template-thumb-editorial i:nth-child(2){width:66%;background:#fda4af}.template-thumb-executive{background:linear-gradient(to bottom,#134e4a 0,#134e4a 24px,#f0fdfa 24px)}.template-thumb-executive i:first-child{width:44%;background:#5eead4}.template-thumb-compact{background:linear-gradient(135deg,#ede9fe 0,#ede9fe 24px,#fafafa 24px)}.template-thumb-compact i:first-child{width:38%;background:#7c3aed}.toast{display:flex;align-items:center;gap:14px;min-width:260px;max-width:calc(100vw - 32px);padding:12px 14px;position:fixed;right:20px;bottom:20px;z-index:40;color:#991b1b;background:#fff;border:1px solid #fecaca;border-radius:8px;box-shadow:0 12px 30px #11182724;font-size:13px}.toast .icon-button{margin-left:auto}.confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:20px;background:#11182752}.confirm-dialog{width:min(360px,100%);padding:22px;background:#fff;border-radius:10px;box-shadow:0 18px 50px #11182733}.confirm-dialog h3{margin:0;font-size:16px}.confirm-dialog p{margin:9px 0 20px;color:var(--muted);font-size:13px;line-height:1.6}.dialog-actions{display:flex;justify-content:flex-end;gap:9px}.danger-button{color:#fff;background:var(--danger);border:1px solid var(--danger)}.workspace-main{min-width:0;display:grid;grid-template-columns:204px minmax(0,1fr);gap:20px;align-items:start}.template-sidebar{min-width:0;grid-column:2;grid-row:1;padding-top:0;position:sticky;top:92px;animation:surface-in .55s var(--motion-spring) .08s both}.template-picker-group{min-width:0;display:grid;gap:10px;padding:0;margin:0;border:0}.template-picker-group legend{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.template-picker-group .template-picker,.template-picker-status{margin:0}.field-full,.repeat-card-heading,.checkbox-field,.add-button,.simple-list{margin-top:0}.repeat-list{padding-top:0}.bullet-editor,.simple-list{display:grid;gap:8px}.bullet-editor,.bullet-row,.simple-list-row{margin-top:0}.resume-editorial .resume-main{padding:60px 70px}.resume-editorial .resume-header{padding-bottom:16px;border-bottom:0}.resume-editorial .resume-header h1{color:var(--template-accent, #be123c);font-family:Georgia,Times New Roman,serif;font-weight:600}.resume-editorial .resume-section h2{padding-left:10px;border-left:3px solid var(--template-accent, #be123c);color:#374151;letter-spacing:.14em}.resume-executive .resume-main{padding:0 62px 62px}.resume-executive .resume-header{margin:0 -62px;padding:52px 62px 30px;background:#134e4a;border-bottom:0}.resume-executive .resume-header h1{color:#fff}.resume-executive .resume-role{color:#99f6e4}.resume-executive .resume-contact{color:#ccfbf1}.resume-executive .resume-section:first-of-type{margin-top:34px}.resume-executive .resume-section h2{color:var(--template-accent, #0f766e)}.resume-compact .resume-main{padding:46px 54px}.resume-compact .resume-header{padding-bottom:16px}.resume-compact .resume-section{margin-top:15px}.resume-compact .resume-section h2{margin-bottom:7px;font-size:11px}.resume-compact .resume-entry{margin-top:9px}.resume-custom-order .resume-main{display:flex;flex-direction:column;gap:var(--resume-section-gap, 24px);zoom:var(--resume-font-scale, 1)}.resume-custom-order.resume-modern .resume-main{display:grid}.resume-custom-order .resume-header{padding-bottom:0}.resume-custom-order .resume-header>div{display:grid;gap:10px}.resume-custom-order .resume-role{margin:0}.resume-custom-order .resume-section{display:grid;gap:max(7px,calc(var(--resume-section-gap, 24px) * .5));margin:0}.resume-custom-order .resume-section h2{margin:0}.resume-custom-order .resume-entry{display:grid;gap:max(7px,calc(var(--resume-section-gap, 11px) * .35));margin:0}.resume-custom-order .entry-heading>div{display:grid;gap:3px}.resume-custom-order .entry-heading p,.resume-custom-order .resume-entry>p,.resume-custom-order .resume-entry ul,.resume-custom-order .resume-entry li{margin:0}.resume-custom-order.resume-modern .resume-section,.resume-custom-order.resume-modern .resume-empty{margin-right:0}.resume-custom-order.resume-modern .resume-section:first-of-type,.resume-custom-order.resume-executive .resume-section:first-of-type{margin-top:0}.resume-custom-order.resume-minimal .resume-section,.resume-custom-order.resume-compact .resume-section,.resume-custom-order.resume-compact .resume-entry{margin-top:0}.resume-density-compact .resume-main{gap:14px}.resume-density-compact .resume-section{gap:7px}.resume-density-compact .resume-entry{margin:0}.resume-align-center .resume-main{text-align:center}.resume-align-center .resume-contact{justify-items:center;text-align:center}.resume-align-center .entry-heading,.resume-align-center .resume-tags{justify-content:center}.resume-custom-order.resume-executive .resume-main{padding:0 62px 62px}.resume-custom-order.resume-executive .resume-header{margin:0 -62px;padding:52px 62px 30px}.layout-controls{display:grid;gap:16px;padding:16px 18px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 2px 8px #11182706}.layout-controls-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.layout-controls-heading h2{margin:4px 0 0;font-size:16px;letter-spacing:-.03em}.layout-control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:0}.layout-control-grid select{height:36px;padding:0 8px;color:var(--ink);background:#fff;border:1px solid #dfe3e8;border-radius:6px}.layout-control-grid input[type=range]{width:100%;height:36px;accent-color:var(--blue);cursor:grab}.layout-control-grid input[type=range]:active{cursor:grabbing}.layout-section-settings{display:grid;gap:8px;padding-top:13px;border-top:1px solid var(--soft-line)}.layout-section-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.layout-section-title{min-width:0;display:grid;gap:3px;color:var(--muted);font-size:10px}.layout-section-title input{width:100%;height:32px;padding:0 8px;color:var(--ink);background:#fff;border:1px solid #dfe3e8;border-radius:5px;font-size:12px}.layout-section-visible{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:11px;white-space:nowrap}.layout-section-visible input{accent-color:var(--blue)}.color-field input[type=color]{width:100%;height:36px;padding:3px;background:#fff;border:1px solid #dfe3e8;border-radius:6px}.layout-order{display:grid;gap:5px;margin-top:0;padding-top:13px;border-top:1px solid var(--soft-line)}.layout-order .sub-label{margin:0}.layout-order-row{display:flex;align-items:center;justify-content:space-between;min-height:32px;padding:0 7px 0 10px;color:#4b5563;background:#f8fafc;border:1px solid var(--soft-line);border-radius:5px;font-size:12px}.layout-order-row>span:last-child{display:flex;gap:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.export-capture{width:794px;min-height:1px;position:absolute;top:0;left:-10000px;pointer-events:none}.export-capture .resume-paper{width:794px;max-width:none;box-shadow:none}.resume-contact a,.entry-url{color:inherit;text-decoration:none}.resume-contact a:hover,.entry-url:hover{text-decoration:underline}.notice{display:flex;align-items:center;gap:12px;max-width:min(720px,calc(100vw - 32px));padding:10px 14px;position:fixed;left:20px;bottom:20px;z-index:39;color:#854d0e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;box-shadow:0 12px 30px #1118271f;font-size:13px}.notice .icon-button{margin-left:auto}.resume-workbench{min-width:0;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);overflow:hidden;background:var(--card);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-surface);animation:surface-in .55s var(--motion-spring) both;transition:box-shadow .3s var(--motion-standard),border-color .3s var(--motion-standard)}.resume-workbench:hover{border-color:#d3dce9;box-shadow:0 22px 60px #25304d1c}.workbench-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:linear-gradient(120deg,#fff,#fbfdff 72%,#f4f8ff);border-bottom:1px solid var(--line)}.workbench-heading h1{margin:4px 0 0;font-size:22px;letter-spacing:-.03em}.workbench-heading-side{display:flex;align-items:center;gap:18px}.workbench-hint{white-space:nowrap}.workbench-body{min-width:0;display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:start}.workbench-body>.editor-column,.workbench-body>.preview-column{min-width:0;display:block;padding:24px}.workbench-body>.editor-column{background:linear-gradient(180deg,#fff,#fcfdff);border-right:1px solid var(--line)}.workbench-body>.preview-column{position:static;background:linear-gradient(180deg,#f8fafc,#f4f7fb)}.workbench-body>.editor-column>.column-heading,.workbench-body>.preview-column>.preview-heading{display:none}.preview-stage{display:flex;justify-content:center;overflow:auto;padding:24px;background:linear-gradient(145deg,#e9eef7,#f8fafc 55%,#e7ecf4);border:1px solid var(--line);border-radius:14px;box-shadow:inset 0 1px #fffc,inset 0 0 26px #25304d0d;transition:box-shadow .3s var(--motion-standard),background-color .3s var(--motion-standard)}.preview-stage:hover{box-shadow:inset 0 1px #ffffffe6,inset 0 0 26px #25304d12,0 8px 24px #25304d0f}.preview-stage .resume-paper{border-radius:4px;animation:paper-in .65s var(--motion-spring) both;transition:transform .3s var(--motion-spring),box-shadow .3s var(--motion-standard)}.preview-stage:hover .resume-paper{transform:translateY(-3px);box-shadow:0 17px 36px #11182729}:root{--motion-standard: cubic-bezier(.2, .8, .2, 1);--motion-spring: cubic-bezier(.16, 1, .3, 1);--shadow-surface: 0 18px 50px rgba(37, 48, 77, .08)}@keyframes surface-in{0%{opacity:0}to{opacity:1}}@keyframes sidebar-in{0%{opacity:0}to{opacity:1}}@keyframes paper-in{0%{opacity:0}to{opacity:1}}@keyframes pane-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes section-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes marker-in{0%{opacity:0;transform:scaleY(.45)}to{opacity:1;transform:scaleY(1)}}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes drawer-in{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@keyframes save-spin{to{transform:rotate(360deg)}}.topbar{background:#ffffffe0;box-shadow:0 1px #e5e7ebbf,0 8px 24px #25304d0a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:background-color .25s var(--motion-standard),box-shadow .25s var(--motion-standard)}.brand-mark{transition:transform .25s var(--motion-spring),box-shadow .25s var(--motion-standard)}.brand:hover .brand-mark{transform:rotate(-7deg) scale(1.08);box-shadow:0 7px 16px #2563eb47}.save-status.saving svg,[aria-busy=true] svg{animation:save-spin .9s linear infinite}.primary-button,.secondary-button,.danger-button{transition:transform .2s var(--motion-spring),box-shadow .2s var(--motion-standard),background-color .2s var(--motion-standard),border-color .2s var(--motion-standard)}.primary-button:hover,.secondary-button:hover,.danger-button:hover{transform:translateY(-2px)}.primary-button:active,.secondary-button:active,.danger-button:active{transform:translateY(0) scale(.98)}.editor-section,.layout-controls,.template-panel{transition:transform .22s var(--motion-spring),border-color .22s var(--motion-standard),box-shadow .22s var(--motion-standard)}.editor-section:hover,.layout-controls:hover,.template-panel:hover{border-color:#d5dfed;box-shadow:0 8px 22px #25304d12}.section-toggle strong,.repeat-card-heading>span,.template-card-copy strong{transition:color .2s var(--motion-standard)}.section-toggle:hover strong,.repeat-card:hover .repeat-card-heading>span,.template-card:hover .template-card-copy strong{color:var(--blue)}.section-body{animation:section-in .32s var(--motion-standard) both}.editor-sections>:nth-child(1){animation:section-in .42s var(--motion-spring) .04s both}.editor-sections>:nth-child(2){animation:section-in .42s var(--motion-spring) .08s both}.editor-sections>:nth-child(3){animation:section-in .42s var(--motion-spring) .12s both}.editor-sections>:nth-child(4){animation:section-in .42s var(--motion-spring) .16s both}.editor-sections>:nth-child(5){animation:section-in .42s var(--motion-spring) .2s both}.editor-sections>:nth-child(6){animation:section-in .42s var(--motion-spring) .24s both}.editor-sections>:nth-child(7){animation:section-in .42s var(--motion-spring) .28s both}.editor-sections>:nth-child(8){animation:section-in .42s var(--motion-spring) .32s both}.repeat-card{transition:transform .22s var(--motion-spring),border-color .22s var(--motion-standard),box-shadow .22s var(--motion-standard),background-color .22s var(--motion-standard)}.repeat-card:hover{transform:translateY(-2px);border-color:#d5dfed;background:#fff;box-shadow:0 7px 18px #25304d0f}.resume-list-item.is-active:before{animation:marker-in .35s var(--motion-spring) both;transform-origin:center}.new-resume-button{transition:transform .2s var(--motion-spring),border-color .2s var(--motion-standard),background-color .2s var(--motion-standard),box-shadow .2s var(--motion-standard)}.new-resume-button:hover{transform:translateY(-2px);box-shadow:0 7px 16px #2563eb1a}.template-card{will-change:transform;transition:transform .25s var(--motion-spring),border-color .18s var(--motion-standard),background-color .18s var(--motion-standard),box-shadow .18s var(--motion-standard)}.template-card:hover{transform:translateY(-4px);box-shadow:0 9px 20px #25304d17}.template-card:active{transform:translateY(-1px) scale(.985)}.template-thumb{transition:transform .3s var(--motion-spring),box-shadow .3s var(--motion-standard)}.template-card:hover .template-thumb{transform:scale(1.035);box-shadow:inset 0 1px 2px #1118270a,0 4px 10px #25304d14}.template-card-state{animation:section-in .3s var(--motion-spring) both}.mobile-switcher{display:none;gap:4px;padding:4px;background:#eef3fb;border:1px solid #dce6f5;border-radius:10px}.mobile-switcher button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:7px 10px;color:var(--muted);background:transparent;border:0;border-radius:7px;font-size:12px;font-weight:700;transition:color .2s var(--motion-standard),background-color .2s var(--motion-standard),box-shadow .2s var(--motion-standard),transform .2s var(--motion-spring)}.mobile-switcher button:hover{color:var(--ink)}.mobile-switcher button:active{transform:scale(.98)}.mobile-switcher button.is-active{color:var(--blue);background:#fff;box-shadow:0 4px 10px #2563eb1f}.mobile-manager-backdrop{display:none}@media(max-width:1199px){.workspace{grid-template-columns:minmax(0,1fr)}.workspace-main{grid-template-columns:200px minmax(0,1fr)}.template-sidebar{grid-column:1;grid-row:2;position:static}.resume-main{padding:48px 42px}.resume-modern .resume-section{margin-right:32px}}@media(max-width:960px){.workspace-main{grid-template-columns:180px minmax(0,1fr)}}@media(max-width:900px){.topbar{grid-template-columns:auto 1fr auto;gap:12px;padding:0 16px}.topbar-center{justify-content:center}.topbar-label,.save-status{display:none}.topbar-center select{min-width:130px}}@media(min-width:769px)and (max-width:1100px){.workbench-heading{align-items:flex-start}.workbench-heading-side{display:grid;justify-items:end;gap:10px}.mobile-switcher{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,260px)}.workbench-body{display:block}.workbench-body>.editor-column,.workbench-body>.preview-column{padding:20px;border:0}.workbench-body>.editor-column.mobile-hidden,.workbench-body>.preview-column.mobile-hidden{display:none!important}.workbench-body>.editor-column.mobile-visible,.workbench-body>.preview-column.mobile-visible{display:block;animation:pane-in .35s var(--motion-spring) both}}@media(max-width:768px){.topbar{height:auto;min-height:60px;grid-template-columns:auto 1fr auto;padding:10px 14px}.brand span:last-child{display:none}.topbar-center select{min-width:0;width:100%;max-width:170px}.export-button{padding:0 10px}.workspace{display:flex;flex-direction:column;padding:16px 12px 40px;gap:14px;background:var(--bg)}.workspace-main{width:100%;display:block;order:1}.template-sidebar{width:100%;grid-column:auto;grid-row:auto;order:2;padding:0}.resume-workbench{border-radius:14px}.workbench-heading{display:grid;justify-content:stretch;gap:14px;padding:16px}.workbench-heading-side{width:100%;display:grid;gap:12px}.workbench-hint{max-width:none;text-align:left;white-space:normal}.mobile-switcher{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.workbench-body{display:block}.workbench-body>.editor-column,.workbench-body>.preview-column{padding:16px;border:0}.workbench-body>.editor-column.mobile-hidden,.workbench-body>.preview-column.mobile-hidden{display:none!important}.workbench-body>.editor-column.mobile-visible,.workbench-body>.preview-column.mobile-visible{display:block;animation:pane-in .35s var(--motion-spring) both}.preview-stage{padding:14px}.manager-panel{min-height:0;display:none;position:static}.manager-panel.mobile-manager-open{display:block;position:fixed;inset:0 auto 0 0;z-index:35;width:min(320px,88vw);min-height:100vh;padding:20px 16px;overflow-y:auto;background:var(--bg);box-shadow:12px 0 32px #1118272e;animation:drawer-in .35s var(--motion-spring) both}.mobile-manager-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:34;padding:0;background:#0f172a52;border:0;animation:backdrop-in .25s var(--motion-standard) both}.mobile-manager-close{display:inline-grid}.resume-modern .resume-main{display:block}.resume-modern .resume-header{padding:30px 23px}.resume-modern .resume-section,.resume-modern .resume-empty{margin-right:0;padding-right:23px;padding-left:23px}.resume-modern .resume-section:first-of-type{margin-top:24px}.resume-custom-order.resume-executive .resume-main{padding:0 23px 30px}.resume-custom-order.resume-executive .resume-header{margin:0 -23px;padding:30px 23px}.template-panel{border-radius:14px}.template-picker{grid-template-columns:repeat(2,minmax(0,1fr))}.template-card{min-height:142px;padding:9px}.template-thumb{height:72px}}@media(max-width:480px){.topbar-actions .primary-button,.topbar-actions .secondary-button{font-size:0;padding:0 11px}.topbar-actions .primary-button svg,.topbar-actions .secondary-button svg{margin:0}.field-grid{grid-template-columns:1fr}.field-row{grid-template-columns:1fr 1fr}.section-body{padding-right:12px;padding-left:12px}.section-toggle{padding-right:14px;padding-left:14px}.repeat-card{padding:11px}.workbench-heading h1{font-size:19px}.workbench-body>.editor-column,.workbench-body>.preview-column{padding:12px}.preview-stage{padding:10px}.resume-main{min-height:0;padding:30px 23px}.resume-header{display:block}.resume-contact{max-width:none;justify-items:start;margin-top:13px;text-align:left}.resume-modern .resume-main{grid-template-columns:92px minmax(0,1fr)}.resume-modern .resume-header{padding-right:9px;padding-left:11px}.resume-modern .resume-header h1{font-size:18px}.resume-modern .resume-section,.resume-modern .resume-empty{padding-right:12px;padding-left:12px}.resume-minimal .resume-main{padding:35px 25px}.layout-control-grid{grid-template-columns:1fr;gap:9px}}@media(max-width:380px){.template-picker{grid-template-columns:1fr}}@media(min-width:769px){.manager-toggle,.mobile-manager-close{display:none}}@media print{@page{size:A4;margin:0}body{background:#fff}.topbar,.manager-panel,.editor-column,.mobile-switcher,.template-panel,.preview-heading,.preview-stage,.mobile-manager-backdrop{display:none!important}.workspace{display:block;padding:0}.preview-column,.workbench-body>.preview-column.mobile-hidden{display:block!important}.resume-paper{width:210mm;max-width:none;min-height:297mm;box-shadow:none}.export-capture,.toast,.notice{display:none!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
