.riday-shell{--app-bg:var(--mandeo-page-bg);--app-bg-elevated:var(--mandeo-surface);--app-panel:var(--mandeo-surface);--app-panel-hover:var(--mandeo-surface-muted);--app-border:var(--mandeo-border-light);--app-border-strong:#d4cfc8;--app-text:var(--mandeo-text);--app-muted:var(--mandeo-text-muted);--app-dim:var(--mandeo-text-dim);--app-accent:var(--mandeo-orange);--app-accent-soft:var(--mandeo-glow-soft);--app-radius:16px;--app-radius-sm:12px;--riday-topbar-h:64px;--riday-header-full-h:7.5rem;--riday-surface:var(--mandeo-surface);--riday-surface-muted:var(--mandeo-surface-muted);background:var(--app-bg);width:100%;min-height:100vh;color:var(--app-text);font-family:var(--font-poppins), system-ui, sans-serif;flex-direction:column;display:flex}[data-theme=dark] .riday-shell{--app-border-strong:#333}.riday-drawer{z-index:40;background:var(--riday-surface);border-right:1px solid var(--app-border);flex-direction:column;width:280px;transition:transform .25s;display:flex;position:fixed;inset:0 auto 0 0;transform:translate(-100%);box-shadow:4px 0 24px #0f172a14}.riday-drawer--open{transform:translate(0)}@media (min-width:1024px){.riday-drawer{display:none}}.riday-drawer-head{background:var(--mandeo-black);border-bottom:3px solid var(--mandeo-orange);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.riday-drawer-nav{flex:1;padding:.75rem;overflow-y:auto}.riday-drawer-foot{border-top:1px solid var(--app-border);background:var(--riday-surface-muted);padding:1rem}.riday-logo{object-fit:contain;filter:brightness(0)invert();width:auto;height:2rem}.riday-nav{flex:1;padding:.75rem .75rem 1rem;overflow-y:auto}.riday-nav-group+.riday-nav-group{border-top:1px solid var(--app-border);margin-top:1rem;padding-top:.75rem}.riday-nav-label{text-transform:uppercase;letter-spacing:.1em;color:var(--app-dim);padding:0 .75rem .35rem;font-size:.625rem;font-weight:700}.riday-nav-link{border-radius:var(--app-radius-sm);color:var(--app-muted);align-items:center;gap:.65rem;margin-bottom:2px;padding:.6rem .75rem;font-size:.875rem;font-weight:500;transition:background .15s,color .15s;display:flex}.riday-nav-link:hover{background:var(--riday-surface-muted);color:var(--mandeo-black)}.riday-nav-link--active{background:linear-gradient(90deg, var(--mandeo-glow-soft), transparent);color:var(--mandeo-orange);box-shadow:inset 3px 0 0 var(--mandeo-orange);font-weight:600}.riday-nav-link--active svg{color:var(--mandeo-orange)}.riday-nav-ext{opacity:.5;margin-left:auto;font-size:.65rem}.riday-foot-link{color:var(--app-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;display:flex}.riday-foot-link:hover{background:var(--riday-surface-muted);color:var(--app-text)}.riday-foot-link--danger:hover{color:var(--mandeo-orange);background:#fef2f2}.riday-main{background:var(--app-bg);flex-direction:column;flex:1;width:100%;min-width:0;min-height:0;display:flex}.riday-header{z-index:30;background:var(--riday-surface);border-bottom:1px solid var(--app-border);width:100%;position:sticky;top:0;box-shadow:0 1px 3px #0f172a0a}.riday-header-top{min-height:var(--riday-topbar-h);align-items:center;gap:.75rem;padding:0 1rem;display:flex}@media (min-width:1024px){.riday-header-top{padding:0 1.5rem}}.riday-header-brand{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.riday-brand-link{align-items:center;display:flex}.riday-brand-logo{width:auto;height:2rem}.riday-brand-logo .brand-logo{object-fit:contain;width:auto;height:2rem}.riday-brand-tenant{color:var(--app-dim);text-transform:uppercase;letter-spacing:.05em;border-left:1px solid var(--app-border);text-overflow:ellipsis;white-space:nowrap;max-width:10rem;padding-left:.65rem;font-size:.6875rem;font-weight:600;overflow:hidden}.riday-hnav{scrollbar-width:none;box-sizing:border-box;align-items:center;gap:.1rem;width:100%;padding:0 1rem .65rem;display:flex;overflow-x:auto}.riday-hnav::-webkit-scrollbar{display:none}@media (min-width:1024px){.riday-hnav{justify-content:space-between;gap:.35rem;padding:0 2rem .65rem;overflow-x:visible}.riday-hnav>.riday-hnav-link,.riday-hnav-item{flex:1 1 0;justify-content:center;min-width:0;display:flex}.riday-hnav-item>.riday-hnav-link{justify-content:center;width:100%}.riday-hnav-dropdown{left:50%;right:auto;transform:translate(-50%)translateY(4px)}.riday-hnav-dropdown--open,.riday-hnav-item--open .riday-hnav-dropdown,.riday-hnav-item:hover .riday-hnav-dropdown,.riday-hnav-item:focus-within .riday-hnav-dropdown{transform:translate(-50%)translateY(0)}}.riday-hnav-item{flex-shrink:0;position:relative}@media (min-width:1024px){.riday-hnav-item{flex-shrink:1}}.riday-hnav-item--open .riday-hnav-chevron,.riday-hnav-item:hover .riday-hnav-chevron,.riday-hnav-item:focus-within .riday-hnav-chevron{transform:rotate(180deg)}.riday-hnav-chevron{opacity:.55;transition:transform .2s}.riday-hnav-dropdown{z-index:60;background:var(--riday-surface);border:1px solid var(--app-border);opacity:0;visibility:hidden;pointer-events:none;border-radius:14px;min-width:260px;max-height:min(70vh,480px);padding:.35rem .5rem .5rem;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;top:100%;left:0;overflow-y:auto;transform:translateY(4px);box-shadow:0 16px 40px #0f172a24}.riday-hnav-dropdown:before{content:"";height:10px;position:absolute;top:-10px;left:0;right:0}.riday-hnav-dropdown--open,.riday-hnav-item--open .riday-hnav-dropdown,.riday-hnav-item:hover .riday-hnav-dropdown,.riday-hnav-item:focus-within .riday-hnav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}@media (min-width:1024px){.riday-hnav-dropdown--open,.riday-hnav-item--open .riday-hnav-dropdown,.riday-hnav-item:hover .riday-hnav-dropdown,.riday-hnav-item:focus-within .riday-hnav-dropdown{transform:translate(-50%)translateY(0)}}.riday-hnav-dropdown-title{text-transform:uppercase;letter-spacing:.08em;color:var(--app-dim);margin:0;padding:.35rem .65rem .5rem;font-size:.625rem;font-weight:700}.riday-hnav-dropdown-item{color:var(--app-text);border-radius:10px;align-items:flex-start;gap:.6rem;padding:.6rem .65rem;transition:background .15s;display:flex}.riday-hnav-dropdown-item:hover{background:var(--riday-surface-muted)}.riday-hnav-dropdown-item--active{background:var(--mandeo-glow-soft)}.riday-hnav-dropdown-item svg{color:var(--mandeo-orange);flex-shrink:0;margin-top:.1rem}.riday-hnav-dropdown-text{flex-direction:column;gap:.1rem;min-width:0;display:flex}.riday-hnav-dropdown-text strong{color:var(--mandeo-black);font-size:.8125rem;font-weight:600}.riday-hnav-dropdown-text small{color:var(--app-dim);font-size:.6875rem;line-height:1.35}.riday-hnav-link{color:var(--app-muted);white-space:nowrap;text-align:center;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;padding:.5rem .65rem;font-size:.8125rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.riday-hnav-link:hover{background:var(--riday-surface-muted);color:var(--mandeo-black)}.riday-hnav-link--active{background:var(--mandeo-glow-soft);color:var(--mandeo-orange);font-weight:600}.riday-hnav-link--active svg{color:var(--mandeo-orange)}.riday-hnav-ops{margin-left:auto;position:relative}.riday-hnav-link--ops{border:1px dashed var(--app-border)}.riday-ops-menu{z-index:50;background:var(--riday-surface);border:1px solid var(--app-border);border-radius:12px;min-width:220px;padding:.35rem;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 32px #0f172a1f}.riday-ops-item{color:var(--app-text);border-radius:8px;align-items:center;gap:.5rem;padding:.55rem .75rem;font-size:.8125rem;font-weight:500;display:flex}.riday-ops-item:hover{background:var(--mandeo-cream);color:var(--mandeo-orange)}.riday-ops-item svg{color:var(--mandeo-orange)}.riday-topbar{display:none}.riday-search{background:var(--riday-surface-muted);border:1px solid var(--app-border);border-radius:999px;flex:1;align-items:center;gap:.5rem;max-width:520px;margin:0 auto;padding:.55rem 1rem;display:flex}.riday-search:focus-within{border-color:var(--mandeo-orange);background:var(--riday-surface);box-shadow:0 0 0 3px var(--mandeo-glow-soft)}.riday-search input{color:var(--app-text);background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.riday-search input::placeholder{color:var(--app-dim)}.riday-search-wrap{flex:1;max-width:520px;margin:0 auto;position:relative}.riday-search-panel{z-index:50;border:1px solid var(--app-border);background:var(--riday-surface);border-radius:12px;max-height:min(24rem,60vh);padding:.5rem;position:absolute;top:calc(100% + .35rem);left:0;right:0;overflow-y:auto;box-shadow:0 12px 40px #0f172a1f}.riday-search-empty{color:var(--app-muted);margin:0;padding:.85rem .75rem;font-size:.8125rem}.riday-search-group{padding:.25rem 0}.riday-search-group+.riday-search-group{border-top:1px solid var(--app-border);margin-top:.25rem;padding-top:.5rem}.riday-search-group-title{text-transform:uppercase;letter-spacing:.05em;color:var(--app-dim);margin:0 0 .35rem;padding:0 .5rem;font-size:.625rem;font-weight:700}.riday-search-group ul{margin:0;padding:0;list-style:none}.riday-search-item{color:var(--app-text);border-radius:8px;align-items:flex-start;gap:.55rem;padding:.55rem .5rem;text-decoration:none;transition:background .12s;display:flex}.riday-search-item:hover{background:var(--riday-surface-muted)}.riday-search-item span{flex-direction:column;gap:.1rem;min-width:0;display:flex}.riday-search-item strong{font-size:.8125rem;font-weight:600}.riday-search-item small{color:var(--app-muted);font-size:.75rem}.riday-topbar-end{align-items:center;gap:.5rem;margin-left:auto;display:flex}.riday-clock{color:var(--app-dim);font-variant-numeric:tabular-nums;font-size:.75rem;display:none}@media (min-width:768px){.riday-clock{display:block}}.riday-icon-btn{width:2.25rem;height:2.25rem;color:var(--app-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;display:flex;position:relative}.riday-icon-btn:hover{background:var(--riday-surface-muted);color:var(--mandeo-black)}.riday-badge{background:var(--mandeo-orange);color:#fff;text-align:center;border-radius:999px;min-width:1rem;height:1rem;padding:0 .2rem;font-size:.5625rem;font-weight:700;line-height:1rem;position:absolute;top:2px;right:2px}.riday-icon-btn--blue:hover{color:#2563eb}.riday-badge--blue{background:#2563eb}.riday-inbox-root{align-items:center;gap:.15rem;display:flex}.riday-inbox-trigger{position:relative}.riday-icon-btn--active{background:var(--riday-surface-muted);color:var(--mandeo-black)}.riday-inbox-panel{z-index:50;border:1px solid var(--app-border);background:#fff;border-radius:12px;flex-direction:column;width:min(22rem,100vw - 1.5rem);max-height:min(24rem,70vh);display:flex;position:absolute;top:calc(100% + .45rem);right:0;overflow:hidden;box-shadow:0 12px 40px #0f172a1f}.riday-inbox-head{border-bottom:1px solid var(--app-border);background:#fff;justify-content:space-between;align-items:center;gap:.5rem;padding:.65rem .85rem;font-size:.8125rem;display:flex}.riday-inbox-head strong{color:var(--app-text);font-weight:700}.riday-inbox-head span{color:var(--app-muted);font-variant-numeric:tabular-nums;font-size:.6875rem;font-weight:700}.riday-inbox-empty{color:var(--app-muted);text-align:center;margin:0;padding:1.25rem .85rem;font-size:.8125rem}.riday-inbox-list{margin:0;padding:.35rem;list-style:none;overflow-y:auto}.riday-inbox-item{border-left:3px solid #0000;border-radius:8px;flex-direction:column;gap:.15rem;padding:.65rem .7rem;text-decoration:none;transition:background .12s;display:flex}.riday-inbox-item:hover{background:var(--riday-surface-muted)}.riday-inbox-item--info{border-left-color:#2563eb}.riday-inbox-item--warning{border-left-color:#f59e0b}.riday-inbox-item--urgent{border-left-color:var(--mandeo-orange)}.riday-inbox-item-title{color:var(--app-text);font-size:.8125rem;font-weight:700;line-height:1.3}.riday-inbox-item-body{color:var(--app-muted);font-size:.75rem;line-height:1.4}.riday-inbox-item-time{color:var(--app-dim);font-variant-numeric:tabular-nums;font-size:.6875rem}.riday-user{border:1px solid var(--app-border);background:var(--riday-surface);border-radius:999px;align-items:center;gap:.5rem;padding:.25rem .5rem .25rem .25rem;display:flex}.riday-user-avatar{background:var(--mandeo-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.6875rem;font-weight:700;display:flex}.riday-user-meta{flex-direction:column;line-height:1.2;display:flex}.riday-user-hi{color:var(--app-dim);font-size:.625rem}.riday-user-name{color:var(--mandeo-black);font-size:.8125rem;font-weight:600}.riday-content{width:100%;max-width:100%;min-height:calc(100vh - var(--riday-header-full-h));box-sizing:border-box;flex-direction:column;flex:1;margin:0;padding:.75rem 1rem 1.25rem;display:flex}.riday-content:has(>.ws-embedded){min-height:calc(100vh - var(--riday-header-full-h));height:calc(100vh - var(--riday-header-full-h));padding:0;overflow:hidden}.riday-content:has(>.finance-page){height:calc(100vh - var(--riday-header-full-h));max-height:calc(100vh - var(--riday-header-full-h));padding:.75rem 1rem;overflow:hidden}@media (min-width:1024px){.riday-content:has(>.finance-page){padding:1rem 1.25rem}.riday-content{padding:1rem 1.25rem 1.5rem}}.riday-content>.app-page,.riday-content>.cc-live,.riday-content>.finance-page,.riday-content>.stock-page,.riday-content>.catalog-page,.riday-content>.orders-page,.riday-content>.ws-embedded,.riday-content>.pdv-page,.riday-content>.crm-page,.riday-content>.integrations-page,.riday-content>.settings-page{box-sizing:border-box;flex:1;width:100%;max-width:none;min-height:0}.riday-shell .app-page,.riday-shell .cc-live,.riday-shell .finance-page,.riday-shell .stock-page,.riday-shell .catalog-page,.riday-shell .orders-page{width:100%;max-width:none}.riday-shell .app-panel,.riday-shell .cc-panel,.riday-shell .finance-panel,.riday-shell .finance-hero,.riday-shell .finance-metrics,.riday-shell .finance-report-grid,.riday-shell .stock-panel,.riday-shell .stock-hero,.riday-shell .stock-grid,.riday-shell .app-stat-grid,.riday-shell .cc-kpi-strip,.riday-shell .cc-mid-grid,.riday-shell .cc-lower-grid{box-sizing:border-box;width:100%;max-width:none}.riday-backdrop{z-index:35;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;background:#0f172a73;border:none;position:fixed;inset:0}.riday-mobile-dock{z-index:45;padding:.35rem .5rem calc(.35rem + env(safe-area-inset-bottom));background:var(--riday-surface);border-top:1px solid var(--app-border);justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0f172a0f}.riday-dock-tab{color:var(--app-dim);background:0 0;border:none;flex-direction:column;align-items:center;gap:.15rem;min-width:3.5rem;padding:.35rem .5rem;font-size:.625rem;font-weight:600;display:flex}.riday-dock-tab--on{color:var(--mandeo-orange)}.riday-more{z-index:50;position:fixed;inset:0}.riday-more-sheet{background:var(--riday-surface);border-radius:20px 20px 0 0;max-height:70vh;padding:1rem 1rem 2rem;animation:.28s riday-sheet;position:absolute;bottom:0;left:0;right:0;overflow-y:auto}@keyframes riday-sheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.riday-more-head{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.riday-more-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.riday-more-tile{background:var(--riday-surface-muted);text-align:center;color:var(--app-text);border-radius:12px;flex-direction:column;align-items:center;gap:.35rem;padding:.75rem .5rem;font-size:.6875rem;font-weight:600;display:flex}.cc-live{width:100%;min-height:calc(100vh - var(--riday-header-full-h) - 2rem);flex-direction:column;gap:1rem;display:flex}.cc-kpi-strip{flex-shrink:0;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%;display:grid}@media (min-width:900px){.cc-kpi-strip{grid-template-columns:repeat(4,1fr)}}.cc-kpi-card{border-radius:var(--app-radius);background:var(--riday-surface);border:1px solid var(--app-border);align-items:center;gap:.85rem;padding:1rem 1.15rem;display:flex;box-shadow:0 1px 2px #0f172a0a}.cc-kpi-card--link{color:inherit;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s;position:relative}.cc-kpi-card--link:hover{border-color:var(--mandeo-orange);transform:translateY(-1px);box-shadow:0 4px 14px #e8281a1a}.cc-kpi-card-arrow{color:var(--app-dim);opacity:0;margin-left:auto;transition:opacity .15s,color .15s}.cc-kpi-card--link:hover .cc-kpi-card-arrow{opacity:1;color:var(--mandeo-orange)}.cc-kpi-card-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.cc-kpi-card-icon--orange{background:var(--mandeo-glow-soft);color:var(--mandeo-orange)}.cc-kpi-card-icon--gold{color:var(--mandeo-orange-light);background:#f6a62326}.cc-kpi-card-icon--dark{background:var(--riday-surface-muted);color:var(--mandeo-black)}.cc-kpi-card-label{text-transform:uppercase;letter-spacing:.06em;color:var(--app-dim);margin:0;font-size:.6875rem;font-weight:600}.cc-kpi-card-value{color:var(--mandeo-black);font-variant-numeric:tabular-nums;margin:.15rem 0 0;font-size:1.5rem;font-weight:800;line-height:1.1}.cc-panel{border-radius:var(--app-radius);background:var(--riday-surface);border:1px solid var(--app-border);padding:1.15rem 1.25rem;box-shadow:0 1px 2px #0f172a0a}.cc-panel-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.cc-panel-title{color:var(--mandeo-black);margin:0;font-size:1rem;font-weight:700}.cc-panel-sub{color:var(--app-muted);margin:.2rem 0 0;font-size:.8125rem}.cc-panel-stat{text-align:right;flex-shrink:0}.cc-panel-stat-label{text-transform:uppercase;letter-spacing:.06em;color:var(--app-dim);font-size:.625rem;font-weight:600;display:block}.cc-panel-stat strong{color:var(--mandeo-black);font-size:1.125rem;font-weight:800}.cc-section-link{color:var(--mandeo-orange);white-space:nowrap;font-size:.8125rem;font-weight:600}.cc-mid-grid{flex-shrink:0;grid-template-columns:1fr;gap:1rem;width:100%;display:grid}@media (min-width:1100px){.cc-mid-grid{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:stretch}}.cc-panel--chart{flex-direction:column;min-height:260px;display:flex}.cc-line-chart{flex:1;align-items:flex-end;gap:.3rem;min-height:180px;padding-top:.25rem;display:flex}.cc-line-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex}.cc-line-bar{background:linear-gradient(180deg, var(--mandeo-orange-light), var(--mandeo-orange));border-radius:6px 6px 0 0;width:100%;max-width:24px;min-height:4px;transition:height .3s}.cc-line-label{color:var(--app-dim);margin-top:.35rem;font-size:.5625rem}.cc-ops-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.cc-ops-item{color:inherit;border:1px solid #0000;border-radius:10px;grid-template-columns:auto 1fr auto auto;align-items:center;gap:.65rem;padding:.7rem .75rem;transition:background .15s,border-color .15s;display:grid}.cc-ops-item:hover{background:var(--riday-surface-muted);border-color:var(--app-border)}.cc-ops-item-icon{background:var(--mandeo-glow-soft);width:2rem;height:2rem;color:var(--mandeo-orange);border-radius:8px;justify-content:center;align-items:center;display:flex}.cc-ops-item-text{flex-direction:column;gap:.1rem;min-width:0;display:flex}.cc-ops-item-text strong{color:var(--mandeo-black);font-size:.875rem;font-weight:600}.cc-ops-item-text small{color:var(--app-dim);font-size:.6875rem}.cc-ops-item-count{color:var(--mandeo-black);font-variant-numeric:tabular-nums;text-align:right;min-width:1.5rem;font-size:1.125rem;font-weight:800}.cc-ops-item-arrow{color:var(--app-dim);opacity:0;transition:opacity .15s}.cc-ops-item:hover .cc-ops-item-arrow{opacity:1;color:var(--mandeo-orange)}.cc-live-dot{vertical-align:middle;background:#22c55e;border-radius:50%;width:.5rem;height:.5rem;margin-right:.4rem;animation:2s ease-in-out infinite cc-live-pulse;display:inline-block;box-shadow:0 0 #22c55e80}@keyframes cc-live-pulse{0%,to{box-shadow:0 0 #22c55e73}50%{box-shadow:0 0 0 6px #22c55e00}}.cc-table-link{color:inherit;font-weight:600;text-decoration:none}.cc-table-link--customer{color:var(--mandeo-orange)}.cc-table-link--customer:hover{text-decoration:underline}.cc-table-row--link{cursor:pointer}.cc-table-row--link:focus-visible{outline:2px solid var(--mandeo-orange);outline-offset:-2px}.cc-table-link:hover{color:var(--mandeo-orange);text-decoration:underline}.cc-alert-pill{color:var(--mandeo-orange);white-space:nowrap;background:#f6a62326;border:1px solid #f6a62359;border-radius:999px;padding:.3rem .65rem;font-size:.6875rem;font-weight:700}.cc-lower-grid{flex-shrink:0;grid-template-columns:1fr;align-items:stretch;gap:1rem;width:100%;display:grid}@media (min-width:900px){.cc-lower-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.cc-lower-grid .cc-panel{flex-direction:column;min-height:240px;max-height:clamp(260px,32vh,320px);display:flex;overflow:hidden}.cc-lower-grid .cc-panel-head{flex-shrink:0;margin-bottom:.75rem}.cc-product-list,.cc-channel-list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.cc-lower-grid .cc-product-list,.cc-lower-grid .cc-channel-list{scrollbar-gutter:stable;flex:auto;justify-content:stretch;gap:.5rem;min-height:0;padding:.2rem .15rem .2rem 0;overflow:hidden auto}.cc-lower-grid .cc-product-row,.cc-lower-grid .cc-channel-row{flex:1 0 auto;min-height:2.75rem}.cc-lower-grid .cc-channel-row{padding:.35rem .25rem}.cc-lower-grid .cc-channel-track{height:clamp(10px,1.25rem,16px)}.cc-lower-grid .cc-product-list::-webkit-scrollbar{width:6px}.cc-lower-grid .cc-channel-list::-webkit-scrollbar{width:6px}.cc-lower-grid .cc-product-list::-webkit-scrollbar-thumb{background:#0f172a33;border-radius:999px}.cc-lower-grid .cc-channel-list::-webkit-scrollbar-thumb{background:#0f172a33;border-radius:999px}.cc-product-row{border-radius:8px;grid-template-columns:1.75rem 1fr auto auto;align-items:center;gap:.65rem;padding:.55rem .5rem;font-size:.8125rem;display:grid}.cc-product-row:hover{background:var(--riday-surface-muted)}.cc-product-rank{color:var(--mandeo-orange);text-align:center;font-size:.75rem;font-weight:800}.cc-product-name{color:var(--mandeo-black);font-weight:600}.cc-product-qty{color:var(--app-muted)}.cc-product-rev{color:var(--mandeo-black);font-weight:700}.cc-channel-row{grid-template-columns:5.5rem 1fr 2rem;align-items:center;gap:.65rem;font-size:.8125rem;display:grid}.cc-channel-name{color:var(--app-muted);font-weight:500}.cc-channel-track{background:var(--riday-surface-muted);border-radius:999px;height:8px;overflow:hidden}.cc-channel-fill{background:var(--mandeo-gradient-warm);border-radius:999px;height:100%}.cc-channel-count{text-align:right;color:var(--mandeo-black);font-weight:700}.cc-panel--table{flex-direction:column;flex:auto;min-height:280px;padding-bottom:.75rem;display:flex}.cc-panel--table .cc-panel-head{flex-shrink:0}.cc-table-wrap{scrollbar-gutter:stable;border-radius:var(--app-radius-sm);border:1px solid var(--app-border);flex:auto;min-height:200px;max-height:clamp(240px,42vh,480px);overflow:auto}.cc-table-wrap::-webkit-scrollbar{width:6px;height:6px}.cc-table-wrap::-webkit-scrollbar-thumb{background:#0f172a33;border-radius:999px}.cc-table thead th{z-index:1;box-shadow:0 1px 0 var(--app-border);position:sticky;top:0}.cc-table{border-collapse:collapse;width:100%;font-size:.875rem}.cc-table th{text-align:left;background:var(--riday-surface-muted);border-bottom:1px solid var(--app-border);color:var(--app-dim);text-transform:uppercase;letter-spacing:.05em;padding:.65rem .85rem;font-size:.6875rem;font-weight:700}.cc-table td{border-bottom:1px solid var(--app-border);padding:.75rem .85rem}.cc-table tbody tr:last-child td{border-bottom:none}.cc-table tbody tr:hover td{background:var(--riday-surface-muted)}.cc-empty{text-align:center;border-radius:var(--app-radius-sm);background:var(--riday-surface-muted);border:1px dashed var(--app-border);flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:2rem 1rem;display:flex}.cc-empty--inline{flex:1;min-height:160px}.cc-empty p{color:var(--mandeo-black);margin:0;font-size:.9375rem;font-weight:600}.cc-empty span{color:var(--app-muted);max-width:28rem;font-size:.8125rem}.cc-loading{text-align:center;color:var(--app-muted);padding:2rem}.riday-shell .app-page{flex-direction:column;gap:1.25rem;width:100%;display:flex}.riday-shell .app-page-title{color:var(--app-text)}.riday-shell .app-page-desc{color:var(--app-muted)}.riday-shell .steam-panel,.riday-shell [class*=Panel]{background:var(--riday-surface);border-color:var(--app-border)}.riday-shell .app-panel{border:1px solid var(--app-border);border-radius:var(--app-radius);background:#fff;box-shadow:0 1px 3px #0f172a0a}.riday-shell .app-panel-header{border-bottom:1px solid var(--app-border);color:var(--app-text);background:#fff;padding:1rem 1.25rem;font-weight:700}.riday-shell .app-panel-body{padding:1rem 1.25rem}.pdv-page{background:var(--riday-surface);border:1px solid var(--app-border);border-radius:12px;flex-direction:column;flex:1;gap:.75rem;height:100%;min-height:0;padding:1rem 1.25rem 1.25rem;display:flex;box-shadow:0 1px 3px #0f172a0a}.pdv-header{border-bottom:1px solid var(--app-border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;padding-bottom:.75rem;display:flex}.pdv-header-title{letter-spacing:-.02em;color:var(--app-text);margin:0;font-size:1.35rem;font-weight:800}.pdv-header-sub{color:var(--app-muted);margin:.2rem 0 0;font-size:.8125rem}.pdv-header-badges{flex-wrap:wrap;gap:.5rem;display:flex}.pdv-badge{background:var(--riday-surface-muted);border:1px solid var(--app-border);color:var(--app-text);border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.pdv-badge--alert{color:var(--mandeo-orange);background:#e8281a14;border-color:#e8281a40}.pdv-toast{border-radius:10px;align-items:flex-start;gap:.65rem;padding:.75rem 1rem;font-size:.8125rem;line-height:1.45;display:flex}.pdv-toast--success{color:#15803d;background:#22c55e14;border:1px solid #22c55e40}.pdv-ready{background:color-mix(in srgb, #f59e0b 10%, var(--riday-surface));border:1px solid #f59e0b59;border-radius:10px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.pdv-ready-label{text-transform:uppercase;letter-spacing:.04em;color:#b45309;align-items:center;gap:.4rem;font-size:.75rem;font-weight:700;display:flex}.pdv-ready-track{scrollbar-width:thin;gap:.5rem;padding-bottom:.15rem;display:flex;overflow-x:auto}.pdv-ready-card{background:var(--riday-surface);border:1px solid var(--app-border);border-radius:10px;flex:none;align-items:center;gap:.75rem;min-width:min(280px,85vw);padding:.65rem .85rem;display:flex}.pdv-ready-num{font-variant-numeric:tabular-nums;color:var(--app-text);margin:0;font-size:.9375rem;font-weight:800}.pdv-ready-name{color:var(--app-muted);margin:.1rem 0 0;font-size:.75rem}.pdv-ready-total{color:var(--mandeo-orange);margin:0 0 0 auto;font-size:.9375rem;font-weight:700}.pdv-ready-btn{flex-shrink:0}.pdv-layout{flex:1;grid-template-columns:1fr;gap:.75rem;min-height:0;display:grid}@media (min-width:1024px){.pdv-layout{grid-template-columns:1fr 360px;gap:1rem}}.pdv-products{border:1px solid var(--app-border);background:var(--riday-surface);border-radius:12px;flex-direction:column;min-height:0;display:flex;overflow:hidden}.pdv-toolbar{border-bottom:1px solid var(--app-border);background:var(--riday-surface-muted);flex-direction:column;gap:.65rem;padding:.85rem 1rem;display:flex}@media (min-width:768px){.pdv-toolbar{flex-direction:row;align-items:center}}.pdv-search{flex:1;min-width:0;position:relative}.pdv-search-icon{width:1rem;height:1rem;color:var(--app-muted);pointer-events:none;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.pdv-search-input{border:1px solid var(--app-border);background:var(--riday-surface);width:100%;height:2.75rem;color:var(--app-text);border-radius:10px;padding:0 .85rem 0 2.5rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.pdv-search-input:focus{border-color:#e8281a66;outline:none;box-shadow:0 0 0 3px #e8281a1a}.pdv-categories{flex-wrap:wrap;gap:.35rem;display:flex}.pdv-cat{border:1px solid var(--app-border);background:var(--riday-surface);color:var(--app-muted);cursor:pointer;white-space:nowrap;border-radius:999px;padding:.45rem .85rem;font-size:.75rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.pdv-cat:hover{color:var(--app-text);border-color:#e8281a4d}.pdv-cat--active{background:var(--mandeo-orange);border-color:var(--mandeo-orange);color:#fff}.pdv-product-scroll{flex:1;min-height:0;padding:1rem;overflow-y:auto}.pdv-empty{text-align:center;color:var(--app-muted);margin:0;padding:3rem 1rem;font-size:.875rem}.pdv-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}@media (min-width:640px){.pdv-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.pdv-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.pdv-product-tile{border:1px solid var(--app-border);background:var(--riday-surface);text-align:left;cursor:pointer;border-radius:12px;flex-direction:column;align-items:flex-start;gap:.35rem;min-height:7.5rem;padding:.85rem 1rem;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.pdv-product-tile:hover{border-color:#e8281a59;transform:translateY(-1px);box-shadow:0 8px 24px #0f172a14}.pdv-product-tile:active{transform:translateY(0);box-shadow:0 2px 8px #0f172a0f}.pdv-product-cat{text-transform:uppercase;letter-spacing:.05em;color:var(--app-muted);font-size:.625rem;font-weight:700}.pdv-product-name{color:var(--app-text);flex:1;font-size:.9rem;font-weight:700;line-height:1.3}.pdv-product-price{color:var(--mandeo-orange);font-variant-numeric:tabular-nums;font-size:1.05rem;font-weight:800}.pdv-cart{border:1px solid var(--app-border);background:var(--riday-surface);border-radius:12px;flex-direction:column;min-height:0;display:flex;overflow:hidden;box-shadow:0 4px 20px #0f172a0f}@media (min-width:1024px){.pdv-cart{max-height:100%;position:sticky;top:0}}.pdv-cart-head{border-bottom:1px solid var(--app-border);background:var(--riday-surface-muted);align-items:center;gap:.5rem;padding:.85rem 1rem;display:flex}.pdv-cart-head h2{color:var(--app-text);margin:0;font-size:.9375rem;font-weight:700}.pdv-cart-count{background:var(--mandeo-orange);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:1.5rem;height:1.5rem;margin-left:auto;padding:0 .4rem;font-size:.75rem;font-weight:800;display:inline-flex}.pdv-cart-customer{padding:.85rem 1rem 0}.pdv-cart-items{flex:1;min-height:8rem;padding:.75rem 1rem;overflow-y:auto}.pdv-cart-empty{text-align:center;color:var(--app-muted);margin:0;padding:2rem .5rem;font-size:.8125rem;line-height:1.5}.pdv-cart-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.pdv-cart-line{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;padding:.65rem .75rem;display:flex}.pdv-cart-line-name{color:var(--app-text);margin:0;font-size:.8125rem;font-weight:600;line-height:1.3}.pdv-cart-line-price{color:var(--mandeo-orange);margin:.15rem 0 0;font-size:.8125rem;font-weight:700}.pdv-cart-qty{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.pdv-cart-qty span{text-align:center;min-width:1.25rem;font-size:.875rem;font-weight:700}.pdv-qty-btn{border:1px solid var(--app-border);background:var(--riday-surface);width:2rem;height:2rem;color:var(--app-text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,border-color .15s;display:flex}.pdv-qty-btn:hover{background:#e8281a0d;border-color:#e8281a59}.pdv-cart-foot{border-top:1px solid var(--app-border);background:var(--riday-surface-muted);padding:.85rem 1rem 1rem}.pdv-cart-total-row{color:var(--app-muted);justify-content:space-between;align-items:baseline;margin-bottom:.75rem;font-size:.9375rem;display:flex}.pdv-cart-total-row strong{color:var(--mandeo-orange);font-variant-numeric:tabular-nums;font-size:1.35rem;font-weight:800}.pdv-cart-actions{gap:.5rem;display:flex}.pdv-send-btn{min-height:2.75rem;font-weight:700}.pdv-clear-btn{flex-shrink:0;min-width:2.75rem;min-height:2.75rem}[data-theme=dark] .riday-shell .pdv-page{box-shadow:0 1px 3px #00000059}[data-theme=dark] .riday-shell .pdv-toast--success{color:#4ade80}[data-theme=dark] .riday-shell .pdv-ready-label{color:#fbbf24}[data-theme=dark] .riday-shell .pdv-product-tile:hover{box-shadow:0 8px 24px #0006}[data-theme=dark] .riday-shell .pdv-product-tile:active{box-shadow:0 2px 8px #0000004d}[data-theme=dark] .riday-shell .pdv-cart{box-shadow:0 4px 20px #00000059}.crm-page{border:1px solid var(--app-border);background:#fff;border-radius:12px;flex-direction:column;flex:1;gap:.85rem;width:100%;min-height:0;padding:1rem 1.25rem 1.25rem;display:flex;box-shadow:0 1px 3px #0f172a0a}.crm-hero{border:1px solid var(--app-border);box-shadow:inset 3px 0 0 var(--mandeo-orange);background:#fff;border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:1rem 1.25rem;padding:1rem 1.15rem;display:grid}@media (max-width:900px){.crm-hero{grid-template-columns:1fr}}.crm-hero-badge{text-transform:uppercase;letter-spacing:.06em;color:var(--mandeo-orange);background:#e8281a14;border-radius:6px;align-items:center;gap:.35rem;width:fit-content;margin-bottom:.35rem;padding:.2rem .55rem;font-size:.65rem;font-weight:700;display:inline-flex}.crm-hero-title{letter-spacing:-.02em;color:var(--app-text);margin:0;font-size:1.35rem;font-weight:800}.crm-hero-desc{color:var(--app-muted);max-width:32rem;margin:.2rem 0 0;font-size:.75rem}.crm-toolbar{border:1px solid var(--app-border);background:#fafafa;border-radius:10px;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.crm-search{flex:1;min-width:min(100%,280px);position:relative}.crm-search-icon{width:1rem;height:1rem;color:var(--app-muted);pointer-events:none;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.crm-search-input{border:1px solid var(--app-border);width:100%;height:2.5rem;color:var(--app-text);background:#fff;border-radius:10px;padding:0 .85rem 0 2.5rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.crm-search-input:focus{border-color:#e8281a66;outline:none;box-shadow:0 0 0 3px #e8281a1a}.crm-toolbar-meta{color:var(--app-muted);white-space:nowrap;margin:0;font-size:.75rem;font-weight:600}.crm-loading,.crm-empty{text-align:center;color:var(--app-muted);margin:0;padding:2.5rem 1rem;font-size:.875rem}.crm-empty{border:1px dashed var(--app-border);background:#fafafa;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;display:flex}.crm-grid{flex:1;grid-template-columns:1fr;gap:.85rem;min-height:0;padding-right:.15rem;display:grid;overflow-y:auto}@media (min-width:900px){.crm-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1400px){.crm-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.crm-card{border:1px solid var(--app-border);background:#fff;border-radius:12px;flex-direction:column;gap:.75rem;padding:1rem 1.1rem;transition:border-color .15s,box-shadow .15s;display:flex;box-shadow:0 1px 3px #0f172a0a}.crm-card:hover{border-color:#e8281a33;box-shadow:0 8px 24px #0f172a0f}.crm-card--highlight{border-color:var(--mandeo-orange);box-shadow:0 0 0 2px #e8281a26,0 8px 24px #e8281a14}.crm-card-top{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.crm-card-identity{align-items:center;gap:.65rem;min-width:0;display:flex}.crm-avatar{width:2.5rem;height:2.5rem;color:var(--mandeo-orange);letter-spacing:.02em;background:#e8281a1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:flex}.crm-card-name{color:var(--app-text);margin:0;font-size:.9375rem;font-weight:700;line-height:1.3}.crm-channel{text-transform:uppercase;letter-spacing:.04em;color:var(--app-muted);background:#f1f5f9;border-radius:999px;margin-top:.2rem;padding:.15rem .45rem;font-size:.625rem;font-weight:700;display:inline-block}.crm-ltv{text-align:right;flex-shrink:0}.crm-ltv strong{color:var(--mandeo-orange);font-variant-numeric:tabular-nums;font-size:1.05rem;font-weight:800;line-height:1.2;display:block}.crm-ltv span{text-transform:uppercase;letter-spacing:.04em;color:var(--app-muted);font-size:.625rem;font-weight:600}.crm-contacts{flex-wrap:wrap;gap:.5rem 1rem;display:flex}.crm-contact{color:var(--app-muted);align-items:center;gap:.35rem;font-size:.75rem;display:inline-flex}.crm-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;display:grid}.crm-stat{border:1px solid var(--app-border);text-align:center;background:#f8fafc;border-radius:8px;flex-direction:column;align-items:center;gap:.15rem;padding:.55rem .35rem;display:flex}.crm-stat strong{color:var(--app-text);font-variant-numeric:tabular-nums;font-size:.8125rem;font-weight:800;line-height:1.2}.crm-stat span{text-transform:uppercase;letter-spacing:.03em;color:var(--app-muted);font-size:.625rem;font-weight:600}.crm-orders{border-top:1px solid var(--app-border);padding-top:.65rem}.crm-orders-title{text-transform:uppercase;letter-spacing:.05em;color:var(--app-muted);margin:0 0 .5rem;font-size:.625rem;font-weight:700}.crm-orders-list{flex-direction:column;gap:.35rem;max-height:8rem;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.crm-order-row{background:#fafafa;border-radius:6px;grid-template-columns:1fr auto auto;align-items:center;gap:.5rem;padding:.4rem .5rem;font-size:.75rem;display:grid}.crm-order-main{align-items:center;gap:.35rem;min-width:0;display:flex}.crm-order-main strong{color:var(--app-text);font-weight:800}.crm-order-channel{color:var(--app-muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.crm-order-meta{color:var(--app-muted);white-space:nowrap;font-size:.6875rem}.crm-order-total{color:var(--mandeo-orange);font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:700}.integrations-page{border:1px solid var(--app-border);background:#fff;border-radius:12px;flex-direction:column;flex:1;gap:.85rem;width:100%;min-height:0;padding:1rem 1.25rem 1.25rem;display:flex;box-shadow:0 1px 3px #0f172a0a}.integrations-header{border-bottom:1px solid var(--app-border);padding-bottom:.75rem}.integrations-title{letter-spacing:-.02em;color:var(--app-text);margin:0;font-size:1.35rem;font-weight:800}.integrations-sub{color:var(--app-muted);margin:.2rem 0 0;font-size:.8125rem}.integrations-menu-card{box-shadow:inset 3px 0 0 var(--mandeo-orange);background:#fff;border:1px solid #e8281a4d;border-radius:12px;padding:1rem 1.15rem}.integrations-menu-head{align-items:flex-start;gap:.65rem;margin-bottom:.85rem;display:flex}.integrations-menu-title{color:var(--app-text);margin:0;font-size:.9375rem;font-weight:700}.integrations-menu-desc{color:var(--app-muted);margin:.25rem 0 0;font-size:.8125rem;line-height:1.45}.integrations-menu-url{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.integrations-url-text{border:1px solid var(--app-border);min-width:min(100%,240px);color:var(--app-text);text-overflow:ellipsis;white-space:nowrap;background:#fff;border-radius:10px;flex:1;margin:0;padding:.65rem .85rem;font-size:.75rem;overflow:hidden}.integrations-menu-actions{flex-wrap:wrap;gap:.5rem;display:flex}.integrations-menu-hint{color:var(--app-muted);margin:.75rem 0 0;font-size:.75rem}.integrations-grid{grid-template-columns:1fr;gap:.65rem;display:grid}@media (min-width:640px){.integrations-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.integrations-card{border:1px solid var(--app-border);background:#fff;border-radius:12px;align-items:center;gap:.85rem;padding:1rem 1.1rem;transition:border-color .15s,box-shadow .15s;display:flex}.integrations-card:hover{border-color:#e8281a33;box-shadow:0 4px 16px #0f172a0d}.integrations-card-icon{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-size:1rem;font-weight:800;display:flex}.integrations-card-body{flex:1;min-width:0}.integrations-card-top{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.integrations-card-name{color:var(--app-text);margin:0;font-size:.9375rem;font-weight:700}.integrations-card-desc{color:var(--app-muted);margin:.2rem 0 0;font-size:.8125rem;line-height:1.4}.settings-page{background:var(--riday-surface);width:100%;min-height:0;max-height:100%;box-shadow:none;border:none;border-radius:0;flex-direction:column;flex:1;gap:0;display:flex;overflow:hidden}.settings-header{border-bottom:1px solid var(--app-border);background:var(--riday-surface);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.settings-title{letter-spacing:-.01em;color:var(--app-text);margin:0;font-size:1.125rem;font-weight:700}.settings-sub{color:var(--app-muted);margin:.15rem 0 0;font-size:.8125rem}.settings-header-meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.settings-header-chip{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:8px;flex-direction:column;gap:.05rem;min-width:4.5rem;padding:.35rem .65rem;display:flex}.settings-header-chip-label{text-transform:uppercase;letter-spacing:.04em;color:var(--app-muted);font-size:.625rem;font-weight:600}.settings-header-chip strong{color:var(--app-text);font-variant-numeric:tabular-nums;font-size:.8125rem;font-weight:700}.settings-pill{border:1px solid var(--app-border);background:var(--riday-surface-muted);color:var(--app-muted);border-radius:6px;align-items:center;padding:.2rem .55rem;font-size:.6875rem;font-weight:600;display:inline-flex}.settings-pill--ok{color:#15803d;background:#16a34a14;border-color:#16a34a33}.settings-pill--info{color:#1d4ed8;background:#2563eb14;border-color:#2563eb33}.settings-pill--warn{color:#b91c1c;background:#dc262614;border-color:#dc262633}.settings-layout{background:var(--riday-surface);flex:1;grid-template-columns:15rem minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.settings-nav{border-right:1px solid var(--app-border);background:var(--riday-surface-muted);flex-direction:column;gap:.15rem;padding:.75rem;display:flex;overflow-y:auto}.settings-nav-item{text-align:left;cursor:pointer;width:100%;color:var(--app-muted);background:0 0;border:none;border-left:3px solid #0000;border-radius:0 8px 8px 0;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;padding:.55rem .65rem;transition:background .12s,color .12s,border-color .12s;display:grid}.settings-nav-item:hover{color:var(--app-text);background:#e8281a0a}.settings-nav-item--on{color:var(--app-text);border-left-color:var(--mandeo-orange);box-shadow:none;background:#e8281a0f}.settings-nav-item--on .settings-nav-icon{color:var(--mandeo-orange)}.settings-nav-item--on .settings-nav-chevron{opacity:1;color:var(--mandeo-orange)}.settings-nav-icon{width:1rem;height:1rem;color:var(--app-dim);flex-shrink:0}.settings-nav-text{flex-direction:column;gap:.05rem;min-width:0;display:flex}.settings-nav-label{font-size:.8125rem;font-weight:600;line-height:1.2}.settings-nav-desc{color:var(--app-dim);font-size:.6875rem;line-height:1.25}.settings-nav-item--on .settings-nav-desc{color:var(--app-muted)}.settings-nav-chevron{opacity:0;flex-shrink:0;width:.875rem;height:.875rem}.settings-nav-footer{border-top:1px solid var(--app-border);flex-direction:column;gap:.35rem;margin-top:auto;padding-top:.85rem;display:flex}.settings-nav-footer-title{text-transform:uppercase;letter-spacing:.05em;color:var(--app-dim);margin:0;font-size:.625rem;font-weight:700}.settings-nav-link{color:var(--app-muted);align-items:center;gap:.3rem;font-size:.75rem;font-weight:500;text-decoration:none;display:inline-flex}.settings-nav-link:hover{color:var(--mandeo-orange)}.settings-nav-version{color:var(--app-dim);margin:.35rem 0 0;font-size:.6875rem}.settings-main{background:var(--riday-surface);flex-direction:column;min-height:0;padding:1rem 1.25rem 1.25rem;display:flex;overflow-y:auto}.settings-main-head{border-bottom:1px solid var(--app-border);margin-bottom:1rem;padding-bottom:.75rem}.settings-main-title{color:var(--app-text);margin:0;font-size:1rem;font-weight:700}.settings-main-desc{color:var(--app-muted);margin:.2rem 0 0;font-size:.8125rem}.settings-stack{flex-direction:column;gap:.85rem;display:flex}.settings-panel{border:1px solid var(--app-border);background:var(--riday-surface);border-radius:10px;overflow:hidden}.settings-panel-head{border-bottom:1px solid var(--app-border);background:var(--riday-surface-muted);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.65rem;padding:.85rem 1rem;display:flex}.settings-panel-title{color:var(--app-text);margin:0;font-size:.875rem;font-weight:700}.settings-panel-desc{color:var(--app-muted);max-width:36rem;margin:.15rem 0 0;font-size:.75rem;line-height:1.4}.settings-panel-head--action{border-bottom:none;justify-content:flex-end;padding-bottom:0}.settings-panel-head--action+.settings-members,.settings-panel-head--action+.settings-form,.settings-panel-head--action+.settings-data-grid{padding-top:0}.settings-panel>.settings-form,.settings-panel>.settings-data-grid,.settings-panel>.settings-table-wrap,.settings-panel>.settings-members,.settings-panel>.settings-roles-table,.settings-panel>.settings-contract,.settings-panel>.settings-readonly-note{padding-left:1rem;padding-right:1rem}.settings-panel>.settings-form,.settings-panel>.settings-data-grid,.settings-panel>.settings-table-wrap,.settings-panel>.settings-members,.settings-panel>.settings-roles-table,.settings-panel>.settings-contract{padding:1rem}.settings-readonly-note{color:var(--app-muted);border-top:1px solid var(--app-border);margin:0;padding-top:0;padding-bottom:1rem;font-size:.75rem;line-height:1.45}.settings-form{flex-direction:column;gap:.5rem;display:flex}.settings-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.settings-form-grid--single{grid-template-columns:1fr;max-width:24rem}.settings-form-actions{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.settings-feedback{margin:0;font-size:.8125rem}.settings-feedback--ok{color:#16a34a}.settings-feedback--err{color:#dc2626}.settings-data-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;display:grid}.settings-data-cell{border-bottom:1px solid var(--app-border);border-right:1px solid var(--app-border);background:var(--riday-surface);flex-direction:column;gap:.2rem;padding:.65rem .75rem;display:flex}.settings-data-grid .settings-data-cell:nth-child(2n){border-right:none}.settings-data-grid .settings-data-cell:nth-last-child(-n+2){border-bottom:none}.settings-data-cell dt{text-transform:uppercase;letter-spacing:.04em;color:var(--app-muted);font-size:.6875rem;font-weight:600}.settings-data-cell dd{color:var(--app-text);word-break:break-word;margin:0;font-size:.875rem;font-weight:600}.settings-table-wrap{overflow-x:auto}.settings-table{border-collapse:collapse;width:100%;font-size:.8125rem}.settings-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--app-muted);border-bottom:1px solid var(--app-border);background:var(--riday-surface-muted);padding:.5rem .75rem;font-size:.6875rem;font-weight:700}.settings-table td{border-bottom:1px solid var(--app-border);vertical-align:middle;padding:.65rem .75rem}.settings-table tbody tr:last-child td{border-bottom:none}.settings-table tbody tr:hover{background:#e8281a08}.settings-table-name{color:var(--app-text);align-items:center;gap:.4rem;font-weight:600;display:inline-flex}.settings-table-you{text-transform:uppercase;letter-spacing:.03em;background:var(--riday-surface-muted);border:1px solid var(--app-border);color:var(--app-muted);border-radius:4px;padding:.1rem .35rem;font-size:.625rem;font-weight:700}.settings-table-muted{color:var(--app-muted)}.settings-table-actions{text-align:right;white-space:nowrap}.settings-table-btn{border:1px solid var(--app-border);background:var(--riday-surface);color:var(--app-text);cursor:pointer;border-radius:6px;align-items:center;gap:.3rem;padding:.3rem .55rem;font-size:.75rem;font-weight:600;display:inline-flex}.settings-table-btn:hover{border-color:var(--mandeo-orange);color:var(--mandeo-orange)}.settings-role-tag{background:var(--riday-surface-muted);border:1px solid var(--app-border);color:var(--app-text);white-space:nowrap;border-radius:5px;padding:.15rem .45rem;font-size:.6875rem;font-weight:600;display:inline-flex}.settings-role-hint{background:var(--riday-surface-muted);border:1px solid var(--app-border);color:var(--app-muted);border-radius:8px;margin:-.35rem 0 0;padding:.55rem .65rem;font-size:.75rem;line-height:1.45}.settings-contact-row{width:calc(100% - 2rem);margin:1rem 1rem .65rem}.settings-panel>.settings-data-grid{padding:1rem}.settings-panel>.settings-contact-row+.settings-data-grid{padding-top:.35rem}.settings-members{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.settings-member-row{border:1px solid var(--app-border);background:var(--riday-surface);text-align:left;border-radius:10px;align-items:center;gap:.65rem;width:100%;padding:.75rem .85rem;transition:border-color .12s,background .12s;display:flex}.settings-member-row--clickable{cursor:pointer;width:100%;font:inherit;text-align:left}.settings-member-row--clickable:hover{background:#e8281a08;border-color:#e8281a59}.settings-member-row:disabled{cursor:default;opacity:1}.settings-member-body{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}.settings-member-top{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.settings-member-name{color:var(--app-text);font-size:.9375rem;font-weight:700}.settings-member-you{text-transform:uppercase;letter-spacing:.03em;background:var(--riday-surface-muted);border:1px solid var(--app-border);color:var(--app-muted);border-radius:4px;padding:.1rem .35rem;font-size:.625rem;font-weight:700}.settings-member-top .settings-role-tag{margin-left:auto}.settings-member-bottom{color:var(--app-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.settings-member-email{word-break:break-all}.settings-member-since{font-variant-numeric:tabular-nums;white-space:nowrap}.settings-member-chevron{width:1rem;height:1rem;color:var(--app-dim);flex-shrink:0}.settings-member-row--clickable:hover .settings-member-chevron{color:var(--mandeo-orange)}.settings-roles-table{flex-direction:column;display:flex}.settings-roles-row{border-bottom:1px solid var(--app-border);grid-template-columns:7rem 1fr;align-items:baseline;gap:.75rem;padding:.55rem 0;font-size:.8125rem;display:grid}.settings-roles-row:last-child{border-bottom:none}.settings-roles-desc{color:var(--app-muted);line-height:1.4}.settings-kpi-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;display:grid}.settings-kpi{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:10px;flex-direction:column;gap:.25rem;padding:.85rem 1rem;display:flex}.settings-kpi-label{text-transform:uppercase;letter-spacing:.04em;color:var(--app-muted);font-size:.6875rem;font-weight:600}.settings-kpi-value{font-variant-numeric:tabular-nums;color:var(--app-text);font-size:1.125rem;font-weight:700;line-height:1.2}.settings-kpi-meta{color:var(--app-dim);align-items:center;gap:.25rem;font-size:.6875rem;display:inline-flex}.settings-text-ok{color:#16a34a;font-weight:600}.settings-contract{color:var(--app-muted);font-size:.8125rem;line-height:1.55}.settings-contract p{margin:0 0 .65rem}.settings-contract p:last-child{margin-bottom:0}.settings-note{border:1px solid var(--app-border);background:var(--riday-surface-muted);color:var(--app-muted);border-radius:8px;align-items:flex-start;gap:.5rem;padding:.75rem .85rem;font-size:.8125rem;display:flex}.settings-note p{margin:0;line-height:1.45}.settings-inline-btn{font:inherit;color:var(--mandeo-orange);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.settings-inline-link{color:var(--mandeo-orange);font-weight:600;text-decoration:none}.settings-inline-link:hover{text-decoration:underline}.settings-empty{text-align:center;color:var(--app-muted);flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem;display:flex}.riday-content:has(>.settings-page){height:calc(100vh - var(--riday-header-full-h));max-height:calc(100vh - var(--riday-header-full-h));background:var(--riday-surface);padding:0;overflow:hidden}@media (min-width:1024px){.riday-content:has(>.settings-page){padding:0}}[data-theme=dark] .riday-shell .settings-pill--ok{color:#4ade80}[data-theme=dark] .riday-shell .settings-pill--info{color:#60a5fa}[data-theme=dark] .riday-shell .settings-pill--warn{color:#f87171}[data-theme=dark] .riday-shell .settings-feedback--ok,[data-theme=dark] .riday-shell .settings-text-ok{color:#4ade80}[data-theme=dark] .riday-shell .settings-feedback--err{color:#f87171}@media (max-width:768px){.settings-layout{grid-template-columns:1fr;overflow-y:auto}.settings-nav{border-right:none;border-bottom:1px solid var(--app-border);flex-flow:wrap;padding:.5rem}.settings-nav-item{flex:calc(50% - .25rem);min-width:8rem}.settings-nav-desc,.settings-nav-chevron,.settings-nav-footer{display:none}.settings-main{overflow:visible}.settings-data-grid{grid-template-columns:1fr}.settings-data-cell{border-right:none}.settings-data-grid .settings-data-cell:last-child{border-bottom:none}.settings-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.riday-shell .app-table-wrap{border-radius:var(--app-radius-sm);width:100%;max-width:none;overflow:hidden}.riday-shell .app-table th{background:var(--riday-surface-muted);color:var(--app-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem}.riday-shell .app-table td{border-bottom:1px solid var(--app-border);color:var(--app-text)}.riday-shell .app-table tbody tr:hover{background:var(--riday-surface-muted)}.riday-shell .app-stat-card{background:var(--riday-surface);border:1px solid var(--app-border);box-shadow:0 1px 3px #0f172a0a}.riday-shell .app-stat-card:hover{box-shadow:0 4px 16px var(--mandeo-glow-soft);border-color:#e8281a59}.riday-shell .app-stat-grid .stat-card,.riday-shell [class*=StatCard]{background:var(--riday-surface);border:1px solid var(--app-border)}.riday-shell .app-info-list{flex-direction:column;display:flex}.riday-shell .app-info-row{border-bottom:1px solid var(--app-border);justify-content:space-between;gap:1rem;padding:.75rem 0;font-size:.875rem;display:flex}.riday-shell .app-info-row:last-child{border-bottom:none}.riday-shell .app-info-row dt{color:var(--app-dim);flex-shrink:0}.riday-shell .app-info-row dd{color:var(--mandeo-black);text-align:right;font-weight:600}.riday-shell .cc-contract-text{color:var(--app-muted);line-height:1.55}.riday-shell .cc-contract-text strong{color:var(--mandeo-black);font-weight:600}@media (max-width:640px){.riday-search{max-width:none;margin:0}.cc-kpi-card-value{font-size:1.25rem}}.catalog-btn-badge{min-width:1.15rem;height:1.15rem;color:var(--mandeo-orange);background:#fff;border-radius:999px;justify-content:center;align-items:center;margin-left:.15rem;padding:0 .3rem;font-size:.65rem;font-weight:800;display:inline-flex}.catalog-modal--publish{width:min(100%,920px);max-height:min(90dvh,680px)}.catalog-publish-modal-body{padding-top:.75rem!important}.catalog-publish-columns{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));align-items:start;gap:.75rem;display:grid}@media (min-width:768px){.catalog-publish-columns{grid-template-columns:repeat(4,1fr)}}.catalog-publish-col{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:10px;flex-direction:column;min-height:8rem;display:flex;overflow:hidden}.catalog-publish-col-title{border-bottom:1px solid var(--app-border);text-transform:uppercase;letter-spacing:.04em;color:var(--app-text);background:#fff;justify-content:space-between;align-items:center;gap:.35rem;margin:0;padding:.5rem .6rem;font-size:.72rem;font-weight:700;display:flex}.catalog-publish-col-title span{color:var(--mandeo-orange);font-size:.65rem;font-weight:800}.catalog-publish-col-list{flex-direction:column;flex:1;gap:.3rem;margin:0;padding:.35rem;list-style:none;display:flex}.catalog-publish-item{text-align:left;cursor:pointer;background:#fff;border:1px solid #0000;border-radius:8px;flex-direction:column;align-items:flex-start;gap:.1rem;width:100%;padding:.45rem .5rem;transition:border-color .12s,background .12s;display:flex}.catalog-publish-item strong{color:var(--app-text);font-size:.78rem;font-weight:600;line-height:1.25}.catalog-publish-item span{color:var(--app-muted);font-size:.65rem}.catalog-publish-item:hover{border-color:#e8281a40}.catalog-publish-item--on{border-color:var(--mandeo-orange);background:#e8281a0f}.catalog-publish-empty{text-align:center;color:var(--app-muted);padding:2rem 1rem;font-size:.85rem}.catalog-publish-footer{flex-wrap:wrap;align-items:center;gap:.65rem;justify-content:space-between!important}.catalog-publish-manual{color:var(--app-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.72rem;font-weight:600}.catalog-publish-manual:hover{color:var(--mandeo-orange)}.catalog-publish-footer-form{align-items:center;gap:.5rem;margin-left:auto;display:flex}.catalog-publish-price-input input{background:0 0;border:none;outline:none;width:4.5rem;font-size:.85rem;font-weight:700}.catalog-page{gap:1rem!important}.catalog-hero{border:1px solid var(--app-border);background:var(--riday-surface);border-radius:14px;gap:1rem;padding:1.1rem 1.2rem;display:grid;box-shadow:0 1px #0f172a0a}@media (min-width:900px){.catalog-hero{grid-template-columns:1fr auto auto;align-items:center}}.catalog-hero-badge{letter-spacing:.06em;text-transform:uppercase;color:var(--mandeo-orange);background:#e8281a1a;border-radius:999px;align-items:center;gap:.35rem;margin-bottom:.35rem;padding:.2rem .55rem;font-size:.65rem;font-weight:700;display:inline-flex}.catalog-hero-title{letter-spacing:-.03em;color:var(--app-text);margin:0;font-size:1.35rem;font-weight:800}.catalog-hero-desc{max-width:28rem;color:var(--app-muted);margin:.35rem 0 0;font-size:.8rem;line-height:1.5}.catalog-hero-metrics{flex-wrap:wrap;gap:.65rem;display:flex}.catalog-hero-metric{border:1px solid var(--app-border);background:var(--riday-surface-muted);text-align:center;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-width:5.5rem;padding:.55rem .85rem;display:flex}.catalog-hero-metric strong{color:var(--app-text);font-size:1.15rem;font-weight:800;line-height:1.1}.catalog-hero-metric span{text-transform:uppercase;letter-spacing:.04em;color:var(--app-muted);margin-top:.15rem;font-size:.62rem;font-weight:600}.catalog-hero-metric--alert{background:#e8281a0f;border-color:#e8281a59}.catalog-hero-metric--alert strong{color:var(--mandeo-orange)}.catalog-hero-actions{justify-content:flex-end;display:flex}.catalog-flow{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:12px;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:.5rem;padding:.75rem 1rem;display:grid}@media (max-width:720px){.catalog-flow{grid-template-columns:1fr;gap:.65rem}.catalog-flow-arrow{display:none}}.catalog-flow-step{border:1px solid var(--app-border);background:#fff;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:.55rem;padding:.5rem .65rem;display:grid}.catalog-flow-step--on{border-color:#e8281a66;box-shadow:0 0 0 1px #e8281a1f}.catalog-flow-num{background:var(--riday-surface-muted);width:1.65rem;height:1.65rem;color:var(--app-muted);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:flex}.catalog-flow-step--on .catalog-flow-num{background:var(--mandeo-orange);color:#fff}.catalog-flow-step strong{color:var(--app-text);font-size:.8rem;display:block}.catalog-flow-step span{color:var(--app-muted);font-size:.68rem;display:block}.catalog-flow-link{color:var(--mandeo-orange);white-space:nowrap;font-size:.68rem;font-weight:700}.catalog-flow-arrow{width:1rem;height:1rem;color:var(--app-dim);justify-self:center}.catalog-flow-icon{width:1rem;height:1rem;color:var(--app-dim)}.catalog-section-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.85rem;display:flex}.catalog-section-step{letter-spacing:.1em;text-transform:uppercase;color:var(--mandeo-orange);margin-bottom:.25rem;font-size:.62rem;font-weight:800;display:inline-block}.catalog-section-title{color:var(--app-text);margin:0;font-size:1rem;font-weight:700}.catalog-section-desc{color:var(--app-muted);max-width:36rem;margin:.25rem 0 0;font-size:.75rem;line-height:1.45}.catalog-section-action{border:1px solid var(--app-border);color:var(--app-text);background:#fff;border-radius:8px;flex-shrink:0;align-items:center;gap:.35rem;padding:.45rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.catalog-section-action:hover{color:var(--mandeo-orange);border-color:#e8281a59}.catalog-link{color:var(--mandeo-orange);font-weight:600}.catalog-menu-section{padding-top:.25rem}.catalog-header{border-bottom:1px solid var(--app-border);justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:.25rem;display:flex}.catalog-header-desc{color:var(--app-muted);margin:.2rem 0 0;font-size:.75rem;line-height:1.4}.catalog-title{letter-spacing:-.02em;color:var(--app-text);margin:0;font-size:1.125rem;font-weight:700}.catalog-toast{border:1px solid var(--app-border);background:var(--riday-surface-muted);color:var(--app-muted);border-radius:8px;margin:0;padding:.6rem .85rem;font-size:.8125rem}.catalog-toast--ok{color:#15803d;background:#22c55e14;border-color:#22c55e59}.catalog-tabs{scrollbar-width:none;gap:.35rem;padding-bottom:.15rem;display:flex;overflow-x:auto}.catalog-tabs::-webkit-scrollbar{display:none}.catalog-tab{border:1px solid var(--app-border);background:var(--riday-surface);color:var(--app-muted);cursor:pointer;border-radius:8px;flex-shrink:0;padding:.4rem .85rem;font-size:.8125rem;font-weight:600;transition:border-color .15s,color .15s,background .15s}.catalog-tab:hover{color:var(--app-text);border-color:#e8281a59}.catalog-tab--on{border-color:var(--mandeo-orange);color:var(--mandeo-orange);background:#e8281a14}.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.85rem;display:grid}@media (min-width:1280px){.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}.catalog-card{border:1px solid var(--app-border);background:var(--riday-surface);border-radius:12px;flex-direction:column;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.catalog-card:hover{border-color:#e8281a4d;box-shadow:0 4px 16px #0f172a0f}.catalog-card--off{opacity:.55}.catalog-card-media{aspect-ratio:1;border-bottom:1px solid var(--app-border);background:#fff;justify-content:center;align-items:center;padding:.65rem;display:flex;position:relative}.catalog-card-media img{object-fit:contain;width:100%;height:100%}.catalog-card-badge{text-transform:uppercase;letter-spacing:.04em;z-index:1;border-radius:999px;align-items:center;gap:.2rem;padding:.15rem .45rem;font-size:.58rem;font-weight:700;display:inline-flex;position:absolute;top:.45rem;left:.45rem}.catalog-card-badge--ok{color:#fff;background:#22c55eeb}.catalog-card-badge--warn{color:#fff;background:#f59e0beb}.catalog-card-placeholder{width:2rem;height:2rem;color:var(--app-dim);opacity:.35}.catalog-status{background:var(--app-dim);border-radius:50%;width:.5rem;height:.5rem;position:absolute;top:.5rem;right:.5rem;box-shadow:0 0 0 2px #fff}.catalog-status--on{background:#22c55e}.catalog-card-body{flex-direction:column;flex:1;gap:.5rem;padding:.65rem .75rem .75rem;display:flex}.catalog-card-top{min-width:0}.catalog-card-name{color:var(--app-text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.875rem;font-weight:700;line-height:1.25;overflow:hidden}.catalog-card-cat{text-transform:uppercase;letter-spacing:.05em;color:var(--mandeo-orange);margin-bottom:.2rem;font-size:.62rem;font-weight:700;display:block}.catalog-card-foot{justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;display:flex}.catalog-card-price{font-variant-numeric:tabular-nums;color:var(--mandeo-orange);font-size:.9375rem;font-weight:800}.catalog-card-actions{gap:.25rem;display:flex}.catalog-icon-btn{border:1px solid var(--app-border);background:var(--riday-surface-muted);width:1.75rem;height:1.75rem;color:var(--app-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:border-color .15s,color .15s,background .15s;display:flex}.catalog-icon-btn:hover{color:var(--mandeo-orange);background:#e8281a0f;border-color:#e8281a66}.catalog-icon-btn--danger:hover{color:#dc2626;background:#dc26260f;border-color:#dc262673}.catalog-empty-box{border:1px dashed var(--app-border);background:var(--riday-surface-muted);text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2.5rem 1rem;display:flex}.catalog-empty-box p{color:var(--app-text);margin:0;font-size:.875rem}.catalog-empty-hint{color:var(--app-muted)!important;font-size:.75rem!important}.catalog-empty{text-align:center;color:var(--app-muted);margin:2rem 0 0;font-size:.875rem}.catalog-empty-link{font-size:inherit;color:var(--mandeo-orange);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.catalog-form-hint{color:var(--app-dim);font-size:.6875rem}.catalog-form.app-panel{margin-bottom:.25rem}.catalog-modal-root{z-index:200;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.catalog-modal-backdrop{cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a73;border:none;position:absolute;inset:0}.catalog-modal{z-index:1;border:1px solid var(--app-border);background:var(--riday-surface);border-radius:14px;flex-direction:column;width:min(100%,560px);max-height:min(92dvh,720px);animation:.2s catalog-modal-in;display:flex;position:relative;box-shadow:0 24px 64px #0f172a2e}.catalog-modal--wide{width:min(100%,640px)}@keyframes catalog-modal-in{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.catalog-modal-header{border-bottom:1px solid var(--app-border);flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;display:flex}.catalog-modal-title{color:var(--app-text);margin:0;font-size:1rem;font-weight:700}.catalog-modal-sub{color:var(--app-muted);margin:.2rem 0 0;font-size:.72rem;line-height:1.35}.catalog-modal-close{border:1px solid var(--app-border);background:var(--riday-surface-muted);width:2rem;height:2rem;color:var(--app-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:border-color .15s,color .15s;display:flex}.catalog-modal-close:hover{color:var(--mandeo-orange);border-color:#e8281a66}.catalog-modal-body{flex:1;padding:1rem 1.15rem;overflow-y:auto}.catalog-modal-footer{border-top:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:0 0 14px 14px;flex-shrink:0;justify-content:flex-end;gap:.5rem;padding:.85rem 1.15rem 1rem;display:flex}.catalog-product-form{flex-direction:column;gap:0;display:flex}.catalog-form-section{border-bottom:1px solid var(--app-border);flex-direction:column;gap:.65rem;margin-bottom:.9rem;padding-bottom:.9rem;display:flex}.catalog-form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.catalog-form-section-title{letter-spacing:.06em;text-transform:uppercase;color:var(--app-muted);margin:0;font-size:.6875rem;font-weight:700}.catalog-form-row-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}@media (max-width:520px){.catalog-form-row-2{grid-template-columns:1fr}}.catalog-form-section--source{background:#e8281a0a;border:1px dashed #e8281a59;border-radius:10px;margin-bottom:.9rem;padding:.75rem}.catalog-form-active{color:var(--app-text);cursor:pointer;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.catalog-form-active input{width:1rem;height:1rem;accent-color:var(--mandeo-orange)}.catalog-item-photo{border:1px dashed var(--app-border);background:var(--riday-surface-muted);border-radius:12px;flex-direction:column;align-items:center;gap:.65rem;padding:1rem;display:flex}.catalog-item-photo-preview{border:1px solid var(--app-border);background:var(--riday-surface);border-radius:10px;justify-content:center;align-items:center;width:7rem;height:7rem;display:flex;position:relative;overflow:hidden}.catalog-item-photo-preview img{object-fit:contain;width:100%;height:100%;padding:.35rem}.catalog-item-photo-preview svg{color:var(--app-dim)}.catalog-item-photo-remove{color:#fff;cursor:pointer;background:#0f172aa6;border:none;border-radius:6px;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex;position:absolute;top:.25rem;right:.25rem}.catalog-item-photo-actions{flex-direction:column;align-items:center;gap:.35rem;display:flex}.catalog-item-photo-hint{color:var(--app-dim);text-align:center;margin:0;font-size:.6875rem}.catalog-modal--wizard{width:min(100%,720px);max-height:min(90dvh,680px)}.catalog-modal--lanche{width:min(100%,920px);max-height:min(92dvh,760px)}.catalog-wizard-header-main{align-items:flex-start;gap:.5rem;display:flex}.catalog-wizard-back{border:1px solid var(--app-border);background:var(--riday-surface-muted);width:2rem;height:2rem;color:var(--app-muted);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;display:flex}.catalog-wizard-body{padding-top:.85rem!important}.catalog-wizard-types{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}@media (max-width:640px){.catalog-wizard-types{grid-template-columns:1fr}}.catalog-wizard-type{border:1px solid var(--app-border);text-align:left;cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;align-items:flex-start;gap:.35rem;padding:1rem;transition:border-color .15s,box-shadow .15s;display:flex}.catalog-wizard-type:hover:not(:disabled){border-color:#e8281a73;box-shadow:0 4px 16px #0f172a0f}.catalog-wizard-type:disabled{opacity:.45;cursor:not-allowed}.catalog-wizard-type strong{color:var(--app-text);font-size:.9375rem}.catalog-wizard-type span{color:var(--app-muted);font-size:.72rem;line-height:1.35}.catalog-wizard-type em{color:var(--mandeo-orange);margin-top:.25rem;font-size:.65rem;font-style:normal;font-weight:700}.catalog-wizard-type-icon{border-radius:10px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;margin-bottom:.15rem;display:flex}.catalog-wizard-type-icon--drink{color:#2563eb;background:#3b82f61f}.catalog-wizard-type-icon--lanche{color:var(--mandeo-orange);background:#e8281a1a}.catalog-wizard-type-icon--other{color:#16a34a;background:#22c55e1f}.catalog-wizard-item-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.catalog-wizard-item{border:1px solid var(--app-border);text-align:left;cursor:pointer;background:#fff;border-radius:10px;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;padding:.65rem .75rem;display:flex}.catalog-wizard-item strong{color:var(--app-text);font-size:.8125rem}.catalog-wizard-item span{color:var(--app-muted);font-size:.68rem}.catalog-wizard-item--on{border-color:var(--mandeo-orange);background:#e8281a0d}.catalog-wizard-lanches{flex-direction:column;gap:1rem;display:flex}.catalog-wizard-lanche-new{text-align:left;cursor:pointer;background:#e8281a0a;border:2px dashed #e8281a66;border-radius:12px;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;padding:1rem 1.1rem;display:flex}.catalog-wizard-lanche-new strong{color:var(--mandeo-orange);font-size:.9375rem}.catalog-wizard-lanche-new span{color:var(--app-muted);font-size:.72rem}.catalog-wizard-templates-title{letter-spacing:.06em;text-transform:uppercase;color:var(--app-muted);margin:0 0 .5rem;font-size:.6875rem;font-weight:700}.catalog-wizard-hint{color:var(--app-dim);margin:0;font-size:.75rem;line-height:1.4}.catalog-lanche-cost{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:8px;flex-direction:column;justify-content:flex-end;gap:.25rem;padding:.5rem .65rem;display:flex}.catalog-lanche-cost-label{color:var(--app-muted);font-size:.6875rem}.catalog-lanche-cost strong{color:var(--app-text);font-size:1rem}.catalog-form-section--lanche-id{margin-bottom:.75rem;padding-bottom:.75rem}.catalog-lanche-id{grid-template-columns:3.75rem 1fr;align-items:start;gap:.75rem;display:grid}.catalog-lanche-photo{border:1px dashed var(--app-border);background:var(--riday-surface-muted);width:3.75rem;height:3.75rem;color:var(--app-dim);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:border-color .15s,color .15s;display:flex;position:relative;overflow:hidden}.catalog-lanche-photo:hover:not(:disabled){color:var(--mandeo-orange);border-color:#e8281a73}.catalog-lanche-photo:disabled{opacity:.6;cursor:wait}.catalog-lanche-photo img{object-fit:cover;width:100%;height:100%}.catalog-lanche-photo-remove{color:#fff;cursor:pointer;background:#0f172ab3;border:none;border-radius:4px;justify-content:center;align-items:center;width:1.15rem;height:1.15rem;display:flex;position:absolute;top:2px;right:2px}.catalog-lanche-id-fields{flex-direction:column;gap:.55rem;min-width:0;display:flex}.catalog-lanche-id-row{grid-template-columns:1.2fr 1fr auto;align-items:end;gap:.55rem;display:grid}@media (max-width:640px){.catalog-lanche-id{grid-template-columns:3.25rem 1fr}.catalog-lanche-photo{width:3.25rem;height:3.25rem}.catalog-lanche-id-row{grid-template-columns:1fr}}.catalog-lanche-cost--inline{min-width:6.5rem;padding:.45rem .6rem}.catalog-lanche-cost--inline strong{font-size:.875rem}.catalog-lanche-featured{border:1px solid var(--riday-border);min-height:2.65rem;color:var(--riday-text);cursor:pointer;border-radius:.75rem;align-items:center;gap:.55rem;padding:.6rem .75rem;font-size:.8125rem;font-weight:600;display:flex}.catalog-lanche-featured input{accent-color:var(--mandeo-orange)}.recipe-grouped{grid-template-columns:1fr 280px;align-items:start;gap:1rem;display:grid}@media (max-width:768px){.recipe-grouped{grid-template-columns:1fr}}.recipe-grouped-sectors{flex-direction:column;gap:.85rem;max-height:22rem;padding-right:.25rem;display:flex;overflow-y:auto}.recipe-grouped-sector-title{letter-spacing:.05em;text-transform:uppercase;color:var(--app-muted);margin:0 0 .4rem;font-size:.6875rem;font-weight:700}.recipe-grouped-chips{flex-wrap:wrap;gap:.35rem;display:flex}.recipe-grouped-chip{border:1px solid var(--app-border);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .55rem;font-size:.72rem;display:inline-flex}.recipe-grouped-chip--on{border-color:var(--mandeo-orange);color:var(--mandeo-orange);background:#e8281a14}.recipe-grouped-chip-img{object-fit:cover;border-radius:4px;width:1.25rem;height:1.25rem}.recipe-grouped-chip-dot{background:var(--app-border);border-radius:50%;width:.5rem;height:.5rem}.recipe-grouped-chip-name{font-weight:600}.recipe-grouped-chip-unit{opacity:.7;font-size:.65rem}.recipe-grouped-composition{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:12px;padding:.85rem;position:sticky;top:0}.recipe-grouped-composition-title{color:var(--app-text);margin:0 0 .5rem;font-size:.75rem;font-weight:700}.recipe-grouped-composition-empty,.recipe-grouped-empty{color:var(--app-dim);margin:0;font-size:.72rem;line-height:1.4}.recipe-grouped-composition-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.recipe-grouped-composition-row{border-bottom:1px solid var(--app-border);flex-direction:column;gap:.35rem;padding-bottom:.5rem;display:flex}.recipe-grouped-composition-row:last-child{border-bottom:none;padding-bottom:0}.recipe-grouped-composition-info{justify-content:space-between;gap:.5rem;font-size:.72rem;display:flex}.recipe-grouped-composition-info strong{color:var(--app-text)}.recipe-grouped-composition-info span{color:var(--app-muted)}.recipe-grouped-composition-qty{grid-template-columns:1fr auto auto;align-items:center;gap:.35rem;display:grid}.recipe-grouped-composition-qty span{color:var(--app-muted);font-size:.68rem}.recipe-grouped-composition-remove{width:1.75rem;height:1.75rem;color:var(--app-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:flex}.recipe-grouped-composition-remove:hover{color:#dc2626;background:#ef44441a}.recipe-editor{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:12px;padding:.85rem 1rem}.recipe-editor-head{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.recipe-editor-title{color:var(--app-text);margin:0;font-size:.875rem;font-weight:700}.recipe-editor-desc{color:var(--app-muted);margin:.2rem 0 0;font-size:.72rem;line-height:1.4}.recipe-editor-empty{color:var(--app-muted);margin:0;font-size:.75rem;line-height:1.45}.recipe-editor-list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.recipe-editor-row{grid-template-columns:1fr 6rem auto auto;align-items:end;gap:.5rem;display:grid}@media (max-width:560px){.recipe-editor-row{grid-template-columns:1fr}}.recipe-editor-unit{color:var(--app-muted);min-width:2rem;padding-bottom:.55rem;font-size:.75rem}.recipe-editor-remove{border:1px solid var(--app-border);width:2.25rem;height:2.25rem;color:var(--app-muted);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;margin-bottom:.15rem;display:flex}.recipe-editor-remove:hover{color:var(--mandeo-orange);border-color:#e8281a59}.catalog-publish{border:1px solid var(--app-border);background:var(--riday-surface);border-radius:14px;padding:1rem 1.1rem}.catalog-publish--done{background:#22c55e0d;border-color:#22c55e40;align-items:center;gap:.85rem;display:flex}.catalog-publish-done-icon{color:#15803d;background:#22c55e1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.catalog-publish-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem;display:grid}@media (min-width:1100px){.catalog-publish-grid{grid-template-columns:repeat(3,1fr)}}.catalog-publish-card{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:12px;flex-direction:column;gap:.65rem;min-height:100%;padding:.85rem;display:flex}.catalog-publish-card-top{flex-direction:column;gap:.35rem;min-height:3.25rem;display:flex}.catalog-publish-cat{border:1px solid var(--app-border);text-transform:uppercase;letter-spacing:.05em;color:var(--app-muted);background:#fff;border-radius:999px;align-self:flex-start;padding:.12rem .45rem;font-size:.6rem;font-weight:700}.catalog-publish-name{color:var(--app-text);font-size:.9rem;font-weight:700;line-height:1.25}.catalog-publish-meta{border-top:1px solid var(--app-border);border-bottom:1px solid var(--app-border);grid-template-columns:1fr 1fr;gap:.5rem;margin:0;padding:.5rem 0;display:grid}.catalog-publish-meta div{flex-direction:column;gap:.1rem;display:flex}.catalog-publish-meta dt{text-transform:uppercase;letter-spacing:.05em;color:var(--app-dim);font-size:.6rem;font-weight:700}.catalog-publish-meta dd{color:var(--app-text);margin:0;font-size:.78rem;font-weight:600}.catalog-publish-price-label{text-transform:uppercase;letter-spacing:.05em;color:var(--app-muted);margin-bottom:.3rem;font-size:.65rem;font-weight:700;display:block}.catalog-publish-price-input{border:1px solid var(--app-border);background:#fff;border-radius:8px;align-items:center;gap:.35rem;height:2.25rem;padding:0 .65rem;display:flex}.catalog-publish-price-input span{color:var(--app-muted);font-size:.8rem;font-weight:600}.catalog-publish-price-input input{width:100%;color:var(--app-text);background:0 0;border:none;outline:none;font-size:.9rem;font-weight:700}.catalog-publish-actions{flex-direction:column;gap:.35rem;margin-top:auto;display:flex}.catalog-publish-btn-main{justify-content:center;width:100%}.catalog-publish-btn-ghost{color:var(--app-muted);cursor:pointer;text-align:center;background:0 0;border:none;padding:.35rem;font-size:.72rem;font-weight:600}.catalog-publish-btn-ghost:hover{color:var(--mandeo-orange)}.catalog-stock-panel{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:12px;padding:.85rem 1rem}.catalog-stock-panel--ok{background:#22c55e0f;border-color:#22c55e40}.catalog-stock-panel-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.catalog-stock-panel-title{color:var(--app-text);margin:0;font-size:.9rem;font-weight:700}.catalog-stock-panel-desc,.catalog-stock-panel-msg{color:var(--app-muted);margin:.25rem 0 0;font-size:.75rem;line-height:1.45}.catalog-stock-panel-msg{align-items:center;gap:.5rem;display:flex}.catalog-stock-panel-link{color:var(--mandeo-orange);white-space:nowrap;font-size:.75rem;font-weight:600}.catalog-stock-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.catalog-stock-item{border:1px solid var(--app-border);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.55rem .65rem;display:flex}.catalog-stock-item-main{flex-direction:column;gap:.15rem;min-width:0;display:flex}.catalog-stock-item-main strong{color:var(--app-text);font-size:.8125rem}.catalog-stock-item-main span{color:var(--app-muted);font-size:.7rem}.catalog-stock-item-actions{flex-shrink:0;gap:.35rem;display:flex}.catalog-card-stock{color:#15803d;align-items:center;gap:.25rem;margin-top:.2rem;font-size:.65rem;line-height:1.3;display:inline-flex}.catalog-card-stock--warn{color:#b45309}.catalog-source-stock{background:#e8281a0a;border:1px dashed #e8281a59;border-radius:10px;padding:.75rem}.stock-card-btn--menu{color:var(--mandeo-orange)}.orders-page{width:100%;max-width:none;min-height:0;max-height:calc(100vh - var(--riday-header-full-h) - 2rem);box-sizing:border-box;flex-direction:column;flex:1;display:flex;overflow:hidden;gap:.85rem!important}.orders-header{border-bottom:1px solid var(--app-border);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;padding-bottom:.65rem;display:flex}.orders-header-main{flex-direction:column;gap:.15rem;display:flex}.orders-subtitle{color:var(--app-muted);margin:0;font-size:.8125rem;font-weight:500}.orders-title{letter-spacing:-.02em;color:var(--app-text);margin:0;font-size:1.125rem;font-weight:700}.orders-toolbar{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.orders-date-filter{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:8px;align-items:center;gap:.4rem;padding:.25rem .5rem;display:inline-flex}.orders-date-label{text-transform:uppercase;letter-spacing:.04em;color:var(--app-muted);font-size:.7rem;font-weight:600}.orders-date-input{color:var(--app-text);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:.8rem;font-weight:600}.orders-date-input:focus{outline:none}.orders-segmented{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:8px;padding:.15rem;display:flex}.orders-segmented-btn{color:var(--app-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.35rem;padding:.35rem .7rem;font-size:.75rem;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.orders-segmented-btn--on{background:var(--riday-surface);color:var(--app-text);box-shadow:0 1px 3px #0f172a14}.orders-toast{border-radius:8px;margin:0;padding:.6rem .85rem;font-size:.8125rem}.orders-toast--error{color:#b91c1c;background:#dc26260f;border:1px solid #dc262659}.orders-board{scrollbar-width:thin;flex:auto;align-items:stretch;gap:.5rem;width:100%;min-width:0;min-height:0;max-height:100%;padding-top:1.1rem;padding-bottom:.35rem;display:flex;overflow:auto hidden}@media (min-width:1024px){.orders-board{overflow-x:hidden}}.orders-col{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:10px;flex-direction:column;flex:1 1 0;min-width:0;min-height:0;max-height:100%;display:flex;overflow:visible}.orders-col-body{overscroll-behavior:contain;scrollbar-width:thin;border-radius:0 0 10px 10px;flex-direction:column;flex:auto;gap:.5rem;min-height:0;padding:.5rem;display:flex;overflow:hidden auto}@media (max-width:1023px){.orders-col{flex:0 0 min(220px,42vw);min-width:200px}}.orders-col-head{border-bottom:1px solid var(--app-border);background:var(--riday-surface);z-index:1;border-radius:10px 10px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .75rem;display:flex;position:relative;overflow:visible}.orders-col-head--ping{animation:.75s ease-in-out 2 orders-col-head-ping}.orders-col-head-end{flex-shrink:0;align-items:center;gap:.35rem;display:flex}.orders-col-alert{letter-spacing:.02em;white-space:nowrap;color:#fff;background:var(--mandeo-orange);border-radius:5px;padding:.12rem .4rem;font-size:.6rem;font-weight:700;animation:.3s ease-out orders-col-alert-pop;box-shadow:0 2px 8px #e8281a59}.orders-col-bubble{letter-spacing:.01em;text-transform:none;white-space:nowrap;color:#fff;z-index:5;pointer-events:none;background:#b91c1ceb;border-radius:4px;padding:.1rem .35rem;font-size:.52rem;font-weight:700;line-height:1.25;animation:.25s ease-out orders-col-bubble-in;position:absolute;bottom:calc(100% + 4px);right:.4rem;box-shadow:0 2px 6px #b91c1c47}.orders-col-bubble:after{content:"";border:4px solid #0000;border-top-color:#b91c1ceb;position:absolute;top:100%;right:10px}@keyframes orders-col-bubble-in{0%{opacity:0;transform:translateY(3px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes orders-col-head-ping{0%,to{background:var(--riday-surface)}50%{background:#f59e0b24}}@keyframes orders-col-alert-pop{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes orders-card-pulse{0%,to{border-color:var(--app-border);box-shadow:0 1px 2px #0f172a0a}35%{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b59}70%{border-color:var(--mandeo-orange);box-shadow:0 0 0 5px #e8281a26}}.orders-card--pulse{animation:1s ease-in-out 3 orders-card-pulse}.orders-col-label{text-transform:uppercase;letter-spacing:.04em;color:var(--app-text);font-size:.75rem;font-weight:700}.orders-col-head-stack{flex-direction:column;gap:.1rem;min-width:0;display:flex}.orders-col-sub{text-transform:none;letter-spacing:0;color:var(--app-dim);white-space:nowrap;text-overflow:ellipsis;font-size:.625rem;font-weight:500;overflow:hidden}.orders-col--history{opacity:.95}.orders-col-count{background:var(--riday-surface-muted);text-align:center;font-variant-numeric:tabular-nums;min-width:1.25rem;height:1.25rem;color:var(--app-muted);border-radius:999px;padding:0 .35rem;font-size:.6875rem;font-weight:700;line-height:1.25rem}.orders-col--pending .orders-col-head{border-top:3px solid #f59e0b}.orders-col--confirmed .orders-col-head{border-top:3px solid #3b82f6}.orders-col--preparing .orders-col-head{border-top:3px solid var(--mandeo-orange)}.orders-col--ready .orders-col-head{border-top:3px solid #22c55e}.orders-col--delivery .orders-col-head{border-top:3px solid #8b5cf6}.orders-col--done .orders-col-head{border-top:3px solid #64748b}.orders-col-empty{text-align:center;color:var(--app-dim);margin:0;padding:1.5rem 0;font-size:.75rem}.orders-card{border:1px solid var(--app-border);background:var(--riday-surface);border-radius:8px;flex-direction:column;gap:.35rem;padding:.65rem .7rem;display:flex;box-shadow:0 1px 2px #0f172a0a}.orders-card-top{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.orders-card-num{font-variant-numeric:tabular-nums;color:var(--app-text);font-size:.9375rem;font-weight:800}.orders-card-time{font-variant-numeric:tabular-nums;color:var(--app-dim);font-size:.6875rem;font-weight:500}.orders-card-meta{flex-wrap:wrap;gap:.35rem;display:flex}.orders-card-platform{text-transform:uppercase;letter-spacing:.03em;color:var(--app-muted);font-size:.625rem;font-weight:600}.orders-card-tag{color:#b45309;background:#f59e0b1f;border-radius:4px;padding:.1rem .35rem;font-size:.625rem;font-weight:600}.orders-card-tag--done{color:#16a34a;background:#22c55e1f}.orders-card-tag--delivery{color:#7c3aed;background:#8b5cf61f}.orders-card-tag--pickup{color:#2563eb;background:#3b82f61f}.orders-card--done{opacity:.88}.orders-card-chrono{font-variant-numeric:tabular-nums;border-radius:6px;justify-content:space-between;align-items:baseline;gap:.5rem;margin-top:.15rem;padding:.3rem .45rem;display:flex}.orders-card-chrono--ok{background:#22c55e1a;border:1px solid #22c55e40}.orders-card-chrono--warn{background:#f59e0b1f;border:1px solid #f59e0b4d}.orders-card-chrono--late{background:#e8281a14;border:1px solid #e8281a40}.orders-card-chrono-value{letter-spacing:.02em;font-size:1rem;font-weight:800;line-height:1}.orders-card-chrono--ok .orders-card-chrono-value{color:#16a34a}.orders-card-chrono--warn .orders-card-chrono-value{color:#b45309}.orders-card-chrono--late .orders-card-chrono-value{color:var(--mandeo-orange)}.orders-card-chrono-meta{color:var(--app-dim);text-align:right;font-size:.6rem;font-weight:500;line-height:1.25}.orders-card-customer{color:var(--app-text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8125rem;font-weight:600;overflow:hidden}.orders-card-items{color:var(--app-muted);margin:0;padding:0;font-size:.6875rem;line-height:1.45;list-style:none}.orders-card-items li span{color:var(--app-dim);font-weight:700}.orders-card-more{color:var(--app-dim);font-style:italic}.orders-card-foot{border-top:1px solid var(--app-border);flex-direction:column;gap:.45rem;margin-top:.25rem;padding-top:.45rem;display:flex}.orders-card-total{font-variant-numeric:tabular-nums;color:var(--mandeo-orange);font-size:.875rem;font-weight:800}.orders-card-actions{flex-wrap:wrap;align-items:center;gap:.35rem .65rem;display:flex}.orders-card-primary{background:var(--mandeo-orange);color:#fff;cursor:pointer;border:none;border-radius:6px;flex:1;min-width:0;padding:.4rem .55rem;font-size:.6875rem;font-weight:700;transition:opacity .15s}.orders-card-primary:hover{opacity:.92}.orders-card-cancel{color:var(--app-dim);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.6875rem;font-weight:600;text-decoration:underline}.orders-card-cancel:hover{color:#dc2626}.ws-embedded{flex-direction:column;flex:1;width:100%;height:100%;min-height:0;margin:0;display:flex}.ws-embedded .ws-top,.ws-embedded .kds-tv-actions{display:none}.ws-embedded .ws-waiter,.ws-embedded .ws-recepcao,.ws-embedded .ws-cashier,.ws-embedded .ws-dispatch,.ws-embedded .ws-assembly,.ws-embedded .kds-tv{min-height:auto;color:var(--app-text);background:0 0}.ws-embedded .ws-cashier,.ws-embedded .ws-dispatch,.ws-embedded .ws-assembly-section{flex-direction:column;flex:1;min-height:0;padding:0;display:flex;overflow:hidden}.ws-embedded .ws-waiter-grid,.ws-embedded .ws-dispatch-grid{min-height:auto;padding:0}.ws-embedded .ws-section-title,.ws-embedded .ws-panel-title,.ws-embedded .ws-order-num,.ws-embedded .ws-intake-num,.ws-embedded .kds-tv-title{color:var(--app-text)}.ws-embedded .ws-section-title{margin:0 0 .75rem;font-size:.875rem;font-weight:700}.ws-embedded .ws-order-meta,.ws-embedded .ws-order-row-meta,.ws-embedded .ws-order-row-items,.ws-embedded .ws-panel-hint,.ws-embedded .ws-table-status,.ws-embedded .ws-table-meta,.ws-embedded .ws-table-cap,.ws-embedded .ws-intake-items,.ws-embedded .ws-intake-channel,.ws-embedded .ws-dispatch-address,.ws-embedded .ws-dispatch-status,.ws-embedded .ws-assembly-head,.ws-embedded .ws-assembly-hint,.ws-embedded .ws-stat-label,.ws-embedded .ws-stat-hint,.ws-embedded .ws-card-meta,.ws-embedded .ws-card-items,.ws-embedded .kds-tv-sub,.ws-embedded .kds-tv-channel,.ws-embedded .kds-tv-empty{color:var(--app-muted)}.ws-embedded .ws-order-total,.ws-embedded .ws-intake-total,.ws-embedded .ws-card-total,.ws-embedded .ws-stat-value--green{color:var(--mandeo-orange)}.ws-embedded .ws-stat-value{color:var(--app-text)}.ws-embedded .ws-table-card,.ws-embedded .ws-panel,.ws-embedded .ws-card,.ws-embedded .ws-intake-card,.ws-embedded .ws-dispatch-card,.ws-embedded .ws-assembly-card,.ws-embedded .ws-stat-card,.ws-embedded .ws-cashier-order--pick,.ws-embedded .kds-tv-card{background:var(--riday-surface);border:1px solid var(--app-border);color:var(--app-text);box-shadow:0 1px 2px #0f172a0a}.ws-embedded .ws-table-card--active{border-color:var(--mandeo-orange);box-shadow:0 0 0 2px #e8281a33}.ws-embedded .ws-assembly-card--ready{border-color:#22c55e66}.ws-embedded .ws-assembly-card--wait{border-color:#f59e0b59}.ws-embedded .ws-check--done{color:#16a34a}.ws-embedded .ws-check--pending{color:var(--app-muted)}.ws-embedded .ws-input,.ws-embedded .ws-pay-cash input{background:var(--riday-surface);border:1px solid var(--app-border);color:var(--app-text)}.ws-embedded .ws-product-btn,.ws-embedded .ws-action-btn,.ws-embedded .ws-btn,.ws-embedded .ws-pay-methods button{background:var(--riday-surface-muted);border:1px solid var(--app-border);color:var(--app-text)}.ws-embedded .ws-action-btn--primary,.ws-embedded .ws-action-btn--success,.ws-embedded .ws-btn--ok,.ws-embedded .ws-btn--action{background:var(--mandeo-orange);border-color:var(--mandeo-orange);color:#fff}.ws-embedded .ws-btn--danger{color:#dc2626;background:0 0;border-color:#dc2626}.ws-embedded .ws-order-row{border-bottom-color:var(--app-border)}.ws-embedded .ws-empty{color:var(--app-muted)}.ws-embedded .ws-error,.ws-embedded .ws-error--inline{color:#dc2626}.ws-embedded .ws-col{background:var(--riday-surface-muted);border:1px solid var(--app-border)}.ws-embedded .ws-col-head{background:0 0;border-bottom:none}.ws-embedded .ws-recepcao{height:100%;min-height:0;color:var(--app-text);background:0 0;flex-direction:column;flex:1;gap:0;padding:0;display:flex}.ws-embedded .ws-dispatch{height:100%;min-height:0;color:var(--app-text);background:0 0;flex-direction:column;flex:1;gap:0;padding:0;display:flex;overflow:hidden}.ws-embedded .ws-col-hint,.ws-embedded .ws-card-time{color:var(--app-muted)}.ws-embedded .ws-col--new .ws-col-head,.ws-embedded .ws-col--new .ws-col-head-icon{color:#d97706}.ws-embedded .ws-col--orange .ws-col-head,.ws-embedded .ws-col--orange .ws-col-head-icon{color:#ea580c}.ws-embedded .ws-col--blue .ws-col-head,.ws-embedded .ws-col--blue .ws-col-head-icon{color:#2563eb}.ws-embedded .ws-col--violet .ws-col-head,.ws-embedded .ws-col--violet .ws-col-head-icon{color:#7c3aed}.ws-embedded .ws-col-head-wrap{background:var(--riday-surface);border-bottom:1px solid var(--app-border);padding:.65rem .85rem}.ws-embedded .ws-col-head{color:var(--app-text);text-transform:uppercase;letter-spacing:.04em;background:0 0;border:none;margin:0;padding:0;font-size:.8rem;font-weight:700}.ws-embedded .ws-col--amber .ws-col-head,.ws-embedded .ws-col--amber .ws-col-head-icon{color:#d97706}.ws-embedded .ws-col--emerald .ws-col-head,.ws-embedded .ws-col--emerald .ws-col-head-icon{color:#16a34a}.ws-embedded .ws-col--slate .ws-col-head,.ws-embedded .ws-col--slate .ws-col-head-icon{color:var(--app-muted)}.ws-embedded .ws-col-count{background:var(--riday-surface-muted);color:var(--app-text)}.ws-embedded .ws-col-count--alert{color:#d97706;background:#f59e0b26}.ws-embedded .ws-card-customer{color:var(--app-text);font-weight:700}.ws-embedded .ws-card-foot{border-top-color:var(--app-border)}.ws-embedded .ws-badge--delivery{color:#2563eb;background:#3b82f61f}.ws-embedded .ws-badge--pickup{color:#d97706;background:#f59e0b1f}.ws-embedded .ws-badge--dine{color:#7c3aed;background:#8b5cf61f}.ws-embedded .ws-card-items li{border-bottom-color:var(--app-border)}.ws-embedded .ws-card-item-qty{color:var(--app-muted)}.ws-embedded .ws-board--recepcao{flex:1;grid-template-columns:repeat(7,minmax(0,1fr));align-items:stretch;gap:.5rem;height:100%;min-height:0;padding:0;display:grid;overflow:hidden}.ws-embedded .ws-board--recepcao .ws-col{flex-direction:column;flex:none;height:100%;min-height:0;display:flex}.ws-embedded .ws-col--new{background:#f59e0b0d;border-color:#f59e0b59}.ws-embedded .ws-col{border-radius:10px;min-height:0;overflow:hidden}.ws-embedded .ws-col-body{flex:1;gap:.5rem;min-height:0;max-height:none;padding:.5rem;overflow-y:auto}@media (max-width:1280px){.ws-embedded .ws-board--recepcao{grid-template-columns:repeat(7,minmax(11rem,1fr));overflow-x:auto}}.ws-embedded .ws-intake-card{border:1px solid #f59e0b59}.ws-embedded .ws-btn--secondary{background:var(--riday-surface-muted)!important;border-color:var(--app-border)!important;color:var(--app-text)!important}.ws-embedded .ws-dispatch-route{color:#7c3aed;background:#8b5cf61f;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:.875rem;font-weight:800;display:inline-flex}.ws-embedded .ws-dispatch-stats{flex-shrink:0;margin:0 0 .65rem}.ws-embedded .ws-dispatch-stat{background:var(--riday-surface);border:1px solid var(--app-border);box-shadow:0 1px 2px #0f172a0a}.ws-embedded .ws-dispatch-stat-label{color:var(--app-muted)}.ws-embedded .ws-dispatch-stat-value{color:var(--app-text)}.ws-embedded .ws-dispatch-stat-value--accent{color:var(--mandeo-orange)}.ws-embedded .ws-dispatch-stat-meta{color:var(--app-muted)}.ws-embedded .ws-board--dispatch{flex:1;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:.65rem;height:100%;min-height:0;padding:0;display:grid;overflow:hidden}.ws-embedded .ws-board--dispatch .ws-col{border:1px solid var(--app-border);background:var(--riday-surface-muted);flex-direction:column;flex:none;height:100%;min-height:0;display:flex}.ws-embedded .ws-dispatch-card{background:var(--riday-surface);border:1px solid var(--app-border);box-shadow:0 1px 2px #0f172a0a}.ws-embedded .ws-dispatch-card-head{grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;display:grid}.ws-embedded .ws-dispatch-pill{background:var(--riday-surface-muted);color:var(--app-muted);border:1px solid var(--app-border)}.ws-embedded .ws-dispatch-pill--ready{color:#16a34a;background:#22c55e1a;border-color:#22c55e40}.ws-embedded .ws-dispatch-pill--prep{color:#d97706;background:#f59e0b1a;border-color:#f59e0b40}.ws-embedded .ws-dispatch-driver,.ws-embedded .ws-dispatch-address{color:var(--app-muted)}@media (max-width:900px){.ws-embedded .ws-board--dispatch{grid-template-columns:1fr;overflow-y:auto}}.ws-embedded .kds-tv-top{border:1px solid var(--app-border);border-top:3px solid var(--mandeo-orange);background:var(--riday-surface);border-radius:10px;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;padding:.75rem 1rem;display:flex}.ws-embedded .kds-tv-brand{color:var(--mandeo-orange)}.ws-embedded .kds-tv-station-btn{background:var(--riday-surface-muted);border:1px solid var(--app-border);color:var(--app-text)}.ws-embedded .kds-tv-station-btn--on{background:var(--mandeo-orange);border-color:var(--mandeo-orange);color:#fff}.ws-embedded .kds-tv-link{color:var(--app-muted);border:1px solid var(--app-border);border-radius:8px;padding:.4rem .75rem}.ws-embedded .kds-tv-board{background:0 0;min-height:360px;padding:0}.ws-embedded .kds-tv-action-btn{background:var(--mandeo-orange);color:#fff;border:none}.ws-embedded .kds-tv-action-btn--warn{background:var(--riday-surface-muted);border:1px solid var(--app-border);color:var(--app-text)}.ws-embedded .kds-tv-note{color:var(--app-muted);font-size:.8125rem}.ws-embedded .kds-tv-error{color:#dc2626;background:#dc262614;border-radius:8px;margin-bottom:.75rem}.finance-page{border:1px solid var(--app-border);background:#fff;border-radius:12px;flex-direction:column;flex:1 1 0;gap:.65rem;width:100%;min-height:0;max-height:100%;padding:1rem 1.25rem 1.25rem;display:flex;overflow:hidden;box-shadow:0 1px 3px #0f172a0a}.finance-body{flex-direction:column;flex:1 1 0;min-height:0;display:flex;overflow:hidden}.finance-flux{flex-direction:column;flex:1 1 0;gap:.65rem;min-height:0;display:flex;overflow:hidden}.finance-top{border-bottom:1px solid var(--app-border);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:.65rem;display:flex}.finance-top-left{flex-direction:column;gap:.5rem;display:flex}.finance-top-right{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.finance-tabs{border:1px solid var(--app-border);background:#f8fafc;border-radius:8px;gap:.15rem;width:fit-content;padding:.15rem;display:flex}.finance-tab{color:var(--app-muted);border-radius:6px;padding:.35rem .75rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s}.finance-tab--on{background:var(--riday-surface);color:var(--mandeo-orange);box-shadow:0 1px 2px #0f172a0f}.finance-range{border:1px solid var(--app-border);background:#f8fafc;border-radius:8px;align-items:center;gap:.35rem;padding:.25rem .5rem;display:inline-flex}.finance-range-sep{color:var(--app-dim);font-size:.75rem}.finance-period-chip{color:var(--app-muted);flex-shrink:0;margin:0;font-size:.75rem;font-weight:600}.finance-toast{flex-shrink:0}.finance-hero{flex-shrink:0;grid-template-columns:1.4fr 1fr;gap:.75rem;display:grid}@media (max-width:900px){.finance-hero{grid-template-columns:1fr}}.finance-hero-main{border:1px solid var(--app-border);box-shadow:inset 3px 0 0 var(--mandeo-orange);background:#fff;border-radius:12px;padding:1rem 1.15rem}.finance-hero-label{text-transform:uppercase;letter-spacing:.05em;color:var(--app-muted);margin:0;font-size:.7rem;font-weight:600}.finance-hero-value{font-variant-numeric:tabular-nums;color:var(--app-text);margin:.25rem 0 .75rem;font-size:2rem;font-weight:800;line-height:1.1}.finance-hero-value--neg{color:#dc2626}.finance-hero-bar{background:var(--riday-surface-muted);border-radius:999px;height:8px;display:flex;overflow:hidden}.finance-hero-bar-in{background:linear-gradient(90deg,#22c55e,#16a34a);transition:width .4s}.finance-hero-bar-out{background:linear-gradient(90deg,#f87171,#ef4444);transition:width .4s}.finance-hero-split{color:var(--app-muted);justify-content:space-between;gap:.75rem;margin-top:.65rem;font-size:.75rem;font-weight:600;display:flex}.finance-hero-stats{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.finance-hero-stat{border:1px solid var(--app-border);color:var(--app-muted);background:#f8fafc;border-radius:10px;align-items:center;gap:.6rem;padding:.75rem .85rem;font-size:.75rem;display:flex}.finance-hero-stat strong{color:var(--app-text);font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:800;display:block}.finance-hero-stat--wide{flex-direction:column;grid-column:span 2;align-items:flex-start;gap:.15rem}.finance-hero-stat--wide strong{font-size:.875rem}.finance-metrics{grid-template-columns:repeat(4,1fr);gap:.65rem;display:grid}@media (max-width:1100px){.finance-metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.finance-metrics{grid-template-columns:1fr}}.finance-metric{border:1px solid var(--app-border);background:#fff;border-radius:10px;gap:.65rem;padding:.85rem 1rem;display:flex}.finance-metric>div{flex-direction:column;gap:.1rem;min-width:0;display:flex}.finance-metric span{color:var(--app-muted);font-size:.6875rem;font-weight:600;line-height:1.3}.finance-metric strong{font-variant-numeric:tabular-nums;color:var(--app-text);font-size:1.05rem;font-weight:800}.finance-metric-icon{border-radius:8px;flex-shrink:0;width:2rem;height:2rem;padding:.4rem}.finance-metric-icon--in{color:#16a34a;background:#22c55e1f}.finance-metric-icon--out{color:#dc2626;background:#ef44441a}.finance-metric-icon--bal{color:var(--mandeo-orange);background:#e8281a1a}.finance-metric-icon--ops{background:var(--riday-surface-muted);color:var(--app-text)}.finance-report-grid{grid-template-columns:1.35fr 1fr;gap:.75rem;display:grid}@media (max-width:1024px){.finance-report-grid{grid-template-columns:1fr}}.finance-filters{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:8px;gap:.2rem;padding:.15rem;display:flex}.finance-filter-btn{color:var(--app-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.3rem .65rem;font-size:.75rem;font-weight:600}.finance-filter-btn--on{background:var(--riday-surface);color:var(--app-text);box-shadow:0 1px 2px #0f172a0f}.finance-panel--form .finance-form{gap:.75rem;max-width:28rem;display:grid}.finance-form-actions{gap:.5rem;display:flex}.finance-timeline{flex-direction:column;gap:1rem;display:flex}.finance-timeline-day-head{border-bottom:1px solid var(--app-border);justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.5rem;padding-bottom:.5rem;display:flex}.finance-timeline-day-head time{color:var(--app-text);font-size:.8125rem;font-weight:700}.finance-timeline-day-meta{color:var(--app-muted);font-variant-numeric:tabular-nums;font-size:.6875rem}.finance-timeline-in{color:#16a34a;font-weight:600}.finance-timeline-out{color:#dc2626;font-weight:600}.finance-timeline-list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.finance-timeline-item{border-bottom:1px solid var(--riday-surface-muted);gap:.65rem;padding:.55rem 0;display:flex}.finance-timeline-item:last-child{border-bottom:none}.finance-timeline-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.45rem}.finance-timeline-dot--in{background:#22c55e;box-shadow:0 0 0 3px #22c55e26}.finance-timeline-dot--out{background:#ef4444;box-shadow:0 0 0 3px #ef44441f}.finance-timeline-body{flex:1;min-width:0}.finance-timeline-row{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.finance-timeline-row strong{color:var(--app-text);font-size:.8125rem;font-weight:600}.finance-timeline-amount{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.8125rem;font-weight:700}.finance-timeline-amount--in{color:#16a34a}.finance-timeline-amount--out{color:#dc2626}.finance-timeline-cat{color:var(--app-muted);font-size:.6875rem}.finance-modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.finance-modal{border:1px solid var(--mandeo-border-light);background:var(--mandeo-surface,#fff);width:100%;max-width:28rem;max-height:min(90vh,640px);color:var(--mandeo-text,#1a1a1a);border-radius:14px;flex-direction:column;display:flex;box-shadow:0 24px 48px #0f172a2e}.finance-modal--sm{max-width:22rem}.finance-modal--lg{max-width:34rem;max-height:min(92vh,720px)}.finance-modal-header{border-bottom:1px solid var(--mandeo-border-light);background:var(--mandeo-surface,#fff);border-radius:14px 14px 0 0;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1.1rem 1.25rem .75rem;display:flex}.finance-modal-title{color:var(--mandeo-text,#1a1a1a);margin:0;font-size:1rem;font-weight:700}.finance-modal-sub{color:var(--mandeo-text-muted,#5c5c5c);margin:.2rem 0 0;font-size:.75rem;line-height:1.4}.finance-modal-close{border:1px solid var(--mandeo-border-light);background:var(--mandeo-surface-muted,#f7f7f7);width:2rem;height:2rem;color:var(--mandeo-text-muted,#5c5c5c);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.finance-modal-body{background:var(--mandeo-surface,#fff);border-radius:0 0 14px 14px;padding:1rem 1.25rem 1.25rem;overflow-y:auto}.app-dropdown-field{flex-direction:column;gap:.5rem;min-width:0;display:flex}.app-dropdown-label{color:#555;font-size:.875rem;font-weight:500}.app-dropdown-trigger{color:#1a1a1a;text-align:left;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:.5rem;justify-content:space-between;align-items:center;gap:.5rem;width:100%;min-height:2.5rem;padding:0 .75rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s;display:flex}.app-dropdown-trigger:hover:not(:disabled){border-color:#ccc}.app-dropdown-trigger--open,.app-dropdown-trigger:focus-visible{border-color:var(--mandeo-orange,#e8281a);outline:none;box-shadow:0 0 0 2px #e8281a26}.app-dropdown-trigger:disabled{opacity:.6;cursor:not-allowed}.app-dropdown-placeholder{color:#8a8a8a}.app-dropdown-chevron{color:#8a8a8a;flex-shrink:0;width:1rem;height:1rem;transition:transform .15s}.app-dropdown-chevron--open{transform:rotate(180deg)}.app-dropdown-menu{border:1px solid var(--mandeo-border-light,#ebebeb);scrollbar-gutter:stable;background:#fff;border-radius:.5rem;max-height:16rem;padding:.35rem;overflow-y:auto;box-shadow:0 12px 32px #0f172a24}.app-dropdown-group+.app-dropdown-group{border-top:1px solid #f0f0f0;margin-top:.35rem;padding-top:.35rem}.app-dropdown-group-label{letter-spacing:.06em;text-transform:uppercase;color:#8a8a8a;margin:0 0 .25rem;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.app-dropdown-item{color:#1a1a1a;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.375rem;width:100%;padding:.45rem .55rem;font-size:.875rem;display:block}.app-dropdown-item:hover{background:#f7f7f7}.app-dropdown-item--on{color:var(--mandeo-orange,#e8281a);background:#e8281a14;font-weight:600}.finance-scroll{scrollbar-gutter:stable;padding-right:.25rem;overflow-y:auto}.finance-scroll--short{max-height:min(40vh,380px)}.finance-scroll--mini{max-height:220px}.finance-page .finance-panel--scroll{background:#fff;flex-direction:column;flex:1 1 0;min-height:0;display:flex;overflow:hidden}.finance-page .finance-panel--scroll>.finance-panel-head{flex-shrink:0}.finance-page .finance-panel--scroll .finance-timeline,.finance-page .finance-panel--scroll .finance-scroll{overscroll-behavior:contain;scrollbar-gutter:stable;flex:1 1 0;min-height:0;padding-right:.35rem;overflow-y:auto}.finance-panel--scroll>.finance-insight-grid,.finance-panel--scroll>.finance-insight-section{flex:1 1 0;min-height:0;overflow-y:auto}.finance-panel--scroll{flex-direction:column;min-height:0;display:flex}.finance-panel--scroll>header,.finance-panel--scroll .finance-panel-head{border-bottom:1px solid var(--app-border);flex-shrink:0;margin-bottom:0;padding-bottom:.75rem}.finance-timeline-day-left{flex-direction:column;gap:.1rem;display:flex}.finance-timeline-day-count{color:var(--app-dim);font-size:.6875rem}.finance-timeline-day-chips{flex-wrap:wrap;justify-content:flex-end;gap:.35rem;display:flex}.finance-chip{font-variant-numeric:tabular-nums;border-radius:6px;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.finance-chip--in{color:#16a34a;background:#22c55e1f}.finance-chip--out{color:#dc2626;background:#ef44441a}.finance-chip--bal{background:var(--riday-surface-muted);color:var(--app-text)}.finance-chip--neg{color:#dc2626;background:#ef44441a}.finance-tx-card{border:1px solid var(--app-border);background:#fafafa;border-radius:10px;gap:.75rem;margin-bottom:.5rem;padding:.65rem .75rem;display:flex}.finance-tx-card--in{border-left:3px solid #22c55e}.finance-tx-card--out{border-left:3px solid #ef4444}.finance-tx-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.finance-tx-icon--in{color:#16a34a;background:#22c55e1f}.finance-tx-icon--out{color:#dc2626;background:#ef44441a}.finance-tx-body{flex:1;min-width:0}.finance-tx-top{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.finance-tx-type{text-transform:uppercase;letter-spacing:.05em;color:var(--app-dim);margin-bottom:.1rem;font-size:.625rem;font-weight:700;display:block}.finance-tx-title{color:var(--app-text);font-size:.875rem;font-weight:600;display:block}.finance-tx-amount{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.9375rem;font-weight:800}.finance-tx-amount--in{color:#16a34a}.finance-tx-amount--out{color:#dc2626}.finance-tx-meta{flex-wrap:wrap;align-items:center;gap:.35rem .75rem;margin-top:.35rem;display:flex}.finance-tx-cat,.finance-tx-time{color:var(--app-muted);align-items:center;gap:.25rem;font-size:.6875rem;font-weight:600;display:inline-flex}.finance-tx-cat{background:var(--riday-surface-muted);border-radius:4px;padding:.15rem .45rem}.finance-tx-hint{color:var(--app-dim);font-size:.65rem;font-style:italic}.finance-insight-section{min-width:0}.finance-insight-section-head{margin-bottom:.75rem}.finance-insight-section-title{color:var(--app-text);margin:0;font-size:.875rem;font-weight:700}.finance-insight-section-desc{color:var(--app-muted);margin:.2rem 0 0;font-size:.75rem;line-height:1.4}.finance-insight-list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.finance-insight-card{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:10px;padding:.75rem .85rem}.finance-insight-card-top{align-items:flex-start;gap:.65rem;display:flex}.finance-insight-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.finance-insight-rank{font-size:.875rem;font-weight:800}.finance-insight-info{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.finance-insight-info strong{color:var(--app-text);font-size:.875rem}.finance-insight-hint{color:var(--app-muted);font-size:.6875rem;line-height:1.35}.finance-insight-sub{color:var(--app-dim);font-size:.65rem;font-weight:600}.finance-insight-values{text-align:right;flex-shrink:0}.finance-insight-values strong{font-variant-numeric:tabular-nums;color:var(--app-text);font-size:.9375rem;display:block}.finance-insight-pct{color:var(--mandeo-orange);font-size:.65rem;font-weight:700}.finance-insight-bar{background:var(--riday-surface);border-radius:999px;height:5px;margin-top:.55rem;overflow:hidden}.finance-insight-bar-fill{border-radius:999px;height:100%;transition:width .35s}.finance-flow-balance{color:var(--app-dim);font-variant-numeric:tabular-nums;font-size:.55rem;font-weight:700}.finance-cat-split{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:640px){.finance-cat-split{grid-template-columns:1fr}}.finance-cat-block{min-width:0}.finance-insight-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (max-width:768px){.finance-insight-grid{grid-template-columns:1fr}}.finance-insight-subtitle{text-transform:uppercase;letter-spacing:.04em;color:var(--app-muted);margin:0 0 .65rem;font-size:.7rem;font-weight:700}.finance-rank-bars{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.finance-rank-bars-head{justify-content:space-between;gap:.5rem;margin-bottom:.25rem;font-size:.8125rem;display:flex}.finance-rank-bars-head strong{font-variant-numeric:tabular-nums;white-space:nowrap}.finance-rank-bars-track{background:var(--riday-surface-muted);border-radius:999px;height:6px;overflow:hidden}.finance-rank-bars-fill{background:linear-gradient(90deg, var(--mandeo-orange), #f97316);border-radius:999px;height:100%}.finance-rank-bars-sub{color:var(--app-muted);font-size:.6875rem}.finance-change--new{color:var(--app-dim);font-style:italic}.finance-header{border-bottom:1px solid var(--app-border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:.5rem;display:flex}.finance-header-main{flex-direction:column;gap:.15rem;display:flex}.finance-title{color:var(--app-text);margin:0;font-size:1.125rem;font-weight:700}.finance-subtitle{color:var(--app-muted);margin:0;font-size:.8125rem}.finance-toolbar{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.finance-presets{border:1px solid var(--app-border);background:#f8fafc;border-radius:8px;padding:.15rem;display:flex}.finance-preset-btn{color:var(--app-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.35rem .65rem;font-size:.75rem;font-weight:600}.finance-preset-btn--on{background:var(--riday-surface);color:var(--app-text);box-shadow:0 1px 2px #0f172a0f}.finance-date-filter{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:8px;align-items:center;gap:.35rem;padding:.25rem .5rem;display:inline-flex}.finance-date-label{text-transform:uppercase;color:var(--app-muted);font-size:.65rem;font-weight:600}.finance-date-input{color:var(--app-text);background:0 0;border:none;font-family:inherit;font-size:.8rem;font-weight:600}.finance-refresh{border:1px solid var(--app-border);background:var(--riday-surface);width:2rem;height:2rem;color:var(--app-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;display:flex}.finance-subnav{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:8px;gap:.25rem;width:fit-content;padding:.2rem;display:flex}.finance-subnav-link{color:var(--app-muted);border-radius:6px;padding:.4rem .85rem;font-size:.8125rem;font-weight:600;text-decoration:none}.finance-subnav-link--on{background:var(--riday-surface);color:var(--mandeo-orange);box-shadow:0 1px 2px #0f172a0f}.finance-kpi-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.finance-kpi-grid--3{grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.finance-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.finance-kpi-grid,.finance-kpi-grid--3{grid-template-columns:1fr}}.finance-kpi{border:1px solid var(--app-border);background:var(--riday-surface);border-radius:10px;gap:.75rem;padding:1rem;display:flex}.finance-kpi-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.finance-kpi-icon--green{color:#16a34a;background:#22c55e1f}.finance-kpi-icon--red{color:#dc2626;background:#ef44441a}.finance-kpi-icon--orange{color:var(--mandeo-orange);background:#e8281a1a}.finance-kpi-icon--dark{background:var(--riday-surface-muted);color:var(--app-text)}.finance-kpi-label{text-transform:uppercase;letter-spacing:.04em;color:var(--app-muted);margin:0;font-size:.7rem;font-weight:600}.finance-kpi-value{font-variant-numeric:tabular-nums;color:var(--app-text);margin:.15rem 0;font-size:1.25rem;font-weight:800}.finance-kpi-prev{color:var(--app-dim);margin:.25rem 0 0;font-size:.6875rem}.finance-change{align-items:center;gap:.15rem;font-size:.6875rem;font-weight:700;display:inline-flex}.finance-change--up{color:#16a34a}.finance-change--down{color:#dc2626}.finance-change--neutral{color:var(--app-dim)}.finance-panels{grid-template-columns:2fr 1fr;gap:.75rem;display:grid}.finance-panels--2{grid-template-columns:1fr 1fr}.finance-panels--3{grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.finance-panels,.finance-panels--2,.finance-panels--3{grid-template-columns:1fr}}.finance-panel{border:1px solid var(--app-border);background:#fff;border-radius:12px;padding:1rem 1.1rem;box-shadow:0 1px 2px #0f172a08}.finance-panel--wide{grid-column:span 1}.finance-panel-head{align-items:flex-start;gap:.5rem;margin-bottom:.85rem;display:flex}.finance-panel-head--row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.finance-panel-title{color:var(--app-text);margin:0;font-size:.9375rem;font-weight:700}.finance-panel-sub{color:var(--app-muted);margin:.15rem 0 0;font-size:.75rem}.finance-flow-chart{align-items:flex-end;gap:.35rem;height:160px;padding-top:.5rem;display:flex;overflow-x:auto}.finance-flow-col{flex-direction:column;flex:1;align-items:center;gap:.35rem;min-width:2rem;display:flex}.finance-flow-bars{justify-content:center;align-items:flex-end;gap:2px;width:100%;height:120px;display:flex}.finance-flow-bar{border-radius:3px 3px 0 0;width:45%;min-height:4px}.finance-flow-bar--in{background:#22c55e}.finance-flow-bar--out{background:#ef4444}.finance-flow-label{color:var(--app-dim);font-variant-numeric:tabular-nums;font-size:.6rem}.finance-legend{color:var(--app-muted);gap:1rem;margin-top:.75rem;font-size:.6875rem;display:flex}.finance-legend-dot{vertical-align:middle;border-radius:2px;width:8px;height:8px;margin-right:.35rem;display:inline-block}.finance-legend-dot--in{background:#22c55e}.finance-legend-dot--out{background:#ef4444}.finance-breakdown{margin:0;padding:0;list-style:none}.finance-breakdown li{border-bottom:1px solid var(--app-border);justify-content:space-between;padding:.5rem 0;font-size:.8125rem;display:flex}.finance-breakdown li:last-child{border-bottom:none}.finance-cat-list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.finance-cat-row{justify-content:space-between;margin-bottom:.25rem;font-size:.8125rem;display:flex}.finance-cat-bar{background:var(--riday-surface-muted);border-radius:999px;height:6px;overflow:hidden}.finance-cat-fill{border-radius:999px;height:100%}.finance-cat-fill--in{background:#22c55e}.finance-cat-fill--out{background:#ef4444}.finance-cat-pct{color:var(--app-dim);font-size:.625rem}.finance-rank-list{margin:0;padding:0;list-style:none}.finance-rank-list li{border-bottom:1px solid var(--app-border);justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.55rem 0;font-size:.8125rem;display:flex}.finance-rank-list li:last-child{border-bottom:none}.finance-rank-list li div{flex-direction:column;gap:.1rem;display:flex}.finance-rank-list li span{color:var(--app-muted);font-size:.6875rem}.finance-empty{text-align:center;color:var(--app-muted);margin:0;padding:1.5rem 0;font-size:.8125rem}.finance-toast{border-radius:8px;margin:0;padding:.65rem .85rem;font-size:.8125rem}.finance-toast--error{color:#b91c1c;background:#dc262614;border:1px solid #dc26264d}.finance-footnote{color:var(--app-muted);margin:0;font-size:.75rem}.finance-link{color:var(--mandeo-orange);font-weight:600;text-decoration:none}.finance-link:hover{text-decoration:underline}.stock-page{width:100%;min-height:0;max-height:calc(100vh - var(--riday-header-full-h) - 2rem);flex-direction:column;gap:.65rem;display:flex;overflow:hidden}.stock-hero{border:1px solid var(--app-border);background:var(--riday-surface);box-shadow:inset 3px 0 0 var(--mandeo-orange);border-radius:12px;flex-shrink:0;grid-template-columns:1fr auto auto;align-items:center;gap:1rem 1.25rem;padding:1rem 1.15rem;display:grid}@media (max-width:900px){.stock-hero{grid-template-columns:1fr}}.stock-hero-badge{text-transform:uppercase;letter-spacing:.06em;color:var(--mandeo-orange);background:#e8281a14;border-radius:6px;align-items:center;gap:.35rem;width:fit-content;margin-bottom:.35rem;padding:.2rem .55rem;font-size:.65rem;font-weight:700;display:inline-flex}.stock-hero-title{letter-spacing:-.02em;color:var(--app-text);margin:0;font-size:1.35rem;font-weight:800}.stock-hero-desc{color:var(--app-muted);max-width:28rem;margin:.2rem 0 0;font-size:.75rem}.stock-hero-metrics{flex-wrap:wrap;gap:.65rem;display:flex}.stock-hero-metric{border:1px solid var(--app-border);background:var(--riday-surface-muted);color:var(--mandeo-orange);border-radius:8px;align-items:center;gap:.55rem;padding:.55rem .75rem;display:flex}.stock-hero-metric strong{font-variant-numeric:tabular-nums;color:var(--app-text);font-size:1rem;font-weight:800;line-height:1.1;display:block}.stock-hero-metric span{text-transform:uppercase;letter-spacing:.04em;color:var(--app-muted);font-size:.625rem;font-weight:600}.stock-hero-metric--alert{color:#dc2626;background:#ef44440f;border-color:#ef444459}.stock-hero-actions{align-items:center;gap:.5rem;display:flex}.stock-refresh{border:1px solid var(--app-border);background:var(--riday-surface-muted);width:2.25rem;height:2.25rem;color:var(--app-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;display:flex}.stock-alert{background:#eab3080f;border:1px solid #eab30859;border-left-width:3px;border-radius:10px;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;font-size:.8125rem;display:flex}.stock-alert strong{color:var(--app-text);margin-bottom:.15rem;display:block}.stock-alert p{color:var(--app-muted);margin:0}.stock-toast{border-radius:8px;margin:0;padding:.65rem .85rem;font-size:.8125rem}.stock-toast--error{color:#b91c1c;background:#dc262614;border:1px solid #dc26264d}.stock-tabs{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:10px;gap:.2rem;width:fit-content;padding:.2rem;display:flex}.stock-tab{color:var(--app-muted);cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.8125rem;font-weight:600;display:inline-flex}.stock-tab--on{background:var(--riday-surface);color:var(--app-text);box-shadow:0 1px 3px #0f172a14}.stock-tab-count{background:var(--riday-surface-muted);color:var(--app-dim);border-radius:999px;padding:.05rem .4rem;font-size:.65rem;font-weight:800}.stock-tab--on .stock-tab-count{color:var(--mandeo-orange);background:#e8281a1f}.stock-tabs--toolbar{flex-shrink:0;margin-right:.15rem}.stock-toolbar{background:var(--riday-content-bg,var(--riday-bg));border-bottom:1px solid var(--app-border);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.5rem;padding:.35rem 0;display:flex}.stock-category-filter{flex-shrink:0;min-width:10.5rem;max-width:12.5rem}.stock-category-filter.app-dropdown-field{gap:0}.stock-category-filter .app-dropdown-trigger{min-height:2.05rem;padding:.4rem .65rem;font-size:.75rem}.stock-items-body,.stock-movements-body,.stock-bulk-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.stock-bulk-body{overflow-y:auto}.stock-movements-body .stock-panel{flex:1;min-height:0;overflow-y:auto}.stock-search{border:1px solid var(--app-border);background:var(--riday-surface);border-radius:8px;flex:1;align-items:center;gap:.45rem;min-width:180px;max-width:320px;padding:.45rem .7rem;display:flex}.stock-search input{color:var(--app-text);background:0 0;border:none;outline:none;flex:1;font-size:.8125rem}.stock-search-clear{color:var(--app-dim);cursor:pointer;background:0 0;border:none;padding:.15rem;display:flex}.stock-filters{border:1px solid var(--app-border);background:var(--riday-surface-muted);border-radius:8px;gap:.12rem;padding:.12rem;display:flex}.stock-filters--wrap{flex-wrap:wrap}.stock-filter-btn{color:var(--app-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.32rem .6rem;font-size:.7rem;font-weight:600}.stock-filter-btn--on{background:var(--riday-surface);color:var(--app-text)}.stock-select{border:1px solid var(--app-border);background:var(--riday-surface);border-radius:8px;padding:.42rem .65rem;font-family:inherit;font-size:.75rem;font-weight:600}.stock-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.65rem;display:grid}.stock-scroll{scrollbar-gutter:stable;scrollbar-width:thin;flex:1;min-height:0;padding-right:.25rem;overflow:hidden auto}.stock-page .stock-grid.stock-scroll{align-content:start}.stock-card{border:1px solid var(--app-border);background:var(--riday-surface);border-radius:10px;flex-direction:column;gap:.65rem;padding:.85rem .95rem;transition:border-color .15s,box-shadow .15s;display:flex}.stock-card:hover{border-color:#0f172a1f;box-shadow:0 4px 12px #0f172a0d}.stock-card--low{border-left:3px solid #eab308}.stock-card--critical,.stock-card--expired{border-left:3px solid #ef4444}.stock-card--expiring{border-left:3px solid #f97316}.stock-card-head{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.stock-card-title-wrap{align-items:flex-start;gap:.65rem;min-width:0;display:flex}.stock-card-thumb{object-fit:cover;background:var(--app-surface-2,#0000000a);border:1px solid var(--app-border);border-radius:.5rem;flex-shrink:0;width:2.75rem;height:2.75rem}.stock-card-name{color:var(--app-text);margin:0;font-size:.9375rem;font-weight:700;line-height:1.25}.stock-card-tags{flex-wrap:wrap;gap:.35rem;margin-top:.3rem;display:flex}.stock-card-tag{color:var(--app-dim);align-items:center;gap:.2rem;font-size:.65rem;font-weight:600;display:inline-flex}.stock-card-qty{align-items:baseline;gap:.5rem;display:flex}.stock-card-qty-value{font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:var(--app-text);font-size:1.5rem;font-weight:800}.stock-card-qty-min{color:var(--app-muted);font-size:.6875rem;font-weight:600}.stock-card-meter-track{background:var(--riday-surface-muted);border-radius:999px;height:6px;overflow:hidden}.stock-card-meter-fill{border-radius:999px;height:100%;transition:width .35s}.stock-card-bar--ok{background:#22c55e}.stock-card-bar--warn{background:#eab308}.stock-card-bar--danger{background:#ef4444}.stock-card-meter-label{color:var(--app-dim);margin-top:.25rem;font-size:.625rem;font-weight:600;display:block}.stock-card-foot{border-top:1px solid var(--riday-surface-muted);justify-content:space-between;align-items:center;gap:.5rem;padding-top:.35rem;display:flex}.stock-card-meta{color:var(--app-muted);font-size:.65rem;font-weight:600;line-height:1.4}.stock-card-meta-sep{opacity:.5;margin:0 .15rem}.stock-card-actions{flex-shrink:0;gap:.25rem;display:flex}.stock-card-btn{border:1px solid var(--app-border);background:var(--riday-surface-muted);width:2rem;height:2rem;color:var(--app-muted);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;display:flex}.stock-card-btn--in:hover{color:#16a34a;background:#22c55e1a}.stock-card-btn--out:hover{color:#dc2626;background:#ef444414}.stock-card-btn--waste:hover{color:#ea580c;background:#ea580c14}.stock-feed{flex-direction:column;gap:.5rem;display:flex}.stock-feed-item{border:1px solid var(--app-border);background:var(--riday-surface);border-radius:10px;gap:.75rem;padding:.7rem .85rem;display:flex}.stock-feed-item--in{border-left:3px solid #22c55e}.stock-feed-item--out{border-left:3px solid #ef4444}.stock-feed-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.stock-feed-icon--in{color:#16a34a;background:#22c55e1f}.stock-feed-icon--out{color:#dc2626;background:#ef44441a}.stock-feed-body{flex:1;min-width:0}.stock-feed-top{justify-content:space-between;gap:.75rem;display:flex}.stock-feed-type{text-transform:uppercase;letter-spacing:.05em;color:var(--app-dim);font-size:.6rem;font-weight:700;display:block}.stock-feed-top strong{color:var(--app-text);font-size:.875rem}.stock-feed-qty{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.875rem;font-weight:800}.stock-feed-reason{color:var(--app-muted);margin:.25rem 0 0;font-size:.75rem}.stock-feed-meta{color:var(--app-dim);flex-wrap:wrap;gap:.35rem .65rem;margin-top:.35rem;font-size:.65rem;font-weight:600;display:flex}.stock-in{color:#16a34a}.stock-out{color:#dc2626}.stock-panel{border:1px solid var(--app-border);background:var(--riday-surface);border-radius:10px;padding:1rem 1.1rem}.stock-panel--flush{background:0 0;border:none;padding:.5rem 0}.stock-panel-title{margin:0 0 .35rem;font-size:.9375rem;font-weight:700}.stock-panel-sub{color:var(--app-muted);margin:0 0 .75rem;font-size:.75rem;line-height:1.5}.stock-panel-sub code{background:var(--riday-surface-muted);border-radius:4px;padding:.1rem .3rem;font-size:.7rem}.stock-form-grid{gap:.75rem;display:grid}.stock-form-grid--1{grid-template-columns:1fr}.stock-form-row{grid-template-columns:repeat(3,1fr);gap:.65rem;display:grid}.stock-form-row--2{grid-template-columns:repeat(2,1fr)}.stock-form-row--1{grid-template-columns:1fr}@media (max-width:560px){.stock-form-row{grid-template-columns:1fr}}.stock-form-actions{flex-wrap:wrap;gap:.5rem;padding-top:.25rem;display:flex}.stock-form-section{border-bottom:1px solid var(--mandeo-border-light,var(--app-border));flex-direction:column;gap:.65rem;padding-bottom:.85rem;display:flex}.stock-form-section:last-of-type{border-bottom:none;padding-bottom:0}.stock-form-section-title{letter-spacing:.06em;text-transform:uppercase;color:var(--mandeo-text-muted,var(--app-muted));margin:0;font-size:.6875rem;font-weight:700}.stock-item-photo{border:1px dashed var(--mandeo-border-light,var(--app-border));background:var(--mandeo-surface-muted,var(--app-surface-2));border-radius:12px;flex-direction:column;align-items:center;gap:.65rem;padding:1rem;display:flex}.stock-item-photo-preview{border:1px solid var(--mandeo-border-light,var(--app-border));background:var(--mandeo-surface,#fff);border-radius:10px;justify-content:center;align-items:center;width:7rem;height:7rem;display:flex;position:relative;overflow:hidden}.stock-item-photo-preview img{object-fit:contain;width:100%;height:100%;padding:.35rem}.stock-item-photo-preview svg{color:var(--mandeo-text-muted,var(--app-dim))}.stock-item-photo-remove{color:#fff;cursor:pointer;background:#0f172aa6;border:none;border-radius:6px;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex;position:absolute;top:.25rem;right:.25rem}.stock-item-photo-actions{flex-direction:column;align-items:center;gap:.35rem;display:flex}.stock-item-photo-hint{color:var(--mandeo-text-muted,var(--app-muted));text-align:center;margin:0;font-size:.6875rem}.stock-empty,.stock-empty-state{text-align:center;color:var(--app-muted);padding:2.5rem 1rem;font-size:.8125rem}.stock-bulk-textarea{border:1px solid var(--app-border);background:var(--riday-surface-muted);width:100%;color:var(--app-text);resize:vertical;border-radius:8px;padding:.75rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;line-height:1.55}.stock-bulk-preview{color:var(--app-muted);margin:.5rem 0 .75rem;font-size:.75rem}.stock-modal-backdrop{z-index:50;background:#0f172a80;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.stock-modal{border:1px solid var(--app-border);background:var(--riday-surface);border-radius:12px;width:100%;max-width:22rem;overflow:hidden;box-shadow:0 24px 48px #0f172a2e}.stock-modal-header{justify-content:space-between;align-items:center;padding:1rem 1.1rem .5rem;display:flex}.stock-modal-close{border:1px solid var(--app-border);cursor:pointer;width:2rem;height:2rem;color:var(--app-muted);background:0 0;border-radius:8px;justify-content:center;align-items:center;display:flex}.stock-modal-title{margin:0;font-size:1rem;font-weight:700}.stock-modal-item{color:var(--app-muted);margin:0;padding:0 1.1rem .75rem;font-size:.8125rem}.stock-modal form{padding:0 1.1rem 1.1rem}
