body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4f7fb;direction:rtl;font-family:Arial,sans-serif;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}#root,body,html{background:#f4f7fb;font-family:Arial,sans-serif;margin:0;min-height:100%;padding:0;width:100%}a{text-decoration:none}.app-container{min-height:100vh;width:100%}.login-page{align-items:center;background:linear-gradient(135deg,#eef4ff,#f9fbff);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-card{background:#fff;border-radius:20px;box-shadow:0 12px 30px #00000014;max-width:420px;padding:32px 24px;width:100%}.login-header{margin-bottom:24px;text-align:center}.login-header h1{color:#1b1f2a;font-size:30px;margin:0 0 10px}.login-header p{color:#666;font-size:15px;line-height:1.6;margin:0}.login-form{display:flex;flex-direction:column;gap:14px}.input-label{color:#333;font-size:14px;font-weight:700}.business-select,.login-input{background:#fafcff;border:1px solid #d5dbe7;border-radius:12px;font-size:16px;height:50px;outline:none;padding:0 14px;transition:.2s ease;width:100%}.business-select:focus,.login-input:focus{background:#fff;border-color:#4d7cff;box-shadow:0 0 0 3px #4d7cff1f}.login-button{background:#4d7cff;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;height:50px;margin-top:8px;transition:.2s ease;width:100%}.login-button:disabled{cursor:not-allowed;opacity:.7}.back-button{background:#fff;border:1px solid #d6dce8;border-radius:12px;color:#333;cursor:pointer;font-size:15px;height:46px;width:100%}.phone-display{background:#f4f7fc;color:#444;padding:12px}.message-box,.phone-display{border-radius:12px;font-size:14px;text-align:center}.message-box{margin-bottom:16px;padding:12px 14px}.error-box{background:#ffe9e9;border:1px solid #ffcaca;color:#c62828}.success-box{background:#e8fff0;border:1px solid #bfeccc;color:#1d7a43}.home-page{background:#f4f7fb;min-height:100vh;padding:20px}.home-wrapper{margin:0 auto;max-width:1150px}.home-top-card{background:#fff;border-radius:22px;box-shadow:0 10px 28px #0000000f;margin-bottom:24px;padding:24px}.home-title-area h1{color:#1b1f2a;font-size:32px;margin:0 0 8px}.home-title-area p{color:#6a7280;font-size:16px;margin:0 0 20px}.business-select-wrapper{max-width:420px}.business-select-label{color:#2a3140;display:block;font-size:14px;font-weight:700;margin-bottom:8px}.dashboard-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.dashboard-box{align-items:center;background:#fff;border:1px solid #edf1f7;border-radius:20px;box-shadow:0 10px 24px #0000000d;display:flex;flex-direction:column;justify-content:center;min-height:150px;padding:20px;transition:.2s ease}.dashboard-box:hover{transform:translateY(-3px)}.dashboard-icon{font-size:36px;margin-bottom:12px}.dashboard-text{color:#222b38;font-size:17px;font-weight:700;text-align:center}.simple-page{background:#f4f7fb;min-height:100vh;padding:20px}.loading-card,.simple-page-card{background:#fff;border-radius:20px;box-shadow:0 10px 28px #0000000f;margin:0 auto;max-width:900px;padding:28px}.simple-page-card h2{margin-top:0}@media (max-width:992px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.home-page{padding:14px}.home-top-card{border-radius:18px;padding:18px}.home-title-area h1{font-size:24px}.dashboard-grid{gap:14px;grid-template-columns:1fr}.dashboard-box{border-radius:16px;min-height:120px}.dashboard-icon{font-size:30px}.dashboard-text{font-size:15px}.login-card{border-radius:16px;padding:24px 16px}.login-header h1{font-size:24px}.back-button,.business-select,.login-button,.login-input{font-size:15px;height:48px}}.products-page-card{background:#fff;border-radius:20px;box-shadow:0 10px 28px #0000000f;margin:0 auto;max-width:1400px;padding:24px}.products-page-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.products-page-header h2{margin:0 0 8px}.page-subtitle{color:#667085;margin:0}.products-top-toolbar{margin-bottom:20px}.products-search-input{background:#fafcff;border:1px solid #d5dbe7;border-radius:12px;font-size:15px;height:48px;max-width:450px;outline:none;padding:0 14px;width:100%}.view-mode-switch{display:flex;gap:10px}.mode-btn{background:#fff;border:1px solid #d5dbe7;border-radius:12px;cursor:pointer;font-weight:700;height:42px;padding:0 18px}.mode-btn.active{background:#4d7cff;border-color:#4d7cff;color:#fff}.products-table-wrapper{overflow-x:auto;width:100%}.products-table{border-collapse:collapse;min-width:950px;width:100%}.products-table td,.products-table th{border-bottom:1px solid #edf1f7;padding:12px 10px;text-align:right;vertical-align:top}.products-table th{background:#f8fbff;color:#2b3445;font-size:14px}.table-product-image{border:1px solid #e6ebf2;border-radius:10px;height:56px;object-fit:cover;width:56px}.expanded-row td{background:#fafcff}.product-form-box{background:#fff;border:1px solid #e8edf5;border-radius:16px;padding:16px}.product-form-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,1fr)}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#334155;font-size:13px;font-weight:700}.form-group input,.form-group select{background:#fff;border:1px solid #d7deea;border-radius:10px;height:44px;padding:0 12px;width:100%}.form-group.full-width{grid-column:1/-1}.switch-group{align-items:center;flex-direction:row;gap:12px;justify-content:flex-start;padding-top:28px}.save-action-row{display:flex;justify-content:flex-start;margin-top:16px}.save-product-btn{background:#4d7cff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;height:44px;padding:0 22px}.save-product-btn:disabled{cursor:not-allowed;opacity:.7}.pagination-wrapper{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.pagination-btn{background:#fff;border:1px solid #d5dbe7;border-radius:10px;cursor:pointer;height:40px;min-width:40px}.pagination-btn.active{background:#4d7cff;border-color:#4d7cff;color:#fff}.browser-layout{grid-gap:16px;display:grid;gap:16px;grid-template-columns:240px 240px 1fr;min-height:500px}.browser-column{background:#fafcff;border:1px solid #e8edf5;border-radius:16px;padding:14px}.browser-column-title{color:#223046;font-size:16px;font-weight:700;margin-bottom:14px}.browser-item{background:#fff;border:1px solid #dbe3ef;border-radius:10px;cursor:pointer;margin-bottom:10px;min-height:44px;padding:10px 12px;text-align:right;width:100%}.browser-item.active{background:#4d7cff;border-color:#4d7cff;color:#fff}.browser-product-card{background:#fff;border:1px solid #e5ebf4;border-radius:14px;margin-bottom:14px;padding:14px}.browser-product-header{align-items:flex-start;display:flex;gap:14px;justify-content:space-between}.browser-product-main{display:flex;flex:1 1;gap:12px}.browser-product-image{border:1px solid #e6ebf2;border-radius:12px;height:72px;object-fit:cover;width:72px}.browser-product-info{display:flex;flex-direction:column;gap:8px}.browser-product-name{color:#1f2937;font-size:16px;font-weight:700}.browser-product-meta{color:#667085;font-size:13px}.empty-state{color:#667085;padding:30px;text-align:center}@media (max-width:1100px){.product-form-grid{grid-template-columns:repeat(2,1fr)}.browser-layout{grid-template-columns:1fr}}@media (max-width:700px){.products-page-card{border-radius:16px;padding:16px}.product-form-grid{grid-template-columns:1fr}.products-search-input{max-width:100%}.browser-product-header{flex-direction:column}.browser-product-main{width:100%}}.edit-icon-btn{background:#fff;border:1px solid #d5dbe7;border-radius:10px;cursor:pointer;font-size:18px;height:40px;width:40px}.edit-icon-btn:hover{background:#f5f8ff}.current-image-note{color:#667085;font-size:13px;margin-top:8px}.app-layout{background:#f4f7fb;display:flex;min-height:100vh}.app-sidebar{background:#111827;color:#fff;flex-shrink:0;min-height:100vh;min-width:250px;overflow-y:auto;padding:20px 14px;width:250px}.sidebar-logo{color:#fff;font-size:24px;font-weight:700;margin-bottom:28px;text-align:center}.sidebar-nav{display:flex;flex-direction:column;gap:10px}.sidebar-link{align-items:center;border-radius:12px;color:#d1d5db;display:flex;gap:12px;min-height:48px;padding:0 14px;text-decoration:none;transition:.2s ease;white-space:nowrap}.sidebar-link:hover{background:#ffffff14;color:#fff}.sidebar-link.active{background:#4d7cff;color:#fff}.sidebar-link-icon{flex-shrink:0;font-size:18px;text-align:center;width:24px}.sidebar-link-text{font-size:15px;font-weight:600}.app-layout-main{display:flex;flex:1 1;flex-direction:column;min-width:0}.app-header{align-items:center;background:#fff;border-bottom:1px solid #e8edf5;display:flex;flex-wrap:wrap;gap:18px;justify-content:space-between;min-height:78px;padding:14px 22px}.app-header-title{color:#1f2937;font-size:22px;font-weight:700}.app-header-center{display:flex;flex:1 1;justify-content:center;min-width:260px}.header-business-block{max-width:420px;min-width:280px;width:100%}.header-business-label{color:#374151;display:block;font-size:13px;font-weight:700;margin-bottom:6px}.header-business-select{background:#fafcff;border:1px solid #d5dbe7;border-radius:12px;font-size:14px;height:44px;padding:0 12px;width:100%}.app-header-right{align-items:center;display:flex;gap:14px}.header-user-info{text-align:left}.header-user-name{color:#111827;font-size:14px;font-weight:700}.header-user-business{color:#6b7280;font-size:12px}.header-logout-btn{background:#ef4444;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;height:42px;padding:0 16px}.app-layout-content{flex:1 1;padding:20px}.page-shell{margin:0 auto;max-width:1300px}@media (max-width:1100px){.app-sidebar{min-width:220px;padding:16px 12px;width:220px}.sidebar-logo{font-size:22px}.sidebar-link{min-height:46px;padding:0 12px}.sidebar-link-text{font-size:14px}.app-header{padding:14px 16px}}@media (max-width:992px){.app-layout{flex-direction:column}.app-sidebar{min-height:auto;min-width:100%;overflow-x:auto;overflow-y:visible;padding:14px;width:100%}.sidebar-logo{font-size:20px;margin-bottom:14px;text-align:right}.sidebar-nav{flex-direction:row;flex-wrap:wrap;gap:10px}.sidebar-link{flex-basis:calc(50% - 10px);flex-grow:1;flex-shrink:1;justify-content:center;min-height:50px;min-width:160px;padding:12px 14px}.app-header{gap:14px;padding:16px}.app-header-center{justify-content:stretch;order:3;width:100%}.header-business-block{max-width:100%;min-width:100%}.app-layout-content{padding:16px}}@media (max-width:600px){.app-sidebar{padding:12px 10px}.sidebar-logo{font-size:18px;margin-bottom:10px}.sidebar-nav{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;scrollbar-width:thin}.sidebar-nav::-webkit-scrollbar{height:6px}.sidebar-nav::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:10px}.sidebar-link{border-radius:10px;flex:0 0 auto;min-height:46px;min-width:140px;padding:10px 12px}.sidebar-link-text{font-size:13px}.sidebar-link-icon{font-size:16px;width:20px}.app-header{align-items:stretch;flex-direction:column;padding:14px}.app-header-center,.app-header-left,.app-header-right{width:100%}.app-header-title{font-size:20px;text-align:center}.app-header-center{min-width:100%;order:2}.app-header-right{align-items:center;justify-content:space-between;order:3}.header-user-info{text-align:right}.header-business-select{font-size:14px;height:46px}.header-logout-btn{height:40px;padding:0 14px}.app-layout-content{padding:14px}}@media (max-width:420px){.sidebar-link{min-width:125px;padding:10px}.sidebar-link-text{font-size:12px}.app-header-title{font-size:18px}.header-user-name{font-size:13px}.header-user-business{font-size:11px}}.owner-summary-card{align-items:center;background:#f8fbff;border:1px solid #e5edf8;border-radius:18px;display:flex;flex-wrap:wrap;gap:18px;justify-content:space-between;margin-bottom:22px;padding:20px}.owner-summary-main h2{color:#1f2937;margin:0 0 8px}.owner-summary-main p{color:#667085;margin:4px 0}.primary-action-btn{background:#4d7cff;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;height:46px;padding:0 18px}.businesses-list{display:flex;flex-direction:column;gap:14px}.business-row-card{align-items:center;background:#fff;border:1px solid #e8edf5;border-radius:16px;display:flex;flex-wrap:wrap;gap:18px;justify-content:space-between;padding:18px}.business-row-title{color:#1f2937;font-size:18px;font-weight:700;margin-bottom:8px}.business-row-meta{color:#667085;display:flex;flex-wrap:wrap;font-size:14px;gap:18px}.business-row-actions{align-items:center;display:flex;gap:12px}.business-switch-line{align-items:center;color:#374151;display:flex;font-weight:600;gap:10px}.wizard-modal-overlay{align-items:center;background:#0f172a73;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.wizard-modal-card{background:#fff;border-radius:22px;box-shadow:0 20px 60px #0003;max-height:90vh;max-width:1100px;overflow-y:auto;width:100%}.wizard-modal-header{align-items:center;border-bottom:1px solid #e8edf5;display:flex;gap:16px;justify-content:space-between;padding:20px 22px}.wizard-modal-header h3{margin:0}.wizard-close-btn{background:#f3f6fb;border:none;border-radius:10px;cursor:pointer;font-size:18px;height:42px;width:42px}.wizard-modal-body{padding:22px}.business-wizard-form{width:100%}.wizard-loading{padding:40px;text-align:center}.wizard-steps{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.wizard-step{align-items:center;background:#f3f6fb;border-radius:12px;color:#667085;display:flex;gap:8px;min-height:44px;padding:10px 14px}.wizard-step.active{background:#4d7cff;color:#fff}.wizard-step-number{align-items:center;background:#ffffff40;border-radius:50%;display:inline-flex;font-size:12px;height:22px;justify-content:center;width:22px}.wizard-step-content{margin-bottom:20px}.wizard-form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.wizard-form-grid .form-group{display:flex;flex-direction:column;gap:8px}.wizard-form-grid .form-group label{color:#334155;font-size:14px;font-weight:700}.wizard-form-grid .form-group input,.wizard-form-grid .form-group select,.wizard-form-grid .form-group textarea{background:#fff;border:1px solid #d7deea;border-radius:12px;font-size:14px;min-height:46px;padding:10px 12px;width:100%}.wizard-form-grid .form-group textarea{min-height:110px;resize:vertical}.wizard-form-grid .form-group.full-width{grid-column:1/-1}.wizard-actions{display:flex;gap:12px;justify-content:flex-end}.wizard-primary-btn,.wizard-secondary-btn{border-radius:12px;cursor:pointer;font-weight:700;height:46px;padding:0 18px}.wizard-primary-btn{background:#4d7cff;border:none;color:#fff}.wizard-secondary-btn{background:#fff;border:1px solid #d5dbe7;color:#334155}.wizard-categories-layout{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr}.wizard-categories-column{background:#fafcff;border:1px solid #e8edf5;border-radius:16px;padding:16px}.wizard-column-title{color:#1f2937;font-size:16px;font-weight:700;margin-bottom:14px}.wizard-checkbox-item{align-items:center;display:flex;gap:10px;margin-bottom:8px;min-height:40px}.wizard-subcategory-group{margin-bottom:12px}.working-hours-list{display:flex;flex-direction:column;gap:12px}.working-hour-row{grid-gap:12px;align-items:center;background:#fafcff;border:1px solid #e8edf5;border-radius:14px;display:grid;gap:12px;grid-template-columns:150px 120px 220px 1fr;padding:14px}.working-day-name{color:#1f2937;font-weight:700}.working-day-times{display:flex;gap:10px}.working-day-notes input,.working-day-times input{border:1px solid #d7deea;border-radius:10px;min-height:42px;padding:0 10px;width:100%}.wizard-switch-line{align-items:center;display:flex;gap:10px}.readonly-input{background:#f3f6fb!important;color:#64748b;cursor:not-allowed}.autocomplete-group{position:relative}.autocomplete-dropdown{background:#fff;border:1px solid #d7deea;border-radius:12px;box-shadow:0 12px 30px #00000014;left:0;max-height:220px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 6px);z-index:30}.autocomplete-item{background:#fff;border:none;cursor:pointer;min-height:42px;padding:10px 12px;text-align:right;width:100%}.autocomplete-item:hover{background:#f5f8ff}.autocomplete-empty{color:#667085;padding:12px}@media (max-width:900px){.wizard-categories-layout,.wizard-form-grid,.working-hour-row{grid-template-columns:1fr}}@media (max-width:600px){.wizard-modal-overlay{padding:10px}.wizard-modal-card{border-radius:16px}.business-row-card,.owner-summary-card,.wizard-modal-body,.wizard-modal-header{padding:16px}.business-row-actions{justify-content:space-between;width:100%}}.wizard-subcategory-display-item{align-items:center;background:#fff;border:1px solid #e5ebf4;border-radius:10px;color:#334155;display:flex;margin-bottom:8px;min-height:40px;padding:8px 10px}.working-hour-next-day-box{background:#fff7ed;border:1px solid #f5d0a9;border-radius:12px;grid-column:1/-1;margin-top:8px;padding:12px}.working-hour-warning{color:#9a3412;font-size:13px;margin-bottom:8px}.chat-page-card{background:#fff;border-radius:20px;box-shadow:0 10px 28px #0000000f;margin:0 auto;max-width:1000px;padding:24px}.chat-messages-container{background:#f8fbff;border:1px solid #e5edf8;border-radius:16px;margin-bottom:18px;max-height:520px;min-height:420px;overflow-y:auto;padding:16px}.chat-message-row{display:flex;margin-bottom:12px}.chat-message-row.outbound{justify-content:flex-start}.chat-message-row.inbound{justify-content:flex-end}.chat-message-bubble{background:#fff;border:1px solid #dde7f5;border-radius:14px;max-width:75%;padding:12px 14px}.chat-message-row.outbound .chat-message-bubble{background:#e8f1ff;border-color:#cfe0ff}.chat-message-text{color:#1f2937;font-size:15px;line-height:1.5;white-space:pre-wrap}.chat-message-meta{color:#6b7280;font-size:12px;margin-top:8px}.chat-empty-state{color:#6b7280;padding:40px 20px;text-align:center}.chat-input-area{display:flex;flex-direction:column;gap:12px}.chat-textarea{background:#fff;border:1px solid #d7deea;border-radius:12px;font-size:15px;min-height:110px;padding:12px;resize:vertical;width:100%}.chat-send-btn{align-self:flex-start;background:#4d7cff;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;height:44px;min-width:120px}.chat-send-btn:disabled{cursor:not-allowed;opacity:.7}@media (max-width:600px){.chat-page-card{border-radius:16px;padding:16px}.chat-message-bubble{max-width:90%}.chat-send-btn{align-self:stretch;width:100%}}
/*# sourceMappingURL=main.e51cb6bd.css.map*/