*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f1419;color:#e2e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#0f141980}::-webkit-scrollbar-thumb{background:#667eea4d;background-clip:content-box;border:2px solid #0000;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#667eea80;background-clip:content-box}.container{margin:0 auto;max-width:1400px;padding:0 20px}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1d2ecc;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 4px 12px #0000004d;padding:24px}.card:hover{border-color:#667eea4d;box-shadow:0 8px 24px #0006;transition:all .3s ease}@media (max-width:768px){body{padding-left:0!important}}.fade-in{animation:fadeIn .4s ease-out}h1,h2,h3,h4,h5,h6{color:#f7fafc;font-weight:600;line-height:1.3;margin-bottom:16px}h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:32px}h2{font-size:26px}h3{font-size:22px}p{color:#cbd5e0;line-height:1.6}button{cursor:pointer;font-family:inherit;transition:all .2s ease}.btn-primary{border-radius:10px;box-shadow:0 4px 12px #667eea66;font-size:15px;font-weight:500;padding:12px 24px}.btn-primary:hover{box-shadow:0 6px 20px #667eea80}.btn-primary:active{transform:translateY(0)}input,select,textarea{background:#1a1d2e99;border:1px solid #ffffff1a;border-radius:10px;color:#e2e8f0;font-family:inherit;font-size:15px;padding:12px 16px;transition:all .2s ease}input:focus,select:focus,textarea:focus{background:#1a1d2ecc;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}input::placeholder,textarea::placeholder{color:#718096}table{background:#1a1d2e99;border-collapse:initial;border-radius:12px;border-spacing:0;overflow:hidden;width:100%}thead{background:#667eea1a}th{color:#f7fafc;font-size:14px;font-weight:600;letter-spacing:.5px;text-align:left;text-transform:uppercase}td,th{padding:16px}td{border-top:1px solid #ffffff0d;color:#cbd5e0}tr:hover{background:#667eea0d}.loading{animation:spin .8s linear infinite;border:3px solid #667eea4d;border-radius:50%;border-top-color:#667eea;display:inline-block;height:20px;width:20px}.badge{border-radius:8px;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:6px 12px}.badge-success{background:#48bb781a;border:1px solid #48bb7833;color:#68d391}.badge-warning{background:#ed89361a;border:1px solid #ed893633;color:#ed8936}.badge-error{background:#ef44441a;border:1px solid #ef444433;color:#f87171}.badge-info{background:#667eea1a;border:1px solid #667eea33;color:#667eea}:root{--sidebar-width:280px;--sidebar-collapsed-width:80px;--primary-gradient:linear-gradient(135deg,#667eea,#764ba2);--primary-color:#667eea;--secondary-color:#764ba2;--dark-bg:#1a1d2e;--darker-bg:#151723;--text-primary:#fff;--text-secondary:#a0aec0;--hover-bg:#667eea1a;--active-bg:#667eea26;--border-color:#ffffff1a;--shadow-lg:0 10px 40px #0000004d;--transition-speed:0.3s}.sidebar{background:#1a1d2e;background:var(--dark-bg);background-image:linear-gradient(135deg,#667eea0d,#764ba20d),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='%23fff' fill-opacity='.02' fill-rule='evenodd'/%3E%3C/svg%3E");border-right:1px solid #ffffff1a;border-right:1px solid var(--border-color);box-shadow:0 10px 40px #0000004d;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;height:100vh;left:0;overflow:hidden;position:fixed;top:0;transition:width .3s cubic-bezier(.4,0,.2,1);transition:width var(--transition-speed) cubic-bezier(.4,0,.2,1);width:280px;width:var(--sidebar-width);z-index:1000}.sidebar.collapsed{width:80px;width:var(--sidebar-collapsed-width)}.sidebar-header{align-items:center;background:#0003;border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;min-height:80px;padding:24px 20px}.logo-container{flex:1 1;gap:12px}.logo-container,.logo-icon{align-items:center;display:flex}.logo-icon{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);border-radius:12px;box-shadow:0 4px 12px #667eea66;flex-shrink:0;height:40px;justify-content:center;width:40px}.logo-icon svg{color:#fff;height:24px;width:24px}.logo-text{background:var(--primary-gradient);font-size:20px;font-weight:700;white-space:nowrap}.logo-text,.toggle-btn{color:#fff;color:var(--text-primary)}.toggle-btn{align-items:center;background:#667eea1a;border:1px solid #ffffff1a;border:1px solid var(--border-color);border-radius:10px;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:all .2s;width:36px}.toggle-btn:hover{background:#667eea;background:var(--primary-color);box-shadow:0 4px 12px #667eea4d;transform:scale(1.05)}.toggle-btn svg{height:20px;width:20px}.user-profile{background:#0000001a;border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--border-color);gap:12px;padding:24px 20px}.user-avatar,.user-profile{align-items:center;display:flex}.user-avatar{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);border:2px solid #fff3;border-radius:14px;box-shadow:0 4px 12px #667eea4d;color:#fff;flex-shrink:0;font-size:18px;font-weight:700;height:48px;width:48px}.sidebar.collapsed .user-profile,.user-avatar{justify-content:center}.sidebar-nav{flex:1 1;overflow-x:hidden;overflow-y:auto;padding:20px 12px}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:#0000}.sidebar-nav::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:10px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#667eea80}.menu-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.menu-item{align-items:center;border:1px solid #0000;border-radius:12px;color:#a0aec0;color:var(--text-secondary);cursor:pointer;display:flex;gap:12px;padding:14px 16px;position:relative;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.menu-item:hover{background:#667eea1a;background:var(--hover-bg);border-color:#667eea33;color:#fff;color:var(--text-primary);transform:translateX(4px)}.menu-item.active{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);border-color:#0000;box-shadow:0 4px 12px #667eea66;color:#fff}.menu-item.active:hover{transform:translateX(0)}.menu-item-icon{align-items:center;display:flex;flex-shrink:0;justify-content:center}.menu-icon,.menu-item-icon{height:24px;width:24px}.menu-item-text{flex:1 1;font-size:15px;font-weight:500;white-space:nowrap}.sidebar.collapsed .menu-item{justify-content:center;padding:14px}.sidebar.collapsed .menu-item-text{display:none}.active-indicator{background:#fff;border-radius:10px 0 0 10px;height:70%;opacity:0;position:absolute;right:-12px;width:4px}.menu-item.active .active-indicator{opacity:1}.sidebar-footer{background:#0003;border-top:1px solid #ffffff1a;border-top:1px solid var(--border-color);padding:20px 12px}.logout-button{align-items:center;background:#ef44441a;border:1px solid #ef444433;border-radius:12px;color:#f87171;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:12px;padding:14px 16px;transition:all .2s;width:100%}.logout-button:hover{background:#ef444433;border-color:#ef444466;box-shadow:0 4px 12px #ef44444d;transform:translateY(-2px)}.logout-button svg{flex-shrink:0}.sidebar.collapsed .logout-button{justify-content:center;padding:14px}.sidebar.collapsed .logout-button span{display:none}.sidebar-overlay{background:#00000080;display:none;inset:0;opacity:0;position:fixed;transition:opacity .3s;transition:opacity var(--transition-speed);z-index:999}@media (max-width:768px){.sidebar{transform:translateX(-100%);width:280px;width:var(--sidebar-width)}.sidebar.collapsed{transform:translateX(0);width:80px;width:var(--sidebar-collapsed-width)}.sidebar-overlay.active{display:block;opacity:1}}@media (min-width:769px){.sidebar-overlay{display:none!important}}.menu-item{animation:slideIn .3s ease-out backwards}.menu-item:first-child{animation-delay:.05s}.menu-item:nth-child(2){animation-delay:.1s}.menu-item:nth-child(3){animation-delay:.15s}.menu-item:nth-child(4){animation-delay:.2s}.menu-item:nth-child(5){animation-delay:.25s}.menu-item:before{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);border-radius:12px;content:"";inset:0;opacity:0;position:absolute;transition:opacity .3s;z-index:-1}.menu-item:hover:before{opacity:.1}.menu-item.active:before{opacity:1}*{scrollbar-color:#667eea4d #0000;scrollbar-width:thin}.zoom-section{border-top:1px solid #ffffff1a;border-top:1px solid var(--border-color);padding:12px 16px}.zoom-button,.zoom-section{display:flex;justify-content:center}.zoom-button{align-items:center;background:#667eea1a;border:1px solid #ffffff1a;border:1px solid var(--border-color);border-radius:8px;color:#a0aec0;color:var(--text-secondary);cursor:pointer;font-size:14px;font-weight:500;gap:8px;overflow:hidden;padding:10px 12px;text-overflow:ellipsis;transition:all .3s ease;transition:all var(--transition-speed) ease;white-space:nowrap;width:100%}.zoom-button:hover{background:#667eea33;border-color:#667eea;border-color:var(--primary-color);color:#fff;color:var(--text-primary);transform:scale(1.05)}.zoom-button:active{background:#667eea4d}.zoom-button .menu-icon{flex-shrink:0;height:18px;width:18px}.zoom-button span{min-width:40px;text-align:center}.sidebar.collapsed .zoom-button{justify-content:center;padding:10px}.sidebar.collapsed .zoom-button span{display:none}.react-calendar{background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;max-width:100%;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:.5em;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border:0;margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{background:none;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{font-size:.75em;font-weight:700;text-align:center;text-transform:uppercase}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;display:flex;font-size:.75em;font-weight:700;justify-content:center}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{background:none;line-height:16px;max-width:100%;padding:10px 6.6667px;text-align:center}.react-calendar__tile:disabled{background-color:#f0f0f0}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.dashboard-container{animation:fadeIn .4s ease-out;background:#0000;padding:0}.dashboard-container,.modern-calendar{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.modern-calendar{background:#0000!important;border:none!important}.modern-calendar .react-calendar__navigation{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px 12px 0 0;color:#fff;margin-bottom:0;padding:14px}.modern-calendar .react-calendar__navigation button{background:#0000;border:none;border-radius:8px;color:#fff;font-size:16px;font-weight:600;height:44px;min-width:44px;transition:all .2s ease}.modern-calendar .react-calendar__navigation button:hover{background:#ffffff26;transform:scale(1.05)}.modern-calendar .react-calendar__navigation button:disabled{opacity:.4}.modern-calendar .react-calendar__month-view__weekdays{background:#667eea1a;color:#a0aec0;font-size:11px;font-weight:600;letter-spacing:.5px;padding:10px 0;text-transform:uppercase}.modern-calendar .react-calendar__month-view__weekdays__weekday{padding:8px;text-align:center}.modern-calendar .react-calendar__month-view__weekdays abbr{text-decoration:none}.modern-calendar .react-calendar__month-view__days{background:#1a1d2e99;border-radius:0 0 12px 12px;padding:8px}.modern-calendar .react-calendar__tile{background:#0000;border:none;border-radius:8px;color:#e2e8f0;font-weight:500;padding:14px 8px;position:relative;transition:all .2s ease}.modern-calendar .react-calendar__tile:hover{background:#667eea33;color:#fff;transform:scale(1.05)}.modern-calendar .react-calendar__tile--active{background:linear-gradient(135deg,#667eea,#764ba2)!important;box-shadow:0 4px 12px #667eea66;color:#fff!important;font-weight:700}.modern-calendar .react-calendar__tile--now{background:#f57c0026;border:2px solid #f57c004d;color:#f57c00;font-weight:700}.modern-calendar .react-calendar__tile--now:hover{background:#f57c0040}.modern-calendar .react-calendar__tile--disabled{color:#4a5568;opacity:.4}.modern-calendar .react-calendar__tile--hasActive{background:#667eea1a}@media (max-width:1200px){.dashboard-container{padding:16px}.dashboard-container>div:first-child{gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.dashboard-container>div:nth-child(2){gap:24px;grid-template-columns:1fr}}@media (max-width:768px){.dashboard-container{padding:12px}.dashboard-container>div:first-child{gap:12px;grid-template-columns:1fr}.dashboard-container>div:nth-child(2){gap:16px;grid-template-columns:1fr}}.dashboard-container *{transition:all .3s ease}.dashboard-container ::-webkit-scrollbar{width:6px}.dashboard-container ::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.dashboard-container ::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.dashboard-container ::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.dashboard-container canvas{border-radius:8px}.dashboard-container>div:first-child>div:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-2px)}.dashboard-container .MuiSvgIcon-root{transition:transform .2s ease}.dashboard-container .MuiSvgIcon-root:hover{transform:scale(1.1)}.dashboard-container .loading{align-items:center;color:#666;display:flex;font-size:16px;height:200px;justify-content:center}.dashboard-container .error{background:#ffebee;border-left:4px solid #c62828;border-radius:8px;color:#c62828;margin:16px 0;padding:16px}.dashboard-container .empty-state{color:#666;font-style:italic;padding:40px 20px;text-align:center}.dashboard-container .tooltip{cursor:help;position:relative}.dashboard-container .tooltip:hover:after{background:#333;border-radius:4px;bottom:100%;color:#fff;content:attr(data-tooltip);font-size:12px;left:50%;padding:8px 12px;position:absolute;transform:translateX(-50%);white-space:nowrap;z-index:1000}.dashboard-container .badge{background:#1976d2;border-radius:12px;color:#fff;font-size:12px;font-weight:500;padding:4px 8px}.dashboard-container .divider{background:linear-gradient(90deg,#0000,#e0e0e0,#0000);height:1px;margin:16px 0}.dashboard-container .success{background:#e8f5e8;border-left:4px solid #2e7d32;border-radius:8px;color:#2e7d32;margin:8px 0;padding:12px}.dashboard-container .warning{background:#fff8e1;border-left:4px solid #f57c00;border-radius:8px;color:#f57c00;margin:8px 0;padding:12px}.react-heat-map{width:100%!important}.react-heat-map-empty{fill:#0f172a!important}.heat-map-low{fill:#667eea!important}.heat-map-medium{fill:#5a67d8!important}.heat-map-high{fill:#4c51bf!important}.heat-map-very-high{fill:#4f46e5!important}.react-heat-map text{fill:#f8fafc!important;font-size:12px!important;font-weight:500!important}.react-heat-map-tooltip{background:#0f172af2!important;border:1px solid #667eea4d!important;border-radius:8px!important;box-shadow:0 4px 12px #0000004d!important;color:#f8fafc!important;font-size:12px!important;padding:8px 12px!important}.react-heat-map rect:hover{filter:drop-shadow(0 4px 8px rgba(102,126,234,.4))!important;opacity:.9}@keyframes glow{0%,to{box-shadow:0 0 10px #3b82f64d}50%{box-shadow:0 0 20px #3b82f680}}.chart-container{animation:slideIn .6s ease-out}.chart-container:hover{animation:glow 2s ease-in-out infinite}.kpi-card{overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.kpi-card:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.kpi-card:hover:before{left:100%}.kpi-card:hover{transform:translateY(-4px)}.recharts-tooltip{background:#0f172af2!important;border:1px solid #94a3b833!important;border-radius:12px!important;box-shadow:0 20px 25px #0000004d!important;padding:12px 16px!important}.recharts-label{font-size:12px;font-weight:600}.recharts-cartesian-axis-line{stroke-opacity:.1}.recharts-bar-rectangle{transition:opacity .2s ease}.recharts-bar-rectangle:hover{opacity:.8}.recharts-dot{filter:drop-shadow(0 2px 3px rgba(0,0,0,.2))}.recharts-legend{padding-top:20px!important}.recharts-legend-wrapper{color:#f8fafc;font-size:12px}@media (max-width:1024px){.chart-container{margin-bottom:30px}}@media (max-width:768px){.recharts-surface{overflow:visible!important}.recharts-label{font-size:10px}}.chart-scroll{overflow-x:auto;scroll-behavior:smooth}.chart-scroll::-webkit-scrollbar{height:8px}.chart-scroll::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.chart-scroll::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:10px}.chart-scroll::-webkit-scrollbar-thumb:hover{background:#3b82f680}.mobbex-checkout-container{background:linear-gradient(135deg,#1a1f2e,#0f1419);border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 20px 60px #00000080;max-width:500px;overflow:hidden;padding:0;width:100%}.checkout-header{align-items:center;background:#ffffff0d;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:1.5rem 2rem}.checkout-header h2{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#fff9;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.close-btn:hover{background:#ffffff1a;color:#fff}.checkout-content{padding:2rem}.plan-summary{background:#667eea1a;border:1px solid #667eea4d;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.plan-summary-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.plan-summary-header h3{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.plan-price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800}.plan-features{margin:0 0 1rem}.plan-features li{color:#fffc;padding:.5rem 0}.check-icon{font-size:1.125rem}.trial-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;font-size:.95rem;font-weight:600;padding:.75rem 1rem;text-align:center}.error-message{align-items:center;background:#ff5f561a;border:1px solid #ff5f564d;border-radius:12px;color:#ff5f56;display:flex;font-size:.95rem;gap:.75rem;line-height:1.5;margin-bottom:1.5rem;padding:1rem 1.25rem}.error-icon{flex-shrink:0;font-size:1.5rem}.status-message{animation:fadeIn .3s ease;border-radius:12px;font-size:1rem;font-weight:600;margin-bottom:1.5rem;padding:1rem 1.25rem;text-align:center}.status-message.in_review,.status-message.pending{background:#ffbd2e1a;border:1px solid #ffbd2e4d;color:#ffbd2e}.status-message.approved{background:#27c93f1a;border:1px solid #27c93f4d;color:#27c93f}.status-message.cancelled,.status-message.expired,.status-message.rejected{background:#ff5f561a;border:1px solid #ff5f564d;color:#ff5f56}.checkout-info{background:#667eea0d;border:1px solid #667eea33;border-radius:12px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1.25rem}.info-icon{flex-shrink:0;font-size:1.5rem}.info-text{flex:1 1}.info-text p{color:#fff;font-size:.95rem;line-height:1.5;margin:0 0 .5rem}.info-text p:last-child{margin-bottom:0}.info-subtext{color:#ffffffb3!important;font-size:.875rem!important}.reference-text{color:#ffffff80!important;font-size:.8rem!important;margin-top:.75rem!important}.checkout-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.btn-pay,.btn-reopen{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 1.5rem;transition:all .3s ease}.btn-pay:hover:not(:disabled),.btn-reopen:hover{box-shadow:0 6px 20px #667eea80;transform:translateY(-2px)}.btn-pay:disabled{cursor:not-allowed;opacity:.6}.btn-cancel{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#fffc;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 1.5rem;transition:all .3s ease}.btn-cancel:hover:not(:disabled){background:#ffffff1a;border-color:#fff3}.btn-cancel:disabled{cursor:not-allowed;opacity:.5}.spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.security-badge{align-items:center;background:#ffffff08;border-radius:10px;color:#fff9;display:flex;font-size:.875rem;gap:.5rem;justify-content:center;padding:.75rem}.lock-icon{font-size:1rem}@media (max-width:768px){.mobbex-checkout-container{border-radius:0;display:flex;flex-direction:column;height:100vh;max-width:100%}.checkout-content{flex:1 1;overflow-y:auto}.checkout-header h2,.plan-summary-header h3{font-size:1.25rem}.plan-price{font-size:1.5rem}}.btn-pay:disabled .spinner{margin-right:.5rem}.pricing-section-dashboard{background:#0000;padding:4rem 2rem}.price{background:linear-gradient(135deg,#764ba2,#5a3a7d)}.checkout-modal{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:9999}.checkout-modal-content{animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.pricing-grid{grid-template-columns:1fr}.pricing-card.popular{transform:scale(1)}}@media (max-width:768px){.pricing-section{padding:4rem 1rem}.pricing-offer-badge{font-size:.875rem;padding:.75rem 1.25rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.pricing-grid{gap:1.5rem;grid-template-columns:1fr}.pricing-card{padding:2rem 1.5rem}.plan-name{font-size:1.5rem}.price{font-size:2.5rem}}.configuracion-container{padding:2rem}.configuracion-header{animation:fadeInDown .6s ease-out;margin-bottom:2.5rem;text-align:center}.configuracion-header h1{color:#f8fafc;font-size:1.75rem;font-weight:800;margin:0 0 .75rem}.configuracion-header p{color:#a0aec0;font-size:.95rem;font-weight:500;margin:0}.configuracion-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin:0 auto;max-width:1400px}.config-section{animation:fadeInUp .8s ease-out both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 8px 32px #0000004d;padding:2rem}.section-header{align-items:flex-start;border-bottom:1px solid #ffffff1a;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem}.section-icon{flex-shrink:0;font-size:2.5rem}.section-info h2{color:#f8fafc;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.section-info p{color:#a0aec0;font-size:.95rem;font-weight:500;line-height:1.5;margin:0}.config-form{display:flex;flex-direction:column;gap:24px}.account-settings-form h3{color:#f8fafc;font-size:1.5rem;font-weight:700;margin:0 0 24px}.settings-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:16px;padding:20px}.settings-card-header{align-items:center;border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.settings-card-header h4{color:#f8fafc;font-size:14px;font-weight:700;margin:0}.settings-icon{font-size:20px}.settings-card-body{display:flex;flex-direction:column;gap:16px}.preference-item{align-items:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;display:flex;justify-content:space-between;padding:12px}.preference-info{flex:1 1}.preference-info h5{color:#f8fafc;font-size:13px;font-weight:600;margin:0 0 4px}.preference-info p{color:#a0aec0;font-size:12px;margin:0}.checkbox-toggle{cursor:pointer;height:20px;width:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{align-items:center;color:#f8fafc;display:flex;font-size:13px;font-weight:600;gap:4px}.required{color:#ef4444;font-weight:700}.config-input{background:#0f172a4d;border:1px solid #ffffff1a;border-radius:8px;color:#f8fafc;font-size:13px;padding:12px;transition:all .3s ease}.config-input:focus{background:#0f172a80;border-color:#3b82f680;box-shadow:0 0 0 3px #3b82f61a;outline:none}.config-input:disabled{cursor:not-allowed;opacity:.5}.config-input.disabled{background:#ffffff08}.help-text{color:#a0aec0;font-size:12px;font-style:italic;margin-top:4px}.message{animation:slideIn .3s ease;border-radius:8px;font-size:13px;font-weight:500;padding:12px 16px;text-align:center}.message.success{background:#10b98133;border:1px solid #10b9814d;color:#10b981}.message.error{background:#dc262633;border:1px solid #dc26264d;color:#dc2626}.form-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start;margin-top:16px}.secondary-button{align-items:center;background:#3b82f633;border:1px solid #3b82f64d;color:#3b82f6;display:flex;font-size:13px;gap:8px;padding:12px 24px}.secondary-button:hover:not(:disabled){background:#3b82f64d;border-color:#3b82f680}.secondary-button:disabled{cursor:not-allowed;opacity:.5}.save-button{align-items:center;background:#10b98133;border:1px solid #10b9814d;border-radius:8px;color:#10b981;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.save-button:hover:not(:disabled){background:#10b9814d;border-color:#10b98180;transform:translateY(-1px)}.save-button:disabled{cursor:not-allowed;opacity:.5}.cancel-button{align-items:center;background:#94a3b833;border:1px solid #94a3b84d;border-radius:8px;color:#cbd5e0;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.cancel-button:hover:not(:disabled){background:#94a3b84d;border-color:#94a3b880;transform:translateY(-1px)}.cancel-button:disabled{cursor:not-allowed;opacity:.5}.loading-spinner{border:2px solid #3b82f64d;border-top-color:#3b82f6;height:16px;width:16px}.info-content{display:flex;flex-direction:column;gap:16px}.info-item{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;padding:16px;transition:all .3s ease}.info-item:hover{background:#ffffff0d;border-color:#ffffff1a}.info-item h4{color:#f8fafc;font-size:13px;font-weight:700;margin:0 0 8px}.info-item p{color:#a0aec0;font-size:12px;font-weight:500;line-height:1.5;margin:0}.integrations-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr}@media (min-width:900px){.integrations-grid{grid-template-columns:1fr 1fr}}.integration-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border-radius:12px;overflow:hidden;padding:20px;position:relative;transition:all .3s ease}.integration-card:hover{border-color:#3b82f64d;box-shadow:0 16px 50px #0000004d;transform:translateY(-4px)}.integration-title{color:#f8fafc;font-size:16px;font-weight:700;margin:0 0 12px}.integration-description{color:#a0aec0;font-size:13px;line-height:1.5;margin:0 0 16px}.integration-benefits h4{color:#f8fafc;font-size:13px;font-weight:700;margin:0 0 12px}.integration-benefits ul{grid-gap:8px;display:grid;gap:8px;list-style:none;margin:0 0 16px;padding:0}.integration-benefits li{background:#ffffff05;border-left:3px solid #3b82f6;border-radius:6px;color:#cbd5e0;font-size:12px;font-weight:500;padding:8px 12px;transition:all .2s ease}.integration-benefits li:hover{background:#ffffff0d;border-left-color:#8b5cf6;transform:translateX(4px)}.integration-actions{display:flex;justify-content:flex-start;margin-top:16px}.connect-ml-button,.connect-tiendanube-button{align-items:center;background:#3b82f633;border:1px solid #3b82f64d;border-radius:8px;color:#3b82f6;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.connect-ml-button:hover:not(:disabled),.connect-tiendanube-button:hover:not(:disabled){background:#3b82f64d;border-color:#3b82f680;transform:translateY(-2px)}.connect-ml-button:disabled,.connect-tiendanube-button:disabled{cursor:not-allowed;opacity:.5}.configs-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.configs-header h3{color:#f8fafc;font-size:16px;font-weight:700;margin:0}.configs-subtitle{color:#a0aec0;font-size:12px;margin:6px 0 0}.refresh-button{align-items:center;background:#10b98133;border:1px solid #10b9814d;border-radius:6px;color:#10b981;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:6px;padding:8px 16px;transition:all .3s ease}.refresh-button:hover:not(:disabled){background:#10b9814d;border-color:#10b98180;transform:translateY(-1px)}.refresh-button:disabled{cursor:not-allowed;opacity:.5}.configs-list{display:flex;flex-direction:column;gap:12px}.config-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;padding:16px;transition:all .2s ease}.config-card:hover{border-color:#ffffff1a;box-shadow:0 4px 12px #0003}.config-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:12px}.config-info h4{color:#f8fafc;font-size:13px;font-weight:700;margin:0 0 6px}.config-info p{color:#a0aec0;font-size:12px;margin:0 0 2px}.config-actions{display:flex;flex-shrink:0;gap:6px}.delete-button.small,.validate-button.small{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:11px;font-weight:600;gap:4px;padding:6px 12px;transition:all .2s ease}.validate-button.small{background:#3b82f633;border:1px solid #3b82f64d;color:#3b82f6}.validate-button.small:hover:not(:disabled){background:#3b82f64d;border-color:#3b82f680}.delete-button.small{background:#dc262633;border:1px solid #dc26264d;color:#dc2626}.delete-button.small:hover:not(:disabled){background:#dc26264d;border-color:#dc262680}.user-info-card{background:#ffffff05;border:1px solid #10b9814d;border-radius:8px;margin-top:16px;padding:16px}.user-info-card h4,.user-info-card h5{color:#10b981;font-size:13px;font-weight:700;margin:0 0 12px}.user-info-content{align-items:flex-start;display:flex;gap:12px}.user-picture{border:2px solid #10b981;border-radius:50%;flex-shrink:0;height:60px;object-fit:cover;width:60px}.user-details{display:flex;flex:1 1;flex-direction:column;gap:4px}.user-details p{color:#a0aec0;font-size:11px;margin:0}.user-details strong{color:#cbd5e0;font-weight:600}.profile-link{background:#3b82f633;border:1px solid #3b82f64d;border-radius:6px;color:#3b82f6;display:inline-block;font-size:11px;font-weight:600;margin-top:8px;padding:6px 12px;text-decoration:none;transition:all .2s ease;width:-webkit-fit-content;width:fit-content}.profile-link:hover{background:#3b82f64d;border-color:#3b82f680;transform:translateY(-1px)}@media (max-width:768px){.config-section{padding:16px}.form-actions{flex-direction:column}.cancel-button,.delete-button.small,.save-button,.secondary-button,.validate-button.small{justify-content:center;width:100%}.config-header{align-items:stretch;flex-direction:column}.config-actions{justify-content:flex-start}.user-info-content{flex-direction:column;text-align:center}}.stock-container{padding:1.5rem 2rem 1rem}.stock-header{align-items:center;animation:fadeInDown .6s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 32px #0000001a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem;padding:1rem 1.5rem}.title{color:#fff;font-size:2rem;font-weight:800;letter-spacing:.5px;margin:0;text-shadow:0 2px 10px #0000004d}.actions{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #ffffff4d;border-radius:12px;color:#1e293b;font-size:.95rem;font-weight:500;min-width:280px;padding:.625rem 1rem;transition:all .3s ease}.input:focus{background:#fff;border-color:#fff;box-shadow:0 4px 20px #00000026;outline:none}.input::placeholder{color:#64748b}.upload-label{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px dashed #ffffff80;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;padding:.625rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.upload-label:hover{background:#fff3;border-color:#fff;transform:translateY(-2px)}.upload-label:focus{outline:2px solid #fff;outline-offset:2px}.file-input{display:none}.btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;box-shadow:0 4px 12px #10b9814d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;padding:.625rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 8px 20px #10b98166;transform:translateY(-2px)}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-secondary{background:#fff3;box-shadow:0 4px 12px #0000001a}.btn-secondary:hover:not(:disabled){background:#ffffff4d;box-shadow:0 8px 20px #00000026}.alert{background:linear-gradient(135deg,#fee2e2,#fecaca);border:2px solid #fca5a5;border-radius:12px;box-shadow:0 4px 12px #ef444433;color:#991b1b}.alert,.success{animation:fadeIn .5s ease-out;font-size:.9rem;font-weight:600;padding:.75rem 1rem}.success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:2px solid #6ee7b7;border-radius:12px;box-shadow:0 4px 12px #10b98133;color:#065f46}.cache-indicator{animation:fadeIn .5s ease-out;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:2px solid #93c5fd;border-radius:50%;box-shadow:0 4px 12px #3b82f64d;color:#1e40af;cursor:help;font-size:1.25rem;font-weight:700;height:40px;justify-content:center;padding:.5rem;position:fixed;right:1.5rem;top:5rem;transition:all .3s ease;width:40px;z-index:100}.cache-indicator:hover{box-shadow:0 6px 20px #3b82f666;transform:scale(1.1)}.cache-indicator:after{background:#1e293b;border-radius:8px;box-shadow:0 4px 12px #0003;color:#fff;content:"Datos desde cache (hace menos de 50 min)";font-size:.8rem;font-weight:600;opacity:0;padding:.5rem .75rem;pointer-events:none;position:absolute;right:110%;top:50%;transform:translateY(-50%);transition:opacity .3s ease;white-space:nowrap}.cache-indicator:hover:after{opacity:1}.progress-panel{grid-gap:.75rem;animation:fadeInUp .5s ease-out;background:#fff;border:2px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 40px #0000001a;display:grid;gap:.75rem;padding:1.5rem}.progress-row{align-items:center;display:flex;gap:1rem}.progress-bar{background:#e2e8f0;border-radius:999px;flex:1 1;height:12px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;transition:width .3s ease}.progress-label{font-feature-settings:"tnum";color:#1e293b;font-size:1rem;font-variant-numeric:tabular-nums;font-weight:700;min-width:48px;text-align:right}.progress-time{color:#64748b;font-size:.875rem;font-weight:600}.table-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff14,#ffffff08);border:1px solid #3b82f633;border-radius:12px;box-shadow:0 8px 32px #3b82f61a;display:block;max-height:calc(100vh - 200px);overflow-x:auto;overflow-y:auto;padding:0}.table{border-collapse:collapse;font-size:13px;position:relative;width:100%}.table thead{position:relative;z-index:10}.table th,.table thead{background:linear-gradient(135deg,#3b82f61a,#3b82f60d)}.table th{border-bottom:2px solid #3b82f64d;color:#3b82f6;font-size:11px;font-weight:700;letter-spacing:1px;padding:14px 16px;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;z-index:11}.table tbody tr{border-bottom:1px solid #ffffff0d;transition:all .2s ease}.table tbody tr:hover{background:#3b82f614;border-left:3px solid #3b82f680}.table td{color:#f8fafc;font-weight:500;padding:14px 16px}.parent-row{background:#3b82f614;font-weight:700}.parent-row:hover{background:#3b82f61f!important}.variation-row{background:#0000}.title-cell{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.parent-title{color:#f8fafc;font-size:.85rem;font-weight:700;line-height:1.4}.badge{background:linear-gradient(135deg,#3b82f64d,#3b82f626);border:1px solid #3b82f666;border-radius:12px;color:#3b82f6;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.permalink-link{color:#3b82f6;cursor:pointer;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:1.25rem;text-decoration:none;transition:all .2s ease}.permalink-link:hover{filter:drop-shadow(0 4px 8px rgba(59,130,246,.4));transform:scale(1.25)}.origin-cell,.status-cell{text-align:center}.origin-cell{min-width:100px}.origin-badge{background:linear-gradient(135deg,#a855f733,#a855f71a);border:1px solid #a855f74d;border-radius:12px;color:#a855f7;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.4rem .9rem;text-transform:uppercase}.origin-mercadolibre{background:linear-gradient(135deg,#ffc10733,#ffc1071a);border:1px solid #ffc1074d;color:#ffc107}.origin-tiendanube{background:linear-gradient(135deg,#0ea5e938,#0ea5e91a);border:1px solid #0ea5e959;color:#0ea5e9}.origin-unknown{background:linear-gradient(135deg,#9c27b033,#9c27b01a);border:1px solid #9c27b04d;color:#9c27b0}.origin-meli,.origin-mercadolibreargentina,.origin-ml{background:linear-gradient(135deg,#ffc10733,#ffc1071a);border:1px solid #ffc1074d;color:#ffc107}.origin-tiendanubeargentina,.origin-tn{background:linear-gradient(135deg,#0ea5e938,#0ea5e91a);border:1px solid #0ea5e959;color:#0ea5e9}.status-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.4rem .9rem;text-transform:uppercase}.status-active{background:linear-gradient(135deg,#10b9814d,#10b98126);border:1px solid #10b98166;color:#10b981}.status-paused{background:linear-gradient(135deg,#f59e0b4d,#f59e0b26);border:1px solid #f59e0b66;color:#f59e0b}.status-closed{background:linear-gradient(135deg,#dc26264d,#dc262626);border:1px solid #dc262666;color:#dc2626}.status-unknown{background:linear-gradient(135deg,#94a3b84d,#94a3b826);border:1px solid #94a3b866;color:#a0aec0}.variation-cell{color:#94a3b8;font-size:.9rem;font-style:italic;font-weight:600;padding-left:2.5rem!important}.num{font-feature-settings:"tnum";color:#f8fafc;font-size:.95rem;font-variant-numeric:tabular-nums;text-align:right}.mono,.num{font-weight:700}.mono{background:#3b82f626;border:1px solid #3b82f64d;border-radius:6px;color:#3b82f6;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85rem;padding:.3rem .6rem}.validation-panel{grid-gap:1.25rem;animation:fadeInUp .5s ease-out;background:#dc26261a;border:1px solid #dc26264d;border-radius:16px;box-shadow:0 10px 40px #dc26261a;color:#dc2626;display:grid;gap:1.25rem;padding:1.5rem}.validation-block{grid-gap:.75rem;display:grid;gap:.75rem}.validation-title{color:#dc2626;font-size:1rem;font-weight:700}.validation-items{display:flex;flex-wrap:wrap;gap:.5rem}.validation-chip{background:#dc262626;border:1px solid #dc26264d;border-radius:12px;color:#dc2626;font-size:.8rem;font-weight:600;padding:.375rem .875rem}.validation-list{grid-gap:.375rem;color:#a0aec0;display:grid;font-size:.9rem;gap:.375rem}.validation-more{color:#dc2626;font-size:.875rem;font-style:italic;font-weight:600}.editable-cell,.editable-value{position:relative}.editable-value{border-radius:8px;color:#f8fafc;cursor:pointer;display:inline-block;font-weight:700;padding:.4rem .8rem;transition:all .2s ease}.editable-value:hover{background:linear-gradient(135deg,#10b98133,#10b9811a);border-bottom:2px solid #10b98180;box-shadow:0 4px 12px #10b98133}.edit-controls{align-items:center;background:#0f172a99;border:1px solid #3b82f64d;border-radius:8px;display:flex;gap:.6rem;min-width:140px;padding:.4rem .6rem}.stock-input{font-feature-settings:"tnum";background:#0f172ae6;border:1px solid #3b82f666;border-radius:6px;color:#f8fafc;font-size:1rem;font-variant-numeric:tabular-nums;font-weight:700;padding:.4rem .6rem;text-align:right;width:80px}.stock-input:focus{background:#0f172a;border-color:#10b98199;box-shadow:0 0 0 3px #10b98126;outline:none}.cancel-btn,.save-btn{align-items:center;background:none;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:1rem;font-weight:700;height:32px;justify-content:center;line-height:1;min-width:32px;padding:.4rem .6rem;transition:all .2s ease}.save-btn{color:#10b981}.save-btn:hover{background:#10b98140;box-shadow:0 2px 8px #10b9814d;transform:scale(1.15)}.cancel-btn{color:#dc2626}.cancel-btn:hover{background:#dc262640;box-shadow:0 2px 8px #dc26264d;transform:scale(1.15)}.modal-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideIn .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0f172af2,#0f172ae6);border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 25px 50px -12px #00000080;max-height:90vh;max-width:500px;overflow:hidden;width:90%}.modal-header{background:#ffffff08;border-bottom:1px solid #ffffff1a;justify-content:space-between;padding:1.5rem 1.75rem}.modal-header,.modal-header h3{align-items:center;display:flex}.modal-header h3{color:#dc2626;font-size:1.25rem;font-weight:800;gap:.5rem;margin:0}.modal-close{background:none;border:none;border-radius:8px;color:#a0aec0;cursor:pointer;font-size:1.5rem;font-weight:700;line-height:1;padding:.375rem;transition:all .2s ease}.modal-close:hover{background:#ffffff0d;color:#f8fafc;transform:rotate(90deg)}.modal-body{color:#a0aec0;max-height:calc(90vh - 80px);overflow-y:auto;padding:1.5rem 1.75rem}.modal-body li{color:#a0aec0;margin-bottom:.75rem}.modal-footer{background:#ffffff05;border-top:1px solid #ffffff1a;display:flex;gap:1rem;padding:1.5rem 1.75rem}@keyframes rotate-ccw{0%{transform:rotate(0deg)}to{transform:rotate(-90deg)}}@keyframes rotate-cw{0%{transform:rotate(0deg)}to{transform:rotate(90deg)}}@media (max-width:1024px){.actions,.stock-header{align-items:stretch;flex-direction:column}.input{min-width:auto}}@media (max-width:768px){.stock-container{padding:1rem}.title{font-size:1.5rem}.cache-indicator{font-size:1.1rem;height:36px;right:1rem;top:4rem;width:36px}.cache-indicator:after{font-size:.75rem;padding:.4rem .6rem}.table-wrapper{max-height:calc(100vh - 380px);min-height:300px}.table thead th{font-size:.75rem;padding:1rem .75rem}.table tbody td{padding:.75rem}.parent-title,.table tbody td{font-size:.875rem}.badge{font-size:.7rem;padding:.2rem .6rem}.mono{font-size:.8rem}.variation-cell{padding-left:1.5rem!important}}@media (max-width:480px){.stock-container{padding:.75rem}.title{font-size:1.25rem}.cache-indicator{font-size:1rem;height:32px;right:.75rem;top:3.5rem;width:32px}.cache-indicator:after{font-size:.7rem;padding:.35rem .5rem;right:105%}.table-wrapper{max-height:calc(100vh - 420px);min-height:250px}.table thead th{padding:.75rem .5rem}.table tbody td{padding:.5rem}.modal-body,.modal-footer,.modal-header{padding:1rem 1.25rem}}.table-controls{background:linear-gradient(135deg,#3b82f614,#3b82f608);border:1px solid #3b82f633;border-radius:12px;justify-content:space-between;margin-bottom:16px;padding:16px 20px}.table-controls,.table-info{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.results-count{color:#3b82f6;font-size:.95rem;font-weight:700}.clear-filters-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:8px;box-shadow:0 2px 8px #ef444433;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.clear-filters-btn:hover{box-shadow:0 4px 12px #ef44444d;transform:translateY(-2px)}.pagination-controls{align-items:center;display:flex;gap:.75rem}.items-per-page{align-items:center;color:#3b82f6;display:flex;font-size:.95rem;font-weight:600;gap:.5rem}.page-size-select{background:#3b82f61a;border:1px solid #3b82f64d;border-radius:8px;color:#f8fafc;cursor:pointer;font-weight:600;padding:.5rem .75rem;transition:all .3s ease}.page-size-select:hover{background:#3b82f626;border-color:#3b82f680}.page-size-select:focus{background:#3b82f633;border-color:#3b82f699;box-shadow:0 0 0 3px #3b82f61a;outline:none}.page-size-select option{background:#0f172a;color:#f8fafc}.th-content{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem}.sortable{align-items:center;border-radius:6px;cursor:pointer;display:inline-flex;gap:.25rem;padding:.25rem .5rem;transition:all .2s ease;-webkit-user-select:none;user-select:none}.sortable:hover{background:#fff3}.column-filter{background:#ffffff26;border:1px solid #ffffff4d;border-radius:6px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;max-width:200px;padding:.375rem .625rem;transition:all .2s ease;width:100%}.column-filter:hover{background:#ffffff40}.column-filter:focus{background:#ffffff4d;box-shadow:0 0 0 2px #ffffff80;outline:none}.column-filter option{background:#1e293b;color:#fff}.column-filter-input{background:#ffffff26;border:1px solid #ffffff4d;border-radius:6px;box-sizing:border-box;color:#fff;cursor:text;font-size:.8rem;font-weight:600;max-width:200px;padding:.375rem .625rem;transition:all .2s ease;width:100%}.column-filter-input::placeholder{color:#ffffff80}.column-filter-input:hover{background:#ffffff40;border-color:#ffffff80}.column-filter-input:focus{background:#ffffff4d;border-color:#fff9;box-shadow:0 0 0 2px #fff3;outline:none}.pagination{align-items:center;animation:fadeIn .5s ease-out;background:#fff;border-radius:0 0 16px 16px;display:flex;flex-wrap:wrap;gap:.375rem;justify-content:center;padding:.75rem}.pagination-pages{display:flex;gap:.25rem}.pagination-btn{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#1e293b;cursor:pointer;display:flex;font-size:.875rem;font-weight:700;height:32px;justify-content:center;min-width:32px;padding:.375rem .5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.pagination-btn:hover:not(:disabled){background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff;transform:translateY(-2px)}.pagination-btn:disabled{cursor:not-allowed;opacity:.4;transform:none}.pagination-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff}.pagination-info{color:#64748b;font-size:.85rem;font-weight:600;margin-left:.75rem}.sku-group-row{background:linear-gradient(135deg,#3b82f61f,#3b82f60f);border-left:3px solid #3b82f680;font-weight:700}.sku-group-row:hover{background:linear-gradient(135deg,#3b82f62e,#3b82f61a);border-left:3px solid #3b82f6cc}.expand-cell{padding:10px!important;text-align:center}.expand-btn{align-items:center;background:#3b82f633;border:1px solid #3b82f666;border-radius:6px;color:#3b82f6;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:700;height:32px;justify-content:center;min-width:32px;padding:.4rem .6rem;transition:all .2s ease}.expand-btn:hover{background:#3b82f659;box-shadow:0 2px 8px #3b82f64d;transform:scale(1.1)}.sku-cell{font-size:1rem!important;font-weight:800!important}.items-count{text-align:center}.count-badge{background:linear-gradient(135deg,#a855f740,#a855f726);border:1px solid #a855f766;border-radius:12px;color:#a855f7;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.5px;padding:.4rem .9rem;text-transform:uppercase}.platforms-cell{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.stock-total{color:#3b82f6!important;font-size:1.05rem}.expanded-item-row{background:#0f172a66;border-left:3px solid #94a3b84d;font-size:.9rem}.expanded-item-row:hover{background:#0f172a99;border-left:3px solid #94a3b880}.item-detail-cell{padding-left:3rem!important}.item-detail{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.item-title{color:#cbd5e1;font-size:.9rem;font-weight:600}.item-attributes{color:#94a3b8;font-size:.85rem;font-style:italic}.item-type-badge{background:#64748b33;border:1px solid #64748b4d;border-radius:8px;color:#94a3b8;font-size:.7rem;font-weight:600;letter-spacing:.5px;padding:.25rem .65rem;text-transform:uppercase}.item-type-badge.parent{background:#10b98133;border:1px solid #10b9814d;color:#10b981}.item-type-badge.variation{background:#3b82f633;border:1px solid #3b82f64d;color:#3b82f6}.th-label{font-size:.85rem;opacity:.6}.status-filter-container{align-items:center;background:linear-gradient(135deg,#3b82f61a,#3b82f60d);border:1px solid #3b82f640;border-radius:8px;display:flex;gap:.75rem;padding:.5rem 1rem}.filter-label{color:#3b82f6;font-size:.9rem;font-weight:700;white-space:nowrap}.status-checkboxes{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.status-checkbox-label{align-items:center;border-radius:6px;cursor:pointer;display:flex;font-size:.85rem;gap:.4rem;padding:.25rem .5rem;transition:all .2s ease;white-space:nowrap}.status-checkbox-label:hover{background:#3b82f626}.status-checkbox{accent-color:#3b82f6;cursor:pointer;height:16px;width:16px}.status-checkbox-text{color:#f8fafc;font-size:.85rem;font-weight:600;text-transform:capitalize;-webkit-user-select:none;user-select:none}.platform-checkboxes{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem;padding:.5rem .75rem}.checkbox-label{align-items:center;border-radius:6px;cursor:pointer;display:flex;font-size:.85rem;gap:.4rem;padding:.3rem .6rem;transition:all .2s ease;white-space:nowrap}.checkbox-label:hover{background:#ffffff26}.platform-checkbox{accent-color:#3b82f6;cursor:pointer;height:16px;width:16px}.checkbox-text{color:#f8fafc;font-size:.85rem;font-weight:600;-webkit-user-select:none;user-select:none}@media (max-width:768px){.table-controls{padding:1rem}.table-controls,.table-info{align-items:stretch;flex-direction:column}.pagination-controls{justify-content:center}.th-content{gap:.375rem}.column-filter{font-size:.75rem;padding:.3rem .5rem}.sortable{font-size:.8rem;padding:.2rem .4rem}.pagination{gap:.375rem;padding:1rem}.pagination-btn{font-size:.875rem;height:36px;min-width:36px}.pagination-info{margin-left:0;margin-top:.5rem;text-align:center;width:100%}}@media (max-width:480px){.table-controls{padding:.75rem}.results-count{font-size:.85rem}.pagination-btn{font-size:.8rem;height:32px;min-width:32px;padding:.375rem .5rem}.pagination-pages{gap:.25rem}}.engagement-container{background:#0000;box-sizing:border-box;margin:0 auto;max-width:1400px;overflow-x:hidden;padding:2rem;width:100%}.engagement-container *{box-sizing:border-box;max-width:100%}.engagement-header{align-items:center;animation:fadeInDown .5s ease-out;border-bottom:2px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem}.engagement-header h2{align-items:center;color:#f8fafc;display:flex;font-size:1.2rem;font-weight:800;gap:.75rem;margin:0}.engagement-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.cache-indicator{align-items:center;animation:fadeIn .5s ease;background:#3b82f633;border:1px solid #3b82f64d;border-radius:12px;box-shadow:0 2px 8px #3b82f61a;color:#3b82f6;display:flex;font-size:.85rem;font-weight:600;gap:.5rem;padding:.5rem 1rem}.date-range-select{background:#0f172a80;border:1px solid #94a3b833;border-radius:8px;color:#f8fafc;cursor:pointer;font-size:.9rem;font-weight:600;padding:.625rem 1rem;transition:all .3s ease}.date-range-select:hover{background:#0f172ab3;border-color:#3b82f680;box-shadow:0 4px 12px #3b82f626}.date-range-select:focus{background:#0f172acc;border-color:#3b82f699;box-shadow:0 0 0 3px #3b82f61a;outline:none}.refresh-btn{align-items:center;background:#3b82f633;border:1px solid #3b82f64d;border-radius:8px;box-shadow:0 4px 12px #3b82f61a;color:#3b82f6;cursor:pointer;display:flex;font-size:.9rem;font-weight:700;gap:.5rem;padding:.625rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.refresh-btn:hover{background:#3b82f64d;box-shadow:0 8px 20px #3b82f633;transform:translateY(-2px)}.refresh-btn:active{transform:translateY(0)}.engagement-metrics{grid-gap:1rem;animation:fadeInUp .6s ease-out .1s both;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem;max-width:100%}.metric-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 4px 20px #0000004d;display:flex;flex-direction:column;gap:.75rem;overflow:hidden;padding:1.25rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.metric-card:before{background:linear-gradient(90deg,#3b82f6,#8b5cf6);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.metric-card:hover{background:linear-gradient(135deg,#ffffff14,#ffffff0a);border-color:#3b82f64d;box-shadow:0 12px 40px #0006;transform:translateY(-6px)}.metric-card:hover:before{transform:scaleX(1)}.metric-icon{font-size:1.4rem}.metric-value{color:#3b82f6;font-size:1.2rem;font-weight:800;margin:.25rem 0}.metric-label{color:#a0aec0;font-size:.75rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.metric-subtitle{color:#64748b;font-size:.75rem;font-weight:500}.engagement-charts{grid-gap:2rem;animation:fadeInUp .8s ease-out .4s both;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:2rem 0}.chart-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border-radius:12px;padding:20px}.chart-section h3{color:#f8fafc;font-size:16px;font-weight:700;margin:0 0 16px}.top-engagement-table,.top-products-table{overflow-x:auto}.top-engagement-table table,.top-products-table table{border-collapse:collapse;font-size:11px;min-width:150%;table-layout:fixed;width:100%}.top-engagement-table thead,.top-products-table thead{background:#ffffff0d}.top-engagement-table th,.top-products-table th{border-bottom:1px solid #ffffff1a;color:#a0aec0;font-size:9px;font-weight:600;letter-spacing:.5px;padding:12px;text-align:left;text-transform:uppercase}.top-engagement-table th:first-child,.top-engagement-table th:nth-child(2),.top-engagement-table th:nth-child(3),.top-products-table th:first-child,.top-products-table th:nth-child(2),.top-products-table th:nth-child(3){width:5px}.top-engagement-table th:nth-child(4),.top-products-table th:nth-child(4){width:20px}.top-engagement-table th:nth-child(5),.top-products-table th:nth-child(5){width:70px}.top-engagement-table tbody tr,.top-products-table tbody tr{border-bottom:1px solid #ffffff0d;transition:background .2s ease}.top-engagement-table tbody tr:hover,.top-products-table tbody tr:hover{background:#ffffff08}.top-engagement-table td,.top-products-table td{color:#f8fafc;overflow:hidden;padding:12px;text-overflow:ellipsis;white-space:nowrap;word-break:break-word}.top-engagement-table td:first-child,.top-engagement-table td:nth-child(2),.top-engagement-table td:nth-child(3),.top-products-table td:first-child,.top-products-table td:nth-child(2),.top-products-table td:nth-child(3){width:5px}.top-engagement-table td:nth-child(4),.top-products-table td:nth-child(4){width:20px}.top-engagement-table td:nth-child(5),.top-products-table td:nth-child(5){width:70px}.rank{color:#a0aec0;font-weight:700}.questions,.views{font-weight:600}.title{color:#cbd5e0;font-size:12px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.engagement-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:700;padding:4px 12px}.engagement-badge.high{background:#10b98133;border:1px solid #10b9814d;color:#10b981}.engagement-badge.medium{background:#f59e0b33;border:1px solid #f59e0b4d;color:#f59e0b}.engagement-badge.low{background:#94a3b833;border:1px solid #94a3b84d;color:#a0aec0}.engagement-badge.very-high{background:#3b82f633;border:1px solid #3b82f64d;color:#3b82f6}.temporal-data-section{animation:fadeInUp .8s ease-out .5s both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border-radius:12px;margin:2rem 0;padding:20px}.temporal-data-section h3{color:#f8fafc;font-size:16px;font-weight:700;margin:0 0 16px}.temporal-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.temporal-questions,.temporal-views{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;padding:16px}.temporal-questions h4,.temporal-views h4{color:#f8fafc;font-size:14px;font-weight:700;margin:0 0 12px}.temporal-table{overflow-x:auto}.temporal-table table{border-collapse:collapse;font-size:12px;width:100%}.temporal-table thead{background:#ffffff0d}.temporal-table th{border-bottom:1px solid #ffffff1a;color:#a0aec0;font-size:10px;font-weight:600;letter-spacing:.5px;padding:10px;text-align:left;text-transform:uppercase}.temporal-table tbody tr{border-bottom:1px solid #ffffff0d;transition:background .2s ease}.temporal-table tbody tr:hover{background:#ffffff08}.temporal-table td{color:#cbd5e0;padding:10px}.questions-number,.views-number{color:#f8fafc;font-weight:700}.no-data{color:#a0aec0;font-size:14px;padding:20px;text-align:center}.engagement-insights{animation:fadeInUp .8s ease-out .6s both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border-radius:12px;margin:2rem 0;padding:20px}.engagement-insights h3{color:#f8fafc;font-size:16px;font-weight:700;margin:0 0 16px}.insights-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.insight-card{background:#ffffff05;border:1px solid #ffffff1a;border-radius:8px;display:flex;gap:12px;padding:16px;transition:all .3s ease}.insight-card:hover{background:#ffffff0d;border-color:#ffffff26}.insight-icon{flex-shrink:0;font-size:24px}.insight-content h4{color:#f8fafc;font-size:14px;font-weight:700;margin:0 0 4px}.insight-content p{color:#a0aec0;font-size:13px;line-height:1.4;margin:0 0 8px}.insight-action{background:#3b82f61a;border:1px solid #3b82f633;border-radius:6px;color:#cbd5e0;font-size:12px;margin-top:8px;padding:8px 12px}.engagement-empty{color:#a0aec0;padding:40px 20px;text-align:center}.engagement-empty h3{color:#f8fafc;font-size:18px;font-weight:700;margin:0 0 8px}.engagement-empty,.engagement-error,.engagement-loading{align-items:center;color:#64748b;display:flex;flex-direction:column;height:500px;justify-content:center;text-align:center}.engagement-loading .spinner{animation:spin .8s linear infinite;border:4px solid #667eea1a;border-radius:50%;border-top-color:#667eea;height:50px;margin-bottom:1.5rem;width:50px}.engagement-loading p{font-size:1.1rem;font-weight:600}.engagement-error{color:#ef4444}.engagement-error h3{font-size:1.5rem;margin-bottom:.5rem}.retry-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:12px;box-shadow:0 4px 12px #ef44444d;color:#fff;cursor:pointer;font-weight:700;margin-top:1rem;padding:.75rem 1.5rem;transition:all .3s ease}.retry-btn:hover{box-shadow:0 8px 20px #ef444466;transform:translateY(-2px)}@media (max-width:1200px){.engagement-charts,.temporal-grid{grid-template-columns:1fr}.temporal-grid{gap:1.5rem}}@media (max-width:1024px){.engagement-metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.engagement-container{padding:1rem}.engagement-header{align-items:flex-start;flex-direction:column;gap:1rem}.engagement-header h2{font-size:1.5rem}.engagement-controls{flex-wrap:wrap;justify-content:space-between;width:100%}.cache-indicator{justify-content:center;order:3;width:100%}.engagement-metrics{gap:.75rem;grid-template-columns:repeat(2,1fr)}.temporal-data-section{padding:1.25rem}.temporal-questions,.temporal-views{padding:1rem}.chart-section{padding:1.25rem}.insights-grid{grid-template-columns:1fr}.title{max-width:80px}.metric-value{font-size:2rem}.metric-icon{font-size:2.5rem}.temporal-table td,.temporal-table th,.top-engagement-table td,.top-engagement-table th,.top-products-table td,.top-products-table th{font-size:.85rem;padding:.75rem .5rem}}@media (max-width:480px){.engagement-container{padding:.75rem}.engagement-header h2{font-size:1.25rem}.temporal-data-section h3{font-size:1.15rem}.chart-section h3{font-size:1.1rem}.metric-card{padding:1rem}.metric-icon{font-size:2rem}.metric-value{font-size:1.5rem}.date-range-select,.refresh-btn{font-size:.8rem;padding:.5rem .75rem}.title{font-size:.8rem;max-width:80px}.engagement-metrics{grid-template-columns:1fr}}.analytics-container{padding:2rem}.analytics-header{animation:fadeInDown .6s ease-out;margin-bottom:2.5rem;text-align:center}.header-content{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;border-radius:16px;box-shadow:none;padding:0}.header-title{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:.75rem}.header-title h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;margin:0}.header-badge{align-items:center;animation:pulse 2s ease-in-out infinite;background:#3b82f633;border:1px solid #3b82f64d;border-radius:50px;box-shadow:0 4px 15px #3b82f61a;color:#3b82f6;display:inline-flex;font-size:.85rem;font-weight:600;gap:.5rem;padding:.5rem 1rem}.badge-text{font-weight:600;letter-spacing:.5px;text-transform:uppercase}.analytics-subtitle{color:#a0aec0;font-size:.95rem;font-weight:500;margin:0}.analytics-tabs-wrapper{animation:fadeIn .8s ease-out .2s both;margin-bottom:2rem}.analytics-tabs{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:0 auto;max-width:1200px}.analytics-tab{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 4px 20px #0000004d;cursor:pointer;display:flex;flex-direction:column;font-size:1rem;gap:.5rem;overflow:hidden;padding:1.5rem;position:relative;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1)}.analytics-tab:hover{background:linear-gradient(135deg,#ffffff14,#ffffff0a);box-shadow:0 12px 40px #0006;transform:translateY(-4px)}.analytics-tab.active{background:linear-gradient(135deg,#3b82f633,#3b82f60d);border:2px solid #3b82f680;box-shadow:0 12px 40px #3b82f626;color:#f8fafc;transform:translateY(-4px)}.analytics-tab.active .tab-description{color:#a0aec0}.tab-icon{flex-shrink:0;font-size:1.5rem;transition:transform .3s ease}.analytics-tab:hover .tab-icon{transform:scale(1.1) rotate(5deg)}.analytics-tab.active .tab-icon{filter:drop-shadow(0 0 10px rgba(59,130,246,.4));transform:scale(1.15)}.tab-content{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.tab-label{color:#f8fafc;display:block;font-size:.95rem;font-weight:700}.tab-description{color:#a0aec0;font-size:.85rem;font-weight:500;line-height:1.3}.tab-indicator{animation:slideIn .3s ease;background:#3b82f680;bottom:0;height:3px;left:0;position:absolute;right:0}.analytics-content{animation:fadeInUp .8s ease-out .4s both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 8px 32px #0000001a;max-width:100%;min-height:600px;overflow:hidden;padding:32px}.analytics-loading{align-items:center;color:#a0aec0;display:flex;flex-direction:column;height:500px;justify-content:center}.analytics-loading .spinner{animation:spin .8s linear infinite;border:4px solid #3b82f61a;border-radius:50%;border-top-color:#3b82f6;height:50px;margin-bottom:1.5rem;width:50px}.analytics-error{color:#dc2626;padding:4rem 2rem;text-align:center}.analytics-error h3{font-size:1.5rem;margin-bottom:1rem}.analytics-error p{color:#a0aec0;margin-bottom:1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (max-width:768px){.analytics-container{padding:1rem}.header-title h1{font-size:1.75rem}.analytics-subtitle{font-size:1rem}.analytics-tabs{grid-template-columns:1fr}.analytics-tab{padding:1.25rem}.tab-icon{font-size:1.5rem}.tab-label{font-size:.95rem}.tab-description{font-size:.8rem}.analytics-content{border-radius:16px;padding:20px}}@media (max-width:480px){.header-title h1{font-size:1.5rem}.header-badge{font-size:.75rem;padding:.4rem .8rem}}.landing-page{background:linear-gradient(135deg,#0f1419,#1a1f2e);overflow-x:hidden;width:100%}.landing-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f1419cc;border-bottom:1px solid #ffffff1a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1280px;padding:1rem 2rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:#fff;font-size:1.5rem;font-weight:700;gap:.75rem}.logo-icon{height:2rem;width:2rem}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.nav-links{align-items:center;display:flex;gap:2rem}.nav-link{background:none;border:none;color:#fffc;cursor:pointer;font-size:.95rem;font-weight:500;padding:.5rem 0;transition:color .2s ease}.nav-cta,.nav-link:hover{color:#fff}.nav-cta{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:transform .2s ease,box-shadow .2s ease}.nav-cta:hover{box-shadow:0 10px 30px #667eea66;transform:translateY(-2px)}.hero-section{align-items:center;display:flex;min-height:100vh;padding:8rem 2rem 6rem}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1280px}.hero-content{animation:fadeInUp .8s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{align-items:center;background:#667eea1a;border:1px solid #667eea4d;border-radius:50px;color:#8b9cff;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem}.badge-icon{font-size:1rem}.hero-title{color:#fff;font-size:4rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#ffffffb3;font-size:1.25rem;line-height:1.7;margin-bottom:2.5rem;max-width:540px}.hero-ctas{display:flex;gap:1rem;margin-bottom:3rem}.btn-primary{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:14px;box-shadow:0 10px 30px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.btn-primary:hover{box-shadow:0 15px 40px #667eea80;transform:translateY(-2px)}.btn-primary.large{font-size:1.25rem;padding:1.25rem 2.5rem}.btn-secondary{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.btn-secondary:hover{background:#ffffff1a;border-color:#fff3}.btn-arrow{transition:transform .3s ease}.btn-primary:hover .btn-arrow{transform:translateX(4px)}.hero-urgency{align-items:center;animation:pulse 2s ease-in-out infinite;background:#ff572226;border:1px solid #ff57224d;border-radius:50px;color:#f96;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.25rem}.urgency-icon{animation:fire 1s ease-in-out infinite;font-size:1.25rem}@keyframes fire{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}.urgency-text{font-size:.95rem}.hero-social-proof{display:flex;gap:3rem}.social-proof-item{display:flex;flex-direction:column;gap:.25rem}.proof-number{color:#fff;font-size:1.75rem;font-weight:700}.proof-label{color:#fff9;font-size:.875rem}.hero-visual{animation:fadeInRight 1s ease}@keyframes fadeInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.dashboard-preview{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 30px 60px #00000080;max-width:100%;overflow:hidden;transition:transform .3s ease;width:100%}.dashboard-preview:hover{transform:translateY(-10px)}.preview-header{align-items:center;background:#ffffff0d;border-bottom:1px solid #ffffff1a;display:flex;gap:1rem;padding:1rem 1.5rem}.preview-dots{display:flex;gap:.5rem}.dot{border-radius:50%;height:12px;width:12px}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.preview-title{color:#ffffffb3;font-size:.875rem;font-weight:500}.preview-sync-logos{align-items:center;background:#667eea0d;border-bottom:1px solid #ffffff1a;display:flex;gap:1.5rem;justify-content:center;padding:1.5rem 2rem 1rem}.sync-logo{filter:brightness(1.3) contrast(1.2) drop-shadow(0 2px 8px rgba(0,0,0,.3));height:2.5rem;opacity:1;transition:all .3s ease;width:auto}.sync-logo:hover{filter:brightness(1.4) contrast(1.2) drop-shadow(0 4px 12px rgba(0,0,0,.4));transform:scale(1.05)}.sync-plus{animation:plusPulse 2s ease-in-out infinite;color:#8b9cff;font-size:1.5rem;font-weight:700}@keyframes plusPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.preview-content{padding:2rem}.preview-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.stat-card{background:#667eea1a;border:1px solid #667eea33;border-radius:12px;padding:1.25rem;text-align:center}.stat-icon{font-size:2rem;margin-bottom:.5rem}.stat-value{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.stat-label{color:#fff9;font-size:.75rem;margin-bottom:.5rem}.stat-change{border-radius:6px;display:inline-block;font-size:.875rem;font-weight:600;padding:.25rem .5rem}.stat-change.positive{background:#27c93f33;color:#27c93f}.preview-chart{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;height:180px;padding:2rem}.chart-bars,.preview-chart{align-items:flex-end;display:flex}.chart-bars{gap:1rem;height:100%;justify-content:space-between;width:100%}.bar{animation:growBar 1s ease forwards;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px 6px 0 0;flex:1 1;min-height:20%;opacity:0}.bar:first-child{animation-delay:.1s}.bar:nth-child(2){animation-delay:.2s}.bar:nth-child(3){animation-delay:.3s}.bar:nth-child(4){animation-delay:.4s}.bar:nth-child(5){animation-delay:.5s}.bar:nth-child(6){animation-delay:.6s}@keyframes growBar{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.clients-carousel-section{background:#0003;overflow:hidden;padding:4rem 0}.clients-subtitle{color:#fff9;font-size:.95rem;font-weight:600;letter-spacing:.1em;margin-bottom:2rem;text-align:center;text-transform:uppercase}.carousel-wrapper{overflow:hidden;position:relative;width:100%}.carousel-track{animation:scroll-left 30s linear infinite;display:flex;gap:4rem;width:-webkit-fit-content;width:fit-content}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.carousel-item{align-items:center;display:flex;flex-shrink:0;justify-content:center}.client-logo{filter:grayscale(100%) brightness(0) invert(1);height:2.5rem;opacity:.6;transition:all .3s ease;width:auto}.client-logo:hover{filter:grayscale(0) brightness(1) invert(0);opacity:1}.testimonials-section{background:#0000004d;padding:8rem 2rem}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.testimonial-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;padding:2.5rem;position:relative;transition:all .3s ease}.testimonial-card:hover{background:#ffffff0d;border-color:#667eea80;transform:translateY(-5px)}.testimonial-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem;position:relative}.testimonial-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;flex-shrink:0;font-size:2rem;height:3.5rem;justify-content:center;width:3.5rem}.testimonial-info{flex:1 1}.testimonial-name{color:#fff;font-size:1.125rem;font-weight:700;margin:0}.testimonial-role{color:#fff9;font-size:.875rem;margin:.25rem 0 0}.verified-badge{align-items:center;background:#27c93f;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:1.5rem;justify-content:center;width:1.5rem}.testimonial-quote{color:#fffc;font-size:1rem;font-style:italic;line-height:1.7;margin-bottom:1.5rem}.testimonial-results{background:#667eea26;border:1px solid #667eea4d;border-radius:50px;color:#8b9cff;display:inline-block;font-size:.875rem;font-weight:600;padding:.5rem 1rem}.section-container{margin:0 auto;max-width:1280px;padding:0 2rem}.section-header{align-items:center;display:flex;flex-direction:column;margin-bottom:4rem;text-align:center}.section-label{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50px;box-shadow:0 4px 15px #667eea4d;color:#fff;display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.5rem;padding:.5rem 1.5rem;text-transform:uppercase}.problem-section .section-label{background:linear-gradient(135deg,#e03b3b,#a74a4a);box-shadow:0 4px 15px #f0262666}.solution-section .section-label{background:linear-gradient(135deg,#40a158,#43a775);box-shadow:0 4px 15px #27c93f66}.section-title{color:#fff;display:block;font-size:3rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem;width:100%}.section-subtitle{color:#ffffffb3;display:block;font-size:1.25rem;margin:0 auto;max-width:600px;width:100%}.features-section{background:#0003;padding:6rem 2rem}.features-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.feature-card{align-items:center;background:linear-gradient(135deg,#667eea1a,#ffffff0d);border:1px solid #667eea33;border-radius:24px;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;padding:3.5rem 2.5rem;position:relative;text-align:center;transition:all .4s ease}.feature-card:hover{border-color:#667eea99;box-shadow:0 20px 40px #667eea33;transform:translateY(-8px)}.feature-card:hover,.features-section .feature-icon{background:linear-gradient(135deg,#667eea33,#ffffff1a)}.features-section .feature-icon{align-items:center!important;border:2px solid #667eea4d;border-radius:50%;display:flex!important;font-size:4.5rem;height:120px;justify-content:center!important;margin:0 auto 2rem!important;text-align:center;transition:all .3s ease;width:120px}.comparison-section .feature-icon{align-items:center;border-radius:8px;display:flex;flex-shrink:0;font-size:1.5rem;height:2.5rem;justify-content:center;line-height:1;margin:0;padding:0;width:2.5rem}.features-section .feature-card:hover .feature-icon{background:linear-gradient(135deg,#667eea4d,#fff3);border-color:#667eea80;transform:scale(1.1)}.features-section .feature-logo{height:4rem;object-fit:contain;width:4rem}.features-section .feature-logos-container{align-items:center!important;display:flex!important;gap:.75rem;height:100%;justify-content:center!important;width:100%}.features-section .feature-logo-small{filter:brightness(0) invert(1);height:2.5rem;object-fit:contain;opacity:.9;width:2.5rem}.feature-title{color:#fff;font-size:1.75rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem}.feature-description{color:#fffc;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:280px}.comparison-section{background:#0003;padding:8rem 2rem}.comparison-wrapper{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr auto 1fr;margin:0 auto;max-width:1100px}.comparison-column{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;overflow:hidden;transition:all .3s ease}.comparison-column:hover{transform:translateY(-5px)}.other-column{border-color:#ff57574d}.other-column:hover{border-color:#ff575780;box-shadow:0 10px 40px #ff575733}.vendofull-column{background:#667eea0d;border:2px solid #667eea80}.vendofull-column:hover{border-color:#667eeacc;box-shadow:0 10px 40px #667eea4d}.comparison-column-header{background:#ffffff0d;border-bottom:1px solid #ffffff1a;padding:2rem;text-align:center}.comparison-column-header h3{color:#fffc;font-size:1.5rem;font-weight:700;margin:0}.vendofull-header{align-items:center;background:#667eea26;display:flex;flex-direction:row;gap:.75rem;justify-content:center}.vendofull-header h3{color:#8b9cff}.vendofull-logo-comparison{height:2rem;width:2rem}.comparison-features{display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.comparison-feature-item{align-items:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;display:flex;gap:1rem;justify-content:flex-start;min-height:3.5rem;padding:1rem;transition:all .3s ease}.comparison-feature-item:hover{background:#ffffff0d;transform:translateX(5px)}.vendofull-item{border-color:#667eea33}.vendofull-item:hover{background:#667eea1a;border-color:#667eea66}.feature-icon{align-items:center;border-radius:8px;display:flex;flex-shrink:0;font-size:1.5rem;height:2.5rem;justify-content:center;line-height:1;margin:0;padding:0;width:2.5rem}.feature-icon.positive{background:#27c93f33;color:#27c93f;font-weight:700}.feature-icon.negative{background:#ff575733;color:#ff5757}.feature-icon.warning{background:#ffc10733;color:#ffc107}.feature-icon.time{background:#667eea33;color:#8b9cff}.feature-text{color:#ffffffe6;flex:1 1;font-size:1rem;font-weight:500;line-height:1.4}.comparison-vs,.feature-text{align-items:center;display:flex}.comparison-vs{-webkit-text-fill-color:#0000;align-self:center;animation:vsGlow 2s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.5rem;font-weight:900;justify-content:center;padding:2rem 1rem}@keyframes vsGlow{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.how-it-works-section{padding:8rem 2rem}.steps-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);position:relative}.step-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;padding:3rem 2rem;position:relative;text-align:center}.step-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:800;margin-bottom:1.5rem}.step-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.step-description{color:#ffffffb3;font-size:1rem;line-height:1.7}.step-arrow{color:#667eea80;font-size:2rem;position:absolute;right:-2rem;top:50%;transform:translateY(-50%)}.pricing-section{background:#0003;padding:8rem 2rem;position:relative;text-align:center}.pricing-offer-badge{align-items:center;animation:shake 3s ease-in-out infinite;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);border-radius:50px;box-shadow:0 10px 30px #ff6b6b66;color:#fff;display:inline-flex;font-weight:600;gap:.75rem;margin:0 auto 3rem;padding:1rem 2rem}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.offer-badge-icon{animation:sparkle 1.5s ease-in-out infinite;font-size:1.5rem}@keyframes sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.offer-badge-text{font-size:1rem}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.pricing-card{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #764ba24d;border-radius:20px;padding:3rem 2.5rem}.pricing-card:hover{border-color:#764ba2;box-shadow:0 20px 40px #764ba24d;transform:translateY(-10px)}.pricing-card.popular{background:linear-gradient(135deg,#667eea4d,#764ba233);border:2px solid #764ba2;box-shadow:0 25px 50px #667eea66;transform:scale(1.05)}.pricing-card.popular:hover{box-shadow:0 30px 60px #764ba280;transform:scale(1.05) translateY(-10px)}.popular-badge{animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#764ba2,#5a3a7d);border-radius:50px;box-shadow:0 8px 25px #764ba299;font-size:.875rem;padding:.5rem 1.5rem;text-shadow:0 1px 2px #0000004d}.pricing-header{border-bottom:1px solid #764ba266;margin-bottom:2rem;padding-bottom:2rem}.plan-name{color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px #0000004d}.plan-description{color:#fffc;font-size:.95rem;font-weight:500;margin-bottom:1.5rem}.plan-price{gap:.25rem}.price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:3.5rem;font-weight:800;text-shadow:0 2px 4px #0000004d}.period{color:#ffffffb3;font-size:1.125rem;font-weight:500}.plan-features{margin:0 0 2rem}.plan-features li{color:#ffffffe6;font-size:.95rem;font-weight:500;gap:.75rem;padding:.75rem 0;transition:color .2s ease}.plan-features li:hover{color:#fff}.check-icon{color:#27c93f;filter:drop-shadow(0 0 4px rgba(39,201,63,.3));font-size:1.25rem;font-weight:700;text-shadow:0 1px 2px #0000004d}.plan-cta{border:none;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.plan-cta.primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 25px #667eea4d;color:#fff}.plan-cta.primary:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);box-shadow:0 15px 35px #667eea80;transform:translateY(-3px)}.plan-cta.secondary{background:#ffffff14;border:1px solid #ffffff4d;box-shadow:0 4px 15px #0000001a;color:#fff}.plan-cta.secondary:hover{background:#ffffff26;border-color:#ffffff80;box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.pricing-guarantee{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;color:#fffc;display:flex;font-size:1rem;font-weight:500;gap:.75rem;justify-content:center;padding:1.5rem 2rem;text-align:center}.guarantee-icon{filter:drop-shadow(0 0 4px rgba(255,255,255,.3));font-size:1.5rem}.about-section{padding:8rem 2rem}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-section .section-label{display:block;margin-bottom:1.5rem;text-align:left}.about-description{color:#ffffffb3;font-size:1.25rem;line-height:1.7;margin-bottom:3rem}.tech-features{display:flex;flex-direction:column;gap:2rem}.tech-feature{display:flex;gap:1.5rem}.tech-icon{flex-shrink:0;font-size:2.5rem}.tech-content h4{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.tech-content p{color:#ffffffb3;font-size:1rem;line-height:1.6}.tech-stack{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.stack-item{align-items:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;display:flex;flex-direction:column;gap:1rem;padding:2rem;text-align:center;transition:all .3s ease}.stack-item:hover{background:#ffffff0d;border-color:#667eea80;transform:translateY(-5px)}.stack-logo{font-size:3rem}.stack-logo-img{height:3rem;object-fit:contain;width:3rem}.stack-item span{color:#fff;font-size:1rem;font-weight:600}.company-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}.stat-box{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.stat-box:hover{background:#667eea1a;border-color:#667eea4d;transform:translateY(-5px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#667eea;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:#ffffffb3;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.company-info-box{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin-top:1.5rem;padding:2rem}.company-info-box h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.company-info-box p{color:#fffc;font-size:1rem;line-height:1.6;margin-bottom:.75rem}.company-info-box strong{color:#667eea;font-weight:600}.tech-stack-info{border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:2rem}.stack-title{color:#fff9;font-size:1rem;font-weight:600;margin-bottom:1rem;text-align:center}.tech-stack-logos{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.tech-badge{filter:grayscale(.3);height:40px;object-fit:contain;opacity:.6;transition:all .3s ease;width:40px}.tech-badge:hover{filter:grayscale(0);opacity:1;transform:scale(1.1)}.coverage-section{background:linear-gradient(135deg,#667eea0d,#764ba20d);padding:8rem 2rem}.coverage-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.coverage-map-container{align-items:center;display:flex;height:600px;justify-content:center;position:relative;width:100%}.coverage-map{filter:drop-shadow(0 10px 30px rgba(0,0,0,.3));height:100%;object-fit:contain;width:100%}.map-platforms-overlay{display:flex;gap:2rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:10}.map-platform-logo{align-items:center;animation:float 3s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #ffffff4d;border-radius:20px;box-shadow:0 8px 32px #0003,0 4px 16px #667eea4d;display:flex;height:100px;justify-content:center;transition:all .3s ease;width:100px}.map-platform-logo:first-child{animation-delay:0s}.map-platform-logo:nth-child(2){animation-delay:1.5s}.map-platform-logo:hover{box-shadow:0 12px 40px #0000004d,0 6px 20px #667eea80;transform:scale(1.1) translateY(-5px)}.overlay-logo{height:70px;object-fit:contain;width:70px}.coverage-countries{text-align:left}.countries-title{color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:2rem;text-align:center}.countries-grid{grid-gap:.875rem;display:grid;gap:.875rem;grid-template-columns:repeat(2,1fr)}.country-badge{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#ffffffe6;cursor:default;font-size:1rem;font-weight:500;padding:1rem 1.5rem;transition:all .2s ease}.country-badge:hover{background:#667eea1a;border-color:#667eea4d;transform:translateY(-2px)}.faq-section{background:#0003;padding:8rem 2rem}.faq-list{margin:0 auto;max-width:800px}.faq-item{background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#667eea80}.faq-question{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;justify-content:space-between;padding:1.5rem 2rem;text-align:left;transition:background .2s ease;width:100%}.faq-question:hover{background:#ffffff0d}.faq-icon{color:#667eea;font-size:1.5rem;font-weight:400;transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:500px}.faq-answer p{color:#ffffffb3;font-size:1rem;line-height:1.7;padding:0 2rem 1.5rem}.final-cta-section{background:linear-gradient(135deg,#667eea1a,#764ba21a);padding:8rem 2rem;text-align:center}.final-cta-content{margin:0 auto;max-width:800px}.cta-urgency-badge{align-items:center;animation:pulse 2s ease-in-out infinite;background:#ff572233;border:1px solid #ff572266;border-radius:50px;color:#f96;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem}.cta-urgency-icon{font-size:1.25rem}.final-cta-title{color:#fff;font-size:3.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}.final-cta-subtitle{color:#ffffffb3;font-size:1.5rem;margin-bottom:3rem}.cta-stats-mini{display:flex;gap:3rem;justify-content:center;margin-bottom:3rem}.cta-stat{align-items:center;display:flex;flex-direction:column;gap:.5rem}.cta-stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800}.cta-stat-label{color:#fff9;font-size:.875rem}.pulse-button{animation:buttonPulse 2s ease-in-out infinite}@keyframes buttonPulse{0%,to{box-shadow:0 10px 30px #667eea4d}50%{box-shadow:0 15px 40px #667eea99}}.final-cta-note{color:#ffffffb3;font-size:1rem;line-height:1.6;margin-top:1.5rem}.final-cta-guarantee{background:#27c93f1a;border:1px solid #27c93f4d;border-radius:16px;color:#ffffffe6;font-size:1rem;line-height:1.6;margin-top:2rem;padding:1.5rem}.landing-footer{background:#0000004d;border-top:1px solid #ffffff1a;padding:4rem 2rem 2rem}.footer-container{margin:0 auto;max-width:1280px}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:3rem}.footer-brand{max-width:300px}.footer-logo{align-items:center;color:#fff;display:flex;font-size:1.5rem;font-weight:700;gap:.75rem;margin-bottom:1rem}.footer-tagline{color:#fff9;line-height:1.6}.footer-column h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-column a,.footer-column button{background:none;border:none;color:#fff9;cursor:pointer;display:block;font-size:.95rem;padding:.5rem 0;text-align:left;text-decoration:none;transition:color .2s ease}.footer-column a:hover,.footer-column button:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff1a;color:#ffffff80;display:flex;font-size:.875rem;justify-content:space-between;padding-top:2rem}@media (max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-content{order:1}.hero-visual{order:2}.hero-title{font-size:3rem}.hero-ctas,.hero-social-proof{justify-content:center}.comparison-wrapper,.testimonials-grid{grid-template-columns:1fr}.comparison-wrapper{gap:2rem}.comparison-vs{padding:1rem}.features-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr}.pricing-card.popular{transform:scale(1)}.about-content{grid-template-columns:1fr}.footer-content{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nav-links{gap:1rem}.nav-link{display:none}.hero-section{padding:6rem 1rem 4rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-urgency{padding:.6rem 1rem}.hero-urgency,.urgency-text{font-size:.875rem}.hero-ctas{flex-direction:column}.btn-primary,.btn-secondary{justify-content:center;width:100%}.hero-social-proof{flex-direction:column;gap:1.5rem}.preview-sync-logos{gap:1rem;padding:1rem 1.5rem .75rem}.sync-logo{height:2rem}.sync-plus{font-size:1.25rem}.carousel-track{gap:2rem}.client-logo{height:2rem}.comparison-wrapper{gap:2rem;grid-template-columns:1fr}.comparison-vs{margin:-1rem 0;padding:0;writing-mode:horizontal-tb}.vendofull-logo-comparison{height:2.5rem;width:2.5rem}.comparison-column-header h3{font-size:1.25rem}.comparison-features{gap:1rem;padding:1.5rem}.comparison-feature-item{padding:.875rem}.feature-icon{font-size:1.25rem;height:1.75rem;width:1.75rem}.feature-text{font-size:.9rem}.section-label{font-size:.75rem;margin-bottom:1rem;padding:.4rem 1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.features-grid,.steps-container{grid-template-columns:1fr}.step-arrow{display:none}.pricing-offer-badge{font-size:.875rem;padding:.75rem 1.25rem}.offer-badge-text{font-size:.875rem}.tech-stack{grid-template-columns:1fr}.cta-stats-mini{flex-direction:column;gap:2rem}.final-cta-title{font-size:2.5rem}.final-cta-subtitle{font-size:1.125rem}.final-cta-guarantee{font-size:.9rem;padding:1.25rem}.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}.company-stats{grid-template-columns:1fr}.stat-box{padding:1.5rem}.stat-number{font-size:2rem}.company-info-box{padding:1.5rem}.company-info-box h3{font-size:1.25rem}.tech-stack-logos{gap:1rem}.tech-badge{height:32px;width:32px}.coverage-content{gap:3rem;grid-template-columns:1fr}.coverage-map-container{height:400px;order:-1}.map-platforms-overlay{gap:1rem}.map-platform-logo{height:70px;width:70px}.overlay-logo{height:50px;width:50px}.countries-grid{gap:.75rem;grid-template-columns:1fr}.country-badge{font-size:.875rem;padding:.75rem 1rem}.countries-title{font-size:1.5rem}}@media (max-width:480px){.hero-section{min-height:auto;padding:4rem .75rem 3rem}.hero-title{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1rem;line-height:1.4}.hero-urgency{font-size:.8rem;padding:.5rem .75rem}.hero-ctas{gap:.75rem}.btn-primary,.btn-secondary{font-size:.9rem;padding:.875rem 1.5rem}.hero-social-proof{gap:1rem}.social-proof-item{padding:.75rem}.proof-number{font-size:1.5rem}.proof-label{font-size:.8rem}.dashboard-preview{margin:0 auto;max-width:100%}.preview-header{padding:.75rem 1rem}.preview-title{font-size:.9rem}.preview-sync-logos{gap:.75rem;padding:.75rem 1rem .5rem}.sync-logo{height:1.5rem}.sync-plus{font-size:1rem}.preview-content{padding:1.5rem}.preview-stats{gap:.75rem;grid-template-columns:1fr;margin-bottom:1.5rem}.stat-card{padding:1rem}.stat-icon{font-size:1.5rem}.stat-value{font-size:1.25rem}.stat-label{font-size:.8rem}.stat-change{font-size:.75rem}.preview-chart{height:120px;padding:1rem}.chart-bars{gap:.5rem}.bar{min-width:20px}.features-section{padding:4rem 1rem}.feature-card{padding:2rem}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-title{font-size:1.25rem}.feature-description{font-size:.9rem}}.problem-section{background:#0003;padding:8rem 2rem}.problem-content{margin:0 auto;max-width:1600px;overflow-x:auto;padding:0 1rem;scrollbar-color:#dc26264d #0000;scrollbar-width:thin}.problem-content::-webkit-scrollbar{height:8px}.problem-content::-webkit-scrollbar-track{background:#0000}.problem-content::-webkit-scrollbar-thumb{background:#dc26264d;border-radius:4px}.problem-content::-webkit-scrollbar-thumb:hover{background:#dc262680}.problem-bullets{display:flex;flex-wrap:nowrap;gap:1rem;justify-content:center;overflow-x:auto;padding:0 1rem}.problem-item{align-items:center;background:#ff57570d;border:1px solid #ff575733;border-radius:20px;box-shadow:0 4px 15px #ff57571a;display:flex;flex:0 0 auto;flex-direction:column;gap:1rem;padding:1.75rem 1.25rem;text-align:center;transition:all .3s ease;width:215px}.problem-item:hover{background:#ff57571a;border-color:#ff575766;box-shadow:0 8px 25px #ff575733;transform:translateY(-8px)}.problem-icon{align-items:center;background:#ff57571a;border-radius:50%;display:flex;flex-shrink:0;font-size:2.5rem;height:70px;justify-content:center;width:70px}.problem-text{color:#ffffffd9;font-size:.95rem;line-height:1.5}.solution-section{background:#667eea0d;padding:8rem 2rem}.solution-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px}.solution-left{display:flex;flex-direction:column}.solution-right{align-items:center;display:flex;justify-content:center}.solution-bullets{display:flex;flex-direction:column;gap:1.5rem}.solution-item{align-items:flex-start;background:#667eea1a;border:1px solid #667eea4d;border-radius:16px;display:flex;gap:1.5rem;padding:1.5rem;transition:all .3s ease}.solution-item:hover{background:#667eea26;border-color:#667eea99;transform:translateX(8px)}.solution-dashboard-preview{border:2px solid #667eea4d;border-radius:20px;box-shadow:0 20px 60px #0006;overflow:hidden;transition:all .3s ease;width:100%}.solution-dashboard-preview:hover{box-shadow:0 25px 70px #667eea66;transform:scale(1.02)}.dashboard-image{display:block;height:auto;width:100%}.solution-icon{align-items:center;color:#27c93f;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;justify-content:center;min-width:2rem}.solution-text{color:#ffffffe6;font-size:1.1rem;line-height:1.6}@media (max-width:768px){.problem-section,.solution-section{padding:4rem 1rem}.solution-content{gap:3rem;grid-template-columns:1fr}.problem-bullets{flex-wrap:wrap;justify-content:center}.solution-bullets{flex-direction:column}.problem-item{padding:2rem 1.5rem;width:280px}.solution-item{gap:1rem;padding:1.25rem}.solution-dashboard-preview{margin-top:2rem}.problem-text,.solution-text{font-size:.95rem}.problem-icon{font-size:2.5rem;height:60px;width:60px}.solution-icon{min-width:1.5rem}}.chat-fab{align-items:center;animation:float 3s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;bottom:2rem;box-shadow:0 8px 24px #667eea66,0 4px 12px #764ba24d;cursor:pointer;display:flex;height:64px;justify-content:center;position:fixed;right:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:64px;z-index:999}.chat-fab:hover{box-shadow:0 12px 32px #667eea80,0 6px 16px #764ba266;transform:scale(1.1) translateY(-4px)}.chat-fab:active{transform:scale(.95)}.chat-fab-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:2rem}.chat-fab-badge{align-items:center;background:#10b981;border:3px solid #fff;border-radius:50%;display:flex;height:16px;justify-content:center;position:absolute;right:4px;top:4px;width:16px}.pulse-dot{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background:#10b981;border-radius:50%;height:100%;width:100%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.chat-window{animation:slideInUp .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);background:#0f1419f2;border:1px solid #ffffff1a;border-radius:24px;bottom:2rem;box-shadow:0 20px 60px #00000080,0 8px 24px #667eea33;display:flex;flex-direction:column;height:650px;max-height:calc(100vh - 4rem);max-width:calc(100vw - 2rem);overflow:hidden;position:fixed;right:2rem;width:420px;z-index:1000}.chat-window.minimized{height:72px}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-header{background:linear-gradient(135deg,#667eea26,#764ba226);border-bottom:1px solid #ffffff1a;gap:1rem;justify-content:space-between;padding:1.25rem}.chat-header,.chat-header-info{align-items:center;display:flex}.chat-header-info{flex:1 1;gap:.75rem}.chat-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 4px 12px #667eea4d;display:flex;font-size:1.5rem;height:48px;justify-content:center;position:relative;width:48px}.avatar-logo{height:32px;object-fit:contain;width:32px}.avatar-status{background:#10b981;border:2px solid #0f1419f2;border-radius:50%;bottom:2px;height:12px;position:absolute;right:2px;width:12px}.chat-header-text{flex:1 1}.chat-title{color:#fff;font-size:1rem;font-weight:700;line-height:1.4;margin:0}.chat-subtitle{align-items:center;color:#fff9;display:flex;font-size:.875rem;gap:.5rem;margin:.25rem 0 0}.status-indicator{animation:pulse 2s ease-in-out infinite;background:#10b981;border-radius:50%;height:8px;width:8px}.chat-header-actions{display:flex;gap:.5rem}.chat-action-btn{align-items:center;background:#ffffff1a;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:.875rem;height:32px;justify-content:center;transition:all .2s ease;width:32px}.chat-action-btn:hover{background:#ffffff26;transform:scale(1.05)}.chat-close-btn:hover{background:#ef444433}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:1.5rem;overflow-y:auto;padding:1.5rem}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.chat-messages::-webkit-scrollbar-thumb{background:#667eea66;border-radius:10px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#667eea99}.message{animation:messageSlideIn .3s ease;display:flex;gap:.75rem}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-user{flex-direction:row-reverse}.message-avatar{align-items:center;background:linear-gradient(135deg,#667eea33,#764ba233);border-radius:50%;display:flex;flex-shrink:0;font-size:1.25rem;height:36px;justify-content:center;width:36px}.message-avatar-logo{height:24px;object-fit:contain;width:24px}.message-user .message-avatar{background:linear-gradient(135deg,#667eea,#764ba2)}.message-content{display:flex;flex-direction:column;gap:.25rem;max-width:75%}.message-user .message-content{align-items:flex-end}.message-bubble{word-wrap:break-word;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:16px;padding:.875rem 1.125rem;text-align:left}.message-user .message-bubble{background:linear-gradient(135deg,#667eea,#764ba2);border:none}.message-text{color:#fff;font-size:.9375rem;line-height:1.5;margin:0;text-align:left}.message-text strong{color:#fff;font-weight:700}.message-text em{color:#fffffff2;font-style:italic}.message-text code{background:#0000004d;border:1px solid #a78bfa33;border-radius:4px;color:#a78bfa;font-family:Courier New,Courier,monospace;font-size:.875rem;padding:.125rem .375rem}.message-text a{color:#60a5fa;text-decoration:underline;transition:color .2s ease}.message-text a:hover{color:#93c5fd}.message-text br{content:"";display:block;margin:.5rem 0}.message-time{color:#fff6;font-size:.75rem;padding:0 .5rem}.typing-indicator{display:flex;gap:.375rem;padding:1rem 1.25rem}.typing-dot{animation:typingDot 1.4s infinite;background:#fff9;border-radius:50%;height:8px;width:8px}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{opacity:.6;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}.chat-quick-actions{background:#ffffff05;border-top:1px solid #ffffff1a;padding:1rem 1.5rem}.quick-actions-title{color:#fff9;font-size:.875rem;font-weight:500;margin:0 0 .75rem}.quick-actions-buttons{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr}.quick-action-btn{background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;color:#fff;cursor:pointer;font-size:.8125rem;font-weight:500;padding:.625rem .875rem;text-align:left;transition:all .2s ease}.quick-action-btn:hover{background:#667eea26;border-color:#667eea4d;transform:translateY(-2px)}.chat-input-container{background:#ffffff05;border-top:1px solid #ffffff1a;padding:1rem 1.5rem}.chat-input-wrapper{align-items:flex-end;display:flex;gap:.75rem}.chat-input{background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;color:#fff;flex:1 1;font-family:inherit;font-size:.9375rem;max-height:100px;padding:.875rem 1rem;resize:none;transition:all .2s ease}.chat-input:focus{background:#ffffff1f;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.chat-input::placeholder{color:#fff6}.chat-input:disabled{cursor:not-allowed;opacity:.5}.chat-send-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;transition:all .2s ease;width:44px}.chat-send-btn:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:scale(1.05)}.chat-send-btn:active:not(:disabled){transform:scale(.95)}.chat-send-btn:disabled{cursor:not-allowed;opacity:.4}.send-icon{color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2));font-size:1.25rem}.chat-footer-text{color:#fff6;font-size:.75rem;margin:.75rem 0 0;text-align:center}.chat-footer-text strong{color:#fff9}@media (max-width:768px){.chat-fab{bottom:1.5rem;height:56px;right:1.5rem;width:56px}.chat-fab-icon{font-size:1.75rem}.chat-window{border:none;border-radius:0;bottom:0;height:100vh;left:0;max-height:100vh;max-width:100%;right:0;width:100%}.quick-actions-buttons{grid-template-columns:1fr}.message-content{max-width:85%}}@media (max-width:480px){.chat-header,.chat-messages{padding:1rem}.chat-input-container{padding:.875rem 1rem}.chat-avatar{font-size:1.25rem;height:40px;width:40px}.chat-title{font-size:.9375rem}}.legal-page{background:linear-gradient(135deg,#0f1419,#1a1f2e);min-height:100vh;padding:2rem 1rem;width:100%}.legal-container{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 20px 60px #0000004d;margin:0 auto;max-width:900px;padding:3rem}.legal-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#fff;flex:1 1;font-size:2.5rem;font-weight:800;left:-24px;margin-bottom:.5rem;position:relative;text-align:center}.legal-updated{border-bottom:1px solid #ffffff1a;color:#ffffff80;font-size:.95rem;margin-bottom:3rem;padding-bottom:2rem;text-align:center}.legal-content{color:#ffffffd9;line-height:1.8}.legal-section{margin-bottom:3rem}.legal-section h2{border-bottom:2px solid #667eea4d;color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;margin-top:2rem;padding-bottom:.75rem}.legal-section h3{color:#8b9cff;font-size:1.25rem;font-weight:600;margin-bottom:1rem;margin-top:1.5rem}.legal-section h4{color:#ffffffe6;font-size:1.1rem;font-weight:600;margin-bottom:.75rem;margin-top:1rem}.legal-section p{font-size:1rem;margin-bottom:1rem}.legal-section strong{color:#fff;font-weight:600}.legal-section ol,.legal-section ul{margin:1rem 0 1.5rem 1.5rem;padding-left:1rem}.legal-section li{margin-bottom:.75rem;position:relative}.legal-section ul li::marker{color:#667eea}.legal-section a{color:#8b9cff;text-decoration:underline;transition:color .2s ease}.legal-section a:hover{color:#667eea}.contact-info{background:#667eea1a;border:1px solid #667eea4d;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.contact-info p{color:#ffffffe6;margin-bottom:.5rem}.contact-info p:last-child{margin-bottom:0}.highlight{background:#667eea26;border-left:4px solid #667eea;border-radius:8px;margin:1.5rem 0;padding:1rem 1.5rem}.faq-box{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.faq-box h4{color:#8b9cff;font-size:1.1rem;font-weight:600;margin:0 0 .75rem}.faq-box p{color:#fffc;margin:0}.legal-title-container{align-items:center;display:flex;gap:1rem;margin-bottom:1rem;position:relative}.legal-title-container.legal-title-long .legal-title{left:0;text-align:left}.back-button{align-items:center;background:#667eea1a;border:1px solid #667eea4d;border-radius:12px;color:#8b9cff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:48px;justify-content:center;text-decoration:none;transition:all .3s ease;width:48px}.back-button:hover{background:#667eea33;border-color:#667eea80;color:#667eea;transform:translateX(-3px)}.legal-footer{border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:2rem;text-align:center}.back-link{align-items:center;background:#667eea1a;border:1px solid #667eea4d;border-radius:12px;color:#8b9cff;display:inline-flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.back-link:hover{background:#667eea33;border-color:#667eea80;transform:translateX(-5px)}@media (max-width:768px){.legal-container{padding:2rem 1.5rem}.legal-title-container{align-items:center;flex-direction:column;gap:.75rem}.back-button{font-size:1.25rem;height:40px;width:40px}.legal-title{font-size:2rem;left:0}.legal-title-container.legal-title-long .legal-title{left:0}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.125rem}.legal-section ol,.legal-section ul{margin-left:1rem;padding-left:.5rem}.contact-info{padding:1rem}.highlight{padding:.75rem 1rem}.faq-box{padding:1rem}}.pricing-container{background:linear-gradient(135deg,#0f1419,#1a2332);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.pricing-loading{align-items:center;display:flex;flex-direction:column;gap:20px;height:100vh;justify-content:center}.pricing-header{padding:20px 0 40px;text-align:center}.pricing-nav{justify-content:space-between;margin:0 auto 60px;max-width:1200px;padding:0 20px}.logo,.pricing-nav{align-items:center;display:flex}.logo{color:#00d4ff;font-size:24px;font-weight:700;gap:12px}.logo img{height:40px;width:40px}.user-info{align-items:center;display:flex;gap:20px}.user-info span{color:#b0b8c1;font-size:14px}.logout-btn{background-color:#e63946;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 20px;transition:background-color .3s ease}.logout-btn:hover{background-color:#d32f2f}.pricing-hero{margin:0 auto;max-width:800px;padding:0 20px}.pricing-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#09c);-webkit-background-clip:text;background-clip:text;font-size:48px;font-weight:700;margin-bottom:12px}.pricing-hero p{color:#a0a0a0;font-size:20px;margin-bottom:24px}.payment-status{display:flex;justify-content:center;margin-top:20px}.status-badge{align-items:center;border-radius:25px;display:flex;font-size:14px;font-weight:500;gap:8px;padding:12px 24px}.status-badge.pending{background:#ffc1071a;border:1px solid #ffc1074d;color:#ffc107}.pricing-plans{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1200px;padding:0 20px 80px}.pricing-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:40px 30px;position:relative;transition:all .3s ease}.pricing-card:hover{border-color:#00d4ff4d;box-shadow:0 20px 40px #00d4ff1a;transform:translateY(-5px)}.pricing-card.popular{border-color:#00d4ff;box-shadow:0 0 30px #00d4ff33}.popular-badge{background:linear-gradient(135deg,#00d4ff,#09c);border-radius:20px;color:#fff;font-size:12px;font-weight:600;left:50%;letter-spacing:.5px;padding:8px 24px;position:absolute;text-transform:uppercase;top:-12px;transform:translateX(-50%)}.plan-header{margin-bottom:30px;text-align:center}.plan-header h3{color:#fff;font-size:24px;font-weight:700;margin-bottom:10px}.plan-price{align-items:baseline;display:flex;justify-content:center;margin-bottom:10px}.price{color:#00d4ff;font-size:48px;font-weight:700}.period{color:#a0a0a0;font-size:16px;margin-left:4px}.plan-description{color:#a0a0a0;font-size:14px;margin:0}.plan-features{list-style:none;margin:0 0 30px;padding:0}.plan-features li{align-items:center;border-bottom:1px solid #ffffff0d;color:#e0e0e0;display:flex;font-size:14px;gap:12px;padding:12px 0}.plan-features li:last-child{border-bottom:none}.check{color:#00d4ff;font-size:16px;font-weight:700;min-width:20px}.plan-button{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;padding:16px 24px;transition:all .3s ease;width:100%}.plan-button:hover:not(:disabled){background:#00d4ff1a;border-color:#00d4ff;color:#00d4ff;transform:translateY(-2px)}.plan-button.popular{background:linear-gradient(135deg,#00d4ff,#09c);border:none;color:#fff}.plan-button.popular:hover:not(:disabled){box-shadow:0 10px 20px #00d4ff4d;transform:translateY(-2px)}.plan-button:disabled{cursor:not-allowed;opacity:.6}.button-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:16px;width:16px}.pricing-footer{background:#0000004d;padding:60px 20px;text-align:center}.security-badges{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-bottom:30px}.badge{align-items:center;color:#a0a0a0;display:flex;font-size:14px;gap:8px}.badge img{height:24px;opacity:.7;width:24px}.support-info{color:#a0a0a0;font-size:14px}.support-info a{color:#00d4ff;text-decoration:none}.support-info a:hover{text-decoration:underline}@media (max-width:768px){.pricing-hero h1{font-size:36px}.pricing-hero p{font-size:18px}.pricing-plans{gap:20px;grid-template-columns:1fr}.pricing-card{padding:30px 20px}.security-badges{gap:20px}.user-info{flex-direction:column;gap:10px}}@media (max-width:480px){.pricing-nav{flex-direction:column;gap:20px}.pricing-hero h1{font-size:28px}.price{font-size:36px}}.payment-success-container{align-items:center;background:linear-gradient(135deg,#0f1419,#1a2332);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:center;min-height:100vh;padding:20px}.loading-spinner{border-top-color:#00d4ff}.success-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 20px 40px #0000004d;max-width:500px;padding:60px 40px;text-align:center;width:100%}.success-icon{margin-bottom:30px}.checkmark{margin:0 auto}.checkmark,.checkmark-circle{height:80px;position:relative;width:80px}.checkmark-circle{animation:scaleIn .5s ease-out;background:linear-gradient(135deg,#00d4ff,#09c);border-radius:50%}.checkmark-stem{animation:drawStem .3s ease-out .5s both;height:25px;transform:translate(-50%,-50%) rotate(45deg);transform-origin:bottom;width:3px}.checkmark-kick,.checkmark-stem{background:#fff;left:50%;position:absolute;top:50%}.checkmark-kick{animation:drawKick .3s ease-out .8s both;height:3px;transform:translate(-50%,-50%) rotate(45deg);transform-origin:left;width:15px}@keyframes drawStem{0%{height:0}to{height:25px}}@keyframes drawKick{0%{width:0}to{width:15px}}.success-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#09c);-webkit-background-clip:text;background-clip:text;font-size:36px;font-weight:700;margin-bottom:20px}.success-message{color:#e0e0e0;font-size:18px;line-height:1.6;margin-bottom:30px}.success-details{background:#0003;border-radius:12px;margin-bottom:30px;padding:20px}.value.active{color:#00d4ff}.success-actions{margin-bottom:30px}.success-footer{color:#a0a0a0;font-size:14px}.success-footer a{color:#00d4ff;text-decoration:none}.success-footer a:hover{text-decoration:underline}@media (max-width:768px){.success-content{padding:40px 30px}.success-content h1{font-size:28px}.success-message{font-size:16px}.checkmark,.checkmark-circle{height:60px;width:60px}.checkmark-stem{height:20px}.checkmark-kick{width:12px}}@media (max-width:480px){.success-content{padding:30px 20px}.success-content h1{font-size:24px}.primary-button{min-width:auto;width:100%}}.payment-failure-container{background:linear-gradient(135deg,#0f1419,#1a2332);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;padding:20px}.payment-failure-container,.payment-loading{align-items:center;display:flex;justify-content:center}.payment-loading{color:#fff;flex-direction:column;gap:20px;height:100vh}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #333;border-radius:50%;border-top-color:#ff6b6b;height:40px;width:40px}.failure-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 20px 40px #0000004d;max-width:500px;padding:60px 40px;text-align:center;width:100%}.failure-icon{margin-bottom:30px}.error-circle{animation:scaleIn .5s ease-out;background:linear-gradient(135deg,#ff6b6b,#ee5a52);border-radius:50%;height:80px;margin:0 auto;position:relative;width:80px}.error-x{height:30px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:30px}.error-line{background:#fff;border-radius:2px;height:20px;position:absolute;width:3px}.error-line-1{animation:drawLine1 .3s ease-out .5s both;transform:rotate(45deg)}.error-line-2{animation:drawLine2 .3s ease-out .7s both;transform:rotate(-45deg)}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes drawLine1{0%{height:0}to{height:20px}}@keyframes drawLine2{0%{height:0}to{height:20px}}.failure-content h1{color:#ff6b6b;font-size:36px;font-weight:700;margin-bottom:20px}.failure-message{color:#e0e0e0;font-size:18px;line-height:1.6;margin-bottom:30px}.failure-details{background:#0003;border-radius:12px;margin-bottom:30px;padding:20px}.detail-item{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:10px 0}.detail-item:last-child{border-bottom:none}.label{color:#a0a0a0;font-size:14px}.value{color:#fff;font-weight:600}.value.pending{color:#ffc107}.failure-actions{display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.primary-button{background:linear-gradient(135deg,#00d4ff,#09c);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-width:200px;padding:16px 32px;transition:all .3s ease}.primary-button:hover{box-shadow:0 10px 20px #00d4ff4d;transform:translateY(-2px)}.secondary-button{background:#0000;border:1px solid #a0a0a04d;border-radius:8px;color:#a0a0a0;cursor:pointer;font-size:16px;font-weight:600;min-width:200px;padding:16px 32px;transition:all .3s ease}.secondary-button:hover{border-color:#a0a0a0;color:#fff;transform:translateY(-2px)}.failure-footer{color:#a0a0a0;font-size:14px}.failure-footer a{color:#00d4ff;text-decoration:none}.failure-footer a:hover{text-decoration:underline}@media (max-width:768px){.failure-content{padding:40px 30px}.failure-content h1{font-size:28px}.failure-message{font-size:16px}.error-circle{height:60px;width:60px}.error-line{height:15px}.error-x{height:25px;width:25px}}@media (max-width:480px){.failure-content{padding:30px 20px}.failure-content h1{font-size:24px}.primary-button,.secondary-button{min-width:auto;width:100%}}.sync-progress{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #667eea33;border-radius:12px;margin:0 auto;max-width:500px;padding:40px;text-align:left}.sync-progress-header{margin-bottom:30px}.sync-progress-header h2{color:#fff;font-size:24px;margin:0 0 10px}.sync-progress-header p{color:#a0aec0;font-size:14px;margin:0}.sync-progress-items{display:flex;flex-direction:column;gap:12px}.sync-item{align-items:center;border-radius:8px;display:flex;gap:12px;padding:10px;transition:all .3s ease}.sync-item.completed{background:#4caf501a}.sync-item-icon{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.sync-item.completed .sync-item-icon{color:#4caf50}.sync-item.completed .sync-item-icon svg{stroke-width:3;height:20px;width:20px}.sync-item-loader{animation:spin 1s linear infinite;border:2px solid #667eea4d;border-radius:50%;border-top-color:#667eea;height:16px;width:16px}.sync-item-text{color:#a0aec0;font-size:15px;transition:color .3s ease}.sync-item.completed .sync-item-text{color:#4caf50;font-weight:500}.sync-progress-complete{background:#4caf501a;border:1px solid #4caf504d;border-radius:8px;margin-top:30px;padding:20px;text-align:center}.sync-progress-complete p{color:#4caf50;font-size:16px;font-weight:500;margin:0}@media (max-width:768px){.sync-progress{padding:30px 20px}.sync-progress-header h2{font-size:20px}.sync-item-text{font-size:14px}}.sync-page{align-items:center;background:linear-gradient(135deg,#0f1419,#1a1d2e);display:flex;justify-content:center;min-height:100vh;padding:20px}.sync-page-container{max-width:500px;width:100%}.sync-message{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #667eea33;border-radius:12px;padding:40px 30px;text-align:center}.sync-spinner{animation:spin 1s linear infinite;border:4px solid #667eea4d;border-radius:50%;border-top-color:#667eea;height:50px;margin:0 auto 30px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.sync-message h2{color:#fff;font-size:24px;margin:0 0 15px}.sync-message p{color:#a0aec0;font-size:15px;margin:10px 0}@media (max-width:768px){.sync-page{min-height:auto;padding:40px 20px}.sync-message{padding:30px 20px}.sync-message h2{font-size:20px}}
/*# sourceMappingURL=main.15900927.css.map*/