@import "https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;600;700&display=swap";:root,[data-theme=light]{--rezzo-bg:#f8f7fc;--rezzo-surface:#fff;--rezzo-card:#fff;--rezzo-surface-muted:#f4f4f5;--rezzo-text:#6b7280;--rezzo-text-muted:#9ca3af;--rezzo-text-heading:#1f1635;--rezzo-text-primary:#1f1635;--rezzo-text-secondary:#6b7280;--rezzo-text-inverse:#fff;--rezzo-border:#ddd6fe;--rezzo-primary:#6c4dff;--rezzo-primary-hover:#6d28d9;--rezzo-primary-deep:#6d28d9;--rezzo-primary-soft:#8b5cf61a;--rezzo-primary-border:#8b5cf659;--rezzo-shadow:0 8px 24px #6d28d914;--rezzo-sidebar-from:#1a2756;--rezzo-sidebar-mid:#0f1e44;--rezzo-sidebar-to:#0a1630;--rezzo-table-head:#0f1e44;--rezzo-table-head-text:#fff;--rezzo-table-row:#fff;--rezzo-table-row-hover:#f8fafc;--rezzo-input-bg:#fff;--rezzo-code-bg:#f4f4f5;--rezzo-modal-overlay:#0f1e4485;--rezzo-btn-secondary-bg:#fff;--rezzo-danger-bg:#dc2626;--rezzo-danger-text:#fff;--rezzo-error-bg:#fef2f2;--rezzo-error-border:#fecaca;--rezzo-error-text:#dc2626;--rezzo-success-bg:#ecfdf5;--rezzo-success-text:#065f46;--rezzo-warning-bg:#fffbeb;--rezzo-warning-text:#92400e;--rezzo-tab-active:#ede9fe;--rezzo-dropdown-bg:#fff}[data-theme=dark]{--rezzo-bg:#0b1120;--rezzo-surface:#111827;--rezzo-card:#1f2937;--rezzo-surface-muted:#111827;--rezzo-text:#cbd5e1;--rezzo-text-muted:#94a3b8;--rezzo-text-heading:#fff;--rezzo-text-primary:#f9fafb;--rezzo-text-secondary:#94a3b8;--rezzo-text-inverse:#fff;--rezzo-border:#374151;--rezzo-primary:#8b5cf6;--rezzo-primary-hover:#7c3aed;--rezzo-primary-deep:#7c3aed;--rezzo-primary-soft:#8b5cf62e;--rezzo-primary-border:#8b5cf673;--rezzo-shadow:0 8px 32px #00000073;--rezzo-sidebar-from:#0b1120;--rezzo-sidebar-mid:#111827;--rezzo-sidebar-to:#0b1120;--rezzo-table-head:#1f2937;--rezzo-table-head-text:#fff;--rezzo-table-row:#111827;--rezzo-table-row-hover:#8b5cf61f;--rezzo-input-bg:#111827;--rezzo-code-bg:#111827;--rezzo-modal-overlay:#0b1120c7;--rezzo-btn-secondary-bg:#111827;--rezzo-danger-bg:#991b1b;--rezzo-danger-text:#fff;--rezzo-error-bg:#991b1b38;--rezzo-error-border:#f8717159;--rezzo-error-text:#fca5a5;--rezzo-success-bg:#34d39924;--rezzo-success-text:#6ee7b7;--rezzo-warning-bg:#fbbf2424;--rezzo-warning-text:#fcd34d;--rezzo-tab-active:#8b5cf633;--rezzo-dropdown-bg:#1f2937}.theme-boot{background:var(--rezzo-bg);min-height:100vh}:root,[data-theme=light]{--text:var(--rezzo-text);--text-h:var(--rezzo-text-heading);--bg:var(--rezzo-bg);--border:var(--rezzo-border);--code-bg:var(--rezzo-code-bg);--accent:var(--rezzo-primary);--accent-deep:var(--rezzo-primary-deep);--accent-bg:var(--rezzo-primary-soft);--accent-border:var(--rezzo-primary-border);--shadow:var(--rezzo-shadow);--sans:"Tajawal", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--heading:"Tajawal", system-ui, sans-serif;--mono:ui-monospace, SFMono-Regular, Consolas, monospace;font:16px/1.5 var(--sans);letter-spacing:.01em;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{--text:var(--rezzo-text);--text-h:var(--rezzo-text-heading);--bg:var(--rezzo-bg);--border:var(--rezzo-border);--code-bg:var(--rezzo-code-bg);--accent:var(--rezzo-primary);--accent-deep:var(--rezzo-primary-deep);--accent-bg:var(--rezzo-primary-soft);--accent-border:var(--rezzo-primary-border);--shadow:var(--rezzo-shadow)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);min-height:100vh;color:var(--text);margin:0;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--heading);color:var(--text-h);font-weight:600}a{color:var(--accent-deep);text-decoration:none}a:hover{text-decoration:underline}code{font-family:var(--mono);background:var(--code-bg);border-radius:4px;padding:.2em .4em;font-size:.9em}.error-message,.auth-error{background:var(--rezzo-error-bg);border:1px solid var(--rezzo-error-border);color:var(--rezzo-error-text);border-radius:12px;padding:12px 16px;font-size:14px;font-weight:500}.loading{text-align:center;color:var(--text);padding:60px 20px}button:focus-visible,input:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.data-table,.fm-data-table,.ft-table{border-collapse:collapse;background:var(--rezzo-surface);width:100%;color:var(--text)}.data-table thead th,.fm-data-table thead th,.ft-table thead th{background:var(--rezzo-table-head);color:var(--rezzo-table-head-text)}.data-table tbody tr:hover,.fm-data-table tbody tr:hover,.ft-table tbody tr:hover{background:var(--rezzo-table-row-hover)}.data-table td,.data-table th,.fm-data-table td,.fm-data-table th,.ft-table td,.ft-table th{border-color:var(--rezzo-border)}.card,.table-card,.stat-card,.settings-card{background:var(--rezzo-card,var(--rezzo-surface));color:var(--text);border-color:var(--rezzo-border);box-shadow:var(--shadow)}input,select,textarea{background:var(--rezzo-input-bg);color:var(--text-h);border-color:var(--rezzo-border)}.btn-primary,.ft-btn-primary,.fm-btn-primary,.btn-add,.btn-add-user,.btn-create-gradient,.mv-btn-primary,.wizard-btn-primary,.menu-add-btn,.auth-btn-primary{background:linear-gradient(135deg, var(--rezzo-primary) 0%, var(--rezzo-primary-hover,var(--accent-deep)) 100%);color:var(--rezzo-text-inverse);cursor:pointer;border:none;transition:transform .15s,box-shadow .15s,filter .15s}.btn-primary:hover:not(:disabled),.ft-btn-primary:hover:not(:disabled),.fm-btn-primary:hover:not(:disabled),.btn-add:hover,.btn-add-user:hover,.btn-create-gradient:hover:not(:disabled),.mv-btn-primary:hover:not(:disabled),.wizard-btn-primary:hover:not(:disabled),.menu-add-btn:hover,.auth-btn-primary:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.btn-primary:disabled,.ft-btn-primary:disabled,.fm-btn-primary:disabled,.btn-create-gradient:disabled,.mv-btn-primary:disabled,.auth-btn-primary:disabled{opacity:.65;cursor:not-allowed}.btn-secondary,.ft-btn-secondary,.fm-btn-secondary,.wizard-btn-secondary,.mv-btn-secondary{background:var(--rezzo-btn-secondary-bg,var(--rezzo-surface-muted));color:var(--text);border:1px solid var(--rezzo-primary-border,var(--rezzo-border));cursor:pointer}.btn-danger,.ft-btn-danger,.fm-btn-danger,.wizard-btn-danger,.btn-delete,.btn-cancel-danger{background:var(--rezzo-danger-bg);color:var(--rezzo-danger-text);cursor:pointer;border:none}.btn-danger:hover:not(:disabled),.ft-btn-danger:hover:not(:disabled),.fm-btn-danger:hover:not(:disabled){filter:brightness(1.08)}.modal-overlay,.wizard-overlay,.fm-modal-overlay{background:var(--rezzo-modal-overlay)}.modal-content,.wizard-modal,.fm-modal,.dropdown-menu{background:var(--rezzo-card);color:var(--text-h);border:1px solid var(--rezzo-border);box-shadow:var(--shadow)}.tab-btn.active,.wizard-tab.active,.fm-tab.active{background:var(--rezzo-tab-active);color:var(--accent);border-color:var(--rezzo-primary-border)}img,.image-preview img,.gallery-thumb img,.facility-preview img{filter:none}.rezzo-logo{flex-shrink:0;justify-content:flex-start;align-items:center;display:flex}.rezzo-logo img{object-fit:contain;object-position:left center;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:auto;max-height:100%;display:block}.rezzo-logo-surface{background:var(--rezzo-surface);border-radius:14px;justify-content:center;align-items:center;max-width:100%;padding:10px 14px;display:inline-flex;box-shadow:0 4px 20px #0f1e441f}.rezzo-logo--mark{border-radius:10px;overflow:hidden}.rezzo-logo--mark img{object-position:center center}.rezzo-logo--animate{animation:.75s ease-out forwards rezzoLogoFadeIn}@keyframes rezzoLogoFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.notification-bell{border:1px solid var(--rezzo-border);background:var(--rezzo-surface);width:40px;height:40px;color:var(--rezzo-text-primary);border-radius:12px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex;position:relative}.notification-bell-badge{background:var(--accent,#667eea);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;display:inline-flex;position:absolute;top:-4px;right:-4px}.layout{background:var(--rezzo-bg);min-height:100vh;display:flex;overflow-x:hidden}.layout-topbar{justify-content:flex-end;padding:12px 24px 0;display:flex}.sidebar{background:linear-gradient(180deg, var(--rezzo-sidebar-from) 0%, var(--rezzo-sidebar-mid) 50%, var(--rezzo-sidebar-to) 100%);width:260px;color:var(--rezzo-text-inverse);z-index:100;flex-direction:column;height:100vh;max-height:100vh;transition:width .3s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.sidebar.open{width:260px}.sidebar.closed{width:70px}.sidebar-header{border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:20px 14px;display:flex}.sidebar-brand{flex:1;justify-content:flex-start;align-items:center;min-width:0;display:flex}.sidebar-logo-full{max-width:100%}.sidebar.closed .sidebar-header{flex-direction:column;gap:10px;padding:16px 8px}.sidebar.closed .sidebar-brand{justify-content:center}.sidebar-logo{white-space:nowrap;background:linear-gradient(135deg, var(--rezzo-primary) 0%, var(--rezzo-primary-hover,var(--accent-deep)) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:22px;font-weight:700}.sidebar-toggle{color:var(--rezzo-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;padding:8px;font-size:20px;transition:all .2s}.sidebar-toggle:hover{color:var(--rezzo-text-inverse);background:#ffffff1a}.sidebar-nav{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#ffffff40 transparent;flex-direction:column;flex:1;gap:4px;min-height:0;padding:16px 12px;display:flex;overflow:hidden auto}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:999px}.nav-item{color:var(--rezzo-text-muted);white-space:nowrap;border-radius:8px;flex-shrink:0;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.nav-item:hover{color:var(--rezzo-text-inverse);background:#ffffff1a}.nav-item.active{background:linear-gradient(135deg, var(--rezzo-primary) 0%, var(--rezzo-primary-hover,var(--accent-deep)) 100%);color:var(--rezzo-text-inverse)}.nav-icon{flex-shrink:0;font-size:18px}.sidebar-footer{border-top:1px solid #ffffff1a;flex-shrink:0;padding:16px}.user-info{margin-bottom:12px}.user-name{color:var(--rezzo-text-inverse);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:600;overflow:hidden}.user-email{color:var(--rezzo-text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;overflow:hidden}.logout-btn{background:var(--rezzo-error-bg);border:1px solid var(--rezzo-error-border);width:100%;color:var(--rezzo-error-text);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:10px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.logout-btn:hover{background:var(--rezzo-error-bg);color:var(--rezzo-text-inverse)}.main-content{flex:1;min-width:0;height:100vh;margin-left:260px;transition:margin-left .3s;overflow:hidden auto}.sidebar.closed~.main-content{margin-left:70px}.content-wrapper{max-width:1400px;padding:32px}.mobile-menu-btn{z-index:101;background:var(--rezzo-surface);border:1px solid var(--rezzo-border);box-shadow:var(--rezzo-shadow);cursor:pointer;color:var(--rezzo-text-heading);border-radius:8px;padding:12px;font-size:20px;display:none;position:fixed;top:16px;right:16px}.sidebar-overlay{z-index:99;background:#00000080;display:none;position:fixed;inset:0}@media (width<=768px){.sidebar{transform:translate(-100%);width:260px!important}.sidebar.mobile-open{transform:translate(0)}.sidebar-overlay,.mobile-menu-btn{display:block}.main-content{margin-left:0!important}.content-wrapper{padding:60px 16px 20px}}[dir=rtl] .sidebar{left:auto;right:0}[dir=rtl] .main-content{margin-left:0;margin-right:260px}[dir=rtl] .sidebar.closed~.main-content{margin-left:0;margin-right:70px}[dir=rtl] .sidebar.mobile-open{transform:translate(0)}@media (width<=768px){[dir=rtl] .main-content{margin-right:0!important}[dir=rtl] .mobile-menu-btn{left:16px;right:auto}}.auth-layout{background:var(--rezzo-bg);justify-content:center;align-items:center;min-height:100vh;padding:24px;font-family:Tajawal,system-ui,sans-serif;display:flex;position:relative;overflow:hidden}.auth-layout-texture{background:radial-gradient(ellipse 80% 50% at 50% 0%, var(--rezzo-primary-soft) 0%, transparent 70%), linear-gradient(180deg, var(--rezzo-bg) 0%, var(--rezzo-surface) 55%);pointer-events:none;position:absolute;inset:0}.auth-layout-inner{z-index:1;flex-direction:column;align-items:center;gap:28px;width:100%;max-width:440px;display:flex;position:relative}.auth-layout-brand{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.auth-layout-tagline{color:var(--rezzo-text);max-width:320px;margin:0;font-size:15px;line-height:1.5}.auth-layout-card{border:1px solid var(--rezzo-border);background:var(--rezzo-surface);width:100%;box-shadow:var(--rezzo-shadow);border-radius:28px;padding:32px 28px}.auth-layout-title{color:var(--rezzo-text-heading);text-align:center;margin:0 0 24px;font-size:22px;font-weight:700}.auth-layout-footer{color:var(--rezzo-text);text-align:center;margin:0;font-size:14px}.auth-layout-footer a{color:var(--accent-deep);font-weight:600;text-decoration:none}.auth-layout-footer a:hover{text-decoration:underline}.auth-form-fields{flex-direction:column;gap:18px;display:flex}.auth-form-fields label{text-transform:uppercase;letter-spacing:.06em;color:var(--rezzo-text);flex-direction:column;gap:8px;font-size:12px;font-weight:600;display:flex}.auth-form-fields label span.label-row{align-items:center;gap:8px;display:flex}.auth-form-fields input{border:1.5px solid var(--rezzo-border);background:var(--rezzo-input-bg);color:var(--rezzo-text-heading);border-radius:16px;outline:none;padding:14px 16px;font-family:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s}.auth-form-fields input::placeholder{color:var(--rezzo-text)}.auth-form-fields input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--rezzo-primary-soft)}.auth-btn-primary{width:100%;color:var(--rezzo-text-inverse);cursor:pointer;background:linear-gradient(120deg, var(--rezzo-primary) 0%, var(--rezzo-primary-hover,var(--accent-deep)) 100%);box-shadow:var(--rezzo-shadow);border:none;border-radius:999px;margin-top:8px;padding:14px 20px;font-family:inherit;font-size:16px;font-weight:700;transition:transform .15s,filter .15s}.auth-btn-primary:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.auth-btn-primary:disabled{opacity:.65;cursor:not-allowed}.auth-error{margin-bottom:4px}.auth-field-error{color:var(--rezzo-error-text);margin:4px 0 0;font-size:12px;font-weight:500}.auth-register-note{color:var(--rezzo-text);margin:8px 0 0;font-size:14px;line-height:1.55}.auth-register-note strong{color:var(--rezzo-text-heading)}.auth-info-block{border:1px solid var(--rezzo-border);background:var(--rezzo-bg);color:var(--rezzo-text);border-radius:16px;gap:14px;padding:14px;display:flex}.auth-info-block svg{color:var(--accent);flex-shrink:0;margin-top:2px}.auth-info-block strong{color:var(--rezzo-text-heading);margin-bottom:4px;font-size:14px;display:block}.auth-info-block p{margin:0;font-size:13px;line-height:1.45}.auth-layout-inner-wide{max-width:560px}.auth-section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin:4px 0 12px;font-size:11px;font-weight:700}.auth-form-fields select,.auth-form-fields textarea{border:1.5px solid var(--rezzo-border);background:var(--rezzo-input-bg);color:var(--rezzo-text-heading);border-radius:16px;outline:none;padding:14px 16px;font-family:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s}.auth-form-fields select:focus,.auth-form-fields textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--rezzo-primary-soft)}.auth-form-fields textarea{resize:vertical;min-height:88px}.auth-register-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.auth-register-grid .auth-field-full{grid-column:span 2}@media (width<=560px){.auth-register-grid{grid-template-columns:1fr}.auth-register-grid .auth-field-full{grid-column:span 1}}@media (width<=480px){.auth-layout-card{padding:24px 20px}}.fm-image-upload{border:2px dashed var(--rezzo-border);background:var(--rezzo-surface-muted);cursor:pointer;border-radius:10px;min-height:120px;transition:border-color .2s,background .2s,box-shadow .2s;position:relative;overflow:hidden}.fm-image-upload:hover,.fm-image-upload:focus-visible{border-color:var(--accent);background:var(--rezzo-surface-muted);box-shadow:0 0 0 3px var(--rezzo-primary-soft);outline:none}.fm-image-upload-drag{border-color:var(--accent);background:var(--rezzo-primary-soft);box-shadow:0 0 0 3px var(--rezzo-primary-soft)}.fm-image-upload-input{display:none}.fm-image-upload-placeholder{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:120px;padding:20px 12px;display:flex}.fm-image-upload-icon{color:var(--accent);margin-bottom:4px;font-size:28px}.fm-image-upload-title{color:var(--text);margin:0;font-size:13px;font-weight:600}.fm-image-upload-hint{color:var(--rezzo-text-muted);margin:0;font-size:11px}.fm-image-upload-has-preview{border-style:solid;border-color:var(--rezzo-border);min-height:96px}.fm-image-upload-preview-wrap{height:120px;position:relative}.fm-image-upload-preview{object-fit:cover;width:100%;height:120px;display:block}.fm-image-upload-preview-actions{gap:6px;display:flex;position:absolute;top:8px;right:8px}.fm-image-upload-change,.fm-image-upload-remove{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.fm-image-upload-change{color:var(--accent-deep);background:#fffffff2;box-shadow:0 1px 4px #0000001f}.fm-image-upload-remove{color:var(--rezzo-error-text);background:#fee2e2f2;width:32px;height:32px;padding:0;box-shadow:0 1px 4px #0000001f}.fm-image-upload-filename{color:var(--text);align-items:center;gap:6px;margin:6px 0 0;font-size:12px;display:flex}.fm-image-upload-error{color:var(--rezzo-error-text);margin:6px 0 0;font-size:12px;font-weight:500}.ui-skeleton{background:linear-gradient(90deg, var(--rezzo-primary-soft) 0%, var(--rezzo-border) 50%, var(--rezzo-primary-soft) 100%);background-size:200% 100%;border-radius:6px;animation:1.2s ease-in-out infinite ui-skeleton-shimmer;display:block}.ui-skeleton-table{flex-direction:column;gap:12px;padding:8px 0;display:flex}.ui-skeleton-row{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.ui-skeleton-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.ui-skeleton-card{border:1px solid var(--rezzo-border);background:var(--rezzo-card,var(--rezzo-surface));border-radius:12px;gap:16px;padding:20px;display:flex}.ui-skeleton-circle{border-radius:12px;flex-shrink:0}.ui-skeleton-card-lines{flex-direction:column;flex:1;justify-content:center;gap:10px;display:flex}@keyframes ui-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.currency-tooltip-wrap{cursor:help;outline:none;align-items:center;gap:4px;max-width:100%;display:inline-flex;position:relative}.currency-tooltip-wrap:focus-visible .currency-amount-text{text-decoration:underline;-webkit-text-decoration-color:var(--accent,#667eea);text-decoration-color:var(--accent,#667eea);text-underline-offset:2px}.currency-amount-text{font:inherit;color:inherit}.currency-tooltip-info{border:1px solid var(--rezzo-border);background:var(--rezzo-surface);width:18px;height:18px;color:var(--accent,#667eea);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:11px;line-height:1;display:none}.currency-tooltip-wrap.is-touch .currency-tooltip-info{display:inline-flex}.currency-tooltip-popup{z-index:1200;border:1px solid var(--rezzo-primary-border,#8b5cf659);background:var(--rezzo-card,#fff);min-width:200px;max-width:280px;color:var(--rezzo-text-primary,var(--rezzo-text-heading,#1f1635));box-shadow:var(--rezzo-shadow,0 8px 24px #667eea2e);text-align:center;pointer-events:none;border-radius:10px;padding:10px 12px;font-size:12px;line-height:1.45;animation:.18s currency-tooltip-fade;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}[data-theme=light] .currency-tooltip-popup{color:#1f1635;border-color:var(--rezzo-primary,#6c4dff);background:#fff;box-shadow:0 10px 28px #6d28d924}[data-theme=dark] .currency-tooltip-popup{color:#f9fafb;border-color:var(--rezzo-primary,#8b5cf6);background:#1f2937;box-shadow:0 10px 32px #0000008c}.currency-tooltip-wrap.is-touch .currency-tooltip-popup{pointer-events:auto}.currency-tooltip-popup:after{content:"";border:6px solid #0000;border-top-color:var(--rezzo-primary,#667eea);position:absolute;top:100%;left:50%;transform:translate(-50%)}@keyframes currency-tooltip-fade{0%{opacity:0;transform:translate(-50%)translateY(4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}[dir=rtl] .currency-tooltip-popup{text-align:center}.currency-chart-tooltip{border:1px solid var(--rezzo-primary-border,#8b5cf659);background:var(--rezzo-card,#fff);color:var(--rezzo-text-primary,var(--rezzo-text-heading,#1f1635));box-shadow:var(--rezzo-shadow,0 8px 24px #667eea2e);border-radius:10px;padding:10px 12px;font-size:12px}[data-theme=light] .currency-chart-tooltip{color:#1f1635;border-color:var(--rezzo-primary,#6c4dff);background:#fff;box-shadow:0 10px 28px #6d28d924}[data-theme=dark] .currency-chart-tooltip{color:#f9fafb;border-color:var(--rezzo-primary,#8b5cf6);background:#1f2937;box-shadow:0 10px 32px #0000008c}.currency-chart-tooltip strong{color:inherit;font-weight:700}.currency-chart-tooltip-label{color:var(--rezzo-text-secondary,var(--rezzo-text-muted,#6b7280));margin-bottom:4px}.currency-chart-tooltip-hint{border-top:1px solid var(--rezzo-border);color:var(--rezzo-text-secondary,var(--rezzo-text-muted,#6b7280));margin-top:6px;padding-top:6px;font-size:11px;line-height:1.4}[data-theme=dark] .currency-chart-tooltip-label,[data-theme=dark] .currency-chart-tooltip-hint{color:#94a3b8}[data-theme=dark] .currency-tooltip-info{color:var(--rezzo-primary,#8b5cf6);background:#111827;border-color:#374151}.dashboard{flex-direction:column;gap:32px;font-family:Tajawal,system-ui,sans-serif;display:flex}.dashboard-header-navy{background:var(--rezzo-table-head);color:var(--rezzo-table-head-text);border-radius:12px;margin-bottom:8px;padding:24px 28px}.dashboard-header-navy h1{color:var(--rezzo-text-inverse)}.dashboard-header-navy p{color:var(--rezzo-table-head-text);opacity:.88;margin-top:8px}.dashboard-header-navy a{color:var(--accent)}.dashboard-header{margin-bottom:8px}.dashboard-header h1{color:var(--text-h);margin:0 0 8px;font-size:28px;font-weight:700}.dashboard-header p{color:var(--text);margin:0;font-size:14px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;display:grid}.stat-card{background:var(--rezzo-surface);box-shadow:var(--shadow);border-left:4px solid var(--card-color);border-radius:12px;align-items:center;gap:16px;padding:24px;transition:all .2s;display:flex}.stat-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;display:flex}.stat-info{flex:1}.stat-title{color:var(--text);margin:0 0 4px;font-size:13px;font-weight:500}.stat-value{color:var(--text-h);margin:0;font-size:24px;font-weight:700}.section-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.section-card-head h2{margin:0}.section-card-head a{color:var(--accent,#667eea);font-size:13px;font-weight:600;text-decoration:none}.dashboard-sections{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;display:grid}.section-card{background:var(--rezzo-surface);box-shadow:var(--shadow);border-radius:12px;padding:24px}.section-card h2{color:var(--text-h);margin:0 0 20px;font-size:18px;font-weight:600}.table-container{overflow-x:auto}.data-table{border-collapse:collapse;width:100%}.data-table th{text-align:left;background:var(--rezzo-table-head);color:var(--rezzo-table-head-text);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--rezzo-border);padding:12px 16px;font-size:12px;font-weight:600}.data-table td{color:var(--text-h);border-bottom:1px solid var(--rezzo-border);padding:14px 16px;font-size:14px}.cell-muted{color:var(--text);font-size:13px}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:var(--rezzo-table-row-hover)}.badge{background:var(--rezzo-primary-soft);color:var(--accent-deep);border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-block}.badge-warning,.badge-pending{background:var(--rezzo-warning-bg);color:var(--accent-deep)}.badge-success{background:var(--rezzo-success-bg);color:var(--accent-deep)}.badge-danger{background:var(--rezzo-error-bg);color:var(--rezzo-error-text)}.empty-state{color:var(--text);text-align:center;padding:40px 20px;font-size:14px}.loading,.error{text-align:center;color:var(--text);padding:60px 20px}.error{color:var(--rezzo-error-text)}@media (width<=768px){.stats-grid,.dashboard-sections{grid-template-columns:1fr}.stat-card{padding:20px}.stat-icon{width:48px;height:48px;font-size:20px}.stat-value{font-size:20px}.section-card{padding:16px}.data-table th,.data-table td{padding:10px 12px}}.setup-wizard-overlay{z-index:1100;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.setup-wizard{background:var(--rezzo-card,var(--rezzo-surface));border-radius:16px;flex-direction:column;width:100%;max-width:720px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 64px #00000040}.setup-wizard-header{justify-content:space-between;align-items:flex-start;padding:24px 24px 12px;display:flex}.setup-wizard-header h2{color:var(--text-h);margin:0 0 4px;font-size:22px}.setup-wizard-header p{color:var(--text);margin:0;font-size:14px}.setup-wizard-close{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px;font-size:20px}.setup-progress-bar{background:var(--rezzo-border);border-radius:999px;height:6px;margin:0 24px;overflow:hidden}.setup-progress-fill{background:linear-gradient(90deg, var(--rezzo-primary), var(--rezzo-primary-hover,var(--accent-deep)));height:100%;transition:width .3s}.setup-wizard-steps{gap:8px;padding:16px 24px;display:flex;overflow-x:auto}.setup-step-pill{border:1px solid var(--rezzo-border);background:var(--rezzo-surface);color:var(--text);white-space:nowrap;cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;display:inline-flex}.setup-step-pill.active{border-color:var(--accent);color:var(--accent-deep);background:var(--rezzo-primary-soft)}.setup-step-pill.done{border-color:var(--rezzo-success-bg);color:var(--accent-deep);background:var(--rezzo-success-bg)}.setup-wizard-body{padding:8px 24px 24px;overflow-y:auto}.setup-wizard-body h3{color:var(--text-h);margin:0 0 16px;font-size:18px}.wizard-fields{flex-direction:column;gap:12px;display:flex}.wizard-fields label{color:var(--text);flex-direction:column;gap:6px;font-size:13px;font-weight:500;display:flex}.wizard-fields input,.wizard-fields textarea{border:1px solid var(--rezzo-border);border-radius:8px;padding:10px 12px;font-family:inherit;font-size:14px}.wizard-help{color:var(--text);margin:0;font-size:13px}.wizard-inline-form{flex-wrap:wrap;gap:8px;display:flex}.wizard-inline-form input{border:1px solid var(--rezzo-border);border-radius:8px;flex:1;min-width:120px;padding:10px 12px}.wizard-list{color:var(--text-h);margin:0;padding-left:18px;font-size:14px}.wizard-btn-primary,.wizard-btn-secondary,.wizard-btn-ghost{cursor:pointer;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600}.wizard-btn-primary{background:linear-gradient(135deg, var(--rezzo-primary) 0%, var(--rezzo-primary-hover,var(--accent-deep)) 100%);color:var(--rezzo-text-inverse);align-self:flex-start}.wizard-btn-secondary{background:var(--rezzo-primary-soft);color:var(--accent-deep)}.wizard-btn-ghost{background:var(--rezzo-surface-muted);color:var(--text);align-items:center;gap:4px;display:inline-flex}.setup-wizard-footer{border-top:1px solid var(--rezzo-border);justify-content:space-between;padding:16px 24px 24px;display:flex}.setup-wizard-error{background:var(--rezzo-error-bg);color:var(--rezzo-error-text);border-radius:8px;margin-bottom:12px;padding:10px 12px;font-size:13px}.wizard-field-error{color:var(--rezzo-error-text);margin-top:4px;font-size:12px;font-weight:500;display:block}.setup-progress-card{background:var(--rezzo-surface);border-radius:12px;margin-bottom:20px;padding:16px 20px;box-shadow:0 1px 3px #00000014}.setup-progress-card-top{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.setup-progress-card-top strong{color:var(--text-h)}.setup-progress-card-top span{color:var(--accent);font-weight:700}.setup-progress-card button{color:var(--accent);cursor:pointer;background:0 0;border:none;margin-top:10px;padding:0;font-size:14px;font-weight:600}.system-mgmt-card{margin-top:20px}.system-status-card{border:1px solid var(--rezzo-border);background:linear-gradient(180deg, var(--rezzo-bg) 0%, var(--rezzo-surface) 100%);border-radius:16px;flex-direction:column;gap:14px;margin-top:8px;padding:18px;display:flex}.system-status-head{color:var(--text-h);justify-content:space-between;align-items:center;gap:12px;font-weight:600;display:flex}.system-status-pill{text-transform:uppercase;border-radius:999px;padding:4px 12px;font-size:.75rem;font-weight:700}.system-status-pill.on{background:var(--rezzo-success-bg);color:var(--accent-deep)}.system-status-pill.off{background:var(--rezzo-error-bg);color:var(--rezzo-error-text)}.system-status-row{justify-content:space-between;gap:12px;font-size:.9rem;display:flex}.system-status-label{color:var(--text)}.system-toggle-btn{cursor:pointer;border:none;border-radius:999px;margin-top:4px;padding:12px 18px;font-weight:700;transition:transform .15s,opacity .15s}.system-toggle-btn:disabled{opacity:.65;cursor:not-allowed}.system-toggle-btn.maintenance{background:var(--accent-deep);color:var(--rezzo-text-inverse)}.system-toggle-btn.online{background:var(--rezzo-success-text);color:var(--rezzo-text-inverse)}.system-toggle-btn:not(:disabled):hover{transform:translateY(-1px)}.system-mgmt-error{color:var(--rezzo-error-text);margin:12px 0 0;font-size:.875rem}.system-confirm-overlay{z-index:2000;background:#0f1e4473;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.system-confirm-dialog{background:var(--rezzo-surface);text-align:center;border-radius:20px;width:100%;max-width:420px;padding:24px;box-shadow:0 20px 50px #00000026}.system-confirm-icon{background:var(--rezzo-warning-bg);width:56px;height:56px;color:var(--accent-deep);border-radius:999px;justify-content:center;align-items:center;margin:0 auto 12px;font-size:1.5rem;display:flex}.system-confirm-dialog h3{color:var(--text-h);margin:0 0 8px}.system-confirm-dialog p{color:var(--text);margin:0 0 20px;line-height:1.5}.system-confirm-actions{justify-content:center;gap:10px;display:flex}.system-confirm-cancel,.system-confirm-danger{cursor:pointer;border-radius:999px;padding:10px 16px;font-weight:600}.system-confirm-cancel{border:1px solid var(--rezzo-border);background:var(--rezzo-surface);color:var(--accent-deep)}.system-confirm-danger{background:var(--accent-deep);color:var(--rezzo-text-inverse);border:none}.rr-page{flex-direction:column;gap:1.5rem;display:flex}.rr-page-embedded{gap:1rem;padding:0}.rr-toggle-card-with-input{flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem;display:flex}.rr-toggle-card-header{text-align:start;cursor:pointer;width:100%;color:inherit;background:0 0;border:none;flex-wrap:wrap;align-items:center;gap:.5rem;padding:0;display:flex}.rr-minutes-field{flex-direction:column;gap:.35rem;font-size:.85rem;display:flex}.rr-minutes-field input{border:1px solid var(--rezzo-border,#e5e7eb);background:var(--rezzo-surface,#fff);border-radius:.5rem;width:100%;min-height:2.25rem;padding:.35rem .65rem}.rr-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.rr-header h2{color:var(--rezzo-text-heading);margin:0 0 .35rem;font-size:1.35rem}.rr-header p{color:var(--rezzo-text-muted);max-width:52ch;margin:0;font-size:.9rem}.rr-active-badge{background:var(--rezzo-primary-soft);color:var(--accent-deep);border-radius:999px;padding:.35rem .85rem;font-size:.8rem;font-weight:600}.rr-banner{border-radius:10px;margin:0;padding:.75rem 1rem;font-size:.9rem}.rr-banner-error{background:var(--rezzo-error-bg);color:var(--rezzo-error-text)}.rr-banner-success{background:var(--rezzo-success-bg);color:var(--accent-deep)}.rr-section h3{color:var(--rezzo-text-heading);margin:0 0 .35rem;font-size:1rem}.rr-section-hint{color:var(--rezzo-text-muted);margin:0 0 1rem;font-size:.85rem}.rr-card-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem;display:grid}.rr-toggle-card{border:1px solid var(--rezzo-border);background:var(--rezzo-card);color:var(--rezzo-text-heading);cursor:pointer;text-align:start;border-radius:14px;flex-direction:column;align-items:flex-start;gap:.5rem;min-height:110px;padding:1rem 1.1rem;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.rr-toggle-card:hover{border-color:var(--rezzo-primary);box-shadow:var(--rezzo-shadow)}.rr-toggle-card.is-active{border-color:var(--rezzo-primary);background:var(--rezzo-primary-soft);box-shadow:0 0 0 1px var(--rezzo-primary-border,var(--rezzo-primary))}.rr-toggle-icon{background:var(--rezzo-surface-muted);width:36px;height:36px;color:var(--rezzo-primary);border-radius:10px;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.rr-toggle-card.is-active .rr-toggle-icon{background:var(--rezzo-card)}.rr-toggle-label{font-size:.9rem;font-weight:600;line-height:1.35}.rr-toggle-state{color:var(--rezzo-text-muted);align-items:center;gap:.35rem;margin-top:auto;font-size:.75rem;font-weight:600;display:inline-flex}.rr-toggle-card.is-active .rr-toggle-state{color:var(--accent-deep)}.rr-late-section{padding-top:.25rem}.rr-late-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.rr-field-card{border:1px solid var(--rezzo-border);background:var(--rezzo-card);color:var(--rezzo-text);border-radius:14px;flex-direction:column;gap:.5rem;padding:1rem 1.1rem;font-size:.85rem;font-weight:600;display:flex}.rr-field-card select,.rr-field-card input{border:1px solid var(--rezzo-border);background:var(--rezzo-input-bg,var(--rezzo-surface));color:var(--rezzo-text-heading);border-radius:8px;padding:.55rem .75rem;font-size:.9rem;font-weight:500}.rr-grace-input{align-items:center;gap:.5rem;display:flex}.rr-grace-input input{width:5rem}.rr-example-card{border:1px dashed var(--rezzo-border);background:var(--rezzo-surface-muted);border-radius:12px;padding:1rem 1.15rem}.rr-example-card strong{color:var(--rezzo-text-heading);margin-bottom:.35rem;font-size:.85rem;display:block}.rr-example-card p{color:var(--rezzo-text-muted);margin:0;font-size:.85rem;line-height:1.5}.rr-actions{justify-content:flex-end;display:flex}.rr-save{background:linear-gradient(135deg, var(--rezzo-primary) 0%, var(--rezzo-primary-hover,var(--accent-deep)) 100%);color:var(--rezzo-text-inverse);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-weight:600;display:inline-flex}.rr-save:disabled{opacity:.65;cursor:not-allowed}[dir=rtl] .rr-toggle-card,[dir=rtl] .rr-field-card{text-align:right}@media (width<=390px){.rr-card-grid,.rr-late-grid{grid-template-columns:1fr}.rr-header h2{font-size:1.15rem}}.settings-page{max-width:720px}.settings-header h1{color:var(--text-h);margin:0 0 8px;font-size:1.75rem}.settings-header p{color:var(--text);margin:0 0 24px}.settings-card{background:var(--rezzo-surface);border:1px solid var(--rezzo-border);box-shadow:var(--shadow);border-radius:16px;margin-bottom:16px;padding:20px 24px}.settings-card-title{color:var(--accent-deep);align-items:center;gap:10px;margin-bottom:8px;display:flex}.settings-card-title h2{color:var(--text-h);margin:0;font-size:1.125rem}.settings-card-hint{color:var(--text);margin:0 0 16px;font-size:.875rem;line-height:1.5}.settings-lang-list{flex-direction:column;gap:10px;display:flex}.settings-lang-option{border:1px solid var(--rezzo-border);background:var(--rezzo-bg);width:100%;color:var(--text-h);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;padding:14px 16px;font-size:1rem;font-weight:500;transition:border-color .15s,background .15s;display:flex}.settings-lang-option:hover{border-color:var(--accent)}.settings-lang-option.active{border-color:var(--accent);background:var(--accent-bg)}.settings-check{color:var(--accent-deep);font-weight:700}[dir=rtl] .settings-card-title,[dir=rtl] .settings-lang-option{flex-direction:row-reverse}.maintenance-page{background:linear-gradient(160deg, var(--rezzo-surface) 0%, var(--rezzo-surface-muted) 45%, var(--rezzo-border) 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.maintenance-card{border:1px solid var(--rezzo-border);text-align:center;background:#ffffffeb;border-radius:28px;width:100%;max-width:480px;padding:36px 28px;box-shadow:0 20px 50px #6d28d91f}.maintenance-logo{margin:0 auto 8px}.maintenance-brand{letter-spacing:.12em;text-transform:uppercase;color:var(--accent-deep);margin:0 0 20px;font-size:.875rem;font-weight:700}.maintenance-icon-wrap{background:var(--rezzo-border);width:72px;height:72px;color:var(--accent-deep);border-radius:999px;justify-content:center;align-items:center;margin:0 auto 20px;font-size:2rem;display:flex}.maintenance-card h1{color:var(--text-h);margin:0 0 12px;font-size:1.5rem}.maintenance-desc{color:var(--text);margin:0 0 12px;line-height:1.6}.maintenance-estimate{color:var(--accent-deep);margin:0 0 8px;font-weight:600}.maintenance-hint{color:var(--rezzo-text-muted);margin:0;font-size:.875rem}.maintenance-logout{border:1px solid var(--rezzo-border);background:var(--rezzo-surface);color:var(--accent-deep);cursor:pointer;border-radius:999px;margin-top:24px;padding:10px 18px;font-weight:600}.maintenance-logout:hover{background:var(--rezzo-surface-muted)}.error-boundary-page{justify-content:center;align-items:center;min-height:60vh;padding:1.5rem;display:flex}.error-boundary-card{text-align:center;border:1px solid var(--border-color,#e5e7eb);background:var(--card-bg,#fff);border-radius:1rem;width:100%;max-width:420px;padding:2rem 1.5rem;box-shadow:0 8px 24px #0000000f}.error-boundary-icon{width:4rem;height:4rem;color:var(--primary,#7c3aed);background:#7c3aed1a;border-radius:999px;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.75rem;display:flex}.error-boundary-card h2{margin:0 0 .5rem;font-size:1.35rem}.error-boundary-card p{color:var(--text-muted,#6b7280);margin:0;line-height:1.5}.error-boundary-actions{flex-direction:column;gap:.5rem;margin-top:1.25rem;display:flex}.error-boundary-primary{width:100%}.error-boundary-secondary{background:0 0;width:100%}#root{min-height:100vh}.content-wrapper>*{animation:.28s ease-out page-enter}@keyframes page-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.rezzo-toast-stack{inset-inline-end:20px;z-index:10000;pointer-events:none;flex-direction:column;gap:10px;max-width:min(420px,100vw - 40px);display:flex;position:fixed;bottom:20px}.rezzo-toast{border:1px solid var(--rezzo-border);background:var(--rezzo-surface);color:var(--rezzo-text-heading);box-shadow:var(--rezzo-shadow-lg,0 12px 32px #0f1e442e);pointer-events:auto;border-radius:12px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:14px;line-height:1.4;animation:.25s rezzo-toast-in;display:flex}.rezzo-toast svg:first-child{flex-shrink:0;margin-top:2px;font-size:18px}.rezzo-toast span{flex:1}.rezzo-toast-success{border-color:var(--rezzo-success-border,#22c55e59);background:var(--rezzo-success-bg);color:var(--rezzo-success-text)}.rezzo-toast-error{border-color:var(--rezzo-error-border,#ef444459);background:var(--rezzo-error-bg);color:var(--rezzo-error-text)}.rezzo-toast-close{width:28px;height:28px;color:inherit;cursor:pointer;opacity:.75;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.rezzo-toast-close:hover{opacity:1;background:#0000000f}@keyframes rezzo-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=640px){.rezzo-toast-stack{inset-inline:12px;max-width:none;bottom:12px}}
