.sidebar-domain{position:relative}.domain-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem;background:none;border:none;color:var(--color-text-primary);cursor:pointer;font-weight:500;transition:all var(--transition-base);gap:.5rem}.domain-header:hover{background-color:var(--color-sidebar-hover)}.domain-header.expanded{color:var(--color-primary)}.domain-icon{font-size:1.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.domain-name{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.domain-toggle{font-size:.75rem;transition:transform var(--transition-fast)}.domain-submenu.expanded-mode{list-style:none;padding:.25rem 0;margin:0;background-color:var(--color-sidebar-hover);border-radius:4px;margin:.25rem}.submenu-link{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;color:var(--color-text-secondary);text-decoration:none;transition:all var(--transition-base);border-radius:4px;margin:.125rem .5rem}.submenu-link:hover{background-color:var(--color-bg-hover);color:var(--color-primary)}.submenu-link.active{background-color:#e0e7ff;color:#1d4ed8;font-weight:700}.submenu-children,.flyout-children{list-style:none;margin:2px 0 6px;padding:0}.submenu-child-link,.flyout-child-link{display:flex;align-items:center;gap:.55rem;margin:1px .5rem 1px 2.25rem;padding:.45rem .75rem;border-radius:4px;color:#64748b;font-size:.8rem;text-decoration:none;border-left:2px solid transparent}.submenu-child-link:hover,.flyout-child-link:hover{background:#f8fafc;color:#0f172a}.submenu-child-link.active,.flyout-child-link.active{background:#eff6ff;color:#1d4ed8;border-left-color:#2563eb;font-weight:700}.submenu-icon{font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.submenu-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.domain-flyout{position:absolute;left:100%;top:0;margin-left:.5rem;background-color:var(--color-card-bg);border:1px solid var(--color-border-primary);border-radius:8px;box-shadow:var(--shadow-lg);min-width:240px;z-index:1000;animation:slideInFlyout var(--transition-fast) ease-out}@keyframes slideInFlyout{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.flyout-header{padding:.875rem 1rem;font-weight:600;color:var(--color-primary);border-bottom:1px solid var(--color-border-primary);font-size:.95rem}.flyout-menu{list-style:none;padding:.5rem 0;margin:0;max-height:60vh;overflow-y:auto}.flyout-item{list-style:none}.flyout-link{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;color:var(--color-text-primary);text-decoration:none;transition:all var(--transition-base)}.flyout-link:hover{background-color:var(--color-bg-hover);color:var(--color-primary);padding-left:1.25rem}.flyout-link.active{background-color:#e0e7ff;color:#1d4ed8;font-weight:700}.flyout-icon{font-size:1.125rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.flyout-label{white-space:nowrap;flex:1}.flyout-menu::-webkit-scrollbar{width:6px}.flyout-menu::-webkit-scrollbar-track{background:transparent}.flyout-menu::-webkit-scrollbar-thumb{background:var(--color-border-secondary);border-radius:3px}.flyout-menu::-webkit-scrollbar-thumb:hover{background:var(--color-border-dark)}@media (prefers-color-scheme: dark){.domain-flyout{background-color:var(--color-card-bg);border-color:var(--color-border-primary)}.domain-header:hover{background-color:var(--color-sidebar-hover)}.submenu-link:hover,.flyout-link:hover{background-color:var(--color-bg-hover)}}.portal-header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100}.header-container{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:64px}.header-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:700}.logo-icon{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:.25rem .5rem;border-radius:6px;font-size:.875rem}.logo-text{color:#1f2937;font-size:1.25rem}.header-nav{display:flex;align-items:center;gap:2rem}.nav-link{color:#6b7280;text-decoration:none;font-weight:500;padding:.5rem 0;border-bottom:2px solid transparent;transition:all .2s}.nav-link:hover,.nav-link.active{color:#3b82f6;border-bottom-color:#3b82f6}.header-actions{display:flex;align-items:center;gap:.5rem}.header-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:transparent;border:none;border-radius:8px;color:#6b7280;cursor:pointer;transition:all .2s;text-decoration:none}.header-btn:hover{background:#f3f4f6;color:#1f2937}.cart-btn{position:relative}.cart-badge{position:absolute;top:-2px;right:-2px;background:#ef4444;color:#fff;font-size:.625rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.login-btn{background:#3b82f6!important;color:#fff!important;padding:.5rem 1rem!important;font-weight:500}.login-btn:hover{background:#2563eb!important}.user-menu-container{position:relative}.user-btn{font-size:.875rem}.user-name{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #0000001a;min-width:220px;overflow:hidden;animation:dropdown-fade .2s ease}@keyframes dropdown-fade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.dropdown-header strong{display:block;color:#1f2937}.dropdown-header small{color:#6b7280;font-size:.75rem}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;text-align:left;color:#4b5563;text-decoration:none;font-size:.875rem;cursor:pointer;transition:background .15s}.dropdown-item:hover{background:#f3f4f6}.dropdown-item svg{opacity:.6}.dropdown-divider{height:1px;background:#e5e7eb;margin:.25rem 0}.logout-btn{color:#ef4444}.logout-btn:hover{background:#fef2f2}.mobile-menu-btn{display:none}.mobile-nav{display:none;border-top:1px solid #e5e7eb;padding:1rem}.mobile-nav-link{display:block;padding:.75rem 1rem;color:#4b5563;text-decoration:none;font-weight:500;border-radius:8px;transition:background .15s;background:transparent;border:none;width:100%;text-align:left;cursor:pointer;font-size:1rem}.mobile-nav-link:hover{background:#f3f4f6}.mobile-nav-link.logout{color:#ef4444}@media (max-width: 768px){.desktop-nav{display:none}.mobile-menu-btn{display:flex}.mobile-nav{display:block}.user-name{display:none}.user-dropdown{position:fixed;top:auto;right:1rem;left:1rem;width:auto}.search-btn{display:none}}.chat-widget{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000}.chat-toggle{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #3b82f666;transition:transform .2s,box-shadow .2s;position:relative}.chat-toggle:hover{transform:scale(1.05);box-shadow:0 6px 24px #3b82f680}.chat-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;background:#ef4444;color:#fff;font-size:.625rem;font-weight:700;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 4px}.chat-window{position:absolute;bottom:70px;right:0;width:380px;max-width:calc(100vw - 2rem);height:500px;max-height:calc(100vh - 100px);background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;overflow:hidden;animation:chat-appear .2s ease}@keyframes chat-appear{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.chat-header-info{display:flex;align-items:center;gap:.75rem}.chat-avatar{width:40px;height:40px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}.chat-header h3{margin:0;font-size:1rem;font-weight:600}.chat-status{display:flex;align-items:center;gap:.375rem;font-size:.75rem;opacity:.9}.status-dot{width:8px;height:8px;background:#10b981;border-radius:50%}.chat-clear{background:#fff3;border:none;border-radius:8px;padding:.5rem;color:#fff;cursor:pointer;transition:background .15s}.chat-clear:hover{background:#ffffff4d}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.chat-welcome{text-align:center;padding:2rem 1rem}.welcome-icon{width:64px;height:64px;margin:0 auto 1rem;background:linear-gradient(135deg,#eff6ff,#f5f3ff);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#3b82f6}.chat-welcome h4{margin:0 0 .5rem;color:#1f2937}.chat-welcome p{margin:0 0 1.5rem;color:#6b7280;font-size:.875rem}.quick-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.quick-action-btn{padding:.5rem 1rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;font-size:.8125rem;color:#4b5563;cursor:pointer;transition:all .15s}.quick-action-btn:hover{background:#3b82f6;border-color:#3b82f6;color:#fff}.chat-message{display:flex;gap:.5rem;max-width:85%}.chat-message.user{align-self:flex-end;flex-direction:row-reverse}.chat-message.assistant{align-self:flex-start}.message-avatar{width:28px;height:28px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.message-content{padding:.75rem 1rem;border-radius:12px;font-size:.875rem;line-height:1.5}.chat-message.user .message-content{background:#3b82f6;color:#fff;border-bottom-right-radius:4px}.chat-message.assistant .message-content{background:#f3f4f6;color:#1f2937;border-bottom-left-radius:4px}.chat-message.error .message-content{background:#fef2f2;color:#991b1b}.message-products{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.mini-product-card{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#fff;border-radius:8px;text-decoration:none;transition:box-shadow .15s}.mini-product-card:hover{box-shadow:0 2px 8px #0000001a}.mini-product-card img{width:40px;height:40px;-o-object-fit:cover;object-fit:cover;border-radius:4px}.mini-product-info{display:flex;flex-direction:column}.mini-product-name{font-size:.75rem;font-weight:500;color:#1f2937}.mini-product-price{font-size:.75rem;color:#3b82f6;font-weight:600}.message-actions{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem}.action-btn{padding:.375rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:16px;font-size:.75rem;color:#4b5563;cursor:pointer;transition:all .15s}.action-btn:hover{background:#3b82f6;border-color:#3b82f6;color:#fff}.typing-indicator{display:flex;align-items:center;gap:4px}.typing-indicator span{width:8px;height:8px;background:#9ca3af;border-radius:50%;animation:typing-bounce 1s ease-in-out infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.chat-input-form{display:flex;gap:.5rem;padding:1rem;border-top:1px solid #e5e7eb;background:#f9fafb}.chat-input{flex:1;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:24px;font-size:.875rem;outline:none;transition:border-color .15s}.chat-input:focus{border-color:#3b82f6}.chat-send-btn{width:40px;height:40px;background:#3b82f6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.chat-send-btn:hover:not(:disabled){background:#2563eb}.chat-send-btn:disabled{background:#d1d5db;cursor:not-allowed}@media (max-width: 640px){.chat-widget{bottom:1rem;right:1rem}.chat-window{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0}.chat-toggle{width:48px;height:48px}}.product-card{background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;transition:transform .2s,box-shadow .2s;border:1px solid #e5e7eb}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.product-image-container{position:relative;aspect-ratio:1;background:#f9fafb;overflow:hidden}.product-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.product-card:hover .product-image{transform:scale(1.05)}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#d1d5db}.product-badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.5rem}.badge{padding:.25rem .5rem;border-radius:4px;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.badge-sale{background:#ef4444;color:#fff}.badge-low{background:#f59e0b;color:#fff}.badge-out{background:#6b7280;color:#fff}.quick-add-btn{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:#3b82f6f2;color:#fff;border:none;font-weight:600;font-size:.875rem;cursor:pointer;transform:translateY(100%);transition:transform .2s,background .2s}.product-card:hover .quick-add-btn{transform:translateY(0)}.quick-add-btn:hover{background:#2563eb}.quick-add-btn.loading{pointer-events:none}.quick-add-btn.added{background:#10b981}.quick-add-btn .spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.product-info{padding:1rem}.product-category{display:inline-block;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;margin-bottom:.25rem}.product-name{font-size:.9375rem;font-weight:600;color:#1f2937;margin:0 0 .25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.product-sku{font-size:.75rem;color:#9ca3af;display:block;margin-bottom:.5rem}.product-price-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.5rem}.product-price{font-size:1.125rem;font-weight:700;color:#1f2937}.product-original-price{font-size:.875rem;color:#9ca3af;text-decoration:line-through}.product-stock{font-size:.75rem}.stock-in{display:flex;align-items:center;gap:.375rem;color:#10b981}.stock-dot{width:6px;height:6px;background:currentColor;border-radius:50%}.stock-out{color:#6b7280}@media (max-width: 640px){.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-info{padding:.75rem}.product-name{font-size:.8125rem}.product-price{font-size:1rem}.quick-add-btn{transform:translateY(0);padding:.5rem;font-size:.75rem}}.home-page{min-height:100vh;background:var(--color-bg-primary)}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.hero-section{position:relative;padding:4rem 1rem;background:linear-gradient(135deg,#1e3a8a 0%,var(--color-primary) 50%,#8b5cf6 100%);color:#fff;overflow:hidden}.hero-content{position:relative;max-width:640px;margin:0 auto;text-align:center;z-index:1}.hero-title{font-size:2.5rem;font-weight:800;margin:0 0 1rem;line-height:1.2}.hero-highlight{display:block;background:linear-gradient(135deg,#fbbf24,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.125rem;opacity:.9;margin:0 0 2rem;line-height:1.6}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-decoration{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-circle{position:absolute;border-radius:50%;background:#ffffff1a}.hero-circle-1{width:300px;height:300px;top:-100px;right:-50px}.hero-circle-2{width:200px;height:200px;bottom:-50px;left:10%}.hero-circle-3{width:150px;height:150px;top:40%;left:-30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;text-decoration:none;cursor:pointer;transition:all .2s;border:2px solid transparent}.btn-primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn-primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark)}.btn-outline{background:transparent;color:#fff;border-color:#ffffff80}.btn-outline:hover{background:#ffffff1a;border-color:#fff}.btn-white{background:#fff;color:var(--color-primary-dark)}.btn-white:hover{background:var(--color-bg-secondary)}.btn-outline-white{background:transparent;color:#fff;border-color:#ffffff80}.btn-outline-white:hover{background:#ffffff1a;border-color:#fff}.section-title{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin:0 0 1.5rem}.section-title.text-center{text-align:center}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.view-all-link{display:flex;align-items:center;gap:.375rem;color:var(--color-primary);text-decoration:none;font-weight:500;font-size:.875rem}.view-all-link:hover{color:var(--color-primary-dark)}.categories-section{padding:3rem 0;background:var(--color-bg-secondary)}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.category-card{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;background:var(--color-card-bg);border-radius:12px;text-decoration:none;border:1px solid var(--color-border-primary);transition:all .2s}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--color-primary)}.category-icon{width:56px;height:56px;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--color-primary);margin-bottom:.75rem}.category-name{font-weight:600;color:var(--color-text-primary);text-align:center;font-size:.875rem}.category-count{font-size:.75rem;color:var(--color-text-secondary);margin-top:.25rem}.popular-section{padding:3rem 0}.loading-grid,.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.product-skeleton{background:var(--color-bg-secondary);border-radius:12px;overflow:hidden}.empty-state{text-align:center;padding:3rem;color:var(--color-text-secondary)}.empty-state p{margin:0 0 1rem}.features-section{padding:3rem 0;background:var(--color-bg-secondary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:2rem}.feature-card{padding:1.5rem;background:var(--color-card-bg);border-radius:12px;border:1px solid var(--color-border-primary);text-align:center}.feature-icon{width:64px;height:64px;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--color-primary);margin:0 auto 1rem}.feature-card h3{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .5rem}.feature-card p{font-size:.875rem;color:var(--color-text-secondary);margin:0;line-height:1.5}.cta-section{padding:4rem 0;background:linear-gradient(135deg,#1e3a8a,var(--color-primary));color:#fff}.cta-content{text-align:center;max-width:640px;margin:0 auto}.cta-content h2{font-size:2rem;font-weight:700;margin:0 0 1rem}.cta-content p{font-size:1.125rem;opacity:.9;margin:0 0 2rem}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.hero-section{padding:3rem 1rem}.hero-title{font-size:2rem}.categories-grid{grid-template-columns:repeat(3,1fr)}.features-grid{grid-template-columns:1fr 1fr}.cta-content h2{font-size:1.5rem}}@media (max-width: 480px){.hero-title{font-size:1.75rem}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.categories-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr}.cta-actions{flex-direction:column}.cta-actions .btn{width:100%}}.products-page{min-height:calc(100vh - 64px);background:var(--color-bg-secondary)}.products-container{display:grid;grid-template-columns:240px 1fr;gap:2rem;max-width:1400px;margin:0 auto;padding:2rem 1rem}.products-sidebar{position:sticky;top:80px;height:-moz-fit-content;height:fit-content}.sidebar-section{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid var(--color-border-primary)}.sidebar-title{font-size:.875rem;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 1rem}.category-list{display:flex;flex-direction:column;gap:.25rem}.category-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem .75rem;background:transparent;border:none;border-radius:6px;font-size:.875rem;color:#4b5563;text-align:left;cursor:pointer;transition:all .15s}.category-btn:hover{background:var(--color-bg-secondary)}.category-btn.active{background:#eff6ff;color:var(--color-primary);font-weight:500}.category-count{font-size:.75rem;color:#9ca3af}.products-main{min-width:0}.search-bar{display:flex;align-items:center;background:#fff;border:1px solid var(--color-border-primary);border-radius:12px;padding:.5rem;margin-bottom:1.5rem}.search-icon{margin:0 .75rem;color:#9ca3af}.search-input{flex:1;padding:.5rem 0;border:none;font-size:.9375rem;outline:none}.search-btn{padding:.5rem 1rem;background:var(--color-primary);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:background .15s}.search-btn:hover{background:var(--color-primary-dark)}.results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.results-count{font-size:.875rem;color:var(--color-text-secondary)}.results-filter{font-weight:500;color:var(--color-text-primary)}.clear-filters{padding:.375rem .75rem;background:#fee2e2;color:#dc2626;border:none;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:background .15s}.clear-filters:hover{background:#fecaca}.loading-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.product-skeleton{background:#fff;border-radius:12px;overflow:hidden;border:1px solid var(--color-border-primary)}.skeleton-image{aspect-ratio:1;background:linear-gradient(90deg,var(--color-border-primary) 25%,var(--color-bg-secondary) 50%,var(--color-border-primary) 75%);background-size:200% 100%;animation:skeleton-pulse 1.5s infinite}.skeleton-text{height:16px;margin:1rem;border-radius:4px;background:linear-gradient(90deg,var(--color-border-primary) 25%,var(--color-bg-secondary) 50%,var(--color-border-primary) 75%);background-size:200% 100%;animation:skeleton-pulse 1.5s infinite}.skeleton-text.short{width:60%}@keyframes skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;padding:1rem}.page-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#fff;border:1px solid var(--color-border-primary);border-radius:8px;font-size:.875rem;color:#4b5563;cursor:pointer;transition:all .15s}.page-btn:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-numbers{display:flex;gap:.25rem}.page-num{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--color-border-primary);border-radius:8px;font-size:.875rem;color:#4b5563;cursor:pointer;transition:all .15s}.page-num:hover{border-color:var(--color-primary);color:var(--color-primary)}.page-num.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.empty-state{text-align:center;padding:4rem 2rem;color:var(--color-text-secondary)}.empty-state svg{margin-bottom:1rem;color:#d1d5db}.empty-state h3{font-size:1.25rem;color:var(--color-text-primary);margin:0 0 .5rem}.empty-state p{margin:0 0 1.5rem}@media (max-width: 768px){.products-container{grid-template-columns:1fr;padding:1rem}.products-sidebar{position:relative;top:0}.sidebar-section{padding:1rem}.category-list{flex-direction:row;flex-wrap:wrap}.category-btn{padding:.375rem .75rem;font-size:.8125rem}.product-grid,.loading-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.pagination{flex-wrap:wrap}}.cart-item{display:grid;grid-template-columns:80px 1fr auto auto auto;gap:1rem;align-items:center;padding:1rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;transition:opacity .2s}.cart-item.updating{opacity:.6;pointer-events:none}.cart-item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f9fafb;flex-shrink:0}.cart-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cart-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#d1d5db}.cart-item-details{min-width:0}.cart-item-name{display:block;font-weight:600;color:#1f2937;text-decoration:none;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item-name:hover{color:#3b82f6}.cart-item-sku{display:block;font-size:.75rem;color:#9ca3af;margin-bottom:.25rem}.cart-item-unit-price{font-size:.875rem;color:#6b7280}.cart-item-quantity{display:flex;align-items:center;gap:.5rem;background:#f3f4f6;border-radius:8px;padding:.25rem}.qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#4b5563;cursor:pointer;transition:all .15s}.qty-btn:hover:not(:disabled){background:#3b82f6;border-color:#3b82f6;color:#fff}.qty-btn:disabled{opacity:.5;cursor:not-allowed}.qty-value{min-width:32px;text-align:center;font-weight:600;color:#1f2937}.cart-item-total{text-align:right;min-width:80px}.total-label{display:block;font-size:.75rem;color:#9ca3af;margin-bottom:.125rem}.total-value{font-size:1.125rem;font-weight:700;color:#1f2937}.cart-item-remove{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;color:#9ca3af;cursor:pointer;transition:all .15s}.cart-item-remove:hover:not(:disabled){background:#fef2f2;color:#ef4444}.cart-item-remove:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.cart-item{grid-template-columns:60px 1fr;grid-template-rows:auto auto;gap:.75rem}.cart-item-image{width:60px;height:60px;grid-row:span 2}.cart-item-details{grid-column:2}.cart-item-quantity{grid-column:2;justify-self:start}.cart-item-total{position:absolute;top:1rem;right:1rem}.cart-item-remove{position:absolute;bottom:1rem;right:.5rem}.cart-item{position:relative;padding-right:3.5rem}}.cart-page{min-height:calc(100vh - 64px);background:var(--color-bg-secondary);padding:2rem 1rem}.cart-container{max-width:1200px;margin:0 auto}.cart-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem}.cart-header h1{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin:0}.cart-count{font-size:.875rem;color:var(--color-text-secondary)}.cart-content{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1rem}.clear-cart-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem;cursor:pointer;transition:all .15s;align-self:flex-start;margin-top:.5rem}.clear-cart-btn:hover{background:#fef2f2}.cart-summary{position:sticky;top:80px}.summary-card{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid var(--color-border-primary)}.summary-card h3{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin:0 0 1.5rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9375rem;color:#4b5563}.summary-row.total{font-size:1.25rem;font-weight:700;color:var(--color-text-primary)}.summary-divider{height:1px;background:var(--color-border-primary);margin:1rem 0}.checkout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:var(--color-primary);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s;margin-top:1.5rem}.checkout-btn:hover{background:var(--color-primary-dark)}.guest-note{text-align:center;font-size:.8125rem;color:var(--color-text-secondary);margin:1rem 0 0}.guest-note a{color:var(--color-primary);text-decoration:none;font-weight:500}.guest-note a:hover{text-decoration:underline}.summary-features{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border-primary);display:flex;flex-direction:column;gap:.75rem}.feature{display:flex;align-items:center;gap:.75rem;font-size:.8125rem;color:var(--color-text-secondary)}.feature svg{color:var(--color-success);flex-shrink:0}.empty-cart{text-align:center;padding:4rem 2rem}.empty-cart-icon{width:100px;height:100px;margin:0 auto 1.5rem;background:var(--color-bg-secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d1d5db}.empty-cart h2{font-size:1.5rem;color:var(--color-text-primary);margin:0 0 .5rem}.empty-cart p{color:var(--color-text-secondary);margin:0 0 2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;text-decoration:none;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-dark)}.btn-lg{padding:1rem 2rem;font-size:1rem}.loading-state{text-align:center;padding:4rem}.spinner{width:40px;height:40px;margin:0 auto 1rem;border:3px solid var(--color-border-primary);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}.loading-state p{color:var(--color-text-secondary)}.cart-footer{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-border-primary)}.continue-shopping{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-primary);text-decoration:none;font-weight:500;font-size:.9375rem}.continue-shopping:hover{color:var(--color-primary-dark)}@media (max-width: 900px){.cart-content{grid-template-columns:1fr}.cart-summary{position:relative;top:0}}@media (max-width: 640px){.cart-page{padding:1rem}.cart-header h1{font-size:1.25rem}.summary-card{padding:1rem}}.login-page{min-height:100vh;background:var(--color-bg-secondary);display:flex;align-items:center;justify-content:center;padding:1rem}.login-container{display:grid;grid-template-columns:1fr 1fr;max-width:900px;width:100%;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.login-card{padding:3rem 2.5rem}.login-header{margin-bottom:2rem}.login-logo{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:700;margin-bottom:1.5rem}.login-header h1{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin:0 0 .5rem}.login-header p{color:var(--color-text-secondary);margin:0}.login-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:var(--color-bg-secondary);border:2px solid transparent;border-radius:10px;font-size:.875rem;font-weight:500;color:var(--color-text-secondary);cursor:pointer;transition:all .2s}.tab:hover{background:var(--color-border-primary)}.tab.active{background:#eff6ff;border-color:var(--color-primary);color:var(--color-primary)}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:#374151}.form-group input{padding:.75rem 1rem;border:1px solid var(--color-border-primary);border-radius:8px;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.form-options{display:flex;align-items:center;justify-content:space-between}.checkbox{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-secondary);cursor:pointer}.checkbox input{width:16px;height:16px;accent-color:var(--color-primary)}.forgot-link{font-size:.875rem;color:var(--color-primary);text-decoration:none}.forgot-link:hover{text-decoration:underline}.submit-btn{padding:.875rem;background:var(--color-primary);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center}.otp-message{font-size:.875rem;color:var(--color-text-secondary);margin:0;padding:.75rem;background:var(--color-bg-secondary);border-radius:8px}.otp-message strong{color:var(--color-text-primary)}.resend-btn{padding:.5rem;background:transparent;border:none;color:var(--color-primary);font-size:.875rem;cursor:pointer;transition:color .15s}.resend-btn:hover:not(:disabled){color:var(--color-primary-dark);text-decoration:underline}.resend-btn:disabled{color:#9ca3af;cursor:not-allowed}.login-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border-primary);text-align:center}.login-footer p{color:var(--color-text-secondary);margin:0;font-size:.875rem}.login-footer a{color:var(--color-primary);font-weight:500;text-decoration:none}.login-footer a:hover{text-decoration:underline}.login-panel{background:linear-gradient(135deg,#1e3a8a,var(--color-primary));color:#fff;display:flex;align-items:center;justify-content:center;padding:3rem}.panel-content h2{font-size:1.75rem;font-weight:700;margin:0 0 2rem}.benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.benefits-list li{display:flex;align-items:center;gap:.75rem;font-size:1rem}@media (max-width: 768px){.login-container{grid-template-columns:1fr}.login-panel{display:none}.login-card{padding:2rem 1.5rem}}.register-page{min-height:100vh;background:var(--color-bg-secondary);display:flex;align-items:center;justify-content:center;padding:1rem}.register-container{display:grid;grid-template-columns:1fr 380px;max-width:1000px;width:100%;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.register-card{padding:2.5rem;overflow-y:auto;max-height:90vh}.register-header{margin-bottom:1.5rem}.register-logo{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:700;margin-bottom:1.5rem}.logo-icon{background:linear-gradient(135deg,var(--color-primary),#8b5cf6);color:#fff;padding:.25rem .5rem;border-radius:6px;font-size:.875rem}.logo-text{color:var(--color-text-primary);font-size:1.25rem}.register-header h1{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin:0 0 .5rem}.register-header p{color:var(--color-text-secondary);margin:0;font-size:.9375rem}.error-alert{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;color:#dc2626;border-radius:8px;font-size:.875rem;margin-bottom:1.5rem}.register-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.8125rem;font-weight:500;color:#374151}.form-group input{padding:.625rem .875rem;border:1px solid var(--color-border-primary);border-radius:8px;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.form-group input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #3b82f61a}.form-group input.error{border-color:var(--color-error)}.form-group input.error:focus{box-shadow:0 0 0 3px #ef44441a}.field-error{font-size:.75rem;color:var(--color-error)}.field-hint{font-size:.75rem;color:#9ca3af}.terms-checkbox{margin-top:.5rem}.checkbox{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;color:var(--color-text-secondary);cursor:pointer}.checkbox input{width:16px;height:16px;accent-color:var(--color-primary);margin-top:2px}.checkbox a{color:var(--color-primary);text-decoration:none}.checkbox a:hover{text-decoration:underline}.submit-btn{padding:.875rem;background:var(--color-primary);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center;margin-top:.5rem}.submit-btn:hover:not(:disabled){background:var(--color-primary-dark)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.register-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border-primary);text-align:center}.register-footer p{color:var(--color-text-secondary);margin:0;font-size:.875rem}.register-footer a{color:var(--color-primary);font-weight:500;text-decoration:none}.register-footer a:hover{text-decoration:underline}.register-panel{background:linear-gradient(135deg,#1e3a8a,var(--color-primary));color:#fff;display:flex;align-items:center;justify-content:center;padding:2.5rem}.panel-content h2{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem}.benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.benefits-list li{display:flex;align-items:center;gap:.75rem;font-size:.9375rem}.benefits-list svg{color:var(--color-success);flex-shrink:0}@media (max-width: 900px){.register-container{grid-template-columns:1fr;max-width:500px}.register-panel{display:none}.register-card{padding:2rem 1.5rem;max-height:none}}@media (max-width: 480px){.form-row{grid-template-columns:1fr}}.portal-layout *,.auth-layout *{box-sizing:border-box}.portal-layout{min-height:100vh;display:flex;flex-direction:column;background:#fff}.portal-main{flex:1}.auth-layout{min-height:100vh}.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f9fafb}.loading-screen .spinner{width:48px;height:48px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.loading-screen p{color:#6b7280;font-size:.9375rem}.placeholder-page{min-height:calc(100vh - 64px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background:#f9fafb}.placeholder-page h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.placeholder-page p{color:#6b7280;margin:0}.portal-layout h1,.portal-layout h2,.portal-layout h3,.portal-layout h4,.portal-layout h5,.portal-layout h6{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.portal-layout a{color:inherit}.portal-layout button:focus-visible,.portal-layout input:focus-visible,.portal-layout a:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}html{scroll-behavior:smooth}.portal-layout ::-webkit-scrollbar{width:8px;height:8px}.portal-layout ::-webkit-scrollbar-track{background:#f1f1f1}.portal-layout ::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.portal-layout ::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.auth-page-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-page-content{width:100%;max-width:420px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;padding:40px}.auth-page-header{text-align:center;margin-bottom:32px}.auth-logo{font-size:36px;margin-bottom:16px;font-weight:700;color:#4f46e5}.auth-page-header h1{font-size:28px;font-weight:700;color:#1f2937;margin:0 0 8px}.auth-page-header p{color:#6b7280;font-size:14px;margin:0}.auth-form{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.form-group{display:flex;flex-direction:column}.form-group label{font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.form-group input{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:all .2s}.form-group input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-group input:disabled{background-color:#f3f4f6;cursor:not-allowed}.auth-error{padding:12px;background-color:#fee2e2;color:#991b1b;border-radius:6px;font-size:13px;border:1px solid #fecaca}.auth-button{padding:10px 16px;background-color:#4f46e5;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.auth-button:hover:not(:disabled){background-color:#4338ca}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-page-footer{text-align:center;padding-top:24px;border-top:1px solid #e5e7eb}.auth-page-footer p{margin:0;font-size:13px;color:#6b7280}.auth-page-footer a{color:#4f46e5;text-decoration:none;font-weight:600;transition:color .2s}.auth-page-footer a:hover{color:#4338ca}@media (max-width: 480px){.auth-page-content{padding:24px}.auth-page-header h1{font-size:24px}.auth-logo{font-size:32px}}:root[data-theme=light],:root{--color-primary: #3b82f6;--color-primary-dark: #1d4ed8;--color-primary-light: #93c5fd;--color-bg-primary: #ffffff;--color-bg-secondary: #f9fafb;--color-bg-tertiary: #f3f4f6;--color-bg-hover: #f0f4f8;--color-bg-active: #e0e7ff;--color-text-primary: #1e293b;--color-text-secondary: #64748b;--color-text-tertiary: #94a3b8;--color-text-inverse: #ffffff;--color-border-primary: #e2e8f0;--color-border-secondary: #cbd5e1;--color-border-dark: #94a3b8;--color-success: #16a34a;--color-success-light: #dcfce7;--color-error: #dc2626;--color-error-light: #fee2e2;--color-warning: #d97706;--color-warning-light: #fef3c7;--color-info: #0284c7;--color-info-light: #cffafe;--color-header-bg: #ffffff;--color-header-border: #e2e8f0;--color-sidebar-bg: #ffffff;--color-sidebar-text: #64748b;--color-sidebar-hover: #f0f4f8;--color-sidebar-active: #e0e7ff;--color-input-bg: #ffffff;--color-input-border: #e2e8f0;--color-input-focus: #3b82f6;--color-button-bg: #ffffff;--color-button-border: #e2e8f0;--color-card-bg: #ffffff;--color-card-border: #e2e8f0;--color-modal-overlay: rgba(0, 0, 0, .5);--color-modal-bg: #ffffff;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--transition-fast: .15s ease-in-out;--transition-base: .2s ease-in-out;--transition-slow: .3s ease-in-out;color-scheme:light}:root[data-theme=dark]{--color-primary: #60a5fa;--color-primary-dark: #3b82f6;--color-primary-light: #93c5fd;--color-bg-primary: #0f172a;--color-bg-secondary: #1e293b;--color-bg-tertiary: #334155;--color-bg-hover: #1e293b;--color-bg-active: #1e40af;--color-text-primary: #f1f5f9;--color-text-secondary: #cbd5e1;--color-text-tertiary: #94a3b8;--color-text-inverse: #0f172a;--color-border-primary: #334155;--color-border-secondary: #475569;--color-border-dark: #64748b;--color-success: #22c55e;--color-success-light: #166534;--color-error: #ef4444;--color-error-light: #7f1d1d;--color-warning: #f59e0b;--color-warning-light: #78350f;--color-info: #06b6d4;--color-info-light: #164e63;--color-header-bg: #1e293b;--color-header-border: #334155;--color-sidebar-bg: #1e293b;--color-sidebar-text: #cbd5e1;--color-sidebar-hover: #334155;--color-sidebar-active: #1e40af;--color-input-bg: #334155;--color-input-border: #475569;--color-input-focus: #60a5fa;--color-button-bg: #334155;--color-button-border: #475569;--color-card-bg: #1e293b;--color-card-border: #334155;--color-modal-overlay: rgba(0, 0, 0, .8);--color-modal-bg: #1e293b;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .5);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .6);--transition-fast: .15s ease-in-out;--transition-base: .2s ease-in-out;--transition-slow: .3s ease-in-out;color-scheme:dark}*{transition:background-color var(--transition-base),color var(--transition-base),border-color var(--transition-base)}html.no-transition *{transition:none!important}html,body{background-color:var(--color-bg-primary);color:var(--color-text-primary)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1a202c}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:2rem}.app-title{font-size:1.8rem;font-weight:700;margin:0}.system-status{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-indicator{font-size:.8rem}.status-text{font-size:.9rem;font-weight:500}.main-nav{display:flex;gap:1rem}.nav-link{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:6px;transition:background-color .2s;font-weight:500}.nav-link:hover{background-color:#ffffff1a}.app-main{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.dashboard{display:flex;flex-direction:column;gap:2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dashboard-header h2{font-size:2rem;color:#2d3748}.last-update{color:#718096;font-size:.9rem}.loading{display:flex;justify-content:center;align-items:center;min-height:400px}.loading-spinner{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;width:100%;color:#718096}.spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.department-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.department-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.department-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.department-name{font-size:1.2rem;font-weight:600;color:#2d3748}.efficiency-badge{padding:.25rem .75rem;border-radius:20px;font-size:.9rem;font-weight:600}.efficiency-badge.high{background-color:#c6f6d5;color:#22543d}.efficiency-badge.medium{background-color:#faf089;color:#744210}.efficiency-badge.low{background-color:#fed7d7;color:#742a2a}.metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.metric{display:flex;flex-direction:column;align-items:center;padding:.75rem;background:#f7fafc;border-radius:8px}.metric-label{font-size:.8rem;color:#718096;margin-bottom:.25rem}.metric-value{font-size:1.5rem;font-weight:700;color:#2d3748}.charts-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:2rem}.chart-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.chart-container h3{margin-bottom:1rem;color:#2d3748;font-size:1.1rem}.recent-activity{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.recent-activity h3{margin-bottom:1rem;color:#2d3748}.events-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.event-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-radius:8px;transition:background-color .2s}.event-item:hover{background-color:#f7fafc}.event-item.task{border-left:3px solid #3182ce}.event-item.supervision{border-left:3px solid #ed8936}.event-item.worker{border-left:3px solid #38a169}.event-icon{font-size:1.2rem;margin-top:.125rem}.event-content{flex:1}.event-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.event-action{font-weight:600;color:#2d3748;text-transform:capitalize}.event-time{font-size:.8rem;color:#718096}.event-details{display:flex;gap:1rem;font-size:.85rem;color:#4a5568}.event-department,.event-task,.event-worker{background:#edf2f7;padding:.2rem .5rem;border-radius:4px}.system-summary{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.system-summary h3{margin-bottom:1rem;color:#2d3748}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.summary-item{text-align:center;padding:1rem;background:#f7fafc;border-radius:8px}.summary-item h4{font-size:.9rem;color:#718096;margin-bottom:.5rem}.summary-item p{font-size:1.2rem;font-weight:600;color:#2d3748}.notifications-container{position:fixed;top:1rem;right:1rem;z-index:1000;display:flex;flex-direction:column;gap:.5rem;max-width:400px}.notification{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 4px 12px #00000026;border-left:4px solid;animation:slideIn .3s ease-out}.notification-error{border-left-color:#e53e3e}.notification-warning{border-left-color:#dd6b20}.notification-info{border-left-color:#3182ce}.notification-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.notification-header h4{font-size:1rem;color:#2d3748;margin:0}.notification-close{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#718096;padding:0;line-height:1}.notification-close:hover{color:#2d3748}.notification p{color:#4a5568;margin:0 0 .5rem;font-size:.9rem}.notification small{color:#718096;font-size:.8rem}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.app-footer{background:#2d3748;color:#fff;padding:1rem 0;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.tasks-view{display:flex;flex-direction:column;gap:1.5rem}.tasks-header{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000000d}.tasks-filters{display:flex;gap:1rem;align-items:center}.filter-select{padding:.5rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:.9rem}.create-task-btn{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;transition:background-color .2s}.create-task-btn:hover{background:#5a67d8}.tasks-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 4px #0000000d}.table{width:100%;border-collapse:collapse}.table th{background:#f7fafc;padding:1rem;text-align:left;font-weight:600;color:#4a5568;border-bottom:1px solid #e2e8f0}.table td{padding:1rem;border-bottom:1px solid #e2e8f0}.table tr:last-child td{border-bottom:none}.table tr:hover{background-color:#f7fafc}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;text-transform:uppercase}.status-badge.pending{background:#fed7c3;color:#c05621}.status-badge.running{background:#bee3f8;color:#2c5282}.status-badge.completed{background:#c6f6d5;color:#22543d}.status-badge.failed{background:#fed7d7;color:#742a2a}.priority-badge{padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:600}.priority-badge.high{background:#fed7d7;color:#742a2a}.priority-badge.medium{background:#faf089;color:#744210}.priority-badge.low{background:#c6f6d5;color:#22543d}.department-view{display:flex;flex-direction:column;gap:2rem}.department-selector{display:flex;gap:1rem;margin-bottom:1rem}.dept-tab{padding:.75rem 1.5rem;border:2px solid transparent;border-radius:6px;background:#fff;cursor:pointer;font-weight:600;transition:all .2s;text-decoration:none;color:#4a5568}.dept-tab.active{border-color:#667eea;background:#667eea;color:#fff}.dept-tab:hover{background:#f7fafc;border-color:#cbd5e0}.dept-tab.active:hover{background:#5a67d8}.department-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000000d;text-align:center}.stat-value{font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.stat-label{color:#718096;font-size:.9rem}.analytics-view{display:flex;flex-direction:column;gap:2rem}.analytics-filters{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000000d;display:flex;gap:1rem;align-items:center}.analytics-charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-title{font-size:1.5rem;color:#2d3748;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#718096;padding:0}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;color:#4a5568}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.form-textarea{resize:vertical;min-height:100px}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.btn{padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s;border:1px solid transparent}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5a67d8}.btn-secondary{background:#fff;color:#4a5568;border-color:#d1d5db}.btn-secondary:hover{background:#f7fafc}.login-modal{max-width:400px;color-scheme:dark}.login-modal .form-input,.login-modal .form-select,.login-modal .form-textarea{background:#3f3f3f;color:#f8fafc;border-color:#4b5563;caret-color:#fff}.login-modal .form-input::-moz-placeholder,.login-modal .form-textarea::-moz-placeholder{color:#cbd5e1;opacity:1}.login-modal .form-input::placeholder,.login-modal .form-textarea::placeholder{color:#cbd5e1;opacity:1}.login-modal .form-input:focus,.login-modal .form-select:focus,.login-modal .form-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f129}.login-modal .form-input:-webkit-autofill,.login-modal .form-input:-webkit-autofill:hover,.login-modal .form-input:-webkit-autofill:focus,.login-modal .form-input:-webkit-autofill:active{-webkit-text-fill-color:#f8fafc;box-shadow:0 0 0 1000px #3f3f3f inset;caret-color:#fff}.login-form{display:flex;flex-direction:column;gap:1.5rem}.error-message{display:flex;align-items:center;gap:.5rem;background:#fed7d7;color:#742a2a;padding:.75rem;border-radius:6px;font-size:.9rem}.error-icon{font-size:1rem}.login-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.demo-info{background:#f7fafc;padding:1rem;border-radius:6px;font-size:.8rem;color:#4a5568;line-height:1.4;margin-top:1rem}.user-profile{position:relative}.profile-trigger{display:flex;align-items:center;gap:.75rem;background:#ffffff1a;border:none;padding:.5rem 1rem;border-radius:8px;color:#fff;cursor:pointer;transition:background-color .2s}.profile-trigger:hover{background:#fff3}.user-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#fff;font-weight:700}.user-avatar.large{width:48px;height:48px;font-size:1.5rem}.user-info{display:flex;flex-direction:column;text-align:left}.user-name{font-weight:600;font-size:.9rem}.user-role{font-size:.8rem;opacity:.8}.dropdown-arrow{font-size:.7rem;transition:transform .2s}.dropdown-arrow.open{transform:rotate(180deg)}.profile-dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;border:1px solid #e2e8f0;min-width:280px;z-index:1000;overflow:hidden;animation:dropdownSlide .2s ease-out}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;gap:1rem}.user-details h4{margin:0 0 .25rem;font-size:1.1rem}.user-email{margin:0 0 .5rem;opacity:.9;font-size:.9rem}.role-badge{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;color:#fff}.dropdown-content{padding:1rem}.user-departments h5{margin:0 0 .5rem;font-size:.9rem;color:#4a5568}.dept-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.dept-tag{background:#edf2f7;color:#4a5568;padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.profile-stats{display:flex;flex-direction:column;gap:.5rem}.stat-item{display:flex;justify-content:space-between;align-items:center}.stat-label{font-size:.8rem;color:#718096}.stat-value{font-size:.8rem;font-weight:600;color:#2d3748}.dropdown-actions{border-top:1px solid #e2e8f0;padding:.5rem}.dropdown-action{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem;background:none;border:none;text-align:left;cursor:pointer;border-radius:6px;font-size:.9rem;color:#4a5568;transition:background-color .2s}.dropdown-action:hover{background:#f7fafc}.dropdown-action.logout{color:#e53e3e}.dropdown-action.logout:hover{background:#fed7d7}.dropdown-divider{border:none;height:1px;background:#e2e8f0;margin:.5rem 0}.error-boundary{display:flex;justify-content:center;align-items:center;min-height:400px;padding:2rem}.error-content{text-align:center;max-width:500px}.error-icon{font-size:4rem;margin-bottom:1rem}.error-boundary h2{color:#2d3748;margin-bottom:1rem}.error-message{color:#718096;margin-bottom:2rem;line-height:1.5}.error-actions{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.error-details{text-align:left;margin-top:2rem;padding:1rem;background:#f7fafc;border-radius:6px}.error-details summary{cursor:pointer;font-weight:600;margin-bottom:1rem}.error-stack{font-size:.8rem;color:#4a5568}.error-stack pre{background:#fff;padding:1rem;border-radius:4px;overflow-x:auto;margin:.5rem 0}.skeleton-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.skeleton-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.skeleton-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(90deg,#f0f2f5 25%,#e4e6ea,#f0f2f5 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-text{background:linear-gradient(90deg,#f0f2f5 25%,#e4e6ea,#f0f2f5 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px;height:1rem;margin-bottom:.5rem}.skeleton-title{height:1.2rem;width:60%}.skeleton-line{width:100%}.skeleton-line.short{width:60%}.skeleton-line.medium{width:80%}.skeleton-header{height:.8rem;width:30%}.skeleton-cell{height:.9rem;width:80%}@keyframes skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 4px #0000000d}.skeleton-table-header{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;padding:1rem;background:#f7fafc;border-bottom:1px solid #e2e8f0}.skeleton-table-row{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;padding:1rem;border-bottom:1px solid #e2e8f0}.spinner.small{width:16px;height:16px;border-width:2px}.spinner.inline{display:inline-block;margin:0 .5rem}.spinner.large{width:48px;height:48px;border-width:4px}.loading-overlay-container{position:relative}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;justify-content:center;align-items:center;z-index:100}.loading-content{text-align:center}.retry-container{display:flex;justify-content:center;align-items:center;min-height:200px;padding:2rem}.retry-content{text-align:center;max-width:400px}.retry-icon{font-size:3rem;margin-bottom:1rem}.retry-content h3{color:#2d3748;margin-bottom:.5rem}.error-details{color:#718096;margin-bottom:1.5rem;font-size:.9rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;padding:2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.6}.empty-title{color:#2d3748;margin-bottom:.5rem;font-size:1.2rem}.empty-description{color:#718096;margin-bottom:1.5rem;max-width:300px;line-height:1.5}.content-loader{padding:1rem 0}.content-line{height:1rem;background:linear-gradient(90deg,#f0f2f5 25%,#e4e6ea,#f0f2f5 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px;margin-bottom:.75rem}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;padding:0 1rem}.main-nav{order:-1}.app-main{padding:1rem}.department-cards,.charts-row,.analytics-charts{grid-template-columns:1fr}.notifications-container{left:1rem;right:1rem;max-width:none}.tasks-header{flex-direction:column;gap:1rem;align-items:stretch}.tasks-filters{flex-wrap:wrap}.footer-content{flex-direction:column;gap:.5rem;text-align:center}.profile-dropdown{right:auto;left:0;min-width:260px}.welcome-features{grid-template-columns:1fr}}.welcome-screen{display:flex;justify-content:center;align-items:center;min-height:70vh;padding:2rem}.welcome-content{text-align:center;max-width:800px}.welcome-content h2{font-size:2.5rem;color:#2d3748;margin-bottom:1rem}.welcome-content>p{font-size:1.1rem;color:#718096;margin-bottom:3rem;line-height:1.6}.welcome-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.feature-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:transform .2s}.feature-item:hover{transform:translateY(-2px)}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.feature-item h3{color:#2d3748;margin-bottom:.5rem;font-size:1.2rem}.feature-item p{color:#718096;line-height:1.5;margin:0}.btn-large{padding:1rem 2rem;font-size:1.1rem;font-weight:600}.header-right{display:flex;align-items:center;gap:1rem}.auth-section{display:flex;align-items:center}.app.with-sidebar{flex-direction:row}.sidebar{width:260px;min-height:100vh;background:var(--color-sidebar-bg, #fff);color:var(--color-text-primary, #0f172a);display:flex;flex-direction:column;position:fixed;left:0;top:0;bottom:0;z-index:100;transition:width .3s ease;border-right:1px solid var(--color-border-primary, #e2e8f0);box-shadow:1px 0 3px #0f172a0f}.sidebar.collapsed{width:70px}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1rem;border-bottom:1px solid var(--color-border-primary, #e2e8f0)}.sidebar-logo{display:flex;align-items:center;gap:.75rem}.logo-icon{font-size:1.75rem}.logo-text{font-size:1.25rem;font-weight:700;color:var(--color-text-primary, #0f172a);white-space:nowrap}.sidebar-toggle{background:var(--color-bg-tertiary, #f3f4f6);border:none;color:var(--color-text-secondary, #64748b);width:28px;height:28px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.sidebar-toggle:hover{background:var(--color-bg-hover, #f0f4f8)}.sidebar-status{padding:1rem;border-bottom:1px solid var(--color-border-primary, #e2e8f0)}.status-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;font-size:.85rem}.status-badge.healthy{background:#dcfce7;color:#16a34a}.status-badge.unhealthy{background:#fee2e2;color:#dc2626}.status-dot{width:8px;height:8px;border-radius:50%;background:currentColor;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.sidebar-nav{flex:1;overflow-y:auto;padding:.5rem 0}.nav-section{margin-bottom:.5rem}.nav-section-title{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;padding:.75rem 1rem .5rem;margin:0}.nav-list{list-style:none;padding:0;margin:0}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#94a3b8;text-decoration:none;transition:all .2s;border-left:3px solid transparent;margin:2px 0}.nav-item:hover{background:#ffffff0d;color:#e2e8f0}.nav-item.active{background:#6366f126;color:#a5b4fc;border-left-color:#6366f1}.nav-icon{font-size:1.1rem;min-width:24px;text-align:center}.nav-label{font-size:.9rem;font-weight:500;white-space:nowrap}.sidebar-domain{margin-bottom:.25rem}.domain-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background:transparent;border:none;border-left:3px solid transparent;color:var(--color-text-primary, #0f172a);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:left}.domain-header:hover{background:var(--color-bg-hover, #f0f4f8);color:var(--color-text-primary, #0f172a)}.domain-header.expanded{color:var(--color-text-primary, #0f172a)}.domain-icon{font-size:1.1rem;min-width:24px;text-align:center}.domain-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.domain-toggle{font-size:.7rem;margin-left:.5rem;transition:transform .2s;opacity:.6}.domain-header.expanded .domain-toggle{transform:none}.domain-submenu{list-style:none;padding:.25rem 0;margin:0;background:var(--color-bg-tertiary, #f3f4f6);animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;max-height:0;overflow:hidden}to{opacity:1;max-height:500px;overflow:visible}}.submenu-item{list-style:none}.submenu-link{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem .6rem 3rem;color:var(--color-text-secondary, #64748b);text-decoration:none;transition:all .2s;border-left:2px solid transparent;font-size:.85rem}.submenu-link:hover{background:var(--color-bg-hover, #f0f4f8);color:var(--color-text-primary, #0f172a)}.submenu-link.active{background:#e0e7ff;color:#1d4ed8;border-left-color:#2563eb;font-weight:700}.submenu-icon{font-size:1rem;min-width:20px;text-align:center}.submenu-label{font-size:.85rem;white-space:nowrap}.submenu-row{display:flex;align-items:stretch;margin:.125rem .5rem}.submenu-row .submenu-link{flex:1;margin:0;min-width:0}.submenu-link.with-toggle{border-radius:4px 0 0 4px}.submenu-expand{width:34px;border:0;border-left:1px solid transparent;border-radius:0 4px 4px 0;background:transparent;color:#64748b;cursor:pointer;font-size:1.1rem;line-height:1}.submenu-expand:hover{background:#e2e8f0;color:#1d4ed8}.submenu-children{list-style:none;margin:2px 0 6px;padding:0}.submenu-children.nested{margin-left:.65rem}.submenu-child-item{list-style:none}.submenu-child-link{display:flex;align-items:center;gap:.55rem;margin:1px .5rem 1px 2.25rem;padding:.45rem .75rem;border-radius:4px;color:#64748b;font-size:.8rem;text-decoration:none;border-left:2px solid transparent}.submenu-child-button{width:calc(100% - 2.75rem);border-top:0;border-right:0;border-bottom:0;text-align:left;cursor:pointer;font-family:inherit}.submenu-child-link:hover{background:#fff;color:#0f172a}.submenu-child-link.active{background:#fff;color:#1d4ed8;border-left-color:#2563eb;font-weight:700}.submenu-child-icon{min-width:16px;text-align:center}.submenu-nested-toggle{margin-left:auto;color:#64748b;font-size:1rem}.domain-submenu.icon-mode{background:transparent;padding:0}.domain-submenu.icon-mode .submenu-link{padding:.75rem;justify-content:center}.sidebar.collapsed .submenu-label{display:none}.sidebar.collapsed .domain-header{justify-content:center;padding:.75rem}.sidebar.collapsed .domain-name,.sidebar.collapsed .domain-toggle{display:none}.sidebar.collapsed .nav-item{justify-content:center;padding:.75rem}.sidebar.collapsed .nav-section-title{display:none}.sidebar-footer{padding:1rem;border-top:1px solid var(--color-border-primary, #e2e8f0);display:flex;flex-direction:column;gap:.5rem}.connection-status{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.ws-indicator{width:8px;height:8px;border-radius:50%}.ws-indicator.connected{background:#22c55e;box-shadow:0 0 6px #22c55e73}.ws-indicator.disconnected{background:#ef4444}.ws-label{color:#94a3b8}.version-info{font-size:.75rem;color:#64748b}.sidebar.collapsed .sidebar-footer{align-items:center}.sidebar.collapsed .version-info{display:none}.main-wrapper{margin-left:260px;flex:1;display:flex;flex-direction:column;min-height:100vh;transition:margin-left .3s ease}.main-wrapper.sidebar-collapsed{margin-left:70px}.app.with-sidebar .app-header{background:#fff;color:#1e293b;box-shadow:0 1px 3px #0000001a;padding:.75rem 0}.app.with-sidebar .header-content{max-width:none;padding:0 1.5rem}.app.with-sidebar .app-title{font-size:1.4rem;color:#1e293b}.page-title h2{font-size:1.25rem;font-weight:600;color:#334155;margin:0}.app.with-sidebar .app-main{max-width:none;padding:1.5rem;background:#f1f5f9}.welcome-hero{text-align:center;margin-bottom:3rem}.welcome-hero .welcome-icon{font-size:5rem;display:block;margin-bottom:1.5rem}.welcome-hero h2{font-size:2.5rem;color:#1e293b;margin-bottom:1rem}.welcome-hero p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.welcome-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.hamburger-btn{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;margin-right:.75rem}.hamburger-line{display:block;width:22px;height:2px;background:#334155;border-radius:2px;transition:background-color .2s}.app.with-sidebar .hamburger-btn .hamburger-line{background:#334155}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:99}@media (max-width: 768px){.hamburger-btn{display:flex}.sidebar-overlay{display:block}.sidebar{transform:translate(-100%);width:260px}.sidebar.open{transform:translate(0)}.main-wrapper,.main-wrapper.sidebar-collapsed{margin-left:0}}.scan-progress-banner{background:linear-gradient(135deg,#f59e0b33,#eab30826);border:1px solid rgba(245,158,11,.4);border-radius:12px;padding:16px 20px;margin-bottom:20px;display:flex;align-items:center;gap:16px;animation:pulse-border 2s ease-in-out infinite}@keyframes pulse-border{0%,to{border-color:#f59e0b66}50%{border-color:#f59e0bcc}}.scan-spinner{width:28px;height:28px;border:3px solid rgba(245,158,11,.3);border-top:3px solid #f59e0b;border-radius:50%;animation:spin 1s linear infinite;flex-shrink:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.scan-info{display:flex;flex-direction:column;gap:4px}.scan-info strong{color:#f59e0b;font-size:15px;font-weight:600}.scan-info span{color:#f59e0bcc;font-size:13px}.anomaly-detection-view{padding:24px;max-width:1400px;margin:0 auto}.anomaly-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:16px}.header-title h1{font-size:28px;font-weight:700;color:#1e293b;margin-bottom:4px}.header-title p{color:#64748b;font-size:14px}.header-actions{display:flex;gap:12px}.action-btn{padding:10px 20px;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s;border:none}.action-btn.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.action-btn.primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px)}.action-btn.secondary{background:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.action-btn.secondary:hover:not(:disabled){background:#3b82f633}.action-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.anomaly-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.anomaly-error-banner{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:12px 16px;margin-bottom:20px;display:flex;align-items:center;gap:12px;color:#dc2626}.anomaly-error-banner span{font-weight:600}.anomaly-error-banner button{margin-left:auto;background:transparent;border:1px solid rgba(239,68,68,.5);color:#dc2626;padding:4px 12px;border-radius:4px;cursor:pointer}.anomaly-summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:24px}.summary-card{background:#fff;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 3px #0000001a}.summary-card.critical{border-left:4px solid #dc2626}.summary-card.high{border-left:4px solid #f97316}.summary-card.medium{border-left:4px solid #eab308}.summary-card.low{border-left:4px solid #22c55e}.summary-card.total{border-left:4px solid #3b82f6}.card-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.summary-card.critical .card-icon{background:#dc26261a;color:#dc2626}.summary-card.high .card-icon{background:#f973161a;color:#f97316}.summary-card.medium .card-icon{background:#eab3081a;color:#eab308}.summary-card.low .card-icon{background:#22c55e1a;color:#22c55e}.summary-card.total .card-icon{background:#3b82f61a;color:#3b82f6}.card-content{display:flex;flex-direction:column}.card-value{font-size:28px;font-weight:700;color:#1e293b}.card-label{font-size:13px;color:#64748b}.anomaly-tabs{display:flex;gap:8px;margin-bottom:20px;border-bottom:1px solid #e2e8f0;padding-bottom:1px}.anomaly-tab{padding:10px 20px;background:transparent;border:none;cursor:pointer;font-size:14px;font-weight:500;color:#64748b;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .2s}.anomaly-tab:hover{color:#3b82f6}.anomaly-tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.lp-root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#fff;overflow-x:hidden}.lp-container{max-width:1160px;margin:0 auto;padding:0 2rem}.lp-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:all .18s ease;text-decoration:none;white-space:nowrap}.lp-btn--primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 14px #667eea59}.lp-btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #667eea73}.lp-btn--ghost{background:transparent;color:#475569;border:1.5px solid #cbd5e1}.lp-btn--ghost:hover{border-color:#94a3b8;color:#1e293b;background:#f8fafc}.lp-btn--ghost-light{background:#ffffff1f;color:#fff;border:1.5px solid rgba(255,255,255,.3)}.lp-btn--ghost-light:hover{background:#fff3}.lp-btn--hero{padding:.85rem 1.75rem;font-size:1rem;border-radius:10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 6px 20px #667eea66}.lp-btn--hero:hover{transform:translateY(-2px);box-shadow:0 10px 28px #667eea80}.lp-btn--hero-ghost{padding:.85rem 1.75rem;font-size:1rem;border-radius:10px;background:transparent;color:#e2e8f0;border:1.5px solid rgba(226,232,240,.35)}.lp-btn--hero-ghost:hover{background:#ffffff14;color:#fff}.lp-nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:background .25s,box-shadow .25s,backdrop-filter .25s}.lp-nav--scrolled{background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px #e2e8f0}.lp-nav__inner{max-width:1160px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.lp-nav__brand{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.1rem;color:#fff;transition:color .25s}.lp-nav--scrolled .lp-nav__brand{color:#1e293b}.lp-nav__logo{font-size:1.4rem}.lp-nav__links{display:flex;align-items:center;gap:1.75rem}.lp-nav__link{font-size:.9rem;font-weight:500;color:#fffc;text-decoration:none;transition:color .18s}.lp-nav--scrolled .lp-nav__link{color:#475569}.lp-nav__link:hover{color:#fff}.lp-nav--scrolled .lp-nav__link:hover{color:#667eea}.lp-nav__actions{display:flex;align-items:center;gap:.75rem}.lp-nav--scrolled .lp-btn--ghost{color:#475569}.lp-nav .lp-btn--ghost{color:#ffffffd9;border-color:#ffffff4d}.lp-nav .lp-btn--ghost:hover{background:#ffffff1a;color:#fff;border-color:#ffffff80}.lp-nav--scrolled .lp-btn--ghost:hover{background:#f1f5f9;color:#1e293b;border-color:#94a3b8}.lp-status-pill{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#ffffffb3;background:#ffffff1a;padding:.3rem .75rem;border-radius:20px}.lp-nav--scrolled .lp-status-pill{color:#64748b;background:#f1f5f9}.lp-status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;animation:lp-pulse 2s infinite}@keyframes lp-pulse{0%,to{opacity:1}50%{opacity:.45}}.lp-hero{position:relative;min-height:100vh;display:flex;align-items:center;background:linear-gradient(150deg,#0f172a,#1e1b4b 55%,#312e81);overflow:hidden;padding:7rem 2rem 4rem}.lp-hero__bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}.lp-hero__glow{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none;opacity:.35}.lp-hero__glow--1{width:600px;height:600px;background:radial-gradient(circle,#667eea,transparent 70%);top:-150px;left:-100px}.lp-hero__glow--2{width:500px;height:500px;background:radial-gradient(circle,#8b5cf6,transparent 70%);bottom:-100px;right:10%}.lp-hero__content{position:relative;z-index:2;flex:1;max-width:580px}.lp-hero__badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:#a5b4fc;background:#a5b4fc1f;border:1px solid rgba(165,180,252,.25);padding:.35rem .9rem;border-radius:20px;letter-spacing:.02em;text-transform:uppercase;margin-bottom:1.5rem}.lp-hero__badge-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;animation:lp-pulse 2s infinite}.lp-hero__title{font-size:clamp(2.4rem,5vw,3.75rem);font-weight:800;line-height:1.1;color:#f1f5f9;margin-bottom:1.25rem;letter-spacing:-.02em}.lp-hero__title-accent{background:linear-gradient(90deg,#818cf8,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-hero__sub{font-size:1.1rem;color:#94a3b8;line-height:1.7;margin-bottom:2.5rem}.lp-hero__ctas{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.lp-hero__trust{display:flex;gap:2.5rem;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.08);padding-top:2rem}.lp-hero__trust-item{display:flex;flex-direction:column;gap:.15rem}.lp-hero__trust-val{font-size:1.6rem;font-weight:800;color:#e2e8f0;line-height:1}.lp-hero__trust-label{font-size:.8rem;color:#64748b}.lp-hero__visual{position:relative;flex:1;display:flex;justify-content:center;align-items:center;z-index:2;padding-left:3rem}.lp-mock-card{background:#1e293bd9;border:1px solid rgba(255,255,255,.1);border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 24px 64px #0006}.lp-mock-card--main{width:380px;padding:0;overflow:hidden}.lp-mock-header{display:flex;align-items:center;gap:.5rem;padding:.85rem 1rem;border-bottom:1px solid rgba(255,255,255,.07);background:#0f172a99}.lp-mock-dot{width:10px;height:10px;border-radius:50%}.lp-mock-title{font-size:.78rem;color:#64748b;margin-left:.4rem;font-weight:500}.lp-mock-body{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.lp-mock-stat-row{display:flex;align-items:flex-end;gap:1.5rem;height:90px}.lp-mock-stat{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}.lp-mock-stat-bar{width:100%;border-radius:6px 6px 0 0;min-height:20px}.lp-mock-stat span{font-size:.7rem;color:#64748b}.lp-mock-alerts{display:flex;flex-direction:column;gap:.5rem}.lp-mock-alert{display:flex;align-items:center;gap:.5rem;font-size:.78rem;padding:.5rem .65rem;border-radius:6px;color:#e2e8f0}.lp-mock-alert--ok{background:#22c55e1f}.lp-mock-alert--warn{background:#f59e0b1f}.lp-mock-alert-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.lp-mock-alert--ok .lp-mock-alert-dot{background:#22c55e}.lp-mock-alert--warn .lp-mock-alert-dot{background:#f59e0b}.lp-mock-card--float{position:absolute;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:12px;min-width:160px;animation:lp-float 4s ease-in-out infinite}.lp-mock-card--float-tl{top:-24px;left:-32px;animation-delay:0s}.lp-mock-card--float-br{bottom:-20px;right:-32px;animation-delay:2s}@keyframes lp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.lp-mock-mini-icon{font-size:1.4rem}.lp-mock-mini-title{font-size:.82rem;font-weight:600;color:#e2e8f0}.lp-mock-mini-sub{font-size:.72rem;color:#64748b}.lp-section{padding:6rem 0}.lp-section--alt{background:#f8fafc}.lp-section-header{text-align:center;margin-bottom:4rem}.lp-section-tag{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#667eea;background:#667eea1a;padding:.3rem .9rem;border-radius:20px;margin-bottom:1rem}.lp-section-title{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;color:#0f172a;margin-bottom:1rem;letter-spacing:-.02em}.lp-section-sub{font-size:1.05rem;color:#64748b;max-width:560px;margin:0 auto;line-height:1.7}.lp-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.lp-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.75rem;transition:transform .2s,box-shadow .2s}.lp-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.lp-feature-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.lp-feature-title{font-size:1.05rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.lp-feature-desc{font-size:.9rem;color:#64748b;line-height:1.65;margin:0}.lp-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0;position:relative}.lp-step{position:relative;padding:0 1.5rem 0 0;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.lp-step__num{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.9rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 14px #667eea59;position:relative;z-index:1}.lp-step__connector{position:absolute;top:26px;left:52px;right:0;height:2px;background:linear-gradient(90deg,#667eea44,#764ba244);z-index:0}.lp-step__body{flex:1}.lp-step__title{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:.4rem}.lp-step__desc{font-size:.88rem;color:#64748b;line-height:1.6;margin:0}.lp-dept-grid{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.lp-dept-chip{display:inline-flex;align-items:center;gap:.5rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:24px;padding:.55rem 1.2rem;font-size:.88rem;font-weight:600;color:#1e293b;text-transform:capitalize;transition:background .15s,border-color .15s}.lp-dept-chip:hover{background:#e0e7ff;border-color:#a5b4fc}.lp-dept-chip__dot{width:7px;height:7px;border-radius:50%;background:#22c55e;animation:lp-pulse 2s infinite}.lp-cta{background:linear-gradient(135deg,#1e1b4b,#312e81 60%,#4c1d95);padding:5rem 0;text-align:center}.lp-cta__inner{max-width:640px}.lp-cta__title{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;color:#f1f5f9;margin-bottom:1rem;letter-spacing:-.02em}.lp-cta__sub{font-size:1rem;color:#94a3b8;margin-bottom:2rem;line-height:1.65}.lp-cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.lp-cta__hint{font-size:.82rem;color:#64748b}.lp-cta__hint code{background:#ffffff14;padding:.15rem .4rem;border-radius:4px;color:#a5b4fc;font-size:.8rem}.lp-footer{background:#0f172a;padding:1.75rem 0}.lp-footer__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.lp-footer__brand{display:flex;flex-direction:column;font-weight:700;color:#e2e8f0;font-size:.95rem}.lp-footer__tagline{font-size:.8rem;color:#475569;font-weight:400;margin-top:.2rem}.lp-footer__links{display:flex;gap:1.5rem;flex-wrap:wrap}.lp-footer__link{font-size:.85rem;color:#475569;text-decoration:none;transition:color .15s}.lp-footer__link:hover{color:#a5b4fc}@media (max-width: 900px){.lp-hero{flex-direction:column;padding:7rem 1.5rem 3rem;gap:3rem}.lp-hero__content{max-width:100%}.lp-hero__visual{padding-left:0}.lp-mock-card--main{width:100%;max-width:380px}.lp-mock-card--float{display:none}.lp-steps{grid-template-columns:1fr 1fr}.lp-step__connector,.lp-nav__links{display:none}}@media (max-width: 600px){.lp-hero__trust{gap:1.5rem}.lp-features-grid,.lp-steps{grid-template-columns:1fr}.lp-status-pill{display:none}.lp-footer__inner{flex-direction:column;align-items:flex-start}}.um-root{padding:24px;max-width:1100px;margin:0 auto}.um-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.um-title{font-size:22px;font-weight:700;color:var(--color-text-primary, #0f172a);margin:0}.um-subtitle{font-size:13px;color:var(--color-text-secondary, #64748b);margin:4px 0 0}.um-filters{display:flex;gap:12px;margin-bottom:20px;flex-wrap:wrap}.um-search-wrap{position:relative;flex:1;min-width:200px}.um-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none}.um-search{width:100%;padding:8px 12px 8px 34px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;font-size:14px;box-sizing:border-box}.um-search:focus{outline:none;border-color:#3b82f6}.um-select{padding:8px 12px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;font-size:14px;cursor:pointer}.um-select:focus{outline:none;border-color:#3b82f6}.um-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:1px solid transparent;transition:background .15s,opacity .15s}.um-btn--primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.um-btn--primary:hover{background:#2563eb}.um-btn--ghost{background:#fff;color:#475569;border-color:#cbd5e1}.um-btn--ghost:hover{background:#f8fafc;color:#0f172a}.um-btn--icon{padding:6px;border-radius:6px;background:transparent;color:#64748b;border-color:#cbd5e1}.um-btn--icon:hover{background:#f8fafc;color:#0f172a}.um-btn--danger:hover{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.um-btn:disabled{opacity:.4;cursor:not-allowed}.um-error{display:flex;justify-content:space-between;align-items:center;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:10px 14px;border-radius:8px;margin-bottom:16px;font-size:14px}.um-error button{background:none;border:none;color:#b91c1c;cursor:pointer;font-size:16px}.um-loading{display:flex;align-items:center;gap:10px;padding:40px;color:#64748b;font-size:14px;justify-content:center}.um-empty{text-align:center;padding:60px 20px;color:#64748b}.um-empty-icon{font-size:40px;margin-bottom:12px}.um-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow-x:auto;box-shadow:0 1px 2px #0f172a0a}.um-table{width:100%;border-collapse:collapse;font-size:14px}.um-table th{padding:12px 16px;text-align:left;color:#64748b;font-weight:600;font-size:12px;letter-spacing:.5px;text-transform:uppercase;border-bottom:1px solid #e2e8f0;white-space:nowrap}.um-table td{padding:12px 16px;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle}.um-table tr:last-child td{border-bottom:none}.um-table tbody tr:hover{background:#f8fafc}.um-row--inactive td{opacity:.55}.um-user-cell{display:flex;align-items:center;gap:10px}.um-user-name{font-weight:600;display:flex;align-items:center;gap:6px}.um-user-email{font-size:12px;color:#64748b}.um-you-badge{font-size:10px;font-weight:700;padding:1px 6px;border-radius:99px;background:#eff6ff;color:#2563eb;letter-spacing:.3px}.um-dept-list{display:flex;flex-wrap:wrap;gap:4px}.um-dept-chip{font-size:11px;padding:2px 7px;border-radius:99px;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b}.um-status-toggle{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:99px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:opacity .15s}.um-status-toggle:disabled{cursor:default}.um-status--active{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.um-status--active:hover:not(:disabled){background:#d1fae5}.um-status--inactive{background:#fffbeb;color:#b45309;border-color:#fde68a}.um-status--inactive:hover:not(:disabled){background:#fef3c7}.um-status-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.um-date{white-space:nowrap;color:#64748b;font-size:13px}.um-never{color:#475569;font-style:italic}.um-actions{display:flex;gap:6px}.um-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:16px}.um-modal{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;max-width:540px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 64px #0009}.um-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid #e2e8f0}.um-modal-header h2{margin:0;font-size:18px;font-weight:700;color:#0f172a}.um-modal-close{background:none;border:none;color:#64748b;font-size:22px;cursor:pointer;line-height:1;padding:2px 6px;border-radius:4px}.um-modal-close:hover{color:#0f172a}.um-form{padding:20px 24px 24px;display:flex;flex-direction:column;gap:18px}.um-form-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:10px 14px;border-radius:8px;font-size:13px}.um-form-row{display:grid;gap:16px}.um-form-row--2{grid-template-columns:1fr 1fr}@media (max-width: 520px){.um-form-row--2{grid-template-columns:1fr}}.um-field{display:flex;flex-direction:column;gap:6px}.um-field label{font-size:13px;font-weight:600;color:#475569}.um-field input[type=text],.um-field input[type=email],.um-field input[type=password]{padding:8px 12px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;font-size:14px}.um-field input:focus{outline:none;border-color:#3b82f6}.um-field input:disabled{opacity:.5;cursor:not-allowed}.um-field-hint{margin:4px 0 0;font-size:12px;color:#475569}.um-field--inline label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#475569;cursor:pointer}.um-field--inline input[type=checkbox]{width:16px;height:16px;accent-color:#3b82f6}.um-role-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.um-role-option{padding:8px 12px;border-radius:8px;font-size:13px;font-weight:500;background:#fff;border:1px solid #cbd5e1;color:#475569;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.um-role-option:hover{border-color:#94a3b8;color:#0f172a}.um-dept-grid{display:flex;flex-wrap:wrap;gap:8px}.um-dept-option{padding:6px 14px;border-radius:99px;font-size:13px;font-weight:500;background:#fff;border:1px solid #cbd5e1;color:#475569;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.um-dept-option:hover:not(:disabled){border-color:#94a3b8;color:#0f172a}.um-dept-option--active{background:#eff6ff;border-color:#3b82f6;color:#2563eb}.um-dept-option:disabled{opacity:.35;cursor:not-allowed}.um-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.settings-view .settings-modal label,.settings-view .settings-modal .text-slate-300,.settings-view .settings-modal .text-slate-400,.settings-view .settings-modal .text-slate-500,.settings-view .settings-modal .text-slate-600{color:#475569!important}.settings-view .settings-modal input:not([type=checkbox]),.settings-view .settings-modal select,.settings-view .settings-modal textarea{background:#fff!important;border-color:#cbd5e1!important;color:#0f172a!important}.settings-view .settings-modal input:not([type=checkbox])::-moz-placeholder,.settings-view .settings-modal textarea::-moz-placeholder{color:#94a3b8!important}.settings-view .settings-modal input:not([type=checkbox])::placeholder,.settings-view .settings-modal textarea::placeholder{color:#94a3b8!important}.settings-view .settings-modal .bg-slate-700,.settings-view .settings-modal .bg-slate-800,.settings-view .settings-modal .bg-slate-800\/50{background:#f8fafc!important}.settings-view .settings-modal .border-slate-600,.settings-view .settings-modal .border-slate-700,.settings-view .settings-modal .border-slate-600\/50{border-color:#e2e8f0!important}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.\!visible{visibility:visible!important}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.z-50{z-index:50}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-full{height:100%}.max-h-\[90vh\]{max-height:90vh}.min-h-\[400px\]{min-height:400px}.min-h-screen{min-height:100vh}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-full{min-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.border-collapse{border-collapse:collapse}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.whitespace-nowrap{white-space:nowrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-500\/20{border-color:#3b82f633}.border-cyan-500{--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity, 1))}.border-emerald-500\/30{border-color:#10b9814d}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-500{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-purple-500\/20{border-color:#a855f733}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-500\/30{border-color:#ef44444d}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.border-slate-600{--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.border-slate-600\/50{border-color:#47556980}.border-slate-700{--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/40{background-color:#0006}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-cyan-500{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-emerald-500\/20{background-color:#10b98133}.bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500\/20{background-color:#ef444433}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-slate-600{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.bg-slate-700{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.bg-slate-700\/50{background-color:#33415580}.bg-slate-800\/50{background-color:#1e293b80}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-900\/30{--tw-gradient-from: rgb(30 58 138 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/30{--tw-gradient-from: rgb(88 28 135 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-slate-700\/50{--tw-gradient-to: rgb(51 65 85 / .5) var(--tw-gradient-to-position)}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pl-3{padding-left:.75rem}.pr-10{padding-right:2.5rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tracking-wider{letter-spacing:.05em}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-amber-400\/70{color:#fbbf24b3}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-cyan-400{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.text-cyan-500{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-slate-300{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-600:hover{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-500:hover{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-50:hover{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-500:hover{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.hover\:text-slate-900:hover{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.hover\:opacity-90:hover{opacity:.9}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-cyan-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}@media (min-width: 640px){.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
