*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;max-width:1400px}.editor-panel{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-height:calc(100vh - 40px);overflow-x:hidden;overflow-y:auto;padding:20px;position:-webkit-sticky;position:sticky;top:20px;width:400px}.resume-preview{flex:1 1;min-height:800px;padding:40px}.controls{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.btn{border:none;border-radius:4px;cursor:pointer;font-size:14px;padding:10px 18px;transition:all .2s}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#545b62}.btn-success{background-color:#28a745;color:#fff}.btn-success:hover{background-color:#1e7e34}.form-group{margin-bottom:15px}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:5px}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:10px 14px;width:100%}.form-group textarea{min-height:80px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none;transform:translateY(-1px)}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#007bff}.section-title{margin-bottom:10px}.array-item{background-color:#fafafa;border:1px solid #eee;border-radius:4px;margin-bottom:12px;padding:20px}.array-item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.array-item-title{color:#333;font-weight:600}.btn-remove{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:4px 8px}.btn-remove:hover{background-color:#c82333}.btn-add{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;margin-top:10px;padding:8px 16px;width:100%}.btn-add:hover{background-color:#1e7e34;box-shadow:0 4px 12px #28a7454d;transform:translateY(-1px)}.editor-section{border-bottom:1px solid #eee;margin-bottom:25px;padding-bottom:20px}.editor-section:last-child{border-bottom:none}.section-title{align-items:center;display:flex;gap:8px}.subsection-title{color:#555;font-size:14px;font-weight:600;margin-bottom:10px}.form-row{display:flex;gap:10px}.form-row .form-group{flex:1 1}.avatar-upload{display:flex;flex-direction:column;gap:10px}.avatar-preview{border:2px solid #ddd;border-radius:50%;height:60px;overflow:hidden;width:60px}.avatar-preview img{height:100%;object-fit:cover;width:100%}.avatar-upload-btn{align-items:center;background-color:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;gap:8px;padding:8px 16px;text-decoration:none;transition:all .2s}.avatar-upload-btn:hover{background-color:#545b62;color:#fff}.avatar-upload-btn:active{transform:translateY(1px)}.responsibility-item{align-items:center;display:flex;gap:8px;margin-bottom:8px}.responsibility-item input{flex:1 1}.btn-add-small{align-items:center;background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:12px;gap:4px;margin-top:8px;padding:6px 12px}.btn-add-small:hover{background-color:#1e7e34}.skills-section{margin-bottom:20px}.skills-section:last-child{margin-bottom:0}.section-manager{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:25px;padding:25px}.add-section-form{background-color:#fff;border:1px solid #dee2e6;border-radius:6px;margin-bottom:20px;padding:15px}.sections-list{display:flex;flex-direction:column;gap:10px}.section-item{background-color:#fff;border:1px solid #dee2e6;border-radius:6px;cursor:move;padding:12px;position:relative;transition:all .2s}.section-item:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff1a;transform:translateY(-1px)}.section-item:active{transform:scale(.98)}.section-item.hidden{background-color:#f8f9fa;opacity:.6}.section-item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.section-item-info{flex:1 1}.section-item-title{color:#333;font-weight:600;margin-bottom:4px}.section-item-title input{background-color:#fff;border:1px solid #007bff;border-radius:4px;color:#333;font-weight:600;padding:4px 8px}.section-item-type{background-color:#e9ecef;border-radius:4px;color:#666;display:inline-block;font-size:12px;padding:2px 6px}.section-item-actions{display:flex;gap:4px}.btn-icon{background:none;padding:4px}.btn-icon.btn-danger:hover{background-color:#dc3545;color:#fff}.section-item-content{align-items:center;display:flex;gap:8px}.drag-handle{color:#999;cursor:grab}.drag-handle:active{cursor:grabbing}.empty-state{color:#666;padding:40px 20px;text-align:center}.section-editor{border-bottom:1px solid #eee;margin-bottom:25px;padding-bottom:20px}.section-editor:last-child{border-bottom:none}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .3s ease-out}@media (max-width:1024px){.main-content{flex-direction:column;padding:15px}.editor-panel{max-height:none;position:static;width:100%}.resume-preview{padding:20px}}@media (max-width:768px){.main-content{padding:10px}.form-row{flex-direction:column}.section-manager{padding:15px}.add-section-form{padding:12px}.section-item{padding:10px}.section-item-header{align-items:flex-start;flex-direction:column;gap:8px}.section-item-actions{align-self:flex-end}}.editor-panel::-webkit-scrollbar,.resume-preview::-webkit-scrollbar,.resume::-webkit-scrollbar{width:8px}.editor-panel::-webkit-scrollbar-track,.resume-preview::-webkit-scrollbar-track,.resume::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.editor-panel::-webkit-scrollbar-thumb,.resume-preview::-webkit-scrollbar-thumb,.resume::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.editor-panel::-webkit-scrollbar-thumb:hover,.resume-preview::-webkit-scrollbar-thumb:hover,.resume::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.resume-preview{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;display:flex;flex:0 0 820px;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:auto;padding:30px;width:820px}.preview-controls{display:flex;justify-content:flex-end;margin-bottom:20px;padding-right:20px}.resume{word-wrap:break-word;color:#333;flex:1 1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;max-width:100%;overflow-x:hidden;overflow-y:auto;padding-left:20px;padding-right:20px;padding-top:20px;word-break:break-word}.resume-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px;padding-right:20px}.header-info{flex:1 1}.name{color:#333;font-size:28px;font-weight:700;margin-bottom:8px}.personal-details{color:#555;font-size:14px;margin-bottom:8px}.detail-item{margin-right:15px}.contact-info{color:#666;font-size:14px;margin-bottom:8px}.job-intention{color:#007bff;color:var(--theme-primary,#007bff);font-size:14px;font-weight:500;margin-bottom:5px}.github-link{color:#666;font-size:14px}.github-link a{color:#007bff;color:var(--theme-primary,#007bff);text-decoration:none}.github-link a:hover{text-decoration:underline}.avatar{align-self:flex-start;border-radius:4px;height:150px;margin-left:20px;overflow:hidden;width:120px}.avatar img{height:100%;image-rendering:auto;object-fit:cover;width:100%}.section{margin-bottom:30px}.section-title{border-bottom:2px solid #007bff;border-bottom:2px solid var(--theme-primary,#007bff);color:#333;font-size:16px;font-weight:600;margin-bottom:15px;padding-bottom:5px}.section-content,.section-title{word-wrap:break-word;word-break:break-word}.section-content{margin-left:10px}.project-block{margin-top:8px}.block-label{color:#333;font-size:14px;font-weight:600;margin-bottom:6px}.project-background{line-height:1.7;margin:0 0 8px;white-space:pre-line}.summary-text{word-wrap:break-word;line-height:1.8;margin:0;text-align:justify;white-space:pre-line;word-break:break-word}.experience-item{border-bottom:1px solid #f0f0f0;margin-bottom:25px;margin-left:8px;padding-bottom:20px}.experience-item:last-child{border-bottom:none;margin-bottom:0}.experience-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px}.experience-title{flex:1 1}.company-name,.organization-name,.project-name{color:#333;font-size:16px;font-weight:700;margin-bottom:4px}.position,.role{color:#666;font-size:14px;margin-bottom:0}.experience-meta{color:#666;font-size:14px;padding-right:20px;text-align:right;white-space:nowrap}.date{margin-bottom:2px}.date,.location{display:block}.responsibilities{list-style:none;margin:10px 0 0;padding-left:0}.responsibilities li{font-size:14px;line-height:1.5;margin-bottom:6px;padding-left:20px;position:relative}.responsibilities li:before{color:#333;content:"•";font-weight:700;left:0;position:absolute}.honors-list{display:flex;flex-direction:column;gap:8px;margin-left:8px}.honor-item{color:#333;font-size:14px}.skills-group{margin-bottom:15px;margin-left:8px}.skills-group:last-child{margin-bottom:0}.skills-label{color:#333;font-size:14px;font-weight:600;margin-bottom:8px}.skills-list{display:flex;flex-wrap:wrap;gap:15px;list-style:none;margin:0;padding-left:0}.skills-list li{color:#333;font-size:14px;padding-left:15px;position:relative}.skills-list li:before{color:#333;content:"•";font-weight:700;left:0;position:absolute}@media (max-width:1024px){.resume-preview{flex:1 1 auto;height:50%;min-height:300px;padding:20px;width:100%}}@media (max-width:768px){.resume-preview{height:60%;min-height:350px;padding:15px}.resume-header{align-items:flex-start;flex-direction:column}.avatar{align-self:flex-end;height:125px;margin-right:20px;margin-top:15px;width:100px}.experience-header{align-items:flex-start;flex-direction:column}.experience-meta{margin-top:8px;text-align:left}.skills-list{flex-direction:column;gap:8px}.preview-controls{flex-direction:column;gap:10px}.preview-controls .btn{justify-content:center;width:100%}.experience-item,.honors-list,.section-content,.skills-group{margin-left:0}}.resume *{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.save-status{align-items:flex-end;display:flex;flex-direction:column;gap:8px;position:fixed;right:20px;top:20px;z-index:1000}.status-indicator{align-items:center;animation:slideIn .3s ease-out;border-radius:6px;box-shadow:0 2px 8px #0000001a;display:flex;font-size:14px;font-weight:500;gap:6px;padding:8px 12px}.status-indicator.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.status-indicator.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.save-actions{background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000001a;display:flex;gap:4px;padding:4px}.btn-icon{align-items:center;background:#0000;border:none;border-radius:4px;color:#666;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.btn-icon:hover{background-color:#f8f9fa;color:#333}.btn-icon:active{transform:scale(.95)}.last-saved{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:4px;color:#666;font-size:12px;padding:4px 8px}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.save-status{right:10px;top:10px}.status-indicator{font-size:12px;padding:6px 10px}.btn-icon{height:28px;width:28px}}.theme-selector{display:inline-block;position:relative}.theme-selector-button{align-items:center;background:#fff;border:1px solid #e9ecef;border:1px solid var(--theme-border,#e9ecef);border-radius:6px;color:#333;color:var(--theme-text,#333);cursor:pointer;display:flex;font-size:14px;gap:8px;padding:8px 12px;transition:all .2s ease}.theme-selector-button:hover{border-color:#007bff;border-color:var(--theme-primary,#007bff);box-shadow:0 2px 4px #0000001a;box-shadow:0 2px 4px var(--theme-shadow,#0000001a)}.theme-preview{align-items:center;display:flex;gap:6px}.theme-preview-color{border:1px solid #0000001a;border-radius:3px;height:16px;width:16px}.theme-preview-name{font-weight:500}.theme-selector-arrow{color:#666;color:var(--theme-text-secondary,#666);transition:transform .2s ease}.theme-selector-arrow.open{transform:rotate(180deg)}.theme-dropdown{background:#fff;border:1px solid #e9ecef;border:1px solid var(--theme-border,#e9ecef);border-radius:8px;box-shadow:0 4px 12px #00000026;box-shadow:0 4px 12px var(--theme-shadow,#00000026);left:0;margin-top:4px;min-width:200px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}.theme-dropdown-header{border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--theme-border,#e9ecef);color:#666;color:var(--theme-text-secondary,#666);font-size:12px;font-weight:600;letter-spacing:.5px;padding:12px 16px 8px;text-transform:uppercase}.theme-options{max-height:300px;overflow-y:auto}.theme-option{align-items:center;background:none;border:none;color:#333;color:var(--theme-text,#333);cursor:pointer;display:flex;font-size:14px;gap:12px;padding:12px 16px;text-align:left;transition:background-color .2s ease;width:100%}.theme-option:hover{background-color:#f8f9fa;background-color:var(--theme-border,#f8f9fa)}.theme-option.active{background-color:#007bff;background-color:var(--theme-primary,#007bff);color:#fff}.theme-option.active .theme-option-accent,.theme-option.active .theme-option-color{border-color:#ffffff4d}.theme-option-preview{display:flex;flex-shrink:0;gap:4px}.theme-option-accent,.theme-option-color{border:1px solid #0000001a;border-radius:2px;height:12px;width:12px}.theme-option-name{flex:1 1;font-weight:500}.theme-check{color:currentColor;flex-shrink:0}@media (max-width:768px){.theme-dropdown{left:50%;max-height:70vh;max-width:300px;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%}.theme-options{max-height:50vh}.theme-option{padding:16px}}.app{background-color:#f5f5f5;height:100vh;overflow:hidden}:root{--theme-primary:#007bff;--theme-secondary:#6c757d;--theme-accent:#28a745;--theme-background:#fff;--theme-border:#e9ecef;--theme-shadow:#0000001a}.main-content{display:flex;gap:20px;height:calc(100vh - 40px);margin:0 auto;max-width:1600px;overflow-x:hidden;overflow-y:hidden;padding:20px}@media (max-width:1024px){.main-content{flex-direction:column;height:calc(100vh - 30px);padding:15px}.editor-panel{height:50%;min-height:300px;width:100%}.resume-preview{height:50%;min-height:300px;padding:20px}}@media (max-width:768px){.main-content{height:calc(100vh - 20px);padding:10px}.editor-panel{height:40%;min-height:250px}.resume-preview{height:60%;min-height:350px}}
/*# sourceMappingURL=main.81bd1ec5.css.map*/