@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;600&display=swap";html{scroll-behavior:smooth}body{font-family:Inter,Arial,sans-serif;background:#f3f4f6;color:#111827;line-height:1.6}.home{width:100%;min-height:100vh;background:#fff;overflow-x:hidden}.home-container{width:100%;max-width:1400px;margin:0 auto;padding:0 20px}.navbar{display:flex;justify-content:space-between;align-items:center;padding:20px 0;gap:20px;flex-wrap:wrap}.logo{font-size:28px;font-weight:700;color:#7c3aed;letter-spacing:1px;white-space:nowrap}.create-btn{padding:12px 24px;background:#7c3aed;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;transition:all .3s ease;white-space:nowrap}.create-btn:hover{background:#6d28d9;transform:translateY(-2px);box-shadow:0 8px 16px #7c3aed4d}.create-btn:active{transform:translateY(0)}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 20px;min-height:calc(100vh - 80px)}.hero h2{font-size:56px;font-weight:700;line-height:1.2;margin-bottom:30px;color:#111827}.hero span{color:#7c3aed;background:linear-gradient(135deg,#7c3aed,#6d28d9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:18px;color:#6b7280;max-width:700px;margin:0 auto 40px;line-height:1.8}.get-started{padding:16px 40px;background:#7c3aed;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:60px}.get-started:hover{background:#6d28d9;transform:translateY(-3px);box-shadow:0 12px 24px #7c3aed66}.get-started:active{transform:translateY(0)}.carousel{position:relative;width:100%;max-width:800px;height:500px;margin:0 auto;display:flex;justify-content:center;align-items:center;perspective:1200px}.card{position:absolute;width:300px;height:auto;border-radius:12px;box-shadow:0 20px 50px #00000026;transition:all .8s cubic-bezier(.34,1.56,.64,1);background:#fff;object-fit:cover}.position-0{transform:translate(0) scale(1) rotateY(0);z-index:3;opacity:1}.position-1{transform:translate(280px) scale(.85) rotateY(25deg);z-index:2;opacity:.7}.position-2{transform:translate(-280px) scale(.85) rotateY(-25deg);z-index:1;opacity:.7}.card:hover{transform:translate(0) scale(1.05) rotateY(0)!important;z-index:5;box-shadow:0 30px 60px #00000040}@media(min-width:1025px){.navbar{padding:25px 0}.logo{font-size:28px}.create-btn{padding:12px 28px;font-size:14px}.hero{padding:100px 20px;min-height:calc(100vh - 100px)}.hero h2{font-size:56px}.hero p{font-size:18px;max-width:700px}.get-started{padding:16px 40px;font-size:16px}.carousel{height:500px}.card{width:300px}}@media(max-width:1024px){.navbar{padding:20px 0}.logo{font-size:24px}.create-btn{padding:10px 20px;font-size:13px}.hero{padding:60px 15px;min-height:auto}.hero h2{font-size:44px;margin-bottom:25px}.hero p{font-size:16px;margin-bottom:35px}.get-started{padding:14px 32px;font-size:15px;margin-bottom:50px}.carousel{height:420px}.card{width:240px}.position-1{transform:translate(220px) scale(.88) rotateY(20deg)}.position-2{transform:translate(-220px) scale(.88) rotateY(-20deg)}}@media(max-width:768px){.navbar{padding:16px 0;justify-content:space-between}.logo{font-size:20px;letter-spacing:.5px}.create-btn{padding:10px 16px;font-size:12px}.hero{padding:50px 15px;min-height:auto}.hero h2{font-size:32px;margin-bottom:20px}.hero p{font-size:14px;max-width:100%;margin-bottom:30px}.get-started{padding:12px 24px;font-size:14px;margin-bottom:40px}.carousel{height:350px}.card{width:200px}.position-1{transform:translate(180px) scale(.85) rotateY(15deg)}.position-2{transform:translate(-180px) scale(.85) rotateY(-15deg)}}@media(max-width:480px){.home-container{padding:0 15px}.navbar{padding:14px 0;gap:10px}.logo{font-size:18px;letter-spacing:.3px}.create-btn{padding:9px 14px;font-size:11px;border-radius:6px}.hero{padding:40px 10px;min-height:auto}.hero h2{font-size:26px;line-height:1.1;margin-bottom:18px}.hero h2 br{display:none}.hero p{font-size:13px;margin-bottom:25px;line-height:1.6}.get-started{padding:11px 18px;font-size:13px;border-radius:8px;margin-bottom:35px}.carousel{height:280px}.card{width:160px;border-radius:10px}.position-1{transform:translate(140px) scale(.8) rotateY(12deg)}.position-2{transform:translate(-140px) scale(.8) rotateY(-12deg)}}@media(max-width:320px){.home-container{padding:0 12px}.navbar{padding:12px 0}.logo{font-size:16px}.create-btn{padding:8px 12px;font-size:10px}.hero{padding:30px 8px}.hero h2{font-size:22px;margin-bottom:14px}.hero p{font-size:12px;margin-bottom:20px}.get-started{padding:10px 16px;font-size:12px;margin-bottom:30px}.carousel{height:240px}.card{width:140px}.position-1{transform:translate(120px) scale(.75) rotateY(10deg)}.position-2{transform:translate(-120px) scale(.75) rotateY(-10deg)}}@media(max-height:600px)and (orientation:landscape){.hero{padding:30px 15px}.hero h2{font-size:32px;margin-bottom:15px}.hero p{font-size:14px;margin-bottom:20px}.get-started{margin-bottom:30px}.carousel{height:300px}}@media print{.navbar,.get-started{display:none}.home{background:#fff}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Arial,sans-serif;background:#f3f4f6}.builder-container{display:flex;height:100vh;overflow:hidden}.form-panel{width:100%;max-width:500px;height:100vh;overflow-y:auto;background:#fff;padding:20px;border-right:1px solid #e5e7eb}.builder-tabs{display:flex;gap:10px;margin-bottom:20px}.tab{flex:1;padding:10px 12px;border:1px solid #e5e7eb;background:#f3f4f6;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;transition:.2s;display:flex;align-items:center;justify-content:center;gap:6px}.tab:hover{background:#e5e7eb}.tab.active{background:#fff;border:1px solid #111827;box-shadow:0 2px 8px #0000001a}.editor-tabs{display:flex;flex-direction:column;gap:0}.accordion-section{border:1px solid #e5e7eb;border-bottom:none;background:#fff;margin-bottom:0}.accordion-section:last-child{border-bottom:1px solid #e5e7eb}.accordion-header{padding:14px;background:#f9fafb;border-bottom:1px solid #e5e7eb;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;-webkit-user-select:none;user-select:none}.accordion-header:hover{background:#f3f4f6}.accordion-body,.settings-panel{padding:16px}.settings-panel h3{font-size:14px;font-weight:600;margin-bottom:12px}.chip-group{display:flex;gap:10px;flex-wrap:wrap}.chip{padding:8px 14px;border:1px solid #d1d5db;background:#fff;border-radius:20px;cursor:pointer;font-size:12px;transition:.2s}.chip:hover{border-color:#6d28d9}.chip.active{background:#6d28d9;color:#fff;border-color:#6d28d9}.formatting-card{padding:16px}.settings-actions{display:flex;gap:10px;margin-bottom:16px}.settings-actions button{flex:1;padding:10px;border:1px solid #e5e7eb;background:#f3f4f6;border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;transition:.2s}.settings-actions button:hover{background:#e5e7eb}.formatting-row{display:flex;gap:12px;margin-bottom:16px}.formatting-group{flex:1}.formatting-group label{display:block;font-size:12px;font-weight:600;margin-bottom:6px}.formatting-select{width:100%;padding:8px;border:1px solid #e5e7eb;border-radius:6px;font-size:12px;cursor:pointer}.theme-colors{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}.theme-circle{width:32px;height:32px;border-radius:50%;border:2px solid transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;transition:.2s}.theme-circle:hover{transform:scale(1.1)}.theme-circle.active{border:2px solid #111827;box-shadow:0 0 0 2px #fff,0 0 0 4px #111827}.builder-actions{margin-top:20px}.primary-btn{width:100%;padding:12px;background:#6d28d9;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:13px;transition:.2s}.primary-btn:hover{background:#5b21b6}.preview-panel{flex:1;overflow-y:auto;background:#f3f4f6;display:flex;justify-content:center;align-items:flex-start;padding:30px 20px}.resume-preview,.resume-two,.resume-preview.ats{width:100%;max-width:794px;background:#fff;padding:30px;border-radius:8px;box-shadow:0 4px 12px #00000014}input,textarea,select{width:100%;padding:10px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;margin-bottom:10px;font-family:inherit}input:focus,textarea:focus,select:focus{outline:none;border-color:#6d28d9;box-shadow:0 0 0 3px #6d28d91a}@media(max-width:1024px){.builder-container{flex-direction:column;overflow-y:auto}.form-panel{width:100%;max-width:100%;height:auto;border-right:none;border-bottom:1px solid #e5e7eb;max-height:50vh}.preview-panel{width:100%;min-height:50vh}.resume-preview,.resume-two,.resume-preview.ats{max-width:100%;padding:20px}}@media(max-width:768px){.form-panel{padding:15px;max-height:none}.builder-tabs{gap:8px}.tab{padding:8px 10px;font-size:11px}.accordion-header{padding:12px;font-size:14px}.accordion-body{padding:12px}.formatting-row{flex-direction:column;gap:0}.preview-panel{padding:15px}.resume-preview,.resume-two,.resume-preview.ats{padding:20px}input,textarea,select{font-size:16px}}@media(max-width:480px){.form-panel{padding:12px}.builder-tabs{gap:6px}.tab{padding:8px;font-size:10px}.accordion-header{padding:10px;font-size:13px}.accordion-body{padding:10px}.settings-panel,.formatting-card{padding:12px}.settings-actions{flex-direction:column;gap:8px}.settings-actions button{padding:10px}.chip-group{gap:8px}.chip{padding:6px 12px;font-size:11px}.primary-btn{padding:10px;font-size:12px}.preview-panel{padding:12px}.resume-preview,.resume-two,.resume-preview.ats{padding:16px;border-radius:6px}input,textarea,select{font-size:16px;padding:8px}.theme-colors{gap:8px}.theme-circle{width:28px;height:28px}}.resume-preview,.resume-two{page-break-inside:avoid}.new-page{page-break-before:always}h1,h2,h3,h4{page-break-after:avoid}tr,td,img{page-break-inside:avoid}.personal-section{display:flex;flex-direction:column;gap:6px}.personal-section>label,.personal-section label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#374151;margin-top:10px}.personal-section>label:first-child{margin-top:0}.personal-section input[type=text],.personal-section input:not([type=radio]):not([type=checkbox]):not([type=file]){width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:7px;font-size:13px;color:#111827;background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.personal-section input:focus{outline:none;border-color:#6d28d9;box-shadow:0 0 0 3px #6d28d91a}.personal-section .row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.personal-section .row>div{display:flex;flex-direction:column;gap:4px}.personal-section .row label{margin-top:0}.photo-upload{display:flex;flex-direction:column;gap:8px;margin-bottom:4px}.photo-label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#374151;margin-top:0!important}.photo-actions{display:flex;gap:8px;flex-wrap:wrap}.upload-photo-btn{padding:8px 14px;background:#6d28d9;color:#fff;border:none;border-radius:7px;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.upload-photo-btn:hover{background:#5b21b6;transform:translateY(-1px)}.clear-photo-btn{padding:8px 14px;background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb;border-radius:7px;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.clear-photo-btn:hover{background:#fee2e2;color:#ef4444;border-color:#fca5a5}.exp-level{display:flex;gap:20px;flex-wrap:wrap}.exp-level label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#374151;cursor:pointer;margin-top:0!important}.exp-level input[type=radio]{accent-color:#6d28d9;width:14px;height:14px;cursor:pointer}.exp-duration{display:flex;gap:10px;flex-wrap:wrap}.exp-duration select{flex:1;min-width:100px;padding:8px 10px;border:1px solid #d1d5db;border-radius:7px;font-size:13px;color:#111827;background:#fff;cursor:pointer;transition:border-color .15s}.exp-duration select:focus{outline:none;border-color:#6d28d9;box-shadow:0 0 0 3px #6d28d91a}.personal-section .rsw-editor{border:1px solid #d1d5db;border-radius:7px;overflow:hidden;font-size:13px;min-height:100px;transition:border-color .15s}.personal-section .rsw-editor:focus-within{border-color:#6d28d9;box-shadow:0 0 0 3px #6d28d91a}.personal-section .rsw-toolbar{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:4px 6px}@media(max-width:640px){.personal-section .row{grid-template-columns:1fr}.exp-duration{flex-direction:column}.exp-duration select{width:100%}.photo-actions{flex-direction:column}.upload-photo-btn,.clear-photo-btn{width:100%;text-align:center}}.cropper-overlay{position:fixed;inset:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cropper-modal{background:#fff;border-radius:14px;overflow:hidden;width:100%;max-width:420px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column}.cropper-container{position:relative;width:100%;height:320px;background:#111;overflow:hidden}.cropper-controls{padding:16px 20px;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:12px}.cropper-controls input[type=range]{width:100%;accent-color:#6d28d9;cursor:pointer}.cropper-buttons{display:flex;gap:10px;justify-content:flex-end}.cancel-btn{padding:9px 20px;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.cancel-btn:hover{background:#e5e7eb}.save-btn{padding:9px 20px;background:#6d28d9;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.save-btn:hover{background:#5b21b6;transform:translateY(-1px)}.save-btn:active{transform:translateY(0)}@media(max-width:480px){.cropper-container{height:260px}.cropper-modal{max-width:100%}.cropper-buttons{flex-direction:column}.cancel-btn,.save-btn{width:100%;text-align:center}}.experience-header{display:flex;align-items:center;gap:8px;padding:11px 14px;background:#f9fafb;border-bottom:1px solid #e5e7eb;cursor:pointer;-webkit-user-select:none;user-select:none}.experience-header:hover .arrow{color:#6d28d9}.experience-form input[type=text],.experience-form input:not([type=checkbox]):not([type=date]){width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:7px;font-size:13px;color:#111827;background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.experience-form input[type=date]{width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:7px;font-size:13px;color:#111827;background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.experience-form input:focus{outline:none;border-color:#6d28d9;box-shadow:0 0 0 3px #6d28d91a}.checkbox input[type=checkbox]{width:14px;height:14px;accent-color:#6d28d9;cursor:pointer}.experience-form .rsw-editor:focus-within{border-color:#6d28d9;box-shadow:0 0 0 3px #6d28d91a}.experience-header{display:flex;align-items:center;gap:8px;padding:11px 14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.experience-form{padding:16px;background:#fff;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 10px 10px;display:flex;flex-direction:column;gap:6px}.experience-form input:focus{outline:none;border-color:#9225eb;box-shadow:0 0 0 3px #9225eb1a}.experience-form input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.to-group{display:flex;flex-direction:column;gap:6px}.to-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.to-header label{margin-top:0!important}.checkbox{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:500;color:#6b7280;cursor:pointer}.checkbox input[type=checkbox]{width:14px;height:14px;accent-color:#9225eb;cursor:pointer}.experience-form .rsw-editor:focus-within{border-color:#9225eb;box-shadow:0 0 0 3px #9225eb1a}.skills-section{display:flex;flex-direction:column;gap:16px}.skills-block{border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px;background:#fff;display:flex;flex-direction:column;gap:10px}.skills-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#111827;margin:0}.skills-icon{display:flex;align-items:center;font-size:15px}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.skills-input{display:flex;gap:8px}.skills-input input{flex:1;padding:8px 10px;border:1px solid #d1d5db;border-radius:7px;font-size:13px;color:#111827;background:#fff;transition:border-color .15s,box-shadow .15s;min-width:0}.skills-input input:focus{outline:none;border-color:#6d28d9;box-shadow:0 0 0 3px #6d28d91a}.skills-input button{padding:8px 14px;background:#6d28d9;color:#fff;border:none;border-radius:7px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s;flex-shrink:0}.skills-input button:hover{background:#5b21b6}.skills-chips{display:flex;flex-wrap:wrap;gap:6px;min-height:10px}.chip{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;background:#ede9fe;color:#5b21b6;border-radius:999px;font-size:12px;font-weight:500}.chip b{cursor:pointer;font-size:14px;font-weight:700;line-height:1;color:#7c3aed;transition:color .15s}.chip b:hover{color:#ef4444}@media(max-width:640px){.skills-block{padding:12px 14px}.skills-input{flex-direction:column}.skills-input button{width:100%}}.social-section{display:flex;flex-direction:column;gap:14px}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid #f3f4f6}.toggle-row span{font-size:12px;color:#6b7280;font-weight:500}.toggle-switch{position:relative;width:42px;height:24px;border-radius:999px;border:none;cursor:pointer;transition:background .25s;flex-shrink:0;padding:0}.toggle-switch.on{background:#6d28d9}.toggle-switch.off{background:#d1d5db}.toggle-knob{position:absolute;top:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:left .25s;box-shadow:0 1px 3px #0003}.toggle-switch.on .toggle-knob{left:21px}.toggle-switch.off .toggle-knob{left:3px}.social-field{display:flex;flex-direction:column;gap:5px}.social-field label{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:#374151}.social-field input{width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:7px;font-size:13px;color:#111827;background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.social-field input:focus{outline:none;border-color:#6d28d9;box-shadow:0 0 0 3px #6d28d91a}.social-field input::placeholder{color:#9ca3af}@media(max-width:640px){.social-section{gap:12px}}.experience-section{display:flex;flex-direction:column;gap:8px}.add-work-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;background:#6d28d9;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;align-self:flex-start;margin-bottom:4px}.add-work-btn:hover{background:#5b21b6;transform:translateY(-1px)}.add-work-btn:active{transform:translateY(0)}.experience-item{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff}.experience-header{display:flex;align-items:center;gap:8px;padding:11px 14px;background:#f9fafb;border-bottom:1px solid #e5e7eb;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.experience-header:hover{background:#f3f4f6}.delete-btn{background:none;border:none;color:#ef4444;cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;font-size:13px;transition:background .15s,color .15s;flex-shrink:0}.delete-btn:hover{background:#fee2e2;color:#dc2626}.exp-title{flex:1;font-size:13px;font-weight:600;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.arrow{color:#9ca3af;display:flex;align-items:center;font-size:13px;flex-shrink:0;transition:color .2s}.experience-form{padding:16px;display:flex;flex-direction:column;gap:6px}.experience-form label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#374151;margin-top:8px}.experience-form label:first-child{margin-top:0}.experience-form input:not([type=checkbox]){width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:7px;font-size:13px;color:#111827;background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.experience-form input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.experience-form .rsw-editor{border:1px solid #d1d5db;border-radius:7px;overflow:hidden;font-size:13px;min-height:100px;transition:border-color .15s}.experience-form .rsw-editor:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.experience-form .rsw-toolbar{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:4px 6px}@media(max-width:640px){.experience-form{padding:12px}.add-work-btn{width:100%;justify-content:center}}.resume-preview.one-column{width:100%;max-width:760px;margin:0 auto;padding:40px 44px;background:#fff;box-sizing:border-box;color:#1f2937;line-height:1.5}.preview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}.header-left{flex:1;min-width:0}.preview-header h1{font-size:1.85em;font-weight:800;margin:0 0 4px;line-height:1.2}.job-title{font-size:.93em;font-weight:500;color:#6b7280;margin:0 0 10px}.about{font-size:.93em;color:#374151;margin-bottom:12px;line-height:1.55}.preview-photo{width:86px;height:86px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid #e5e7eb}.contact-grid{display:flex;flex-wrap:wrap;gap:6px 18px}.contact-item{display:flex;align-items:.85em;gap:5px;font-size:12px;color:#374151}.contact-item svg{font-size:.85em;flex-shrink:0;color:#6b7280}.contact-item a{color:inherit;text-decoration:none}.section-title{font-size:.78em;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding-bottom:4px;margin:16px 0 10px}.row-3 .left{font-size:.93em;font-weight:700}.row-3 .center{font-size:.85em;color:#6b7280;text-align:center}.row-3 .right{font-size:.78em;color:#9ca3af;white-space:nowrap;text-align:right}.row-2 .left{font-size:.93em;font-weight:700}.row-2 .right{font-size:.78em;color:#6b7280;word-break:break-all;text-align:right}.row-2 a{color:#6b7280;text-decoration:none;font-size:.78em}.skills-inline p{font-size:.85em;margin:4px 0;line-height:1.5}@media(max-width:640px){.resume-preview.one-column{padding:24px 20px}.preview-header{flex-direction:column-reverse;gap:12px}.preview-photo{width:72px;height:72px}.row-3{grid-template-columns:1fr;gap:2px}.row-3 .center,.row-3 .right{text-align:left}.preview-header h1{font-size:1.4em}}.resume-two{display:grid;grid-template-columns:220px 1fr;min-height:100%;width:100%;max-width:760px;margin:0 auto;background:#fff;box-sizing:border-box;color:#1f2937;line-height:1.5}.sidebar{padding:32px 20px;background:#f8f6ff;display:flex;flex-direction:column;gap:6px}.sidebar .photo{width:90px;height:90px;border-radius:50%;object-fit:cover;margin-bottom:10px;border:3px solid #ede9fe;align-self:center}.sidebar h2{font-size:1.14em;font-weight:800;color:#111827;margin:0 0 2px;line-height:1.3}.sidebar .job{font-size:.78em;color:#6b7280;margin:0 0 8px;font-weight:500}.sidebar .section-title{font-size:.71em;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding-bottom:3px;margin:10px 0 6px}.contact-side{display:flex;flex-direction:column;gap:5px}.contact-side p{display:flex;align-items:center;gap:6px;font-size:.71em;color:#374151;margin:0;word-break:break-all}.contact-side svg{font-size:.71em;flex-shrink:0;color:#9ca3af}.contact-item{display:flex;align-items:center;gap:6px;font-size:.71em;color:#374151}.contact-item a{color:#374151;text-decoration:none;word-break:break-all}.contact-item a:hover{text-decoration:underline}.skills-side{display:flex;flex-wrap:wrap;gap:4px}.skills-side .chip{display:inline-block;padding:3px 8px;border-radius:999px;font-size:.71em;font-weight:600;background:#ede9fe;color:#5b21b6}.side-list{padding-left:14px;margin:0;list-style:disc}.side-list li{font-size:.71em;color:#374151;margin-bottom:3px}.main{padding:32px 28px;display:flex;flex-direction:column}.main .section-title{font-size:.71em;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding-bottom:4px;margin:14px 0 8px}.main .section-title:first-child{margin-top:0}.block{margin-bottom:12px}.row-3{display:grid;grid-template-columns:1fr auto auto;gap:6px;align-items:baseline;margin-bottom:4px}.row-3 b{font-size:.93em;font-weight:700}.row-3 .center{font-size:.71em;color:#6b7280;text-align:center}.row-3 .right{font-size:.71em;color:#9ca3af;white-space:nowrap;text-align:right}.row-2{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:4px;flex-wrap:wrap}.row-2 b{font-size:13px;font-weight:700}.row-2 .right,.row-2 a{font-size:.71em;color:#6b7280;text-decoration:none;word-break:break-all;text-align:right}.row-2 a:hover{text-decoration:underline}.summary-html{font-size:.85em;color:#374151;line-height:1.6}.summary-html ul,.summary-html ol{padding-left:18px;margin:4px 0}.summary-html li{margin-bottom:2px}.summary-html p{margin:0 0 4px}@media(max-width:680px){.resume-two{grid-template-columns:1fr}.sidebar{padding:24px 20px}.sidebar .photo{width:72px;height:72px}.main{padding:24px 20px}.row-3{grid-template-columns:1fr;gap:2px}.row-3 .center,.row-3 .right{text-align:left}}.accordion-section{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;margin-bottom:10px;background:#fff;transition:box-shadow .2s ease}.accordion-section:hover{box-shadow:0 2px 10px #00000012}.accordion-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;transition:background .15s ease}.accordion-header:hover{background:#f9fafb}.accordion-header h3{margin:0;font-size:14px;font-weight:600;color:#111827;letter-spacing:.01em}.accordion-icon{color:#6b7280;display:flex;align-items:center;font-size:13px;transition:color .2s}.accordion-header:hover .accordion-icon{color:#6d28d9}.accordion-body{padding:16px 18px 20px;border-top:1px solid #f3f4f6;background:#fafafa}@media(max-width:640px){.accordion-header{padding:12px 14px}.accordion-body{padding:12px 14px 16px}}.ats-checker{padding:16px;display:flex;flex-direction:column;gap:20px}.ats-header h3{font-size:15px;font-weight:700;color:#111827;margin:0 0 4px}.ats-header p{font-size:12px;color:#9ca3af;margin:0}.ats-input-group{display:flex;flex-direction:column;gap:8px}.ats-input-group label{font-size:12px;font-weight:600;color:#374151}.ats-textarea{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;font-family:inherit;color:#111827;outline:none;resize:vertical;transition:border-color .2s;box-sizing:border-box}.ats-textarea:focus{border-color:#6d28d9;box-shadow:0 0 0 3px #6d28d914}.ats-input-actions{display:flex;gap:8px;justify-content:flex-end}.ats-clear-btn{padding:8px 16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#6b7280;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.ats-clear-btn:hover{background:#f3f4f6}.ats-check-btn{padding:8px 20px;border:none;border-radius:8px;background:#6d28d9;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.ats-check-btn:hover:not(:disabled){background:#5b21b6}.ats-check-btn:disabled{background:#6d28d9;cursor:not-allowed}.ats-results{display:flex;flex-direction:column;gap:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ats-score-section{display:flex;align-items:center;gap:20px;background:#f9fafb;border-radius:14px;padding:20px;border:1px solid #f3f4f6}.ats-score-circle{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .5s ease}.ats-score-inner{width:76px;height:76px;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.ats-score-number{font-size:20px;font-weight:800;line-height:1}.ats-score-label{font-size:9px;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.03em}.ats-score-meta{display:flex;flex-direction:column;gap:6px}.ats-score-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;width:fit-content}.ats-score-detail{font-size:12px;color:#6b7280;margin:0}.ats-tip{font-size:12px;color:#d97706;margin:0}.ats-tip.success{color:#059669}.ats-keyword-section{display:flex;flex-direction:column;gap:10px}.ats-keyword-title{font-size:13px;font-weight:700;margin:0}.matched-title{color:#059669}.missing-title{color:#dc2626}.ats-chips{display:flex;flex-wrap:wrap;gap:6px}.ats-chip{padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500}.ats-chip.matched{background:#f0fdf4;color:#059669;border:1px solid #bbf7d0}.ats-chip.missing{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.resume-preview.ats{width:100%;max-width:760px;margin:0 auto;box-sizing:border-box;color:#111827;line-height:1.55;background:#fff;min-height:unset!important;height:auto!important;padding:40px;width:794px}.ats-name{font-size:1.7em;font-weight:800;margin:0 0 4px;color:#111827}.ats-title{font-size:.93em;font-weight:500;color:#6b7280;margin:0 0 6px}.ats-contact{font-size:.85em;color:#6b7280;margin:0 0 14px}.ats-section{font-size:.85em;font-weight:800;text-transform:uppercase;letter-spacing:.08em;border-bottom:1.5px solid #e5e7eb;padding-bottom:4px;margin:14px 0 8px;color:#111827}.ats-block{margin-bottom:10px;font-size:.85em;line-height:1.55}.ats-block b{font-size:.93em}.ats-row{display:flex;justify-content:space-between;align-items:baseline;gap:8px;flex-wrap:wrap;margin-bottom:2px}.ats-row span{font-size:.78em;color:#9ca3af;white-space:nowrap}.ats-block p{margin:4px 0;color:#374151}.ats-block ul,.ats-block ol{padding-left:18px;margin:4px 0;color:#374151}.ats-block li{margin-bottom:2px}@media(max-width:640px){.resume-preview.ats{padding:24px 20px}.ats-row{flex-direction:column;gap:2px}}.resume-section{page-break-inside:avoid;break-inside:avoid}.resume-section-header{page-break-after:avoid;break-after:avoid}.resume-section-content{page-break-before:avoid;break-before:avoid}.experience-entry,.education-entry,.project-entry{page-break-inside:avoid;break-inside:avoid}
