@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Roboto:wght@400;500&display=swap";.dashboard-main{flex:1;margin-left:280px;min-height:100vh}@media (max-width: 1024px){.dashboard{flex-direction:column}.app-sidebar.dashboard{width:100%;height:auto;position:relative;transform:translate(-100%);transition:transform .3s ease-in-out}.app-sidebar.dashboard.mobile-open{position:fixed;top:0;left:0;width:350px;height:100vh;z-index:1000;transform:translate(0);display:flex;flex-direction:column}.dashboard-main{margin-left:0}.dashboard-header{padding:1rem;margin:.25rem}.header-content{flex-direction:column;gap:1rem;align-items:stretch}.search-box{width:100%}.app-sidebar.dashboard .sidebar-header{padding:0rem}}.mobile-header{display:none;background:linear-gradient(135deg,#374151,#1f2937);padding:1rem;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(75,85,99,.3);position:sticky;top:0;z-index:100}.mobile-menu-toggle{background:none;border:none;color:#e5e7eb;cursor:pointer;padding:.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.mobile-menu-toggle:hover{background:#4b55634d}.mobile-logo{flex:1;display:flex;justify-content:center}.mobile-user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (max-width: 1024px){.mobile-header{display:flex}.app-sidebar.dashboard.mobile-open .sidebar-footer{margin-top:auto;padding:1.5rem;border-top:1px solid rgba(75,85,99,.3);background:#1f2937cc}}.placeholder-content{max-width:600px;margin:0 auto;text-align:center;background:#37415180;border-radius:16px;padding:3rem 2rem;border:1px solid rgba(75,85,99,.3)}.placeholder-icon{font-size:4rem;margin-bottom:1.5rem}.placeholder-content h3{color:#e5e7eb;margin-bottom:1rem;font-size:1.5rem}.placeholder-content p{color:#9ca3af;margin-bottom:1.5rem;line-height:1.6}.feature-list{text-align:left;color:#9ca3af;margin:1.5rem 0;padding-left:0;list-style:none}.feature-list li{margin-bottom:.5rem;padding-left:1rem}.placeholder-action{margin-top:2rem}.settings-content{max-width:800px;margin:0 auto}.settings-section{background:#37415180;border-radius:12px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(75,85,99,.3)}.settings-section h3{color:#e5e7eb;margin-bottom:1.5rem;font-size:1.25rem}.settings-grid{display:grid;gap:1.5rem}.setting-item{display:flex;flex-direction:column;gap:.5rem}.setting-item label{color:#e5e7eb;font-weight:500;font-size:.875rem}.setting-item input,.setting-item select{background:#1f2937cc;border:1px solid rgba(75,85,99,.4);border-radius:8px;padding:.75rem;color:#e5e7eb;font-size:.875rem}.setting-item input:disabled{opacity:.6;cursor:not-allowed}.setting-item small{color:#9ca3af;font-size:.75rem}.toggle-setting{display:flex;align-items:center;gap:.5rem}.toggle-setting input[type=checkbox]{width:auto;margin:0}.toggle-setting span{color:#e5e7eb;font-size:.875rem}.settings-section.danger-zone{border-color:#ef44444d;background:#ef44441a}.danger-actions{display:flex;flex-direction:column;gap:.5rem}.danger-actions small{color:#f87171;font-size:.75rem}.dashboard-section{background:#37415180;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(75,85,99,.3)}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.section-header h2{font-size:1.5rem;font-weight:600;margin:0;color:#f9fafb}.section-description{color:#9ca3af;margin-bottom:2rem;line-height:1.6}.template-generator{display:flex;flex-direction:column;gap:1.5rem}.template-jobs{margin-top:2rem}.jobs-list{display:flex;flex-direction:column;gap:.75rem}.job-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#37415180;border-radius:8px;border:1px solid rgba(75,85,99,.3)}.job-info{flex:1}.job-prompt{font-weight:500;color:#f9fafb;margin-bottom:.5rem}.job-meta{display:flex;gap:1rem;align-items:center;font-size:.875rem}.job-status{padding:.25rem .5rem;border-radius:4px;font-weight:500;font-size:.75rem}.job-status.status-pending{background:#fbbf2433;color:#fbbf24}.job-status.status-processing{background:#3b82f633;color:#3b82f6}.job-status.status-completed{background:#22c55e33;color:#22c55e}.job-status.status-failed{background:#ef444433;color:#ef4444}.job-time{color:#9ca3af}.job-error{color:#ef4444;font-size:.875rem;margin-top:.25rem}.job-item.status-pending{border-left:4px solid #fbbf24}.job-item.status-processing{border-left:4px solid #3b82f6}.job-item.status-completed{border-left:4px solid #22c55e}.job-item.status-failed{border-left:4px solid #ef4444}.job-actions{display:flex;gap:.5rem;align-items:center}.job-actions .btn{min-width:auto;padding:.25rem .5rem}.job-actions .btn-danger{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.job-actions .btn-danger:hover{background:#ef444433;border-color:#ef444480}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group label{font-weight:500;color:#d1d5db}.template-prompt-input{background:#1f2937cc;border:1px solid rgba(75,85,99,.4);border-radius:8px;padding:.75rem;color:#e5e7eb;font-size:.875rem;font-family:inherit;resize:vertical}.template-prompt-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf626}.template-prompt-input::placeholder{color:#9ca3af}.generate-btn{align-self:flex-start;display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}.generate-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.generate-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.empty-state{text-align:center;padding:3rem 2rem;color:#9ca3af}.empty-state svg{margin:0 auto 1rem;opacity:.5}.empty-state h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#d1d5db}.templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.template-card{background:#1f293799;border:1px solid rgba(75,85,99,.3);border-radius:12px;padding:1.5rem;transition:all .2s ease}.template-card:hover{border-color:#8b5cf680;transform:translateY(-2px)}.template-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.template-header h3{font-size:1.125rem;font-weight:600;margin:0;color:#f9fafb}.template-actions{display:flex;gap:.5rem}.btn-icon{background:#4b556380;border:1px solid rgba(107,114,128,.3);border-radius:6px;padding:.5rem;color:#d1d5db;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.btn-icon:hover{background:#8b5cf633;border-color:#8b5cf6;color:#c4b5fd}.btn-icon.danger:hover{background:#ef444433;border-color:#ef4444;color:#fca5a5}.template-description{color:#9ca3af;margin-bottom:1rem;line-height:1.5}.template-meta{font-size:.75rem;color:#6b7280;border-top:1px solid rgba(75,85,99,.3);padding-top:1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#1f2937;border:1px solid rgba(75,85,99,.3);border-radius:16px;max-width:500px;width:90vw;max-height:80vh;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(75,85,99,.3)}.modal-header h3{font-size:1.25rem;font-weight:600;margin:0;color:#f9fafb}.modal-body{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.modal-body .input-group input,.modal-body .input-group textarea{background:#1f2937cc;border:1px solid rgba(75,85,99,.4);border-radius:8px;padding:.75rem;color:#e5e7eb;font-size:.875rem;font-family:inherit;width:100%;box-sizing:border-box}.modal-body .input-group input:focus,.modal-body .input-group textarea:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf626;background:#1f2937e6}.modal-body .input-group input::placeholder,.modal-body .input-group textarea::placeholder{color:#9ca3af}.modal-body .input-group textarea{resize:vertical;min-height:80px}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid rgba(75,85,99,.3)}@media (max-width: 768px){.dashboard-section{padding:1.5rem}.templates-grid{grid-template-columns:1fr}.template-header{flex-direction:column;gap:1rem;align-items:flex-start}.template-actions{align-self:flex-end}.modal-content{width:95vw}.modal-footer{flex-direction:column}}.accordion-item-card{background:linear-gradient(135deg,#374151cc,#1f2937e6);border:1px solid rgba(75,85,99,.3);border-radius:16px;margin-bottom:.5rem;overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.accordion-item-card:hover{border-color:#6b728080;box-shadow:0 8px 25px #0000004d;transform:translateY(-1px)}.accordion-summary{padding:.75rem 1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#4b556399,#374151b3);border-bottom:1px solid transparent;transition:all .2s ease}.accordion-summary:hover{background:linear-gradient(135deg,#6b7280b3,#4b5563cc)}.accordion-info{display:flex;flex-direction:column;flex:1;min-width:0}.accordion-title{margin-bottom:.25rem}.accordion-title h3{margin:0;font-size:1rem;font-weight:600;color:#e5e7eb;line-height:1.2}.accordion-meta{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.accordion-meta span{font-size:.875rem;color:#9ca3af}.accordion-actions{display:flex;align-items:center;gap:.5rem;margin-left:1rem}.drag-handle{display:flex;align-items:center;padding:.25rem;margin-right:.75rem;cursor:grab;color:#9ca3af;border-radius:4px;transition:all .2s ease}.drag-handle:hover{color:#d1d5db;background:#4b55634d}.drag-handle:active{cursor:grabbing}.accordion-item-card.dragging{opacity:.5;transform:rotate(2deg);box-shadow:0 8px 25px #0006;z-index:1000}.accordion-item-card.drag-over{border-color:#93c5fd;background:linear-gradient(135deg,#93c5fd33,#3b82f633);transform:translateY(-2px);box-shadow:0 4px 12px #93c5fd4d}.accordion-item-card.drag-over .accordion-summary{background:linear-gradient(135deg,#93c5fd4d,#3b82f64d)}.accordion-item-header{display:flex;align-items:center;gap:.75rem;min-height:60px}.experience-position{display:block;font-size:.875rem;color:#6b7280;margin-top:.125rem}.experience-meta{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.experience-dates{font-size:.875rem;color:#6b7280}.experience-location{font-size:.875rem;color:#9ca3af}.accordion-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;padding-right:.5rem}.accordion-item-content{border-top:1px solid rgba(75,85,99,.3);background:linear-gradient(135deg,#1f293799,#111827b3)}/*!
 * Quill Editor v2.0.2
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#2d3748;background-color:#f7fafc}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#e5e7eb;background:linear-gradient(135deg,#1f2937,#111827);font-size:14px;min-height:100vh}h1{font-size:2.5rem;font-weight:700;line-height:1.2;color:#f9fafb}h2{font-size:2rem;font-weight:600;line-height:1.3;color:#f9fafb}h3{font-size:1.5rem;font-weight:600;line-height:1.4;color:#f9fafb}h4{font-size:1.25rem;font-weight:600;color:#f9fafb}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:12px;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);outline:none;position:relative;overflow:hidden}.btn:focus{box-shadow:0 0 0 3px #3b82f626}.btn-primary{background:#111827;color:#fff;box-shadow:0 4px 12px #11182726}.btn-primary:hover{background:#374151;transform:translateY(-1px);box-shadow:0 8px 20px #11182740}.btn-secondary{background:linear-gradient(135deg,#4b5563cc,#374151e6);color:#e5e7eb;border:1px solid rgba(107,114,128,.4);box-shadow:0 4px 12px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:linear-gradient(135deg,#6b7280e6,#4b5563);border-color:#6b728099;transform:translateY(-1px);box-shadow:0 6px 16px #0000004d}.btn-danger{background:#ef4444;color:#fff;box-shadow:0 4px 12px #ef444426}.btn-danger:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 8px 20px #ef444440}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.card{background:linear-gradient(135deg,#374151cc,#1f2937e6);border-radius:20px;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(75,85,99,.3);overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0006;border-color:#4b556380}.card-header{padding:1.5rem 1.5rem 0}.card-body{padding:1.5rem}.card-footer{padding:0 1.5rem 1.5rem}.alert{padding:1rem 1.5rem;border-radius:12px;font-size:.875rem;font-weight:500;border:1px solid;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.alert-error{background:#dc262633;border-color:#f8717166;color:#fca5a5}.alert-success{background:#05966933;border-color:#34d39966;color:#6ee7b7}.alert-info{background:#3b82f633;border-color:#93c5fd66;color:#93c5fd}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1.5rem;background:linear-gradient(135deg,#1f2937,#111827)}.spinner{width:40px;height:40px;border:3px solid rgba(75,85,99,.3);border-top:3px solid #93c5fd;border-radius:50%;animation:spin 1s linear infinite}.loading-screen p{color:#9ca3af;font-weight:500}.auth-container{display:flex;min-height:100vh;background:#f8f9fb}.auth-container,.auth-container *{color:inherit}.auth-container .auth-main{background:#fff;color:#111827}.auth-container .form-group label{color:#374151}.auth-container .form-group input{background:#fff;color:#111827;border:1px solid #e5e7eb;transition:all .2s ease}.auth-container .form-group input:focus{color:#111827;background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.auth-container .form-group input[type=text],.auth-container .form-group input[type=email],.auth-container .form-group input[type=password]{color:#111827!important;background:#fff!important}.auth-container .form-group input::placeholder{color:#9ca3af}.auth-container .auth-header h1{color:#111827}.auth-container .auth-header p,.auth-container .auth-footer p{color:#6b7280}.auth-container .auth-footer a{color:#111827}.auth-container .alert-error{background:#f871711a;border-color:#f871714d;color:#dc2626}.auth-container .alert-success{background:#22c55e1a;border-color:#22c55e4d;color:#059669}.auth-container .alert-info{background:#3b82f61a;border-color:#3b82f64d;color:#2563eb}.auth-container .divider{color:#9ca3af}.auth-container .divider:before,.auth-container .divider:after{background:#e5e7eb}.auth-sidebar{flex:1;background:linear-gradient(135deg,#111827,#1f2937);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem;color:#fff;position:relative;overflow:hidden}.auth-sidebar:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.03"/><circle cx="50" cy="10" r="1" fill="white" opacity="0.03"/><circle cx="10" cy="90" r="1" fill="white" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.auth-sidebar-content{text-align:center;z-index:1}.auth-sidebar h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.auth-sidebar p{font-size:1.125rem;opacity:.8;max-width:400px;line-height:1.6}.auth-main{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem;background:#fff}.auth-card{width:100%;max-width:420px}.auth-header{display:flex;flex-direction:column;align-items:center;margin-bottom:2.5rem}.logo{display:flex;align-self:center;background:linear-gradient(135deg,#f9fafb,#e5e7eb,#d1d5db);padding:.5rem 1rem;border-radius:8px;box-shadow:0 2px 4px -1px #0000000f,0 1px 2px -1px #0000000f}.auth-header h1{font-size:2rem;font-weight:700;margin:1rem 0 0 1rem;color:#111827}.auth-header p{color:#6b7280;font-size:1rem}.form-group label{display:block;color:#374151;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.form-group input{width:100%;padding:.875rem 1rem;border:1px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .2s ease;background:#fff}.form-group input:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #1118271a}.form-group input::placeholder{color:#9ca3af}.auth-footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #f3f4f6}.auth-footer p{color:#6b7280;font-size:.875rem}.auth-footer a{color:#111827;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.google-btn{width:100%;background:#fff;color:#374151;border:1px solid #e5e7eb;margin-bottom:1.5rem;font-weight:500}.google-btn:hover{background:#f9fafb;border-color:#d1d5db}.divider{display:flex;align-items:center;margin:1.5rem 0;color:#9ca3af;font-size:.875rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.divider span{padding:0 1rem}@media (max-width: 768px){.auth-container{flex-direction:column}.auth-sidebar{flex:none;min-height:200px;padding:2rem 1rem}.auth-sidebar h2{font-size:1.875rem}.auth-main{padding:2rem 1rem}}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){opacity:.9}.btn-secondary{background:#e5e7eb;color:#374151}.btn-secondary:hover:not(:disabled){background:#d1d5db}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-success{background:#10b981;color:#fff}.btn-success:hover:not(:disabled){background:#059669}.btn-google{background:#fff;color:#374151;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none}.btn-google:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;box-shadow:0 1px 3px #0000001a}.btn-google:disabled{opacity:.5;cursor:not-allowed}.auth-divider{position:relative;text-align:center;margin:1.5rem 0}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb}.auth-divider span{background:#fff;padding:0 1rem;color:#9ca3af;font-size:.875rem}.alert{padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.alert-error{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.alert-success{background:#d1fae5;color:#059669;border:1px solid #a7f3d0}.alert-info{background:#dbeafe;color:#2563eb;border:1px solid #93c5fd}.dashboard{display:flex;min-height:100vh;background:linear-gradient(135deg,#1f2937,#111827)}.app-sidebar{background:#111827;color:#fff;display:flex;flex-direction:column;overflow:hidden;padding:1rem}.app-sidebar.dashboard{width:320px;position:fixed;height:100vh;left:0;top:0;z-index:10}.app-sidebar.editor{width:350px;border-right:1px solid rgba(75,85,99,.3);box-shadow:4px 0 16px #0003}.sidebar-header{padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-logo{font-size:1.5rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#374151,#6b7280,#9ca3af);padding:.75rem 1rem;border-radius:12px;margin:0 1rem;width:220px;text-align:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.sidebar-nav{flex:1;padding:1.5rem 0}.sidebar-nav .nav-item:not(.navigation .nav-item){display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#ffffffb3;text-decoration:none;transition:all .2s ease;font-weight:500}.sidebar-nav .nav-item:not(.navigation .nav-item):hover,.sidebar-nav .nav-item:not(.navigation .nav-item).active{background:#ffffff1a;color:#fff}.sidebar-nav .nav-item:not(.navigation .nav-item) svg{width:20px;height:20px}.sidebar-footer{height:230px;padding:.5rem;border-top:1px solid rgba(255,255,255,.1)}.user-profile{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.user-avatar{width:40px;height:40px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-weight:600}.user-info h4{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:.25rem}.user-info p{font-size:.75rem;color:#fff9}.dashboard-main{flex:1;margin-left:320px;min-height:100vh}.dashboard-header{background:linear-gradient(135deg,#374151f2,#1f2937f2);border-bottom:1px solid rgba(75,85,99,.3);padding:1.5rem 2rem;position:relative;top:0;z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 4px 16px #0003;margin:.5rem 1rem}.header-content{display:flex;justify-content:space-between;align-items:center}.header-title{margin:0}.header-subtitle{color:#9ca3af;font-size:1rem;margin-top:.25rem}.header-actions{display:flex;gap:1rem;align-items:center}.search-box{position:relative;width:300px}.search-box input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid rgba(75,85,99,.4);border-radius:12px;font-size:.875rem;background:#1f293799;color:#e5e7eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-box input:focus{outline:none;border-color:#93c5fdcc;box-shadow:0 0 0 3px #93c5fd1a;background:#1f2937cc}.search-box input::placeholder{color:#9ca3afb3}.search-box svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;width:16px;height:16px}.dashboard-content{padding:1rem;background:linear-gradient(135deg,#1f29374d,#1118274d);border-radius:20px 0 0;margin:.5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#374151cc,#1f2937e6);border-radius:20px;padding:1.5rem;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(75,85,99,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0006}.stat-value{font-size:2rem;font-weight:700;color:#f9fafb;margin-bottom:.25rem}.stat-label{color:#9ca3af;font-size:.875rem;font-weight:500}.stat-change{font-size:.75rem;font-weight:600;margin-top:.5rem}.stat-change.positive{color:#059669}.stat-change.negative{color:#dc2626}.cvs-section{background:linear-gradient(135deg,#374151cc,#1f2937e6);border-radius:20px;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(75,85,99,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.section-title{font-size:1.25rem;font-weight:600;color:#f9fafb;margin:0}.cvs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;padding:1.5rem}.cv-card{background:linear-gradient(135deg,#4b556399,#374151b3);border-radius:16px;border:1px solid rgba(107,114,128,.3);padding:1.5rem;transition:all .3s ease;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:0}.cv-card:hover{background:linear-gradient(135deg,#4b5563cc,#374151e6);box-shadow:0 8px 25px #0006;transform:translateY(-2px);border-color:#6b728080}.cv-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.cv-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#f9fafb}.cv-template-selector{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.cv-template-selector label{font-size:.75rem;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.template-select-small{padding:.375rem .75rem;border:1px solid rgba(75,85,99,.4);border-radius:8px;font-size:.875rem;background:#1f293799;color:#e5e7eb;cursor:pointer;transition:all .2s ease;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.template-select-small:hover{border-color:#93c5fdcc}.template-select-small:focus{outline:none;border-color:#93c5fdcc;box-shadow:0 0 0 3px #93c5fd1a}.cv-meta{color:#9ca3af;font-size:.875rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.cv-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.cv-actions .btn{font-size:.875rem;padding:.625rem 1rem;border-radius:8px;font-weight:500}.visibility-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.visibility-public{background:#d1fae5;color:#059669;border:1px solid #a7f3d0}.visibility-private{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.empty-state{text-align:center;padding:4rem 2rem;color:#6b7280}.empty-state h3{font-size:1.25rem;margin-bottom:.5rem;color:#374151;font-weight:600}.empty-state:before{content:"📄";font-size:3rem;display:block;margin-bottom:1rem}@media (max-width: 768px){.app-sidebar{padding:0rem}.dashboard-sidebar{width:100%;height:auto;position:relative}.dashboard-main{margin-left:0}.sidebar-nav{display:flex;overflow-x:auto;padding:1rem 0}.nav-item{flex-shrink:0;padding:.75rem 1rem}.dashboard-content{padding:.5rem}.cvs-grid{grid-template-columns:1fr;padding:1rem}.search-box{width:200px}.header-actions{flex-direction:column;gap:.5rem}}.cv-editor{display:flex;min-height:100vh;background:linear-gradient(135deg,#1f2937,#111827)}.editor-header{padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.06);background:#111827;color:#fff}.editor-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#fff}.editor-subtitle{font-size:.875rem;opacity:.7}.editor-nav{flex:1;overflow-y:auto}.nav-section{border-bottom:1px solid rgba(75,85,99,.2)}.section-header{padding:1rem 1.5rem;background:linear-gradient(135deg,#1f2937cc,#111827e6);font-weight:600;font-size:.875rem;color:#e5e7eb;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;display:flex;justify-content:between;align-items:center;border-radius:15px;border-bottom:1px solid rgba(75,85,99,.2)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#e5e7eb;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid rgba(75,85,99,.4);border-radius:12px;font-size:.875rem;transition:all .2s ease;background:#1f293799;color:#e5e7eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#93c5fdcc;box-shadow:0 0 0 3px #93c5fd1a;background:#1f2937cc}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3afb3}.form-group textarea{min-height:100px;resize:vertical}.form-group.inline{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.form-actions{display:flex;gap:.5rem;margin-top:1rem}.btn-small{padding:.5rem .75rem;font-size:.75rem}.editor-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.editor-toolbar{background:linear-gradient(135deg,#374151f2,#1f2937f2);border-bottom:1px solid rgba(75,85,99,.3);padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toolbar-left{display:flex;gap:1rem;align-items:center}.template-selector label{font-size:.875rem;font-weight:600;color:#e5e7eb!important}.template-selector select{padding:.5rem .75rem;border:1px solid rgba(75,85,99,.4);border-radius:8px;background:#1f293799;font-size:.875rem;min-width:120px;color:#374151;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.template-selector select:focus{outline:none;border-color:#93c5fdcc;box-shadow:0 0 0 3px #93c5fd1a}.toolbar-right{display:flex;gap:.75rem;align-items:center}.save-status{font-size:.875rem;color:#9ca3af;display:flex;align-items:center;gap:.5rem}.save-status.saving{color:#fbbf24}.save-status.saved{color:#6ee7b7}.save-status.error{color:#ef4444}.editor-preview{flex:1;padding:2rem;overflow-y:auto;background:linear-gradient(135deg,#1f29374d,#1118274d)}.preview-container{max-width:800px;margin:0 auto;background:linear-gradient(135deg,#374151cc,#1f2937e6);border-radius:16px;box-shadow:0 8px 32px #0000004d;overflow:hidden;border:1px solid rgba(75,85,99,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.preview-iframe{width:100%;height:100%;border:none;min-height:1000px}@media (max-width: 1024px){.cv-editor{flex-direction:column}.editor-main{order:1}.editor-nav{display:flex;overflow-x:auto}.nav-section{flex-shrink:0;border-right:1px solid rgba(0,0,0,.06);border-bottom:none}.section-content{min-width:300px}}@media (max-width: 768px){.editor-preview{padding:1rem}.toolbar-left,.toolbar-right{flex-direction:column;gap:.5rem}.editor-toolbar{flex-direction:column;align-items:stretch}}.skill-input-group{display:flex;gap:.5rem;margin-bottom:.5rem}.skill-input-group input{flex:1}.add-item-btn{background:#f3f4f6;border:1px dashed #d1d5db;color:#6b7280;padding:.75rem;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.875rem;text-align:center}.add-item-btn:hover{background:#e5e7eb;border-color:#9ca3af;color:#374151}.section-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1rem}.section-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.section-item-title{font-weight:600;color:#374151}.remove-item-btn{background:none;border:none;color:#dc2626;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s ease}.remove-item-btn:hover{background:#fee2e2}.auth-divider{display:flex;align-items:center;margin:1.5rem 0;color:#9ca3af;font-size:.875rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.auth-divider span{padding:0 1rem}.google-btn{width:100%;background:#fff;color:#1f1f1f;border:1px solid #747775;margin-bottom:1.5rem;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:14px;line-height:20px;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;border-radius:4px;cursor:pointer;transition:all .2s ease;min-height:44px;text-decoration:none}.google-btn:hover{background:#f8f9fa;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.google-btn:disabled{opacity:.6;cursor:not-allowed}.btn-google{width:100%;background:#fff;color:#1f1f1f;border:1px solid #747775;margin-bottom:1.5rem;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:14px;line-height:20px;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;border-radius:4px;cursor:pointer;transition:all .2s ease;min-height:44px;text-decoration:none}.btn-google:disabled{opacity:.6;cursor:not-allowed}.navbar{background:linear-gradient(135deg,#374151f2,#1f2937f2);border-bottom:1px solid rgba(75,85,99,.3);padding:1rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.user-info{display:flex;align-items:center;gap:1rem;color:#374151;font-weight:500}.container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.page-header{margin-bottom:2rem;text-align:center}.page-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.page-header p{color:#6b7280;font-size:1.125rem}.actions{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.cv-editor{height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#1f2937,#111827)}.editor-navbar{background:linear-gradient(135deg,#374151f2,#1f2937f2);border-bottom:1px solid rgba(75,85,99,.3);padding:1rem 0;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.editor-navbar .navbar-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.editor-navbar .nav-left{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.editor-navbar .nav-buttons{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.editor-navbar .nav-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.editor-navbar .template-selector{display:flex;align-items:center;gap:.5rem}.editor-navbar .template-selector label{font-size:.875rem;color:#e5e7eb;font-weight:500;white-space:nowrap}.editor-navbar .template-select{padding:.5rem .75rem;border:1px solid rgba(107,114,128,.4);border-radius:8px;font-size:.875rem;background:#374151cc;color:#e5e7eb;min-width:120px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease}.editor-navbar .template-select:hover{border-color:#6b728099;background:#4b5563e6}.editor-navbar .template-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.editor-navbar .template-select option{background:#374151;color:#e5e7eb;padding:.5rem}.editor-navbar .cv-title-edit{flex:1;min-width:0;margin:0 1rem}.editor-navbar .title-edit-container{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.editor-navbar .title-display-container{display:flex;align-items:center;gap:.5rem}.editor-navbar .title-text{color:#e5e7eb;font-weight:600;font-size:1.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-navbar .title-input{background:#374151cc!important;border:1px solid rgba(107,114,128,.4)!important;color:#e5e7eb!important;border-radius:8px!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease;flex:1;min-width:440px;padding:4px 8px;font-size:inherit;font-family:inherit;font-weight:inherit}.editor-navbar .title-input:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f626!important;outline:none}.editor-navbar .title-input::placeholder{color:#9ca3af!important}.editor-navbar .mobile-sidebar-toggle{display:none;background:#374151cc;color:#e5e7eb;border:1px solid rgba(107,114,128,.4);border-radius:8px;padding:.5rem;cursor:pointer;transition:all .2s ease}.editor-navbar .mobile-sidebar-toggle:hover{background:#4b5563e6;border-color:#6b728099}@media (max-width: 1200px){.editor-navbar .mobile-sidebar-toggle{display:block}}.editor-layout{display:flex;flex:1;overflow:hidden}.editor-sidebar{width:300px;background:linear-gradient(135deg,#374151f2,#1f2937f2);border-right:1px solid rgba(75,85,99,.3);padding:2rem;overflow-y:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.editor-main{flex:1;padding:2rem;overflow-y:auto;background:linear-gradient(135deg,#1f29374d,#1118274d)}.section-nav{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.section-btn{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;border-radius:12px;color:#6b7280;font-weight:500;font-size:.875rem;text-align:left;cursor:pointer;transition:all .2s ease;width:100%}.section-btn:hover{background:#4b556399;color:#e5e7eb}.section-btn.active{background:#4f46e5;color:#fff}.section-btn.active:hover{background:#4338ca}.cv-title-edit{margin-left:1rem}.title-input{background:transparent;border:none;font-size:1.25rem;font-weight:600;color:#111827;padding:.5rem;border-radius:8px;min-width:200px}.title-input:focus{outline:none;background:#f9fafb;border:1px solid #e5e7eb}.nav-left,.nav-right{display:flex;align-items:center;gap:1rem}.template-selector{display:flex;align-items:center}.navigation{display:flex;flex-direction:column}.navigation.mobile{flex-direction:row;flex-wrap:wrap;padding:1rem;overflow-x:auto}.navigation .nav-container{background:linear-gradient(135deg,#414b594d,#1f293733);border-radius:16px;padding:.75rem;border:1px solid rgba(75,85,99,.2);box-shadow:inset 0 1px 2px #0000001a;display:flex;flex-direction:column;gap:.5rem}.navigation.mobile .nav-container{flex-direction:row;flex-wrap:wrap;gap:.5rem}.navigation .nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:transparent;border:1px solid rgba(75,85,99,.2);border-radius:12px;color:#e5e7ebcc;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500;font-size:.875rem;cursor:pointer;position:relative;overflow:hidden;width:100%;text-align:left;background:linear-gradient(135deg,#37415166,#1f293766)}.navigation .nav-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff0d,#ffffff05);opacity:0;transition:opacity .3s ease}.navigation .nav-item:hover:before{opacity:1}.navigation .nav-item:hover{background:linear-gradient(135deg,#4b556399,#37415199)!important;color:#e5e7eb!important;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.navigation .nav-item.active{background:linear-gradient(135deg,#4b5563e6,#374151e6)!important;color:#fff!important;box-shadow:0 4px 20px #00000040;transform:translateY(-1px)}.navigation .nav-item.active:before{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);opacity:1}.navigation .nav-item svg{flex-shrink:0;opacity:.9;transition:opacity .3s ease;width:18px;height:18px}.navigation .nav-item:hover svg,.navigation .nav-item.active svg{opacity:1}.navigation .nav-label{font-weight:500;white-space:nowrap}.navigation.mobile .nav-item{flex-direction:column;justify-content:center;text-align:center;padding:1rem .75rem;gap:.5rem;min-width:100px;flex:1;border-radius:16px}.navigation.mobile .nav-label{font-size:.75rem;line-height:1.2}.dashboard-navigation .nav-item,.cvEditor-navigation .nav-item{margin-bottom:.125rem}.cvEditor-navigation.mobile{background:linear-gradient(135deg,#374151f2,#1f2937f2);border-radius:16px;margin:1rem;padding:1.5rem 1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(75,85,99,.3)}.cvEditor-navigation.mobile .nav-item{min-width:120px;background:linear-gradient(135deg,#1f293799,#11182799)}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:1rem}.spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top:3px solid #4f46e5;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ai-changes-preview{background:linear-gradient(135deg,#9333ea1a,#4f46e51a);border:1px solid rgba(147,51,234,.3);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ai-changes-header{margin-bottom:1.5rem;text-align:center}.ai-changes-header h4{color:#e5e7eb;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.ai-changes-header p{color:#9ca3af;font-size:.875rem;margin:0}.ai-changes-list{margin-bottom:1.5rem;max-height:300px;overflow-y:auto}.ai-change-item{background:#1f293799;border:1px solid rgba(75,85,99,.3);border-radius:12px;padding:1rem;margin-bottom:1rem}.ai-change-summary{display:flex;flex-direction:column;gap:.75rem}.ai-change-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.ai-change-item h5{color:#e5e7eb;font-size:.875rem;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.05em}.ai-change-stats{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.change-type{padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.change-type.added{background:#10b98133;color:#6ee7b7;border:1px solid rgba(16,185,129,.3)}.change-type.modified{background:#3b82f633;color:#93c5fd;border:1px solid rgba(59,130,246,.3)}.change-type.deleted{background:#ef444433;color:#fca5a5;border:1px solid rgba(239,68,68,.3)}.line-diff,.char-diff{font-size:.75rem;color:#9ca3af;background:#37415199;padding:.125rem .375rem;border-radius:4px;font-family:monospace}.ai-change-description{color:#d1d5db;font-size:.875rem;line-height:1.5;margin:0;font-style:italic}.ai-change-comparison{display:flex;flex-direction:column;gap:1rem}.ai-change-section{min-height:60px}.ai-change-divider{display:flex;align-items:center;justify-content:center;padding:.75rem 0;margin:.5rem 0;border-top:1px solid rgba(75,85,99,.3);border-bottom:1px solid rgba(75,85,99,.3)}.ai-change-divider span{background:#1f2937cc;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.ai-change-section label{display:block;font-size:.75rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af}.ai-change-content{background:#111827cc;border:1px solid rgba(75,85,99,.3);border-radius:8px;padding:.75rem;font-size:.875rem;line-height:1.5;color:#d1d5db;max-height:200px;overflow-y:auto;word-wrap:break-word}.ai-change-content div{margin:0}.ai-change-content p{margin:0 0 .5rem}.ai-change-content p:last-child{margin-bottom:0}.ai-change-content ul,.ai-change-content ol{margin:.5rem 0;padding-left:1.5rem}.ai-change-content li{margin:.25rem 0}.ai-change-content strong{font-weight:600;color:#e5e7eb}.ai-change-content em{font-style:italic;color:#9ca3af}.ai-change-content pre{background:#0000004d;border-radius:4px;padding:.5rem;font-size:.75rem;overflow-x:auto}.ai-change-content.highlighted{border-color:#10b98166;background:#10b9811a}.ai-changes-actions{display:flex;gap:.75rem;justify-content:center}.ai-changes-actions .btn{min-width:120px;font-weight:600}@media (max-width: 768px){.ai-change-header{flex-direction:column;align-items:flex-start;gap:.5rem}.ai-change-stats{gap:.375rem}.ai-changes-actions{flex-direction:column}.ai-changes-actions .btn{width:100%}}.template-select{padding:.375rem .75rem;border:1px solid rgba(75,85,99,.4);border-radius:.375rem;font-size:.875rem;background-color:#1f293799;color:#e5e7eb;min-width:120px;cursor:pointer;transition:border-color .2s,box-shadow .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.template-select:hover{border-color:#93c5fd99}.template-select:focus{outline:none;border-color:#93c5fdcc;box-shadow:0 0 0 3px #93c5fd1a}.title-input{background:transparent;border:none;font-size:1.5rem;font-weight:600;color:#1f2937;padding:.5rem;border-radius:8px;transition:background-color .2s}.title-input:hover,.title-input:focus{background:#4b55634d;outline:none}.editor-layout{display:flex;flex:1;max-width:1400px;margin:0 auto;width:100%}.editor-sidebar{width:280px;background:linear-gradient(135deg,#374151f2,#1f2937f2);border-right:1px solid rgba(75,85,99,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 1rem;flex-shrink:0}.section-nav{display:flex;flex-direction:column;gap:.5rem}.section-btn{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;border-radius:8px;color:#6b7280;font-weight:500;text-align:left;cursor:pointer;transition:all .2s}.section-btn:hover{background:#f3f4f6;color:#374151}.section-btn.active{background:#667eea;color:#fff}.editor-content{flex:1;overflow-y:auto}.section-content{max-width:800px}.section{background:linear-gradient(135deg,#374151cc,#1f2937e6);border-radius:16px;padding:1rem;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(75,85,99,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:1rem}.section-caption{margin-bottom:.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(75,85,99,.3)}.section-header h2{font-size:1rem;font-weight:600;color:#e5e7eb;padding:.5rem 1rem .5rem 0}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.form-group{display:flex;flex-direction:column;gap:.25rem}.form-group.full-width{grid-column:1 / -1}.form-group label{font-weight:500;color:#e5e7eb;font-size:.875rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.checkbox-group{grid-column:1 / -1;margin-top:.5rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.checkbox-label{display:flex!important;align-items:flex-start;gap:.75rem;cursor:pointer;font-weight:400!important;margin-bottom:.5rem!important}.checkbox-input{position:absolute;opacity:0;pointer-events:none}.checkbox-custom{width:18px;height:18px;border:2px solid rgba(75,85,99,.4);border-radius:4px;background:#1f293799;transition:all .2s ease;flex-shrink:0;position:relative;margin-top:1px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.checkbox-input:checked+.checkbox-custom{background:#93c5fd;border-color:#93c5fd}.checkbox-input:checked+.checkbox-custom:after{content:"";position:absolute;left:5px;width:4px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-text{color:#374151;font-size:.9rem;line-height:1.4}.checkbox-description{color:#6b7280!important;font-size:.8rem!important;line-height:1.4;margin-left:2.25rem;display:block}.checkbox-label:hover .checkbox-custom{border-color:#9ca3af}.checkbox-input:focus+.checkbox-custom{box-shadow:0 0 0 3px #667eea1a}.item-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.volunteer-item-card{background:linear-gradient(135deg,#374151cc,#1f2937e6);border:1px solid rgba(75,85,99,.3);border-radius:16px;margin-bottom:1rem;overflow:hidden;transition:all .2s ease}.volunteer-item-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000001a}.volunteer-item-card.dragging{opacity:.5;transform:rotate(2deg);box-shadow:0 8px 25px #00000026;z-index:1000}.volunteer-item-header{display:flex;align-items:center;gap:.75rem;min-height:60px}.volunteer-summary{padding:1rem 1.25rem;cursor:pointer;background:#fafbfc;border-bottom:1px solid transparent;transition:all .2s ease;flex:1;min-width:0}.volunteer-summary:hover{background:#f1f5f9}.volunteer-title{margin-bottom:.25rem}.volunteer-title h3{margin:0;font-size:1rem;font-weight:600;color:#1f2937;line-height:1.2}.volunteer-position{display:block;font-size:.875rem;color:#6b7280;margin-top:.125rem}.volunteer-meta{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.volunteer-dates{font-size:.875rem;color:#6b7280}.volunteer-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;padding-right:.5rem}.volunteer-item-content{padding:1.5rem;border-top:1px solid #e5e7eb;background:#fff}.professional-dev-item-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:all .2s ease}.professional-dev-item-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000001a}.professional-dev-item-card.dragging{opacity:.5;transform:rotate(2deg);box-shadow:0 8px 25px #00000026;z-index:1000}.professional-dev-item-header{display:flex;align-items:center;gap:.75rem;min-height:60px}.professional-dev-summary{padding:1rem 1.25rem;cursor:pointer;background:#fafbfc;border-bottom:1px solid transparent;transition:all .2s ease;flex:1;min-width:0}.professional-dev-summary:hover{background:#f1f5f9}.professional-dev-title{margin-bottom:.25rem}.professional-dev-title h3{margin:0;font-size:1rem;font-weight:600;color:#1f2937;line-height:1.2}.professional-dev-meta{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.professional-dev-description{font-size:.875rem;color:#6b7280;font-style:italic}.professional-dev-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;padding-right:.5rem}.professional-dev-item-content{padding:1.5rem;border-top:1px solid #e5e7eb;background:#fff}.certification-item-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:all .2s ease}.certification-item-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000001a}.certification-item-card.dragging{opacity:.5;transform:rotate(2deg);box-shadow:0 8px 25px #00000026;z-index:1000}.certification-item-header{display:flex;align-items:center;gap:.75rem;min-height:60px}.certification-summary{padding:1rem 1.25rem;cursor:pointer;background:#fafbfc;border-bottom:1px solid transparent;transition:all .2s ease;flex:1;min-width:0}.certification-summary:hover{background:#f1f5f9}.certification-title{margin-bottom:.25rem}.certification-title h3{margin:0;font-size:1rem;font-weight:600;color:#1f2937;line-height:1.2}.certification-meta{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.certification-issuer{font-size:.875rem;color:#6b7280}.certification-date{font-size:.875rem;color:#9ca3af}.meta-separator{color:#d1d5db;font-size:.875rem}.certification-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;padding-right:.5rem}.certification-item-content{padding:1.5rem;border-top:1px solid #e5e7eb;background:#fff}.education-title{margin-bottom:.25rem}.education-title h3{margin:0;font-size:1rem;font-weight:600;color:#f9fafb;line-height:1.2}.education-meta{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.education-institution{font-size:.875rem;color:#d1d5db}.education-date{font-size:.875rem;color:#9ca3af}.experience-info{flex:1}.experience-title{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;font-weight:600;color:#1f2937}.experience-icon{color:#667eea}.position{color:#d3d3d3;font-weight:600}.at{color:#6b7280;font-weight:400;font-size:.875rem}.company{color:#a9a9a9;font-weight:500}.experience-meta{display:flex;gap:1rem;align-items:center;font-size:.875rem;color:#faebd7}.duration,.location{display:flex;align-items:center;gap:.25rem}.experience-actions{display:flex;align-items:center;gap:.5rem}.expand-btn{background:none;border:none;padding:.25rem;border-radius:4px;cursor:pointer;color:#6b7280;transition:all .2s ease;display:flex;align-items:center}.expand-btn:hover{background:#e5e7eb;color:#374151}.accordion-form{padding:1.5rem;border-top:1px solid #e5e7eb;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.btn-sm{padding:.375rem .75rem;font-size:.875rem}.item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.item-header h3{font-size:1.125rem;font-weight:600;color:#1f2937}.highlights-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.highlight-item{display:flex;gap:.75rem;margin-bottom:.75rem;align-items:center}.highlight-item input{flex:1;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.highlight-item-rich{display:flex;gap:.75rem;margin-bottom:1rem;align-items:flex-start}.highlight-editor{flex:1}.highlight-editor .ql-editor{min-height:60px;padding:.75rem;font-size:.875rem;line-height:1.5}.highlight-editor .ql-toolbar{border-top:1px solid #d1d5db;border-left:1px solid #d1d5db;border-right:1px solid #d1d5db;border-bottom:none;border-radius:6px 6px 0 0}.highlight-editor .ql-container{border-left:1px solid #d1d5db;border-right:1px solid #d1d5db;border-bottom:1px solid #d1d5db;border-top:none;border-radius:0 0 6px 6px}.highlight-remove-btn{margin-top:.5rem;flex-shrink:0}.projects-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.project-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1rem}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.project-header h4{font-size:.875rem;font-weight:600;color:#374151;margin:0}.project-form .form-group{margin-bottom:.75rem}.project-form .form-group:last-child{margin-bottom:0}.project-form label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem;display:block}.project-form input,.project-form textarea{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;transition:border-color .2s ease}.project-form input:focus,.project-form textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.project-form textarea{resize:vertical;min-height:60px}.impact-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.impact-section .form-group{margin-bottom:0}.impact-section .ql-editor{min-height:80px;padding:.75rem;font-size:.875rem;line-height:1.5}.impact-section .section-header{margin-bottom:1rem}.skill-item{margin-bottom:.75rem}.skill-input{display:flex;gap:.75rem;align-items:center}.skill-input input{flex:1;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.skill-input select{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff}.empty-section{text-align:center;padding:3rem 1rem;color:#6b7280}.empty-section p{margin-bottom:1rem;font-size:1.125rem}.ql-editor{min-height:120px;font-family:inherit;font-size:1rem;line-height:1.6}.ql-toolbar{border-top-left-radius:8px;border-top-right-radius:8px;border-color:#d1d5db}.ql-container{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-color:#d1d5db}.ql-editor.ql-blank:before{font-style:normal;color:#9ca3af}@media (max-width: 768px){.editor-layout{flex-direction:column}.editor-sidebar{width:100%;border-right:none;border-bottom:1px solid #e5e7eb;padding:1rem}.section-nav{flex-direction:column;overflow-x:auto;gap:.5rem}.section-btn{white-space:nowrap;flex-shrink:0}.form-grid{grid-template-columns:1fr}.navbar-content{padding:0 1rem}.nav-left{flex-direction:column;align-items:flex-start;gap:.5rem}.title-input{font-size:1.25rem}.highlight-item{flex-direction:column;gap:.5rem}.skill-input{flex-direction:column}}.cv-viewer{display:flex;flex-direction:column;min-height:100vh;background:#f8fafc}.viewer-navbar{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0;z-index:10}.viewer-navbar .navbar-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.viewer-navbar .nav-left{display:flex;align-items:center;gap:1rem}.viewer-navbar .nav-left h1{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.viewer-navbar .nav-right{display:flex;align-items:center;gap:1rem}.template-selector{display:flex;align-items:center;gap:.5rem}.template-selector label{font-weight:500;color:#e5e7eb!important;font-size:.875rem}.template-selector select{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff}.cv-preview{flex:1;display:flex;justify-content:center;padding:2rem}.cv-content{background:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-radius:8px;overflow:hidden;width:100%;max-width:8.5in}@media (max-width: 768px){.viewer-navbar .navbar-content{padding:0 1rem}.viewer-navbar .nav-left,.viewer-navbar .nav-right{flex-direction:column;align-items:flex-start;gap:.5rem}.cv-preview{padding:1rem}}.accordion-item-card.expanded,.volunteer-item-card.expanded{cursor:default}.accordion-item-card.expanded .drag-handle,.volunteer-item-card.expanded .drag-handle{opacity:.3;cursor:not-allowed}.accordion-item-card:not(.expanded) .drag-handle:hover,.volunteer-item-card:not(.expanded) .drag-handle:hover{color:#4f46e5;background:#4f46e51a;border-radius:4px}.mobile-header{display:none;position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);padding:1rem;align-items:center;justify-content:space-between}.mobile-menu-toggle{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;color:#374151;transition:all .2s ease}.mobile-menu-toggle:hover{background:#f3f4f6}.mobile-logo{margin-right:30px}.mobile-user-avatar{width:32px;height:32px;border-radius:50%;background:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}@media (max-width: 768px){.mobile-header{display:flex}.dashboard{padding-top:80px}.app-sidebar.dashboard{position:fixed;top:80px;left:0;bottom:0;width:350px;transform:translate(-100%);transition:transform .3s ease;z-index:1000;box-shadow:2px 0 10px #0000001a}.app-sidebar.dashboard.mobile-open{transform:translate(0)}.dashboard-main{margin-left:0;padding:1rem}.stats-grid,.cvs-grid{grid-template-columns:1fr;gap:1rem}.dashboard-header{margin:.5rem}.header-content{flex-direction:column;gap:1rem;align-items:stretch}.header-actions{flex-direction:column;gap:1rem}.search-box{width:100%}.app-sidebar.dashboard .sidebar-header{display:none}.app-sidebar.dashboard .sidebar-nav{padding:1rem;display:flex;flex-direction:column;gap:.5rem;overflow-x:auto;flex:1}.app-sidebar.dashboard .sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto;flex-shrink:0}.app-sidebar.dashboard .sidebar-footer .btn{padding:.875rem 1rem;font-size:1rem;font-weight:600}.app-sidebar.dashboard .user-profile{margin-bottom:1.25rem}.app-sidebar.dashboard .user-info h4{font-size:1rem;margin-bottom:.25rem}.app-sidebar.dashboard .user-info p{font-size:.875rem;opacity:.8}.app-sidebar.dashboard{display:flex;flex-direction:column}}@media (max-width: 480px){.dashboard-sidebar{width:100vw}.mobile-header{padding:.75rem 1rem}.dashboard{padding-top:70px}.dashboard-sidebar{top:70px}}.mobile-sidebar-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;color:#f5f5f5;transition:all .2s ease;margin-right:.5rem}.mobile-sidebar-toggle:hover{background:#f3f4f6}.mobile-sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:#00000080;z-index:999}@media (max-width: 1200px){.mobile-sidebar-toggle{display:block}.cv-editor{flex-direction:column;height:100vh;overflow:hidden}.editor-layout{position:relative;flex:1;overflow:hidden}.app-sidebar.editor{position:fixed!important;top:0!important;left:0!important;bottom:0!important;height:100vh!important;transform:translate(-100%);transition:transform .3s ease;z-index:1000;box-shadow:2px 0 10px #0000001a;padding-top:80px;margin-left:0!important}.app-sidebar.editor.mobile-open{transform:translate(0)!important}.editor-main{margin-left:0!important;padding:1rem;width:100%}.editor-sidebar .section-nav{padding:1rem;display:flex;flex-direction:column;gap:.5rem;overflow-x:auto;flex-wrap:wrap}.editor-sidebar .section-btn{padding:.75rem 1rem;border-radius:8px;white-space:nowrap;min-width:fit-content;justify-content:center;text-align:center;flex-direction:column;gap:.25rem;font-size:.875rem;flex:1;min-width:120px}.editor-sidebar .section-btn svg{margin:0 auto}.editor-navbar .navbar-content{padding:0 .75rem;flex-direction:column;align-items:stretch;gap:.75rem}.editor-navbar .nav-left{display:flex;flex-direction:column;gap:.75rem;align-items:self-start;order:1}.editor-navbar .nav-buttons{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.editor-navbar .cv-title-edit{width:100%;margin:0}.editor-navbar .nav-right{display:flex;flex-direction:column;align-items:initial;justify-content:space-between;gap:.5rem;order:2}.editor-navbar .btn-text{display:none}.editor-navbar .mobile-sidebar-toggle{flex-shrink:0}.cv-title-edit .title-display-container{display:flex;align-items:center;gap:.5rem;min-width:0}.cv-title-edit .title-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1;font-size:1rem}.cv-title-edit .title-edit-container{display:flex!important;align-items:center!important;gap:.5rem!important;flex:1!important;min-width:0!important}.cv-title-edit .title-input{min-width:0!important;font-size:1rem!important;flex:1!important;max-width:100%!important}.template-selector{display:flex;align-items:center;gap:.5rem;min-width:0}.template-selector label{white-space:nowrap;flex-shrink:0}.template-selector select{min-width:100px!important;flex:1}.template-selector label{display:block;margin-bottom:.25rem}.template-select{width:100%!important;min-width:auto!important;margin-right:0!important}}@media (max-width: 480px){.editor-sidebar .section-nav{flex-direction:column!important;gap:.5rem}.editor-sidebar .section-btn{flex-direction:row!important;min-width:auto;width:100%}.editor-sidebar .section-btn svg{margin:0!important}}.ql-toolbar .ql-stroke{fill:none;stroke:#fff}.ql-toolbar .ql-fill{fill:#fff;stroke:none}.ql-toolbar .ql-picker{color:#fff}button:hover .ql-stroke,.ql-picker-label:hover .ql-stroke,.ql-active .ql-stroke{fill:none;stroke:red!important}button:hover .ql-fill,.ql-picker-label:hover .ql-fill,.ql-active .ql-fill{fill:red!important;stroke:none}.title-text{margin-right:10px}.btn-purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.btn-purple:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.ai-drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ai-drawer{position:fixed;top:0;right:0;height:100vh;width:400px;background:linear-gradient(135deg,#1f2937fa,#111827fa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid rgba(75,85,99,.3);z-index:1001;display:flex;flex-direction:column;box-shadow:-4px 0 20px #0000004d;animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.ai-drawer-header{padding:1.5rem;border-bottom:1px solid rgba(75,85,99,.3);display:flex;align-items:center;justify-content:space-between;background:#37415180}.ai-drawer-title{display:flex;align-items:center;gap:.75rem}.ai-drawer-title h3{margin:0;font-size:1.25rem;color:#e5e7eb}.ai-drawer-close{background:transparent;border:none;color:#9ca3af;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease}.ai-drawer-close:hover{background:#4b55634d;color:#e5e7eb}.ai-drawer-content{flex:1;display:flex;flex-direction:column;height:100%;overflow:hidden}.ai-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem;min-height:0}.ai-welcome{text-align:center;padding:2rem 1rem;color:#9ca3af}.ai-welcome h4{margin:1rem 0 .5rem;color:#e5e7eb}.ai-welcome p{margin-bottom:1rem;line-height:1.6}.ai-welcome ul{text-align:left;margin:1rem 0;padding-left:1rem}.ai-welcome li{margin-bottom:.5rem}.ai-message{display:flex;margin-bottom:1rem}.ai-message.user{justify-content:flex-end}.ai-message.assistant{justify-content:flex-start}.ai-message-content{max-width:85%;background:#37415199;border-radius:12px;padding:.75rem 1rem;position:relative}.ai-message.user .ai-message-content{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.ai-message.assistant .ai-message-content{background:#4b556366;border:1px solid rgba(107,114,128,.3)}.ai-message.error .ai-message-content{background:#ef444433;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.ai-message.assistant.system .ai-message-content{background:linear-gradient(135deg,#10b98126,#05966926);border:1px solid rgba(16,185,129,.4);color:#6ee7b7}.ai-message.assistant.system .ai-message-text{font-weight:500}.ai-message-text{font-size:.875rem;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.ai-message-time{font-size:.75rem;opacity:.7;margin-top:.5rem}.ai-typing{display:flex;gap:4px;padding:8px 0}.ai-typing span{width:6px;height:6px;border-radius:50%;background:#9ca3af;animation:typing 1.4s infinite ease-in-out}.ai-typing span:nth-child(1){animation-delay:-.32s}.ai-typing span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.ai-input-section{border-top:1px solid rgba(75,85,99,.3);padding:1rem;background:#3741514d;flex-shrink:0;margin-top:auto}.ai-input-container{display:flex;gap:.75rem;align-items:flex-end}.ai-input-container textarea{flex:1;background:#1f2937cc;border:1px solid rgba(75,85,99,.4);border-radius:8px;padding:.75rem;color:#e5e7eb;font-size:.875rem;font-family:inherit;resize:none;min-height:80px;max-height:120px}.ai-input-container textarea:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf626}.ai-input-container textarea::placeholder{color:#9ca3af}.ai-send-button{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:8px;padding:.75rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:44px;height:44px}.ai-send-button:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.ai-send-button:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width: 768px){.ai-drawer{width:100vw;right:0}.ai-drawer-content{height:calc(100vh - 70px)}.ai-messages{padding:.75rem;flex:1;min-height:0;overflow-y:auto}.ai-input-section{padding:1rem;border-top:2px solid rgba(139,92,246,.3);position:sticky;bottom:0;background:#374151f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ai-input-container textarea{min-height:60px;max-height:100px}}
