:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-family:Lato,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}html,body,#root{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}body{box-sizing:border-box}:root{--bg-gradient-start:#f8fafc;--bg-gradient-end:#f1f5f9;--panel-bg:#fff;--panel-border:#e2e8f0;--accent-orange:#f97316;--accent-rust:#ea580c;--text-light:#0f172a;--text-muted:#64748b;--cv-orange:#c2410c;--cv-gray:#666;--cv-dark:#333}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg, var(--bg-gradient-start), var(--bg-gradient-end));color:var(--text-light);font-family:Lato,sans-serif}.app-container{flex-direction:column;height:100%;display:flex;overflow:hidden}.app-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--panel-border);z-index:10;background:#ffffffbf;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.brand{align-items:center;gap:.75rem;display:flex}.brand h1{background:linear-gradient(to right, var(--accent-orange), var(--accent-rust));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:Raleway,sans-serif;font-size:1.5rem;font-weight:800}.api-key-container{align-items:center;gap:.5rem;display:flex}.api-key-input{border:1px solid var(--panel-border);color:var(--text-light);background:#fff;border-radius:6px;width:200px;padding:.4rem .8rem;font-size:.85rem;transition:all .3s}.api-key-input:focus{border-color:var(--accent-orange);outline:none;box-shadow:0 0 10px #f9731626}.workspace{flex:1;display:flex;position:relative;overflow:hidden}.editor-panel{border-right:1px solid var(--panel-border);background:linear-gradient(#f1f5f9,#f8fafc);flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.preview-panel{background:#e7e5e4;flex-direction:column;flex:1;align-items:center;min-width:0;padding:1rem;display:flex;overflow:auto}.landing-container{flex-direction:column;flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem 4rem;display:flex;overflow-y:auto}.landing-split{flex:1;justify-content:space-between;align-items:center;gap:4rem;display:flex}.landing-text-section{flex:1;max-width:550px}.landing-headline{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.5rem;font-family:Raleway,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.1}.landing-subhead{color:#475569;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.landing-card-section{flex-direction:column;flex:1;align-items:center;max-width:500px;display:flex}.upload-workspace{background:var(--panel-bg);border:1px solid var(--panel-border);text-align:center;border-radius:20px;width:100%;padding:2rem;animation:.5s ease-out fadeIn;box-shadow:0 20px 40px #0000000a,0 1px 3px #00000005}.security-notice{color:#64748b;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.85rem;display:flex}.landing-features{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;display:flex}.feature-item{color:#0f172a;align-items:center;gap:.75rem;font-size:1rem;font-weight:600;display:flex}.feature-icon{color:#475569;background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dropzone{cursor:pointer;background:#f8fafc;border:2px dashed #fdba74;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;width:100%;margin-top:1rem;padding:2.5rem 1.5rem;transition:all .3s;display:flex}.dropzone:hover,.dropzone.active{border-color:var(--accent-orange);background:#fff7ed}.dropzone-icon{color:var(--accent-orange);animation:3s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.loading-spinner{border:4px solid #0000001a;border-left-color:var(--accent-orange);border-radius:50%;width:40px;height:40px;margin:1rem auto;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.sidebar-wrapper{z-index:20;flex-shrink:0;width:76px;position:relative}.sidebar-menu{border-right:1px solid var(--panel-border);white-space:nowrap;background:linear-gradient(#e2e8f0,#f1f5f9);flex-direction:column;width:76px;padding:1.5rem .8rem;transition:width .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;display:flex;position:absolute;top:0;bottom:0;left:0;overflow:hidden auto}.sidebar-menu:hover{width:260px;box-shadow:10px 0 30px #00000014}.sidebar-title{color:#0f172a;opacity:0;margin-bottom:2rem;padding-left:.8rem;font-size:1.15rem;font-weight:700;transition:opacity .2s}.sidebar-menu:hover .sidebar-title{opacity:1}.sidebar-nav{flex-direction:column;gap:.25rem;display:flex}.sidebar-btn{text-align:left;color:#475569;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:1rem;width:100%;padding:.8rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex;overflow:hidden}.sidebar-btn svg{flex-shrink:0}.sidebar-btn:hover{background:#fff6}.sidebar-btn.active{color:#0f172a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;font-weight:600;box-shadow:0 4px 15px #00000008}.tabs-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;background:#fff9;border:1px solid #fffc;border-radius:9999px;gap:.5rem;padding:.5rem;display:flex;position:sticky;top:0;box-shadow:0 4px 15px #00000008}.tab-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:9999px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.6rem .2rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.tab-btn:hover{color:var(--text-light);background:#fff6}.tab-btn.active{color:var(--accent-orange);background:#fff;box-shadow:0 2px 10px #0000000f}.editor-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffa6;border:1px solid #ffffffe6;border-radius:20px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex;box-shadow:0 10px 30px #00000005}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.form-input,.form-textarea{color:var(--text-light);background:#f1f5f9b3;border:1px solid #ffffff80;border-radius:12px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s;box-shadow:inset 0 2px 4px #00000005}.form-input:focus,.form-textarea:focus{border-color:var(--accent-orange);background:#fff;outline:none;box-shadow:0 0 0 3px #f9731626,inset 0 2px 4px #00000003}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.repeater-item{border-left:2px solid var(--accent-orange);flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding-top:2.5rem;padding-left:1rem;display:flex;position:relative}.remove-btn{color:#f87171;cursor:pointer;z-index:10;background:#ef44441a;border:1px solid #ef444433;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;transition:all .2s;position:absolute;top:0;right:0}.remove-btn:hover{color:#ef4444;background:#ef444433}.add-btn{color:var(--accent-orange);cursor:pointer;background:#fff7ed;border:1px solid #fed7aa;border-radius:6px;align-self:flex-start;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.add-btn:hover{background:#ffedd5}.toolbar{justify-content:flex-end;gap:1rem;margin-top:auto;padding-top:1rem;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#7c2d12,#f97316);border-radius:12px;box-shadow:0 8px 20px #f9731640}.btn-primary:hover{background:linear-gradient(135deg,#431407,#ea580c);transform:translateY(-2px);box-shadow:0 10px 25px #f9731659}.btn-secondary{color:var(--text-light);border:1px solid var(--panel-border);background:#fff;box-shadow:0 2px 4px #00000005}.btn-secondary:hover{background:#f5f5f4}.zoom-toolbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #e2e8f0cc;border-radius:12px;flex-shrink:0;align-items:center;gap:0;margin-bottom:.75rem;padding:4px;display:flex;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.zoom-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.zoom-btn:hover{color:#0f172a;background:#f1f5f9;transform:scale(1.05)}.zoom-btn:active{transform:scale(.95)}.zoom-btn.active{background:linear-gradient(135deg, var(--accent-orange), var(--accent-rust));color:#fff;box-shadow:0 2px 6px #f973164d}.zoom-btn.active:hover{transform:scale(1.05);box-shadow:0 3px 10px #f9731666}.zoom-divider{background:#e2e8f0;flex-shrink:0;width:1px;height:20px;margin:0 2px}.zoom-level{color:#334155;text-align:center;-webkit-user-select:none;user-select:none;letter-spacing:.02em;min-width:46px;padding:0 4px;font-family:Raleway,sans-serif;font-size:.78rem;font-weight:700}.cv-preview-container{flex-direction:column;align-items:center;width:100%;display:flex}.cv-page{color:var(--cv-dark);width:794px;min-height:1123px;height:var(--cv-page-height,297mm);box-sizing:border-box;background:#fff;flex-direction:column;padding:38px 45px;font-family:Lato,sans-serif;font-size:10.5pt;line-height:1.45;transition:height .2s ease-in-out;display:flex;position:relative;box-shadow:0 10px 25px #00000014}.cv-page-divider{background:repeating-linear-gradient(to right, var(--accent-orange) 0px, var(--accent-orange) 8px, transparent 8px, transparent 16px);z-index:100;pointer-events:none;justify-content:center;align-items:center;height:1px;display:flex;position:absolute;left:0;right:0}.cv-page-divider span{background:var(--accent-orange);color:#fff;letter-spacing:.05em;border-radius:9999px;padding:3px 10px;font-family:Raleway,sans-serif;font-size:7.5pt;font-weight:700;position:absolute;transform:translateY(-50%);box-shadow:0 2px 8px #f9731640}.cv-header{flex-direction:column;gap:.25rem;margin-bottom:1.5rem;display:flex}.cv-name-row{flex-wrap:wrap;align-items:baseline;display:flex}.cv-name{color:var(--cv-dark);font-family:Lato,sans-serif;font-size:30pt;font-weight:900}.cv-name-separator{color:var(--cv-dark);margin:0 .5rem;font-family:Lato,sans-serif;font-size:17pt;font-weight:700}.cv-title{color:var(--cv-orange);font-family:Lato,sans-serif;font-size:18pt;font-weight:400}.cv-subtitle-row{color:var(--cv-orange);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.2rem;font-family:Lato,sans-serif;font-size:10.5pt;display:flex}.cv-subtitle-item{align-items:center;gap:.35rem;display:flex}.cv-subtitle-bullet{color:var(--cv-orange);font-size:8pt}.cv-summary{color:var(--cv-orange);margin-top:.6rem;margin-bottom:.4rem;font-family:Lato,sans-serif;font-size:12pt;line-height:1.4}.cv-section{margin-top:.6rem}.cv-section-title{color:var(--cv-dark);text-transform:capitalize;margin-bottom:.5rem;font-family:Raleway,sans-serif;font-size:12pt;font-weight:800}.cv-divider{background-color:var(--cv-dark);height:1px;margin-top:-.2rem;margin-bottom:.6rem}.cv-item{margin-bottom:1rem}.cv-item-header{justify-content:space-between;align-items:baseline;margin-bottom:.3rem;font-family:Lato,sans-serif;font-size:11pt;display:flex}.cv-item-title-org{align-items:baseline;display:flex}.cv-org{font-weight:700}.cv-role-separator{margin:0 .3rem;font-weight:400}.cv-role{font-weight:400}.cv-date{color:var(--cv-gray);white-space:nowrap;font-size:11pt;font-weight:400}.cv-bullets{margin-left:1.2rem;list-style-type:disc}.cv-bullets li{margin-bottom:.25rem;padding-left:.1rem}.cv-skills-grid{flex-direction:column;gap:.35rem;display:flex}.cv-skills-item{font-family:Lato,sans-serif;font-size:10.5pt}.cv-skills-category{font-weight:700}.cv-languages-grid{flex-direction:column;gap:.35rem;display:flex}.cv-language-item{font-family:Lato,sans-serif;font-size:10.5pt}.cv-language-name{font-weight:700}@media print{body{color:#000!important;background:#fff!important}.app-header,.editor-panel,.toolbar,.preview-panel>:not(.cv-preview-container){display:none!important}.workspace{height:auto!important;display:block!important;overflow:visible!important}.preview-panel{background:#fff!important;width:100%!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.cv-preview-container{width:100%!important;display:block!important}.cv-page{page-break-after:always;width:100%!important;height:auto!important;min-height:auto!important;box-shadow:none!important;margin:0!important;padding:0!important}.cv-page-divider{display:none!important}.cv-section,.cv-item{page-break-inside:avoid}}@media (width<=1024px){.workspace{flex-direction:column;overflow:hidden auto}.sidebar-wrapper{display:none}.editor-panel{border-bottom:1px solid var(--panel-border);min-height:200px;max-height:50vh;border-right:none!important;flex:none!important;width:100%!important;overflow-y:auto!important}.preview-panel{min-height:50vh;flex:none!important;width:100%!important;padding:1rem!important;overflow-y:auto!important}.cv-page{width:100%!important;max-width:794px!important;min-height:auto!important;padding:38px 30px!important}}@media (width<=640px){.app-header{flex-direction:column;gap:.75rem;align-items:stretch!important;padding:1rem!important}.brand{justify-content:center}.api-key-container{justify-content:space-between;gap:.5rem;width:100%}.api-key-input{flex:1;width:auto!important}.upload-workspace{padding:1.5rem!important}.landing-container{padding:2rem 1rem!important}.landing-split{text-align:center;flex-direction:column;gap:2rem}.landing-headline{font-size:2.5rem}.landing-features{flex-direction:column;gap:1.5rem;margin-top:3rem}.dropzone{padding:2rem 1rem!important}.form-row{gap:.75rem;grid-template-columns:1fr!important}}.custom-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background-color:#1c191773;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.25s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.custom-modal-content{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:12px;width:90%;max-width:480px;padding:1.5rem;animation:.25s cubic-bezier(.16,1,.3,1) scaleIn;overflow:hidden;box-shadow:0 10px 25px -5px #0f172a1a,0 8px 10px -6px #0f172a1a,0 0 0 1px #f973161a}.custom-modal-header{border-bottom:1px solid var(--panel-border);align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.custom-modal-header h3{color:var(--text-light);font-family:Raleway,sans-serif;font-size:1.2rem;font-weight:700}.custom-modal-body p{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem;line-height:1.5}.modal-input{border:1px solid var(--panel-border);width:100%;color:var(--text-light);background:#fff;border-radius:8px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.95rem;transition:all .3s}.modal-input:focus{border-color:var(--accent-orange);outline:none;box-shadow:0 0 10px #f9731626}.custom-modal-footer{justify-content:flex-end;gap:.75rem;display:flex}.btn-modal-cancel{border:1px solid var(--panel-border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .2s}.btn-modal-cancel:hover{color:var(--text-light);background:#1c19170d}.btn-modal-confirm{background:var(--accent-orange);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .2s}.btn-modal-confirm:hover{background:#a83a0a}.btn-modal-confirm:disabled{background:var(--panel-border);color:#a8a29e;cursor:not-allowed}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.cv-section:last-child,.cv-item:last-child,.cv-skills-category:last-child,.cv-language-item:last-child{margin-bottom:0!important}.template-sidebar{color:#334155;box-sizing:border-box;background:#fff;width:100%;min-height:100%;display:flex}.ts-left-col{box-sizing:border-box;background:#f8fafc;border-right:1px solid #e2e8f0;flex-direction:column;gap:2rem;width:32%;padding:2.5rem 1.5rem;display:flex}.ts-right-col{box-sizing:border-box;flex-direction:column;gap:2rem;width:68%;padding:2.5rem 2rem;display:flex}.ts-photo-container{border:4px solid #fff;border-radius:50%;width:120px;height:120px;margin:0 auto;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.ts-photo{object-fit:cover;width:100%;height:100%}.ts-heading-left{color:var(--cv-accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.ts-divider-left{background:var(--cv-accent);width:2rem;height:2px;margin-bottom:1rem}.ts-contact-info,.ts-skills-section,.ts-languages-section,.ts-custom-section{flex-direction:column;gap:.5rem;display:flex}.ts-contact-item{color:#475569;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.ts-skill-item,.ts-language-item,.ts-custom-item{flex-direction:column;margin-bottom:.5rem;font-size:.9rem;display:flex}.ts-header{border-bottom:2px solid var(--cv-accent);margin-bottom:.5rem;padding-bottom:1.5rem}.ts-name{color:#0f172a;text-transform:uppercase;letter-spacing:.02em;margin:0;font-size:2.5rem;font-weight:800;line-height:1.1}.ts-title{color:var(--cv-accent);text-transform:uppercase;letter-spacing:.05em;margin:.5rem 0 0;font-size:1.25rem;font-weight:500}.ts-heading-right{color:#0f172a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.ts-divider-right{background:#e2e8f0;width:100%;height:2px;margin-bottom:1.5rem;position:relative}.ts-divider-right:after{content:"";background:var(--cv-accent);width:3rem;height:100%;position:absolute;top:0;left:0}.ts-section{flex-direction:column;display:flex}.ts-summary{color:#475569;margin:0;font-size:.95rem;line-height:1.6}.ts-item{margin-bottom:1.5rem}.ts-item:last-child{margin-bottom:0}.ts-item-header{justify-content:space-between;align-items:baseline;margin-bottom:.25rem;display:flex}.ts-item-title{color:#0f172a;font-size:1.05rem}.ts-role{font-weight:700}.ts-org-sep{color:#94a3b8;margin:0 .25rem}.ts-org{color:var(--cv-accent);font-weight:500}.ts-date{color:#64748b;flex-shrink:0;margin-left:1rem;font-size:.85rem;font-weight:500}.ts-bullets{color:#475569;margin:.5rem 0 0;padding-left:1.25rem;font-size:.95rem;line-height:1.5}.ts-bullets li{margin-bottom:.25rem}.ts-bullets li:last-child{margin-bottom:0}.template-sidebar-page{padding:0!important}
