@import"https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;0,500;1,400&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navigation{width:100%;display:flex;flex-direction:column;align-items:center}.navigation__container{width:95%;max-width:1500px;display:flex;justify-content:space-between;align-items:center;padding:20px 0 80px}.navigation__logo{color:#000;font-size:30px;font-family:DM Sans,sans-serif;font-weight:500;line-height:36px;word-wrap:break-word}.navigation__logo-img{height:.85em;width:auto;vertical-align:middle;margin-left:.15em;display:inline-block}.navigation__button{padding:14px 22px;background:#485c11;border-radius:1000px;display:flex;align-items:center;gap:2px;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.navigation__button:hover{background:#3a4a0e;transform:translateY(-2px);box-shadow:0 8px 25px #485c114d}.navigation__button:active{transform:translateY(0);box-shadow:0 4px 15px #485c1133}.navigation__button-text{color:#fff;font-size:14px;font-family:DM Sans,sans-serif;font-weight:700;line-height:19.6px;word-wrap:break-word;transition:transform .3s ease}.navigation__button:hover .navigation__button-text{transform:translate(-2px)}.navigation__button-arrow{display:flex;align-items:center;margin-left:6px;transition:transform .3s ease}.navigation__button:hover .navigation__button-arrow{transform:translate(4px)}.navigation__button-arrow svg{transition:transform .3s ease}.navigation__button:hover .navigation__button-arrow svg{transform:rotate(45deg)}@media (max-width: 900px){.navigation{display:none}}.navitems{margin-top:15px;padding:20px 24px;left:50%;transform:translate(-50%);position:fixed;background:#fff6;overflow:hidden;border-radius:100px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);justify-content:flex-start;align-items:center;gap:27px;display:inline-flex;z-index:1000}.navitems__item{color:#000;font-size:14px;font-family:DM Sans,sans-serif;font-weight:700;line-height:19.6px;word-wrap:break-word;cursor:pointer;align-content:center;transition:color .3s ease}.navitems__item:hover{color:#485c11}@media (max-width: 900px){.navitems{display:none}}@media (max-width: 1550px){.navitems{margin-top:calc(120px - clamp(0px,6.76vw,105px))}}.navmobile__hamburger{display:none;background:#ffffff8c;border:none;cursor:pointer;position:fixed;top:20px;right:20px;z-index:1100;border-radius:16px;padding:10px 12px;box-shadow:0 2px 12px #0000001a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .2s,box-shadow .2s}.navmobile__hamburger:hover{background:#ffffffbf;box-shadow:0 4px 24px #0000002e}.navmobile__hamburger-bar{width:28px;height:3px;background:#222;margin:5px 0;border-radius:2px;display:block}.navmobile__menu{width:100vw;min-width:0;max-width:100vw;left:0;top:0;position:fixed;background:#fff;box-shadow:0 8px 32px #0000002e,0 1.5px 6px #0000001a;overflow:hidden;border-bottom-right-radius:20px;border-bottom-left-radius:20px;flex-direction:column;justify-content:flex-start;display:none;z-index:1200;animation:slideDown .2s ease}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.navmobile__menu.closing{animation:slideUp .2s ease forwards}.navmobile__top{padding:20px 20px 40px;background:#fff;display:flex;gap:40px;justify-content:space-between;align-items:flex-start}.navmobile__logo{color:#000;font-size:30px;font-family:DM Sans,sans-serif;font-weight:500;line-height:36px}.navmobile__close{background:none;border:none;cursor:pointer;padding:0;margin-left:10px}.navmobile__content{padding:8px 20px 32px;display:flex;flex-direction:column;align-items:flex-start}.navmobile__item{width:100%;padding:30px 0;border-top:1px #E9E9E9 solid;color:#000;font-size:14px;font-family:DM Sans,sans-serif;font-weight:700;line-height:19.6px;text-align:left;cursor:pointer;transition:color .3s}.navmobile__item:hover{color:#485c11}.navmobile__button{margin-top:10px;padding:14px 22px;background:#485c11;border-radius:1000px;display:flex;align-items:center;gap:2px;border:none;cursor:pointer;align-self:center}.navmobile__button-text{color:#fff;font-size:14px;font-family:DM Sans,sans-serif;font-weight:700;line-height:19.6px;word-wrap:break-word}.navmobile__button-arrow{display:flex;align-items:center;margin-left:6px}@media (max-width: 900px){.navmobile__hamburger{display:block}.navmobile__menu{display:flex}}.chat-widget{position:fixed;bottom:2rem;right:2rem;z-index:1000;transition:all .3s ease}.chat-widget-button{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#485c11,#6b8e23);color:#fff;border:none;border-radius:2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #485c114d;font-family:DM Sans,sans-serif;font-weight:500;font-size:.9rem}.chat-widget-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #485c1166;background:linear-gradient(135deg,#5a6f1a,#7a9f2a)}.chat-icon{font-size:1.25rem}.chat-container{position:fixed;bottom:2rem;right:2rem;width:400px;height:600px;background-color:#fff;border-radius:1.5rem;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;overflow:hidden}.chat-header{padding:1.25rem;background:linear-gradient(135deg,#485c11,#6b8e23);color:#fff;display:flex;justify-content:space-between;align-items:center}.chat-header-content{display:flex;align-items:center;gap:.75rem}.chat-logo{width:24px;height:24px;filter:brightness(0) invert(1)}.chat-header h3{margin:0;font-size:1.1rem;font-family:Crimson Text,serif;font-weight:600}.close-button{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.25rem;line-height:1;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.close-button:hover{background-color:#ffffff1a}.messages-container{flex:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;background-color:#f9fafb}.message{max-width:85%;padding:.875rem 1.125rem;border-radius:1.25rem;position:relative;font-family:DM Sans,sans-serif;font-size:.9rem;line-height:1.4}.message-content{margin-bottom:.375rem;line-height:1.5;white-space:pre-line;word-wrap:break-word}.input-container{padding:1.25rem;border-top:1px solid #e5e7eb;display:flex;gap:.75rem;background-color:#fff}.input-container input{flex:1;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:1rem;outline:none;transition:all .2s;font-size:.9rem;font-family:DM Sans,sans-serif;background-color:#f9fafb;color:#1f2937}.input-container button{padding:.875rem 1.5rem;background:linear-gradient(135deg,#485c11,#6b8e23);color:#fff;border:none;border-radius:1rem;cursor:pointer;transition:all .2s;font-family:DM Sans,sans-serif;font-weight:500;font-size:.9rem}.suggested-prompts{padding:1.25rem;background-color:#fff;border-radius:1rem;margin-bottom:1rem;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000d}.suggested-prompts h4{color:#1f2937;margin:0 0 1rem;font-size:1rem;font-weight:600;font-family:Crimson Text,serif}.prompts-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.prompt-button{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:.875rem 1rem;text-align:left;font-size:.85rem;color:#4b5563;cursor:pointer;transition:all .2s;font-family:DM Sans,sans-serif;line-height:1.3}@media (max-width: 768px){.chat-widget{bottom:1rem;right:1rem}.chat-container{width:calc(100vw - 2rem);height:calc(100vh - 2rem);bottom:1rem;right:1rem;border-radius:1rem}.chat-widget-button{padding:.875rem 1.25rem;font-size:.85rem}.chat-text{display:none}.prompts-grid{grid-template-columns:1fr}}@media (max-width: 480px){.chat-container{width:calc(100vw - 1rem);height:calc(100vh - 1rem);bottom:.5rem;right:.5rem}.chat-widget{bottom:.5rem;right:.5rem}}.api-status-warning-small{background-color:#fff3cd;color:#856404;padding:4px 8px;border-radius:4px;font-size:10px;border:1px solid #ffeaa7;font-family:DM Sans,sans-serif;font-weight:500;margin-left:8px}.chat-section-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;animation:fadeIn .3s ease-out}.chat-section-modal{background:#fff;border-radius:2rem;box-shadow:0 20px 60px #0000004d;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:slideIn .3s ease-out;min-height:0;transition:max-width .4s ease-in-out}.chat-section-content{display:flex;flex-direction:column;height:100%}.chat-section-header{padding:2rem 2rem 1.5rem;background:linear-gradient(135deg,#485c11,#6b8e23);color:#fff;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.chat-header-info{display:flex;align-items:flex-start;gap:1rem;flex:1}.chat-logo{width:48px;height:48px;filter:brightness(0) invert(1);flex-shrink:0}.chat-header-text h2{margin:0 0 .5rem;font-size:1.75rem;font-family:Crimson Text,serif;font-weight:600;line-height:1.2}.chat-header-text p{margin:0;font-size:.95rem;font-family:DM Sans,sans-serif;opacity:.9;line-height:1.4}.close-button{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:.5rem;line-height:1;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.close-button:hover{background-color:#ffffff1a;transform:scale(1.05)}.chat-section-body{flex:1;display:flex;flex-direction:column;background-color:#f9fafb;min-height:0;position:relative;overflow:hidden}.messages-container{max-height:58vh;flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.ai-intro{background:linear-gradient(135deg,#f0f4ff,#e6f3ff);border:1px solid #d1e7ff;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;text-align:center}.ai-intro h3{margin:0 0 1rem;font-size:1.25rem;font-family:Crimson Text,serif;color:#485c11;font-weight:600}.ai-intro p{margin:0 0 .75rem;font-size:.9rem;font-family:DM Sans,sans-serif;color:#4b5563;line-height:1.5}.ai-intro p:last-child{margin-bottom:0}.suggested-prompts{background-color:#fff;border-radius:1rem;padding:1.5rem;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000d}.suggested-prompts h4{color:#1f2937;margin:0 0 1rem;font-size:1.1rem;font-weight:600;font-family:Crimson Text,serif}.prompts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem}.prompt-button{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;text-align:left;font-size:.9rem;color:#4b5563;cursor:pointer;transition:all .2s;font-family:DM Sans,sans-serif;line-height:1.3}.prompt-button:hover{background-color:#f3f4f6;border-color:#485c11;color:#485c11;transform:translateY(-1px);box-shadow:0 2px 8px #485c111a}.prompt-button:active{transform:translateY(0)}.message{max-width:85%;padding:1rem 1.25rem;border-radius:1.25rem;position:relative;font-family:DM Sans,sans-serif;font-size:.95rem;line-height:1.4}.message.user{align-self:flex-end;background:linear-gradient(135deg,#485c11,#6b8e23);color:#fff;border-bottom-right-radius:.375rem}.message.bot{align-self:flex-start;background-color:#fff;color:#1f2937;border-bottom-left-radius:.375rem;border:1px solid #e5e7eb;box-shadow:0 2px 4px #0000000d}.message-content{margin-bottom:.375rem;line-height:1.5;white-space:pre-line;word-wrap:break-word;text-align:justify}.message-content span{display:inline}.message-content br{display:block;margin:.5rem 0}.message-timestamp{font-size:.75rem;opacity:.7;text-align:right;font-family:Roboto Mono,monospace}.input-container{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;gap:1rem;background-color:#fff}.input-container input{flex:1;padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:1rem;outline:none;transition:all .2s;font-size:.95rem;font-family:DM Sans,sans-serif;background-color:#f9fafb;color:#1f2937}.input-container input:focus{border-color:#485c11;background-color:#fff;box-shadow:0 0 0 3px #485c111a}.input-container input::placeholder{color:#9ca3af}.input-container button{padding:1rem 2rem;background:linear-gradient(135deg,#485c11,#6b8e23);color:#fff;border:none;border-radius:1rem;cursor:pointer;transition:all .2s;font-family:DM Sans,sans-serif;font-weight:500;font-size:.95rem;white-space:nowrap}.input-container button:hover:not(:disabled){background:linear-gradient(135deg,#5a6f1a,#7a9f2a);transform:translateY(-1px)}.input-container button:disabled{background:linear-gradient(135deg,#9ca3af,#d1d5db);cursor:not-allowed;transform:none}.loading{display:flex;gap:.25rem;align-items:center;justify-content:center;min-height:1.5rem}.loading span{width:.5rem;height:.5rem;background-color:currentColor;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.loading span:nth-child(1){animation-delay:-.32s}.loading span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes slideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width: 768px){.chat-section-overlay{padding:1rem}.chat-section-modal{max-height:95vh;border-radius:1.5rem}.chat-section-header{padding:1.5rem 1.5rem 1rem}.chat-header-text h2{font-size:1.5rem}.chat-header-text p{font-size:.9rem}.chat-logo{width:40px;height:40px}.close-button{width:40px;height:40px;font-size:1.75rem}.messages-container{padding:1rem}.ai-intro{padding:1.25rem}.ai-intro h3{font-size:1.1rem}.ai-intro p{font-size:.85rem}.suggested-prompts{padding:1.25rem}.prompts-grid{grid-template-columns:1fr}.input-container{padding:1.25rem;gap:.75rem}.input-container input{padding:.875rem 1rem;font-size:.9rem}.input-container button{padding:.875rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){.chat-section-overlay{padding:.5rem}.chat-section-modal{max-height:98vh;border-radius:1rem}.chat-section-header{padding:1.25rem 1.25rem 1rem}.chat-header-info{gap:.75rem}.chat-logo{width:36px;height:36px}.chat-header-text h2{font-size:1.25rem}.chat-header-text p{font-size:.85rem}.close-button{width:36px;height:36px;font-size:1.5rem}}.api-status-warning{background-color:#fff3cd;color:#856404;padding:8px 12px;border-radius:6px;font-size:12px;margin-top:8px;border:1px solid #ffeaa7;display:flex;align-items:center;gap:6px;font-family:DM Sans,sans-serif;font-weight:500}.api-status-warning:before{content:"⚠️";font-size:14px}.chat-section-modal.show-lead-form{overflow:hidden}.chat-content{transition:transform .4s ease-in-out;width:100%;height:100%;position:relative;z-index:1}.chat-content.slide-left{transform:translate(-100%)}.lead-form-container{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;transition:transform .4s ease-in-out;display:flex;flex-direction:column;overflow:hidden;z-index:2;transform:translate(100%)}.lead-form-container.slide-in{transform:translate(0)}.prompts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.lead-form-toggle-button{background:linear-gradient(135deg,#485c11,#6b8e23);color:#fff;border:none;border-radius:.75rem;padding:.75rem 1.25rem;font-size:.9rem;font-family:DM Sans,sans-serif;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.lead-form-toggle-button:hover{background:linear-gradient(135deg,#5a6f1a,#7a9f2a);transform:translateY(-1px);box-shadow:0 4px 12px #485c1133}.back-to-chat-button{background:none;border:none;color:#485c11;font-size:.9rem;font-family:DM Sans,sans-serif;font-weight:500;cursor:pointer;padding:.5rem 0;margin-bottom:1rem;transition:color .2s}.back-to-chat-button:hover{color:#6b8e23}.lead-form-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.lead-form-header h3{margin:0 0 .5rem;font-size:1.25rem;font-family:Crimson Text,serif;color:#485c11;font-weight:600}.lead-form-header p{margin:0;font-size:.9rem;font-family:DM Sans,sans-serif;color:#6b7280;line-height:1.4}.lead-form-body{flex:1;padding:1.5rem;overflow-y:auto}.lead-form-success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;height:100%}.success-icon{font-size:3rem;margin-bottom:1rem}.lead-form-success h3{margin:0 0 .5rem;font-size:1.5rem;font-family:Crimson Text,serif;color:#485c11;font-weight:600}.lead-form-success p{margin:0;font-size:1rem;font-family:DM Sans,sans-serif;color:#6b7280;line-height:1.5}.lead-form-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:.75rem;margin-bottom:1.5rem;font-size:.9rem;font-family:DM Sans,sans-serif}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:500;color:#374151;font-family:DM Sans,sans-serif}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:.9rem;font-family:DM Sans,sans-serif;background-color:#f9fafb;color:#1f2937;transition:all .2s;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#485c11;background-color:#fff;box-shadow:0 0 0 3px #485c111a}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.consentimientos-section{margin-bottom:2rem}.consentimientos-section h4{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#374151;font-family:Crimson Text,serif}.consentimiento-item{margin-bottom:1rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.85rem;font-family:DM Sans,sans-serif;line-height:1.4}.checkbox-label input[type=checkbox]{margin-right:.5rem;cursor:pointer;width:16px;height:16px;accent-color:#485C11}.consentimiento-text{color:#6b7280;flex:1}.consentimiento-text a{color:#485c11;text-decoration:underline}.consentimiento-text a:hover{color:#6b8e23}.lead-form-submit-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#485c11,#6b8e23);color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-family:DM Sans,sans-serif;font-weight:500;cursor:pointer;transition:all .2s}.lead-form-submit-button:hover:not(:disabled){background:linear-gradient(135deg,#5a6f1a,#7a9f2a);transform:translateY(-1px);box-shadow:0 4px 12px #485c1133}.lead-form-submit-button:disabled{background:linear-gradient(135deg,#9ca3af,#d1d5db);cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){.chat-content.slide-left{transform:translate(-100%)}.lead-form-container{width:100%}.prompts-header{flex-direction:column;align-items:stretch;gap:1rem}.lead-form-toggle-button{align-self:flex-end}.lead-form-header,.lead-form-body{padding:1.25rem}}@media (max-width: 480px){.lead-form-header,.lead-form-body{padding:1rem}.lead-form-header h3{font-size:1.1rem}.lead-form-header p{font-size:.85rem}.form-group input,.form-group textarea{padding:.75rem .875rem;font-size:.85rem}.lead-form-submit-button{padding:.875rem 1.5rem;font-size:.9rem}}.contact-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.contact-form-modal{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.contact-form-content{padding:0}.contact-form-header{display:flex;justify-content:space-between;align-items:flex-start;padding:32px 32px 24px;border-bottom:1px solid #f0f0f0}.contact-form-header-info{display:flex;align-items:center;gap:16px;flex:1}.contact-form-logo{width:40px;height:40px;flex-shrink:0}.contact-form-header-text h2{font-family:Crimson Text,serif;font-size:28px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.contact-form-header-text p{font-family:DM Sans,sans-serif;font-size:14px;color:#666;margin:0;line-height:1.4}.contact-form-close-button{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:8px;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.contact-form-close-button:hover{background-color:#f5f5f5;color:#666}.contact-form-body{padding:32px}.form-group{margin-bottom:24px}.form-group label{display:block;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;color:#333;background-color:#fff;transition:all .2s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#485c11;box-shadow:0 0 0 3px #485c111a}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group textarea{resize:vertical;min-height:100px}.contact-form-submit-button{width:100%;background:linear-gradient(135deg,#485c11,#5a6f1a);color:#fff;border:none;padding:16px 24px;border-radius:8px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px}.contact-form-submit-button:hover:not(:disabled){background:linear-gradient(135deg,#5a6f1a,#6b821f);transform:translateY(-1px);box-shadow:0 4px 12px #485c114d}.contact-form-submit-button:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){.contact-form-overlay{padding:16px}.contact-form-modal{max-width:100%;max-height:95vh}.contact-form-header{padding:24px 24px 20px}.contact-form-header-info{gap:12px}.contact-form-logo{width:32px;height:32px}.contact-form-header-text h2{font-size:24px}.contact-form-header-text p{font-size:13px}.contact-form-body{padding:24px}.form-group{margin-bottom:20px}.form-group input,.form-group textarea{padding:10px 14px;font-size:16px}}@media (max-width: 480px){.contact-form-header{flex-direction:column;gap:16px;align-items:flex-start}.contact-form-close-button{align-self:flex-end}.contact-form-header-info{width:100%}}.contact-form-success{padding:32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.success-icon{font-size:48px;margin-bottom:8px}.contact-form-success h3{font-family:Crimson Text,serif;font-size:24px;color:#485c11;margin:0}.contact-form-success p{font-family:DM Sans,sans-serif;font-size:16px;color:#666;margin:0}.contact-form-error{background-color:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:8px;border:1px solid #fecaca;margin-bottom:24px;font-family:DM Sans,sans-serif;font-size:14px}.file-input{padding:8px 12px;border:2px dashed #e0e0e0;background-color:#fafafa;cursor:pointer}.file-input:hover{border-color:#485c11;background-color:#f8f9fa}.file-selected{margin-top:8px;font-size:12px;color:#485c11;font-weight:500}.consentimientos-section{margin:32px 0 24px;padding:24px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.consentimientos-section h4{font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;color:#333;margin:0 0 16px}.consentimiento-item{margin-bottom:16px}.consentimiento-item:last-child{margin-bottom:0}.checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-family:DM Sans,sans-serif;font-size:14px;line-height:1.5}.checkbox-label input[type=checkbox]{margin-right:.5rem;width:16px;height:16px;accent-color:#485C11;margin-top:2px;flex-shrink:0}.consentimiento-text{color:#555;flex:1}.consentimiento-text a{color:#485c11;text-decoration:underline;font-weight:500}.consentimiento-text a:hover{color:#5a6f1a}@media (max-width: 768px){.consentimientos-section{padding:20px;margin:24px 0 20px}.consentimientos-section h4{font-size:15px}.consentimiento-text{font-size:13px}.checkmark{height:18px;width:18px}.checkmark:after{left:5px;top:1px;width:5px;height:9px}}.HeroSection{width:100%;max-width:1600px;padding-top:120px;padding-left:16px;padding-right:16px;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:120px}.HeroDesktop{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.HeroText h1{font-size:76px;font-family:Crimson Text,serif;font-weight:400;line-height:1.1;color:#000;margin:0}.HeroImageDesktop img{width:500px;max-width:100%;border-radius:30px}.HeroMobile{display:none}@media (max-width: 900px){.HeroDesktop{display:none}.HeroMobile{display:flex;flex-direction:column;align-items:center;width:100%;gap:32px}.BrowseEverything{text-align:center;color:#000;font-size:36px;font-family:Crimson Text,serif;font-weight:400;line-height:1.1;margin-bottom:24px;opacity:0;transform:translateY(40px);animation:heroMobileFadeIn 1.2s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.15s}.HeroImageMobile{width:100%;display:flex;justify-content:center;align-items:center;position:relative}.HeroMobileBg{position:absolute;left:0;right:0;top:40%;transform:translateY(-50%);height:250px;background:#8e9c78;border-radius:24px;z-index:1;opacity:0;animation:heroMobileFadeIn 1.2s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.2s}.Iphone{width:220px;height:420px;background:#000;box-shadow:0 -2px 12px #0000001a;border-radius:34px;outline:1px #CECECE solid;outline-offset:-1px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:2;opacity:0;transform:translateY(40px);animation:heroMobileFadeIn 1.2s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.35s}@keyframes heroMobileFadeIn{to{opacity:1;transform:translateY(0)}}.InnerScreen{width:200px;height:400px;background:#00000040;border-radius:27px;position:absolute;top:10px;left:10px;display:flex;align-items:center;justify-content:center;overflow:hidden}.InnerScreen img{width:100%;height:100%;object-fit:cover;border-radius:27px}}:root{min-height:100vh;--color-primary: #485C11;--color-secondary: #DFECC6;--color-background: #8E9C78;--color-text-gray: #6F6F6F;--color-border-light: #E9E9E9;--color-border-medium: #CECECE;--color-white: white;--color-black: black}body{min-height:100vh;margin:0;padding:0;background:#fff;font-family:DM Sans,sans-serif;color:#000;line-height:1.4;box-sizing:border-box}#root{min-height:100vh;width:100vw;margin:0 50px;display:flex;flex-direction:column}.App{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:#fff;position:relative}.main-content{width:100vw;max-width:1500px;margin:0 auto;display:flex;flex-direction:column;align-items:center}:root{--color-primary: #485C11;--color-secondary: #DFECC6;--color-background: #8E9C78;--color-text-gray: #6F6F6F;--color-border-light: #E9E9E9;--color-border-medium: #CECECE;--color-white: white;--color-black: black}.font-crimson{font-family:Crimson Text,serif}.font-dm-sans{font-family:DM Sans,sans-serif}.font-roboto-mono{font-family:Roboto Mono,monospace}.text-12{font-size:12px;line-height:16.8px}.text-14{font-size:14px;line-height:19.6px}.text-15{font-size:15px;line-height:21px}.text-18{font-size:18px;line-height:25.2px}.text-30{font-size:30px;line-height:36px}.text-40{font-size:40px;line-height:42px}.text-60{font-size:60px;line-height:54px}.text-160{font-size:160px;line-height:136px}.text-gray{color:var(--color-text-gray)}.color-primary{color:var(--color-primary)}.font-500{font-weight:500}.font-700{font-weight:700}.btn-primary{background:var(--color-primary);color:var(--color-white);border:none;padding:14px 22px;border-radius:1000px;font-family:DM Sans,sans-serif;font-weight:700;font-size:14px;line-height:19.6px;cursor:pointer;display:flex;align-items:center;gap:2px}.btn-secondary{background:var(--color-secondary);color:var(--color-black);border:none;padding:14px 22px;border-radius:1000px;font-family:DM Sans,sans-serif;font-weight:700;font-size:14px;line-height:19.6px;cursor:pointer}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:translate(-50%) scale(.8)}to{opacity:1;transform:translate(-50%) scale(1)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.hero-section{width:100%;max-width:1500px;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;gap:240px}.hero-title{align-self:stretch;text-align:center;color:#000;font-weight:400;word-wrap:break-word;animation:fadeInUp 1s ease-out .3s both}.hero-image-container{align-self:stretch;height:362px;position:relative;background:var(--color-background);border-radius:30px;animation:slideInFromBottom 1.2s ease-out .6s both}.ipad{width:907px;left:50%;bottom:-123px;position:absolute;background:#000;overflow:hidden;border-radius:36px;border-left:2px rgba(255,255,255,.5) solid;border-top:2px rgba(255,255,255,.5) solid;border-right:2px rgba(255,255,255,.5) solid;transform:translate(-50%);animation:fadeInScale 1.5s ease-out .9s both}.inner-screen{border:20px solid black;border-radius:16px}.inner-screen img{width:100%;height:100%;object-fit:cover;border-radius:16px}.trusted-section{width:100%;max-width:1500px;padding:50px 0;display:flex;flex-direction:column;align-items:center;gap:30px}.trusted-label{color:var(--color-text-gray)}.trusted-logos{align-self:stretch;display:flex;justify-content:center;align-items:center;gap:100px;flex-wrap:wrap;align-content:center}.logo-item{height:84px;padding:20px;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.logo-item img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .3s ease}.logo-item:hover img{filter:grayscale(0%);opacity:1}.services-section{width:100%;max-width:1500px;padding-bottom:120px;display:flex;flex-direction:column;align-items:flex-start}.services-header{align-self:stretch;padding:80px 0 60px;border-top:.5px solid var(--color-border-light);display:flex;flex-direction:column;align-items:flex-start;gap:50px}.services-label{font-weight:700;color:var(--color-primary)}.services-title{align-self:stretch;color:#000;font-weight:400;word-wrap:break-word}.services-subtitle{align-self:stretch;color:var(--color-text-gray)}.service-icon{width:32px;height:32px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.service-icon img{width:100%;height:100%;object-fit:contain;filter:var(--color-primary)}.service-content{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.service-content h3{align-self:stretch;color:#000;font-weight:400;word-wrap:break-word;font-size:16px;line-height:18px}.service-content p{align-self:stretch;color:var(--color-text-gray);word-wrap:break-word;font-size:13px;line-height:18px}.services-image{height:37.5rem;align-self:stretch;border-radius:1.875rem;margin-top:60px;overflow:hidden}.services-image img{width:100%;height:100%;object-fit:cover}.container{width:100%;max-width:1500px;margin:0 auto}.section{width:100%;max-width:1500px;display:flex;flex-direction:column;align-items:center}.gap-20{gap:20px}.gap-30{gap:30px}.gap-40{gap:40px}.gap-50{gap:50px}.gap-60{gap:60px}.gap-80{gap:80px}.padding-40{padding:40px}.padding-50{padding:50px}.padding-80{padding:80px}.padding-120{padding:120px}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 3px #0000001a;position:fixed;top:0;width:100%;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:80px}.nav-logo{font-size:28px;font-weight:800;color:#1f2937;text-decoration:none;letter-spacing:-.5px}.nav-menu{display:flex;list-style:none;gap:40px}.nav-link{color:#6b7280;text-decoration:none;font-weight:500;font-size:16px;transition:color .3s ease}.nav-link:hover{color:#1f2937}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle span{width:25px;height:3px;background:#1f2937;margin:3px 0;transition:.3s}main{margin-top:80px}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:16px;color:#1f2937}.section-header p{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.features{padding:100px 0;background:#f9fafb}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}.feature-card{background:#fff;padding:40px 30px;border-radius:16px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid #e5e7eb}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px #0000001a}.feature-icon{font-size:48px;margin-bottom:24px}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:#1f2937}.feature-card p{color:#6b7280;line-height:1.6}.services{padding:100px 0;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:15px;align-self:stretch;padding-top:40px}.service-card{background:#f9fafb;padding:40px;border-radius:16px;border:1px solid #e5e7eb;transition:all .3s ease;display:flex;flex-direction:column;align-items:flex-start;gap:15px;min-width:0}.service-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.service-card h3{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:#1f2937}.service-card p{color:#6b7280;margin-bottom:24px;line-height:1.6}.service-card ul{list-style:none;padding:0}.service-card li{color:#6b7280;margin-bottom:8px;padding-left:20px;position:relative}.service-card li:before{content:"✓";color:#10b981;font-weight:700;position:absolute;left:0}.cta{background:linear-gradient(135deg,#1f2937,#374151);color:#fff;padding:100px 0;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:16px}.cta-content p{font-size:1.125rem;margin-bottom:40px;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.footer{width:100%;max-width:1500px;padding-top:40px;padding-bottom:20px;border-top:1px solid var(--color-border-light);flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:80px;display:flex}.footer-links{align-self:stretch;height:40px;justify-content:space-between;align-items:center;display:flex}.footer-nav-items{justify-content:flex-start;align-items:center;gap:27px;display:flex}.footer-nav-item{text-align:center;color:#000;font-size:14px;line-height:19.6px;word-wrap:break-word;transition:color .3s ease}.footer-nav-item:hover{color:var(--color-primary)}.footer-credits{align-self:stretch;justify-content:flex-start;align-items:flex-end;gap:40px;display:flex}.footer-logo{justify-content:flex-start;align-items:flex-end;gap:8.97px;display:flex}.footer-logo-img{height:40px;width:auto;object-fit:contain}.footer-text{flex:1 1 0;justify-content:flex-start;align-items:center;gap:16px;display:flex}.footer-copyright,.footer-year,.footer-rights{justify-content:center;display:flex;flex-direction:column;color:var(--color-primary);font-size:12px;font-weight:400;line-height:16.8px;word-wrap:break-word}.footer-contact{display:flex;gap:20px;align-items:center}.footer-phone{text-align:center;color:#000;font-size:14px;line-height:19.6px;word-wrap:break-word;transition:color .3s ease;text-decoration:none}.footer-phone:hover{color:var(--color-primary)}.about-section{width:100%;max-width:1500px;padding-bottom:120px;justify-content:flex-start;align-items:flex-start;gap:70px;display:flex}.about-image{flex:0 0 auto;height:669.38px;aspect-ratio:1.12 / 1;padding:10px;border-radius:30px;object-fit:cover}.about-quote{flex:1 1 0;align-self:stretch;border-top:1px solid var(--color-border-light);flex-direction:column;justify-content:center;align-items:flex-start;padding-top:10px;gap:50px;display:flex}.quote-text{align-self:stretch;color:#000;font-weight:400;line-height:42px;word-wrap:break-word}.quote-author{align-self:stretch;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;display:flex}.author-name{align-self:stretch;color:#000;font-weight:400;line-height:21px;word-wrap:break-word}.author-title{font-weight:700;align-self:stretch;color:var(--color-primary);font-weight:400;line-height:16.8px;word-wrap:break-word}.case-section{width:100%;max-width:1500px;padding-bottom:120px;overflow:hidden;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;display:flex}.case-content{align-self:stretch;padding:80px 240px;border-top:1px solid var(--color-border-medium);flex-direction:column;justify-content:flex-start;align-items:center;display:flex}.case-text-content{align-self:stretch;flex-direction:column;justify-content:flex-start;align-items:center;gap:40px;display:flex}.case-label{color:var(--color-primary)}.case-title{align-self:stretch;text-align:center;color:#000;font-weight:400;line-height:54px;word-wrap:break-word}.case-subtitle{align-self:stretch;text-align:center;color:var(--color-text-gray);font-weight:400;line-height:21px;word-wrap:break-word}.case-button{padding:14px 22px;background:var(--color-secondary);border-radius:1000px;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;border:none;cursor:pointer;font-size:14px;font-weight:700;line-height:19.6px;transition:all .3s ease;position:relative;overflow:hidden}.case-button:hover{background:var(--color-primary);color:var(--color-white);transform:translateY(-2px);box-shadow:0 8px 25px #485c114d}.case-button:active{transform:translateY(0);box-shadow:0 4px 15px #485c1133}.case-table{align-self:stretch;overflow:hidden;border-radius:20px;justify-content:flex-start;align-items:flex-start;display:flex}.table-column{flex:1 1 0;min-width:200px;flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}.table-column.featured{background:#fff;box-shadow:0 2px 8px #00000014;overflow:hidden;border-radius:20px;outline:1px solid var(--color-border-light);outline-offset:-1px}.table-header{align-self:stretch;height:96px;padding:40px 30px;border-bottom:1px solid var(--color-border-medium);justify-content:center;align-items:flex-start;gap:16px;display:flex}.column-title{justify-content:center;display:flex;flex-direction:column;color:#000;font-size:25.71px;font-family:DM Sans,sans-serif;font-weight:500;line-height:30.86px;word-wrap:break-word;align-items:center;gap:8px}.column-logo{height:30px;width:auto;object-fit:contain}.column-title.secondary{color:var(--color-text-gray);font-size:22.86px;line-height:27.43px}.table-row{align-self:stretch;padding:32px 30px;border-bottom:.5px solid var(--color-border-light);justify-content:flex-start;align-items:center;gap:8px;display:flex}.check-icon{position:relative;display:flex;align-items:center}.check-icon.secondary svg path{fill:var(--color-text-gray)}.close-icon{position:relative;display:flex;align-items:center}.feature-text{text-align:center;color:#000;font-weight:400;line-height:16.8px;word-wrap:break-word}.contact-section{width:100%;max-width:1500px;padding-top:120px;padding-bottom:120px;border-top:.5px solid var(--color-border-light);flex-direction:column;justify-content:flex-start;align-items:center;gap:40px;display:flex}.contact-title{align-self:stretch;text-align:center;color:#000;font-weight:400;line-height:54px;word-wrap:break-word}.contact-subtitle{align-self:stretch;text-align:center;color:var(--color-text-gray);font-weight:400;line-height:21px;word-wrap:break-word}.contact-button{padding:14px 22px;background:var(--color-primary);border-radius:1000px;justify-content:center;align-items:center;gap:2px;display:inline-flex;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.contact-button:hover{background:#3a4a0e;transform:translateY(-2px);box-shadow:0 8px 25px #485c114d}.contact-button:active{transform:translateY(0);box-shadow:0 4px 15px #485c1133}.contact-button-text{text-align:center;color:#fff;font-size:14px;font-family:DM Sans,sans-serif;font-weight:700;line-height:19.6px;word-wrap:break-word;transition:transform .3s ease}.contact-button:hover .contact-button-text{transform:translate(-2px)}.contact-button-arrow{display:flex;align-items:center;margin-left:6px;transition:transform .3s ease}.contact-button:hover .contact-button-arrow{transform:translate(4px)}.contact-button-arrow svg{transition:transform .3s ease}.contact-button:hover .contact-button-arrow svg{transform:rotate(45deg)}@media (max-width: 1550px){#root{margin:0 clamp(0px,3vw,50px)}.text-160{font-size:clamp(40px,10vw,160px);line-height:clamp(50px,12vw,136px)}.text-60{font-size:clamp(30px,5vw,60px);line-height:clamp(36px,6vw,54px)}.text-40{font-size:clamp(20px,2.7vw,40px);line-height:clamp(24px,3vw,42px)}.text-15{font-size:clamp(11px,1.5vw,15px);line-height:clamp(15px,2vw,21px)}.text-12{font-size:clamp(9px,1.2vw,12px);line-height:clamp(12px,1.8vw,16.8px)}.hero-image-container{height:clamp(50px,23vw,362px);border-radius:clamp(10px,2vw,30px)}.ipad{width:clamp(200px,60vw,907px);bottom:clamp(-123px,-10vw,-20px);border-radius:clamp(24px,3vw,36px)}.inner-screen{border:clamp(8px,1.5vw,20px) solid black;border-radius:clamp(6px,1.5vw,16px)}.trusted-logos{gap:clamp(20px,7vw,100px)}.logo-item{height:clamp(50px,10vw,84px)}.services-section{padding-bottom:clamp(60px,10vw,120px)}.services-header{gap:clamp(5px,2vw,50px);padding:clamp(20px,5.5vw,80px) 0 clamp(10px,4vw,60px) 0}.service-card{padding:clamp(10px,2.8vw,40px);gap:clamp(5px,1.2vw,15px)}.services-image{height:clamp(200px,40vw,37.5rem);border-radius:clamp(10px,2.5vw,1.875rem)}.about-section{gap:clamp(15px,3vw,70px);padding-bottom:clamp(60px,10vw,120px)}.about-image{height:clamp(200px,46vw,669.38px);border-radius:clamp(16px,3vw,30px)}.quote-author{gap:clamp(2px,.5vw,8px)}.case-section{padding-bottom:clamp(60px,10vw,120px)}.case-content{padding:clamp(20px,5.3vw,80px) clamp(5px,4vw,240px)}.contact-section{padding-top:clamp(60px,10vw,120px);padding-bottom:clamp(60px,10vw,120px)}.footer{gap:clamp(20px,3vw,80px)}}@media (max-width: 900px){.hero-section{margin-top:80px}.table-header{padding:clamp(20px,4.5vw,40px) clamp(10px,3.5vw,30px);height:clamp(70px,11vw,96px)}.table-row{padding:clamp(10px,3.5vw,32px) clamp(10px,3.5vw,30px)}}@media (max-width: 670px){.services-grid{grid-template-columns:none}.about-section{border-top:1px solid var(--color-border-light);flex-direction:column;align-items:center;gap:30px;padding-top:60px}.about-quote{border-top:none}.table-header{padding:20px 10px;height:70px}.table-row{padding:10px 5px;height:40px;gap:clamp(5px,1.5vw,8px)}.table-column{min-width:0}.column-title{font-size:clamp(16px,4vw,25.71px)}.column-title.secondary{font-size:clamp(14px,3.6vw,22.86px)}.footer-nav-items{gap:clamp(10px,2vw,27px)}.footer-contact{gap:clamp(15px,2vw,20px)}.footer-nav-item,.footer-phone{font-size:clamp(11px,2.2vw,14px)}}.login-container{display:flex;min-height:100vh;height:100vh;background:#f7f7f7;overflow:hidden}.login-form-section{flex:1;display:flex;align-items:center;justify-content:center;background:#fff;position:relative}.login-form{width:100%;max-width:400px;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 4px 24px #00000012;background:#fff;display:flex;flex-direction:column;gap:1.2rem}.login-form h2{margin-bottom:1.5rem;font-size:2rem;font-weight:700;color:#222;text-align:center}.login-field{display:flex;flex-direction:column;gap:.3rem}.login-field label{font-size:1rem;color:#333}.login-field input{padding:.7rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;background:#f9f9f9;outline:none;transition:border .2s;color:#000}.login-field input:focus{border:1.5px solid #4f8a10}.login-btn{margin-top:1rem;padding:.7rem 0;background:#2e5c0a;color:#fff;font-size:1.1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .2s;width:50%;align-self:center;height:42px}.login-btn:hover{background:#1e3d06}.login-error{color:#d32f2f;background:#ffeaea;padding:.5rem 1rem;border-radius:6px;font-size:.95rem;margin-bottom:.5rem;text-align:center}.login-image-section{flex:1;display:flex;align-items:center;justify-content:center;background:#fff;height:100vh;overflow:hidden}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.login-image-section img{width:100%;height:100%;border-radius:24px 0 0 24px;max-width:none;max-height:none;display:block;animation:slideInRight 1.5s cubic-bezier(.23,1,.32,1)}@media (max-width: 900px){.login-container{flex-direction:column}.login-image-section{display:none}.login-form-section{flex:none;width:100vw;min-height:100vh}}.back-btn{position:absolute;top:24px;left:24px;background:none;border:none;cursor:pointer;padding:.3rem .5rem;z-index:2;display:flex;align-items:center;transition:background .2s,color .2s;color:#2e5c0a;border-radius:8px}.back-btn svg{transition:transform .25s cubic-bezier(.4,2,.6,1),color .2s;display:block}.back-btn:hover{background:none;color:#2e5c0a}.back-btn:hover svg{transform:translate(-2px)}.server-status{position:absolute;top:20px;right:20px;padding:8px 12px;border-radius:20px;font-size:.8rem;font-weight:500;display:flex;align-items:center;gap:6px;transition:all .3s ease}.server-status:before{content:"";width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}.server-status.checking{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.server-status.checking:before{background:#ffc107}.server-status.online{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.server-status.online:before{background:#28a745}.server-status.offline{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.server-status.offline:before{background:#dc3545}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.login-separator{display:flex;align-items:center;margin:2rem 0 1.2rem;width:100%}.login-separator span{color:#888;font-size:1.05rem;font-weight:500;margin:0 1rem;white-space:nowrap}.login-separator:before,.login-separator:after{content:"";flex:1;height:1.5px;background:#e0e0e0;border-radius:2px}.login-register-link{text-align:center;color:#888;font-size:1rem;margin-bottom:.5rem}.register-link{color:#2e5c0a;font-weight:600;cursor:pointer;margin-left:.3rem;transition:color .2s}.register-link:hover{color:#1e3d06;text-decoration:underline}.register-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000002e;z-index:1000;display:flex;align-items:center;justify-content:center}.register-modal{background:#fff;border-radius:18px;box-shadow:0 8px 32px #0000002e;max-width:420px;width:100%;padding:2.5rem 2rem 2rem;position:relative;animation:fadeInModal .3s}@keyframes fadeInModal{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.register-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.register-modal-header h2{font-size:1.5rem;font-weight:700;color:#2e5c0a;margin:0}.register-modal-close-button{background:none;border:none;font-size:2rem;color:#888;cursor:pointer;transition:color .2s}.register-modal-close-button:hover{color:#2e5c0a}.register-form{display:flex;flex-direction:column;gap:1.1rem}.register-form .form-group{display:flex;flex-direction:column;gap:.3rem}.register-form label{font-size:1rem;color:#333}.register-form input,.register-form textarea{padding:.7rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;background:#f9f9f9;outline:none;transition:border .2s;color:#000}.register-form input:focus,.register-form textarea:focus{border:1.5px solid #2e5c0a}.register-modal-success{color:#2e7d32;background:#e8f5e8;padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-size:1.1rem}.register-modal-error{color:#d32f2f;background:#ffeaea;padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-size:1.1rem}.register-form-btn{background:#2e5c0a;color:#fff;border:none;padding:.9rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #2e5c0a1f;transition:background .2s,transform .2s}.register-form-btn:disabled{background:#b3b3b3;cursor:not-allowed}.register-form-btn:not(:disabled):hover{transform:translateY(-2px);background:#1e3d06}.sidebar-root{width:250px;background-color:#333;color:#fff;padding:20px;height:100dvh;min-height:100dvh;max-height:100dvh;position:fixed;left:0;top:0;overflow-y:auto;flex-direction:column;z-index:1001}.sidebar-header h3{margin:0 0 20px;font-size:1.5rem;border-bottom:1px solid #555;padding-bottom:10px}.user-info{margin-bottom:30px;padding:15px;background-color:#444;border-radius:8px;display:flex;flex-direction:column;align-items:center;text-align:center}.user-info h4{margin:0 0 10px;font-size:1.1rem}.user-info p{margin:5px 0;font-size:.9rem;color:#ccc}.user-role{display:inline-block;background-color:#666;padding:4px 8px;border-radius:4px;font-size:.8rem;text-transform:uppercase;margin-top:10px}.user-empresa-img{width:56px;height:56px;border-radius:50%;object-fit:contain;margin-bottom:10px;box-shadow:0 2px 8px #00000014;border:2px solid #b6e388;background:#fff;display:block}.avatar-placeholder{width:56px;height:56px;border-radius:50%;background:#888;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin-bottom:10px}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.sidebar-btn{padding:12px 15px;background-color:#444;border:none;border-radius:6px;color:#fff;cursor:pointer;text-align:left;transition:background-color .3s ease;display:flex;align-items:center;gap:10px;font-size:1rem}.sidebar-btn:hover{background-color:#555}.sidebar-btn.home{background-color:#4a5568;font-weight:600;border-left:3px solid #667eea}.sidebar-btn.home:hover{background-color:#2d3748}.sidebar-btn.logout{justify-self:center;background-color:#d32f2f}.sidebar-btn.logout:hover{background-color:#b71c1c}.sidebar-btn.active{background-color:#4a5568;font-weight:600;border-left:3px solid #667eea}.sidebar-btn.active:hover{background-color:#2d3748}.sidebar-icon{font-size:1.2rem;min-width:20px}.sidebar-footer{padding-top:20px;border-top:1px solid #555;margin-top:auto}@media (max-width: 768px){.sidebar-root{width:100%;height:auto;position:relative;order:2}}.loading-spinner{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;border-radius:1rem;box-shadow:0 10px 30px #667eea33}.loading-spinner-fullscreen{position:fixed;top:5rem;left:50%;width:calc(100% - 250px);height:100%;z-index:1000;display:flex;justify-content:center;align-items:center}.loading-spinner:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.loading-spinner-content{display:flex;align-items:center;justify-content:center;z-index:1;position:relative}.loading-spinner-svg{width:60px;height:60px;animation:spin 1s linear infinite}.loading-spinner-circle{stroke:#ffffff4d;stroke-linecap:round;stroke-dasharray:126;stroke-dashoffset:126;animation:dash 1.5s ease-in-out infinite}@keyframes dash{0%{stroke-dashoffset:126}50%{stroke-dashoffset:32}to{stroke-dashoffset:126}}.loading-spinner-small{max-width:300px;max-height:150px}.loading-spinner-small .loading-spinner-svg{width:30px;height:30px}.loading-spinner-medium{max-width:400px;max-height:300px}.loading-spinner-medium .loading-spinner-svg{width:60px;height:60px}.loading-spinner-large{max-width:500px;max-height:400px}.loading-spinner-large .loading-spinner-svg{width:80px;height:80px}.loading-spinner-default{background:linear-gradient(135deg,#667eea,#764ba2)}.loading-spinner-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.loading-spinner-success{background:linear-gradient(135deg,#10b981,#059669)}.loading-spinner-warning{background:linear-gradient(135deg,#f59e0b,#d97706)}.loading-spinner-error{background:linear-gradient(135deg,#ef4444,#dc2626)}.loading-spinner-light{background:linear-gradient(135deg,#f8fafc,#e2e8f0);box-shadow:0 10px 30px #0000001a}.loading-spinner-light .loading-spinner-circle{stroke:#3b82f64d}@media (max-width: 768px){.loading-spinner-medium{max-height:250px;max-width:350px}.loading-spinner-medium .loading-spinner-svg{width:50px;height:50px}.loading-spinner-large{max-height:300px;max-width:400px}.loading-spinner-large .loading-spinner-svg{width:60px;height:60px}.loading-spinner-fullscreen{left:0;width:100%}}@media (max-width: 480px){.loading-spinner-medium{max-height:200px;max-width:300px}.loading-spinner-medium .loading-spinner-svg{width:40px;height:40px}.loading-spinner-large{max-height:250px;max-width:350px}.loading-spinner-large .loading-spinner-svg{width:50px;height:50px}}.dashboard-root{display:flex;min-height:100vh;background-color:#f5f5f5;overflow-x:hidden;overflow-y:auto}.dashboard-main-content{flex:1;margin-left:250px;padding:40px 40px 40px 60px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;overflow-y:auto;overflow-x:hidden;background-color:#f5f5f5;min-width:0}.dashboard-main-content>*{width:100%;max-width:100%;box-sizing:border-box}.dashboard-main-content h1{font-size:2.5rem;color:#333;margin-bottom:20px;word-wrap:break-word}.dashboard-main-content h2{font-size:1.8rem;color:#333;margin-bottom:20px;margin-top:40px}.dashboard-main-content p{font-size:1.1rem;color:#666;margin-bottom:30px;max-width:600px;word-wrap:break-word}.dashboard-home{width:100%}.dashboard-header{margin-bottom:40px}.welcome-text{font-size:1.2rem;color:#555;margin-bottom:0}.loading-container{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.2rem;color:#666}.error-message{background:#ffebee;border:1px solid #f44336;border-radius:8px;padding:20px;margin-bottom:30px;text-align:center}.error-message p{color:#d32f2f;margin:0 0 16px;font-size:1rem}.retry-btn{background-color:#f44336;color:#fff;border:none;border-radius:6px;padding:10px 20px;cursor:pointer;font-size:.9rem;transition:background-color .3s ease}.retry-btn:hover{background-color:#d32f2f}.loading-stats{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-bottom:40px;width:100%}.loading-spinner{width:50px;height:50px;border:4px solid rgba(33,150,243,.2);border-top:4px solid #2196f3;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px;box-shadow:0 0 15px #2196f34d}.loading-stats p{color:#666;font-size:1rem;margin:0}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:40px}.stat-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 10px #0000001a;display:flex;align-items:center;gap:16px;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.stat-icon{font-size:2.5rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff}.stat-content h3{font-size:2rem;font-weight:700;color:#333;margin:0 0 4px}.stat-content p{font-size:.9rem;color:#666;margin:0}.quick-actions{margin-bottom:40px}.action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.action-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 10px #0000001a;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.action-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026;border-color:#2196f3}.action-icon{font-size:2.5rem;margin-bottom:16px;display:block}.action-card h3{font-size:1.3rem;color:#333;margin:0 0 8px}.action-card p{font-size:.9rem;color:#666;margin:0;line-height:1.4}.recent-activity{margin-bottom:30px}.activity-list{background:#fff;border-radius:8px;box-shadow:0 1px 6px #0000000f;overflow:hidden;border:1px solid #f0f0f0}.activity-item{display:flex;align-items:center;padding:8px 12px;border-bottom:1px solid #f8f9fa;transition:all .2s ease;position:relative;cursor:pointer;animation:slideInFromLeft .4s ease forwards;opacity:0;transform:translate(-10px)}.activity-item:nth-child(1){animation-delay:.1s}.activity-item:nth-child(2){animation-delay:.2s}.activity-item:nth-child(3){animation-delay:.3s}@keyframes slideInFromLeft{to{opacity:1;transform:translate(0)}}.activity-item:last-child{border-bottom:none}.activity-item:hover{background-color:#f8f9fa;transform:translate(2px)}.activity-icon{font-size:.8rem;margin-right:8px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#f0f4ff;border-radius:4px;color:#667eea;flex-shrink:0}.activity-content{flex:1;min-width:0;display:flex;align-items:center;gap:12px}.activity-question{font-size:.8rem;color:#2c3e50;margin:0;line-height:1.1;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px}.activity-date{font-size:.7rem;color:#7f8c8d;margin:0 0 0 8px;font-weight:400;white-space:nowrap}.activity-status{font-size:.7rem;margin-left:8px;padding:2px 6px;border-radius:4px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;flex-shrink:0;transition:all .2s ease}.activity-status.checked{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;box-shadow:0 1px 3px #4caf504d}.activity-status.pending{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;box-shadow:0 1px 3px #ff98004d}.view-all-btn{margin-top:16px;padding:10px 20px;background:#2196f3;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease}.view-all-btn:hover{background:#1976d2;transform:translateY(-1px)}.no-activity{text-align:center;padding:40px 20px;background:#f8f9fa;border-radius:12px;border:1px dashed #cbd5e0}.no-activity:before{content:"💭";font-size:2rem;display:block;margin-bottom:16px;opacity:.6}.no-activity p{color:#666;font-size:.95rem;margin:0 0 20px;line-height:1.5}.system-status{margin-bottom:40px}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.status-item{display:flex;align-items:center;gap:12px;background:#fff;padding:16px 20px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.status-indicator{width:12px;height:12px;border-radius:50%;display:inline-block}.status-indicator.online{background-color:#4caf50;box-shadow:0 0 8px #4caf5080}.status-indicator.offline{background-color:#f44336;box-shadow:0 0 8px #f4433680}.status-indicator.warning{background-color:#ff9800;box-shadow:0 0 8px #ff980080}.dashboard-actions{display:flex;gap:15px;flex-wrap:wrap}.action-btn{padding:12px 24px;background-color:#2196f3;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:background-color .3s ease}.action-btn:hover{background-color:#1976d2}.user-info-text{background-color:#e3f2fd;color:#1976d2;padding:15px 20px;border-radius:8px;border-left:4px solid #2196f3;font-size:1rem;line-height:1.5;max-width:500px;margin:0}@media (max-width: 768px){.dashboard-root{flex-direction:column;overflow-x:hidden}.dashboard-main-content{margin-left:0;order:1;padding:20px;height:auto;overflow-x:hidden;min-width:0}.dashboard-main-content h1{font-size:2rem}.dashboard-main-content h2{font-size:1.5rem}.stats-cards,.action-grid{grid-template-columns:1fr;gap:16px}.status-grid{grid-template-columns:1fr}.activity-item{flex-direction:column;align-items:flex-start;gap:6px;padding:10px 12px}.activity-icon{width:28px;height:28px;font-size:.9rem;margin-right:0;margin-bottom:4px}.activity-status{margin-left:0;align-self:flex-end;min-width:24px;height:24px;font-size:.8rem}.no-activity{padding:30px 16px}.no-activity:before{font-size:1.8rem}.view-all-btn{padding:8px 16px;font-size:.85rem}.dashboard-actions{flex-direction:column}.action-btn{width:100%}}.create-user-container{display:flex;justify-content:center;align-items:flex-start;width:100%;min-height:calc(100vh - 80px);background:transparent}.create-user-form{background:#fff;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 4px 24px #00000012;display:flex;flex-direction:column;gap:1.2rem;min-width:340px;max-width:400px;width:100%}.create-user-form h2{font-size:2rem;font-weight:700;color:#222c36;margin-bottom:1rem;text-align:center}.form-field{display:flex;flex-direction:column;gap:.3rem}.form-field label{font-size:1rem;color:#31425b}.form-field input{padding:.6rem 1.1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;background:#f9f9f9;outline:none;transition:border .2s;color:#000}.form-field input:focus{border:1.5px solid #4f8a10}.create-user-btn{margin-top:1rem;padding:.7rem 0;background:#31425b;color:#fff;font-size:1.1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .2s;width:100%}.create-user-btn:hover{background:#222c36}.create-user-btn:disabled{background:#ccc;cursor:not-allowed}.form-error{color:#d32f2f;background:#ffeaea;padding:.5rem 1rem;border-radius:6px;font-size:.95rem;text-align:center}.form-success{color:#388e3c;background:#eaf5ea;padding:.5rem 1rem;border-radius:6px;font-size:.95rem;text-align:center}.image-dropzone{border:2px dashed #b6e388;border-radius:12px;background:#f9f9f9;padding:1.2rem;text-align:center;color:#31425b;cursor:pointer;transition:border .2s,background .2s;min-height:120px;display:flex;align-items:center;justify-content:center;position:relative}.image-dropzone:hover,.image-dropzone.dragover{border-color:#4f8a10;background:#eaf5ea;color:#222c36}.image-dropzone.has-image{padding:.5rem;background:#eaf5ea}.image-preview-wrapper{display:flex;flex-direction:column;align-items:center;gap:.7rem;width:100%}.image-preview{max-width:120px;max-height:120px;border-radius:50%;object-fit:cover;box-shadow:0 2px 8px #00000014;border:2px solid #b6e388}.remove-image-btn{background:#d32f2f;color:#fff;border:none;border-radius:6px;padding:.3rem 1.1rem;font-size:.95rem;cursor:pointer;transition:background .2s}.remove-image-btn:hover{background:#a51c1c}.date-input-container{display:flex;gap:10px;align-items:center}.date-helper-btn{background:linear-gradient(135deg,#4f8a10,#6ba539);color:#fff;border:none;border-radius:6px;padding:8px 12px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #4f8a1033;white-space:nowrap;min-width:80px}.date-helper-btn:hover{background:linear-gradient(135deg,#3d6b0c,#5a8a2e);transform:translateY(-1px);box-shadow:0 4px 8px #4f8a104d}.date-helper-btn:active{transform:translateY(0);box-shadow:0 2px 4px #4f8a1033}@media (max-width: 768px){.create-user-container{padding:10px}.create-user-form{padding:2rem 1.5rem;min-width:300px}.date-input-container{flex-direction:column;gap:8px}.date-helper-btn{padding:6px 10px;font-size:.8rem;min-width:70px}}.users-list-container{padding:2rem;max-width:100%;overflow-x:auto}.users-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.users-header h1{margin:0;color:#333;font-size:2rem;font-weight:600}.users-create-user-btn{background:linear-gradient(90deg,#667eea,#6a82fb,#764ba2);color:#fff;border:none;padding:.85rem 2rem;border-radius:10px;font-size:1.08rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,2,.3,1);box-shadow:0 4px 18px #667eea2e;letter-spacing:.5px;outline:none;width:25%}.users-create-user-btn:hover{background:linear-gradient(90deg,#6a82fb,#667eea);color:#fff;transform:translateY(-3px) scale(1.04);box-shadow:0 8px 32px #667eea40;filter:brightness(1.08)}.users-loading{display:flex;justify-content:center;align-items:center;height:200px;font-size:1.2rem;color:#666}.users-error{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #c33}.users-table-container{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.users-table{width:100%;border-collapse:collapse;font-size:.95rem}.users-table th{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;padding:1.1rem 1rem;text-align:left;border-bottom:2px solid #e1e5e9;position:sticky;top:0;z-index:10;letter-spacing:.5px;font-size:1.05rem;box-shadow:0 2px 8px #667eea14}.users-table td{padding:1rem;border-bottom:1px solid #f0f0f0;vertical-align:middle}.users-table tbody tr{transition:background-color .2s ease}.users-table tbody tr:hover{background-color:#f8f9fa}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #e1e5e9}.user-avatar-placeholder{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem;border:2px solid #e1e5e9}.role-badge{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.role-admin{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff}.role-usuario{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff}.admin-paid-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:none;box-shadow:0 2px 8px #667eea14}.paid-until-badge{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;letter-spacing:.5px}.paid-until-badge.active{background:linear-gradient(135deg,#4f8a10,#6ba539);color:#fff}.paid-until-badge.expired{background:linear-gradient(135deg,#d32f2f,#b71c1c);color:#fff}.no-payment-badge{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;letter-spacing:.5px}.admin-paid-badge:hover,.paid-until-badge:hover,.no-payment-badge:hover{transform:scale(1.05);transition:transform .2s ease;cursor:help}.action-buttons{display:flex;gap:.5rem;justify-content:center}.edit-btn,.delete-btn{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease}.edit-btn:hover{background-color:#e3f2fd;transform:scale(1.1)}.delete-btn:hover{background-color:#ffebee;transform:scale(1.1)}.no-users{text-align:center;padding:3rem;color:#666;font-size:1.1rem}@media (max-width: 1024px){.users-table{font-size:.85rem}.users-table th,.users-table td{padding:.75rem .5rem}.users-header{flex-direction:column;align-items:flex-start}}@media (max-width: 768px){.users-list-container{padding:1rem}.users-table-container{overflow-x:auto}.users-table{min-width:800px}.action-buttons{flex-direction:column;gap:.25rem}.edit-btn,.delete-btn{font-size:1rem;padding:.25rem}}@media (max-width: 480px){.users-header h1{font-size:1.5rem}.users-create-user-btn{width:100%;text-align:center}}.questions-container{padding:2rem;max-width:100%}.questions-header{margin-bottom:2rem}.questions-header h1{margin:0 0 .5rem;color:#333;font-size:2rem;font-weight:600}.questions-header p{margin:0;color:#666;font-size:1.1rem}.questions-loading{display:flex;justify-content:center;align-items:center;height:200px;font-size:1.2rem;color:#666}.questions-error{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #c33}.questions-list{display:flex;flex-direction:column;gap:1.5rem}.no-questions{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a}.no-questions-icon{font-size:4rem;margin-bottom:1rem}.no-questions h3{margin:0 0 .5rem;color:#333;font-size:1.5rem}.no-questions p{margin:0 0 2rem;color:#666;font-size:1.1rem}.start-chat-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.start-chat-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.question-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;position:relative}.question-card:hover{transform:translateY(-2px);box-shadow:0 6px 25px #00000026}.question-card:active{transform:translateY(0)}.question-header{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:.75rem 1.5rem;border-bottom:1px solid #e1e5e9;display:flex;justify-content:space-between;align-items:center}.question-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.question-status{display:flex;align-items:center}.status-found{background:#e8f5e8;color:#2e7d32;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.status-not-found{background:#ffebee;color:#d32f2f;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.question-date{color:#666;font-size:.9rem;font-weight:500}.question-classification{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.question-found{background:#e8f5e8;color:#2e7d32;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.question-checkbox{display:flex;align-items:center;gap:.5rem;margin-left:auto}.question-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#667eea}.question-checkbox label{font-size:.8rem;font-weight:500;color:#666;cursor:pointer;white-space:nowrap}.question-checkbox input[type=checkbox]:checked+label{color:#667eea;font-weight:600}.question-content{padding:1rem 1.5rem}.question-prompt,.question-response{margin-bottom:1rem}.question-prompt:last-child,.question-response:last-child{margin-bottom:0}.question-prompt h4,.question-response h4{margin:0 0 .25rem;color:#333;font-size:1rem;font-weight:600}.question-prompt p,.question-response p{margin:0;color:#555;line-height:1.5;font-size:.95rem}.question-prompt h4{color:#d32f2f}.question-response h4{color:#1976d2}.question-footer{background:#f8f9fa;padding:.75rem 1.5rem;border-top:1px solid #e1e5e9;text-align:right}.view-details{color:#667eea;font-size:.9rem;font-weight:500;transition:color .2s ease}.question-card:hover .view-details{color:#5a6fd8}.questions-summary{margin-top:2rem;padding:1rem 1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;border-left:4px solid #2196f3}.questions-summary p{margin:.25rem 0;color:#666;font-size:.95rem}@media (max-width: 768px){.questions-container{padding:1rem}.questions-header h1{font-size:1.5rem}.filters-header{flex-direction:column;gap:1rem;align-items:stretch}.filters-content{grid-template-columns:1fr;gap:1rem;padding:1rem}.question-header{flex-direction:column;align-items:flex-start;gap:.75rem}.question-meta{gap:.5rem}.question-status{align-self:flex-end}.question-content{padding:1rem}.no-questions{padding:2rem 1rem}.no-questions-icon{font-size:3rem}}@media (max-width: 480px){.filters-content{padding:.75rem}.filter-group input,.filter-group select{padding:.625rem;font-size:.85rem}}.questions-filters{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem;overflow:hidden}.filters-header{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:1rem 1.5rem;border-bottom:1px solid #e1e5e9;display:flex;justify-content:space-between;align-items:center}.filters-header h3{margin:0;color:#333;font-size:1.2rem;font-weight:600}.filters-actions{display:flex;gap:1rem;align-items:center}.check-all-btn{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .3s ease;font-weight:500}.check-all-btn:hover:not(:disabled){background:linear-gradient(135deg,#45a049,#3d8b40);transform:translateY(-1px);box-shadow:0 4px 12px #4caf504d}.check-all-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.clear-filters-btn{background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background-color .3s ease}.clear-filters-btn:hover{background:#5a6fd8}.hide-duplicates-btn{background:#f7fafc;color:#4a5568;border:2px solid #e2e8f0;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-right:.5rem}.hide-duplicates-btn:hover{background:#edf2f7;border-color:#cbd5e0;color:#2d3748}.hide-duplicates-btn.active{background:#4299e1;color:#fff;border-color:#3182ce}.hide-duplicates-btn.active:hover{background:#3182ce;border-color:#2c5282}.filters-content{padding:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.checkbox-group{grid-column:span 1;min-height:60px;display:flex;align-items:center}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.9rem;color:#666;font-weight:500}.filter-group input,.filter-group select{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;background-color:#f9fafb;color:#333;transition:border-color .3s ease}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#667eea;background-color:#fff;box-shadow:0 0 0 3px #667eea1a}.filter-group input[type=date]{position:relative;cursor:pointer}.filter-group input[type=date]::-webkit-calendar-picker-indicator{background:transparent;bottom:0;color:transparent;cursor:pointer;height:auto;left:0;position:absolute;right:0;top:0;width:auto}.filter-group input[type=date]::-webkit-inner-spin-button,.filter-group input[type=date]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.filter-group input[type=date]::-webkit-datetime-edit{padding:0}.filter-group input[type=date]::-webkit-datetime-edit-fields-wrapper{padding:0}.filter-group input[type=date]::-webkit-datetime-edit-text{padding:0 .2em}.filter-group input[type=date]::-webkit-datetime-edit-month-field,.filter-group input[type=date]::-webkit-datetime-edit-day-field,.filter-group input[type=date]::-webkit-datetime-edit-year-field{padding:0 .2em}.filter-group input[type=date]::-moz-calendar-picker-indicator{cursor:pointer;opacity:.7}.filter-group input[type=date]::-moz-calendar-picker-indicator:hover{opacity:1}.filters-summary{background:#f8f9fa;padding:1rem 1.5rem;border-top:1px solid #e1e5e9;text-align:center}.filters-summary span{color:#666;font-size:.9rem;font-weight:500}.duplicates-info{color:#4299e1;font-weight:600}.checkbox-group{display:flex;align-items:center}.checkbox-wrapper{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem 1rem;border-radius:12px;transition:all .3s ease;border:2px solid transparent;background:linear-gradient(135deg,#f8fafc,#f1f5f9);box-shadow:0 2px 8px #0000000d}.checkbox-wrapper:hover{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-color:#4299e1;box-shadow:0 4px 12px #4299e126;transform:translateY(-1px)}.checkbox-wrapper input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#4299e1}.checkbox-wrapper label{font-size:1rem;color:#4a5568;font-weight:500;cursor:pointer;margin:0;-webkit-user-select:none;user-select:none;transition:all .3s ease}.checkbox-wrapper:hover label{color:#2d3748}.checkbox-wrapper input[type=checkbox]:checked~label{color:#1a202c;font-weight:600}.checkbox-wrapper:active{transform:translateY(0);box-shadow:0 2px 4px #4299e133}.dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialog-content{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:90%;max-height:90vh;overflow:hidden;animation:dialogSlideIn .3s ease-out}.dialog-header{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:1.5rem;border-bottom:1px solid #e1e5e9;display:flex;justify-content:space-between;align-items:center}.dialog-header h3{margin:0;color:#333;font-size:1.3rem;font-weight:600}.dialog-close-btn{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.dialog-close-btn:hover{background:#0000001a;color:#333}.dialog-body{padding:1.5rem}.dialog-body p{margin:0 0 1rem;color:#333;font-size:1rem;line-height:1.5}.dialog-details{background:#f8f9fa;padding:1rem;border-radius:8px;border-left:4px solid #4caf50;font-weight:500;color:#2e7d32!important}.dialog-footer{padding:1.5rem;border-top:1px solid #e1e5e9;display:flex;gap:1rem;justify-content:flex-end}.dialog-cancel-btn{background:#f5f5f5;color:#666;border:1px solid #ddd;padding:.75rem 1.5rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s ease;font-weight:500}.dialog-cancel-btn:hover{background:#e8e8e8;color:#333}.dialog-confirm-btn{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s ease;font-weight:500}.dialog-confirm-btn:hover{background:linear-gradient(135deg,#45a049,#3d8b40);transform:translateY(-1px);box-shadow:0 4px 12px #4caf504d}@media (max-width: 768px){.dialog-content{width:95%;margin:1rem}.dialog-header,.dialog-body,.dialog-footer{padding:1rem}.dialog-footer{flex-direction:column}.dialog-footer button{width:100%}.filters-actions{flex-direction:column;gap:.5rem;width:100%}.filters-actions button{width:100%}}.question-detail-container{padding:2rem;max-width:100%}.question-detail-header{margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.back-button{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;gap:.5rem}.back-button:hover{background:#5a6fd8}.question-detail-header h1{margin:0;color:#333;font-size:2rem;font-weight:600}.question-detail-loading{display:flex;justify-content:center;align-items:center;height:200px;font-size:1.2rem;color:#666}.question-detail-error{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a}.question-detail-error h2{margin:0 0 1rem;color:#333;font-size:1.5rem}.question-detail-error p{margin:0 0 2rem;color:#666;font-size:1.1rem}.question-detail-error button{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.question-detail-error button:hover{background:#5a6fd8}.question-detail-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.question-detail-meta{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:1.5rem;border-bottom:1px solid #e1e5e9;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.meta-item{display:flex;flex-direction:column;gap:.5rem}.meta-label{font-size:.9rem;color:#666;font-weight:500}.meta-value{font-size:1rem;color:#333;font-weight:600}.meta-value.classification{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;width:fit-content}.classification-services{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff}.classification-products{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff}.classification-contact{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.classification-general{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.classification-default{background:linear-gradient(135deg,#a8edea,#fed6e3);color:#333}.found-yes{color:#2e7d32;font-weight:600}.found-no{color:#d32f2f;font-weight:600}.meta-checkbox{display:flex;align-items:center;gap:.5rem}.meta-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#667eea}.meta-checkbox label{font-size:1rem;color:#333;font-weight:600;cursor:pointer}.meta-checkbox input[type=checkbox]:checked+label{color:#667eea}.meta-value.location{color:#667eea;font-weight:600;display:flex;align-items:center;gap:.5rem}.meta-value.location:before{content:"📍";font-size:1.1rem}.question-detail-content{padding:2rem}.question-detail-prompt,.question-detail-response{margin-bottom:2rem}.question-detail-prompt:last-child,.question-detail-response:last-child{margin-bottom:0}.question-detail-prompt h2,.question-detail-response h2{margin:0 0 1rem;font-size:1.5rem;font-weight:600}.question-detail-prompt h2{color:#d32f2f}.question-detail-response h2{color:#1976d2}.question-message-content{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #667eea;line-height:1.6;font-size:1rem;color:#333;white-space:pre-wrap}.question-detail-prompt .question-message-content{border-left-color:#d32f2f}.question-detail-response .question-message-content{border-left-color:#1976d2}@media (max-width: 768px){.question-detail-container{padding:1rem}.question-detail-header{flex-direction:column;align-items:flex-start;gap:1rem}.question-detail-header h1{font-size:1.5rem}.question-detail-meta{grid-template-columns:1fr}.question-detail-content,.question-message-content{padding:1rem}}@media (max-width: 480px){.question-detail-header h1{font-size:1.3rem}.question-detail-prompt h2,.question-detail-response h2{font-size:1.2rem}}.meta-actions{display:flex;align-items:center;gap:.5rem}.question-detail-manual-response{margin-top:2rem;padding-top:2rem;border-top:1px solid #e1e5e9}.manual-response-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.manual-response-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#2e7d32}.manual-response-actions{display:flex;gap:.5rem}.add-response-btn,.edit-response-btn,.delete-response-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.25rem}.add-response-btn{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.add-response-btn:hover{background:linear-gradient(135deg,#45a049,#3d8b40)}.edit-response-btn{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff}.edit-response-btn:hover{background:linear-gradient(135deg,#f57c00,#ef6c00)}.delete-response-btn{background:linear-gradient(135deg,#f44336,#d32f2f);color:#fff}.delete-response-btn:hover{background:linear-gradient(135deg,#d32f2f,#c62828)}.add-response-btn:disabled,.edit-response-btn:disabled,.delete-response-btn:disabled{opacity:.6;cursor:not-allowed}.manual-response-content{border-left-color:#2e7d32!important;background:linear-gradient(135deg,#f1f8e9,#e8f5e8)}.manual-response-meta{margin-top:1rem;padding-top:1rem;border-top:1px solid #c8e6c9;color:#666;font-style:italic}.no-manual-response{background:#f5f5f5;padding:2rem;border-radius:8px;text-align:center;border:2px dashed #ddd;text-align:-webkit-center}.no-manual-response p{margin:.5rem 0;color:#666}.no-manual-response p:first-child{font-weight:600;color:#333}.response-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.response-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;width:90%;max-width:600px;max-height:90vh;overflow:hidden;animation:slideIn .3s ease-out}.response-modal-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}.response-modal-header h3{margin:0;font-size:1.5rem;font-weight:600;color:#fff}.close-modal-btn{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.close-modal-btn:hover{background:#ffffff4d;transform:scale(1.1)}.response-modal-content{padding:2rem;max-height:60vh;overflow-y:auto}.response-modal-question{margin-bottom:1.5rem;padding:1rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:12px;border-left:4px solid #667eea}.response-modal-question h4{margin:0 0 .5rem;color:#333;font-size:1.1rem;font-weight:600}.response-modal-question p{margin:0;color:#555;line-height:1.5;font-size:1rem}.response-modal-input{display:flex;flex-direction:column;gap:.75rem}.response-modal-input label{font-weight:600;color:#333;font-size:1rem}.response-modal-input textarea{width:100%;min-height:200px;padding:1rem;border:2px solid #e1e5e9;border-radius:12px;font-size:1rem;line-height:1.6;resize:vertical;transition:all .3s ease;font-family:inherit;background:#fafbfc;box-sizing:border-box;color:#000}.response-modal-input textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;background:#fff}.response-modal-actions{padding:1.5rem 2rem;display:flex;gap:1rem;justify-content:flex-end;align-items:center;background:#f8f9fa;border-top:1px solid #e1e5e9}.cancel-btn,.modal-save-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:120px;height:48px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.cancel-btn{background:#f8f9fa;color:#666;border:2px solid #e1e5e9}.cancel-btn:hover{background:#e9ecef;border-color:#adb5bd;transform:translateY(-1px)}.response-modal .modal-save-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d;margin-top:0}.response-modal .modal-save-btn:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);transform:translateY(-1px);box-shadow:0 8px 25px #667eea66}.response-modal .modal-save-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){.response-modal{width:95%;margin:1rem;max-height:95vh}.response-modal-header{padding:1rem 1.5rem}.response-modal-content{padding:1.5rem}.response-modal-actions{padding:1rem 1.5rem;flex-direction:column}.manual-response-header{flex-direction:column;gap:1rem}.manual-response-actions{flex-wrap:wrap;gap:.5rem}}.database-container{padding:2rem;max-width:100%}.database-header{margin-bottom:2rem}.database-header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.database-header-text{flex:1}.database-header h1{margin:0 0 .5rem;color:#333;font-size:2rem;font-weight:600}.database-header p{margin:0;color:#666;font-size:1.1rem}.database-upload-btn{flex-shrink:0;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.database-upload-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.database-loading{display:flex;justify-content:center;align-items:center;height:200px;font-size:1.2rem;color:#666}.database-error{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #c33}.database-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;text-align:center;transition:transform .2s ease}.stat-card:hover{transform:translateY(-2px)}.stat-number{font-size:2.5rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#666;font-weight:500}.database-content{display:flex;flex-direction:column;gap:2rem}.pdf-documents-section{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;border-top:3px solid #667eea}.manual-responses-section{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;border-top:3px solid #28a745}.no-documents{text-align:center;padding:4rem 2rem}.no-documents-icon{font-size:4rem;margin-bottom:1rem}.no-documents h3{margin:0 0 .5rem;color:#333;font-size:1.5rem}.no-documents p{margin:0 0 2rem;color:#666;font-size:1.1rem;text-align:center;max-width:420px;margin-left:auto;margin-right:auto}.upload-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.upload-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.documents-list{padding:2rem}.documents-list h2{margin:0 0 1.5rem;color:#333;font-size:1.5rem;font-weight:600}.document-card{background:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:1rem;border-left:4px solid #667eea;transition:all .2s ease}.document-card:hover{background:#f0f4ff;transform:translate(4px)}.document-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.document-info{display:flex;align-items:center;gap:1rem;flex:1}.document-name{margin:0;font-size:1.1rem;color:#333;font-weight:600}.document-status{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-completed{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff}.status-processing{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff}.status-error{background:linear-gradient(135deg,#d32f2f,#b71c1c);color:#fff}.status-default{background:linear-gradient(135deg,#a8edea,#fed6e3);color:#333}.document-actions{display:flex;align-items:center;gap:1rem}.document-date{font-size:.9rem;color:#666;font-weight:500}.document-buttons{display:flex;align-items:center;gap:.5rem}.view-pdf-btn,.download-pdf-btn{background:none;border:1px solid #667eea;color:#667eea;font-size:.9rem;cursor:pointer;padding:.4rem .8rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;gap:.3rem;font-weight:500}.view-pdf-btn:hover,.download-pdf-btn:hover{background:#667eea;color:#fff;transform:translateY(-1px)}.delete-document-btn{background:transparent;color:#fff;border:none;padding:.5rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:36px;height:36px}.delete-document-btn:hover{background:#b71c1c;transform:scale(1.05)}.delete-document-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.document-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.detail-item{display:flex;justify-content:space-between;align-items:center}.detail-label{font-size:.9rem;color:#666;font-weight:500}.detail-value{font-size:.9rem;color:#333;font-weight:600}.detail-value.status{padding:.25rem .5rem;border-radius:12px;font-size:.8rem}.document-success{background:#e8f5e8;color:#2e7d32;padding:.75rem 1rem;border-radius:6px;display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500}.success-icon{font-size:1rem;font-weight:700}.document-error{background:#ffebee;color:#d32f2f;padding:.75rem 1rem;border-radius:6px;display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500}.error-icon{font-size:1rem;font-weight:700}.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;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:90%;max-height:90vh;overflow:hidden;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{padding:1.5rem 2rem 1rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid #eee}.modal-header.modal-danger{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff}.modal-header.modal-warning{background:linear-gradient(135deg,#ffa726,#ff9800);color:#fff}.modal-icon{font-size:2rem;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff3;border-radius:50%}.modal-title{margin:0;font-size:1.5rem;font-weight:600}.modal-body{padding:1.5rem 2rem}.modal-message{margin:0 0 1rem;font-size:1.1rem;color:#333;line-height:1.5}.modal-warning{background:#fff3cd;border-radius:8px;padding:1rem;display:flex;align-items:flex-start;gap:.75rem;color:#856404;font-size:.95rem;line-height:1.4}.warning-icon{font-size:1.2rem;flex-shrink:0;margin-top:.1rem}.modal-actions{padding:1rem 2rem 2rem;display:flex;gap:1rem;justify-content:flex-end}.modal-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px}.modal-btn-cancel{background:#f8f9fa;color:#6c757d;border:1px solid #dee2e6}.modal-btn-cancel:hover{background:#e9ecef;transform:translateY(-1px)}.modal-btn-warning{background:linear-gradient(135deg,#ffa726,#ff9800);color:#fff;box-shadow:0 4px 15px #ff98004d}.modal-btn-warning:hover{background:linear-gradient(135deg,#ff9800,#f57c00);transform:translateY(-1px);box-shadow:0 6px 20px #ff980066}.modal-btn-danger{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;box-shadow:0 4px 15px #ff6b6b4d}.modal-btn-danger:hover{background:linear-gradient(135deg,#ee5a24,#d63031);transform:translateY(-1px);box-shadow:0 6px 20px #ff6b6b66}@media (max-width: 768px){.database-container{padding:1rem}.database-header-content{flex-direction:column;gap:1rem;align-items:stretch}.database-header h1{font-size:1.5rem}.database-upload-btn{align-self:flex-start}.database-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1rem}.stat-number{font-size:2rem}.documents-list{padding:1rem}.document-header{flex-direction:column;gap:.5rem}.document-info{flex-direction:column;align-items:flex-start;gap:.5rem}.document-buttons{flex-wrap:wrap;gap:.3rem}.view-pdf-btn,.download-pdf-btn{font-size:.8rem;padding:.3rem .6rem}.document-details{flex-direction:column;gap:.5rem}.no-documents{padding:2rem 1rem}.no-documents-icon{font-size:3rem}}@media (max-width: 480px){.database-header h1{font-size:1.25rem}.database-stats{grid-template-columns:1fr;gap:.75rem}.document-card{padding:1rem}.document-name{font-size:1rem}}@media (max-width: 768px){.modal-content{width:95%;margin:1rem}.modal-header{padding:1rem 1.5rem .75rem}.modal-body{padding:1rem 1.5rem}.modal-actions{padding:.75rem 1.5rem 1.5rem;flex-direction:column}.modal-btn{width:100%}.modal-title{font-size:1.3rem}.modal-message{font-size:1rem}}.manual-responses-section h2{margin:0;padding:2rem 2rem 1rem;color:#333;font-size:1.5rem;font-weight:600;border-bottom:1px solid #eee}.no-manual-responses{text-align:center;padding:4rem 2rem}.no-manual-responses-icon{font-size:4rem;margin-bottom:1rem}.no-manual-responses h3{margin:0 0 .5rem;color:#333;font-size:1.5rem}.no-manual-responses p{color:#666;font-size:1.1rem;text-align:center;max-width:420px;margin:0 auto}.manual-responses-list{padding:2rem}.manual-response-card{background:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:1rem;border-left:4px solid #28a745;transition:all .2s ease}.manual-response-card:hover{background:#f0fff4;transform:translate(4px)}.manual-response-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.manual-response-info{display:flex;align-items:center;gap:1rem;flex:1}.manual-response-title{margin:0;font-size:1.1rem;font-weight:600;color:#333}.manual-response-status{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase}.manual-response-actions{display:flex;align-items:center;gap:1rem}.manual-response-date{font-size:.9rem;color:#666;white-space:nowrap}.manual-response-buttons{display:flex;gap:.5rem}.view-response-btn,.edit-response-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.25rem}.view-response-btn{background:#e3f2fd;color:#1976d2}.view-response-btn:hover{background:#bbdefb;transform:translateY(-1px)}.edit-response-btn{background:#fff3e0;color:#f57c00}.edit-response-btn:hover{background:#ffe0b2;transform:translateY(-1px)}.manual-response-content{margin-bottom:1.5rem;grid-template-columns:1fr 1fr;gap:1.5rem;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000000d}.response-question,.response-answer{position:relative}.response-question{margin-bottom:1rem}.response-question strong,.response-answer strong{color:#333;font-weight:600;display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.response-question strong:before{content:"❓";font-size:1rem}.response-answer strong:before{content:"💬";font-size:1rem}.response-question p,.response-answer p{margin:0;color:#555;line-height:1.6;background:#f8f9fa;padding:1rem;border-radius:8px;border:1px solid #e9ecef;font-size:.95rem;max-height:120px;overflow-y:auto;transition:all .2s ease}.response-question p:hover,.response-answer p:hover{background:#f1f3f4;border-color:#667eea;box-shadow:0 2px 4px #667eea1a}.manual-response-success{display:flex;align-items:center;gap:.5rem;color:#28a745;font-size:.9rem;font-weight:500}.success-icon{font-size:1.1rem;font-weight:700}@media (max-width: 768px){.manual-response-header{flex-direction:column;gap:1rem}.manual-response-actions{width:100%;justify-content:space-between}.manual-response-buttons{flex-wrap:wrap}.view-response-btn,.edit-response-btn{font-size:.8rem;padding:.4rem .8rem}.manual-response-content{grid-template-columns:1fr;gap:1rem;padding:1rem}.response-question p,.response-answer p{max-height:100px;font-size:.9rem}}.uploadpdf-container{max-width:480px;margin:2.5rem auto;background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;padding:2.5rem 2rem 2rem;text-align:center}.uploadpdf-container h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#333}.uploadpdf-container p{color:#666;font-size:1.1rem;margin-bottom:2rem}.uploadpdf-form{display:flex;flex-direction:column;gap:1.5rem}.uploadpdf-dropzone{border:2px dashed #667eea;border-radius:12px;padding:2.5rem 1rem;background:#f8f9fa;color:#667eea;font-size:1.1rem;cursor:pointer;transition:background .2s,border-color .2s;min-height:80px;display:flex;align-items:center;justify-content:center}.uploadpdf-form.drag-active .uploadpdf-dropzone{background:#e0e7ff;border-color:#764ba2;color:#764ba2}.uploadpdf-fileinfo{display:flex;align-items:center;gap:1rem;justify-content:center}.uploadpdf-remove{background:none;border:none;color:#d32f2f;font-size:.95rem;cursor:pointer;padding:.2rem .5rem;border-radius:6px;transition:background .2s}.uploadpdf-remove:hover{background:#ffeaea}.uploadpdf-progress{width:100%;background:#e0e7ff;border-radius:8px;height:18px;margin-bottom:.5rem;position:relative;overflow:hidden;display:flex;align-items:center}.uploadpdf-progress-bar{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;border-radius:8px;transition:width .3s}.uploadpdf-progress span{position:absolute;left:50%;top:0;transform:translate(-50%);color:#333;font-size:.95rem;font-weight:500}.uploadpdf-error{color:#d32f2f;background:#ffeaea;padding:.7rem 1rem;border-radius:8px;margin-bottom:.5rem;font-size:1rem}.uploadpdf-success{color:#2e7d32;background:#e8f5e8;padding:.7rem 1rem;border-radius:8px;margin-bottom:.5rem;font-size:1rem}.uploadpdf-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.9rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #667eea26;transition:background .2s,transform .2s}.uploadpdf-btn:disabled{background:#b3b3b3;cursor:not-allowed}.uploadpdf-btn:not(:disabled):hover{transform:translateY(-2px);background:linear-gradient(135deg,#764ba2,#667eea)}@media (max-width: 600px){.uploadpdf-container{padding:1.2rem .5rem}.uploadpdf-dropzone{padding:1.5rem .5rem;font-size:1rem}}.settings-container{width:100%;max-width:none;margin:0;padding:2rem;background:transparent;border-radius:0;box-shadow:none}.settings-header{text-align:left;margin-bottom:3rem;border-bottom:2px solid #f0f0f0;padding-bottom:1.5rem}.settings-title{font-size:2.5rem;color:#333;margin-bottom:20px;word-wrap:break-word}.settings-subtitle{font-size:1.2rem;color:#64748b;font-family:Inter,Segoe UI,system-ui,sans-serif;font-weight:400;line-height:1.6}.message{padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem;font-weight:500;text-align:center;font-family:Inter,Segoe UI,system-ui,sans-serif;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.message.success{background:linear-gradient(135deg,#22c55e1a,#10b9811a);color:#059669;border-color:#22c55e4d}.message.error{background:linear-gradient(135deg,#ef44441a,#dc26261a);color:#dc2626;border-color:#ef44444d}.settings-content{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.settings-section{background:#fffffff2;padding:2.5rem;border-radius:20px;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 0 1px #ffffff0d;height:fit-content;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.settings-section:hover{transform:translateY(-2px);box-shadow:0 25px 50px -12px #00000026,0 0 0 1px #ffffff1a}.section-title{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;font-family:Inter,Segoe UI,system-ui,sans-serif;letter-spacing:-.01em;position:relative;padding-bottom:.75rem}.section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.settings-form{display:flex;flex-direction:column;gap:2rem}.image-upload-section{display:flex;align-items:center;gap:2rem;padding:2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;border:2px dashed #cbd5e1;transition:all .3s ease}.image-upload-section:hover{border-color:#667eea;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.image-preview{width:120px;height:120px;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff;border:3px solid #e2e8f0;flex-shrink:0;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease}.image-preview:hover{transform:scale(1.05);box-shadow:0 10px 15px -3px #0000001a}.company-logo{width:100%;height:100%;object-fit:cover}.no-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#94a3b8;font-size:.9rem;text-align:center;font-family:Inter,Segoe UI,system-ui,sans-serif;font-weight:500}.image-upload-controls{display:flex;flex-direction:column;gap:.75rem;flex:1}.upload-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;border-radius:12px;cursor:pointer;text-align:center;font-weight:600;transition:all .3s ease;border:none;font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:.95rem;box-shadow:0 4px 6px -1px #667eea4d}.upload-btn:hover{transform:translateY(-2px);box-shadow:0 8px 15px -3px #667eea66}.remove-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.75rem 1.5rem;border-radius:10px;cursor:pointer;text-align:center;font-weight:600;transition:all .3s ease;border:none;font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:.9rem;box-shadow:0 4px 6px -1px #ef44444d}.remove-btn:hover{transform:translateY(-1px);box-shadow:0 6px 12px -2px #ef444466}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.75rem}.form-group label{font-weight:600;color:#1e293b;font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:.95rem;letter-spacing:-.01em}.form-group input{padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;font-family:Inter,Segoe UI,system-ui,sans-serif;transition:all .3s ease;background:#fff;color:#1e293b}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;transform:translateY(-1px)}.form-group input:required{border-left:4px solid #667eea}.save-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:1.25rem 2.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:Inter,Segoe UI,system-ui,sans-serif;margin-top:1.5rem;align-self:flex-start;box-shadow:0 4px 6px -1px #10b9814d;letter-spacing:-.01em}.save-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 20px -5px #10b98166}.save-btn:disabled{background:linear-gradient(135deg,#94a3b8,#64748b);cursor:not-allowed;transform:none;box-shadow:none}.account-info{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;border:1px solid #e2e8f0}.info-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e2e8f0}.info-item:last-child{border-bottom:none}.info-label{font-weight:600;color:#1e293b;font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:.95rem;letter-spacing:-.01em}.info-value{color:#475569;font-family:Inter,Segoe UI,system-ui,sans-serif;background:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;border:1px solid #e2e8f0;font-weight:500;box-shadow:0 1px 3px #0000001a}@media (max-width: 1200px){.settings-content{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.settings-container{padding:1.5rem}.settings-title{font-size:1.8rem}.settings-section{padding:2rem}.image-upload-section{flex-direction:column;gap:1.5rem}.form-row{grid-template-columns:1fr}.save-btn{width:100%;align-self:stretch}.info-item{flex-direction:column;align-items:flex-start;gap:.75rem}}@media (max-width: 480px){.settings-container{padding:1rem}.settings-section{padding:1.5rem}.image-preview{width:100px;height:100px}.settings-title{font-size:1.5rem}}.statistics-container{padding:2rem;max-width:1200px;margin:0 auto;background:#fff;min-height:100vh}.statistics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.statistics-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0}.period-selector{display:flex;align-items:center;gap:.5rem}.period-select{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#374151;font-size:.875rem;cursor:pointer;transition:all .2s ease}.period-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease;box-shadow:0 1px 3px #0000001a}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stat-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.stat-content{flex:1}.stat-value{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .25rem;line-height:1}.stat-title{font-size:.875rem;color:#6b7280;margin:0;font-weight:500}.stat-subtitle{font-size:.75rem;color:#9ca3af;margin:.25rem 0 0}.stats-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:3rem}.stats-section{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.stats-section h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6}.user-stats-grid,.chat-stats-grid{display:grid;gap:1rem}.user-stat-item,.chat-stat-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f9fafb;border-radius:.5rem;border:1px solid #f3f4f6}.stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.stat-value{font-size:1rem;font-weight:600;color:#1f2937}.stat-value.success{color:#059669}.stat-value.warning{color:#d97706}.user-info-grid{display:grid;gap:1rem}.user-info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f9fafb;border-radius:.5rem;border:1px solid #f3f4f6}.info-label{font-size:.875rem;color:#6b7280;font-weight:500}.info-value{font-size:1rem;font-weight:600;color:#1f2937}.info-value.success{color:#059669}.info-value.error{color:#dc2626}.charts-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:3rem}.classification-pie-chart{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.classification-pie-chart h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6}.pie-chart-container{display:flex;align-items:center;gap:2rem}.pie-chart{flex-shrink:0}.pie-legend{flex:1;display:flex;flex-direction:column;gap:.75rem}.legend-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:.5rem;transition:background-color .2s ease}.legend-item:hover{background:#f9fafb}.legend-color{width:1rem;height:1rem;border-radius:50%;flex-shrink:0}.legend-text{display:flex;flex-direction:column;gap:.25rem}.legend-label{font-size:.875rem;color:#374151;font-weight:500}.legend-count{font-size:.75rem;color:#6b7280}.activity-bar-chart{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 6px #3b82f612;margin-bottom:2rem}.activity-bar-chart h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6}.bar-chart-container{display:flex;align-items:end;gap:1.5rem;height:180px;padding:1rem 0 .5rem;position:relative}.bar-item{flex:1;display:flex;flex-direction:column;align-items:center;min-width:40px;position:relative}.bar-value{font-size:.95rem;font-weight:700;color:#2563eb;margin-bottom:.25rem;text-shadow:0 1px 2px #fff;position:absolute;top:-2rem;left:50%;transform:translate(-50%);z-index:2}.bar-container{width:100%;height:120px;background:#f3f4f6;border-radius:.5rem .5rem 0 0;overflow:visible;position:relative;display:flex;align-items:flex-end;box-shadow:0 2px 8px #3b82f60a}.bar-fill{width:100%;border-radius:.5rem .5rem 0 0;background:linear-gradient(180deg,#3b82f6 80%,#2563eb);min-height:6px;transition:height .7s cubic-bezier(.4,2,.3,1);box-shadow:0 2px 8px #3b82f61f}.bar-fill[style*="height: 0%"],.bar-fill[style*="height: 0px"]{background:#e5e7eb;box-shadow:none}.bar-label{font-size:.75rem;color:#6b7280;text-align:center;margin-top:.5rem;max-width:60px;word-break:break-all;transform:rotate(-35deg);white-space:nowrap;margin-bottom:1rem}.recent-activity{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.recent-activity h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6}.activity-table{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.activity-header{display:grid;grid-template-columns:1fr 2fr 1fr 1fr 1fr;gap:1rem;padding:1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:.875rem;font-weight:600;color:#374151}.activity-row{display:grid;grid-template-columns:1fr 2fr 1fr 1fr 1fr;gap:1rem;padding:1rem;border-bottom:1px solid #f3f4f6;font-size:.875rem;color:#6b7280;transition:background-color .2s ease}.activity-row:hover{background:#f9fafb}.activity-row:last-child{border-bottom:none}.activity-user{font-weight:500;color:#374151}.activity-question{color:#1f2937;font-weight:500}.activity-classification{font-size:.75rem;background:#e5e7eb;padding:.25rem .5rem;border-radius:.25rem;text-align:center;font-weight:500}.activity-found{display:flex;align-items:center;justify-content:center}.icon-success{color:#059669;font-size:1.25rem}.icon-error{color:#dc2626;font-size:1.25rem}.activity-date{font-size:.75rem;color:#9ca3af;text-align:center}.activity-actions{display:flex;justify-content:center;padding:1.5rem 0 .5rem;border-top:1px solid #f3f4f6;margin-top:1rem}.view-more-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #667eea4d;font-family:Inter,Segoe UI,system-ui,sans-serif}.view-more-btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px -2px #667eea66}.stats-actions{display:flex;justify-content:center;margin-top:2rem}.refresh-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.refresh-button:hover{background:#2563eb;transform:translateY(-1px)}.refresh-button:active{transform:translateY(0)}.error-message{display:flex;justify-content:center;align-items:center;height:200px;font-size:1.125rem;color:#dc2626;text-align:center}.retry-button{display:block;margin:1rem auto 0;padding:.75rem 1.5rem;background:#dc2626;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.retry-button:hover{background:#b91c1c}@media (max-width: 768px){.statistics-container{padding:1rem}.statistics-header{flex-direction:column;gap:1rem;align-items:flex-start}.statistics-header h1{font-size:1.5rem}.stats-grid,.stats-details{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1rem}.stat-value{font-size:1.5rem}.activity-header,.activity-row{grid-template-columns:1fr;gap:.5rem}.activity-header{display:none}.activity-row{padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:.5rem}.view-more-btn{width:100%;padding:1rem;font-size:.85rem}.charts-section{grid-template-columns:1fr;gap:1rem}.pie-chart-container{flex-direction:column;gap:1rem}.pie-chart{align-self:center}.bar-chart-container{height:120px;gap:.5rem}.bar-item{min-width:40px}.bar-label{font-size:.625rem}.chart-item{grid-template-columns:1fr;gap:.5rem}.chart-label{flex-direction:column;align-items:flex-start;gap:.25rem}.bar-value{font-size:.8rem;top:-1.5rem}}@media (max-width: 480px){.statistics-container{padding:.5rem}.stat-card{flex-direction:column;text-align:center;gap:.75rem}.stat-icon{width:2.5rem;height:2.5rem;font-size:1.25rem}.stats-section{padding:1rem}.pie-chart-container{gap:.75rem}.pie-chart svg{width:150px;height:150px}.bar-chart-container{height:120px}.bar-container{height:80px}}.checked-bar-section{margin:2rem 0 2.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #3b82f612}.checked-bar-section h2{font-size:1.15rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.checked-bar-container{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.checked-bar-bg{width:220px;height:18px;background:#e5e7eb;border-radius:9px;margin:0 .5rem;overflow:hidden;flex-shrink:0}.checked-bar-fill{height:100%;background:linear-gradient(90deg,#10b981,#3b82f6);border-radius:9px;transition:width .5s}.checked-bar-percent{font-weight:700;color:#10b981;margin-left:.5rem;font-size:1rem}@media (max-width: 768px){.checked-bar-bg{width:120px;height:14px}.checked-bar-section{padding:1rem}.checked-bar-percent{font-size:.9rem}}.geographic-stats{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.geographic-stats h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6}.geographic-summary{margin-bottom:2rem;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:.75rem;color:#fff}.coverage-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.coverage-item{display:flex;flex-direction:column;gap:.5rem}.coverage-label{font-size:.875rem;opacity:.9;font-weight:500}.coverage-value{font-size:1.25rem;font-weight:700}.coverage-percentage{font-size:1.5rem;font-weight:700;color:#fbbf24}.geographic-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.geographic-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem}.geographic-section h4{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.geographic-list{display:flex;flex-direction:column;gap:.5rem}.geographic-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#fff;border-radius:.5rem;border:1px solid #f3f4f6;transition:all .2s ease}.geographic-item:hover{background:#f3f4f6;transform:translate(2px)}.geographic-name{font-size:.875rem;color:#374151;font-weight:500}.geographic-count{background:#667eea;color:#fff;padding:.25rem .5rem;border-radius:1rem;font-size:.75rem;font-weight:600;min-width:2rem;text-align:center}@media (max-width: 768px){.geographic-details,.coverage-stats{grid-template-columns:1fr}.geographic-summary{padding:.75rem}.coverage-value{font-size:1rem}.coverage-percentage{font-size:1.25rem}}.word-frequency-stats{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.word-frequency-stats h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6}.word-frequency-summary{margin-bottom:2rem}.word-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.word-stat-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.word-stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.word-stat-value{font-size:1.125rem;font-weight:700;color:#1f2937}.word-frequency-list h4{font-size:1rem;font-weight:600;color:#374151;margin:0 0 1rem}.word-list{display:flex;flex-direction:column;gap:.5rem}.word-item{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:.75rem;background:#f9fafb;border-radius:.5rem;border:1px solid #f3f4f6;transition:all .2s ease;gap:1rem}.word-item:hover{background:#f3f4f6;transform:translate(2px)}.word-text{font-weight:600;color:#1f2937;font-size:.95rem;justify-self:start}.word-count{font-weight:700;color:#3b82f6;font-size:.9rem;justify-self:center;min-width:2rem;text-align:center}.word-percentage{font-size:.8rem;color:#6b7280;background:#e5e7eb;padding:.25rem .5rem;border-radius:.25rem;font-weight:500;justify-self:end;text-align:right}.word-frequency-actions{display:flex;justify-content:center;padding:1rem 0 .5rem;border-top:1px solid #f3f4f6;margin-top:1rem}.repeated-questions-stats{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.repeated-questions-stats h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6}.repeated-questions-summary{margin-bottom:2rem}.repeated-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.repeated-stat-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.repeated-stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.repeated-stat-value{font-size:1.125rem;font-weight:700;color:#1f2937}.repeated-questions-list h4{font-size:1rem;font-weight:600;color:#374151;margin:0 0 1rem}.repeated-list{display:flex;flex-direction:column;gap:1rem}.repeated-item{padding:1rem;background:#f9fafb;border-radius:.5rem;border:1px solid #f3f4f6;transition:all .2s ease}.repeated-item:hover{background:#f3f4f6;transform:translate(2px)}.repeated-question-text{font-weight:500;color:#1f2937;margin-bottom:.5rem;line-height:1.4}.repeated-question-stats{display:flex;gap:1rem;align-items:center}.repeated-count{font-weight:700;color:#ef4444;font-size:.9rem}.repeated-percentage{font-size:.8rem;color:#6b7280;background:#e5e7eb;padding:.25rem .5rem;border-radius:.25rem;font-weight:500}.question-patterns-stats{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.question-patterns-stats h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6}.patterns-summary{margin-bottom:2rem}.patterns-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.pattern-stat-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.pattern-stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.pattern-stat-value{font-size:1.125rem;font-weight:700;color:#1f2937}.patterns-section{margin-bottom:2rem}.patterns-section h4{font-size:1rem;font-weight:600;color:#374151;margin:0 0 1rem}.length-distribution{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}.length-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f9fafb;border-radius:.5rem;border:1px solid #f3f4f6}.length-range{font-size:.875rem;color:#6b7280;font-weight:500}.length-count{font-weight:700;color:#10b981;font-size:.9rem}.starting-words-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}.starting-word-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f9fafb;border-radius:.5rem;border:1px solid #f3f4f6;transition:all .2s ease}.starting-word-item:hover{background:#f3f4f6;transform:translateY(-1px)}.starting-word-text{font-weight:600;color:#1f2937;font-size:.9rem}.starting-word-count{font-weight:700;color:#8b5cf6;font-size:.85rem}@media (max-width: 768px){.word-stats,.repeated-stats,.patterns-stats{grid-template-columns:1fr;gap:.75rem}.word-item,.repeated-item,.length-item,.starting-word-item{padding:.5rem}.word-frequency-stats,.repeated-questions-stats,.question-patterns-stats{padding:1rem}.length-distribution,.starting-words-list{grid-template-columns:repeat(2,1fr)}.word-frequency-actions .view-more-btn{width:100%;padding:.75rem;font-size:.85rem}}.leads-container{padding:24px;max-width:1200px;margin:0 auto}.leads-header{margin-bottom:32px}.leads-header h1{font-family:Crimson Text,serif;font-size:32px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.leads-header p{font-family:DM Sans,sans-serif;font-size:16px;color:#666;margin:0}.leads-filters{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.filter-section{display:flex;flex-direction:column;gap:8px}.filter-section h4{font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:#333;margin:0}.filter-buttons{display:flex;gap:12px;flex-wrap:wrap}.filter-btn{padding:8px 16px;border:2px solid #e0e0e0;background:#fff;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.filter-btn:hover{border-color:#485c11;color:#485c11}.filter-btn.active{background:#485c11;border-color:#485c11;color:#fff}.bulk-actions{margin-bottom:24px;display:flex;justify-content:flex-end}.bulk-action-btn{padding:12px 24px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #10b98140;display:flex;align-items:center;gap:8px}.bulk-action-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d;background:linear-gradient(135deg,#059669,#047857)}.bulk-action-btn:disabled{background:#e0e0e0;color:#999;cursor:not-allowed;box-shadow:none}.bulk-action-btn:disabled:hover{transform:none;box-shadow:none}.dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialog-content{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;width:90%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:dialogSlideIn .3s ease-out}@keyframes dialogSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.dialog-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0;border-bottom:1px solid #e5e7eb}.dialog-header h3{font-family:DM Sans,sans-serif;font-size:20px;font-weight:600;color:#1f2937;margin:0}.dialog-close{background:none;border:none;font-size:20px;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.dialog-close:hover{background:#f3f4f6;color:#374151}.dialog-body{padding:24px;flex:1;overflow-y:auto}.dialog-body p{font-family:DM Sans,sans-serif;font-size:16px;line-height:1.6;color:#4b5563;margin:0}.dialog-footer{display:flex;gap:12px;justify-content:flex-end}.dialog-btn{padding:12px 24px;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;min-width:100px}.dialog-btn-cancel{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.dialog-btn-cancel:hover{background:#e5e7eb;color:#1f2937}.dialog-btn-confirm{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 4px #10b98140}.dialog-btn-confirm:hover{transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d;background:linear-gradient(135deg,#059669,#047857)}.leads-content{min-height:400px}.leads-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;align-items:stretch}.lead-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000d;transition:all .2s ease;display:flex;flex-direction:column}.lead-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.lead-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.lead-source{display:flex;align-items:center;gap:8px}.source-icon{font-size:20px}.source-label{font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:#485c11;background:#f0f4e6;padding:4px 8px;border-radius:6px}.lead-date{font-family:DM Sans,sans-serif;font-size:12px;color:#999}.lead-info{display:flex;flex-direction:column;gap:12px;height:100%;justify-content:space-between}.lead-name{font-family:DM Sans,sans-serif;font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.lead-content-main{flex:1;display:flex;flex-direction:column;gap:12px}.lead-contact{display:flex;flex-direction:column;gap:8px}.contact-item{display:flex;align-items:center;gap:8px;font-family:DM Sans,sans-serif;font-size:14px;color:#666}.contact-label{font-size:16px;width:20px;text-align:center}.contact-link{color:#485c11;text-decoration:none;font-weight:500}.contact-link:hover{text-decoration:underline}.lead-consulta{background:#f8f9fa;padding:16px;border-radius:8px;border-left:4px solid #485C11}.lead-consulta strong{font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:#1a1a1a;display:block;margin-bottom:8px}.lead-consulta p{font-family:DM Sans,sans-serif;font-size:14px;color:#666;margin:0;line-height:1.5}.lead-consentimientos{display:flex;flex-direction:column;gap:8px;margin-top:8px}.consentimiento-item{display:flex;align-items:center;gap:8px;font-family:DM Sans,sans-serif;font-size:12px;color:#666}.consentimiento-status{font-size:14px}.consentimiento-status.accepted{color:#10b981}.consentimiento-status.rejected{color:#ef4444}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #485C11;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{font-family:DM Sans,sans-serif;font-size:16px;color:#666;margin:0}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.error-container p{font-family:DM Sans,sans-serif;font-size:16px;color:#dc2626;margin:0 0 16px}.retry-button{background:#485c11;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.retry-button:hover{background:#5a6f1a;transform:translateY(-1px)}.no-leads{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.no-leads p{font-family:DM Sans,sans-serif;font-size:16px;color:#666;margin:0}.lead-contact-status{margin-top:auto;padding-top:16px;border-top:1px solid #f0f0f0}.contact-status-btn{padding:8px 16px;border:2px solid #e0e0e0;background:#fff;border-radius:6px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px}.contact-status-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.contact-status-btn.contactado{background:#10b981;border-color:#10b981;color:#fff}.contact-status-btn.contactado:hover{background:#059669;border-color:#059669}.contact-status-btn.no-contactado{background:#f59e0b;border-color:#f59e0b;color:#fff}.contact-status-btn.no-contactado:hover{background:#d97706;border-color:#d97706}@media (max-width: 768px){.leads-container{padding:16px}.leads-header h1{font-size:28px}.leads-header p{font-size:14px}.leads-filters{gap:8px}.filter-btn{padding:6px 12px;font-size:13px}.bulk-actions{justify-content:center}.bulk-action-btn{width:100%;max-width:300px;justify-content:center}.dialog-content{width:95%;max-width:400px}.dialog-header{padding:20px 20px 0}.dialog-body{padding:20px}.dialog-footer{padding:0 20px 20px;flex-direction:column}.dialog-btn{width:100%;justify-content:center}.leads-grid{grid-template-columns:1fr;gap:16px}.lead-card{padding:20px}.lead-header{flex-direction:column;align-items:flex-start;gap:8px}.lead-name{font-size:16px}}@media (max-width: 480px){.leads-filters{flex-direction:column}.filter-btn{text-align:center}.bulk-action-btn{padding:10px 20px;font-size:13px}.lead-card{padding:16px}.contact-item{font-size:13px}.lead-consulta{padding:12px}}
