.store-sidebar{font-family:var(--font-inter),Inter,ui-sans-serif,system-ui,sans-serif}.store-inbox-page,.store-inbox-shell{background:#ffffff}.store-sidebar__nav{display:flex;flex-direction:column;gap:2px}.store-sidebar__group{display:flex;flex-direction:column;gap:4px}.store-sidebar__group-title{margin:12px 4px 6px;color:#9ca3af;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.store-sidebar__accordion{display:flex;flex-direction:column;gap:4px}.store-sidebar__accordion-trigger{display:flex;align-items:center;justify-content:space-between;margin:12px 4px 0;min-height:28px;padding:4px;border:0;background:transparent;color:#9ca3af;cursor:pointer;font-size:12px;font-weight:700;letter-spacing:.08em;list-style:none;text-transform:uppercase;width:100%}.store-sidebar__accordion-trigger::-webkit-details-marker{display:none}.store-sidebar__accordion-trigger:after{color:#d1d5db;content:"⌄";font-size:.9rem}.store-sidebar__accordion[open] .store-sidebar__accordion-trigger:after{content:"⌃"}.store-sidebar__subnav{display:flex;flex-direction:column;gap:2px;margin:0 0 4px}.store-sidebar__nav-link{display:flex;align-items:center;gap:12px;min-height:38px;padding:8px 12px;border-radius:8px;color:#4b5563;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .12s ease,color .12s ease}.store-sidebar__nav-link>span:not(.store-sidebar__nav-icon-wrap){flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-sidebar__nav-link .store-sidebar__nav-icon-wrap{position:relative;display:inline-flex;flex:0 0 16px;flex-shrink:0;align-items:center;justify-content:center}.store-sidebar__nav-icon{width:16px;height:16px;flex:0 0 16px;color:#9ca3af;transition:color .12s ease}.store-sidebar__nav-badge{position:absolute;top:-7px;right:-9px;display:inline-flex;min-width:16px;height:16px;align-items:center;justify-content:center;border-radius:9999px;background:#dc2626;padding:0 4px;color:#ffffff;font-size:10px;font-weight:700;line-height:1;box-shadow:0 0 0 2px #eef2f7}.store-sidebar__nav-link:hover{background:rgba(255,255,255,.72);color:#111827}.store-sidebar__nav-link:hover .store-sidebar__nav-icon{color:#4b5563}.store-sidebar__nav-link--active{background:#ffffff;color:#2563eb;font-weight:600}.store-sidebar__nav-link--active .store-sidebar__nav-icon{color:#2563eb}.store-sidebar__nav-link--collapsed{justify-content:center;padding:10px 0}.store-sidebar__nav-link-wrapper{position:relative;display:block}.store-sidebar__nav-link--disabled{color:#9ca3af;cursor:not-allowed;opacity:.55}.store-sidebar__nav-link--disabled .store-sidebar__nav-icon{color:#cbd5e1}.store-sidebar__nav-link--disabled:hover{background:transparent;color:#9ca3af}.store-sidebar__nav-link--disabled:hover .store-sidebar__nav-icon{color:#cbd5e1}.store-sidebar__nav-link-tooltip{position:absolute;top:50%;left:calc(100% + 10px);z-index:30;display:block;width:max-content;max-width:220px;padding:6px 10px;border:1px solid #e4e8ee;border-radius:8px;background:#111827;box-shadow:0 8px 24px rgba(15,23,42,.18);color:#f9fafb;font-size:12px;font-weight:500;line-height:1.35;opacity:0;pointer-events:none;transform:translateY(-50%);transition:opacity .12s ease;white-space:nowrap}.store-sidebar__nav-link--disabled:not(.store-sidebar__nav-link--collapsed) .store-sidebar__nav-link-tooltip{top:auto;bottom:calc(100% + 6px);left:8px;transform:none}.store-sidebar__nav-link-wrapper:hover .store-sidebar__nav-link-tooltip{opacity:1}.store-sidebar__mobile-nav-link{position:relative;display:inline-flex;align-items:center;gap:8px;border-radius:9999px;border:1px solid #e2e8f0;background:#f8fafc;padding:8px 16px;color:#94a3b8;font-size:14px;font-weight:500;white-space:nowrap}.store-sidebar__mobile-nav-link--disabled{cursor:not-allowed;opacity:.7}.store-sidebar__mobile-nav-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;z-index:30;display:block;width:max-content;max-width:220px;padding:6px 10px;border:1px solid #e4e8ee;border-radius:8px;background:#111827;box-shadow:0 8px 24px rgba(15,23,42,.18);color:#f9fafb;font-size:12px;font-weight:500;line-height:1.35;opacity:0;pointer-events:none;transform:translateX(-50%);transition:opacity .12s ease;white-space:nowrap}.store-sidebar__mobile-nav-link--disabled:hover .store-sidebar__mobile-nav-tooltip{opacity:1}.store-sidebar__mobile-nav{display:flex;flex-wrap:wrap;gap:.5rem;max-height:min(34dvh,220px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.store-sidebar__mobile-nav::-webkit-scrollbar{width:0;height:0}.store-sidebar__notifications{position:relative}.store-sidebar__notifications-trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e4e8ee;border-radius:8px;background:#ffffff;color:#64748b;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.store-sidebar__notifications-trigger svg{width:18px;height:18px}.store-sidebar__notifications-trigger:hover{background:#f3f4f6;color:#0f172a}.store-sidebar__notifications--active .store-sidebar__notifications-trigger{color:#2563eb;border-color:rgba(37,99,235,.35);background:rgba(37,99,235,.08)}.store-sidebar__notifications-badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;border-radius:9999px;background:#ef4444;color:#ffffff;font-size:10px;font-weight:700;line-height:16px;text-align:center;box-shadow:0 0 0 2px #eef2f7}.store-sidebar__notifications-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:40;width:min(320px,80vw);border:1px solid #e4e8ee;border-radius:12px;background:#ffffff;box-shadow:0 16px 40px rgba(15,23,42,.12);overflow:hidden}.store-sidebar__notifications-menu-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #e2e8f0;font-size:12px;color:#64748b}.store-sidebar__notifications-menu-header strong{color:#0f172a;font-size:13px}.store-sidebar__notifications-section{max-height:min(420px,70vh);overflow-y:auto}.store-sidebar__notifications-section-header{padding:10px 14px 6px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.store-sidebar__notifications-list{margin:0;padding:6px;list-style:none;max-height:280px;overflow:auto}.store-sidebar__notifications-item{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:10px 12px;border:0;border-radius:8px;background:transparent;text-align:left;cursor:pointer}.store-sidebar__notifications-item:hover{background:rgba(37,99,235,.06)}.store-sidebar__notifications-item-title{font-size:13px;font-weight:600;color:#0f172a}.store-sidebar__notifications-item-meta{font-size:12px;color:#64748b}.store-sidebar__notifications-empty{margin:0;padding:14px;font-size:12px;color:#64748b}