:root{--brand-600: #C82420;--brand-700: #A81916;--brand-500: #E53935;--brand-50: #FEF3F2;--brand-100: #FEE4E2;--brand-200: #FECDCA;--ink-950: #0E0F11;--ink-900: #17181B;--ink-800: #232429;--ink-700: #3A3D44;--ink-600: #5A5E67;--ink-500: #797E88;--ink-400: #9DA1AA;--ink-300: #C2C6CD;--ink-200: #E0E3E8;--ink-150: #EBEDF1;--ink-100: #F3F4F7;--ink-50: #F8F9FB;--ink-0: #FFFFFF;--ok-600: #067647;--ok-50: #ECFDF3;--ok-100: #DCFAE6;--warn-600: #B54708;--warn-50: #FFFAEB;--warn-100: #FEF0C7;--info-600: #175CD3;--info-50: #EFF8FF;--surface-page: var(--ink-50);--surface-card: var(--ink-0);--surface-sunk: var(--ink-100);--surface-hover: var(--ink-100);--border-weak: var(--ink-150);--border-soft: var(--ink-200);--border-strong: var(--ink-300);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Inter Tight", "Inter", -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--r-xs: 4px;--r-sm: 6px;--r-md: 8px;--r-lg: 10px;--r-xl: 14px;--r-2xl: 18px;--shadow-xs: 0 1px 2px rgba(16, 24, 40, .04);--shadow-sm: 0 1px 2px rgba(16, 24, 40, .05), 0 1px 3px rgba(16, 24, 40, .04);--shadow-md: 0 2px 4px rgba(16, 24, 40, .04), 0 4px 8px rgba(16, 24, 40, .04);--shadow-lg: 0 4px 6px rgba(16, 24, 40, .03), 0 12px 24px rgba(16, 24, 40, .08);--shadow-xl: 0 8px 24px rgba(16, 24, 40, .1), 0 2px 6px rgba(16, 24, 40, .04);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 32px;--space-8: 40px;--space-10: 56px}.tabular{font-variant-numeric:tabular-nums}.mono{font-family:var(--font-mono)}.app-scroll::-webkit-scrollbar{width:10px;height:10px}.app-scroll::-webkit-scrollbar-track{background:transparent}.app-scroll::-webkit-scrollbar-thumb{background:var(--ink-200);border-radius:10px;border:2px solid var(--surface-card)}.app-scroll::-webkit-scrollbar-thumb:hover{background:var(--ink-300)}.app-shell{display:flex;min-height:100vh;background:var(--surface-page);color:var(--ink-900);font-family:var(--font-sans);font-size:14px;line-height:1.45;font-feature-settings:"cv11","ss01","ss03";-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.app-shell.MuiDialog-paper{display:flex;flex-direction:column;min-height:0;background:var(--surface-card, #fff)}.app-frame{display:flex;flex-direction:column;height:100vh}.app-frame .app-shell{flex:1;min-height:0}.app-frame .app-shell .sidebar{height:100%;max-height:100%}.app-shell .sidebar{width:240px;flex-shrink:0;background:var(--ink-0);border-right:1px solid var(--border-weak);display:flex;flex-direction:column;padding:14px 12px;gap:4px;position:sticky;top:0;height:100vh;max-height:100vh;overflow-x:hidden;overflow-y:auto;transition:width .22s cubic-bezier(.3,.7,.3,1);z-index:20}.app-shell .sidebar.collapsed{width:64px}.app-shell .sidebar-brand{display:flex;align-items:center;gap:10px;padding:0 12px;height:50px;box-sizing:border-box;margin-bottom:6px;border-bottom:1px solid var(--border-weak);text-decoration:none;color:inherit}.app-shell .sidebar-brand .mark{width:34px;height:34px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;flex-shrink:0;font-size:14px;font-family:var(--font-display);letter-spacing:-.02em;overflow:hidden}.app-shell .sidebar-brand .mark svg{display:block;width:26px;height:26px}.app-shell .sidebar-brand .brand-label b{font-size:14px}.app-shell .sidebar.collapsed .sidebar-brand{padding-left:0;padding-right:0;justify-content:center}.app-shell .sidebar-brand .brand-label{display:flex;flex-direction:column;overflow:hidden;white-space:nowrap}.app-shell .sidebar-brand .brand-label b{font-size:13px;font-weight:600;color:var(--ink-900);letter-spacing:-.01em}.app-shell .sidebar-brand .brand-label span{font-size:11px;color:var(--ink-500)}.app-shell .sidebar.collapsed .brand-label{display:none}.app-shell .sidebar-section-label{font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-400);padding:14px 12px 6px;font-weight:600}.app-shell .sidebar.collapsed .sidebar-section-label{opacity:0;height:14px;padding:6px 0;overflow:hidden}.app-shell .nav-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:7px;color:var(--ink-700);font-size:13.5px;font-weight:500;cursor:pointer;text-decoration:none;position:relative;transition:background .12s,color .12s;white-space:nowrap;border:none;background:none;font-family:inherit;text-align:left;width:100%}.app-shell .nav-item:hover{background:var(--ink-100);color:var(--ink-900)}.app-shell .nav-item.active{background:var(--ink-100);color:var(--ink-900);font-weight:600}.app-shell .nav-item.active:before{content:"";position:absolute;left:-12px;top:6px;bottom:6px;width:3px;background:var(--brand-600);border-radius:0 3px 3px 0}.app-shell .nav-item svg{flex-shrink:0;color:var(--ink-500)}.app-shell .nav-item.active svg{color:var(--brand-600)}.app-shell .nav-item .badge-ct{margin-left:auto;background:var(--ink-100);color:var(--ink-700);font-size:11px;font-weight:600;padding:1px 6px;border-radius:999px;min-width:20px;text-align:center}.app-shell .nav-item.active .badge-ct{background:#fff;color:var(--brand-700)}.app-shell .sidebar.collapsed .nav-item .nav-label,.app-shell .sidebar.collapsed .nav-item .badge-ct{display:none}.app-shell .sidebar.collapsed .nav-item{justify-content:center}.app-shell .nav-item--highlight{background:var(--brand-50);color:var(--brand-700);font-weight:600}.app-shell .nav-item--highlight svg{color:var(--brand-600)}.app-shell .nav-item--highlight:hover{background:var(--brand-100);color:var(--brand-700)}.app-shell .nav-item--flame .flame-icon{transform-origin:50% 100%;overflow:visible;animation:flameSway 2.6s ease-in-out infinite,flameGlow 1.3s ease-in-out infinite;will-change:transform,filter}.app-shell .nav-item--flame .flame-icon .flame-tip{animation:flameTip 1.05s ease-in-out infinite}@keyframes flameSway{0%{transform:scaleY(1) scaleX(1) skew(0)}20%{transform:scaleY(1.09) scaleX(.98) skew(2deg)}40%{transform:scaleY(1.03) scaleX(1.01) skew(-1.5deg)}60%{transform:scaleY(1.12) scaleX(.97) skew(1.5deg)}80%{transform:scaleY(1.05) scaleX(1) skew(-1deg)}to{transform:scaleY(1) scaleX(1) skew(0)}}@keyframes flameGlow{0%,to{filter:drop-shadow(0 0 1.5px rgba(255,120,20,.45)) drop-shadow(0 -1px 2.5px rgba(255,70,10,.3))}50%{filter:drop-shadow(0 0 4px rgba(255,165,45,.8)) drop-shadow(0 -2px 5px rgba(255,100,20,.5))}}@keyframes flameTip{0%,to{stop-color:#ffcf4a}50%{stop-color:#fff2ad}}@media(prefers-reduced-motion:reduce){.app-shell .nav-item--flame .flame-icon{animation:none;filter:drop-shadow(0 0 2px rgba(255,120,20,.5))}.app-shell .nav-item--flame .flame-icon .flame-tip{animation:none}}.app-shell .sidebar-footer{margin-top:auto;padding-top:10px;border-top:1px solid var(--border-weak);display:flex;flex-direction:column;gap:2px}.app-shell .user-chip{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;cursor:pointer;border:none;background:none;font-family:inherit;color:inherit;text-align:left;width:100%}.app-shell .user-chip:hover{background:var(--ink-100)}.app-shell .user-chip .avatar{width:28px;height:28px;border-radius:7px;background:linear-gradient(135deg,var(--brand-500),var(--brand-700));color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.app-shell .user-chip .meta{display:flex;flex-direction:column;overflow:hidden;flex:1;min-width:0}.app-shell .user-chip .meta b{font-size:13px;color:var(--ink-900);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell .user-chip .meta span{font-size:11px;color:var(--ink-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell .sidebar.collapsed .user-chip .meta,.app-shell .sidebar.collapsed .user-chip .chevron{display:none}@media(max-width:767px){.app-shell .sidebar{position:fixed;top:0;left:0;height:100vh;transform:translate(-100%);transition:transform .25s cubic-bezier(.3,.7,.3,1);box-shadow:var(--shadow-xl)}.app-shell.sidebar-open .sidebar{transform:translate(0)}.app-shell .sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,20,30,.38);z-index:15;opacity:0;pointer-events:none;transition:opacity .2s}.app-shell.sidebar-open .sidebar-backdrop{opacity:1;pointer-events:auto}}.app-shell .main{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden}.app-shell .topbar{background:var(--ink-0);border-bottom:1px solid var(--border-weak);padding:10px 20px;display:flex;align-items:center;gap:12px;flex-shrink:0;min-height:60px;position:sticky;top:0;z-index:10}.app-shell .topbar .title-block{min-width:0;flex-shrink:1;overflow:hidden}.app-shell .topbar .page-title{font-family:var(--font-display);font-size:16px;font-weight:600;color:var(--ink-900);letter-spacing:-.015em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell .topbar .breadcrumb{font-size:12px;color:var(--ink-500);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell .topbar .breadcrumb b{color:var(--ink-700);font-weight:500}.app-shell .topbar-controls{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}.app-shell .ctx-select{position:relative}.app-shell .ctx-trigger{display:inline-flex;align-items:center;gap:8px;padding:6px 8px 6px 6px;border-radius:8px;background:var(--ink-50);border:1px solid var(--border-weak);cursor:pointer;transition:background .12s,border-color .12s;font-family:inherit;color:inherit;text-align:left;white-space:nowrap;height:40px;box-sizing:border-box;flex-shrink:0}.app-shell .ctx-trigger>*{flex-shrink:0}.app-shell .ctx-meta{display:inline-flex;flex-direction:column;line-height:1.15;min-width:0;flex-shrink:1}.app-shell .ctx-trigger:hover{background:var(--ink-100);border-color:var(--border-soft)}.app-shell .ctx-select.open .ctx-trigger{background:var(--surface-card);border-color:var(--border-strong);box-shadow:0 0 0 3px var(--brand-100)}.app-shell .ctx-select.open .ctx-chev{transform:rotate(180deg)}.app-shell .ctx-chev{transition:transform .15s;color:var(--ink-500)}.app-shell .ctx-icon{width:22px;height:22px;border-radius:5px;background:var(--brand-600);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10.5px;font-weight:700;flex-shrink:0}.app-shell .ctx-icon.ok{background:var(--ok-600)}.app-shell .ctx-icon.warehouse{background:var(--ink-700)}.app-shell .ctx-icon.payment{background:var(--ink-600)}.app-shell .ctx-meta label{font-size:9.5px;color:var(--ink-500);text-transform:uppercase;letter-spacing:.06em;font-weight:600;cursor:pointer;display:block}.app-shell .ctx-meta b{font-size:12.5px;color:var(--ink-900);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px;display:block}.app-shell .ctx-tag{background:var(--warn-100);color:var(--warn-600);font-size:10px;font-weight:700;padding:1px 5px;border-radius:4px;letter-spacing:.04em}.app-shell .ctx-tag.segment-opt1{background:#dcfae6;color:var(--ok-600)}.app-shell .ctx-tag.segment-opt2{background:#fee4e2;color:var(--brand-700)}.app-shell .ctx-tag.segment-opt3{background:#dbeafe;color:var(--info-600)}.app-shell .ctx-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:auto;width:100%;max-height:60vh;overflow-y:auto;background:var(--surface-card);border:1px solid var(--border-soft);border-radius:10px;box-shadow:var(--shadow-lg);padding:6px;z-index:50;animation:ctxDrop .12s ease-out;box-sizing:border-box}.app-shell .ctx-dropdown.right{right:0;left:auto}.app-shell .ctx-option{min-width:0}.app-shell .ctx-option-main{overflow:hidden}@keyframes ctxDrop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.app-shell .ctx-dropdown-label{font-size:9.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-500);font-weight:600;padding:6px 8px 4px}.app-shell .ctx-option{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border-radius:6px;border:none;background:transparent;cursor:pointer;font-family:inherit;color:inherit;text-align:left;transition:background .1s}.app-shell .ctx-option:hover{background:var(--ink-50)}.app-shell .ctx-option.active{background:var(--brand-50)}.app-shell .ctx-option.active b{color:var(--brand-700)}.app-shell .ctx-option-main{display:flex;flex-direction:column;line-height:1.3;flex:1;min-width:0}.app-shell .ctx-option-main b{font-size:13px;font-weight:600;color:var(--ink-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell .ctx-option-main span{font-size:11px;color:var(--ink-500)}.app-shell .ctx-option-badge{background:var(--warn-100);color:var(--warn-600);font-size:9.5px;font-weight:700;padding:2px 5px;border-radius:4px;letter-spacing:.04em}.app-shell .ctx-option svg.check-icon{color:var(--brand-600);flex-shrink:0}.app-shell .divider-v{width:1px;height:28px;background:var(--border-weak);margin:0 2px;flex-shrink:0}.app-shell .btn{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:7px;font-size:13px;font-weight:500;line-height:1;transition:background .12s,border-color .12s,transform .05s;border:1px solid transparent;white-space:nowrap;cursor:pointer;font-family:inherit}.app-shell .btn:active{transform:translateY(.5px)}.app-shell .btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.app-shell .btn-primary{background:var(--brand-600);color:#fff}.app-shell .btn-primary:hover:not(:disabled){background:var(--brand-700)}.app-shell .btn-ghost{color:var(--ink-700);border-color:var(--border-soft);background:#fff}.app-shell .btn-ghost:hover:not(:disabled){background:var(--ink-50);border-color:var(--border-strong);color:var(--ink-900)}.app-shell .btn-subtle{color:var(--ink-700);background:var(--ink-100)}.app-shell .btn-subtle:hover:not(:disabled){background:var(--ink-150);color:var(--ink-900)}.app-shell .btn-danger-ghost{color:var(--brand-700);border-color:var(--brand-200);background:#fff}.app-shell .btn-danger-ghost:hover:not(:disabled){background:var(--brand-50);border-color:var(--brand-500)}.app-shell .btn-icon{width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;color:var(--ink-600);border:1px solid transparent;background:transparent;cursor:pointer;font-family:inherit;flex-shrink:0;position:relative}.app-shell .btn-icon:hover{background:var(--ink-100);color:var(--ink-900)}.app-shell .btn-icon.has-border{border-color:var(--border-soft);background:#fff}.app-shell .btn-icon.has-border:hover{background:var(--ink-50)}.app-shell .btn-icon--ai{color:var(--brand-600)}.app-shell .btn-icon--ai:hover{background:var(--brand-50);color:var(--brand-700)}.app-shell .btn-sm{padding:5px 9px;font-size:12.5px}.app-shell .btn-lg{padding:10px 16px;font-size:14px;border-radius:8px}.app-shell .cart-badge{position:absolute;top:2px;right:2px;background:var(--brand-600);color:#fff;font-size:10px;font-weight:700;border-radius:999px;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid white;font-variant-numeric:tabular-nums}.app-shell .content{flex:1;overflow:auto;padding:24px 28px 40px}.app-shell .content-inner{max-width:none;margin:0 auto}.app-shell .page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.app-shell .page-header h1{font-family:var(--font-display);font-size:26px;font-weight:600;letter-spacing:-.022em;margin:0 0 4px;color:var(--ink-950)}.app-shell .page-header .subtitle{font-size:13.5px;color:var(--ink-500);margin:0}.app-shell .page-header .actions{display:flex;gap:8px;flex-wrap:wrap}.app-shell .banner{display:flex;align-items:flex-start;gap:10px;background:var(--info-50);border:1px solid #BEE0FF;color:#174a8e;padding:10px 14px;border-radius:10px;font-size:13px;margin-bottom:16px}.app-shell .banner svg{color:#3f7fc9;flex-shrink:0;margin-top:1px}.app-shell .banner.warn{background:var(--warn-50);border-color:#fde69b;color:var(--warn-600)}.app-shell .banner.warn svg{color:var(--warn-600)}.app-shell .card{background:var(--surface-card);border:1px solid var(--border-weak);border-radius:12px;overflow:hidden}.app-shell .card-header{padding:14px 18px;border-bottom:1px solid var(--border-weak);display:flex;align-items:center;gap:12px}.app-shell .card-header h3{font-family:var(--font-display);font-size:15px;font-weight:600;letter-spacing:-.01em;margin:0}.app-shell .card-body{padding:18px}.app-shell .content.legacy-mui{padding:20px 24px 40px;background:var(--ink-100)}.app-shell .content.legacy-mui .content-inner{max-width:none;margin:0}@media(max-width:768px){.app-shell .content{overflow-x:hidden;padding-left:10px;padding-right:10px;padding-bottom:calc(72px + env(safe-area-inset-bottom))}.app-shell .content.legacy-mui{padding-bottom:calc(72px + env(safe-area-inset-bottom))}.app-shell .topbar{padding-left:12px;padding-right:12px;gap:8px}.app-shell .topbar-controls{gap:6px}.app-shell .search-field input,.app-shell .MuiInputBase-input,.app-shell .stepper input,.app-shell input{font-size:16px}}.app-shell .filters{display:grid;grid-template-columns:minmax(240px,2fr) repeat(4,minmax(0,1fr));gap:10px;padding:14px;background:var(--surface-card);border:1px solid var(--border-weak);border-radius:12px;margin-bottom:14px;align-items:stretch}.app-shell .filters .filters-actions{grid-column:1 / -1;display:flex;align-items:center;gap:10px;justify-content:flex-end}.app-shell .filters .promo-only-chip{height:40px;padding:0 14px;white-space:nowrap}@media(max-width:1100px){.app-shell .filters{grid-template-columns:1fr 1fr}.app-shell .filters .search-field{grid-column:1 / -1}}.app-shell .search-field{display:flex;align-items:center;gap:8px;background:var(--ink-50);border:1px solid var(--border-weak);border-radius:8px;padding:0 12px;transition:border-color .12s,background .12s}.app-shell .search-field:focus-within{background:#fff;border-color:var(--ink-400);box-shadow:0 0 0 3px rgba(40,44,52,.05)}.app-shell .search-field>svg{color:var(--ink-500);flex-shrink:0}.app-shell .search-field input{flex:1;background:none;border:none;outline:none;padding:9px 0;font-size:13px;color:var(--ink-900);min-width:0;font-family:inherit}.app-shell .search-field input::placeholder{color:var(--ink-500)}.app-shell .search-help{font-size:12.5px;color:var(--ink-600);margin:-6px 4px 14px;line-height:1.5}.app-shell .search-help b{color:var(--ink-900);font-family:var(--font-mono);font-weight:600;background:var(--ink-100);padding:1px 6px;border-radius:4px;font-size:12px}.app-shell .search-field .search-clear{color:var(--ink-400);padding:4px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;border-radius:4px}.app-shell .search-field .search-clear:hover{color:var(--ink-700);background:var(--ink-100)}.app-shell .select-field{display:flex;flex-direction:column;justify-content:center;background:var(--ink-50);border-radius:8px;padding:4px 12px;cursor:pointer;transition:background .12s;position:relative;min-width:0;min-height:40px;border:1px solid var(--border-weak);font-family:inherit;color:inherit;text-align:left}.app-shell .select-field:hover{background:#fff;border-color:var(--border-soft)}.app-shell .select-field .lbl{font-size:10.5px;color:var(--ink-500);text-transform:uppercase;letter-spacing:.06em;font-weight:600;line-height:1.4}.app-shell .select-field .val{font-size:13px;color:var(--ink-900);font-weight:500;display:flex;align-items:center;justify-content:space-between;gap:8px}.app-shell .select-field .val span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.app-shell .select-field svg.chev{color:var(--ink-500);flex-shrink:0}.app-shell .select-field:disabled,.app-shell .select-field[aria-disabled=true]{opacity:.5;cursor:not-allowed}.app-shell .select-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;min-width:200px;max-height:320px;overflow-y:auto;background:var(--surface-card);border:1px solid var(--border-soft);border-radius:10px;box-shadow:var(--shadow-lg);padding:6px;z-index:50;animation:ctxDrop .12s ease-out}.app-shell .select-option{display:flex;align-items:center;gap:10px;width:100%;padding:7px 10px;border-radius:6px;border:none;background:transparent;cursor:pointer;font-family:inherit;color:inherit;text-align:left;font-size:13px;transition:background .1s}.app-shell .select-option:hover{background:var(--ink-50)}.app-shell .select-option.active{background:var(--brand-50);color:var(--brand-700);font-weight:600}.app-shell .select-option.active svg{color:var(--brand-600)}.app-shell .view-toggle{display:flex;background:var(--ink-50);border:1px solid var(--border-weak);border-radius:8px;padding:3px;gap:2px;align-self:stretch;height:40px}.app-shell .view-toggle button{width:34px;border-radius:5px;display:flex;align-items:center;justify-content:center;color:var(--ink-500);transition:background .1s,color .1s;border:none;background:transparent;cursor:pointer}.app-shell .view-toggle button.on{background:#fff;color:var(--ink-900);box-shadow:var(--shadow-xs)}.app-shell .view-toggle button:hover:not(.on){color:var(--ink-900)}.app-shell .filter-chips-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px;align-items:center}.app-shell .filter-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 8px 5px 10px;background:var(--brand-50);color:var(--brand-700);border-radius:999px;font-size:12px;font-weight:500;border:1px solid var(--brand-200)}.app-shell .filter-chip button{width:18px;height:18px;border-radius:50%;color:var(--brand-700);background:transparent;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .1s}.app-shell .filter-chip button:hover{background:var(--brand-100)}.app-shell .filter-chip-reset{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;background:transparent;border:none;color:var(--ink-500);font-size:12px;cursor:pointer;font-family:inherit;border-radius:6px}.app-shell .filter-chip-reset:hover{color:var(--brand-700);background:var(--brand-50)}.app-shell .catalog-toolbar{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--surface-card);border:1px solid var(--border-weak);border-top-left-radius:12px;border-top-right-radius:12px;border-bottom:none;font-size:12.5px;color:var(--ink-600);flex-wrap:wrap}.app-shell .catalog-toolbar .count{color:var(--ink-900);font-weight:600}.app-shell .catalog-toolbar .sep{color:var(--ink-300)}.app-shell .catalog-toolbar .ml-auto{margin-left:auto;display:flex;gap:8px;align-items:center}.app-shell .catalog-toolbar .priority-pill{background:var(--brand-50);color:var(--brand-700);padding:3px 8px;border-radius:6px;font-weight:600;font-size:11.5px;display:inline-flex;align-items:center;gap:4px;border:1px solid var(--brand-200)}.app-shell .catalog-table{background:var(--surface-card);border:1px solid var(--border-weak);border-top:none;border-radius:0 0 12px 12px;overflow:hidden}.app-shell .catalog-row{display:grid;grid-template-columns:56px 1fr minmax(220px,320px) 150px 235px;align-items:center;gap:14px;padding:10px 16px;border-bottom:1px solid var(--border-weak);transition:background .1s}.app-shell .catalog-row:last-child{border-bottom:none}.app-shell .catalog-row.header{background:var(--ink-50);font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-500);font-weight:600;padding:9px 16px}.app-shell .catalog-row:not(.header):hover{background:var(--ink-50)}@media(max-width:1200px){.app-shell .catalog-row{grid-template-columns:48px 1fr;row-gap:10px}.app-shell .catalog-row>.stock-cells,.app-shell .catalog-row>.price-cell,.app-shell .catalog-row>.order-cell{grid-column:1 / -1}.app-shell .catalog-row.header{display:none}}@media(max-width:767px){.app-shell .catalog-row{grid-template-columns:56px 1fr auto;column-gap:12px;row-gap:10px;padding:12px}.app-shell .catalog-row>.thumb{width:56px;height:56px}.app-shell .catalog-row>.item-name{grid-column:2 / -1;grid-row:1}.app-shell .catalog-row>.item-name .name{white-space:normal;font-size:14px;line-height:1.3;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.app-shell .catalog-row>.stock-cells{grid-column:1 / -1;grid-row:2}.app-shell .catalog-row>.stock-cells .stock-cell{min-height:40px;padding:5px 3px}.app-shell .catalog-row>.stock-cells .stock-cell .loc{font-size:10px}.app-shell .catalog-row>.stock-cells .stock-cell .qty{font-size:12px}.app-shell .catalog-row>.price-cell{grid-column:1 / 3;grid-row:3;align-items:flex-start;text-align:left;justify-content:center}.app-shell .catalog-row>.price-cell .price{font-size:17px}.app-shell .catalog-row>.order-cell{grid-column:3;grid-row:3;width:auto;justify-content:flex-end;gap:6px}.app-shell .catalog-row>.order-cell .stepper button{width:32px;height:36px;flex:0 0 auto}.app-shell .catalog-row>.order-cell .stepper input{width:56px;height:36px;font-size:14px}.app-shell .catalog-row>.order-cell .btn-cart{width:40px;height:40px}.app-shell .catalog-row>.order-cell .btn-cart svg{width:16px;height:16px}}.app-shell .catalog-row .thumb{width:44px;height:44px;border-radius:7px;overflow:hidden;background:var(--ink-100);display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:zoom-in;border:1px solid var(--border-weak)}.app-shell .catalog-row .thumb img{width:100%;height:100%;object-fit:contain}.app-shell .catalog-row .thumb.empty{cursor:default;color:var(--ink-400)}.app-shell .item-name{display:flex;flex-direction:column;gap:2px;min-width:0}.app-shell .item-name .name{font-size:13.5px;font-weight:500;color:var(--ink-900);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none}.app-shell .item-name .name:hover{color:var(--brand-700)}.app-shell .item-name .color-note{color:var(--ink-600);font-weight:400}.app-shell .item-name .meta{font-size:11.5px;color:var(--ink-500);display:flex;gap:10px;align-items:center;flex-wrap:wrap}.app-shell .item-name .meta .sku{font-family:var(--font-mono);font-size:11px}.app-shell .item-name .meta .brand{padding:1px 6px;background:var(--ink-100);border-radius:4px;font-weight:500;color:var(--ink-700);font-size:11px}.app-shell .stock-cells{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(48px,1fr);gap:6px}.app-shell .stock-cell{display:flex;flex-direction:column;align-items:center;padding:4px;border-radius:6px;border:1.5px solid var(--border-weak);background:#fff;position:relative;gap:1px;transition:border-color .12s,background .12s;cursor:pointer;min-width:0}.app-shell .stock-cell:hover{border-color:var(--border-strong)}.app-shell .stock-cell .loc{font-size:9.5px;font-weight:700;letter-spacing:.06em;color:var(--ink-500);text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;max-width:100%;white-space:nowrap}.app-shell .stock-cell .qty{font-size:13px;font-weight:500;color:var(--ink-800);font-variant-numeric:tabular-nums;line-height:1.1}.app-shell .stock-cell.empty .qty{color:var(--ink-400)}.app-shell .stock-cell.low .qty{color:var(--warn-600)}.app-shell .stock-cell.selected{border-color:var(--brand-500);background:var(--brand-50)}.app-shell .stock-cell.selected .loc,.app-shell .stock-cell.selected .qty{color:var(--brand-700)}.app-shell .stock-cell.priority:before{content:"";position:absolute;top:3px;right:3px;width:4px;height:4px;border-radius:50%;background:var(--brand-600)}.app-shell .price-cell{display:flex;flex-direction:column;gap:1px;align-items:flex-end;text-align:right}.app-shell .price-cell .price{font-size:15px;font-weight:600;color:var(--ink-900);font-variant-numeric:tabular-nums;letter-spacing:-.01em;line-height:1.1;white-space:nowrap}.app-shell .price-cell .price .unit{font-size:11px;color:var(--ink-500);font-weight:500;margin-left:2px}.app-shell .price-cell .rrp{font-size:11px;color:var(--ink-400);font-variant-numeric:tabular-nums}.app-shell .price-cell .empty-price{color:var(--ink-400);font-weight:500}.app-shell .order-cell{display:flex;gap:6px;justify-content:flex-end;align-items:center}.app-shell .stepper{display:flex;align-items:center;background:#fff;border:1px solid var(--border-soft);border-radius:7px;overflow:hidden}.app-shell .stepper button{width:28px;height:30px;display:flex;align-items:center;justify-content:center;color:var(--ink-600);transition:background .1s;border:none;background:transparent;cursor:pointer}.app-shell .stepper button:hover:not(:disabled){background:var(--ink-100);color:var(--ink-900)}.app-shell .stepper button:disabled{color:var(--ink-300);cursor:not-allowed}.app-shell .stepper input{width:46px;height:30px;border:none;text-align:center;font-size:13px;font-weight:600;background:transparent;outline:none;font-variant-numeric:tabular-nums;-moz-appearance:textfield;padding:0;font-family:inherit;color:inherit}.app-shell .stepper input:disabled{color:var(--ink-400)}.app-shell .stepper input::-webkit-outer-spin-button,.app-shell .stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.app-shell .btn-cart{width:32px;height:32px;border-radius:7px;background:var(--brand-600);color:#fff;display:inline-flex;align-items:center;justify-content:center;transition:background .12s,transform .1s;border:none;cursor:pointer;flex-shrink:0}.app-shell .btn-cart:hover:not(:disabled){background:var(--brand-700)}.app-shell .btn-cart:active:not(:disabled){transform:scale(.94)}.app-shell .btn-cart:disabled{background:var(--ink-150);color:var(--ink-400);cursor:not-allowed}.app-shell .btn-cart.added{background:var(--ok-600)}.app-shell .btn-cart .btn-cart__spin{animation:btnCartSpin .9s linear infinite}@keyframes btnCartSpin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.app-shell .btn-cart .btn-cart__spin{animation:none}}.app-shell .catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.app-shell .grid-card{background:var(--surface-card);border:1px solid var(--border-weak);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:10px;transition:border-color .12s,box-shadow .12s}.app-shell .grid-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.app-shell .grid-card .card-thumb{width:100%;height:120px;border-radius:8px;background:var(--ink-100);display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:zoom-in;border:1px solid var(--border-weak)}.app-shell .grid-card .card-thumb img{max-width:100%;max-height:100%;object-fit:contain}.app-shell .grid-card .card-thumb.empty{cursor:default;color:var(--ink-400)}.app-shell .grid-card .meta-line{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--ink-500);gap:6px}.app-shell .grid-card .meta-line .sku{font-family:var(--font-mono)}.app-shell .grid-card .meta-line .brand{padding:1px 6px;background:var(--ink-100);border-radius:4px;font-weight:500;color:var(--ink-700);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50%}.app-shell .grid-card .name{font-size:13px;font-weight:500;color:var(--ink-900);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px;text-decoration:none}.app-shell .grid-card .name:hover{color:var(--brand-700)}.app-shell .grid-card .stock-cells{grid-template-columns:repeat(auto-fit,minmax(42px,1fr));gap:4px}.app-shell .grid-card .stock-cell{padding:3px 2px}.app-shell .grid-card .stock-cell .loc{font-size:9px}.app-shell .grid-card .stock-cell .qty{font-size:12px}.app-shell .grid-card .bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;gap:8px}.app-shell .grid-card .bottom .price-block{display:flex;flex-direction:column;min-width:0;flex:1}.app-shell .grid-card .bottom .price-block .price{font-size:15px;font-weight:700;color:var(--ink-900);font-variant-numeric:tabular-nums;letter-spacing:-.01em;white-space:nowrap}.app-shell .grid-card .bottom .price-block .rrp{font-size:10.5px;color:var(--ink-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell .grid-card .order-cell{gap:4px}.app-shell .grid-card .stepper{border-radius:6px}.app-shell .grid-card .stepper button{width:24px;height:28px;flex:0 0 auto}.app-shell .grid-card .stepper input{width:50px;height:28px;font-size:12px}.app-shell .grid-card .btn-cart{width:28px;height:28px}.app-shell .catalog-empty{background:var(--surface-card);border:1px solid var(--border-weak);border-radius:12px;padding:48px 24px;text-align:center}.app-shell .catalog-empty h3{font-family:var(--font-display);font-size:17px;margin:0 0 6px;color:var(--ink-900)}.app-shell .catalog-empty p{color:var(--ink-500);margin:0 0 16px;font-size:13px}.app-shell .catalog-skeleton{background:var(--surface-card);border:1px solid var(--border-weak);border-radius:12px;padding:0;overflow:hidden}.app-shell .catalog-skeleton .skeleton-row{display:grid;grid-template-columns:56px 1fr 280px 150px 180px;gap:14px;padding:12px 16px;border-bottom:1px solid var(--border-weak);align-items:center}.app-shell .catalog-skeleton .skeleton-row:last-child{border-bottom:none}.app-shell .catalog-skeleton .bar{background:var(--ink-150);border-radius:6px;height:12px;animation:skelPulse 1.4s ease-in-out infinite}.app-shell .catalog-skeleton .bar.thumb{width:44px;height:44px;border-radius:8px}.app-shell .catalog-skeleton .bar.name{height:14px;width:80%}.app-shell .catalog-skeleton .bar.meta{height:10px;width:40%;margin-top:6px}@keyframes skelPulse{0%,to{opacity:1}50%{opacity:.55}}.app-shell .pagination{display:flex;justify-content:center;gap:4px;margin-top:20px;padding:16px 0}.app-shell .pagination button{min-width:34px;height:34px;padding:0 10px;border-radius:7px;background:#fff;border:1px solid var(--border-soft);color:var(--ink-700);font-size:13px;font-weight:500;cursor:pointer;font-family:inherit;font-variant-numeric:tabular-nums;display:inline-flex;align-items:center;justify-content:center}.app-shell .pagination button:hover:not(:disabled):not(.active){background:var(--ink-50);border-color:var(--border-strong)}.app-shell .pagination button.active{background:var(--brand-600);color:#fff;border-color:var(--brand-600)}.app-shell .pagination button:disabled{color:var(--ink-300);cursor:not-allowed;background:#fff}.app-shell .pagination .ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:34px;color:var(--ink-400);font-size:13px}@media(max-width:767px){.app-shell .filters{grid-template-columns:1fr;gap:8px;padding:10px}.app-shell .filters .search-field{grid-column:1 / -1}.app-shell .filters .filters-actions{justify-content:space-between}.app-shell .filters .filters-actions .view-toggle{height:44px}.app-shell .filters .filters-actions .view-toggle button{width:44px;height:38px}.app-shell .filters .filters-actions .filters-mobile-trigger{height:44px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;position:relative}.app-shell .filters .filters-actions .filters-mobile-trigger>span:first-of-type{font-weight:500}.app-shell .filters .filters-mobile-badge{background:var(--brand-600);color:#fff;font-size:11px;font-weight:700;line-height:1;border-radius:999px;padding:3px 7px;min-width:18px;text-align:center}.app-shell .filters .search-field{min-height:44px;border-radius:10px}.app-shell .filters .search-field input{font-size:16px;padding:11px 0}.app-shell .search-help{font-size:12px;margin:-2px 2px 10px}.app-shell .catalog-toolbar{display:none}.app-shell .filter-chips-row{gap:8px;margin-bottom:12px}.app-shell .filter-chip{font-size:13px;padding:7px 10px 7px 12px}.app-shell .filter-chip button{width:24px;height:24px}.app-shell .filter-chip-reset{font-size:13px;padding:8px 12px;min-height:36px}.app-shell .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.app-shell .grid-card{padding:10px;gap:8px;border-radius:10px}.app-shell .grid-card .card-thumb{height:140px}.app-shell .grid-card .name{font-size:14px;line-height:1.3;min-height:36px}.app-shell .grid-card .meta-line{font-size:11.5px}.app-shell .grid-card .bottom .price-block .price{font-size:16px}.app-shell .grid-card .bottom .price-block .rrp{font-size:11px}.app-shell .grid-card .stock-cells{gap:4px}.app-shell .grid-card .stock-cell{min-height:40px;padding:5px 3px}.app-shell .grid-card .stock-cell .loc{font-size:10px}.app-shell .grid-card .stock-cell .qty{font-size:13px}.app-shell .grid-card .bottom{flex-direction:column;align-items:stretch;gap:8px}.app-shell .grid-card .bottom .price-block{flex-direction:row;align-items:baseline;gap:8px;flex-wrap:wrap}.app-shell .grid-card .order-cell{gap:6px;width:100%;justify-content:space-between}.app-shell .grid-card .stepper{border-radius:8px;flex:1;min-width:0}.app-shell .grid-card .stepper button{width:36px;height:40px}.app-shell .grid-card .stepper input{width:100%;min-width:36px;height:40px;font-size:14px}.app-shell .grid-card .btn-cart{width:44px;height:44px;border-radius:8px;flex-shrink:0}.app-shell .grid-card .btn-cart svg{width:18px;height:18px}.app-shell .pagination{gap:6px;padding:12px 0;flex-wrap:wrap}.app-shell .pagination button{min-width:44px;height:44px;font-size:14px;padding:0 10px}.app-shell .pagination .ellipsis{min-width:28px;height:44px;line-height:44px}.app-shell .catalog-empty{padding:32px 16px}}.app-shell .pd-grid{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,1fr);gap:20px;align-items:start}.app-shell .pd-image-card{padding:0;overflow:hidden}.app-shell .pd-image-btn{display:block;width:100%;height:420px;background:#fff;border:none;cursor:zoom-in;padding:16px}.app-shell .pd-image-btn img{width:100%;height:100%;object-fit:contain}.app-shell .pd-image-empty{width:100%;height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--ink-50);color:var(--ink-400);gap:12px}.app-shell .pd-image-empty>div{font-size:14px}.app-shell .pd-spec-grid{display:grid;grid-template-columns:minmax(100px,auto) 1fr minmax(100px,auto) 1fr;row-gap:10px;column-gap:12px}.app-shell .pd-warehouse-block{margin-bottom:14px}.app-shell .pd-warehouse-block .pd-warehouse-label{font-size:10.5px;color:var(--ink-500);text-transform:uppercase;letter-spacing:.06em;font-weight:600;margin-bottom:6px}.app-shell .pd-warehouse-block .stock-cells{grid-auto-columns:minmax(56px,1fr);gap:6px}.app-shell .pd-warehouse-block .stock-cell{min-height:52px;padding:7px 6px;gap:2px}.app-shell .pd-warehouse-block .stock-cell .loc{font-size:11px}.app-shell .pd-warehouse-block .stock-cell .qty{font-size:14px;font-weight:600}.app-shell .pd-warehouse-summary{margin-top:10px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:var(--ink-700)}.app-shell .pd-warehouse-summary .lbl{color:var(--ink-500)}.app-shell .pd-warehouse-summary strong{color:var(--ink-900);font-weight:600}.app-shell .pd-warehouse-summary .avail{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:500}.app-shell .pd-warehouse-summary .avail .dot{width:6px;height:6px;border-radius:50%}.app-shell .pd-warehouse-summary .avail.in{background:var(--brand-50);color:var(--brand-700)}.app-shell .pd-warehouse-summary .avail.in .dot{background:var(--brand-600)}.app-shell .pd-warehouse-summary .avail.out{background:var(--ink-100);color:var(--ink-600)}.app-shell .pd-warehouse-summary .avail.out .dot{background:var(--ink-400)}@media(max-width:1100px){.app-shell .pd-spec-grid{grid-template-columns:minmax(100px,auto) 1fr}}@media(max-width:767px){.app-shell .pd-grid{grid-template-columns:1fr;gap:14px}.app-shell .pd-image-btn,.app-shell .pd-image-empty{height:280px}.app-shell .pd-image-btn{padding:12px}}@media(max-width:479px){.app-shell .catalog-grid{grid-template-columns:1fr}.app-shell .grid-card .card-thumb{height:180px}.app-shell .grid-card .name{font-size:15px;min-height:auto}.app-shell .grid-card .bottom .price-block .price{font-size:18px}.app-shell .grid-card .stock-cells{grid-auto-flow:column;grid-auto-columns:minmax(60px,1fr);gap:6px}.app-shell .grid-card .stock-cell{min-height:44px;padding:6px 4px}.app-shell .page-header h1{font-size:22px}.app-shell .page-header .actions{width:100%;flex-direction:column}.app-shell .page-header .actions .btn{width:100%;justify-content:center;min-height:40px}.app-shell .banner{padding:9px 12px;font-size:13px}}.app-shell .notif-portal{position:fixed;top:76px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:8px;max-width:360px;pointer-events:none}.app-shell .notif-portal .notif{pointer-events:auto;background:#fff;border-radius:10px;padding:10px 12px;box-shadow:var(--shadow-md);border:1px solid var(--border-weak);border-left:4px solid var(--brand-600);display:flex;align-items:center;gap:10px;font-size:13px;color:var(--ink-900)}.app-shell .notif-portal .notif.error{border-left-color:#dc2626}.app-shell .notif-portal .notif.success{border-left-color:var(--ok-600)}.mini-cart{width:380px;background:#fff;border-radius:14px;box-shadow:var(--shadow-xl);border:1px solid var(--border-weak);overflow:hidden;display:flex;flex-direction:column;font-family:var(--font-sans);color:var(--ink-900)}.mini-cart-head{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-weak)}.mini-cart-head--drag{cursor:move;user-select:none;touch-action:none}.mini-cart-head--drag button{cursor:pointer}.mini-cart-head h4{margin:0;font-family:var(--font-display);font-size:15px;font-weight:600;letter-spacing:-.01em;color:var(--ink-900);display:flex;align-items:center;gap:8px}.mini-cart-head h4 .ct{background:var(--brand-600);color:#fff;font-size:11px;font-weight:700;border-radius:999px;padding:1px 7px;min-width:20px;text-align:center;font-variant-numeric:tabular-nums}.mini-cart-body{flex:0 1 auto;min-height:0;overflow-y:auto;padding:6px}.mini-cart-foot{border-top:1px solid var(--border-weak);padding:14px 16px;background:var(--ink-50)}.mini-cart-total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.mini-cart-total .lbl{font-size:13px;color:var(--ink-600);font-weight:500}.mini-cart-total .val{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--ink-900);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.mini-cart-foot .row{display:flex;gap:8px}.mini-cart-foot .row .btn{flex:1;justify-content:center}.cart-toast{position:fixed;top:68px;right:24px;z-index:1300;width:320px;max-width:calc(100vw - 32px);background:#fff;border:1px solid var(--border-weak);border-radius:12px;box-shadow:var(--shadow-xl);overflow:hidden;cursor:pointer;animation:cartToastIn .24s cubic-bezier(.22,1,.36,1);transition:transform .15s ease,box-shadow .15s ease}.cart-toast:hover{transform:translateY(-1px);box-shadow:0 10px 28px -6px rgba(15,20,30,.22)}.cart-toast .cart-toast-inner{display:grid;grid-template-columns:32px 1fr 28px;align-items:center;gap:12px;padding:12px 14px 12px 12px}.cart-toast .cart-toast-icon{width:32px;height:32px;border-radius:999px;background:#e8f7ed;color:#1f8f4c;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-toast .cart-toast-text{min-width:0}.cart-toast .cart-toast-title{font-family:var(--font-display);font-size:13px;font-weight:600;color:var(--ink-900);letter-spacing:-.01em;line-height:1.25}.cart-toast .cart-toast-name{font-size:12px;color:var(--ink-600);margin-top:2px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-toast .cart-toast-close{width:24px;height:24px;border:none;background:transparent;color:var(--ink-500);border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.cart-toast .cart-toast-close:hover{background:var(--ink-100);color:var(--ink-900)}.cart-toast .cart-toast-progress{height:2px;background:var(--brand-600);transform-origin:left center;animation:cartToastProgress 2.5s linear forwards}body.has-news-toast .cart-toast{top:calc(68px + var(--news-toast-h, 156px) + 12px)}@keyframes cartToastIn{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cartToastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.app-shell .cart-badge.bump{animation:cartBadgeBump .42s cubic-bezier(.34,1.56,.64,1)}@keyframes cartBadgeBump{0%{transform:scale(1)}30%{transform:scale(1.35)}60%{transform:scale(.92)}to{transform:scale(1)}}.app-shell .cart-summary{display:grid;grid-template-columns:1fr 360px;gap:20px;align-items:start}@media(max-width:1100px){.app-shell .cart-summary{grid-template-columns:1fr}}.app-shell .cart-warehouse-card{background:#fff;border:1px solid var(--border-weak);border-radius:12px;overflow:hidden;margin-bottom:14px}.app-shell .cart-warehouse-head{padding:14px 18px;border-bottom:1px solid var(--border-weak);display:flex;align-items:center;gap:10px;flex-wrap:wrap}.app-shell .cart-warehouse-head h4{margin:0;font-family:var(--font-display);font-size:15px;font-weight:600;letter-spacing:-.01em}.app-shell .cart-warehouse-head .pill{background:var(--ink-100);color:var(--ink-700);font-size:11px;font-weight:600;border-radius:999px;padding:2px 8px}.app-shell .cart-warehouse-head .sum{margin-left:auto;font-family:var(--font-display);font-size:17px;font-weight:600;color:var(--ink-900);font-variant-numeric:tabular-nums;letter-spacing:-.015em}.app-shell .cart-full-row{display:grid;grid-template-columns:48px 1fr 100px 110px 110px 120px 80px;gap:12px;align-items:center;padding:12px 18px;border-bottom:1px solid var(--border-weak);font-size:13px}.app-shell .cart-full-row:last-child{border-bottom:none}.app-shell .cart-full-row.head{font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--ink-500);padding:10px 18px;background:var(--ink-50);border-bottom:1px solid var(--border-weak)}.app-shell .cart-full-row .val-mono{font-family:var(--font-mono);font-size:12.5px;color:var(--ink-700);font-variant-numeric:tabular-nums;font-weight:500}.app-shell .cart-full-row .sum-val{font-weight:600;color:var(--ink-900);font-variant-numeric:tabular-nums;text-align:right}.app-shell .cart-full-row .cart-row__thumb{width:44px;height:44px;border-radius:8px;background:var(--ink-100);display:flex;align-items:center;justify-content:center;color:var(--ink-400);flex-shrink:0}.app-shell .cart-full-row .cart-row__qty{display:flex;justify-content:center}.app-shell .cart-full-row .cart-row__actions{display:flex;gap:2px;justify-content:flex-end}.app-shell .cart-full-row .cart-row__label{display:none}@media(max-width:900px)and (min-width:769px){.app-shell .cart-full-row{grid-template-columns:48px 1fr 36px;row-gap:6px}.app-shell .cart-full-row>:nth-child(3),.app-shell .cart-full-row>:nth-child(4),.app-shell .cart-full-row>:nth-child(5),.app-shell .cart-full-row>:nth-child(6){grid-column:2 / 3}.app-shell .cart-full-row.head{display:none}}@media(max-width:768px){.app-shell .cart-full-row.head{display:none}.app-shell .cart-warehouse-card{border-radius:14px;margin-bottom:12px}.app-shell .cart-warehouse-head{padding:12px 14px;gap:8px;row-gap:6px}.app-shell .cart-warehouse-head h4{font-size:14px}.app-shell .cart-warehouse-head .sum{font-size:15px}.app-shell .cart-warehouse-head .pill{font-size:11px}.app-shell .cart-full-row{display:grid;grid-template-columns:64px 1fr;grid-template-areas:"thumb name" "thumb sku" "price price" "qty   sum" "actions actions";column-gap:12px;row-gap:8px;padding:14px;align-items:start}.app-shell .cart-full-row .cart-row__thumb{grid-area:thumb;width:64px;height:64px;border-radius:10px}.app-shell .cart-full-row .cart-row__thumb svg{width:28px;height:28px}.app-shell .cart-full-row .cart-row__name{grid-area:name;font-size:15px;min-width:0;overflow-wrap:anywhere}.app-shell .cart-full-row .cart-row__name>div:first-child{font-size:15px!important;line-height:1.3}.app-shell .cart-full-row .cart-row__sku{grid-area:sku;display:flex;align-items:baseline;gap:6px;font-size:12px}.app-shell .cart-full-row .cart-row__sku .cart-row__label{display:inline;margin-bottom:0;font-size:11px}.app-shell .cart-full-row .cart-row__label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-500);font-weight:600;margin-bottom:2px;font-family:var(--font-sans)}.app-shell .cart-full-row .cart-row__price{grid-area:price;display:flex;align-items:baseline;justify-content:space-between;padding-top:8px;border-top:1px dashed var(--border-weak);font-size:14px}.app-shell .cart-full-row .cart-row__price .cart-row__label{margin-bottom:0}.app-shell .cart-full-row .cart-row__qty{grid-area:qty;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.app-shell .cart-full-row .cart-row__sum{grid-area:sum;display:flex;flex-direction:column;align-items:flex-end;text-align:right;font-size:18px!important}.app-shell .cart-full-row .cart-row__sum>span:last-child{font-size:18px;font-weight:700}.app-shell .cart-full-row .cart-row__actions{grid-area:actions;display:flex;gap:8px;justify-content:flex-end;padding-top:4px;border-top:1px dashed var(--border-weak)}.app-shell .cart-full-row .stepper{border-radius:10px}.app-shell .cart-full-row .stepper button{width:44px;height:44px}.app-shell .cart-full-row .stepper input{width:60px!important;height:44px;font-size:16px}.app-shell .cart-full-row .cart-row__actions .btn-icon{width:44px;height:44px}.app-shell .cart-full-row .cart-row__actions .btn-icon svg{width:18px;height:18px}}.app-shell .order-summary{position:sticky;top:76px;background:#fff;border:1px solid var(--border-weak);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:14px}.app-shell .order-summary h3{font-family:var(--font-display);font-size:15px;font-weight:600;margin:0;letter-spacing:-.01em}.app-shell .order-summary .total-row{display:flex;justify-content:space-between;align-items:baseline;padding:12px 0;border-top:1px solid var(--border-weak);border-bottom:1px solid var(--border-weak)}.app-shell .order-summary .total-row .lbl{font-size:13px;color:var(--ink-600)}.app-shell .order-summary .total-row .val{font-family:var(--font-display);font-size:24px;font-weight:700;color:var(--ink-950);letter-spacing:-.025em;font-variant-numeric:tabular-nums}.app-shell .summary-meta{display:flex;flex-direction:column;gap:6px;font-size:12.5px}.app-shell .summary-meta .row{display:flex;justify-content:space-between;gap:10px}.app-shell .summary-meta .lbl{color:var(--ink-500);flex-shrink:0}.app-shell .summary-meta .val{color:var(--ink-800);font-weight:500;font-variant-numeric:tabular-nums;text-align:right}.app-shell .summary-change-btn{display:inline-flex;align-items:center;gap:3px;border:1px solid var(--border-weak);background:#fff;color:var(--brand-700);font-size:11.5px;font-weight:600;font-family:inherit;padding:3px 8px;border-radius:7px;cursor:pointer;white-space:nowrap;transition:border-color .12s,background .12s,color .12s}.app-shell .summary-change-btn:hover:not(:disabled){border-color:var(--brand-400);background:var(--brand-50)}.app-shell .summary-change-btn:focus-visible{outline:2px solid var(--brand-400);outline-offset:1px}.app-shell .summary-change-btn:disabled{opacity:.5;cursor:not-allowed}.app-shell .summary-change-btn svg{color:var(--brand-600)}.app-shell .delivery-opts{display:flex;flex-direction:column;gap:6px}.app-shell .delivery-opts label{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--border-weak);border-radius:8px;cursor:pointer;font-size:12.5px;transition:border-color .12s,background .12s}.app-shell .delivery-opts label:hover{border-color:var(--border-strong);background:var(--ink-50)}.app-shell .delivery-opts label.checked{border-color:var(--brand-500);background:var(--brand-50)}.app-shell .delivery-opts input{accent-color:var(--brand-600)}.app-shell .delivery-opts label svg{color:var(--ink-500)}@media(max-width:768px){.app-shell .cart-summary{gap:12px}.app-shell .order-summary{position:static;top:auto;padding:16px;border-radius:14px;gap:12px}.app-shell .order-summary h3{font-size:16px}.app-shell .order-summary .total-row{padding:14px 0}.app-shell .order-summary .total-row .lbl{font-size:14px}.app-shell .order-summary .total-row .val{font-size:22px}.app-shell .order-summary .summary-meta{font-size:13.5px}.app-shell .order-summary .summary-meta .row{padding:2px 0}.app-shell .order-summary .btn.btn-lg{min-height:48px;font-size:15px}.app-shell .order-summary .delivery-opts label{padding:12px;font-size:13.5px;min-height:44px}}.app-shell .filter-chips{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.app-shell .chip{padding:6px 10px;border-radius:999px;background:#fff;border:1px solid var(--border-soft);font-size:12.5px;font-weight:500;color:var(--ink-700);cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background .12s,border-color .12s;font-family:inherit}.app-shell .chip:hover{background:var(--ink-50);border-color:var(--border-strong)}.app-shell .chip.on{background:var(--ink-900);color:#fff;border-color:var(--ink-900)}.app-shell .orders-toolbar{display:flex;align-items:center;gap:12px;padding:14px;background:#fff;border:1px solid var(--border-weak);border-bottom:none;border-radius:12px 12px 0 0;flex-wrap:wrap}.app-shell .orders-toolbar .ml-auto{margin-left:auto;display:flex;align-items:center;gap:14px;font-size:12.5px}.app-shell .orders-toolbar .total-pill{background:var(--brand-50);color:var(--brand-700);padding:6px 12px;border-radius:8px;font-weight:600;font-variant-numeric:tabular-nums;border:1px solid var(--brand-200);font-family:var(--font-display);font-size:14px}.app-shell .orders-toolbar .total-pill span{color:var(--brand-600);font-weight:500;font-size:11px;margin-right:6px;text-transform:uppercase;letter-spacing:.06em}.app-shell .orders-date-range{display:flex;gap:8px;align-items:center}.app-shell .orders-date-input{padding:6px 10px;border:1px solid var(--border-soft);border-radius:6px;font-size:13px;font-family:inherit}.app-shell .orders-date-sep{color:var(--ink-500)}.app-shell .orders-table{background:#fff;border:1px solid var(--border-weak);border-radius:0 0 12px 12px;overflow:hidden}.app-shell .order-row{display:grid;grid-template-columns:170px 140px 80px 130px 140px 1fr;gap:14px;padding:14px 18px;align-items:center;border-bottom:1px solid var(--border-weak);transition:background .1s;font-size:13px}.app-shell .order-row:last-child{border-bottom:none}.app-shell .order-row:not(.head):hover{background:var(--ink-50)}.app-shell .order-row.head{background:var(--ink-50);font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--ink-500);padding:10px 18px}.app-shell .order-row .order-id{font-family:var(--font-mono);font-size:12.5px;color:var(--ink-900);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell .order-row .date{font-variant-numeric:tabular-nums;color:var(--ink-700)}.app-shell .order-row .date .time{color:var(--ink-500);font-size:11.5px;display:block}.app-shell .order-row .qty-badge{background:var(--ink-100);color:var(--ink-700);padding:2px 8px;border-radius:6px;font-weight:600;font-size:12px;display:inline-block;font-variant-numeric:tabular-nums}.app-shell .order-row .amount{font-weight:600;font-variant-numeric:tabular-nums;color:var(--ink-900);font-size:14px;letter-spacing:-.005em}.app-shell .order-row .actions-cell{display:flex;gap:2px;justify-content:flex-end;flex-wrap:wrap}.app-shell .order-row .actions-cell .btn-icon{width:28px;height:28px}.app-shell .order-row .actions-cell .btn-icon svg{width:15px;height:15px}.app-shell .external-order-items{display:flex;flex-direction:column;border:1px solid var(--border-weak);border-radius:10px;overflow:hidden}.app-shell .external-order-item{display:grid;grid-template-columns:minmax(220px,1fr) 130px 130px 130px;gap:14px;align-items:center;padding:12px 14px;border-bottom:1px solid var(--border-weak);font-size:13px}.app-shell .external-order-item:last-child{border-bottom:0}.app-shell .external-order-item__name{font-weight:600;color:var(--ink-900)}.app-shell .external-order-item__name>span,.app-shell .external-order-item>div:not(.external-order-item__name)>span{display:block;color:var(--ink-500);font-size:11.5px;font-weight:400;margin-bottom:2px}.app-shell .external-order-item>div:not(.external-order-item__name)>b{font-variant-numeric:tabular-nums}@media(max-width:900px){.app-shell .order-row{grid-template-columns:1fr auto;row-gap:4px}.app-shell .order-row>*{grid-column:1 / -1}.app-shell .order-row .actions-cell{grid-column:1 / -1;justify-content:flex-start}.app-shell .order-row.head{display:none}.app-shell .external-order-item{grid-template-columns:1fr 1fr;gap:10px 14px}.app-shell .external-order-item__name{grid-column:1 / -1}}@media(max-width:480px){.app-shell .external-order-item{grid-template-columns:1fr}.app-shell .external-order-item__name{grid-column:auto}}.app-shell .orders-mobile-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.app-shell .order-card{background:#fff;border:1px solid var(--border-weak);border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:10px;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:border-color .12s,box-shadow .12s;cursor:pointer;-webkit-tap-highlight-color:transparent}.app-shell .order-card:active{background:var(--ink-50);border-color:var(--border-strong)}.app-shell .order-card .row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.app-shell .order-card .order-id{font-family:var(--font-mono);font-size:13px;color:var(--ink-900);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.app-shell .order-card .amount{font-family:var(--font-display);font-weight:600;color:var(--ink-950);font-size:16px;font-variant-numeric:tabular-nums;letter-spacing:-.01em;white-space:nowrap;flex-shrink:0}.app-shell .order-card .meta{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--ink-600);font-variant-numeric:tabular-nums;flex-wrap:wrap}.app-shell .order-card .meta .dot-sep{width:3px;height:3px;background:var(--ink-300);border-radius:50%;display:inline-block}.app-shell .order-card .badges{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.app-shell .order-card .badges .status-badge{font-size:12px;padding:5px 10px}.app-shell .order-card .actions{display:flex;align-items:center;gap:6px;padding-top:10px;margin-top:2px;border-top:1px solid var(--border-weak);flex-wrap:wrap}.app-shell .order-card .actions .btn-icon{width:44px;height:44px;border:1px solid var(--border-soft);background:#fff;border-radius:10px;flex-shrink:0}.app-shell .order-card .actions .btn-icon svg{width:18px;height:18px}.app-shell .order-card .actions .btn-icon:active{background:var(--ink-100)}.app-shell .order-card .qty-badge{background:var(--ink-100);color:var(--ink-700);padding:2px 8px;border-radius:6px;font-weight:600;font-size:12px;font-variant-numeric:tabular-nums}@media(max-width:768px){.app-shell .orders-toolbar{border-radius:12px;padding:12px;gap:10px}.app-shell .orders-toolbar .orders-status-select{width:100%;min-width:0!important}.app-shell .orders-toolbar .select-field{width:100%}.app-shell .orders-toolbar .filter-chips{width:100%;flex-wrap:wrap;gap:6px}.app-shell .orders-toolbar .chip{padding:8px 12px;font-size:13px;white-space:nowrap;flex-shrink:0}.app-shell .orders-toolbar .ml-auto{width:100%;margin-left:0;justify-content:space-between;border-top:1px solid var(--border-weak);padding-top:10px}.app-shell .orders-toolbar .total-pill{font-size:15px;padding:8px 14px}.app-shell .orders-toolbar .orders-date-range{width:100%;display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center}.app-shell .orders-toolbar .orders-date-input{width:100%;min-height:44px;font-size:16px;padding:10px 12px;border-radius:8px}.app-shell .order-card .actions.actions-mobile{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.app-shell .order-card .actions.actions-mobile .card-primary-action{flex:1;min-height:44px;justify-content:center;border-radius:10px}.app-shell .order-card .actions.actions-mobile .card-primary-spacer{flex:1}.app-shell .order-card .actions.actions-mobile .card-more-btn{width:44px;height:44px;flex-shrink:0;margin-left:auto;border-radius:10px}.drawer-action-item:active{background:var(--ink-50)!important}.app-shell .filter-chips-row{margin-top:8px}.app-shell .filter-chip-reset{width:100%;justify-content:center;padding:10px;min-height:44px}.app-shell .orders-pagination .btn-icon.has-border{width:44px;height:44px}.app-shell .orders-table.is-mobile{background:transparent;border:none;border-radius:0;overflow:visible}}.app-shell .status-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:999px;font-size:11.5px;font-weight:600;line-height:1.3}.app-shell .status-badge .dot{width:6px;height:6px;border-radius:50%}.app-shell .status-badge.cancelled{background:var(--ink-100);color:var(--ink-600)}.app-shell .status-badge.cancelled .dot{background:var(--ink-500)}.app-shell .status-badge.ready{background:var(--ok-50);color:var(--ok-600)}.app-shell .status-badge.ready .dot{background:var(--ok-600)}.app-shell .status-badge.paid{background:var(--info-50);color:var(--info-600)}.app-shell .status-badge.paid .dot{background:var(--info-600)}.app-shell .status-badge.pending{background:var(--warn-50);color:var(--warn-600)}.app-shell .status-badge.pending .dot{background:var(--warn-600)}.app-shell .alert-panel{background:linear-gradient(180deg,#fffaeb,#fff);border:1.5px solid #FDE69B;border-radius:14px;padding:20px;margin-bottom:20px;position:relative;overflow:hidden}.app-shell .alert-panel:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#f5a524}.app-shell .alert-head{display:flex;align-items:center;gap:10px;margin-bottom:4px;flex-wrap:wrap}.app-shell .alert-head h3{margin:0;font-family:var(--font-display);font-size:16px;font-weight:600;color:var(--warn-600);letter-spacing:-.01em;display:inline-flex;align-items:center;gap:8px}.app-shell .alert-head .count-bubble{background:var(--warn-600);color:#fff;font-size:11px;font-weight:700;border-radius:999px;padding:2px 8px;font-variant-numeric:tabular-nums;line-height:1.3;display:inline-block;min-width:22px;text-align:center}.app-shell .alert-panel p{margin:0 0 14px;font-size:13px;color:var(--ink-700)}.app-shell .pending-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px}.app-shell .pending-card{background:#fff;border:1px solid var(--border-weak);border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:8px}.app-shell .pending-card .ord-head{display:flex;align-items:center;justify-content:space-between}.app-shell .pending-card .ord-id{font-family:var(--font-display);font-size:15px;font-weight:600;letter-spacing:-.01em}.app-shell .pending-card .ord-wh{font-size:12px;color:var(--ink-600);display:flex;align-items:center;gap:4px}.app-shell .pending-card .ord-wh svg{color:var(--ink-500)}.app-shell .pending-card .ord-amount{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--brand-600);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.app-shell .steps{display:flex;align-items:center;gap:8px;margin-bottom:24px;padding:14px 18px;background:#fff;border:1px solid var(--border-weak);border-radius:12px}.app-shell .step{display:flex;align-items:center;gap:10px;flex:1}.app-shell .step .num{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;background:var(--ink-150);color:var(--ink-500);flex-shrink:0;transition:all .2s}.app-shell .step .lbl{font-size:13px;font-weight:500;color:var(--ink-500);white-space:nowrap}.app-shell .step.done .num{background:var(--ok-600);color:#fff}.app-shell .step.done .lbl{color:var(--ink-900)}.app-shell .step.current .num{background:var(--brand-600);color:#fff;box-shadow:0 0 0 4px var(--brand-100)}.app-shell .step.current .lbl{color:var(--ink-900);font-weight:600}.app-shell .step-connector{flex:1;height:2px;background:var(--ink-150);border-radius:2px;min-width:16px;max-width:60px}.app-shell .step-connector.done{background:var(--ok-600)}.app-shell .context-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.app-shell .context-pill{padding:6px 12px;background:#fff;border:1px solid var(--border-weak);border-radius:999px;font-size:12px;color:var(--ink-700);display:inline-flex;align-items:center;gap:6px;font-variant-numeric:tabular-nums}.app-shell .context-pill svg{color:var(--ink-500)}.app-shell .context-pill.accent{background:var(--brand-50);border-color:var(--brand-200);color:var(--brand-700)}.app-shell .context-pill.accent svg{color:var(--brand-600)}.app-shell .context-pill b{font-weight:600;color:var(--ink-900)}.app-shell .context-pill.accent b{color:var(--brand-700)}.app-shell .pill-spinner{width:12px;height:12px;border:2px solid var(--brand-200);border-top-color:var(--brand-600);border-radius:50%;animation:pill-spin .6s linear infinite}@keyframes pill-spin{to{transform:rotate(360deg)}}.app-shell .booking-grid{display:grid;grid-template-columns:320px 1fr;gap:20px;align-items:start}@media(max-width:900px){.app-shell .booking-grid{grid-template-columns:1fr}}.app-shell .date-list{background:#fff;border:1px solid var(--border-weak);border-radius:12px;padding:16px}.app-shell .date-list h4{margin:0 0 12px;font-family:var(--font-display);font-size:14px;font-weight:600;color:var(--ink-900);display:flex;align-items:center;gap:8px;letter-spacing:-.01em}.app-shell .date-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.app-shell .date-card{padding:10px 12px;border:1px solid var(--border-weak);border-radius:8px;background:#fff;cursor:pointer;display:flex;flex-direction:column;gap:2px;transition:all .12s;font-family:inherit;color:inherit;text-align:left}.app-shell .date-card:hover:not(.selected):not(:disabled){border-color:var(--border-strong);background:var(--ink-50)}.app-shell .date-card:disabled{opacity:.4;cursor:not-allowed}.app-shell .date-card .wk{font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-500);font-weight:500}.app-shell .date-card .dy{font-family:var(--font-display);font-size:17px;font-weight:700;color:var(--ink-900);letter-spacing:-.015em;line-height:1.1}.app-shell .date-card .slots{font-size:11px;color:var(--ok-600);font-weight:600;margin-top:2px}.app-shell .date-card .slots.few{color:var(--warn-600)}.app-shell .date-card.selected{background:var(--ink-900);border-color:var(--ink-900)}.app-shell .date-card.selected .wk{color:rgba(255,255,255,.65)}.app-shell .date-card.selected .dy{color:#fff}.app-shell .date-card.selected .slots{color:rgba(255,255,255,.85)}.app-shell .time-panel{background:#fff;border:1px solid var(--border-weak);border-radius:12px;padding:18px}.app-shell .time-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;flex-wrap:wrap;gap:8px}.app-shell .time-panel-head h4{margin:0;font-family:var(--font-display);font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;letter-spacing:-.01em}.app-shell .time-panel-head .selected-date{background:var(--ink-900);color:#fff;padding:4px 10px;border-radius:999px;font-size:11.5px;font-weight:500}.app-shell .time-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:6px}.app-shell .time-slot{padding:10px 8px;border:1px solid var(--border-weak);border-radius:8px;background:#fff;cursor:pointer;text-align:center;transition:all .12s;display:flex;flex-direction:column;gap:2px;font-family:inherit;color:inherit}.app-shell .time-slot:hover:not(:disabled):not(.selected){border-color:var(--ink-700);background:var(--ink-50)}.app-shell .time-slot .start{font-size:14px;font-weight:600;color:var(--ink-900);font-variant-numeric:tabular-nums;letter-spacing:-.005em}.app-shell .time-slot .end{font-size:10.5px;color:var(--ink-500);font-variant-numeric:tabular-nums}.app-shell .time-slot.selected{background:var(--brand-600);border-color:var(--brand-600)}.app-shell .time-slot.selected .start{color:#fff}.app-shell .time-slot.selected .end{color:rgba(255,255,255,.85)}.app-shell .time-slot:disabled{opacity:.4;cursor:not-allowed;background:var(--ink-50)}@media(max-width:768px){.app-shell .booking-grid{gap:12px}.app-shell .booking-grid .date-list,.app-shell .booking-grid .time-panel{width:100%;box-sizing:border-box;padding:12px}.app-shell .date-grid{gap:6px}.app-shell .date-card{padding:10px;min-height:64px}.app-shell .time-grid{grid-template-columns:repeat(auto-fill,minmax(68px,1fr));gap:4px}.app-shell .time-slot{padding:10px 4px;min-height:48px}.app-shell .time-slot .start{font-size:13.5px}.app-shell .time-slot .end{font-size:10px}.app-shell .steps{padding:10px 12px;gap:6px}.app-shell .step .lbl{font-size:12px}.app-shell .step-connector{min-width:8px}.app-shell .booking-submit-bar{flex-direction:column;align-items:stretch!important}.app-shell .booking-submit-bar .btn{width:100%;min-height:48px;justify-content:center}.app-shell .time-panel-head{gap:6px}.app-shell .time-panel-head .selected-date{font-size:11px;padding:4px 8px}}.app-shell .transfers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.app-shell .transfer-card{background:#fff;border:1px solid var(--border-weak);border-left:3px solid var(--brand-500);border-radius:10px;padding:14px;transition:all .12s;display:flex;flex-direction:column;gap:10px}.app-shell .transfer-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.app-shell .transfer-card .date-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.app-shell .transfer-card .date-row .dy{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--ink-900);letter-spacing:-.02em;line-height:1}.app-shell .transfer-card .date-row .mo{font-size:12px;font-weight:600;color:var(--ink-500);text-transform:uppercase;letter-spacing:.06em}.app-shell .transfer-card .date-row .in-days{margin-left:auto;font-size:11.5px;color:var(--ink-500)}.app-shell .transfer-card.imminent{border-left-color:var(--warn-600)}.app-shell .transfer-card.imminent .in-days{color:var(--warn-600);font-weight:600}.app-shell .transfer-card .route{display:flex;align-items:center;gap:10px;padding-top:8px;border-top:1px solid var(--border-weak)}.app-shell .transfer-card .route .from,.app-shell .transfer-card .route .to{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:500;color:var(--ink-900);flex:1;min-width:0}.app-shell .transfer-card .route svg{color:var(--brand-600);flex-shrink:0}.app-shell .transfer-card .route .arrow{color:var(--ink-400);flex-shrink:0}.app-shell .tabs{display:inline-flex;gap:2px;background:#fff;border:1px solid var(--border-weak);padding:3px;border-radius:9px}.app-shell .tab{padding:6px 14px;border-radius:6px;font-size:13px;color:var(--ink-600);font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background .12s,color .12s;border:none;background:transparent;font-family:inherit}.app-shell .tab:hover{color:var(--ink-900)}.app-shell .tab.on{background:var(--ink-900);color:#fff}@media(max-width:768px){.app-shell .booking-card .booking-card-info{display:flex;flex-direction:column;gap:10px;padding-top:10px;margin-top:2px;border-top:1px solid var(--border-weak)}.app-shell .booking-card .booking-info-row{display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--ink-800);min-width:0}.app-shell .booking-card .booking-info-row>div{min-width:0;flex:1}.app-shell .booking-card .booking-info-row .chip{min-height:32px;padding:6px 10px;font-size:12.5px}.app-shell .booking-card .booking-amount-row{justify-content:space-between}.app-shell .booking-card .booking-card-actions{display:flex;gap:8px;padding-top:10px;margin-top:2px;border-top:1px solid var(--border-weak)}.app-shell .booking-card .booking-card-actions .btn{border:1px solid var(--border-soft);background:#fff;border-radius:10px;font-size:14px;padding:8px 12px;gap:6px}.app-shell .booking-card .booking-card-actions .btn:active{background:var(--ink-100)}.app-shell .alert-panel{padding:16px}.app-shell .pending-cards{grid-template-columns:1fr;gap:8px}.app-shell .pending-card .btn{min-height:44px;font-size:14px}}.auth-screen{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background:var(--surface-page);padding:max(24px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(24px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));box-sizing:border-box;overflow-x:hidden;font-family:var(--font-sans);color:var(--ink-900)}@media(max-height:680px){.auth-screen{align-items:flex-start;overflow-y:auto}}.auth-card{width:100%;max-width:440px;background:#fff;border-radius:16px;padding:32px 28px 28px;box-shadow:0 10px 40px rgba(15,20,30,.08),0 1px 3px rgba(15,20,30,.04);border:1px solid var(--border-weak)}.auth-card--wide{max-width:720px}.auth-brand{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:20px}.auth-brand .mark{width:56px;height:56px;border-radius:14px;background:#fff;border:1px solid var(--border-weak);display:flex;align-items:center;justify-content:center;color:var(--brand-600);overflow:hidden}.auth-brand .mark svg{width:40px;height:40px}.auth-brand .brand-text{font-family:var(--font-display);font-size:15px;font-weight:600;color:var(--ink-900);letter-spacing:-.01em}.auth-title{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--ink-900);text-align:center;letter-spacing:-.02em;margin:0 0 6px}.auth-subtitle{font-size:13px;color:var(--ink-500);text-align:center;margin:0 0 22px;line-height:1.5}.auth-field{margin-bottom:14px;display:flex;flex-direction:column}.auth-label{font-size:12px;color:var(--ink-600);font-weight:500;margin-bottom:6px;letter-spacing:.01em}.auth-label--required:after{content:" *";color:var(--brand-600)}.auth-input,.auth-select,.auth-textarea{width:100%;height:42px;padding:0 14px;border-radius:10px;border:1px solid var(--border-soft);background:#fff;color:var(--ink-900);font-family:inherit;font-size:14px;transition:border-color .12s ease,box-shadow .12s ease;outline:none;box-sizing:border-box}.auth-textarea{height:auto;min-height:84px;padding:12px 14px;resize:vertical;line-height:1.45}.auth-input:hover,.auth-select:hover,.auth-textarea:hover{border-color:var(--border-strong)}.auth-input:focus,.auth-select:focus,.auth-textarea:focus{border-color:var(--brand-600);box-shadow:0 0 0 3px rgba(200,36,32,.14)}.auth-input:disabled,.auth-select:disabled,.auth-textarea:disabled{background:var(--ink-50);color:var(--ink-500);cursor:not-allowed}.auth-input.has-error,.auth-select.has-error,.auth-textarea.has-error{border-color:var(--brand-600)}.auth-help{font-size:11.5px;color:var(--ink-500);margin-top:4px}.auth-error-text{font-size:11.5px;color:var(--brand-600);margin-top:4px}.auth-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:44px;padding:0 16px;border-radius:10px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background .12s ease,transform 60ms ease;border:1px solid transparent;letter-spacing:.005em}.auth-btn:active:not(:disabled){transform:translateY(.5px)}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-btn--primary{background:var(--brand-600);color:#fff;border-color:var(--brand-600)}.auth-btn--primary:hover:not(:disabled){background:var(--brand-700)}.auth-btn--ghost{background:#fff;color:var(--ink-900);border-color:var(--border-soft)}.auth-btn--ghost:hover:not(:disabled){background:var(--ink-50);border-color:var(--border-strong)}.auth-btn--sm{height:36px;font-size:13px}.auth-alert{padding:12px 14px;border-radius:10px;font-size:13px;line-height:1.45;margin-bottom:14px;display:flex;align-items:flex-start;gap:8px}.auth-alert--error{background:#fef2f2;color:#b91c1c;border:1px solid #FECACA}.auth-alert--success{background:#e8f7ed;color:#166534;border:1px solid #A7F3D0}.auth-alert--info{background:#e3f2fd;color:#1e40af;border:1px solid #BFDBFE}.auth-alert--warning{background:#fef3c7;color:#92400e;border:1px solid #FDE68A}.auth-tabs{display:flex;gap:4px;padding:4px;background:var(--ink-100);border-radius:10px;margin-bottom:22px}.auth-tabs button{flex:1;padding:8px 12px;border:none;background:transparent;border-radius:8px;font-family:inherit;font-size:13px;font-weight:500;color:var(--ink-600);cursor:pointer;transition:background .12s ease,color .12s ease}.auth-tabs button:hover:not(.active){color:var(--ink-900)}.auth-tabs button.active{background:#fff;color:var(--ink-900);box-shadow:0 1px 3px rgba(15,20,30,.06);font-weight:600}.auth-links{text-align:center;margin-top:18px;font-size:13px;color:var(--ink-600)}.auth-links a,.auth-link{color:var(--brand-600);text-decoration:none;font-weight:500;cursor:pointer;background:none;border:none;padding:0;font-family:inherit;font-size:inherit}.auth-links a:hover,.auth-link:hover{text-decoration:underline}.auth-divider{display:flex;align-items:center;gap:12px;margin:16px 0;color:var(--ink-500);font-size:12px;text-transform:uppercase;letter-spacing:.06em}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border-weak)}.auth-row{display:flex;gap:10px}.auth-row>*{flex:1}.auth-stepper{display:flex;justify-content:space-between;align-items:center;gap:4px;margin-bottom:26px}.auth-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;position:relative}.auth-step-dot{width:28px;height:28px;border-radius:999px;background:var(--ink-100);color:var(--ink-500);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;border:2px solid transparent;transition:background .14s ease,color .14s ease}.auth-step.is-active .auth-step-dot{background:var(--brand-600);color:#fff}.auth-step.is-done .auth-step-dot{background:#fff;color:var(--brand-600);border-color:var(--brand-600)}.auth-step-label{font-size:11px;color:var(--ink-500);text-align:center;max-width:90px;line-height:1.2}.auth-step.is-active .auth-step-label,.auth-step.is-done .auth-step-label{color:var(--ink-900);font-weight:500}.auth-step-line{position:absolute;top:13px;left:calc(50% + 18px);right:calc(-50% + 18px);height:2px;background:var(--ink-100);z-index:-1}.auth-step.is-done+.auth-step .auth-step-line,.auth-step.is-done .auth-step-line{background:var(--brand-600)}.auth-footer-note{text-align:center;font-size:11.5px;color:var(--ink-500);margin-top:24px;line-height:1.5}.auth-spinner{width:18px;height:18px;border-radius:999px;border:2px solid rgba(255,255,255,.3);border-top-color:currentColor;animation:authSpin .7s linear infinite}@keyframes authSpin{to{transform:rotate(360deg)}}.auth-center-spinner{width:36px;height:36px;border-radius:999px;border:3px solid var(--ink-100);border-top-color:var(--brand-600);animation:authSpin .8s linear infinite;margin:0 auto}@media(max-width:520px){.auth-card{padding:24px 20px;border-radius:14px}.auth-title{font-size:19px}.auth-row{flex-direction:column;gap:14px}}@media(max-width:768px){.auth-input,.auth-select,.auth-textarea{font-size:16px}}.app-shell .promo-badge{display:inline-flex;align-items:center;gap:2px;background:var(--brand-600);color:#fff;font-family:var(--font-display);font-weight:700;font-size:11px;line-height:1;letter-spacing:-.01em;padding:3px 8px;border-radius:999px;box-shadow:var(--shadow-sm);outline:1.5px solid #fff;white-space:nowrap}.app-shell .promo-badge--hot{background:var(--warn-600)}.app-shell .promo-badge--corner{position:absolute;top:6px;left:6px;z-index:2}.app-shell .catalog-row .thumb,.app-shell .grid-card .card-thumb{position:relative}.app-shell .pick-wh-hint{display:inline-flex;align-items:center;justify-content:center;gap:5px;width:100%;color:var(--brand-700);background:var(--brand-50);border:1px dashed var(--brand-200);border-radius:var(--r-md);font-size:12px;font-weight:600;line-height:1.2;padding:8px 10px;text-align:center}.app-shell .pick-wh-hint svg{flex-shrink:0}@keyframes promoPulse{0%{transform:scale(1)}45%{transform:scale(1.12)}to{transform:scale(1)}}.app-shell .promo-badge.is-fresh{animation:promoPulse .42s ease-out 1}.app-shell .promo-price{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.app-shell .promo-price--left{align-items:flex-start}.app-shell .promo-price__old{font-size:12px;color:var(--ink-400);text-decoration:line-through;text-decoration-color:var(--brand-500);font-variant-numeric:tabular-nums;line-height:1.1}.app-shell .promo-price__now{font-weight:700;color:var(--brand-700);font-variant-numeric:tabular-nums;line-height:1.1}.app-shell .promo-save{display:inline-flex;align-items:center;gap:3px;margin-top:2px;background:var(--brand-50);color:var(--brand-700);border:1px solid var(--brand-200);border-radius:999px;font-weight:700;font-size:10.5px;line-height:1;padding:2px 7px;font-variant-numeric:tabular-nums;white-space:nowrap}.app-shell .promo-earn-chip{display:inline-flex;align-items:center;gap:3px;margin-top:2px;background:var(--ok-50, #ECFDF3);color:var(--ok-700, #027A48);border:1px solid var(--ok-200, #A6F4C5);border-radius:999px;font-weight:700;font-size:10.5px;line-height:1;padding:2px 7px;font-variant-numeric:tabular-nums;white-space:nowrap}.app-shell .promo-earn-chip svg{color:var(--ok-600, #039855)}.app-shell .promo-earn{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;margin:7px 0 1px;padding:5px 10px;background:var(--ok-50, #ECFDF3);border:1px solid var(--ok-200, #A6F4C5);border-radius:999px;font-size:12.5px;color:var(--ok-700, #027A48);line-height:1.2;font-variant-numeric:tabular-nums}.app-shell .promo-earn svg{color:var(--ok-600, #039855);flex-shrink:0}.app-shell .promo-earn b{font-weight:800}.app-shell .promo-supply{display:flex;flex-direction:row;align-items:center;gap:4px 10px;flex-wrap:nowrap;min-width:0;margin:6px 0 2px}.app-shell .promo-supply__eta,.app-shell .promo-supply__order{display:inline-flex;align-items:center;gap:5px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.app-shell .promo-supply__eta{font-size:11.5px;color:var(--ink-700);font-weight:600;font-variant-numeric:tabular-nums}.app-shell .promo-supply__eta svg{color:var(--ink-500);flex-shrink:0}.app-shell .promo-supply__order{font-size:11px;color:var(--ink-500);font-weight:500;cursor:default}.app-shell .promo-supply__order svg{color:var(--ink-500);flex-shrink:0}.app-shell .order-anytime-note{display:flex;align-items:center;gap:9px;margin:0 0 14px;padding:9px 14px;background:var(--ok-50, #ECFDF3);border:1px solid var(--ok-200, #A6F4C5);border-radius:var(--r-md);font-size:13px;color:var(--ink-700);line-height:1.4}.app-shell .order-anytime-note svg{color:var(--ok-600, #067647);flex-shrink:0}.app-shell .order-anytime-note b{color:var(--ink-900);font-weight:600}.app-shell .promo-price__pct{display:inline-block;margin-left:5px;vertical-align:middle;background:var(--brand-600);color:#fff;font-family:var(--font-display);font-size:10px;font-weight:800;line-height:1;letter-spacing:-.01em;padding:2px 5px;border-radius:5px}.app-shell .promo-price__pct.hot{background:var(--warn-600)}.app-shell .order-locked{position:relative;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.app-shell .order-locked__inner{display:inline-flex;align-items:center;gap:8px;opacity:.5;pointer-events:none;filter:grayscale(.3)}.app-shell .order-locked__catch{position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;z-index:3}@keyframes stockFlash{0%{box-shadow:0 0 rgba(200,36,32,0)}25%{box-shadow:0 0 0 3px rgba(200,36,32,.45)}to{box-shadow:0 0 rgba(200,36,32,0)}}.app-shell .stock-cells--flash{border-radius:var(--r-md);animation:stockFlash .75s ease-out 2}.app-shell .stock-cells--flash .stock-cell:not(.selected){border-color:var(--brand-500, #C82420)}.app-shell .promo-strip{margin-bottom:14px}.app-shell .promo-strip__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:8px}.app-shell .promo-strip__title{font-family:var(--font-display);font-weight:700;font-size:14px;color:var(--ink-900);display:inline-flex;align-items:center;gap:7px}.app-shell .promo-strip__title .pct{color:var(--brand-700)}.app-shell .promo-strip__all{color:var(--brand-700);font-weight:700;font-size:13px;text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;gap:3px}.app-shell .promo-strip__track{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory;scrollbar-width:thin}.app-shell .promo-strip__track::-webkit-scrollbar{height:6px}.app-shell .promo-strip__track::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:6px}.app-shell .promo-mini{flex:0 0 auto;width:150px;scroll-snap-align:start;background:var(--surface-card);border:1px solid var(--border-soft);border-radius:var(--r-lg);overflow:hidden;cursor:pointer;text-align:left;padding:0;font-family:inherit;transition:border-color .12s,box-shadow .12s}.app-shell .promo-mini:hover{border-color:var(--brand-200);box-shadow:var(--shadow-sm)}.app-shell .promo-mini__thumb{position:relative;width:100%;height:96px;background:var(--ink-50)}.app-shell .promo-mini__thumb img{width:100%;height:100%;object-fit:cover;display:block}.app-shell .promo-mini__body{padding:8px 9px 10px}.app-shell .promo-mini__name{font-size:11.5px;color:var(--ink-700);line-height:1.25;height:29px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:5px}.app-shell .promo-mini__price{display:flex;align-items:baseline;gap:6px}.app-shell .promo-mini__now{font-weight:700;color:var(--brand-700);font-size:13.5px;font-variant-numeric:tabular-nums}.app-shell .promo-mini__old{font-size:11px;color:var(--ink-400);text-decoration:line-through;font-variant-numeric:tabular-nums}.app-shell .promo-urgency{display:flex;align-items:flex-start;gap:8px;color:var(--warn-600);background:var(--warn-50);border:1px solid var(--warn-200, #FDE4B8);border-radius:var(--r-md);padding:9px 12px;font-size:13px;margin-bottom:16px;line-height:1.45}.app-shell .promo-urgency svg{flex-shrink:0;margin-top:1px}.app-shell .promo-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 14px;margin-bottom:14px}.app-shell .promo-cat-chips{display:flex;gap:8px;flex-wrap:wrap}.app-shell .promo-cat-chips .filter-chip{white-space:nowrap}.app-shell .promo-calc{padding:16px 18px;margin-bottom:16px}.app-shell .promo-calc__head{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-display);font-weight:700;font-size:15px;color:var(--ink-900);margin-bottom:14px}.app-shell .promo-calc__head svg{color:var(--ok-600, #067647)}.app-shell .promo-calc__controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:6px}.app-shell .promo-calc__label{font-size:13px;color:var(--ink-600);font-weight:500}.app-shell .promo-calc__input{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border-strong, var(--ink-300));border-radius:var(--r-md);padding:6px 10px;background:var(--surface-card)}.app-shell .promo-calc__input input{width:90px;border:none;outline:none;background:transparent;font-size:16px;font-weight:700;color:var(--ink-900);font-variant-numeric:tabular-nums;text-align:right}.app-shell .promo-calc__input span{font-size:13px;color:var(--ink-500)}.app-shell .promo-calc__max{background:none;border:none;cursor:pointer;padding:4px 6px;color:var(--brand-700);font-weight:600;font-size:12.5px;white-space:nowrap}.app-shell .promo-calc__max:hover{text-decoration:underline}.app-shell .promo-calc__avail{font-size:12px;color:var(--ink-500);margin-bottom:12px;font-variant-numeric:tabular-nums}.app-shell .promo-calc__out{background:var(--ok-50, #ECFDF3);border:1px solid var(--ok-200, #A6F4C5);border-radius:var(--r-md);padding:12px 14px}.app-shell .promo-calc__line{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.app-shell .promo-calc__line+.promo-calc__line{margin-top:6px}.app-shell .promo-calc__line span{font-size:13px;color:var(--ink-700)}.app-shell .promo-calc__line b{font-variant-numeric:tabular-nums;color:var(--ok-700, #027A48);font-weight:700}.app-shell .promo-calc__line--main span{font-weight:600;color:var(--ink-900)}.app-shell .promo-calc__line--main b{font-size:20px;font-weight:800}.app-shell .promo-calc__note{font-size:11.5px;color:var(--ink-500);line-height:1.4;margin-top:10px}@media(max-width:767px){.app-shell .promo-controls{padding:10px}.app-shell .promo-badge--corner{top:5px;left:5px}.app-shell .promo-badge{font-size:10px;padding:2px 6px}}.app-shell{--news-shell-w: 1100px;--news-shell-narrow: 860px}@media(min-width:1700px){.app-shell{--news-shell-w: 1280px;--news-shell-narrow: 920px}}.app-shell .news-admin{max-width:var(--news-shell-w, 1100px);margin-inline:auto}.app-shell .news-admin-tabs{margin-bottom:18px;max-width:100%}.app-shell .news-tab-count{margin-left:2px;padding:1px 6px;border-radius:999px;background:var(--ink-100);color:var(--ink-600);font-size:11px;font-weight:600}.app-shell .tab.on .news-tab-count{background:rgba(255,255,255,.18);color:#fff}.app-shell .news-scope-note{display:flex;align-items:flex-start;gap:7px;margin:-8px 0 16px;padding:9px 12px;border-radius:10px;background:var(--ink-50, #f6f6f7);color:var(--ink-600);font-size:12.5px;line-height:1.45}.app-shell .news-scope-note svg{flex-shrink:0;margin-top:2px;color:var(--ink-500)}.app-shell .news-state{padding:44px 24px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;color:var(--ink-500);font-size:13.5px}.app-shell .news-state svg{color:var(--ink-300)}.app-shell .news-state-text{max-width:420px;line-height:1.55}.app-shell .news-state-error .news-state-text{color:var(--brand-700)}.app-shell .news-list-card{overflow:visible}.app-shell .news-table{width:100%;border-collapse:collapse;table-layout:fixed}.app-shell .news-table thead th{padding:11px 14px;text-align:left;font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--ink-500);border-bottom:1px solid var(--border-weak);background:var(--ink-50)}.app-shell .news-table tbody td{padding:12px 14px;border-bottom:1px solid var(--border-weak);vertical-align:top;font-size:13.5px;color:var(--ink-800)}.app-shell .news-table tbody tr:last-child td{border-bottom:none}.app-shell .news-table tbody tr:hover{background:var(--ink-50)}.app-shell .news-row-title{display:inline-flex;align-items:center;gap:6px;border:none;background:none;padding:0;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;line-height:1.35;color:var(--ink-950);text-align:left}.app-shell .news-row-title:hover{color:var(--brand-600)}.app-shell .news-row-title svg{color:var(--brand-600)}.app-shell .news-row-summary{margin-top:3px;font-size:12.5px;color:var(--ink-500);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.app-shell .news-row-when,.app-shell .news-row-audience{font-size:12.5px;color:var(--ink-600)}.app-shell .news-row-actions{display:flex;gap:4px;justify-content:flex-end}.app-shell .news-rows-mobile{display:flex;flex-direction:column}.app-shell .news-card-row{border-bottom:1px solid var(--border-weak);padding:12px 14px}.app-shell .news-card-row:last-child{border-bottom:none}.app-shell .news-card-row-main{display:block;width:100%;text-align:left;border:none;background:none;padding:0;cursor:pointer;font-family:inherit}.app-shell .news-card-row-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:7px}.app-shell .news-card-row-title{font-size:15px;font-weight:600;line-height:1.35;color:var(--ink-950)}.app-shell .news-card-row-meta{margin-top:4px;font-size:12.5px;color:var(--ink-500)}.app-shell .news-card-row-actions{display:flex;gap:6px;margin-top:11px}.app-shell .news-pin-flag{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:600;color:var(--warn-600)}.app-shell .news-field{display:block;margin-bottom:16px}.app-shell .news-field-label{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:12.5px;font-weight:600;color:var(--ink-700);margin-bottom:6px}.app-shell .news-field-hint{display:block;font-size:11.5px;font-weight:400;color:var(--ink-500);line-height:1.45;margin-top:5px}.app-shell .news-field-label .news-field-hint{margin-top:0;text-align:right}.app-shell .news-counter{font-size:11.5px;font-weight:500;color:var(--ink-400)}.app-shell .news-counter.over{color:var(--brand-600)}.app-shell .news-input{width:100%;box-sizing:border-box;padding:9px 11px;border:1px solid var(--border-soft);border-radius:var(--r-md);background:var(--surface-card);color:var(--ink-900);font-family:inherit;font-size:14px;line-height:1.45;transition:border-color .12s,box-shadow .12s}.app-shell .news-input::placeholder{color:var(--ink-400)}.app-shell .news-input:hover:not(:disabled){border-color:var(--border-strong)}.app-shell .news-input:focus{outline:none;border-color:var(--brand-500);box-shadow:0 0 0 3px var(--brand-50)}.app-shell .news-input.has-error{border-color:var(--brand-500)}.app-shell .news-input.has-error:focus{box-shadow:0 0 0 3px var(--brand-100)}.app-shell .news-input:disabled{background:var(--ink-50);color:var(--ink-500);cursor:not-allowed}.app-shell select.news-input{cursor:pointer}.app-shell .news-input-title{font-family:var(--font-display);font-size:19px;font-weight:600;letter-spacing:-.015em;padding:11px 13px}.app-shell .news-textarea{resize:vertical;min-height:58px}.app-shell .news-error{display:block;margin-top:5px;font-size:12px;color:var(--brand-700)}.app-shell .news-check{display:flex;align-items:flex-start;gap:9px;margin-bottom:16px;cursor:pointer}.app-shell .news-check input{margin-top:2px;width:16px;height:16px;accent-color:var(--brand-600);flex-shrink:0}.app-shell .news-check b{display:block;font-size:13px;font-weight:600;color:var(--ink-800)}.app-shell .news-cover-thumb{display:block;margin-top:8px;border:1px solid var(--border-weak);border-radius:var(--r-md);overflow:hidden;background:var(--ink-100)}.app-shell .news-cover-thumb img{display:block;width:100%;height:108px;object-fit:cover}.app-shell .news-editor-header{align-items:flex-start}.app-shell .news-editor-header-left{display:flex;align-items:flex-start;gap:14px}.app-shell .news-editor-header .subtitle{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:6px}.app-shell .news-editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px;align-items:start}.app-shell .news-editor-main{min-width:0}.app-shell .news-editor-side{position:sticky;top:8px;display:flex;flex-direction:column;gap:14px}.app-shell .news-side-body{padding-bottom:4px}.app-shell .news-side-body .news-field:last-child{margin-bottom:0}.app-shell .news-actions-bar{display:flex;flex-direction:column;gap:8px}.app-shell .news-actions-bar .btn,.app-shell .news-delete-btn{justify-content:center}.app-shell .news-editor{border:1px solid var(--border-soft);border-radius:var(--r-lg);background:var(--surface-card);overflow:visible;transition:border-color .12s,box-shadow .12s}.app-shell .news-editor:focus-within{border-color:var(--brand-500);box-shadow:0 0 0 3px var(--brand-50)}.app-shell .news-editor.has-error{border-color:var(--brand-500)}.app-shell .news-editor.is-disabled{background:var(--ink-50)}.app-shell .news-editor-loading{padding:40px;text-align:center;color:var(--ink-500);font-size:13px}.app-shell .news-editor-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:2px;padding:6px 8px;border-bottom:1px solid var(--border-weak);background:var(--ink-50);border-radius:var(--r-lg) var(--r-lg) 0 0;position:sticky;top:0;z-index:2}.app-shell .news-editor-toolgroup{display:flex;align-items:center;gap:2px;padding-right:7px;margin-right:5px;border-right:1px solid var(--border-soft)}.app-shell .news-editor-toolgroup.last{border-right:none;padding-right:0;margin-right:0}.app-shell .news-tool{min-width:30px;height:30px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--r-sm);background:transparent;color:var(--ink-600);cursor:pointer;font-family:inherit;transition:background .12s,color .12s}.app-shell .news-tool:hover:not(:disabled){background:var(--ink-150);color:var(--ink-900)}.app-shell .news-tool:focus-visible{outline:2px solid var(--brand-500);outline-offset:1px}.app-shell .news-tool.on{background:var(--ink-900);color:#fff}.app-shell .news-tool:disabled{opacity:.35;cursor:not-allowed}.app-shell .news-tool-text{font-size:12.5px;font-weight:700;letter-spacing:-.01em}.app-shell .news-editor-subtoolbar{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:7px 10px;border-bottom:1px solid var(--border-weak);background:var(--info-50)}.app-shell .news-editor-subtoolbar-label{font-size:12px;font-weight:600;color:var(--info-600);margin-right:2px}.app-shell .news-editor-content{border-radius:0 0 var(--r-lg) var(--r-lg)}.app-shell .news-editor-surface{padding:20px 22px 56px;min-height:300px;outline:none}.app-shell .news-editor-surface .tableWrapper{overflow-x:auto;margin:1.2em 0;padding-bottom:2px}.app-shell .news-article{font-size:15.5px;line-height:1.72;color:var(--ink-800);max-width:70ch;word-wrap:break-word}.app-shell .news-article>:first-child{margin-top:0}.app-shell .news-article>:last-child{margin-bottom:0}.app-shell .news-article p{margin:0 0 1em}.app-shell .news-article h1,.app-shell .news-article h2,.app-shell .news-article h3,.app-shell .news-article h4{font-family:var(--font-display);font-weight:600;letter-spacing:-.018em;color:var(--ink-950);line-height:1.25;margin:1.7em 0 .5em}.app-shell .news-article h1{font-size:26px}.app-shell .news-article h2{font-size:22px}.app-shell .news-article h3{font-size:18px}.app-shell .news-article h4{font-size:15.5px;letter-spacing:0}.app-shell .news-article strong,.app-shell .news-article b{font-weight:650;color:var(--ink-950)}.app-shell .news-article em,.app-shell .news-article i{font-style:italic}.app-shell .news-article s{color:var(--ink-500)}.app-shell .news-article code{font-family:var(--font-mono);font-size:.88em;background:var(--ink-100);border-radius:var(--r-xs);padding:1px 5px}.app-shell .news-article ul,.app-shell .news-article ol{margin:0 0 1em;padding-left:1.45em}.app-shell .news-article li{margin-bottom:.4em}.app-shell .news-article li::marker{color:var(--brand-600);font-weight:600}.app-shell .news-article li>ul,.app-shell .news-article li>ol{margin:.4em 0 0}.app-shell .news-article blockquote{margin:1.3em 0;padding:4px 0 4px 18px;border-left:3px solid var(--brand-500);color:var(--ink-700);font-size:16px;font-style:italic}.app-shell .news-article blockquote p:last-child{margin-bottom:0}.app-shell .news-article a{color:var(--brand-600);text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.app-shell .news-article a:hover{color:var(--brand-700)}.app-shell .news-article hr{border:none;border-top:1px solid var(--border-soft);margin:1.9em 0}.app-shell .news-article img{display:block;max-width:100%;height:auto;border-radius:var(--r-lg);border:1px solid var(--border-weak);margin:1.3em 0;cursor:zoom-in}.app-shell .news-article a img{cursor:pointer}.app-shell .news-article figure{margin:1.3em 0}.app-shell .news-article figcaption{margin-top:7px;font-size:12.5px;color:var(--ink-500);text-align:center}.app-shell .news-article .post-table-wrap{margin:1.4em 0;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;border:1px solid var(--border-weak);border-radius:var(--r-lg)}.app-shell .news-article table{width:100%;min-width:420px;border-collapse:collapse;font-size:14px}.app-shell .news-article th,.app-shell .news-article td{padding:9px 13px;border-bottom:1px solid var(--border-weak);border-right:1px solid var(--border-weak);text-align:left;vertical-align:top}.app-shell .news-article th:last-child,.app-shell .news-article td:last-child{border-right:none}.app-shell .news-article tr:last-child td{border-bottom:none}.app-shell .news-article th{background:var(--ink-50);font-weight:600;color:var(--ink-900);font-size:13px}.app-shell .news-article tbody tr:hover{background:var(--ink-50)}.app-shell .news-article .post-lead{font-size:17px;line-height:1.6;color:var(--ink-700);margin-bottom:1.2em}.app-shell .news-article .post-callout{margin:1.5em 0;padding:16px 18px;background:var(--brand-50);border:1px solid var(--brand-100);border-left:3px solid var(--brand-500);border-radius:var(--r-lg);color:var(--ink-800)}.app-shell .news-article .post-callout>:first-child{margin-top:0}.app-shell .news-article .post-callout>:last-child{margin-bottom:0}.app-shell .news-article .post-note{font-size:13.5px;line-height:1.55;color:var(--ink-500)}.app-shell .news-article div.post-note{padding:12px 14px;background:var(--ink-50);border:1px solid var(--border-weak);border-radius:var(--r-md);margin:1.3em 0}.app-shell .news-article div.post-note>:last-child{margin-bottom:0}.app-shell .news-article .post-video,.app-shell .post-video.news-editor-media{margin:1.5em 0}.app-shell .news-article .post-video video,.app-shell .post-video.news-editor-media video{display:block;width:100%;max-height:70vh;border-radius:var(--r-lg);border:1px solid var(--border-weak);background:#0e0f11}.app-shell .news-article .post-video figcaption,.app-shell .post-video.news-editor-media figcaption{margin-top:8px;font-size:12.5px;line-height:1.45;color:var(--ink-500);text-align:center}.app-shell .news-article a.post-file,.app-shell .post-file.news-editor-media{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;margin:1em 0;padding:11px 14px;background:var(--surface-card);border:1px solid var(--border-soft);border-radius:var(--r-lg);text-decoration:none;color:var(--ink-900);transition:border-color .15s ease,box-shadow .15s ease}.app-shell .news-article a.post-file:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.app-shell .news-article a.post-file:focus-visible{outline:2px solid var(--brand-500);outline-offset:2px}.app-shell .post-file-ext{display:inline-flex;align-items:center;justify-content:center;min-width:46px;padding:5px 7px;border-radius:var(--r-sm);background:var(--ink-150);color:var(--ink-700);font-size:11px;font-weight:700;letter-spacing:.03em}.app-shell [data-ext=pdf] .post-file-ext,.app-shell a.post-file[data-ext=pdf] .post-file-ext{background:var(--brand-50);color:var(--brand-700)}.app-shell [data-ext=xlsx] .post-file-ext,.app-shell [data-ext=csv] .post-file-ext{background:var(--ok-100);color:var(--ok-600)}.app-shell [data-ext=docx] .post-file-ext{background:var(--info-50);color:#174a8e}.app-shell .post-file-name{min-width:0;font-size:14px;font-weight:600;line-height:1.35;color:var(--ink-900);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell .post-file-size{font-size:12.5px;color:var(--ink-500);white-space:nowrap}@media(max-width:640px){.app-shell .news-article a.post-file,.app-shell .post-file.news-editor-media{grid-template-columns:auto minmax(0,1fr);min-height:44px;padding:10px 12px;gap:4px 10px}.app-shell .post-file-ext{grid-row:span 2}.app-shell .post-file-size{grid-column:2}.app-shell .news-article .post-video video{max-height:60vh}}.app-shell .news-article .post-center{text-align:center}.app-shell .news-article .post-accent{color:var(--brand-600);font-weight:600}.app-shell .news-article .post-muted{color:var(--ink-500)}.app-shell .news-article .post-num{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.app-shell .news-article td.post-num{font-family:var(--font-mono);font-size:13.5px;color:var(--ink-800)}.app-shell .news-article .post-pill{display:inline-block;padding:1px 8px;border-radius:999px;background:var(--ink-100);color:var(--ink-600);font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.app-shell .news-article .post-pill-high{background:var(--brand-50);color:var(--brand-700)}.app-shell .news-article .post-pill-mid{background:var(--ok-100);color:var(--ok-600)}.app-shell .news-article .post-pill-low{background:var(--ink-100);color:var(--ink-600)}.app-shell .news-article td.post-num .post-pill{font-family:var(--font-sans);font-size:12px}.app-shell .news-article .post-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin:1.4em 0}@media(max-width:640px){.app-shell .news-article .post-lead{font-size:16px}.app-shell .news-article .post-callout{padding:14px 15px}.app-shell .news-article .post-columns{grid-template-columns:1fr}}.app-shell .news-article--blocks{max-width:none}.app-shell .news-article--blocks>.news-article-chunk{max-width:none}.app-shell .news-article--blocks>.news-article-chunk>*{max-width:none;margin-inline:0}.app-shell .news-article>.news-article-chunk:first-child>*:first-child{margin-top:0}.app-shell .news-article>.news-article-chunk:last-child>*:last-child{margin-bottom:0}.app-shell .news-widget{max-width:none;margin:26px 0;padding:20px 22px;background:var(--ink-50);border:1px solid var(--border-soft);border-radius:var(--r-lg)}.app-shell .news-widget--missing{color:var(--ink-500);font-size:13.5px;line-height:1.5}.app-shell .news-widget-head h3{font-family:var(--font-display);font-size:16px;font-weight:600;margin:0 0 4px;color:var(--ink-950)}.app-shell .news-widget-head p{margin:0 0 16px;font-size:13.5px;color:var(--ink-600);line-height:1.5}.app-shell .news-widget-inputs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px}.app-shell .news-widget .news-field{display:flex;flex-direction:column;gap:5px;margin-bottom:0}.app-shell .news-widget .news-field>span{font-size:12px;font-weight:600;color:var(--ink-600)}.app-shell .news-widget .news-field input{width:100%;box-sizing:border-box;min-height:38px;padding:8px 11px;border:1px solid var(--border-strong);border-radius:var(--r-md);background:var(--surface-card);color:var(--ink-900);font-family:var(--font-sans);font-size:14px;font-variant-numeric:tabular-nums}.app-shell .news-widget .news-field input:focus{outline:none;border-color:var(--brand-500);box-shadow:0 0 0 3px var(--brand-50)}.app-shell .news-widget .news-field input:disabled{background:var(--surface-sunk);color:var(--ink-500);cursor:not-allowed}.app-shell .news-widget .news-field-hint{display:block;margin-top:5px;font-size:11.5px;line-height:1.35;color:var(--ink-500)}.app-shell .news-widget-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border-weak);border-radius:var(--r-lg);background:var(--surface-card)}.app-shell .news-widget-table{width:100%;min-width:460px;border-collapse:collapse;font-size:14px}.app-shell .news-widget-table th,.app-shell .news-widget-table td{border-bottom:1px solid var(--border-weak);padding:9px 12px;text-align:left;vertical-align:top}.app-shell .news-widget-table tr:last-child td{border-bottom:none}.app-shell .news-widget-table th{background:var(--ink-50);font-weight:600;color:var(--ink-700);white-space:nowrap}.app-shell .news-widget-table .num{text-align:right}.app-shell .news-widget-table tr.is-end td{background:var(--brand-50);font-weight:600;color:var(--ink-900)}.app-shell .news-pill{display:inline-block;padding:1px 8px;border-radius:999px;background:var(--ok-100);color:var(--ok-600);font-size:12px;font-weight:600}.app-shell .news-widget-note{margin:12px 0 0;font-size:12.5px;color:var(--ink-500)}@media(max-width:768px){.app-shell .news-widget{padding:16px 14px;margin:20px 0}.app-shell .news-widget-inputs{grid-template-columns:1fr;gap:10px}.app-shell .news-widget .news-field input{font-size:16px;min-height:44px}}.app-shell .news-editor-widget{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 10px;margin:1.3em 0;padding:12px 14px;border:1px dashed var(--border-strong);border-radius:var(--r-md);background:var(--ink-50);cursor:default;user-select:none}.app-shell .news-editor-widget-name{font-size:13.5px;font-weight:600;color:var(--ink-800)}.app-shell .news-editor-widget-note{font-size:12px;color:var(--ink-500)}.app-shell .news-editor-surface .news-editor-widget.ProseMirror-selectednode{border-style:solid;border-color:var(--brand-500);background:var(--brand-50)}.app-shell .news-editor-fileinput{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.app-shell .news-editor-upload{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:8px 12px;border-bottom:1px solid var(--border-weak);background:var(--info-50);font-size:12.5px;color:var(--info-600)}.app-shell .news-editor-upload.has-error{background:var(--brand-50);color:var(--brand-700)}.app-shell .news-editor-upload-track{flex:1 1 140px;height:4px;min-width:100px;border-radius:999px;background:var(--ink-150);overflow:hidden}.app-shell .news-editor-upload-fill{display:block;height:100%;background:var(--info-600);transition:width .2s ease}.news-video-poster{display:flex;align-items:center;gap:10px;margin-bottom:4px}.news-video-poster img{width:92px;height:56px;object-fit:cover;border-radius:var(--r-sm);border:1px solid var(--border-weak)}.app-shell .news-editor-surface .news-editor-media{user-select:none}.app-shell .news-editor-surface .post-file.news-editor-media{cursor:default}.app-shell .news-editor-surface table{min-width:0;border:1px solid var(--border-weak);border-radius:var(--r-md)}.app-shell .news-editor-surface .selectedCell{background:var(--brand-50)}.app-shell .news-editor-surface .ProseMirror-selectednode{outline:2px solid var(--brand-500);outline-offset:2px;border-radius:var(--r-sm)}.app-shell .news-preview{display:flex;flex-direction:column;gap:20px}.app-shell .news-preview-section-label{font-size:11.5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-400);margin-bottom:9px}.app-shell .news-preview-page{background:var(--surface-card);border:1px solid var(--border-weak);border-radius:var(--r-xl);padding:26px 28px 30px;max-width:760px}.app-shell .news-preview-cover{margin:-26px -28px 22px}.app-shell .news-preview-cover img{display:block;width:100%;max-height:300px;object-fit:cover;border-radius:var(--r-xl) var(--r-xl) 0 0}.app-shell .news-preview-title{font-family:var(--font-display);font-size:30px;font-weight:650;line-height:1.18;letter-spacing:-.026em;color:var(--ink-950);margin:0 0 10px}.app-shell .news-preview-byline{font-size:12.5px;color:var(--ink-500);padding-bottom:18px;margin-bottom:22px;border-bottom:1px solid var(--border-weak)}.app-shell .news-preview-dek{margin:14px 0 0;font-size:16px;line-height:1.55;color:var(--ink-600);max-width:720px}.app-shell .news-preview-feed{max-width:920px}.app-shell .news-card{position:relative;display:grid;grid-template-columns:224px 1fr;gap:0;background:var(--surface-card);border:1px solid var(--border-weak);border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.app-shell a.news-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md)}.app-shell a.news-card:active{transform:translateY(1px)}.app-shell a.news-card:focus-visible{outline:2px solid var(--brand-500);outline-offset:2px}.app-shell .news-card.is-unread:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--brand-500)}.app-shell .news-card-cover{background:var(--surface-sunk);display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:148px}.app-shell .news-card-cover img{width:100%;height:100%;object-fit:cover;display:block}.app-shell .news-card--nocover{grid-template-columns:1fr}.app-shell .news-card-body{padding:16px 18px;min-width:0;display:flex;flex-direction:column;gap:6px}.app-shell .news-card-flags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:2px}.app-shell .news-flag{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:11.5px;font-weight:600;letter-spacing:.01em;line-height:1.6}.app-shell .news-flag--new{background:var(--brand-600);color:#fff}.app-shell .news-flag--pin{background:var(--warn-50);color:var(--warn-600);border:1px solid var(--warn-100)}.app-shell .news-card-title{font-family:var(--font-display);font-size:18px;font-weight:600;letter-spacing:-.015em;line-height:1.3;color:var(--ink-950);margin:0}.app-shell .news-card-summary{margin:0;max-width:78ch;font-size:14px;line-height:1.5;color:var(--ink-600);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.app-shell .news-card-meta{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:8px;font-size:12.5px;color:var(--ink-500)}.app-shell .news-meta-dot{width:3px;height:3px;border-radius:50%;background:var(--ink-300);flex-shrink:0}.app-shell .news-card-more{display:inline-flex;align-items:center;gap:3px;margin-left:auto;color:var(--brand-700);font-weight:600;opacity:0;transition:opacity .15s ease}.app-shell a.news-card:hover .news-card-more,.app-shell a.news-card:focus-visible .news-card-more{opacity:1}.app-shell article.news-card .news-card-more{opacity:1}@media(max-width:1024px){.app-shell .news-card{grid-template-columns:180px 1fr}}@media(max-width:768px){.app-shell .news-card{grid-template-columns:1fr}.app-shell .news-card-cover{min-height:0;aspect-ratio:16 / 9}.app-shell .news-card-title{font-size:17px}.app-shell a.news-card .news-card-more{display:none}}.app-shell .news-calendar{background:var(--surface-card);border:1px solid var(--border-weak);border-radius:12px;overflow:hidden}.app-shell .news-calendar-head{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:13px 16px;border-bottom:1px solid var(--border-weak)}.app-shell .news-calendar-nav{display:flex;align-items:center;gap:8px}.app-shell .news-calendar-title{font-family:var(--font-display);font-size:17px;font-weight:600;letter-spacing:-.015em;color:var(--ink-950);min-width:168px;text-align:center}.app-shell .news-calendar-legend{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--ink-500)}.app-shell .news-calendar-count{margin-left:6px;padding:2px 8px;border-radius:999px;background:var(--ink-100);color:var(--ink-600);font-weight:600}.app-shell .news-dot{width:7px;height:7px;border-radius:999px;flex-shrink:0;display:inline-block;background:var(--ink-300)}.app-shell .news-dot.scheduled{background:var(--info-600)}.app-shell .news-dot.published{background:var(--ok-600)}.app-shell .news-dot.draft{background:var(--ink-400)}.app-shell .news-calendar-legend .news-dot:not(:first-child){margin-left:8px}.app-shell .news-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));background:var(--border-weak);gap:1px;border-bottom:1px solid var(--border-weak)}.app-shell .news-calendar-weekday{background:var(--ink-50);padding:7px 8px;font-size:11.5px;font-weight:600;color:var(--ink-500);text-align:center;text-transform:uppercase;letter-spacing:.03em}.app-shell .news-calendar-day{display:flex;flex-direction:column;align-items:stretch;gap:4px;min-height:96px;padding:6px 7px;border:none;background:var(--surface-card);cursor:pointer;font-family:inherit;text-align:left;transition:background .12s}.app-shell .news-calendar-day:hover{background:var(--ink-50)}.app-shell .news-calendar-day.weekend{background:#fcfcfd}.app-shell .news-calendar-day.weekend:hover,.app-shell .news-calendar-day.muted{background:var(--ink-50)}.app-shell .news-calendar-day.muted .news-calendar-daynum{color:var(--ink-300)}.app-shell .news-calendar-day.selected{background:var(--brand-50);box-shadow:inset 0 0 0 2px var(--brand-500)}.app-shell .news-calendar-day:focus-visible{outline:2px solid var(--brand-500);outline-offset:-2px}.app-shell .news-calendar-daynum{font-size:12.5px;font-weight:600;color:var(--ink-700);width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;flex-shrink:0}.app-shell .news-calendar-day.today .news-calendar-daynum{background:var(--ink-900);color:#fff}.app-shell .news-calendar-dots{display:none;gap:3px}.app-shell .news-calendar-items{display:flex;flex-direction:column;gap:3px;min-width:0}.app-shell .news-calendar-chip{display:block;font-size:11px;line-height:1.35;padding:3px 6px;border-radius:var(--r-xs);background:var(--info-50);color:#174a8e;border-left:2px solid var(--info-600);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell .news-calendar-chip.published{background:var(--ok-50);color:var(--ok-600);border-left-color:var(--ok-600)}.app-shell .news-calendar-chip b{font-weight:700}.app-shell .news-calendar-more{font-size:10.5px;color:var(--ink-500);padding-left:6px}.app-shell .news-calendar-day-panel{padding:14px 16px 18px}.app-shell .news-calendar-day-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px}.app-shell .news-calendar-day-panel-head h3{margin:0;font-family:var(--font-display);font-size:15px;font-weight:600;color:var(--ink-950)}.app-shell .news-calendar-day-panel .news-state{padding:22px 12px}.app-shell .news-calendar-day-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.app-shell .news-calendar-day-item{width:100%;display:flex;align-items:center;gap:10px;padding:9px 11px;border:1px solid var(--border-weak);border-radius:var(--r-md);background:var(--surface-card);cursor:pointer;font-family:inherit;text-align:left;transition:background .12s,border-color .12s}.app-shell .news-calendar-day-item:hover{background:var(--ink-50);border-color:var(--border-strong)}.app-shell .news-calendar-day-time{font-size:12.5px;font-weight:600;color:var(--ink-600);flex-shrink:0}.app-shell .news-calendar-day-title{flex:1;min-width:0;font-size:13.5px;font-weight:500;color:var(--ink-900);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell .news-keys-howto{margin-bottom:14px}.app-shell .news-keys-howto-title{display:flex;align-items:center;gap:8px;margin:0 0 8px;font-family:var(--font-display);font-size:15px;font-weight:600;color:var(--ink-950)}.app-shell .news-keys-howto-title svg{color:var(--brand-600)}.app-shell .news-keys-howto-text{margin:0 0 14px;max-width:720px;font-size:13.5px;line-height:1.55;color:var(--ink-700)}.app-shell .news-keys-endpoint{display:flex;flex-direction:column;gap:8px;padding:12px 14px;border-radius:var(--r-lg);background:var(--ink-50);border:1px solid var(--border-weak)}.app-shell .news-keys-endpoint-row{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.app-shell .news-keys-endpoint-label{min-width:150px;font-size:12px;color:var(--ink-500)}.app-shell .news-keys-endpoint code{font-size:12.5px;color:var(--ink-900);word-break:break-all}.app-shell .news-list-card .card-header .news-keys-create{margin-left:auto}.app-shell .news-key-name{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:14px;font-weight:600;color:var(--ink-950)}.app-shell .news-key-prefix{margin-top:3px;font-size:12.5px;color:var(--ink-500)}.app-shell .news-keys-table tr.is-revoked td,.app-shell .news-card-row.is-revoked{opacity:.6}.app-shell .news-key-error{display:block;margin-bottom:10px}.app-shell .news-key-warning{margin-bottom:14px}.app-shell .news-key-value{padding:12px 14px;border-radius:var(--r-lg);background:var(--ink-50);border:1px solid var(--border-weak);font-size:13px;color:var(--ink-900);word-break:break-all;user-select:all}.app-shell .news-key-copy-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:12px}.app-shell .news-key-copy-hint{font-size:12.5px;color:var(--ink-500)}.news-gallery{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1600;display:flex;flex-direction:column;background:#0b0c0d;padding:0 0 env(safe-area-inset-bottom)}.news-gallery-bar{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:12px 16px;color:rgba(255,255,255,.82);font-size:13px;font-variant-numeric:tabular-nums}.news-gallery-counter{margin-right:auto;padding-left:4px}.news-gallery-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;cursor:pointer;transition:background .15s ease,border-color .15s ease}.news-gallery-btn:hover{background:rgba(255,255,255,.18)}.news-gallery-btn:focus-visible{outline:2px solid #fff;outline-offset:2px}.news-gallery-stage{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;gap:16px;padding:0 16px 8px}.news-gallery-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;cursor:default}.news-gallery-nav{flex-shrink:0}.news-gallery-failed{color:rgba(255,255,255,.75);font-size:14px;text-align:center}.news-gallery-caption{margin:0;padding:0 20px 18px;text-align:center;font-size:13px;line-height:1.5;color:rgba(255,255,255,.72)}@media(max-width:768px){.news-gallery-stage{position:relative;padding:0 8px 8px}.news-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(10,11,13,.55)}.news-gallery-nav.prev{left:8px}.news-gallery-nav.next{right:8px}}.app-shell .news-modal-backdrop,.news-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(14,15,17,.44);display:flex;align-items:center;justify-content:center;padding:16px}.news-modal{width:460px;max-width:100%;background:var(--surface-card);border:1px solid var(--border-weak);border-radius:var(--r-xl);box-shadow:var(--shadow-xl);padding:22px;font-family:var(--font-sans)}.news-modal-title{margin:0 0 8px;font-family:var(--font-display);font-size:17px;font-weight:600;color:var(--ink-950)}.news-modal-hint{margin:0 0 16px;font-size:13px;line-height:1.55;color:var(--ink-600)}.news-modal-actions{display:flex;align-items:center;gap:8px;margin-top:18px}@media(max-width:1024px){.app-shell .news-editor-layout{grid-template-columns:minmax(0,1fr)}.app-shell .news-editor-side{position:static}.app-shell .news-actions-bar{flex-direction:row;flex-wrap:wrap}.app-shell .news-actions-bar .btn{flex:1 1 160px}}@media(max-width:768px){.app-shell .news-admin-tabs{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.app-shell .news-admin-tabs::-webkit-scrollbar{display:none}.app-shell .news-admin-tabs .tab{flex-shrink:0}.app-shell .news-editor-header-left{flex-direction:column;gap:10px}.app-shell .news-editor-surface{padding:16px 14px 48px;min-height:220px}.app-shell .news-tool{min-width:44px;height:44px}.app-shell .news-editor-toolbar{gap:1px;padding:4px 6px}.app-shell .news-admin .page-header .btn,.app-shell .news-delete-btn{min-height:44px}.app-shell .news-field-hint,.app-shell .news-counter{font-size:12.5px}.app-shell .news-input,.app-shell .news-editor-surface{font-size:16px}.app-shell .news-input-title{font-size:18px}.app-shell .news-article{font-size:15px;max-width:none}.app-shell .news-article h1{font-size:22px}.app-shell .news-article h2{font-size:19px}.app-shell .news-article h3{font-size:16.5px}.app-shell .news-preview-page{padding:18px 16px 22px;border-radius:var(--r-lg)}.app-shell .news-preview-cover{margin:-18px -16px 16px}.app-shell .news-preview-title{font-size:23px}.app-shell .news-calendar-day{min-height:54px;padding:4px;align-items:center;gap:3px}.app-shell .news-calendar-items{display:none}.app-shell .news-calendar-dots{display:flex;justify-content:center}.app-shell .news-calendar-daynum{width:100%;height:auto}.app-shell .news-calendar-title{min-width:0;flex:1;font-size:15px}.app-shell .news-calendar-nav{width:100%}.app-shell .news-calendar-legend{font-size:11.5px}.app-shell .news-actions-bar.sticky{position:sticky;bottom:calc(64px + env(safe-area-inset-bottom));z-index:5;background:var(--surface-page);padding:10px 0 4px;margin:0 -2px;border-top:1px solid var(--border-weak)}.app-shell .news-actions-bar .btn{flex:1 1 100%}.app-shell .news-keys-endpoint-row{flex-direction:column;gap:2px}.app-shell .news-keys-endpoint-label{min-width:0}.app-shell .news-list-card .card-header{flex-wrap:wrap}.app-shell .news-list-card .card-header .news-keys-create{margin-left:0;width:100%;justify-content:center}.news-modal{padding:18px;border-radius:var(--r-lg)}.news-modal-actions{flex-wrap:wrap}.news-modal-actions .btn{min-height:44px}}.app-shell .news-keys-top{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:14px;align-items:stretch;margin-bottom:14px}.app-shell .news-keys-top>.card{margin-bottom:0;display:flex}.app-shell .news-keys-top>.card>.card-body{display:flex;flex-direction:column;width:100%}.app-shell .news-keys-docs-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:14px}.app-shell .news-keys-docs-actions .btn{text-decoration:none}@media(max-width:1000px){.app-shell .news-keys-top{grid-template-columns:1fr}}.app-shell .news-docs-page .news-docs-head{display:flex;align-items:flex-start;gap:14px;min-width:0}.app-shell .news-docs-page .news-docs-head .btn{flex-shrink:0;margin-top:3px}.app-shell .news-docs-card{overflow:hidden}.app-shell .news-docs-body{padding:26px 30px}.app-shell .news-docs-body>h1:first-child{margin-top:0}.app-shell .news-docs-body pre{margin:1.2em 0;padding:14px 16px;background:var(--ink-950);color:#f4f4f5;border-radius:var(--r-lg);overflow-x:auto;font-size:12.5px;line-height:1.55}.app-shell .news-docs-body pre code{background:none;color:inherit;padding:0;font-size:inherit;white-space:pre}.app-shell .news-docs-body table{min-width:520px}@media(max-width:767px){.app-shell .news-docs-body{padding:18px 16px}.app-shell .news-docs-page .news-docs-head{flex-direction:column;gap:8px}}.app-shell .news-docs-layout{display:grid;grid-template-columns:minmax(0,1fr) 232px;gap:18px;align-items:start}.app-shell .news-docs-toc{position:sticky;top:0;display:flex;flex-direction:column;gap:2px;padding:14px 12px;border:1px solid var(--border-weak);border-radius:var(--r-lg);background:var(--surface-card)}.app-shell .news-docs-toc-title{padding:0 8px 8px;font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-500)}.app-shell .news-docs-toc-link{border:none;background:none;padding:6px 8px;border-radius:var(--r-sm, 8px);font:inherit;font-size:13px;line-height:1.4;text-align:left;color:var(--ink-700);cursor:pointer;transition:background .12s,color .12s}.app-shell .news-docs-toc-link:hover{background:var(--ink-50);color:var(--ink-950)}.app-shell .news-docs-toc-link:focus-visible{outline:2px solid var(--brand-500);outline-offset:1px}@media(max-width:1100px){.app-shell .news-docs-layout{grid-template-columns:1fr}.app-shell .news-docs-toc{position:static;order:-1}}.app-shell .news-peek,.news-peek{position:fixed;z-index:1400;width:320px;padding:14px;border-radius:var(--r-lg, 12px);background:var(--surface-card, #fff);border:1px solid var(--border-soft, #e5e7eb);box-shadow:0 12px 32px rgba(16,18,27,.14);font-size:13px;color:var(--ink-800);animation:newsPeekIn .12s ease-out}@keyframes newsPeekIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.news-peek-loading{color:var(--ink-500);font-size:12.5px;padding:4px 0}.news-peek-top{display:flex;gap:12px;align-items:flex-start;margin-bottom:12px}.news-peek-photo{width:64px;height:64px;object-fit:contain;border-radius:var(--r-sm, 8px);background:none;flex-shrink:0}.news-peek-title{min-width:0}.news-peek-title b{display:block;font-size:13.5px;font-weight:600;line-height:1.35;color:var(--ink-950)}.news-peek-title span{font-size:12px;color:var(--ink-500)}.news-peek-rows{display:flex;flex-direction:column;gap:5px}.news-peek-row{display:flex;justify-content:space-between;gap:12px}.news-peek-row>span:first-child{color:var(--ink-500)}.news-peek-row b{font-size:14px;color:var(--brand-700)}.news-peek-muted{color:var(--ink-500)}.news-peek-warehouses{display:flex;flex-wrap:wrap;gap:4px 8px;margin-top:10px;padding-top:10px;border-top:1px solid var(--border-weak);font-size:11.5px;color:var(--ink-600)}.news-peek-hint{margin-top:10px;font-size:11.5px;color:var(--ink-400)}.app-shell .news-article a[href^="/products/"]{color:var(--ink-950);text-decoration:none;border-bottom:1px dashed var(--brand-300, #f3b0ad);cursor:pointer}.app-shell .news-article a[href^="/products/"]:hover{color:var(--brand-700);border-bottom-color:var(--brand-500)}@media(max-width:640px){.news-peek{width:calc(100vw - 24px)}}.app-shell .news-article div.post-note{padding:20px 22px;background:var(--ink-50);border:1px solid var(--border-weak);border-radius:var(--r-lg);margin:14px 0}.app-shell .news-article div.post-note>h3.post-h3{margin:0 0 10px;font-family:var(--font-display);font-size:15px;font-weight:600;line-height:1.3;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-950)}.app-shell .news-article div.post-note>p{margin:0 0 8px;font-size:15px;line-height:1.65}.app-shell .news-article div.post-note>p:last-child{margin-bottom:0}.app-shell .news-article div.post-note>p.post-note{padding:0;background:none;border:none;margin:-2px 0 14px;font-size:13px;color:var(--ink-500)}.app-shell .news-article div.post-note .post-table-wrap{margin:0;border-radius:var(--r-md)}.app-shell .news-article table.post-table thead th{background:var(--ink-950);color:#fff;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.04em;border-bottom:none}.app-shell .news-article table.post-table tbody td{background:var(--surface-card)}@media(max-width:640px){.app-shell .news-article table.post-table{min-width:360px;font-size:12.5px}.app-shell .news-article table.post-table th:nth-child(2):nth-last-child(4),.app-shell .news-article table.post-table td:nth-child(2):nth-last-child(4){display:none}.app-shell .news-article table.post-table th,.app-shell .news-article table.post-table td{padding:7px 9px;line-height:1.35}.app-shell .news-article table.post-table td:first-child{min-width:190px}.app-shell .news-article table.post-table td.post-num{font-size:12px}.app-shell .news-article div.post-note{padding:16px 14px}.app-shell .news-article div.post-note>h3.post-h3{font-size:13.5px}.app-shell .news-article div.post-note>p{font-size:14px}}.app-shell .news-table tbody tr.news-row-clickable{cursor:pointer}.app-shell .news-table tbody tr.news-row-clickable:hover .news-row-title{color:var(--brand-600)}.app-shell .news-editor-source{padding:12px 14px 14px}.app-shell .news-editor-source-hint{margin:0 0 10px;font-size:12.5px;line-height:1.5;color:var(--ink-500)}.app-shell .news-editor-source-area{width:100%;min-height:320px;box-sizing:border-box;padding:12px 14px;border:1px solid var(--border-soft);border-radius:var(--r-md);background:var(--ink-950);color:#f4f4f5;font-family:var(--font-mono);font-size:12.5px;line-height:1.55;resize:vertical;white-space:pre-wrap;word-break:break-word}.app-shell .news-editor-source-actions{display:flex;gap:8px;margin-top:10px}.app-shell .news-editor-toolbar .tool-btn.has-text{padding-inline:10px}.app-shell .news-editor-surface>p.post-lead:before,.app-shell .news-editor-surface>p.post-note:before,.app-shell .news-editor-surface>div.post-note:before,.app-shell .news-editor-surface>div.post-callout:before,.app-shell .news-editor-surface>div.post-columns:before,.app-shell .news-editor-surface>div.post-grid:before,.app-shell .news-editor-surface>.tableWrapper:before{display:block;margin-bottom:8px;font-family:var(--font-sans);font-size:10.5px;font-weight:600;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-400);user-select:none;pointer-events:none}.app-shell .news-editor-surface>p.post-lead:before{content:"Лид · вводный абзац"}.app-shell .news-editor-surface>p.post-note:before{content:"Сноска"}.app-shell .news-editor-surface>div.post-note:before{content:"Раздел карточкой"}.app-shell .news-editor-surface>div.post-callout:before{content:"Врезка · главное условие"}.app-shell .news-editor-surface>div.post-columns:before{content:"Колонки · карточки-факты"}.app-shell .news-editor-surface>div.post-grid:before{content:"Сетка"}.app-shell .news-editor-surface>.tableWrapper:before{content:"Таблица"}.app-shell .news-editor-surface>div.post-callout:before{color:var(--brand-600)}.app-shell .news-editor-surface>div.post-columns:before,.app-shell .news-editor-surface>div.post-grid:before{grid-column:1 / -1;margin-bottom:0}.app-shell .news-editor-surface>p.post-lead,.app-shell .news-editor-surface>p.post-note{margin-top:1.2em}.app-shell .news-editor-surface .news-editor-widget{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:4px 12px;margin:1.5em 0;padding:13px 14px;border:1px dashed var(--border-strong);border-radius:var(--r-lg);background:var(--ink-50);cursor:default;user-select:none}.app-shell .news-editor-surface .news-editor-widget:hover{border-color:var(--ink-400)}.app-shell .news-editor-surface .news-editor-widget-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--r-md);background:var(--brand-50);color:var(--brand-600)}.app-shell .news-editor-surface .news-editor-widget-icon svg{display:block}.app-shell .news-editor-surface .news-editor-widget-text{display:flex;flex-direction:column;gap:3px;min-width:0}.app-shell .news-editor-surface .news-editor-widget-name{font-size:14px;font-weight:650;line-height:1.3;color:var(--ink-900)}.app-shell .news-editor-surface .news-editor-widget-params{font-family:var(--font-mono);font-size:12.5px;line-height:1.4;color:var(--ink-700);font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.app-shell .news-editor-surface .news-editor-widget-params.is-broken{font-family:var(--font-sans);font-weight:600;color:var(--brand-700)}.app-shell .news-editor-surface .news-editor-widget-params[hidden]{display:none}.app-shell .news-editor-surface .news-editor-widget-note{font-size:12px;line-height:1.4;color:var(--ink-500)}.app-shell .news-editor-surface .news-editor-widget-remove{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;border:1px solid var(--border-soft);border-radius:var(--r-sm);background:var(--surface-card);color:var(--ink-600);font-family:inherit;font-size:12.5px;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.app-shell .news-editor-surface .news-editor-widget-remove:hover{border-color:var(--brand-200);background:var(--brand-50);color:var(--brand-700)}.app-shell .news-editor-surface .news-editor-widget-remove:focus-visible{outline:2px solid var(--brand-500);outline-offset:1px}.app-shell .news-editor-surface .news-editor-widget-remove svg{flex-shrink:0}.app-shell .news-editor.is-disabled .news-editor-widget-remove{display:none}@media(max-width:640px){.app-shell .news-editor-surface .news-editor-widget{grid-template-columns:auto minmax(0,1fr);gap:10px 12px}.app-shell .news-editor-surface .news-editor-widget-icon{grid-row:span 2}.app-shell .news-editor-surface .news-editor-widget-remove{grid-column:2;justify-self:start;min-height:44px;padding:0 14px}}.app-shell .news-blockmenu{position:relative;display:inline-flex}.app-shell .news-blockmenu-trigger{display:inline-flex;align-items:center;gap:5px;height:30px;padding:0 10px;border:1px solid var(--border-soft);border-radius:var(--r-sm);background:var(--surface-card);color:var(--ink-700);font-family:inherit;font-size:12.5px;font-weight:600;letter-spacing:-.01em;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.app-shell .news-blockmenu-trigger:hover:not(:disabled){background:var(--ink-100);border-color:var(--border-strong);color:var(--ink-950)}.app-shell .news-blockmenu-trigger:focus-visible{outline:2px solid var(--brand-500);outline-offset:1px}.app-shell .news-blockmenu-trigger.on{background:var(--ink-900);border-color:var(--ink-900);color:var(--ink-0)}.app-shell .news-blockmenu-trigger:disabled{opacity:.35;cursor:not-allowed}.app-shell .news-blockmenu-panel{position:absolute;top:calc(100% + 6px);left:0;width:420px;max-width:calc(100vw - 24px);max-height:min(540px,calc(100vh - 140px));overflow-y:auto;overscroll-behavior:contain;box-sizing:border-box;padding:6px;background:var(--surface-card);border:1px solid var(--border-soft);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);z-index:10}.app-shell .news-blockmenu-panel.align-right{left:auto;right:0}.app-shell .news-blockmenu-head{display:none}.app-shell .news-blockmenu-group+.news-blockmenu-group{margin-top:4px;padding-top:6px;border-top:1px solid var(--border-weak)}.app-shell .news-blockmenu-group-title{padding:6px 10px 5px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-400)}.app-shell .news-blockmenu-item{display:flex;align-items:center;gap:12px;width:100%;min-height:56px;padding:8px 10px;border:1px solid transparent;border-radius:var(--r-md);background:transparent;text-align:left;font-family:inherit;cursor:pointer;transition:background .12s,border-color .12s}.app-shell .news-blockmenu-item:hover,.app-shell .news-blockmenu-item.is-cursor{background:var(--ink-50);border-color:var(--border-weak)}.app-shell .news-blockmenu-item:focus-visible{outline:2px solid var(--brand-500);outline-offset:-1px}.app-shell .news-blockmenu-text{display:flex;flex-direction:column;gap:2px;min-width:0}.app-shell .news-blockmenu-name{font-size:13.5px;font-weight:600;line-height:1.25;color:var(--ink-950)}.app-shell .news-blockmenu-hint{font-size:12px;line-height:1.35;color:var(--ink-500)}.app-shell .news-blockthumb{flex:0 0 auto;box-sizing:border-box;width:56px;height:40px;padding:4px;display:flex;flex-direction:column;justify-content:center;gap:4px;background:var(--surface-card);border:1px solid var(--border-soft);border-radius:var(--r-sm);overflow:hidden}.app-shell .news-blockthumb>*{flex:0 0 auto}.app-shell .news-blockmenu-item:hover .news-blockthumb,.app-shell .news-blockmenu-item.is-cursor .news-blockthumb{border-color:var(--border-strong)}.app-shell .news-blockthumb .nbm-bar{display:block;width:100%;height:3px;border-radius:2px;background:var(--ink-200)}.app-shell .news-blockthumb .nbm-bar-short{width:62%}.app-shell .news-blockthumb .nbm-bar-title{width:46%;height:4px;background:var(--ink-700)}.app-shell .news-blockthumb .nbm-bar-lead{height:5px;background:var(--ink-500)}.app-shell .news-blockthumb .nbm-card{display:flex;flex-direction:column;gap:3px;padding:4px;background:var(--ink-50);border:1px solid var(--border-weak);border-radius:var(--r-xs)}.app-shell .news-blockthumb .nbm-callout{display:flex;flex-direction:column;gap:4px;padding:5px 5px 5px 4px;background:var(--brand-50);border:1px solid var(--brand-100);border-left:3px solid var(--brand-500);border-radius:var(--r-xs)}.app-shell .news-blockthumb .nbm-callout .nbm-bar{background:var(--brand-200)}.app-shell .news-blockthumb .nbm-quote{display:flex;gap:6px}.app-shell .news-blockthumb .nbm-quote-rule{flex:0 0 2px;border-radius:1px;background:var(--brand-500)}.app-shell .news-blockthumb .nbm-quote-lines{display:flex;flex-direction:column;justify-content:center;gap:4px;flex:1;min-width:0}.app-shell .news-blockthumb .nbm-columns{display:flex;gap:3px}.app-shell .news-blockthumb .nbm-col{display:flex;flex-direction:column;gap:3px;flex:1 1 0;min-width:0;padding:2px;background:var(--ink-50);border:1px solid var(--border-weak);border-radius:3px}.app-shell .news-blockthumb .nbm-col .nbm-bar-title{width:100%;height:3px}.app-shell .news-blockthumb .nbm-grid{display:flex;flex-direction:column;border:1px solid var(--border-weak);border-radius:var(--r-xs);overflow:hidden}.app-shell .news-blockthumb .nbm-row{display:flex;align-items:center;gap:3px;padding:2px 3px;border-bottom:1px solid var(--border-weak)}.app-shell .news-blockthumb .nbm-row:last-child{border-bottom:none}.app-shell .news-blockthumb .nbm-row-head{background:var(--ink-100)}.app-shell .news-blockthumb .nbm-cell{flex:1;min-width:0;height:3px;border-radius:1px;background:var(--ink-200)}.app-shell .news-blockthumb .nbm-row-head .nbm-cell{background:var(--ink-400)}.app-shell .news-blockthumb .nbm-cell-narrow{flex:0 0 34%}.app-shell .news-blockthumb .nbm-pill{flex:0 0 34%;height:4px;border-radius:999px}.app-shell .news-blockthumb .nbm-pill-mid{background:var(--ok-100)}.app-shell .news-blockthumb .nbm-pill-high{background:var(--brand-100)}.app-shell .news-blockthumb .nbm-calc{display:flex;flex-direction:column;gap:2px;padding:2px 3px;border:1px solid var(--border-weak);border-radius:var(--r-xs);background:var(--ink-50)}.app-shell .news-blockthumb .nbm-calc-row{display:flex;align-items:center;gap:4px}.app-shell .news-blockthumb .nbm-calc-row .nbm-bar{flex:1;width:auto}.app-shell .news-blockthumb .nbm-chip{flex:0 0 34%;height:4px;border-radius:2px;background:var(--surface-card);border:1px solid var(--border-strong)}.app-shell .news-blockthumb .nbm-calc-total{height:4px;border-radius:2px;background:var(--ok-600)}@media(max-width:768px){.app-shell .news-blockmenu{position:static}.app-shell .news-blockmenu-trigger{height:44px;padding:0 14px;font-size:13.5px}.app-shell .news-blockmenu-panel{top:100%;left:0;right:0;width:auto;max-width:none;max-height:70vh;margin-top:1px;padding:4px 6px 8px;border-radius:0 0 var(--r-lg) var(--r-lg);box-shadow:var(--shadow-xl)}.app-shell .news-blockmenu-panel.align-right{left:0;right:0}.app-shell .news-blockmenu-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 4px 6px 10px;border-bottom:1px solid var(--border-weak);margin-bottom:4px}.app-shell .news-blockmenu-head-title{font-family:var(--font-display);font-size:15px;font-weight:600;color:var(--ink-950)}.app-shell .news-blockmenu-close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;border:none;border-radius:var(--r-sm);background:transparent;color:var(--ink-600);cursor:pointer}.app-shell .news-blockmenu-close:active{background:var(--ink-100)}.app-shell .news-blockmenu-item{min-height:60px;padding:10px}.app-shell .news-blockmenu-name{font-size:15px}.app-shell .news-blockmenu-hint{font-size:13px}.app-shell .news-blockthumb{width:54px;height:42px}}.app-shell .news-modal-backdrop.news-picker-backdrop,.news-modal-backdrop.news-picker-backdrop{align-items:flex-start;padding:40px 16px}.app-shell .news-picker,.news-picker{display:flex;flex-direction:column;width:680px;max-width:100%;max-height:calc(100vh - 80px);margin-bottom:0;background:var(--surface-card);border:1px solid var(--border-weak);border-radius:var(--r-xl);box-shadow:var(--shadow-xl);font-family:var(--font-sans);overflow:hidden}.app-shell .news-picker-head{display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-5) var(--space-5) var(--space-3)}.app-shell .news-picker-head .news-modal-title{margin-bottom:var(--space-1)}.app-shell .news-picker-subtitle{margin:0;max-width:52ch}.app-shell .news-picker-close{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin-left:auto;border:1px solid transparent;border-radius:var(--r-sm);background:none;color:var(--ink-500);cursor:pointer}.app-shell .news-picker-close:hover{background:var(--ink-100);color:var(--ink-900)}.app-shell .news-picker-close:focus-visible{outline:none;border-color:var(--brand-500);box-shadow:0 0 0 3px var(--brand-100)}.app-shell .news-picker-search{position:relative;display:flex;align-items:center;padding:0 var(--space-5) var(--space-3);color:var(--ink-400)}.app-shell .news-picker-search>svg{position:absolute;left:calc(var(--space-5) + var(--space-3));pointer-events:none}.app-shell .news-picker-input{padding-left:40px;padding-right:40px}.app-shell .news-picker-clear{position:absolute;right:calc(var(--space-5) + var(--space-2));display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;border-radius:50%;background:var(--ink-100);color:var(--ink-600);cursor:pointer}.app-shell .news-picker-clear:hover{background:var(--ink-200);color:var(--ink-900)}.app-shell .news-picker-results{flex:1 1 auto;min-height:220px;overflow-y:auto;padding:0 var(--space-5);border-top:1px solid var(--border-weak)}.app-shell .news-picker-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2);min-height:220px;padding:var(--space-6) var(--space-4);text-align:center;color:var(--ink-500)}.app-shell .news-picker-state svg{color:var(--ink-300)}.app-shell .news-picker-state p{margin:0;font-size:14px;line-height:1.5}.app-shell .news-picker-state-hint{font-size:12.5px;color:var(--ink-400)}.app-shell .news-picker-state.has-error svg{color:var(--brand-500)}.app-shell .news-picker-state.has-error p{color:var(--ink-700)}.app-shell .news-picker-state .btn{margin-top:var(--space-2)}.app-shell .news-picker-skeletons{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-3) 0}.app-shell .news-picker-skeleton{display:block;height:52px;border-radius:var(--r-md);background:linear-gradient(90deg,var(--ink-100) 25%,var(--ink-150) 37%,var(--ink-100) 63%);background-size:400% 100%;animation:news-picker-shimmer 1.4s ease infinite}@keyframes news-picker-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@media(prefers-reduced-motion:reduce){.app-shell .news-picker-skeleton{animation:none}}.app-shell .news-picker-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.app-shell .news-picker-row{display:flex;align-items:flex-start;gap:var(--space-3);min-height:52px;padding:var(--space-3) var(--space-2);border-bottom:1px solid var(--border-weak);cursor:pointer}.app-shell .news-picker-row:last-of-type{border-bottom:none}.app-shell .news-picker-row:hover{background:var(--ink-50)}.app-shell .news-picker-row.is-selected{background:var(--brand-50)}.app-shell .news-picker-check{flex:0 0 auto;width:18px;height:18px;margin:2px 0 0;accent-color:var(--brand-600);cursor:pointer}.app-shell .news-picker-row-body{display:block;min-width:0;flex:1 1 auto}.app-shell .news-picker-name{display:block;font-size:14px;line-height:1.4;font-weight:500;color:var(--ink-900)}.app-shell .news-picker-meta{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-1) var(--space-3);margin-top:3px;font-size:12.5px;color:var(--ink-500)}.app-shell .news-picker-sku{color:var(--ink-600)}.app-shell .news-picker-price{color:var(--ink-700);font-weight:500}.app-shell .news-picker-stock{color:var(--ok-600)}.app-shell .news-picker-stock.is-zero{color:var(--ink-400)}.app-shell .news-picker-more{margin:0;padding:var(--space-3) 0 var(--space-4);font-size:12.5px;line-height:1.5;color:var(--ink-400);text-align:center}.app-shell .news-picker-actions{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-2);padding:var(--space-3) var(--space-5) var(--space-4);border-top:1px solid var(--border-weak);background:var(--surface-card)}.app-shell .news-picker-count{font-size:13px;color:var(--ink-600)}.app-shell .news-picker-spacer{flex:1 1 auto}@media(max-width:768px){.app-shell .news-modal-backdrop.news-picker-backdrop,.news-modal-backdrop.news-picker-backdrop{padding:0}.app-shell .news-picker,.news-picker{width:100%;max-width:none;height:100%;max-height:none;border:none;border-radius:0}.app-shell .news-picker-head{padding:var(--space-4) var(--space-4) var(--space-2)}.app-shell .news-picker-search{padding:0 var(--space-4) var(--space-3)}.app-shell .news-picker-search>svg{left:calc(var(--space-4) + var(--space-3))}.app-shell .news-picker-results{padding:0 var(--space-4)}.app-shell .news-picker-actions{padding:var(--space-3) var(--space-4);padding-bottom:calc(var(--space-3) + env(safe-area-inset-bottom))}.app-shell .news-picker-row{min-height:56px;padding:var(--space-3) var(--space-1)}.app-shell .news-picker-check{width:22px;height:22px}.app-shell .news-picker-close{width:44px;height:44px}.app-shell .news-picker-clear{right:calc(var(--space-4) + var(--space-2));width:32px;height:32px}.app-shell .news-picker-actions .btn{flex:1 1 160px;min-height:44px}.app-shell .news-picker-count{flex:1 1 100%}.app-shell .news-picker-spacer{display:none}}body{margin:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.MuiPopover-root .MuiPaper-root{width:auto!important;max-width:none!important}.MuiMenuItem-root{white-space:normal!important;word-break:break-word!important}@supports (-webkit-touch-callout: none){.MuiPopover-root .MuiPaper-root{width:auto!important;max-width:95vw!important}}.system-banner{display:flex;align-items:flex-start;gap:10px;box-sizing:border-box;max-width:100%;margin:0 0 16px;padding:12px 14px;border:1px solid var(--warn-100, #FEF0C7);border-left:3px solid var(--warn-600, #B54708);border-radius:var(--r-lg, 10px);background:var(--warn-50, #FFFAEB);font-family:var(--font-sans);font-size:13px;line-height:1.45}.system-banner__icon{display:flex;flex-shrink:0;margin-top:1px;color:var(--warn-600, #B54708)}.system-banner__body{min-width:0}.system-banner__title{margin-bottom:3px;font-weight:600;color:var(--warn-600, #B54708)}.system-banner__text{color:var(--ink-700, #3A3D44);overflow-wrap:anywhere}@media(max-width:480px){.system-banner{gap:8px;padding:10px 12px;font-size:12.5px}}.ai-invite{position:fixed;right:max(20px,env(safe-area-inset-right));bottom:max(22px,env(safe-area-inset-bottom));z-index:1200;isolation:isolate;transition:opacity .2s ease-out,bottom .2s ease-out}.ai-invite[data-leaving=true]{pointer-events:none}.ai-invite__pill{display:flex;align-items:center;box-sizing:border-box;width:48px;height:48px;max-width:min(340px,calc(100vw - 32px));border:1px solid rgba(183,28,28,.16);border-radius:24px;background:#fff;box-shadow:0 1px 2px rgba(28,25,23,.06),0 6px 18px rgba(28,25,23,.07);overflow:hidden;transition:width .26s cubic-bezier(.22,1,.36,1),transform .18s ease-out,border-color .18s ease-out,box-shadow .18s ease-out}.ai-invite--peek .ai-invite__pill,.ai-invite--welcome .ai-invite__pill{width:min(340px,calc(100vw - 32px));transition:width .34s cubic-bezier(.22,1,.36,1),transform .18s ease-out,border-color .18s ease-out,box-shadow .18s ease-out}.ai-invite__pill:hover{transform:translateY(-1px);border-color:rgba(183,28,28,.35);box-shadow:0 2px 4px rgba(28,25,23,.08),0 10px 26px rgba(28,25,23,.13)}.ai-invite__pill:active{transform:scale(.97)}.ai-invite--peek .ai-invite__pill--breathe,.ai-invite--welcome .ai-invite__pill--breathe{animation:aiInviteBreath 1.8s ease-out 1}.ai-invite__main:focus-visible{outline:2px solid #b71c1c;outline-offset:-4px;border-radius:inherit}@supports selector(:has(*)){.ai-invite__main:focus-visible{outline:none}.ai-invite__pill:has(.ai-invite__main:focus-visible){outline:2px solid #b71c1c;outline-offset:3px}}.ai-invite__dismiss{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:0;height:100%;padding:0;border:0;background:transparent;color:#a8a29e;opacity:0;overflow:hidden;pointer-events:none;cursor:pointer;transition:width .26s cubic-bezier(.22,1,.36,1),opacity .18s ease-out}.ai-invite--peek .ai-invite__dismiss,.ai-invite--welcome .ai-invite__dismiss{width:32px;opacity:1;pointer-events:auto;transition:width .34s cubic-bezier(.22,1,.36,1),opacity .18s ease-out .15s}.ai-invite__dismiss:hover{color:#78716c}.ai-invite__dismiss:focus-visible{outline:2px solid #b71c1c;outline-offset:-2px;border-radius:12px}.ai-invite__dismiss:disabled,.ai-invite__main:disabled{cursor:default}.ai-invite__main{-webkit-appearance:none;appearance:none;display:flex;align-items:center;flex:1 1 auto;min-width:0;height:100%;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.ai-invite--idle .ai-invite__main{display:grid;place-items:center;flex:0 0 100%}.ai-invite--idle .ai-invite__text{display:none}.ai-invite--idle .ai-invite__cap{width:100%;height:100%}.ai-invite__text{display:flex;flex-direction:column;justify-content:center;gap:1px;flex:1 1 auto;min-width:0;padding-left:2px;opacity:0;transform:translateY(4px);transition:opacity .2s ease-out,transform .2s ease-out}.ai-invite--peek .ai-invite__text,.ai-invite--welcome .ai-invite__text{opacity:1;transform:translateY(0);transition-delay:.15s}.ai-invite__fact{color:#1c1917;font-size:13.5px;font-weight:600;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ai-invite__sum{color:#b71c1c;font-variant-numeric:tabular-nums}.ai-invite__action{display:inline-flex;align-items:center;gap:3px;min-width:0;color:#b71c1c;font-size:12.5px;font-weight:600;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ai-invite__sub{color:#78716c;font-size:11px;font-weight:500;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ai-invite__cap{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:46px;height:46px;color:#b71c1c}.ai-invite__dot{position:absolute;top:-1px;right:-1px;width:7px;height:7px;box-sizing:content-box;border:2px solid #fff;border-radius:50%;background:#b71c1c;pointer-events:none;animation:aiInviteDotIn .2s ease-out both}@keyframes aiInviteBreath{0%{box-shadow:0 1px 2px rgba(28,25,23,.06),0 6px 18px rgba(28,25,23,.07),0 0 rgba(183,28,28,.1)}55%{box-shadow:0 1px 2px rgba(28,25,23,.06),0 6px 18px rgba(28,25,23,.07),0 0 0 7px rgba(183,28,28,.1)}to{box-shadow:0 1px 2px rgba(28,25,23,.06),0 6px 18px rgba(28,25,23,.07),0 0 rgba(183,28,28,0)}}@keyframes aiInviteDotIn{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@media(max-width:767px){.ai-invite{bottom:calc(68px + env(safe-area-inset-bottom))}.ai-invite[data-invoice-fab=true]{bottom:calc(140px + env(safe-area-inset-bottom))}.ai-invite__pill{width:44px;height:44px;max-width:calc(100vw - 32px);border-radius:22px}.ai-invite--peek .ai-invite__pill,.ai-invite--welcome .ai-invite__pill{width:calc(100vw - 32px)}.ai-invite__cap{width:42px;height:42px}.ai-invite--peek .ai-invite__dismiss,.ai-invite--welcome .ai-invite__dismiss{width:44px;height:44px}}@media(prefers-reduced-motion:reduce){.ai-invite,.ai-invite__pill,.ai-invite__dismiss{transition:none}.ai-invite--peek .ai-invite__pill--breathe,.ai-invite--welcome .ai-invite__pill--breathe{animation:none}.ai-invite__text{transform:none;transition:opacity .15s ease-out;transition-delay:0ms}.ai-invite__dot{animation:none}}.news-toast{position:fixed;top:68px;right:24px;z-index:1300;width:380px;max-width:calc(100vw - 32px);background:var(--surface-card, #fff);border:1px solid var(--border-weak);border-left:3px solid var(--brand-600);border-radius:12px;box-shadow:var(--shadow-xl);overflow:hidden;cursor:pointer;animation:newsToastIn .26s cubic-bezier(.22,1,.36,1);transition:transform .15s ease,box-shadow .15s ease}.news-toast:hover{transform:translateY(-1px);box-shadow:0 10px 28px -6px rgba(15,20,30,.22)}.news-toast .news-toast-inner{display:grid;grid-template-columns:32px minmax(0,1fr) 24px;grid-template-areas:"icon text close" ".    act  .";align-items:start;gap:10px 12px;padding:12px 12px 12px 11px}.news-toast .news-toast-icon{grid-area:icon;width:32px;height:32px;border-radius:999px;background:var(--brand-50);color:var(--brand-600);display:flex;align-items:center;justify-content:center;flex-shrink:0}.news-toast .news-toast-text{grid-area:text;min-width:0}.news-toast .news-toast-eyebrow{font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;color:var(--brand-600)}.news-toast .news-toast-title{font-family:var(--font-display);font-size:14px;font-weight:600;line-height:1.3;letter-spacing:-.01em;color:var(--ink-900);margin-top:3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.news-toast .news-toast-body{font-size:12px;line-height:1.35;color:var(--ink-600);margin-top:3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.news-toast .news-toast-close{grid-area:close;width:24px;height:24px;border:none;background:transparent;color:var(--ink-500);border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.news-toast .news-toast-close:hover{background:var(--ink-100);color:var(--ink-900)}.news-toast .news-toast-close:focus-visible,.news-toast .news-toast-action:focus-visible{outline:2px solid var(--brand-600);outline-offset:2px}.news-toast .news-toast-action{grid-area:act;justify-self:start;display:inline-flex;align-items:center;gap:3px;height:30px;padding:0 10px 0 12px;border:1px solid var(--brand-600);border-radius:8px;background:var(--brand-600);color:#fff;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease}.news-toast .news-toast-action:hover{background:var(--brand-500);border-color:var(--brand-500)}.news-toast .news-toast-action:active{transform:translateY(1px)}.news-toast .news-toast-progress{height:2px;background:var(--brand-600);transform-origin:left center;animation:newsToastProgress 9s linear forwards}@keyframes newsToastIn{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes newsToastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media(max-width:767px){.news-toast{top:68px;left:12px;right:12px;width:auto;max-width:none}}@media(prefers-reduced-motion:reduce){.news-toast{animation:none}.news-toast .news-toast-progress{animation:none;transform:scaleX(1)}}
