@import url(https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700;900&family=Open+Sans:wght@400;500;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--orange-primary:#eb663a;--gray-corporate:#535353}*{scroll-behavior:smooth}.slide-bg-1{background:linear-gradient(135deg,#535353f2,#535353d9),url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23eb663a' fill-opacity='.08' fill-rule='evenodd'/%3E%3C/svg%3E")}.slide-bg-2{background:linear-gradient(135deg,#eb663af2,#d55a30e6),url("data:image/svg+xml;charset=utf-8,%3Csvg width='52' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4a6 6 0 0 1-6-6h2c0 2.21 1.79 4 4 4a6 6 0 0 1 6 6c0 2.21 1.79 4 4 4a6 6 0 0 1 6 6c0 2.21 1.79 4 4 4v2a6 6 0 0 1-6-6c0-2.21-1.79-4-4-4a6 6 0 0 1-6-6zm25.464-1.95 8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' fill='%23fff' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E")}.slide-bg-3{background:linear-gradient(135deg,#3a3a3af2,#535353d9),url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40 40 0H20L0 20m40 20V20L20 40' fill='%23eb663a' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E")}.bg-white\/20{background-color:#fff3}.border-white\/30{border-color:#ffffff4d}.bg-orange-primary\/20{background-color:#eb663a33}.border-orange-primary\/30{border-color:#eb663a4d}.bg-orange-primary\/10{background-color:#eb663a1a}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}body{background:#fff;color:#535353;color:var(--gray-corporate);font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.font-heading{font-family:Titillium Web,sans-serif}.font-body{font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.bg-orange-primary{background-color:#eb663a;background-color:var(--orange-primary)}.bg-orange-600{background:#ea580c}.text-orange-primary{color:#eb663a;color:var(--orange-primary)}.border-orange-primary{border-color:#eb663a;border-color:var(--orange-primary)}.bg-gray-corporate{background-color:#535353;background-color:var(--gray-corporate)}.text-gray-corporate{color:#535353;color:var(--gray-corporate)}.bg-white\/95{background:#fffffff2}.backdrop-blur-md{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.max-w-7xl{margin:0 auto;max-width:1200px}.px-4{padding-left:1rem;padding-right:1rem}@media (min-width:640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}.slider-container{height:100%;overflow:hidden;position:relative}.slider-track{display:flex;height:100%;transition:transform .8s ease-in-out}.slider-slide{align-items:center;background-position:50%;background-size:cover;display:flex;height:100%;min-width:100%;position:relative}.slider-dots{bottom:2rem;display:flex;gap:.75rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.slider-dot{background:#ffffff80;border:2px solid #0000;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.slider-dot.active{background:#eb663a;background:var(--orange-primary);border-color:#fff;transform:scale(1.2)}.slider-dot:hover{background:#fffc}.slider-arrow{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:2px solid #fff6;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.slider-arrow:hover{background:#eb663a;background:var(--orange-primary);border-color:#eb663a;border-color:var(--orange-primary);transform:translateY(-50%) scale(1.1)}.slider-arrow-left{left:2rem}.slider-arrow-right{right:2rem}@media (max-width:768px){.slider-arrow{height:40px;width:40px}.slider-arrow svg{height:20px;width:20px}.slider-arrow-left{left:1rem}.slider-arrow-right{right:1rem}}.service-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 10px 30px #0000000f;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-card:hover{box-shadow:0 25px 50px #eb663a40;transform:scale(1.05) translateY(-10px)}.service-card .h-2{height:6px}.service-card .p-8{padding:2rem}.service-icon-container{align-items:center;background:linear-gradient(135deg,#eb663a,#d55a30);background:linear-gradient(135deg,var(--orange-primary),#d55a30);border-radius:16px;display:flex;height:80px;justify-content:center;margin:0 auto 1rem;transition:all .4s cubic-bezier(.4,0,.2,1);width:80px}.service-card:hover .service-icon-container{box-shadow:0 15px 30px #eb663a66;transform:scale(1.15) rotate(5deg)}.btn-primary{align-items:center;background:#eb663a;background:var(--orange-primary);border-radius:12px;color:#fff;display:inline-flex;font-weight:600;gap:.5rem;padding:0;text-decoration:none;transition:all .3s ease}.btn-primary:hover{background:#d55a30;box-shadow:0 8px 20px #eb663a66;transform:translateY(-2px)}.nav-link{position:relative;text-decoration:none;transition:color .3s ease}.nav-link:after{display:none}.section-divider{background:linear-gradient(90deg,#eb663a,#0000);background:linear-gradient(90deg,var(--orange-primary),#0000);height:4px;width:80px}.icon-container{background:linear-gradient(135deg,#eb663a,#d55a30);background:linear-gradient(135deg,var(--orange-primary) 0,#d55a30 100%)}.text-white{color:#fff}.text-white\/90{color:#ffffffe6}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-green-700{color:#15803d}.text-red-700{color:#b91c1c}.bg-green-100{background:#dcfce7}.bg-red-100{background:#fee2e2}.rounded-2xl{border-radius:16px}.rounded-3xl{border-radius:24px}.rounded-xl{border-radius:16px}.rounded-full{border-radius:9999px}.w-12{width:3rem}.h-12{height:3rem}.w-20{width:5rem}.h-20{height:5rem}.w-16{width:4rem}.h-16{height:4rem}.w-8{width:2rem}.h-8{height:2rem}.w-32{width:8rem}.h-32{height:8rem}.inline-flex{display:inline-flex}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.text-center{text-align:center}.text-left{text-align:left}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.gap-0{gap:0}.space-y-2>*+*{margin-top:.5rem}.space-y-6>*+*{margin-top:1.5rem}.p-8{padding:2rem}.p-12{padding:3rem}.p-6{padding:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-24{padding-bottom:6rem;padding-top:6rem}.mb-8{margin-bottom:2rem}.mb-16{margin-bottom:4rem}.mt-4{margin-top:1rem}.-mt-1{margin-top:-.25rem}.text-2xl{font-size:1.5rem}.text-xl{font-size:1.125rem}.text-3xl{font-size:1.875rem;line-height:1.2}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem}.font-medium{font-weight:500}.text-xs{font-size:.75rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-semibold{font-weight:600}.py-2{padding-bottom:.5rem;padding-top:.5rem}.uppercase{text-transform:uppercase}.hover\:text-orange-primary:hover{color:#eb663a;color:var(--orange-primary)}.hover\:bg-orange-600:hover{background:#ea580c}.hover\:shadow-xl:hover{box-shadow:0 20px 40px #0000001f}.tracking-wider{letter-spacing:.08em}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.leading-relaxed{line-height:1.7}.max-w-2xl{max-width:672px}.max-w-3xl{max-width:768px}.mx-auto{margin-left:auto;margin-right:auto}.pt-20{padding-top:5rem}.logo.socio.container{max-height:60px;max-width:60px}@media (max-width:768px){.slider-container{height:420px}.text-4xl{font-size:1.75rem}.service-icon-container{height:64px;width:64px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeInUp .6s ease forwards}.fixed{position:fixed}.top-0{top:0}.left-0{left:0}.right-0{right:0}.z-50{z-index:50}.w-full{width:100%}.h-full{height:100%}.overflow-auto{overflow:auto}.p-2{padding:.5rem}.pb-4{padding-bottom:1rem}.gap-8{gap:2rem}.border{border-style:solid;border-width:1px}.border-gray-100{border-color:#f3f4f6}.shadow-sm{box-shadow:0 1px 3px #0000000f}.rounded-lg{border-radius:12px}.hover\:bg-gray-100:hover{background:#f3f4f6}.drop-shadow-lg{filter:drop-shadow(0 10px 10px rgba(0,0,0,.45))}.shadow-xl{box-shadow:0 20px 40px #0000001f}.shadow-2xl{box-shadow:0 30px 60px #0000002e}.bg-gray-50{background:#f9fafb}.bg-gray-100{background:#f3f4f6}.bg-gray-900{background:#111827}.bg-white{background:#fff}.bg-gray-700{background:#374151}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.h-64{height:16rem}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.flex-shrink-0{flex-shrink:0}.relative{position:relative}.absolute{position:absolute}.inset-0{bottom:0;left:0;right:0;top:0}.opacity-10{opacity:.1}.overflow-hidden{overflow:hidden}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-12{gap:3rem}.p-4{padding:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-16{padding-bottom:4rem;padding-top:4rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.pt-8{padding-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-12{margin-bottom:3rem}.max-w-md{max-width:28rem}.border-gray-300{border-color:#d1d5db}.border-gray-800{border-color:#1f2937}.border-t{border-top-width:1px}.space-y-3>*+*{margin-top:.75rem}.outline-none{outline:none}.transition-all{transition:all .2s ease}.transition-shadow{transition:box-shadow .2s ease}.transition-colors{transition:color .2s ease,background-color .2s ease,border-color .2s ease}.resize-none{resize:none}.focus\:border-orange-primary:focus{border-color:#eb663a;border-color:var(--orange-primary)}.focus\:ring-2:focus{--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 0 2px var(--tw-ring-color,#eb663a33);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow)}.focus\:ring-orange-primary\/20:focus{--tw-ring-color:#eb663a33}.animate-spin{animation:spin 1s linear infinite}.form-message{border-radius:12px;margin-top:1rem;padding:1rem;text-align:center}.form-message.success{background:#ecfdf5;border:1px solid #065f4614;color:#065f46}.form-message.error{background:#fef3f2;border:1px solid #7f1d1d14;color:#7f1d1d}.text-white.drop-shadow-lg{filter:drop-shadow(0 8px 18px rgba(0,0,0,.45))}@media (min-width:640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-5xl{font-size:3rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.md\:col-span-2{grid-column:span 2/span 2}.md\:flex-row{flex-direction:row}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:p-12{padding:3rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.lg\:text-6xl{font-size:3.75rem}}.text-4xl{font-size:2.25rem;line-height:1.1}.leading-tight{line-height:1.05}.mb-6{margin-bottom:1.5rem}.from-gray-corporate{--tw-gradient-from:var(--gray-corporate)}.to-gray-700{--tw-gradient-to:#374151}.bg-gradient-to-br{background:linear-gradient(135deg,#535353,#374151);background:linear-gradient(135deg,var(--tw-gradient-from,var(--gray-corporate)),var(--tw-gradient-to,#374151))}body{box-sizing:border-box}.login-wrapper,body,html{min-height:100vh}.login-wrapper{align-items:center;background:linear-gradient(135deg,#ec673b,#c8502d);background-attachment:fixed;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;overflow:auto;padding:2rem;width:100%}.login-container{animation:slideIn .5s ease-out;background:#fff;box-shadow:0 20px 60px #0000004d;max-width:440px;padding:3rem 2.5rem;width:100%}.login-container,.logo-icon{border-radius:20px}.login-header{margin-bottom:2rem;text-align:center}.login-title{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.login-subtitle{color:#666;font-size:1rem}.form-options{font-size:.9rem;justify-content:space-between;margin-bottom:1.5rem}.form-options,.remember-me{align-items:center;display:flex}.remember-me{color:#666;cursor:pointer;gap:.5rem}.remember-me input[type=checkbox]{accent-color:#ec673b;cursor:pointer;height:18px;width:18px}.forgot-password{color:#ec673b;font-weight:500;text-decoration:none;transition:color .3s}.forgot-password:hover{color:#c8502d;text-decoration:underline}.login-button{background:linear-gradient(135deg,#ec673b,#c8502d);border:none;border-radius:10px;box-shadow:0 4px 15px #ec673b4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem;transition:all .3s;width:100%}.login-button:hover{box-shadow:0 6px 20px #ec673b66;transform:translateY(-2px)}.login-button:active{transform:translateY(0)}.login-button:disabled{background:#ccc;box-shadow:none;cursor:not-allowed}.divider{margin:2rem 0;position:relative;text-align:center}.divider:before{background:#e0e0e0;content:"";height:1px;left:0;position:absolute;top:50%;width:100%}.divider span{background:#fff;color:#999;font-size:.9rem;padding:0 1rem;position:relative;z-index:1}.register-link{color:#666;font-size:.95rem;margin-top:1.5rem;text-align:center}.register-link a{color:#ec673b;font-weight:600;text-decoration:none;transition:color .3s}.register-link a:hover{color:#c8502d;text-decoration:underline}.message.error,.message.success{display:block}.loading-spinner{display:inline-block}@media (max-width:768px){.login-wrapper{padding:1rem}.login-container{padding:2rem 1.5rem}.company-name{font-size:1.8rem}.login-title{font-size:1.5rem}.form-options{align-items:flex-start;flex-direction:column;gap:1rem}}@media (max-height:700px){.login-wrapper{align-items:flex-start;padding-top:2rem}.logo-icon{height:50px;width:50px}.company-name{font-size:1.8rem}.login-container{padding:2rem 2.5rem}}body,html{overflow-x:hidden;overflow-y:auto}.register-wrapper{align-items:center;background:linear-gradient(135deg,#ec673b,#c8502d);display:flex;justify-content:center;min-height:100%;overflow:auto;padding:2rem;width:100%}.register-container{animation:slideIn .5s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;margin:2rem auto;max-width:600px;padding:3rem 2.5rem;width:100%}.logo-icons{animation:pulse 2s ease-in-out infinite;height:150px;margin-bottom:.8rem;width:150px}.company-name{font-size:2rem}.register-header{margin-bottom:2rem;text-align:center}.register-title{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.register-subtitle{color:#666;font-size:1rem}.form-section{margin-bottom:2rem}.section-title{color:#ec673b;margin-bottom:1rem;padding-bottom:.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.form-group.full-width{grid-column:1/-1}.form-group label{font-size:.9rem;margin-bottom:.5rem}.required{color:#ec673b;margin-left:.2rem}.input-icon{font-size:1.1rem}.form-group input,.form-group select{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:10px;font-family:inherit;font-size:.95rem;padding:.85rem 1rem;transition:all .3s;width:100%}.form-group input.with-icon{padding-left:3rem}.form-group input:focus,.form-group select:focus{background:#fff;border-color:#ec673b;box-shadow:0 0 0 4px #ec673b1a;outline:none}.form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23999' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;cursor:pointer;padding-right:2.5rem}.user-type-selector{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.user-type-option{position:relative}.user-type-option input[type=radio]{height:0;opacity:0;position:absolute;width:0}.user-type-label{align-items:center;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:1.5rem;text-align:center;transition:all .3s}.user-type-option input[type=radio]:checked+.user-type-label{background:#fff5f2;border-color:#ec673b;box-shadow:0 0 0 4px #ec673b1a}.user-type-label:hover{border-color:#ec673b;transform:translateY(-2px)}.user-type-icon{font-size:2.5rem;margin-bottom:.5rem}.user-type-text{color:#333;font-weight:600}.conditional-fields{animation:fadeIn .4s ease-in;display:none}.conditional-fields.active{display:block}.password-requirements{background:#f8f9fa;border-left:3px solid #ec673b;border-radius:8px;color:#666;font-size:.85rem;margin-top:.5rem;padding:.8rem}.password-requirements ul{margin-left:1.2rem;margin-top:.5rem}.password-requirements li{margin-bottom:.3rem}.password-toggle{background:none;border:none;color:#999;cursor:pointer;font-size:1.2rem;padding:.3rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%);transition:color .3s}.password-toggle:hover{color:#ec673b}.register-button{background:linear-gradient(135deg,#ec673b,#c8502d);border:none;border-radius:10px;box-shadow:0 4px 15px #ec673b4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem;transition:all .3s;width:100%}.register-button:hover{box-shadow:0 6px 20px #ec673b66;transform:translateY(-2px)}.register-button:active{transform:translateY(0)}.register-button:disabled{background:#ccc;box-shadow:none;cursor:not-allowed}.login-link{color:#666;font-size:.95rem;margin-top:1.5rem;text-align:center}.login-link a{color:#ec673b;font-weight:600;text-decoration:none;transition:color .3s}.login-link a:hover{color:#c8502d;text-decoration:underline}.info-text{color:#666;font-size:.85rem;font-style:italic;margin-top:.5rem}@media (max-width:768px){.register-wrapper{padding:1rem}.register-container{margin:1rem auto;padding:2rem 1.5rem}.company-name{font-size:1.6rem}.register-title{font-size:1.5rem}.form-row,.user-type-selector{grid-template-columns:1fr}}body{background:#f7fafc;color:#2d3748;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.dashboard-wrapper{background:linear-gradient(135deg,#f7fafc,#edf2f7);height:100%;overflow:auto;width:100%}.dashboard-container{margin:0 auto;max-width:1400px;padding:2rem;width:100%}.dashboard-header{align-items:center;animation:slideDown .5s ease-out;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.logo-icon{height:50px;width:50px}.header-text{display:flex;flex-direction:column}.dashboard-title{color:#2d3748;font-size:1.4rem;font-weight:600}.dashboard-subtitle{color:#718096;font-size:.9rem}.header-right{gap:1rem}.header-right,.user-info{align-items:center;display:flex}.user-info{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;gap:.8rem;padding:.7rem 1.2rem}.user-avatar{background:linear-gradient(135deg,#ec673b,#c8502d);color:#fff;font-size:1.1rem;height:40px;width:40px}.user-details{display:flex;flex-direction:column}.user-name{color:#2d3748;font-size:.95rem;font-weight:600}.user-role{color:#718096;font-size:.8rem}.img-monitoreo-caldera{animation:fadeIn 1s ease-out backwards;height:700px;margin-top:1rem;width:1400px}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{animation:fadeIn .6s ease-out backwards;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;padding:1.5rem;transition:all .3s}.stat-card:first-child{animation-delay:.1s}.stat-card:nth-child(2){animation-delay:.2s}.stat-card:nth-child(3){animation-delay:.3s}.stat-card:nth-child(4){animation-delay:.4s}.stat-card:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-4px)}.stat-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.stat-label{color:#718096;font-size:.9rem;font-weight:500}.stat-icon{align-items:center;border-radius:12px;display:flex;font-size:1.5rem;height:45px;justify-content:center;width:45px}.stat-icon.primary{background:linear-gradient(135deg,#fef5f1,#ffe8df)}.stat-icon.success{background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.stat-icon.warning{background:linear-gradient(135deg,#fffbeb,#fef3c7)}.stat-icon.info{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.stat-value{color:#2d3748;font-size:2.2rem;font-weight:700;margin-bottom:.3rem}.stat-change{align-items:center;display:flex;font-size:.85rem;gap:.3rem}.stat-change.positive{color:#22c55e}.stat-change.negative{color:#ef4444}.charts-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:2rem}.chart-card{animation:fadeIn .8s ease-out backwards;animation-delay:.5s;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;padding:1.5rem}.chart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.chart-title{color:#2d3748;font-size:1.1rem;font-weight:600}.chart-period{background:#f7fafc;border-radius:8px;color:#718096;font-size:.85rem;padding:.4rem .8rem}.chart-container{height:250px;position:relative;width:100%}.chart-canvas{height:100%;width:100%}.table-card{animation:fadeIn .8s ease-out backwards;animation-delay:.6s;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;margin-bottom:2rem;padding:1.5rem}.table-header{margin-bottom:1.5rem}.table-title{color:#2d3748;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.device-table{border-collapse:collapse;display:block;overflow-x:auto;width:100%}.device-table thead{background:#f7fafc}.device-table th{color:#4a5568;font-size:.85rem;font-weight:600;letter-spacing:.05em;padding:1rem;text-align:left;text-transform:uppercase}.device-table td{border-bottom:1px solid #e2e8f0;color:#2d3748;font-size:.9rem;padding:1rem}.device-table tbody tr:hover{background:#f7fafc}.status-badge.online{background:#dcfce7;color:#166534}.status-badge.offline{background:#fee2e2;color:#991b1b}.status-dot{animation:pulse 2s ease-in-out infinite;border-radius:50%;height:8px;width:8px}.status-dot.online{background:#22c55e}.status-dot.offline{background:#ef4444}.device-name{color:#2d3748;font-weight:600}.device-location{color:#718096;font-size:.85rem}.alerts-card{animation:fadeIn .8s ease-out backwards;animation-delay:.7s;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;padding:1.5rem}.alerts-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.alerts-title{color:#2d3748;font-size:1.2rem;font-weight:600}.alert-item{align-items:flex-start;border-radius:10px;display:flex;gap:1rem;margin-bottom:.8rem;padding:1rem;transition:background .3s}.alert-item:hover{background:#f7fafc}.alert-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;width:40px}.alert-icon.warning{background:#fef3c7;color:#f59e0b}.alert-icon.error{background:#fee2e2;color:#ef4444}.alert-icon.info{background:#dbeafe;color:#3b82f6}.alert-content{flex:1 1}.alert-title{color:#2d3748;font-weight:600;margin-bottom:.2rem}.alert-description{color:#718096;font-size:.85rem;margin-bottom:.3rem}.alert-time{color:#a0aec0;font-size:.8rem}@media (max-width:1024px){.charts-grid{grid-template-columns:1fr}}@media (max-width:768px){.dashboard-container{padding:1rem}.dashboard-header{align-items:flex-start;flex-direction:column;gap:1rem}.charts-grid,.stats-grid{grid-template-columns:1fr}.user-info{width:100%}.device-table{font-size:.85rem}.device-table td,.device-table th{padding:.7rem}}*{margin:0;padding:0}#root,body,html{height:100%;width:100%}body{color:#333;font-family:Poppins,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-y:auto}.recovery-wrapper{align-items:center;background:linear-gradient(135deg,#ec673b,#c8502d);display:flex;height:100%;justify-content:center;overflow:auto;padding:2rem;width:100%}.recovery-container{animation:slideIn .5s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:480px;padding:3rem 2.5rem;width:100%}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.logo-container{margin-bottom:2rem;text-align:center}.logo-icon{animation:pulse 2s ease-in-out infinite;height:120px;margin-bottom:0;width:120px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.company-name{font-size:2.2rem;margin-bottom:.5rem}.recovery-header{margin-bottom:2rem;text-align:center}.recovery-title{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.recovery-subtitle{color:#666;font-size:1rem;line-height:1.5}.icon-container{margin-bottom:1.5rem;text-align:center}.recovery-icon{animation:float 3s ease-in-out infinite;font-size:4rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-size:.95rem;font-weight:600;margin-bottom:.6rem}.input-wrapper{position:relative}.input-icon{color:#999;font-size:1.2rem;left:1rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.form-group input{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:10px;font-family:inherit;font-size:1rem;padding:.9rem 1rem .9rem 3rem;transition:all .3s;width:100%}.form-group input:focus{background:#fff;border-color:#ec673b;box-shadow:0 0 0 4px #ec673b1a;outline:none}.form-group input::placeholder{color:#aaa}.submit-button{background:linear-gradient(135deg,#ec673b,#c8502d);border:none;border-radius:10px;box-shadow:0 4px 15px #ec673b4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding:1rem;transition:all .3s;width:100%}.submit-button:hover{box-shadow:0 6px 20px #ec673b66;transform:translateY(-2px)}.submit-button:active{transform:translateY(0)}.submit-button:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}.back-button{background:#fff;border:2px solid #ec673b;border-radius:10px;color:#ec673b;cursor:pointer;display:block;font-size:1rem;font-weight:600;padding:1rem;text-align:center;text-decoration:none;transition:all .3s;width:100%}.back-button:hover{background:#fff5f2;transform:translateY(-2px)}.message{border-radius:8px;display:none;font-size:.9rem;margin-bottom:1.5rem;padding:.9rem;text-align:center}.message.error{background:#ffebee;border:1px solid #ef9a9a;color:#c62828}.message.success{background:#e8f5e9;border:1px solid #a5d6a7;color:#2e7d32}.loading-spinner{animation:spin .8s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:none;height:20px;margin:0 auto;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.button-content{align-items:center;display:flex;gap:.5rem;justify-content:center}.success-container{display:none;text-align:center}.success-container.active{animation:fadeIn .5s ease-in;display:block}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.success-icon{animation:bounce .6s ease-in-out;font-size:5rem;margin-bottom:1rem}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.success-title{color:#2e7d32;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.success-message{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.info-box{background:#f8f9fa;border-left:4px solid #ec673b;border-radius:8px;margin-bottom:1.5rem;padding:1rem;text-align:left}.info-box-title{align-items:center;color:#333;display:flex;font-weight:600;gap:.5rem;margin-bottom:.5rem}.info-box-content{color:#666;font-size:.9rem;line-height:1.5}.resend-section{background:#f8f9fa;border-radius:10px;margin-bottom:1.5rem;padding:1rem;text-align:center}.resend-text{color:#666;font-size:.9rem;margin-bottom:.5rem}.resend-button{background:none;border:none;color:#ec673b;cursor:pointer;font-size:.95rem;font-weight:600;padding:.3rem;text-decoration:underline;transition:color .3s}.resend-button:hover{color:#c8502d}.resend-button:disabled{color:#999;cursor:not-allowed;text-decoration:none}.timer{color:#ec673b;font-weight:600}.form-container{display:block}.form-container.hidden{display:none}@media (max-width:768px){.recovery-wrapper{padding:1rem}.recovery-container{padding:2rem 1.5rem}.company-name{font-size:1.8rem}.recovery-title{font-size:1.5rem}.recovery-icon{font-size:3rem}.success-icon{font-size:4rem}}@media (max-height:700px){.recovery-wrapper{align-items:flex-start;padding-top:2rem}.logo-icon{height:50px;width:50px}.company-name{font-size:1.8rem}.recovery-container{padding:2rem 2.5rem}}*{box-sizing:border-box}body,html{height:100%;width:100%}body{background:#f8f9fa;color:#1a202c;font-family:Outfit,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.profile-wrapper{background:linear-gradient(135deg,#fef5f1,#fff);height:100%;overflow:auto;width:100%}.profile-container{margin:0 auto;max-width:1200px;padding:2rem;width:100%}.profile-header{background:#fff;border-radius:20px;box-shadow:0 4px 12px #00000014;margin-bottom:2rem;padding:1.5rem}.header-top{justify-content:space-between;margin-bottom:1.5rem}.header-left,.header-top{align-items:center;display:flex}.header-left{gap:1rem}.logo-icon{height:100px;margin-bottom:-1.5rem;margin-top:1.5rem;width:100px}.company-name{color:#ec673b;font-size:1.8rem;font-weight:700}.profile-title{color:#1a202c;font-size:1.4rem;font-weight:600}.search-container{position:relative;width:100%}.search-icon{color:#a0aec0;font-size:1.2rem;left:1.2rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.search-input{background:#f7fafc;border:2px solid #e2e8f0;border-radius:15px;font-size:1rem;padding:1rem 1.2rem 1rem 3.5rem;width:100%}.search-input:focus{background:#fff;border-color:#ec673b;box-shadow:0 0 0 4px #ec673b1a;outline:none}.search-results{background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;display:none;left:0;margin-top:.5rem;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.search-results.active{display:block}.search-result-item{align-items:center;border-bottom:1px solid #f7fafc;cursor:pointer;display:flex;gap:.8rem;padding:1rem 1.2rem;transition:background .2s}.search-result-item:hover{background:#f7fafc}.no-results{color:#718096;padding:2rem;text-align:center}.user-card{background:linear-gradient(135deg,#ec673b,#d45a2f);border-radius:20px;box-shadow:0 8px 24px #ec673b40;color:#fff;margin-bottom:2rem;padding:2.5rem}.user-info-top{gap:2rem;margin-bottom:2rem}.user-avatar,.user-info-top{align-items:center;display:flex}.user-avatar{background:#fff;border-radius:50%;box-shadow:0 4px 12px #00000026;color:#ec673b;font-size:2.5rem;font-weight:700;height:100px;justify-content:center;width:100px}.user-details{flex:1 1}.user-name{font-size:2rem;font-weight:700;margin-bottom:.3rem}.user-email{font-size:1rem;margin-bottom:.5rem;opacity:.9}.user-member-since{font-size:.9rem;opacity:.8}.edit-profile-btn{background:#fff;border:none;border-radius:12px;color:#ec673b;cursor:pointer;font-weight:600;padding:.8rem 1.8rem}.profile-section{background:#fff;border-radius:20px;box-shadow:0 4px 12px #00000014;margin-bottom:2rem;padding:2rem}.section-header{border-bottom:2px solid #f7fafc;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.section-header,.section-title{align-items:center;display:flex}.section-title{color:#1a202c;font-size:1.4rem;font-weight:600;gap:.7rem}.add-btn{background:#ec673b;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.2rem}.payment-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.payment-card{background:linear-gradient(135deg,#2d3748,#1a202c);border-radius:16px;color:#fff;overflow:hidden;padding:1.8rem;position:relative}.payment-card.primary{background:linear-gradient(135deg,#ec673b,#d45a2f)}.card-chip{background:linear-gradient(135deg,gold,#ffed4e);border-radius:8px;height:40px;margin-bottom:1.5rem;width:50px}.card-number{font-family:Courier New,monospace;font-size:1.2rem;letter-spacing:.1em;margin-bottom:1.5rem}.card-footer{align-items:center;display:flex;justify-content:space-between}.payment-table{border-collapse:collapse;width:100%}.payment-table thead{background:#f7fafc}.payment-table th{color:#4a5568;font-size:.85rem;font-weight:600;padding:1rem;text-align:left;text-transform:uppercase}.payment-table td{border-bottom:1px solid #f7fafc;color:#2d3748;font-size:.95rem;padding:1rem}.status-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.8rem;font-weight:600;gap:.4rem;padding:.4rem .8rem}.status-badge.completed{background:#d1fae5;color:#065f46}.download-btn{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;color:#ec673b;cursor:pointer;font-weight:600;padding:.5rem 1rem}.info-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-label{color:#4a5568;font-size:.9rem;font-weight:600}.info-value{background:#f7fafc;border:2px solid #e2e8f0;border-radius:10px;color:#2d3748;font-size:.95rem;padding:.9rem}.save-btn{background:#ec673b;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;margin-top:1rem;padding:.9rem 2rem}.current-plan{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #86efac;border-radius:16px;margin-bottom:2rem;padding:2rem}.plan-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.plan-name{font-size:1.5rem}.plan-name,.plan-price{color:#166534;font-weight:700}.plan-price{font-size:2rem}.plans-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.plan-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:2rem}.plan-card.featured{border-color:#ec673b;box-shadow:0 4px 20px #ec673b33}.plan-badge{background:linear-gradient(135deg,#ec673b,#d45a2f);border-radius:20px;color:#fff;padding:.4rem 1rem;position:absolute;right:20px;top:-12px}.logout-section{background:#fee2e2;border:2px solid #fecaca;text-align:center}.logout-content{margin:0 auto;max-width:500px}.logout-icon{font-size:3rem;margin-bottom:1rem}.logout-text{color:#991b1b;font-size:1.1rem;margin-bottom:1.5rem}.logout-btn{background:#dc2626;border:none;cursor:pointer;font-weight:600;padding:1rem 2.5rem}.logout-btn,.toast{border-radius:12px;color:#fff}.toast{align-items:center;background:#166534;bottom:2rem;box-shadow:0 4px 12px #0003;display:none;gap:.8rem;padding:1rem 1.5rem;position:fixed;right:2rem;z-index:2000}.toast.show{display:flex}.modal-overlay{align-items:center;background:#00000080;display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:3000}.modal-overlay.active{display:flex}.modal-content{background:#fff;border-radius:20px;max-width:450px;padding:2.5rem;text-align:center;width:90%}.modal-icon{font-size:4rem;margin-bottom:1rem}.modal-title{color:#1a202c;font-size:1.6rem;font-weight:700;margin-bottom:.8rem}.modal-text{color:#718096;font-size:1rem;margin-bottom:2rem}.modal-actions{display:flex;gap:1rem}.modal-btn{border:none;border-radius:12px;cursor:pointer;flex:1 1;font-weight:600;padding:1rem}.modal-btn.cancel{background:#f7fafc;color:#4a5568}.modal-btn.confirm{background:#dc2626;color:#fff}@media (max-width:768px){.profile-container{padding:1rem}.user-info-top{flex-direction:column;text-align:center}.user-avatar{font-size:2rem;height:80px;width:80px}.user-name{font-size:1.6rem}.info-grid,.payment-cards,.plans-grid{grid-template-columns:1fr}.payment-table{font-size:.85rem}.header-top{align-items:flex-start;flex-direction:column;gap:1rem}}
/*# sourceMappingURL=main.bb7d6080.css.map*/