:root{--bg-app:#f4f7f9;--bg-white:#fff;--text-main:#212529;--text-muted:#6c757d;--primary-blue:#0d6efd;--border-color:#dee2e6;--input-bg:#f8f9fa;--input-focus-bg:#e7f1ff;--sidebar-width:70px}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{background-color:#e9ecef;justify-content:center;align-items:center;height:100vh}.app-container,body{display:flex;overflow:hidden}.app-container{width:95vw;height:95vh;background-color:var(--bg-app);border-radius:12px;box-shadow:0 10px 30px #0000001a;flex-direction:column;border:1px solid #d1d5db}.top-header{justify-content:space-between;padding:15px 30px;background-color:var(--bg-white);border-bottom:1px solid var(--border-color)}.header-left,.top-header{display:flex;align-items:center}.header-left{gap:40px}.logo{font-size:20px;font-weight:700;color:var(--text-main);display:flex;align-items:center;gap:10px}.header-nav{display:flex;gap:20px}.header-nav a{text-decoration:none;color:var(--text-muted);font-size:14px;font-weight:500}.header-nav a.active{color:var(--primary-blue);border-bottom:2px solid var(--primary-blue);padding-bottom:5px}.header-right{display:flex;gap:15px}.btn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:.2s;border:1px solid transparent}.btn-outline{background:transparent;border:1px solid #ced4da;color:var(--text-main)}.btn-outline:hover{background:#f8f9fa}.btn-primary{background:var(--primary-blue);border:1px solid var(--primary-blue);color:#fff}.btn-primary:hover{background:#0b5ed7}.btn-danger{background:#dc3545;border:1px solid #dc3545;color:#fff}.btn-danger:hover{background:#bb2d3b}.btn-success{background:#198754;border:1px solid #198754;color:#fff}.btn-success:hover{background:#157347}.main-content{display:flex;flex:1;overflow:hidden}.sidebar{width:var(--sidebar-width);background-color:var(--bg-app);border-right:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:20px 0}.bottom-icons,.nav-icons,.sidebar{display:flex;flex-direction:column}.bottom-icons,.nav-icons{gap:20px}.icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);text-decoration:none;border-radius:8px;font-size:18px;cursor:pointer;transition:.2s}.icon:hover{background-color:#e9ecef}.icon.active{background-color:var(--primary-blue);color:#fff}.user-avatar{width:32px;height:32px;background-color:#343a40;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:600}.form-section{flex:1;background-color:var(--bg-white);padding:40px 60px;overflow-y:auto}.stepper{margin-bottom:40px;font-size:14px;color:var(--text-muted)}.step,.stepper{display:flex;align-items:center}.step{gap:8px;cursor:pointer}.step.active{color:var(--primary-blue);font-weight:600}.circle{width:24px;height:24px;background-color:var(--primary-blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.circle.inactive{color:var(--text-muted)}.circle.inactive,.line{background-color:#e9ecef}.line{width:30px;height:2px;margin:0 10px}.form-header h1{font-size:24px;margin-bottom:5px;color:var(--text-main)}.form-header p{color:var(--text-muted);font-size:14px;margin-bottom:30px}.form-row{display:flex;gap:20px}.form-group{display:flex;flex-direction:column;margin-bottom:20px;flex:1}.form-group label{font-size:13px;color:var(--text-muted);margin-bottom:8px;font-weight:500}.form-group input,.form-group textarea{padding:12px 15px;border:1px solid var(--border-color);border-radius:6px;font-size:14px;color:var(--text-main);background-color:var(--bg-white);outline:none;transition:.2s}.form-group input.input-highlight{background-color:var(--input-focus-bg);border-color:#b6d4fe}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #0d6efd1a}.form-group textarea{resize:none;height:100px}.dynamic-item{border:1px solid var(--border-color);padding:20px;border-radius:8px;margin-bottom:15px;position:relative;background-color:#fcfdfe}.btn-remove{position:absolute;top:15px;right:15px;background:transparent;border:none;color:#dc3545;cursor:pointer;font-size:16px;transition:.2s}.btn-remove:hover{color:#bb2d3b;transform:scale(1.1)}.preview-section{flex:1.2;background-color:#f0f4f8;padding:30px;display:flex;flex-direction:column;align-items:center;overflow-y:auto}.preview-controls{width:100%;max-width:600px;justify-content:space-between;margin-bottom:20px;color:var(--text-muted);font-size:13px}.preview-controls,.zoom{display:flex;align-items:center}.zoom{gap:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.color-dots{display:flex;gap:8px}.dot{width:16px;height:16px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:.2s}.dot:hover{transform:scale(1.2)}.dot.active{border-color:#fff;box-shadow:0 0 0 2px #555}.dot.dark{background-color:#111}.dot.blue{background-color:#0d6efd}.dot.grey{background-color:#718096}.dot.green{background-color:#10b981}.dot.purple{background-color:#8b5cf6}.resume-paper{background:#fff;width:100%;max-width:600px;padding:40px;box-shadow:0 5px 20px #0000000d;border-radius:4px;transform-origin:top center;transition:transform .2s ease}.resume-header{margin-bottom:25px}.resume-photo-container{width:75px;height:75px;border-radius:50%;overflow:hidden;border:2px solid var(--primary-blue);flex-shrink:0;margin-left:20px;margin-bottom:10px}.resume-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.resume-header h2{font-size:24px;font-weight:700;color:#111;margin-bottom:5px;text-transform:uppercase}.resume-header h3{font-size:14px;color:var(--primary-blue);letter-spacing:1px;margin-bottom:15px;text-transform:uppercase;font-weight:600}.contact-info{display:flex;flex-wrap:wrap;gap:15px;font-size:11px;color:#555;margin-bottom:15px}.contact-info span{display:flex;align-items:center;gap:5px}.divider{height:2px;background-color:var(--primary-blue);width:100%}.resume-body{display:flex;gap:30px;margin-top:20px}.main-column{flex:2}.side-column{flex:1}.resume-section{margin-bottom:25px}.resume-section h4{font-size:12px;font-weight:700;margin-bottom:10px;color:#111;border-bottom:1px solid #eee;padding-bottom:5px;text-transform:uppercase;letter-spacing:.5px}.summary-text{font-size:11px;line-height:1.6;color:#444;white-space:pre-line}.job{margin-bottom:15px}.job-header{display:flex;justify-content:space-between;font-size:12px;font-weight:600;margin-bottom:3px;color:#2d3748}.job-company{font-size:11px;color:var(--primary-blue);font-style:italic;margin-bottom:5px}.job-date{color:#888;font-weight:400;font-size:10px}.job ul{padding-left:15px;font-size:11px;color:#444;line-height:1.5}.skills-grid{display:flex;flex-wrap:wrap;gap:8px}.skills-grid span{font-size:9px;font-weight:600;color:#333;background-color:#f7fafc;border:1px solid #edf2f7;padding:3px 6px;border-radius:4px}.language-item{display:flex;justify-content:space-between;font-size:11px;margin-bottom:5px;border-bottom:1px solid #eee;padding-bottom:3px}.language-item .level{color:var(--primary-blue);font-weight:500}.education-item{display:flex;flex-direction:column;margin-bottom:12px}.education-item .degree{font-size:11px;font-weight:600}.education-item .school{font-size:10px;color:#666;font-style:italic;margin-top:2px}.education-item .date{font-size:9px;color:#888;margin-top:1px}.dashboard-container{width:95vw;height:95vh;background-color:var(--bg-app);border-radius:12px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;overflow:hidden;border:1px solid #d1d5db}.dashboard-content{padding:40px;overflow-y:auto;flex:1}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.dashboard-header h1{font-size:28px;font-weight:700;color:var(--text-main)}.cv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px}.cv-card{background-color:#fff;border-radius:8px;border:1px solid var(--border-color);padding:20px;display:flex;flex-direction:column;justify-content:space-between;height:180px;transition:.2s;cursor:pointer;box-shadow:0 2px 5px #00000005}.cv-card:hover{transform:translateY(-4px);box-shadow:0 8px 15px #0000000d;border-color:#cbd5e0}.cv-card-header{display:flex;justify-content:space-between;align-items:flex-start}.cv-card-color{width:12px;height:12px;border-radius:50%}.cv-card-title{font-size:16px;font-weight:600;color:var(--text-main);margin-bottom:5px}.cv-card-subtitle{font-size:13px;color:var(--text-muted)}.cv-card-actions{display:flex;justify-content:flex-end;gap:10px}.cv-card-btn{background:transparent;border:none;cursor:pointer;font-size:14px;color:var(--text-muted);transition:.2s}.cv-card-btn:hover{color:var(--primary-blue)}.cv-card-btn.delete:hover{color:#dc3545}.empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:8px;border:1px dashed var(--border-color)}.empty-state i{font-size:48px;color:var(--text-muted);margin-bottom:20px}.empty-state h3{font-size:18px;font-weight:600;margin-bottom:10px}.empty-state p{font-size:14px;color:var(--text-muted);margin-bottom:20px}.modal-overlay{position:fixed;inset:0;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:30px;border-radius:8px;width:100%;max-width:450px;box-shadow:0 4px 20px #00000026}.modal-content h3{font-size:18px;font-weight:700;margin-bottom:15px}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.preview-zoom-container{display:flex;justify-content:flex-start;align-items:center;margin-bottom:10px;width:100%}.design-section{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:8px;padding:12px 18px;width:100%;margin-bottom:15px;box-shadow:0 4px 6px #00000005}.design-row{display:flex;gap:15px;align-items:center;width:100%}.design-col{display:flex;flex-direction:column;flex:1;min-width:0}.design-col.flex-row{flex-direction:row;align-items:center;gap:8px}.design-col.justify-end{justify-content:flex-end}.design-col label{font-size:10px;font-weight:700;color:var(--text-muted);margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.design-select{padding:6px 10px;border:1px solid var(--border-color);border-radius:6px;font-size:12px;background-color:var(--bg-app);color:var(--text-main);outline:none;cursor:pointer;transition:border-color .2s;width:100%}.design-select:focus{border-color:var(--primary-blue)}.design-range{flex:1;cursor:pointer;accent-color:var(--primary-blue);height:6px}.range-val{font-size:12px;font-weight:600;color:var(--text-main);min-width:20px;text-align:right}.resume-paper.font-inter :not(i):not(.fa):not(.fab):not(.far):not(.fas):not([class*=fa-]){font-family:Inter,sans-serif!important}.resume-paper.font-playfair-display :not(i):not(.fa):not(.fab):not(.far):not(.fas):not([class*=fa-]){font-family:Playfair Display,serif!important}.resume-paper.font-roboto :not(i):not(.fa):not(.fab):not(.far):not(.fas):not([class*=fa-]){font-family:Roboto,sans-serif!important}.resume-paper.font-outfit :not(i):not(.fa):not(.fab):not(.far):not(.fas):not([class*=fa-]){font-family:Outfit,sans-serif!important}.resume-paper.font-lora :not(i):not(.fa):not(.fab):not(.far):not(.fas):not([class*=fa-]){font-family:Lora,serif!important}.resume-paper{font-size:var(--resume-font-size,11pt)!important;line-height:var(--resume-line-spacing,1.2)!important;transition:all .2s ease}.resume-paper.modern{padding:0!important;display:flex;min-height:297mm}.modern-layout{display:flex;width:100%}.modern-left{width:35%;background-color:var(--primary-blue);color:#fff;padding:30px 20px}.modern-left,.modern-right{display:flex;flex-direction:column;gap:22px}.modern-right{width:65%;background-color:#fff;color:#2d3748;padding:40px 30px}.modern-photo-container{width:100px;height:100px;border-radius:50%;overflow:hidden;border:3px solid hsla(0,0%,100%,.3);margin:0 auto 5px}.modern-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.modern-photo-placeholder{width:100px;height:100px;border-radius:50%;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:35px;margin:0 auto 5px;border:2px dashed hsla(0,0%,100%,.3)}.modern-section h5{font-size:11px;font-weight:700;letter-spacing:1px;margin-bottom:10px;border-bottom:1px solid hsla(0,0%,100%,.2);padding-bottom:4px;color:#fff}.modern-contact-list{list-style:none;display:flex;flex-direction:column;gap:8px}.modern-contact-list li{display:flex;align-items:center;gap:8px;font-size:11px}.modern-contact-list li i{font-size:12px;width:14px;text-align:center;opacity:.9}.modern-skills-grid{display:flex;flex-wrap:wrap;gap:6px}.modern-skill-tag{font-size:9.5px;font-weight:500;background-color:#ffffff26;border:1px solid hsla(0,0%,100%,.25);color:#fff;padding:3px 8px;border-radius:4px}.modern-languages-list{display:flex;flex-direction:column;gap:6px}.modern-language-item{display:flex;justify-content:space-between;font-size:11px}.modern-language-item .lang-level{opacity:.8}.modern-header-title{margin-bottom:5px}.modern-header-title h2{font-size:24px;font-weight:700;color:#111;margin-bottom:3px;text-transform:uppercase}.modern-header-title h3{font-size:13px;font-weight:600;color:var(--primary-blue);text-transform:uppercase;letter-spacing:1px}.modern-summary{font-size:11px;line-height:1.5;color:#4a5568;white-space:pre-line}.modern-right-section{display:flex;flex-direction:column;gap:12px}.modern-right-section h4.section-title{font-size:12px;font-weight:700;color:#111;border-bottom:2px solid #edf2f7;padding-bottom:4px;display:flex;align-items:center;gap:6px;letter-spacing:.5px}.modern-right-section h4.section-title i{color:var(--primary-blue)}.modern-edu,.modern-job{display:flex;flex-direction:column;gap:3px;margin-bottom:3px}.modern-edu .edu-meta-row,.modern-job .job-meta-row{display:flex;justify-content:space-between;align-items:center}.modern-edu .edu-meta-row .edu-degree,.modern-job .job-meta-row .job-title{font-size:12px;font-weight:700;color:#2d3748}.modern-job .job-date-badge{font-size:9px;font-weight:600;background-color:#e6fffa;color:#319795;padding:1px 6px;border-radius:4px}.modern-edu .edu-date{font-size:11px;color:var(--text-muted)}.modern-edu .edu-school,.modern-job .job-company{font-size:11px;font-weight:600;color:var(--primary-blue);font-style:italic}.modern-job .job-bullets{padding-left:15px;font-size:11px;line-height:1.4;color:#4a5568;display:flex;flex-direction:column;gap:2px}.modern-interests-grid{display:flex;flex-wrap:wrap;gap:6px}.modern-interests-grid .interest-tag{font-size:9.5px;font-weight:500;background-color:#f7fafc;border:1px solid #e2e8f0;color:#4a5568;padding:3px 8px;border-radius:12px}.resume-paper.audacieux{padding:0!important;display:flex;min-height:297mm}.audacieux-layout{display:flex;width:100%}.audacieux-left{width:35%;background-color:#0f172a;color:#f8fafc;padding:30px 18px}.audacieux-left,.audacieux-right{display:flex;flex-direction:column;gap:22px}.audacieux-right{width:65%;background-color:#fff;color:#1e293b;padding:40px 30px}.audacieux-photo-container{width:100px;height:100px;border-radius:50%;overflow:hidden;border:3px solid var(--primary-blue);margin:0 auto}.audacieux-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.audacieux-photo-placeholder{width:100px;height:100px;border-radius:50%;background-color:#ffffff0d;display:flex;align-items:center;justify-content:center;color:#cbd5e1;font-size:35px;margin:0 auto;border:2px dashed hsla(0,0%,100%,.2)}.audacieux-name-title{text-align:center}.audacieux-name-title h2{font-size:16px;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:1px;line-height:1.2}.audacieux-divider{height:2px;background-color:var(--primary-blue);width:40px;margin:8px auto}.audacieux-name-title h3{font-size:9.5px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:1.5px}.audacieux-section h5{font-size:10.5px;font-weight:700;color:#94a3b8;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.audacieux-contact-list{list-style:none;display:flex;flex-direction:column;gap:8px}.audacieux-contact-list li{display:flex;align-items:center;gap:8px;font-size:10.5px;color:#cbd5e1}.audacieux-contact-list li i{color:var(--primary-blue);font-size:11px;width:12px;text-align:center}.audacieux-skills-grid{display:flex;flex-wrap:wrap;gap:6px}.audacieux-skill-badge{font-size:9px;font-weight:600;background-color:#ffffff0d;border:1px solid hsla(0,0%,100%,.15);color:#fff;padding:3px 8px;border-radius:4px;text-transform:uppercase}.audacieux-quote{background-color:#ffffff08;border-left:2px solid var(--primary-blue);padding:8px 10px;border-radius:0 4px 4px 0;margin-top:auto}.audacieux-quote i{color:var(--primary-blue);font-size:12px;margin-bottom:4px;display:block}.audacieux-quote p{font-size:9.5px;font-style:italic;color:#94a3b8;line-height:1.35}.audacieux-right-section{display:flex;flex-direction:column;gap:10px}.audacieux-title{font-size:12.5px;font-weight:700;color:#0f172a;letter-spacing:.5px;border-bottom:2px solid #f1f5f9;padding-bottom:4px;display:flex;align-items:center;gap:6px}.audacieux-title .num{color:var(--primary-blue);font-weight:800}.audacieux-summary{font-size:11px;line-height:1.5;color:#475569;white-space:pre-line}.audacieux-edu,.audacieux-job{display:flex;flex-direction:column;gap:3px;margin-bottom:3px}.audacieux-edu .edu-meta-row,.audacieux-job .job-meta-row{display:flex;justify-content:space-between;align-items:center}.audacieux-edu .edu-meta-row .edu-degree,.audacieux-job .job-meta-row .job-title{font-size:12px;font-weight:700;color:#1e293b}.audacieux-job .job-date-badge{font-size:9px;font-weight:600;background-color:#f1f5f9;color:#475569;padding:1px 6px;border-radius:4px}.audacieux-edu .edu-date{font-size:10.5px;color:var(--text-muted)}.audacieux-edu .edu-school,.audacieux-job .job-company{font-size:11px;font-weight:600;color:var(--primary-blue)}.audacieux-job .job-bullets{padding-left:15px;font-size:11px;line-height:1.4;color:#475569;display:flex;flex-direction:column;gap:2px}.audacieux-languages-list{display:flex;flex-direction:column;gap:5px}.audacieux-language-item{display:flex;justify-content:space-between;font-size:11px;border-bottom:1px solid #f1f5f9;padding-bottom:2px}.audacieux-language-item .lang-level{color:var(--primary-blue);font-weight:500}.audacieux-interests-grid{display:flex;flex-wrap:wrap;gap:6px}.academic-layout{color:#111;width:100%}.academic-header{text-align:center;margin-bottom:12px}.academic-header h2{font-size:22px;font-weight:700;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.academic-header h3{font-size:11.5px;font-weight:500;font-style:italic;color:#4a5568;margin-bottom:8px;text-transform:uppercase}.academic-contact{font-size:10px;color:#4a5568;margin-bottom:2px}.academic-line{height:3px;border-top:1px solid #111;border-bottom:1px solid #111;margin:8px 0 16px;width:100%}.academic-section{margin-bottom:20px}.academic-section h4{font-size:11.5px;font-weight:700;text-align:center;letter-spacing:1px;border-bottom:1px solid #111;padding-bottom:3px;margin-bottom:10px;text-transform:uppercase}.academic-item{margin-bottom:12px}.academic-item-header{display:flex;justify-content:space-between;font-size:11px;font-weight:700}.academic-item-header .date{font-weight:500;font-style:italic}.academic-item .company,.academic-item .school{font-size:10px;font-style:italic;margin-top:2px;color:#4a5568}.academic-item .bullets{padding-left:15px;font-size:10.5px;margin-top:4px;line-height:1.45;color:#2d3748}.academic-interests,.academic-languages,.academic-skills{text-align:center;font-size:10.5px;line-height:1.5}.academic-lang-item,.academic-skill-item{display:inline-block}.minimalist-layout{color:#2d3748;width:100%}.minimalist-header{margin-bottom:15px}.minimalist-header h2{font-size:26px;font-weight:800;color:#111;letter-spacing:-.5px;margin-bottom:3px;text-transform:uppercase}.minimalist-header h3{font-size:12.5px;font-weight:600;color:var(--primary-blue);letter-spacing:1px;text-transform:uppercase}.min-contact-line{display:flex;gap:15px;font-size:10.5px;color:#718096;margin-top:8px}.min-contact-line span{display:flex;align-items:center;gap:5px}.min-contact-line span i{color:var(--primary-blue);font-size:11px}.min-divider{height:1px;background-color:#e2e8f0;margin:12px 0 20px;width:100%}.minimalist-body{display:flex;gap:30px}.minimalist-body-left{width:63%;display:flex;flex-direction:column;gap:22px}.minimalist-body-right{width:37%;display:flex;flex-direction:column;gap:22px}.min-section{display:flex;flex-direction:column;gap:10px}.min-section h4{font-size:10.5px;font-weight:700;color:#1a202c;letter-spacing:.5px;border-bottom:1px solid #edf2f7;padding-bottom:3px;text-transform:uppercase}.min-edu,.min-job{display:flex;flex-direction:column;gap:3px;margin-bottom:3px}.min-edu-header,.min-job-header{display:flex;justify-content:space-between;align-items:center}.min-edu-header .degree,.min-job-header .title{font-size:11.5px;font-weight:700;color:#2d3748}.min-edu-header .date,.min-job-header .date{font-size:9.5px;color:#a0aec0}.min-edu .school,.min-job .company{font-size:10.5px;color:var(--primary-blue);font-weight:500}.min-job .bullets{padding-left:12px;font-size:10.5px;line-height:1.4;color:#4a5568;display:flex;flex-direction:column;gap:2px}.min-summary{font-size:10.5px;line-height:1.5;color:#4a5568;border-left:2px solid var(--primary-blue);padding-left:8px;white-space:pre-line}.min-interests-grid,.min-skills-grid{display:flex;flex-wrap:wrap;gap:6px}.min-interest-tag,.min-skill-tag{font-size:9px;font-weight:500;background-color:#f7fafc;border:1px solid #edf2f7;color:#4a5568;padding:2px 7px;border-radius:4px}.min-lang-item{display:flex;justify-content:space-between;font-size:10.5px;border-bottom:1px dashed #edf2f7;padding-bottom:2px}.min-lang-item strong{color:#2d3748}.min-lang-item span{color:var(--primary-blue);font-weight:500}.resume-paper.creative{padding:0!important;position:relative;overflow:hidden;min-height:297mm}.creative-layout{display:flex;flex-direction:column;width:100%;height:100%;padding:40px 30px;position:relative;z-index:1}.creative-shape{position:absolute;top:-50px;left:-50px;width:200px;height:200px;background-color:var(--primary-blue);opacity:.15;border-radius:50%;z-index:0}.creative-header{display:flex;gap:25px;align-items:flex-start;margin-bottom:25px;position:relative;z-index:2}.creative-header-left{width:100px}.creative-header-right{flex:1}.creative-header-right h2{font-size:26px;font-weight:700;color:#111;margin-bottom:4px;text-transform:uppercase}.creative-header-right h3{font-size:13px;font-weight:600;color:var(--primary-blue);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}.creative-summary{font-size:11px;line-height:1.5;color:#4a5568;white-space:pre-line}.creative-photo-container{width:90px;height:90px;border-radius:50%;overflow:hidden;border:3px solid #fff;box-shadow:0 4px 8px #0000001a}.creative-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.creative-body{display:flex;gap:30px;position:relative;z-index:2;flex:1}.creative-body-left{width:32%}.creative-body-left,.creative-body-right{display:flex;flex-direction:column;gap:20px}.creative-body-right{width:68%}.creative-section h5{font-size:11px;font-weight:700;color:#111;border-bottom:2px solid var(--primary-blue);padding-bottom:4px;margin-bottom:10px;letter-spacing:.5px}.creative-contact-list{list-style:none;display:flex;flex-direction:column;gap:8px}.creative-contact-list li{display:flex;align-items:flex-start;gap:8px;font-size:10.5px;color:#4a5568}.creative-contact-list li i{color:var(--primary-blue);font-size:11px;margin-top:2px;width:14px;text-align:center}.creative-bullets-list{list-style:none;display:flex;flex-direction:column;gap:6px;font-size:10.5px;color:#4a5568}.creative-edu,.creative-job{display:flex;gap:15px;margin-bottom:12px}.creative-edu-date,.creative-job-date{width:25px;display:flex;justify-content:flex-end}.creative-edu-date span,.creative-job-date span{font-size:8.5px;font-weight:700;color:var(--primary-blue);writing-mode:vertical-rl;transform:rotate(180deg);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.creative-edu-content,.creative-job-content{flex:1;display:flex;flex-direction:column;gap:2px}.creative-edu-content .edu-degree,.creative-job-content .job-title{font-size:11.5px;font-weight:700;color:#111}.creative-edu-content .edu-school,.creative-job-content .job-company{font-size:10.5px;font-style:italic;color:#4a5568}.creative-job-content .bullets{margin-top:4px;padding-left:12px;font-size:10.5px;line-height:1.4;color:#4a5568;display:flex;flex-direction:column;gap:2px}.resume-paper.split{padding:0!important;min-height:297mm}.split-layout{width:100%;height:100%;padding:40px}.split-header,.split-layout{display:flex;flex-direction:column}.split-header{margin-bottom:15px}.split-header h2{font-size:26px;font-weight:800;color:#111;text-transform:uppercase;margin-bottom:2px;letter-spacing:.5px}.split-header h3{font-size:13px;font-weight:600;margin-bottom:8px}.split-contact-line,.split-header h3{color:#718096;text-transform:uppercase}.split-contact-line{font-size:9.5px;letter-spacing:.5px}.split-divider{height:4px;background-color:var(--primary-blue);margin-bottom:25px;width:100%}.split-body{display:flex;flex-direction:column;gap:18px}.split-section{display:flex;gap:25px;border-bottom:1px solid #edf2f7;padding-bottom:12px}.split-section-title{width:25%;font-size:10.5px;font-weight:800;color:#111;text-transform:uppercase;letter-spacing:.5px;line-height:1.3}.split-section-content{width:75%;display:flex;flex-direction:column;gap:10px}.split-summary-text{font-size:11px;line-height:1.5;color:#2d3748;white-space:pre-line}.split-edu,.split-job{display:flex;flex-direction:column;gap:2px}.split-edu .edu-date,.split-job .job-date{font-size:9px;font-weight:700;color:#a0aec0;text-transform:uppercase}.split-edu .edu-header,.split-job .job-header{font-size:11.5px;color:#111}.split-job .bullets{padding-left:12px;font-size:10.5px;line-height:1.4;color:#4a5568;display:flex;flex-direction:column;gap:2px;margin-top:4px}.split-interests-grid,.split-skills-grid{display:flex;flex-wrap:wrap;gap:6px 12px}.split-interest-tag,.split-skill-tag{font-size:10.5px;font-weight:500;color:#2d3748}.split-lang-item{display:flex;flex-direction:column;gap:4px;max-width:300px}.split-lang-item .lang-info{display:flex;justify-content:space-between;font-size:10.5px;color:#2d3748}.split-progress-bg{height:4px;background-color:#edf2f7;border-radius:2px;overflow:hidden}.split-progress-fill{height:100%;background-color:var(--primary-blue)}.split-interests-list{list-style:none;display:flex;flex-direction:column;gap:5px;font-size:10.5px;color:#2d3748}.resume-paper.dark_banner{padding:0!important;min-height:297mm}.dark-banner-layout{display:flex;flex-direction:column;width:100%;height:100%}.db-header{height:120px;background-color:#334155;display:flex;align-items:center;padding:0 40px;gap:30px;position:relative}.db-photo-container{width:90px;height:90px;border:3px solid var(--primary-blue);overflow:hidden;box-shadow:0 4px 6px #0000001a;margin-top:40px;z-index:2;background-color:#fff}.db-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.db-header-text{display:flex;flex-direction:column;gap:4px;color:#fff;margin-top:10px}.db-header-text h2{font-size:24px;font-weight:700;color:#fff}.db-header-text h3{font-size:13px;font-weight:500;color:#fffc;text-transform:uppercase}.db-body{display:flex;flex:1}.db-sidebar{width:33%;background-color:#fef08a;padding:50px 20px 30px 40px}.db-main-content,.db-sidebar{display:flex;flex-direction:column;gap:22px}.db-main-content{width:67%;background-color:#fff;padding:40px 40px 30px 30px}.db-main-section h4.db-section-title,.db-sidebar-section h5{font-size:11px;font-weight:700;letter-spacing:1px;color:#334155;border-bottom:1px solid rgba(51,65,85,.2);padding-bottom:4px;margin-bottom:10px}.db-contact-list{list-style:none;display:flex;flex-direction:column;gap:8px}.db-contact-list li{display:flex;align-items:center;gap:8px;font-size:10.5px;color:#334155}.db-contact-list li i{color:#334155;font-size:11px;width:14px;text-align:center}.db-bullets-list{list-style:none;display:flex;flex-direction:column;gap:6px;font-size:10.5px;color:#334155}.db-summary-text{font-size:11px;line-height:1.5;color:#334155;white-space:pre-line;margin-bottom:8px;padding-bottom:12px;border-bottom:1px solid #edf2f7}.db-edu,.db-job{display:flex;flex-direction:column;gap:2px;margin-bottom:10px}.db-edu-date,.db-job-date{font-size:9px;font-weight:700;color:#718096}.db-edu-header,.db-job-header{font-size:11.5px;color:#111}.db-job .bullets{padding-left:12px;font-size:10.5px;line-height:1.4;color:#4a5568;display:flex;flex-direction:column;gap:2px;margin-top:4px}.resume-paper.red_contrast{padding:0!important;min-height:297mm}.red-contrast-layout{width:100%;height:100%}.rc-header,.red-contrast-layout{display:flex;flex-direction:column}.rc-header{height:90px;background-color:var(--primary-blue);justify-content:center;padding:0 40px;border-bottom:4px solid #fff}.rc-header h2{font-size:24px;font-weight:700;color:#fff;text-transform:uppercase;margin-bottom:2px}.rc-header h3{font-size:12px;font-weight:500;color:#ffffffd9;text-transform:uppercase;letter-spacing:1px}.rc-body{display:flex;flex:1}.rc-sidebar{width:35%;background-color:#f1f1f4;padding:30px 20px}.rc-main-content,.rc-sidebar{display:flex;flex-direction:column;gap:22px}.rc-main-content{width:65%;background-color:#fff;padding:40px 30px}.rc-photo-container{width:90px;height:90px;border:4px solid #fff;overflow:hidden;box-shadow:0 4px 6px #00000014;margin:0 auto 5px}.rc-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.rc-main-section h4.rc-section-title,.rc-sidebar-section h5{font-size:11px;font-weight:700;letter-spacing:.5px;color:var(--primary-blue);border-bottom:1.5px solid var(--primary-blue);padding-bottom:4px;margin-bottom:10px}.rc-contact-list{list-style:none;display:flex;flex-direction:column;gap:8px}.rc-contact-list li{display:flex;align-items:center;gap:8px;font-size:10.5px;color:#4a5568}.rc-contact-list li i{color:var(--primary-blue);font-size:11px;width:14px;text-align:center}.rc-bullets-list{list-style:none;gap:6px;color:#4a5568}.rc-bullets-list,.rc-sidebar-edu{display:flex;flex-direction:column;font-size:10.5px}.rc-sidebar-edu{gap:2px;margin-bottom:8px}.rc-sidebar-edu .degree{font-weight:700;color:#2d3748}.rc-sidebar-edu .school{font-style:italic;color:#4a5568}.rc-sidebar-edu .date{color:#718096;font-size:9px}.rc-sidebar-lang{display:flex;flex-direction:column;gap:4px;font-size:10.5px;margin-bottom:8px}.rc-sidebar-lang .lang-info{display:flex;justify-content:space-between;color:#2d3748}.rc-progress-bg{height:4px;background-color:#e2e8f0;border-radius:2px;overflow:hidden}.rc-progress-fill{height:100%;background-color:var(--primary-blue)}.rc-summary-text{font-size:11px;line-height:1.5;color:#2d3748;white-space:pre-line}.rc-job{display:flex;flex-direction:column;gap:2px;margin-bottom:12px}.rc-job-header{font-size:11.5px;color:#111;display:flex;justify-content:space-between;align-items:center}.rc-job-header .rc-job-date{font-size:9px;color:#718096}.rc-job .bullets{padding-left:12px;font-size:10.5px;line-height:1.4;color:#4a5568;display:flex;flex-direction:column;gap:2px;margin-top:4px}.resume-paper.golden_sand{padding:0!important;min-height:297mm}.golden-sand-layout{display:flex;width:100%;height:100%}.gs-main-content{width:65%;background-color:#fff;padding:40px 30px}.gs-main-content,.gs-sidebar{display:flex;flex-direction:column;gap:22px}.gs-sidebar{width:35%;background-color:var(--primary-blue);color:#fff;padding:30px 20px}.gs-header{margin-bottom:10px}.gs-header h2{font-size:24px;font-weight:700;color:var(--primary-blue);text-transform:uppercase;margin-bottom:4px}.gs-header h3{font-size:13px;font-weight:600;color:#4a5568;text-transform:uppercase}.gs-photo-container{width:90px;height:90px;border-radius:50%;overflow:hidden;border:3px solid hsla(0,0%,100%,.4);margin:0 auto 5px;background-color:#fff}.gs-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gs-main-content h4.gs-section-title{font-size:11.5px;color:var(--primary-blue);border-bottom:1.5px solid var(--primary-blue)}.gs-main-content h4.gs-section-title,.gs-sidebar-section h5{font-weight:700;padding-bottom:4px;margin-bottom:10px;letter-spacing:.5px}.gs-sidebar-section h5{font-size:11px;color:#fff;border-bottom:1px solid hsla(0,0%,100%,.3)}.gs-contact-list{list-style:none;display:flex;flex-direction:column;gap:8px}.gs-contact-list li{display:flex;align-items:center;gap:8px;font-size:10.5px;color:#fff}.gs-contact-list li i{color:#fff;font-size:11px;width:14px;text-align:center;opacity:.9}.gs-bullets-list{list-style:none;gap:6px;color:#fff}.gs-bullets-list,.gs-sidebar-edu{display:flex;flex-direction:column;font-size:10.5px}.gs-sidebar-edu{gap:2px;margin-bottom:8px}.gs-sidebar-edu .degree{font-weight:700}.gs-sidebar-edu .school{font-style:italic;opacity:.9}.gs-sidebar-edu .date{opacity:.8;font-size:9px}.gs-sidebar-lang{display:flex;flex-direction:column;gap:4px;font-size:10.5px;margin-bottom:8px}.gs-sidebar-lang .lang-info{display:flex;justify-content:space-between;color:#fff}.gs-progress-bg{height:4px;background-color:#ffffff4d;border-radius:2px;overflow:hidden}.gs-progress-fill{height:100%;background-color:#fff}.gs-summary-text{font-size:11px;line-height:1.5;color:#4a5568;white-space:pre-line}.gs-job{display:flex;flex-direction:column;gap:2px;margin-bottom:12px}.gs-job-header{font-size:11.5px;color:#111;display:flex;justify-content:space-between;align-items:center}.gs-job-header .gs-job-date{font-size:9px;color:#718096}.gs-job .bullets{padding-left:12px;font-size:10.5px;line-height:1.4;color:#4a5568;display:flex;flex-direction:column;gap:2px;margin-top:4px}@media print{*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}@page{margin:0!important}body,html{background-color:#fff!important;margin:0!important;padding:0!important;height:auto!important;width:100%!important;overflow:visible!important}.form-section,.modal-overlay,.preview-controls,.sidebar,.top-header{display:none!important}.app-container,.main-content,.preview-section{display:block!important;height:auto!important;min-height:auto!important;overflow:visible!important;background-color:#fff!important;border:none!important;padding:0!important}.app-container,.main-content,.preview-section,.resume-paper{width:100%!important;box-shadow:none!important;margin:0!important;transform:none!important}.resume-paper{max-width:100%!important;border-radius:0!important;border:none!important;height:297mm!important;min-height:297mm!important;overflow:hidden!important}.resume-paper.academic,.resume-paper.classic{padding:20mm!important}.resume-paper.audacieux,.resume-paper.creative,.resume-paper.dark_banner,.resume-paper.golden_sand,.resume-paper.modern,.resume-paper.red_contrast,.resume-paper.split{padding:0!important}.resume-paper.minimalist{padding:15mm!important}.audacieux-layout,.creative-layout,.dark-banner-layout,.golden-sand-layout,.modern-layout,.red-contrast-layout{height:297mm!important}}
