@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300;0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;0,14..32,800;1,14..32,400&family=JetBrains+Mono:wght@400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--electric:#00a8ff;--electric2:#08c;--electric3:#006fa6;--electricglow:#00a8ff26;--electricbg:#00a8ff14;--bg:#f0f2f5;--surface:#fff;--surface2:#f7f8fa;--surface3:#eceef2;--border:#e2e5eb;--border2:#d0d4dc;--text:#0d1117;--text2:#3d4452;--text3:#6b7280;--muted:#9ca3af;--success:#059669;--successbg:#ecfdf5;--successb:#a7f3d0;--warning:#d97706;--warningbg:#fffbeb;--warningb:#fde68a;--danger:#dc2626;--dangerbg:#fef2f2;--dangerb:#fecaca;--radius:8px;--radius2:12px;--radius3:16px;--shadow:0 1px 3px #00000012, 0 1px 2px #0000000d;--shadow2:0 4px 16px #00000014, 0 2px 6px #0000000a;--shadow3:0 8px 32px #0000001a, 0 4px 12px #0000000f;--shadowelec:0 4px 20px #00a8ff40;--font:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--mono:"JetBrains Mono", "Fira Code", monospace;--sidebar-w:248px;--header-h:54px}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-size:14px;line-height:1.5}button{font-family:var(--font);cursor:pointer;border:none;outline:none}a{text-decoration:none}input,select,textarea{font-family:var(--font);background:var(--surface);border:1.5px solid var(--border);color:var(--text);border-radius:var(--radius);outline:none;width:100%;padding:9px 13px;font-size:14px;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{border-color:var(--electric);box-shadow:0 0 0 3px var(--electricglow)}input::placeholder,textarea::placeholder{color:var(--muted)}select{cursor:pointer}.btn{border-radius:var(--radius);white-space:nowrap;letter-spacing:-.1px;cursor:pointer;font-size:13.5px;font-weight:600;font-family:var(--font);border:none;justify-content:center;align-items:center;gap:7px;padding:9px 18px;transition:all .15s;display:inline-flex}.btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.btn-primary{background:var(--electric);color:#fff;box-shadow:0 2px 8px #00a8ff4d}.btn-primary:hover{background:var(--electric2);box-shadow:var(--shadowelec);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-ghost{background:var(--surface);color:var(--text2);border:1.5px solid var(--border2)}.btn-ghost:hover{background:var(--surface2);border-color:var(--electric);color:var(--electric)}.btn-danger{background:var(--surface);color:var(--danger);border:1.5px solid var(--border2)}.btn-danger:hover{background:var(--dangerbg);border-color:var(--danger)}.btn-success{background:var(--success);color:#fff;box-shadow:0 2px 8px #0596694d}.btn-success:hover{filter:brightness(1.05);transform:translateY(-1px)}.btn-sm{gap:5px;padding:6px 12px;font-size:12.5px}.btn-lg{padding:12px 24px;font-size:15px;font-weight:700}.btn-xl{border-radius:var(--radius2);padding:15px 32px;font-size:16px;font-weight:700}.btn-icon{width:34px;height:34px;padding:8px}.btn-icon-sm{width:28px;height:28px;padding:5px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius2);box-shadow:var(--shadow);padding:22px}.card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 22px;display:flex}.card-title{color:var(--text);font-size:14px;font-weight:700}.card-body{padding:0}table{border-collapse:collapse;width:100%}thead tr{background:var(--surface2)}thead tr th:first-child{border-radius:8px 0 0}thead tr th:last-child{border-radius:0 8px 0 0}th{color:var(--text3);text-transform:uppercase;letter-spacing:.6px;text-align:left;white-space:nowrap;border-bottom:1.5px solid var(--border);padding:11px 16px;font-size:11.5px;font-weight:600}td{border-bottom:1px solid var(--border);padding:13px 16px;font-size:13.5px}tr:last-child td{border-bottom:none}tbody tr{transition:background .1s}tbody tr:hover{background:var(--electricbg)}.badge{text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;border-radius:20px;align-items:center;gap:4px;padding:3px 9px;font-size:11px;font-weight:600;display:inline-flex}.badge-green{background:var(--successbg);color:var(--success);border:1px solid var(--successb)}.badge-yellow{background:var(--warningbg);color:var(--warning);border:1px solid var(--warningb)}.badge-red{background:var(--dangerbg);color:var(--danger);border:1px solid var(--dangerb)}.badge-blue{background:var(--electricbg);color:var(--electric2);border:1px solid #00a8ff33}.badge-gray{background:var(--surface2);color:var(--text3);border:1px solid var(--border)}.modal-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0d111780;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius3);width:520px;max-width:95vw;max-height:90vh;box-shadow:var(--shadow3);padding:0;animation:.2s slideUp;overflow-y:auto}.modal-header{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:22px 26px 18px;display:flex}.modal-icon{background:var(--electricbg);border:1px solid #00a8ff33;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.modal-title{color:var(--text);font-size:16px;font-weight:700}.modal-body{padding:22px 26px}.modal-footer{border-top:1px solid var(--border);background:var(--surface2);border-radius:0 0 var(--radius3) var(--radius3);justify-content:flex-end;gap:10px;padding:16px 26px;display:flex}.form-group{margin-bottom:16px}.form-group label{color:var(--text2);margin-bottom:6px;font-size:12.5px;font-weight:600;display:block}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-row3{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}.page-header{justify-content:space-between;align-items:flex-start;margin-bottom:22px;display:flex}.page-title{color:var(--text);letter-spacing:-.5px;font-size:21px;font-weight:800}.page-subtitle{color:var(--muted);margin-top:3px;font-size:13px}.page-actions{align-items:center;gap:10px;display:flex}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius2);box-shadow:var(--shadow);padding:20px 22px;transition:box-shadow .2s,transform .2s;position:relative;overflow:hidden}.stat-card:hover{box-shadow:var(--shadow2);transform:translateY(-2px)}.stat-card:after{content:"";background:linear-gradient(90deg, var(--electric), var(--electric2));opacity:0;height:3px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.stat-card:hover:after{opacity:1}.stat-value{font-size:28px;font-weight:800;font-family:var(--mono);letter-spacing:-1.5px;margin:8px 0 3px}.stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.6px;font-size:11.5px;font-weight:600}.stat-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.search-wrap{position:relative}.search-wrap input{background:var(--surface);padding-left:38px}.search-icon{color:var(--muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.filter-bar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius2);box-shadow:var(--shadow);flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;padding:12px 16px;display:flex}.alert{border-radius:var(--radius);border:1px solid;align-items:center;gap:9px;padding:12px 16px;font-size:13px;font-weight:500;display:flex}.alert-success{background:var(--successbg);color:var(--success);border-color:var(--successb)}.alert-danger{background:var(--dangerbg);color:var(--danger);border-color:var(--dangerb)}.alert-info{background:var(--electricbg);color:var(--electric2);border-color:#00a8ff40}.alert-warning{background:var(--warningbg);color:var(--warning);border-color:var(--warningb)}.empty-state{text-align:center;padding:52px 24px}.empty-state svg{color:var(--border2);margin:0 auto 14px;display:block}.empty-state h3{color:var(--text2);margin-bottom:6px;font-size:15px;font-weight:700}.empty-state p{color:var(--muted);font-size:13px}.divider{background:var(--border);height:1px;margin:18px 0}.pill{cursor:pointer;border:1.5px solid var(--border);background:var(--surface);color:var(--text2);border-radius:20px;align-items:center;gap:5px;padding:5px 12px;font-size:12.5px;font-weight:500;transition:all .12s;display:inline-flex}.pill:hover{border-color:var(--electric);color:var(--electric);background:var(--electricbg)}.pill.active{border-color:var(--electric);background:var(--electric);color:#fff;box-shadow:0 2px 8px #00a8ff4d}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:2s infinite pulse}.luxury-gradient{background:linear-gradient(135deg,#00a8ff 0%,#08c 50%,#005f8f 100%)}.text-electric{color:var(--electric)}.text-muted{color:var(--muted)}table img[src*="/uploads/products/"]{object-fit:contain!important;background:#fff!important;border-radius:8px!important;width:64px!important;height:64px!important}.btn-success,button.btn-success{color:#16a34a!important;box-shadow:none!important;opacity:1!important;background:#fff!important;border:1px solid #16a34a59!important;border-radius:10px!important;padding:9px 14px!important;font-weight:700!important}.btn-success:hover,button.btn-success:hover{color:#15803d!important;background:#16a34a14!important;border-color:#16a34a8c!important}.btn-success:focus,.btn-success:active,button.btn-success:focus,button.btn-success:active{color:#15803d!important;box-shadow:none!important;background:#16a34a1a!important;border-color:#16a34aa6!important}*{box-sizing:border-box}html,body,#root{max-width:100%;overflow-x:hidden}.card:has(table){overflow-x:auto}table{min-width:760px}@media (width<=900px){button,.btn,input,select,textarea{min-height:40px}.page-header{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.filter-bar{flex-direction:column!important;align-items:stretch!important}.filter-bar .search-wrap,.search-wrap{width:100%!important;max-width:100%!important}.modal{width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;max-height:calc(100vh - 24px)!important;overflow-y:auto!important}.form-row{flex-direction:column!important;grid-template-columns:1fr!important}}@media (width<=1180px){.pos-responsive-page,.tablet-responsive-page{gap:14px!important}.pos-responsive-cart,.tablet-responsive-cart{width:320px!important}.responsive-product-grid{grid-template-columns:repeat(auto-fill,minmax(155px,1fr))!important}.responsive-product-grid button img{max-width:100%!important}}@media (width<=900px){.pos-responsive-page,.tablet-responsive-page{flex-direction:column!important;height:auto!important;min-height:calc(100vh - 80px)!important;display:flex!important;overflow:visible!important}.pos-responsive-products,.tablet-responsive-products{min-height:auto!important;overflow:visible!important}.pos-responsive-cart,.tablet-responsive-cart{width:100%!important;min-height:auto!important;max-height:none!important}.responsive-product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))!important;overflow:visible!important}.responsive-product-grid>button{padding:12px!important}.responsive-product-grid>button>div:first-child{height:145px!important}}@media (width<=600px){body{font-size:14px}.page-title{font-size:22px!important}.page-subtitle{font-size:13px!important}.pos-responsive-page,.tablet-responsive-page{gap:12px!important;padding-bottom:20px!important}.responsive-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.responsive-product-grid>button{border-radius:12px!important;padding:10px!important}.responsive-product-grid>button>div:first-child{height:112px!important;margin-bottom:8px!important}.responsive-product-grid span,.responsive-product-grid div{word-break:break-word}.pos-responsive-cart,.tablet-responsive-cart{border-radius:14px!important}table{min-width:720px}.card{border-radius:14px!important}.btn,button{font-size:13px!important}.filter-bar select,.filter-bar input{width:100%!important}}@media (width<=420px){.responsive-product-grid{grid-template-columns:1fr!important}.responsive-product-grid>button>div:first-child{height:150px!important}}@media (width<=900px){aside,.sidebar,.side-bar,.layout-sidebar,nav.sidebar,[class*=sidebar],[class*=Sidebar]{display:none!important}main,.main,.layout-main,.content,.page-content,[class*=main],[class*=Main],[class*=content],[class*=Content]{width:100%!important;max-width:100%!important;margin-left:0!important;padding-left:12px!important;padding-right:12px!important}body,html,#root{width:100%!important;overflow-x:hidden!important}[style*=grid-template-columns],[style*=gridTemplateColumns]{grid-template-columns:1fr!important}.card{width:100%!important;max-width:100%!important}header,.header,.topbar,[class*=header],[class*=Header],[class*=topbar],[class*=Topbar]{width:100%!important;margin-left:0!important}}@media (width>=901px) and (width<=1200px){[style*="grid-template-columns: 1.35fr 0.9fr"],[style*=gridTemplateColumns]{grid-template-columns:1fr!important}}@media (width<=900px){aside,nav,.sidebar,.layout-sidebar,[class*=sidebar],[class*=Sidebar]{flex:0 0 0!important;width:0!important;min-width:0!important;max-width:0!important;display:none!important}main,section,.content,.main-content,.layout-content,[style*=margin-left],[style*=marginLeft],[style*=padding-left],[style*=paddingLeft]{width:100%!important;min-width:0!important;max-width:100%!important;margin-left:0!important;padding-left:10px!important;padding-right:10px!important}#root>div,#root>div>div,[class*=layout],[class*=Layout]{width:100%!important;min-width:0!important;max-width:100%!important;margin-left:0!important}header,.topbar,.header,[class*=topbar],[class*=Topbar],[class*=header],[class*=Header]{width:100%!important;max-width:100%!important;margin-left:0!important}body,#root{overflow-x:hidden!important}#root main>div,#root section>div{padding-left:10px!important;padding-right:10px!important}div[style*=grid-template-columns],div[style*=gridTemplateColumns]{grid-template-columns:1fr!important}.card,table,form{max-width:100%!important}table{min-width:720px!important}}@media (width>=901px) and (width<=1024px){div[style*="grid-template-columns: 1.35fr 0.9fr"],div[style*=grid-template-columns]{grid-template-columns:1fr!important}}@media (width<=900px){.dashboard-mobile-page{width:100%!important;max-width:100%!important;padding:12px!important;overflow-x:hidden!important}.dashboard-brand-card{border-radius:16px!important;justify-content:space-between!important;width:100%!important;margin-bottom:14px!important;padding:12px 13px!important;display:flex!important}.dashboard-brand-card>div{white-space:nowrap!important;font-size:18px!important}.dashboard-brand-card button{flex-shrink:0!important;height:32px!important;padding:0 10px!important;font-size:12px!important}.dashboard-stats-grid{grid-template-columns:1fr!important;gap:10px!important;margin-bottom:12px!important}.dashboard-stats-grid>div{border-radius:16px!important;min-height:82px!important;padding:12px 14px!important}.dashboard-stats-grid>div>div:first-child{width:42px!important;height:42px!important}.dashboard-panels-grid{grid-template-columns:1fr!important;gap:12px!important;margin-bottom:12px!important}.dashboard-panels-grid>div,.dashboard-mobile-page>div:last-child{border-radius:16px!important;padding:16px!important}.dashboard-mobile-page table{min-width:620px!important}.dashboard-mobile-page h1,.dashboard-mobile-page h2,.dashboard-mobile-page h3{line-height:1.15!important}}@media (width<=480px){.dashboard-mobile-page{padding:10px!important}.dashboard-brand-card{gap:8px!important}.dashboard-brand-card>div{font-size:16px!important}.dashboard-brand-card button{padding:0 8px!important}.dashboard-stats-grid>div{min-height:78px!important}}.mobile-bottom-nav{display:none}@media (width<=900px){body{padding-bottom:78px!important}.mobile-bottom-nav{-webkit-backdrop-filter:blur(14px);z-index:99999;background:#0f172af0;border:1px solid #ffffff1a;border-radius:22px;grid-template-columns:repeat(5,1fr);gap:4px;height:62px;padding:7px;display:grid;position:fixed;bottom:10px;left:10px;right:10px;box-shadow:0 16px 40px #0f172a52}.mobile-bottom-nav-item{color:#e2e8f0b8;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:10px;font-weight:800;line-height:1;text-decoration:none;transition:all .15s;display:flex}.mobile-bottom-nav-icon{font-size:16px;line-height:1}.mobile-bottom-nav-item.active{color:#7dd3fc;background:#0ea5e92e}.mobile-bottom-nav-item:active{transform:scale(.96)}}@media (width<=380px){.mobile-bottom-nav{bottom:6px;left:6px;right:6px}.mobile-bottom-nav-item{font-size:9px}}@media (width<=900px){body{padding-bottom:66px!important}.mobile-bottom-nav{height:64px!important;padding:6px 8px calc(6px + env(safe-area-inset-bottom)) 8px!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:18px 18px 0 0!important;bottom:0!important;left:0!important;right:0!important}.mobile-bottom-nav-item{gap:3px!important;font-size:10px!important}.mobile-bottom-nav-icon{font-size:18px!important;line-height:1!important}.pos-responsive-page,.tablet-responsive-page{flex-direction:column!important;height:auto!important;min-height:calc(100vh - 145px)!important;padding-bottom:72px!important;display:flex!important}.pos-responsive-cart,.tablet-responsive-cart{border-radius:16px!important;order:-1!important;width:100%!important;min-height:150px!important;max-height:315px!important;margin-bottom:12px!important;overflow:hidden!important}.pos-responsive-cart>div:nth-child(2),.tablet-responsive-cart>div:nth-child(2){max-height:150px!important;overflow-y:auto!important}.pos-responsive-cart>div:last-child,.tablet-responsive-cart>div:last-child{padding:12px 14px!important}.pos-responsive-products,.tablet-responsive-products{order:1!important}}@media (width<=430px){.mobile-bottom-nav{height:62px!important;padding-left:5px!important;padding-right:5px!important}.mobile-bottom-nav-item{font-size:9px!important}.mobile-bottom-nav-icon{font-size:17px!important}.pos-responsive-cart,.tablet-responsive-cart{max-height:295px!important}}@media (width<=900px){body{padding-bottom:58px!important}.mobile-bottom-nav{border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;height:58px!important;padding:5px 6px!important;bottom:0!important;left:0!important;right:0!important;box-shadow:0 -10px 28px #0f172a38!important}.mobile-bottom-nav-item{border-radius:12px!important;gap:2px!important;font-size:9px!important}.mobile-bottom-nav-icon{font-size:16px!important}.pos-responsive-cart,.tablet-responsive-cart{border-radius:16px!important;order:-1!important;width:100%!important;height:auto!important;min-height:auto!important;max-height:none!important;margin-bottom:14px!important;overflow:visible!important}.pos-responsive-cart>div:nth-child(2),.tablet-responsive-cart>div:nth-child(2){background:#fff!important;flex:none!important;min-height:54px!important;max-height:190px!important;padding-top:6px!important;padding-bottom:6px!important;overflow-y:auto!important}.pos-responsive-cart>div:nth-child(2)>div,.tablet-responsive-cart>div:nth-child(2)>div{display:block!important}.pos-responsive-cart>div:last-child,.tablet-responsive-cart>div:last-child{flex:none!important;padding:12px 14px!important}.tablet-responsive-cart .form-group{margin-bottom:8px!important}.tablet-responsive-cart input,.tablet-responsive-cart textarea{min-height:36px!important;font-size:12px!important}.tablet-responsive-cart textarea{height:48px!important}.pos-responsive-page,.tablet-responsive-page{padding-bottom:62px!important}}@media (width<=430px){.pos-responsive-cart>div:nth-child(2),.tablet-responsive-cart>div:nth-child(2){max-height:160px!important}.tablet-responsive-cart textarea{height:42px!important}}@media (width<=900px){html,body,#root{min-height:100%}body{padding-bottom:82px!important}.mobile-bottom-nav{background:#0f172af5!important;border-radius:18px 18px 0 0!important;height:64px!important;padding:6px 7px 7px!important;bottom:0!important;left:0!important;right:0!important;box-shadow:0 -12px 32px #0f172a47!important}.mobile-bottom-nav-item{border-radius:14px!important;gap:2px!important;font-size:9.5px!important;font-weight:800!important}.mobile-bottom-nav-icon{font-size:17px!important}.mobile-bottom-nav-item.active{color:#7dd3fc!important;background:#0ea5e938!important}.pos-responsive-page,.tablet-responsive-page,.dashboard-mobile-page,.responsive-product-grid{padding-bottom:92px!important}.filter-bar,.card,.page-header{max-width:100%!important}.tablet-responsive-products,.pos-responsive-products{padding-bottom:86px!important}}@media (width<=430px){.mobile-bottom-nav{height:62px!important;padding:5px 5px 6px!important}.mobile-bottom-nav-item{font-size:9px!important}.mobile-bottom-nav-icon{font-size:16px!important}}@media (width<=900px){.page-header{margin-bottom:14px!important;padding:0!important}.page-header>div{width:100%!important}.page-title{margin-bottom:4px!important;font-size:22px!important;line-height:1.15!important}.page-subtitle{font-size:12px!important}.filter-bar{border-radius:16px!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;width:100%!important;margin-bottom:14px!important;padding:12px!important;display:flex!important}.filter-bar .search-wrap{width:100%!important;max-width:100%!important}.filter-bar input{width:100%!important}.filter-bar button,.filter-bar .btn{white-space:nowrap!important;border-radius:999px!important;min-height:36px!important;padding:8px 12px!important;font-size:12px!important}.filter-bar>div{flex-wrap:wrap!important;align-items:center!important;gap:7px!important;width:100%!important;display:flex!important}.filter-bar strong,.filter-bar label{width:100%!important;color:var(--muted)!important;margin-top:4px!important;font-size:11px!important}.card{max-width:100%!important}.card:has(table){border-radius:16px!important;overflow-x:auto!important}table{min-width:760px!important}th,td{white-space:nowrap!important;padding:10px 12px!important;font-size:12px!important}.empty-state{text-align:center!important;min-width:280px!important;padding:38px 18px!important}.empty-state h3{font-size:15px!important}.card:last-child{margin-bottom:88px!important}}@media (width<=430px){.filter-bar{padding:11px!important}.filter-bar button,.filter-bar .btn{padding:8px 10px!important;font-size:11px!important}table{min-width:720px!important}}@media (width<=900px){.filter-bar>div{white-space:nowrap!important;scrollbar-width:none!important;flex-wrap:nowrap!important;gap:7px!important;width:100%!important;padding-bottom:2px!important;overflow:auto hidden!important}.filter-bar>div::-webkit-scrollbar{display:none!important}.filter-bar button,.filter-bar .btn{white-space:nowrap!important;flex:none!important}.filter-bar strong,.filter-bar label{white-space:nowrap!important;flex:none!important;width:auto!important;margin-right:2px!important}.filter-bar{border-radius:16px!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;width:100%!important;padding:12px!important;display:flex!important}.filter-bar .search-wrap{flex:none!important;width:100%!important;max-width:100%!important;display:flex!important}.filter-bar .search-wrap input{width:100%!important;min-width:0!important}.filter-bar>div:not(.search-wrap){scrollbar-width:none!important;flex-wrap:nowrap!important;align-items:center!important;gap:7px!important;width:100%!important;padding-bottom:2px!important;display:flex!important;overflow:auto hidden!important}.filter-bar>div:not(.search-wrap)::-webkit-scrollbar{display:none!important}.filter-bar>div:not(.search-wrap) button,.filter-bar>div:not(.search-wrap) .btn{white-space:nowrap!important;border-radius:999px!important;flex:none!important;min-height:34px!important;padding:7px 11px!important;font-size:11px!important}.filter-bar strong,.filter-bar label{white-space:nowrap!important;width:auto!important;color:var(--muted)!important;flex:none!important;margin:0 4px 0 0!important;font-size:11px!important}.filter-bar>div{justify-content:flex-start!important}.card:has(table){border-radius:16px!important;width:100%!important;overflow-x:auto!important}}@media (width<=430px){.filter-bar{gap:9px!important;padding:10px!important}.filter-bar>div:not(.search-wrap) button,.filter-bar>div:not(.search-wrap) .btn{padding:7px 10px!important;font-size:10.5px!important}}@media (width<=900px){.filter-bar{flex-direction:column!important;align-items:stretch!important;gap:10px!important;width:100%!important;padding:12px!important;display:flex!important;overflow:hidden!important}.filter-bar .search-wrap,.filter-bar .search-box,.filter-bar .orders-search{flex:0 0 100%!important;order:1!important;width:100%!important;max-width:100%!important;display:flex!important}.filter-bar .search-wrap input,.filter-bar .search-box input,.filter-bar .orders-search input,.filter-bar input[type=text]{width:100%!important;min-width:0!important;height:40px!important;font-size:13px!important}.filter-bar .status-filters,.filter-bar .order-status-filters,.filter-bar .filters-status,.filter-bar>.status-row,.filter-bar>div:nth-child(2){white-space:nowrap!important;scrollbar-width:none!important;flex-wrap:nowrap!important;order:2!important;align-items:center!important;gap:6px!important;width:100%!important;padding-bottom:2px!important;display:flex!important;overflow:auto hidden!important}.filter-bar .status-filters::-webkit-scrollbar{display:none!important}.filter-bar .order-status-filters::-webkit-scrollbar{display:none!important}.filter-bar .filters-status::-webkit-scrollbar{display:none!important}.filter-bar>.status-row::-webkit-scrollbar{display:none!important}.filter-bar>div:nth-child(2)::-webkit-scrollbar{display:none!important}.filter-bar .source-filters,.filter-bar .order-source-filters,.filter-bar .filters-source,.filter-bar>.source-row,.filter-bar>div:nth-child(3){white-space:nowrap!important;scrollbar-width:none!important;flex-wrap:nowrap!important;order:3!important;align-items:center!important;gap:6px!important;width:100%!important;padding-bottom:2px!important;display:flex!important;overflow:auto hidden!important}.filter-bar .source-filters::-webkit-scrollbar{display:none!important}.filter-bar .order-source-filters::-webkit-scrollbar{display:none!important}.filter-bar .filters-source::-webkit-scrollbar{display:none!important}.filter-bar>.source-row::-webkit-scrollbar{display:none!important}.filter-bar>div:nth-child(3)::-webkit-scrollbar{display:none!important}.filter-bar button,.filter-bar .btn,.filter-bar [role=button]{white-space:nowrap!important;border-radius:999px!important;flex:none!important;height:30px!important;min-height:30px!important;padding:0 10px!important;font-size:11px!important;font-weight:700!important}.filter-bar strong,.filter-bar label,.filter-bar .filter-label{white-space:nowrap!important;flex:none!important;margin-right:4px!important;font-size:10px!important}.filter-bar>div{max-width:100%!important}}@media (width<=480px){.filter-bar{gap:8px!important;padding:10px!important}.filter-bar button,.filter-bar .btn,.filter-bar [role=button]{height:28px!important;min-height:28px!important;padding:0 9px!important;font-size:10px!important}.filter-bar input[type=text]{height:38px!important;font-size:12px!important}}@media (width<=900px){.filter-bar{border-radius:16px!important;grid-template-columns:1fr!important;gap:10px!important;padding:12px!important;display:grid!important;overflow:hidden!important}.filter-bar .search-wrap{order:0!important;grid-column:1/-1!important;width:100%!important;min-width:0!important;max-width:100%!important}.filter-bar .search-wrap input{width:100%!important;height:38px!important;min-height:38px!important;font-size:12px!important}.filter-bar>div:not(.search-wrap){white-space:nowrap!important;scrollbar-width:none!important;flex-flow:row!important;justify-content:flex-start!important;align-items:center!important;gap:6px!important;width:100%!important;max-width:100%!important;padding:0 0 2px!important;display:flex!important;overflow:auto hidden!important}.filter-bar>div:not(.search-wrap)::-webkit-scrollbar{display:none!important}.filter-bar button,.filter-bar .btn{white-space:nowrap!important;border-radius:999px!important;flex:none!important;height:30px!important;min-height:30px!important;padding:0 10px!important;font-size:10.5px!important;font-weight:800!important;line-height:1!important}.filter-bar strong,.filter-bar label{white-space:nowrap!important;flex:none!important;width:auto!important;margin:0 4px 0 0!important;font-size:10px!important}.filter-bar>div{margin:0!important;transform:none!important}}@media (width<=430px){.filter-bar{gap:8px!important;padding:10px!important}.filter-bar button,.filter-bar .btn{height:28px!important;min-height:28px!important;padding:0 9px!important;font-size:10px!important}}@media (width<=900px){.filter-bar{border-radius:16px!important;flex-flow:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:7px!important;width:100%!important;padding:12px!important;display:flex!important;overflow:hidden!important}.filter-bar .search-wrap{flex:0 0 100%!important;order:-999!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0 0 4px!important}.filter-bar .search-wrap input{width:100%!important;height:38px!important;min-height:38px!important;font-size:12px!important}.filter-bar button,.filter-bar .btn{white-space:nowrap!important;border-radius:999px!important;flex:none!important;width:auto!important;height:29px!important;min-height:29px!important;margin:0!important;padding:0 9px!important;font-size:10px!important;line-height:1!important}.filter-bar strong,.filter-bar label{width:100%!important;color:var(--muted)!important;white-space:nowrap!important;flex:0 0 100%!important;margin:4px 0 -2px!important;font-size:10px!important}.filter-bar>div{flex-flow:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:7px!important;width:auto!important;max-width:100%!important;margin:0!important;padding:0!important;display:flex!important;overflow:visible!important}.filter-bar>div.search-wrap{width:100%!important;display:flex!important}}@media (width<=430px){.filter-bar{gap:6px!important;padding:10px!important}.filter-bar button,.filter-bar .btn{height:28px!important;min-height:28px!important;padding:0 8px!important;font-size:9.5px!important}}.orders-filter-mobile-clean{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;flex-direction:column;gap:10px;margin-bottom:14px;padding:12px;display:flex}.orders-search-row{width:100%}.orders-search-row .search-wrap{width:100%;max-width:100%}.orders-chip-row,.orders-source-row{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.orders-source-row span{color:var(--muted);margin-right:2px;font-size:11px;font-weight:800}.orders-filter-mobile-clean .btn{white-space:nowrap;border-radius:999px}@media (width<=900px){.orders-filter-mobile-clean{gap:9px!important;padding:11px!important;overflow:hidden!important}.orders-search-row .search-wrap input{height:38px!important;min-height:38px!important;font-size:12px!important}.orders-chip-row,.orders-source-row{scrollbar-width:none!important;flex-wrap:nowrap!important;width:100%!important;padding-bottom:1px!important;overflow:auto hidden!important}.orders-chip-row::-webkit-scrollbar{display:none!important}.orders-source-row::-webkit-scrollbar{display:none!important}.orders-filter-mobile-clean .btn{flex:none!important;height:30px!important;min-height:30px!important;padding:0 10px!important;font-size:10.5px!important;font-weight:800!important}.orders-source-row span{flex:none!important;font-size:10px!important}}@media (width<=430px){.orders-filter-mobile-clean{padding:10px!important}.orders-filter-mobile-clean .btn{height:28px!important;min-height:28px!important;padding:0 9px!important;font-size:10px!important}}.orders-filter-fixed{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;flex-direction:column;gap:10px;width:100%;margin-bottom:14px;padding:12px;display:flex;overflow:hidden}.orders-filter-search{width:100%}.orders-filter-search .search-wrap{width:100%;max-width:100%}.orders-filter-search input{width:100%}.orders-filter-row{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.orders-filter-row.source-row span{color:var(--muted);margin-right:2px;font-size:11px;font-weight:800}.orders-filter-fixed .btn{white-space:nowrap;border-radius:999px}@media (width<=900px){.orders-filter-fixed{gap:9px!important;padding:11px!important}.orders-filter-search .search-wrap{width:100%!important;max-width:100%!important}.orders-filter-search input{height:38px!important;min-height:38px!important;font-size:12px!important}.orders-filter-row{scrollbar-width:none!important;flex-wrap:nowrap!important;gap:6px!important;width:100%!important;padding-bottom:2px!important;display:flex!important;overflow:auto hidden!important}.orders-filter-row::-webkit-scrollbar{display:none!important}.orders-filter-fixed .btn{border-radius:999px!important;flex:none!important;height:30px!important;min-height:30px!important;padding:0 10px!important;font-size:10.5px!important;font-weight:800!important}.orders-filter-row.source-row span{flex:none!important;font-size:10px!important}}@media (width<=430px){.orders-filter-fixed{padding:10px!important}.orders-filter-fixed .btn{height:28px!important;min-height:28px!important;padding:0 9px!important;font-size:10px!important}}.mobile-bottom-nav-button{background:0 0;border:0;font-family:inherit}.mobile-menu-backdrop{display:none}@media (width<=900px){.mobile-menu-backdrop{z-index:99998;-webkit-backdrop-filter:blur(4px);background:#0f172a59;display:block;position:fixed;inset:0}.mobile-menu-sheet{background:#fff;border:1px solid #0f172a14;border-radius:22px;padding:14px;animation:.16s ease-out mobileMenuUp;position:fixed;bottom:74px;left:10px;right:10px;box-shadow:0 24px 70px #0f172a47}@keyframes mobileMenuUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-header{border-bottom:1px solid #0f172a0f;justify-content:space-between;align-items:center;margin-bottom:12px;padding:2px 2px 8px;display:flex}.mobile-menu-header strong{color:#0f172a;font-size:16px;font-weight:900}.mobile-menu-header button{color:#334155;cursor:pointer;background:#f1f5f9;border:0;border-radius:10px;width:32px;height:32px;font-size:22px;line-height:1}.mobile-menu-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.mobile-menu-card{color:#0f172a;background:#f8fafc;border:1px solid #0f172a0f;border-radius:16px;align-items:center;gap:10px;padding:13px 12px;font-size:13px;font-weight:850;text-decoration:none;display:flex}.mobile-menu-card span{background:#0ea5e91a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:16px;display:flex}.mobile-menu-card.active{color:#0284c7;background:#0ea5e91a;border-color:#0ea5e92e}}@media (width<=380px){.mobile-menu-grid{grid-template-columns:1fr}.mobile-menu-sheet{bottom:70px}}.reports-page *{box-sizing:border-box}.reports-page .card{min-width:0!important;max-width:100%!important;overflow-x:auto!important}.reports-page .card>div{max-width:100%!important}.reports-page>div,.reports-page section,.reports-page [style*="display: grid"],.reports-page [style*="display: flex"]{min-width:0!important;max-width:100%!important}.reports-page .card::-webkit-scrollbar{height:8px}.reports-page .card::-webkit-scrollbar-thumb{background:#94a3b873;border-radius:999px}.reports-page .card::-webkit-scrollbar-track{background:#e2e8f073;border-radius:999px}@media (width<=900px){.reports-page{padding-bottom:90px!important}.reports-page .card{border-radius:16px!important}.reports-page table{min-width:720px!important}}.reports-page{width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.reports-page>*{min-width:0!important;max-width:100%!important}.reports-page>div[style*="grid-template-columns: repeat(4, 1fr)"]{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;max-width:100%!important}.reports-page>div[style*="grid-template-columns: 1fr 360px"]{grid-template-columns:minmax(0,1fr) 360px!important;min-width:0!important;max-width:100%!important}.reports-page .card{min-width:0!important;max-width:100%!important}.reports-chart-wrap{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.reports-chart-wrap>div:first-child{width:100%!important;max-width:100%!important;overflow:auto hidden!important}.reports-chart-wrap>div:first-child>div{max-width:none!important}.reports-page .card:has(table){overflow-x:auto!important}.reports-page table{min-width:760px!important}@media (width<=1100px){.reports-page>div[style*="grid-template-columns: 1fr 360px"]{grid-template-columns:1fr!important}}@media (width<=900px){.reports-page{padding-bottom:90px!important}.reports-page>div[style*="grid-template-columns: repeat(4, 1fr)"]{grid-template-columns:1fr!important}.reports-page .page-header{gap:12px!important}.reports-page .page-header>div:last-child{width:100%!important}.reports-page .page-header button{flex:1!important}.reports-page .card{border-radius:16px!important}body>div[style*="z-index: 999999"],#root div[style*="z-index: 999999"]{width:auto!important;top:12px!important;left:12px!important;right:12px!important}}.pwa-notification-enable{z-index:99999;color:#fff;cursor:pointer;background:#0ea5e9;border:1px solid #0ea5e938;border-radius:999px;padding:10px 15px;font-size:13px;font-weight:850;position:fixed;bottom:88px;right:18px;box-shadow:0 14px 34px #0ea5e947}.pwa-notification-enable:disabled{opacity:.7;cursor:not-allowed}@media (width<=900px){.pwa-notification-enable{border-radius:16px;justify-content:center;width:calc(100% - 24px);bottom:74px;left:12px;right:12px}}.mobile-menu-logout{cursor:pointer;text-align:left;width:100%;font-family:inherit;color:#b91c1c!important;background:#fef2f2f2!important;border:1px solid #dc262629!important}.mobile-menu-logout span{background:#dc26261a!important}.mobile-menu-logout b{color:#b91c1c!important}input[type=password],input[name=username],input[name=email],input[autocomplete=username],input[placeholder*=Kullanıcı],input[placeholder*=kullanıcı],input[placeholder*=Username],input[placeholder*=username]{padding-left:44px!important}@media (width<=900px){input[type=password],input[name=username],input[name=email],input[autocomplete=username],input[placeholder*=Kullanıcı],input[placeholder*=kullanıcı],input[placeholder*=Username],input[placeholder*=username]{min-height:44px!important;padding-left:46px!important}.mobile-menu-logout{grid-column:1/-1;justify-content:flex-start}}:is(form:has(input[type=password]) input[type=text],form:has(input[type=password]) input[type=password],form:has(input[type=password]) input[placeholder*=Kullanıcı],form:has(input[type=password]) input[placeholder*=kullanıcı],form:has(input[type=password]) input[placeholder*=Şifre],form:has(input[type=password]) input[placeholder*=şifre]){padding-left:48px!important}@media (width<=900px){:is(form:has(input[type=password]) input[type=text],form:has(input[type=password]) input[type=password],form:has(input[type=password]) input[placeholder*=Kullanıcı],form:has(input[type=password]) input[placeholder*=kullanıcı],form:has(input[type=password]) input[placeholder*=Şifre],form:has(input[type=password]) input[placeholder*=şifre]){min-height:46px!important;padding-left:52px!important}}@media (width<=700px){:is(body:has(input[placeholder=kullanici_adi]),body:has(input[placeholder=Kullanıcı\ adı]),body:has(input[type=password])){overflow-y:auto!important}:is(body:has(input[placeholder=kullanici_adi]) #root,body:has(input[placeholder=Kullanıcı\ adı]) #root,body:has(input[type=password]) #root){min-height:100dvh!important;overflow-y:auto!important}body:has(input[type=password]) #root>div{height:auto!important;min-height:100dvh!important;overflow-y:auto!important}:is(body:has(input[type=password]) form,body:has(input[type=password]) form *){box-sizing:border-box!important}body:has(input[type=password]) form{margin-top:0!important}body:has(input[type=password]) input{font-size:16px!important}:is(body:has(input[type=password]) input,body:has(input[type=password]) button){min-height:44px!important}body:has(input[type=password]){padding-bottom:260px!important}}@media (height<=760px) and (width<=700px){body:has(input[type=password]) #root>div{justify-content:flex-start!important;align-items:flex-start!important;padding-top:28px!important}body:has(input[type=password]) img{max-height:70px!important}:is(body:has(input[type=password]) h1,body:has(input[type=password]) h2){margin-top:10px!important;margin-bottom:8px!important;font-size:28px!important}}.push-enable-button{z-index:999999;color:#fff;cursor:pointer;background:#0ea5e9;border:1px solid #0ea5e938;border-radius:999px;padding:11px 15px;font-size:13px;font-weight:900;position:fixed;bottom:86px;right:16px;box-shadow:0 14px 34px #0ea5e947}.push-enable-button:disabled{opacity:.65;cursor:wait}@media (width<=900px){.push-enable-button{width:calc(100% - 24px);padding:12px 14px;bottom:74px;left:12px;right:12px}}.orders-bulk-actions{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding:12px;display:flex}.orders-bulk-left,.orders-bulk-right{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.orders-bulk-actions strong{color:var(--text);font-size:13px}.orders-bulk-actions select{min-width:150px;height:36px}@media (width<=900px){.orders-bulk-actions{align-items:stretch!important;padding:11px!important}.orders-bulk-left,.orders-bulk-right{width:100%!important}.orders-bulk-right{grid-template-columns:1fr 1fr;gap:8px!important;display:grid!important}.orders-bulk-right select{grid-column:1/-1;width:100%!important;min-width:0!important;height:36px!important}.orders-bulk-right .btn{justify-content:center!important;width:100%!important;min-height:36px!important}}.notification-center{z-index:999998;position:fixed;top:16px;right:18px}.notification-bell{cursor:pointer;background:#fffffff0;border:1px solid #0ea5e92e;border-radius:15px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .15s;display:flex;position:relative;box-shadow:0 12px 30px #0f172a1f}.notification-bell:hover,.notification-bell.active{background:#fff;transform:translateY(-1px);box-shadow:0 16px 34px #0f172a29}.notification-bell-icon{font-size:20px;line-height:1}.notification-badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10px;font-weight:900;display:flex;position:absolute;top:-5px;right:-4px}.notification-dropdown{background:#fff;border:1px solid #0f172a14;border-radius:20px;width:370px;max-width:calc(100vw - 24px);position:absolute;top:54px;right:0;overflow:hidden;box-shadow:0 24px 70px #0f172a38}.notification-dropdown-head{background:linear-gradient(#fff,#f8fafc);border-bottom:1px solid #0f172a12;justify-content:space-between;align-items:center;gap:12px;padding:15px;display:flex}.notification-title{color:#0f172a;font-size:16px;font-weight:900}.notification-subtitle{color:#64748b;margin-top:2px;font-size:12px}.notification-read-all{color:#0284c7;cursor:pointer;white-space:nowrap;background:#0ea5e914;border:1px solid #0ea5e929;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:850}.notification-list{max-height:360px;overflow-y:auto}.notification-empty{text-align:center;color:#64748b;padding:34px 16px;font-size:13px;font-weight:700}.notification-item{cursor:pointer;text-align:left;background:#fff;border:0;border-bottom:1px solid #0f172a0f;align-items:flex-start;gap:10px;width:100%;padding:12px 14px;display:flex}.notification-item:hover{background:#f8fafc}.notification-item.unread{background:#0ea5e90e}.notification-item-icon{background:#0ea5e91a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.notification-item-body{flex:1;min-width:0}.notification-item-top{justify-content:space-between;gap:10px;margin-bottom:4px;display:flex}.notification-item-top strong{color:#0f172a;font-size:13px;font-weight:900}.notification-item-top span{color:#94a3b8;flex-shrink:0;font-size:11px}.notification-item-text{color:#475569;font-size:12px;line-height:1.35}.notification-dropdown-footer{background:#f8fafc;padding:12px}.notification-dropdown-footer button{color:#fff;cursor:pointer;background:#0ea5e9;border:0;border-radius:13px;width:100%;padding:10px 12px;font-size:13px;font-weight:900}@media (width<=900px){.notification-center{top:10px;right:10px}.notification-bell{border-radius:14px;width:40px;height:40px}.notification-dropdown{border-radius:18px;width:auto;max-width:none;position:fixed;top:58px;left:10px;right:10px}.notification-list{max-height:58vh}.push-enable-button{bottom:74px!important}}@media (width<=768px){.notification-center{top:10px!important;left:auto!important;right:8px!important;transform:none!important}.notification-bell{border-radius:14px!important;width:44px!important;height:44px!important}.notification-dropdown{width:auto!important;max-width:none!important;top:58px!important;left:8px!important;right:8px!important}header>div:last-child{gap:8px!important;padding-right:52px!important;position:relative!important}}.notification-center{z-index:999998!important;position:fixed!important;top:10px!important;left:auto!important;right:26px!important}.notification-bell{border-radius:14px!important;width:40px!important;height:40px!important}@media (width<=900px){.notification-center{top:9px!important;right:12px!important}.notification-bell{width:38px!important;height:38px!important}.layout-date-pill{margin-right:50px!important;padding:4px 9px!important;font-size:11px!important}.notification-dropdown{width:auto!important;max-width:none!important;top:56px!important;left:10px!important;right:10px!important}}.notification-center{z-index:999999!important;width:auto!important;height:auto!important;position:fixed!important;inset:10px 12px auto auto!important;transform:none!important}.notification-bell{border-radius:14px!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important}.layout-date-pill{margin-right:52px!important}@media (width<=900px){.notification-center{width:auto!important;height:auto!important;position:fixed!important;inset:8px 8px auto auto!important;transform:none!important}.notification-bell{width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;padding:0!important}.notification-bell-icon{font-size:17px!important}.notification-badge{top:-4px!important;right:-4px!important}.layout-date-pill{margin-right:48px!important}.notification-dropdown{width:auto!important;max-width:none!important;position:fixed!important;top:54px!important;left:10px!important;right:10px!important}}.notification-center-fixed{z-index:999999!important;width:auto!important;height:auto!important;position:fixed!important;inset:10px 12px auto auto!important;transform:none!important}.notification-center-fixed .notification-bell{border-radius:14px!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important}.notification-center-fixed .notification-dropdown{width:370px!important;max-width:calc(100vw - 24px)!important;position:fixed!important;top:56px!important;left:auto!important;right:12px!important}@media (width<=900px){.notification-center-fixed{top:8px!important;left:auto!important;right:8px!important}.notification-center-fixed .notification-dropdown{width:auto!important;max-width:none!important;top:54px!important;left:10px!important;right:10px!important}.layout-date-pill{margin-right:48px!important}}
