*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;margin:0;padding:0}body{font-family:Arial,sans-serif;line-height:1.6;color:#333;background-color:#f4f4f4}.container{max-width:1600px;margin:0 auto;padding:0 20px}p{margin-bottom:20px}a{color:#3498db;text-decoration:none;transition:color .3s ease}a:hover{color:#2980b9}.btn,button{display:inline-block;background-color:#3498db;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.btn:hover,button:hover{background-color:#2980b9}input,textarea{width:100%;padding:10px;margin-bottom:15px;border:1px solid #ddd;border-radius:5px}.form-control{display:flex;align-items:center;margin-bottom:15px}.source-controls{display:flex;gap:20px;margin-bottom:15px}.source-controls label{display:flex;align-items:center;gap:5px}.source-controls input[type=checkbox]{width:auto;margin:0}.source-controls-title{display:block;margin-bottom:5px;color:#2c3e50}.form-control input[type=checkbox]{width:auto;margin:0 10px 0 0;cursor:pointer;accent-color:#3498db}.form-control label{display:flex;align-items:center;color:#2c3e50;font-size:.9em;cursor:pointer;-webkit-user-select:none;user-select:none}.form-control:hover label{color:#3498db}.form-control input[type=checkbox]:focus{outline:2px solid #3498db;outline-offset:2px}nav{background-color:#1e40af;padding:15px 0;box-shadow:0 2px 5px #0000001a}nav .container{display:flex;justify-content:space-between;align-items:center}nav a{color:#ecf0f1;margin-right:20px;font-weight:700;transition:color .3s ease}nav a:hover{color:#3498db}nav button{background-color:#e74c3c}nav button:hover{background-color:#c0392b}main{padding:40px 0}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;min-height:calc(100vh - 150px);display:flex;flex-direction:column}.card{background-color:#fff;border-radius:5px;box-shadow:0 2px 5px #0000001a;padding:20px;margin-bottom:20px}.text-center{text-align:center}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}@media (max-width: 768px){nav .container{flex-direction:column;align-items:flex-start}nav a{display:block;margin-bottom:10px}}.cv-tailoring-page{display:flex;height:calc(100vh - 60px)}.sidebar{width:300px;padding:20px;background-color:#ecf0f1;overflow-y:auto;border-right:1px solid #bdc3c7}.main-content{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.cv-section,.generate-cv-section{width:100%;max-width:800px;margin-bottom:20px}.new-job-description .quill{margin-bottom:10px;border:1px solid #bdc3c7;border-radius:5px}.job-descriptions-list{list-style-type:none;padding:0}.job-description-item{margin-bottom:10px;padding:10px;background-color:#fff;border:1px solid #bdc3c7;border-radius:5px;transition:background-color .3s ease}.job-description-item.selected{background-color:#e0f2fe}.jd-actions{margin-top:10px}.jd-actions button{margin-right:5px;font-size:.9em;padding:5px 10px}.cv-editor,.tailored-cv-preview{height:500px;overflow-y:auto;border:1px solid #bdc3c7;border-radius:5px;margin-top:10px}.cv-editor .quill,.tailored-cv-preview .quill{height:100%}.cv-editor .quill .ql-container,.tailored-cv-preview .quill .ql-container{height:calc(100% - 42px);border:none}.cv-editor .quill .ql-toolbar,.tailored-cv-preview .quill .ql-toolbar{border:none;border-bottom:1px solid #bdc3c7}.tailored-cv-preview .quill{background-color:#f9f9f9}.cv-editor .quill .ql-container,.tailored-cv-preview .quill .ql-container{padding:0}.cv-editor .quill .ql-editor,.tailored-cv-preview .quill .ql-editor{padding:10px}.save-template-container,.save-profile-container{display:flex;align-items:center;gap:10px}.save-status{position:static;width:10px;height:10px;border-radius:50%}.save-status.saved{background-color:#2ecc71}.save-status.saving{background-color:#f1c40f}.save-status.unsaved{background-color:#e74c3c}.error-message{color:#e74c3c;margin-bottom:10px;font-weight:700}.editor-controls{display:flex;gap:20px;margin-bottom:10px}.editor-controls label{display:flex;align-items:center}.editor-controls input{width:80px;margin-left:10px}.footer{background-color:#172554;color:#fff;padding:1.5rem 1rem 1rem;box-shadow:0 -4px 6px #0000001a}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:1.5rem;padding:0 1rem}.footer-brand{display:flex;flex-direction:column}.footer-logo{text-decoration:none}.logo-text{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.5px}.logo-highlight{font-weight:800;color:#60a5fa}.footer-tagline{color:#fffc;margin:.25rem 0 0;font-size:.85rem}.footer-links{display:flex;flex-wrap:wrap;gap:1.25rem}.footer-links a{color:#fffc;text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.05);padding-top:1rem;max-width:1200px;margin:1rem auto 0;flex-wrap:wrap;gap:.75rem;padding:0 1rem}.social-icons{display:flex;gap:.75rem}.social-icon{color:#fffc;text-decoration:none;transition:color .3s ease}.social-icon:hover{color:#fff}.footer-bottom p{color:#ffffffb3;font-size:.8rem;margin:0}.manage-cookies-btn{background-color:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.3);padding:.25rem .6rem;border-radius:.375rem;cursor:pointer;transition:all .3s ease;font-size:.8rem}.manage-cookies-btn:hover{background-color:#ffffff1a;color:#fff}@media (max-width: 768px){.footer{padding:1.25rem 1rem .75rem}.footer-content{flex-direction:column;align-items:center;text-align:center;gap:1rem}.footer-links{justify-content:center}.footer-bottom{flex-direction:column;text-align:center;padding-top:.75rem;margin-top:.75rem}.social-icons{justify-content:center}}.login-container,.signup-container{max-width:400px;margin:0 auto;padding:20px;background-color:#fff;border-radius:5px;box-shadow:0 2px 10px #0000001a}.login-container h2,.signup-container h2{text-align:center;margin-bottom:20px}.or-divider{display:flex;align-items:center;text-align:center;margin:20px 0}.or-divider:before,.or-divider:after{content:"";flex:1;border-bottom:1px solid #ddd}.or-divider span{padding:0 10px;color:#777;font-size:14px}.google-sign-in{display:flex;align-items:center;justify-content:center;width:100%;padding:10px;background-color:#fff;color:#757575;border:1px solid #ddd;border-radius:5px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.google-sign-in:hover{background-color:#f1f1f1}.google-sign-in:before{content:"";background-image:url(https://upload.wikimedia.org/wikipedia/commons/5/53/Google_%22G%22_Logo.svg);background-repeat:no-repeat;background-size:contain;width:20px;height:20px;margin-right:10px}.error-message{color:#d32f2f;text-align:center;margin-bottom:15px}.cv-tailoring-page .cv-editor,.cv-tailoring-page .tailored-cv-preview{height:500px;border:1px solid #bdc3c7;border-radius:5px;margin-top:10px}.cv-tailoring-page .quill{height:100%}.cv-tailoring-page .ql-container{height:calc(100% - 42px)}.cv-tailoring-page .quill-container{height:auto}footer{margin-top:auto}.policy-page-container{max-width:64rem;margin:2rem auto;padding:0 1rem}.policy-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;color:#1f2937}.policy-last-updated{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.policy-content{line-height:1.6}.policy-content section{margin-bottom:2rem}.policy-section-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.policy-content p{margin-bottom:1rem}.policy-list{list-style-type:disc;padding-left:1.75rem;margin-bottom:1rem}.policy-list li{margin-bottom:.5rem}.min-h-screen{min-height:100vh;width:100%;max-width:none;margin:0;padding:0}.bg-gray-100{background-color:#f7fafc}.min-h-screen.bg-gray-100{width:100vw;max-width:none;margin:0;padding:0;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}.container-wide{max-width:1400px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}.hero-section,.features-section,.how-it-works-section,.cta-section{width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding-left:0;padding-right:0}.hero-section,.features-section,.how-it-works-section,.cta-section{width:100%;max-width:none;margin-left:0;margin-right:0}.section-title{font-size:2.5rem;font-weight:800;letter-spacing:-.5px;text-align:center;margin-bottom:1rem;color:#1e293b}.section-subtitle{font-size:1.2rem;line-height:1.6;text-align:center;color:#64748b;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.button-arrow{display:inline-block;transition:transform .2s ease;margin-left:4px}.hero-section{position:relative;background:linear-gradient(135deg,#1e40af,#172554);padding:6rem 0}@media (max-width: 768px){.hero-section{padding:2rem 0}.hero-container{flex-direction:column;gap:1.5rem}.hero-image{order:-1;margin-bottom:1rem}.hero-title{font-size:2.25rem;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem}.hero-eyebrow{font-size:.85rem;margin-bottom:.75rem}.button-group{flex-direction:column;width:100%;max-width:280px;margin-left:auto;margin-right:auto;gap:.75rem}.signup-button,.login-button{width:100%;text-align:center;padding:.85rem 1.5rem}.cta-buttons{flex-direction:column;width:100%;max-width:300px;margin-left:auto;margin-right:auto;gap:.75rem}}@media (max-width: 480px){.hero-section{padding:1.5rem 0}.hero-title{font-size:2rem}.animated-image-container{height:200px}}.hero-section:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e40aff2,#111827f2);z-index:1}.hero-section:before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%232563eb' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.5}.hero-container{display:flex;align-items:center;justify-content:space-between;gap:3rem}.hero-content{flex:1}.hero-eyebrow{display:inline-block;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;background:#fff9;padding:6px 12px;border-radius:4px;margin-bottom:1.25rem}.hero-title{font-size:3.25rem;font-weight:800;line-height:1.1;margin-bottom:1.75rem;letter-spacing:-.5px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.35rem;line-height:1.5;margin-bottom:2rem;max-width:90%;color:#ffffffe6}.button-group{display:flex;gap:1rem;margin-bottom:2rem}.signup-button{background:linear-gradient(to right,#fff,#f0f4ff);color:#1e40af;font-weight:700;padding:.75rem 1.5rem;border-radius:9999px;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;font-size:1rem}.signup-button:hover{background-color:#f8fafc;transform:translateY(-2px);box-shadow:0 6px 8px #00000026}.signup-button:hover .button-arrow{transform:translate(4px)}.login-button{background-color:transparent;border:2px solid white;color:#fff;font-weight:700;padding:.75rem 1.5rem;border-radius:9999px;transition:all .3s ease;font-size:1rem}.login-button:hover{background-color:#ffffff1a;transform:translateY(-2px)}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.hero-trust-badge{margin-top:1.5rem;font-size:.9rem;color:#ffffffd9;display:flex;align-items:center;gap:6px}.hero-trust-badge span{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background-color:#34d39933;color:#34d399;border-radius:50%;font-size:.8rem;font-weight:700}.hero-stats{display:flex;gap:2rem;margin-top:2rem}.stat-item{display:flex;flex-direction:column}.stat-number{font-size:1.5rem;font-weight:700;color:#fff}.stat-label{font-size:.875rem;color:#fffc}.animated-image-container{position:relative;width:100%;max-width:600px;height:380px;overflow:hidden;border-radius:12px;box-shadow:0 25px 50px -12px #00000026;transition:box-shadow .3s ease}.animated-image-container:hover{box-shadow:0 30px 60px -15px #0003}.config-image,.output-image{position:absolute;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.22,1,.36,1),opacity 1.2s cubic-bezier(.22,1,.36,1);background-color:#fff}.config-image img,.output-image img{width:100%;height:100%;object-fit:cover;filter:brightness(1.02) contrast(1.05)}.show-input .config-image{opacity:1;transform:translate(0);z-index:2}.show-input .output-image{opacity:0;transform:translate(100%);z-index:1}.show-output .config-image{opacity:0;transform:translate(-100%);z-index:1}.show-output .output-image{opacity:1;transform:translate(0);z-index:2}.image-label{position:absolute;bottom:16px;left:16px;background:#111827bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;padding:6px 14px;border-radius:6px;font-size:13px;font-weight:500;letter-spacing:.3px;z-index:3;box-shadow:0 2px 5px #00000014}.generation-complete{position:absolute;top:16px;right:16px;background:#16a34ae6;color:#fff;padding:7px 16px;border-radius:30px;font-size:14px;font-weight:500;z-index:3;box-shadow:0 2px 10px #16a34a4d;animation:fadeIn .5s cubic-bezier(.22,1,.36,1);display:flex;align-items:center;gap:6px}.generation-complete:before{content:"✓";font-size:16px;font-weight:600}.show-input .animated-image-container:before{content:"Generating...";position:absolute;top:16px;right:16px;background:#1e40afd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;padding:7px 16px 7px 40px;border-radius:30px;font-size:14px;font-weight:500;z-index:3;box-shadow:0 2px 10px #1e40af33;animation:pulse 1.5s infinite}.show-input .animated-image-container:after{content:"";position:absolute;width:18px;height:18px;top:25px;right:130px;border:2px solid rgba(255,255,255,.8);border-radius:50%;border-top-color:transparent;z-index:4;animation:spin 1s linear infinite}.features-section{padding:6rem 0;background-color:#f9fafb;position:relative}.features-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(30,64,175,.1),transparent)}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background-color:#fff;padding:2rem;border-radius:.75rem;border:1px solid rgba(0,0,0,.05);box-shadow:0 10px 25px -5px #0000000d;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 30px -10px #0000001a}.feature-icon{margin-bottom:1.5rem;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dbeafe,#c7d2fe);border-radius:16px}.icon-placeholder{font-size:2rem}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.feature-card p{flex-grow:1;color:#64748b;line-height:1.6;margin-bottom:1.5rem}.feature-link{position:relative;display:inline-flex;align-items:center;font-weight:600;transition:gap .2s ease;gap:4px;color:#1e40af}.feature-link:after{content:"→";transition:transform .2s ease}.feature-link:hover:after{transform:translate(4px)}.feature-link:hover{color:#2563eb;text-decoration:underline}.how-it-works-section{padding:6rem 0;position:relative;background:linear-gradient(to bottom,#fff,#f9fafb)}.steps-container{margin-top:3rem}.step-item{display:flex;align-items:center;gap:2rem;margin-bottom:4rem;position:relative;padding:30px;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.step-item:last-child{margin-bottom:0}.step-item:not(:last-child):after{content:"";position:absolute;top:70px;left:25px;height:calc(100% - 20px);width:2px;background-color:#e5e7eb;z-index:0}.step-item:hover{transform:translateY(-5px);box-shadow:0 15px 30px -10px #0000001a;background-color:#fff}.step-number{background-color:#1e40af;color:#fff;width:60px;height:60px;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;flex-shrink:0;z-index:1;box-shadow:0 10px 20px -5px #1e40af40;background:linear-gradient(135deg,#1e40af,#3b82f6)}.step-content{flex:1}.step-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#1e293b}.step-content p{color:#64748b;line-height:1.6}.step-image{width:300px;height:200px;overflow:hidden;border-radius:8px;border:5px solid white;box-shadow:0 10px 25px -5px #0000001a;transition:transform .3s ease;flex-shrink:0}.step-image img{width:100%;height:100%;object-fit:cover;display:block}.step-item:hover .step-image{transform:scale(1.03)}.cta-section{background-color:#1e40af;color:#fff;padding:5rem 0;position:relative}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e40afe6,#2563ebe6);z-index:1}.cta-section .container{position:relative;z-index:2}.cta-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.cta-subtitle{font-size:1.25rem;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;color:#ffffffe6}.cta-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.cta-button{font-weight:700;padding:.75rem 1.5rem;border-radius:9999px;transition:all .3s ease;font-size:1rem}.cta-button.primary{background-color:#fff;color:#1e40af;box-shadow:0 4px 6px #0000001a}.cta-button.primary:hover{background-color:#f8fafc;transform:translateY(-2px);box-shadow:0 6px 8px #00000026}.cta-guarantee{font-size:.875rem;color:#fffc;margin-top:1.5rem}@keyframes pulse{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 992px){.hero-container{flex-direction:column}.hero-image{order:-1;margin-bottom:2rem}.hero-title{font-size:2.75rem}.cta-title{font-size:2.5rem}.step-item{flex-direction:column;align-items:flex-start}.step-item:not(:last-child):after{left:25px;top:70px;height:50px}.step-image{width:100%;margin-top:1.5rem}}@media (max-width: 768px){.hero-section{padding:2rem 0;overflow:hidden}.hero-container{flex-direction:column;gap:1.5rem;text-align:center}.hero-image{display:block;order:-1;width:100%;max-width:450px;margin:0 auto}.hero-content{max-width:100%}.hero-title{font-size:2.25rem;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem}.button-group{flex-direction:column;align-items:center;gap:1rem}.signup-button,.login-button{width:100%;max-width:320px;text-align:center}.animated-image-container{height:250px}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* 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.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.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;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 ul,.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;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9: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 .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-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 pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{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-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:0px}.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:0px;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}.profile-page{max-width:1800px;margin:0 auto;padding:20px}.profile-page .profile-content{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.profile-page .section-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;height:800px}.profile-page .section-container .quill-container{height:100%}.profile-page .section-container .quill-container .quill{height:100%;display:flex;flex-direction:column}.profile-page .section-container .quill-container .ql-container{flex:1;overflow:hidden}.profile-page .section-container .ql-toolbar{border:none;border-bottom:1px solid #ddd}.profile-page .section-header{padding:20px;border-bottom:1px solid #ddd}.profile-page .section-body{flex:1;padding:20px;overflow-y:auto}.profile-page .section-footer{padding:20px;border-top:1px solid #ddd;display:flex;justify-content:space-between;align-items:center}.profile-page .save-status{width:8px;height:8px;border-radius:50%;display:inline-block;margin-left:10px}.profile-page .save-status.saved{background:#4caf50}.profile-page .save-status.unsaved{background:#ff9800}@media (max-width: 1200px){.profile-page .profile-content{grid-template-columns:1fr}}@media (max-width: 768px){.profile-page .profile-content{grid-template-columns:1fr}}.navbar{background:linear-gradient(135deg,#1e40af,#172554);padding:.7rem 0;box-shadow:0 4px 6px #0000001a;position:sticky;top:0;z-index:100}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1rem}.navbar-logo{text-decoration:none;display:flex;align-items:center}.logo-text{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.5px;transition:transform .2s ease}.navbar-logo:hover .logo-text{transform:translateY(-2px)}.logo-highlight{font-weight:800;color:#93c5fd}.navbar-links{display:flex;align-items:center;gap:1.5rem}.nav-link{color:#ffffffd9;text-decoration:none;font-weight:600;font-size:1rem;padding:.4rem .7rem;position:relative;transition:color .3s ease,background-color .3s ease;border-radius:4px}.nav-link:hover{color:#fff;background-color:#ffffff14}.nav-link.active{color:#fff}.nav-link.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#93c5fd;border-radius:2px;transition:width .2s ease}.sign-out-button{background:linear-gradient(to right,#dc2626e6,#b91c1ce6);color:#fff;border:none;padding:.4rem .9rem;border-radius:.375rem;font-weight:600;cursor:pointer;transition:all .3s ease}.sign-out-button:hover{background-color:#dc2626;transform:translateY(-1px);box-shadow:0 2px 4px #dc26264d}.menu-toggle{display:none;background:transparent!important;border:none;cursor:pointer;padding:.5rem;z-index:101;border-radius:6px;transition:background-color .2s ease-in-out}.menu-toggle:hover,.menu-toggle:focus,.menu-toggle:active{background-color:#ffffff1a!important;outline:none}.menu-toggle:focus-visible{outline:2px solid #93c5fd;outline-offset:2px}.hamburger-icon{display:block;position:relative;width:24px;height:2px;background-color:#fff;transition:all .3s ease-in-out}.hamburger-icon:before,.hamburger-icon:after{content:"";position:absolute;left:0;width:100%;height:2px;background-color:#fff;transition:all .3s ease-in-out}.hamburger-icon:before{top:-8px}.hamburger-icon:after{bottom:-8px}.hamburger-icon.open:before{transform:translateY(8px) rotate(45deg)}.hamburger-icon.open:after{transform:translateY(-8px) rotate(-45deg)}@media (max-width: 768px){.navbar-container{flex-direction:row;justify-content:space-between}.menu-toggle{display:block}.navbar-links{position:absolute;top:100%;left:0;right:0;width:100%;background:linear-gradient(135deg,#1e40af,#172554);flex-direction:column;align-items:center;padding:0;gap:1rem;box-shadow:0 4px 6px #0000001a;max-height:0;overflow:hidden;transition:max-height .4s ease-in-out,padding .4s ease-in-out}.navbar-links.active{max-height:500px;padding:1rem 0}.nav-link{font-size:1.1rem;width:90%;text-align:center}.sign-out-button{width:90%;text-align:center;margin-top:.5rem;padding:.75rem 1rem}}.cv-tailoring-container{display:grid;grid-template-columns:250px minmax(0,1fr) minmax(0,1fr);gap:24px;padding:20px;height:calc(100vh - 60px);overflow:hidden;background-color:#f8f9fa}.ai-disclaimer{padding:8px 12px;margin-bottom:15px;background-color:#f5f7fa;border-left:3px solid #7b68ee;border-radius:4px;font-size:.55rem;color:#555;line-height:1.4}.cv-sidebar{background-color:#fff;border-radius:8px;padding:16px;overflow-y:auto;display:flex;flex-direction:column;box-shadow:0 2px 4px #0000000d;height:100%}.sidebar-header,.cv-config-header,.cv-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #eaeaea}.sidebar-header h2,.cv-config-header h2,.cv-preview-header h2,.generate-cv-section h2{font-size:1.25rem;color:#333;font-weight:600;margin:0;padding:0;border-bottom:none}.generate-cv-section h2{margin:0;padding:0;border-bottom:none}.generate-cv-section{border-bottom:1px solid #eaeaea;margin-bottom:16px;padding-bottom:8px}.instances-list{list-style-type:none;padding:0;margin:0;overflow-y:auto;flex-grow:1}.create-new-instance{margin-bottom:16px;padding:10px 12px;background-color:#1a73e8;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s;box-shadow:0 1px 2px #0000001a}.create-new-instance:hover{background-color:#0d62d0}.instances-list{list-style-type:none;padding:0;margin:0;overflow-y:auto}.instance-item{padding:12px;margin:0 0 8px;border-radius:6px;cursor:pointer;background-color:#f5f7fa;transition:all .2s;display:flex;justify-content:space-between;align-items:center;border-left:3px solid transparent}.instance-item:hover{background-color:#edf2f7}.instance-item.selected{background-color:#e8f0fe;border-left:3px solid #1a73e8}.instance-name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333}.delete-instance-btn{background-color:transparent;border:none;color:#888;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;opacity:.5;transition:all .2s}.delete-instance-btn:hover{opacity:1;color:#ff4d4d;background-color:#ff4d4d1a}.cv-config-panel{background-color:#fff;border-radius:8px;padding:20px;overflow-y:auto;box-shadow:0 2px 4px #0000000d;height:100%}.cv-config-panel h2{font-size:1.25rem;color:#333;font-weight:600;margin:0;padding:0;border-bottom:none}.generate-cv-section h2{font-size:1.25rem;color:#333;font-weight:600;margin:0 0 16px;padding:0 0 8px;border-bottom:1px solid #eaeaea}.form-control{margin-bottom:16px}.form-control label{display:block;margin-bottom:6px;font-weight:500;color:#555}.instance-name-input,.job-description-textarea,.custom-prompt-textarea,.export-controls input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:.95rem;transition:border-color .2s;background-color:#f9fafb}.instance-name-input:focus,.job-description-textarea:focus,.custom-prompt-textarea:focus,.export-controls input:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e833}.job-description-textarea,.custom-prompt-textarea{resize:vertical}.job-description-textarea{min-height:150px}.custom-prompt-textarea{min-height:100px}.checkbox-control{display:flex;align-items:center;margin-bottom:10px}.checkbox-control input[type=checkbox]{margin-right:8px;width:16px;height:16px;accent-color:#1a73e8;cursor:pointer}.checkbox-control span{-webkit-user-select:none;user-select:none}.checkbox-control input[type=radio]{margin-right:8px;width:16px;height:16px;accent-color:#1a73e8;cursor:pointer}.editor-controls{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding:16px;background-color:#f5f7fa;border-radius:6px}.editor-controls label{display:flex;flex-direction:column;font-weight:500;font-size:.9rem}.editor-controls input{margin-top:6px;padding:8px;border:1px solid #ddd;border-radius:4px;width:120px}.source-controls{padding:16px;background-color:#f5f7fa;border-radius:6px;margin-bottom:20px;width:100%;box-sizing:border-box}.source-controls>label:first-child{display:block;margin-bottom:10px;font-weight:600}.source-controls label{display:flex;align-items:center;margin-bottom:8px}.source-controls input[type=checkbox]{margin-right:8px;width:16px;height:16px}.generate-button{width:100%;padding:12px;margin-bottom:20px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:500;transition:background-color .2s;box-shadow:0 1px 3px #0000001a}.generate-button:hover:not(:disabled){background-color:#45a049}.generate-button:disabled{background-color:#ccc;cursor:not-allowed;box-shadow:none}.export-controls{margin-top:16px;display:flex;flex-direction:column;gap:12px;padding:16px;background-color:#f5f7fa;border-radius:6px}.export-controls label{display:flex;flex-direction:column;gap:6px}.export-controls button{margin-top:8px;padding:10px 12px;background-color:#1a73e8;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.export-controls button:hover{background-color:#0d62d0}.cv-preview-panel{background-color:#fff;border-radius:8px;padding:20px;overflow-y:auto;display:flex;flex-direction:column;box-shadow:0 2px 4px #0000000d;height:100%}.cv-preview-panel h2{font-size:1.25rem;margin-bottom:16px;color:#333;font-weight:600;padding-bottom:8px;border-bottom:none}.cv-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #eaeaea}.cv-preview-header h2{margin:0;padding:0;border-bottom:none}.cv-preview-content{margin:0 auto;background:#fff;border-radius:4px;min-height:300px;display:flex;flex-direction:column;overflow-x:auto}.compact-export-controls{display:flex;align-items:center;gap:8px}.compact-export-controls input{width:160px;padding:8px 12px 8px 30px;border:1px solid #ddd;border-radius:4px;font-size:.85rem;background-color:#f9fafb;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'%3E%3C/path%3E%3Cpolyline points='14 2 14 8 20 8'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:8px center;background-size:14px;box-sizing:border-box;margin:0;line-height:normal}.compact-export-controls input::placeholder{color:#999}.compact-export-controls input:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e833}.compact-export-controls button{padding:8px 12px;background-color:#1a73e8;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;transition:background-color .2s;white-space:nowrap;margin:0;line-height:normal}.compact-export-controls button:hover:not(:disabled){background-color:#0d62d0}.compact-export-controls button:disabled{background-color:#ccc;cursor:not-allowed}.compact-create-controls{display:flex;align-items:center;gap:8px}.create-new-instance-btn{padding:8px 12px;background-color:#1a73e8;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;transition:background-color .2s;white-space:nowrap;margin:0;line-height:normal;height:34px;display:flex;align-items:center;justify-content:center}.create-new-instance-btn:hover{background-color:#0d62d0}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:#666}.loading-spinner{border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top:4px solid #1a73e8;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:16px}.error-message{background-color:#ffebee;color:#c62828;padding:10px;border-radius:4px;margin-bottom:15px;display:flex;align-items:center;gap:8px}.error-message a{color:#36c;font-weight:700;text-decoration:none}.error-message a:hover{text-decoration:underline}.autosave-indicator{position:fixed;bottom:20px;right:20px;background-color:#f0f9ff;color:#1a73e8;padding:8px 16px;border-radius:4px;font-size:.9rem;box-shadow:0 2px 5px #0000001a;display:flex;align-items:center;gap:8px;z-index:100}.autosave-indicator:before{content:"";display:inline-block;width:12px;height:12px;border:2px solid #1a73e8;border-radius:50%;border-top-color:transparent;animation:spin 1s linear infinite}.empty-preview-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:#666;text-align:center}.empty-preview-state svg{color:#ddd;margin-bottom:16px}.premium-features-section{position:relative;border:2px solid #f0ad4e;border-radius:8px;padding:20px;background-color:#fff}.premium-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.premium-section-header label{font-weight:600;color:#333;margin:0}.premium-icon{color:#f0ad4e;font-size:16px;margin-left:8px;cursor:default}.checkbox-control.disabled{opacity:.6;cursor:not-allowed}.checkbox-control.disabled input{cursor:not-allowed}.premium-badge{font-size:.7rem;background-color:#f0ad4e;color:#fff;padding:2px 6px;border-radius:4px;margin-left:8px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.premium-corner-badge{position:absolute;top:-10px;right:-10px;font-size:.7rem;background-color:#f0ad4e;color:#fff;padding:3px 8px;border-radius:4px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #0000001a;z-index:1}.usage-stats{margin-bottom:15px;width:100%}.usage-meter{height:8px;background-color:#e0e0e0;border-radius:4px;overflow:hidden;margin-bottom:5px}.usage-progress{height:100%;background-color:#4caf50;transition:width .3s ease}.usage-text{font-size:.85rem;color:#666;display:flex;justify-content:space-between;align-items:center}.upgrade-link{color:#36c;text-decoration:none;margin-left:10px;font-weight:700}.upgrade-link:hover{text-decoration:underline}:root{--premium-color: #f0ad4e;--premium-color-light: #fffaf0;--premium-color-hover: #e09e3e;--primary-button-color: #4a90e2;--primary-button-hover-color: #357abd;--danger-color: #dc3545;--success-color: #28a745;--border-radius: 8px;--box-shadow: 0 2px 10px rgba(0, 0, 0, .1);--transition-speed: .3s;--section-padding: 2rem;--border-color: #eaeaea}.account-page{background-color:#f8f9fa;min-height:calc(100vh - 60px);padding:1rem}.account-container{width:720px;min-width:650px;margin:2.5rem auto;padding:var(--section-padding);background-color:#fff;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.account-title{font-size:1.75rem;font-weight:600;color:#333;margin-bottom:1.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.account-form{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column;gap:.6rem}.form-group label{font-weight:500;color:#444;font-size:.95rem}.form-input{padding:.85rem 1rem;border:1px solid #ddd;border-radius:var(--border-radius);font-size:1rem;transition:all var(--transition-speed);background-color:#fff}.form-input:focus{outline:none;border-color:var(--primary-button-color);box-shadow:0 0 0 3px #4a90e226}.form-input.readonly{background-color:#f8f9fa;cursor:not-allowed;border-color:#e9ecef;color:#6c757d}.submit-button{margin-top:.75rem;padding:.85rem;background-color:var(--primary-button-color);color:#fff;border:none;border-radius:var(--border-radius);cursor:pointer;font-size:1rem;font-weight:500;transition:all var(--transition-speed);position:relative;overflow:hidden}.submit-button:hover{background-color:var(--primary-button-hover-color);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.submit-button:active{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.error-message,.success-message{margin-bottom:1.5rem;padding:1rem 1.25rem;border-radius:var(--border-radius);font-weight:500;animation:fadeIn .3s ease-in-out;display:flex;align-items:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.error-message{color:var(--danger-color);background-color:#f8d7da;border-left:4px solid var(--danger-color)}.success-message{color:var(--success-color);background-color:#d4edda;border-left:4px solid var(--success-color)}.loading{text-align:center;padding:3rem;color:#666;font-size:1.1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.loading:before{content:"";width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-button-color);border-radius:50%;animation:spin 1s linear infinite;display:block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.subscription-section{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color);width:100%}.subscription-section h2{font-size:1.4rem;margin-bottom:1.75rem;color:#333;font-weight:600;display:flex;align-items:center}.plan-options{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:1.75rem;margin-top:1.5rem;align-items:stretch}.plan-options>.current-plan:only-child{grid-column:1 / -1}.current-plan{background-color:#fff;padding:2rem;border-radius:var(--border-radius);border:1px solid #ddd;border-left-width:4px;border-left-color:#ccc;display:flex;flex-direction:column;justify-content:space-between;min-height:250px;width:100%;box-shadow:0 2px 8px #0000000d;transition:all var(--transition-speed)}.current-plan:hover{transform:translateY(-3px);box-shadow:0 8px 15px #00000014}.current-plan.premium{border-left-color:var(--premium-color);border-width:1px;border-left-width:4px;background-color:#fff}.current-plan p{margin-bottom:1.5rem;font-size:1.2rem;flex-grow:1;color:#444;position:relative}.current-plan p strong{color:var(--premium-color);font-weight:600}.plan-card{background-color:#fff;border:1px solid #ddd;border-radius:var(--border-radius);padding:2rem;transition:all var(--transition-speed);box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;min-height:300px;position:relative}.plan-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001f}.free-plan-card{border-color:#ddd}.free-plan-card p em{font-style:italic;color:#666;margin-top:1.25rem;display:block;font-size:.95rem}.premium-plan-card{border-color:var(--premium-color);border-width:1px;border-left-width:4px}.premium-plan-card:after{content:"Recommended";position:absolute;top:-12px;right:20px;background-color:var(--premium-color);color:#fff;font-size:.75rem;font-weight:600;padding:4px 12px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #00000026}.premium-plan-card .price{color:var(--premium-color)}.plan-card h3{font-size:1.3rem;margin-bottom:.75rem;color:#333;font-weight:600}.price{font-size:1.8rem;font-weight:700;color:#555;margin-bottom:1.25rem;display:flex;align-items:baseline}.price:after{content:"/month";font-size:1rem;font-weight:400;color:#777;margin-left:.25rem}.plan-card ul{list-style-type:none;padding:0;margin-bottom:1.75rem;flex-grow:1}.plan-card ul li{position:relative;padding:.75rem 0 .75rem 1.75rem;color:#555}.plan-card ul li:before{content:"✓";position:absolute;left:0;color:var(--success-color);font-weight:700}.button{padding:.85rem;background-color:var(--primary-button-color);color:#fff;border:none;border-radius:var(--border-radius);cursor:pointer;font-size:1rem;font-weight:500;width:100%;transition:all var(--transition-speed);margin-top:auto;text-align:center}.button:hover{background-color:var(--primary-button-hover-color);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.button:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.premium-plan-card .button{background-color:var(--premium-color)}.premium-plan-card .button:hover{background-color:var(--premium-color-hover)}@media (max-width: 768px){.account-page{padding:.5rem}.plan-options{grid-template-columns:1fr}.account-container{width:100%;min-width:auto;padding:1.5rem;margin:1rem auto;box-shadow:0 1px 5px #00000014}.current-plan,.plan-card{min-height:auto;padding:1.5rem}.account-title{font-size:1.5rem;margin-bottom:1.25rem}.subscription-section h2{font-size:1.25rem}.premium-plan-card:after{font-size:.7rem;top:-10px;right:15px;padding:3px 10px}.form-input,.submit-button,.button{padding:.75rem}.price{font-size:1.6rem}}:root{--primary-color: #1e40af;--primary-hover: #1e3a8a;--premium-color: #f0ad4e;--premium-color-hover: #e09e3e;--border-radius: 8px;--border-color: #e5e7eb}.pricing-page{min-height:calc(100vh - 60px);background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.pricing-header{background-color:var(--primary-color);color:#fff;padding:4rem 0;text-align:center;position:relative;overflow:hidden}.pricing-header:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e40aff2,#111827f2);z-index:1}.pricing-header .container{position:relative;z-index:2}.pricing-title{font-size:2.75rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.pricing-subtitle{font-size:1.25rem;max-width:600px;margin:0 auto;opacity:.9}.pricing-container{padding:4rem 1.5rem}.pricing-toggle-container{display:flex;justify-content:center;align-items:center;margin-bottom:2.5rem}.pricing-cards{display:flex;justify-content:center;gap:2rem;margin-bottom:4rem;flex-wrap:wrap}.pricing-card{background-color:#fff;border-radius:var(--border-radius);box-shadow:0 10px 15px -3px #0000001a;width:100%;max-width:360px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;position:relative;display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.pricing-card.featured{border:2px solid var(--premium-color);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-10px) scale(1.03)}.pricing-card.featured:hover{transform:translateY(-15px) scale(1.03)}.popular-badge{position:absolute;top:12px;right:12px;background-color:var(--premium-color);color:#fff;padding:4px 12px;font-size:12px;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.card-header{padding:2rem 1.5rem;text-align:center;border-bottom:1px solid var(--border-color)}.plan-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#1e293b}.premium-plan .plan-name{color:var(--premium-color)}.plan-price{font-size:1.1rem;margin-bottom:1rem;color:#64748b;display:flex;align-items:baseline;justify-content:center}.currency{font-size:1.5rem;font-weight:500;vertical-align:top}.amount{font-size:3rem;font-weight:700;line-height:1;margin:0 3px;color:#1e293b}.premium-plan .amount{color:var(--premium-color)}.period{font-size:1rem;color:#94a3b8}.plan-description{font-size:.95rem;color:#64748b}.card-features{padding:2rem 1.5rem;flex-grow:1}.card-features ul{list-style:none;padding:0;margin:0}.card-features li{color:#1e293b;position:relative;padding:.75rem 0 .75rem 2rem;font-size:.95rem}.card-features li.included:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.card-features li.not-included{color:#94a3b8}.card-features li.not-included:before{content:"✗";position:absolute;left:0;color:#ef4444}.card-cta{padding:1.5rem;text-align:center;border-top:1px solid var(--border-color)}.plan-button{width:100%;padding:.85rem 1.5rem;border-radius:30px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.free-button{background-color:#e5e7eb;color:#1f2937}.free-button:hover{background-color:#d1d5db;transform:translateY(-2px)}.premium-button{background-color:var(--premium-color);color:#fff;box-shadow:0 4px 6px #f0ad4e80}.premium-button:hover{background-color:var(--premium-color-hover);transform:translateY(-2px);box-shadow:0 6px 10px #f0ad4e80}.pricing-faq{max-width:800px;margin:0 auto;padding:2rem 0}.pricing-faq h2{font-size:1.75rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#1e293b}.faq-item{border-bottom:1px solid var(--border-color);padding:1.5rem 0}.faq-item h3{font-size:1.15rem;font-weight:600;margin-bottom:.75rem;color:#1e293b}.faq-item p{color:#64748b;line-height:1.6;font-size:.95rem}.pricing-cta-section{background-color:var(--primary-color);color:#fff;padding:4rem 0;text-align:center;position:relative}.pricing-cta-section:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e40aff2,#111827f2);z-index:1}.pricing-cta-section .container{position:relative;z-index:2}.pricing-cta-section h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.pricing-cta-section p{font-size:1.15rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center}.cta-button{padding:.85rem 1.75rem;border-radius:30px;font-weight:600;transition:all .3s ease;font-size:1rem;display:inline-block;text-decoration:none}.cta-button.primary{background-color:#fff;color:var(--primary-color);box-shadow:0 4px 6px #0000001a}.cta-button.primary:hover{background-color:#f8fafc;transform:translateY(-2px);box-shadow:0 6px 10px #00000026}.cta-button.secondary{background-color:transparent;border:2px solid white;color:#fff}.cta-button.secondary:hover{background-color:#ffffff1a;transform:translateY(-2px)}@media (max-width: 768px){.pricing-cards{flex-direction:column;align-items:center}.pricing-card,.pricing-card.featured{max-width:100%;transform:none}.pricing-card.featured{order:-1;margin-bottom:2rem}.pricing-card.featured:hover{transform:translateY(-5px)}.cta-buttons{flex-direction:column;max-width:280px;margin-left:auto;margin-right:auto}.pricing-title{font-size:2rem}.pricing-subtitle,.pricing-cta-section p{font-size:1rem}}
