@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f7fa;color:#212121;min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}[data-theme=dark] body{background:linear-gradient(135deg,#0a0a0f,#1a1a2e,#0f0f1e);background-attachment:fixed;color:#e8e9f3}[data-theme=dark] .layout-wrapper{background:transparent}img,video,canvas,svg{max-width:100%;height:auto;display:block}html,body{overflow-x:hidden}@media(max-width:768px){button,a,input,select,textarea{min-height:44px;min-width:44px}}.layout-wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.glass{background:#fffffff2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.2)}[data-theme=dark] .glass{background:#1a1a2eb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #0000005e}.glass-card{background:#fffffffa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);border-radius:24px;box-shadow:0 8px 32px #00000014}[data-theme=dark] .glass-card{background:#141423bf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #00000080,inset 0 1px #ffffff0d}.glow-orange{box-shadow:0 0 20px #ff98004d}.glow-orange-hover:hover{box-shadow:0 0 30px #ff980080,0 0 60px #ff980033;transition:box-shadow .3s ease}@keyframes slideUpScale{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 10px #ff980066}50%{box-shadow:0 0 25px #ff980099}}@keyframes glowOrange{0%,to{box-shadow:0 0 15px #ff98004d,0 0 30px #ff98001a}50%{box-shadow:0 0 25px #ff980080,0 0 50px #ff980033}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.filter-section{background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:1.75rem;border-radius:16px;margin-bottom:1.75rem;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px #0000000f}[data-theme=dark] .filter-section{background:#141423bf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #00000080,inset 0 1px #ffffff0d}@media(max-width:768px){.filter-section{padding:1rem;margin-bottom:1rem}}.filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;padding:.5rem}@media(max-width:640px){.filter-grid{grid-template-columns:1fr}}.table-container{width:100%;overflow-x:auto;border-radius:16px;box-shadow:0 8px 24px #00000014;border:1px solid rgba(0,0,0,.08);background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}[data-theme=dark] .table-container{background:#141423bf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0009,inset 0 1px #ffffff0d}table{width:100%;border-collapse:collapse;font-size:.875rem;background:transparent}thead{background:#fafafacc;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);position:sticky;top:0;z-index:10;box-shadow:0 2px 8px #0000000f}[data-theme=dark] thead{background:#0f0f19cc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 12px #0006}th{padding:1rem 1.25rem;text-align:left;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:#4b5563;border-bottom:2px solid rgba(0,0,0,.08);white-space:nowrap}[data-theme=dark] th{color:#9ca3af;border-bottom:2px solid rgba(255,255,255,.08)}td{padding:1rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.05);color:#1e293b}[data-theme=dark] td{color:#d1d5db;border-bottom:1px solid rgba(255,255,255,.05)}[data-theme=dark] tbody tr:hover{background:#667eea26;border-left-color:var(--neon-blue)}.table-item-name{font-weight:600;color:#0f172a}[data-theme=dark] .table-item-name{color:var(--text-primary)}@media(max-width:768px){th,td{padding:.75rem 1rem;font-size:.813rem}th{font-size:.688rem}.table-actions{flex-direction:column;gap:.25rem}.table-actions .btn{width:100%;justify-content:center}}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:9999px;white-space:nowrap;margin-right:.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);animation:scaleIn .3s ease-out}.badge:hover{transform:scale(1.05);box-shadow:0 2px 8px #00000026}.badge-primary{background:#fff3e0;color:var(--accent-primary);border:1px solid #ffb74d}[data-theme=dark] .badge-primary{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#93c5fd}[data-theme=dark] .badge-success{background:linear-gradient(135deg,#065f46,#047857);color:#6ee7b7}[data-theme=dark] .badge-warning{background:linear-gradient(135deg,#78350f,#92400e);color:#fcd34d}[data-theme=dark] .badge-danger{background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fca5a5}.empty-state{text-align:center;padding:3rem 1rem;color:#64748b}.empty-state-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state-text{font-size:1rem;font-weight:500}[data-theme=dark] .empty-state{color:var(--text-tertiary)}.shopping-item-name{font-weight:600;font-size:1rem;color:#0f172a}@media(max-width:1024px){.page-container,.content-container{padding-left:1.5rem;padding-right:1.5rem}}@media(max-width:768px){.page-container,.content-container{padding-left:1rem;padding-right:1rem}.shopping-item{flex-direction:column;align-items:flex-start;gap:.75rem}.shopping-item-content{width:100%}}@media(max-width:640px){.page-container,.content-container{padding-left:.75rem;padding-right:.75rem}.badge{font-size:.688rem;padding:.188rem .5rem}}@media(max-width:1024px){.stats-grid,.reports-grid,.action-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.stats-grid,.reports-grid,.action-cards,.shopping-list-grid{grid-template-columns:1fr}.filter-grid{gap:.75rem}}@media(max-width:768px){h1,.page-title{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.125rem}}@media(max-width:480px){h1,.page-title{font-size:1.25rem}h2{font-size:1.125rem}h3{font-size:1rem}.empty-state-icon{font-size:3rem}}.fade-in{animation:fadeIn .6s ease-out}.gradient-text{background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.page-title{font-size:2.5rem;font-weight:800;margin:0}.page-subtitle{font-size:1.125rem;color:#6b7280;margin-top:.5rem}.main-content{flex:1;max-width:1440px;width:100%;margin:0 auto;padding:2rem}@media(max-width:768px){.main-content{padding:1.5rem}.page-header{flex-direction:column;align-items:flex-start}.page-title{font-size:2rem}}@media(max-width:640px){.main-content{padding:1rem}.page-title{font-size:1.5rem}.page-subtitle{font-size:1rem}}.success-message{position:fixed;top:5rem;right:2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 8px 24px #10b9814d;z-index:9999;animation:slideInRight .3s ease-out;font-weight:600}@media(max-width:640px){.success-message{right:1rem;left:1rem;top:4.5rem}}.message{padding:1rem 1.5rem;border-radius:12px;display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.message-info{background:#eff6ff;border:1px solid #93c5fd;color:#1e40af}[data-theme=dark] .message-info{background:#3b82f61a;border-color:#3b82f64d;color:#93c5fd}.hidden-mobile{display:none}@media(min-width:768px){.hidden-mobile{display:block}}.hidden-desktop{display:block}@media(min-width:768px){.hidden-desktop{display:none}}.flex-mobile-col{flex-direction:column}@media(min-width:768px){.flex-mobile-col{flex-direction:row}}.text-mobile-center{text-align:center}@media(min-width:768px){.text-mobile-center{text-align:left}}.w-auto{width:auto}@media(min-width:768px){.md\\:w-auto{width:auto}.md\\:w-full{width:100%}}.overflow-x-auto{overflow-x:auto;-webkit-overflow-scrolling:touch}.overflow-hidden{overflow:hidden}.grid-mobile-1{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.grid-mobile-1{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-mobile-1{grid-template-columns:repeat(4,1fr)}}.theme-toggle{background:transparent;border:2px solid rgba(255,255,255,.5);border-radius:50%;padding:0;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;color:#fff;width:44px;height:44px;flex-shrink:0;position:relative;z-index:10}.theme-toggle:hover{border-color:#fff;background:#ffffff26;transform:scale(1.1)}.theme-toggle:active{transform:scale(.9)}.theme-toggle-track{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.theme-toggle-icon-wrapper{position:relative;width:22px;height:22px}.theme-icon{position:absolute;top:0;left:0;width:100%;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1)}.moon-icon{opacity:1;transform:rotate(0) scale(1)}.theme-toggle.is-dark .moon-icon{opacity:0;transform:rotate(-180deg) scale(0)}.sun-icon{opacity:0;transform:rotate(180deg) scale(0)}.theme-toggle.is-dark .sun-icon{opacity:1;transform:rotate(0) scale(1)}::view-transition-old(root),::view-transition-new(root){animation:none;mix-blend-mode:normal}::view-transition-old(root){z-index:1}::view-transition-new(root){z-index:999999}[data-theme=dark] .theme-toggle{border-color:#ff980080;color:#ff9800}[data-theme=dark] .theme-toggle:hover{border-color:#ff9800;background:#ff980026}.theme-icon{width:24px;height:24px;transition:transform .3s ease;flex-shrink:0}@media(max-width:1250px){.theme-toggle{width:42px;height:42px}.theme-icon{width:23px;height:23px}}@media(max-width:1100px){.theme-toggle{width:40px;height:40px;border-width:2px}.theme-icon{width:22px;height:22px}}@media(max-width:1000px){.theme-toggle{width:38px;height:38px}.theme-icon{width:21px;height:21px}}@media(max-width:768px){.theme-toggle{width:38px;height:38px}.theme-icon{width:21px;height:21px}}@media(max-width:640px){.theme-toggle{width:36px;height:36px}.theme-icon{width:20px;height:20px}}@media(max-width:480px){.theme-toggle{width:34px;height:34px}.theme-icon{width:19px;height:19px}}@media(max-width:375px){.theme-toggle{width:32px;height:32px}.theme-icon{width:18px;height:18px}}.navbar{background:linear-gradient(135deg,#1e40afc7,#3b82f6ad 34%,#f973169e);backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);box-shadow:0 4px 12px #0000001a,inset 0 1px #fff3;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.15)}[data-theme=dark] .navbar{background:#1c1c1e99;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);box-shadow:0 4px 12px #00000080,inset 0 1px #ffffff1a;border-bottom:1px solid rgba(255,255,255,.15)}.navbar-container{max-width:1155px;margin:0 auto;padding:0 1rem}@media(max-width:640px){.navbar-container{padding:0 .5rem}}.navbar-content{display:flex;justify-content:space-between;align-items:center;gap:.6rem;height:67px;flex-wrap:nowrap}@media(max-width:1250px){.navbar-content{gap:.5rem}}@media(max-width:1024px){.navbar-content{gap:.3rem}}@media(max-width:1000px){.navbar-content{gap:.65rem;height:68px}}@media(max-width:768px){.navbar-content{gap:.5rem;height:64px}}@media(max-width:640px){.navbar-content{height:60px;gap:.4rem}}@media(max-width:480px){.navbar-content{gap:.3rem}}.navbar-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0;margin-left:auto}@media(max-width:1250px){.navbar-actions{gap:.7rem}}@media(max-width:1150px){.navbar-actions{gap:.5rem}}@media(max-width:1024px){.navbar-actions{gap:.65rem}}@media(max-width:1000px){.navbar-actions{gap:.6rem}}@media(max-width:768px){.navbar-actions{gap:.5rem}}@media(max-width:640px){.navbar-actions{gap:.4rem}}@media(max-width:480px){.navbar-actions{gap:.3rem}}@media(max-width:375px){.navbar-actions{gap:.25rem}}.navbar-search{flex:1;max-width:450px;position:relative}@media(max-width:1250px){.navbar-search{max-width:400px}}@media(max-width:1150px){.navbar-search{max-width:320px}}@media(max-width:1050px){.navbar-search{max-width:280px}}@media(max-width:1000px){.navbar-search{max-width:350px}}.navbar-search-desktop{display:none}@media(min-width:768px){.navbar-search-desktop{display:block}}.mobile-search-btn{display:flex;align-items:center;justify-content:center;padding:0;background:#fff;border:2px solid white;border-radius:8px;color:#ff6f00;cursor:pointer;transition:all .3s ease;width:40px;height:40px;flex-shrink:0}@media(max-width:640px){.mobile-search-btn{width:36px;height:36px}}@media(max-width:480px){.mobile-search-btn{width:34px;height:34px}}@media(min-width:768px){.mobile-search-btn{display:none}}.mobile-search-btn:hover{background:#ffffffe6;transform:scale(1.05)}[data-theme=dark] .mobile-search-btn{background:#ffffff1a;border-color:#fff3;color:#fff}[data-theme=dark] .mobile-search-btn:hover{background:#ffffff26}.mobile-search-container{padding:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:slideDown .2s ease}[data-theme=dark] .mobile-search-container{background:#1c1c1ef2}.mobile-search-container .navbar-search{max-width:100%}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#fffc;pointer-events:none;z-index:2;transition:color .3s ease}.search-input{width:100%;padding:.7rem 1rem .7rem 2.75rem;border:none;border-radius:20px;font-size:.875rem;outline:none;transition:all .3s ease;background:#fff3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#fff;font-weight:500;box-shadow:0 2px 8px #0000001a,inset 0 1px #ffffff4d;border:1px solid rgba(255,255,255,.2)}.search-input:hover{background:#ffffff40;box-shadow:0 4px 12px #00000026,inset 0 1px #fff6;border:1px solid rgba(255,255,255,.3)}.search-input:focus{background:#ffffff4d;box-shadow:0 4px 16px #0003,inset 0 1px #ffffff80;border:1px solid rgba(255,255,255,.4)}.search-input::placeholder{font-weight:400}[data-theme=dark] .search-icon{color:#ffffffb3}[data-theme=dark] .search-input{background:#7676803d;color:#e0e0e0;box-shadow:0 2px 8px #0000004d,inset 0 1px #ffffff26;border:1px solid rgba(255,255,255,.15)}[data-theme=dark] .search-input:hover{background:#7676804d;box-shadow:0 4px 12px #0006,inset 0 1px #fff3;border:1px solid rgba(255,255,255,.2)}[data-theme=dark] .search-input:focus{background:#76768059;box-shadow:0 4px 16px #00000080,inset 0 1px #ffffff40;border:1px solid rgba(255,255,255,.25)}[data-theme=dark] .search-input::placeholder{color:#ffffff80}.search-suggestions{position:absolute;top:calc(100% + .5rem);left:0;right:0;min-width:300px;background:#fff;border:2px solid #e0e0e0;border-radius:12px;box-shadow:0 8px 24px #0000001f;max-height:400px;overflow-y:auto;z-index:1000;animation:slideDown .2s ease}@media(max-width:640px){.search-suggestions{min-width:100%;max-height:300px}}[data-theme=dark] .search-suggestions{background:linear-gradient(135deg,#1e293b,#334155);border-color:#667eea4d;box-shadow:0 8px 32px #00000080}.suggestion-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f5f5f5}[data-theme=dark] .suggestion-item{border-bottom-color:#667eea26}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:linear-gradient(to right,#fff8f0,#fff3e0);transform:translate(4px)}[data-theme=dark] .suggestion-item:hover{background:linear-gradient(to right,#ff980026,#ff98001a);transform:translate(4px)}.suggestion-icon{font-size:2.5rem;flex-shrink:0}.suggestion-content{flex:1;min-width:0}.suggestion-name{font-size:.9rem;font-weight:600;color:#212121;margin-bottom:.35rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .suggestion-name{color:#e0e0e0}.suggestion-meta{display:flex;align-items:center;gap:.75rem;font-size:.75rem}.suggestion-category{color:#757575;background:#f5f5f5;padding:.25rem .625rem;border-radius:6px;font-weight:500}[data-theme=dark] .suggestion-category{color:#94a3b8;background:#667eea33}.suggestion-price{color:#ff6f00;font-weight:700;font-size:.875rem}.search-suggestions::-webkit-scrollbar{width:6px}.search-suggestions::-webkit-scrollbar-track{background:transparent}.search-suggestions::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:3px}[data-theme=dark] .search-suggestions::-webkit-scrollbar-thumb{background:#667eea4d}[data-theme=dark] .search-suggestions::-webkit-scrollbar-thumb:hover{background:#667eea80}.navbar-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;padding:.5rem;flex-shrink:0}@media(max-width:768px){.navbar-brand{gap:.5rem;padding:.375rem}}@media(max-width:640px){.navbar-brand{gap:.4rem;padding:.25rem}}@media(max-width:480px){.navbar-brand{gap:.3rem;padding:.125rem}}.navbar-brand:hover .brand-icon{transform:scale(1.2) rotate(12deg)}.brand-icon{font-size:2.5rem;transition:transform .3s ease;position:relative;line-height:1}@media(max-width:1250px){.brand-icon{font-size:2.35rem}}@media(max-width:1024px){.brand-icon{font-size:2.25rem}}@media(max-width:1000px){.brand-icon{font-size:2.15rem}}@media(max-width:768px){.brand-icon{font-size:2rem}}@media(max-width:640px){.brand-icon{font-size:1.75rem}}@media(max-width:480px){.brand-icon{font-size:1.5rem}}.brand-icon:before{content:"";position:absolute;inset:-10px;background:#fff3;border-radius:50%;filter:blur(15px);opacity:0;transition:opacity .3s ease}.navbar-brand:hover .brand-icon:before{opacity:1}.brand-text{display:flex;flex-direction:column}.brand-title{font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:-.025em;line-height:1;white-space:nowrap}@media(max-width:1250px){.brand-title{font-size:1.4rem}}@media(max-width:1024px){.brand-title{font-size:1.375rem}}@media(max-width:1000px){.brand-title{font-size:1.3rem}}@media(max-width:768px){.brand-title{font-size:1.25rem}}@media(max-width:640px){.brand-title{font-size:1.125rem}}@media(max-width:480px){.brand-title{font-size:1rem}}@media(max-width:375px){.brand-title{font-size:.95rem}}.brand-underline{height:3px;background:#ffffff4d;border-radius:2px;margin-top:4px;transition:background .3s ease}.navbar-brand:hover .brand-underline{background:#fff9}.navbar-desktop{display:none;gap:.5rem;margin-left:auto;margin-right:1rem}@media(max-width:1250px){.navbar-desktop{gap:.4rem;margin-right:.75rem}}@media(max-width:1150px){.navbar-desktop{gap:.25rem;margin-right:.5rem}}@media(max-width:1000px){.navbar-desktop{gap:.35rem;margin-right:.5rem}}@media(min-width:1024px){.navbar-desktop{display:flex!important}}.navbar-links{display:none;gap:.5rem;margin-left:2rem}.nav-link{display:inline-flex;align-items:center;padding:.625rem 1.25rem;border-radius:12px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s ease;color:#ffffffd9;position:relative}@media(max-width:1250px){.nav-link{padding:.5rem .78rem;font-size:.8625rem}}@media(max-width:1150px){.nav-link{padding:.5rem .65rem;font-size:.85rem}}@media(max-width:1050px){.nav-link{padding:.5rem .55rem;font-size:.8375rem}}@media(max-width:1000px){.nav-link{padding:.575rem 1rem;font-size:.85rem}}@media(max-width:640px){.nav-link{padding:.5rem 1rem;font-size:.8125rem}}.nav-link:hover{background:#ffffff26;color:#fff}.nav-link.active{background:#fff;color:#ff6f00;box-shadow:0 4px 12px #00000026}[data-theme=dark] .nav-link{color:#ffffffbf}[data-theme=dark] .nav-link:hover{background:#ffffff14;color:#fffffff2}[data-theme=dark] .nav-link.active{background:#ff9800;color:#fff;box-shadow:0 4px 12px #ff980059}.nav-icon{margin-right:.5rem;font-size:1.25rem}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;padding:0;background:#fff;border:2px solid white;border-radius:8px;color:#ff6f00;cursor:pointer;transition:all .3s ease;width:40px;height:40px;flex-shrink:0}@media(max-width:640px){.mobile-menu-btn{width:36px;height:36px}}@media(max-width:480px){.mobile-menu-btn{width:34px;height:34px}}@media(min-width:1024px){.mobile-menu-btn{display:none}}.mobile-menu-btn:hover{background:#ffffffe6;transform:scale(1.05)}.mobile-menu-icon{width:24px;height:24px}.mobile-menu{display:flex;flex-direction:column;gap:0;padding:0;background:#fff;border-radius:0 0 12px 12px;box-shadow:0 8px 16px #00000026;overflow:hidden;animation:slideDown .3s ease}.mobile-menu .nav-link{width:100%;justify-content:flex-start;padding:.875rem 1.25rem;border-radius:0;color:#212121;font-size:.9rem;border-bottom:1px solid #f5f5f5;transition:all .2s ease;display:flex;align-items:center}@media(max-width:640px){.mobile-menu .nav-link{padding:.75rem 1rem;font-size:.85rem}}@media(max-width:480px){.mobile-menu .nav-link{padding:.65rem .875rem;font-size:.8rem}}.mobile-menu .nav-link:last-child{border-bottom:none}.mobile-menu .nav-link:hover{background:#fff8f0;color:#ff6f00;padding-left:1.75rem}@media(max-width:480px){.mobile-menu .nav-link:hover{padding-left:1.25rem}}.mobile-menu .nav-link.active{background:linear-gradient(to right,#fff3e0,#ffe0b2);color:#ff6f00;font-weight:700;border-left:4px solid #ff6f00}.mobile-menu .nav-icon{font-size:1.35rem;margin-right:.65rem;flex-shrink:0}@media(max-width:640px){.mobile-menu .nav-icon{font-size:1.25rem;margin-right:.6rem}}@media(max-width:480px){.mobile-menu .nav-icon{font-size:1.15rem;margin-right:.5rem}}[data-theme=dark] .search-input{background:#2a2a2a;border-color:#333;color:#fff}[data-theme=dark] .search-input:focus{border-color:#ff6f00;box-shadow:0 0 0 3px #ff6f001a}[data-theme=dark] .search-icon{color:#9e9e9e}[data-theme=dark] .search-suggestions{background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border-color:#404040;box-shadow:0 8px 24px #0006}[data-theme=dark] .search-suggestions::-webkit-scrollbar-thumb{background:#404040}[data-theme=dark] .suggestion-item{border-bottom-color:#333}[data-theme=dark] .suggestion-item:hover{background:linear-gradient(to right,#333,#3a3a3a);transform:translate(4px)}[data-theme=dark] .suggestion-name{color:#fff}[data-theme=dark] .suggestion-category{background:linear-gradient(135deg,#ff6f00,#f57c00);color:#fff}[data-theme=dark] .suggestion-price{color:#ff9800}[data-theme=dark] .mobile-menu{background:linear-gradient(135deg,#1e1e1e,#2a2a2a);border:1px solid #404040;box-shadow:0 8px 24px #0009}[data-theme=dark] .mobile-menu .nav-link{color:#fff;border-bottom-color:#333}[data-theme=dark] .mobile-menu .nav-link:hover{background:#333;color:#ff9800}[data-theme=dark] .mobile-menu .nav-link.active{background:linear-gradient(to right,#2a2a2a,#333);color:#ff9800;border-left-color:#ff9800}[data-theme=dark] .mobile-menu-btn{background:#ffffff1a;border-color:#fff3;color:#fff}[data-theme=dark] .mobile-menu-btn:hover{background:#ffffff26}.cart-badge{position:absolute;top:-5px;right:-8px;background:linear-gradient(135deg,#f44,#c00);color:#fff;font-size:.7rem;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 5px;box-shadow:0 2px 8px #f449;border:2px solid white;animation:pulse 2s ease-in-out infinite}[data-theme=dark] .cart-badge{border-color:#1e1e1e}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 2px 8px #f449}50%{transform:scale(1.1);box-shadow:0 4px 12px #f44c}}.nav-link,.profile-menu-container{position:relative}.profile-icon-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:50%;cursor:pointer;transition:all .3s ease;flex-shrink:0}.profile-icon-btn:hover{background:#ffffff4d;transform:scale(1.05);border-color:#ffffff80;box-shadow:0 4px 12px #00000026}.profile-icon-btn:active{transform:scale(.98)}.profile-avatar-icon{font-size:1.5rem;line-height:1}@media(max-width:768px){.profile-icon-btn{width:40px;height:40px}.profile-avatar-icon{font-size:1.4rem}}@media(max-width:480px){.profile-icon-btn{width:38px;height:38px}.profile-avatar-icon{font-size:1.3rem}}.profile-dropdown{position:absolute;top:calc(100% + .75rem);right:0;width:320px;background:#fff;border-radius:16px;box-shadow:0 12px 32px #00000026,0 2px 8px #0000001a;animation:slideDown .2s ease;z-index:1000;overflow:hidden;border:1px solid rgba(0,0,0,.08)}@media(max-width:640px){.profile-dropdown{width:280px;right:-10px}}@media(max-width:480px){.profile-dropdown{width:260px}}[data-theme=dark] .profile-dropdown{background:linear-gradient(135deg,#1e293b,#2a3544);box-shadow:0 12px 32px #00000080,0 2px 8px #0000004d;border-color:#ffffff1a}.profile-dropdown-header{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#ff6f00,#ff8f00);color:#fff}[data-theme=dark] .profile-dropdown-header{background:linear-gradient(135deg,#ff8f00,#ffa726)}.profile-dropdown-avatar{width:50px;height:50px;border-radius:50%;background:#ffffff40;display:flex;align-items:center;justify-content:center;font-size:1.75rem;border:2px solid rgba(255,255,255,.5);flex-shrink:0}.profile-dropdown-info{flex:1;min-width:0}.profile-dropdown-name{font-size:1.125rem;font-weight:700;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-dropdown-email{font-size:.8125rem;opacity:.95;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-dropdown-details{padding:1rem 1.25rem}.profile-detail-item{display:flex;align-items:flex-start;gap:.875rem;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.profile-detail-item:last-child{border-bottom:none;padding-bottom:0}[data-theme=dark] .profile-detail-item{border-bottom-color:#ffffff1a}.profile-detail-icon{font-size:1.25rem;flex-shrink:0;line-height:1}.profile-detail-content{flex:1;min-width:0}.profile-detail-label{font-size:.75rem;color:#757575;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-weight:600}[data-theme=dark] .profile-detail-label{color:#9e9e9e}.profile-detail-value{font-size:.9375rem;color:#212121;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .profile-detail-value{color:#e0e0e0}.profile-admin-badge{display:inline-block;padding:.5rem .875rem;background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;border-radius:8px;font-size:.8125rem;font-weight:600;text-align:center;margin-top:.5rem;box-shadow:0 2px 8px #4caf504d}[data-theme=dark] .profile-admin-badge{background:linear-gradient(135deg,#66bb6a,#81c784)}.profile-dropdown-divider{height:1px;background:linear-gradient(90deg,transparent 0%,#e0e0e0 50%,transparent 100%);margin:0}[data-theme=dark] .profile-dropdown-divider{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.15) 50%,transparent 100%)}.profile-logout-btn{width:100%;padding:.875rem 1.25rem;background:transparent;border:none;color:#d32f2f;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;text-align:center}.profile-logout-btn:hover{background:#d32f2f14}.profile-logout-btn:active{background:#d32f2f26}[data-theme=dark] .profile-logout-btn{color:#ff5252}[data-theme=dark] .profile-logout-btn:hover{background:#ff52521f}[data-theme=dark] .profile-logout-btn:active{background:#ff525233}.logout-icon{font-size:1.125rem}.profile-icon-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:50%;cursor:pointer;transition:all .3s ease;text-decoration:none;flex-shrink:0}.profile-icon-link:hover{background:#ffffff4d;transform:scale(1.1);border-color:#ffffff80}.profile-avatar-icon{font-size:1.5rem}.login-btn{padding:.5rem 1.25rem;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:20px;color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;font-size:.95rem;min-width:fit-content;flex-shrink:0;line-height:1.2;letter-spacing:.01em}.login-btn:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 2px 8px #00000026}.login-btn:active{transform:translateY(0)}@media(max-width:1250px){.login-btn{padding:.5rem 1.15rem;font-size:.925rem}}@media(max-width:1024px){.login-btn{padding:.5rem 1.125rem;font-size:.9rem}}@media(max-width:1000px){.login-btn{padding:.475rem 1.05rem;font-size:.8875rem}}@media(max-width:768px){.login-btn{padding:.45rem 1rem;font-size:.875rem}}@media(max-width:640px){.login-btn{padding:.4rem .875rem;font-size:.8125rem}}@media(max-width:480px){.login-btn{padding:.375rem .75rem;font-size:.8rem}}@media(max-width:375px){.login-btn{padding:.35rem .65rem;font-size:.775rem}}[data-theme=dark] .profile-icon-btn{background:#ffffff1a;border-color:#ff980080}[data-theme=dark] .profile-icon-btn:hover{background:#ff980026;border-color:#ff9800}[data-theme=dark] .login-btn{background:#ffffff1a;border-color:#fff3}[data-theme=dark] .login-btn:hover{background:#ffffff26}@media(max-width:560px){.navbar-container{padding:0 .45rem}.brand-title{display:none}.navbar-brand{gap:.25rem;padding-inline:.15rem}.brand-icon{font-size:1.55rem}.navbar-actions{gap:.35rem}.profile-icon-link,.mobile-search-btn,.mobile-menu-btn{width:36px;height:36px}.login-btn{padding:.4rem .68rem;font-size:.76rem}.mobile-search-container{padding:.75rem}.search-input{font-size:.8125rem;padding-left:2.5rem}}@media(max-width:360px){.navbar-content{height:56px}.profile-icon-link,.mobile-search-btn,.mobile-menu-btn{width:34px;height:34px}.profile-avatar-icon{font-size:1.2rem}.login-btn{padding:.38rem .58rem;font-size:.72rem}}.footer{background:#1a1a1a;color:#fff;margin-top:auto;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -2px 8px #0000001a}.footer-content{max-width:1155px;margin:0 auto;padding:.625rem 1rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.footer-text{color:#ffffffb3;font-size:.8125rem;font-weight:400}.footer-links{display:flex;gap:1.25rem;flex-wrap:wrap}.footer-link{color:#fffc;text-decoration:none;font-size:.8125rem;transition:color .25s ease;font-weight:400;background:none;border:none;cursor:pointer;padding:0;font-family:inherit}.footer-link:hover{color:#ff9800;text-decoration:underline}.about-modal-content{padding:1rem;max-height:70vh;overflow-y:auto}.about-modal-title{font-size:1.75rem;font-weight:700;color:#ff6f00;margin-bottom:1.5rem;display:flex;align-items:center;border-bottom:2px solid #ff9800;padding-bottom:1rem}.about-section{margin-bottom:2rem}.about-section h3{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.75rem}.about-section p{color:#555;line-height:1.6;font-size:1rem}.about-features-list{list-style:none;padding-left:0;color:#555}.about-features-list li{padding:.5rem 0 .5rem 1.5rem;position:relative;line-height:1.6}.about-features-list li:before{content:"✓";position:absolute;left:0;color:#ff6f00;font-weight:700;font-size:1.2rem}.about-features-list li strong{color:#ff6f00}[data-theme=dark] .about-modal-title{color:#ff8f00}[data-theme=dark] .about-section h3{color:#e0e0e0}[data-theme=dark] .about-section p,[data-theme=dark] .about-features-list{color:#b0b0b0}[data-theme=dark] .about-features-list li strong{color:#ff8f00}@media(max-width:768px){.footer-content{padding:.5rem .875rem;gap:.5rem}.footer-text{font-size:.75rem}.footer-links{gap:1rem}.footer-link{font-size:.75rem}.about-modal-title{font-size:1.5rem}.about-section h3{font-size:1.1rem}}@media(max-width:640px){.footer-content{flex-direction:column;gap:.375rem;padding:.5rem .75rem}.footer-text{font-size:.6875rem;text-align:center}.footer-links{gap:.75rem;flex-wrap:wrap;justify-content:center}.footer-link{font-size:.6875rem}.about-modal-content{padding:.5rem}.about-modal-title{font-size:1.25rem}}@media(max-width:480px){.footer-links{gap:.5rem}}.home-page.home-storefront{max-width:1600px;margin:0 auto;min-height:calc(100vh - 80px);background:radial-gradient(circle at top left,rgba(79,70,229,.06),transparent 22%),linear-gradient(180deg,#f8fafc,#eef2f7)}[data-theme=dark] .home-page.home-storefront{background:radial-gradient(circle at top left,rgba(99,102,241,.16),transparent 24%),linear-gradient(180deg,#111827,#0f172a)}.home-storefront__toolbar{display:flex;position:relative;z-index:120;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem;border:1px solid rgba(148,163,184,.16);border-radius:20px;background:#ffffffe6;box-shadow:0 12px 30px #0f172a14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-theme=dark] .home-storefront__toolbar{background:#0f172ad1;border-color:#6366f12e;box-shadow:0 16px 36px #00000047}.home-storefront__filters{display:flex;gap:.95rem;flex:1;flex-wrap:wrap}.home-storefront__control{min-width:170px;display:flex;flex-direction:column;gap:.4rem}.home-storefront__menu,.home-storefront__control--sort{position:relative}.home-storefront__control-label{font-size:.75rem;font-weight:700;color:#64748b;letter-spacing:.03em;text-transform:uppercase}[data-theme=dark] .home-storefront__control-label{color:#94a3b8}.home-storefront__menu-trigger{width:100%;min-height:50px;display:inline-flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border:1px solid #dbe3ef;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fafc);color:#0f172a;font-size:1rem;font-weight:700;outline:none;cursor:pointer;box-shadow:0 8px 18px #0f172a0f;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background-color .18s ease}.home-storefront__menu-trigger svg{width:1rem;height:1rem;color:#64748b;transition:transform .18s ease}.home-storefront__menu-trigger:hover,.home-storefront__menu-trigger.is-open,.home-storefront__menu-trigger:focus-visible{border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51f}.home-storefront__menu-trigger.is-open svg{transform:rotate(180deg)}[data-theme=dark] .home-storefront__menu-trigger{border-color:#334155;background:linear-gradient(180deg,#0f172af5,#111827f5);color:#e2e8f0;box-shadow:0 12px 24px #0206173d}[data-theme=dark] .home-storefront__menu-trigger svg{color:#94a3b8}.home-storefront__menu-panel{position:absolute;top:calc(100% + .55rem);left:0;right:0;z-index:220;padding:.45rem;border:1px solid rgba(148,163,184,.2);border-radius:16px;background:#fffffffa;box-shadow:0 20px 40px #0f172a2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);max-height:min(320px,50vh);overflow-y:auto}[data-theme=dark] .home-storefront__menu-panel{border-color:#475569bf;background:#0f172af5;box-shadow:0 20px 44px #0206176b}.home-storefront__menu-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem .9rem;border:none;border-radius:12px;background:transparent;color:#0f172a;font-size:.96rem;font-weight:600;text-align:left;cursor:pointer;transition:background-color .16s ease,color .16s ease,transform .16s ease}.home-storefront__menu-option:hover,.home-storefront__menu-option.is-active{background:#eef2ff;color:#312e81}.home-storefront__menu-option svg{width:1rem;height:1rem;color:currentColor}[data-theme=dark] .home-storefront__menu-option{color:#e2e8f0}[data-theme=dark] .home-storefront__menu-option:hover,[data-theme=dark] .home-storefront__menu-option.is-active{background:#4f46e52e;color:#c7d2fe}.home-storefront__view-toggle{display:flex;align-items:center;gap:.45rem;white-space:nowrap}.home-storefront__view-label{font-size:.95rem;font-weight:600;color:#475569}[data-theme=dark] .home-storefront__view-label{color:#cbd5e1}.home-storefront__view-btn{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid transparent;background:transparent;color:#334155;cursor:pointer;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.home-storefront__view-btn svg{width:18px;height:18px}.home-storefront__view-btn:hover,.home-storefront__view-btn.is-active{background:#eef2ff;border-color:#4f46e529;color:#1e1b4b}[data-theme=dark] .home-storefront__view-btn{color:#cbd5e1}[data-theme=dark] .home-storefront__view-btn:hover,[data-theme=dark] .home-storefront__view-btn.is-active{background:#4f46e52e;border-color:#818cf83d;color:#e0e7ff}.home-storefront__summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0 1.1rem}.home-storefront__results{margin:0;font-size:.95rem;color:#64748b;font-weight:600}[data-theme=dark] .home-storefront__results{color:#94a3b8}.home-storefront__grid{display:grid;position:relative;z-index:1;gap:1.4rem}.home-storefront__grid--grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:stretch}.home-storefront__grid--compact{grid-template-columns:repeat(auto-fit,minmax(280px,380px));justify-content:start}.home-storefront__grid--list{grid-template-columns:1fr}.home-card{display:flex;flex-direction:column;height:100%;min-width:0;border-radius:20px;overflow:hidden;border:1px solid rgba(148,163,184,.18);background:#fff;box-shadow:0 10px 30px #0f172a14;animation:homeCardIn .36s ease both;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.home-card:hover{transform:translateY(-4px);border-color:#4f46e538;box-shadow:0 16px 36px #0f172a1f}[data-theme=dark] .home-card{background:#0f172a;border-color:#475569a6;box-shadow:0 16px 38px #00000042}[data-theme=dark] .home-card:hover{border-color:#818cf857}.home-card--list{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr)}.home-card__media{position:relative;display:block;width:100%;min-height:0;aspect-ratio:4 / 3;background:linear-gradient(180deg,#f8fafc,#eef2f7);overflow:hidden}.home-card--list .home-card__media{height:100%;min-height:100%;aspect-ratio:auto}[data-theme=dark] .home-card__media{background:linear-gradient(180deg,#1e293b,#0f172a)}.home-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.home-card:hover .home-card__image{transform:scale(1.04)}.home-card__placeholder{position:absolute;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}[data-theme=dark] .home-card__placeholder{background:linear-gradient(135deg,#1e293b,#111827)}.home-card__placeholder-emoji{font-size:4rem;line-height:1}.home-card__badge{position:absolute;z-index:2;padding:.35rem .7rem;border-radius:999px;font-size:.74rem;font-weight:700;letter-spacing:.01em;color:#fff}.home-card__badge--discount{top:.9rem;left:.9rem;background:linear-gradient(135deg,#4f46e5,#6366f1)}.home-card__badge--seller,.home-card__badge--stock{top:.9rem;right:.9rem}.home-card__badge--seller{background:linear-gradient(135deg,#0f766e,#14b8a6)}.home-card__badge--stock{background:linear-gradient(135deg,#b45309,#f59e0b)}.home-card__content{display:flex;flex:1;flex-direction:column;gap:.8rem;padding:1.1rem 1rem 1rem}.home-card--list .home-card__content{padding:1.25rem 1.2rem;justify-content:center}.home-card__topline{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.86rem}.home-card__category{color:#64748b;font-weight:600}.home-card__stock{color:#64748b;font-weight:500}[data-theme=dark] .home-card__category,[data-theme=dark] .home-card__stock{color:#94a3b8}.home-card__title-link{color:inherit;text-decoration:none}.home-card__title{margin:0;font-size:1.8rem;line-height:1.15;font-weight:700;color:#0f172a}.home-card--grid .home-card__title{font-size:1.35rem}[data-theme=dark] .home-card__title{color:#f8fafc}.home-card__description{margin:0;color:#64748b;font-size:.98rem;line-height:1.6;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}[data-theme=dark] .home-card__description{color:#94a3b8}.home-card__price-row{display:flex;align-items:baseline;gap:.7rem;margin-top:auto}.home-card__price{font-size:1.9rem;line-height:1;font-weight:800;color:#4f46e5}.home-card--grid .home-card__price{font-size:1.45rem}.home-card__price-was{font-size:.96rem;color:#94a3b8;text-decoration:line-through}.home-card__actions{display:flex;align-items:center;gap:.55rem}.home-card__cart-btn{flex:1;min-height:46px;border:none;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#4338ca);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.home-card__cart-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px #4338ca3d;filter:brightness(1.02)}.home-card__cart-btn.is-added{background:linear-gradient(135deg,#16a34a,#15803d)}.home-card__view-btn{width:46px;height:46px;flex:0 0 46px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.home-card__view-btn svg{width:20px;height:20px}.home-card__view-btn:hover{transform:translateY(-1px);border-color:#4f46e540;background:#eef2ff}[data-theme=dark] .home-card__view-btn{border-color:#334155;background:#111827;color:#e2e8f0}[data-theme=dark] .home-card__view-btn:hover{background:#4f46e52e}.home-storefront__skeleton{overflow:hidden;border-radius:20px;border:1px solid rgba(148,163,184,.16);background:#ffffffe6;box-shadow:0 10px 24px #0f172a0d}[data-theme=dark] .home-storefront__skeleton{background:#0f172adb;border-color:#4755698c}.home-storefront__skeleton-image{height:270px;background:linear-gradient(90deg,#e2e8f0,#f8fafc,#e2e8f0);background-size:200% 100%;animation:homeShimmer 1.5s infinite}[data-theme=dark] .home-storefront__skeleton-image{background:linear-gradient(90deg,#1e293b,#334155,#1e293b);background-size:200% 100%}.home-storefront__skeleton-body{display:flex;flex-direction:column;gap:.7rem;padding:1rem}.home-storefront__skeleton-line{height:12px;border-radius:999px;background:linear-gradient(90deg,#e2e8f0,#f8fafc,#e2e8f0);background-size:200% 100%;animation:homeShimmer 1.5s infinite}[data-theme=dark] .home-storefront__skeleton-line{background:linear-gradient(90deg,#1e293b,#334155,#1e293b);background-size:200% 100%}.home-storefront__skeleton-line--title{width:70%;height:18px}.home-storefront__skeleton-line--text{width:100%}.home-storefront__skeleton-line--price{width:34%;height:18px}.home-storefront__skeleton-line--button{width:40%;height:42px}.home-storefront__skeleton-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.35rem}.home-storefront__empty{padding:4rem 1.5rem;border-radius:20px;border:1px dashed rgba(148,163,184,.36);background:#ffffffc7;text-align:center}[data-theme=dark] .home-storefront__empty{background:#0f172ac7;border-color:#47556999}.home-storefront__empty-icon{font-size:3rem;margin-bottom:.75rem}@keyframes homeCardIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes homeShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:980px){.home-storefront__toolbar{flex-direction:column;align-items:stretch}.home-storefront__filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.home-storefront__view-toggle{justify-content:flex-end}.home-card--list{grid-template-columns:1fr}.home-card--list .home-card__media{aspect-ratio:4 / 3}}@media(max-width:640px){.home-page.home-storefront{padding-inline:.75rem}.home-storefront__filters{grid-template-columns:1fr}.home-storefront__control{min-width:0}.home-storefront__menu-panel{left:0;right:0;width:100%;max-height:min(280px,46vh)}.home-storefront__view-toggle{justify-content:space-between;width:100%}.home-storefront__summary{padding-top:.85rem}.home-storefront__grid--grid,.home-storefront__grid--compact{grid-template-columns:1fr}.home-card__title,.home-card--grid .home-card__title{font-size:1.2rem}.home-card__price,.home-card--grid .home-card__price{font-size:1.3rem}.home-card__actions{flex-wrap:wrap}.home-card__cart-btn,.home-card__view-btn{min-height:44px}.home-card__view-btn{flex:1 1 100%;width:100%}}@media(max-width:420px){.home-storefront__toolbar{padding:.9rem;border-radius:16px}.home-storefront__control-label{font-size:.7rem}.home-storefront__menu-trigger{min-height:46px;font-size:.94rem}.home-storefront__menu-panel{border-radius:12px}.home-storefront__menu-option{padding:.74rem .72rem;font-size:.9rem}.home-card__content{padding:.95rem .9rem .9rem}.home-card__topline{flex-direction:column;align-items:flex-start}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;box-shadow:0 4px 12px #0000001a,0 2px 6px #0000000f;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 24px #00000026,0 4px 12px #0000001a}.btn:active{transform:translateY(0) scale(.98);box-shadow:0 2px 8px #0000001a;transition:all .1s ease}.btn:focus-visible{outline:3px solid rgba(255,152,0,.5);outline-offset:3px}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:0 2px 6px #00000014;filter:grayscale(.3)}.btn-primary{background:linear-gradient(135deg,#ff6f00,#ff9800);color:#fff;position:relative;overflow:hidden;border:1px solid rgba(255,111,0,.3);box-shadow:0 4px 16px #ff6f004d,inset 0 1px #fff3}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transition:left .6s cubic-bezier(.4,0,.2,1)}.btn-primary:hover:before{left:100%}.btn-primary:hover{background:linear-gradient(135deg,#ff8f00,#ffa726);box-shadow:0 8px 32px #ff6f0080,0 0 30px #ff6f004d,inset 0 1px #ffffff4d;border-color:#ff980080}.btn-success{background:linear-gradient(135deg,#43a047,#66bb6a);color:#fff;border:1px solid rgba(67,160,71,.3);box-shadow:0 4px 16px #43a0474d,inset 0 1px #fff3}.btn-success:hover{background:linear-gradient(135deg,#66bb6a,#81c784);box-shadow:0 8px 32px #43a04780,0 0 30px #43a04733,inset 0 1px #ffffff4d;border-color:#66bb6a80}.btn-danger{background:linear-gradient(135deg,#e53935,#ef5350);color:#fff;border:1px solid rgba(229,57,53,.3);box-shadow:0 4px 16px #e539354d,inset 0 1px #fff3}.btn-danger:hover{background:linear-gradient(135deg,#f44336,#e57373);box-shadow:0 8px 32px #e5393580,0 0 30px #e5393533,inset 0 1px #ffffff4d;border-color:#f4433680}.btn-secondary{background:linear-gradient(135deg,#757575,#9e9e9e);color:#fff;border:1px solid rgba(117,117,117,.3);box-shadow:0 4px 16px #7575754d,inset 0 1px #fff3}.btn-secondary:hover{background:linear-gradient(135deg,#9e9e9e,#bdbdbd);box-shadow:0 8px 32px #75757566,0 0 30px #75757526,inset 0 1px #ffffff4d;border-color:#9e9e9e80}.btn-outline{background:#ffffffe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#ff6f00;border:2px solid rgba(255,111,0,.4);box-shadow:0 2px 8px #0000000f}[data-theme=dark] .btn-outline{background:#1e1e2d99;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#ffa726;border-color:#ff980066}.btn-outline:hover{background:#fff8f0f2;border-color:#ff6f0099;color:#ff8f00;box-shadow:0 6px 20px #ff6f0033,0 0 20px #ff6f001a}[data-theme=dark] .btn-outline:hover{background:#282837cc;border-color:#ff980099;color:#ffb74d;box-shadow:0 6px 20px #ff980033,0 0 25px #ff980026}.btn-outline:active{background:#fff3e0}[data-theme=dark] .btn-outline:active{background:#323241e6}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-lg{padding:1rem 2rem;font-size:1.125rem}[data-theme=dark] .btn-primary{background:linear-gradient(135deg,#ff9800,#ffa726);box-shadow:0 4px 16px #ff980066,inset 0 1px #fff3}[data-theme=dark] .btn-primary:hover{background:linear-gradient(135deg,#ffa726,#ffb74d);box-shadow:0 8px 32px #ff980099,0 0 35px #ff980066,inset 0 1px #ffffff4d}[data-theme=dark] .btn-success{background:linear-gradient(135deg,#66bb6a,#81c784);box-shadow:0 4px 16px #66bb6a66,inset 0 1px #fff3}[data-theme=dark] .btn-success:hover{background:linear-gradient(135deg,#81c784,#a5d6a7);box-shadow:0 8px 32px #66bb6a99,0 0 35px #66bb6a4d,inset 0 1px #ffffff4d}[data-theme=dark] .btn-danger{background:linear-gradient(135deg,#ef5350,#e57373);box-shadow:0 4px 16px #ef535066,inset 0 1px #fff3}[data-theme=dark] .btn-danger:hover{background:linear-gradient(135deg,#e57373,#ef9a9a);box-shadow:0 8px 32px #ef535099,0 0 35px #ef53504d,inset 0 1px #ffffff4d}[data-theme=dark] .btn-secondary{background:linear-gradient(135deg,#90a4ae,#b0bec5);box-shadow:0 4px 16px #90a4ae66,inset 0 1px #fff3}[data-theme=dark] .btn-secondary:hover{background:linear-gradient(135deg,#b0bec5,#cfd8dc);box-shadow:0 8px 32px #90a4ae80,0 0 30px #90a4ae33,inset 0 1px #ffffff4d}@media(max-width:768px){.btn{padding:.625rem 1.25rem;font-size:.9375rem}.btn-sm{padding:.5rem .875rem;font-size:.8125rem}.btn-lg{padding:.875rem 1.75rem;font-size:1rem}}@media(max-width:640px){.btn{padding:.5rem 1rem;font-size:.875rem}.btn-sm{padding:.375rem .75rem;font-size:.75rem}.btn-lg{padding:.75rem 1.5rem;font-size:.9375rem}}.product-detail-page{max-width:1320px;margin:0 auto;padding:.75rem 1rem 2rem}.product-detail-container{padding:0}.product-detail-grid{display:grid;grid-template-columns:minmax(420px,1fr) minmax(0,1.15fr);gap:1.3rem;margin-bottom:1.4rem}.product-image-section,.product-info-section{border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 8px 24px #0f172a0d}.product-image-section{padding:1rem;height:fit-content;position:sticky;top:90px}.product-gallery-shell{display:grid;grid-template-columns:74px minmax(0,1fr);gap:.85rem}.product-thumbnails{display:grid;grid-auto-rows:64px;gap:.55rem;align-content:start;max-height:410px;overflow-y:auto;padding-right:.25rem}.thumbnail{width:100%;height:64px;border:1px solid #dbe6f2;border-radius:10px;background:#f8fafc;cursor:pointer;padding:0;overflow:hidden;transition:border-color .14s ease,transform .14s ease,box-shadow .14s ease}.thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.thumbnail:hover,.thumbnail.active{border-color:#2563eb;transform:translateY(-1px);box-shadow:0 0 0 3px #2563eb24}.product-main-image{position:relative;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;background:#f8fafc;aspect-ratio:1 / 1}.product-large-image{width:100%;height:100%;object-fit:contain;display:block;background:#fff}.product-discount-badge,.product-stock-badge{position:absolute;z-index:2;border-radius:999px;font-size:.74rem;font-weight:700;padding:.3rem .68rem}.product-discount-badge{top:.75rem;left:.75rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.product-stock-badge{top:.75rem;right:.75rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.product-gallery-cart-action{margin-top:.85rem}.product-info-section{padding:1rem 1.15rem;display:flex;flex-direction:column;gap:.9rem}.product-brand-row{color:#1e40af;font-size:.78rem;font-weight:800;letter-spacing:.04em}.product-detail-title{margin:0;font-size:1.45rem;line-height:1.35;color:#0f172a;font-weight:800}.product-breadcrumb-tags{display:flex;flex-wrap:wrap;gap:.48rem}.product-tag{display:inline-flex;align-items:center;border-radius:999px;padding:.26rem .62rem;background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;font-size:.74rem;font-weight:700}.product-tag.fresh{background:#ecfdf5;border-color:#bbf7d0;color:#047857}.product-tag.in-stock{background:#fefce8;border-color:#fef08a;color:#92400e}.product-pricing{border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:.75rem 0;display:grid;grid-template-columns:auto auto 1fr;gap:.6rem 1rem;align-items:center}.current-price{font-size:2rem;line-height:1;color:#0f172a;font-weight:800}.discount-text{color:#16a34a;font-size:.92rem;font-weight:700}.original-price{grid-column:1 / -1;color:#64748b;font-size:.84rem;font-weight:600}.product-offers-card,.product-detail-card{border:1px solid #e2e8f0;border-radius:12px;padding:.78rem .82rem;background:#fff}.product-offers-card h3,.product-detail-card h3{margin:0 0 .52rem;color:#0f172a;font-size:1.04rem;font-weight:800}.product-offers-card ul,.product-detail-list{margin:0;padding-left:1.05rem;display:flex;flex-direction:column;gap:.36rem}.product-offers-card li,.product-detail-list li{color:#334155;font-size:.86rem;line-height:1.45;font-weight:600}.product-detail-meta{margin:0;color:#0f172a;font-size:.92rem;font-weight:700}.product-detail-note{margin:.35rem 0 0;color:#475569;font-size:.84rem;line-height:1.45;font-weight:600}.product-quantity-section{display:flex;flex-direction:column;gap:.56rem}.product-quantity-section label{color:#334155;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.quantity-controls{display:inline-flex;align-items:center;gap:.5rem}.qty-btn{width:36px;height:36px;border:1px solid #cbd5e1;border-radius:10px;background:#f8fafc;color:#1f2937;font-size:1.05rem;font-weight:700;cursor:pointer}.qty-btn:hover{border-color:#2563eb;color:#2563eb}.qty-input{width:84px;height:36px;border:1px solid #cbd5e1;border-radius:10px;text-align:center;color:#0f172a;font-weight:700;font-size:.9rem}.qty-available{color:#64748b;font-size:.8rem;font-weight:600}.product-actions{display:flex;gap:.7rem}.product-delivery-info{display:grid;gap:.55rem}.delivery-item{display:flex;align-items:center;gap:.66rem;border:1px solid #e2e8f0;border-radius:10px;padding:.56rem .65rem}.delivery-item.compact{background:#fff}.delivery-icon{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eff6ff;font-size:1rem}.delivery-item strong{display:block;color:#0f172a;font-size:.82rem}.delivery-item p{margin:.1rem 0 0;color:#64748b;font-size:.76rem}.product-description-section,.related-products-section{border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 8px 24px #0f172a0d;padding:1rem;margin-bottom:1.2rem}.product-description-section h2,.related-products-section h2{margin:0;color:#0f172a;font-size:1.22rem;font-weight:800}.product-description-section p{margin:.72rem 0 0;color:#334155;font-size:.9rem;line-height:1.55}.product-specs{margin-top:.95rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.spec-item{border:1px solid #e2e8f0;border-radius:10px;padding:.55rem .68rem;display:flex;justify-content:space-between;gap:.6rem}.spec-label{color:#64748b;font-size:.8rem;font-weight:700}.spec-value{color:#0f172a;font-size:.8rem;font-weight:700;text-align:right}.related-subtitle{margin:.34rem 0 .82rem;color:#64748b;font-size:.86rem}.related-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:.85rem}.related-product-card{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.related-product-card:hover{border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 10px 22px #2563eb1f}.related-product-image{position:relative;aspect-ratio:4 / 3;background:#f8fafc}.related-product-image img{width:100%;height:100%;object-fit:cover}.related-discount{position:absolute;top:.45rem;left:.45rem;border-radius:999px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:.66rem;font-weight:700;padding:.2rem .46rem}.related-product-info{padding:.7rem}.related-product-name{margin:0;color:#0f172a;font-size:.9rem;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.related-product-category{margin-top:.45rem;display:inline-flex;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;font-size:.68rem;font-weight:700;padding:.18rem .5rem}.related-product-price{margin-top:.5rem;display:flex;align-items:center;gap:.42rem}.related-price-current{color:#059669;font-size:.94rem;font-weight:800}.related-price-original{color:#94a3b8;font-size:.72rem;font-weight:700;text-decoration:line-through}.related-add-btn{margin-top:.52rem;width:100%;border:none;border-radius:9px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;min-height:34px;font-size:.78rem;font-weight:700;cursor:pointer}.loading-state{text-align:center;padding:4rem 1rem}.loading-spinner{font-size:2.6rem;margin-bottom:.7rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-theme=dark] .product-image-section,[data-theme=dark] .product-info-section,[data-theme=dark] .product-description-section,[data-theme=dark] .related-products-section,[data-theme=dark] .product-offers-card,[data-theme=dark] .product-detail-card,[data-theme=dark] .delivery-item.compact,[data-theme=dark] .related-product-card{background:#111827;border-color:#334155}[data-theme=dark] .product-main-image,[data-theme=dark] .thumbnail,[data-theme=dark] .related-product-image{background:#0f172a;border-color:#334155}[data-theme=dark] .product-large-image{background:#0f172a}[data-theme=dark] .thumbnail:hover,[data-theme=dark] .thumbnail.active{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f638}[data-theme=dark] .product-detail-title,[data-theme=dark] .current-price,[data-theme=dark] .product-offers-card h3,[data-theme=dark] .product-detail-card h3,[data-theme=dark] .product-detail-meta,[data-theme=dark] .delivery-item strong,[data-theme=dark] .product-description-section h2,[data-theme=dark] .related-products-section h2,[data-theme=dark] .spec-value,[data-theme=dark] .related-product-name{color:#f8fafc}[data-theme=dark] .product-tag{background:#2563eb33;border-color:#1d4ed8;color:#bfdbfe}[data-theme=dark] .product-tag.fresh{background:#10b98133;border-color:#10b981;color:#6ee7b7}[data-theme=dark] .product-tag.in-stock{background:#f59e0b33;border-color:#f59e0b;color:#fcd34d}[data-theme=dark] .product-pricing{border-color:#334155}[data-theme=dark] .original-price,[data-theme=dark] .product-detail-note,[data-theme=dark] .qty-available,[data-theme=dark] .delivery-item p,[data-theme=dark] .product-description-section p,[data-theme=dark] .related-subtitle,[data-theme=dark] .spec-label{color:#94a3b8}[data-theme=dark] .product-offers-card li,[data-theme=dark] .product-detail-list li{color:#cbd5e1}[data-theme=dark] .qty-btn,[data-theme=dark] .qty-input,[data-theme=dark] .spec-item{background:#0f172a;border-color:#334155;color:#e2e8f0}[data-theme=dark] .delivery-icon,[data-theme=dark] .related-product-category{background:#2563eb2e;border-color:#1d4ed8;color:#bfdbfe}@media(max-width:1080px){.product-detail-page{padding:.6rem .8rem 1.6rem}.product-detail-grid{grid-template-columns:1fr}.product-image-section{position:static}}@media(max-width:760px){.product-gallery-shell{grid-template-columns:1fr}.product-thumbnails{grid-auto-flow:column;grid-auto-columns:64px;grid-auto-rows:unset;max-height:none;overflow-x:auto;overflow-y:hidden;order:2}.product-pricing{grid-template-columns:1fr;gap:.3rem}.current-price{font-size:1.75rem}.product-actions{flex-direction:column}.product-specs{grid-template-columns:1fr}}@media(max-width:540px){.product-detail-page{padding:.5rem .66rem 1.25rem}.product-image-section,.product-info-section,.product-description-section,.related-products-section{padding:.85rem}.product-detail-title{font-size:1.2rem}.related-products-grid{grid-template-columns:1fr}}.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008;border:1px solid rgba(0,0,0,.06);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ff6f00,#f57c00,#ff6f00);transform:scaleX(0);transition:transform .3s ease}.card.hoverable:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a,0 4px 12px #0000000d;border-color:#ff6f004d}.card.hoverable:hover:before{transform:scaleX(1)}.card-header{padding:1.5rem;background:linear-gradient(180deg,#fafafa,#fff);border-bottom:1px solid rgba(0,0,0,.06);display:flex;justify-content:space-between;align-items:center}.card-title{font-size:1.375rem;font-weight:700;color:#111827;letter-spacing:-.02em}.card-subtitle{font-size:.875rem;color:#64748b;margin-top:.375rem;font-weight:500;line-height:1.5}.card-action{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#2563eb;font-size:.875rem;font-weight:600;transition:all .3s ease}.card-action:hover{color:#1d4ed8;gap:.75rem}[data-theme=dark] .card{background:linear-gradient(135deg,#1a1f35,#252b42);border-color:#667eea33}[data-theme=dark] .card.hoverable:hover{border-color:#667eea80;box-shadow:0 4px 12px #667eea4d}[data-theme=dark] .card-header{background:#0003;border-bottom-color:#667eea33}[data-theme=dark] .card-title{color:#e0e0e0}[data-theme=dark] .card-subtitle{color:#94a3b8}[data-theme=dark] .card-action{color:#60a5fa}[data-theme=dark] .card-action:hover{color:#93c5fd}@media(max-width:768px){.card-header,.card-body{padding:1.25rem}.card-title{font-size:1.25rem}}@media(max-width:640px){.card-header{padding:1rem;flex-direction:column;align-items:flex-start;gap:.75rem}.card-body{padding:1rem}.card-title{font-size:1.125rem}.card-subtitle{font-size:.8125rem}}@media(max-width:480px){.card{border-radius:12px}.card-header,.card-body{padding:.875rem}.card-title{font-size:1rem}.card-subtitle{font-size:.75rem}.card-action{font-size:.8125rem}}.form-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.875rem}[data-theme=dark] .form-label{color:#e0e0e0}.form-input,.form-select{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .2s cubic-bezier(.4,0,.2,1);background:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none;color:#1e293b;font-weight:500;box-shadow:0 1px 2px #0000000a;outline:none;line-height:1.5}.form-input:hover:not(:disabled),.form-select:hover:not(:disabled){border-color:#cbd5e1;box-shadow:0 2px 4px #0000000f}.form-input:focus,.form-select:focus{border-color:#ff6f00;box-shadow:0 0 0 3px #ff6f001a,0 1px 2px #0000000a;background:#fff}.form-input:disabled,.form-select:disabled{background:#f8fafc;cursor:not-allowed;opacity:.6}.form-input::placeholder{color:#9ca3af;font-weight:400}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23475569' d='M1.41 0L6 4.59L10.59 0L12 1.41L6 7.41L0 1.41z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px;padding-right:2.5rem;cursor:pointer}[data-theme=dark] .form-input,[data-theme=dark] .form-select{background:linear-gradient(135deg,#1e293b,#334155);border-color:#667eea4d;color:#e0e0e0;box-shadow:0 2px 6px #0000004d}[data-theme=dark] .form-input:hover,[data-theme=dark] .form-select:hover{border-color:#ff980080;box-shadow:0 2px 8px #ff980026}[data-theme=dark] .form-input:focus,[data-theme=dark] .form-select:focus{border-color:#ff9800;box-shadow:0 0 0 4px #ff980033,0 2px 12px #ff980040}[data-theme=dark] .form-input::placeholder{color:#64748b}[data-theme=dark] .form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2394a3b8' d='M1.41 0L6 4.59L10.59 0L12 1.41L6 7.41L0 1.41z'/%3E%3C/svg%3E")}.form-input.error{border-color:#ef4444}[data-theme=dark] .form-input.error{border-color:#ef5350;box-shadow:0 0 0 4px #ef444433}.form-error{color:#ef4444;font-size:.875rem;margin-top:.25rem;display:flex;align-items:center;gap:.25rem;font-weight:500}[data-theme=dark] .form-error{color:#ef5350}@media(max-width:768px){.form-group{margin-bottom:1.25rem}.form-input,.form-select{padding:.625rem .875rem;font-size:.9375rem}.form-label{font-size:.8125rem}}@media(max-width:640px){.form-group{margin-bottom:1rem}.form-input,.form-select{padding:.5rem .75rem;font-size:.875rem;border-radius:8px}.form-label{font-size:.75rem}.form-error{font-size:.8125rem}}@media(max-width:480px){.form-input,.form-select{padding:.5rem;font-size:.8125rem}.form-select{padding-right:2rem}}.modal-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(8px) saturate(120%);-webkit-backdrop-filter:blur(8px) saturate(120%);z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding:3rem 1rem 1rem;animation:fadeIn .25s cubic-bezier(.4,0,.2,1);overflow-y:auto}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0003,0 8px 16px #0000001a;max-width:90vw;max-height:85vh;display:flex;flex-direction:column;animation:modalSlideUp .3s cubic-bezier(.34,1.56,.64,1);border:1px solid rgba(255,255,255,.1)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{background:linear-gradient(135deg,#fff8f0,#fff);padding:1.25rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.06);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.modal-title{font-size:1.375rem;font-weight:700;color:#111827;letter-spacing:-.02em}.modal-close{background:#0000000a;border:none;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);color:#64748b}.modal-close:hover{background:#ef44441a;color:#dc2626;transform:rotate(90deg) scale(1.05)}.modal-close:focus-visible{outline:2px solid #ff6f00;outline-offset:2px}.modal-body{padding:1.5rem;line-height:1.6;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.modal-body::-webkit-scrollbar-thumb{background:silver;border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.modal-footer{background:linear-gradient(180deg,#fff,#f9fafb);padding:1.25rem 1.5rem;border-top:1px solid rgba(0,0,0,.06);display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap;flex-shrink:0}@media(max-width:768px){.modal-overlay{padding:.5rem}.modal-content{max-width:95vw;max-height:90vh;border-radius:12px}.modal-header{padding:1rem 1.25rem}.modal-title{font-size:1.125rem}.modal-body,.modal-footer{padding:1rem 1.25rem}}@media(max-width:640px){.modal-overlay{padding:0;align-items:flex-end}.modal-content{max-width:100%;max-height:95vh;border-radius:16px 16px 0 0}.modal-header{padding:1rem}.modal-title{font-size:1rem}.modal-body{padding:.875rem 1rem}.modal-footer{padding:1rem;flex-direction:column-reverse}.modal-footer>*{width:100%}}[data-theme=dark] .modal-content{background:#1a1a1a;border-color:#333}[data-theme=dark] .modal-header{background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border-bottom-color:#333}[data-theme=dark] .modal-title{color:#fff}[data-theme=dark] .modal-close{background:#ffffff0d;color:#9e9e9e}[data-theme=dark] .modal-close:hover{background:#ef444433;color:#ef4444}[data-theme=dark] .modal-body::-webkit-scrollbar-track{background:#2a2a2a}[data-theme=dark] .modal-body::-webkit-scrollbar-thumb{background:#444}[data-theme=dark] .modal-body::-webkit-scrollbar-thumb:hover{background:#555}[data-theme=dark] .modal-footer{background:linear-gradient(180deg,#1a1a1a,#111);border-top-color:#333}.footer-link:hover{color:#fff}.page-header{margin-bottom:1.25rem;animation:slideUp .6s ease-out}.page-title{font-size:2.5rem;font-weight:800;color:var(--accent-primary);margin-bottom:.5rem;animation:slideInLeft .8s ease-out}.page-subtitle{color:#b0b0b0;font-size:1.125rem;animation:slideInLeft .8s ease-out .1s both}.stats-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.25rem}.stat-card{background:#1f2937;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px #00000080;border:1px solid rgba(0,217,255,.2);transition:all .3s ease;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;inset:0;background:#00d9ff0d;opacity:0;transition:opacity .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001f;border-color:var(--accent-primary)}.stat-content{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.stat-info h3{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#a0a0a0;margin-bottom:.75rem}.stat-value{font-size:2rem;font-weight:700;color:#fff}.stat-icon{font-size:3rem;padding:1rem;border-radius:16px;box-shadow:0 4px 12px #0000001a;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.stat-card:hover .stat-icon{transform:scale(1.15) rotate(5deg);box-shadow:0 8px 20px #00000026}.stat-icon.blue{background:#00d9ff26;color:#00d9ff}.stat-icon.green{background:#10b98126;color:#10b981}.stat-icon.yellow{background:#f59e0b26;color:#f59e0b}.stat-icon.accent{background:#9370db26;color:#9370db}.card{background:#1f2937;border-radius:8px;box-shadow:0 2px 8px #00000080;border:1px solid rgba(0,217,255,.2);overflow:hidden;transition:all .3s ease}.card.hoverable:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001f;border-color:var(--accent-primary)}.card-header{padding:1.5rem;background:#111827;border-bottom:1px solid rgba(0,217,255,.15);display:flex;justify-content:space-between;align-items:center}.card-title{font-size:1.5rem;font-weight:700;color:#fff}.card-subtitle{font-size:.875rem;color:#a0a0a0;margin-top:.375rem;font-weight:500}.card-action,.card-action-link{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:#00d9ff;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;background:#00d9ff26;border:1px solid rgba(0,217,255,.4);transition:all .3s ease;box-shadow:0 2px 4px #00d9ff33}.card-action:hover,.card-action-link:hover{background:#00d9ff40;border-color:#00d9ff;gap:.75rem;transform:translateY(-2px);box-shadow:0 4px 8px #00d9ff4d}.card-action span,.card-action-link span{transition:transform .3s ease}.card-action:hover span,.card-action-link:hover span{transform:translate(4px)}.card-body{padding:1.5rem}.alerts-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.alert-items{display:flex;flex-direction:column;gap:.75rem}.alert-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-radius:12px;border:2px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);animation:slideInRight .5s ease-out}.alert-item:nth-child(1){animation-delay:.1s}.alert-item:nth-child(2){animation-delay:.2s}.alert-item:nth-child(3){animation-delay:.3s}.alert-item:hover{box-shadow:0 6px 16px #0000001f;transform:translate(4px)}.alert-item.alert-warning{background:#f59e0b26;border-color:#f59e0b66}.alert-item.alert-warning:hover{border-color:#f59e0b}.alert-item.alert-danger{background:#ef444426;border-color:#ef444466}.alert-item.alert-danger:hover{border-color:#ef4444}.alert-item-content{display:flex;align-items:center;gap:1rem;flex:1}.alert-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#fff;background:#f59e0b;box-shadow:0 4px 12px #00000026;flex-shrink:0}.alert-icon-danger{background:#ef4444;font-size:1.125rem}.alert-item-name{font-weight:600;color:#fff;margin-bottom:.25rem;font-size:.938rem}.alert-item-category{font-size:.813rem;color:#a0a0a0;display:flex;align-items:center;gap:.375rem}.alert-item-details{text-align:right;flex-shrink:0;padding-left:1rem}.alert-badge{font-size:.813rem;font-weight:700;padding:.5rem 1rem;border-radius:8px;display:inline-block;margin-bottom:.25rem;letter-spacing:.025em;transition:all .3s ease;box-shadow:0 2px 4px #00000014}.alert-badge-warning{background:#f59e0b26;color:#f59e0b;border:1.5px solid rgba(245,158,11,.4)}.alert-badge-danger{background:#ef444426;color:#ef4444;border:1.5px solid rgba(239,68,68,.4)}.alert-item:hover .alert-badge-danger{background:#ef444440;border-color:#ef4444;transform:translateY(-1px);box-shadow:0 3px 6px #ef44444d}.alert-item:hover .alert-badge-warning{background:#f59e0b40;border-color:#f59e0b;transform:translateY(-1px);box-shadow:0 3px 6px #f59e0b4d}.alert-item-meta{font-size:.75rem;color:#a0a0a0}.alert-empty{text-align:center;padding:3rem 1rem}.alert-empty-icon{font-size:4rem;margin-bottom:1rem}.alert-empty-text{color:#a0a0a0;font-weight:500;font-size:.938rem}.quick-actions-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.action-card{position:relative;padding:2rem;border-radius:12px;text-decoration:none;overflow:hidden;background:#1f2937;border:2px solid rgba(0,217,255,.2);transition:all .3s ease;box-shadow:0 2px 8px #00000080;display:block}.action-card:nth-child(1){animation-delay:.05s}.action-card:nth-child(2){animation-delay:.1s}.action-card:nth-child(3){animation-delay:.15s}.action-card:before{content:"";position:absolute;inset:0;background:transparent;transition:background .3s ease;z-index:0}.action-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026;border-color:var(--accent-primary)}.action-card:hover:before{background:#00d9ff0d}.action-card-blue{border-left:5px solid #2563eb}.action-card-blue:hover{border-color:#2563eb}.action-card-green{border-left:5px solid #16a34a}.action-card-green:hover{border-color:#16a34a}.action-card-accent{border-left:5px solid var(--accent-warning)}.action-card-accent:hover{border-color:var(--accent-warning)}.action-card-icon{font-size:3rem;margin-bottom:1rem;display:inline-block;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;z-index:1}.action-card:hover .action-card-icon{transform:scale(1.15) rotate(-5deg)}.action-card-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#fff;position:relative;z-index:1}.action-card-text{font-size:.938rem;color:#b0b0b0;line-height:1.6;margin-bottom:1.25rem;position:relative;z-index:1}.action-card-cta{display:flex;align-items:center;gap:.5rem;font-size:.938rem;font-weight:600;color:#00d9ff;position:relative;z-index:1}.action-card-blue .action-card-cta{color:#00d9ff}.action-card-green .action-card-cta{color:#10b981}.action-card-accent .action-card-cta{color:#f59e0b}.action-arrow{transition:transform .3s ease;font-size:1.125rem}.action-card:hover .action-arrow{transform:translate(.5rem)}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.quick-actions-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.stats-grid{grid-template-columns:repeat(4,1fr)}.alerts-grid{grid-template-columns:repeat(2,1fr)}.quick-actions-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.stat-card{padding:1.25rem}.stat-value{font-size:2rem}}@media(max-width:640px){.page-header{margin-bottom:1rem}.page-title{font-size:1.5rem}.page-subtitle{font-size:.875rem}.stats-grid{gap:1rem}.stat-card{padding:1rem}.stat-value{font-size:1.75rem}.stat-label{font-size:.75rem}.alert-item{padding:.875rem 1rem;flex-direction:column;align-items:flex-start;gap:.75rem}.alert-item-content{width:100%}.alert-item-details{width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center}.action-card{padding:1.5rem}.action-card-icon{font-size:2.5rem}.action-card-title{font-size:1.125rem}.action-card-text{font-size:.875rem}}[data-theme=light] .page-subtitle{color:#6b7280}[data-theme=light] .stat-card{background:#fff;border-color:#3b82f633;box-shadow:0 2px 8px #00000014}[data-theme=light] .stat-card:hover{box-shadow:0 4px 16px #3b82f626;border-color:#3b82f666}[data-theme=light] .stat-card:before{background:#3b82f608}[data-theme=light] .stat-info h3{color:#6b7280}[data-theme=light] .stat-value{color:#1f2937}[data-theme=light] .stat-icon.blue{background:#3b82f61a;color:#3b82f6}[data-theme=light] .stat-icon.green{background:#22c55e1a;color:#22c55e}[data-theme=light] .stat-icon.yellow{background:#fb923c1a;color:#fb923c}[data-theme=light] .stat-icon.accent{background:#9370db1a;color:#9370db}[data-theme=light] .card{background:#fff;border-color:#3b82f626;box-shadow:0 1px 3px #0000001a}[data-theme=light] .card.hoverable:hover{box-shadow:0 4px 12px #3b82f626;border-color:#3b82f64d}[data-theme=light] .card-header{background:#f9fafb;border-bottom-color:#e5e7ebcc}[data-theme=light] .card-title{color:#1f2937}[data-theme=light] .card-subtitle{color:#6b7280}[data-theme=light] .card-action,[data-theme=light] .card-action-link{background:#3b82f61a;border-color:#3b82f64d;color:#3b82f6}[data-theme=light] .card-action:hover,[data-theme=light] .card-action-link:hover{background:#3b82f626;border-color:#3b82f680;box-shadow:0 2px 6px #3b82f626}[data-theme=light] .alert-item{background:#f3f4f6;border-color:#e5e7eb99}[data-theme=light] .alert-item:hover{box-shadow:0 2px 8px #0000000d;background:#eff6ff}[data-theme=light] .alert-item.alert-warning{background:#fbbf2414;border-color:#fbbf244d}[data-theme=light] .alert-item.alert-warning:hover{border-color:#fbbf24;background:#fbbf241f}[data-theme=light] .alert-item.alert-danger{background:#ef444414;border-color:#ef44444d}[data-theme=light] .alert-item.alert-danger:hover{border-color:#f87171;background:#ef44441f}[data-theme=light] .alert-item-name{color:#1f2937}[data-theme=light] .alert-item-category{color:#6b7280}[data-theme=light] .alert-badge-warning{background:#fbbf241a;color:#d97706;border-color:#fbbf244d}[data-theme=light] .alert-badge-danger{background:#ef44441a;color:#dc2626;border-color:#ef44444d}[data-theme=light] .alert-item:hover .alert-badge-warning{background:#fbbf2426;border-color:#fbbf2480}[data-theme=light] .alert-item:hover .alert-badge-danger{background:#ef444426;border-color:#ef444480}[data-theme=light] .alert-empty-text{color:#6b7280}[data-theme=light] .action-card{background:#fff;border-color:#3b82f626;box-shadow:0 1px 3px #0000001a}[data-theme=light] .action-card:before{background:transparent}[data-theme=light] .action-card:hover{box-shadow:0 4px 16px #3b82f626;border-color:#3b82f64d}[data-theme=light] .action-card:hover:before{background:#3b82f608}[data-theme=light] .action-card-blue{border-left-color:#3b82f6}[data-theme=light] .action-card-blue:hover{border-left-color:#2563eb}[data-theme=light] .action-card-green{border-left-color:#22c55e}[data-theme=light] .action-card-green:hover{border-left-color:#16a34a}[data-theme=light] .action-card-accent{border-left-color:#f59e0b}[data-theme=light] .action-card-accent:hover{border-left-color:#d97706}[data-theme=light] .action-card-title{color:#1f2937}[data-theme=light] .action-card-text{color:#6b7280}[data-theme=light] .action-card-blue .action-card-cta{color:#3b82f6}[data-theme=light] .action-card-green .action-card-cta{color:#22c55e}[data-theme=light] .action-card-accent .action-card-cta{color:#f59e0b}[data-theme=dark] .page-title{color:#ffa726}[data-theme=dark] .page-subtitle{color:#94a3b8}[data-theme=dark] .stat-card{background:linear-gradient(135deg,#1a1f35,#252b42);border-color:#667eea33}[data-theme=dark] .stat-card:hover{border-color:#667eea80;box-shadow:0 4px 12px #667eea4d}[data-theme=dark] .stat-value{color:#e0e0e0}[data-theme=dark] .stat-icon-blue{background:#2196f333;color:#64b5f6}[data-theme=dark] .stat-icon-green{background:#4caf5033;color:#81c784}[data-theme=dark] .stat-icon-yellow{background:#ff980033;color:#ffb74d}[data-theme=dark] .stat-icon-accent{background:#9c27b033;color:#ba68c8}[data-theme=dark] .alert-item.alert-warning{background:#fbbf2426;border-color:#fbbf244d}[data-theme=dark] .alert-item.alert-danger{background:#ef444426;border-color:#ef44444d}[data-theme=dark] .card-action,[data-theme=dark] .card-action-link{background:#ff980026;border-color:#ff98004d;color:#ffb74d}[data-theme=dark] .card-action:hover,[data-theme=dark] .card-action-link:hover{background:#ff980040;border-color:#ff980080;color:#ffa726}[data-theme=dark] .alert-badge-warning{background:#fbbf2433;color:#fcd34d;border-color:#fbbf2466}[data-theme=dark] .alert-badge-danger{background:#ef444433;color:#fca5a5;border-color:#ef444466}[data-theme=dark] .alert-item:hover .alert-badge-warning{background:#fbbf244d;border-color:#fbbf2499}[data-theme=dark] .alert-item:hover .alert-badge-danger{background:#ef44444d;border-color:#ef444499}[data-theme=dark] .action-card{background:linear-gradient(135deg,#1a1f35,#252b42);border-color:#667eea33}[data-theme=dark] .action-card:hover{border-color:#667eea80;box-shadow:0 8px 20px #667eea4d}[data-theme=dark] .action-card-title{color:#e0e0e0}[data-theme=dark] .action-card-text{color:#94a3b8}[data-theme=dark] .action-card-blue{border-left-color:#2563eb}[data-theme=dark] .action-card-green{border-left-color:#16a34a}[data-theme=dark] .action-card-accent{border-left-color:var(--accent-warning)}[data-theme=dark] .action-card-blue .action-card-cta{color:#60a5fa}[data-theme=dark] .action-card-green .action-card-cta{color:#4ade80}[data-theme=dark] .action-card-accent .action-card-cta{color:#a78bfa}@media(min-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.stats-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.page-title{font-size:1.75rem}.page-subtitle{font-size:1rem}.stat-card{padding:1.25rem}.stat-value{font-size:1.5rem}.stat-icon{font-size:2.5rem;padding:.75rem}.chart-card,.alerts-card,.action-grid{padding:1.25rem}.card-title{font-size:1.125rem}.action-grid{grid-template-columns:1fr;gap:1rem}}@media(max-width:640px){.page-header{margin-bottom:1rem}.page-title{font-size:1.5rem}.page-subtitle{font-size:.9rem}.stats-grid{gap:1rem}.stat-card{padding:1rem}.stat-content{flex-direction:column;align-items:flex-start;gap:.75rem}.stat-info h3{font-size:.75rem}.stat-value{font-size:1.75rem}.stat-icon{font-size:2rem;padding:.625rem;align-self:flex-end}.chart-card,.alerts-card{padding:1rem}.card-title{font-size:1rem}.alert-item{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.875rem}.action-card{padding:1rem}.action-card-title{font-size:1rem}.action-card-text{font-size:.8rem}}@media(max-width:480px){.stat-content{flex-direction:row;justify-content:space-between}.stat-icon{align-self:center}.alert-item-info{font-size:.8rem}}.products-page{max-width:1280px;margin:0 auto;padding:1.15rem 1rem 2rem;color:#0f172a}.products-header{border-radius:16px;padding:1.25rem;margin-bottom:1rem;background:linear-gradient(135deg,#1e40af,#2563eb 42%,#f97316);box-shadow:0 12px 30px #1e40af38}.products-header-content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.products-header-text{flex:1}.products-page-title{margin:0;color:#fff;font-size:clamp(1.6rem,2.4vw,2rem);line-height:1.15;font-weight:800}.products-page-subtitle{margin:.45rem 0 0;color:#ffffffeb;font-size:.95rem}.products-header-stats{display:flex;gap:.75rem;flex-wrap:wrap}.products-stat-card{min-width:140px;display:flex;align-items:center;gap:.65rem;padding:.7rem .9rem;border-radius:12px;background:#ffffff2e;border:1px solid rgba(255,255,255,.24);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.products-stat-emoji{font-size:1.6rem;line-height:1}.products-stat-value{color:#fff;font-size:1.25rem;line-height:1;font-weight:800}.products-stat-label{color:#ffffffe6;font-size:.72rem;font-weight:600;margin-top:.25rem}.products-filters{margin-bottom:1rem;padding:1rem;border-radius:14px;border:1px solid #dbe6f2;background:#fff;box-shadow:0 10px 24px #0f172a0f}.products-search-box{position:relative;margin-bottom:.95rem}.products-search-icon{position:absolute;top:50%;left:.95rem;transform:translateY(-50%);pointer-events:none;font-size:1rem;opacity:.65}.products-search-input{width:100%;min-height:44px;border:1px solid #dbe6f2;border-radius:12px;padding:.68rem .9rem .68rem 2.5rem;font-size:.94rem;color:#0f172a;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.products-search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.products-filter-group,.products-sort-group{margin-bottom:.9rem}.products-sort-group{margin-bottom:0}.products-filter-label{display:inline-block;margin-bottom:.45rem;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;font-weight:700;color:#64748b}.products-category-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.products-category-btn{border:1px solid #dbe6f2;background:#f8fafc;color:#334155;border-radius:999px;padding:.45rem .8rem;font-size:.82rem;font-weight:600;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;transition:border-color .16s ease,color .16s ease,background-color .16s ease,transform .16s ease}.products-category-btn:hover{border-color:#2563eb;color:#1e40af;background:#eff6ff}.products-category-btn.active{border-color:#1d4ed8;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.products-category-emoji{line-height:1}.products-sort-select{width:100%;min-height:44px;border:1px solid #dbe6f2;background:#fff;color:#0f172a;border-radius:12px;padding:.68rem .9rem;font-size:.92rem;font-weight:600;outline:none}.products-sort-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.products-results-info{margin-bottom:.9rem;border-radius:10px;border:1px solid #bfdbfe;background:#eff6ff;color:#1e40af;padding:.62rem .8rem;font-size:.84rem;font-weight:600}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.products-card{border:1px solid #dbe6f2;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 8px 20px #0f172a0d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;display:flex;flex-direction:column}.products-card:hover{transform:translateY(-4px);border-color:#93c5fd;box-shadow:0 14px 30px #2563eb24}.products-card-media{position:relative;width:100%;aspect-ratio:4 / 3;background:linear-gradient(180deg,#f8fafc,#eef2f7);overflow:hidden}.products-card-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .22s ease}.products-card:hover .products-card-image{transform:scale(1.04)}.products-badge-low-stock{position:absolute;top:.65rem;right:.65rem;border-radius:999px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.66rem;font-weight:700;padding:.24rem .55rem;letter-spacing:.02em}.products-card-content{flex:1;display:flex;flex-direction:column;gap:.65rem;padding:.95rem .95rem .75rem}.products-card-category{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#2563eb}.products-card-name{margin:0;color:#0f172a;font-size:1.02rem;line-height:1.35;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.products-card-details{display:flex;flex-direction:column;gap:.28rem}.products-detail-row{display:flex;align-items:center;justify-content:space-between;gap:.7rem;font-size:.8rem}.products-detail-label{color:#64748b;font-weight:600}.products-detail-value{color:#1f2937;font-weight:700}.products-detail-price{color:#059669}.products-detail-low-stock{color:#d97706}.products-detail-expiry{color:#64748b;font-size:.76rem;font-weight:600}.products-card-footer{margin-top:auto;border-top:1px solid #e5edf6;padding:.8rem .95rem .95rem;background:#f8fafc}.products-btn-view-details{width:100%;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:.62rem .75rem;color:#fff;text-decoration:none;font-size:.86rem;font-weight:700;background:linear-gradient(135deg,#2563eb,#1d4ed8);transition:transform .16s ease,box-shadow .16s ease}.products-btn-view-details:hover{transform:translateY(-1px);box-shadow:0 8px 20px #2563eb4d}.products-empty-state{text-align:center;border:1px dashed #cbd5e1;border-radius:16px;background:#fff;padding:3rem 1rem}.products-empty-emoji{display:block;font-size:4rem;margin-bottom:.7rem}.products-empty-title{margin:0;font-size:1.4rem;color:#0f172a}.products-empty-text{margin:.55rem 0 1.15rem;color:#64748b;font-size:.95rem}.products-btn-primary{display:inline-flex;align-items:center;gap:.45rem;border-radius:10px;padding:.68rem 1rem;color:#fff;text-decoration:none;font-weight:700;background:linear-gradient(135deg,#2563eb,#1d4ed8)}[data-theme=dark] .products-page{color:#e2e8f0}[data-theme=dark] .products-header{background:linear-gradient(135deg,#1e3a8a,#1d4ed8 48%,#ea580c);box-shadow:0 16px 32px #02061766}[data-theme=dark] .products-filters,[data-theme=dark] .products-card,[data-theme=dark] .products-empty-state{background:#111827;border-color:#334155}[data-theme=dark] .products-search-input,[data-theme=dark] .products-sort-select{background:#0f172a;border-color:#334155;color:#e2e8f0}[data-theme=dark] .products-filter-label,[data-theme=dark] .products-detail-label,[data-theme=dark] .products-empty-text{color:#94a3b8}[data-theme=dark] .products-category-btn{background:#1e293b;border-color:#334155;color:#cbd5e1}[data-theme=dark] .products-category-btn:hover{border-color:#3b82f6;color:#dbeafe;background:#1e3a8a}[data-theme=dark] .products-category-btn.active{border-color:#3b82f6;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}[data-theme=dark] .products-results-info{border-color:#1d4ed8;background:#2563eb29;color:#bfdbfe}[data-theme=dark] .products-card-media{background:linear-gradient(180deg,#0f172a,#111827)}[data-theme=dark] .products-card-name,[data-theme=dark] .products-detail-value,[data-theme=dark] .products-empty-title{color:#f8fafc}[data-theme=dark] .products-card-category{color:#93c5fd}[data-theme=dark] .products-card-footer{background:#0f172a;border-top-color:#334155}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media(max-width:768px){.products-page{padding:.9rem .75rem 1.5rem}.products-header-content{flex-direction:column;align-items:flex-start}.products-header-stats{width:100%}.products-stat-card{flex:1;min-width:120px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:.85rem}}@media(max-width:520px){.products-grid{grid-template-columns:1fr}.products-page-title{font-size:1.4rem}.products-page-subtitle{font-size:.86rem}.products-filters{padding:.85rem}.products-category-buttons{gap:.4rem}.products-category-btn{font-size:.78rem;padding:.4rem .68rem}.products-stat-card{padding:.62rem .72rem}}.inventory-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.filter-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}[data-theme=dark] .filter-section{background:#1e2a3a;border-color:#ffffff1a;box-shadow:0 2px 8px #0000004d}.filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}@media(max-width:768px){.filter-grid{grid-template-columns:1fr}}.inventory-table{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;background:#fff}[data-theme=dark] table{background:transparent}thead{background:#fafafa;position:sticky;top:0;z-index:10}[data-theme=dark] thead{background:#1a2332}th{padding:1rem;text-align:left;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:#475569;border-bottom:2px solid #cbd5e1;white-space:nowrap}[data-theme=dark] th{color:#a0aec0;border-bottom-color:#ffffff1a}td{padding:1rem;border-bottom:1px solid #e2e8f0;color:#1e293b}[data-theme=dark] td{border-bottom-color:#ffffff0d;color:#e0e0e0}tbody tr{transition:all .2s ease;border-left:3px solid transparent}tbody tr:hover{background-color:#fff8f0;border-left-color:var(--accent-primary);transform:translate(2px)}[data-theme=dark] tbody tr:hover{background:#ff980014;border-left-color:#ff9800}tbody tr:last-child td{border-bottom:none}.item-name{font-weight:600;color:#0f172a;font-size:.938rem}[data-theme=dark] .item-name{color:#e0e0e0}.badge{display:inline-flex;align-items:center;padding:.375rem .75rem;font-size:.813rem;font-weight:600;border-radius:50px;white-space:nowrap}.badge-success{background:#e8f5e9;color:#2e7d32;border:1px solid #81c784}.badge-warning{background:#fff8e1;color:var(--accent-warning);border:1px solid #ffd54f}.badge-danger{background:#ffebee;color:#c62828;border:1px solid #ef5350}[data-theme=dark] .badge-success{background:#22c55e33;color:#4ade80;border-color:#22c55e66}[data-theme=dark] .badge-warning{background:#fb923c33;color:#fb923c;border-color:#fb923c66}[data-theme=dark] .badge-danger{background:#ef444433;color:#ef4444;border-color:#ef444466}.table-actions{display:flex;gap:.5rem;flex-wrap:wrap}.empty-inventory{text-align:center;padding:4rem 2rem;color:#6b7280}.empty-inventory-icon{font-size:5rem;margin-bottom:1.5rem;opacity:.5}.empty-inventory-text{font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.empty-inventory-subtext{font-size:.938rem;color:#9ca3af;margin-bottom:1.5rem}[data-theme=dark] .empty-inventory{color:#94a3b8}[data-theme=dark] .empty-inventory-subtext{color:#64748b}@media(max-width:1024px){.inventory-table{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:800px}}@media(max-width:768px){.filter-section{padding:1rem}th,td{padding:.75rem .5rem;font-size:.813rem}.item-name{font-size:.875rem}.badge{padding:.25rem .5rem;font-size:.75rem}.table-actions{flex-direction:column;gap:.25rem}.table-actions .btn{width:100%;justify-content:center}.empty-inventory{padding:3rem 1rem}.empty-inventory-icon{font-size:4rem}.empty-inventory-text{font-size:1rem}}@media(max-width:640px){table{min-width:600px}th,td{padding:.625rem .375rem;font-size:.75rem}.badge{font-size:.7rem;padding:.2rem .4rem}.empty-inventory-icon{font-size:3rem}.empty-inventory-text{font-size:.9rem}.empty-inventory-subtext{font-size:.8rem}}.cart-items-container{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cart-item{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:12px;border:1px solid #e9ecef;transition:all .3s ease}.cart-item-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}[data-theme=dark] .cart-item{background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border-color:#404040}.cart-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.cart-item-info{display:flex;align-items:center;gap:1rem;flex:1}.cart-item-emoji{font-size:2.5rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px}[data-theme=dark] .cart-item-emoji{background:linear-gradient(135deg,#333,#444)}.cart-item-details{display:flex;flex-direction:column;gap:.25rem}.cart-item-name{font-size:1.1rem;font-weight:600;color:#2c3e50;margin:0}[data-theme=dark] .cart-item-name{color:#fff}.cart-item-category{display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,#ff6f00,#f57c00);color:#fff;border-radius:12px;font-size:.75rem;font-weight:500;width:fit-content}.cart-item-meta{display:flex;gap:.5rem;align-items:center;margin-top:.25rem}.cart-item-price{color:#666;font-size:.9rem}[data-theme=dark] .cart-item-price{color:#aaa}.cart-item-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.quantity-controls{display:flex;align-items:center;gap:.5rem;background:#f8f9fa;border-radius:8px;padding:.25rem}[data-theme=dark] .quantity-controls{background:#2a2a2a}.quantity-btn{width:32px;height:32px;border:none;background:linear-gradient(135deg,#ff6f00,#f57c00);color:#fff;border-radius:6px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.quantity-btn:hover:not(:disabled){transform:scale(1.1);box-shadow:0 2px 8px #ff6f0066}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-value{min-width:40px;text-align:center;font-weight:600;font-size:1.1rem;color:#2c3e50}[data-theme=dark] .quantity-value{color:#fff}.cart-item-total{display:flex;flex-direction:column;align-items:flex-end;min-width:100px}.total-label{font-size:.75rem;color:#666;margin-bottom:.25rem}[data-theme=dark] .total-label{color:#aaa}.total-value{font-size:1.25rem;font-weight:700;color:#ff6f00}.remove-btn{width:40px;height:40px;border:none;background:linear-gradient(135deg,#f44,#c00);color:#fff;border-radius:8px;font-size:1.2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.remove-btn:hover:not(:disabled){transform:scale(1.1);box-shadow:0 4px 12px #f446}.remove-btn:disabled{opacity:.5;cursor:not-allowed}.cart-summary{margin-top:2rem;padding:2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;border:2px solid #dee2e6}[data-theme=dark] .cart-summary{background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border-color:#404040}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #dee2e6}[data-theme=dark] .summary-row{border-bottom-color:#404040}.summary-row.total{border-bottom:none;border-top:2px solid #ff6f00;margin-top:1rem;padding-top:1.5rem}.summary-label{font-size:1rem;color:#666}[data-theme=dark] .summary-label{color:#aaa}.summary-row.total .summary-label{font-size:1.25rem;font-weight:700;color:#2c3e50}[data-theme=dark] .summary-row.total .summary-label{color:#fff}.summary-value{font-size:1.1rem;font-weight:600;color:#2c3e50}[data-theme=dark] .summary-value{color:#fff}.summary-value.free{color:#28a745;font-weight:700}.summary-row.total .summary-value{font-size:1.5rem;font-weight:700;color:#ff6f00}.checkout-actions{display:flex;gap:1rem;margin-top:1.5rem}.empty-state{text-align:center;padding:3rem}.empty-icon{font-size:4rem;margin-bottom:1rem}@media(max-width:768px){.cart-item{flex-direction:column;gap:1rem;padding:1rem}.cart-item-info{width:100%}.cart-item-actions{width:100%;justify-content:space-between}.cart-item-total{min-width:auto}.checkout-actions{flex-direction:column}.checkout-actions>*{width:100%}.checkout-actions button{width:100%}}.cart-main-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:2rem}@media(max-width:1024px){.cart-main-layout{grid-template-columns:1fr}}.cart-items-section{display:flex;flex-direction:column}.cart-summary-section{display:flex;flex-direction:column;gap:1.5rem}.save-for-later-btn{width:40px;height:40px;border:none;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border-radius:8px;font-size:1.2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.save-for-later-btn:hover:not(:disabled){transform:scale(1.1);box-shadow:0 4px 12px #4caf5066}.save-for-later-btn:disabled{opacity:.5;cursor:not-allowed}.cart-item-notes{margin-top:1rem;padding-top:1rem;border-top:1px solid #e9ecef}[data-theme=dark] .cart-item-notes{border-top-color:#404040}.notes-toggle{background:none;border:none;color:#ff6f00;cursor:pointer;font-weight:600;font-size:.9rem;padding:.25rem .5rem;transition:all .3s ease}.notes-toggle:hover{padding-left:1rem}.item-notes-input{width:100%;min-height:60px;padding:.75rem;margin-top:.75rem;border:1px solid #dee2e6;border-radius:8px;font-family:inherit;font-size:.9rem;resize:none;background:#f8f9fa;color:#2c3e50;transition:all .3s ease}[data-theme=dark] .item-notes-input{background:#2a2a2a;border-color:#404040;color:#fff}.item-notes-input:focus{outline:none;border-color:#ff6f00;box-shadow:0 0 0 3px #ff6f001a}.coupon-section{padding:1.5rem 0;border-bottom:1px solid #dee2e6}[data-theme=dark] .coupon-section{border-bottom-color:#404040}.coupon-title{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#2c3e50}[data-theme=dark] .coupon-title{color:#fff}.coupon-input-group{display:flex;gap:.75rem}.coupon-input{flex:1;padding:.75rem;border:1px solid #dee2e6;border-radius:8px;font-size:.9rem;background:#fff;color:#2c3e50;transition:all .3s ease}[data-theme=dark] .coupon-input{background:#2a2a2a;border-color:#404040;color:#fff}.coupon-input:focus{outline:none;border-color:#ff6f00;box-shadow:0 0 0 3px #ff6f001a}.apply-coupon-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#ff6f00,#f57c00);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.apply-coupon-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #ff6f0066}.apply-coupon-btn:disabled{opacity:.5;cursor:not-allowed}.coupon-applied{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#e8f5e9;border-radius:8px;border-left:4px solid #4CAF50}[data-theme=dark] .coupon-applied{background:#4caf5026;border-left-color:#4caf50}.coupon-badge{display:flex;flex-direction:column;gap:.25rem}.coupon-code{font-weight:700;color:#2c3e50;font-size:.95rem}[data-theme=dark] .coupon-code{color:#fff}.coupon-discount{color:#4caf50;font-weight:600;font-size:.9rem}.remove-coupon-btn{padding:.5rem 1rem;background:#f44;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .3s ease}.remove-coupon-btn:hover:not(:disabled){background:#c00;transform:scale(1.05)}.coupon-error{color:#f44;font-size:.85rem;margin:.75rem 0 0;padding:.5rem;background:#ffe0e0;border-radius:4px}[data-theme=dark] .coupon-error{background:#ff444426}.order-notes-section{padding:1.5rem 0;border-bottom:1px solid #dee2e6}[data-theme=dark] .order-notes-section{border-bottom-color:#404040}.notes-title{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#2c3e50}[data-theme=dark] .notes-title{color:#fff}.order-notes-input{width:100%;min-height:80px;padding:.75rem;border:1px solid #dee2e6;border-radius:8px;font-family:inherit;font-size:.9rem;resize:none;background:#f8f9fa;color:#2c3e50;transition:all .3s ease}[data-theme=dark] .order-notes-input{background:#2a2a2a;border-color:#404040;color:#fff}.order-notes-input:focus{outline:none;border-color:#ff6f00;box-shadow:0 0 0 3px #ff6f001a}.notes-char-count{margin-top:.5rem;font-size:.75rem;color:#999;text-align:right}[data-theme=dark] .notes-char-count{color:#666}.summary-details{padding:1.5rem 0;border-bottom:1px solid #dee2e6}[data-theme=dark] .summary-details{border-bottom-color:#404040}.summary-details .summary-row{border-bottom:1px solid #e9ecef;padding:.75rem 0}[data-theme=dark] .summary-details .summary-row{border-bottom-color:#404040}.summary-details .summary-row.total{border-top:2px solid #ff6f00;border-bottom:none;margin-top:.75rem;padding-top:.75rem}.summary-row.discount{color:#4caf50}.summary-row.discount .summary-value{color:#4caf50;font-weight:700}.summary-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.summary-actions a{text-decoration:none}.summary-actions button{width:100%;padding:1rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}.saved-items-card{background:linear-gradient(135deg,#f3e5f5,#ede7f6);border-left:4px solid #9c27b0;padding:1.5rem}[data-theme=dark] .saved-items-card{background:#9c27b01a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.stats-grid{grid-template-columns:1fr}}.stat-card{background:#1f2937;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px #00000080;border:1px solid rgba(0,217,255,.2);transition:all .3s ease;position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center;gap:1rem}.stat-card:before{content:"";position:absolute;inset:0;background:#00d9ff0d;opacity:0;transition:opacity .3s ease;z-index:0}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00d9ff4d;border-color:#00d9ff}.stat-card:hover:before{opacity:1}.stat-info{display:flex;flex-direction:column;gap:.5rem;position:relative;z-index:1;flex:1}.stat-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#a0a0a0;margin:0}.stat-value{font-size:1.75rem;font-weight:700;color:#fff;margin:0}.stat-icon{font-size:2.5rem;padding:.75rem;border-radius:12px;box-shadow:0 4px 12px #0000004d;transition:all .4s cubic-bezier(.34,1.56,.64,1);flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.stat-card:hover .stat-icon{transform:scale(1.15) rotate(5deg);box-shadow:0 8px 20px #0006}.stat-icon-blue{background:#00d9ff26;color:#00d9ff}.stat-icon-green{background:#10b98126;color:#10b981}.stat-icon-purple{background:#9370db26;color:#9370db}.stat-icon-orange{background:#f59e0b26;color:#f59e0b}.saved-items-title{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#2c3e50}[data-theme=dark] .saved-items-title{color:#fff}.saved-items-hint{margin:0;font-size:.85rem;color:#666}[data-theme=dark] .saved-items-hint{color:#aaa}.checkout-page{padding:2rem 1rem;max-width:1155px;margin:0 auto}.checkout-steps{display:flex;justify-content:center;align-items:center;margin:3rem 0;padding:0 2rem}.step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.step-circle{width:50px;height:50px;border-radius:50%;background:#e0e0e0;color:#999;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;transition:all .3s ease}.step.active .step-circle{background:linear-gradient(135deg,#ff6f00,#ff8f00);color:#fff;box-shadow:0 4px 12px #ff6f004d}.step.completed .step-circle{background:#4caf50;color:#fff}.step-label{font-size:.875rem;color:#666;font-weight:500;white-space:nowrap}.step.active .step-label{color:#ff6f00;font-weight:600}.step-line{width:120px;height:2px;background:#e0e0e0;margin:0 1rem}@media(max-width:768px){.checkout-steps{padding:0 1rem}.step-line{width:60px}.step-label{font-size:.75rem}.step-circle{width:40px;height:40px;font-size:1rem}}.checkout-content{display:grid;grid-template-columns:1fr 380px;gap:2rem;margin-top:2rem}@media(max-width:1024px){.checkout-content{grid-template-columns:1fr}.checkout-sidebar{order:-1}}.address-form{margin-top:1.5rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#333;font-size:.9375rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff;color:#333}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#ff6f00;box-shadow:0 0 0 3px #ff6f001a}.form-group input.error{border-color:#f44336}.error-message{display:block;color:#f44336;font-size:.8125rem;margin-top:.375rem;font-weight:500}[data-theme=dark] .form-group input,[data-theme=dark] .form-group textarea,[data-theme=dark] .form-group select{background:#2a2a2a;border-color:#404040;color:#e0e0e0}[data-theme=dark] .form-group input:focus,[data-theme=dark] .form-group textarea:focus,[data-theme=dark] .form-group select:focus{border-color:#ff9800;box-shadow:0 0 0 3px #ff980033}.address-type-options{display:flex;gap:1rem;margin-top:.75rem}.radio-option{flex:1;cursor:pointer}.radio-option input[type=radio]{display:none}.radio-label{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;transition:all .3s ease;background:#fff;font-weight:500}.radio-option input[type=radio]:checked+.radio-label{border-color:#ff6f00;background:#ff6f000d;color:#ff6f00}.radio-icon{font-size:1.25rem}[data-theme=dark] .radio-label{background:#2a2a2a;border-color:#404040;color:#e0e0e0}[data-theme=dark] .radio-option input[type=radio]:checked+.radio-label{border-color:#ff9800;background:#ff98001a;color:#ff9800}.sidebar-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#333}[data-theme=dark] .sidebar-title{color:#e0e0e0}.order-summary{margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;color:#666}.summary-row.total{padding:1rem 0;font-size:1.125rem;font-weight:700;color:#333}[data-theme=dark] .summary-row{color:#999}[data-theme=dark] .summary-row.total{color:#e0e0e0}.summary-divider{height:1px;background:#e0e0e0;margin:.5rem 0}[data-theme=dark] .summary-divider{background:#404040}.free-text{color:#4caf50;font-weight:600}.cod-info{background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:8px;padding:1rem;margin-top:1rem;text-align:center}.cod-info p{font-weight:600;color:#ff6f00;margin-bottom:.25rem}.cod-info small{color:#666;font-size:.875rem}[data-theme=dark] .cod-info{background:#ff98001a;border-color:#ff98004d}[data-theme=dark] .cod-info p{color:#ff9800}[data-theme=dark] .cod-info small{color:#999}.review-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.review-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}[data-theme=dark] .review-section{border-bottom-color:#404040}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.review-section h3{font-size:1.125rem;font-weight:700;color:#333;margin-bottom:1rem}[data-theme=dark] .review-section h3{color:#e0e0e0}.edit-btn{background:transparent;border:1px solid #ff6f00;color:#ff6f00;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease;font-size:.875rem}.edit-btn:hover{background:#ff6f00;color:#fff}[data-theme=dark] .edit-btn{border-color:#ff9800;color:#ff9800}[data-theme=dark] .edit-btn:hover{background:#ff9800}.address-display{background:#f5f5f5;padding:1.5rem;border-radius:8px;border-left:4px solid #ff6f00}.address-name{font-weight:700;font-size:1.125rem;color:#333;margin-bottom:.5rem}.address-line{color:#666;margin-bottom:.25rem;line-height:1.6}.address-landmark{color:#999;font-style:italic;margin-top:.5rem;font-size:.875rem}.address-contact{display:flex;gap:1.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0;color:#666;font-size:.9375rem}[data-theme=dark] .address-display{background:#2a2a2a;border-left-color:#ff9800}[data-theme=dark] .address-name{color:#e0e0e0}[data-theme=dark] .address-line{color:#999}[data-theme=dark] .address-contact{border-top-color:#404040;color:#999}.review-items{display:flex;flex-direction:column;gap:1rem}.review-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f5f5f5;border-radius:8px}.review-item-info{display:flex;align-items:center;gap:1rem}.review-item-emoji{font-size:2rem}.review-item-name{font-weight:600;color:#333;margin-bottom:.25rem}.review-item-meta{color:#666;font-size:.875rem}.review-item-price{font-weight:700;color:#ff6f00;font-size:1.125rem}[data-theme=dark] .review-item{background:#2a2a2a}[data-theme=dark] .review-item-name{color:#e0e0e0}[data-theme=dark] .review-item-meta{color:#999}[data-theme=dark] .review-item-price{color:#ff9800}.payment-method{display:flex;flex-direction:column;gap:1rem}.payment-option{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s ease}.payment-option.selected{border-color:#4caf50;background:#4caf500d}.payment-icon{font-size:2rem}.payment-title{font-weight:700;color:#333;margin-bottom:.25rem}.payment-desc{color:#666;font-size:.875rem}.payment-check{margin-left:auto;font-size:1.5rem;color:#4caf50}[data-theme=dark] .payment-option{border-color:#404040}[data-theme=dark] .payment-option.selected{border-color:#66bb6a;background:#66bb6a1a}[data-theme=dark] .payment-title{color:#e0e0e0}[data-theme=dark] .payment-desc{color:#999}.checkout-buttons{display:flex;gap:1rem}.confirmation-container{max-width:700px;margin:2rem auto}.confirmation-content{text-align:center;padding:2rem}.success-animation{margin-bottom:2rem}.success-circle{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;font-size:3rem;display:flex;align-items:center;justify-content:center;margin:0 auto;animation:scaleIn .5s ease;box-shadow:0 8px 24px #4caf504d}.maintenance-icon{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;font-size:3rem;display:flex;align-items:center;justify-content:center;margin:0 auto;animation:scaleIn .5s ease;box-shadow:0 8px 24px #22c55e4d}.maintenance-message{background:linear-gradient(135deg,#ecfdf5,#dcfce7);border-left:4px solid #16a34a;padding:1.5rem;border-radius:8px;margin:2rem 0;text-align:left}.maintenance-message p{margin:.75rem 0;font-size:1rem;color:#14532d;line-height:1.6}.maintenance-message p:first-child{margin-top:0}.maintenance-message p:last-child{margin-bottom:0}[data-theme=dark] .maintenance-message{background:linear-gradient(135deg,#0f172a,#111827);border-left-color:#22c55e}[data-theme=dark] .maintenance-message p{color:#bbf7d0}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.confirmation-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:.5rem}.confirmation-subtitle{color:#666;font-size:1.125rem;margin-bottom:2rem}[data-theme=dark] .confirmation-title{color:#e0e0e0}[data-theme=dark] .confirmation-subtitle{color:#999}.order-id-box{background:linear-gradient(135deg,#ff6f00,#ff8f00);color:#fff;padding:1.5rem;border-radius:12px;margin:2rem 0}.order-id-label{font-size:.875rem;opacity:.9;margin-bottom:.5rem}.order-id-value{font-size:1.5rem;font-weight:700;letter-spacing:1px}.confirmation-details{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:2rem 0}@media(max-width:640px){.confirmation-details{grid-template-columns:1fr}}.detail-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f5f5f5;border-radius:8px;text-align:left}.detail-icon{font-size:2rem}.detail-title{font-size:.875rem;color:#666;margin-bottom:.25rem}.detail-value{font-weight:700;color:#333}[data-theme=dark] .detail-item{background:#2a2a2a}[data-theme=dark] .detail-title{color:#999}[data-theme=dark] .detail-value{color:#e0e0e0}.delivery-address-box{background:#f5f5f5;padding:1.5rem;border-radius:8px;text-align:left;margin:2rem 0;border-left:4px solid #4caf50}.delivery-address-box h3{font-size:1rem;color:#666;margin-bottom:1rem}.delivery-address-box p{color:#333;line-height:1.6;margin-bottom:.25rem}[data-theme=dark] .delivery-address-box{background:#2a2a2a;border-left-color:#66bb6a}[data-theme=dark] .delivery-address-box h3{color:#999}[data-theme=dark] .delivery-address-box p{color:#e0e0e0}.confirmation-actions{display:flex;gap:1rem;justify-content:center;margin:2rem 0}@media(max-width:640px){.confirmation-actions{flex-direction:column}}.confirmation-note{margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.confirmation-note p{color:#666;font-size:.875rem;margin-bottom:.5rem}[data-theme=dark] .confirmation-note{border-top-color:#404040}[data-theme=dark] .confirmation-note p{color:#999}.section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.section-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.section-subtitle{color:#666;font-size:1rem;margin-bottom:0rem}.saved-address-display{padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;border:2px solid #dee2e6;margin-bottom:1rem}.address-detail{margin-bottom:.75rem;color:#333;font-size:1rem;line-height:1.6}.address-detail strong{font-size:1.1rem;color:#ff6f00}.address-type-badge{display:inline-block;padding:.5rem 1rem;background:#ff6f00;color:#fff;border-radius:20px;font-size:.875rem;font-weight:600;margin-top:.5rem}[data-theme=dark] .section-title{color:#e0e0e0}[data-theme=dark] .section-subtitle{color:#999}[data-theme=dark] .saved-address-display{background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border-color:#444}[data-theme=dark] .address-detail{color:#e0e0e0}[data-theme=dark] .address-detail strong{color:#ff8f00}.shopping-list-grid{display:grid;gap:1rem}.shopping-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .3s ease}.shopping-item:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}[data-theme=dark] .shopping-item{background:linear-gradient(135deg,#1a1f35,#252b42);border-color:#667eea33}[data-theme=dark] .shopping-item:hover{border-color:#667eea80;box-shadow:0 4px 12px #667eea4d}.shopping-item.purchased{opacity:.6;background:#f8fafc}[data-theme=dark] .shopping-item.purchased{opacity:.5;background:#1f2937}.shopping-checkbox{width:20px;height:20px;cursor:pointer;accent-color:#3b82f6}.shopping-item-content{flex:1;min-width:0}.shopping-item-name{font-weight:600;font-size:1rem;color:#0f172a;margin-bottom:.25rem}[data-theme=dark] .shopping-item-name{color:var(--text-primary)}.shopping-item-details{display:flex;gap:1rem;font-size:.875rem;color:#64748b;flex-wrap:wrap}[data-theme=dark] .shopping-item-details{color:var(--text-tertiary)}.shopping-item-actions{display:flex;gap:.5rem}@media(max-width:640px){.shopping-item{flex-direction:column;align-items:stretch}.shopping-item-actions{width:100%}.shopping-item-actions .btn{flex:1}}.chart-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.chart-card:hover{box-shadow:0 4px 16px #0000001f}[data-theme=dark] .chart-card{background:linear-gradient(135deg,#1a1f35,#252b42);box-shadow:0 2px 8px #0000004d}[data-theme=dark] .chart-card:hover{box-shadow:0 4px 16px #667eea33}.reports-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}@media(max-width:1024px){.reports-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}}@media(max-width:768px){.reports-grid{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}}@media(max-width:640px){.reports-grid{grid-template-columns:1fr}}.chart-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}@media(max-width:768px){.chart-card{padding:1.25rem;border-radius:12px}}@media(max-width:640px){.chart-card{padding:1rem}}.chart-card:hover{box-shadow:0 10px 20px #00000026;transform:translateY(-4px)}@media(max-width:768px){.chart-card:hover{transform:translateY(-2px)}}[data-theme=dark] .chart-card{background:linear-gradient(135deg,#1a1f35,#252b42);border:1px solid rgba(102,126,234,.2);box-shadow:0 4px 16px #0006}[data-theme=dark] .chart-card:hover{border-color:#667eea66;box-shadow:0 10px 30px #0009,0 0 40px #667eea33}.chart-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}@media(max-width:768px){.chart-title{font-size:1.125rem}}@media(max-width:640px){.chart-title{font-size:1rem}}[data-theme=dark] .chart-title{color:var(--text-primary)}.loading-spinner{display:inline-block;width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}[data-theme=dark] .loading-spinner{border-color:#374151;border-top-color:var(--neon-blue)}.loading-container{display:flex;justify-content:center;align-items:center;padding:4rem 1rem}.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}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.text-center{text-align:center}.font-semibold{font-weight:600}.font-bold{font-weight:700}.rounded{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.shadow{box-shadow:0 1px 3px #0000001a}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.w-8{width:2rem}.h-8{height:2rem}.w-full{width:100%}.h-2{height:.5rem}.shrink-0,.flex-shrink-0{flex-shrink:0}.flex-1{flex:1}.min-w-0{min-width:0}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-2xl{font-size:1.5rem}.text-4xl{font-size:2.25rem}.text-right{text-align:right}.p-3{padding:.75rem}.p-4{padding:1rem}.bg-gray-50{background-color:#f9fafb}.bg-gray-200{background-color:#e5e7eb}.bg-gray-700{background-color:#374151}.bg-gray-800,[data-theme=dark] .bg-gray-50{background-color:#1f2937}[data-theme=dark] .bg-gray-200{background-color:#374151}[data-theme=dark] .bg-gray-700{background-color:#111827}[data-theme=dark] .bg-gray-800{background-color:#0a0e1a}[data-theme=dark] .dark\:bg-gray-700{background-color:#374151}[data-theme=dark] .dark\:bg-gray-800{background-color:#1f2937}.text-gray-600{color:#4b5563}.text-gray-400{color:#9ca3af}.text-green-600{color:#16a34a}.text-green-400{color:#4ade80}.text-accent-600{color:var(--accent-warning)}.text-accent-400{color:#c084fc}[data-theme=dark] .dark\:text-gray-400{color:#9ca3af}[data-theme=dark] .dark\:text-green-400{color:#4ade80}[data-theme=dark] .dark\:text-accent-400{color:#c084fc}.text-white{color:#fff}.bg-gradient-to-br,.bg-linear-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from: #eff6ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))}.from-blue-500{--tw-gradient-from: #3b82f6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))}.from-green-50{--tw-gradient-from: #f0fdf4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0))}.from-accent-50{--tw-gradient-from: #faf5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0))}.from-gray-800{--tw-gradient-from: #1f2937;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))}.to-indigo-50{--tw-gradient-to: #eef2ff}.to-accent-600{--tw-gradient-to: var(--accent-warning)}.to-emerald-50{--tw-gradient-to: #ecfdf5}.to-pink-50{--tw-gradient-to: #fdf2f8}.to-gray-700{--tw-gradient-to: #374151}[data-theme=dark] .dark\:from-gray-800{--tw-gradient-from: #1f2937;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))}[data-theme=dark] .dark\:to-gray-700{--tw-gradient-to: #374151}html{scroll-behavior:smooth}*:focus-visible{outline:2px solid #3b82f6;outline-offset:2px;border-radius:4px}[data-theme=dark] *:focus-visible{outline-color:var(--neon-blue);box-shadow:0 0 0 3px #00d4ff33}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.card.hoverable:hover{transform:translateY(-4px)}a{transition:all .2s ease}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden;position:relative}[data-theme=dark] .progress-bar{background:#374151}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:999px;transition:width .3s ease;position:relative;overflow:hidden}[data-theme=dark] .progress-fill{background:linear-gradient(90deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);box-shadow:0 0 10px #667eea80}.progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.tooltip{position:relative;display:inline-block}.tooltip .tooltip-text{visibility:hidden;background-color:#1e293b;color:#fff;text-align:center;padding:8px 12px;border-radius:8px;position:absolute;z-index:1000;bottom:125%;left:50%;transform:translate(-50%);white-space:nowrap;font-size:.875rem;opacity:0;transition:opacity .3s ease;box-shadow:0 4px 12px #0000004d}.tooltip .tooltip-text:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#1e293b transparent transparent transparent}.tooltip:hover .tooltip-text{visibility:visible;opacity:1}[data-theme=dark] .tooltip .tooltip-text{background-color:var(--accent-primary);box-shadow:0 4px 12px #667eea66}[data-theme=dark] .tooltip .tooltip-text:after{border-color:var(--accent-primary) transparent transparent transparent}.message{padding:1rem 1.5rem;border-radius:12px;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem;font-size:.938rem;font-weight:500;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-radius:12px;border:2px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeInUp .5s ease-out;margin-bottom:.75rem}.alert-item:last-child{margin-bottom:0}.alert-item.alert-warning{background:linear-gradient(135deg,#fff8e1,#fff3e0);border-color:#ffb74d}.alert-item.alert-warning:hover{border-color:#ff9800;box-shadow:0 4px 12px #ff980033;transform:translate(4px)}.alert-item.alert-danger{background:linear-gradient(135deg,#ffebee,#fce4ec);border-color:#ef5350}.alert-item.alert-danger:hover{border-color:#e53935;box-shadow:0 4px 12px #e5393533;transform:translate(4px)}.alert-item-content{display:flex;align-items:center;gap:1.25rem;flex:1}.alert-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);box-shadow:0 4px 12px #fbbf244d;flex-shrink:0}.alert-icon-danger{background:linear-gradient(135deg,#f87171,#ef4444);box-shadow:0 4px 12px #ef44444d}.alert-item-info{flex:1;min-width:0}.alert-item-name{font-weight:700;color:#111827;margin-bottom:.375rem;font-size:1rem}.alert-item-category{font-size:.875rem;color:#6b7280;line-height:1.4}.alert-badge{font-size:1.25rem;font-weight:800;padding:.75rem 1.25rem;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;min-width:60px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.alert-badge-warning{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border:2px solid #f59e0b}.alert-badge-danger{background:linear-gradient(135deg,#f87171,#ef4444);color:#fff;border:2px solid #dc2626}.alert-item:hover .alert-badge{transform:scale(1.1);box-shadow:0 4px 12px #0003}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .alert-item.alert-warning{background:#fbbf2426;border-color:#fbbf2466}[data-theme=dark] .alert-item.alert-warning:hover{border-color:#fbbf2499;box-shadow:0 4px 12px #fbbf244d}[data-theme=dark] .alert-item.alert-danger{background:#ef444426;border-color:#ef444466}[data-theme=dark] .alert-item.alert-danger:hover{border-color:#ef444499;box-shadow:0 4px 12px #ef44444d}[data-theme=dark] .alert-item-name{color:#e0e0e0}[data-theme=dark] .alert-item-category{color:#94a3b8}[data-theme=dark] .alert-badge-warning{background:linear-gradient(135deg,#d97706,#b45309);border-color:#d97706}[data-theme=dark] .alert-badge-danger{background:linear-gradient(135deg,#dc2626,#b91c1c);border-color:#dc2626}@keyframes shimmer{0%{background-position:-1200px 0}to{background-position:1200px 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.sk-pulse{background:linear-gradient(90deg,#f0f4f8 25%,#e2e8ed,#f0f4f8 75%);background-size:2400px 100%;animation:shimmer 1.6s infinite linear;border-radius:6px;display:block}[data-theme=dark] .sk-pulse{background:linear-gradient(90deg,#1e293b 25%,#2d3a50,#1e293b 75%);background-size:2400px 100%;animation:shimmer 1.6s infinite linear}.sk-line{display:block}.sk-circle{border-radius:14px;flex-shrink:0}.sk-card{pointer-events:none}.sk-row td{padding:1rem 1.5rem;vertical-align:middle}.admin-panel-wrapper{min-height:100vh;background:#f0f4f8;display:flex;flex-direction:column}[data-theme=dark] .admin-panel-wrapper{background:#0d1117}.admin-navbar{background:linear-gradient(135deg,#1a1f36,#252b48);position:sticky;top:0;z-index:1000;border-bottom:2px solid rgba(99,102,241,.5);box-shadow:0 4px 32px #00000047}[data-theme=dark] .admin-navbar{background:linear-gradient(135deg,#0a0e1a,#111827);border-bottom-color:#6366f166}.admin-navbar-content{padding:0 2rem;height:72px;display:flex;justify-content:space-between;align-items:center;gap:2rem}.admin-brand{display:flex;align-items:center;gap:1rem}.menu-toggle-btn{display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1.5px solid rgba(255,255,255,.25);border-radius:9px;padding:8px 10px;cursor:pointer;transition:background .2s}.menu-toggle-btn:hover{background:#ffffff2e}.hamburger-icon{font-size:1.3rem;color:#fff;display:block;line-height:1}.admin-brand-icon{font-size:1.8rem}.admin-brand-text{display:flex;flex-direction:column}.admin-brand-title{font-size:1.2rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.3px}.admin-brand-subtitle{font-size:.72rem;color:#ffffff8c;margin:0;text-transform:uppercase;letter-spacing:.5px}.admin-navbar-actions{display:flex;align-items:center;gap:1rem}.admin-user-info{display:flex;align-items:center;gap:.75rem;padding:.45rem 1.1rem .45rem .6rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:50px;transition:background .2s}.admin-user-info:hover{background:#ffffff24}.admin-user-avatar{font-size:1.1rem;width:34px;height:34px;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:50%;display:flex;align-items:center;justify-content:center}.admin-user-details{display:flex;flex-direction:column}.admin-user-name{font-size:.875rem;font-weight:700;color:#fff;line-height:1.2}.admin-user-role{font-size:.68rem;color:#ffffff8c;text-transform:uppercase;letter-spacing:.5px}.admin-exit-btn{display:flex;align-items:center;gap:.5rem;padding:.58rem 1.2rem;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:10px;color:#fff;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 2px 12px #ef444459}.admin-exit-btn:hover{transform:translateY(-1px);box-shadow:0 4px 18px #ef444473}.exit-icon{font-size:1rem}.admin-layout{display:flex;min-height:100vh;align-items:flex-start;position:relative}.admin-sidebar{width:64px;min-width:64px;background:#fff;border-right:1px solid #e8ecf1;padding:1.25rem .5rem;display:flex;flex-direction:column;gap:.35rem;position:fixed;top:0;left:0;height:100vh;overflow:hidden;flex-shrink:0;z-index:100;transition:width .32s cubic-bezier(.4,0,.2,1),min-width .32s cubic-bezier(.4,0,.2,1),padding .32s cubic-bezier(.4,0,.2,1)}.admin-sidebar.open{width:240px;min-width:240px;padding:1.25rem .75rem}.admin-sidebar::-webkit-scrollbar{width:4px}.admin-sidebar::-webkit-scrollbar-track{background:transparent}.admin-sidebar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}[data-theme=dark] .admin-sidebar{background:#111827;border-right-color:#1f2937}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:998;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.sidebar-button{display:flex;align-items:center;gap:.75rem;padding:.8rem 0;justify-content:center;background:transparent;border:none;border-radius:10px;color:#6b7280;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .18s;text-align:left;width:100%;white-space:nowrap;overflow:hidden;position:relative}.admin-sidebar.open .sidebar-button{justify-content:flex-start;padding:.8rem .85rem}[data-theme=dark] .sidebar-button{color:#9ca3af}.sidebar-button:hover{background:#f3f4f6;color:#4f46e5}[data-theme=dark] .sidebar-button:hover{background:#1f2937;color:#818cf8}.sidebar-button.active{background:linear-gradient(135deg,#eef2ff,#e0e7ff);color:#4338ca;box-shadow:inset 3px 0 #6366f1}[data-theme=dark] .sidebar-button.active{background:linear-gradient(135deg,#1e1b4b,#312e81);color:#a5b4fc;box-shadow:inset 3px 0 #6366f1}.admin-sidebar:not(.open) .sidebar-button:after{content:attr(data-label);position:fixed;left:72px;background:#1a1f36;color:#fff;padding:.35rem .8rem;border-radius:7px;font-size:.8rem;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s;z-index:9999;box-shadow:0 4px 14px #0003}.admin-sidebar:not(.open) .sidebar-button:hover:after{opacity:1}.sidebar-icon{font-size:1.2rem;width:22px;text-align:center;flex-shrink:0}.sidebar-text{flex:1;overflow:hidden;max-width:0;opacity:0;transition:max-width .28s cubic-bezier(.4,0,.2,1),opacity .2s;pointer-events:none}.admin-sidebar.open .sidebar-text{max-width:160px;opacity:1;pointer-events:auto}.sidebar-badge{min-width:20px;height:20px;background:#ef4444;color:#fff;border-radius:10px;font-size:.7rem;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 5px;flex-shrink:0;transition:all .2s}.admin-sidebar:not(.open) .sidebar-badge{position:absolute;top:6px;right:8px;min-width:9px;height:9px;border-radius:50%;padding:0;font-size:0}.admin-main-content{flex:1;padding:2rem;max-width:100%;min-width:0;margin-left:240px;animation:fadeInUp .3s ease}.admin-sidebar.open+.admin-main-content{margin-left:240px}.sidebar-bottom-actions{margin-top:auto;padding-top:.85rem;border-top:1px solid #e5e7eb}[data-theme=dark] .sidebar-bottom-actions{border-top-color:#1f2937}.sidebar-exit-btn{display:flex;align-items:center;gap:.75rem;width:100%;border:none;border-radius:10px;padding:.8rem .85rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.86rem;font-weight:700;cursor:pointer;transition:all .2s ease}.sidebar-exit-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #dc26264d}.sidebar-exit-btn .sidebar-icon{color:#fff}.dashboard-header,.section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.dashboard-title,.section-title{font-size:1.6rem;font-weight:800;color:#111827;margin:0 0 .4rem;letter-spacing:-.4px}[data-theme=dark] .dashboard-title,[data-theme=dark] .section-title{color:#f1f5f9}.dashboard-subtitle,.section-subtitle{font-size:.9rem;color:#6b7280;margin:0}[data-theme=dark] .dashboard-subtitle,[data-theme=dark] .section-subtitle{color:#9ca3af}.refresh-btn{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.35rem;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 2px 10px #6366f14d}.refresh-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #6366f166}.loading-spinner{display:none!important}.no-data-card{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;border:1px solid #e8ecf1;box-shadow:0 2px 12px #0000000d}[data-theme=dark] .no-data-card{background:#111827;border-color:#1f2937}.no-data-icon{font-size:3.5rem;display:block;margin-bottom:1rem;opacity:.45}.no-data-card h3{font-size:1.3rem;font-weight:700;color:#111827;margin:0 0 .5rem}[data-theme=dark] .no-data-card h3{color:#f1f5f9}.no-data-card p{color:#6b7280;margin:0;font-size:.9rem}.no-data{font-size:.9rem;color:#6b7280;padding:2rem;text-align:center}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(255px,1fr));gap:1.25rem;margin-bottom:2rem}.stat-card{display:block;padding:0;background:#fff;border-radius:16px;border:1.5px solid #e8ecf1;transition:all .25s;box-shadow:0 2px 8px #0000000a}.stat-card .card-body{display:flex;align-items:center;gap:1.25rem;padding:1.35rem;min-height:132px}.stat-card .card-header{display:none}[data-theme=dark] .stat-card{background:#111827;border-color:#1f2937}.stat-card:hover{box-shadow:0 8px 28px #0000001a;transform:translateY(-2px);border-color:#c7d2fe}[data-theme=dark] .stat-card:hover{border-color:#4338ca}.stat-card.attention-card{border-color:#fca5a5;cursor:pointer}.stat-card.attention-card .card-body{cursor:pointer}.sk-card{opacity:.85}.stat-icon-wrapper{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.users-card .stat-icon-wrapper{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.active-card .stat-icon-wrapper{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.pending-card .stat-icon-wrapper{background:linear-gradient(135deg,#fef9c3,#fde68a)}.products-card .stat-icon-wrapper{background:linear-gradient(135deg,#ede9fe,#ddd6fe)}.warning-card .stat-icon-wrapper{background:linear-gradient(135deg,#ffedd5,#fed7aa)}.attention-card .stat-icon-wrapper{background:linear-gradient(135deg,#fee2e2,#fecaca)}.stat-icon{font-size:1.8rem}.stat-content{flex:1;min-width:0}.stat-label{font-size:.76rem;color:#6b7280;margin:0 0 .4rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px}[data-theme=dark] .stat-label{color:#9ca3af}.stat-number{font-size:1.9rem;font-weight:800;color:#111827;margin:0;letter-spacing:-.5px;line-height:1}[data-theme=dark] .stat-number{color:#f1f5f9}.stat-number.warning{color:#d97706}.stat-number.danger{color:#dc2626}.stat-trend{font-size:.8rem;color:#6b7280;margin:.4rem 0 0}.stat-trend.positive{color:#059669;font-weight:600}.stat-action-btn{margin-top:.6rem;font-size:.8rem;font-weight:700;color:#4f46e5;cursor:pointer;background:none;border:none;padding:0}.stat-action-btn:hover{text-decoration:underline}.stat-action-text{display:inline-flex;align-items:center;width:fit-content;font-size:.78rem;color:#4338ca;font-weight:700;margin-top:.45rem;padding:.2rem .55rem;background:#eef2ff;border-radius:999px}[data-theme=dark] .stat-action-text{color:#c7d2fe;background:#312e81}.recent-users{background:#fff;border-radius:16px;border:1.5px solid #e8ecf1;overflow:hidden;box-shadow:0 2px 8px #0000000a}[data-theme=dark] .recent-users{background:#111827;border-color:#1f2937}.recent-users h3{padding:1.1rem 1.5rem;margin:0;font-size:.95rem;font-weight:700;color:#111827;border-bottom:1.5px solid #f1f5f9;background:#f9fafb}[data-theme=dark] .recent-users h3{color:#f1f5f9;border-color:#1f2937;background:#0d1117}.users-controls{margin-bottom:1.5rem}.search-filter-bar{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.search-box{flex:1;min-width:280px;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;font-size:1rem;color:#9ca3af;pointer-events:none}.search-input{width:100%;padding:.8rem 1rem .8rem 2.75rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.9rem;background:#fff;color:#111827;transition:all .2s}[data-theme=dark] .search-input{background:#111827;border-color:#374151;color:#f1f5f9}.search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.search-input::placeholder{color:#9ca3af}.clear-search-btn{position:absolute;right:.875rem;background:none;border:none;color:#9ca3af;cursor:pointer;font-size:.8rem;padding:0}.clear-search-btn:hover{color:#6b7280}.filter-select{padding:.8rem 1rem;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;color:#374151;font-size:.875rem;font-weight:600;cursor:pointer;min-width:148px;transition:border-color .2s}.filter-select:focus{outline:none;border-color:#6366f1}[data-theme=dark] .filter-select{background:#111827;border-color:#374151;color:#f1f5f9}.search-btn{padding:.8rem 1.4rem!important}.bulk-actions-bar{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1.5px solid #c7d2fe;border-radius:12px;margin-bottom:1.25rem;flex-wrap:wrap;gap:1rem}[data-theme=dark] .bulk-actions-bar{background:linear-gradient(135deg,#1e1b4b,#312e81);border-color:#4c1d95}.bulk-info{display:flex;align-items:center;gap:.5rem;font-weight:700;color:#3730a3;font-size:.875rem}[data-theme=dark] .bulk-info{color:#a5b4fc}.bulk-count{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;background:#4f46e5;color:#fff;border-radius:7px;font-size:.8rem;font-weight:800;padding:0 6px}.bulk-buttons{display:flex;gap:.625rem;flex-wrap:wrap}.clear-selection-btn{padding:.45rem .875rem;background:#fff;border:1.5px solid #d1d5db;border-radius:7px;font-weight:600;font-size:.8rem;color:#6b7280;cursor:pointer;transition:border-color .2s}.clear-selection-btn:hover{border-color:#9ca3af}[data-theme=dark] .clear-selection-btn{background:#1f2937;border-color:#374151;color:#9ca3af}.table-container{background:#fff;border-radius:16px;border:1.5px solid #e8ecf1;overflow:hidden;box-shadow:0 2px 8px #0000000a}[data-theme=dark] .table-container{background:#111827;border-color:#1f2937}.admin-table{width:100%;border-collapse:collapse}.admin-table thead{background:#f9fafb}[data-theme=dark] .admin-table thead{background:#0d1117}.admin-table th{padding:1rem 1.5rem;text-align:left;font-weight:700;font-size:.74rem;color:#6b7280;text-transform:uppercase;letter-spacing:.7px;border-bottom:1.5px solid #e8ecf1;white-space:nowrap}[data-theme=dark] .admin-table th{color:#9ca3af;border-bottom-color:#1f2937}.admin-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .15s}[data-theme=dark] .admin-table tbody tr{border-bottom-color:#1a2234}.admin-table tbody tr:last-child{border-bottom:none}.admin-table tbody tr:hover{background:#f8faff}[data-theme=dark] .admin-table tbody tr:hover{background:#1f2937}.admin-table tbody tr.selected{background:#eef2ff!important}[data-theme=dark] .admin-table tbody tr.selected{background:#1e1b4b!important}.admin-table td{padding:1rem 1.5rem;color:#374151;font-size:.875rem}[data-theme=dark] .admin-table td{color:#e5e7eb}.checkbox-col{width:48px}.actions-col{width:140px}.user-cell{display:flex;align-items:center;gap:.75rem}.user-avatar{width:38px;height:38px;background:linear-gradient(135deg,#ede9fe,#ddd6fe);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.user-name{font-weight:700;color:#111827;font-size:.875rem}[data-theme=dark] .user-name{color:#f1f5f9}.contact-cell{display:flex;flex-direction:column;gap:.2rem}.contact-item{display:flex;align-items:center;gap:.4rem;font-size:.82rem}.contact-icon{font-size:.875rem;opacity:.55}.date-cell{display:flex;align-items:center;gap:.4rem;color:#6b7280;font-size:.82rem}.date-icon{font-size:.875rem}.order-id-cell{display:flex;align-items:center;gap:.5rem}.order-id-cell code{background:#f3f4f6;padding:.2rem .5rem;border-radius:6px;font-family:SFMono-Regular,Monaco,monospace;font-size:.78rem;color:#4b5563}[data-theme=dark] .order-id-cell code{background:#1f2937;color:#9ca3af}.customer-cell{display:flex;flex-direction:column;gap:.2rem}.customer-name{font-weight:700;color:#111827;font-size:.875rem}[data-theme=dark] .customer-name{color:#f1f5f9}.customer-contact{font-size:.8rem;color:#6b7280}.items-badge{display:inline-block;padding:.2rem .65rem;background:#f3f4f6;border-radius:20px;font-size:.8rem;font-weight:700;color:#4b5563}[data-theme=dark] .items-badge{background:#1f2937;color:#9ca3af}.amount-cell{display:flex;align-items:baseline;gap:.2rem;font-weight:700;color:#111827}[data-theme=dark] .amount-cell{color:#f1f5f9}.currency{font-size:.8rem;color:#6b7280}.amount{font-size:1rem}.product-cell{display:flex;align-items:center;gap:.5rem}.product-icon{font-size:1.35rem}.status-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .7rem;border-radius:20px;font-size:.775rem;font-weight:700;text-transform:capitalize}.status-badge.status-approved,.order-status-confirmed,.order-status-delivered{background:#d1fae5;color:#065f46}.status-badge.status-pending,.order-status-pending{background:#fef9c3;color:#854d0e}.status-badge.status-rejected,.order-status-cancelled{background:#fee2e2;color:#991b1b}.order-status-processing{background:#dbeafe;color:#1e40af}.status-login,.status-order,.status-order_completed,.status-register,.status-inventory{background:#e0e7ff;color:#3730a3}.role-badge{display:inline-block;padding:.25rem .65rem;border-radius:16px;font-size:.75rem;font-weight:700}.role-badge.admin{background:linear-gradient(135deg,#fef9c3,#fde68a);color:#92400e}.role-badge.user{background:#f3f4f6;color:#374151}[data-theme=dark] .role-badge.user{background:#1f2937;color:#9ca3af}.payment-badge{display:inline-flex;padding:.3rem .7rem;border-radius:20px;font-size:.775rem;font-weight:700}.payment-paid{background:#d1fae5;color:#065f46}.payment-pending{background:#fef9c3;color:#854d0e}.payment-failed{background:#fee2e2;color:#991b1b}.stock-badge{padding:.25rem .65rem;border-radius:16px;font-size:.775rem;font-weight:700}.stock-badge.good{background:#d1fae5;color:#065f46}.stock-badge.low{background:#fef9c3;color:#854d0e}.stock-badge.out{background:#fee2e2;color:#991b1b}.low-stock{color:#d97706;font-weight:700}.action-buttons{display:flex;gap:.4rem}.action-btn{width:34px;height:34px;border-radius:8px;border:1.5px solid;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-size:1rem;background:#fff}[data-theme=dark] .action-btn{background:#1f2937}.approve-btn{border-color:#86efac;color:#16a34a}.approve-btn:hover{background:#f0fdf4;box-shadow:0 2px 8px #16a34a38}.reject-btn,.delete-btn{border-color:#fca5a5;color:#dc2626}.reject-btn:hover,.delete-btn:hover{background:#fff5f5;box-shadow:0 2px 8px #dc262638}.view-btn{border-color:#93c5fd;color:#2563eb}.view-btn:hover{background:#eff6ff;box-shadow:0 2px 8px #2563eb38}.role-select{padding:.45rem .7rem;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;font-size:.82rem;font-weight:700;cursor:pointer;transition:border-color .2s;color:#374151}.role-select:focus{outline:none;border-color:#6366f1}[data-theme=dark] .role-select{background:#1f2937;border-color:#374151;color:#e5e7eb}.admin-approvals{animation:fadeInUp .3s ease}.approval-section{margin-bottom:2rem}.section-header-with-count{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.section-header-with-count h3{font-size:1rem;font-weight:800;color:#374151;margin:0;text-transform:uppercase;letter-spacing:.4px}[data-theme=dark] .section-header-with-count h3{color:#d1d5db}.count-badge{padding:.25rem .75rem;background:#fef9c3;color:#854d0e;border:1px solid #fde68a;border-radius:20px;font-weight:800;font-size:.78rem;white-space:nowrap}.approvals-row{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.75rem;scrollbar-width:thin;scrollbar-color:#d1d5db transparent;-webkit-overflow-scrolling:touch}.approvals-row::-webkit-scrollbar{height:6px}.approvals-row::-webkit-scrollbar-track{background:transparent}.approvals-row::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:99px}.apc{flex:0 0 230px;background:#fff;border-radius:14px;border:1.5px solid #e8ecf1;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 8px #0000000a;transition:all .25s}[data-theme=dark] .apc{background:#111827;border-color:#1f2937}.apc:hover{border-color:#6366f1;box-shadow:0 8px 24px #6366f129;transform:translateY(-2px)}.apc-image{height:130px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}[data-theme=dark] .apc-image{background:#1f2937}.apc-image img{width:100%;height:100%;object-fit:cover}.apc-placeholder{font-size:2.5rem;opacity:.35}.apc-body{padding:.85rem .9rem .6rem;flex:1;display:flex;flex-direction:column;gap:.25rem}.apc-status{font-size:.7rem;font-weight:700;color:#854d0e;background:#fef9c3;border:1px solid #fde68a;padding:.18rem .55rem;border-radius:20px;display:inline-block;align-self:flex-start;margin-bottom:.35rem}.apc-name{font-size:.9rem;font-weight:700;color:#111827;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}[data-theme=dark] .apc-name{color:#f1f5f9}.apc-meta{font-size:.78rem;color:#6b7280;margin:0}.apc-price{font-size:.82rem;font-weight:700;color:#111827;margin:0}[data-theme=dark] .apc-price{color:#e5e7eb}.apc-gst{font-weight:400;color:#9ca3af;font-size:.75rem}.apc-seller{font-size:.78rem;color:#374151;margin:0}[data-theme=dark] .apc-seller{color:#d1d5db}.apc-qty{font-size:.75rem;color:#6b7280;margin:0}.apc-date{font-size:.73rem;color:#9ca3af;margin:0}.apc-actions{display:flex;gap:.4rem;padding:.65rem .9rem;border-top:1px solid #f1f5f9;background:#fafbfc}[data-theme=dark] .apc-actions{border-color:#1f2937;background:#0f172a}.apc-approve-btn,.apc-reject-btn{flex:1;padding:.42rem .3rem;border-radius:8px;font-size:.78rem;font-weight:700;cursor:pointer;border:1.5px solid transparent;transition:all .2s}.apc-approve-btn{background:#dcfce7;color:#166534;border-color:#bbf7d0}.apc-approve-btn:hover{background:#16a34a;color:#fff;border-color:#16a34a}.apc-reject-btn{background:#fee2e2;color:#991b1b;border-color:#fecaca}.apc-reject-btn:hover{background:#ef4444;color:#fff;border-color:#ef4444}.pagination-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;padding:1rem 1.25rem;background:#fff;border-radius:12px;border:1.5px solid #e8ecf1;box-shadow:0 1px 4px #0000000a}[data-theme=dark] .pagination-bar{background:#111827;border-color:#1f2937}.pagination-info{font-size:.83rem;color:#6b7280;white-space:nowrap}.pagination-controls{display:flex;gap:.35rem;flex-wrap:wrap}.page-btn{min-width:34px;height:34px;padding:0 .5rem;border-radius:8px;border:1.5px solid #e8ecf1;background:#fff;color:#374151;font-size:.83rem;font-weight:600;cursor:pointer;transition:all .18s;display:inline-flex;align-items:center;justify-content:center}[data-theme=dark] .page-btn{background:#1f2937;border-color:#374151;color:#d1d5db}.page-btn:hover:not(:disabled){border-color:#6366f1;color:#6366f1;background:#eef2ff}[data-theme=dark] .page-btn:hover:not(:disabled){background:#312e81;color:#a5b4fc;border-color:#4f46e5}.page-btn.active{background:#6366f1;border-color:#6366f1;color:#fff}.page-btn:disabled{opacity:.4;cursor:not-allowed}.approvals-grid,.approval-card,.product-status-badge,.product-image,.product-category,.product-description,.product-details,.approval-actions{display:none}.admin-activity{animation:fadeInUp .3s ease}.admin-activity h2{font-size:1.5rem;font-weight:800;color:#111827;margin:0 0 1.75rem}[data-theme=dark] .admin-activity h2{color:#f1f5f9}.activity-section{margin-bottom:2rem}.activity-section h3{font-size:.9rem;font-weight:800;color:#374151;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid #e8ecf1;text-transform:uppercase;letter-spacing:.5px}[data-theme=dark] .activity-section h3{color:#d1d5db;border-color:#1f2937}.admin-reports{animation:fadeInUp .3s ease}.admin-reports h2{font-size:1.5rem;font-weight:800;color:#111827;margin:0 0 1.75rem}[data-theme=dark] .admin-reports h2{color:#f1f5f9}.reports-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(265px,1fr));gap:1.25rem;margin-bottom:2rem}.report-card{background:#fff;padding:1.5rem;border-radius:14px;border:1.5px solid #e8ecf1;box-shadow:0 2px 8px #0000000a;transition:all .25s}[data-theme=dark] .report-card{background:#111827;border-color:#1f2937}.report-card:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-1px)}.report-card h3{font-size:.95rem;font-weight:800;color:#111827;margin:0 0 1.25rem}[data-theme=dark] .report-card h3{color:#f1f5f9}.report-card-sk{background:#fff;padding:1.5rem;border-radius:14px;border:1.5px solid #e8ecf1;box-shadow:0 2px 8px #0000000a}[data-theme=dark] .report-card-sk{background:#111827;border-color:#1f2937}.report-stats{display:flex;flex-direction:column;gap:.875rem}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem .875rem;background:#f9fafb;border-radius:10px}[data-theme=dark] .stat-item{background:#1f2937}.stat-value{font-size:1.25rem;font-weight:800;color:#111827}[data-theme=dark] .stat-value{color:#f1f5f9}.stat-value.success{color:#059669}.stat-value.warning{color:#d97706}.stat-value.danger{color:#dc2626}.stat-value-small{font-size:.9rem;font-weight:700;color:#4b5563}[data-theme=dark] .stat-value-small{color:#d1d5db}.top-products-section{margin-top:2rem}.top-products-section h3{font-size:1rem;font-weight:800;color:#111827;margin:0 0 1.25rem}[data-theme=dark] .top-products-section h3{color:#f1f5f9}.admin-inventory h2{font-size:1.5rem;font-weight:800;color:#111827;margin:0 0 1.75rem}[data-theme=dark] .admin-inventory h2{color:#f1f5f9}@media(max-width:1200px){.stats-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.reports-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}@media(max-width:1024px){.admin-sidebar{position:fixed;top:0;left:0;height:100vh;width:260px!important;min-width:260px!important;padding:1.5rem .875rem!important;transform:translate(0);box-shadow:6px 0 40px #00000038;z-index:999;transition:box-shadow .32s}.admin-sidebar.open{width:260px!important;min-width:260px!important;padding:1.5rem .875rem!important}.admin-sidebar .sidebar-button{justify-content:flex-start!important;padding:.85rem 1rem!important}.admin-sidebar .sidebar-text{max-width:180px!important;opacity:1!important;pointer-events:auto!important}.admin-sidebar .sidebar-button:after{display:none!important}.admin-sidebar .sidebar-badge{position:static!important;min-width:20px!important;height:20px!important;border-radius:10px!important;font-size:.7rem!important;padding:0 5px!important}.admin-main-content{padding:1.5rem}.admin-main-content,.admin-sidebar.open+.admin-main-content{margin-left:260px}}@media(max-width:768px){.admin-navbar-content{padding:0 .875rem;gap:.5rem}.admin-brand-subtitle,.admin-user-details{display:none}.admin-user-info{padding:.45rem .6rem}.admin-sidebar,.admin-sidebar.open{width:76px!important;min-width:76px!important;padding:1rem .55rem!important}.admin-sidebar .sidebar-button,.admin-sidebar.open .sidebar-button,.sidebar-exit-btn{justify-content:center!important;padding:.8rem 0!important}.admin-sidebar .sidebar-text,.admin-sidebar.open .sidebar-text,.sidebar-exit-btn .sidebar-text{max-width:0!important;opacity:0!important;pointer-events:none!important}.sidebar-bottom-actions{padding-top:.65rem}.admin-main-content{padding:1rem;margin-left:76px!important}.stats-grid{grid-template-columns:1fr 1fr}.search-filter-bar{flex-direction:column;gap:.75rem}.search-box,.filter-select{width:100%}.search-btn{width:100%;justify-content:center}.bulk-actions-bar{flex-direction:column;gap:.75rem}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-table{min-width:700px}.section-header,.dashboard-header{flex-direction:column;gap:.75rem;align-items:flex-start}.apc{flex:0 0 200px}.pagination-bar{flex-direction:column;align-items:flex-start;gap:.75rem}.pagination-controls{flex-wrap:wrap}.reports-grid{grid-template-columns:1fr 1fr}}@media(max-width:540px){.admin-navbar-content{height:58px;padding:0 .75rem}.admin-brand-icon{font-size:1.4rem}.admin-brand-title{font-size:1rem}.admin-exit-btn{padding:.5rem .75rem;font-size:.82rem}.admin-exit-btn .exit-text{display:none}.admin-main-content{padding:.875rem}.stats-grid{grid-template-columns:1fr}.dashboard-title,.section-title{font-size:1.25rem}.stat-number{font-size:1.6rem}.admin-table th,.admin-table td{padding:.65rem .875rem;font-size:.8rem}.admin-table{min-width:580px}.apc{flex:0 0 175px}.apc-image{height:100px}.apc-name{font-size:.82rem}.reports-grid{grid-template-columns:1fr}.pagination-info{font-size:.77rem}.page-btn{min-width:30px;height:30px;font-size:.78rem}}.modal-overlay-sell{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease}.modal-content-sell{background:#fff;border-radius:20px;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;scrollbar-width:thin;scrollbar-color:rgba(59,130,246,.3) transparent}.modal-content-sell::-webkit-scrollbar{width:6px}.modal-content-sell::-webkit-scrollbar-track{background:transparent}.modal-content-sell::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:3px}.modal-content-sell::-webkit-scrollbar-thumb:hover{background:#3b82f680}.modal-header-sell{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #e5e7eb;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:20px 20px 0 0}.modal-header-sell h2{font-size:1.75rem;font-weight:700;margin:0}.modal-close-sell{background:#fff3;border:none;color:#fff;font-size:2rem;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;line-height:1}.modal-close-sell:hover{background:#ffffff4d;transform:rotate(90deg)}.sell-product-form{padding:2rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width{grid-column:1 / -1}.form-group label{font-weight:600;color:#374151;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444}.error-text{color:#ef4444;font-size:.875rem;font-weight:500}.price-breakdown{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #bae6fd;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.price-breakdown h3{font-size:1.25rem;font-weight:700;color:#0c4a6e;margin-bottom:1rem}.price-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:1rem;color:#334155}.price-row.total{border-top:2px solid #0ea5e9;margin-top:.5rem;padding-top:1rem;font-size:1.25rem;font-weight:700;color:#0c4a6e}.image-upload-area{margin-top:.5rem}.upload-label{display:block;padding:2rem;border:3px dashed #cbd5e1;border-radius:12px;text-align:center;cursor:pointer;transition:all .3s ease;background:#f8fafc;font-weight:600;color:#64748b}.upload-label:hover{border-color:#3b82f6;background:#eff6ff;color:#3b82f6}.image-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-top:1rem}.image-preview{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;border:2px solid #e5e7eb}.image-preview img{width:100%;height:100%;object-fit:cover}.remove-image{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;background:#ef4444e6;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:1.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1}.remove-image:hover{background:#dc2626;transform:scale(1.1)}.form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:2px solid #e5e7eb}.btn-cancel,.btn-submit{padding:.875rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.btn-cancel{background:#f3f4f6;color:#374151}.btn-cancel:hover{background:#e5e7eb}.btn-submit{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}[data-theme=dark] .modal-content-sell{background:#1a1a1a;color:#e5e7eb}[data-theme=dark] .modal-header-sell{border-bottom-color:#374151}[data-theme=dark] .form-group label{color:#d1d5db}[data-theme=dark] .form-group input,[data-theme=dark] .form-group select,[data-theme=dark] .form-group textarea{background:#2a2a2a;border-color:#374151;color:#e5e7eb}[data-theme=dark] .form-group input:focus,[data-theme=dark] .form-group select:focus,[data-theme=dark] .form-group textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}[data-theme=dark] .price-breakdown{background:linear-gradient(135deg,#1e293b,#334155);border-color:#475569}[data-theme=dark] .price-breakdown h3{color:#bae6fd}[data-theme=dark] .price-row{color:#cbd5e1}[data-theme=dark] .price-row.total{border-top-color:#0ea5e9;color:#bae6fd}[data-theme=dark] .upload-label{background:#2a2a2a;border-color:#475569;color:#94a3b8}[data-theme=dark] .upload-label:hover{border-color:#60a5fa;background:#1e293b;color:#60a5fa}[data-theme=dark] .image-preview{border-color:#374151}[data-theme=dark] .form-actions{border-top-color:#374151}[data-theme=dark] .btn-cancel{background:#374151;color:#d1d5db}[data-theme=dark] .btn-cancel:hover{background:#4b5563}@media(max-width:768px){.form-grid{grid-template-columns:1fr;gap:1rem}.modal-header-sell{padding:1rem 1.5rem}.modal-header-sell h2{font-size:1.5rem}.sell-product-form{padding:1.5rem}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}.image-previews{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.profile-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e3f2fd,#e8eaf6);padding:2rem 1rem}@media(max-width:768px){.profile-page{padding:1.5rem .75rem}}.profile-container{max-width:1083px;margin:0 auto}.profile-header-section{text-align:center;margin-bottom:2rem}@media(max-width:768px){.profile-header-section{margin-bottom:1.5rem}}.profile-page-title{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:.5rem}@media(max-width:768px){.profile-page-title{font-size:1.75rem}}.profile-page-subtitle{font-size:1.1rem;color:#6b7280}@media(max-width:768px){.profile-page-subtitle{font-size:.95rem}}.profile-user-section{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:1.5rem;padding:2rem;background:linear-gradient(125deg,#2563eb,#3b82f6 55%,#f97316 125%);border-radius:16px;color:#fff;margin-bottom:2rem;box-shadow:0 8px 32px #3b82f659;position:relative;overflow:hidden}.profile-user-section:before{content:"";position:absolute;width:220px;height:220px;border-radius:999px;top:-120px;right:-80px;background:#ffffff26;pointer-events:none}@media(max-width:768px){.profile-user-section{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem;text-align:left}}.profile-avatar-large{width:100px;height:100px;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:3px solid rgba(255,255,255,.4);box-shadow:0 4px 16px #00000026}@media(max-width:768px){.profile-avatar-large{width:80px;height:80px}}.profile-avatar-emoji{font-size:4rem}@media(max-width:768px){.profile-avatar-emoji{font-size:3rem}}.profile-user-info{flex:1;min-width:0;padding-right:0}@media(max-width:768px){.profile-user-info{padding-right:0;padding-top:0}}.profile-user-name{font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.2}@media(max-width:768px){.profile-user-name{font-size:1.5rem;margin-bottom:.75rem}}.profile-user-details{display:flex;flex-direction:column;gap:.75rem}@media(max-width:768px){.profile-user-details{align-items:flex-start;gap:.5rem}}.profile-detail-row{display:flex;align-items:center;gap:.75rem;font-size:1rem}@media(max-width:768px){.profile-detail-row{font-size:.9rem;gap:.5rem}}.profile-detail-icon{font-size:1.25rem}@media(max-width:768px){.profile-detail-icon{font-size:1.1rem}}.profile-detail-text{font-weight:500;word-break:break-word}.profile-header-with-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem;margin-bottom:1rem;flex-wrap:wrap;padding-right:0}@media(max-width:768px){.profile-header-with-actions{flex-direction:column;text-align:left}}.profile-action-buttons{display:flex;align-items:flex-start;justify-content:flex-end;gap:.75rem;flex-wrap:wrap;max-width:100%}.profile-action-buttons>button{flex:0 0 auto;min-height:40px}@media(max-width:768px){.profile-action-buttons{justify-content:flex-start;width:100%;gap:.6rem}.profile-action-buttons>button{min-height:38px}}@media(max-width:520px){.profile-action-buttons>button{width:100%;justify-content:center}}.profile-admin-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#10b981,#059669);border:2px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #10b9814d}.profile-admin-btn:hover{background:linear-gradient(135deg,#059669,#047857);border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}@media(max-width:768px){.profile-admin-btn{padding:.5rem 1rem;font-size:.85rem}}.profile-edit-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-edit-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media(max-width:768px){.profile-edit-btn{padding:.5rem 1rem;font-size:.85rem}}.profile-admin-btn-corner{padding:.65rem 1.25rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border:2px solid rgba(255,255,255,.8);border-radius:24px;color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #3b82f666,0 2px 6px #0003;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.profile-admin-btn-corner:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f699,0 4px 8px #0000004d;border-color:#fff}.profile-admin-btn-corner:active{transform:translateY(0);box-shadow:0 2px 8px #3b82f666}@media(max-width:768px){.profile-admin-btn-corner{padding:.55rem 1rem;font-size:.85rem}}@media(max-width:480px){.profile-admin-btn-corner{padding:.5rem .875rem;font-size:.8rem;gap:.375rem}}.profile-logout-btn-corner{padding:.625rem 1rem;background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid rgba(255,255,255,.8);border-radius:10px;color:#fff;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #ef444466,0 2px 6px #0003;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.profile-logout-btn-corner:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 6px 20px #ef444499,0 4px 8px #0000004d;border-color:#fff}.profile-logout-btn-corner:active{transform:translateY(0);box-shadow:0 2px 8px #ef444466}@media(max-width:768px){.profile-logout-btn-corner{padding:.52rem .9rem;font-size:.85rem}}@media(max-width:480px){.profile-logout-btn-corner{padding:.5rem .875rem;font-size:.8rem;gap:.375rem}}.profile-edit-form{width:100%;padding-right:3.5rem}@media(max-width:768px){.profile-edit-form{padding-right:0}}.profile-edit-title{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:#fff}@media(max-width:768px){.profile-edit-title{font-size:1.4rem;margin-bottom:1rem}}.profile-update-message{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;font-weight:600}.profile-update-message.success{background:#22c55e33;border:2px solid rgba(34,197,94,.5);color:#bbf7d0}.profile-update-message.error{background:#ef444433;border:2px solid rgba(239,68,68,.5);color:#fecaca}.profile-form-group{margin-bottom:1.25rem}.profile-form-label{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;margin-bottom:.5rem;color:#fffffff2}.profile-form-icon{font-size:1.1rem}.profile-form-input{width:100%;padding:.75rem 1rem;background:#ffffff26;border:2px solid rgba(255,255,255,.25);border-radius:8px;color:#fff;font-size:1rem;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-form-input::placeholder{color:#ffffff80}.profile-form-input:focus{outline:none;background:#fff3;border-color:#ffffff80;box-shadow:0 0 0 3px #ffffff1a}@media(max-width:768px){.profile-form-input{padding:.65rem .875rem;font-size:.95rem}}.profile-form-actions{display:flex;gap:1rem;margin-top:1.5rem}@media(max-width:768px){.profile-form-actions{flex-direction:column;gap:.75rem}}.profile-form-btn{flex:1;padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.profile-form-btn:disabled{opacity:.6;cursor:not-allowed}.profile-form-btn-save{background:#22c55ee6;color:#fff;border:2px solid rgba(255,255,255,.3)}.profile-form-btn-save:hover:not(:disabled){background:#22c55e;transform:translateY(-2px);box-shadow:0 6px 16px #22c55e66}.profile-form-btn-cancel{background:#ef4444e6;color:#fff;border:2px solid rgba(255,255,255,.3)}.profile-form-btn-cancel:hover:not(:disabled){background:#ef4444;transform:translateY(-2px);box-shadow:0 6px 16px #ef444466}@media(max-width:768px){.profile-form-btn{padding:.75rem 1.25rem;font-size:.95rem}}.profile-stats-section{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 16px #00000014;border:1px solid rgba(59,130,246,.1)}@media(max-width:768px){.profile-stats-section{padding:1.5rem;margin-bottom:1.5rem;border-radius:12px}}.profile-section-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}@media(max-width:768px){.profile-section-title{font-size:1.25rem;margin-bottom:1rem}}.profile-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}@media(max-width:768px){.profile-stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.profile-stats-grid{grid-template-columns:1fr;gap:1rem}}.profile-stat-card{background:linear-gradient(135deg,#fff,#f1f5f9);border:2px solid #e0e7ff;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease;box-shadow:0 2px 12px #0000000f}@media(max-width:768px){.profile-stat-card{padding:1.25rem 1rem}}.profile-stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #3b82f626;border-color:#3b82f6}@media(max-width:768px){.profile-stat-card:hover{transform:translateY(-2px)}}.profile-stat-icon{font-size:2.5rem;margin-bottom:.75rem}@media(max-width:768px){.profile-stat-icon{font-size:2rem;margin-bottom:.5rem}}.profile-stat-value{font-size:2rem;font-weight:800;color:#3b82f6;margin-bottom:.5rem}@media(max-width:768px){.profile-stat-value{font-size:1.5rem}}.profile-stat-label{font-size:.9rem;color:#6b7280;font-weight:600}@media(max-width:768px){.profile-stat-label{font-size:.8rem}}.profile-orders-section{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 16px #00000014;border:1px solid rgba(59,130,246,.1)}@media(max-width:768px){.profile-orders-section{padding:1.5rem;margin-bottom:1.5rem;border-radius:12px}}.profile-loading{text-align:center;padding:3rem;color:#6b7280}.profile-spinner{width:50px;height:50px;border:4px solid #f3f4f6;border-top-color:var(--accent-primary);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.profile-empty{text-align:center;padding:3rem}.profile-empty-icon{font-size:4rem;margin-bottom:1rem}.profile-empty-text{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.profile-empty-subtext{color:#6b7280}.profile-orders-list{display:flex;flex-direction:column;gap:1.5rem}.profile-order-card{background:linear-gradient(135deg,#fff,#fafbfc);border:2px solid rgba(226,232,240,.8);border-radius:12px;padding:1.5rem;transition:all .3s ease;box-shadow:0 2px 12px #0000000f}@media(max-width:768px){.profile-order-card{padding:1.25rem}}.profile-order-card:hover{border-color:#3b82f6;box-shadow:0 12px 32px #3b82f626;transform:translateY(-2px)}.profile-order-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:2px solid #e5e7eb;margin-bottom:1rem}@media(max-width:640px){.profile-order-header{flex-direction:column;align-items:flex-start;gap:.75rem}}.profile-order-id{display:flex;flex-direction:column;gap:.25rem}.profile-order-number{font-size:1.1rem;font-weight:700;color:#1f2937}.profile-order-date{font-size:.9rem;color:#6b7280}.profile-order-status{padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.status-pending{background:#fef3c7;color:#92400e}.status-confirmed{background:#dbeafe;color:#1e40af}.status-processing{background:#e0e7ff;color:#3730a3}.status-delivered{background:#d1fae5;color:#065f46}.status-cancelled{background:#fee2e2;color:#991b1b}.profile-order-products{margin-bottom:1rem}.profile-products-title{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.profile-products-list{display:flex;flex-direction:column;gap:.75rem}.profile-product-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb}@media(max-width:640px){.profile-product-item{flex-direction:column;align-items:stretch;gap:.75rem}}.profile-product-info{display:flex;align-items:center;gap:.75rem;flex:1}@media(max-width:640px){.profile-product-info{width:100%}}.profile-product-img{width:50px;height:50px;object-fit:cover;border-radius:8px}@media(max-width:640px){.profile-product-img{width:45px;height:45px}}.profile-product-placeholder{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff8f0,#ffe8d6);border-radius:8px;font-size:1.75rem;border:2px solid #ffd8ba;flex-shrink:0}@media(max-width:640px){.profile-product-placeholder{width:45px;height:45px;font-size:1.5rem}}.profile-product-details{display:flex;flex-direction:column;gap:.35rem;flex:1}.profile-product-name{font-weight:600;color:#1f2937;font-size:1rem}.profile-product-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.profile-product-category{font-size:.8rem;color:#6b7280;padding:.15rem .5rem;background:#f3f4f6;border-radius:4px;font-weight:500}.profile-product-qty{font-size:.85rem;color:#6b7280;font-weight:500}.profile-product-pricing{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}@media(max-width:640px){.profile-product-pricing{width:100%;flex-direction:row;justify-content:space-between;align-items:center}}.profile-product-price{font-weight:700;color:var(--accent-primary);padding-top:1.25rem;border-top:2px solid #e5e7eb}@media(max-width:640px){.profile-product-price{padding-top:0;border-top:none}}.profile-order-summary{display:flex;flex-direction:column;gap:.75rem}.profile-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:#4b5563}.profile-summary-total{padding-top:.5rem;border-top:1px dashed #d1d5db;font-size:1.1rem;color:#1f2937}.profile-summary-total strong{font-size:1.4rem;color:var(--accent-primary);font-weight:800}.profile-payment-info{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#f9fafb;border-radius:8px;margin-top:.5rem}.profile-payment-icon{font-size:1.25rem}.profile-payment-text{font-size:.95rem;color:#374151;font-weight:600}.profile-delivery-info{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#d1fae5;border-radius:8px;border:1px solid #a7f3d0}.profile-delivery-icon{font-size:1.25rem}.profile-delivery-text{font-size:.9rem;color:#065f46;font-weight:600}.profile-order-notes{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:#fef3c7;border-radius:8px;border:1px solid #fde68a}.profile-notes-icon{font-size:1.1rem;flex-shrink:0}.profile-notes-text{font-size:.9rem;color:#92400e;font-style:italic;line-height:1.5}.profile-address-content{font-size:.9rem;color:#4b5563;line-height:1.6}.profile-address-content p{margin:.25rem 0}.profile-order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:2px solid #e5e7eb}.profile-payment-method{font-size:.95rem;color:#6b7280;font-weight:500}.profile-order-total{display:flex;align-items:center;gap:.5rem;font-size:1rem}.profile-order-total strong{font-size:1.25rem;color:var(--accent-primary)}.profile-actions{max-width:400px;margin:0 auto}@media(max-width:768px){.profile-page{padding:1rem .5rem}.profile-page-title{font-size:2rem}.profile-user-section{flex-direction:column;text-align:center;padding:1.5rem}.profile-avatar-large{width:80px;height:80px;font-size:3rem}.profile-user-name{font-size:1.5rem}.profile-stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.profile-stat-card{padding:1rem}.profile-stat-value{font-size:1.5rem}.profile-order-header,.profile-order-footer{flex-direction:column;align-items:flex-start;gap:.75rem}}[data-theme=dark] .profile-page{background:linear-gradient(135deg,#000,#0a0a0a,#121212)}[data-theme=dark] .profile-user-section{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid rgba(255,152,0,.2);box-shadow:0 8px 32px #0009,0 0 20px #ff980026}[data-theme=dark] .profile-edit-btn{background:#ff980026;border-color:#ff98004d}[data-theme=dark] .profile-edit-btn:hover{background:#ff980040;border-color:#ff980080}[data-theme=dark] .profile-admin-btn{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b98166;box-shadow:0 2px 8px #10b98166}[data-theme=dark] .profile-admin-btn:hover{background:linear-gradient(135deg,#34d399,#10b981);border-color:#10b98199;box-shadow:0 4px 12px #10b98180}[data-theme=dark] .profile-logout-btn-corner{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#ffffffe6;box-shadow:0 4px 12px #ef444480,0 2px 6px #0006}[data-theme=dark] .profile-logout-btn-corner:hover{background:linear-gradient(135deg,#f87171,#ef4444);box-shadow:0 6px 20px #ef4444b3,0 4px 8px #00000080;border-color:#fff}[data-theme=dark] .profile-admin-btn-corner{background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-warning) 100%);border-color:#ffffffe6;box-shadow:0 4px 12px #ff6f0080,0 2px 6px #0006}[data-theme=dark] .profile-admin-btn-corner:hover{background:linear-gradient(135deg,var(--accent-warning) 0%,var(--accent-primary) 100%);box-shadow:0 6px 20px #ff6f00b3,0 4px 8px #00000080;border-color:#fff}[data-theme=dark] .profile-update-message.success{background:#22c55e26;border-color:#22c55e66;color:#86efac}[data-theme=dark] .profile-update-message.error{background:#ef444426;border-color:#ef444466;color:#fca5a5}[data-theme=dark] .profile-form-input{background:#ff980014;border-color:#ff980040;color:#fff}[data-theme=dark] .profile-form-input::placeholder{color:#fff6}[data-theme=dark] .profile-form-input:focus{background:#ff98001f;border-color:#ff980080;box-shadow:0 0 0 3px #ff98001a}[data-theme=dark] .profile-form-btn-save{background:#22c55ed9;border-color:#22c55e80}[data-theme=dark] .profile-form-btn-save:hover:not(:disabled){background:#22c55e;box-shadow:0 6px 16px #22c55e80}[data-theme=dark] .profile-form-btn-cancel{background:#dc2626d9;border-color:#dc262680}[data-theme=dark] .profile-form-btn-cancel:hover:not(:disabled){background:#dc2626;box-shadow:0 6px 16px #dc262680}[data-theme=dark] .profile-page-title{color:#fff;text-shadow:0 2px 8px rgba(255,152,0,.3)}[data-theme=dark] .profile-page-subtitle{color:#b0b0b0}[data-theme=dark] .profile-stats-section,[data-theme=dark] .profile-orders-section{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);border:1px solid rgba(255,152,0,.15);box-shadow:0 8px 24px #00000080,0 0 20px #ff98000d}[data-theme=dark] .profile-section-title{color:#fff;text-shadow:0 1px 4px rgba(255,152,0,.2)}[data-theme=dark] .profile-stat-card{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);border:2px solid rgba(255,152,0,.2);box-shadow:0 4px 16px #00000080}[data-theme=dark] .profile-stat-card:hover{border-color:#ff9800;box-shadow:0 12px 32px #ff98004d,0 0 24px #ff980033;transform:translateY(-4px);background:linear-gradient(135deg,#1a1a1a,#2a2a2a)}[data-theme=dark] .profile-stat-value{color:#ff9800;text-shadow:0 0 16px rgba(255,152,0,.4)}[data-theme=dark] .profile-stat-label{color:#b0b0b0}[data-theme=dark] .profile-order-card{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);border:2px solid rgba(255,152,0,.2);box-shadow:0 4px 16px #00000080}[data-theme=dark] .profile-order-card:hover{border-color:#ff9800;box-shadow:0 12px 32px #ff98004d,0 0 24px #ff980026;background:linear-gradient(135deg,#1a1a1a,#2a2a2a)}[data-theme=dark] .profile-order-number{color:#fff}[data-theme=dark] .profile-order-date{color:#b0b0b0}[data-theme=dark] .profile-products-title,[data-theme=dark] .profile-address-title{color:#fff}[data-theme=dark] .profile-product-item{background:linear-gradient(135deg,#0a0a0a,#141414);border:1px solid rgba(255,152,0,.15)}[data-theme=dark] .profile-product-placeholder{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:2px solid rgba(255,152,0,.3)}[data-theme=dark] .profile-product-name{color:#fff}[data-theme=dark] .profile-product-category{background:#ff98001a;color:#ffa726;border:1px solid rgba(255,152,0,.2)}[data-theme=dark] .profile-product-qty,[data-theme=dark] .profile-product-total{color:#b0b0b0}[data-theme=dark] .profile-product-price{color:#ff9800;text-shadow:0 0 12px rgba(255,152,0,.5),0 0 24px rgba(255,152,0,.2);border-top-color:#ff980033}[data-theme=dark] .profile-order-address{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);border:1px solid rgba(255,152,0,.15)}[data-theme=dark] .profile-address-content,[data-theme=dark] .profile-summary-row{color:#d0d0d0}[data-theme=dark] .profile-summary-total{color:#fff;border-color:#ff98004d}[data-theme=dark] .profile-summary-total strong{color:#ff9800;text-shadow:0 0 16px rgba(255,152,0,.4)}[data-theme=dark] .profile-payment-info{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);border:1px solid rgba(255,152,0,.15)}[data-theme=dark] .profile-payment-text{color:#d0d0d0}[data-theme=dark] .profile-delivery-info{background:linear-gradient(135deg,#0a1a0a,#1a2a1a);border:1px solid rgba(76,175,80,.3)}[data-theme=dark] .profile-delivery-text{color:#81c784}[data-theme=dark] .profile-order-notes{background:linear-gradient(135deg,#1a1a0a,#2a2a1a);border:1px solid rgba(255,193,7,.3)}[data-theme=dark] .profile-notes-text{color:#ffeb3b}[data-theme=dark] .profile-empty-text{color:#fff}[data-theme=dark] .profile-empty-subtext,[data-theme=dark] .profile-loading{color:#b0b0b0}[data-theme=dark] .status-pending{background:linear-gradient(135deg,#1a1a0a,#2a2a1a);color:#ffc107;border:1px solid rgba(255,193,7,.3)}[data-theme=dark] .status-confirmed{background:linear-gradient(135deg,#0a0a1a,#1a1a2a);color:#64b5f6;border:1px solid rgba(100,181,246,.3)}[data-theme=dark] .status-processing{background:linear-gradient(135deg,#1a0a1a,#2a1a2a);color:#ba68c8;border:1px solid rgba(186,104,200,.3)}[data-theme=dark] .status-delivered{background:linear-gradient(135deg,#0a1a0a,#1a2a1a);color:#81c784;border:1px solid rgba(129,199,132,.3)}[data-theme=dark] .status-cancelled{background:linear-gradient(135deg,#1a0a0a,#2a1a1a);color:#e57373;border:1px solid rgba(229,115,115,.3)}.profile-sell-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#f59e0b,#d97706);border:2px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #f59e0b4d}.profile-sell-btn:hover{background:linear-gradient(135deg,#d97706,#b45309);border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b66}@media(max-width:768px){.profile-sell-btn{padding:.5rem 1rem;font-size:.85rem}}.my-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.product-status{padding:.5rem .75rem;font-size:.8rem;font-weight:600;text-align:center;background:#fef3c7;color:#92400e}.product-image{width:100%;height:160px;object-fit:cover}.product-no-image{width:100%;height:160px;display:flex;align-items:center;justify-content:center;font-size:3rem;background:#f3f4f6;color:#9ca3af}.product-info{padding:.875rem;flex:1;display:flex;flex-direction:column}.product-info h4{margin:0 0 .4rem;font-size:1.05rem;color:#1f2937;font-weight:700;line-height:1.3}.product-category{color:#6b7280;font-size:.7rem;margin-bottom:.5rem;display:inline-block;padding:.2rem .6rem;background:#f3f4f6;border-radius:10px;font-weight:600;letter-spacing:.5px}.product-description{font-size:.8rem;color:#4b5563;margin:.4rem 0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-pricing{background:#f9fafb;padding:.625rem;border-radius:6px;margin:.5rem 0;font-size:.8rem;border:1px solid #e5e7eb}.product-pricing div{margin:.15rem 0;color:#4b5563}.product-final-price{font-weight:700;color:#10b981;font-size:1rem;margin-top:.35rem;padding-top:.35rem;border-top:1px solid #e5e7eb}.product-quantity,.product-expiry{font-size:.8rem;color:#6b7280;margin:.35rem 0}.btn-delete-product{margin-top:.75rem;padding:.5rem 1rem;width:100%;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.85rem}.btn-delete-product:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 4px 12px #ef444466}[data-theme=dark] .product-card{background:#1a1a1a;border:1px solid #374151}[data-theme=dark] .product-status{background:#2a2a2a;color:#fbbf24}[data-theme=dark] .product-info h4{color:#e5e7eb}[data-theme=dark] .product-category{background:#374151;color:#9ca3af}[data-theme=dark] .product-description{color:#9ca3af}[data-theme=dark] .product-pricing{background:#2a2a2a;border-color:#374151}[data-theme=dark] .product-pricing div{color:#9ca3af}[data-theme=dark] .product-final-price{color:#34d399;border-top-color:#374151}[data-theme=dark] .product-quantity,[data-theme=dark] .product-expiry{color:#9ca3af}[data-theme=dark] .product-no-image{background:#2a2a2a}.profile-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.pending-badge{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;padding:.4rem .875rem;border-radius:20px;font-size:.85rem;font-weight:600;box-shadow:0 2px 8px #fbbf244d}.product-notifications{margin:1rem 0;display:flex;flex-direction:column;gap:.75rem}.notification{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:10px;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notification.approved{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-left:4px solid #10b981}.notification.rejected{background:linear-gradient(135deg,#fee2e2,#fecaca);border-left:4px solid #ef4444}.notification-icon{font-size:1.5rem;flex-shrink:0}.notification-content{flex:1;font-size:.9rem;color:#1f2937;line-height:1.5}.notification-content strong{font-weight:700;color:#111827}[data-theme=dark] .notification.approved{background:linear-gradient(135deg,#064e3b,#065f46);color:#d1fae5}[data-theme=dark] .notification.rejected{background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fee2e2}[data-theme=dark] .notification-content{color:#e5e7eb}[data-theme=dark] .notification-content strong{color:#f9fafb}@media(max-width:768px){.my-products-grid{grid-template-columns:1fr}.profile-section-header{flex-direction:column;align-items:flex-start;gap:.5rem}.notification{padding:.875rem}}.about-page{padding:1rem .5rem;width:95%;max-width:95%;margin:0 auto}.about-container{width:100%;max-width:100%;margin:1rem auto}.about-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #ff6f00}.about-title{font-size:2rem;font-weight:700;color:#ff6f00;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center}.about-subtitle{font-size:1rem;color:#666;font-weight:500}.about-content{padding:.5rem 0}.about-section{margin-bottom:1.5rem}.about-section h2{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.75rem;padding-bottom:.3rem;border-bottom:2px solid #ff9800}.about-section p{font-size:.95rem;line-height:1.5;color:#555;margin-bottom:.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.feature-card{background:linear-gradient(135deg,#fff3e0,#ffe0b2);padding:1rem;border-radius:8px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #ff6f0033;border-color:#ff9800}.feature-icon{font-size:2rem;margin-bottom:.5rem}.feature-card h3{font-size:1.1rem;font-weight:600;color:#ff6f00;margin-bottom:.4rem}.feature-card p{font-size:.85rem;color:#666;margin:0;line-height:1.4}.mission-section{background:linear-gradient(135deg,#e3f2fd,#bbdefb);padding:1rem;border-radius:8px;border-left:4px solid #2196f3}.mission-text{font-size:.95rem;color:#1565c0;font-weight:500;margin:0}.benefits-list{list-style:none;padding:0;margin:.75rem 0}.benefits-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;padding:.75rem;background:#f8f9fa;border-radius:6px;transition:background .3s ease}.benefits-list li:hover{background:#fff3e0}.benefit-icon{flex-shrink:0;width:26px;height:26px;background:#ff6f00;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.benefits-list li strong{display:block;color:#ff6f00;font-size:.95rem;margin-bottom:.15rem}.benefits-list li p{margin:0;color:#666;font-size:.85rem}.values-section{background:linear-gradient(135deg,#f3e5f5,#e1bee7);padding:1rem;border-radius:8px}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:.75rem}.value-item{background:#fff;padding:1rem;border-radius:6px;box-shadow:0 2px 6px #0000001a}.value-item h3{color:#7b1fa2;font-size:1rem;margin-bottom:.3rem}.value-item p{margin:0;font-size:.85rem;color:#666}.contact-section{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);padding:1rem;border-radius:8px}.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:.75rem}.contact-card{background:#fff;padding:1rem;border-radius:8px;text-align:center;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease}.contact-card:hover{transform:translateY(-3px)}.contact-icon{font-size:2rem;margin-bottom:.5rem}.contact-card h4{color:#2e7d32;font-size:1rem;margin-bottom:.3rem}.contact-card p{margin:0;color:#666;font-size:.85rem}.about-cta{background:linear-gradient(135deg,#ff6f00,#ff8f00);color:#fff;padding:1.25rem;border-radius:8px;text-align:center;margin-top:1.5rem}.about-cta h3{font-size:1.35rem;margin-bottom:.4rem}.about-cta p{font-size:.95rem;margin:0;color:#fffffff2}[data-theme=dark] .about-title{color:#ff8f00}[data-theme=dark] .about-subtitle{color:#999}[data-theme=dark] .about-section h2{color:#e0e0e0;border-bottom-color:#ff8f00}[data-theme=dark] .about-section p{color:#b0b0b0}[data-theme=dark] .feature-card{background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border-color:#444}[data-theme=dark] .feature-card h3{color:#ff8f00}[data-theme=dark] .feature-card p{color:#b0b0b0}[data-theme=dark] .mission-section{background:linear-gradient(135deg,#1e3a5f,#152842);border-left-color:#4a90e2}[data-theme=dark] .mission-text{color:#64b5f6}[data-theme=dark] .benefits-list li{background:#2a2a2a}[data-theme=dark] .benefits-list li:hover{background:#1e1e1e}[data-theme=dark] .benefits-list li strong{color:#ff8f00}[data-theme=dark] .benefits-list li p{color:#b0b0b0}[data-theme=dark] .values-section{background:linear-gradient(135deg,#2a1a3a,#1e1427)}[data-theme=dark] .value-item{background:#1e1e1e}[data-theme=dark] .value-item h3{color:#ba68c8}[data-theme=dark] .value-item p{color:#b0b0b0}[data-theme=dark] .contact-section{background:linear-gradient(135deg,#1e3a2a,#14281e)}[data-theme=dark] .contact-card{background:#1e1e1e}[data-theme=dark] .contact-card h4{color:#66bb6a}[data-theme=dark] .contact-card p{color:#b0b0b0}@media(max-width:768px){.about-page{padding:1rem .5rem}.about-title{font-size:2rem}.about-subtitle{font-size:1rem}.about-section h2{font-size:1.5rem}.features-grid,.values-grid,.contact-cards{grid-template-columns:1fr}}@media(max-width:480px){.about-title{font-size:1.75rem;flex-direction:column}.about-section h2{font-size:1.35rem}.feature-card,.mission-section,.values-section,.contact-section,.about-cta{padding:1.25rem}}.terms-page{padding:.75rem;width:97%;max-width:97%;margin:0 auto}.terms-container{width:100%;margin:.5rem auto}.terms-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #ff9800;animation:fadeInDown .6s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.terms-icon{font-size:2.5rem;margin-bottom:.5rem;animation:bounce 1.5s ease infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.terms-title{font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#ff6f00,#ff9800);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.terms-subtitle{font-size:.85rem;color:#666;font-style:italic}.terms-content{padding:0}.terms-section{position:relative;margin-bottom:1.5rem;padding:1.25rem;background:linear-gradient(135deg,#fff,#f9f9f9);border-radius:8px;border-left:3px solid #ff9800;box-shadow:0 2px 10px #0000000d;opacity:0;transform:translate(-30px) translateY(20px);transition:all .6s cubic-bezier(.34,1.56,.64,1)}.terms-section.animate-in{opacity:1;transform:translate(0) translateY(0)}.terms-section:hover{box-shadow:0 4px 15px #ff980026;transform:translateY(-2px)}.section-badge{position:absolute;top:-10px;left:15px;background:linear-gradient(135deg,#ff6f00,#ff9800);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:700;box-shadow:0 2px 8px #ff6f004d;animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.terms-section h2{font-size:1.25rem;font-weight:600;color:#333;margin:0 0 .75rem;padding-left:0}.terms-section>p{font-size:.9rem;line-height:1.6;color:#555;margin:0}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-top:.75rem}.info-item{background:#fff;padding:.75rem;border-radius:6px;border:1px solid #e0e0e0;transition:all .3s ease;animation:fadeIn .5s ease-out backwards}.info-item:nth-child(1){animation-delay:.1s}.info-item:nth-child(2){animation-delay:.2s}.info-item:nth-child(3){animation-delay:.3s}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.info-item:hover{border-color:#ff9800;box-shadow:0 3px 10px #ff980026;transform:translateY(-3px)}.info-icon{font-size:1.5rem;display:block;margin-bottom:.5rem}.info-item p{font-size:.85rem;color:#666;margin:0;line-height:1.4}.return-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin:.75rem 0}.return-box{padding:.75rem;border-radius:6px;transition:all .3s ease;animation:slideUp .5s ease-out backwards}.return-box:nth-child(1){animation-delay:.1s}.return-box:nth-child(2){animation-delay:.2s}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.return-box.eligible{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-left:3px solid #4caf50}.return-box.non-eligible{background:linear-gradient(135deg,#ffebee,#ffcdd2);border-left:3px solid #f44336}.return-box h4{font-size:.95rem;font-weight:600;margin-bottom:.5rem;color:#333}.return-box ul{list-style:none;padding:0;margin:0}.return-box ul li{padding:.3rem 0 .3rem 1.25rem;position:relative;font-size:.8rem;color:#555}.return-box.eligible ul li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700}.return-box.non-eligible ul li:before{content:"✗";position:absolute;left:0;color:#f44336;font-weight:700}.return-steps{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.return-steps span{flex:1;min-width:150px;background:#e3f2fd;padding:.5rem;border-radius:6px;font-size:.8rem;text-align:center;color:#1976d2;font-weight:500;transition:all .3s ease;animation:popIn .4s ease-out backwards}.return-steps span:nth-child(1){animation-delay:.1s}.return-steps span:nth-child(2){animation-delay:.2s}.return-steps span:nth-child(3){animation-delay:.3s}@keyframes popIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.return-steps span:hover{background:#1976d2;color:#fff;transform:scale(1.05)}.conduct-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-top:.75rem}.conduct-box{padding:.75rem;border-radius:6px;background:#fff;border:2px solid #e0e0e0;transition:all .3s ease;animation:fadeIn .5s ease-out backwards}.conduct-box:nth-child(1){animation-delay:.1s;border-color:#4caf50}.conduct-box:nth-child(2){animation-delay:.2s;border-color:#f44336}.conduct-box:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-3px)}.conduct-box h4{font-size:.95rem;font-weight:600;margin-bottom:.5rem;color:#333}.conduct-box ul{list-style:none;padding:0;margin:0}.conduct-box ul li{padding:.3rem 0;font-size:.8rem;color:#555}.legal-grid{display:grid;gap:.75rem;margin-top:.75rem}.legal-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border-radius:6px;border:1px solid #e0e0e0;transition:all .3s ease;animation:slideRight .5s ease-out backwards}.legal-item:nth-child(1){animation-delay:.1s}.legal-item:nth-child(2){animation-delay:.2s}.legal-item:nth-child(3){animation-delay:.3s}@keyframes slideRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.legal-item:hover{border-color:#ff9800;box-shadow:0 3px 10px #ff980026}.legal-item span{font-size:1.5rem;flex-shrink:0}.legal-item p{margin:0;font-size:.85rem;color:#666;line-height:1.4}.legal-item strong{color:#ff6f00;font-weight:600}.terms-footer{margin-top:2rem;opacity:0;transform:translateY(20px);transition:all .6s ease}.acceptance-box{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff;padding:1.25rem;border-radius:8px;text-align:center;box-shadow:0 4px 15px #2196f34d;display:flex;align-items:center;justify-content:center;gap:1rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 4px 15px #2196f34d}50%{box-shadow:0 6px 20px #2196f380}}.check-icon{font-size:2rem;width:45px;height:45px;background:#fff;color:#2196f3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.acceptance-box p{margin:0;font-size:.9rem;line-height:1.5;text-align:left}[data-theme=dark] .terms-section{background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border-left-color:#ff8f00}[data-theme=dark] .terms-section h2{color:#e0e0e0}[data-theme=dark] .terms-section>p,[data-theme=dark] .info-item p,[data-theme=dark] .legal-item p{color:#b0b0b0}[data-theme=dark] .info-item,[data-theme=dark] .legal-item,[data-theme=dark] .conduct-box{background:#1e1e1e;border-color:#333}@media(max-width:768px){.terms-page{padding:.5rem}.terms-title{font-size:1.5rem}.terms-section{padding:1rem}.terms-section h2{font-size:1.1rem}.info-grid,.return-grid,.conduct-grid{grid-template-columns:1fr}.return-steps{flex-direction:column}.acceptance-box{flex-direction:column;text-align:center}.acceptance-box p{text-align:center}}@media(max-width:480px){.terms-icon{font-size:2rem}.terms-title{font-size:1.3rem}.section-badge{font-size:.7rem;padding:.2rem .6rem}}.subsection{background:#fff;padding:1.25rem;margin:1rem 0;border-radius:8px;border-left:3px solid #ff9800;transition:all .3s ease}.subsection:hover{background:#fff3e0;border-left-width:5px}.subsection h3{font-size:1.15rem;font-weight:600;color:#ff6f00;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.subsection p{margin:0;font-size:.95rem}.info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:1.5rem}.info-card{background:#fff;padding:1.5rem;border-radius:10px;text-align:center;box-shadow:0 3px 15px #00000014;transition:all .3s ease;border:2px solid transparent}.info-card:hover{border-color:#ff9800;transform:translateY(-5px) scale(1.02);box-shadow:0 8px 25px #ff6f0033}.card-icon{font-size:2.5rem;margin-bottom:.75rem;animation:pulse 2s infinite}.info-card h4{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.5rem}.info-card p{font-size:.9rem;color:#666;margin:0}.policy-box{padding:1.5rem;border-radius:10px;margin:1.25rem 0}.policy-box.eligible{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-left:5px solid #4caf50}.policy-box.non-eligible{background:linear-gradient(135deg,#ffebee,#ffcdd2);border-left:5px solid #f44336}.policy-box h4{font-size:1.15rem;font-weight:600;margin-bottom:1rem;color:#333}.policy-box ul{list-style:none;padding:0;margin:0}.policy-box ul li{padding:.5rem 0 .5rem 1.75rem;position:relative;font-size:.95rem;color:#555}.policy-box.eligible ul li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700;font-size:1.2rem}.policy-box.non-eligible ul li:before{content:"✗";position:absolute;left:0;color:#f44336;font-weight:700;font-size:1.2rem}.process-steps{background:linear-gradient(135deg,#e3f2fd,#bbdefb);padding:1.5rem;border-radius:10px;margin-top:1.5rem}.process-steps h4{font-size:1.15rem;font-weight:600;color:#1976d2;margin-bottom:1rem;text-align:center}.step{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px;margin-bottom:.75rem;box-shadow:0 2px 8px #0000000d}.step:last-child{margin-bottom:0}.step-num{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.step p{margin:0;font-size:.95rem;color:#555}.conduct-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.conduct-item{padding:1.5rem;border-radius:10px;box-shadow:0 4px 15px #00000014}.conduct-item.do{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border:2px solid #4caf50}.conduct-item.dont{background:linear-gradient(135deg,#ffebee,#ffcdd2);border:2px solid #f44336}.conduct-item h4{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#333}.conduct-item ul{list-style:none;padding:0;margin:0}.conduct-item ul li{padding:.6rem 0 .6rem 1.75rem;position:relative;font-size:.95rem;color:#555}.conduct-item.do ul li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700;font-size:1.2rem}.conduct-item.dont ul li:before{content:"✗";position:absolute;left:0;color:#f44336;font-weight:700;font-size:1.2rem}.legal-points{margin-top:1.5rem}.legal-point{display:flex;align-items:flex-start;gap:1.25rem;padding:1.25rem;background:#fff;border-radius:10px;margin-bottom:1rem;box-shadow:0 3px 12px #0000000f;transition:all .3s ease}.legal-point:hover{box-shadow:0 6px 20px #ff6f0026;transform:translate(5px)}.point-icon{font-size:2rem;flex-shrink:0}.legal-point h4{font-size:1.1rem;font-weight:600;color:#ff6f00;margin-bottom:.5rem}.legal-point p{margin:0;font-size:.9rem;color:#666}.contact-box{background:linear-gradient(135deg,#fff3e0,#ffe0b2);padding:2rem;border-radius:12px;border:2px solid #ff9800;margin-top:1.5rem}.contact-intro{font-size:1.05rem;font-weight:600;color:#ff6f00;margin-bottom:1.5rem;text-align:center}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.contact-method{display:flex;align-items:center;gap:1rem;background:#fff;padding:1.25rem;border-radius:8px;box-shadow:0 2px 10px #00000014}.method-icon{font-size:2rem;flex-shrink:0}.contact-method strong{display:block;color:#ff6f00;font-size:1rem;margin-bottom:.25rem}.contact-method p{margin:0;font-size:.9rem;color:#666}.terms-footer{margin-top:3rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.terms-footer.animate-in{opacity:1;transform:translateY(0)}.acceptance-box{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff;padding:2.5rem;border-radius:12px;text-align:center;box-shadow:0 8px 30px #2196f34d;position:relative;overflow:hidden}.acceptance-box:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}.acceptance-icon{font-size:3.5rem;width:80px;height:80px;background:#fff;color:#2196f3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-weight:700;box-shadow:0 4px 15px #0003;position:relative;z-index:1}.acceptance-box h3{font-size:1.75rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:1}.acceptance-box p{font-size:1.05rem;line-height:1.6;margin:0;opacity:.95;position:relative;z-index:1}[data-theme=dark] .terms-title{background:linear-gradient(135deg,#ff8f00,#ffa726);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .terms-subtitle{color:#999}[data-theme=dark] .section-content{background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border-left-color:#ff8f00}[data-theme=dark] .section-content h2{color:#e0e0e0}[data-theme=dark] .section-content p{color:#b0b0b0}[data-theme=dark] .subsection{background:#1e1e1e}[data-theme=dark] .subsection:hover{background:#2d2d2d}[data-theme=dark] .subsection h3{color:#ff8f00}[data-theme=dark] .info-card{background:#1e1e1e}[data-theme=dark] .info-card h4{color:#e0e0e0}[data-theme=dark] .info-card p{color:#b0b0b0}@media(max-width:768px){.terms-timeline{padding-left:40px}.terms-timeline:before{left:18px}.section-number{left:-35px;width:40px;height:40px;font-size:1rem}.section-content{padding:1.5rem}.terms-title{font-size:2rem}.section-content h2{font-size:1.4rem}}@media(max-width:480px){.terms-page{padding:.5rem}.terms-timeline{padding-left:30px}.section-number{left:-28px;width:35px;height:35px;font-size:.9rem}.section-content{padding:1rem}.terms-icon{font-size:3rem}.terms-title{font-size:1.75rem}}.privacy-page{min-height:100vh;background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#e0e7ff);padding:3rem 1rem}.privacy-container{max-width:900px;margin:0 auto}.privacy-header{text-align:center;margin-bottom:3rem;animation:fadeInDown .6s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.privacy-icon{font-size:4rem;margin-bottom:1rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.privacy-title{font-size:2.75rem;font-weight:900;margin:0 0 1rem;background:linear-gradient(135deg,#0284c7,#0ea5e9,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 20px rgba(2,132,199,.2)}.privacy-subtitle{color:#64748b;font-size:1.125rem;font-weight:500;margin-bottom:1rem}.privacy-updated{display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem 1rem;background:#fff9;border:1px solid rgba(2,132,199,.2);border-radius:20px;font-size:.875rem;color:#475569;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.updated-icon{font-size:1rem}.privacy-section{background:linear-gradient(135deg,#fff,#fafafa);border:1px solid #e2e8f0;border-radius:16px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 4px 16px #0000000a,0 2px 4px #00000005;position:relative;overflow:hidden;opacity:0;transform:translate(-30px);transition:all .5s ease-out}.privacy-section:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#0284c7,#0ea5e9,#6366f1);opacity:0;transition:opacity .3s ease}.privacy-section:hover:before{opacity:1}.privacy-section.visible{opacity:1;transform:translate(0)}.privacy-section:hover{transform:translate(4px);box-shadow:0 8px 24px #0284c71f,0 4px 8px #0000000a;border-color:#0284c74d}.section-icon{font-size:2rem;margin-bottom:1rem;display:inline-block}.privacy-section-title{font-size:1.4rem;font-weight:800;margin:0 0 1.25rem;color:#0f172a;display:flex;align-items:center;gap:.75rem}.privacy-text{color:#475569;line-height:1.8;font-size:1rem;margin:0}.privacy-list{margin:0;padding-left:0;list-style:none;color:#475569}.privacy-list li{margin:1rem 0;line-height:1.8;padding:.75rem;background:#0284c708;border-radius:8px;transition:all .3s ease;display:flex;align-items:flex-start;gap:.75rem}.privacy-list li:hover{background:#0284c714;transform:translate(8px)}.list-icon{font-size:1.25rem;flex-shrink:0;line-height:1.5}.privacy-highlight{color:#0284c7;font-weight:700;padding:.125rem .375rem;background:#0284c71a;border-radius:4px;transition:all .2s ease;cursor:pointer}.privacy-highlight:hover{background:#0284c733;transform:translateY(-1px)}@media(max-width:768px){.privacy-page{padding:2rem 1rem}.privacy-title{font-size:2rem}.privacy-icon{font-size:3rem}.privacy-section{padding:1.5rem}.privacy-section-title{font-size:1.2rem}}[data-theme=dark] .privacy-page{background:linear-gradient(135deg,#0a0a0a,#0f1419,#111827)}[data-theme=dark] .privacy-updated{background:#ffffff0d;border-color:#0284c74d;color:#94a3b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-theme=dark] .privacy-section{background:linear-gradient(135deg,#1a1a1a,#1e1e1e);border-color:#0284c733;box-shadow:0 6px 20px #00000080,0 2px 6px #0000004d}[data-theme=dark] .privacy-section:before{background:linear-gradient(180deg,#0ea5e9,#3b82f6,#6366f1)}[data-theme=dark] .privacy-section:hover{box-shadow:0 10px 30px #0284c733,0 4px 12px #0006;border-color:#0284c766}[data-theme=dark] .privacy-section-title{color:#fff}[data-theme=dark] .privacy-text,[data-theme=dark] .privacy-list{color:#cbd5e1}[data-theme=dark] .privacy-list li{background:#0284c714}[data-theme=dark] .privacy-list li:hover{background:#0284c726}[data-theme=dark] .privacy-highlight{color:#38bdf8;background:#38bdf826}[data-theme=dark] .privacy-highlight:hover{background:#38bdf840}.not-found-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);position:relative;overflow:hidden}.not-found-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(16,185,129,.05) 0%,transparent 70%);animation:rotate 20s linear infinite}.not-found-content{text-align:center;z-index:1;max-width:600px;background:#fff;padding:2rem 1.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;animation:fadeInUp .6s ease-out}.emoji-container{position:relative;height:120px;margin-bottom:1.5rem}.emoji-main{font-size:5rem;display:inline-block;animation:bounce 2s ease-in-out infinite}.emoji-float{position:absolute;font-size:2.5rem;animation:float 3s ease-in-out infinite}.emoji-1{top:0;left:10%;animation-delay:0s}.emoji-2{top:10%;right:15%;animation-delay:.5s}.emoji-3{bottom:10%;left:15%;animation-delay:1s}.emoji-4{bottom:0;right:10%;animation-delay:1.5s}.error-code{font-size:6rem;font-weight:700;color:#2c3e50;margin:0;line-height:1;background:linear-gradient(135deg,#2c3e50,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:slideInLeft .6s ease-out}.error-title{font-size:2rem;color:#2c3e50;margin:.75rem 0 .5rem;animation:slideInRight .6s ease-out}.error-description{font-size:1rem;color:#64748b;margin:0 0 2rem;line-height:1.5;animation:fadeIn .6s ease-out .2s both}.btn-home{padding:.875rem 2rem;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.625rem;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;transition:all .3s ease;box-shadow:0 4px 6px #2c3e5033;animation:fadeIn .6s ease-out .4s both}.btn-home:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 6px 20px #2c3e5066}.btn-home:active{transform:translateY(-2px) scale(1)}.btn-emoji{font-size:1.5rem;line-height:1;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(10deg)}}[data-theme=dark] .not-found-container{background:linear-gradient(135deg,#1a1a1a,#2a2a2a)}[data-theme=dark] .not-found-content{background:#2a2a2a;box-shadow:0 4px 6px #0000004d}[data-theme=dark] .error-code{background:linear-gradient(135deg,#fff,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .error-title{color:#fff}[data-theme=dark] .error-description{color:#94a3b8}[data-theme=dark] .btn-home{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 6px #10b9814d}[data-theme=dark] .btn-home:hover{box-shadow:0 6px 20px #10b98180}@media(max-width:768px){.not-found-content{padding:1.5rem 1rem}.error-code{font-size:4rem}.error-title{font-size:1.5rem}.error-description{font-size:.875rem}.emoji-main{font-size:4rem}.emoji-float{font-size:2rem}.action-buttons{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%;justify-content:center}}@media(max-width:480px){.error-code{font-size:3rem}.error-title{font-size:1.25rem}.btn-home{padding:.75rem 1.75rem;font-size:1rem}.btn-emoji{font-size:1.5rem}.quick-links{gap:.5rem}btn-home{padding:.625rem 1.5rem;font-size:.9375rem;width:100%;justify-content:center}.btn-emoji{font-size:1 25rem}}.preloader{position:fixed;inset:0;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);background-size:200% 200%;animation:gradientShift 3s ease infinite,fadeOut .6s ease-in-out 2.8s forwards;display:flex;align-items:center;justify-content:center;z-index:999999;overflow:hidden}.preloader:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeOut{to{opacity:0;visibility:hidden}}.preloader-content{text-align:center;animation:scaleIn .8s cubic-bezier(.34,1.56,.64,1);position:relative;z-index:1}@keyframes scaleIn{0%{transform:scale(.7) translateY(30px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.cart-animation{position:relative;width:160px;height:160px;margin:0 auto 2rem;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}.preloader-cart-icon{font-size:5rem;animation:cartBounce 2s ease-in-out infinite;display:inline-block}@keyframes cartBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.items-loading{position:absolute;top:-30px;left:50%;transform:translate(-50%);display:flex;gap:10px}.item{font-size:2.5rem;animation:itemDrop 2s ease-in-out infinite;opacity:0;filter:drop-shadow(0 5px 15px rgba(0,0,0,.2))}.item-1{animation-delay:0s}.item-2{animation-delay:.3s}.item-3{animation-delay:.6s}.item-4{animation-delay:.9s}@keyframes itemDrop{0%{transform:translateY(-50px) scale(.8);opacity:0}40%{opacity:1;transform:translateY(0) scale(1)}60%{opacity:1;transform:translateY(10px) scale(1)}to{transform:translateY(80px);opacity:0}}.preloader-title{font-size:3.5rem;font-weight:900;color:#fff;margin-bottom:2rem;letter-spacing:-1px;text-shadow:0 4px 20px rgba(0,0,0,.3),0 2px 10px rgba(0,0,0,.2);animation:titleFloat 3s ease-in-out infinite;background:linear-gradient(to right,#fff,#f0f0f0,#fff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes titleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.loading-bar{width:320px;height:8px;background:#ffffff40;border-radius:20px;overflow:hidden;margin:0 auto 1.5rem;box-shadow:inset 0 2px 8px #0003,0 4px 12px #00000026}.loading-progress{height:100%;background:linear-gradient(90deg,#fffc,#fff,#fffc);background-size:200% 100%;border-radius:20px;animation:loadProgress 2.5s cubic-bezier(.4,0,.2,1) infinite;box-shadow:0 0 20px #ffffffe6,0 0 30px #ffffff80}@keyframes loadProgress{0%{width:0%;background-position:0% 50%}50%{background-position:100% 50%}to{width:100%;background-position:0% 50%}}.loading-text{color:#fffffff2;font-size:1.25rem;font-weight:600;text-shadow:0 2px 10px rgba(0,0,0,.2);animation:textFade 2s ease-in-out infinite;letter-spacing:.5px}@keyframes textFade{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}[data-theme=dark] .preloader{background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e);background-size:200% 200%;animation:gradientShift 3s ease infinite,fadeOut .6s ease-in-out 2.8s forwards}[data-theme=dark] .preloader-title{color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.5),0 2px 10px rgba(0,0,0,.3)}[data-theme=dark] .loading-text{color:#fffffff2;text-shadow:0 2px 10px rgba(0,0,0,.3)}@media(max-width:768px){.preloader-title{font-size:2.5rem}.cart-animation{width:140px;height:140px}.preloader-cart-icon{font-size:4rem}.item{font-size:2rem}.loading-bar{width:280px;height:6px}.loading-text{font-size:1.125rem}}@media(max-width:480px){.preloader-title{font-size:2rem}.cart-animation{width:120px;height:120px}.preloader-cart-icon{font-size:3.5rem}.item{font-size:1.75rem;gap:6px}.loading-bar{width:240px;height:5px}.loading-text{font-size:1rem}}.auth-modal-overlay{position:fixed;inset:0;background:#000c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:999999;animation:fadeIn .3s cubic-bezier(.4,0,.2,1);padding:1rem;overflow-y:auto}[data-theme=dark] .auth-modal-overlay{background:#0a0a0fe6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.auth-modal{background:#fffffffa;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:24px;padding:2.5rem;max-width:500px;width:100%;position:relative;box-shadow:0 32px 96px #0000004d,0 16px 48px #0003,inset 0 1px #fffc;border:1px solid rgba(0,0,0,.08);animation:slideUpScale .4s cubic-bezier(.34,1.56,.64,1);max-height:90vh;overflow-y:auto;margin:auto}[data-theme=dark] .auth-modal{background:#141423f2;backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);border:1px solid rgba(255,255,255,.1);box-shadow:0 32px 96px #000c,0 16px 48px #0009,inset 0 1px #ffffff0d}@media(max-width:640px){.auth-modal{padding:30px 20px;max-width:95%;border-radius:12px}}@media(max-width:480px){.auth-modal{padding:25px 16px;max-width:100%;margin:.5rem}}.auth-modal-close{position:absolute;top:1rem;right:1rem;background:#f0f0f0cc;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.08);border-radius:10px;font-size:1.75rem;cursor:pointer;color:#666;line-height:1;padding:.5rem .75rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center}[data-theme=dark] .auth-modal-close{background:#282837b3;border:1px solid rgba(255,255,255,.1);color:#d1d5db}.auth-modal-close:hover{transform:rotate(90deg) scale(1.1);background:#ff6f0026;color:#ff6f00;border-color:#ff6f004d;box-shadow:0 4px 12px #ff6f0033}[data-theme=dark] .auth-modal-close:hover{background:#ff980026;color:#ffa726;border-color:#ff980066;box-shadow:0 4px 16px #ff98004d,0 0 20px #ff980026}.auth-modal h2{margin:0 0 .625rem;font-size:2rem;color:#1a1a1a;text-align:center;line-height:1.3;font-weight:700;background:linear-gradient(135deg,#1a1a1a,#4a4a4a);-webkit-background-clip:text;-webkit-text-fill-color:transparent}[data-theme=dark] .auth-modal h2{background:linear-gradient(135deg,#fff,#d1d5db);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:640px){.auth-modal h2{font-size:24px}}@media(max-width:480px){.auth-modal h2{font-size:22px}}.auth-subtitle{text-align:center;color:#666;margin-bottom:2rem;font-size:.95rem;line-height:1.6}[data-theme=dark] .auth-subtitle{color:#9ca3af}@media(max-width:640px){.auth-subtitle{font-size:13px;margin-bottom:20px}}.auth-method-toggle{display:flex;gap:.625rem;margin-bottom:2rem;background:#f5f5f5cc;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:.375rem;border-radius:14px;border:1px solid rgba(0,0,0,.06)}[data-theme=dark] .auth-method-toggle{background:#1e1e2d99;border:1px solid rgba(255,255,255,.08)}@media(max-width:640px){.auth-method-toggle{margin-bottom:20px}}.auth-method-toggle button{flex:1;padding:.75rem;border:none;background:transparent;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:600;color:#888;transition:all .3s cubic-bezier(.4,0,.2,1)}[data-theme=dark] .auth-method-toggle button{color:#9ca3af}.auth-method-toggle button.active{background:#fffffff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#ff6f00;box-shadow:0 4px 12px #0000001a,0 2px 6px #ff6f001a;font-weight:700}[data-theme=dark] .auth-method-toggle button.active{background:#282837e6;color:#ffa726;box-shadow:0 4px 16px #0006,0 0 16px #ff980026}.form-group{margin-bottom:20px}@media(max-width:640px){.form-group{margin-bottom:16px}}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:var(--text-color, #333);font-size:14px}@media(max-width:640px){.form-group label{font-size:13px;margin-bottom:6px}}.form-group input{width:100%;padding:14px 16px;border:2px solid var(--border-color, #e0e0e0);border-radius:10px;font-size:16px;transition:all .2s;background:var(--input-bg, white);color:var(--text-color, #333);box-sizing:border-box}@media(max-width:640px){.form-group input{padding:12px 14px;font-size:15px}}@media(max-width:480px){.form-group input{padding:11px 12px;font-size:14px}}.form-group input:focus{outline:none;border-color:var(--primary-color, #ff6347);box-shadow:0 0 0 3px #ff63471a}.error-message{background:#fee;color:#c33;padding:12px;border-radius:8px;margin-bottom:20px;font-size:14px;border-left:4px solid #c33}.auth-submit-btn{width:100%;padding:16px;background:var(--primary-color, #ff6347);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #ff63474d}@media(max-width:640px){.auth-submit-btn{padding:14px;font-size:15px}}@media(max-width:480px){.auth-submit-btn{padding:13px;font-size:14px}}.auth-submit-btn:hover:not(:disabled){background:var(--primary-hover, #e5533d);transform:translateY(-2px);box-shadow:0 6px 16px #ff634766}@media(max-width:640px){.auth-submit-btn:hover:not(:disabled){transform:translateY(-1px)}}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-info{text-align:center;color:var(--text-secondary, #666);font-size:13px;margin-top:20px}.otp-actions{margin-top:20px;display:flex;flex-direction:column;gap:10px;align-items:center}.resend-timer{color:var(--text-secondary, #666);font-size:14px}.resend-btn,.back-btn{background:transparent;border:none;color:var(--primary-color, #ff6347);font-size:14px;font-weight:500;cursor:pointer;padding:8px 16px;transition:all .2s}.resend-btn:hover:not(:disabled),.back-btn:hover{text-decoration:underline}.resend-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpScale{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}[data-theme=dark] .auth-modal{background:linear-gradient(135deg,#0f0f0f,#1a1a1a);border:1px solid rgba(255,152,0,.25);box-shadow:0 25px 80px #000000e6,0 10px 30px #000000b3,0 0 30px #ff980026}[data-theme=dark] .auth-modal h2{color:#fff;text-shadow:0 1px 4px rgba(255,152,0,.2)}[data-theme=dark] .auth-subtitle{color:#b0b0b0}[data-theme=dark] .auth-method-toggle{background:#1a1a1a;border:1px solid rgba(255,152,0,.1)}[data-theme=dark] .auth-method-toggle button{color:#b0b0b0}[data-theme=dark] .auth-method-toggle button.active{background:#ff980026;color:#ff9800;box-shadow:0 2px 8px #ff980033}[data-theme=dark] .form-group label{color:#e0e0e0}[data-theme=dark] .form-group input{background:#0a0a0a;border-color:#ff980033;color:#fff}[data-theme=dark] .form-group input:focus{border-color:#ff9800;box-shadow:0 0 0 3px #ff980026}[data-theme=dark] .form-group input::placeholder{color:#666}[data-theme=dark] .error-message{background:#ef444426;color:#ef4444;border-left-color:#ef4444}[data-theme=dark] .auth-submit-btn{background:linear-gradient(135deg,#ff6f00,#f57c00);box-shadow:0 4px 12px #ff6f004d}[data-theme=dark] .auth-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#f57c00,#e65100);box-shadow:0 6px 16px #ff6f0066}[data-theme=dark] .auth-info,[data-theme=dark] .resend-timer{color:#999}[data-theme=dark] .resend-btn,[data-theme=dark] .back-btn{color:#ff9800}[data-theme=dark] .auth-modal-close{color:#e0e0e0}[data-theme=dark] .auth-modal-close:hover{color:#ff9800}
