.cookie-banner-container{position:fixed;bottom:0;left:0;width:100%;padding:1rem 0;display:flex;justify-content:center;z-index:1000;animation:slideUp .6s cubic-bezier(.16,1,.3,1)}.cookie-banner-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001f;display:flex;align-items:center;gap:1.5rem;padding:1.25rem 2rem;max-width:900px;width:90%;border:1px solid rgba(0,0,0,.05)}.cookie-icon-wrapper{color:#e67e22;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:#fff3e0;border-radius:50%}.cookie-text{flex:1}.cookie-text h4{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#2c3e50}.cookie-text p{margin:0;font-size:.9rem;color:#636e72;line-height:1.4}.cookie-actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-btn{padding:.6rem 1.2rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.cookie-btn.accept{background:linear-gradient(135deg,#ff6b6b,#ffb84d);color:#fff;box-shadow:0 4px 6px #e67e2233}.cookie-btn.accept:hover{transform:translateY(-1px);box-shadow:0 6px 12px #e67e2240}.cookie-btn.decline{background:transparent;color:#636e72;border:1px solid #e1e1e1}.cookie-btn.decline:hover{background:#f8f9fa;color:#2c3e50;border-color:#d1d1d1}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.cookie-banner-container{padding:1rem}.cookie-banner-content{flex-direction:column;text-align:center;gap:1rem;padding:1.5rem}.cookie-text p{font-size:.85rem}.cookie-actions{width:100%;justify-content:center}.cookie-btn{flex:1}}.hero{padding:6rem 0 8rem;background:linear-gradient(135deg,#fff5f5,#fff9e5);position:relative;overflow:hidden}.hero .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:center;align-items:center}.hero-content{z-index:2;text-align:center;max-width:800px}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;color:#2c3e50;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(135deg,#ff6b6b,#ffb84d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.2rem;line-height:1.8;color:#555;margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.hero-image{position:relative;height:500px;display:none}.floating-card{display:none;position:absolute;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 10px 40px #0000001a;align-items:center;gap:1rem;animation:float 3s ease-in-out infinite}.card-1{top:10%;left:10%;animation-delay:0s}.card-2{top:45%;right:5%;animation-delay:1s}.card-3{bottom:15%;left:20%;animation-delay:2s}.card-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#ea580c}.card-text{font-weight:600;color:#2c3e50}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.services-preview{padding:6rem 0;background:#fff}.services-preview .container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;font-weight:700;text-align:center;color:#2c3e50;margin-bottom:1rem}.section-subtitle{text-align:center;color:#7f8c8d;font-size:1.1rem;margin-bottom:4rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.service-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#ff6b6b,#ffb84d);transform:scaleX(0);transition:transform .3s ease}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#f3f4f6}.service-card:hover:before{transform:scaleX(1)}.service-icon-wrapper{margin-bottom:1.5rem}.service-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:16px;background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#ea580c;transition:all .3s ease}.service-card:hover .service-icon{background:linear-gradient(135deg,#ff6b6b,#ffb84d);color:#fff;transform:scale(1.1) rotate(5deg)}.service-card h3{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem}.service-card p{color:#7f8c8d;line-height:1.7}.services-cta{text-align:center}.cta{padding:6rem 0;background:linear-gradient(135deg,#fff5f5,#fff9e5);text-align:center}.cta .container{max-width:800px;margin:0 auto;padding:0 2rem}.cta h2{font-size:2.5rem;color:#2c3e50;margin-bottom:1rem}.cta p{font-size:1.2rem;color:#7f8c8d;margin-bottom:2.5rem}@media (max-width: 768px){.hero-title{font-size:2.5rem}.services-grid{grid-template-columns:1fr}}.button{padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;border:none;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease;font-family:inherit}.button-primary{background:linear-gradient(135deg,#ff6b6b,#ffb84d);color:#fff;box-shadow:0 4px 15px #ff6b6b4d}.button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #ff6b6b66}.button-secondary{background:transparent;color:#ff6b6b;border:2px solid #ff6b6b}.button-secondary:hover{background:#ff6b6b;color:#fff;transform:translateY(-2px)}.button-outline{background:transparent;color:#2c3e50;border:2px solid #e0e0e0}.button-outline:hover{border-color:#ff6b6b;color:#ff6b6b;transform:translateY(-2px)}.button:active{transform:translateY(0)}.button:disabled{opacity:.5;cursor:not-allowed}.button:disabled:hover{transform:none}.projects-page{background:#f8f9fa}.projects-section{padding:4rem 0}.projects-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;align-items:stretch}.project-image{margin-bottom:.5rem}.project-category{display:inline-block;background:linear-gradient(135deg,#ff6b6b,#ffb84d);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:.5rem;width:fit-content}.project-title,.project-description,.project-tags{margin-bottom:.5rem}.project-meta{margin:.5rem 0;padding-top:.5rem;border-top:1px solid #E0E0E0}.completion-date{color:#7f8c8d;font-size:.9rem;font-style:italic}.project-card .button{margin-top:auto;width:100%;text-align:center}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr}}.card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%;align-items:center;text-align:center}.card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.card-image{width:100%;height:220px;object-fit:cover;border-radius:12px;margin-bottom:1.5rem}.card-title{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.card-description{color:#7f8c8d;line-height:1.7;margin-bottom:1.5rem;text-align:center}.card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;justify-content:center}.card-tag{background:linear-gradient(135deg,#ffe5e5,#fff4e5);color:#ff6b6b;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.card-features{list-style:none;padding:0;margin:1.5rem 0}.card-features li{color:#555;padding:.5rem 0 .5rem 1.5rem;position:relative;font-size:.95rem}.card-features li:before{content:"✓";position:absolute;left:0;color:#ff6b6b;font-weight:700}.project-card{display:flex;flex-direction:column;height:100%}.project-image,.project-title,.project-description,.project-tags{margin-bottom:.5rem}.project-meta{margin-top:auto;padding:1rem 0;border-top:1px solid #f0f0f0;color:#7f8c8d;font-size:.9rem}.project-actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1rem}.templates-page{background:#f8f9fa}.templates-section{padding:4rem 0}.templates-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}.templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;align-items:stretch}.template-image{margin-bottom:.5rem}.template-category{display:inline-block;background:linear-gradient(135deg,#6c5ce7,#a29bfe);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:.5rem;width:fit-content}.template-title,.template-description{margin-bottom:.5rem}.template-card .button{margin-top:auto;width:100%;text-align:center}@media (max-width: 768px){.templates-grid{grid-template-columns:1fr}}.template-card{display:flex;flex-direction:column;height:100%}.template-image,.template-title,.template-description{margin-bottom:.5rem}.template-features{margin:.5rem 0;width:100%;text-align:left}.template-features h4{color:#2c3e50;font-size:1rem;margin-bottom:.5rem;font-weight:600}.template-tags{margin-bottom:.5rem}.template-actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1rem}.services-page{background:#f8f9fa}.services-section,.pricing-section{padding:4rem 0}.services-section .container,.pricing-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;font-size:2.5rem;color:#2d3436;margin-bottom:1rem}.section-description{text-align:center;color:#636e72;margin-bottom:2rem;font-size:1.1rem}.section-disclaimer{text-align:center;color:#e67e22;margin-bottom:4rem;font-size:.95rem;font-weight:500;max-width:800px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;align-items:start}.service-card-wrapper{display:flex;height:100%}.service-card-full{display:flex;flex-direction:column;width:100%;gap:0}.service-header{display:flex;align-items:center;gap:.75rem;margin-bottom:0;padding-bottom:0}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.pricing-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;position:relative;border:1px solid #eee}.pricing-features ul{list-style:none;padding:0;margin:0}.pricing-features li{color:#4a4a4a;margin-bottom:1rem;display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5}.pricing-features .check-icon{color:#27ae60;font-weight:700}.pricing-action .button{width:100%;display:block;text-align:center;padding:1rem}@media (max-width: 1024px){.pricing-card.highlight{transform:scale(1)}.pricing-card.highlight:hover{transform:translateY(-5px)}}.service-features h4,.service-tech h4{color:#2c3e50;font-size:1rem;margin-bottom:.25rem;margin-top:0;font-weight:600}.service-tech .card-tags{margin-top:1rem}.services-cta{padding:4rem 0}.services-cta .container{max-width:800px;margin:0 auto;padding:0 2rem}.cta-box{text-align:center;color:#fff}.cta-box h2{font-size:2.5rem;margin-bottom:1rem;color:#2d3436}.cta-box p{font-size:1.2rem;margin-bottom:2.5rem;color:#636e72}.pricing-disclaimer-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:100px;color:#555;font-size:.95rem;font-weight:500;box-shadow:0 4px 12px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.pricing-disclaimer-badge:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.pricing-disclaimer-badge svg{color:#e67e22;flex-shrink:0}.pricing-disclaimer-wrapper{display:flex;justify-content:center;margin:0 auto 3rem;padding:0 1rem}@media (max-width: 768px){.services-grid{grid-template-columns:1fr}.cta-box h2{font-size:1.8rem}}.service-card-full{display:flex;flex-direction:column;width:100%;gap:0;position:relative;overflow:hidden}.service-price-ribbon{position:absolute;top:25px;right:-45px;background-color:var(--secondary-color);color:#fff;padding:.5rem 0;width:165px;transform:rotate(45deg);font-weight:800;font-size:1.1rem;box-shadow:0 3px 6px #0003;z-index:10;text-align:center;-webkit-font-smoothing:antialiased}.service-section{display:flex;flex-direction:column;width:100%;text-align:left}.service-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem;padding-bottom:0;text-align:center}.service-icon-large{font-size:3.5rem;line-height:1}.service-description{padding-bottom:0}.service-features{padding-bottom:0;flex:1}.service-features h4,.service-tech h4{color:#2c3e50;font-size:1rem;margin-bottom:.25rem;margin-top:0;font-weight:600;text-align:center}.service-tech{padding-top:0}.service-tech .tech-list{margin-top:.5rem;width:100%}.service-tech .tech-list li{text-align:left;padding-left:1.5rem;position:relative}.service-tech .tech-list li:before{content:"✓";position:absolute;left:0;color:var(--secondary-color);font-weight:700}.service-actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1rem}.pricing-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;position:relative;border:1px solid #eee;height:100%}.pricing-card.highlight{border:2px solid #ff6b6b;transform:scale(1.05);z-index:1;box-shadow:0 10px 20px #ff6b6b26}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.pricing-card.highlight:hover{transform:scale(1.05) translateY(-5px)}.pricing-header{text-align:center;padding-bottom:2rem;border-bottom:1px solid #f0f0f0;margin-bottom:2rem}.pricing-header h3{color:#2d3436;font-size:1.4rem;margin-bottom:1rem;font-weight:600}.pricing-header .price{font-size:2.5rem;color:#ff6b6b;font-weight:800;margin-bottom:1rem}.pricing-header .description{color:#636e72;font-size:.95rem;line-height:1.5}.pricing-features{padding-bottom:0}.pricing-action{margin-top:auto;padding-top:2rem;text-align:center}.pricing-action .button{width:100%;display:block;text-align:center;padding:1rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease}.button-primary{background:#ff6b6b;color:#fff;border:2px solid #ff6b6b}.button-primary:hover{background:#ff8e53;border-color:#ff8e53;color:#fff}.button-secondary{background:transparent;color:#2d3436;border:2px solid #dfe6e9}.button-secondary:hover{border-color:#2d3436;background:#2d3436;color:#fff}.pricing-actions-admin{display:flex;gap:.75rem;margin-top:2rem;padding-top:1rem;border-top:1px solid #f0f0f0}.btn-card-edit,.btn-card-delete{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem;border-radius:6px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s;border:none}.btn-card-edit{background-color:#f3f4f6;color:#4b5563}.btn-card-edit:hover{background-color:#e5e7eb;color:#1f2937}.btn-card-delete{background-color:#fee2e2;color:#dc2626}.btn-card-delete:hover{background-color:#fecaca;color:#b91c1c}@media (max-width: 1024px){.pricing-card.highlight{transform:scale(1);z-index:0}.pricing-card.highlight:hover{transform:translateY(-5px)}}.price-period{font-size:1rem;color:#636e72;font-weight:500;margin-left:.25rem;vertical-align:baseline}.pricing-recommended{margin:1rem 0;padding-top:1rem;border-top:1px solid #f0f0f0;width:100%}.pricing-features h4,.pricing-recommended h4{color:#2c3e50;font-size:1rem;margin-bottom:.25rem;margin-top:0;font-weight:600;text-align:center}.features-list,.recommended-list{width:100%;list-style:none;padding:0;margin:0}.features-list{margin-bottom:2rem}.recommended-list{margin-top:.5rem}.features-list li,.recommended-list li{text-align:left;padding-left:1.5rem;position:relative;color:#4a4a4a;font-size:.95rem;margin-bottom:.5rem;line-height:1.5}.features-list li:before,.recommended-list li:before{content:"✓";position:absolute;left:0;color:var(--secondary-color, #ffb84d);font-weight:700}.not-found-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;text-align:center;padding:40px 20px}.not-found-page h1{font-size:6rem;font-weight:800;color:#2563eb;margin:0;background:linear-gradient(135deg,#111827,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.not-found-page h2{font-size:2rem;color:#1e293b;margin-top:10px}.not-found-page p{color:#64748b;max-width:500px;margin:20px 0 40px;font-size:1.1rem;line-height:1.6}.not-found-page .btn-primary{display:inline-flex;align-items:center;gap:8px;background:#2563eb;color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.not-found-page .btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb33}.contact-page{background:#f8f9fa}.contact-section{padding:4rem 0}.contact-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem}.contact-info h2{font-size:2rem;color:#2c3e50;margin-bottom:1rem}.contact-intro{color:#7f8c8d;line-height:1.7;margin-bottom:2.5rem}.contact-details{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.contact-item{display:flex;gap:.75rem;align-items:flex-start}.contact-icon{font-size:2rem;padding:1rem;border-radius:12px;flex-shrink:0;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center}.contact-item h4{color:#2c3e50;margin:0 0 .5rem;font-size:1rem}.contact-item a,.contact-item p{color:#ff6b6b;text-decoration:none;font-size:1.05rem;margin:0;display:block}.contact-item a:hover{text-decoration:underline}.contact-item p{color:#7f8c8d}.social-section{padding:2rem;border-radius:16px;border:2px solid #F0F0F0}.social-section h4{color:#2c3e50;margin-bottom:1rem;font-size:1.1rem}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-link{background:#fff;color:#ff6b6b;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 2px 10px #0000000d}.social-link:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.contact-form-wrapper{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #00000014}.contact-form h2{font-size:2rem;color:#2c3e50;margin-bottom:2rem}.form-group label{display:block;color:#2c3e50;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{border:2px solid #E0E0E0}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus{border-color:#ff6b6b;box-shadow:0 0 0 3px #ff6b6b1a}.contact-form .button{width:100%;margin-top:1rem;cursor:pointer}@media (max-width: 968px){.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-form-wrapper{padding:2rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:99999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:800px;max-height:calc(90vh - env(safe-area-inset-bottom,50px) - env(safe-area-inset-top,20px));margin-top:env(safe-area-inset-top,20px);margin-bottom:calc(env(safe-area-inset-bottom,50px) + 20px);overflow-y:auto;position:relative;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column}.modal-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;background:#fff;position:sticky;top:0;z-index:1}.modal-header h2{margin:0;font-size:1.5rem;color:#1a1a1a;font-weight:600}.modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#666;padding:0;line-height:1;transition:color .2s;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.modal-close:hover{color:#e53e3e;background-color:#e53e3e1a}.modal-body{padding:1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,20px))}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 12px 12px 0}.modal-content::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:#a0aec0}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff5f5,#fff9e5);padding:2rem}.login-container{width:100%;max-width:450px}.login-box{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 40px #0000001a}.login-header{text-align:center;margin-bottom:2.5rem}.login-header h1{font-size:2rem;color:#2c3e50;margin-bottom:.5rem}.login-header p{color:#7f8c8d;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{color:#2c3e50;font-weight:600;font-size:.95rem}.form-group input{padding:.875rem 1rem;border:2px solid #E0E0E0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#ff6b6b}.form-options{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#555}.checkbox-label input[type=checkbox]{cursor:pointer;width:18px;height:18px}.forgot-password{color:#ff6b6b;text-decoration:none;font-weight:500}.forgot-password:hover{text-decoration:underline}.login-button{width:100%;margin-top:1rem}.login-footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #E0E0E0;color:#7f8c8d}.demo-credentials{background:#fff5f5;padding:1rem;border-radius:8px;margin-bottom:1rem;color:#ff6b6b;font-size:.9rem}.error-message{background:#ffe5e5;color:#d32f2f;padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;font-weight:500}.login-footer a{color:#ff6b6b;text-decoration:none;font-weight:600}.login-footer a:hover{text-decoration:underline}@media (max-width: 768px){.login-box{padding:2rem}.login-header h1{font-size:1.75rem}}.register-container{display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:20px}.register-card,.error-card{background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 25px #0000000d;width:100%;max-width:500px;animation:fadeIn .5s ease-out}.register-card h2{margin-bottom:5px;font-size:1.8rem;color:#1e293b;text-align:center}.error-text{color:#ef4444;font-size:.85rem;margin-top:4px;display:block}.input-error{border-color:#ef4444!important;background-color:#fef2f2!important}.input-error:focus{box-shadow:0 0 0 4px #ef44441a!important}.register-email{text-align:center;color:#64748b;margin-bottom:30px}.register-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:.9rem;font-weight:600;color:#475569}.form-group input{padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s}.form-group input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a}.error-card{text-align:center}.error-card h3{color:#ef4444;margin-bottom:10px}.error-card button{margin-top:20px;padding:10px 20px;background:#1e293b;color:#fff;border:none;border-radius:6px;cursor:pointer}.legal-page-wrapper{padding-top:80px;min-height:calc(100vh - 200px);background-color:var(--background);color:var(--text-color);font-family:inherit}.legal-header{background:linear-gradient(135deg,var(--bg-tertiary) 0%,var(--bg-secondary) 100%);padding:60px 20px;text-align:center;border-bottom:1px solid var(--border-color);margin-bottom:40px}.legal-icon{color:var(--primary-color);margin-bottom:20px}.legal-header h1{font-size:2.5rem;color:var(--heading-color);margin-bottom:15px;font-weight:800}.legal-header p{font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto}.legal-content{max-width:800px;margin:0 auto;padding:0 20px 80px;line-height:1.8}.legal-section{background-color:var(--card-bg);padding:30px;border-radius:12px;box-shadow:0 4px 6px var(--shadow-color);margin-bottom:30px;border:1px solid var(--border-color);transition:transform .2s ease-in-out}.legal-section:hover{transform:translateY(-2px)}.legal-section h2{font-size:1.4rem;color:var(--heading-color);margin-bottom:20px;display:flex;align-items:center;gap:10px;border-bottom:2px solid var(--primary-color);padding-bottom:10px;display:inline-flex}.legal-section h3{font-size:1.1rem;color:var(--heading-color);margin:20px 0 10px}.legal-section p{margin-bottom:15px;color:var(--text-color)}.legal-section strong{color:var(--heading-color)}.legal-section ul{padding-left:20px;margin-bottom:15px}.legal-section li{margin-bottom:10px;color:var(--text-color);position:relative}.legal-section a{color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .2s}.legal-section a:hover{color:var(--primary-hover);text-decoration:underline}@media (max-width: 768px){.legal-header h1{font-size:2rem}.legal-section{padding:20px}}.admin-dashboard-wrapper{padding:1rem 0;width:100%}.admin-nav-tabs{display:flex;overflow-x:auto;gap:.5rem;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e5e7eb;margin-bottom:2rem}.admin-nav-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:none;background:transparent;color:#64748b;font-weight:500;cursor:pointer;white-space:nowrap;border-radius:8px;transition:all .2s}.admin-nav-tab:hover{background:#f1f5f9;color:#0f172a}.admin-nav-tab.active{background:#eff6ff;color:#3b82f6;font-weight:600}.dashboard-content{padding:0 2rem}@media (max-width: 640px){.admin-nav-tabs,.dashboard-content{padding-left:1rem;padding-right:1rem}}.confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.confirm-modal-content{background:#fff;border-radius:16px;padding:32px;max-width:450px;width:90%;box-shadow:0 20px 60px #0000004d;position:relative;animation:slideUp .3s ease-out}.confirm-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;color:#666;padding:4px;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center}.confirm-modal-close:hover{background:#f5f5f5;color:#333}.confirm-modal-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 24px;border-radius:50%;color:#fff}.icon-danger{background:linear-gradient(135deg,#ff6b6b,#ee5a52)}.icon-success{background:linear-gradient(135deg,#20c997,#12b886)}.icon-info{background:linear-gradient(135deg,#339af0,#228be6)}.confirm-modal-body{text-align:center;margin-bottom:32px}.confirm-modal-body h3{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 12px}.confirm-modal-body p{font-size:16px;color:#666;line-height:1.5;margin:0}.confirm-modal-actions{display:flex;gap:12px;justify-content:center}.confirm-modal-actions button{padding:12px 32px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;border:none;min-width:120px}.btn-cancel{background:#f5f5f5;color:#333}.btn-cancel:hover{background:#e0e0e0;transform:translateY(-1px)}.btn-action{color:#fff}.btn-danger{background:linear-gradient(135deg,#ff6b6b,#ee5a52)}.btn-danger:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ee5a5266}.btn-success{background:linear-gradient(135deg,#20c997,#12b886)}.btn-success:hover{transform:translateY(-1px);box-shadow:0 4px 12px #20c99766}.btn-info{background:linear-gradient(135deg,#339af0,#228be6)}.btn-info:hover{transform:translateY(-1px);box-shadow:0 4px 12px #339af066}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.confirm-modal-content{padding:24px;padding-bottom:calc(24px + env(safe-area-inset-bottom,20px));max-width:90%;margin-bottom:env(safe-area-inset-bottom,20px)}.confirm-modal-icon{width:64px;height:64px;margin-bottom:20px}.confirm-modal-icon svg{width:36px;height:36px}.confirm-modal-body h3{font-size:20px}.confirm-modal-body p{font-size:14px}.confirm-modal-actions{flex-direction:column}.confirm-modal-actions button{width:100%}}.manager{width:100%}.user-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #00000014;display:flex;flex-direction:column;transition:transform .3s ease;border:none;height:100%}.user-card:hover{transform:translateY(-5px)}.user-card-header{height:100px;background:linear-gradient(120deg,#6366f1,#a855f7,#ec4899);position:relative}.user-card-header:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.1) 100%)}.user-card-body{padding:0 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column;align-items:center;position:relative}.user-card-avatar{width:90px;height:90px;border-radius:50%;background:#fff;padding:4px;margin-top:-45px;margin-bottom:1rem;box-shadow:0 10px 25px #00000026;z-index:10;position:relative}.user-card-avatar-inner{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4338ca;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;text-transform:uppercase}.user-card-title{font-size:1.25rem;font-weight:800;color:#1e293b;margin:0;text-align:center;letter-spacing:-.5px}.user-card-subtitle{color:#64748b;font-size:.9rem;font-weight:500;margin-top:4px;text-align:center;margin-bottom:1.5rem;word-break:break-all}.user-card-stats{display:flex;justify-content:center;gap:20px;width:100%;padding:15px 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;margin-bottom:1.5rem}.user-stat-item{text-align:center;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:transform .2s;flex:1}.user-stat-item:hover{transform:translateY(-2px)}.user-stat-value{font-size:1.1rem;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:6px}.user-stat-label{font-size:.75rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-top:4px}.user-card-actions{display:flex;gap:10px;width:100%;margin-top:auto}.btn-icon-soft{flex:1;padding:.6rem;border-radius:12px;border:1px solid transparent;background:#f8fafc;color:#64748b;font-weight:600;font-size:.85rem;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s;cursor:pointer}.btn-icon-soft:hover{background:#f1f5f9;color:#334155}.btn-icon-soft.danger{color:#ef4444;background:#fef2f2}.btn-icon-soft.danger:hover{background:#fee2e2}.btn-icon-soft.success{color:#22c55e;background:#f0fdf4}.btn-icon-soft.success:hover{background:#dcfce7}.manager-header{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center}.manager-header h2{display:none}.btn-primary{background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-family:inherit;box-shadow:0 4px 6px -1px #ff6b6b33,0 2px 4px -1px #ff6b6b1a}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px #ff6b6b4d,0 4px 6px -2px #ff6b6b26;opacity:.95}.btn-secondary{background-color:#fff;color:#4b5563;border:1px solid #e5e7eb;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.btn-secondary:hover{background-color:#f9fafb;border-color:#d1d5db;color:#111827}.manager-form{background:#fff;padding:2.5rem;border-radius:16px;margin-bottom:3rem;box-shadow:0 10px 15px -3px #00000008,0 4px 6px -2px #00000003}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.85rem;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.05em}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#ff6b6b;background:#fff;box-shadow:0 0 0 4px #ff6b6b1a}.array-item{display:flex;gap:.5rem;margin-bottom:.5rem}.array-item input{flex:1}.btn-remove{background:#fef2f2;color:#ef4444;border:1px solid #fecaca;padding:0 1rem;border-radius:6px;cursor:pointer;font-weight:500;font-size:.85rem;font-family:inherit;transition:all .2s}.btn-remove:hover{background:#fee2e2;border-color:#ef4444;color:#dc2626}.btn-add{background:#fff7ed;color:#ea580c;border:1px dashed #fdba74;padding:.875rem;border-radius:8px;cursor:pointer;font-weight:600;width:100%;font-size:.9rem;font-family:inherit;transition:all .2s}.btn-add:hover{background:#ffedd5;border-color:#f97316;color:#c2410c}.form-actions{display:flex;gap:1rem;margin-top:2rem}.manager-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.manager-item{background:#fff;border:1px solid #f3f4f6;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.manager-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#ff6b6b,#ffb84d);opacity:0;transition:opacity .2s}.manager-item:hover{box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005;transform:translateY(-4px);border-color:#e5e7eb}.manager-item:hover:before{opacity:1}.item-header{display:flex;align-items:flex-start;margin-bottom:1rem}.item-header h3{margin:0;font-size:1.25rem;font-weight:700;color:#111827;letter-spacing:-.01em}.item-icon{margin-right:1rem}.item-description{color:#4b5563;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.item-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag{background:#fff7ed;color:#c2410c;padding:.35rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;border:1px solid #ffedd5}.item-actions{display:flex;gap:.75rem;margin-top:auto;border-top:1px solid #f3f4f6;padding-top:1rem}.btn-edit,.btn-delete{flex:1;text-align:center;padding:.5rem;font-size:.85rem;border-radius:6px;cursor:pointer;font-weight:600;background:transparent;transition:all .2s;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-edit{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.btn-edit:hover{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd}.btn-delete{background:#fef2f2;color:#ef4444;border:1px solid #fecaca}.btn-delete:hover{background:#fee2e2;color:#dc2626;border-color:#fca5a5}@media (max-width: 768px){.manager-list,.form-row{grid-template-columns:1fr}}.manager-container{width:100%}.filter-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1rem;border:1px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.filter-btn:hover{background:#f9fafb;color:#111827}.filter-btn.active{background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;border-color:transparent}.submissions-list{margin-top:2rem}.empty-state{background:#f9fafb;border:2px dashed #e5e7eb;border-radius:12px;padding:4rem 2rem;text-align:center}.empty-state p{color:#6b7280;font-size:1rem;margin:0}.submissions-table{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #f3f4f6;box-shadow:0 10px 15px -3px #00000008}.submissions-table table{width:100%;border-collapse:collapse}.submissions-table th{background:#f9fafb;color:#4b5563;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:1.25rem 1.5rem;text-align:left;border-bottom:1px solid #e5e7eb}.submissions-table td{padding:1.25rem 1.5rem;border-bottom:1px solid #f3f4f6;color:#374151;font-size:.9rem}.submissions-table tbody tr{transition:background .15s}.submissions-table tbody tr:hover{background:#f9fafb}.submission-new{background:#fef3c7!important}.submission-new:hover{background:#fef08a!important}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.status-new{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.status-read{background:#e0e7ff;color:#3730a3;border:1px solid #c7d2fe}.status-archived{background:#f3f4f6;color:#4b5563;border:1px solid #e5e7eb}.status-active{background:#dcfce7;color:#166534;border:1px solid #bbf7d0;display:inline-flex;align-items:center;gap:.25rem}.status-pending{background:#fef3c7;color:#92400e;border:1px solid #fde68a;display:inline-flex;align-items:center;gap:.25rem}.status-suspended{background:#fee2e2;color:#991b1b;border:1px solid #fecaca;display:inline-flex;align-items:center;gap:.25rem}.projects-badge{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:.25rem .75rem;border-radius:999px;font-weight:600;font-size:.85rem}.user-details .detail-row{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #f3f4f6}.user-details .detail-row:last-child{border-bottom:none}.user-details .detail-row strong{color:#6b7280;font-weight:500;min-width:150px}.user-details .detail-row span{color:#111827;font-weight:600}.btn-action.btn-warning{color:#f59e0b}.btn-action.btn-warning:hover{background:#fef3c7}.btn-action.btn-success{color:#10b981}.btn-action.btn-success:hover{background:#d1fae5}.date-cell{color:#6b7280;font-size:.85rem;white-space:nowrap}.name-cell{font-weight:600;color:#111827}.email-cell a{color:#2563eb;text-decoration:none;transition:color .2s}.email-cell a:hover{color:#1d4ed8;text-decoration:underline}.message-preview{color:#6b7280;font-size:.85rem;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.actions-cell{display:flex;gap:.5rem;justify-content:flex-end}.btn-action{padding:.375rem .5rem;border:1px solid #e5e7eb;background:#fff;border-radius:6px;cursor:pointer;transition:all .2s;font-size:1rem}.btn-action:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.btn-view:hover{background:#eff6ff;border-color:#bfdbfe}.btn-archive:hover{background:#fff7ed;border-color:#fdba74}.btn-mark-new:hover{background:#dcfce7;border-color:#bbf7d0}.btn-delete:hover{background:#fef2f2;border-color:#fecaca}.submission-details{max-width:700px}.submission-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.submission-header h3{margin:0;font-size:1.5rem;color:#111827}.submission-info{background:#f9fafb;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.info-row{display:flex;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.info-row:last-child{border-bottom:none}.info-row label{font-weight:600;color:#4b5563;min-width:120px;font-size:.9rem}.info-row span{color:#111827;font-size:.9rem}.info-row a{color:#2563eb;text-decoration:none;transition:color .2s}.info-row a:hover{color:#1d4ed8;text-decoration:underline}.submission-message{margin-bottom:2rem}.submission-message label{display:block;font-weight:700;color:#111827;margin-bottom:.75rem;font-size:1rem}.message-content{background:#f9fafb;padding:1.5rem;border-radius:8px;color:#374151;line-height:1.7;font-size:.95rem;white-space:pre-wrap;border:1px solid #e5e7eb}.submission-actions{display:flex;gap:.75rem;flex-wrap:wrap;padding-top:1.5rem;border-top:2px solid #f3f4f6}.submission-actions .btn{padding:.75rem 1.25rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;border:none;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-danger{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.btn-danger:hover{background:#fee2e2;border-color:#ef4444}.reply-section{margin:1.5rem 0}.reply-section label{display:block;font-size:.85rem;font-weight:600;color:#4b5563;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.reply-textarea{width:100%;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;background:#f9fafb;color:#111827;font-family:inherit;resize:vertical;min-height:120px;transition:all .2s}.reply-textarea:focus{outline:none;border-color:#ff6b6b;background:#fff;box-shadow:0 0 0 3px #ff6b6b1a}.mobile-only{display:none}.desktop-only{display:block}.submissions-cards{display:grid;gap:1rem}.submission-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;transition:all .2s}.submission-card.submission-new{background:#fef3c7;border-color:#fcd34d}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.card-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.card-date{font-size:.8rem;color:#6b7280}.card-body h4{margin:0 0 .5rem;color:#111827;font-size:1rem}.card-email{margin:.25rem 0;font-size:.85rem}.card-email a{color:#4f46e5;text-decoration:none}.card-company{margin:.25rem 0 .75rem;font-size:.85rem;color:#6b7280;font-weight:500}.card-message{margin:.75rem 0 1rem;padding:.75rem;background:#f9fafb;border-radius:6px;font-size:.85rem;color:#4b5563;line-height:1.5}.card-actions{display:flex;gap:.5rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid #e5e7eb}.card-actions .btn-action{flex:1;min-width:fit-content;justify-content:center}.filter-buttons .count{font-weight:400;opacity:.8}@media (max-width: 1200px){.submissions-table table{font-size:.85rem}.message-preview{max-width:150px}}@media (max-width: 992px){.desktop-only{display:none}.mobile-only{display:block}.manager-header{flex-direction:column;align-items:stretch;gap:1.5rem}.filter-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}}@media (max-width: 768px){.submissions-table{overflow-x:auto}.contact-manager{padding:1rem}.filter-buttons{grid-template-columns:1fr}.filter-btn{width:100%;justify-content:space-between}.submission-details{padding:1.5rem}.submission-actions{flex-direction:column}.submission-actions .btn{width:100%;justify-content:center}.actions-cell{flex-direction:column}.info-row{flex-direction:column;align-items:flex-start;gap:.25rem}}.inbox-title h2{margin:0;font-size:1.75rem;color:#111827;font-weight:700;display:block}.users-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.user-card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.user-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#ff6b6b,#ffb84d);opacity:0;transition:opacity .2s}.user-card:hover{box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005;transform:translateY(-4px);border-color:#e5e7eb}.user-card:hover:before{opacity:1}.user-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.user-card-info h4{margin:0;font-size:1.25rem;font-weight:700;color:#111827;letter-spacing:-.01em}.user-card-body{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;flex-grow:1}.user-card-row{display:flex;align-items:center;gap:.5rem;color:#4b5563;font-size:.95rem;line-height:1.6}.user-card-row svg{flex-shrink:0;color:#9ca3af}.user-card-row a{color:#2563eb;text-decoration:none;word-break:break-all}.user-card-row a:hover{text-decoration:underline}.user-card-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:auto;border-top:1px solid #f3f4f6;padding-top:1rem}.user-card-actions .btn-action{flex:1;min-width:100px;justify-content:center;padding:.5rem 1rem;font-size:.9rem;gap:.5rem}@media (max-width: 1024px){.users-cards{grid-template-columns:1fr}}@media (max-width: 768px){.manager-header{flex-direction:column;gap:1rem;align-items:stretch}.manager-header h2{display:flex!important;align-items:center;gap:.75rem;font-size:1.5rem}.btn-primary{width:100%;justify-content:center;display:flex;align-items:center;gap:.5rem}.filter-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.filter-btn{justify-content:center}.user-card-actions{flex-direction:column}.user-card-actions .btn-action{width:100%;min-width:auto}}.finance-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.summary-card{background:#fff;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;border:1px solid #f3f4f6;box-shadow:0 4px 6px -1px #00000008;transition:all .3s ease}.summary-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d}.summary-icon{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.income-card .summary-icon{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.expense-card .summary-icon{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.profit-card .summary-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.profit-card.negative .summary-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.summary-content{flex:1}.summary-label{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;font-weight:500}.summary-value{font-size:1.75rem;font-weight:700;color:#111827;margin:0}.profit-card.negative .summary-value{color:#dc2626}.profit-card.positive .summary-value{color:#059669}.view-tabs{display:flex;gap:.5rem;margin-bottom:2rem;background:#f9fafb;padding:.5rem;border-radius:12px}.tab-btn{flex:1;padding:.875rem 1.5rem;background:transparent;border:none;border-radius:8px;font-size:.95rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit}.tab-btn:hover{color:#111827;background:#fff}.tab-btn.active{background:#fff;color:#ff6b6b;box-shadow:0 4px 6px -1px #0000000d}.manager-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.filter-controls{display:flex;gap:1rem;flex-wrap:wrap}.filter-select{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit;min-width:180px}.filter-select:focus{outline:none;border-color:#ff6b6b;box-shadow:0 0 0 3px #ff6b6b1a}.table-container{background:#fff;border-radius:12px;border:1px solid #f3f4f6;overflow:hidden;box-shadow:0 4px 6px -1px #00000008}.manager-table{width:100%;border-collapse:collapse}.manager-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.manager-table th{padding:1rem 1.25rem;text-align:left;font-size:.85rem;font-weight:700;color:#4b5563;text-transform:uppercase;letter-spacing:.05em}.manager-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s}.manager-table th.sortable:hover{color:#ff6b6b;background:#fef2f2}.manager-table th.sortable svg{display:inline-block;vertical-align:middle;margin-left:.25rem;opacity:.5}.manager-table tbody tr{border-bottom:1px solid #f3f4f6;transition:all .2s}.manager-table tbody tr:hover{background:#fef9f9}.manager-table td{padding:1rem 1.25rem;color:#374151;font-size:.95rem}.amount-cell{font-weight:700;color:#dc2626;font-variant-numeric:tabular-nums}.income-amount{color:#059669}.category-badge{display:inline-block;padding:.375rem .875rem;background:#eff6ff;color:#1d4ed8;border-radius:6px;font-size:.85rem;font-weight:600}.status-badge{display:inline-block;padding:.375rem .875rem;border-radius:6px;font-size:.85rem;font-weight:600}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.expired{background:#fee2e2;color:#991b1b}.status-badge.paid{background:#d1fae5;color:#065f46}.status-badge.pending{background:#fef3c7;color:#92400e}.actions-cell{display:flex;gap:.5rem}.action-btn{padding:.5rem;border:none;border-radius:6px;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center}.edit-btn{background:#eff6ff;color:#1d4ed8}.edit-btn:hover{background:#dbeafe;transform:scale(1.1)}.delete-btn{background:#fee2e2;color:#991b1b}.delete-btn:hover{background:#fecaca;transform:scale(1.1)}.charts-container{display:grid;gap:2rem}.chart-card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #00000008}.chart-card h3{margin-top:0;margin-bottom:1.5rem;color:#111827;font-size:1.25rem;font-weight:700}.add-btn{background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;border:none;padding:.875rem 1.75rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;box-shadow:0 4px 6px -1px #ff6b6b33}.add-btn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #ff6b6b4d}.cancel-btn{background:#f3f4f6;color:#4b5563;border:none;padding:.875rem 1.75rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.cancel-btn:hover{background:#e5e7eb;color:#111827}.submit-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.875rem 1.75rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;box-shadow:0 4px 6px -1px #10b98133}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #10b9814d}@media (max-width: 768px){.finance-summary{grid-template-columns:1fr}.view-tabs{flex-direction:column}.manager-actions{flex-direction:column;align-items:stretch}.filter-controls{flex-direction:column}.filter-select{width:100%}.table-container{overflow-x:auto}.manager-table{min-width:800px}}.image-upload-container{border:2px dashed #d1d5db;border-radius:8px;padding:1.5rem;text-align:center;transition:all .2s;background:#f9fafb;position:relative;min-height:150px;display:flex;align-items:center;justify-content:center}.image-upload-container:hover{border-color:#ff6b6b;background:#fff}.image-upload-label{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#6b7280;width:100%}.upload-icon{color:#9ca3af;margin-bottom:.25rem;transition:color .2s}.image-upload-label:hover .upload-icon{color:#ff6b6b}.upload-text{font-weight:500;color:#374151}.upload-hint{font-size:.8rem;color:#9ca3af}.hidden-input{display:none}.preview-wrapper{position:relative;display:inline-block;line-height:0}.image-preview{max-height:200px;max-width:100%;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:block}.btn-remove-image{position:absolute;top:-10px;right:-10px;background:#ef4444;color:#fff;border:2px solid white;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:all .2s;padding:0;z-index:10}.btn-remove-image:hover{transform:scale(1.1);background:#dc2626}.services-manager-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;align-items:start;margin-top:2rem;padding-bottom:3rem}@media (max-width: 768px){.services-manager-grid{grid-template-columns:1fr;padding-bottom:5rem}}.project-actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid #f1f5f9;margin-top:auto}.action-icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#f8fafc;color:#64748b;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid transparent;cursor:pointer}.action-icon-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:currentColor}.project-card{background:#fff;border-radius:24px;overflow:visible;box-shadow:0 20px 40px #00000014;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;border:none;height:100%;position:relative;margin-top:2rem}.project-card:hover{transform:translateY(-5px);box-shadow:0 30px 60px #0000001f}.project-card-header{height:100px;background:linear-gradient(120deg,#3b82f6,#06b6d4);position:relative;border-radius:24px 24px 0 0;overflow:hidden}.project-card.finished .project-card-header{background:linear-gradient(120deg,#10b981,#059669)}.project-card-status{position:absolute;top:1rem;right:1.5rem;background:#ffffff40;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:6px 14px;border-radius:30px;font-size:.75rem;font-weight:700;color:#fff;box-shadow:0 4px 6px #0000000d;letter-spacing:.5px}.project-card-content{background:#fff;padding:2rem;border-radius:0 0 24px 24px;display:flex;flex-direction:column;flex:1}.project-icon-wrapper{width:64px;height:64px;background:#fff;border-radius:18px;margin-top:-52px;margin-bottom:1.25rem;box-shadow:0 10px 25px #0000001a;display:flex;align-items:center;justify-content:center;color:#3b82f6;z-index:10;position:relative;border:4px solid white}.project-title{font-size:1.35rem;font-weight:800;color:#0f172a;line-height:1.2;margin-bottom:.75rem;letter-spacing:-.02em}.project-client-chip{display:inline-flex;align-items:center;gap:.5rem;background:#f1f5f9;padding:6px 12px;border-radius:12px;font-size:.85rem;color:#475569;margin-bottom:1.25rem;width:fit-content}.project-description{font-size:.95rem;color:#64748b;line-height:1.6;margin-bottom:1.5rem;flex-grow:1;overflow:hidden}.project-meta{display:flex;gap:1.5rem;padding-top:1.25rem;border-top:1px dashed #e2e8f0;margin-bottom:1.5rem}.meta-group{display:flex;flex-direction:column}.meta-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;font-weight:600;margin-bottom:.25rem}.meta-value{font-size:.9rem;font-weight:600;color:#334155}.project-actions{display:flex;justify-content:flex-end;gap:.75rem}.action-icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#f8fafc;color:#64748b;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.action-icon-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.action-icon-btn.finish:hover{background:#dcfce7;color:#16a34a}.action-icon-btn.edit:hover{background:#dbeafe;color:#2563eb}.action-icon-btn.delete:hover{background:#fee2e2;color:#dc2626}.form-checkbox-group{display:flex;gap:1.5rem;margin-bottom:.5rem;padding:.5rem 0}.checkbox-wrapper{display:flex;align-items:center;gap:.5rem}.checkbox-wrapper label{margin:0;font-weight:500;cursor:pointer;color:#2d3436}.checkbox-wrapper input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#ffb84d;margin:0}.invitation-success-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem .5rem}.success-icon-wrapper{background:#dcfce7;color:#16a34a;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 15px #16a34a33}.success-title{color:#0f172a;font-size:1.5rem;margin-bottom:.5rem;font-weight:700}.success-message{color:#475569;margin-bottom:2rem;font-size:1rem;line-height:1.5}.success-message strong{color:#0f172a}.link-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;width:100%}.link-description{font-size:.875rem;color:#64748b;margin-bottom:1rem;line-height:1.5}.link-box{display:flex;align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:8px;overflow:hidden;transition:all .2s ease}.link-box:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.link-input{flex:1;border:none;padding:.75rem 1rem;font-size:.875rem;color:#334155;background:transparent;outline:none;text-overflow:ellipsis}.copy-btn{background:#f1f5f9;border:none;border-left:1px solid #cbd5e1;padding:.75rem 1rem;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.copy-btn:hover{background:#e2e8f0;color:#0f172a}.copy-btn.copied{background:#dcfce7;color:#16a34a;border-left-color:#bbf7d0}.contact-inbox{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;height:calc(100vh - 200px);display:flex;flex-direction:column}.inbox-header{padding:2rem;border-bottom:2px solid #f3f4f6;background:linear-gradient(135deg,#f9fafb,#fff)}.inbox-title{display:flex;align-items:center;gap:1rem}.inbox-title h2{margin:0;font-size:1.75rem;color:#111827;font-weight:700}.inbox-title svg{color:#ff6b6b}.unread-badge{background:#ff6b6b;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600}.inbox-filters{padding:1rem 2rem;display:flex;gap:.75rem;border-bottom:1px solid #e5e7eb;background:#fafbfc;flex-wrap:wrap}.filter-chip{padding:.5rem 1rem;border:1px solid #e5e7eb;background:#fff;border-radius:20px;font-size:.9rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.filter-chip:hover{border-color:#d1d5db;background:#f9fafb}.filter-chip.active{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-color:transparent}.chip-count{background:#fff3;padding:.125rem .5rem;border-radius:10px;font-size:.8rem;font-weight:600}.filter-chip.active .chip-count{background:#ffffff4d}.inbox-content{display:grid;grid-template-columns:400px 1fr;flex:1;overflow:hidden}.messages-sidebar{border-right:1px solid #e5e7eb;overflow-y:auto;background:#fafbfc}.empty-messages{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#9ca3af;padding:2rem;text-align:center}.empty-messages svg{margin-bottom:1rem;opacity:.5}.messages-list{display:flex;flex-direction:column}.message-item{padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:all .2s;position:relative;background:#fff}.message-sender{display:flex;align-items:center;gap:.5rem;color:#111827}.sender-name{font-weight:600;font-size:.9rem}.message-time{font-size:.8rem;color:#9ca3af}.message-company{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#6b7280;margin-bottom:.5rem}.message-preview{font-size:.85rem;color:#6b7280;line-height:1.5}.unread-indicator{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#ff6b6b;border-radius:50%}.message-viewer{overflow-y:auto;display:flex;flex-direction:column}.no-selection{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#9ca3af;text-align:center;padding:2rem}.no-selection svg{margin-bottom:1.5rem;opacity:.3}.no-selection h3{margin:0 0 .5rem;color:#6b7280;font-size:1.25rem}.no-selection p{margin:0;font-size:.9rem}.viewer-header{padding:2rem;border-bottom:2px solid #f3f4f6;background:#fff;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-shrink:0}.viewer-info h3{margin:0 0 1rem;font-size:1.5rem;color:#111827}.viewer-meta{display:flex;flex-direction:column;gap:.5rem}.meta-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#6b7280}.meta-item svg{color:#9ca3af;flex-shrink:0}.meta-item a{color:#4f46e5;text-decoration:none}.meta-item a:hover{text-decoration:underline}.viewer-actions{display:flex;gap:.5rem}.action-btn{width:40px;height:40px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#6b7280}.action-btn:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.action-btn.danger:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.action-btn.primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none}.action-btn.primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.viewer-body{flex:1;padding:2rem;overflow-y:auto}.message-content{background:#f9fafb;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.message-content h4{margin:0 0 1rem;font-size:.9rem;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.05em}.message-content p{margin:0;color:#111827;line-height:1.7;white-space:pre-wrap}.reply-box{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem}.reply-box h4{margin:0 0 1rem;font-size:.9rem;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.05em}.reply-box textarea{width:100%;padding:1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical;min-height:150px;transition:all .2s;margin-bottom:1rem}.reply-box textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.btn-send-reply{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;padding:.875rem 1.75rem;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #4f46e54d}.btn-send-reply:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e566}@media (max-width: 1024px){.contact-inbox{height:calc(100vh - 150px)}.inbox-content{grid-template-columns:350px 1fr}}@media (max-width: 768px){.contact-inbox{height:auto;min-height:calc(100vh - 120px)}.inbox-header{padding:1.5rem}.inbox-title h2{font-size:1.5rem}.inbox-filters{padding:1rem 1.5rem}.inbox-content{grid-template-columns:1fr;min-height:600px}.messages-sidebar{border-right:none;border-bottom:1px solid #e5e7eb;max-height:400px}.message-viewer{min-height:400px}.viewer-header{padding:1.5rem;flex-direction:column;align-items:stretch}.viewer-actions{justify-content:flex-end}.viewer-body{padding:1.5rem}.action-btn{flex:1;max-width:80px}}/*!
 * 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}.project-details-page{padding:20px;max-width:1200px;margin:0 auto;opacity:0;animation:pageFadeIn .6s cubic-bezier(.16,1,.3,1) forwards}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.details-header{margin-bottom:20px;display:flex;justify-content:space-between}.btn-back{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;font-size:1rem;color:#4b5563}.btn-back:hover{color:#111827}.project-info-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003;margin-bottom:28px;border:1px solid rgba(229,231,235,.5);transition:box-shadow .3s ease,transform .3s ease}.project-info-card:hover{box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #00000005;transform:translateY(-2px)}.project-title-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #e5e7eb;padding-bottom:15px}.project-title-section h1{margin:0;font-size:2.2rem;font-weight:800;background:linear-gradient(135deg,#111827,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em}.status-pill{padding:6px 12px;border-radius:20px;font-weight:600;font-size:.875rem}.status-pill.active{background:#dbeafe;color:#1e40af}.status-pill.finished{background:#d1fae5;color:#065f46}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:20px}.info-item label{display:block;color:#6b7280;font-size:.875rem;margin-bottom:4px}.info-item span{font-weight:500;font-size:1rem;color:#111827;word-break:break-all}.requirements-board{background:#fff;border-radius:16px;padding:32px;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003;border:1px solid rgba(229,231,235,.5);transition:box-shadow .3s ease,transform .3s ease}.requirements-board:hover{box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #00000005;transform:translateY(-2px)}.board-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.req-table{display:flex;flex-direction:column;gap:10px}.req-row{display:grid;grid-template-columns:40px minmax(200px,2fr) minmax(100px,1fr) minmax(180px,1.2fr) minmax(140px,1.2fr) 90px;gap:15px;padding:16px;border-bottom:1px solid transparent;align-items:start;transition:all .25s cubic-bezier(.4,0,.2,1);border-radius:12px;margin-bottom:8px;background-color:#fff;border:1px solid #f1f5f9}.req-row:not(.req-header):hover{background-color:#f8fafc;border-color:#e2e8f0;transform:scale(1.01);box-shadow:0 4px 12px -2px #0000000d;z-index:10;position:relative}.req-row .col-idx{font-weight:700;color:#6b7280;display:flex;justify-content:center;margin-top:4px}.req-row .col-desc{display:flex;flex-direction:column;justify-content:center;min-width:0;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.req-row .col-est,.req-row .col-dates,.req-row .col-status{display:flex;flex-direction:column;justify-content:center}.req-row .col-actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}.req-row.req-header{font-weight:600;background:#f9fafb;border-radius:8px;border-bottom:none;color:#374151;align-items:center}.req-row.req-header .col-idx{margin-top:0}.col-dates{font-size:.8rem;color:#6b7280;line-height:1.4}.custom-status-dropdown{position:relative;width:100%}.status-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;border-radius:20px;border:1px solid transparent;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s ease;background-color:#fff}.status-trigger:focus{outline:none;box-shadow:0 0 0 2px #3b82f633}.status-trigger.status-0{background-color:#f3f4f6;color:#4b5563;border-color:#e5e7eb}.status-trigger.status-1{background-color:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.status-trigger.status-2{background-color:#ecfdf5;color:#047857;border-color:#a7f3d0}.status-menu{position:absolute;top:calc(100% + 4px);left:0;width:180px;background:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;z-index:50;padding:4px;animation:fadeIn .1s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.status-option{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:.875rem;color:#374151;transition:background-color .15s}.status-option:hover{background-color:#f9fafb}.status-option.selected{background-color:#eff6ff;color:#1d4ed8;font-weight:500}.status-dot{width:8px;height:8px;border-radius:50%}.status-dot.status-0{background-color:#9ca3af}.status-dot.status-1{background-color:#3b82f6}.status-dot.status-2{background-color:#10b981}.check-icon{margin-left:auto;color:#3b82f6}.new-req-form{background:#f8fafc;padding:15px;border-radius:8px;margin-bottom:20px;border:1px solid #e2e8f0}.new-req-form form{display:flex;gap:10px}.new-req-form input{padding:8px;border:1px solid #cbd5e1;border-radius:6px;flex:1}.btn-primary-sm{background:#2563eb;color:#fff;border:none;border-radius:6px;padding:8px 16px;display:flex;align-items:center;gap:6px;cursor:pointer}.btn-save-sm{background:#2563eb;color:#fff;border:none;border-radius:6px;padding:8px;cursor:pointer}.btn-cancel-sm{background:#fff;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px;padding:8px 16px;cursor:pointer;font-weight:500;font-size:.875rem;transition:all .2s}.btn-cancel-sm:hover{background:#f9fafb;border-color:#d1d5db;color:#1f2937}.btn-danger-sm{background:#dc2626;color:#fff;border:none;border-radius:6px;padding:8px 16px;cursor:pointer;font-weight:500;font-size:.875rem;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-danger-sm:hover{background:#b91c1c}.btn-danger-sm:disabled{opacity:.5;cursor:not-allowed}.add-requirement-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:#374151}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.95rem;color:#111827;background-color:#f9fafb;transition:all .2s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;background-color:#fff;box-shadow:0 0 0 3px #3b82f61a}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #f3f4f6}.btn-icon-danger{background:none;border:none;color:#ef4444;cursor:pointer}.btn-icon-danger:hover{background:#fee2e2;border-radius:4px}.btn-icon-primary{background:none;border:none;color:#2563eb;cursor:pointer;margin-right:8px}.btn-icon-primary:hover{background:#dbeafe;border-radius:4px}.form-group .quill{background-color:#fff;border-radius:.5rem}.form-group .ql-toolbar{border-top-left-radius:.5rem;border-top-right-radius:.5rem;border-color:#e5e7eb;background-color:#f9fafb}.form-group .ql-container{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-color:#e5e7eb;font-size:.95rem;min-height:120px}.form-group .ql-editor{min-height:120px}.ql-editor-display ul{list-style-type:disc;padding-left:1.5em}.ql-editor-display ol{list-style-type:decimal;padding-left:1.5em}.ql-editor-display p{margin-bottom:.5em}.ql-editor-display a{color:#2563eb;text-decoration:underline}.ql-editor-display img{max-width:100%;height:auto}.req-row.status-row-1{background-color:#eff6ff;border-bottom:1px solid #bfdbfe;border-radius:8px}.req-row.status-row-2{background-color:#ecfdf5;border-bottom:1px solid #a7f3d0;border-radius:8px}.req-row.status-row-3{background-color:#fff7ed;border-bottom:1px solid #fed7aa;border-radius:8px}.req-row.status-row-4{background-color:#fff1f2;border-bottom:1px solid #fecdd3;border-radius:8px;opacity:.9}@media screen and (max-width: 768px){.project-details-page{padding:10px}.req-row.req-header{display:none!important}.req-row{display:flex;flex-direction:column;gap:12px;padding:16px;position:relative}.req-row .col-idx{position:absolute;top:16px;left:16px;font-size:1rem;color:#9ca3af;margin-top:0;justify-content:flex-start}.req-row .col-desc{margin-left:25px;width:calc(100% - 25px)}.req-row .col-desc>div:first-child{font-size:1.1rem!important;line-height:1.3!important}.req-row .col-est,.req-row .col-dates{flex-direction:row;flex-wrap:wrap;gap:12px;font-size:.9rem;color:#4b5563;margin-left:0;width:100%;border-top:1px solid rgba(0,0,0,.05);padding-top:10px}.req-row .col-est:before{content:"Est: ";font-weight:600;margin-right:4px}.req-row .col-status{width:100%;margin-top:5px}.req-row .col-actions{width:100%;justify-content:flex-end;border-top:1px solid rgba(0,0,0,.05);padding-top:12px;margin-top:5px}.project-title-section{flex-direction:column;align-items:flex-start;gap:10px}.info-grid{grid-template-columns:1fr}.details-header{flex-direction:column;gap:15px}.status-pill{align-self:flex-start}}.req-row .col-est{align-items:center;text-align:center}.description-section,.tech-section{margin-top:32px;padding-top:24px;border-top:1px dashed rgba(229,231,235,1)}.section-title{display:flex;align-items:center;gap:10px;font-size:1.15rem;font-weight:700;color:#1e293b;margin-top:0;margin-bottom:16px;text-transform:uppercase;letter-spacing:.03em}.section-icon{color:#2563eb;background:transparent;padding:0;border-radius:0;width:auto;height:auto}.section-content{font-size:1rem;line-height:1.7;color:#475569;white-space:pre-wrap}.tech-tags{display:flex;flex-wrap:wrap;gap:10px}.tech-tag{background:#fff;border:1px solid #e2e8f0;padding:6px 14px;border-radius:8px;font-size:.85rem;font-weight:600;color:#334155;transition:all .2s ease;box-shadow:0 1px 2px #00000005}.tech-tag:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a;transform:translateY(-1px);box-shadow:0 3px 6px #0000000a}.profile-page{padding:40px 20px;background-color:#f8fafc;display:flex;justify-content:center;align-items:flex-start}.profile-wrapper{width:100%;max-width:800px;position:relative;animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #00000014;position:relative;transition:transform .3s ease}.profile-banner{height:220px;background:linear-gradient(120deg,#6366f1,#a855f7,#ec4899);position:relative}.profile-banner:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.15) 100%)}.profile-avatar-wrapper{position:relative;margin-top:-85px;display:flex;flex-direction:column;align-items:center;z-index:10}.profile-avatar{width:170px;height:170px;border-radius:50%;background:#fff;padding:6px;box-shadow:0 10px 25px #00000026}.profile-avatar-inner{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4338ca;display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:800;overflow:hidden;position:relative;text-transform:uppercase}.profile-role-badge{margin-top:20px;background:#6366f11a;color:#4338ca;padding:8px 20px;border-radius:30px;font-size:.85rem;font-weight:700;display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:1px}.profile-role-badge.admin{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 4px 15px #4f46e566}.profile-identity{text-align:center;margin-top:15px;padding:0 20px}.profile-name{font-size:2.5rem;font-weight:800;color:#1e293b;margin:0;letter-spacing:-1px}.profile-email{color:#64748b;font-size:1.1rem;margin-top:8px;font-weight:500}.profile-stats{display:flex;justify-content:center;gap:50px;margin:35px 0;padding:25px 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.stat-item{text-align:center;display:flex;flex-direction:column;transition:transform .2s}.stat-item:hover{transform:translateY(-2px)}.stat-value{font-size:1.5rem;font-weight:800;color:#0f172a}.stat-label{font-size:.85rem;color:#64748b;margin-top:6px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.profile-content{padding:20px 50px 60px;display:grid;grid-template-columns:1fr 1fr;gap:50px}.section-title{font-size:1.25rem;font-weight:800;color:#334155;margin-bottom:25px;display:flex;align-items:center;gap:12px}.info-group{margin-bottom:30px}.info-label{font-size:.8rem;color:#94a3b8;font-weight:700;margin-bottom:10px;display:block;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1.1rem;color:#334155;font-weight:500;display:flex;align-items:center;gap:12px;padding-bottom:8px;border-bottom:2px solid #f8fafc}.profile-input{width:100%;padding:12px 0;border:none;border-bottom:2px solid #e2e8f0;font-size:1.1rem;color:#1e293b;transition:all .3s;background:transparent;font-weight:500}.profile-input:focus{border-color:#6366f1;outline:none}.profile-actions-top{position:absolute;top:25px;right:25px;display:flex;gap:15px;z-index:20}.btn-icon-glass{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.btn-icon-glass:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.action-buttons-row{grid-column:1 / -1;display:flex;justify-content:center;gap:20px;margin-top:20px;border-top:1px solid #f1f5f9;padding-top:40px}.btn-save{background:#0f172a;color:#fff;border:none;padding:14px 40px;border-radius:50px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:10px;box-shadow:0 10px 25px #0f172a33}.btn-save:hover{background:#6366f1;transform:translateY(-3px);box-shadow:0 15px 30px #6366f14d}.btn-cancel{background:#fff;color:#64748b;border:2px solid #e2e8f0;padding:14px 30px;border-radius:50px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s}.btn-cancel:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}@media (max-width: 768px){.profile-content{grid-template-columns:1fr;padding:20px 30px 40px;gap:30px}.profile-stats{gap:30px}.profile-name{font-size:2rem}}.page-header-wrapper{background:linear-gradient(135deg,#fff5f5,#fff9e5);box-shadow:0 2px 4px #0000000d;width:100%;margin-bottom:2rem}.page-header{margin:0 auto;padding:2rem;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.page-header-content{flex:1;display:flex;flex-direction:column;align-items:flex-start}.page-header-content h1{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem;display:flex;align-items:center;gap:1rem}.page-header-content h1 svg{color:#7c3aed;flex-shrink:0}.page-header-content p{font-size:1rem;color:#666;margin:0;line-height:1.5;text-align:left}.page-header-actions{display:flex;align-items:flex-start;flex-shrink:0}.page-header button{padding:.75rem 1.5rem;border-radius:8px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap;flex-shrink:0}@media (max-width: 768px){.page-header{flex-direction:column;align-items:stretch;padding:1.5rem 1rem}.page-header-content h1{font-size:1.5rem}.page-header button{width:100%;justify-content:center}}.my-projects-page{padding-bottom:4rem}.messages-content{display:grid;grid-template-columns:400px 1fr;gap:2rem;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;min-height:700px}.messages-sidebar{border-right:1px solid #e5e7eb;display:flex;flex-direction:column}.messages-stats{display:flex;padding:1.5rem;gap:2rem;border-bottom:1px solid #e5e7eb}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-number{font-size:1.5rem;font-weight:700;color:#4f46e5}.stat-text{font-size:.85rem;color:#6b7280;font-weight:500}.messages-list{flex:1;overflow-y:auto}.message-item{padding:1.25rem 1.5rem;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:all .2s}.message-item:hover{background:#f9fafb}.message-item.active{background:#eff6ff;border-right:3px solid #4F46E5}.message-item.unread{background:#fef3c7}.message-item.unread:hover{background:#fef08a}.message-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.message-from{font-weight:600;color:#111827;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.star-icon{color:#f59e0b;fill:#f59e0b}.message-date{font-size:.8rem;color:#9ca3af}.message-subject{font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.9rem}.message-preview{font-size:.85rem;color:#6b7280;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.message-viewer{padding:2rem;display:flex;flex-direction:column}.message-viewer-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:1.5rem;border-bottom:2px solid #f3f4f6;margin-bottom:2rem;gap:1rem}.message-viewer-info h2{font-size:1.75rem;color:#111827;margin:0 0 .75rem}.message-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;color:#6b7280;font-size:.9rem}.from-label{font-weight:600}.from-name{color:#4f46e5;font-weight:600}.date-full{color:#9ca3af}.message-actions{display:flex;gap:.5rem}.btn-icon{background:#f9fafb;border:1px solid #e5e7eb;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#6b7280}.btn-icon:hover{background:#fff;border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.btn-icon.btn-delete:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.message-body{flex:1;color:#374151;line-height:1.8;font-size:.95rem}.message-body p{margin-bottom:1rem}.message-reply{padding-top:2rem;border-top:2px solid #f3f4f6}.btn-reply{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;padding:.875rem 1.75rem;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #4f46e54d}.btn-reply:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e566}.no-message-selected{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#9ca3af}.no-message-selected svg{margin-bottom:1rem;opacity:.5}.no-message-selected h3{color:#6b7280;margin:0 0 .5rem;font-size:1.25rem}.no-message-selected p{color:#9ca3af;margin:0}@media (max-width: 1024px){.messages-content{grid-template-columns:1fr}.messages-sidebar{border-right:none;border-bottom:1px solid #e5e7eb}}@media (max-width: 768px){.messages-page{padding:2rem 0}.messages-container{padding:0 1rem}.page-header h1{font-size:2rem}.btn-compose{width:100%;justify-content:center}.messages-content{min-height:600px}.message-viewer{padding:1.5rem}.message-viewer-header{flex-direction:column}.message-actions{width:100%;justify-content:flex-end}}.message-form{padding:2rem}.form-group textarea{min-height:150px}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);position:sticky;top:0;z-index:1000;padding:1.5rem 0}.header .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav{display:flex;gap:2.5rem;align-items:center}.nav-link{text-decoration:none;color:#555;font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,#ff6b6b,#ffb84d);transition:width .3s ease}.nav-link:hover{color:#ff6b6b}.nav-link:hover:after{width:100%}.nav-link.active{color:#ff6b6b}.nav-link.active:after{width:100%}.nav-link.login-btn{background:linear-gradient(135deg,#ff6b6b,#ffb84d);color:#fff;padding:.6rem 1.5rem;border-radius:8px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.nav-link.login-btn:after{display:none}.nav-link.login-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #ff6b6b4d;color:#fff}@media (max-width: 1024px){.nav-link.login-btn{text-align:center;justify-content:center}}.nav-link.login-btn.active{color:#fff;box-shadow:0 4px 15px #ff6b6b66}.nav-link.dashboard-btn{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:.6rem 1.5rem;border-radius:8px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;display:flex;align-items:center;gap:.5rem}.nav-link.dashboard-btn:after{display:none}.nav-link.dashboard-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #4f46e54d;color:#fff}.nav-link.dashboard-btn.active{color:#fff;box-shadow:0 4px 15px #4f46e566}.nav-link.dashboard-btn .btn-icon{font-size:1.1rem}.user-menu{position:relative}.user-avatar-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;transition:transform .2s ease}.user-avatar-btn:hover{transform:scale(1.05)}.avatar-circle{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;box-shadow:0 2px 8px #4f46e54d;transition:box-shadow .2s ease}.user-avatar-btn:hover .avatar-circle{box-shadow:0 4px 12px #4f46e566}.avatar-circle-large{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;box-shadow:0 2px 8px #4f46e54d}.dropdown-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:999}.user-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:260px;z-index:1000;animation:dropdownFadeIn .2s ease;overflow:hidden}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:1.25rem;display:flex;gap:1rem;align-items:center;background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.user-info-dropdown{flex:1;min-width:0}.user-info-dropdown .user-name{font-weight:600;color:#111827;font-size:.95rem;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-info-dropdown .user-email{color:#6b7280;font-size:.8rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-divider{height:1px;background:#e5e7eb;margin:0}.dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;color:#374151;text-decoration:none;font-size:.9rem;font-weight:500;transition:background .15s ease}.dropdown-item:hover{background:#f9fafb}.dropdown-item.active{background:#f3f4f6;color:#4f46e5}.dropdown-item .dropdown-icon{font-size:1.1rem;width:20px;text-align:center}.dropdown-item.logout-item{color:#dc2626}.dropdown-item.logout-item:hover{background:#fef2f2}.burger-menu{display:none}.burger-menu span{width:28px;height:3px;background:linear-gradient(135deg,#ff6b6b,#ffb84d);border-radius:3px;transition:all .3s ease}.burger-menu.open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.burger-menu.open span:nth-child(2){opacity:0}.burger-menu.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.overlay{display:none}@media (max-width: 1024px){.header .container{flex-direction:row;justify-content:space-between}.burger-menu{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1003}.nav{display:none}.mobile-nav{position:fixed;top:0;right:0;height:100vh;width:280px;background:#fff;box-shadow:-5px 0 25px #0000001a;z-index:1002;overflow-y:auto;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-close-btn{position:absolute;top:1.5rem;right:2rem;z-index:1005;padding:.5rem;display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.mobile-close-btn span{width:28px;height:3px;background:linear-gradient(135deg,#ff6b6b,#ffb84d);border-radius:3px;transition:all .3s ease}.mobile-close-btn.open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-close-btn.open span:nth-child(2){opacity:0}.mobile-close-btn.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-close-btn:hover{background-color:transparent}.mobile-nav-content{display:flex;flex-direction:column;padding:3.5rem 2rem 2rem;gap:.5rem;height:100%}.mobile-nav .nav-link{font-size:1.1rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6;width:100%;color:#374151;display:flex;align-items:center;gap:10px}.mobile-nav .nav-link:last-child{border-bottom:none}.mobile-nav-divider{height:1px;background:#e5e7eb;margin:1rem 0}.mobile-user-info{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding-bottom:.5rem;margin-bottom:.5rem;width:100%}.mobile-user-info .user-details{display:flex;flex-direction:column;align-items:center;width:100%}.mobile-user-info .user-name{font-weight:600;color:#111827;margin-bottom:.25rem}.mobile-user-info .user-email{font-size:.85rem;color:#6b7280}.mobile-nav-bottom-spacer{flex-grow:1}.mobile-nav-footer{margin-top:1rem;display:flex;justify-content:center;padding-bottom:1rem}.logout-link{color:#ef4444!important;cursor:pointer}.logout-link.bottom-logout{margin-top:auto;border-top:1px solid #f3f4f6;border-bottom:none;padding-top:1.5rem;justify-content:center}.overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1001;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}.logo-img{height:2.2rem;width:auto;display:block;object-fit:contain}.language-switcher{display:flex;gap:.5rem;align-items:center}.lang-btn{padding:.5rem .875rem;border:1px solid #e5e7eb;background:#fff;color:#6b7280;font-size:.85rem;font-weight:600;cursor:pointer;border-radius:6px;transition:all .2s;font-family:inherit}.lang-btn:hover{border-color:#ff6b6b;color:#ff6b6b}.lang-btn.active{background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;border-color:transparent;box-shadow:0 2px 4px #ff6b6b33}.footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#ecf0f1;padding:4rem 0 2rem;margin-top:6rem}.footer .container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-logo{font-size:1.75rem;font-weight:700;display:flex;gap:.25rem}.footer-logo .logo-rr{color:#ff6b6b}.footer-logo .logo-design{color:#ffb84d}.footer-tagline{color:#bdc3c7;font-size:.95rem;line-height:1.6;margin-top:.5rem}.footer-section h4{color:#ffb84d;font-size:1.1rem;font-weight:600}.footer-section p{color:#bdc3c7;margin:.5rem 0;font-size:.95rem}.footer-links,.social-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a,.social-links a{color:#bdc3c7;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-links a:hover,.social-links a:hover{color:#ff6b6b}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#95a5a6;font-size:.9rem}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.user-sidebar{min-width:200px;background:#fff;border-right:1px solid #e5e7eb;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;flex-shrink:0;height:100vh;z-index:90;padding-top:85px}.user-sidebar .sidebar-brand{display:none}.user-badge{display:inline-block;background:linear-gradient(135deg,#4f46e51a,#7c3aed1a);color:#4f46e5;padding:.35rem .75rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:1px solid rgba(79,70,229,.2)}.user-sidebar .sidebar-nav{flex:1;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem}.user-sidebar .sidebar-link{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;background:transparent;border:none;border-radius:10px;font-size:.95rem;color:#6b7280;cursor:pointer;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);font-family:inherit;text-align:left;position:relative}.user-sidebar .sidebar-link:hover{background:#f9fafb;color:#374151;transform:translate(4px)}.user-sidebar .sidebar-link.active{background:linear-gradient(135deg,#4f46e526,#7c3aed26);color:#4f46e5;font-weight:600;box-shadow:0 4px 6px -1px #4f46e51a}.user-sidebar .sidebar-link.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:60%;background:linear-gradient(180deg,#4f46e5,#7c3aed);border-radius:0 4px 4px 0}.user-sidebar .link-icon{font-size:1.25rem;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center}.user-sidebar .link-label{flex:1}.user-sidebar .sidebar-footer{padding:1.5rem;border-top:1px solid #f3f4f6;display:flex;flex-direction:column;gap:1rem}.user-sidebar .user-info{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:10px}.user-sidebar .user-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;text-transform:uppercase;flex-shrink:0}.user-details{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}.user-sidebar .user-name{font-size:.9rem;color:#374151;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:.75rem;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-sidebar .logout-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;font-size:.9rem;font-weight:600;font-family:inherit;transition:all .2s;width:100%}.user-sidebar .logout-btn:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}@media (max-width: 1024px){.user-sidebar{transform:none;min-width:80px;width:80px;padding-left:.5rem;padding-right:.5rem}.user-sidebar.open{transform:none}.user-sidebar .link-label,.user-sidebar .user-details,.user-sidebar .user-badge,.user-sidebar .logout-label{display:none}.user-sidebar .sidebar-link{justify-content:center;padding:.875rem .5rem}.user-sidebar .link-icon{margin:0;width:auto;height:auto}.user-sidebar .logout-btn{justify-content:center;padding:.75rem}.user-sidebar .user-info{justify-content:center}.user-sidebar .sidebar-footer{padding:1rem .5rem}}.dashboard-layout-container{display:flex;min-height:100vh;width:100%}.dashboard-main-area{flex:1;display:flex;flex-direction:column;min-width:0;background-color:#f8fafc}.dashboard-content-wrapper{flex:1;padding:0}.dashboard-layout-container .user-sidebar{position:sticky;top:0;height:100vh;min-height:100vh;z-index:100;border-right:1px solid #e5e7eb}.dashboard-main-area .footer{margin-top:auto}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #ff6b6b;--secondary-color: #ffb84d;--dark-color: #2c3e50;--text-color: #555;--light-bg: #f8f9fa;--white: #ffffff;--gradient: linear-gradient(135deg, #ff6b6b 0%, #ffb84d 100%);--header-height: 85px}.logo{font-size:1.75rem;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:.25rem}.logo-rr{color:#ff6b6b;background:linear-gradient(135deg,#ff6b6b,#ffb84d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-design{color:#2c3e50}body{font-family:sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);background:var(--white);line-height:1.6}#root{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 2rem}html{scroll-behavior:auto}a{color:inherit;transition:color .3s ease}::selection{background-color:var(--primary-color);color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--gradient);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.page-header{padding:3rem;background:linear-gradient(135deg,#fff5f5,#fff9e5);text-align:center}.page-header .container{max-width:800px;margin:0 auto;padding:0 2rem}.page-title{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.page-description{font-size:1.2rem;color:#7f8c8d;line-height:1.7}.form-group{display:flex;flex-direction:column;gap:.75rem}.form-group label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#4b5563;font-size:.9rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.875rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;background:#f9fafb;color:#111827;transition:all .2s;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;background:#fff}.form-group textarea{resize:vertical}.form-group select{cursor:pointer;background:#fff}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{padding:2rem;border-bottom:2px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center;gap:1rem}.modal-header h2{margin:0;font-size:1.5rem;color:#111827}.modal-close{background:none;border:none;font-size:2rem;color:#9ca3af;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-body{padding:2rem}.btn{padding:.875rem 1.75rem;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;border:none;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;box-shadow:0 4px 12px #ff6b6b4d;display:flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.btn-secondary{background:#f3f4f6;color:#6b7280}.btn-secondary:hover{background:#e5e7eb}.btn-green{background:#10b981;color:#fff}.btn-purple{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 4px 12px #4f46e54d}.btn-purple:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e566}.btn-add-project{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;box-shadow:0 4px 12px #7c3aed4d}.btn-add-project:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed66}.badge{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.badge-blue{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.badge-green{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.badge-yellow{background:#fef3c7;color:#854d0e;border:1px solid #fde68a}.badge-orange{background:#fff7ed;color:#c2410c;border:1px solid #ffedd5}.card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #00000014;transition:all .3s}.card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026}.card-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.card-header h2{font-size:1.5rem;color:#111827;margin:0;display:flex;align-items:center;gap:.75rem}.page-layout{background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:0}.page-container{max-width:1200px;margin:0 auto;padding:0 2rem}.stat-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;align-items:center;gap:1.5rem;transition:all .3s}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon.blue{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#2563eb}.stat-icon.green{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#16a34a}.stat-icon.yellow{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#ca8a04}.stat-icon.purple{background:linear-gradient(135deg,#e9d5ff,#d8b4fe);color:#7c3aed}.stat-info{flex:1}.stat-value{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.25rem}.stat-label{color:#6b7280;font-size:.9rem;font-weight:500}.search-box{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:.75rem;background:#f9fafb}.search-box svg{color:#9ca3af;flex-shrink:0}.search-box input{flex:1;border:none;background:transparent;font-size:.95rem;outline:none;color:#111827}.search-box input::placeholder{color:#9ca3af}@media (max-width: 768px){.page-title{font-size:2rem}.page-description{font-size:1rem}.modal-content{max-height:95vh}.modal-header,.modal-body{padding:1.5rem}}.page-with-sidebar{display:flex;background-color:#f9fafb}.page-content{flex:1;margin-left:280px;width:calc(100% - 280px)}@media (max-width: 1024px){.page-content{margin-left:0;width:100%}}.dashboard-layout{display:flex;min-height:calc(100vh - var(--header-height));width:100%}.dashboard-main-content{flex:1;background-color:#f8fafc;overflow-x:hidden}.template-category,.project-category,.card-category{display:inline-block;background:linear-gradient(135deg,#6c5ce7,#a29bfe);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:.5rem;width:fit-content}.btn-card-edit,.btn-card-delete{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;border-radius:6px;font-weight:600;cursor:pointer;border:none;transition:all .2s}.btn-card-edit{background:#eff6ff;color:#1d4ed8}.btn-card-edit:hover{background:#dbeafe}.btn-card-delete{background:#fee2e2;color:#991b1b}.btn-card-delete:hover{background:#fecaca}
