.resume-tool[data-astro-cid-hpvcllhd]{--preview-scale: 1}.resume-tool__container[data-astro-cid-hpvcllhd]{display:flex;flex-direction:column;gap:32px;max-width:1200px;margin:0 auto}@media(min-width:1024px){.resume-tool__container[data-astro-cid-hpvcllhd]{flex-direction:row;align-items:flex-start}}.resume-tool__editor[data-astro-cid-hpvcllhd]{flex:1;width:100%;max-width:420px;background:var(--st-surface);border:1px solid var(--st-border);border-radius:var(--radius-st-lg);display:flex;flex-direction:column}@media(min-width:1024px){.resume-tool__editor[data-astro-cid-hpvcllhd]{position:sticky;top:24px;max-height:calc(100vh - 48px);overflow-y:auto}}.resume-tool__editor-header[data-astro-cid-hpvcllhd]{padding:20px;border-bottom:1px solid var(--st-border);background:var(--st-surface-alt)}.resume-tool__editor-title[data-astro-cid-hpvcllhd]{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:700;color:var(--st-text);margin:0}.resume-tool__editor-icon[data-astro-cid-hpvcllhd]{color:var(--st-primary)}.resume-tool__editor-subtitle[data-astro-cid-hpvcllhd]{font-size:.875rem;color:var(--st-text-muted);margin:4px 0 0}.resume-tool__accordion-item[data-astro-cid-hpvcllhd]{border-bottom:1px solid var(--st-border)}.resume-tool__accordion-trigger[data-astro-cid-hpvcllhd]{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;font-weight:600;color:var(--st-text);background:none;border:none;cursor:pointer;transition:background .2s ease}.resume-tool__accordion-trigger[data-astro-cid-hpvcllhd]:hover{background:var(--st-surface-alt)}.resume-tool__accordion-chevron[data-astro-cid-hpvcllhd]{width:18px;height:18px;color:var(--st-text-muted);transition:transform .3s ease}.resume-tool__accordion-item[data-astro-cid-hpvcllhd]:not(.hidden) .resume-tool__accordion-content[data-astro-cid-hpvcllhd]{display:block}.resume-tool__accordion-content[data-astro-cid-hpvcllhd]{padding:0 20px 20px}.resume-tool__accordion-content[data-astro-cid-hpvcllhd].hidden{display:none}.resume-tool__accordion-item[data-astro-cid-hpvcllhd].active .resume-tool__accordion-chevron[data-astro-cid-hpvcllhd]{transform:rotate(180deg)}.resume-tool__field-group[data-astro-cid-hpvcllhd]{display:grid;gap:16px}.resume-tool__field[data-astro-cid-hpvcllhd] label[data-astro-cid-hpvcllhd]{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--st-text-muted);letter-spacing:.025em;margin-bottom:6px}.resume-tool__dynamic-list[data-astro-cid-hpvcllhd]{display:grid;gap:12px;margin-bottom:16px}.resume-tool__dynamic-item[data-astro-cid-hpvcllhd]{padding:16px;background:var(--st-surface-alt);border:1px solid var(--st-border);border-radius:var(--radius-st);position:relative;display:grid;gap:12px}.resume-tool__item-remove[data-astro-cid-hpvcllhd]{position:absolute;top:8px;right:8px;color:var(--st-text-muted);background:none;border:none;padding:4px;cursor:pointer;border-radius:var(--radius-st-sm);transition:color .2s,background .2s}.resume-tool__item-remove[data-astro-cid-hpvcllhd]:hover{color:var(--st-error);background:var(--st-error-light)}.resume-tool__btn-add[data-astro-cid-hpvcllhd]{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px;font-weight:600;font-size:.875rem;color:var(--st-primary);background:var(--st-primary-light);border:1px dashed var(--st-primary);border-radius:var(--radius-st);cursor:pointer;transition:all .2s ease}.resume-tool__btn-add[data-astro-cid-hpvcllhd]:hover{background:var(--st-primary);color:var(--st-text-inverse)}.resume-tool__editor-footer[data-astro-cid-hpvcllhd]{padding:20px;border-top:1px solid var(--st-border);display:flex;gap:12px}.resume-tool__btn-secondary[data-astro-cid-hpvcllhd]{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;font-size:.875rem;font-weight:500;color:var(--st-text-muted);background:var(--st-surface-alt);border:1px solid var(--st-border);border-radius:var(--radius-st);cursor:pointer}.resume-tool__btn-danger[data-astro-cid-hpvcllhd]{display:flex;align-items:center;justify-content:center;padding:10px;color:var(--st-text-muted);background:var(--st-surface-alt);border:1px solid var(--st-border);border-radius:var(--radius-st);cursor:pointer}.resume-tool__btn-danger[data-astro-cid-hpvcllhd]:hover{background:var(--st-error-light);color:var(--st-error);border-color:var(--st-error)}.resume-tool__preview[data-astro-cid-hpvcllhd]{flex:2;display:flex;flex-direction:column;align-items:center;min-width:0}.resume-tool__toolbar[data-astro-cid-hpvcllhd]{width:100%;max-width:210mm;background:var(--st-surface);border:1px solid var(--st-border);border-radius:var(--radius-st-lg);padding:12px 20px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:24px;z-index:20;box-shadow:var(--shadow-st-sm)}.resume-tool__toolbar-status[data-astro-cid-hpvcllhd]{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;color:var(--st-text-muted)}.resume-tool__status-dot[data-astro-cid-hpvcllhd]{width:8px;height:8px;background:var(--st-success);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}to{transform:scale(1);opacity:1}}.resume-tool__paper-container[data-astro-cid-hpvcllhd]{width:100%;overflow-x:auto;padding-bottom:20px;display:flex;justify-content:center}.resume-tool__paper[data-astro-cid-hpvcllhd]{width:210mm;min-height:297mm;background:#fff;box-shadow:var(--shadow-st-xl);transform-origin:top center;color:#1a1a1a}.resume-template-modern[data-astro-cid-hpvcllhd]{display:flex;flex-direction:column;min-height:297mm;font-family:Inter,sans-serif}.resume-header[data-astro-cid-hpvcllhd]{background:#0f172a;color:#fff;padding:40px;text-align:center}.resume-header__name[data-astro-cid-hpvcllhd]{font-size:2.5rem;font-weight:800;letter-spacing:-.025em;margin:0;text-transform:uppercase}.resume-header__title[data-astro-cid-hpvcllhd]{font-size:1.125rem;font-weight:500;color:#94a3b8;margin:8px 0 16px;letter-spacing:.05em}.resume-header__contact[data-astro-cid-hpvcllhd]{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px;font-size:.875rem;color:#cbd5e1}.resume-body[data-astro-cid-hpvcllhd]{display:flex;gap:40px;padding:40px;flex:1}.resume-body__left[data-astro-cid-hpvcllhd]{flex:2}.resume-body__right[data-astro-cid-hpvcllhd]{flex:1}.resume-section[data-astro-cid-hpvcllhd]{margin-bottom:32px}.resume-section__title[data-astro-cid-hpvcllhd]{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#0f172a;border-bottom:2px solid #e2e8f0;padding-bottom:8px;margin-bottom:16px}.resume-section__text[data-astro-cid-hpvcllhd]{font-size:.875rem;line-height:1.6;color:#475569;text-align:justify;margin:0}.resume-section__list[data-astro-cid-hpvcllhd]{display:grid;gap:20px}.resume-item[data-astro-cid-hpvcllhd]{position:relative}.resume-item__header[data-astro-cid-hpvcllhd]{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.resume-item__title[data-astro-cid-hpvcllhd]{font-size:.9375rem;font-weight:700;color:#1e293b;margin:0}.resume-item__date[data-astro-cid-hpvcllhd]{font-size:.8125rem;font-weight:600;color:var(--st-primary)}.resume-item__org[data-astro-cid-hpvcllhd]{font-size:.875rem;font-weight:600;color:#64748b;margin-bottom:8px}.resume-item__desc[data-astro-cid-hpvcllhd]{font-size:.8125rem;line-height:1.5;color:#475569;white-space:pre-line;margin:0}.resume-skills-grid[data-astro-cid-hpvcllhd]{display:flex;flex-wrap:wrap;gap:6px}.resume-skill-tag[data-astro-cid-hpvcllhd]{font-size:.75rem;font-weight:600;background:#f1f5f9;color:#475569;padding:4px 8px;border-radius:4px;border:1px solid #e2e8f0}@media(max-width:1023px){.resume-tool__editor[data-astro-cid-hpvcllhd]{max-width:100%;position:static;max-height:none}}@media(max-width:640px){.resume-body[data-astro-cid-hpvcllhd]{flex-direction:column;padding:24px;gap:24px}.resume-header[data-astro-cid-hpvcllhd]{padding:32px 24px}.resume-header__name[data-astro-cid-hpvcllhd]{font-size:1.75rem}}
