:root,[data-theme=light]{--ro-page-bg:#ffffff;--ro-surface:#FFFFFF;--ro-surface-hover:#f1f5f9;--ro-surface-active:#f1f5f9;--ro-header-bg:#FFFFFF;--ro-nav-bg:#FFFFFF;--ro-border:#e2e8f0;--ro-border-light:#f1f5f9;--ro-text:#1e293b;--ro-text-secondary:#64748b;--ro-text-muted:#94a3b8;--ro-primary:#5c3ebc;--ro-primary-hover:#6d28d9;--ro-primary-light:rgba(124,58,237,0.12);--ro-success:#10b981;--ro-success-hover:#059669;--ro-success-light:rgba(16,185,129,0.12);--ro-danger:#ef4444;--ro-danger-hover:#dc2626;--ro-danger-light:rgba(239,68,68,0.12);--ro-warning:#f59e0b;--ro-warning-light:rgba(245,158,11,0.12);--ro-info:#3b82f6;--ro-info-light:rgba(59,130,246,0.12);--ro-radius:12px;--ro-radius-lg:16px;--ro-radius-xl:16px;--ro-shadow:0 1px 2px 0 rgba(0,0,0,0.05);--ro-shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);--ro-transition:all 0.2s cubic-bezier(0.4,0,0.2,1)}[data-theme=dark]{--ro-page-bg:#0f0e14;--ro-surface:#1a1625;--ro-surface-hover:#231c33;--ro-surface-active:#231c33;--ro-header-bg:#1a1625;--ro-nav-bg:#1a1625;--ro-border:#2b2340;--ro-border-light:#2f2648;--ro-text:#f1f5f9;--ro-text-secondary:#cbd5e1;--ro-text-muted:#94a3b8;--ro-primary:#7c3aed;--ro-primary-hover:#6d28d9;--ro-primary-light:rgba(124,58,237,0.15);--ro-success:#10b981;--ro-success-hover:#059669;--ro-success-light:rgba(16,185,129,0.15);--ro-danger:#ef4444;--ro-danger-hover:#dc2626;--ro-danger-light:rgba(239,68,68,0.15);--ro-warning:#f59e0b;--ro-warning-light:rgba(245,158,11,0.15);--ro-info:#3b82f6;--ro-info-light:rgba(59,130,246,0.15);--ro-shadow:0 2px 15px rgba(0,0,0,0.2);--ro-shadow-lg:0 4px 30px rgba(0,0,0,0.3)}html:has(#owner-app),html:has(#owner-app) body{background:var(--ro-page-bg)!important}#owner-app{font-family:IRANSansWeb,BYekan,B Yekan,Yekan,Tahoma,Arial,sans-serif;font-size:14px;line-height:1.6;background:var(--ro-page-bg);color:var(--ro-text-secondary);direction:rtl;min-height:100vh;-webkit-font-smoothing:antialiased;transition:background-color .3s ease,color .3s ease}#owner-app *,#owner-app :after,#owner-app :before{box-sizing:border-box}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--ro-page-bg)}::-webkit-scrollbar-thumb{background:var(--ro-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--ro-text-muted)}a{color:var(--ro-primary);text-decoration:none;transition:var(--ro-transition)}a:hover{color:var(--ro-primary-hover)}.material-symbols-rounded{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;vertical-align:middle;line-height:1}.icon-filled{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.d-flex{display:flex}.align-center{align-items:center}.justify-between{justify-content:space-between}.w-full{width:100%}.gap-2{gap:.5rem}.ro-header{background:var(--ro-header-bg);border-bottom:1px solid var(--ro-border);position:sticky;top:0;z-index:1030;padding:0 1rem;height:56px;display:flex;align-items:center;box-shadow:var(--ro-shadow);transition:background-color .3s ease,border-color .3s ease}.ro-header-title{font-size:1rem;font-weight:700;color:var(--ro-text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.ro-header-actions{display:flex;align-items:center;gap:.5rem}.ro-header-btn{width:36px;height:36px;border-radius:var(--ro-radius);background:var(--ro-surface-hover);border:1px solid var(--ro-border);color:var(--ro-text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--ro-transition);flex-shrink:0;padding:0}.ro-header-btn:hover{background:var(--ro-surface-active);color:var(--ro-text);border-color:var(--ro-border-light)}.ro-main{padding:1rem 1rem 90px;max-width:720px;margin:0 auto}.ro-bottom-nav{position:fixed;bottom:0;left:0;right:0;background:var(--ro-nav-bg);border-top:1px solid var(--ro-border);display:flex;justify-content:space-around;align-items:stretch;z-index:1030;height:62px;box-shadow:0 -2px 10px rgba(0,0,0,.04);transition:background-color .3s ease,border-color .3s ease}[data-theme=dark] .ro-bottom-nav{box-shadow:0 -2px 10px rgba(0,0,0,.2)}.ro-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;cursor:pointer;color:var(--ro-text-muted);font-size:.6875rem;padding:.25rem .75rem;border-radius:0;transition:var(--ro-transition);text-decoration:none;position:relative;min-width:64px;flex:1}.ro-nav-item:hover{color:var(--ro-text-secondary)}.ro-nav-item.active{color:var(--ro-primary)}.ro-nav-item.active:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:32px;height:3px;background:var(--ro-primary);border-radius:0 0 3px 3px}.ro-nav-item .material-symbols-rounded{font-size:1.35rem}.ro-card{background:var(--ro-surface);border:1px solid var(--ro-border);border-radius:var(--ro-radius-lg);padding:1.25rem;transition:background-color .3s ease,border-color .3s ease}.ro-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.ro-stats-grid>:last-child:nth-child(odd){grid-column:1/-1}.ro-stat-card{background:var(--ro-surface);border:1px solid var(--ro-border);border-radius:var(--ro-radius-lg);padding:1rem;display:flex;align-items:center;gap:.75rem;transition:var(--ro-transition)}.ro-stat-card:hover{border-color:var(--ro-border-light);transform:translateY(-2px);box-shadow:var(--ro-shadow)}.ro-stat-icon{width:44px;height:44px;border-radius:var(--ro-radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ro-stat-icon .material-symbols-rounded{font-size:1.35rem}.ro-stat-icon.primary{background:var(--ro-primary-light);color:var(--ro-primary)}.ro-stat-icon.success{background:var(--ro-success-light);color:var(--ro-success)}.ro-stat-icon.warning{background:var(--ro-warning-light);color:var(--ro-warning)}.ro-stat-icon.info{background:var(--ro-info-light);color:var(--ro-info)}.ro-stat-icon.danger{background:var(--ro-danger-light);color:var(--ro-danger)}.ro-stat-value{font-size:1.375rem;font-weight:700;line-height:1.2}.ro-stat-label{font-size:.75rem;margin-top:1px}.ro-status-toggle{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;padding:.375rem .75rem;border-radius:2rem;border:1px solid var(--ro-border);background:var(--ro-surface);transition:var(--ro-transition);user-select:none;white-space:nowrap}.ro-status-toggle:hover{border-color:var(--ro-border-light)}.ro-status-toggle.open{border-color:rgba(80,205,137,.4);background:var(--ro-success-light)}.ro-status-toggle.closed{border-color:rgba(241,65,108,.4);background:var(--ro-danger-light)}.ro-status-dot{width:8px;height:8px;border-radius:50%;background:var(--ro-danger);flex-shrink:0}.ro-status-toggle.open .ro-status-dot{background:var(--ro-success);animation:pulse-green 2s infinite}.ro-status-text{font-size:.8rem;font-weight:600;color:var(--ro-text)}@keyframes pulse-green{0%,to{box-shadow:0 0 0 0 rgba(80,205,137,.5)}50%{box-shadow:0 0 0 5px rgba(80,205,137,0)}}.ro-switch{position:relative;width:44px;height:24px;background:var(--ro-border);border-radius:12px;cursor:pointer;transition:var(--ro-transition);flex-shrink:0}.ro-switch.active{background:var(--ro-success)}.ro-switch:after{content:"";position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;top:2px;right:2px;transition:var(--ro-transition);box-shadow:0 1px 3px rgba(0,0,0,.2)}.ro-switch.active:after{right:22px}.ro-btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem 1rem;border:none;border-radius:var(--ro-radius);font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:var(--ro-transition);text-decoration:none;white-space:nowrap;line-height:1.5}.ro-btn:active{transform:scale(.97)}.ro-btn-primary{background:var(--ro-primary);color:#fff}.ro-btn-primary:hover{background:var(--ro-primary-hover);color:#fff;box-shadow:0 4px 12px rgba(124,58,237,.25)}.ro-btn-success{background:var(--ro-success);color:#fff}.ro-btn-success:hover{background:var(--ro-success-hover);color:#fff}.ro-btn-danger{background:var(--ro-danger);color:#fff}.ro-btn-danger:hover{background:var(--ro-danger-hover);color:#fff}.ro-btn-outline{background:transparent;color:var(--ro-text-secondary);border:1px solid var(--ro-border)}.ro-btn-outline:hover{background:var(--ro-surface-hover);border-color:var(--ro-border-light);color:var(--ro-text)}.ro-btn-ghost{background:transparent;color:var(--ro-text-secondary);border:none;padding:.375rem}.ro-btn-ghost:hover{background:var(--ro-surface-hover);color:var(--ro-text)}.ro-btn-sm{padding:.375rem .75rem;font-size:.8rem}.ro-btn-lg{padding:.625rem 1.25rem;font-size:.9375rem}.ro-btn-icon{width:36px;height:36px;padding:0;border-radius:var(--ro-radius)}.ro-btn-filled{background:var(--ro-primary);color:#fff;border:none}.ro-badge{display:inline-flex;align-items:center;gap:3px;padding:.2rem .5rem;border-radius:2rem;font-size:.7rem;font-weight:600;line-height:1.4}.ro-badge-primary{background:var(--ro-primary-light);color:var(--ro-primary)}.ro-badge-success{background:var(--ro-success-light);color:var(--ro-success)}.ro-badge-danger{background:var(--ro-danger-light);color:var(--ro-danger)}.ro-badge-warning{background:var(--ro-warning-light);color:var(--ro-warning)}.ro-badge-info{background:var(--ro-info-light);color:var(--ro-info)}.ro-badge-muted{background:var(--ro-surface-hover);color:var(--ro-text-muted)}.ro-form-group{margin-bottom:1.125rem}.ro-form-label{display:block;font-size:.8125rem;font-weight:600;color:var(--ro-text);margin-bottom:.375rem}.ro-form-control{width:100%;padding:.625rem .875rem;background:var(--ro-surface);border:1px solid var(--ro-border);border-radius:var(--ro-radius);color:var(--ro-text);font-size:.875rem;font-family:inherit;transition:var(--ro-transition);outline:none;min-height:44px}.ro-form-control::placeholder{color:var(--ro-text-muted)}.ro-form-control:focus{border-color:var(--ro-primary);box-shadow:0 0 0 3px var(--ro-primary-light)}[data-theme=light] .ro-form-control{background:var(--ro-page-bg)}textarea.ro-form-control{min-height:90px;resize:vertical}.ro-icon-preview{margin:.5rem 0 .75rem;display:flex;align-items:center;gap:.75rem}.ro-icon-preview-img{width:56px;height:56px;object-fit:contain;border-radius:var(--ro-radius);border:1px solid var(--ro-border);background:var(--ro-surface)}.ro-icon-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.625rem;max-height:240px;overflow:auto;padding:.625rem;border:1px solid var(--ro-border);border-radius:var(--ro-radius-lg);background:var(--ro-surface-hover)}.ro-icon-item{border:1px solid var(--ro-border);border-radius:12px;background:var(--ro-surface);padding:.5rem .375rem;cursor:pointer;transition:var(--ro-transition);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:92px;user-select:none}.ro-icon-item:hover{border-color:var(--ro-primary);background:var(--ro-primary-light);transform:translateY(-1px);box-shadow:var(--ro-shadow)}.ro-icon-item img{width:48px;height:48px;object-fit:contain;display:block;opacity:.92}.ro-icon-item.active{border-color:var(--ro-primary);box-shadow:0 0 0 3px var(--ro-primary-light);transform:translateY(-1px)}.ro-cat-preview-wrap{margin-top:.5rem}.ro-cat-preview{width:64px;height:64px;border-radius:var(--ro-radius-lg);display:flex;align-items:center;justify-content:center;border:2px solid var(--ro-border);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ro-cat-preview-icon{width:40px;height:40px;object-fit:contain;opacity:.9}.ro-platform-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:.5rem}.ro-platform-cat-item{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.75rem .5rem;border-radius:var(--ro-radius-lg);border:2px solid var(--ro-border);cursor:pointer;transition:all .2s;background:var(--ro-card-bg)}.ro-platform-cat-item:active{transform:scale(.95)}.ro-platform-cat-item.active{border-color:var(--ro-primary);background:var(--ro-primary-light);box-shadow:0 0 0 3px rgba(99,102,241,.15)}.ro-platform-cat-icon{width:48px;height:48px;border-radius:var(--ro-radius);display:flex;align-items:center;justify-content:center}.ro-platform-cat-icon img{width:30px;height:30px;object-fit:contain}.ro-platform-cat-name{font-size:.75rem;font-weight:500;color:var(--ro-text);text-align:center;line-height:1.3}.ro-categories-list,.ro-list-item-wrap{margin-bottom:.5rem}.ro-list-item-wrap{display:flex;align-items:center;gap:0;transition:opacity .15s,transform .15s}.ro-list-item-wrap .ro-list-item{flex:1;margin-bottom:0}.ro-reorder-toggle{display:flex;align-items:center;gap:.3rem;border:1.5px solid var(--ro-border);background:var(--ro-card);color:var(--ro-text-muted);font-size:.78rem;font-weight:600;padding:.3rem .6rem;border-radius:8px;cursor:pointer;transition:all .15s}.ro-reorder-toggle:hover{border-color:var(--ro-primary);color:var(--ro-primary)}.ro-reorder-toggle.active{border-color:var(--ro-success);background:var(--ro-success);color:#fff}.ro-drag-handle{width:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--ro-text-muted);cursor:grab;user-select:none;touch-action:none;opacity:.5;transition:opacity .15s}.ro-drag-handle:active{cursor:grabbing;opacity:1}.ro-drag-handle .material-symbols-rounded{font-size:20px}.ro-reorder-num{width:28px;flex-shrink:0;text-align:center;font-size:.72rem;font-weight:700;color:var(--ro-text-muted);opacity:.5}.ro-reorder-active{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.ro-reorder-active .ro-list-item{border-style:dashed}.ro-dragging{opacity:.4;transform:scale(.97)}.ro-drag-over{position:relative}.ro-drag-over:before{content:"";position:absolute;top:-3px;left:0;right:0;height:3px;background:var(--ro-primary);border-radius:2px;z-index:5}.ro-list-item{display:flex;align-items:center;padding:.875rem 1rem;border:2px solid var(--ro-border);border-radius:var(--ro-radius-lg);margin-bottom:.5rem;cursor:pointer;transition:var(--ro-transition);text-decoration:none;color:inherit;min-height:64px;position:relative;overflow:hidden}.ro-list-item:before{content:"";position:absolute;top:0;right:0;height:100%;width:4px;background:var(--ro-border);transition:var(--ro-transition)}.ro-list-item:hover{background:var(--ro-surface-hover);border-color:var(--ro-primary);transform:translateY(-2px);color:inherit;box-shadow:var(--ro-shadow-lg)}.ro-list-item:hover:before{background:var(--ro-primary)}.ro-list-item-icon{width:40px;height:40px;border-radius:var(--ro-radius);background:var(--ro-primary-light);color:var(--ro-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ro-list-item-icon .material-symbols-rounded{font-size:1.25rem}.ro-cat-icon-img{width:30px;height:30px;object-fit:contain;opacity:.78;display:block}.ro-list-item-body{flex:1;min-width:0}.ro-list-item-title{font-size:.875rem;font-weight:600;color:var(--ro-text);margin-bottom:1px}.ro-list-item-desc{font-size:.75rem;color:var(--ro-text-muted)}.ro-list-item-arrow{color:var(--ro-text-muted);flex-shrink:0;margin-right:.25rem;transition:var(--ro-transition);font-size:1.25rem}.ro-list-item:hover .ro-list-item-arrow{color:var(--ro-primary);transform:translateX(-3px)}.ro-product-item{display:flex;align-items:center;padding:.875rem 1rem;background:var(--ro-surface);border:1px solid var(--ro-border);border-radius:var(--ro-radius-lg);margin-bottom:.5rem;transition:var(--ro-transition);min-height:60px;gap:.75rem}.ro-product-item:hover{border-color:var(--ro-border-light)}.ro-product-info{flex:1;min-width:0;cursor:pointer}.ro-product-name{font-size:.875rem;font-weight:600;color:var(--ro-text);margin-bottom:2px}.ro-product-status-label{font-size:.75rem}.ro-product-actions{display:flex;align-items:center;gap:.625rem;flex-shrink:0}.ro-order-card{background:var(--ro-surface);border:1px solid var(--ro-border);border-radius:14px;margin-bottom:.75rem;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.ro-order-card:hover{border-color:var(--ro-border-light);box-shadow:var(--ro-shadow);transform:translateY(-1px)}.ro-order-header{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1rem;border-bottom:1px solid var(--ro-border);gap:.75rem}[data-theme=light] .ro-order-header{background:linear-gradient(180deg,#ffffff,#f8fafc)}.ro-order-number{font-weight:700;font-size:.9375rem;color:var(--ro-text)}.ro-order-date{font-size:.75rem;color:var(--ro-text-muted);margin-top:2px}.ro-order-body{padding:.75rem 1rem .875rem}[data-theme=light] .ro-order-body{background:#ffffff}.ro-order-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.5rem 0;gap:.75rem}.ro-order-item+.ro-order-item{border-top:1px dashed rgba(15,23,42,.12)}[data-theme=dark] .ro-order-item+.ro-order-item{border-top-color:rgba(255,255,255,.08)}.ro-order-item-name{font-size:.8125rem;color:var(--ro-text)}.ro-order-item-detail{font-size:.75rem;color:var(--ro-text-muted)}.ro-order-item-price{font-size:.82rem;color:var(--ro-text);font-weight:700;white-space:nowrap;flex-shrink:0}.ro-order-footer{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-top:1px solid var(--ro-border)}[data-theme=light] .ro-order-footer{background:#f8fafc}[data-theme=dark] .ro-order-footer{background:rgba(0,0,0,.15)}.ro-month-header{display:flex;align-items:center;gap:.375rem;padding:.625rem 0;margin-bottom:.625rem;margin-top:1.25rem;border-bottom:1px solid var(--ro-border);color:var(--ro-text);font-weight:600;font-size:.9375rem}.ro-month-header:first-child{margin-top:0}.ro-month-header .material-symbols-rounded{color:var(--ro-primary);font-size:18px}.ro-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.875rem;gap:.5rem}.ro-section-actions{display:flex;align-items:center;gap:.4rem}.ro-section-title{font-size:.9375rem;font-weight:700;color:var(--ro-text);display:flex;align-items:center}.ro-empty{text-align:center;padding:2.5rem 1rem;color:var(--ro-text-muted)}.ro-empty .material-symbols-rounded{font-size:2.75rem;margin-bottom:.75rem;opacity:.4;display:block}.ro-empty p{font-size:.875rem;margin-bottom:1.25rem}.ro-alert{padding:.75rem 1rem;border-radius:var(--ro-radius);font-size:.8125rem;margin-bottom:1rem;display:flex;align-items:center;gap:.375rem}.ro-alert-error{background:var(--ro-danger-light);color:var(--ro-danger);border:1px solid rgba(241,65,108,.2)}.ro-alert-success{background:var(--ro-success-light);color:var(--ro-success);border:1px solid rgba(80,205,137,.2)}.ro-variant-row{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:var(--ro-surface-hover);border:1px solid var(--ro-border);border-radius:var(--ro-radius);margin-bottom:.5rem}[data-theme=light] .ro-variant-row{background:var(--ro-page-bg)}.ro-variant-row .ro-form-control{background:var(--ro-surface);min-height:40px}.ro-image-upload{width:110px;height:110px;border:2px dashed var(--ro-border);border-radius:var(--ro-radius-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:var(--ro-text-muted);transition:var(--ro-transition);overflow:hidden}.ro-image-upload:hover{border-color:var(--ro-primary);color:var(--ro-primary);background:var(--ro-primary-light)}.ro-image-upload img{width:100%;height:100%;object-fit:cover}.ro-image-upload .material-symbols-rounded{font-size:28px}.ro-image-upload span{font-size:.7rem;margin-top:3px}.ro-pagination{display:flex;justify-content:center;align-items:center;gap:.375rem;margin-top:1.25rem;flex-wrap:wrap}.ro-page-btn{padding:.4rem .75rem;background:var(--ro-surface);border:1px solid var(--ro-border);border-radius:var(--ro-radius);color:var(--ro-text-secondary);font-family:inherit;font-size:.8125rem;cursor:pointer;transition:var(--ro-transition);display:inline-flex;align-items:center;gap:.25rem;min-height:38px}.ro-page-btn:hover:not(:disabled){background:var(--ro-surface-hover);border-color:var(--ro-border-light);color:var(--ro-text)}.ro-page-btn:disabled{opacity:.4;cursor:not-allowed}.ro-page-info{font-size:.75rem;color:var(--ro-text-muted);padding:0 .5rem}.ro-page-header{gap:.625rem;margin-bottom:1.25rem}.ro-back-btn,.ro-page-header{display:flex;align-items:center}.ro-back-btn{width:38px;height:38px;border-radius:var(--ro-radius);background:var(--ro-surface);border:1px solid var(--ro-border);color:var(--ro-text-secondary);justify-content:center;cursor:pointer;transition:var(--ro-transition);flex-shrink:0;padding:0}.ro-back-btn:hover{background:var(--ro-surface-hover);color:var(--ro-text)}.ro-page-header-title{font-size:1rem;font-weight:700;color:var(--ro-text);flex:1;margin:0}.ro-page-header-actions{display:flex;gap:6px;align-items:center}.ro-page-header-actions .material-symbols-rounded{font-size:18px}.ol-page{min-height:100vh;min-height:100dvh;width:100%;display:flex;align-items:center;justify-content:center;padding:16px;font-family:IRANSansWeb,Yekan,BYekan,Tahoma,Arial,sans-serif;direction:rtl;background:#ffffff;overflow-x:hidden}[data-theme=dark] .ol-page{background:#0f0e14}.ol-card{width:100%;max-width:400px;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 24px rgba(0,0,0,.08)}[data-theme=dark] .ol-card{background:#1a1625;box-shadow:0 20px 40px rgba(0,0,0,.5)}.ol-right{width:100%;padding:24px 20px 28px;color:#1e293b}[data-theme=dark] .ol-right{color:#f1f5f9}.ol-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.ol-title{font-size:1.3rem;font-weight:700;color:#0f172a;font-family:inherit;margin:0}[data-theme=dark] .ol-title{color:#fff}.ol-theme-toggle{flex-shrink:0;width:38px;height:38px;border:none;border-radius:10px;background:rgba(0,0,0,.06);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;padding:0}.ol-theme-toggle:hover{background:rgba(0,0,0,.1)}[data-theme=dark] .ol-theme-toggle{background:rgba(255,255,255,.1)}[data-theme=dark] .ol-theme-toggle:hover{background:rgba(255,255,255,.18)}.ol-theme-toggle .material-symbols-rounded{font-size:22px;line-height:1;color:#475569}[data-theme=dark] .ol-theme-toggle .material-symbols-rounded{color:#f1f5f9}.ol-theme-toggle .icon-moon{display:none}[data-theme=dark] .ol-theme-toggle .icon-moon{display:inline}[data-theme=dark] .ol-theme-toggle .icon-sun{display:none}.ol-subtitle{font-size:.78rem;color:#64748b;margin-bottom:20px;font-family:inherit}[data-theme=dark] .ol-subtitle{color:#94a3b8}.ol-form{width:100%}.ol-field{margin-bottom:14px}.ol-field label{display:block;margin-bottom:5px;font-size:.8rem;font-weight:500;color:#475569;text-align:right;font-family:inherit}[data-theme=dark] .ol-field label{color:#cbd5e1}.ol-input{display:block;width:100%;height:44px;padding:0 12px;font-size:16px;line-height:44px;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;outline:none;font-family:inherit;-webkit-appearance:none;appearance:none;transition:border-color .2s}[data-theme=dark] .ol-input{color:#f1f5f9;background:#252030;border-color:#334155}.ol-input::placeholder{color:#94a3b8}.ol-input:focus{border-color:#7c3aed;box-shadow:0 0 0 2px rgba(124,58,237,.15)}.ol-field-password{position:relative}.ol-field-password .ol-input{padding-left:44px}.ol-password-toggle{position:absolute;left:4px;bottom:0;width:38px;height:44px;border:none;background:none;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s;padding:0}.ol-password-toggle:hover{color:#475569}[data-theme=dark] .ol-password-toggle{color:#94a3b8}[data-theme=dark] .ol-password-toggle:hover{color:#cbd5e1}.ol-submit{display:block;width:100%;height:46px;margin-top:20px;font-size:.95rem;font-weight:600;font-family:inherit;color:#fff;background:linear-gradient(135deg,#7c3aed,#6d28d9);border:none;border-radius:10px;cursor:pointer;-webkit-appearance:none;appearance:none;transition:opacity .2s}.ol-submit:hover{opacity:.92}.ol-submit:active{opacity:.85}.ol-submit:disabled{opacity:.6;cursor:not-allowed}.ol-alert{padding:10px 12px;margin-bottom:14px;border-radius:10px;font-size:.8rem;border:1px solid rgba(239,68,68,.5);background:rgba(239,68,68,.08);color:#ef4444;font-family:inherit}[data-theme=dark] .ol-alert{background:rgba(239,68,68,.15);color:#fca5a5}@media (min-width:480px){.ol-right{padding:32px 28px 36px}.ol-subtitle{margin-bottom:24px}}.ro-welcome-banner{background:linear-gradient(135deg,var(--ro-primary-light) 0,var(--ro-info-light) 100%);border:1px solid rgba(54,153,255,.12);border-radius:var(--ro-radius-xl);padding:1.25rem;margin-bottom:1.25rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.ro-welcome-text h2{font-size:1rem;font-weight:700;color:var(--ro-text);margin-bottom:.125rem}.ro-welcome-text p{font-size:.8rem;color:var(--ro-text-secondary);margin:0}.ro-owner-hero{position:relative;overflow:hidden;min-height:142px;padding:1.15rem;margin-bottom:1rem;border:1px solid rgba(92,62,188,.16);border-radius:24px;background:radial-gradient(circle at 12% 12%,rgba(245,158,11,.18),transparent 32%),linear-gradient(135deg,rgba(92,62,188,.12),rgba(59,130,246,.08) 55%,rgba(16,185,129,.08));box-shadow:0 12px 36px rgba(15,23,42,.06);display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.ro-owner-hero:after{content:"";position:absolute;inset:auto -40px -70px auto;width:150px;height:150px;border-radius:50%;background:rgba(92,62,188,.08);pointer-events:none}.ro-owner-hero-content{position:relative;z-index:1;flex:1;min-width:0}.ro-owner-hero-content h1{margin:.65rem 0 .2rem;color:var(--ro-text);font-size:1.2rem;line-height:1.45;font-weight:850;letter-spacing:-.02em}.ro-owner-hero-content p{margin:0;color:var(--ro-text-secondary);font-size:.82rem;line-height:1.8}.ro-owner-status-pill{width:fit-content;display:inline-flex;align-items:center;gap:.4rem;padding:.32rem .65rem;border-radius:999px;font-size:.74rem;font-weight:750;border:1px solid transparent}.ro-owner-status-pill.open{color:#047857;background:rgba(16,185,129,.13);border-color:rgba(16,185,129,.22)}.ro-owner-status-pill.closed{color:#dc2626;background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.22)}.ro-owner-status-dot{width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px rgba(16,185,129,.12)}.ro-owner-status-pill.closed .ro-owner-status-dot{box-shadow:0 0 0 4px rgba(239,68,68,.12)}.ro-owner-hero-meta{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.85rem}.ro-owner-hero-meta>span{display:inline-flex;align-items:center;padding:.28rem .55rem;border-radius:10px;background:rgba(255,255,255,.62);border:1px solid rgba(255,255,255,.54);color:var(--ro-text-secondary);font-size:.72rem;font-weight:650}.ro-owner-logo-card{position:relative;z-index:1;width:64px;height:64px;flex:0 0 64px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.86);border:1px solid rgba(255,255,255,.78);box-shadow:0 10px 24px rgba(15,23,42,.12);overflow:hidden;color:var(--ro-primary);font-weight:850;font-size:1.55rem}.ro-owner-logo-card img{width:100%;height:100%;object-fit:cover;display:block}.ro-stats-grid{gap:.65rem;margin-bottom:1rem}.ro-stat-card{align-items:flex-start;gap:.7rem;padding:.9rem;border:1px solid rgba(148,163,184,.26);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.92));box-shadow:0 8px 24px rgba(15,23,42,.045)}.ro-stat-card:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(15,23,42,.08)}.ro-stat-icon{width:40px;height:40px;border-radius:14px}.ro-stat-icon .material-symbols-rounded{font-size:1.28rem}.ro-stat-content{min-width:0;flex:1}.ro-stat-label{color:var(--ro-text-muted);font-size:.7rem;font-weight:650;margin:0 0 .1rem}.ro-stat-value{color:var(--ro-text);font-size:1.25rem;font-weight:850;line-height:1.25}.ro-stat-caption{margin-top:.12rem;color:var(--ro-text-muted);font-size:.67rem;line-height:1.5}.ro-stat-link{color:inherit}.ro-dashboard-section{padding:1rem;border:1px solid rgba(148,163,184,.24);border-radius:22px;background:rgba(255,255,255,.74);box-shadow:0 10px 30px rgba(15,23,42,.04)}.ro-dashboard-section-header{align-items:flex-start;margin-bottom:.85rem}.ro-section-title{gap:.35rem;font-size:1rem;margin:0}.ro-section-title .material-symbols-rounded{color:var(--ro-primary);font-size:1.2rem}.ro-section-subtitle{margin:.2rem 0 0;color:var(--ro-text-muted);font-size:.73rem;line-height:1.7}.ro-section-actions{flex-shrink:0}.ro-action-btn{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:.32rem;border-radius:12px;border:1px solid transparent;padding:.48rem .7rem;font-family:inherit;font-size:.75rem;font-weight:750;cursor:pointer;transition:all .16s ease;white-space:nowrap}.ro-action-btn-primary{color:#fff;background:linear-gradient(135deg,var(--ro-primary),#7c3aed);box-shadow:0 8px 18px rgba(92,62,188,.22)}.ro-action-btn-primary:hover{color:#fff;transform:translateY(-1px);box-shadow:0 10px 22px rgba(92,62,188,.28)}.ro-action-btn-secondary{color:var(--ro-text-secondary);background:var(--ro-surface);border-color:var(--ro-border)}.ro-action-btn-secondary:hover{color:var(--ro-primary);border-color:rgba(92,62,188,.28);background:var(--ro-primary-light)}.ro-action-btn-secondary.active{color:#fff;background:var(--ro-success);border-color:var(--ro-success);box-shadow:0 8px 18px rgba(16,185,129,.22)}.ro-reorder-hint{display:flex;align-items:flex-start;gap:.45rem;margin-bottom:.75rem;padding:.65rem .75rem;border-radius:14px;background:var(--ro-primary-light);color:var(--ro-primary);font-size:.75rem;line-height:1.7;font-weight:650}.ro-reorder-hint .material-symbols-rounded{font-size:18px;margin-top:2px}.ro-categories-list{display:flex;flex-direction:column;gap:.65rem;margin-bottom:0}.ro-list-item-wrap{margin-bottom:0;gap:.42rem}.ro-list-item{min-height:68px;padding:.75rem;border-width:1px;border-color:rgba(148,163,184,.28);border-radius:18px;background:var(--ro-surface);box-shadow:0 6px 18px rgba(15,23,42,.045)}.ro-list-item:before{display:none}.ro-list-item:hover{border-color:rgba(92,62,188,.34);transform:translateY(-1px);box-shadow:0 10px 24px rgba(15,23,42,.075)}.ro-list-item-icon{width:46px;height:46px;border-radius:15px;margin-left:.75rem;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}.ro-list-item-title{font-size:.95rem;font-weight:800}.ro-list-item-desc{display:flex;align-items:center;gap:.25rem;font-size:.73rem}.ro-list-item-desc .material-symbols-rounded{font-size:15px;color:var(--ro-text-muted)}.ro-category-count-pill{min-width:28px;height:28px;padding:0 .45rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--ro-primary-light);color:var(--ro-primary);font-size:.78rem;font-weight:850}.ro-list-item-arrow{margin-right:.1rem}.ro-drag-handle{width:38px;height:68px;border-radius:14px;background:var(--ro-surface);border:1px dashed rgba(148,163,184,.42)}.ro-drag-handle,.ro-reorder-num{opacity:1;color:var(--ro-primary)}.ro-reorder-num{width:30px;height:30px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:var(--ro-primary-light)}.ro-reorder-active .ro-list-item{border-color:rgba(92,62,188,.24);background:rgba(255,255,255,.86)}.ro-add-card-empty{margin-top:.25rem}[data-theme=dark] .ro-owner-hero{background:radial-gradient(circle at 12% 12%,rgba(245,158,11,.12),transparent 32%),linear-gradient(135deg,rgba(124,58,237,.18),rgba(59,130,246,.11) 55%,rgba(16,185,129,.1));box-shadow:0 12px 36px rgba(0,0,0,.18)}[data-theme=dark] .ro-owner-hero-meta span,[data-theme=dark] .ro-owner-logo-card{background:rgba(26,22,37,.82);border-color:rgba(255,255,255,.08)}[data-theme=dark] .ro-dashboard-section,[data-theme=dark] .ro-stat-card{background:rgba(26,22,37,.72)}.ro-dropdown{position:relative;display:inline-block}.ro-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:160px;background:var(--ro-surface);border:1px solid var(--ro-border);border-radius:var(--ro-radius);padding:.375rem;box-shadow:var(--ro-shadow-lg);z-index:1050;display:none}.ro-dropdown-menu.show{display:block;animation:fadeInDown .15s ease}.ro-dropdown-item{display:flex;align-items:center;gap:.375rem;padding:.5rem .625rem;border-radius:var(--ro-radius);color:var(--ro-text-secondary);font-size:.8125rem;cursor:pointer;transition:var(--ro-transition);text-decoration:none;border:none;background:none;width:100%;font-family:inherit}.ro-dropdown-item:hover{background:var(--ro-surface-hover);color:var(--ro-text)}.ro-dropdown-item.danger{color:var(--ro-danger)}.ro-dropdown-item.danger:hover{background:var(--ro-danger-light)}.ro-dropdown-divider{height:1px;background:var(--ro-border);margin:.25rem 0}.ro-theme-toggle{width:36px;height:36px;border-radius:var(--ro-radius);background:var(--ro-surface-hover);border:1px solid var(--ro-border);color:var(--ro-text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--ro-transition);padding:0;flex-shrink:0}.ro-theme-toggle:hover{background:var(--ro-surface-active);color:var(--ro-warning);border-color:var(--ro-border-light)}.ro-theme-toggle .icon-moon,.ro-theme-toggle .icon-sun{font-size:20px}.ro-theme-toggle .icon-moon{display:none}[data-theme=dark] .ro-theme-toggle .icon-moon{display:inline}[data-theme=dark] .ro-theme-toggle .icon-sun{display:none}.ro-confirm-overlay{display:none;position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);align-items:center;justify-content:center;padding:16px;animation:roFadeIn .2s ease}.ro-confirm-overlay.active{display:flex}.ro-confirm-card{background:var(--ro-surface);border:1px solid var(--ro-border);border-radius:16px;padding:28px 24px 20px;max-width:340px;width:100%;text-align:center;box-shadow:0 20px 40px rgba(0,0,0,.15);animation:roSlideUp .25s ease;font-family:inherit}.ro-confirm-icon{width:56px;height:56px;border-radius:50%;background:rgba(220,53,69,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.ro-confirm-icon .material-symbols-rounded{font-size:28px;color:#dc3545}.ro-confirm-title{font-size:1.1rem;font-weight:700;color:var(--ro-text);margin:0 0 8px}.ro-confirm-text{font-size:.8rem;color:var(--ro-text-secondary);margin:0 0 20px;line-height:1.7}.ro-confirm-actions{display:flex;gap:10px}.ro-confirm-btn{flex:1;height:42px;border:none;border-radius:10px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;transition:opacity .15s}.ro-confirm-btn:hover{opacity:.88}.ro-confirm-btn-cancel{background:var(--ro-surface-hover);color:var(--ro-text-secondary)}.ro-confirm-btn-delete{background:#dc3545;color:#fff}.ro-install-sheet{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#fff;border-radius:24px 24px 0 0;padding:.75rem 1.5rem calc(env(safe-area-inset-bottom, 16px) + 1rem);box-shadow:0 -8px 40px rgba(92,62,188,.18),0 -2px 12px rgba(0,0,0,.06);animation:roSheetUp .5s cubic-bezier(.16,1,.3,1);direction:rtl;font-family:IRANSansWeb,BYekan,Tahoma,sans-serif}[data-theme=dark] .ro-install-sheet{background:#1a1625;box-shadow:0 -8px 40px rgba(0,0,0,.4),0 -2px 12px rgba(0,0,0,.2)}@keyframes roSheetUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.ro-install-sheet-handle{width:40px;height:4px;border-radius:2px;background:#e2e8f0;margin:0 auto 1rem}[data-theme=dark] .ro-install-sheet-handle{background:#2b2340}.ro-install-sheet-content{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.ro-install-sheet-logo{width:56px;height:56px;border-radius:16px;box-shadow:0 4px 12px rgba(92,62,188,.2);flex-shrink:0}.ro-install-sheet-info h3{font-size:1.0625rem;font-weight:700;color:var(--ro-text,#1e293b);margin:0 0 4px}.ro-install-sheet-info p{font-size:.8125rem;color:var(--ro-text-secondary,#64748b);margin:0;line-height:1.5}.ro-install-sheet-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem;border:none;border-radius:14px;background:linear-gradient(135deg,#5c3ebc,#7c3aed);color:#fff;font-size:.9375rem;font-weight:700;cursor:pointer;font-family:inherit;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 16px rgba(92,62,188,.3)}.ro-install-sheet-btn:active{transform:scale(.97)}.ro-install-sheet-btn .material-symbols-rounded{font-size:20px}.ro-install-sheet-steps{display:flex;flex-direction:column;gap:.625rem;margin-bottom:.25rem}.ro-install-sheet-step{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--ro-primary-light,rgba(92,62,188,.08));border-radius:12px;font-size:.8125rem;color:var(--ro-text,#1e293b)}.ro-install-sheet-step .material-symbols-rounded{font-size:22px;color:var(--ro-primary,#5c3ebc);flex-shrink:0}.ro-install-sheet-dismiss{display:block;width:100%;margin-top:.75rem;padding:.75rem;border:none;background:none;color:var(--ro-text-muted,#94a3b8);font-size:.8125rem;font-weight:500;cursor:pointer;font-family:inherit;transition:color .2s}.ro-install-sheet-dismiss:hover{color:var(--ro-text-secondary)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes roFadeIn{0%{opacity:0}to{opacity:1}}@keyframes roSlideUp{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.fade-in{animation:fadeIn .3s ease}@media (max-width:576px){.ro-header{padding:0 .75rem;height:56px}.ro-header-title{font-size:.9375rem;max-width:120px}.ro-main{padding:.75rem .75rem 80px}.ro-stat-card{padding:.75rem}.ro-stat-icon{width:38px;height:38px}.ro-stat-icon .material-symbols-rounded{font-size:1.25rem}.ro-stat-value{font-size:1.125rem}.ro-stat-label{font-size:.7rem}.ro-owner-hero{min-height:128px;padding:1rem;border-radius:20px}.ro-owner-hero-content h1{font-size:1.05rem}.ro-owner-hero-content p{font-size:.76rem;max-width:220px}.ro-owner-logo-card{width:56px;height:56px;flex-basis:56px;border-radius:16px}.ro-dashboard-section{padding:.8rem;border-radius:20px}.ro-dashboard-section-header{gap:.75rem}.ro-section-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.ro-section-actions .ro-action-btn{width:100%;padding-inline:.5rem;font-size:.72rem}.ro-section-actions .ro-action-btn:only-child{grid-column:1/-1}.ro-welcome-banner{flex-direction:column;text-align:center;padding:1rem}.ro-list-item{padding:.75rem}.ro-list-item-icon{width:36px;height:36px;margin-left:.625rem}.ro-list-item-icon .material-symbols-rounded{font-size:1.125rem}.ro-product-item{padding:.75rem;gap:.5rem}.ro-order-body,.ro-order-header{padding:.75rem}.ro-order-footer{padding:.625rem .75rem}.ro-section-header{flex-wrap:wrap}.ro-login-card{padding:1.5rem 1.25rem}.ro-login-title{font-size:1.125rem}.ro-bottom-nav{height:58px}.ro-nav-item{font-size:.625rem;min-width:56px}.ro-nav-item .material-symbols-rounded{font-size:20px}.ro-variant-row{flex-wrap:wrap}.ro-variant-row .ro-form-control{min-width:0}.ro-page-header-title{font-size:.9375rem}.ro-page-header{flex-wrap:wrap}.ro-page-header-actions{width:100%;flex-wrap:wrap;order:3}.ro-page-header-actions .ro-btn,.ro-page-header-actions .ro-btn-sm{flex:1 1 0;min-width:0;font-size:.75rem;padding:.375rem .5rem}}@media (min-width:577px) and (max-width:768px){.ro-main{padding:1rem 1rem 85px}}@media (min-width:769px){.ro-header{padding:0 1.5rem;height:64px}.ro-header-title{font-size:1.125rem;max-width:280px}.ro-main{padding:1.5rem 1.5rem 90px}.ro-bottom-nav{height:64px}.ro-nav-item{font-size:.75rem}.ro-stat-card{padding:1.125rem}}.ro-report-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;margin-bottom:1.25rem}.ro-report-card{background:var(--ro-surface);border:1px solid var(--ro-border);border-radius:var(--ro-radius-lg);padding:1rem;display:flex;align-items:flex-start;gap:.75rem;transition:var(--ro-transition);position:relative;overflow:hidden}.ro-report-card:before{content:"";position:absolute;top:0;right:0;width:4px;height:100%;transition:var(--ro-transition)}.ro-report-card.accent-green:before{background:var(--ro-success)}.ro-report-card.accent-blue:before{background:var(--ro-info)}.ro-report-card.accent-purple:before{background:var(--ro-primary)}.ro-report-card.accent-orange:before{background:var(--ro-warning)}.ro-report-card:hover{transform:translateY(-2px);box-shadow:var(--ro-shadow)}.ro-report-card-icon{width:40px;height:40px;border-radius:var(--ro-radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ro-report-card-icon .material-symbols-rounded{font-size:1.25rem}.accent-green .ro-report-card-icon{background:var(--ro-success-light);color:var(--ro-success)}.accent-blue .ro-report-card-icon{background:var(--ro-info-light);color:var(--ro-info)}.accent-purple .ro-report-card-icon{background:var(--ro-primary-light);color:var(--ro-primary)}.accent-orange .ro-report-card-icon{background:var(--ro-warning-light);color:var(--ro-warning)}.ro-report-card-body{flex:1;min-width:0}.ro-report-card-value{font-size:1.125rem;font-weight:700;color:var(--ro-text);line-height:1.2;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ro-report-card-value small{font-size:.7rem;font-weight:500;color:var(--ro-text-muted)}.ro-report-card-label{font-size:.75rem;color:var(--ro-text-muted);display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.ro-report-card-sub{font-size:.675rem;color:var(--ro-text-muted);opacity:.7}.ro-chart-header,.ro-chart-section{margin-bottom:1rem}.ro-chart-header{display:flex;flex-direction:column;gap:.75rem}.ro-chart-title{font-size:.9rem;font-weight:700;color:var(--ro-text);display:flex;align-items:center;margin:0}.ro-chart-controls{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.ro-chart-toggle,.ro-range-selector{display:inline-flex;border:1px solid var(--ro-border);border-radius:var(--ro-radius);overflow:hidden;background:var(--ro-surface-hover)}.ro-chart-toggle button,.ro-range-selector button{padding:.375rem .625rem;font-size:.75rem;font-weight:500;color:var(--ro-text-muted);background:transparent;border:none;cursor:pointer;font-family:inherit;transition:var(--ro-transition);white-space:nowrap}.ro-chart-toggle button:not(:last-child),.ro-range-selector button:not(:last-child){border-left:1px solid var(--ro-border)}.ro-chart-toggle button.active,.ro-range-selector button.active{background:var(--ro-primary);color:#fff;font-weight:600}.ro-chart-toggle button:hover:not(.active),.ro-range-selector button:hover:not(.active){background:var(--ro-surface-active);color:var(--ro-text)}.ro-chart-container{width:100%;direction:ltr}.ro-chart-tooltip{background:var(--ro-surface);border:1px solid var(--ro-border);border-radius:var(--ro-radius);padding:.625rem .75rem;box-shadow:var(--ro-shadow-lg);font-size:.8rem;direction:rtl;min-width:120px}.ro-chart-tooltip-date{font-size:.7rem;color:var(--ro-text-muted);margin-bottom:.25rem}.ro-chart-tooltip-row{color:var(--ro-text-secondary);font-size:.8rem;line-height:1.6}.ro-chart-tooltip-row strong{color:var(--ro-text)}.ro-top-products-list{display:flex;flex-direction:column;gap:.5rem}.ro-top-product-item{display:flex;align-items:center;gap:.625rem;padding:.625rem .5rem;border-radius:var(--ro-radius);transition:var(--ro-transition)}.ro-top-product-item:hover{background:var(--ro-surface-hover)}.ro-top-product-rank{width:28px;text-align:center;flex-shrink:0}.ro-top-product-rank-num{font-size:.8rem;font-weight:700;color:var(--ro-text-muted)}.ro-top-product-info{flex:1;min-width:0}.ro-top-product-name{font-size:.8125rem;font-weight:600;color:var(--ro-text);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ro-top-product-bar-wrap{width:100%;height:5px;background:var(--ro-border);border-radius:3px;overflow:hidden}.ro-top-product-bar{height:100%;background:linear-gradient(90deg,var(--ro-primary),var(--ro-info));border-radius:3px;transition:width .5s cubic-bezier(.4,0,.2,1)}.ro-top-product-stats{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;gap:1px}.ro-top-product-qty{font-size:.7rem;color:var(--ro-text-muted);font-weight:500}.ro-top-product-rev{font-size:.8rem;color:var(--ro-text);font-weight:700;white-space:nowrap}.ro-status-breakdown{display:flex;flex-direction:column;gap:.875rem}.ro-status-row-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.ro-status-row-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.ro-status-row-label{font-size:.8125rem;font-weight:500;color:var(--ro-text);flex:1}.ro-status-row-count{font-size:.8125rem;font-weight:700;color:var(--ro-text)}.ro-status-row-pct{font-size:.725rem;color:var(--ro-text-muted);min-width:32px;text-align:left}.ro-status-row-bar-bg{width:100%;height:6px;background:var(--ro-border);border-radius:3px;overflow:hidden}.ro-status-row-bar{height:100%;border-radius:3px;transition:width .5s cubic-bezier(.4,0,.2,1)}.ro-beta-banner{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;margin-bottom:1rem;background:var(--ro-warning-light);border:1px solid rgba(245,158,11,.25);border-radius:var(--ro-radius-lg);direction:rtl}.ro-beta-banner>.material-symbols-rounded{font-size:1.25rem;color:var(--ro-warning);flex-shrink:0;margin-top:2px}.ro-beta-banner strong{font-size:.8125rem;color:var(--ro-text);display:block;margin-bottom:2px}.ro-beta-banner p{font-size:.75rem;color:var(--ro-text-secondary);margin:0;line-height:1.6}@media (max-width:576px){.ro-report-summary{grid-template-columns:1fr}.ro-report-card{padding:.875rem}.ro-report-card-value{font-size:1rem}.ro-chart-controls{flex-direction:column;align-items:stretch}.ro-chart-toggle,.ro-range-selector{width:100%}.ro-chart-toggle button,.ro-range-selector button{flex:1;text-align:center}}.ro-add-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;border:2px dashed var(--ro-border);border-radius:var(--ro-radius-lg);background:transparent;cursor:pointer;transition:var(--ro-transition);text-decoration:none;color:inherit;margin-bottom:.75rem}.ro-add-card:hover{border-color:var(--ro-primary);background:var(--ro-primary-light);color:inherit;transform:translateY(-2px);box-shadow:var(--ro-shadow)}.ro-add-card-icon{width:48px;height:48px;border-radius:var(--ro-radius);background:var(--ro-primary-light);color:var(--ro-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:var(--ro-transition)}.ro-add-card:hover .ro-add-card-icon{background:var(--ro-primary);color:#fff;box-shadow:0 4px 12px rgba(124,58,237,.3)}.ro-add-card-icon .material-symbols-rounded{font-size:1.5rem}.ro-add-card-text{display:flex;flex-direction:column;gap:2px}.ro-add-card-text strong{font-size:.875rem;font-weight:600;color:var(--ro-text)}.ro-add-card-text span{font-size:.75rem;color:var(--ro-text-muted)}.ro-add-card.ro-add-card-compact{padding:.75rem 1rem;gap:.625rem;border-width:1.5px;margin-top:.25rem}.ro-add-card-compact .ro-add-card-icon{width:36px;height:36px}.ro-add-card-compact .ro-add-card-icon .material-symbols-rounded{font-size:1.25rem}.ro-add-card-label{font-size:.8125rem;font-weight:600;color:var(--ro-primary)}.ro-search-box{position:relative;margin-bottom:.75rem}.ro-search-icon{position:absolute;right:.875rem;top:50%;transform:translateY(-50%);font-size:1.15rem;color:var(--ro-text-muted);pointer-events:none}.ro-search-input{width:100%;padding:.625rem 2.5rem;background:var(--ro-surface);border:1px solid var(--ro-border);border-radius:var(--ro-radius);color:var(--ro-text);font-size:.8125rem;font-family:inherit;transition:var(--ro-transition);outline:none;min-height:44px}[data-theme=light] .ro-search-input{background:var(--ro-page-bg)}.ro-search-input::placeholder{color:var(--ro-text-muted)}.ro-search-input:focus{border-color:var(--ro-primary);box-shadow:0 0 0 3px var(--ro-primary-light)}.ro-search-clear{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);width:28px;height:28px;border:none;background:var(--ro-surface-hover);border-radius:50%;color:var(--ro-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:var(--ro-transition)}.ro-search-clear:hover{background:var(--ro-danger-light);color:var(--ro-danger)}.ro-search-clear .material-symbols-rounded{font-size:16px}.ro-filter-chips{display:flex;gap:.375rem;margin-bottom:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.ro-filter-chips::-webkit-scrollbar{display:none}.ro-filter-chip{padding:.375rem .75rem;border:1px solid var(--ro-border);border-radius:2rem;background:var(--ro-surface);color:var(--ro-text-muted);font-size:.75rem;font-weight:500;font-family:inherit;cursor:pointer;transition:var(--ro-transition);white-space:nowrap;flex-shrink:0}.ro-filter-chip:hover{border-color:var(--ro-primary);color:var(--ro-text)}.ro-filter-chip.active{background:var(--ro-primary);border-color:var(--ro-primary);color:#fff;font-weight:600}.ro-welcome-logo{width:56px;height:56px;border-radius:var(--ro-radius);overflow:hidden;flex-shrink:0;border:2px solid rgba(255,255,255,.3);box-shadow:0 2px 8px rgba(0,0,0,.1)}.ro-welcome-logo img{width:100%;height:100%;object-fit:cover;display:block}.ro-order-customer{display:flex;align-items:center;gap:.25rem;font-size:.7rem;color:var(--ro-text-muted);margin-top:3px}.ro-loading-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.6);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}[data-theme=dark] .ro-loading-overlay{background:rgba(15,14,20,.6)}.ro-loading-spinner{width:36px;height:36px;border:3px solid var(--ro-border);border-top-color:var(--ro-primary);border-radius:50%;animation:ro-spin .7s linear infinite}@keyframes ro-spin{to{transform:rotate(1turn)}}.ro-settings-section{padding:1.25rem;margin-bottom:1rem}.ro-settings-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.ro-settings-section-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ro-settings-section-icon .material-symbols-rounded{font-size:22px}.ro-settings-section-title{font-size:.95rem;font-weight:700;margin:0 0 .15rem;color:var(--ro-text)}.ro-settings-section-desc{font-size:.78rem;color:var(--ro-text-muted);margin:0}.ro-input-with-unit{display:flex;align-items:center;gap:.5rem}.ro-input-with-unit .ro-form-control{flex:1;text-align:left;direction:ltr;font-size:1.1rem;font-weight:600;letter-spacing:.5px}.ro-input-unit{font-size:.82rem;color:var(--ro-text-muted);white-space:nowrap;font-weight:500}.ro-settings-hint{font-size:.78rem;color:var(--ro-text-muted);margin-top:.5rem}.ro-quick-amounts{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}.ro-quick-amount{border:1.5px solid var(--ro-border);background:var(--ro-card);color:var(--ro-text-muted);font-size:.78rem;font-weight:600;padding:.3rem .65rem;border-radius:8px;cursor:pointer;transition:all .15s}.ro-quick-amount:hover{border-color:var(--ro-primary);color:var(--ro-primary)}.ro-quick-amount.active{border-color:var(--ro-primary);background:var(--ro-primary);color:#fff}.ro-time-row{display:flex;align-items:flex-end;gap:.5rem}.ro-time-field{flex:1}.ro-time-input-wrap{display:flex;align-items:center;gap:.4rem;border:1.5px solid var(--ro-border);border-radius:10px;padding:0 .6rem;background:var(--ro-bg);transition:border-color .15s}.ro-time-input-wrap:focus-within{border-color:var(--ro-primary)}.ro-time-input{border:none!important;background:transparent!important;padding:.55rem .25rem!important;font-size:1rem;font-weight:600;direction:ltr;text-align:center}.ro-time-separator{display:flex;align-items:center;justify-content:center;color:var(--ro-text-muted);padding-bottom:.3rem}.ro-time-separator .material-symbols-rounded{font-size:18px}.ro-days-grid{display:flex;flex-wrap:wrap;gap:.4rem}.ro-day-chip{display:flex;align-items:center;gap:.2rem;border:1.5px solid var(--ro-border);background:var(--ro-card);color:var(--ro-text);font-size:.82rem;font-weight:600;padding:.4rem .7rem;border-radius:10px;cursor:pointer;transition:all .15s}.ro-day-chip:hover{border-color:var(--ro-danger);background:rgba(239,68,68,.04)}.ro-day-chip.off{border-color:var(--ro-danger);background:rgba(239,68,68,.08);color:var(--ro-danger);text-decoration:line-through}.ro-btn-block{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.ro-btn-lg{padding:.75rem 1.25rem;font-size:.92rem}.ro-toast{position:fixed;bottom:80px;left:50%;transform:translateX(-50%);background:var(--ro-success);color:#fff;padding:.6rem 1.25rem;border-radius:12px;display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;box-shadow:0 4px 16px rgba(0,0,0,.15);z-index:999;animation:ro-toast-in .3s ease}@keyframes ro-toast-in{0%{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.ro-promo-lead{margin:-.25rem 0 1.125rem;font-size:.8125rem;color:var(--ro-text-secondary);line-height:1.6}.ro-promo-empty{text-align:center;padding:3rem 1rem;font-size:.875rem;color:var(--ro-text-secondary)}.ro-promo-stack{display:flex;flex-direction:column;gap:1rem}.ro-promo-card{border-radius:16px;background:var(--ro-surface);border:1px solid var(--ro-border);box-shadow:0 4px 20px rgba(15,23,42,.06)}[data-theme=dark] .ro-promo-card{box-shadow:0 4px 24px rgba(0,0,0,.3)}.ro-promo-inner{padding:.75rem}.ro-promo-media{width:100%;border-radius:12px;overflow:hidden;background:#f1f5f9}[data-theme=dark] .ro-promo-media{background:#231c33}.ro-promo-media img{width:100%;height:auto;display:block;object-fit:contain}.ro-promo-media-fallback{width:100%;aspect-ratio:16/9;display:block}.ro-promo-body{padding:.875rem .375rem .25rem}.ro-promo-title{margin:0 0 .35rem;font-size:.9375rem;font-weight:750;color:var(--ro-text)}.ro-promo-desc{font-size:.8125rem;color:var(--ro-text-secondary);line-height:1.65;margin-bottom:.875rem}.ro-promo-opts{display:flex;align-items:center;gap:.625rem;margin-bottom:.75rem}.ro-promo-opts-label{flex-shrink:0;width:2.5rem;font-size:.75rem;font-weight:600;color:var(--ro-text-muted)}.ro-promo-pills{display:flex;flex-wrap:wrap;gap:.375rem;flex:1}.ro-promo-pill{padding:.45rem .85rem;border-radius:999px;border:1px solid var(--ro-border);background:var(--ro-surface-hover);font-family:inherit;font-size:.8125rem;font-weight:600;color:var(--ro-text-secondary);cursor:pointer;transition:all .2s ease}[data-theme=light] .ro-promo-pill{background:var(--ro-page-bg)}.ro-promo-pill:hover:not(.is-on){border-color:var(--ro-success);color:var(--ro-text)}.ro-promo-pill.is-on{border-color:transparent;background:linear-gradient(135deg,var(--ro-success) 0,var(--ro-success-hover) 100%);color:#fff;box-shadow:0 3px 12px rgba(16,185,129,.3)}.ro-promo-foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.5rem;padding:.875rem .625rem .375rem;border-top:1px solid var(--ro-border)}.ro-promo-cost{display:flex;align-items:baseline;gap:.3rem;min-width:0}.ro-promo-cost strong{font-size:1.125rem;font-weight:800;color:var(--ro-text);letter-spacing:-.02em}.ro-promo-cost span{font-size:.75rem;color:var(--ro-text-muted)}.ro-promo-go{flex-shrink:0;padding:.5rem .875rem;border:none;border-radius:10px;background:linear-gradient(135deg,var(--ro-success) 0,var(--ro-success-hover) 100%);color:#fff;font-family:inherit;font-size:.8125rem;font-weight:700;cursor:pointer;box-shadow:0 3px 12px rgba(16,185,129,.3);transition:transform .15s,box-shadow .15s,opacity .15s}.ro-promo-go:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 5px 16px rgba(16,185,129,.4)}.ro-promo-go:active:not(:disabled){transform:translateY(0)}.ro-promo-go:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;background:var(--ro-border);color:var(--ro-text-muted)}.ro-promo-action{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.ro-promo-full-notice{font-size:.7rem;font-weight:600;color:var(--ro-warning)}.ro-promo-avail{display:flex;align-items:center;gap:.375rem;margin-top:.625rem;padding:0 .375rem;font-size:.72rem;font-weight:600;color:var(--ro-text-muted)}.ro-promo-avail-dot{width:7px;height:7px;border-radius:50%;background:var(--ro-success);flex-shrink:0}.ro-promo-avail-dot.is-full{background:var(--ro-warning)}.ro-promo-hr{border:none;border-top:1px solid var(--ro-border);margin:1.75rem 0 1rem}.ro-promo-history-head{margin:0 0 .75rem;font-size:.875rem;font-weight:700;color:var(--ro-text)}.ro-promo-history-box{border-radius:16px;border:1px solid var(--ro-border);background:var(--ro-surface);overflow:hidden}.ro-promo-history-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1rem}.ro-promo-history-item+.ro-promo-history-item{border-top:1px solid var(--ro-border)}.ro-promo-history-name{font-size:.8125rem;font-weight:650;color:var(--ro-text)}.ro-promo-history-sub{margin-top:.15rem;font-size:.75rem;color:var(--ro-text-secondary)}.ro-promo-history-tag{flex-shrink:0;padding:.2rem .55rem;border-radius:999px;font-size:.6875rem;font-weight:700;background:var(--ro-surface-hover);color:var(--ro-text-muted)}.ro-promo-history-item.is-active .ro-promo-history-tag{background:var(--ro-success-light);color:var(--ro-success)}.ro-promo-history-item.is-pending .ro-promo-history-tag{background:var(--ro-warning-light);color:var(--ro-warning)}.ro-promo-history-item.is-cancelled .ro-promo-history-tag{background:var(--ro-danger-light);color:var(--ro-danger)}