.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.login-container{background:#fff;padding:40px;border-radius:12px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:400px}.login-container h1{margin-bottom:24px;text-align:center;color:#1e293b}.register-link{text-align:center;margin-top:24px;color:#64748b}.register-link a{color:#3b82f6;text-decoration:none}.register-link a:hover{text-decoration:underline}.register-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.register-container{background:#fff;padding:40px;border-radius:12px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:450px}.register-container h1{margin-bottom:24px;text-align:center;color:#1e293b}.form-group label{display:block;margin-bottom:8px;color:#475569;font-weight:500}.form-group input{width:100%;padding:12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#3b82f6}.form-group small{display:block;margin-top:4px;color:#64748b;font-size:12px}.error-message{background:#fee2e2;color:#dc2626;padding:12px;border-radius:6px;margin-bottom:16px;font-size:14px}.submit-btn{width:100%;padding:12px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s}.submit-btn:hover:not(:disabled){background:#2563eb}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.login-link{text-align:center;margin-top:24px;color:#64748b}.login-link a{color:#3b82f6;text-decoration:none}.login-link a:hover{text-decoration:underline}.dashboard{max-width:1200px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.dashboard-header h1{font-size:32px;color:#1e293b}.create-site-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#3b82f6;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background .2s}.create-site-btn:hover{background:#2563eb}.dashboard-loading{text-align:center;padding:60px;font-size:18px;color:#64748b}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:40px}.stat-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:20px}.stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.stat-content h3{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:4px}.stat-content p{color:#64748b;font-size:14px}.quick-actions{margin-top:40px}.quick-actions h2{font-size:24px;color:#1e293b;margin-bottom:24px}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.action-card{background:#fff;padding:32px;border-radius:12px;box-shadow:0 1px 3px #0000001a;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;text-align:center}.action-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.action-card svg{color:#3b82f6;margin-bottom:16px}.action-card h3{font-size:20px;color:#1e293b;margin-bottom:8px}.action-card p{color:#64748b;font-size:14px}.block-palette{width:280px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;overflow-y:auto}.palette-header{padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.palette-header h3{font-size:16px;font-weight:600;color:#1e293b}.palette-content{flex:1;padding:16px;overflow-y:auto}.palette-category{margin-bottom:24px}.palette-category h4{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;margin-bottom:12px;letter-spacing:.5px}.palette-blocks{display:flex;flex-direction:column;gap:8px}.palette-block{display:flex;align-items:center;gap:12px;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left;width:100%}.palette-block:hover{background:#f1f5f9;border-color:#3b82f6;transform:translate(4px)}.block-icon{font-size:24px;line-height:1}.block-name{font-size:14px;color:#1e293b;font-weight:500}.block{margin-bottom:16px}.hero-block{padding:80px 40px;text-align:center;border-radius:8px;position:relative}.hero-block:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;border-radius:8px}.hero-content{position:relative;z-index:1}.hero-block h1{font-size:48px;font-weight:700;margin-bottom:16px}.hero-subtitle{font-size:20px;margin-bottom:24px;opacity:.9}.hero-cta{display:inline-block;padding:12px 32px;background:#fff3;color:inherit;text-decoration:none;border-radius:6px;border:2px solid currentColor;font-weight:500;transition:all .2s}.hero-cta:hover{background:#ffffff4d}.menu-block{padding:24px}.menu-grid{display:grid;gap:24px}.menu-item{background:#f8fafc;padding:16px;border-radius:8px;text-align:center}.menu-item-image{width:100%;height:200px;object-fit:cover;border-radius:6px;margin-bottom:12px}.menu-item h3{font-size:18px;margin-bottom:8px;color:#1e293b}.menu-item-price{font-size:20px;font-weight:600;color:#3b82f6}.gallery-block{padding:24px}.gallery-grid{display:grid}.gallery-item{overflow:hidden;border-radius:8px}.gallery-item img{width:100%;height:200px;object-fit:cover;transition:transform .2s}.gallery-item:hover img{transform:scale(1.05)}.gallery-empty{text-align:center;padding:40px;color:#94a3b8;background:#f8fafc;border-radius:8px}.contact-block{padding:24px;max-width:600px;margin:0 auto}.contact-form{display:flex;flex-direction:column;gap:16px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-weight:500;color:#475569}.form-field input,.form-field textarea{padding:10px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;font-family:inherit}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:#3b82f6}.submit-button{padding:12px 24px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s}.submit-button:hover{background:#2563eb}.text-block{padding:24px;line-height:1.6;color:#1e293b}.image-block{padding:24px}.image-placeholder{padding:40px;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:8px;text-align:center;color:#94a3b8}.block-settings{background:#fff}.settings-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;margin-bottom:16px;border-bottom:1px solid #e2e8f0}.settings-header h4{font-size:16px;font-weight:600;color:#1e293b}.close-btn{padding:4px;background:transparent;border:none;cursor:pointer;color:#64748b;border-radius:4px;transition:all .2s}.close-btn:hover{background:#f1f5f9;color:#1e293b}.settings-content{display:flex;flex-direction:column;gap:16px}.settings-field{display:flex;flex-direction:column;gap:6px}.settings-field label{font-size:14px;font-weight:500;color:#475569;text-transform:capitalize}.settings-field input[type=text],.settings-field input[type=url],.settings-field input[type=number],.settings-field textarea{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;transition:border-color .2s}.settings-field input:focus,.settings-field textarea:focus{outline:none;border-color:#3b82f6}.color-input-group{display:flex;gap:8px;align-items:center}.color-input-group input[type=color]{width:60px;height:40px;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer}.color-text-input{flex:1}.checkbox-field{flex-direction:row;align-items:center;gap:8px}.checkbox-field label{display:flex;align-items:center;gap:8px;cursor:pointer}.checkbox-field input[type=checkbox]{width:18px;height:18px;cursor:pointer}.block-editor{background:#fff;border:2px solid #e2e8f0;border-radius:8px;margin-bottom:16px;transition:all .2s}.block-editor:hover{border-color:#3b82f6}.block-editor.dragging{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f64d}.block-toolbar{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.block-handle{cursor:grab;color:#94a3b8;display:flex;align-items:center}.block-handle:active{cursor:grabbing}.block-type{flex:1;font-size:12px;color:#64748b;text-transform:capitalize;font-weight:500}.block-actions{display:flex;gap:4px}.toolbar-btn{padding:6px;background:transparent;border:none;border-radius:4px;cursor:pointer;color:#64748b;transition:all .2s;display:flex;align-items:center;justify-content:center}.toolbar-btn:hover{background:#e2e8f0;color:#1e293b}.toolbar-btn.delete:hover{background:#fee2e2;color:#dc2626}.block-preview{padding:16px;min-height:100px}.block-settings-panel{border-top:1px solid #e2e8f0;background:#f8fafc;padding:16px}.preview-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.preview-modal{background:#fff;border-radius:12px;width:100%;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.preview-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e2e8f0}.preview-header h3{font-size:20px;font-weight:600;color:#1e293b}.preview-header .close-btn{padding:8px;background:transparent;border:none;cursor:pointer;color:#64748b;border-radius:6px;transition:all .2s}.preview-header .close-btn:hover{background:#f1f5f9;color:#1e293b}.preview-content{flex:1;overflow-y:auto;padding:24px}.preview-empty{text-align:center;padding:60px;color:#94a3b8}.restaurant-editor{padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;min-height:min-content}.restaurant-editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e1e5e9;flex-shrink:0}.restaurant-editor-header h2{margin:0;font-size:1.5rem}.save-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500}.save-btn:hover{background:#2563eb}.restaurant-editor-tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:2px solid #e1e5e9;flex-shrink:0}.restaurant-editor-tabs button{padding:12px 20px;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-weight:500;color:#666;margin-bottom:-2px;transition:all .2s}.restaurant-editor-tabs button:hover{color:#3b82f6}.restaurant-editor-tabs button.active{color:#3b82f6;border-bottom-color:#3b82f6}.restaurant-editor-content{flex:1;overflow:visible;padding-right:8px;position:relative}.editor-section{min-height:min-content}.editor-section h3{margin-top:0;margin-bottom:20px;font-size:1.2rem}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333}.form-group input,.form-group textarea,.form-group select{width:100%;padding:10px;border:1px solid #e1e5e9;border-radius:6px;font-size:14px;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.add-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#10b981;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px}.add-btn:hover{background:#059669}.categories-list,.menu-items-list{display:flex;flex-direction:column;gap:10px;margin-bottom:30px}.category-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8f9fa;border-radius:6px}.category-item input[type=checkbox]{width:18px;height:18px;cursor:pointer;margin:0}.category-item>div{display:flex;gap:8px}.category-item button{padding:6px;background:none;border:none;cursor:pointer;color:#666}.category-item button:hover{color:#3b82f6}.menu-item-card{display:flex;gap:15px;padding:15px;background:#f8f9fa;border-radius:8px;align-items:center}.menu-item-card img{width:80px;height:80px;object-fit:cover;border-radius:6px}.item-info{flex:1}.item-info input[type=checkbox]{width:18px;height:18px;cursor:pointer;margin:0;flex-shrink:0}.item-info h4{margin:0 0 5px;font-size:1rem}.item-info p{margin:0 0 5px;color:#666;font-size:.9rem}.item-info .price{font-weight:600;color:#3b82f6}.item-actions{display:flex;gap:8px}.item-actions button{padding:8px;background:none;border:none;cursor:pointer;color:#666}.item-actions button:hover{color:#3b82f6}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e1e5e9}.modal-header h3{margin:0}.modal-header button{background:none;border:none;cursor:pointer;color:#666;padding:5px}.modal-body{padding:20px}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:20px;border-top:1px solid #e1e5e9}.modal-footer button{padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-weight:500}.modal-footer button:first-child{background:#f3f4f6;color:#333}.modal-footer button.primary{background:#3b82f6;color:#fff}.modal-footer button:hover{opacity:.9}.color-input-group{display:flex;gap:10px;align-items:center}.color-input-group input[type=color]{width:60px;height:40px;border:1px solid #e1e5e9;border-radius:6px;cursor:pointer}.color-input-group input[type=text]{flex:1}.restaurant-editor-fullscreen{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;z-index:9999!important;border-radius:0!important;padding:20px!important;overflow:auto!important;background:#fff!important}.site-builder{display:flex;flex-direction:column;height:calc(100vh - 48px);background:#f5f5f5}.builder-header{background:#fff;padding:16px 24px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:16px}.back-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f1f5f9;border:none;border-radius:6px;cursor:pointer;color:#475569;transition:background .2s}.builder-title{flex:1;display:flex;gap:12px}.site-name-input{flex:1;padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:16px;font-weight:500}.site-type-select{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;cursor:pointer}.site-domain-input{flex:1;min-width:200px;padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px}.builder-actions{display:flex;gap:12px}.preview-btn,.save-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.preview-btn{background:#f1f5f9;color:#475569}.preview-btn:hover{background:#e2e8f0}.publish-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#10b981;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.publish-btn:hover:not(:disabled){background:#059669}.publish-btn:disabled{opacity:.6;cursor:not-allowed}.unpublish-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fef3c7;color:#92400e;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.unpublish-btn:hover:not(:disabled){background:#fde68a}.unpublish-btn:disabled{opacity:.6;cursor:not-allowed}.builder-content{flex:1;display:flex;overflow-y:auto;overflow-x:hidden;min-height:0;position:relative;-webkit-overflow-scrolling:touch}.builder-content::-webkit-scrollbar{width:12px}.builder-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:6px}.builder-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}.builder-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.builder-content .restaurant-editor{flex:1;margin:24px;border-radius:12px;box-shadow:0 1px 3px #0000001a;min-height:min-content;display:flex;flex-direction:column}.builder-canvas{flex:1;padding:24px;overflow-y:auto;background:#fff;margin:24px;border-radius:12px;box-shadow:0 1px 3px #0000001a}.empty-canvas{display:flex;align-items:center;justify-content:center;min-height:400px;color:#94a3b8;font-size:16px}.site-builder-loading{text-align:center;padding:60px;font-size:18px;color:#64748b}.site-list{max-width:1200px;margin:0 auto}.site-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.site-list-header h1{font-size:32px;color:#1e293b}.create-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#3b82f6;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background .2s}.create-btn:hover{background:#2563eb}.site-list-loading{text-align:center;padding:60px;font-size:18px;color:#64748b}.empty-state{text-align:center;padding:80px 20px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.empty-state svg{color:#cbd5e1;margin-bottom:24px}.empty-state h2{font-size:24px;color:#1e293b;margin-bottom:8px}.empty-state p{color:#64748b;margin-bottom:32px}.sites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.site-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s}.site-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.site-card-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:12px}.site-card-header h3{font-size:20px;color:#1e293b;flex:1}.status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.status-badge.published{background:#d1fae5;color:#065f46}.status-badge.draft{background:#fef3c7;color:#92400e}.site-type{color:#64748b;font-size:14px;margin-bottom:20px;text-transform:capitalize}.site-card-actions{display:flex;gap:8px}.action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s}.action-btn.edit{background:#3b82f6;color:#fff}.action-btn.edit:hover{background:#2563eb}.action-btn.delete{background:#ef4444;color:#fff}.action-btn.delete:hover{background:#dc2626}body:has(.restaurant-menu-editor-page),body:has(#restaurant-editor-portal),html:has(.restaurant-menu-editor-page),html:has(#restaurant-editor-portal){overflow:hidden!important;margin:0!important;padding:0!important;width:100vw!important;height:100vh!important}#restaurant-editor-portal{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;z-index:999999!important;margin:0!important;padding:0!important;pointer-events:auto!important}body:has(.restaurant-menu-editor-page) .sidebar,body:has(#restaurant-editor-portal) .sidebar,body:has(.restaurant-menu-editor-page) .layout>*:not(.main-content),body:has(#restaurant-editor-portal) .layout>*:not(.main-content),body:has(.restaurant-menu-editor-page) header,body:has(#restaurant-editor-portal) header,body:has(.restaurant-menu-editor-page) nav,body:has(#restaurant-editor-portal) nav,body:has(.restaurant-menu-editor-page) .nav,body:has(#restaurant-editor-portal) .nav,body:has(.restaurant-menu-editor-page) .header,body:has(#restaurant-editor-portal) .header{display:none!important}body:has(.restaurant-menu-editor-page) .layout,body:has(#restaurant-editor-portal) .layout,body:has(.restaurant-menu-editor-page) .main-content,body:has(#restaurant-editor-portal) .main-content,body:has(.restaurant-menu-editor-page) .content,body:has(#restaurant-editor-portal) .content,body:has(.restaurant-menu-editor-page) .app,body:has(#restaurant-editor-portal) .app,body:has(.restaurant-menu-editor-page) #root,body:has(#restaurant-editor-portal) #root,body:has(.restaurant-menu-editor-page) #app,body:has(#restaurant-editor-portal) #app{margin:0!important;padding:0!important;width:100vw!important;height:100vh!important;max-width:100vw!important;overflow:hidden!important}.restaurant-menu-editor-page{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#1a1a1a!important;z-index:999999!important;margin:0!important;padding:0!important}.editor-controls{display:flex;gap:10px;padding:16px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;flex-wrap:wrap}.back-btn,.save-btn,.settings-btn,.reset-btn{display:flex!important;align-items:center;gap:8px;padding:10px 16px;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s}.back-btn{background:#f1f5f9;color:#475569}.back-btn:hover{background:#e2e8f0}.save-btn{background:#3b82f6;color:#fff}.save-btn:hover:not(:disabled){background:#2563eb}.save-btn:disabled{opacity:.6;cursor:not-allowed}.settings-btn{background:#6b7280;color:#fff}.settings-btn:hover:not(:disabled){background:#4b5563}.settings-btn:disabled{opacity:.6;cursor:not-allowed}.reset-btn{background:#ef4444!important;color:#fff}.reset-btn:hover{background:#dc2626!important}.restaurant-menu-container{flex:1;position:relative;overflow:hidden}.resize-handle{position:absolute;background:#3b82f6;border-radius:2px;z-index:100}.resize-handle.nw{top:-4px;left:-4px;width:8px;height:8px;cursor:nw-resize}.resize-handle.ne{top:-4px;right:-4px;width:8px;height:8px;cursor:ne-resize}.resize-handle.sw{bottom:-4px;left:-4px;width:8px;height:8px;cursor:sw-resize}.resize-handle.se{bottom:-4px;right:-4px;width:8px;height:8px;cursor:se-resize}.resize-handle.n{top:-4px;left:50%;transform:translate(-50%);width:20px;height:8px;cursor:n-resize}.resize-handle.s{bottom:-4px;left:50%;transform:translate(-50%);width:20px;height:8px;cursor:s-resize}.resize-handle.w{left:-4px;top:50%;transform:translateY(-50%);width:8px;height:20px;cursor:w-resize}.resize-handle.e{right:-4px;top:50%;transform:translateY(-50%);width:8px;height:20px;cursor:e-resize}.general-settings-panel,.block-settings-panel{position:fixed;right:24px;top:100px;width:320px;max-height:calc(100vh - 120px);background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;padding:20px;z-index:100;overflow-y:auto}.general-settings-panel h4,.block-settings-panel h4{margin:0;font-size:16px;font-weight:600}.general-settings-panel h5,.block-settings-panel h5{margin:0 0 10px;font-size:14px;font-weight:600}.general-settings-panel label,.block-settings-panel label{display:block;margin-bottom:5px;font-size:13px;color:#374151}.general-settings-panel input[type=range],.block-settings-panel input[type=range]{width:100%;margin-top:5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;background:#444;border-radius:3px;outline:none}.general-settings-panel input[type=range]::-webkit-slider-thumb,.block-settings-panel input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:#3b82f6;border-radius:50%;cursor:pointer}.general-settings-panel input[type=range]::-moz-range-thumb,.block-settings-panel input[type=range]::-moz-range-thumb{width:16px;height:16px;background:#3b82f6;border-radius:50%;cursor:pointer;border:none}.general-settings-panel input[type=color],.block-settings-panel input[type=color]{width:100%;height:40px;border:1px solid #d1d5db;border-radius:4px;cursor:pointer}.general-settings-panel select,.block-settings-panel select{width:100%;padding:8px;border:1px solid #d1d5db;border-radius:4px;font-size:13px;background:#333;color:#fff;cursor:pointer}.general-settings-panel select:focus,.block-settings-panel select:focus{outline:none;border-color:#3b82f6}.general-settings-panel button,.block-settings-panel button{background:none;border:none;cursor:pointer;padding:4px;color:#6b7280}.general-settings-panel button:hover,.block-settings-panel button:hover{color:#374151}.placed-image{-webkit-user-select:none;user-select:none}.placed-image img{width:100%;height:100%;object-fit:contain}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;background:#444;border-radius:3px;outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:#3b82f6;border-radius:50%;cursor:pointer}input[type=range]::-moz-range-thumb{width:16px;height:16px;background:#3b82f6;border-radius:50%;cursor:pointer;border:none}input[type=checkbox]{width:16px;height:16px;cursor:pointer}select{background:#333;color:#fff;border:1px solid #444;border-radius:4px;padding:8px;width:100%;cursor:pointer}select:focus{outline:none;border-color:#3b82f6}.restaurant-menu-editor-page .tv-category-block{position:absolute;overflow:hidden}.restaurant-menu-editor-page .tv-additional-title{font-weight:700;margin-bottom:15px;text-align:center;text-transform:uppercase}.restaurant-menu-editor-page .tv-additional-items-container{position:relative;width:100%;height:100%}.restaurant-menu-editor-page .tv-additional-item{display:flex;flex-direction:row;align-items:center;gap:10px;padding:10px;background:#ffffff08;border-radius:6px}.restaurant-menu-editor-page .tv-additional-item-outside{z-index:10}.restaurant-menu-editor-page .tv-additional-item-content{display:flex;flex-direction:column;gap:5px;flex:1}.restaurant-menu-editor-page .tv-additional-item-image{width:60px;height:60px;object-fit:cover;border-radius:6px;flex-shrink:0}.restaurant-menu-editor-page .tv-additional-name{font-weight:600}.restaurant-menu-editor-page .tv-additional-desc{line-height:1.3}.restaurant-menu-editor-page .tv-additional-price{font-weight:700;margin-top:5px}.layout{display:flex;min-height:100vh}.layout.restaurant-editor-active{margin:0;padding:0;width:100vw;height:100vh;overflow:hidden}.sidebar{width:260px;background:#1e293b;color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:100}.layout:has(.restaurant-menu-editor-page) .sidebar,.layout.restaurant-editor-active .sidebar{display:none}.sidebar-header{padding:24px 20px;border-bottom:1px solid #334155}.sidebar-header h2{font-size:20px;font-weight:600;margin-bottom:8px}.tenant-name{font-size:14px;color:#94a3b8}.sidebar-nav{flex:1;padding:16px 0;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#cbd5e1;text-decoration:none;transition:all .2s}.nav-item:hover{background:#334155;color:#fff}.nav-item.active{background:#3b82f6;color:#fff}.sidebar-footer{padding:20px;border-top:1px solid #334155}.user-info{margin-bottom:12px}.user-info p{font-size:14px;margin-bottom:4px}.user-role{font-size:12px;color:#94a3b8;text-transform:capitalize}.logout-btn{width:100%;display:flex;align-items:center;gap:8px;padding:10px;background:#ef4444;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:background .2s}.logout-btn:hover{background:#dc2626}.main-content{flex:1;margin-left:260px;padding:24px;background:#f5f5f5;min-height:100vh}.main-content:has(.restaurant-menu-editor-page),.layout.restaurant-editor-active .main-content{margin:0!important;padding:0!important;width:100vw!important;height:100vh!important;position:relative}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
