.dialog-overlay{z-index:9999;background-color:#00000080;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dialog-container{background-color:#fff;border-radius:12px;width:90%;max-width:400px;animation:.3s ease-out slideUp;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dialog-header{border-bottom:1px solid #f3f4f6;padding:20px 24px 12px}.dialog-title{color:#1f2937;margin:0;font-size:18px;font-weight:600}.dialog-body{padding:16px 24px 24px}.dialog-message{color:#6b7280;margin:0;font-size:15px;line-height:1.5}.dialog-footer{background-color:#f9fafb;border-top:1px solid #f3f4f6;justify-content:flex-end;gap:12px;padding:16px 24px 20px;display:flex}.dialog-btn{cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.dialog-btn-cancel{color:#374151;background-color:#f3f4f6}.dialog-btn-cancel:hover{background-color:#e5e7eb}.dialog-btn-confirm{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%)}.dialog-btn-confirm:hover{background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%);transform:translateY(-1px);box-shadow:0 4px 6px -1px #2563eb33}.home-page{min-height:100vh;position:relative;overflow:hidden}.home-content{z-index:1;position:relative}.hero-section{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:3rem 1rem;display:flex;position:relative}.leaf{background:linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-light) 100%);opacity:.15;z-index:-1;border-radius:0 0 50% 50%;width:120px;height:120px;position:absolute}.leaf-1{animation:6s ease-in-out infinite float;top:10%;left:5%;transform:rotate(-30deg)}.leaf-2{animation:8s ease-in-out 1s infinite float;top:20%;right:10%;transform:rotate(45deg)}.leaf-3{animation:7s ease-in-out 2s infinite float;bottom:20%;left:15%;transform:rotate(15deg)}@keyframes float{0%,to{transform:translateY(0)rotate(-30deg)}50%{transform:translateY(-20px)rotate(-25deg)}}.hero-title{margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.3}.title-green{color:var(--primary-dark);display:block}.title-highlight{color:var(--primary-color);background:linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.25rem)}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-create{background:linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);color:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 10px 30px #2d8a4e4d}.btn-create:hover{transform:translateY(-3px);box-shadow:0 15px 40px #2d8a4e66}.btn-icon{font-size:1.3rem}.btn-preview{color:var(--primary-color);border:2px solid var(--primary-color);background:#ffffffe6;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:500;transition:all .3s}.btn-preview:hover{background:var(--bg-primary);transform:translateY(-2px)}.features-section{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;padding:3rem 1rem;display:grid}.feature-card{border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd9;padding:2rem;transition:all .3s}.feature-card:hover{box-shadow:var(--shadow-lg);background:#fffffff2;transform:translateY(-5px)}.feature-icon{margin-bottom:1rem;font-size:3rem}.feature-card h3{color:var(--primary-dark);margin-bottom:.75rem;font-size:1.25rem}.feature-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.decoration-line{background:linear-gradient(90deg, transparent, var(--secondary-color), var(--primary-light), var(--secondary-color), transparent);max-width:600px;height:3px;margin:2rem auto}@media (width<=768px){.hero-section{min-height:auto;padding:2rem 1rem}.leaf{width:80px;height:80px}.features-section{grid-template-columns:1fr;padding:2rem 1rem}}.templates-page{min-height:100vh;padding:2rem 1rem;position:relative}.templates-container{z-index:1;max-width:1400px;margin:0 auto;position:relative}.templates-header{text-align:center;margin-bottom:3rem}.back-btn{color:var(--primary-color);border-radius:var(--radius-lg);background:#fffc;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.95rem;transition:all .2s;display:inline-block}.back-btn:hover{background:var(--bg-primary);transform:translate(-5px)}.templates-title{color:var(--primary-dark);margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem)}.templates-subtitle{color:var(--text-secondary);font-size:1.1rem}.templates-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:1rem 0;display:grid}.template-card{border-radius:var(--radius-xl);cursor:pointer;box-shadow:var(--shadow-md);background:#ffffffe6;transition:all .3s;position:relative;overflow:hidden}.template-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.template-preview{border-bottom:1px solid var(--bg-tertiary);background:#f5f5f5;height:360px;overflow:hidden}.template-preview-content{flex-direction:column;width:100%;height:100%;padding:0;display:flex}.preview-header{text-align:center;padding:1rem}.preview-name{margin-bottom:.25rem;font-size:1rem;font-weight:700}.preview-contact{font-size:.65rem}.preview-body{flex:1;padding:.75rem 1rem}.preview-section{margin-bottom:.75rem}.preview-section-title{border-left:2px solid;margin-bottom:.4rem;padding-left:.5rem;font-size:.7rem;font-weight:600}.preview-line{opacity:.6;border-radius:2px;height:4px;margin-bottom:.3rem}.preview-line.short{width:60%}.template-info{padding:1.25rem}.template-name{color:var(--primary-dark);margin-bottom:.5rem;font-size:1.15rem}.template-desc{color:var(--text-secondary);font-size:.9rem}.template-overlay{opacity:0;background:#2d8a4ee6;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.template-card:hover .template-overlay{opacity:1}.template-overlay span{color:#fff;border:2px solid #fff;border-radius:50px;padding:.75rem 1.5rem;font-size:1.25rem;font-weight:600}@media (width<=768px){.templates-page{padding:1.5rem 1rem}.templates-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.template-preview{height:320px}}@media (width<=480px){.templates-grid{grid-template-columns:1fr}}.editor-page{background:var(--bg-primary);flex-direction:column;height:100vh;display:flex}.editor-header{box-shadow:var(--shadow-sm);z-index:100;background:#fffffff2;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.back-btn{color:var(--primary-color);background:var(--bg-primary);border-radius:var(--radius-lg);padding:.5rem 1rem;font-size:.95rem;transition:all .2s}.back-btn:hover{background:var(--bg-secondary)}.editor-title{color:var(--primary-dark);font-size:1.25rem;font-weight:600}.editor-actions{align-items:center;gap:.75rem;display:flex}.spacing-controls{background:var(--bg-primary);border-radius:var(--radius-lg);align-items:center;gap:.5rem;padding:.35rem .75rem;display:flex}.spacing-label{color:var(--text-primary);white-space:nowrap;font-size:.9rem;font-weight:500}.spacing-btn{border-radius:var(--radius-md);border:1px solid var(--border-color);cursor:pointer;width:32px;height:32px;color:var(--text-primary);background:#fff;justify-content:center;align-items:center;font-size:1.25rem;font-weight:600;transition:all .2s;display:flex}.spacing-btn:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.spacing-value{color:var(--text-primary);text-align:center;min-width:50px;font-size:.9rem;font-weight:500}.btn-export{color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;padding:.6rem 1.25rem;font-weight:500;transition:all .2s}.btn-export.btn-pdf{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%)}.btn-export:hover:not(:disabled){box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-export:disabled{opacity:.7;cursor:not-allowed}.editor-container{flex:1;display:flex;overflow:hidden}.editor-sidebar{border-right:1px solid var(--bg-tertiary);background:#fffffff2;flex-shrink:0;width:260px;padding:1.5rem 1rem;overflow-y:auto}.sidebar-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;padding-left:.5rem;font-size:.9rem}.section-list{flex-direction:column;gap:.5rem;display:flex}.section-item{border-radius:var(--radius-lg);align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .2s;display:flex}.section-main{cursor:pointer;flex:1;align-items:center;padding:.25rem 0;display:flex}.section-actions{align-items:center;gap:.25rem;display:flex}.action-btn{background:var(--bg-tertiary);width:22px;height:22px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;font-size:12px;transition:all .2s;display:flex}.action-btn:hover:not(:disabled){background:var(--primary-color);color:#fff}.action-btn:disabled{opacity:.3;cursor:not-allowed}.section-item:hover{background:var(--bg-primary)}.section-item.active{background:var(--bg-secondary);border-left:3px solid var(--primary-color)}.section-icon{font-size:1.1rem}.section-label{color:var(--text-primary);flex:1;font-size:.95rem}.section-toggle{cursor:pointer;width:36px;height:20px;position:relative}.section-toggle input{opacity:0;width:0;height:0}.toggle-slider{background:var(--bg-tertiary);border-radius:20px;transition:all .3s;position:absolute;inset:0}.toggle-slider:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .3s;position:absolute;bottom:2px;left:2px}.section-toggle input:checked+.toggle-slider{background:var(--primary-color)}.section-toggle input:checked+.toggle-slider:before{transform:translate(16px)}.add-section-btn{color:#fff;border-radius:var(--radius-lg);cursor:pointer;background:linear-gradient(135deg,#2d8a4e 0%,#2563eb 100%);border:none;width:100%;margin-top:.5rem;padding:.75rem 1rem;font-weight:500;transition:all .2s}.add-section-btn:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.field-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.field-toggle{cursor:pointer;flex-shrink:0;align-items:center;width:60px;height:26px;display:inline-flex;position:relative}.field-toggle input{opacity:0;width:0;height:0}.field-toggle .toggle-slider{background:#94a3b8;border-radius:13px;justify-content:center;align-items:center;width:60px;height:26px;transition:all .3s;display:flex;position:absolute;top:0;left:0}.field-toggle .toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;top:50%;left:3px;transform:translateY(-50%);box-shadow:0 2px 4px #0003}.field-toggle input:checked+.toggle-slider{background:#2d8a4e}.field-toggle input:checked+.toggle-slider:before{transform:translateY(-50%)translate(34px)}.toggle-text-off{color:#fff;opacity:1;font-size:10px;font-weight:600;transition:opacity .2s;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.toggle-text-on{color:#fff;opacity:0;font-size:10px;font-weight:600;transition:opacity .2s;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.field-toggle input:checked+.toggle-slider .toggle-text-on{opacity:1}.field-toggle input:checked+.toggle-slider .toggle-text-off{opacity:0}.field-hidden{opacity:.6}.field-hidden input,.field-hidden textarea{background:var(--bg-tertiary)}.photo-preview-wrapper{display:inline-block;position:relative}.photo-preview-wrapper img{display:block}.photo-delete-btn{color:#fff;cursor:pointer;background:#e74c3c;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:18px;line-height:1;transition:all .2s;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 4px #0003}.photo-delete-btn:hover{background:#c0392b;transform:scale(1.1)}.delete-section-btn{color:#fff;border-radius:var(--radius-lg);cursor:pointer;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:none;width:100%;margin-top:1rem;padding:.75rem 1rem;font-weight:500;transition:all .2s}.delete-section-btn:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{border-radius:var(--radius-lg);background:#fff;width:90%;max-width:500px;max-height:90vh;padding:2rem;overflow-y:auto}.modal-content h3{color:var(--primary-dark);margin-bottom:1.5rem}.icon-grid{grid-template-columns:repeat(auto-fill,minmax(44px,1fr));gap:.5rem;display:grid}.icon-option{border:2px solid var(--bg-tertiary);border-radius:var(--radius-md);cursor:pointer;background:#fff;padding:.5rem;font-size:1.5rem;transition:all .2s}.icon-option:hover{border-color:var(--primary-color)}.icon-option.selected{border-color:var(--primary-color);background:var(--bg-secondary)}.modal-actions{gap:1rem;margin-top:1.5rem;display:flex}.cancel-btn{background:var(--bg-tertiary);color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;border:none;flex:1;padding:.75rem;font-weight:500}.confirm-btn{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:linear-gradient(135deg,#2d8a4e 0%,#2563eb 100%);border:none;flex:1;padding:.75rem;font-weight:500}.page-indicator{border-top:1px solid var(--bg-tertiary);margin-top:2rem;padding-top:1.5rem}.page-info-card{background:var(--bg-primary);border-radius:var(--radius-md);margin-bottom:.75rem;padding:1rem}.page-info-row{justify-content:space-between;margin-bottom:.5rem;display:flex}.page-info-row:last-child{margin-bottom:0}.page-info-label{color:var(--text-muted);font-size:.85rem}.page-info-value{color:var(--primary-color);font-size:.9rem;font-weight:600}.page-hint{color:var(--text-muted);text-align:center;font-size:.8rem}.editor-main{flex:1;display:flex;overflow:hidden}.preview-panel{background:var(--bg-secondary);flex:1;justify-content:center;padding:1.5rem;display:flex;overflow-y:auto}.preview-container{width:100%;max-width:794px;position:relative}.page-break-overlay{pointer-events:none;z-index:10;width:100%;position:absolute;top:0;left:0}.page-break-line{background:linear-gradient(90deg, transparent, var(--primary-color), transparent);justify-content:flex-end;align-items:center;height:2px;display:flex;position:absolute;left:0;right:0}.page-break-label{background:var(--primary-color);color:#fff;white-space:nowrap;border-radius:10px;padding:2px 8px;font-size:.75rem;position:absolute;top:-10px;right:10px}.form-panel{border-left:1px solid var(--bg-tertiary);background:#fffffff2;flex-shrink:0;width:400px;overflow-y:auto}.form-container{padding:1.5rem}.form-title{color:var(--primary-dark);margin-bottom:1.5rem;font-size:1.15rem;font-weight:600}.form-section{flex-direction:column;gap:1rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#fff;width:100%;padding:.75rem;font-size:.95rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #2d8a4e1a}.form-group textarea{resize:vertical;white-space:pre-wrap;word-break:break-word;min-height:100px;font-family:inherit;line-height:1.6}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.resume-content{z-index:1;background:#fff;width:794px;position:relative;box-shadow:0 4px 20px #0000001a}.photo-preview{margin-top:.5rem}.photo-preview img{object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border-color);width:120px;height:150px}.resume-photo{object-fit:cover;border-radius:var(--radius-md);border:2px solid #ffffff4d;width:100px;height:120px;margin-bottom:1rem}.layout-centered .resume-photo,.layout-geometric .resume-photo{margin-left:auto;margin-right:auto;display:block}.layout-left-sidebar{min-height:1122px;display:flex;overflow:hidden}.layout-left-sidebar .sidebar{color:#fff;background:#596995;flex-shrink:0;width:220px;padding:1rem 1.5rem}.layout-left-sidebar .sidebar-header h1{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.layout-left-sidebar .position{color:#fff;border-bottom:1px solid #ffffff4d;margin-bottom:1.5rem;padding-bottom:1rem;font-size:.85rem}.layout-left-sidebar .sidebar-contact p{color:#fff;margin-bottom:.4rem;font-size:.75rem;line-height:1.4}.layout-left-sidebar .main-content{color:#333;flex:1;padding:1rem 2rem}.layout-left-sidebar .resume-section{margin-bottom:1.5rem}.layout-left-sidebar .section-title{color:#1a1a1a;border-bottom:2px solid #1a1a1a;margin-bottom:.75rem;padding-bottom:.5rem;font-size:1rem;font-weight:700}.layout-left-sidebar .section-content{font-size:.85rem;line-height:1.7}.layout-left-sidebar .section-content p{margin-bottom:.3rem}.layout-left-sidebar .section-content .company,.layout-left-sidebar .section-content .project-name,.layout-left-sidebar .section-content .highlight{color:#1a1a1a;font-weight:600}.layout-left-sidebar .section-content .description{color:#666;white-space:pre-wrap;margin-top:.5rem}.layout-left-sidebar .list{margin:0;padding:0;list-style:none}.layout-left-sidebar .list li{margin-bottom:.3rem;padding-left:1rem;position:relative}.layout-left-sidebar .list li:before{content:"▪";color:#1a1a1a;position:absolute;left:0}.layout-timeline{color:#292524}.layout-timeline .timeline-header{background:#fff7ed;border-bottom:3px solid #f97316;padding:2rem}.layout-timeline .timeline-header h1{color:#292524;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.layout-timeline .position{color:#f97316;margin-bottom:.75rem;font-size:1rem;font-weight:500}.layout-timeline .header-info{color:#78716c;gap:1.5rem;font-size:.8rem;display:flex}.layout-timeline .timeline-body{padding:1.5rem 2rem;position:relative}.layout-timeline .timeline-body:before{content:"";background:linear-gradient(#f97316 0%,#fed7aa 100%);width:2px;position:absolute;top:0;bottom:0;left:2rem}.layout-timeline .timeline-item{margin-bottom:1.5rem;padding-left:3rem;position:relative}.layout-timeline .timeline-marker{background:#f97316;border:2px solid #fff7ed;border-radius:50%;width:12px;height:12px;position:absolute;top:.25rem;left:-4px}.layout-timeline .section-title{color:#f97316;margin-bottom:.5rem;font-size:1rem;font-weight:600}.layout-timeline .section-content{font-size:.85rem;line-height:1.7}.layout-timeline .section-content .highlight{color:#292524;font-weight:600}.layout-timeline .section-content .description{color:#78716c;white-space:pre-wrap;margin-top:.5rem}.layout-timeline .list{margin:0;padding:0;list-style:none}.layout-timeline .list li{margin-bottom:.3rem;padding-left:1rem;position:relative}.layout-timeline .list li:before{content:"▸";color:#f97316;position:absolute;left:0}.layout-centered{color:#1a1a2e}.layout-centered .centered-header{text-align:center;border-bottom:3px solid #1e3a5f;padding:2rem}.layout-centered .centered-header h1{color:#1e3a5f;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.layout-centered .position{color:#1e3a5f;margin-bottom:.75rem;font-size:1rem;font-weight:500}.layout-centered .header-info{color:#64748b;justify-content:center;gap:1.5rem;font-size:.8rem;display:flex}.layout-centered .centered-body{max-width:650px;margin:0 auto;padding:1.5rem 2rem}.layout-centered .resume-section{text-align:center;margin-bottom:1.25rem}.layout-centered .section-title{color:#1e3a5f;border-bottom:1px solid #1e3a5f;margin-bottom:.5rem;padding-bottom:.25rem;font-size:1rem;font-weight:600;display:inline-block}.layout-centered .section-content{text-align:left;font-size:.85rem;line-height:1.7}.layout-centered .section-content .highlight{color:#1e3a5f;font-weight:600}.layout-centered .section-content .description{color:#64748b;white-space:pre-wrap;margin-top:.5rem}.layout-centered .list{text-align:left;margin:0;padding:0;list-style:none}.layout-centered .list li{margin-bottom:.3rem;padding-left:1rem;position:relative}.layout-centered .list li:before{content:"●";color:#1e3a5f;font-size:.5rem;position:absolute;top:.4rem;left:0}.layout-geometric{color:#18181b}.layout-geometric .geometric-header{text-align:center;background:#fef2f2;padding:2rem;position:relative;overflow:hidden}.layout-geometric .geometric-shape{opacity:.2;background:#b91c1c;width:100px;height:100px;position:absolute;top:-20px;right:-20px;transform:rotate(45deg)}.layout-geometric .geometric-header h1{color:#b91c1c;margin-bottom:.5rem;font-size:1.75rem;font-weight:700;position:relative}.layout-geometric .position{color:#71717a;margin-bottom:.75rem;font-size:1rem;font-weight:500;position:relative}.layout-geometric .header-info{color:#71717a;justify-content:center;gap:1.5rem;font-size:.8rem;display:flex;position:relative}.layout-geometric .geometric-body{padding:1.5rem 2rem}.layout-geometric .resume-section{margin-bottom:1.25rem;padding-left:1.5rem;position:relative}.layout-geometric .resume-section:before{content:"";background:linear-gradient(#b91c1c 0%,#fecaca 100%);width:4px;position:absolute;top:0;bottom:0;left:0}.layout-geometric .section-title{color:#b91c1c;margin-bottom:.5rem;font-size:1rem;font-weight:600}.layout-geometric .section-content{font-size:.85rem;line-height:1.7}.layout-geometric .section-content .highlight{color:#18181b;font-weight:600}.layout-geometric .section-content .description{color:#71717a;white-space:pre-wrap;margin-top:.5rem}.layout-geometric .list{margin:0;padding:0;list-style:none}.layout-geometric .list li{margin-bottom:.3rem;padding-left:1rem;position:relative}.layout-geometric .list li:before{content:"■";color:#b91c1c;font-size:.6rem;position:absolute;left:0}@media (width<=900px){.layout-grid .grid-body{grid-template-columns:1fr}}@media (width<=768px){.layout-left-sidebar{flex-direction:column}.layout-left-sidebar .sidebar{width:100%}.editor-header{flex-wrap:wrap;gap:.75rem;padding:1rem}.editor-title{text-align:center;order:-1;width:100%}.editor-container{flex-direction:column}.editor-sidebar{border-right:none;border-bottom:1px solid var(--bg-tertiary);width:100%;padding:1rem}.section-list{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem;display:grid}.section-item{padding:.5rem .75rem}.form-row{grid-template-columns:1fr}.preview-panel{padding:1rem}.preview-container{max-width:100%}.resume-content{width:100%}}.page-break-hint{text-align:center;color:#999;margin-top:.5rem;padding:.5rem;font-size:.75rem}.layout-simple{color:#333;box-sizing:border-box;background:#fff;width:100%;min-height:1122px;padding:36pt;font-family:微软雅黑,Microsoft YaHei,sans-serif;font-size:10.5pt;line-height:1.5}.layout-simple .simple-header{justify-content:space-between;align-items:flex-start;padding:2rem 2rem 1.25rem;display:flex}.layout-simple .simple-header-left{flex:1}.layout-simple .simple-header-right{margin-left:2rem}.layout-simple .simple-name{color:#1a1a1a;margin-bottom:.25rem;font-size:24pt;font-weight:700;line-height:1.3}.layout-simple .simple-position{color:#666;margin-bottom:.5rem;font-size:14pt;line-height:1.4}.layout-simple .simple-contact{color:#666;font-size:10pt;line-height:1.6}.layout-simple .simple-photo{object-fit:cover;border:1px solid #ddd;width:100px;height:120px}.layout-simple .simple-photo-placeholder{color:#999;background:#f0f0f0;border:1px solid #ddd;justify-content:center;align-items:center;width:100px;height:120px;font-size:10pt;display:flex}.layout-simple .simple-section{padding:.5rem 2rem}.layout-simple .simple-section-title{color:#1a1a1a;border-bottom:1px solid #1a1a1a;margin-bottom:.5rem;padding-bottom:.25rem;font-size:14pt;font-weight:700;line-height:1.4}.layout-simple .simple-section-content{font-size:10.5pt;line-height:1.5}.layout-simple .simple-section-content p{margin-bottom:.15rem}.layout-simple .simple-bold{color:#1a1a1a;font-size:12pt;font-weight:700}.layout-simple .simple-description{color:#666;white-space:pre-wrap;margin-top:.15rem}:root{--primary-color:#2d8a4e;--primary-light:#4ade80;--primary-dark:#166534;--secondary-color:#86efac;--accent-color:#22c55e;--bg-primary:#f0fdf4;--bg-secondary:#dcfce7;--bg-tertiary:#bbf7d0;--text-primary:#14532d;--text-secondary:#166534;--text-muted:#4ade80;--border-color:#d1d5db;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 50%, var(--bg-tertiary) 100%);color:var(--text-primary);min-height:100vh;font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}#root{min-height:100vh}a{color:var(--primary-color);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}button{cursor:pointer;border:none;outline:none;font-family:inherit;transition:all .3s}input,textarea,select{font-family:inherit;font-size:inherit;border:1px solid var(--border-color);border-radius:var(--radius-md);outline:none;padding:.5rem .75rem;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus,select:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #2d8a4e1a}.btn-primary{background:linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:.75rem 1.5rem;font-weight:500}.btn-primary:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{color:var(--primary-color);border-radius:var(--radius-lg);border:1px solid var(--primary-color);background:#fff;padding:.75rem 1.5rem;font-weight:500}.btn-secondary:hover{background:var(--bg-primary)}.page-container{max-width:1400px;margin:0 auto;padding:0 1rem}.card{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6}.nature-pattern{pointer-events:none;z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.nature-pattern:before{content:"";background:radial-gradient(circle,#4ade801a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-20%;right:-10%}.nature-pattern:after{content:"";background:radial-gradient(circle,#22c55e1a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-20%;left:-10%}.leaf-decoration{opacity:.1;width:60px;height:60px;position:absolute}@media (width<=768px){html{font-size:14px}.page-container{padding:0 .75rem}}@media (width<=480px){html{font-size:12px}}
