.dashboard{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding:24px 32px;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(255,255,255,.2)}.header-content h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin:0 0 8px;letter-spacing:-.025em}.header-content p{color:#64748b;font-size:1.1rem;margin:0;font-weight:500}.filter-toggle{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#3b82f6;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #3b82f64d}.filter-toggle:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.filter-toggle.active{background:#1e40af}.filters-panel{background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:24px;margin-bottom:32px;box-shadow:0 8px 32px #0000001f;border:1px solid rgba(59,130,246,.1);animation:slideDown .3s ease-out;position:relative;z-index:10;display:block;width:100%;min-height:200px}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px);max-height:0}to{opacity:1;transform:translateY(0);max-height:500px}}.filter-section{margin-bottom:24px}.filter-section:last-child{margin-bottom:0}.filter-section h3{font-size:1.1rem;font-weight:600;color:#374151;margin:0 0 16px;display:block}.filter-buttons{display:flex;flex-wrap:wrap;gap:12px;min-height:60px;border:2px solid #e2e8f0;padding:15px;background:#f8fafc;border-radius:12px;margin-top:10px;align-items:center;justify-content:flex-start}.filter-btn{display:flex!important;align-items:center;gap:8px;padding:12px 20px;background:#fff;color:#374151;border:2px solid #d1d5db;border-radius:12px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;min-width:150px;justify-content:center;box-shadow:0 2px 4px #0000001a;margin:0;text-decoration:none;outline:none}.filter-btn:hover{background:#f3f4f6;color:#1f2937;border-color:#9ca3af;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.filter-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f64d;transform:translateY(-2px)}.filter-btn svg{font-size:1.1rem;flex-shrink:0}.filter-btn{visibility:visible!important;opacity:1!important;position:relative!important;z-index:1!important;display:flex!important;align-items:center!important;justify-content:center!important}@supports (-webkit-appearance: none){.filter-btn{-webkit-appearance:none;-webkit-user-select:none}}.filter-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}@media (max-width: 768px){.filter-buttons{flex-direction:column;gap:8px}.filter-btn{min-width:100%;padding:15px 20px;font-size:1rem}}.filter-info{margin-top:20px;padding-top:16px;border-top:1px solid #e2e8f0;text-align:center}.filter-info p{color:#6b7280;font-size:.9rem;font-weight:500;margin:0}.month-input-container{margin-top:16px;padding:16px;background:#3b82f60d;border-radius:12px;border:1px solid rgba(59,130,246,.1);animation:slideInUp .3s ease-out}.month-input-label{display:block;font-weight:600;color:#374151;margin-bottom:8px;font-size:.9rem;letter-spacing:.025em}.month-input{display:block;width:100%;max-width:200px;padding:12px 40px 12px 16px;margin-top:8px;background:#fff;color:#374151;border:2px solid #d1d5db;border-radius:12px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a;outline:none;font-family:inherit;position:relative;z-index:5;-webkit-appearance:none;-moz-appearance:none;appearance:none}.month-input-wrapper{position:relative;display:inline-block;width:100%;max-width:200px}.calendar-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#3b82f6;z-index:6;transition:color .2s ease}.month-input:hover{background:#f8fafc;border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.month-input:hover+.calendar-icon{color:#1e40af}.month-input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 8px #00000026;transform:translateY(-1px)}.month-input:focus+.calendar-icon{color:#3b82f6}.month-input{animation:slideInUp .3s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.month-input-container{padding:12px}.month-input-wrapper{max-width:100%}.month-input{max-width:100%;padding:15px 16px;font-size:1rem}}@media (max-width: 480px){.month-input-container{padding:10px}.month-input{padding:16px 18px;font-size:1.05rem}}.stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:32px}.stat-card{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:24px;display:flex;align-items:center;gap:20px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;flex-shrink:0}.stat-icon.orders{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.stat-icon.revenue{background:linear-gradient(135deg,#10b981,#059669)}.stat-icon.pending{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-icon.completed{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-info h3{font-size:.9rem;font-weight:600;color:#64748b;margin:0 0 8px;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:2rem;font-weight:700;color:#1e293b;line-height:1}.orders-section{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(255,255,255,.2)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.section-header h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.orders-count{background:#f1f5f9;color:#64748b;padding:6px 12px;border-radius:8px;font-size:.9rem;font-weight:500}.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;margin-bottom:24px}.order-card{background:#f8fafc;border-radius:12px;padding:20px;border:1px solid #e2e8f0;transition:all .2s ease}.order-card:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.order-id{font-weight:700;color:#1e293b;font-size:1.1rem}.order-status{padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.order-content{display:flex;justify-content:space-between;align-items:flex-end}.order-info h4{font-size:1rem;font-weight:600;color:#374151;margin:0 0 4px}.order-date{font-size:.85rem;color:#64748b;margin:0}.order-amount{text-align:right}.amount{font-size:1.2rem;font-weight:700;color:#059669}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#64748b;min-height:200px}.spinner{font-size:2rem;animation:spin 1s linear infinite;margin-bottom:16px;color:#3b82f6}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#64748b;text-align:center;min-height:200px}.empty-state svg{font-size:3rem;margin-bottom:16px;color:#cbd5e1}.empty-state h3{font-size:1.2rem;font-weight:600;color:#64748b;margin:0 0 8px}.empty-state p{font-size:.95rem;color:#94a3b8;margin:0}.pagination-wrapper{display:flex;justify-content:center;padding-top:24px;border-top:1px solid #e2e8f0}.pagination-wrapper .MuiPagination-root{display:flex;gap:8px}.pagination-wrapper .MuiPaginationItem-root{border-radius:8px!important;margin:0 2px!important;font-weight:500!important;transition:all .2s ease!important;min-width:40px!important;height:40px!important;font-size:.9rem!important}.pagination-wrapper .MuiPaginationItem-root:hover{background-color:#3b82f61a!important;transform:translateY(-1px)!important}.pagination-wrapper .Mui-selected{background:#3b82f6!important;color:#fff!important;box-shadow:0 4px 12px #3b82f64d!important}.pagination-wrapper .Mui-selected:hover{background:#2563eb!important}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px}.dashboard-loading .loading-spinner{width:50px;height:50px;border:4px solid rgba(59,130,246,.1);border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.dashboard-loading p{color:#64748b;font-size:1.1rem;font-weight:500}.dashboard-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px;text-align:center;color:#ef4444;padding:20px}.dashboard-error button{padding:12px 24px;background:#3b82f6;color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;font-weight:600;box-shadow:0 4px 12px #3b82f64d}.dashboard-error button:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}@media (max-width: 1200px){.dashboard{padding:20px}.stats-section{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}}@media (max-width: 992px){.dashboard-header{flex-direction:column;gap:20px;text-align:center}.header-content h1{font-size:2rem}.stat-card{padding:20px}.stat-icon{width:50px;height:50px;font-size:1.3rem}.stat-value{font-size:1.8rem}}@media (max-width: 768px){.dashboard{padding:16px}.dashboard-header{padding:20px;margin-bottom:24px}.header-content h1{font-size:1.8rem}.header-content p{font-size:1rem}.filter-toggle{padding:10px 16px;font-size:.9rem}.filters-panel{padding:20px;margin-bottom:24px}.filter-buttons{gap:8px}.filter-btn{padding:8px 12px;font-size:.85rem}.stats-section{grid-template-columns:1fr;gap:16px}.stat-card{padding:16px}.stat-icon{width:45px;height:45px;font-size:1.2rem}.stat-value{font-size:1.6rem}.orders-section{padding:20px}.section-header{flex-direction:column;gap:12px;align-items:flex-start}.orders-grid{grid-template-columns:1fr;gap:12px}.order-card{padding:16px}}@media (max-width: 480px){.dashboard{padding:12px}.dashboard-header{padding:16px}.header-content h1{font-size:1.6rem}.header-content p{font-size:.9rem}.filter-toggle{width:100%;justify-content:center;padding:12px}.filters-panel{padding:16px}.filter-section h3{font-size:1rem}.filter-buttons{flex-direction:column}.filter-btn{justify-content:center;padding:10px}.stat-card{padding:12px;gap:16px}.stat-icon{width:40px;height:40px;font-size:1.1rem}.stat-info h3{font-size:.8rem}.stat-value{font-size:1.4rem}.orders-section{padding:16px}.section-header h2{font-size:1.3rem}.order-card{padding:12px}.order-header{margin-bottom:12px}.order-id{font-size:1rem}.order-status{font-size:.75rem;padding:3px 8px}.order-info h4{font-size:.9rem}.order-date{font-size:.8rem}.amount{font-size:1.1rem}.pagination-wrapper .MuiPaginationItem-root{min-width:36px!important;height:36px!important;font-size:.85rem!important}}@media (max-width: 360px){.dashboard{padding:8px}.dashboard-header{padding:12px}.header-content h1{font-size:1.4rem}.filters-panel{padding:12px}.stat-card{padding:10px;gap:12px}.stat-icon{width:35px;height:35px;font-size:1rem}.stat-value{font-size:1.2rem}.orders-section{padding:12px}.order-card{padding:10px}.pagination-wrapper .MuiPaginationItem-root{min-width:32px!important;height:32px!important;font-size:.8rem!important}}@media (max-height: 480px) and (orientation: landscape){.dashboard{padding:12px}.stats-section{grid-template-columns:repeat(2,1fr)}.stat-card{padding:12px}.orders-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.month-input::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:0;top:0;width:100%;height:100%;cursor:pointer}.month-input::-webkit-datetime-edit{color:#374151;font-weight:600}.month-input::-webkit-datetime-edit-fields-wrapper{padding:0}.month-input::-webkit-datetime-edit-text{color:#6b7280;padding:0 2px}.month-input::-webkit-datetime-edit-month-field,.month-input::-webkit-datetime-edit-year-field{color:#374151;font-weight:600}:root{--primary-color: #6366f1;--primary-hover: #4f46e5;--success-color: #10b981;--danger-color: #ef4444;--warning-color: #f59e0b;--text-primary: #1f2937;--text-secondary: #6b7280;--text-light: #9ca3af;--bg-primary: #ffffff;--bg-secondary: #f9fafb;--bg-tertiary: #f3f4f6;--border-color: #e5e7eb;--border-hover: #d1d5db;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--transition: all .2s ease-in-out}.categoria-wrapper{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:1rem}.categoria-header{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-bottom:2rem;overflow:hidden}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;flex-wrap:wrap;gap:1rem}.header-title{display:flex;align-items:center;gap:.75rem}.title-icon{color:var(--primary-color);font-size:1.5rem}.header-title h1{font-size:1.875rem;font-weight:700;color:var(--text-primary);margin:0}.add-btn{display:flex;align-items:center;gap:.5rem;background:var(--primary-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;font-size:.875rem;cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-sm)}.add-btn:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.add-btn:active{transform:translateY(0)}.categoria-content{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.categoria-loading,.categoria-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.loading-spinner{width:3rem;height:3rem;border:3px solid var(--border-color);border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.categoria-loading p{color:var(--text-secondary);font-size:1rem}.error-icon{font-size:3rem;margin-bottom:1rem}.categoria-error h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem}.categoria-error p{color:var(--text-secondary);margin-bottom:1.5rem}.retry-btn{background:var(--primary-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:var(--transition)}.retry-btn:hover{background:var(--primary-hover)}.categorias-list{padding:1rem}.categoria-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-radius:var(--radius-md);background:var(--bg-secondary);margin-bottom:.75rem;transition:var(--transition);border:1px solid transparent}.categoria-item:hover{background:var(--bg-tertiary);border-color:var(--border-hover);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.categoria-item:last-child{margin-bottom:0}.categoria-info{display:flex;align-items:center;gap:.75rem;flex:1}.categoria-icon{color:var(--primary-color);font-size:1.25rem}.categoria-name{font-size:1rem;font-weight:500;color:var(--text-primary)}.categoria-actions{display:flex;gap:.5rem}.action-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);font-size:.875rem}.edit-btn{background:var(--bg-tertiary);color:var(--text-secondary)}.edit-btn:hover{background:var(--warning-color);color:#fff}.delete-btn{background:var(--bg-tertiary);color:var(--text-secondary)}.delete-btn:hover{background:var(--danger-color);color:#fff}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-icon{color:var(--text-light);font-size:4rem;margin-bottom:1.5rem}.empty-state h3{color:var(--text-primary);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.empty-state p{color:var(--text-secondary);margin-bottom:2rem;max-width:400px}.create-first-btn{display:flex;align-items:center;gap:.5rem;background:var(--primary-color);color:#fff;border:none;padding:1rem 2rem;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-sm)}.create-first-btn:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:500px;max-height:90vh;overflow:hidden;animation:modalSlideIn .3s ease-out}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid var(--border-color)}.modal-header h2{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin:0}.close-btn{background:none;border:none;color:var(--text-light);cursor:pointer;padding:.5rem;border-radius:var(--radius-sm);transition:var(--transition);display:flex;align-items:center;justify-content:center}.close-btn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.modal-form{padding:2rem}.form-field{margin-bottom:1.5rem}.form-field label{display:block;color:var(--text-primary);font-weight:500;margin-bottom:.5rem;font-size:.875rem}.form-field input{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:1rem;transition:var(--transition);background:var(--bg-primary)}.form-field input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #6366f11a}.form-field input::placeholder{color:var(--text-light)}.emoji-input-container{position:relative;display:flex;align-items:center;gap:.5rem}.emoji-input{flex:1}.emoji-picker-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:var(--transition);font-size:1rem;min-width:2.5rem}.emoji-picker-btn:hover{background:var(--border-hover);color:var(--text-primary)}.emoji-picker-btn.has-emoji{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.emoji-picker-btn.has-emoji:hover{background:var(--primary-hover)}.emoji-picker-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1002;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);overflow:visible;animation:emojiPickerSlideIn .2s ease-out;width:350px;max-height:400px;max-height:min(400px,calc(100vh - 100px))}@keyframes emojiPickerSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.emoji-picker-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1001;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.emoji-picker-container{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:1rem;width:350px;max-height:400px;overflow:hidden;display:flex;flex-direction:column}.emoji-picker-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.emoji-picker-header h3{margin:0;font-size:1rem;color:var(--text-primary)}.close-emoji-picker-btn{background:none;border:none;color:var(--text-light);cursor:pointer;padding:.25rem;border-radius:var(--radius-sm);transition:var(--transition)}.close-emoji-picker-btn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.emoji-categories{display:flex;gap:.5rem;margin-bottom:1rem;overflow-x:auto;padding-bottom:.5rem}.emoji-category-btn{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:.5rem .75rem;font-size:.75rem;color:var(--text-secondary);cursor:pointer;transition:var(--transition);white-space:nowrap}.emoji-category-btn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.emoji-category-btn.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:.5rem;overflow-y:auto;max-height:200px;padding-right:.5rem;scrollbar-width:thin;scrollbar-color:var(--border-color) transparent}.emoji-grid::-webkit-scrollbar{width:4px}.emoji-grid::-webkit-scrollbar-track{background:transparent}.emoji-grid::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:2px}.emoji-grid::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}.emoji-btn{background:none;border:1px solid transparent;border-radius:var(--radius-sm);padding:.5rem;font-size:1.25rem;cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;min-height:2.5rem}.emoji-btn:hover{background:var(--bg-tertiary);border-color:var(--border-hover);transform:scale(1.1)}.modal-footer{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem;border-top:1px solid var(--border-color)}.cancel-btn{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:500;cursor:pointer;transition:var(--transition)}.cancel-btn:hover{background:var(--bg-tertiary);border-color:var(--border-hover)}.save-btn{background:var(--success-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:var(--transition)}.save-btn:hover{background:#059669;transform:translateY(-1px)}.delete-modal{max-width:400px}.delete-content{padding:2rem;text-align:center}.delete-icon{font-size:3rem;margin-bottom:1rem}.delete-content p{color:var(--text-primary);margin-bottom:.5rem;line-height:1.5}.delete-content strong{color:var(--danger-color)}.delete-warning{color:var(--text-secondary)!important;font-size:.875rem;margin-top:1rem}.delete-confirm-btn{background:var(--danger-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:var(--transition)}.delete-confirm-btn:hover{background:#dc2626;transform:translateY(-1px)}@media (max-width: 768px){.categoria-wrapper{padding:.75rem}.header-content{flex-direction:column;align-items:stretch;padding:1.25rem;gap:1.25rem}.header-title{justify-content:center}.header-title h1{font-size:1.5rem}.add-btn{justify-content:center;padding:1rem 2rem;font-size:1rem;min-height:3rem}.categorias-list{padding:.75rem}.categoria-item{flex-direction:column;align-items:stretch;gap:1rem;padding:1.25rem;margin-bottom:1rem}.categoria-info{justify-content:center;text-align:center}.categoria-name{font-size:1.125rem;font-weight:600}.categoria-actions{justify-content:center;gap:1rem}.action-btn{width:3rem;height:3rem;font-size:1rem}.modal{margin:1rem;max-width:none;max-height:85vh}.modal-header,.modal-form,.modal-footer{padding:1.25rem}.modal-footer{flex-direction:column;gap:.75rem}.cancel-btn,.save-btn{width:100%;padding:1rem 2rem;font-size:1rem;min-height:3rem}.emoji-picker-container{width:90vw;max-width:400px;max-height:75vh}.emoji-grid{grid-template-columns:repeat(6,1fr);max-height:250px}.emoji-categories{flex-wrap:wrap;justify-content:center}.empty-state{padding:3rem 1.5rem}.empty-icon{font-size:3.5rem}.empty-state h3{font-size:1.375rem}.create-first-btn{width:100%;justify-content:center;padding:1.25rem 2rem;font-size:1rem;min-height:3.5rem}}@media (max-width: 480px){.categoria-wrapper{padding:.5rem}.header-content{padding:1rem;gap:1rem}.header-title h1,.title-icon{font-size:1.25rem}.add-btn{padding:.875rem 1.5rem;font-size:.875rem;min-height:2.75rem}.categorias-list{padding:.5rem}.categoria-item{padding:1rem;margin-bottom:.75rem;gap:.75rem}.categoria-name{font-size:1rem}.categoria-actions{gap:.75rem}.action-btn{width:2.75rem;height:2.75rem;font-size:.875rem}.modal-backdrop{padding:.5rem}.modal{margin:.5rem;max-height:90vh}.modal-header,.modal-form,.modal-footer{padding:1rem}.modal-header h2{font-size:1.125rem}.form-field input{padding:.875rem 1rem;font-size:1rem}.emoji-picker-container{width:95vw;max-width:350px;max-height:80vh}.emoji-grid{grid-template-columns:repeat(5,1fr);max-height:200px}.emoji-btn{min-height:2.25rem;font-size:1.125rem}.empty-state{padding:2rem 1rem}.empty-icon{font-size:3rem}.empty-state h3{font-size:1.25rem}.empty-state p{font-size:.875rem}.create-first-btn{padding:1rem 1.5rem;font-size:.875rem;min-height:3rem}}@media (max-width: 360px){.categoria-wrapper{padding:.25rem}.header-content{padding:.75rem}.header-title h1{font-size:1.125rem}.add-btn{padding:.75rem 1.25rem;font-size:.8rem;min-height:2.5rem}.categorias-list{padding:.25rem}.categoria-item{padding:.875rem;margin-bottom:.5rem}.categoria-name{font-size:.875rem}.action-btn{width:2.5rem;height:2.5rem;font-size:.8rem}.modal{margin:.25rem}.modal-header,.modal-form,.modal-footer{padding:.875rem}.modal-header h2{font-size:1rem}.form-field input{padding:.75rem .875rem;font-size:.875rem}.emoji-picker-container{width:98vw;max-width:320px}.emoji-grid{grid-template-columns:repeat(4,1fr);gap:.375rem}.emoji-btn{min-height:2rem;font-size:1rem;padding:.375rem}.empty-state{padding:1.5rem .75rem}.empty-icon{font-size:2.5rem}.empty-state h3{font-size:1.125rem}.create-first-btn{padding:.875rem 1.25rem;font-size:.8rem;min-height:2.75rem}}@media (max-width: 768px) and (orientation: landscape){.categoria-wrapper{padding:.5rem}.header-content{flex-direction:row;align-items:center;padding:1rem}.header-title h1{font-size:1.25rem}.add-btn{padding:.75rem 1.5rem;min-height:2.5rem}.categoria-item{flex-direction:row;align-items:center;gap:1rem}.categoria-info{justify-content:flex-start;text-align:left}.categoria-actions{justify-content:flex-end}.modal{max-height:80vh}.emoji-picker-container{max-height:70vh}}@media (max-width: 768px){.add-btn,.action-btn,.cancel-btn,.save-btn,.delete-confirm-btn,.retry-btn,.create-first-btn,.emoji-btn,.emoji-category-btn{min-height:44px;touch-action:manipulation}.categoria-item{touch-action:manipulation}.modal-backdrop,.emoji-grid{-webkit-overflow-scrolling:touch}}.categoria-item{animation:fadeInUp .3s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.add-btn:focus,.action-btn:focus,.close-btn:focus,.cancel-btn:focus,.save-btn:focus,.delete-confirm-btn:focus,.retry-btn:focus,.create-first-btn:focus{outline:2px solid var(--primary-color);outline-offset:2px}.categorias-list::-webkit-scrollbar{width:6px}.categorias-list::-webkit-scrollbar-track{background:var(--bg-secondary)}.categorias-list::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.categorias-list::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}:root{--sidebar-bg: linear-gradient(180deg, #2e1065, #4c1d95);--purple-light: #f3e8ff;--purple-deep: #7c3aed;--white: #ffffff;--gray-light: #e9d5ff;--gray-dark: #1f2937;--red: #ef4444}.sidebar-modern{width:270px;height:100vh;background:var(--sidebar-bg);display:flex;flex-direction:column;justify-content:space-between;position:fixed;left:0;top:0;z-index:1000;padding:24px 16px;color:#fff;border-top-right-radius:20px;border-bottom-right-radius:20px;box-shadow:4px 0 16px #0000001a;font-family:Inter,sans-serif}.sidebar-logo{text-align:center;margin-bottom:2rem}.sidebar-logo h1{font-size:1.5rem;font-weight:700;background:linear-gradient(90deg,#fdf4ff,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.2rem;line-height:1.2}.sidebar-logo h2{font-size:1.2rem;font-weight:600;color:#e0e7ff;margin:0;line-height:1.2}.blocked-notice{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:8px 12px;border-radius:8px;font-size:.8rem;font-weight:600;text-align:center;margin-top:.5rem;box-shadow:0 2px 8px #ef44444d;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.sidebar-menu{display:flex;flex-direction:column;gap:14px;flex-grow:1}.menu-item{display:flex;align-items:center;gap:14px;padding:12px 16px;border-radius:12px;text-decoration:none;color:var(--gray-light);transition:background .3s,transform .2s;font-size:1rem;font-weight:500}.menu-item:hover{background-color:#ffffff1a;transform:translate(4px)}.menu-item.active{background-color:var(--purple-deep);color:#fff;font-weight:600;box-shadow:inset 2px 0 #fff}.menu-item .icon{font-size:1.2rem}.logout-btn{margin-top:auto;display:flex;align-items:center;gap:10px;background-color:transparent;border:none;color:var(--red);padding:12px 16px;border-radius:12px;cursor:pointer;font-size:1rem;transition:background .2s,transform .2s}.logout-btn:hover{background-color:#ef444433;transform:translate(4px)}.logout-btn .icon{font-size:1.2rem}@media (max-width: 768px){.sidebar-modern{width:280px;height:100vh;padding:20px 16px;border-radius:0;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(180deg,#2e1065f2,#4c1d95f2);box-shadow:0 0 20px #0000004d}.sidebar-modern.open{transform:translate(0)}.sidebar-logo{margin-bottom:1.5rem;padding:0 8px}.sidebar-logo h1{font-size:1.25rem;margin-bottom:.1rem}.sidebar-logo h2{font-size:1rem}.blocked-notice{font-size:.75rem;padding:6px 10px;margin-top:.25rem}.sidebar-menu{gap:8px;margin-bottom:1rem}.menu-item{padding:14px 16px;border-radius:10px;font-size:.95rem;position:relative;overflow:hidden}.menu-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transform:translate(-100%);transition:transform .3s ease}.menu-item:hover:before{transform:translate(100%)}.menu-item.active{background:linear-gradient(135deg,#7c3aed,#8b5cf6);box-shadow:0 4px 12px #7c3aed4d;transform:translate(0)}.menu-item.active:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background:#fff;border-radius:2px 0 0 2px}.menu-item .icon{font-size:1.1rem;min-width:20px}.logout-btn{padding:14px 16px;border-radius:10px;font-size:.95rem;background:linear-gradient(135deg,#ef44441a,#ef44440d);border:1px solid rgba(239,68,68,.2)}.logout-btn:hover{background:linear-gradient(135deg,#ef444433,#ef44441a);border-color:#ef444466;transform:translate(0)}.logout-btn .icon{font-size:1.1rem}}@media (max-width: 480px){.sidebar-modern{width:85vw;padding:16px 12px}.sidebar-logo h1{font-size:1.3rem}.sidebar-logo h2{font-size:1rem}.menu-item{padding:10px 12px;font-size:.9rem}.menu-item .icon{font-size:1.1rem}.logout-btn{padding:10px 12px;font-size:.9rem}.sidebar-toggle svg{width:.9rem;height:.9rem}}@media (max-width: 360px){.sidebar-toggle svg{width:.8rem;height:.8rem}}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:all .3s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.sidebar-overlay.open{opacity:1;visibility:visible}.sidebar-toggle{position:fixed;top:20px;left:20px;z-index:1001;background:linear-gradient(135deg,#7c3aed,#8b5cf6);border:none;border-radius:12px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;cursor:pointer;box-shadow:0 4px 12px #7c3aed4d;transition:all .3s ease;opacity:1;visibility:visible;transform:scale(1)}.sidebar-toggle svg{width:1.2rem;height:1.2rem}.sidebar-toggle:hover{transform:scale(1.05);box-shadow:0 6px 16px #7c3aed66}.sidebar-toggle:active{transform:scale(.95)}.sidebar-toggle.hidden{opacity:0;visibility:hidden;transform:scale(.8);pointer-events:none}@media (min-width: 769px){.sidebar-toggle{display:none}}@media (max-width: 768px){.menu-item{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.menu-item:active{transform:scale(.98)}.logout-btn{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.logout-btn:active{transform:scale(.98)}.sidebar-toggle{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.sidebar-toggle svg{width:1rem;height:1rem}.sidebar-modern{-webkit-overflow-scrolling:touch}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}body.sidebar-open{overflow:hidden}@supports (-webkit-touch-callout: none){.sidebar-modern{-webkit-transform:translateX(-100%);transform:translate(-100%)}.sidebar-modern.open{-webkit-transform:translateX(0);transform:translate(0)}}:root{--primary: #7c3aed;--primary-dark: #5b21b6;--purple-soft: #ede9fe;--text-dark: #1e293b;--text-light: #64748b;--bg-light: #fafafa;--white: #ffffff;--danger: #ef4444}.header-admin{position:fixed;top:0;left:280px;right:0;height:80px;background:linear-gradient(90deg,var(--white),var(--purple-soft));box-shadow:0 6px 20px #0000000d;display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;z-index:100;font-family:Inter,sans-serif;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom-left-radius:18px;transition:all .3s ease}.restaurant-info{display:flex;align-items:center;gap:12px}.restaurant-logo{width:48px;height:48px;border-radius:8px;object-fit:cover;border:2px solid var(--primary);box-shadow:0 2px 8px #7c3aed26}.header-left h1{font-size:2rem;font-weight:800;background:linear-gradient(90deg,var(--primary-dark),var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.7px;margin:0}.header-right{display:flex;align-items:center;gap:1.6rem;position:relative}.profile{display:flex;align-items:center;gap:12px;background-color:#f1f5f9;border-radius:12px;padding:8px 16px;cursor:pointer;transition:all .3s ease}.profile:hover{background-color:var(--purple-soft);box-shadow:0 6px 14px #0000000d}.profile-image{width:44px;height:44px;border-radius:50%;object-fit:cover;border:3px solid var(--primary);box-shadow:0 2px 10px #7c3aed33}.profile-info{display:flex;flex-direction:column;line-height:1.1}.profile-info .name{font-weight:700;color:var(--text-dark);font-size:1rem}.profile-info .role{font-size:.8rem;color:var(--text-light)}.dropdown{position:absolute;top:72px;right:0;background:var(--white);border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 20px #00000014;min-width:180px;display:none;flex-direction:column;z-index:1000;overflow:hidden}.dropdown.show{display:flex}.dropdown-item{padding:12px 18px;font-size:.95rem;color:var(--text-dark);cursor:pointer;transition:background .2s ease,color .2s ease}.dropdown-item:hover{background-color:var(--purple-soft);color:var(--primary-dark)}.dropdown-divider{height:1px;background-color:#e2e8f0;margin:4px 0}.logout{color:var(--danger);font-weight:600}.logout:hover{background-color:#ef44441a}@media (max-width: 1024px){.header-admin{left:240px;padding:0 2rem}.restaurant-logo{width:42px;height:42px}.profile-image{width:38px;height:38px}}@media (max-width: 768px){.header-admin{left:60px;height:64px;padding:0 1.2rem;border-radius:0}.restaurant-info{gap:8px}.restaurant-logo{width:36px;height:36px}.header-left h1{font-size:1.5rem}.profile-info{display:none}.profile-image{width:36px;height:36px}.dropdown{top:56px}}.layout-admin{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#f5f5f5);position:relative;font-family:Inter,sans-serif;color:#33363c}.main-content{margin-left:280px;margin-top:80px;padding:30px;transition:all .3s ease;min-height:calc(100vh - 80px);background-color:#fff;border-top-left-radius:20px;box-shadow:-5px 0 15px #00000008}.sidebar-admin.closed~.main-content{margin-left:70px;border-top-left-radius:0}.layout-admin-content-wrapper{display:flex;flex-direction:column;flex-grow:1}.main-content-area{flex-grow:1}@media (max-width: 1024px){.main-content{margin-left:240px;padding:25px}}@media (max-width: 768px){.main-content{margin-left:0;margin-top:80px;padding:20px;box-shadow:none;border-radius:0}}@media (max-width: 480px){.main-content{margin-left:0;margin-top:70px;padding:15px}}@media (max-width: 360px){.main-content{margin-left:0;margin-top:65px;padding:12px}}@media (max-height: 480px) and (orientation: landscape){.main-content{margin-top:45px;padding:10px}}@supports (-webkit-touch-callout: none){.layout-admin{min-height:-webkit-fill-available}.main-content{min-height:calc(100vh - 80px)}}.produto-admin-page *{margin:0;padding:0;box-sizing:border-box}.produto-admin-page{min-height:100vh;background-color:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1e293b}.produto-admin-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem 0;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.produto-admin-header-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.produto-admin-header-title{display:flex;align-items:center;gap:1rem}.produto-admin-header-icon{font-size:2rem;color:#7c3aed}.produto-admin-header-title h1{font-size:1.875rem;font-weight:700;color:#1e293b}.produto-admin-btn-primary{background:#7c3aed;color:#fff;border:none;padding:1rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;font-size:.875rem}.produto-admin-btn-primary:hover{background:#6d28d9;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.produto-admin-btn-secondary{background:#fff;color:#1e293b;border:1px solid #e2e8f0;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;font-size:.875rem}.produto-admin-btn-secondary:hover{background:#f8fafc;border-color:#7c3aed;color:#7c3aed}.produto-admin-filters-section{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem 0}.produto-admin-filters-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr auto auto;gap:1.5rem;align-items:center}.produto-admin-search-container,.produto-admin-filter-container,.produto-admin-sort-container{position:relative;display:flex;align-items:center}.produto-admin-search-icon,.produto-admin-filter-icon,.produto-admin-sort-icon{position:absolute;left:1rem;color:#94a3b8;font-size:1.25rem}.produto-admin-search-input,.produto-admin-filter-select,.produto-admin-sort-select{width:100%;padding:1rem 1rem 1rem 3rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;background:#fff;color:#1e293b;transition:all .2s ease}.produto-admin-search-input:focus,.produto-admin-filter-select:focus,.produto-admin-sort-select:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.produto-admin-content{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.produto-admin-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.produto-admin-loading-spinner{width:3rem;height:3rem;border:3px solid #e2e8f0;border-top:3px solid #7c3aed;border-radius:50%;animation:produto-admin-spin 1s linear infinite}@keyframes produto-admin-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.produto-admin-error-message{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;font-weight:500}.produto-admin-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem;text-align:center;padding:2rem 1rem}.produto-admin-empty-icon{font-size:4rem;color:#7c3aed;opacity:.7}.produto-admin-empty-state h3{font-size:1.5rem;font-weight:600;color:#1e293b}.produto-admin-empty-state p{color:#64748b;font-size:1rem;max-width:400px;line-height:1.5}@media (max-width: 768px){.produto-admin-empty-state{min-height:300px;gap:1rem;padding:1.5rem 1rem}.produto-admin-empty-icon{font-size:3rem}.produto-admin-empty-state h3{font-size:1.25rem}.produto-admin-empty-state p{font-size:.9rem}}@media (max-width: 480px){.produto-admin-empty-state{min-height:250px;gap:.75rem;padding:1rem .75rem}.produto-admin-empty-icon{font-size:2.5rem}.produto-admin-empty-state h3{font-size:1.125rem}.produto-admin-empty-state p{font-size:.875rem}}.produto-admin-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.produto-admin-product-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0}.produto-admin-product-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.produto-admin-product-image{position:relative;height:200px;overflow:hidden;background:#f8fafc}.produto-admin-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.produto-admin-product-card:hover .produto-admin-product-image img{transform:scale(1.05)}.produto-admin-no-image{display:flex;align-items:center;justify-content:center;height:100%;color:#94a3b8;font-size:3rem}.produto-admin-product-actions{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem;opacity:0;transform:translateY(-10px);transition:all .3s ease}.produto-admin-product-card:hover .produto-admin-product-actions{opacity:1;transform:translateY(0)}.produto-admin-action-btn{width:2.5rem;height:2.5rem;border:none;border-radius:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:1.125rem}.produto-admin-edit-btn{background:#7c3aede6;color:#fff}.produto-admin-edit-btn:hover{background:#7c3aed;transform:scale(1.1)}.produto-admin-delete-btn{background:#ef4444e6;color:#fff}.produto-admin-delete-btn:hover{background:#ef4444;transform:scale(1.1)}.produto-admin-product-info{padding:1.5rem}.produto-admin-product-name{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem;line-height:1.4}.produto-admin-product-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.produto-admin-product-category,.produto-admin-product-price{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#64748b;font-weight:500}.produto-admin-product-price{color:#10b981;font-weight:600}.produto-admin-product-description{color:#64748b;font-size:.875rem;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.produto-admin-ingredients-preview{border-top:1px solid #e2e8f0;padding-top:1rem}.produto-admin-ingredients-preview h4{font-size:.875rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.produto-admin-ingredient-group-preview{margin-bottom:.5rem}.produto-admin-ingredient-group-preview strong{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.25rem}.produto-admin-ingredients-list{display:flex;flex-wrap:wrap;gap:.25rem}.produto-admin-ingredient-tag{background:#f8fafc;color:#64748b;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500}.produto-admin-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:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (max-width: 768px){.produto-admin-modal-overlay{align-items:flex-end;padding:40px 0 20px}}@media (max-width: 480px){.produto-admin-modal-overlay{padding-top:50px;padding-bottom:10px}}.produto-admin-modal{background:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;animation:produto-admin-modal-slide-in .3s ease}@keyframes produto-admin-modal-slide-in{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.produto-admin-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.produto-admin-modal-header h2{font-size:1.5rem;font-weight:600;color:#1e293b}.produto-admin-close-btn{background:none;border:none;font-size:1.5rem;color:#94a3b8;cursor:pointer;padding:.25rem;border-radius:.375rem;transition:all .2s ease;position:relative;z-index:20}.produto-admin-close-btn:hover{background:#f8fafc;color:#1e293b}@media (max-width: 768px){.produto-admin-close-btn{position:absolute;top:50%;right:1rem;transform:translateY(-50%);background:#ef44441a;color:#ef4444;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;z-index:1001;transition:all .2s ease}.produto-admin-close-btn:hover{background:#ef444433;transform:translateY(-50%) scale(1.1)}.produto-admin-close-btn:active{transform:translateY(-50%) scale(.9)}}@media (max-width: 480px){.produto-admin-close-btn{top:50%;right:.75rem;width:32px;height:32px;font-size:1rem}}.produto-admin-modal-form{padding:1.5rem}.produto-admin-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.produto-admin-form-group{display:flex;flex-direction:column;gap:.5rem}.produto-admin-form-group label{font-weight:600;color:#1e293b;font-size:.875rem}.produto-admin-form-group input,.produto-admin-form-group select,.produto-admin-form-group textarea{padding:1rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;background:#fff;color:#1e293b;transition:all .2s ease}.produto-admin-form-group input:focus,.produto-admin-form-group select:focus,.produto-admin-form-group textarea:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.produto-admin-form-group textarea{resize:vertical;min-height:100px}.produto-admin-image-upload{position:relative}.produto-admin-image-input{position:absolute;opacity:0;width:0;height:0}.produto-admin-image-label{display:flex;align-items:center;gap:.5rem;padding:1rem;border:2px dashed #e2e8f0;border-radius:.5rem;cursor:pointer;transition:all .2s ease;color:#64748b;font-weight:500}.produto-admin-image-label:hover{border-color:#7c3aed;color:#7c3aed;background:#7c3aed0d}.produto-admin-image-preview{margin-top:1rem;border-radius:.5rem;overflow:hidden;max-width:200px}.produto-admin-image-preview img{width:100%;height:auto;display:block}.produto-admin-ingredients-section{margin-top:2rem}.produto-admin-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.produto-admin-section-header h3{font-size:1.125rem;font-weight:600;color:#1e293b}.produto-admin-ingredient-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem}.produto-admin-group-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap;position:relative}.produto-admin-group-name{flex:1;min-width:200px;padding:1rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;background:#fff}.produto-admin-group-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.produto-admin-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b;cursor:pointer}.produto-admin-checkbox-label input[type=checkbox]{width:1rem;height:1rem;accent-color:#7c3aed}.produto-admin-quantity-select{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;background:#fff;color:#1e293b}.produto-admin-remove-btn{background:#ef4444;color:#fff;border:none;padding:.5rem;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:1.125rem}.produto-admin-remove-btn:hover{background:#dc2626;transform:scale(1.1)}.produto-admin-ingredients-list{display:flex;flex-direction:column;gap:.5rem}.produto-admin-ingredient-item{display:flex;gap:.5rem;align-items:center}.produto-admin-ingredient-name{flex:1;padding:1rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;background:#fff}.produto-admin-btn-add-ingredient{background:#10b981;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;font-size:.875rem;margin-top:.5rem}.produto-admin-btn-add-ingredient:hover{background:#059669;transform:translateY(-1px)}.produto-admin-modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;margin-top:1.5rem}.produto-admin-btn-cancel{background:#fff;color:#64748b;border:1px solid #e2e8f0;padding:1rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}.produto-admin-btn-cancel:hover{background:#f8fafc;color:#1e293b}.produto-admin-btn-save{background:#10b981;color:#fff;border:none;padding:1rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.produto-admin-btn-save:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.produto-admin-delete-modal{max-width:500px}.produto-admin-delete-content{padding:1.5rem;text-align:center}.produto-admin-warning-icon{font-size:3rem;color:#f59e0b;margin-bottom:1.5rem}.produto-admin-delete-content p{margin-bottom:1rem;color:#1e293b;line-height:1.6}.produto-admin-warning-text{color:#64748b;font-size:.875rem}.produto-admin-btn-delete-confirm{background:#ef4444;color:#fff;border:none;padding:1rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.produto-admin-btn-delete-confirm:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}@media (max-width: 1024px){.produto-admin-filters-container{grid-template-columns:1fr;gap:1rem}.produto-admin-form-row{grid-template-columns:1fr}.produto-admin-products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width: 768px){.produto-admin-header{padding:1rem 0}.produto-admin-header-content{flex-direction:column;gap:1rem;text-align:center;padding:2rem 1rem 0}.produto-admin-header-title{flex-direction:column;gap:.5rem}.produto-admin-header-title h1,.produto-admin-header-icon{font-size:1.5rem}.produto-admin-btn-primary{width:100%;justify-content:center;padding:.875rem 1.25rem;font-size:.9rem}.produto-admin-filters-container{flex-direction:column;gap:1.5rem;padding:1.5rem 1rem}.produto-admin-search-container,.produto-admin-filter-container,.produto-admin-sort-container{width:100%}.produto-admin-search-container{position:relative;margin-bottom:.5rem}.produto-admin-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b;font-size:1.125rem;z-index:1}.produto-admin-search-input{width:100%;padding:.875rem 1rem .875rem 2.75rem;font-size:.9rem;border-radius:10px;border:2px solid #e2e8f0;background:#fff;transition:all .3s ease}.produto-admin-search-input:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a;outline:none}.produto-admin-filter-container,.produto-admin-sort-container{display:flex;flex-direction:column;gap:.5rem}.produto-admin-filter-select,.produto-admin-sort-select{width:100%;padding:.875rem 1rem;font-size:.9rem;border-radius:10px;border:2px solid #e2e8f0;background:#fff;transition:all .3s ease}.produto-admin-filter-select:focus,.produto-admin-sort-select:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a;outline:none}.produto-admin-filter-container,.produto-admin-sort-container{background:#f8fafc;padding:1rem;border-radius:10px;border:1px solid #e2e8f0}.produto-admin-filter-container{margin-bottom:.5rem}.produto-admin-filter-container:before{content:"Filtros";display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem}.produto-admin-sort-container:before{content:"Ordenar por";display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem}.produto-admin-products-grid{grid-template-columns:1fr;gap:1rem;padding:0 1rem}.produto-admin-product-card{max-width:none;margin:0;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.produto-admin-product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.produto-admin-product-image{height:200px;border-radius:12px 12px 0 0}.produto-admin-product-info{padding:1.25rem}.produto-admin-product-name{font-size:1.125rem;margin-bottom:.75rem}.produto-admin-product-meta{flex-direction:column;gap:.5rem;margin-bottom:.75rem}.produto-admin-product-category,.produto-admin-product-price{font-size:.875rem;padding:.5rem .75rem;border-radius:8px}.produto-admin-product-description{font-size:.875rem;line-height:1.5;margin-bottom:1rem}.produto-admin-product-actions{opacity:1;transform:none;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.produto-admin-action-btn{width:40px;height:40px;font-size:1rem}.produto-admin-group-header{flex-direction:column;align-items:stretch;gap:.75rem}.produto-admin-group-controls{justify-content:space-between;flex-wrap:wrap;gap:.5rem}.produto-admin-modal{margin:0;max-height:calc(100vh - 60px);border-radius:16px 16px 0 0;width:100%;height:100%;max-width:none}.produto-admin-modal-header{padding:1.25rem 4rem 1.25rem 1.5rem;position:relative}.produto-admin-modal-header h2{font-size:1.25rem;text-align:center;flex:1}.produto-admin-modal-actions{flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem}.produto-admin-btn-primary,.produto-admin-btn-save,.produto-admin-btn-cancel,.produto-admin-btn-delete-confirm{width:100%;justify-content:center;padding:.875rem 1.25rem;font-size:.9rem;border-radius:10px}.produto-admin-form-group{margin-bottom:1.25rem}.produto-admin-form-group label{font-size:.9rem;margin-bottom:.5rem}.produto-admin-form-group input,.produto-admin-form-group textarea,.produto-admin-form-group select{padding:.875rem 1rem;font-size:.9rem;border-radius:8px}.produto-admin-ingredients-section{margin-top:1.5rem}.produto-admin-section-header{margin-bottom:1rem}.produto-admin-section-header h3{font-size:1.125rem}.produto-admin-ingredient-group{margin-bottom:1rem;border-radius:10px;padding:1rem}.produto-admin-ingredient-item{padding:.75rem;border-radius:8px}.produto-admin-ingredient-name,.produto-admin-ingredient-price{font-size:.875rem;padding:.625rem .75rem}.produto-admin-btn-add-ingredient{padding:.75rem 1rem;font-size:.875rem;border-radius:8px}}@media (max-width: 480px){.produto-admin-header{padding:.75rem 0}.produto-admin-header-content{padding:2.5rem .75rem 0;gap:.75rem}.produto-admin-header-title h1,.produto-admin-header-icon{font-size:1.25rem}.produto-admin-btn-primary{padding:.75rem 1rem;font-size:.875rem}.produto-admin-filters-container{padding:1rem .75rem;gap:1.25rem}.produto-admin-search-container{margin-bottom:.75rem}.produto-admin-search-icon{left:.875rem;font-size:1rem}.produto-admin-search-input{padding:.75rem .875rem .75rem 2.5rem;font-size:.875rem;border-radius:8px}.produto-admin-filter-container,.produto-admin-sort-container{gap:.375rem}.produto-admin-filter-select,.produto-admin-sort-select{padding:.75rem .875rem;font-size:.875rem;border-radius:8px}.produto-admin-filter-container,.produto-admin-sort-container{padding:.875rem;border-radius:8px}.produto-admin-filter-container:before,.produto-admin-sort-container:before{font-size:.8rem;margin-bottom:.5rem}.produto-admin-content{padding:0 .75rem}.produto-admin-products-grid{gap:.75rem;padding:0 .75rem}.produto-admin-product-card{border-radius:10px}.produto-admin-product-image{height:180px;border-radius:10px 10px 0 0}.produto-admin-product-info{padding:1rem}.produto-admin-product-name{font-size:1rem;margin-bottom:.5rem}.produto-admin-product-meta{gap:.375rem;margin-bottom:.5rem}.produto-admin-product-category,.produto-admin-product-price{font-size:.8rem;padding:.375rem .625rem;border-radius:6px}.produto-admin-product-description{font-size:.8rem;margin-bottom:.75rem}.produto-admin-product-actions{background:#fffffffa}.produto-admin-action-btn{width:36px;height:36px;font-size:.9rem}.produto-admin-modal{margin:0;max-height:calc(100vh - 70px);border-radius:12px 12px 0 0;width:100%;height:100%;max-width:none}.produto-admin-modal-header{padding:1rem 3.5rem 1rem 1.25rem;position:relative}.produto-admin-modal-header h2{font-size:1.125rem;text-align:center;flex:1}.produto-admin-modal-form{padding:1rem}.produto-admin-form-group{margin-bottom:1rem}.produto-admin-form-group label{font-size:.875rem;margin-bottom:.375rem}.produto-admin-form-group input,.produto-admin-form-group textarea,.produto-admin-form-group select{padding:.75rem .875rem;font-size:.875rem;border-radius:6px}.produto-admin-ingredients-section{margin-top:1.25rem}.produto-admin-section-header{margin-bottom:.75rem}.produto-admin-section-header h3{font-size:1rem}.produto-admin-ingredient-group{margin-bottom:.75rem;border-radius:8px;padding:.875rem}.produto-admin-group-header{gap:.5rem}.produto-admin-group-controls{flex-direction:column;align-items:stretch;gap:.375rem}.produto-admin-ingredient-item{padding:.625rem;border-radius:6px}.produto-admin-ingredient-name,.produto-admin-ingredient-price{font-size:.8rem;padding:.5rem .625rem}.produto-admin-btn-add-ingredient{padding:.625rem .875rem;font-size:.8rem;border-radius:6px}.produto-admin-modal-actions{padding:1rem 1.25rem;gap:.5rem}.produto-admin-btn-primary,.produto-admin-btn-save,.produto-admin-btn-cancel,.produto-admin-btn-delete-confirm{padding:.75rem 1rem;font-size:.875rem;border-radius:8px}}@media (max-width: 768px){.produto-admin-product-card,.produto-admin-btn-primary,.produto-admin-btn-save,.produto-admin-btn-cancel,.produto-admin-btn-delete-confirm,.produto-admin-action-btn,.produto-admin-btn-add-ingredient,.produto-admin-remove-btn{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.produto-admin-product-card:active{transform:scale(.98)}.produto-admin-btn-primary:active,.produto-admin-btn-save:active,.produto-admin-btn-cancel:active,.produto-admin-btn-delete-confirm:active{transform:scale(.95)}.produto-admin-action-btn:active{transform:scale(.9)}.produto-admin-products-grid,.produto-admin-modal{-webkit-overflow-scrolling:touch}.produto-admin-product-card{transition:all .2s cubic-bezier(.4,0,.2,1)}.produto-admin-product-actions{transition:all .3s cubic-bezier(.4,0,.2,1)}}body.modal-open{overflow:hidden}@supports (-webkit-touch-callout: none){.produto-admin-product-card,.produto-admin-modal{-webkit-transform:translateZ(0);transform:translateZ(0)}}.produto-admin-extra-label{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:700;border:2px solid #f59e0b;box-shadow:0 2px 4px #f59e0b33;transition:all .3s ease}.produto-admin-extra-label:hover{background:linear-gradient(135deg,#fde68a,#fcd34d);transform:translateY(-1px);box-shadow:0 4px 8px #f59e0b4d}.produto-admin-extra-label input[type=checkbox]{margin-right:6px;accent-color:#f59e0b}.produto-admin-extra-label input[type=checkbox]:checked+span{color:#92400e;font-weight:800}.produto-admin-ingredient-group[data-is-extra=true]{border:2px solid #10b981;border-radius:8px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);margin-bottom:16px}.produto-admin-ingredient-group[data-is-extra=true] .produto-admin-group-header{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:6px 6px 0 0;padding:12px 16px}.produto-admin-ingredient-price{width:100px;padding:8px 12px;border:2px solid #f59e0b;border-radius:6px;font-size:14px;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;font-weight:700;transition:all .3s ease;box-shadow:0 2px 4px #f59e0b33}.produto-admin-ingredient-price:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b33;transform:scale(1.02)}.produto-admin-ingredient-price::placeholder{color:#d97706;opacity:.7}.produto-admin-ingredient-item{display:flex;align-items:center;gap:12px;margin-bottom:8px}.produto-admin-ingredient-name{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.produto-admin-ingredients-section{margin-top:24px;padding:24px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0;position:relative}.produto-admin-ingredients-section:empty:after{content:"Nenhum grupo de ingredientes adicionado ainda";display:block;text-align:center;padding:40px 20px;color:#64748b;font-size:16px;font-style:italic;background:#ffffff80;border-radius:8px;border:2px dashed #cbd5e1}@media (max-width: 768px){.produto-admin-ingredient-group{position:relative;overflow:hidden}.produto-admin-ingredient-group:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#7c3aed,#10b981,#3b82f6);opacity:0;transition:opacity .3s ease}.produto-admin-ingredient-group:hover:before{opacity:1}.produto-admin-ingredient-group[data-is-extra=true]:before{background:linear-gradient(90deg,#10b981,#059669);opacity:1}.produto-admin-ingredient-group{animation:slideInFromBottom .4s ease-out}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.produto-admin-btn-add-ingredient:active,.produto-admin-remove-btn:active{transform:scale(.9);transition:transform .1s ease}.produto-admin-checkbox-label input[type=checkbox]:checked+span{color:#7c3aed;font-weight:600}.produto-admin-ingredient-group[data-is-extra=true] .produto-admin-ingredient-price{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b;color:#92400e;font-weight:700;box-shadow:0 2px 6px #f59e0b4d}.produto-admin-ingredient-group[data-is-extra=true]{animation:extraPulse .6s ease-out}@keyframes extraPulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.produto-admin-extra-label{position:relative;overflow:hidden}.produto-admin-extra-label:before{content:"💰";position:absolute;left:8px;top:50%;transform:translateY(-50%);font-size:12px;opacity:.8}.produto-admin-extra-label input[type=checkbox]{margin-left:20px}}.produto-admin-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e2e8f0}.produto-admin-section-header h3{font-size:20px;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:8px}.produto-admin-section-header h3:before{content:"🍽️";font-size:24px}.produto-admin-ingredient-group{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:0;margin-bottom:20px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;overflow:hidden;animation:slideInUp .4s ease-out}.produto-admin-ingredient-group:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.produto-admin-ingredient-group[data-is-extra=true]{border:2px solid #10b981;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);position:relative}.produto-admin-ingredient-group[data-is-extra=true]:before{content:"✨ EXTRAS";position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:4px 8px;border-radius:12px;font-size:10px;font-weight:700;letter-spacing:.5px;z-index:1}.produto-admin-group-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;position:relative}.produto-admin-ingredient-group[data-is-extra=true] .produto-admin-group-header{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.produto-admin-group-name{flex:1;padding:12px 16px;border:2px solid #d1d5db;border-radius:8px;font-size:16px;font-weight:600;background:#fff;transition:all .3s ease;margin-right:16px}.produto-admin-group-name:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;transform:scale(1.02)}.produto-admin-ingredient-group[data-is-extra=true] .produto-admin-group-name{background:#fffffff2;border-color:#ffffff4d;color:#1e293b}.produto-admin-group-controls{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.produto-admin-checkbox-label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#64748b;padding:8px 12px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;transition:all .3s ease;cursor:pointer}.produto-admin-checkbox-label:hover{background:#f8fafc;border-color:#cbd5e1}.produto-admin-checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:#3b82f6;cursor:pointer}.produto-admin-ingredient-group[data-is-extra=true] .produto-admin-checkbox-label{background:#ffffffe6;color:#1e293b;border-color:#ffffff4d}.produto-admin-extra-label{background:linear-gradient(135deg,#fef3c7,#fde68a)!important;border-color:#f59e0b!important;color:#92400e!important}.produto-admin-quantity-select{padding:8px 12px;border:2px solid #e2e8f0;border-radius:8px;font-size:13px;font-weight:600;background:#fff;color:#374151;cursor:pointer;transition:all .3s ease;min-width:120px}.produto-admin-quantity-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.produto-admin-ingredient-group[data-is-extra=true] .produto-admin-quantity-select{background:#fffffff2;border-color:#ffffff4d;color:#1e293b}.produto-admin-remove-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:8px;padding:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .3s ease;box-shadow:0 2px 4px #ef444433}.produto-admin-remove-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:scale(1.05);box-shadow:0 4px 8px #ef44444d}.produto-admin-ingredients-list{padding:20px 24px;background:#fff}.produto-admin-ingredient-item{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding:12px 16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;transition:all .3s ease}.produto-admin-ingredient-item:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translate(4px)}.produto-admin-ingredient-name{flex:1;padding:10px 14px;border:2px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:500;background:#fff;transition:all .3s ease}.produto-admin-ingredient-name:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.produto-admin-ingredient-price{width:120px;padding:10px 14px;border:2px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:600;background:#fef3c7;color:#92400e;border-color:#f59e0b;transition:all .3s ease}.produto-admin-ingredient-price:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.produto-admin-btn-add-ingredient{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;padding:12px 16px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;margin-top:12px;transition:all .3s ease;box-shadow:0 2px 4px #3b82f633}.produto-admin-btn-add-ingredient:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 4px 8px #3b82f64d}.produto-admin-btn-add-ingredient svg{font-size:16px}.produto-admin-section-header .produto-admin-btn-secondary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;padding:12px 20px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 2px 4px #10b98133}.produto-admin-section-header .produto-admin-btn-secondary:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 4px 8px #10b9814d}.produto-admin-section-header .produto-admin-btn-secondary svg{font-size:18px}.produto-admin-ingredients-section:empty:before{content:"🍽️";display:block;text-align:center;font-size:48px;margin-bottom:16px;opacity:.5}@media (max-width: 768px){.produto-admin-ingredients-section{padding:12px;margin-top:16px}.produto-admin-section-header{flex-direction:column;gap:12px;align-items:stretch;margin-bottom:16px}.produto-admin-section-header h3{font-size:18px;text-align:center}.produto-admin-section-header .produto-admin-btn-secondary{justify-content:center;padding:14px 20px;font-size:16px;border-radius:12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;box-shadow:0 4px 12px #10b9814d}.produto-admin-ingredient-group{margin-bottom:16px;border-radius:12px;padding:0;box-shadow:0 2px 8px #0000001a}.produto-admin-group-header{flex-direction:column;gap:12px;align-items:stretch;padding:16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.produto-admin-group-name{width:100%;padding:14px 16px;font-size:16px;border-radius:8px;border:2px solid #e2e8f0;background:#fff;flex:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word}.produto-admin-group-controls{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:center}.produto-admin-checkbox-label{padding:10px 12px;font-size:14px;border-radius:8px;background:#fff;border:1px solid #e2e8f0;justify-content:center;text-align:center}.produto-admin-quantity-select{grid-column:1 / -1;padding:12px 16px;font-size:14px;border-radius:8px;background:#fff;border:2px solid #e2e8f0}.produto-admin-remove-btn{grid-column:1 / -1;justify-self:center;padding:12px;border-radius:8px;font-size:16px}.produto-admin-ingredients-list{padding:16px;background:#fff}.produto-admin-ingredient-item{flex-direction:column;gap:8px;padding:12px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;margin-bottom:8px}.produto-admin-ingredient-name{width:100%;padding:12px 14px;font-size:16px;border-radius:6px;border:2px solid #d1d5db}.produto-admin-ingredient-price{width:100%;padding:12px 14px;font-size:16px;border-radius:6px;background:#fef3c7;border:2px solid #f59e0b;color:#92400e;font-weight:600}.produto-admin-btn-add-ingredient{width:100%;padding:14px 16px;font-size:16px;border-radius:8px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;box-shadow:0 4px 12px #3b82f64d;justify-content:center;margin-top:8px}.produto-admin-ingredient-item{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.produto-admin-btn-add-ingredient:active,.produto-admin-remove-btn:active{transform:scale(.95)}.produto-admin-ingredient-group[data-is-extra=true]{border:2px solid #10b981;background:linear-gradient(135deg,#ecfdf5,#d1fae5);position:relative;overflow:hidden}.produto-admin-ingredient-group[data-is-extra=true]:after{content:"✨ EXTRAS";position:absolute;top:8px;right:8px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:4px 8px;border-radius:12px;font-size:10px;font-weight:700;letter-spacing:.5px;z-index:10;box-shadow:0 2px 4px #10b9814d}.produto-admin-ingredient-group[data-is-extra=true] .produto-admin-group-name{background:#fffffff2;color:#1e293b;border:2px solid rgba(255,255,255,.3);font-weight:600;padding-right:80px;margin-right:8px}.produto-admin-ingredient-group[data-is-extra=true] .produto-admin-group-header{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:10px 10px 0 0;position:relative}.produto-admin-ingredient-group[data-is-extra=true] .produto-admin-group-name{background:#fffffff2;color:#1e293b;border:2px solid rgba(255,255,255,.3);font-weight:600;padding-right:80px;margin-right:8px;flex:1;min-width:0}.produto-admin-ingredient-group[data-is-extra=true] .produto-admin-checkbox-label{background:#ffffffe6;color:#1e293b;border:1px solid rgba(255,255,255,.3);font-weight:600}.produto-admin-ingredient-group[data-is-extra=true] .produto-admin-quantity-select{background:#fffffff2;color:#1e293b;border:2px solid rgba(255,255,255,.3);font-weight:600}.produto-admin-ingredient-group[data-is-extra=true] .produto-admin-ingredients-list{background:linear-gradient(135deg,#f0fdf4,#ecfdf5)}.produto-admin-ingredient-group[data-is-extra=true] .produto-admin-ingredient-item{background:#fffc;border:1px solid rgba(16,185,129,.2);border-radius:8px}.produto-admin-ingredient-group[data-is-extra=true] .produto-admin-ingredient-price{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;color:#92400e;font-weight:700;box-shadow:0 2px 4px #f59e0b33}}@media (max-width: 480px){.produto-admin-ingredients-section{padding:8px}.produto-admin-ingredient-group[data-is-extra=true]:after{top:4px;right:4px;font-size:9px;padding:3px 6px}.produto-admin-ingredient-group[data-is-extra=true] .produto-admin-group-name{padding-right:70px;margin-right:4px;font-size:14px}.produto-admin-group-header{padding:12px;gap:8px}.produto-admin-group-name{padding:12px 14px;font-size:15px}.produto-admin-group-controls{grid-template-columns:1fr;gap:6px}.produto-admin-checkbox-label{padding:8px 10px;font-size:13px}.produto-admin-quantity-select{padding:10px 12px;font-size:13px}.produto-admin-ingredients-list{padding:12px}.produto-admin-ingredient-item{padding:10px;gap:6px}.produto-admin-ingredient-name,.produto-admin-ingredient-price{padding:10px 12px;font-size:14px}.produto-admin-btn-add-ingredient{padding:12px 14px;font-size:14px}}.notification-settings-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.notification-settings-modal{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:90%;max-width:500px;max-height:90vh;overflow:hidden;animation:notification-modal-slide-in .3s ease-out}@keyframes notification-modal-slide-in{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.notification-settings-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.notification-settings-title{display:flex;align-items:center;gap:.75rem}.notification-settings-title h3{margin:0;font-size:1.25rem;font-weight:600}.notification-settings-icon{font-size:1.5rem}.notification-settings-close{background:#fff3;border:none;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease}.notification-settings-close:hover{background:#ffffff4d;transform:scale(1.05)}.notification-settings-content{padding:1.5rem;max-height:60vh;overflow-y:auto}.notification-setting-group{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f3f4f6}.notification-setting-group:last-child{border-bottom:none;margin-bottom:0}.notification-setting-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;font-weight:600;color:#374151;font-size:1rem}.notification-setting-icon{margin-right:.5rem;color:#667eea}.notification-setting-description{margin:.5rem 0 0;color:#6b7280;font-size:.875rem;line-height:1.5}.notification-toggle-btn{position:relative;display:inline-block;width:50px;height:24px;border:none;background:none;cursor:pointer;padding:0;border-radius:24px;transition:all .3s ease}.notification-toggle-btn.disabled{background-color:#d1d5db}.notification-toggle-btn.enabled{background-color:#667eea}.notification-toggle-slider{position:absolute;top:3px;left:3px;width:18px;height:18px;background-color:#fff;border-radius:50%;box-shadow:0 2px 4px #0003;transition:transform .3s ease}.notification-toggle-btn.disabled .notification-toggle-slider{transform:translate(0)}.notification-toggle-btn.enabled .notification-toggle-slider{transform:translate(26px)}.notification-toggle-btn:hover{opacity:.8}.notification-toggle-btn:active{transform:scale(.95)}.notification-volume-control{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.notification-volume-slider{flex:1;height:6px;border-radius:3px;background:#e5e7eb;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.notification-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;box-shadow:0 2px 4px #0003}.notification-volume-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;border:none;box-shadow:0 2px 4px #0003}.notification-volume-slider:disabled{opacity:.5;cursor:not-allowed}.notification-volume-value{min-width:40px;text-align:right;font-weight:600;color:#667eea;font-size:.875rem}.notification-duration-control{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.notification-duration-slider{flex:1;height:6px;border-radius:3px;background:#e5e7eb;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.notification-duration-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;box-shadow:0 2px 4px #0003}.notification-duration-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;border:none;box-shadow:0 2px 4px #0003}.notification-duration-slider:disabled{opacity:.5;cursor:not-allowed}.notification-duration-value{min-width:40px;text-align:right;font-weight:600;color:#667eea;font-size:.875rem}.notification-test-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.875rem}.notification-test-button:hover:not(.disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.notification-test-button:active:not(.disabled){transform:translateY(0)}.notification-test-button.disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.notification-test-button.testing{background:#10b981;animation:notification-pulse 1s infinite}@keyframes notification-pulse{0%,to{opacity:1}50%{opacity:.7}}.notification-test-icon{font-size:1rem}.notification-settings-footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;background:#f9fafb}.notification-settings-save{padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.notification-settings-save:hover{background:#5a67d8;transform:translateY(-1px)}@media (max-width: 640px){.notification-settings-modal{width:95%;margin:1rem}.notification-settings-content,.notification-settings-header,.notification-settings-footer{padding:1rem}.notification-volume-control,.notification-duration-control{flex-direction:column;align-items:stretch;gap:.5rem}.notification-volume-value,.notification-duration-value{text-align:center}}:root{--purple-50: #faf5ff;--purple-100: #f3e8ff;--purple-200: #e9d5ff;--purple-300: #d8b4fe;--purple-400: #c084fc;--purple-500: #a855f7;--purple-600: #9333ea;--purple-700: #7c3aed;--purple-800: #6b21a8;--purple-900: #581c87;--purple-950: #3b0764;--pink-400: #f472b6;--pink-500: #ec4899;--indigo-400: #818cf8;--indigo-500: #6366f1;--emerald-400: #34d399;--emerald-500: #10b981;--amber-400: #fbbf24;--amber-500: #f59e0b;--red-400: #f87171;--red-500: #ef4444;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--white: #ffffff;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-purple: 0 10px 15px -3px rgb(168 85 247 / .1), 0 4px 6px -4px rgb(168 85 247 / .1);--radius-sm: .375rem;--radius: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem;--gradient-purple: linear-gradient(135deg, var(--purple-500) 0%, var(--purple-700) 100%);--gradient-purple-light: linear-gradient(135deg, var(--purple-100) 0%, var(--purple-200) 100%);--gradient-bg: linear-gradient(135deg, var(--purple-50) 0%, var(--gray-50) 100%)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--gray-900)}.pedidos-page-wrapper{min-height:100vh;background:var(--gradient-bg);padding:1.5rem;position:relative}.pedidos-main-header{background:var(--white);border-radius:var(--radius-xl);padding:2rem;margin-bottom:2rem;box-shadow:var(--shadow-lg);border:1px solid var(--purple-100);position:relative;overflow:hidden}.pedidos-main-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-purple)}.pedidos-header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.pedidos-title-section{flex:1}.pedidos-main-title{font-size:2.25rem;font-weight:800;color:var(--purple-900);margin:0 0 .5rem;display:flex;align-items:center;gap:.75rem;letter-spacing:-.025em}.pedidos-title-icon{color:var(--purple-500);font-size:2rem}.pedidos-subtitle{color:var(--gray-600);font-size:1.125rem;font-weight:500;margin:0}.pedidos-stats-section{display:flex;align-items:center;gap:1rem}.pedidos-stat-card{background:var(--gradient-purple-light);border:2px solid var(--purple-200);border-radius:var(--radius-lg);padding:1.5rem;text-align:center;min-width:120px;box-shadow:var(--shadow)}.pedidos-stat-number{display:block;font-size:2rem;font-weight:800;color:var(--purple-700);line-height:1;margin-bottom:.25rem}.pedidos-stat-label{font-size:.875rem;font-weight:600;color:var(--purple-600);text-transform:uppercase;letter-spacing:.05em}.pedidos-refresh-btn{background:var(--gradient-purple);color:var(--white);border:none;border-radius:var(--radius-lg);width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-purple);font-size:1.25rem}.pedidos-refresh-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.pedidos-notification-btn{background:linear-gradient(135deg,#f59e0b,#d97706);color:var(--white);border:none;border-radius:var(--radius-lg);width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #f59e0b4d;font-size:1.25rem;margin-left:.5rem}.pedidos-notification-btn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #f59e0b66}.pedidos-filters-container{background:var(--white);border-radius:var(--radius-xl);padding:1.5rem;margin-bottom:2rem;box-shadow:var(--shadow);border:1px solid var(--purple-100)}.pedidos-filters-scroll{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:var(--purple-300) var(--gray-100)}.pedidos-filters-scroll::-webkit-scrollbar{height:6px}.pedidos-filters-scroll::-webkit-scrollbar-track{background:var(--gray-100);border-radius:var(--radius)}.pedidos-filters-scroll::-webkit-scrollbar-thumb{background:var(--purple-300);border-radius:var(--radius)}.pedidos-filter-option{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;background:var(--gray-50);border:2px solid var(--gray-200);border-radius:var(--radius-lg);color:var(--gray-700);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:fit-content}.pedidos-filter-option:hover{background:var(--purple-50);border-color:var(--purple-300);color:var(--purple-700);transform:translateY(-1px)}.pedidos-filter-active{background:var(--gradient-purple);color:var(--white);border-color:var(--purple-500);box-shadow:var(--shadow-purple)}.pedidos-filter-option svg{width:1.125rem;height:1.125rem}.pedidos-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1.5rem}.pedidos-loading-spinner{width:4rem;height:4rem;border:4px solid var(--purple-200);border-top:4px solid var(--purple-500);border-radius:50%;animation:pedidos-spin 1s linear infinite}@keyframes pedidos-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pedidos-loading-text{color:var(--purple-700);font-size:1.125rem;font-weight:600;margin:0}.pedidos-error-container{background:var(--red-500);color:var(--white);padding:1rem 1.5rem;border-radius:var(--radius-lg);margin-bottom:1.5rem;text-align:center;box-shadow:var(--shadow)}.pedidos-error-text{margin:0;font-weight:600}.pedidos-empty-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;gap:1.5rem;background:var(--white);border-radius:var(--radius-xl);padding:3rem;box-shadow:var(--shadow);border:1px solid var(--purple-100)}.pedidos-empty-icon{font-size:4rem;opacity:.7}.pedidos-empty-title{color:var(--purple-800);font-size:1.5rem;font-weight:700;margin:0}.pedidos-empty-text{color:var(--gray-600);font-size:1rem;margin:0}.pedidos-grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem;margin-bottom:2rem}.pedidos-card{background:var(--white);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow);border:1px solid var(--purple-100);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.pedidos-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-purple)}.pedidos-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--purple-300)}.pedidos-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.pedidos-card-id{display:flex;flex-direction:column;align-items:flex-start}.pedidos-card-badges{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.pedidos-promotion-badge{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#92400e;border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;border:1px solid #f59e0b;box-shadow:var(--shadow-sm)}.pedidos-promotion-badge svg{width:.875rem;height:.875rem}.pedidos-id-number{font-size:1.5rem;font-weight:800;color:var(--purple-700);line-height:1}.pedidos-id-label{font-size:.75rem;font-weight:600;color:var(--purple-500);text-transform:uppercase;letter-spacing:.1em}.pedidos-status-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-lg);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:2px solid}.pedidos-status-badge svg{width:1rem;height:1rem}.pedidos-customer-section{margin-bottom:1.5rem}.pedidos-customer-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.5rem;background:var(--gray-50);border-radius:var(--radius);border:1px solid var(--gray-200)}.pedidos-customer-row:last-child{margin-bottom:0}.pedidos-customer-icon{width:1.125rem;height:1.125rem;color:var(--purple-500);flex-shrink:0}.pedidos-customer-text{color:var(--gray-700);font-size:.875rem;font-weight:500;line-height:1.4;word-break:break-word}.pedidos-items-section{margin-bottom:1.5rem}.pedidos-items-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--purple-100)}.pedidos-items-icon{width:1.125rem;height:1.125rem;color:var(--purple-500)}.pedidos-items-title{font-size:.875rem;font-weight:700;color:var(--purple-700);text-transform:uppercase;letter-spacing:.05em}.pedidos-items-count{background:var(--purple-100);color:var(--purple-700);padding:.25rem .5rem;border-radius:var(--radius);font-size:.75rem;font-weight:600}.pedidos-items-list{display:flex;flex-direction:column;gap:.5rem}.pedidos-item-preview{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--purple-50);border-radius:var(--radius);border:1px solid var(--purple-200)}.pedidos-item-name{color:var(--purple-800);font-weight:600;font-size:.875rem;flex:1}.pedidos-item-quantity{background:var(--purple-500);color:var(--white);padding:.25rem .5rem;border-radius:var(--radius);font-size:.75rem;font-weight:700;margin-left:.5rem}.pedidos-more-items{text-align:center;color:var(--purple-600);font-size:.75rem;font-weight:600;font-style:italic;padding:.5rem;background:var(--purple-100);border-radius:var(--radius)}.pedidos-total-section{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:var(--gradient-purple-light);border-radius:var(--radius-lg);margin-bottom:1.5rem;border:2px solid var(--purple-200)}.pedidos-total-label{font-size:.875rem;font-weight:700;color:var(--purple-700);text-transform:uppercase;letter-spacing:.05em}.pedidos-total-value{font-size:1.25rem;font-weight:800;color:var(--purple-800)}.pedidos-actions-section{display:flex;gap:.75rem;flex-wrap:wrap}.pedidos-view-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;background:var(--gray-100);color:var(--gray-700);border:2px solid var(--gray-300);border-radius:var(--radius-lg);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1;justify-content:center;min-width:fit-content}.pedidos-view-btn:hover{background:var(--gray-200);border-color:var(--gray-400);transform:translateY(-1px)}.pedidos-action-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;border:none;border-radius:var(--radius-lg);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1;justify-content:center;min-width:fit-content;position:relative}.pedidos-action-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.pedidos-action-btn:not(:disabled):hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.pedidos-confirm-btn{background:var(--gradient-purple);color:var(--white)}.pedidos-confirm-btn:hover{background:var(--purple-700)}.pedidos-cancel-btn{background:var(--red-500);color:var(--white)}.pedidos-cancel-btn:hover{background:var(--red-600)}.pedidos-prepare-btn{background:var(--pink-500);color:var(--white)}.pedidos-prepare-btn:hover{background:var(--pink-600)}.pedidos-ready-btn{background:var(--emerald-500);color:var(--white)}.pedidos-ready-btn:hover{background:var(--emerald-600)}.pedidos-deliver-btn{background:var(--indigo-500);color:var(--white)}.pedidos-deliver-btn:hover{background:var(--indigo-600)}.pedidos-print-btn{background:var(--amber-500);color:var(--white)}.pedidos-print-btn:hover{background:var(--amber-600)}.pedidos-action-btn svg{width:1rem;height:1rem}.pedidos-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pedidos-modal-content{background:var(--white);border-radius:var(--radius-2xl);max-width:90vw;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-xl);border:1px solid var(--purple-200);animation:pedidos-modal-slide-in .4s cubic-bezier(.4,0,.2,1);position:relative}.pedidos-modal-content:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:var(--gradient-purple);border-radius:var(--radius-2xl) var(--radius-2xl) 0 0}@keyframes pedidos-modal-slide-in{0%{opacity:0;transform:scale(.9) translateY(-30px)}to{opacity:1;transform:scale(1) translateY(0)}}.pedidos-modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1.5rem;border-bottom:2px solid var(--purple-100);position:sticky;top:0;background:var(--white);z-index:10}.pedidos-modal-title{font-size:1.5rem;font-weight:700;color:var(--purple-900);margin:0;display:flex;align-items:center;gap:.75rem}.pedidos-modal-icon{color:var(--purple-500);font-size:1.25rem}.pedidos-modal-close{background:var(--gray-100);border:none;font-size:1.5rem;color:var(--gray-500);cursor:pointer;padding:.75rem;border-radius:var(--radius-lg);transition:all .3s ease;line-height:1;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center}.pedidos-modal-close:hover{background:var(--red-500);color:var(--white);transform:scale(1.1)}.pedidos-modal-body{padding:2rem}.pedidos-modal-status-section{margin-bottom:2rem;text-align:center}.pedidos-modal-status-badge{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:var(--radius-xl);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border:3px solid;box-shadow:var(--shadow)}.pedidos-modal-status-badge svg{width:1.25rem;height:1.25rem}.pedidos-modal-info-section{display:flex;flex-direction:column;gap:2.5rem}.pedidos-modal-info-group{background:var(--purple-50);border-radius:var(--radius-xl);padding:1.5rem;border:2px solid var(--purple-200)}.pedidos-modal-group-title{font-size:1.125rem;font-weight:700;color:var(--purple-800);margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--purple-300);text-transform:uppercase;letter-spacing:.05em}.pedidos-modal-info-item{display:flex;align-items:center;gap:1rem;padding:1rem;margin-bottom:.75rem;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--purple-200)}.pedidos-modal-info-item:last-child{margin-bottom:0}.pedidos-modal-info-icon{width:1.25rem;height:1.25rem;color:var(--purple-500);flex-shrink:0}.pedidos-modal-info-text{color:var(--purple-800);font-size:.875rem;font-weight:500;line-height:1.4}.pedidos-modal-items-detail{display:flex;flex-direction:column;gap:1rem}.pedidos-modal-item-detail{background:var(--white);border-radius:var(--radius-lg);padding:1.25rem;border:2px solid var(--purple-200)}.pedidos-modal-item-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.pedidos-modal-item-number{background:var(--gradient-purple);color:var(--white);width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0}.pedidos-modal-item-name{font-weight:700;color:var(--purple-800);flex:1;font-size:1rem}.pedidos-modal-item-quantity{background:var(--emerald-500);color:var(--white);padding:.375rem .75rem;border-radius:var(--radius);font-size:.875rem;font-weight:700}.pedidos-modal-item-ingredients{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--purple-200)}.pedidos-modal-ingredient-group{font-size:.875rem;color:var(--purple-700);margin-bottom:.5rem;padding:.5rem;background:var(--purple-50);border-radius:var(--radius);border:1px solid var(--purple-200)}.pedidos-modal-item-notes{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--purple-200);font-size:.875rem;color:var(--amber-600);font-style:italic;background:var(--amber-50);padding:.75rem;border-radius:var(--radius);border:1px solid var(--amber-200)}.pedidos-modal-total-section{display:flex;justify-content:space-between;align-items:center;padding:2rem;background:var(--gradient-purple);border-radius:var(--radius-xl);margin-top:1rem;box-shadow:var(--shadow-purple)}.pedidos-modal-total-label{font-size:1rem;font-weight:700;color:var(--white);text-transform:uppercase;letter-spacing:.1em}.pedidos-modal-total-value{font-size:1.5rem;font-weight:800;color:var(--white)}.pedidos-modal-extras-section{margin-top:12px;padding:12px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #10b981;border-radius:8px}.pedidos-modal-extras-header{margin-bottom:8px}.pedidos-modal-extras-title{color:#10b981;font-weight:700;font-size:14px}.pedidos-modal-extras-group{color:#059669;font-size:13px;margin-bottom:4px}.pedidos-modal-extras-group:last-child{margin-bottom:0}.pedidos-modal-extras-group strong{color:#10b981;font-weight:600}.pedidos-modal-ingredient-group{color:#374151;font-size:13px;margin-bottom:4px}.pedidos-modal-ingredient-group:last-child{margin-bottom:0}.pedidos-modal-ingredient-group strong{color:#1f2937;font-weight:600}.pedidos-modal-badges{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.pedidos-modal-promotion-badge{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#92400e;border-radius:var(--radius);font-size:.875rem;font-weight:600;border:1px solid #f59e0b;box-shadow:var(--shadow)}.pedidos-modal-promotion-badge svg{width:1rem;height:1rem}@media (max-width: 1024px){.pedidos-grid-container{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}}@media (max-width: 768px){.pedidos-page-wrapper{padding:1rem}.pedidos-main-header{padding:1.5rem;margin-bottom:1.5rem}.pedidos-header-content{flex-direction:column;gap:1.5rem;align-items:flex-start}.pedidos-main-title{font-size:1.875rem}.pedidos-stats-section{width:100%;justify-content:space-between}.pedidos-filters-container{padding:1rem;margin-bottom:1.5rem}.pedidos-grid-container{grid-template-columns:1fr;gap:1rem}.pedidos-card{padding:1.5rem}.pedidos-actions-section{flex-direction:column}.pedidos-action-btn{width:100%}.pedidos-modal-content{max-width:95vw;max-height:95vh}.pedidos-modal-header,.pedidos-modal-body{padding:1.5rem}.pedidos-modal-info-section{gap:2rem}.pedidos-modal-total-section{flex-direction:column;gap:.5rem;text-align:center}}@media (max-width: 480px){.pedidos-page-wrapper{padding:.75rem}.pedidos-main-header{padding:1rem}.pedidos-main-title{font-size:1.5rem}.pedidos-subtitle{font-size:1rem}.pedidos-stat-card{padding:1rem;min-width:100px}.pedidos-stat-number{font-size:1.5rem}.pedidos-filter-option{padding:.75rem 1rem;font-size:.8125rem}.pedidos-card{padding:1rem}.pedidos-card-header{flex-direction:column;align-items:flex-start;gap:1rem}.pedidos-card-badges{flex-direction:row;gap:.25rem;align-self:flex-end}.pedidos-promotion-badge{font-size:.5rem;padding:.125rem .375rem}.pedidos-status-badge{align-self:flex-end}.pedidos-customer-row{font-size:.8125rem}.pedidos-action-btn{padding:.75rem 1rem;font-size:.8125rem}.pedidos-modal-content{max-width:100vw;max-height:100vh;border-radius:0}.pedidos-modal-overlay{padding:0}.pedidos-modal-header,.pedidos-modal-body{padding:1rem}}@media (max-width: 768px){.pedidos-page-wrapper{padding:.75rem}.pedidos-main-header{padding:1.25rem;margin-bottom:1.25rem}.pedidos-header-content{flex-direction:column;gap:1.25rem;align-items:stretch}.pedidos-title-section{text-align:center}.pedidos-main-title{font-size:1.75rem;justify-content:center}.pedidos-subtitle{font-size:1rem;text-align:center}.pedidos-stats-section{width:100%;justify-content:space-between;gap:.75rem}.pedidos-stat-card{padding:1.25rem;min-width:110px;flex:1}.pedidos-stat-number{font-size:1.75rem}.pedidos-refresh-btn,.pedidos-notification-btn{width:3rem;height:3rem;font-size:1.125rem}.pedidos-filters-container{padding:1rem;margin-bottom:1.25rem}.pedidos-filters-scroll{gap:.75rem}.pedidos-filter-option{padding:.875rem 1rem;font-size:.8125rem;min-width:auto;flex-shrink:0}.pedidos-grid-container{grid-template-columns:1fr;gap:1rem}.pedidos-card{padding:1.25rem}.pedidos-card-header{flex-direction:column;align-items:flex-start;gap:1rem}.pedidos-card-badges{flex-direction:row;gap:.5rem;align-self:flex-end}.pedidos-status-badge{font-size:.6875rem;padding:.375rem .75rem}.pedidos-promotion-badge{font-size:.625rem;padding:.25rem .5rem}.pedidos-customer-section{margin-bottom:1.25rem}.pedidos-customer-row{padding:.75rem;margin-bottom:.5rem}.pedidos-customer-text{font-size:.8125rem}.pedidos-items-section{margin-bottom:1.25rem}.pedidos-items-header{margin-bottom:.875rem}.pedidos-item-preview{padding:.625rem}.pedidos-item-name{font-size:.8125rem}.pedidos-total-section{padding:1rem;margin-bottom:1.25rem}.pedidos-total-value{font-size:1.125rem}.pedidos-actions-section{flex-direction:column;gap:.625rem}.pedidos-view-btn,.pedidos-action-btn{width:100%;padding:1rem 1.25rem;font-size:.875rem;min-height:3rem}.pedidos-modal-content{max-width:95vw;max-height:90vh;margin:1rem}.pedidos-modal-header,.pedidos-modal-body{padding:1.25rem}.pedidos-modal-title{font-size:1.25rem}.pedidos-modal-info-section{gap:1.75rem}.pedidos-modal-info-group{padding:1.25rem}.pedidos-modal-group-title{font-size:1rem;margin-bottom:1.25rem}.pedidos-modal-info-item{padding:.875rem;margin-bottom:.625rem}.pedidos-modal-info-text{font-size:.8125rem}.pedidos-modal-item-detail{padding:1rem}.pedidos-modal-item-header{gap:.75rem;margin-bottom:.875rem}.pedidos-modal-item-name{font-size:.9375rem}.pedidos-modal-total-section{padding:1.5rem;flex-direction:column;gap:.5rem;text-align:center}.pedidos-modal-total-value{font-size:1.25rem}.pedidos-empty-container{padding:2rem 1.25rem}.pedidos-empty-icon{font-size:3.5rem}.pedidos-empty-title{font-size:1.375rem}}@media (max-width: 480px){.pedidos-page-wrapper{padding:.5rem}.pedidos-main-header{padding:1rem;margin-bottom:1rem}.pedidos-main-title{font-size:1.5rem}.pedidos-subtitle{font-size:.875rem}.pedidos-stats-section{gap:.5rem}.pedidos-stat-card{padding:1rem;min-width:90px}.pedidos-stat-number{font-size:1.5rem}.pedidos-stat-label{font-size:.75rem}.pedidos-refresh-btn,.pedidos-notification-btn{width:2.75rem;height:2.75rem;font-size:1rem}.pedidos-filters-container{padding:.875rem;margin-bottom:1rem}.pedidos-filter-option{padding:.75rem .875rem;font-size:.75rem}.pedidos-card{padding:1rem}.pedidos-id-number{font-size:1.25rem}.pedidos-status-badge{font-size:.625rem;padding:.25rem .5rem}.pedidos-promotion-badge{font-size:.5625rem;padding:.125rem .375rem}.pedidos-customer-row{padding:.625rem;margin-bottom:.375rem}.pedidos-customer-text{font-size:.75rem}.pedidos-items-header{margin-bottom:.75rem}.pedidos-items-title{font-size:.8125rem}.pedidos-item-preview{padding:.5rem}.pedidos-item-name{font-size:.75rem}.pedidos-total-section{padding:.875rem;margin-bottom:1rem}.pedidos-total-label{font-size:.8125rem}.pedidos-total-value{font-size:1rem}.pedidos-actions-section{gap:.5rem}.pedidos-view-btn,.pedidos-action-btn{padding:.875rem 1rem;font-size:.8125rem;min-height:2.75rem}.pedidos-modal-header,.pedidos-modal-body{padding:1rem}.pedidos-modal-title{font-size:1.125rem}.pedidos-modal-info-group{padding:1rem}.pedidos-modal-group-title{font-size:.9375rem;margin-bottom:1rem}.pedidos-modal-info-item{padding:.75rem;margin-bottom:.5rem}.pedidos-modal-info-text{font-size:.75rem}.pedidos-modal-item-detail{padding:.875rem}.pedidos-modal-item-name{font-size:.875rem}.pedidos-modal-total-section{padding:1.25rem}.pedidos-modal-total-value{font-size:1.125rem}.pedidos-empty-container{padding:1.5rem 1rem}.pedidos-empty-icon{font-size:3rem}.pedidos-empty-title{font-size:1.25rem}.pedidos-empty-text{font-size:.875rem}}@media (max-width: 360px){.pedidos-page-wrapper{padding:.25rem}.pedidos-main-header{padding:.875rem}.pedidos-main-title{font-size:1.375rem}.pedidos-subtitle{font-size:.8125rem}.pedidos-stats-section{gap:.375rem}.pedidos-stat-card{padding:.875rem;min-width:80px}.pedidos-stat-number{font-size:1.375rem}.pedidos-refresh-btn,.pedidos-notification-btn{width:2.5rem;height:2.5rem;font-size:.9375rem}.pedidos-filters-container{padding:.75rem}.pedidos-filter-option{padding:.625rem .75rem;font-size:.6875rem}.pedidos-card{padding:.875rem}.pedidos-id-number{font-size:1.125rem}.pedidos-status-badge{font-size:.5625rem;padding:.1875rem .375rem}.pedidos-promotion-badge{font-size:.5rem;padding:.125rem .25rem}.pedidos-customer-row{padding:.5rem;margin-bottom:.25rem}.pedidos-customer-text{font-size:.6875rem}.pedidos-item-preview{padding:.375rem}.pedidos-item-name{font-size:.6875rem}.pedidos-total-section{padding:.75rem}.pedidos-total-label{font-size:.75rem}.pedidos-total-value{font-size:.9375rem}.pedidos-view-btn,.pedidos-action-btn{padding:.75rem .875rem;font-size:.75rem;min-height:2.5rem}.pedidos-modal-header,.pedidos-modal-body{padding:.875rem}.pedidos-modal-title{font-size:1rem}.pedidos-modal-info-group{padding:.875rem}.pedidos-modal-group-title{font-size:.875rem}.pedidos-modal-info-item{padding:.625rem}.pedidos-modal-info-text{font-size:.6875rem}.pedidos-modal-item-detail{padding:.75rem}.pedidos-modal-item-name{font-size:.8125rem}.pedidos-modal-total-section{padding:1rem}.pedidos-modal-total-value{font-size:1rem}.pedidos-empty-container{padding:1.25rem .875rem}.pedidos-empty-icon{font-size:2.5rem}.pedidos-empty-title{font-size:1.125rem}}@media (max-width: 768px) and (orientation: landscape){.pedidos-page-wrapper{padding:.5rem}.pedidos-main-header{padding:1rem;margin-bottom:1rem}.pedidos-header-content{flex-direction:row;align-items:center;gap:1rem}.pedidos-main-title{font-size:1.5rem;justify-content:flex-start}.pedidos-subtitle{font-size:.875rem;text-align:left}.pedidos-stats-section{gap:.5rem}.pedidos-stat-card{padding:1rem;min-width:100px}.pedidos-stat-number{font-size:1.5rem}.pedidos-grid-container{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.75rem}.pedidos-card{padding:1rem}.pedidos-card-header{flex-direction:row;align-items:center;gap:.75rem}.pedidos-modal-content{max-height:85vh}}@media (max-width: 768px){.pedidos-refresh-btn,.pedidos-notification-btn,.pedidos-filter-option,.pedidos-view-btn,.pedidos-action-btn,.pedidos-modal-close{min-height:44px;touch-action:manipulation}.pedidos-card{touch-action:manipulation}.pedidos-filters-scroll,.pedidos-modal-content{-webkit-overflow-scrolling:touch}}.pedidos-card,.pedidos-filter-option,.pedidos-action-btn,.pedidos-modal-close{transition:all .3s cubic-bezier(.4,0,.2,1)}.pedidos-modal-content::-webkit-scrollbar{width:8px}.pedidos-modal-content::-webkit-scrollbar-track{background:var(--purple-100);border-radius:var(--radius)}.pedidos-modal-content::-webkit-scrollbar-thumb{background:var(--purple-400);border-radius:var(--radius)}.pedidos-modal-content::-webkit-scrollbar-thumb:hover{background:var(--purple-500)}.pedidos-action-btn:focus,.pedidos-filter-option:focus,.pedidos-modal-close:focus{outline:3px solid var(--purple-400);outline-offset:2px}.pedidos-card:hover .pedidos-id-number{color:var(--purple-500)}.pedidos-action-btn:disabled:after{content:"";position:absolute;top:50%;left:50%;width:1rem;height:1rem;margin:-.5rem 0 0 -.5rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:pedidos-spin 1s linear infinite}.pedidos-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}.pedidos-modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a;border:1px solid #e2e8f0}.pedidos-date-section{padding:12px 16px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:8px;margin:12px 0;border:1px solid #e2e8f0}.pedidos-date-content{display:flex;align-items:center;gap:8px}.pedidos-date-icon{color:#64748b;font-size:16px;flex-shrink:0}.pedidos-date-info{display:flex;flex-direction:column;gap:2px}.pedidos-date-label{font-size:11px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.pedidos-date-value{font-size:13px;color:#1e293b;font-weight:600}.pedidos-modal-datetime{display:flex;align-items:center;gap:8px;padding:8px 12px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:6px;margin-left:auto;margin-right:40px;border:1px solid #cbd5e1}.pedidos-modal-datetime-icon{color:#475569;font-size:14px;flex-shrink:0}.pedidos-modal-datetime-info{display:flex;flex-direction:column;gap:1px}.pedidos-modal-datetime-label{font-size:10px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.pedidos-modal-datetime-value{font-size:12px;color:#334155;font-weight:600}.pedidos-modal-date-section{padding:16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:8px;margin-top:16px;border:1px solid #e2e8f0}.pedidos-modal-date-content{display:flex;align-items:center;gap:10px}.pedidos-modal-date-icon{color:#64748b;font-size:18px;flex-shrink:0}.pedidos-modal-date-info{display:flex;flex-direction:column;gap:3px}.pedidos-modal-date-label{font-size:12px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.pedidos-modal-date-value{font-size:14px;color:#1e293b;font-weight:600}.pedidos-pagination-container{margin:32px 0;padding:0 16px}.pedidos-pagination-content{display:flex;align-items:center;justify-content:center;gap:20px;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:12px;padding:16px 24px;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0}.pedidos-pagination-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 2px 4px #8b5cf633}.pedidos-pagination-btn:hover:not(.pedidos-pagination-disabled){transform:translateY(-1px);box-shadow:0 4px 8px #8b5cf64d;background:linear-gradient(135deg,#7c3aed,#6d28d9)}.pedidos-pagination-btn:active:not(.pedidos-pagination-disabled){transform:translateY(0);box-shadow:0 2px 4px #8b5cf633}.pedidos-pagination-btn.pedidos-pagination-disabled{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);color:#94a3b8;cursor:not-allowed;box-shadow:none;transform:none}.pedidos-pagination-icon{font-size:16px;flex-shrink:0}.pedidos-pagination-info{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:80px}.pedidos-pagination-current{font-size:16px;font-weight:700;color:#1e293b}.pedidos-pagination-total{font-size:12px;color:#64748b;font-weight:500}@media (max-width: 768px){.pedidos-pagination-content{flex-direction:column;gap:16px;padding:20px 16px}.pedidos-pagination-btn{width:100%;justify-content:center;padding:12px 20px}.pedidos-pagination-info{order:-1;margin-bottom:8px}.pedidos-date-content{flex-direction:column;align-items:flex-start;gap:6px}.pedidos-modal-datetime{margin:8px 0;justify-content:center}}@media (max-width: 480px){.pedidos-pagination-container{padding:0 8px}.pedidos-pagination-content{padding:16px 12px}.pedidos-date-section{padding:10px 12px}.pedidos-modal-date-section{padding:12px}}:root{--primary: #6366f1;--primary-dark: #4f46e5;--primary-light: #818cf8;--secondary: #8b5cf6;--success: #10b981;--error: #ef4444;--warning: #f59e0b;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--border: #e2e8f0;--border-light: #f1f5f9;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius: 8px;--radius-lg: 12px;--transition: all .2s ease}.settings-page{max-width:1000px;margin:0 auto;padding:2rem;background:var(--bg-secondary);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.settings-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.loading-spinner{width:32px;height:32px;border:3px solid var(--border);border-top:3px solid var(--primary);border-radius:50%;animation:spin 1s linear infinite}.settings-loading p{color:var(--text-secondary);font-size:.875rem;margin:0}.settings-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.settings-title h1{color:var(--text-primary);font-size:1.875rem;font-weight:700;margin:0 0 .25rem;line-height:1.2}.settings-title p{color:var(--text-secondary);font-size:.875rem;margin:0}.settings-edit-button{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;border:none;padding:.625rem 1.25rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition);box-shadow:var(--shadow)}.settings-edit-button:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.settings-edit-button svg{width:16px;height:16px}.settings-message{padding:.75rem 1rem;border-radius:var(--radius);margin-bottom:1.5rem;font-size:.875rem;font-weight:500}.settings-error{background:#fef2f2;color:var(--error);border:1px solid #fecaca}.settings-success{background:#f0fdf4;color:var(--success);border:1px solid #bbf7d0}.settings-form{display:flex;flex-direction:column;gap:1.5rem}.settings-card{background:var(--bg-primary);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow);border:1px solid var(--border)}.settings-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light)}.settings-card-header svg{width:20px;height:20px;color:var(--primary)}.settings-card-header h2{color:var(--text-primary);font-size:1.125rem;font-weight:600;margin:0}.settings-logo-section{display:flex;flex-direction:column;align-items:center;gap:1rem}.settings-logo-preview{width:100px;height:100px;border-radius:var(--radius);overflow:hidden;border:2px dashed var(--border);display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary)}.settings-logo-preview img{width:100%;height:100%;object-fit:cover}.settings-logo-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-muted)}.settings-logo-placeholder svg{width:24px;height:24px;color:var(--primary)}.settings-file-upload{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;padding:.5rem 1rem;border-radius:var(--radius);cursor:pointer;transition:var(--transition);font-size:.875rem;font-weight:500}.settings-file-upload:hover{background:var(--primary-dark)}.settings-file-upload input{display:none}.settings-fields-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.settings-field-full{grid-column:1 / -1}.settings-field{display:flex;flex-direction:column;gap:.5rem}.settings-field label{display:flex;align-items:center;gap:.5rem;color:var(--text-primary);font-weight:500;font-size:.875rem}.settings-field label svg{width:16px;height:16px;color:var(--primary)}.settings-field input,.settings-field select{padding:.625rem .875rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem;transition:var(--transition);background:var(--bg-primary)}.settings-field input:focus,.settings-field select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.settings-field input:disabled,.settings-field select:disabled{background:var(--bg-tertiary);color:var(--text-muted);cursor:not-allowed}.settings-link-container{margin-top:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:var(--radius-lg);padding:1.5rem;color:#fff;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.settings-link-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);pointer-events:none}.settings-link-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;position:relative;z-index:1}.settings-link-icon{width:48px;height:48px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.settings-link-icon svg{width:24px;height:24px;color:#fff}.settings-link-info h4{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#fff}.settings-link-info p{margin:0;font-size:.875rem;color:#ffffffe6;line-height:1.5}.settings-link-display{position:relative;z-index:1}.settings-link-url{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:1rem;margin-bottom:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.settings-link-url span{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;color:#fff;word-break:break-all;line-height:1.4;font-weight:500}.settings-link-actions{display:flex;gap:.75rem;flex-wrap:wrap}.settings-link-action-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:var(--radius);cursor:pointer;transition:all .3s ease;font-size:.875rem;font-weight:500;text-decoration:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.settings-link-action-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.settings-link-action-button:hover:before{left:100%}.settings-link-action-button.copy-button{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.settings-link-action-button.copy-button:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.settings-link-action-button.whatsapp-button{background:#25d366;color:#fff;border:1px solid #25d366}.settings-link-action-button.whatsapp-button:hover{background:#128c7e;border-color:#128c7e;transform:translateY(-2px);box-shadow:0 8px 25px #25d3664d}.settings-link-action-button svg{width:18px;height:18px;flex-shrink:0}.settings-link-action-button span{font-weight:500}@media (max-width: 768px){.settings-link-container{padding:1.25rem}.settings-link-header{flex-direction:column;text-align:center;gap:.75rem}.settings-link-icon{align-self:center}.settings-link-actions{flex-direction:column}.settings-link-action-button{justify-content:center}}@media (max-width: 480px){.settings-link-container{padding:1rem}.settings-link-icon{width:40px;height:40px}.settings-link-icon svg{width:20px;height:20px}.settings-link-info h4{font-size:1rem}.settings-link-info p{font-size:.8rem}}.settings-payment-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.settings-payment-option{border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;transition:var(--transition);background:var(--bg-primary)}.settings-payment-option.active{border-color:var(--primary);background:#6366f10d}.settings-payment-option label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;font-size:.875rem}.settings-payment-option input{display:none}.payment-icon{width:32px;height:32px;border-radius:var(--radius);background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem}.settings-pix-key{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-light)}.settings-pix-key label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary);font-size:.875rem}.settings-pix-key input{width:100%;padding:.625rem .875rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem}.settings-add-button{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;border:none;padding:.5rem .75rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition)}.settings-add-button:hover{background:var(--primary-dark)}.settings-hours-container{margin-top:1rem}.settings-hours-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem}.settings-hour-card{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:var(--transition);box-shadow:var(--shadow-sm)}.settings-hour-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.settings-hour-card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff}.settings-day-badge{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem}.settings-day-badge svg{width:18px;height:18px}.settings-day-select{background:transparent;border:none;color:#fff;font-weight:600;font-size:.875rem;cursor:pointer;padding:.25rem .5rem;border-radius:var(--radius);transition:var(--transition);outline:none}.settings-day-select:hover{background:#ffffff1a}.settings-day-select:focus{background:#fff3;box-shadow:0 0 0 2px #ffffff4d}.settings-day-select option{background:var(--bg-primary);color:var(--text-primary);padding:.5rem}.settings-remove-button{background:#fff3;color:#fff;border:none;padding:.375rem;border-radius:var(--radius);cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.settings-remove-button:hover{background:#ffffff4d;transform:scale(1.05)}.settings-remove-button svg{width:16px;height:16px}.settings-hour-content{padding:1.25rem}.settings-time-display{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.settings-time-block{display:flex;align-items:center;gap:.75rem;flex:1}.settings-time-icon{width:40px;height:40px;border-radius:50%;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.settings-time-icon svg{width:20px;height:20px}.settings-time-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.settings-time-info label{font-size:.75rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.settings-time-input{padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem;font-weight:500;transition:var(--transition);background:var(--bg-primary)}.settings-time-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.settings-time-input:disabled{background:var(--bg-tertiary);color:var(--text-muted);cursor:not-allowed}.settings-time-separator{display:flex;align-items:center;justify-content:center;padding:0 .5rem}.settings-time-separator span{font-size:.75rem;font-weight:500;color:var(--text-muted);background:var(--bg-tertiary);padding:.25rem .5rem;border-radius:var(--radius)}.settings-next-day-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fef3c7;color:#92400e;border-radius:var(--radius);font-size:.75rem;font-weight:500;margin-bottom:1rem}.settings-next-day-badge svg{width:16px;height:16px}.settings-hour-status-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.settings-status-toggle{display:flex;align-items:center;gap:.5rem;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:var(--transition);background:var(--bg-primary);font-size:.875rem;font-weight:500}.settings-status-toggle:hover{background:var(--bg-tertiary)}.settings-status-toggle.active{border-color:var(--success);background:#10b9810d;color:var(--success)}.settings-status-toggle.holiday{border-color:var(--warning);background:#f59e0b0d;color:var(--warning)}.settings-status-toggle input{display:none}.settings-status-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.settings-status-toggle.active .settings-status-icon{color:var(--success)}.settings-status-toggle.holiday .settings-status-icon{color:var(--warning)}.settings-no-hours{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 2rem;color:var(--text-muted);border:2px dashed var(--border);border-radius:var(--radius-lg);background:var(--bg-tertiary)}.settings-no-hours-icon{width:64px;height:64px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.settings-no-hours-icon svg{width:32px;height:32px}.settings-no-hours h3{color:var(--text-primary);font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.settings-no-hours p{color:var(--text-secondary);font-size:.875rem;line-height:1.5;margin:0 0 1.5rem;max-width:400px}.settings-add-first-button{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition);box-shadow:var(--shadow)}.settings-add-first-button:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.settings-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid var(--border)}.settings-save-button,.settings-cancel-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:500;cursor:pointer;transition:var(--transition);border:none;font-size:.875rem}.settings-save-button{background:var(--primary);color:#fff;box-shadow:var(--shadow)}.settings-save-button:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.settings-save-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.settings-cancel-button{background:transparent;color:var(--text-secondary);border:1px solid var(--border)}.settings-cancel-button:hover{background:var(--bg-tertiary);color:var(--text-primary)}@media (max-width: 768px){.settings-page{padding:1rem}.settings-header{flex-direction:column;gap:1rem;align-items:stretch}.settings-title h1{font-size:1.5rem}.settings-card{padding:1rem}.settings-fields-grid,.settings-payment-methods,.settings-time-inputs{grid-template-columns:1fr}.settings-actions{flex-direction:column}.settings-hour-header{flex-direction:column;gap:1rem;align-items:stretch}.settings-day-select{max-width:none}.settings-hours-grid{grid-template-columns:1fr}.settings-time-display{flex-direction:column;gap:1rem}.settings-time-separator{transform:rotate(90deg);padding:.5rem 0}.settings-hour-status-grid{grid-template-columns:1fr}.settings-hour-card-header{padding:.875rem 1rem}.settings-hour-content{padding:1rem}}@media (max-width: 480px){.settings-page{padding:.5rem}.settings-card{padding:.75rem}.settings-title h1{font-size:1.25rem}.settings-card-header{flex-direction:column;gap:.5rem;align-items:flex-start}.settings-add-button{width:100%;justify-content:center}.settings-hour-card-header{flex-direction:column;gap:.75rem;align-items:stretch}.settings-day-badge{justify-content:center}.settings-remove-button{align-self:flex-end}.settings-time-block{flex-direction:column;gap:.5rem;text-align:center}.settings-time-icon{width:36px;height:36px}.settings-time-icon svg{width:18px;height:18px}}.settings-edit-button:focus,.settings-add-button:focus,.settings-remove-button:focus,.settings-save-button:focus,.settings-cancel-button:focus{outline:2px solid var(--primary);outline-offset:2px}.settings-share-preview{margin-top:1.5rem;padding:1.25rem;background:#fff;border-radius:16px;border:2px solid #e9ecef;box-shadow:0 4px 20px #00000014}.settings-share-preview-header{display:flex;align-items:center;gap:.875rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f1f3f4}.settings-share-preview-icon{width:44px;height:44px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 2px 8px #667eea4d}.settings-share-preview-icon svg{width:20px;height:20px}.settings-share-preview-info h4{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#1a1a1a}.settings-share-preview-info p{margin:0;color:#666;font-size:.8125rem;line-height:1.4}.settings-share-preview-card{display:flex;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e1e5e9;box-shadow:0 1px 3px #0000001a;max-width:400px;height:80px}.settings-share-preview-image{width:80px;height:80px;flex-shrink:0;background:#f8f9fa;display:flex;align-items:center;justify-content:center;border-right:1px solid #e1e5e9;position:relative}.settings-share-preview-image img{width:100%;height:100%;object-fit:cover}.settings-share-preview-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;background:#f9fafb}.settings-share-preview-placeholder svg{width:24px;height:24px}.settings-share-preview-content{flex:1;padding:.75rem;display:flex;flex-direction:column;justify-content:space-between;min-height:80px}.settings-share-preview-title{margin:0 0 .25rem;font-size:.875rem;font-weight:600;color:#1a1a1a;line-height:1.2}.settings-share-preview-description{margin:0 0 .25rem;font-size:.75rem;color:#666;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.settings-share-preview-url{font-size:.625rem;color:#3b82f6;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;word-break:break-all;opacity:.7}@media (max-width: 768px){.settings-share-preview{padding:1rem}.settings-share-preview-header{flex-direction:column;text-align:center;gap:.75rem}.settings-share-preview-card{max-width:100%;height:70px}.settings-share-preview-image{width:70px;height:70px}.settings-share-preview-content{padding:.625rem;min-height:70px}}@media (max-width: 480px){.settings-share-preview{padding:.875rem;border-radius:12px}.settings-share-preview-icon{width:40px;height:40px}.settings-share-preview-icon svg{width:18px;height:18px}.settings-share-preview-info h4{font-size:.9375rem}.settings-share-preview-info p{font-size:.75rem}.settings-share-preview-card{border-radius:6px;height:60px;max-width:100%}.settings-share-preview-image{width:60px;height:60px}.settings-share-preview-content{padding:.5rem;min-height:60px}.settings-share-preview-title{font-size:.8125rem;margin-bottom:.125rem}.settings-share-preview-description{font-size:.6875rem;margin-bottom:.125rem}.settings-share-preview-url{font-size:.5625rem}}.financeiro-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#333}.blocked-warning{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #fecaca;border-radius:16px;padding:1.5rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;box-shadow:0 10px 30px #ef44441a;animation:slideInDown .5s ease-out}.warning-icon{font-size:2rem;color:#ef4444;flex-shrink:0}.warning-content h3{margin:0 0 .5rem;color:#dc2626;font-weight:700;font-size:1.2rem}.warning-content p{margin:0;color:#7f1d1d;font-size:.95rem;line-height:1.5}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.financeiro-loading,.financeiro-error,.financeiro-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;color:#fff}.loading-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;animation:spin 1s linear infinite}.error-icon,.empty-icon{font-size:2.5rem;margin-bottom:1rem;opacity:.8}.financeiro-header{text-align:center;margin-bottom:2rem}.header-content{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.2)}.header-icon{font-size:2rem;color:gold;margin-bottom:1rem}.financeiro-header h1{color:#fff;font-size:2rem;font-weight:700;margin:0 0 .5rem}.financeiro-header p{color:#fffc;font-size:1rem;margin:0}.status-card{background:#fffffff2;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.2)}.status-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.plan-icon{font-size:2rem;padding:.75rem;border-radius:12px;color:#fff}.plan-icon.premium{background:linear-gradient(135deg,gold,#ffb347)}.plan-icon.basic{background:linear-gradient(135deg,#10b981,#059669)}.plan-icon.enterprise{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.plan-icon.default{background:linear-gradient(135deg,#6b7280,#4b5563)}.status-info{flex:1}.status-info h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;color:#fff}.status-badge.success{background:linear-gradient(135deg,#10b981,#059669)}.status-badge.warning{background:linear-gradient(135deg,#f59e0b,#d97706)}.status-badge.danger{background:linear-gradient(135deg,#ef4444,#dc2626)}.status-badge.default{background:linear-gradient(135deg,#6b7280,#4b5563)}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem}.status-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff80;border-radius:12px;border:1px solid rgba(0,0,0,.05)}.item-icon{font-size:1.2rem;color:#667eea;padding:.5rem;background:#667eea1a;border-radius:8px}.status-item div{flex:1}.item-label{display:block;font-size:.9rem;color:#6b7280;font-weight:500}.item-value{display:block;font-size:1rem;font-weight:600;color:#1f2937}.item-value.success{color:#10b981}.item-value.warning{color:#f59e0b}.item-value.danger{color:#ef4444}.item-value.default{color:#6b7280}.alert-box{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:12px;border:1px solid #fecaca}.alert-box.blocked-alert{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #ef4444;box-shadow:0 4px 12px #ef444433}.alert-icon{font-size:1.5rem;color:#ef4444;margin-top:.2rem}.alert-box h4{margin:0 0 .5rem;color:#dc2626;font-weight:600}.alert-box p{margin:0;color:#7f1d1d;font-size:.9rem}.plans-section{margin-bottom:2rem}.section-header{text-align:center;margin-bottom:2rem}.section-icon{font-size:1.5rem;color:gold;margin-bottom:.5rem}.section-header h2{color:#fff;font-size:1.8rem;font-weight:700;margin:0 0 .5rem}.section-header p{color:#fffc;font-size:1rem;margin:0}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.plan-card{background:#fffffff2;border-radius:16px;padding:2rem;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.2);position:relative;transition:transform .2s ease}.plan-card:hover{transform:translateY(-5px)}.plan-card.current{border:2px solid #10b981;box-shadow:0 10px 30px #10b98133}.plan-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;position:relative}.plan-header h3{font-size:1.3rem;font-weight:700;color:#1f2937;margin:0;flex:1}.current-badge{position:absolute;top:-.5rem;right:-.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.plan-price{text-align:center;margin-bottom:1.5rem}.currency{font-size:1.1rem;color:#6b7280;font-weight:500}.amount{font-size:2.2rem;font-weight:800;color:#1f2937;margin:0 .2rem}.period{font-size:.9rem;color:#6b7280;font-weight:500}.plan-features{margin-bottom:1.5rem}.feature{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9rem;color:#374151}.feature-icon{color:#10b981;font-size:.8rem}.plan-btn{width:100%;padding:1rem;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.plan-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.plan-btn.current{background:linear-gradient(135deg,#9ca3af,#6b7280);cursor:default}.history-section{margin-bottom:2rem}.history-container{background:#fffffff2;border-radius:16px;padding:2rem;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.2)}.history-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.history-card{background:#ffffffb3;border-radius:12px;padding:1.5rem;border:1px solid rgba(0,0,0,.05);transition:transform .2s ease}.history-card:hover{transform:translateY(-3px)}.history-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.history-header h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.history-status{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.history-status.active{background:#10b9811a;color:#059669}.history-status.inactive{background:#ef44441a;color:#dc2626}.history-dates{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.history-dates div{display:flex;flex-direction:column;gap:.25rem}.date-label{font-size:.8rem;color:#6b7280;font-weight:500}.date-value{font-size:.9rem;font-weight:600;color:#1f2937}.history-days{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#ffffff80;border-radius:8px;margin-bottom:1rem}.days-label{font-size:.9rem;color:#6b7280;font-weight:500}.days-value{font-size:.9rem;font-weight:600}.days-value.normal{color:#10b981}.days-value.warning{color:#f59e0b}.history-created{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-top:1px solid rgba(0,0,0,.05)}.created-label{font-size:.8rem;color:#9ca3af;font-weight:500}.created-value{font-size:.8rem;color:#6b7280;font-weight:500}.empty-history{text-align:center;padding:3rem 2rem;color:#6b7280}.empty-history .empty-icon{font-size:2.5rem;margin-bottom:1rem;opacity:.5}.empty-history h3{margin:0 0 .5rem;color:#374151}.empty-history p{margin:0;font-size:.9rem}@media (max-width: 768px){.financeiro-container{padding:1rem}.financeiro-header h1{font-size:1.5rem}.status-grid,.plans-grid,.history-grid,.history-dates{grid-template-columns:1fr}.blocked-warning{flex-direction:column;text-align:center}.warning-icon{margin-bottom:.5rem}}@media (max-width: 480px){.status-card,.plan-card,.history-container{padding:1.5rem}.plan-header{flex-direction:column;text-align:center}.current-badge{position:static;margin-top:.5rem}}.promo-form-container{max-width:1200px;margin:0 auto;padding:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.promo-form-card{background:linear-gradient(135deg,#fff,#f8f9ff);border-radius:20px;box-shadow:0 8px 32px #673ab71a;border:1px solid rgba(103,58,183,.08);overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.promo-form-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;background:linear-gradient(135deg,#6a4c93,#8b5cf6);color:#fff}.promo-form-title{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:-.5px}.promo-close-btn{background:#fff3;border:none;border-radius:12px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.promo-close-btn:hover{background:#ffffff4d;transform:scale(1.05)}.promo-error{margin:20px 32px 0;padding:16px 20px;background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff;border-radius:12px;font-weight:500;box-shadow:0 4px 16px #ff6b6b4d;display:flex;align-items:center;gap:8px}.promo-form{padding:32px}.promo-section{margin-bottom:40px}.promo-section-title{font-size:1.25rem;font-weight:600;color:#6a4c93;margin:0 0 20px;display:flex;align-items:center;gap:8px}.promo-section-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid rgba(103,58,183,.1)}.promo-section-header .MuiSvgIcon-root{color:#8b5cf6;font-size:1.5rem}.promo-form-grid{display:grid;grid-template-columns:1fr 400px;gap:32px}.promo-form-left{display:flex;flex-direction:column;gap:32px}.promo-form-right{position:sticky;top:20px;height:fit-content}.promo-preview-card{background:linear-gradient(135deg,#f8f9ff,#fff);border-radius:16px;border:2px solid rgba(103,58,183,.1);overflow:hidden;box-shadow:0 4px 20px #673ab714}.promo-preview-header{background:linear-gradient(135deg,#8b5cf6,#6a4c93);color:#fff;padding:20px;display:flex;align-items:center;gap:12px}.promo-preview-header h3{margin:0;font-size:1.1rem;font-weight:600}.promo-preview-content{padding:24px}.promo-preview-info h4{margin:0 0 8px;color:#6a4c93;font-size:1.2rem;font-weight:600}.promo-preview-info p{margin:0 0 20px;color:#666;line-height:1.5}.promo-preview-items{margin-bottom:24px}.promo-preview-section{margin-bottom:16px}.promo-preview-section h5{margin:0 0 8px;color:#6a4c93;font-size:.95rem;font-weight:600;display:flex;align-items:center;gap:6px}.promo-preview-section ul{margin:0;padding-left:20px;list-style:none}.promo-preview-section li{color:#555;font-size:.9rem;margin-bottom:4px;position:relative}.promo-preview-section li:before{content:"•";color:#8b5cf6;font-weight:700;position:absolute;left:-15px}.promo-preview-pricing{background:linear-gradient(135deg,#f0f4ff,#e8f2ff);border-radius:12px;padding:16px;border:1px solid rgba(103,58,183,.1)}.promo-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.9rem}.promo-price-row:last-child{margin-bottom:0}.promo-price-original{text-decoration:line-through;color:#999}.promo-price-final{color:#6a4c93;font-weight:600;font-size:1.1rem}.promo-savings{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid rgba(103,58,183,.2);font-weight:600}.promo-savings-amount{color:#22c55e;font-size:1rem}.promo-form-field{margin-bottom:20px}.promo-form-field-full{grid-column:1 / -1}.promo-form-field label{display:block;margin-bottom:8px;font-weight:500;color:#6a4c93;font-size:.9rem}.promo-form-field input,.promo-form-field textarea,.promo-form-field select{width:100%;padding:12px 16px;border:2px solid rgba(103,58,183,.1);border-radius:12px;font-size:.95rem;transition:all .3s ease;background:#fff;color:#333}.promo-form-field input:focus,.promo-form-field textarea:focus,.promo-form-field select:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.promo-form-field input::placeholder,.promo-form-field textarea::placeholder{color:#999}.promo-price-input{position:relative;display:flex;align-items:center}.promo-currency{position:absolute;left:16px;color:#6a4c93;font-weight:500;z-index:1}.promo-price-input input{padding-left:40px}.promo-image-upload{text-align:center}.promo-image-preview{width:100%;height:200px;border-radius:12px;overflow:hidden;margin-bottom:16px;border:2px dashed rgba(103,58,183,.2);display:flex;align-items:center;justify-content:center;background:#f8f9ff;transition:all .3s ease}.promo-image-preview:hover{border-color:#8b5cf6;background:#f0f4ff}.promo-image-preview img{width:100%;height:100%;object-fit:cover}.promo-image-placeholder{display:flex;flex-direction:column;align-items:center;gap:12px;color:#999}.promo-image-placeholder .MuiSvgIcon-root{font-size:2rem;color:#8b5cf6}.promo-image-placeholder span{font-size:.9rem}.promo-upload-btn{background:linear-gradient(135deg,#8b5cf6,#6a4c93);color:#fff;border:none;border-radius:12px;padding:12px 24px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.promo-upload-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #8b5cf64d}.promo-items-list{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.promo-item-card{background:#fff;border-radius:12px;border:2px solid rgba(103,58,183,.1);overflow:hidden;transition:all .3s ease}.promo-item-card:hover{border-color:#8b5cf6;box-shadow:0 4px 16px #673ab71a}.promo-item-header{background:linear-gradient(135deg,#f8f9ff,#f0f4ff);padding:12px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(103,58,183,.1)}.promo-item-number{font-weight:600;color:#6a4c93;font-size:.9rem}.promo-item-content{padding:16px;display:grid;grid-template-columns:1fr auto;gap:16px;align-items:end}.promo-item-field{display:flex;flex-direction:column}.promo-item-field label{margin-bottom:6px;font-weight:500;color:#6a4c93;font-size:.85rem}.promo-item-field input,.promo-item-field select{padding:10px 12px;border:2px solid rgba(103,58,183,.1);border-radius:8px;font-size:.9rem;transition:all .3s ease}.promo-item-field input:focus,.promo-item-field select:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf61a}.promo-remove-btn{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff;border:none;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:.8rem}.promo-remove-btn:hover{transform:scale(1.1);box-shadow:0 2px 8px #ff6b6b4d}.promo-add-btn{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:none;border-radius:12px;padding:12px 20px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;width:fit-content}.promo-add-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #22c55e4d}.promo-form-actions{display:flex;justify-content:flex-end;gap:16px;margin-top:32px;padding-top:24px;border-top:2px solid rgba(103,58,183,.1)}.promo-cancel-btn{background:transparent;color:#6a4c93;border:2px solid rgba(103,58,183,.2);border-radius:12px;padding:12px 24px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.promo-cancel-btn:hover{background:#673ab70d;border-color:#8b5cf6}.promo-submit-btn{background:linear-gradient(135deg,#8b5cf6,#6a4c93);color:#fff;border:none;border-radius:12px;padding:12px 24px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.promo-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 16px #8b5cf64d}.promo-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.promo-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:#6a4c93}.promo-spinner{width:40px;height:40px;border:4px solid rgba(103,58,183,.1);border-top:4px solid #8b5cf6;border-radius:50%;animation:promo-spin 1s linear infinite;margin-bottom:16px}.promo-spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:promo-spin 1s linear infinite}@media (max-width: 1024px){.promo-form-grid{grid-template-columns:1fr}.promo-form-right{position:static;order:-1}}@media (max-width: 768px){.promo-form-container{padding:10px}.promo-form,.promo-form-header{padding:20px}.promo-form-title{font-size:1.5rem}.promo-item-content{grid-template-columns:1fr;gap:12px}.promo-form-actions{flex-direction:column}.promo-cancel-btn,.promo-submit-btn{width:100%;justify-content:center}}@media (max-width: 480px){.promo-form-container{padding:5px}.promo-form,.promo-form-header{padding:16px}.promo-form-title{font-size:1.25rem}.promo-section{margin-bottom:24px}.promo-image-preview{height:150px}.promo-upload-btn{width:100%;justify-content:center}}.promo-list-container{padding:24px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(135deg,#f8f9ff,#f0f2ff);min-height:100vh}.promo-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding:24px 32px;background:#fff;border-radius:20px;box-shadow:0 8px 32px #673ab71a;border:1px solid rgba(103,58,183,.08)}.promo-list-title-section{display:flex;align-items:center;gap:16px}.promo-list-icon{color:#8b5cf6;font-size:2rem}.promo-list-title{margin:0;font-size:2rem;font-weight:700;color:#6a4c93;letter-spacing:-.5px}.promo-list-controls{display:flex;align-items:center;gap:20px}.promo-toggle-switch{display:flex;align-items:center;gap:12px;cursor:pointer;position:relative}.promo-toggle-switch input{display:none}.promo-toggle-slider{width:48px;height:24px;background:#673ab733;border-radius:12px;position:relative;transition:all .3s ease}.promo-toggle-slider:before{content:"";position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;top:2px;left:2px;transition:all .3s ease;box-shadow:0 2px 8px #0003}.promo-toggle-switch input:checked+.promo-toggle-slider{background:#8b5cf6}.promo-toggle-switch input:checked+.promo-toggle-slider:before{transform:translate(24px)}.promo-toggle-label{display:flex;align-items:center;gap:6px;font-weight:600;color:#6a4c93;font-size:.9rem}.promo-new-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#8b5cf6,#6a4c93);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #8b5cf64d;font-size:.95rem}.promo-new-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #8b5cf666}.promo-error{margin-bottom:24px;padding:16px 20px;background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff;border-radius:12px;font-weight:500;box-shadow:0 4px 16px #ff6b6b4d}.promo-list-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:20px}.promo-spinner{width:40px;height:40px;border:3px solid rgba(139,92,246,.2);border-top:3px solid #8b5cf6;border-radius:50%;animation:promo-spin 1s linear infinite}@keyframes promo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.promo-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center;background:#fff;border-radius:20px;box-shadow:0 8px 32px #673ab71a;border:1px solid rgba(103,58,183,.08)}.promo-empty-state .MuiSvgIcon-root{font-size:4rem;color:#8b5cf6;opacity:.5;margin-bottom:20px}.promo-empty-state h3{margin:0 0 12px;color:#6a4c93;font-size:1.5rem;font-weight:600}.promo-empty-state p{margin:0 0 24px;color:#666;font-size:1rem;max-width:400px}.promo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:24px}.promo-card{background:#fff;border-radius:20px;box-shadow:0 8px 32px #673ab71a;border:1px solid rgba(103,58,183,.08);overflow:hidden;transition:all .3s ease;position:relative}.promo-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #673ab726}.promo-card-inactive{opacity:.7;background:linear-gradient(135deg,#f8f9ff,#f0f2ff)}.promo-card-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:linear-gradient(135deg,#f8f9ff,#f0f2ff);border-bottom:1px solid rgba(103,58,183,.1)}.promo-status-badge{padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.promo-status-active{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.promo-status-inactive{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.promo-card-actions{display:flex;gap:8px}.promo-action-btn{width:36px;height:36px;border:none;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff}.promo-edit-btn{background:linear-gradient(135deg,#8b5cf6,#6a4c93)}.promo-edit-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #8b5cf666}.promo-delete-btn{background:linear-gradient(135deg,#ff6b6b,#ee5a52)}.promo-delete-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #ff6b6b66}.promo-card-content{padding:24px}.promo-card-title{margin:0 0 12px;font-size:1.25rem;font-weight:700;color:#6a4c93;line-height:1.3}.promo-card-description{margin:0 0 20px;color:#666;line-height:1.5;font-size:.95rem}.promo-card-price{display:flex;align-items:center;gap:8px;margin-bottom:20px}.promo-card-price .MuiSvgIcon-root{color:#8b5cf6}.promo-price-value{font-size:1.5rem;font-weight:700;color:#6a4c93}.promo-savings{margin-left:auto;padding:4px 12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:20px;font-size:.8rem;font-weight:600}.promo-card-details{padding:0 24px}.promo-detail-section{margin-bottom:20px}.promo-detail-title{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:.9rem;font-weight:600;color:#6a4c93;text-transform:uppercase;letter-spacing:.5px}.promo-detail-title .MuiSvgIcon-root{font-size:1rem}.promo-items-list,.promo-rewards-list{display:flex;flex-direction:column;gap:6px}.promo-item,.promo-reward{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#673ab70d;border-radius:8px;font-size:.85rem}.promo-item-quantity{background:#8b5cf6;color:#fff;padding:2px 6px;border-radius:4px;font-weight:600;font-size:.75rem;min-width:20px;text-align:center}.promo-item-name,.promo-reward-name{color:#6a4c93;font-weight:500}.promo-card-footer{padding:20px 24px;background:linear-gradient(135deg,#f8f9ff,#f0f2ff);border-top:1px solid rgba(103,58,183,.1)}.promo-toggle-btn{width:100%;padding:12px 20px;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.promo-toggle-active{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff}.promo-toggle-active:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff6b6b66}.promo-toggle-inactive{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.promo-toggle-inactive:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.promo-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;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.promo-modal{width:100%;max-width:900px;max-height:90vh;overflow-y:auto;border-radius:20px;background:#fff;box-shadow:0 20px 60px #0000004d}.promo-confirm-modal{background:#fff;border-radius:20px;padding:32px;max-width:500px;width:100%;box-shadow:0 20px 60px #0000004d}.promo-confirm-header h3{margin:0 0 20px;color:#6a4c93;font-size:1.5rem;font-weight:700}.promo-confirm-content{margin-bottom:24px}.promo-confirm-content p{margin:0 0 12px;color:#666;line-height:1.5}.promo-confirm-warning{color:#ff6b6b!important;font-weight:600;font-size:.9rem}.promo-confirm-actions{display:flex;gap:12px;justify-content:flex-end}.promo-cancel-btn{padding:12px 24px;background:transparent;color:#6a4c93;border:2px solid #6a4c93;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.promo-cancel-btn:hover{background:#6a4c93;color:#fff}.promo-delete-confirm-btn{padding:12px 24px;background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.promo-delete-confirm-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff6b6b66}@media (max-width: 1024px){.promo-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}}@media (max-width: 768px){.promo-list-container{padding:16px}.promo-list-header{flex-direction:column;gap:20px;padding:20px 24px}.promo-list-controls{width:100%;justify-content:space-between}.promo-list-title{font-size:1.75rem}.promo-grid{grid-template-columns:1fr;gap:16px}.promo-card-header{padding:16px 20px}.promo-card-content{padding:20px}.promo-card-details{padding:0 20px}.promo-card-footer{padding:16px 20px}.promo-confirm-actions{flex-direction:column}.promo-cancel-btn,.promo-delete-confirm-btn{width:100%}}@media (max-width: 480px){.promo-list-container{padding:12px}.promo-list-header{padding:16px 20px}.promo-list-title{font-size:1.5rem}.promo-list-controls{flex-direction:column;gap:16px;align-items:stretch}.promo-toggle-switch,.promo-new-btn{justify-content:center}.promo-card-header{padding:12px 16px}.promo-card-content{padding:16px}.promo-card-details{padding:0 16px}.promo-card-footer{padding:12px 16px}.promo-modal{margin:10px;max-height:95vh}.promo-confirm-modal{margin:10px;padding:24px}}.login-bg-gradient{min-height:100vh;width:100vw;background:linear-gradient(135deg,#181824,#23243a 80%,#a855f7);display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;z-index:0}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;width:100vw;position:relative;z-index:1}.login-card{max-width:28rem;width:100%;background:#1e2030eb;padding:2.5rem 2rem 2rem;border-radius:1.25rem;box-shadow:0 8px 32px #5024782e,0 2px 8px #0000001a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeInUp .7s cubic-bezier(.23,1.01,.32,1) both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:2.5rem}.login-logo-gradient{font-size:2rem;font-weight:900;letter-spacing:-1px;margin-bottom:.5rem;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.login-subtitle{color:#d1d5db;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-input-group{display:flex;flex-direction:column;gap:.5rem}.login-label{font-size:.95rem;font-weight:500;color:#c7bfff}.login-input{padding:1rem 1.25rem;border:1.5px solid #a855f7;border-radius:.75rem;font-size:1rem;background:#28263cf2;color:#fff;transition:border .2s,box-shadow .2s;outline:none}.login-input:focus{border-color:#ec4899;box-shadow:0 0 0 2px #a855f7}.login-error{color:#f87171;font-size:.95rem;text-align:center;margin-top:.5rem;background:#ef444414;border-radius:.5rem;padding:.5rem 0}.login-button,.login-gradient-btn{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;padding:1rem 0;border-radius:.75rem;font-weight:700;font-size:1.1rem;border:none;cursor:pointer;width:100%;box-shadow:0 4px 16px #a855f71a;transition:background .2s,box-shadow .2s,transform .2s}.login-button:hover,.login-gradient-btn:hover{background:linear-gradient(135deg,#a855f7 60%,#ec4899);box-shadow:0 8px 24px #a855f72e;transform:translateY(-2px) scale(1.01)}.login-button:focus,.login-gradient-btn:focus{outline:none;box-shadow:0 0 0 3px #a855f7}.login-button:disabled,.login-gradient-btn:disabled{background:#a78bfa;cursor:not-allowed;opacity:.7}.login-signup-prompt{margin-top:2rem;text-align:center;color:#d1d5db;font-size:1rem}.login-signup-link{color:#a855f7;font-weight:700;text-decoration:none;transition:color .2s}.login-signup-link:hover{color:#ec4899;text-decoration:underline}@media (max-width: 600px){.login-card{padding:1.5rem .5rem;border-radius:.75rem}.login-logo-gradient{font-size:1.3rem}.login-title{font-size:1.1rem}}*{box-sizing:border-box}.menu-restaurante{min-height:100vh;background:#f8f9fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#2d3748;line-height:1.6;display:flex;flex-direction:column}.menu-hero{display:none}.menu-header{position:sticky;top:0;left:0;right:0;z-index:10;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 2px 10px #0000000d}.menu-header__container{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;max-width:1200px;margin:0 auto}.menu-header__brand{display:flex;align-items:center;gap:16px}.menu-header__logo{width:56px;height:56px;border-radius:12px;object-fit:cover;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 8px #00000014}.menu-header__info{display:flex;flex-direction:column;gap:4px}.menu-header__title{font-size:22px;font-weight:700;margin:0;color:#2d3748;letter-spacing:-.5px}.menu-header__status{display:flex;align-items:center}.menu-header__status-badge{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;padding:6px 12px;border-radius:20px;border:1px solid;transition:all .3s ease}.menu-header__status-badge--open{background:#48bb78;color:#fff;border-color:#48bb78;box-shadow:0 2px 8px #48bb7833}.menu-header__status-badge--closed{background:#f56565;color:#fff;border-color:#f56565;box-shadow:0 2px 8px #f5656533}.menu-header__actions{display:flex;align-items:center}.menu-header__menu-btn{background:#fff;border:1px solid #e2e8f0;padding:12px;border-radius:12px;cursor:pointer;color:#4a5568;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000d}.menu-header__menu-btn:hover{background:#f7fafc;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.menu-header__menu-btn svg{font-size:24px}@media (max-width: 768px){.menu-header__menu-btn{padding:10px;border-radius:10px}.menu-header__menu-btn svg{font-size:22px}}@media (max-width: 480px){.menu-header__menu-btn{padding:8px;border-radius:8px}.menu-header__menu-btn svg{font-size:20px}}.menu-header__mobile-menu{background:#fffffffa;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.08);padding:20px;animation:slideDown .3s ease;position:absolute;width:100%;top:100%;left:0;box-shadow:0 4px 15px #00000014;z-index:1000}@media (max-width: 480px){.menu-header__mobile-menu{padding:16px}.menu-header__mobile-menu-item{padding:12px 14px;font-size:15px}.menu-header__mobile-menu-info-item{font-size:13px;padding:6px 0}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.menu-header__mobile-menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;background:none;border:none;font-size:16px;font-weight:500;color:#2d3748;cursor:pointer;transition:all .3s ease;border-radius:8px}.menu-header__mobile-menu-item:hover{background:#edf2f7;color:#4a5568;padding-left:20px}.menu-header__mobile-menu-divider{height:1px;background:#e2e8f0;margin:16px 0}.menu-header__mobile-menu-info{display:flex;flex-direction:column;gap:10px}.menu-header__mobile-menu-info-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#718096;padding:8px 0}.menu-main{padding:40px 20px;max-width:1200px;margin:0 auto;flex-grow:1}.menu-restaurant-info{background:#fff;border-radius:16px;padding:32px;margin-bottom:40px;box-shadow:0 8px 25px #0000000f;border:1px solid #e2e8f0;display:grid;grid-template-columns:1fr 1fr;gap:32px}.menu-restaurant-info__contact{display:flex;flex-direction:column;gap:12px}.menu-restaurant-info__contact-item{display:flex;align-items:center;gap:12px;font-size:15px;color:#4a5568;padding:12px 16px;background:#f7fafc;border-radius:10px;border:1px solid #edf2f7;transition:all .3s ease}.menu-restaurant-info__contact-item:hover{background:#edf2f7;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.menu-restaurant-info__contact-item svg{color:#667eea;font-size:18px;flex-shrink:0}.menu-schedule{border-left:3px solid #667eea;padding-left:24px}.menu-schedule__header{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:18px;font-weight:700;color:#2d3748}.menu-schedule__header svg{color:#667eea;font-size:20px}.menu-schedule__list{display:flex;flex-direction:column;gap:6px}.menu-schedule__item{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#f7fafc;border-radius:8px;border:1px solid #edf2f7;transition:all .3s ease}.menu-schedule__item:hover{background:#edf2f7;transform:translate(2px)}.menu-schedule__item--today{background:#ebf8ff;border-color:#4299e1;box-shadow:0 2px 8px #4299e11a}.menu-schedule__day{font-weight:600;color:#2d3748}.menu-schedule__hours{font-size:14px;color:#718096;font-weight:500}.menu-schedule__holiday{display:flex;align-items:center;gap:6px;font-size:12px;color:#ed8936;font-weight:600;background:#ed89361a;padding:4px 8px;border-radius:6px}.menu-section-header{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding:20px 0;border-bottom:1px solid #e2e8f0}.menu-section-header__icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;font-size:22px;box-shadow:0 4px 12px #667eea33}.menu-section-header__content h2{font-size:28px;font-weight:800;margin:0 0 6px;color:#2d3748;letter-spacing:-.5px}.menu-section-header__content p{font-size:15px;color:#718096;margin:0;font-weight:500}.menu-promotions{margin-bottom:40px}.menu-promotions__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;margin-top:24px}.menu-promotion-card{background:linear-gradient(135deg,#fff,#f8f9ff);border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #673ab71a;border:1px solid rgba(103,58,183,.08);transition:all .3s ease;position:relative}.menu-promotion-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #673ab726}.menu-promotion-card__image-container{position:relative;height:200px;overflow:hidden;background:linear-gradient(135deg,#8b5cf6,#6a4c93)}.menu-promotion-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.menu-promotion-card:hover .menu-promotion-card__image{transform:scale(1.05)}.menu-promotion-card__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#fff;font-size:2rem;gap:8px}.menu-promotion-card__placeholder span{font-size:1rem;font-weight:600}.menu-promotion-card__badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:8px}.menu-promotion-card__badge{display:flex;align-items:center;gap:4px;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.menu-promotion-card__badge--offer{background:linear-gradient(135deg,#ff6b6b,#ee5a52);box-shadow:0 2px 8px #ff6b6b4d}.menu-promotion-card__badge--savings{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 2px 8px #22c55e4d}.menu-promotion-card__content{padding:24px}.menu-promotion-card__header{margin-bottom:20px}.menu-promotion-card__title{font-size:1.4rem;font-weight:700;color:#2d3748;margin:0 0 8px;line-height:1.3}.menu-promotion-card__description{color:#718096;font-size:.95rem;line-height:1.5;margin:0}.menu-promotion-card__pricing{background:linear-gradient(135deg,#f0f4ff,#e8f2ff);border-radius:12px;padding:16px;margin-bottom:20px;border:1px solid rgba(103,58,183,.1)}.menu-promotion-card__original-price{text-align:center;margin-bottom:8px}.menu-promotion-card__original-price span{color:#999;text-decoration:line-through;font-size:.9rem}.menu-promotion-card__price{text-align:center;margin-bottom:8px}.menu-promotion-card__price-label{display:block;color:#6a4c93;font-size:.9rem;font-weight:600;margin-bottom:4px}.menu-promotion-card__price-value{font-size:1.8rem;font-weight:700;color:#2d3748}.menu-promotion-card__savings{text-align:center}.menu-promotion-card__savings span{color:#22c55e;font-weight:600;font-size:.9rem}.menu-promotion-card__extras-note{margin-top:8px;padding:8px 12px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;font-size:12px;color:#0369a1;display:flex;align-items:center;gap:6px}.menu-promotion-card__extras-note span{font-weight:500}.menu-promotion-card__items{margin-bottom:24px}.menu-promotion-card__section{margin-bottom:16px}.menu-promotion-card__section:last-child{margin-bottom:0}.menu-promotion-card__section-title{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:600;color:#2d3748;margin:0 0 12px}.menu-promotion-card__section-title--gift{color:#8b5cf6}.menu-promotion-card__section-title svg{font-size:1.1rem}.menu-promotion-card__items-list{list-style:none;padding:0;margin:0}.menu-promotion-card__item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#fff;border-radius:8px;margin-bottom:6px;border:1px solid rgba(103,58,183,.1);transition:all .2s ease}.menu-promotion-card__item:hover{background:#f8f9ff;border-color:#8b5cf6}.menu-promotion-card__item:last-child{margin-bottom:0}.menu-promotion-card__item--gift{background:linear-gradient(135deg,#f0f4ff,#e8f2ff);border-color:#8b5cf6}.menu-promotion-card__item-quantity{background:#8b5cf6;color:#fff;padding:2px 8px;border-radius:12px;font-size:.8rem;font-weight:600;min-width:24px;text-align:center}.menu-promotion-card__item-name{flex:1;margin:0 12px;font-weight:500;color:#2d3748}.menu-promotion-card__item-price{font-weight:600;color:#6a4c93;font-size:.9rem}.menu-promotion-card__item-price--free{color:#22c55e;font-weight:700}.menu-promotion-card__button{width:100%;background:linear-gradient(135deg,#8b5cf6,#6a4c93);color:#fff;border:none;border-radius:12px;padding:16px 24px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden}.menu-promotion-card__button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #8b5cf64d}.menu-promotion-card__button:active{transform:translateY(0)}.menu-promotion-card__button span{display:flex;align-items:center;gap:6px}.menu-promotion-card__button-savings{position:absolute;bottom:4px;right:8px;background:#fff3;padding:2px 8px;border-radius:8px;font-size:.7rem;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.menu-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;color:#718096}.menu-loading__spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@media (max-width: 768px){.menu-loading{padding:40px}.menu-loading__spinner{width:36px;height:36px;margin-bottom:16px}}@media (max-width: 480px){.menu-loading{padding:30px}.menu-loading__spinner{width:32px;height:32px;margin-bottom:12px}}.menu-catalog{margin-bottom:120px}@media (max-width: 768px){.menu-catalog{margin-bottom:100px}}@media (max-width: 480px){.menu-catalog{margin-bottom:80px}}.menu-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}@media (max-width: 768px){.menu-modal-overlay{padding:16px}}@media (max-width: 480px){.menu-modal-overlay{padding:12px}}.menu-modal{background:#fff;border-radius:16px;max-width:400px;width:100%;box-shadow:0 15px 50px #0003;overflow:hidden;animation:modalSlideIn .3s ease}@media (max-width: 768px){.menu-modal{max-width:90vw;margin:20px}}@media (max-width: 480px){.menu-modal{max-width:calc(100vw - 24px);margin:12px;border-radius:12px}}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.menu-modal__header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e2e8f0;background:#f7fafc}.menu-modal__header h2{font-size:18px;font-weight:700;margin:0;color:#2d3748}.menu-modal__close{background:none;border:none;font-size:22px;color:#718096;cursor:pointer;padding:6px;border-radius:6px;transition:all .3s ease}.menu-modal__close:hover{background:#edf2f7;color:#2d3748}@media (max-width: 768px){.menu-modal__header{padding:16px}.menu-modal__header h2{font-size:16px}.menu-modal__close{font-size:20px;padding:5px}}@media (max-width: 480px){.menu-modal__header{padding:14px}.menu-modal__header h2{font-size:15px}.menu-modal__close{font-size:18px;padding:4px}}.menu-modal__body{padding:20px}.menu-modal__option{width:100%;background:#fff;border:1px solid #e2e8f0;color:#2d3748;padding:14px 18px;border-radius:10px;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s ease;margin-bottom:10px;text-align:left}.menu-modal__option:hover{border-color:#667eea;background:#667eea08;transform:translateY(-1px);box-shadow:0 2px 8px #667eea14}.menu-modal__option:last-child{margin-bottom:0}@media (max-width: 768px){.menu-modal__body{padding:16px}.menu-modal__option{padding:12px 16px;font-size:14px;margin-bottom:8px}}@media (max-width: 480px){.menu-modal__body{padding:14px}.menu-modal__option{padding:10px 14px;font-size:13px;margin-bottom:6px;border-radius:8px}}.menu-modal--gift{max-width:600px;background:linear-gradient(135deg,#f8f9ff,#fff);border:2px solid #8b5cf6;box-shadow:0 20px 40px #8b5cf626}.menu-modal__header--gift{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border-radius:16px 16px 0 0;padding:24px}.menu-modal__header-content{display:flex;align-items:center;gap:16px;flex:1}.menu-modal__gift-icon{width:48px;height:48px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}.menu-modal__header-text h2{margin:0 0 4px;font-size:24px;font-weight:700;color:#fff}.menu-modal__header-text p{margin:0;font-size:14px;opacity:.9;color:#fff}.menu-modal__body--gift{padding:24px}.menu-modal__gift-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-top:16px}.menu-modal__gift-option{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:20px;text-align:left;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.menu-modal__gift-option:hover{border-color:#8b5cf6;transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf626}.menu-modal__gift-option:active{transform:translateY(0)}.menu-modal__gift-option-image{position:relative;width:100%;height:120px;border-radius:12px;overflow:hidden;margin-bottom:16px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.menu-modal__gift-option-image img{width:100%;height:100%;object-fit:cover}.menu-modal__gift-option-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;color:#8b5cf6;background:linear-gradient(135deg,#f8f9ff,#f3f4f6)}.menu-modal__gift-badge{position:absolute;top:8px;right:8px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:4px;box-shadow:0 4px 12px #10b9814d}.menu-modal__gift-option-content{display:flex;flex-direction:column;gap:8px}.menu-modal__gift-option-title{margin:0;font-size:18px;font-weight:600;color:#1f2937;line-height:1.3}.menu-modal__gift-option-description{margin:0;font-size:14px;color:#6b7280;line-height:1.4}.menu-modal__gift-option-price{display:flex;align-items:center;gap:8px;margin-top:8px}.menu-modal__gift-option-price-original{font-size:14px;color:#9ca3af;text-decoration:line-through;font-weight:500}.menu-modal__gift-option-price-free{font-size:16px;font-weight:700;color:#10b981;background:#ecfdf5;padding:4px 8px;border-radius:8px}@media (max-width: 768px){.menu-modal--gift{margin:20px;max-width:calc(100vw - 40px)}.menu-modal__header--gift{padding:20px}.menu-modal__header-content{flex-direction:column;text-align:center;gap:12px}.menu-modal__gift-icon{width:40px;height:40px;font-size:20px}.menu-modal__header-text h2{font-size:20px}.menu-modal__body--gift{padding:20px}.menu-modal__gift-grid{grid-template-columns:1fr;gap:12px}.menu-modal__gift-option{padding:16px}.menu-modal__gift-option-image{height:100px}}@media (max-width: 480px){.menu-modal--gift{margin:12px;max-width:calc(100vw - 24px);border-radius:12px}.menu-modal__header--gift{padding:14px;border-radius:12px 12px 0 0}.menu-modal__header-content{gap:8px}.menu-modal__gift-icon{width:36px;height:36px;font-size:18px}.menu-modal__header-text h2{font-size:18px}.menu-modal__header-text p{font-size:12px}.menu-modal__body--gift{padding:14px}.menu-modal__gift-grid{gap:10px}.menu-modal__gift-option{padding:10px;border-radius:12px}.menu-modal__gift-option-image{height:80px;border-radius:8px}.menu-modal__gift-option-title{font-size:14px}.menu-modal__gift-option-description{font-size:12px}.menu-modal__gift-badge{padding:4px 8px;font-size:10px;top:4px;right:4px}.menu-modal__gift-option-price{margin-top:6px}.menu-modal__gift-option-price-original{font-size:12px}.menu-modal__gift-option-price-free{font-size:14px;padding:3px 6px}}.menu-cart{position:sticky;bottom:0;left:0;right:0;z-index:1000;background:#fff;border-top:1px solid rgba(0,0,0,.1);box-shadow:0 -4px 20px #00000014;padding:15px 20px}@media (max-width: 768px){.menu-cart{padding:12px 16px}}@media (max-width: 480px){.menu-cart{padding:10px 12px}}@media (max-width: 768px){.menu-header__container{padding:12px 16px}.menu-header__logo{width:48px;height:48px}.menu-header__title{font-size:18px}.menu-header__status-badge{font-size:11px;padding:4px 8px}.menu-main{padding:20px 16px}.menu-restaurant-info{padding:20px;grid-template-columns:1fr;gap:20px}.menu-schedule{padding-left:16px}.menu-section-header{flex-direction:column;text-align:center;gap:12px}.menu-section-header__content h2{font-size:24px}.menu-section-header__content p{font-size:14px}}@media (max-width: 480px){.menu-header__container{padding:8px 12px}.menu-header__brand{gap:12px}.menu-header__logo{width:44px;height:44px}.menu-header__title{font-size:16px}.menu-header__status-badge{font-size:10px;padding:3px 6px}.menu-main{padding:16px 12px}.menu-restaurant-info{padding:16px;margin-bottom:24px}.menu-restaurant-info__contact-item{font-size:14px;padding:10px 12px}.menu-schedule__header{font-size:16px;margin-bottom:12px}.menu-schedule__item{padding:8px 10px;font-size:13px}.menu-schedule__hours{font-size:12px}.menu-modal{margin:12px;max-width:none}.menu-section-header__content h2{font-size:20px}.menu-section-header__content p{font-size:13px}.menu-section-header__icon{width:44px;height:44px;font-size:20px}}.menu-promotion-card{animation:fadeInUp .5s ease-out}.menu-promotion-card:nth-child(2){animation-delay:.05s}.menu-promotion-card:nth-child(3){animation-delay:.1s}.menu-restaurante::-webkit-scrollbar{width:8px}.menu-restaurante::-webkit-scrollbar-track{background:#f1f1f1}.menu-restaurante::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}.menu-restaurante::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1)}.menu-restaurante *{transition:all .2s ease}.menu-restaurante{background-attachment:fixed}.menu-header,.menu-modal{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@media (max-width: 768px){.menu-promotions__grid{grid-template-columns:1fr;gap:20px}.menu-promotion-card__content{padding:20px}.menu-promotion-card__title{font-size:1.2rem}.menu-promotion-card__price-value{font-size:1.5rem}.menu-promotion-card__item{padding:6px 10px}.menu-promotion-card__item-quantity{font-size:.7rem;padding:1px 6px}.menu-promotion-card__item-name{font-size:.9rem}.menu-promotion-card__item-price{font-size:.8rem}.menu-promotion-card__button{padding:14px 20px;font-size:.95rem}.menu-promotion-card__button-savings{font-size:.6rem;padding:1px 6px}.menu-promotion-card__extras-note{font-size:11px;padding:6px 10px}}@media (max-width: 480px){.menu-promotions__grid{gap:16px}.menu-promotion-card{border-radius:16px}.menu-promotion-card__image-container{height:140px}.menu-promotion-card__content{padding:14px}.menu-promotion-card__title{font-size:1rem;line-height:1.2}.menu-promotion-card__description{font-size:.85rem;line-height:1.4}.menu-promotion-card__pricing{padding:10px;margin-bottom:16px}.menu-promotion-card__price-value{font-size:1.2rem}.menu-promotion-card__price-label{font-size:.8rem}.menu-promotion-card__section-title{font-size:.85rem;margin-bottom:8px}.menu-promotion-card__section-title svg{font-size:1rem}.menu-promotion-card__item{padding:3px 6px;margin-bottom:3px;border-radius:6px}.menu-promotion-card__item-quantity{font-size:.6rem;padding:1px 4px;min-width:18px;border-radius:8px}.menu-promotion-card__item-name{font-size:.75rem;margin:0 6px}.menu-promotion-card__item-price{font-size:.65rem}.menu-promotion-card__button{padding:10px 14px;font-size:.85rem;border-radius:10px}.menu-promotion-card__button-savings{font-size:.55rem;padding:1px 4px;bottom:2px;right:6px}.menu-promotion-card__badges{top:6px;left:6px;gap:4px}.menu-promotion-card__badge{padding:3px 6px;font-size:.65rem}.menu-promotion-card__extras-note{font-size:10px;padding:4px 8px;border-radius:6px}.menu-promotion-card__savings span,.menu-promotion-card__original-price span{font-size:.8rem}}.produtos-cliente-container{padding:0;max-width:1200px;margin:0 auto;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow-x:hidden}.produtos-cliente-header{text-align:center;padding:4rem 2rem 3rem;background:#fff;color:#1e293b;position:relative;border-bottom:1px solid #e2e8f0;z-index:1}.produtos-cliente-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(16,185,129,.05) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(245,158,11,.05) 0%,transparent 50%);pointer-events:none}.produtos-cliente-title{font-size:3rem;font-weight:800;margin:0 0 1rem;letter-spacing:-.025em;position:relative;z-index:1;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.produtos-cliente-subtitle{font-size:1.125rem;font-weight:400;margin:0;color:#64748b;position:relative;z-index:1;letter-spacing:.025em}.produtos-cliente-loading,.produtos-cliente-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:2rem}.produtos-cliente-loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.produtos-cliente-error-icon{font-size:3rem;margin-bottom:1rem}.produtos-cliente-error p{color:#64748b;font-size:1.1rem}.produtos-cliente-search{margin:2rem;display:flex;flex-direction:column;gap:.5rem}.produtos-cliente-search-container{position:relative;display:flex;align-items:center;background:#fff;border-radius:12px;border:2px solid #e2e8f0;transition:all .3s ease;overflow:hidden;box-shadow:0 2px 8px #0000000d}.produtos-cliente-search-container:focus-within{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626}.produtos-cliente-search-icon{position:absolute;left:16px;color:#64748b;font-size:1.25rem;z-index:1}.produtos-cliente-search-input{flex:1;padding:16px 16px 16px 48px;border:none;outline:none;font-size:1rem;font-weight:500;color:#1e293b;background:transparent}.produtos-cliente-search-input::placeholder{color:#94a3b8;font-weight:400}.produtos-cliente-search-clear{position:absolute;right:12px;background:#f1f5f9;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.125rem;font-weight:600;color:#64748b;transition:all .2s ease}.produtos-cliente-search-clear:hover{background:#e2e8f0;color:#475569}.produtos-cliente-search-results{text-align:center;font-size:.875rem;color:#64748b;font-weight:500}.produtos-cliente-categorias{display:flex;gap:.75rem;margin:2rem;flex-wrap:wrap;justify-content:center;position:relative;z-index:1}.produtos-cliente-categoria-btn{position:relative;padding:.75rem 1.5rem;border:none;border-radius:50px;background:#fff;color:#475569;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden}.produtos-cliente-categoria-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;background:#f8fafc}.produtos-cliente-categoria-btn--ativo{background:#1e293b;color:#fff;box-shadow:0 4px 12px #1e293b4d}.produtos-cliente-categoria-text{display:inline-flex;align-items:center}.categoria-emoji{font-size:.95rem;margin-right:.5rem;line-height:1}.produtos-cliente-categoria-icon{display:none}.produtos-cliente-categoria-indicator{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:20px;height:3px;background:#fffc;border-radius:2px;animation:indicatorSlide .3s ease-out}@keyframes indicatorSlide{0%{width:0;opacity:0}to{width:20px;opacity:1}}.produtos-cliente-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:0 1.5rem 2rem}@media (max-width: 1024px){.produtos-cliente-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.produtos-cliente-grid{grid-template-columns:1fr}}.produtos-cliente-card{background:#fff;border-radius:14px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 1px 3px #00000012,0 1px 2px #0000000a;position:relative;border:1px solid rgba(226,232,240,.7);min-width:0;max-width:220px;margin:0 auto}.produtos-cliente-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#3b82f633}.produtos-cliente-card-image-container{position:relative;overflow:hidden;height:110px}.produtos-cliente-card__imagem{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.produtos-cliente-card:hover .produtos-cliente-card__imagem{transform:scale(1.1)}.produtos-cliente-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#1e293be6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.produtos-cliente-card:hover .produtos-cliente-card-overlay{opacity:1}.produtos-cliente-card-overlay-content{text-align:center;color:#fff}.produtos-cliente-card-overlay-text{font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.produtos-cliente-card__info{padding:.75rem .75rem .9rem}.produtos-cliente-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.4rem}.produtos-cliente-card__titulo{margin:0;color:#1e293b;font-size:1rem;font-weight:700;line-height:1.2;flex:1}.produtos-cliente-card-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.15rem .5rem;border-radius:14px;font-size:.65rem;font-weight:600;text-transform:uppercase}.produtos-cliente-card-badge-text{font-size:.7rem}.produtos-cliente-card__descricao{color:#64748b;font-size:.85rem;margin:.2rem 0 .5rem;min-height:32px}.produtos-cliente-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;gap:.5rem}.produtos-cliente-card-price-container{display:flex;flex-direction:column;align-items:flex-start}.produtos-cliente-card__preco{color:#4f46e5;font-size:1.05rem;font-weight:700}.produtos-cliente-card-price-label{font-size:.7rem;color:#94a3b8}.produtos-cliente-card__btn-adicionar{background:linear-gradient(135deg,#6366f1,#3b82f6);color:#fff;border:none;border-radius:8px;padding:.4rem .7rem;font-size:.85rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.3rem;transition:background .2s}.produtos-cliente-card__btn-adicionar:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #1e293b4d;background:#334155}.produtos-cliente-card__btn-adicionar:disabled{background:#cbd5e1;cursor:not-allowed;transform:none;box-shadow:none}.produtos-cliente-card-btn-text{font-weight:600}.produtos-cliente-card-btn-icon{transition:transform .2s ease}.produtos-cliente-card__btn-adicionar:hover:not(:disabled) .produtos-cliente-card-btn-icon{transform:rotate(90deg)}.modal-fechado-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:3000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-fechado-content{background:#fff;border-radius:24px;padding:3rem 2.5rem 2rem;max-width:400px;width:90%;text-align:center;box-shadow:0 25px 50px -12px #00000040;animation:modalSlideIn .4s cubic-bezier(.4,0,.2,1)}.modal-fechado-icon{font-size:3rem;margin-bottom:1rem;display:block}.modal-fechado-title{font-size:1.5rem;color:#dc2626;margin:0 0 1rem;font-weight:700}.modal-fechado-message{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:2rem}.modal-fechado-btn{padding:.875rem 2rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #dc262633}.modal-fechado-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px #dc26264d}@media (max-width: 768px){.produtos-cliente-card{cursor:pointer;-webkit-tap-highlight-color:transparent}.produtos-cliente-card:active{transform:scale(.98)}.produtos-cliente-categorias::-webkit-scrollbar{height:4px}.produtos-cliente-categorias::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}.produtos-cliente-categorias::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.produtos-cliente-categorias::-webkit-scrollbar-thumb:hover{background:#94a3b8}.produtos-cliente-categoria-btn:active,.produtos-cliente-card__btn-adicionar:active{transform:scale(.95)}.produtos-cliente-categorias{position:relative;z-index:1;margin:1rem;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.produtos-cliente-categorias::-webkit-scrollbar{display:none}.produtos-cliente-categoria-btn{white-space:nowrap;flex-shrink:0;padding:.75rem 1rem;font-size:.875rem;border-radius:50px;background:#fff;border:2px solid #e2e8f0;transition:all .3s ease}.produtos-cliente-categoria-btn--ativo{background:#1e293b;color:#fff;border-color:#1e293b}}.produtos-cliente-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;grid-column:1 / -1}.produtos-cliente-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.7}.produtos-cliente-empty-title{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 .5rem}.produtos-cliente-empty-message{font-size:.95rem;color:#6b7280;line-height:1.5;margin:0 0 1.5rem;max-width:400px}.produtos-cliente-empty-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #3b82f633}.produtos-cliente-empty-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #3b82f64d}@media (max-width: 768px){.produtos-cliente-empty{padding:2rem 1rem}.produtos-cliente-empty-icon{font-size:2.5rem}.produtos-cliente-empty-title{font-size:1.125rem}.produtos-cliente-empty-message{font-size:.875rem}.produtos-cliente-empty-btn{padding:.625rem 1.25rem;font-size:.875rem}}@media (max-width: 768px){.produtos-cliente-container{padding:0}.produtos-cliente-header{padding:2.5rem 1rem 1.5rem}.produtos-cliente-title{font-size:2.25rem}.produtos-cliente-subtitle{font-size:.95rem}.produtos-cliente-search{margin:1rem}.produtos-cliente-search-input{padding:14px 14px 14px 44px;font-size:.95rem}.produtos-cliente-search-icon{font-size:1.125rem;left:14px}.produtos-cliente-categorias{position:relative;z-index:1;margin:1rem;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.produtos-cliente-categorias::-webkit-scrollbar{display:none}.produtos-cliente-categoria-btn{white-space:nowrap;flex-shrink:0;padding:.75rem 1rem;font-size:.875rem;border-radius:50px;background:#fff;border:2px solid #e2e8f0;transition:all .3s ease}.produtos-cliente-categoria-btn--ativo{background:#1e293b;color:#fff;border-color:#1e293b}.produtos-cliente-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;padding:0 1rem 2rem}.produtos-cliente-card{max-width:none;border-radius:16px;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.produtos-cliente-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.produtos-cliente-card-image-container{height:120px;border-radius:16px 16px 0 0}.produtos-cliente-card__imagem{border-radius:16px 16px 0 0}.produtos-cliente-card__info{padding:1rem}.produtos-cliente-card-header{margin-bottom:.5rem}.produtos-cliente-card__titulo{font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:.25rem}.produtos-cliente-card__descricao{font-size:.875rem;line-height:1.4;margin-bottom:1rem;color:#64748b}.produtos-cliente-card__footer{gap:.75rem}.produtos-cliente-card__preco{font-size:1.125rem;font-weight:700;color:#059669}.produtos-cliente-card__btn-adicionar{padding:.75rem 1rem;font-size:.875rem;font-weight:600;border-radius:12px}}@media (max-width: 480px){.produtos-cliente-title{font-size:1.875rem}.produtos-cliente-subtitle{font-size:.875rem}.produtos-cliente-search{margin:.75rem}.produtos-cliente-search-input{padding:12px 12px 12px 40px;font-size:.9rem}.produtos-cliente-search-icon{font-size:1rem;left:12px}.produtos-cliente-categorias{position:relative;z-index:1;justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem;margin:.75rem;gap:.375rem;scrollbar-width:none;-ms-overflow-style:none}.produtos-cliente-categorias::-webkit-scrollbar{display:none}.produtos-cliente-categoria-btn{white-space:nowrap;flex-shrink:0;padding:.625rem .875rem;font-size:.8rem;border-radius:50px;background:#fff;border:2px solid #e2e8f0;transition:all .3s ease}.produtos-cliente-categoria-btn--ativo{background:#1e293b;color:#fff;border-color:#1e293b}.produtos-cliente-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;padding:0 .75rem 1.5rem}.produtos-cliente-card{max-width:none;border-radius:12px}.produtos-cliente-card-image-container{height:100px;border-radius:12px 12px 0 0}.produtos-cliente-card__imagem{border-radius:12px 12px 0 0}.produtos-cliente-card__info{padding:.75rem}.produtos-cliente-card-header{flex-direction:column;align-items:flex-start;gap:.375rem;margin-bottom:.375rem}.produtos-cliente-card-badge{align-self:flex-start;margin-left:0;padding:.25rem .5rem;font-size:.7rem}.produtos-cliente-card__titulo{font-size:.9rem;font-weight:600;line-height:1.2}.produtos-cliente-card__descricao{font-size:.8rem;line-height:1.3;margin-bottom:.75rem}.produtos-cliente-card__footer{flex-direction:column;align-items:stretch;gap:.75rem}.produtos-cliente-card__preco{font-size:1rem;font-weight:700;text-align:center}.produtos-cliente-card__btn-adicionar{justify-content:center;padding:.625rem .875rem;font-size:.8rem;border-radius:8px}}@media (max-width: 768px){.produtos-cliente-container{position:relative;overflow-x:hidden;padding:0}.produtos-cliente-header{position:relative;z-index:1;padding:2.5rem 1rem 1.5rem}.produtos-cliente-categorias{position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;z-index:1!important;margin:1rem;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.produtos-cliente-categorias::-webkit-scrollbar{display:none}.produtos-cliente-categoria-btn{position:relative!important;white-space:nowrap;flex-shrink:0;padding:.75rem 1rem;font-size:.875rem;border-radius:50px;background:#fff;border:2px solid #e2e8f0;transition:all .3s ease}.produtos-cliente-categoria-btn--ativo{background:#1e293b;color:#fff;border-color:#1e293b}}@media (max-width: 480px){.produtos-cliente-container{position:relative;overflow-x:hidden;padding:0}.produtos-cliente-header{position:relative;z-index:1;padding:2.5rem 1rem 1.5rem}.produtos-cliente-categorias{position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;z-index:1!important;justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem;margin:.75rem;gap:.375rem;scrollbar-width:none;-ms-overflow-style:none}.produtos-cliente-categorias::-webkit-scrollbar{display:none}.produtos-cliente-categoria-btn{position:relative!important;white-space:nowrap;flex-shrink:0;padding:.625rem .875rem;font-size:.8rem;border-radius:50px;background:#fff;border:2px solid #e2e8f0;transition:all .3s ease}.produtos-cliente-categoria-btn--ativo{background:#1e293b;color:#fff;border-color:#1e293b}}.personalizar-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem}.personalizar-modal{background:#fff;border-radius:24px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040;animation:modalSlideIn .4s cubic-bezier(.4,0,.2,1);overflow:hidden}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.personalizar-modal-loading,.personalizar-modal-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.personalizar-modal-loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.personalizar-modal-loading-text{color:#64748b;font-size:1rem;font-weight:500}.personalizar-modal-error-icon{font-size:3rem;margin-bottom:1rem}.personalizar-modal-error-text{color:#64748b;font-size:1rem}.personalizar-modal__header{padding:2rem 2rem 1.5rem;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:flex-start;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.personalizar-modal__header-content{flex:1}.personalizar-modal__title{margin:0 0 .5rem;color:#1e293b;font-size:1.5rem;font-weight:700;line-height:1.3}.personalizar-modal__subtitle{margin:0;color:#64748b;font-size:.95rem;font-weight:400}.personalizar-modal__fechar{background:none;border:none;color:#64748b;cursor:pointer;padding:.5rem;border-radius:12px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;margin-left:1rem}.personalizar-modal__fechar:hover{background:#f1f5f9;color:#475569;transform:scale(1.05)}.personalizar-modal__body{padding:1.5rem 2rem;overflow-y:auto;flex:1;background:#fff}.personalizar-modal__grupo{margin-bottom:2rem;background:#f8fafc;border-radius:16px;padding:1.5rem;border:1px solid #e2e8f0}.personalizar-modal__grupo-header{margin-bottom:1.5rem}.personalizar-modal__grupo-title-container{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.personalizar-modal__grupo-title{margin:0;color:#1e293b;font-size:1.125rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.personalizar-modal__obrigatorio{color:#dc2626;font-weight:700;font-size:1.25rem}.personalizar-modal__grupo-obrigatorio{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.personalizar-modal__grupo-info{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#64748b}.personalizar-modal__grupo-quantidade{font-weight:500;color:#475569}.personalizar-modal__grupo-contador{background:#e2e8f0;color:#475569;padding:.25rem .75rem;border-radius:12px;font-weight:600;font-size:.8rem}.personalizar-modal__opcoes{display:flex;flex-direction:column;gap:.75rem}.personalizar-modal__opcao{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#fff;border-radius:12px;border:2px solid #e2e8f0;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.personalizar-modal__opcao:hover:not(.personalizar-modal__opcao--desabilitada){border-color:#667eea;background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px #667eea26}.personalizar-modal__opcao--selecionada{border-color:#667eea;background:linear-gradient(135deg,#f0f4ff,#e0e7ff);box-shadow:0 4px 12px #667eea33}.personalizar-modal__opcao--desabilitada{opacity:.5;cursor:not-allowed;background:#f8fafc}.personalizar-modal__opcao-content{display:flex;align-items:center;gap:1rem;flex:1}.personalizar-modal__opcao-imagem{width:48px;height:48px;border-radius:12px;overflow:hidden;flex-shrink:0;background:#f1f5f9}.personalizar-modal__opcao-imagem img{width:100%;height:100%;object-fit:cover}.personalizar-modal__opcao-info{flex:1;min-width:0}.personalizar-modal__opcao-nome{font-weight:600;color:#1e293b;font-size:1rem;margin-bottom:.25rem;line-height:1.3}.personalizar-modal__opcao-descricao{color:#64748b;font-size:.875rem;line-height:1.4;margin-bottom:.25rem}.personalizar-modal__opcao-preco{color:#059669;font-weight:600;font-size:.875rem}.personalizar-modal__opcao-checkbox{position:relative;flex-shrink:0}.personalizar-modal__checkbox{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.personalizar-modal__checkbox-custom{width:24px;height:24px;border:2px solid #cbd5e1;border-radius:6px;background:#fff;position:relative;transition:all .2s ease}.personalizar-modal__opcao--selecionada .personalizar-modal__checkbox-custom{border-color:#667eea;background:#667eea}.personalizar-modal__opcao--selecionada .personalizar-modal__checkbox-custom:after{content:"";position:absolute;left:8px;top:4px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.personalizar-modal__opcao:hover:not(.personalizar-modal__opcao--desabilitada) .personalizar-modal__checkbox-custom{border-color:#667eea}.personalizar-modal__footer{padding:1.5rem 2rem;border-top:1px solid #f1f5f9;background:#fff}.personalizar-modal__footer-content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.personalizar-modal__preco-container{display:flex;flex-direction:column;align-items:flex-start}.personalizar-modal__preco-label{font-size:.875rem;color:#64748b;font-weight:500}.personalizar-modal__preco-valor{font-size:1.5rem;font-weight:700;color:#059669;line-height:1}.personalizar-modal__adicionar{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #667eea33;min-width:180px;justify-content:center}.personalizar-modal__adicionar:hover:not(.personalizar-modal__adicionar--desabilitado){transform:translateY(-2px);box-shadow:0 10px 25px -3px #667eea66}.personalizar-modal__adicionar--desabilitado{background:#cbd5e1;cursor:not-allowed;transform:none;box-shadow:none}.personalizar-modal__adicionar-text{font-weight:600}.personalizar-modal__adicionar-icon{transition:transform .2s ease}.personalizar-modal__adicionar:hover:not(.personalizar-modal__adicionar--desabilitado) .personalizar-modal__adicionar-icon{transform:scale(1.1)}@media (max-width: 768px){.personalizar-modal-overlay{padding:.5rem}.personalizar-modal{max-height:95vh;border-radius:20px}.personalizar-modal__header{padding:1.5rem 1.5rem 1rem}.personalizar-modal__title{font-size:1.25rem}.personalizar-modal__subtitle{font-size:.875rem}.personalizar-modal__body{padding:1rem 1.5rem}.personalizar-modal__grupo{padding:1rem;margin-bottom:1.5rem}.personalizar-modal__grupo-title{font-size:1rem}.personalizar-modal__grupo-info{flex-direction:column;align-items:flex-start;gap:.5rem}.personalizar-modal__opcao{padding:.875rem}.personalizar-modal__opcao-content{gap:.75rem}.personalizar-modal__opcao-imagem{width:40px;height:40px}.personalizar-modal__opcao-nome{font-size:.95rem}.personalizar-modal__footer{padding:1rem 1.5rem}.personalizar-modal__footer-content{flex-direction:column;align-items:stretch;gap:1rem}.personalizar-modal__preco-container{align-items:center;text-align:center}.personalizar-modal__adicionar{width:100%;min-width:auto}}@media (max-width: 480px){.personalizar-modal{border-radius:16px}.personalizar-modal__header{padding:1.25rem 1rem .75rem}.personalizar-modal__title{font-size:1.125rem}.personalizar-modal__body{padding:.75rem 1rem}.personalizar-modal__grupo{padding:.875rem}.personalizar-modal__opcao{padding:.75rem}.personalizar-modal__opcao-imagem{width:36px;height:36px}.personalizar-modal__opcao-nome{font-size:.9rem}.personalizar-modal__opcao-descricao,.personalizar-modal__opcao-preco{font-size:.8rem}.personalizar-modal__footer{padding:.75rem 1rem}.personalizar-modal__preco-valor{font-size:1.25rem}.personalizar-modal__adicionar{padding:.75rem 1.25rem;font-size:.95rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.personalizar-modal__grupo{animation:fadeInUp .4s ease-out}.personalizar-modal__opcao{animation:fadeInUp .3s ease-out}.personalizar-modal__opcao:nth-child(1){animation-delay:.1s}.personalizar-modal__opcao:nth-child(2){animation-delay:.2s}.personalizar-modal__opcao:nth-child(3){animation-delay:.3s}.personalizar-modal__opcao:nth-child(4){animation-delay:.4s}.personalizar-modal__opcao:nth-child(5){animation-delay:.5s}.personalizar-modal__grupo--extras{border:2px solid #10b981;border-radius:12px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);margin-bottom:20px}.personalizar-modal__grupo--extras .personalizar-modal__grupo-header{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:10px 10px 0 0;padding:15px 20px}.personalizar-modal__extra-icon{margin-right:8px;font-size:16px}.personalizar-modal__extra-badge{background:#fff;color:#10b981;font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;margin-left:8px;text-transform:uppercase;letter-spacing:.5px}.personalizar-modal__grupo-extras-info{color:#fff;font-size:12px;opacity:.9;margin-top:4px;display:block}.personalizar-modal__opcao--extra{border:1px solid #10b981;background:#f0fdf4}.personalizar-modal__opcao--extra:hover{background:#dcfce7;border-color:#059669}.personalizar-modal__opcao--extra.personalizar-modal__opcao--selecionada{background:#10b981;border-color:#059669;color:#fff}.personalizar-modal__opcao-extra-indicator{margin-left:6px;font-size:12px;color:#10b981}.personalizar-modal__opcao--extra.personalizar-modal__opcao--selecionada .personalizar-modal__opcao-extra-indicator{color:#fff}.personalizar-modal__opcao-preco--extra{color:#10b981;font-weight:700;font-size:14px}.personalizar-modal__opcao--extra.personalizar-modal__opcao--selecionada .personalizar-modal__opcao-preco--extra{color:#fff}.personalizar-modal__preco-container{display:flex;flex-direction:column;gap:4px}.personalizar-modal__preco-base,.personalizar-modal__preco-ingredientes{font-size:14px;color:#6b7280}.personalizar-modal__preco-extras{font-size:14px;color:#10b981;font-weight:500}.personalizar-modal__preco-total{font-size:18px;font-weight:700;color:#1f2937;border-top:1px solid #e5e7eb;padding-top:8px;margin-top:4px}.modern-cart-floating{position:fixed;bottom:30px;right:30px;z-index:1000}.modern-cart-floating-btn{background:#10b981;color:#fff;border:none;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #10b98133;transition:all .2s ease}.modern-cart-floating-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b9814d;background:#059669}.modern-cart-floating-icon{font-size:20px;position:relative}.modern-cart-floating-badge{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;border:2px solid #ffffff}.modern-cart-container{max-width:480px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000f;min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.modern-cart-header{background:#fff;padding:20px 24px;border-bottom:1px solid #f3f4f6}.modern-cart-header-content{display:flex;align-items:center;justify-content:space-between}.modern-cart-back-btn{background:#f9fafb;border:1px solid #e5e7eb;color:#6b7280;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.modern-cart-back-btn:hover{background:#f3f4f6;color:#374151;border-color:#d1d5db}.modern-cart-title{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.modern-cart-header-spacer{width:40px}.modern-cart-content{flex:1;overflow-y:auto;padding:24px;background:#fafafa}.modern-cart-empty{text-align:center;padding:60px 20px;color:#6b7280}.modern-cart-empty-icon{font-size:48px;color:#d1d5db;margin-bottom:20px}.modern-cart-empty h3{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 8px}.modern-cart-empty p{font-size:.875rem;color:#6b7280;margin:0 0 24px;line-height:1.5}.modern-cart-empty-btn{background:#fff;color:#374151;border:1px solid #e5e7eb;padding:12px 24px;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.modern-cart-empty-btn:hover{background:#f9fafb;border-color:#d1d5db}.modern-cart-items{display:flex;flex-direction:column;gap:12px}.modern-cart-item{background:#fff;border-radius:12px;padding:16px;border:1px solid #f3f4f6;transition:all .2s ease}.modern-cart-item:hover{border-color:#e5e7eb;box-shadow:0 2px 8px #0000000a}.modern-cart-item--gift{background:#fefbf3;border:1px solid #fde68a;position:relative}.modern-cart-item--gift:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><circle cx="3" cy="3" r="1" fill="%23f59e0b" opacity="0.1"/><circle cx="17" cy="17" r="1" fill="%23f59e0b" opacity="0.1"/><circle cx="10" cy="5" r="0.5" fill="%23f59e0b" opacity="0.1"/><circle cx="5" cy="15" r="0.5" fill="%23f59e0b" opacity="0.1"/></svg>');opacity:.3;pointer-events:none}.modern-cart-item-main{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.modern-cart-item-info{flex:1;min-width:0}.modern-cart-item-name{font-size:1rem;font-weight:500;color:#111827;margin:0 0 4px;line-height:1.4;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.modern-cart-item-gift-badge{background:#f59e0b;color:#fff;font-size:.75rem;font-weight:500;padding:2px 6px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.modern-cart-item-price{font-size:.875rem;font-weight:500;color:#059669;margin:0}.modern-cart-item-ingredients{margin:8px 0;font-size:13px;color:#6b7280}.ingredients-normal{display:flex;align-items:center;gap:4px;margin-bottom:4px}.ingredients-label{font-size:12px;color:#9ca3af}.ingredients-list{color:#6b7280;font-style:italic}.ingredients-extras{display:flex;align-items:center;gap:4px;margin-top:4px}.extras-label{font-size:12px;color:#f59e0b;font-weight:500}.extras-list{color:#f59e0b;font-weight:500}.modern-cart-item--gift .modern-cart-item-price{color:#d97706}.modern-cart-item-controls{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.modern-cart-quantity-control{display:flex;align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:2px}.modern-cart-quantity-btn{background:#fff;border:none;color:#6b7280;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:.75rem}.modern-cart-quantity-btn:hover:not(:disabled){background:#f3f4f6;color:#374151}.modern-cart-quantity-btn:disabled{opacity:.4;cursor:not-allowed}.modern-cart-quantity-value{font-weight:500;color:#374151;min-width:24px;text-align:center;font-size:.875rem}.modern-cart-item-subtotal{display:flex;align-items:center;gap:8px}.modern-cart-subtotal-value{font-weight:600;color:#059669;font-size:.875rem}.modern-cart-item--gift .modern-cart-subtotal-value{color:#d97706}.modern-cart-remove-btn{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:.75rem}.modern-cart-remove-btn:hover{background:#fee2e2;border-color:#fca5a5}.modern-cart-footer{background:#fff;padding:20px 24px;border-top:1px solid #f3f4f6}.modern-cart-total-section{margin-bottom:16px}.modern-cart-total-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.modern-cart-total-label{font-size:1rem;font-weight:500;color:#374151}.modern-cart-total-value{font-size:1.25rem;font-weight:600;color:#111827}.modern-cart-checkout-btn{width:100%;background:#111827;color:#fff;border:none;padding:14px 20px;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.modern-cart-checkout-btn:hover{background:#374151}.modern-cart-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modern-cart-modal-content{background:#fff;border-radius:12px;padding:24px;max-width:400px;width:90%;text-align:center;box-shadow:0 10px 25px #0000001a;animation:slideInUp .3s ease}.modern-cart-modal-header{margin-bottom:16px}.modern-cart-modal-icon{font-size:32px;color:#6b7280;margin-bottom:12px}.modern-cart-modal-content h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 12px}.modern-cart-modal-content p{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0 0 24px}.modern-cart-modal-actions{display:flex;flex-direction:column;gap:8px}.modern-cart-modal-btn{padding:12px 20px;border-radius:8px;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:all .2s ease}.modern-cart-modal-btn--primary{background:#111827;color:#fff}.modern-cart-modal-btn--primary:hover{background:#374151}.modern-cart-modal-btn--secondary{background:#f9fafb;color:#374151;border:1px solid #e5e7eb}.modern-cart-modal-btn--secondary:hover{background:#f3f4f6}@media (max-width: 600px){.modern-cart-container{max-width:100vw;border-radius:0;box-shadow:none}.modern-cart-header{padding:16px 20px}.modern-cart-content{padding:20px}.modern-cart-footer{padding:16px 20px}.modern-cart-item{padding:12px}.modern-cart-item-main{flex-direction:column;align-items:stretch;gap:12px}.modern-cart-item-controls{flex-direction:row;justify-content:space-between;align-items:center}.modern-cart-floating{bottom:20px;right:20px}.modern-cart-floating-btn{width:56px;height:56px}}.modern-cart-content::-webkit-scrollbar{width:4px}.modern-cart-content::-webkit-scrollbar-track{background:#f9fafb}.modern-cart-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.modern-cart-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.checkout-container{max-width:600px;margin:0 auto;padding:20px;background:#fff;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.checkout-header{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.checkout-back-btn{display:flex;align-items:center;gap:8px;background:#dc3545;border:1px solid #dc3545;border-radius:8px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;padding:10px 16px;transition:all .2s ease;text-decoration:none}.checkout-back-btn:hover{background:#c82333;border-color:#c82333;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #dc35454d}.checkout-back-btn svg{transition:transform .2s ease}.checkout-back-btn:hover svg{transform:translate(-2px)}.checkout-header h1{font-size:28px;font-weight:600;color:#333;margin:0}.checkout-error{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:24px;font-size:14px;border:1px solid #fecaca}.checkout-form{display:flex;flex-direction:column;gap:32px}.checkout-section{background:#fafafa;border-radius:12px;padding:24px;border:1px solid #f0f0f0}.checkout-section h2{font-size:20px;font-weight:600;color:#333;margin:0 0 20px}.checkout-section h3{font-size:16px;font-weight:600;color:#333;margin:0 0 16px}.checkout-reuse-btn{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:12px 16px;color:#495057;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:20px;width:100%}.checkout-reuse-btn:hover{background:#e9ecef;border-color:#dee2e6}.checkout-field{margin-bottom:20px}.checkout-field:last-child{margin-bottom:0}.checkout-field label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.checkout-field input{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;background:#fff;transition:all .2s ease;box-sizing:border-box}.checkout-field input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.checkout-field input::placeholder{color:#999}.checkout-payment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:20px}.checkout-payment-option{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease}.checkout-payment-option:hover{border-color:#007bff;background:#f8f9ff}.checkout-payment-option input[type=radio]{width:18px;height:18px;margin:0;accent-color:#007bff}.checkout-payment-option span{font-size:16px;font-weight:500;color:#333}.checkout-pix-info{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:16px;margin-top:16px}.checkout-pix-info p{margin:0;font-size:14px;color:#495057}.checkout-pix-info strong{color:#333}.checkout-change-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;margin-top:20px}.checkout-change-options{display:flex;gap:16px;margin-bottom:20px}.checkout-change-option{display:flex;align-items:center;gap:8px;cursor:pointer}.checkout-change-option input[type=radio]{width:16px;height:16px;margin:0;accent-color:#007bff}.checkout-change-option span{font-size:14px;font-weight:500;color:#333}.checkout-change-input{background:#f8f9fa;border-radius:8px;padding:16px}.checkout-change-input label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:12px}.checkout-currency-input{position:relative;display:flex;align-items:center}.checkout-currency-input span{position:absolute;left:12px;color:#666;font-weight:500}.checkout-currency-input input{width:100%;padding:12px 12px 12px 32px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;background:#fff}.checkout-currency-input input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.checkout-change-hint{margin:8px 0 0;font-size:12px;color:#666;font-style:italic}.checkout-summary{background:#f8f9fa;border-radius:12px;padding:24px;border:1px solid #e9ecef}.checkout-summary h2{font-size:20px;font-weight:600;color:#333;margin:0 0 20px}.checkout-items{margin-bottom:20px}.checkout-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e9ecef}.checkout-item:last-child{border-bottom:none}.checkout-item-info{display:flex;flex-direction:column;gap:4px}.checkout-item-name{font-size:16px;font-weight:500;color:#333}.checkout-item-qty{font-size:14px;color:#666}.checkout-item-price{font-size:16px;font-weight:600;color:#28a745}.checkout-total{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:2px solid #e9ecef;font-size:20px;font-weight:700;color:#28a745}.checkout-actions{margin-top:32px}.checkout-submit-btn{width:100%;background:#28a745;color:#fff;border:none;border-radius:8px;padding:16px 24px;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s ease}.checkout-submit-btn:hover{background:#218838;transform:translateY(-1px)}.checkout-submit-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none}.checkout-success{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:1000}.checkout-success-content{background:#fff;border-radius:16px;padding:40px;text-align:center;box-shadow:0 20px 60px #0000001a;max-width:400px;width:90%}.checkout-success-icon{width:60px;height:60px;background:#28a745;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin:0 auto 20px}.checkout-success-content h3{font-size:24px;font-weight:600;color:#333;margin:0 0 12px}.checkout-success-content p{font-size:16px;color:#666;margin:0 0 8px;line-height:1.5}.checkout-success-redirect{font-size:14px;color:#999;margin:0}.checkout-success-redirect strong{color:#333}@media (max-width: 768px){.checkout-container{padding:16px}.checkout-header h1{font-size:24px}.checkout-section{padding:20px}.checkout-payment-grid{grid-template-columns:1fr}.checkout-change-options{flex-direction:column;gap:12px}.checkout-success-content{padding:32px 24px}}@media (max-width: 480px){.checkout-container{padding:12px}.checkout-header{margin-bottom:24px}.checkout-header h1{font-size:20px}.checkout-section{padding:16px}.checkout-form{gap:24px}.checkout-field input{padding:10px 12px;font-size:16px}.checkout-submit-btn{padding:14px 20px;font-size:16px}}.meus-pedidos-container{max-width:900px;margin:0 auto;padding:32px 20px;min-height:100vh;position:relative;background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow-x:hidden}.meus-pedidos-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;overflow:hidden}.meus-pedidos-background-shape{position:absolute;border-radius:50%;background:#3b82f60d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:float 8s ease-in-out infinite}.meus-pedidos-background-shape:nth-child(1){width:300px;height:300px;top:-150px;right:-150px;animation-delay:0s}.meus-pedidos-background-shape:nth-child(2){width:200px;height:200px;bottom:-100px;left:-100px;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.5}50%{transform:translateY(-15px) rotate(90deg);opacity:.8}}.meus-pedidos-header{display:flex;align-items:center;gap:24px;margin-bottom:40px;padding:28px;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(255,255,255,.8)}.meus-pedidos-back-btn{display:flex;align-items:center;gap:10px;background:#3b82f6;border:none;padding:12px 20px;border-radius:10px;color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #3b82f64d}.meus-pedidos-back-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.meus-pedidos-back-btn-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.meus-pedidos-title-section{flex:1;display:flex;align-items:center;gap:16px}.meus-pedidos-title-icon{width:44px;height:44px;background:#3b82f6;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;box-shadow:0 2px 8px #3b82f64d}.meus-pedidos-title{font-size:28px;font-weight:700;color:#1e293b;margin:0}.meus-pedidos-subtitle{color:#64748b;font-size:15px;margin:0;font-weight:500}.meus-pedidos-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(255,255,255,.8);text-align:center;position:relative;overflow:hidden}.meus-pedidos-empty:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#10b981);animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}.meus-pedidos-empty-illustration{position:relative;margin-bottom:32px}.meus-pedidos-empty-icon-circle{width:100px;height:100px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:40px;box-shadow:0 4px 16px #3b82f64d;animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.meus-pedidos-empty-decoration{position:absolute;top:-8px;right:-8px;width:32px;height:32px;background:#10b981;border-radius:50%;opacity:.8;animation:bounce 3s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.meus-pedidos-empty h3{font-size:22px;font-weight:600;color:#1e293b;margin:0 0 12px}.meus-pedidos-empty p{color:#64748b;font-size:16px;margin:0 0 32px;line-height:1.6}.meus-pedidos-empty-action-btn{background:#3b82f6;border:none;padding:14px 28px;border-radius:10px;color:#fff;font-weight:600;font-size:15px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #3b82f64d}.meus-pedidos-empty-action-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.meus-pedidos-list{display:flex;flex-direction:column;gap:20px}.meus-pedidos-order-card{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(255,255,255,.8);overflow:hidden;transition:all .2s ease;position:relative}.meus-pedidos-order-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#10b981)}.meus-pedidos-order-card-header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.meus-pedidos-order-card-info{display:flex;flex-direction:column;gap:6px}.meus-pedidos-order-number-section{display:flex;align-items:center;gap:10px}.meus-pedidos-order-number-icon{width:28px;height:28px;background:#3b82f6;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px}.meus-pedidos-order-number{font-weight:700;color:#1e293b;font-size:18px}.meus-pedidos-order-date{display:flex;align-items:center;gap:6px;color:#64748b;font-size:13px;font-weight:500}.meus-pedidos-order-status-container{display:flex;align-items:center}.meus-pedidos-order-status{display:flex;align-items:center;gap:6px;color:#fff;font-weight:600;font-size:11px;padding:6px 12px;border-radius:16px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 6px #0000001a}.meus-pedidos-status-icon{font-size:12px}.meus-pedidos-status-text{font-size:10px}.meus-pedidos-order-content{padding:28px}.meus-pedidos-order-customer,.meus-pedidos-order-items{margin-bottom:28px}.meus-pedidos-section-header{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid #f1f5f9}.meus-pedidos-section-icon{width:28px;height:28px;background:#3b82f6;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px}.meus-pedidos-section-header h4{font-size:16px;font-weight:600;color:#1e293b;margin:0}.meus-pedidos-customer-info{display:flex;flex-direction:column;gap:10px}.meus-pedidos-info-item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;transition:all .2s ease}.meus-pedidos-info-item:hover{background:#f1f5f9;transform:translate(2px)}.meus-pedidos-info-label{font-weight:600;color:#475569;min-width:50px;font-size:13px}.meus-pedidos-info-value{color:#1e293b;font-weight:500;font-size:13px}.meus-pedidos-info-icon{color:#3b82f6;font-size:16px}.meus-pedidos-items-list{display:flex;flex-direction:column;gap:12px}.meus-pedidos-order-item{padding:14px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;transition:all .2s ease}.meus-pedidos-order-item:hover{background:#f1f5f9;transform:translate(2px)}.meus-pedidos-item-main{display:flex;align-items:flex-start;gap:12px}.meus-pedidos-item-quantity-badge{background:#3b82f6;color:#fff;font-weight:700;font-size:12px;padding:4px 8px;border-radius:12px;min-width:32px;text-align:center;box-shadow:0 1px 4px #3b82f64d}.meus-pedidos-item-details{flex:1;display:flex;flex-direction:column;gap:6px}.meus-pedidos-item-name{color:#1e293b;font-weight:600;font-size:14px;line-height:1.4}.meus-pedidos-item-ingredients{display:flex;flex-direction:column;gap:6px;margin-top:6px;padding:8px;background:#f8fafccc;border-radius:6px;border:1px solid rgba(226,232,240,.6)}.meus-pedidos-ingredients-section{display:flex;align-items:center;gap:6px;font-size:12px}.meus-pedidos-ingredients-icon{font-size:14px;color:#6b7280}.meus-pedidos-ingredients-list{color:#6b7280;font-style:italic;flex:1}.meus-pedidos-ingredients-extras{margin-top:4px;padding-top:4px;border-top:1px solid rgba(226,232,240,.4)}.meus-pedidos-extras-icon{font-size:14px;color:#f59e0b}.meus-pedidos-extras-label{font-size:12px;color:#f59e0b;font-weight:600}.meus-pedidos-extras-list{color:#f59e0b;font-weight:500;flex:1}.meus-pedidos-item-price{font-weight:700;color:#059669;font-size:14px;background:#05966914;padding:6px 10px;border-radius:6px;border:1px solid rgba(5,150,105,.2);white-space:nowrap}.meus-pedidos-order-summary{padding-top:20px;display:flex;flex-direction:column;gap:14px}.meus-pedidos-summary-divider{height:1px;background:linear-gradient(90deg,#3b82f6,#10b981);border-radius:1px;margin-bottom:6px}.meus-pedidos-order-total{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#f0fdf4;border-radius:10px;border:1px solid #bbf7d0}.meus-pedidos-total-icon{width:28px;height:28px;background:#10b981;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px}.meus-pedidos-total-label{font-weight:600;color:#065f46;font-size:14px}.meus-pedidos-total-value{font-weight:700;color:#059669;font-size:18px}.meus-pedidos-order-payment{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.meus-pedidos-payment-label{font-weight:600;color:#475569;font-size:13px}.meus-pedidos-payment-method{display:flex;align-items:center;gap:10px;color:#1e293b;font-weight:500;font-size:13px}.meus-pedidos-pix-btn{display:flex;align-items:center;gap:4px;background:#f0fdf4;color:#059669;border:1px solid #bbf7d0;border-radius:6px;padding:6px 12px;font-weight:600;font-size:11px;cursor:pointer;transition:all .2s ease}.meus-pedidos-pix-btn:hover{background:#dcfce7;transform:translateY(-1px);box-shadow:0 2px 6px #05966933}.meus-pedidos-pix-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.meus-pedidos-pix-modal{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 10px 40px #0003;padding:32px;min-width:360px;max-width:90vw;position:relative;display:flex;flex-direction:column;align-items:center;animation:modalSlideIn .3s ease;border:1px solid rgba(255,255,255,.8)}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.meus-pedidos-pix-modal-close{position:absolute;top:16px;right:16px;background:#f1f5f9;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:all .2s ease;font-size:16px}.meus-pedidos-pix-modal-close:hover{background:#e2e8f0;color:#475569;transform:rotate(90deg)}.meus-pedidos-pix-modal-content{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;width:100%}.meus-pedidos-pix-icon-container{position:relative;margin-bottom:4px}.meus-pedidos-pix-icon{width:64px;height:64px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:32px;box-shadow:0 4px 16px #3b82f64d;animation:pulse 3s ease-in-out infinite}.meus-pedidos-pix-decoration{position:absolute;top:-6px;right:-6px;width:20px;height:20px;background:#10b981;border-radius:50%;animation:bounce 3s ease-in-out infinite}.meus-pedidos-pix-modal-content h2{color:#1e293b;font-size:20px;font-weight:600;margin:0}.meus-pedidos-pix-description{color:#64748b;font-size:14px;margin:0;line-height:1.5}.meus-pedidos-pix-loading{display:flex;flex-direction:column;align-items:center;gap:12px}.meus-pedidos-loading-spinner{width:24px;height:24px;border:2px solid #e2e8f0;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.meus-pedidos-pix-key-container{display:flex;flex-direction:column;gap:12px;width:100%}.meus-pedidos-pix-key{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;color:#1e293b;word-break:break-all;text-align:center;font-weight:500;letter-spacing:.5px;transition:all .2s ease}.meus-pedidos-pix-key:hover{border-color:#3b82f6;background:#f1f5f9}.meus-pedidos-copy-pix-btn{background:#3b82f6;border:none;border-radius:8px;padding:10px 20px;color:#fff;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #3b82f64d}.meus-pedidos-copy-pix-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.meus-pedidos-ingredients-normal{color:#374151;font-size:13px}.meus-pedidos-ingredients-extras{margin-top:4px;padding:6px 8px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #10b981;border-radius:6px;display:flex;flex-direction:column;gap:2px}.meus-pedidos-extras-label{color:#10b981;font-weight:700;font-size:12px}.meus-pedidos-extras-list{color:#059669;font-size:12px;font-weight:500}.meus-pedidos-item-name{color:#1e293b;font-weight:600;font-size:14px;line-height:1.4;margin-bottom:4px}.meus-pedidos-item-name:empty:before{content:"Produto não identificado";color:#9ca3af;font-style:italic}.meus-pedidos-info-value:empty:before{content:"Não informado";color:#9ca3af;font-style:italic}.meus-pedidos-order-card{animation:slideInUp .5s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.meus-pedidos-order-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.meus-pedidos-order-item:hover{background:#f1f5f9;transform:translate(2px);box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.meus-pedidos-container{padding:20px 16px}.meus-pedidos-header{flex-direction:column;gap:20px;text-align:center}.meus-pedidos-title-section{flex-direction:column;gap:10px}.meus-pedidos-title{font-size:24px}.meus-pedidos-order-card-header{flex-direction:column;align-items:flex-start;gap:12px}.meus-pedidos-order-content{padding:24px}.meus-pedidos-order-summary{gap:16px}.meus-pedidos-order-payment{flex-direction:column;align-items:flex-start;gap:10px}.meus-pedidos-pix-modal{margin:20px;padding:24px 20px}}@media (max-width: 480px){.meus-pedidos-container{padding:16px 12px}.meus-pedidos-header,.meus-pedidos-order-card-header,.meus-pedidos-order-content{padding:20px}.meus-pedidos-item-main{flex-direction:column;align-items:flex-start;gap:10px}.meus-pedidos-item-ingredients{align-self:flex-start}.meus-pedidos-pix-modal{padding:20px 16px}}.header{position:fixed;top:0;width:100%;background:#581c87f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(147,51,234,.2);z-index:1000;transition:all .3s ease}.header .container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem}.logo h2{color:#fff;font-size:1.8rem;font-weight:700;margin:0;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;position:relative;transition:color .3s ease}.nav-link:hover{color:#a855f7}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background:linear-gradient(90deg,#a855f7,#ec4899);transition:width .3s ease}.nav-link:hover:after{width:100%}.auth-buttons{display:flex;gap:1rem}.btn-login{background:transparent;border:2px solid #a855f7;color:#a855f7;padding:.5rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-login:hover{background:#a855f7;color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #a855f74d}.btn-signup{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;padding:.5rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn-signup:hover{transform:translateY(-2px);box-shadow:0 10px 25px #a855f766}.btn-signup:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn-signup:hover:before{left:100%}.mobile-auth-buttons{display:none;flex-direction:column;gap:1rem;margin-top:2rem;width:100%;max-width:250px}.btn-login-mobile{background:transparent;border:2px solid #a855f7;color:#a855f7;padding:1rem 2rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1.1rem}.btn-login-mobile:hover{background:#a855f7;color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #a855f74d}.btn-signup-mobile{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;padding:1rem 2rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1.1rem;position:relative;overflow:hidden}.btn-signup-mobile:hover{transform:translateY(-2px);box-shadow:0 10px 25px #a855f766}.btn-signup-mobile:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn-signup-mobile:hover:before{left:100%}.hamburger-menu{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px;z-index:1001}.hamburger-line{width:25px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 768px){.header .container{padding:1rem}.logo h2{font-size:1.4rem}.nav{position:fixed;top:0;left:0;width:100%;height:100vh;background:#581c87fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transform:translate(-100%);transition:transform .3s ease;z-index:1000}.nav.nav-open{transform:translate(0)}.nav-link{font-size:1.2rem;padding:1rem 2rem;border-radius:10px;transition:all .3s ease}.nav-link:hover{background:#a855f733;transform:translateY(-2px)}.auth-buttons{display:none}.mobile-auth-buttons,.hamburger-menu{display:flex}}@media (max-width: 480px){.header .container{padding:.75rem 1rem}.logo h2{font-size:1.2rem}.nav-link{font-size:1.1rem;padding:.75rem 1.5rem}.mobile-auth-buttons{max-width:200px}.btn-login-mobile,.btn-signup-mobile{padding:.875rem 1.5rem;font-size:1rem}}.hero{min-height:100vh;background:linear-gradient(135deg,#0f0c29,#24243e,#302b63);position:relative;overflow:hidden;display:flex;align-items:center;padding-top:80px}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.floating-shapes{position:absolute;width:100%;height:100%}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-content{animation:slideInLeft 1s ease-out}.hero-title{font-size:3.5rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;color:#fffc;line-height:1.6;margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.btn-primary{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;position:relative;overflow:hidden}.hero-stats{display:flex;gap:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#a855f7;margin-bottom:.25rem}.stat-label{font-size:.9rem;color:#ffffffb3}.hero-image{position:relative;display:flex;justify-content:center;align-items:center;animation:slideInRight 1s ease-out}.phone-mockup{width:300px;height:600px;background:linear-gradient(145deg,#2a2a3e,#1a1a2e);border-radius:40px;padding:20px;box-shadow:0 25px 50px #0000004d;position:relative;z-index:3}.phone-screen{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:30px;padding:2rem 1.5rem;position:relative;overflow:hidden}.app-interface{height:100%;display:flex;flex-direction:column}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.app-title{color:#fff;font-size:1.2rem;font-weight:600}.notification-badge{width:25px;height:25px;background:#ec4899;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600}.order-items{display:flex;flex-direction:column;gap:1rem}.order-item{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:1rem;display:flex;align-items:center;gap:1rem}.item-image{width:50px;height:50px;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:10px}.item-name{color:#fff;font-weight:600;margin-bottom:.25rem}.item-price{color:#a855f7;font-weight:700}.floating-elements{position:absolute;width:100%;height:100%}.floating-card{position:absolute;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:1rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 10px 25px #0000001a;animation:floatCard 4s ease-in-out infinite}.card-1{top:10%;left:-30%;animation-delay:-1s}.card-2{top:50%;right:-40%;animation-delay:-2s}.card-3{bottom:20%;left:-25%;animation-delay:-3s}.card-icon{font-size:1.5rem}.card-text{font-weight:600;color:#2a2a3e;font-size:.9rem}@keyframes floatCard{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(2deg)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center;padding:0 1.5rem}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.phone-mockup{width:250px;height:500px}.floating-elements{display:none}}@media (max-width: 768px){.hero{padding-top:120px;min-height:100vh}.hero-container{padding:0 1rem;gap:1.5rem}.hero-title{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1.1rem;margin-bottom:2rem}.hero-buttons{flex-direction:column;gap:1rem;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:280px;padding:.875rem 1.5rem;font-size:1rem}.hero-stats{justify-content:center;gap:1.5rem;flex-wrap:wrap}.stat-number{font-size:1.5rem}.stat-label{font-size:.8rem}.phone-mockup{width:200px;height:400px}.shape{display:none}}@media (max-width: 480px){.hero{padding-top:100px}.hero-container{padding:0 .75rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.btn-primary,.btn-secondary{padding:.75rem 1.25rem;font-size:.9rem}.hero-stats{gap:1rem}.stat{min-width:80px}.stat-number{font-size:1.25rem}.stat-label{font-size:.75rem}.phone-mockup{width:180px;height:360px}}.how-it-works-site{min-height:100vh;background:linear-gradient(135deg,#0f0c29,#24243e,#302b63);position:relative;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.how-it-works-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.how-it-works-hero{background:transparent;padding:120px 0 80px;text-align:center;position:relative;z-index:2}.how-it-works-hero-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.how-it-works-hero-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:20px;line-height:1.2}.how-it-works-hero-subtitle{font-size:1.25rem;color:#fffc;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.how-it-works-steps{padding:120px 0;background:transparent;z-index:2;position:relative}.how-it-works-steps-container{max-width:1200px;margin:0 auto;padding:0 20px}.how-it-works-step{display:grid;grid-template-columns:80px 1fr 1fr;gap:60px;align-items:center;margin-bottom:120px;position:relative;z-index:2}.how-it-works-step:last-child{margin-bottom:0}.how-it-works-step-reverse{grid-template-columns:80px 1fr 1fr}.how-it-works-step-reverse .how-it-works-step-content{order:2}.how-it-works-step-reverse .how-it-works-step-image{order:1}.how-it-works-step-number{font-size:4rem;font-weight:900;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;position:relative}.how-it-works-step-number:after{content:"";position:absolute;top:50%;right:-30px;width:2px;height:200px;background:linear-gradient(180deg,#a855f7 0%,transparent 100%);transform:translateY(-50%)}.how-it-works-step:last-child .how-it-works-step-number:after{display:none}.how-it-works-step-content{animation:fadeInUp .6s ease-out}.how-it-works-step-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:20px}.how-it-works-step-description{font-size:1.1rem;color:#d1d5db;line-height:1.7;margin-bottom:30px}.how-it-works-step-features{display:flex;flex-direction:column;gap:12px}.how-it-works-feature-item{font-size:.95rem;color:#fff;padding:8px 16px;background:#a855f714;border-radius:20px;border-left:3px solid #a855f7;width:fit-content}.how-it-works-step-image{display:flex;justify-content:center;align-items:center;animation:fadeInUp .6s ease-out .2s both}.how-it-works-mockup-dashboard{background:#fffffff2;border-radius:20px;box-shadow:0 20px 60px #0000001a;padding:20px;width:100%;max-width:400px;border:1px solid #f0f0f0}.how-it-works-dashboard-header{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;padding:15px 20px;border-radius:12px;margin-bottom:20px}.how-it-works-dashboard-title{font-weight:600;font-size:1.1rem}.how-it-works-menu-item{display:flex;align-items:center;padding:15px;border:1px solid #f0f0f0;border-radius:12px;gap:15px}.how-it-works-item-photo{width:60px;height:60px;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:10px}.how-it-works-item-name{font-weight:600;color:#333;margin-bottom:5px}.how-it-works-item-price{color:#a855f7;font-weight:700}.how-it-works-mockup-phone{background:#333;border-radius:30px;padding:20px;width:280px;height:400px;box-shadow:0 20px 60px #0003}.how-it-works-phone-screen{background:#fff;border-radius:20px;height:100%;padding:20px;display:flex;flex-direction:column}.how-it-works-app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid #f0f0f0}.how-it-works-app-title{font-weight:700;font-size:1.2rem;color:#333}.how-it-works-cart-badge{background:#a855f7;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600}.how-it-works-menu-list{display:flex;flex-direction:column;gap:15px}.how-it-works-menu-category{padding:15px;background:#a855f70d;border-radius:12px;color:#333;font-weight:600;border-left:3px solid #a855f7}.how-it-works-mockup-notifications{display:flex;flex-direction:column;gap:20px;width:100%;max-width:400px}.how-it-works-notification{background:#fffffff2;border-radius:16px;padding:20px;box-shadow:0 10px 30px #0000001a;display:flex;align-items:center;gap:15px;border-left:4px solid #a855f7;animation:slideInRight .5s ease-out}.how-it-works-notification-icon{font-size:2rem;width:50px;height:50px;background:#a855f71a;border-radius:50%;display:flex;align-items:center;justify-content:center}.how-it-works-notification-title{font-weight:600;color:#333;margin-bottom:5px}.how-it-works-notification-desc{color:#666;font-size:.9rem}.how-it-works-benefits{padding:120px 0;background:transparent;z-index:2;position:relative}.how-it-works-benefits-container{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}.how-it-works-benefits-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:60px}.how-it-works-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}.how-it-works-benefit-card{background:#fffffff2;padding:40px 30px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;animation:fadeInUp .6s ease-out}.how-it-works-benefit-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #0003}.how-it-works-benefit-icon{font-size:3rem;margin-bottom:20px;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.how-it-works-benefit-title{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:15px}.how-it-works-benefit-description{color:#666;line-height:1.6}.how-it-works-cta{padding:100px 0;background:transparent;text-align:center;z-index:2;position:relative}.how-it-works-cta-container{max-width:800px;margin:0 auto;padding:0 20px}.how-it-works-cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:20px}.how-it-works-cta-subtitle{font-size:1.2rem;color:#d1d5db;margin-bottom:40px}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width: 968px){.how-it-works-hero-title{font-size:2.5rem}.how-it-works-step{grid-template-columns:1fr;gap:30px;text-align:center}.how-it-works-step-number:after{display:none}.how-it-works-benefits-grid{grid-template-columns:1fr}.how-it-works-cta-title{font-size:2rem}}@media (max-width: 768px){.how-it-works-hero-title{font-size:2rem;line-height:1.2}.how-it-works-hero-subtitle{font-size:1.1rem}.how-it-works-hero-container,.how-it-works-steps-container{padding:0 1rem}.how-it-works-step{gap:20px}.how-it-works-step-title{font-size:1.5rem}.how-it-works-step-description{font-size:1rem}.how-it-works-benefits-container{padding:0 1rem}.how-it-works-benefits-title{font-size:2rem}.how-it-works-benefit-card{padding:30px 20px}.how-it-works-benefit-icon{font-size:2.5rem}.how-it-works-cta-container{padding:0 1rem}.how-it-works-cta-title{font-size:1.75rem}.how-it-works-cta-subtitle{font-size:1rem}.btn-primary,.btn-secondary{width:100%;max-width:280px;padding:.875rem 1.5rem;font-size:1rem}.hero-buttons{flex-direction:column;gap:1rem;align-items:center}}@media (max-width: 480px){.how-it-works-hero-title{font-size:1.75rem}.how-it-works-hero-subtitle{font-size:1rem}.how-it-works-hero-container,.how-it-works-steps-container{padding:0 .75rem}.how-it-works-step-title{font-size:1.25rem}.how-it-works-benefits-container{padding:0 .75rem}.how-it-works-benefits-title{font-size:1.75rem}.how-it-works-benefit-card{padding:25px 15px}.how-it-works-benefit-icon{font-size:2rem}.how-it-works-cta-container{padding:0 .75rem}.how-it-works-cta-title{font-size:1.5rem}.how-it-works-cta-subtitle{font-size:.9rem}.btn-primary,.btn-secondary{padding:.75rem 1.25rem;font-size:.9rem}}.features-site{min-height:100vh;background:linear-gradient(135deg,#0f0c29,#24243e,#302b63);position:relative;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.features-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.floating-shapes{position:absolute;width:100%;height:100%;z-index:1}.shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,#a855f71a,#ec48991a);animation:float 6s ease-in-out infinite}.shape-1{width:200px;height:200px;top:20%;left:10%;animation-delay:-2s}.shape-2{width:150px;height:150px;top:60%;right:15%;animation-delay:-4s}.shape-3{width:100px;height:100px;top:30%;right:30%;animation-delay:-6s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(5deg)}66%{transform:translateY(10px) rotate(-5deg)}}.features-hero{background:transparent;padding:120px 0 80px;text-align:center;position:relative;z-index:2}.features-hero-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.features-hero-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:20px;line-height:1.2}.features-hero-subtitle{font-size:1.25rem;color:#fffc;max-width:600px;margin:0 auto 40px}.btn-primary{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 15px 35px #a855f733}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #a855f766}.btn-secondary{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);color:#fff;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff3;transform:translateY(-3px);box-shadow:0 15px 35px #ffffff1a}.features-main{padding:120px 0;background:transparent;z-index:2;position:relative}.features-main-container{max-width:1200px;margin:0 auto;padding:0 20px}.features-main-item{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:150px;animation:fadeInUp .6s ease-out;z-index:2}.features-main-item:last-child{margin-bottom:0}.features-item-reverse{direction:rtl}.features-item-reverse .features-main-content,.features-item-reverse .features-main-visual{direction:ltr}.features-main-icon{font-size:4rem;margin-bottom:20px;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-main-title{font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:20px;line-height:1.3}.features-main-description{font-size:1.1rem;color:#d1d5db;line-height:1.7;margin-bottom:30px}.features-main-highlights{display:flex;flex-direction:column;gap:12px}.features-highlight-item{font-size:.95rem;color:#fff;padding:10px 16px;background:#a855f714;border-radius:25px;border-left:3px solid #a855f7;width:fit-content}.features-main-visual{display:flex;justify-content:center;align-items:center}.features-mockup-menu,.features-mockup-orders,.features-mockup-analytics{background:#fffffff2;border-radius:20px;box-shadow:0 25px 70px #00000026;padding:25px;width:100%;max-width:450px;border:1px solid #f0f0f0}.features-menu-header,.features-orders-header,.features-analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #f5f5f5}.features-menu-title,.features-orders-title,.features-analytics-title{font-size:1.4rem;font-weight:700;color:#333}.features-menu-search,.features-analytics-period{background:#a855f71a;color:#a855f7;padding:8px 12px;border-radius:50%;font-size:.8rem;font-weight:600}.features-menu-categories{display:flex;gap:10px;margin-bottom:25px;overflow-x:auto}.features-menu-category{padding:8px 16px;background:#f8f9fa;border-radius:20px;font-size:.9rem;color:#666;white-space:nowrap;cursor:pointer;transition:all .3s ease}.features-category-active{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff}.features-menu-item{display:flex;align-items:center;gap:15px;padding:15px;border:1px solid #f0f0f0;border-radius:12px;transition:all .3s ease}.features-menu-item:hover{box-shadow:0 5px 15px #0000001a}.features-item-image{width:70px;height:70px;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:12px;flex-shrink:0}.features-item-details{flex:1}.features-item-name{font-weight:600;color:#333;margin-bottom:4px}.features-item-desc{font-size:.85rem;color:#888;margin-bottom:6px}.features-item-price{color:#a855f7;font-weight:700;font-size:1.1rem}.features-item-add{width:35px;height:35px;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;transition:all .3s ease}.features-item-add:hover{transform:scale(1.1)}.features-orders-count{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.features-orders-list{display:flex;flex-direction:column;gap:15px}.features-order-item{display:flex;align-items:center;gap:15px;padding:20px;border-radius:12px;border:1px solid #f0f0f0;transition:all .3s ease}.features-order-new{border-left:4px solid #10b981;background:#10b9810d}.features-order-preparing{border-left:4px solid #f59e0b;background:#f59e0b0d}.features-order-status{padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;color:#fff}.features-order-new .features-order-status{background:#10b981}.features-order-preparing .features-order-status{background:#f59e0b}.features-order-info{flex:1}.features-order-number{font-weight:700;color:#333;margin-bottom:2px}.features-order-customer{color:#666;font-size:.9rem;margin-bottom:2px}.features-order-total{color:#a855f7;font-weight:700}.features-order-time{color:#888;font-size:.85rem}.features-analytics-period{background:#a855f71a;color:#a855f7;padding:6px 12px;border-radius:15px;font-size:.8rem;font-weight:600}.features-analytics-stats{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px}.features-stat-card{background:linear-gradient(135deg,#a855f70d,#ec48990d);padding:20px;border-radius:12px;border-left:3px solid #a855f7}.features-stat-value{font-size:1.8rem;font-weight:800;color:#333;margin-bottom:5px}.features-stat-label{color:#666;font-size:.9rem;margin-bottom:8px}.features-stat-change{font-size:.8rem;font-weight:600}.features-stat-positive{color:#10b981}.features-analytics-chart{display:flex;align-items:end;gap:8px;height:80px}.features-chart-bar{flex:1;background:linear-gradient(180deg,#a855f7,#ec4899);border-radius:4px 4px 0 0;min-height:20px;animation:chartBarGrow 1s ease-out}@keyframes chartBarGrow{0%{height:0}to{height:var(--height)}}.features-grid{padding:120px 0;background:transparent;z-index:2;position:relative}.features-grid-container{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}.features-grid-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:60px}.features-grid-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px}.features-grid-card{background:#fffffff2;padding:40px 30px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;animation:fadeInUp .6s ease-out}.features-grid-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #0003}.features-card-icon{font-size:3rem;margin-bottom:20px;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-card-title{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:15px}.features-card-description{color:#666;line-height:1.6}.features-cta{padding:100px 0;background:transparent;text-align:center;z-index:2;position:relative}.features-cta-container{max-width:800px;margin:0 auto;padding:0 20px}.features-cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:20px}.features-cta-subtitle{font-size:1.2rem;color:#d1d5db;margin-bottom:40px}@media (max-width: 968px){.features-hero-title{font-size:2.5rem}.features-main-item{grid-template-columns:1fr;gap:40px;text-align:center}.features-item-reverse{direction:ltr}.features-grid-items{grid-template-columns:1fr}.features-cta-title{font-size:2rem}}@media (max-width: 768px){.features-hero-title{font-size:2rem;line-height:1.2}.features-hero-subtitle{font-size:1.1rem}.features-hero-container,.features-main-container{padding:0 1rem}.features-main-item{gap:30px}.features-main-title{font-size:1.5rem}.features-main-description{font-size:1rem}.features-main-icon{font-size:3rem}.features-grid-container{padding:0 1rem}.features-grid-title{font-size:2rem;margin-bottom:40px}.features-grid-card{padding:30px 20px}.features-card-icon{font-size:2.5rem}.features-cta-container{padding:0 1rem}.features-cta-title{font-size:1.75rem}.features-cta-subtitle{font-size:1rem}.btn-primary,.btn-secondary{width:100%;max-width:280px;padding:.875rem 1.5rem;font-size:1rem}.hero-buttons{flex-direction:column;gap:1rem;align-items:center}.features-mockup-menu,.features-mockup-orders,.features-mockup-analytics{width:100%;max-width:350px;margin:0 auto}}@media (max-width: 480px){.features-hero-title{font-size:1.75rem}.features-hero-subtitle{font-size:1rem}.features-hero-container,.features-main-container{padding:0 .75rem}.features-main-title{font-size:1.25rem}.features-main-description{font-size:.9rem}.features-main-icon{font-size:2.5rem}.features-grid-container{padding:0 .75rem}.features-grid-title{font-size:1.75rem;margin-bottom:30px}.features-grid-card{padding:25px 15px}.features-card-icon{font-size:2rem}.features-cta-container{padding:0 .75rem}.features-cta-title{font-size:1.5rem}.features-cta-subtitle{font-size:.9rem}.btn-primary,.btn-secondary{padding:.75rem 1.25rem;font-size:.9rem}.features-mockup-menu,.features-mockup-orders,.features-mockup-analytics{max-width:300px}}.plans-site{min-height:100vh;background:linear-gradient(135deg,#181824,#23243a 80%);position:relative;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.gradient-text{background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.plans-hero{background:transparent;padding:120px 0 80px;text-align:center;position:relative;z-index:2}.plans-hero-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.plans-hero-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:20px;line-height:1.2}.plans-hero-subtitle{font-size:1.25rem;color:#fffc;max-width:600px;margin:0 auto 40px}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.btn-primary{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 6px 18px #a855f71a}.btn-secondary{background:#ffffff14;border:2px solid rgba(255,255,255,.15);color:#fff;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.plans-pricing{padding:80px 0 60px;background:transparent;z-index:2;position:relative}.plans-pricing-container{max-width:1200px;margin:0 auto;padding:0 20px}.plans-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;align-items:start}.plans-pricing-card{background:#ffffffed;border-radius:24px;padding:40px 30px;box-shadow:0 6px 18px #00000014;border:2px solid transparent;transition:all .3s ease;position:relative;animation:fadeInUp .6s ease-out}.plans-pricing-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000021}.plans-popular{border:2px solid #a855f7;transform:scale(1.03)}.plans-popular-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;padding:8px 24px;border-radius:20px;font-size:.9rem;font-weight:600;box-shadow:0 4px 12px #a855f72e}.plans-card-header{text-align:center;margin-bottom:40px}.plans-card-title{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:10px}.plans-card-subtitle{color:#666;margin-bottom:30px}.plans-card-price{display:flex;align-items:baseline;justify-content:center;margin-bottom:10px}.plans-price-currency{font-size:1.2rem;color:#a855f7;font-weight:600}.plans-price-value{font-size:4rem;font-weight:800;color:#333;margin:0 5px}.plans-price-period{font-size:1.2rem;color:#666}.plans-price-note{color:#888;font-size:.9rem}.plans-card-features{margin-bottom:40px}.plans-feature-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f5f5f5}.plans-feature-item:last-child{border-bottom:none}.plans-feature-disabled{opacity:.5}.plans-feature-icon{font-size:1.1rem;width:20px;flex-shrink:0}.plans-comparison{padding:60px 0 40px;background:#ffffffed;z-index:2;position:relative}.plans-comparison-container{max-width:1000px;margin:0 auto;padding:0 20px}.plans-comparison-title{font-size:2.5rem;font-weight:700;color:#333;text-align:center;margin-bottom:60px}.plans-comparison-table{background:#ffffffed;border-radius:20px;overflow:hidden;box-shadow:0 6px 18px #00000014;border:1px solid #f0f0f0}.plans-table-header{display:grid;grid-template-columns:2fr 1fr 1fr;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff}.plans-table-row{display:grid;grid-template-columns:2fr 1fr 1fr;border-bottom:1px solid #f0f0f0}.plans-table-row:last-child{border-bottom:none}.plans-table-cell{padding:20px;display:flex;align-items:center;justify-content:center;text-align:center}.plans-table-feature{justify-content:flex-start;font-weight:600;color:#333}.plans-table-header .plans-table-feature{color:#fff}.plans-table-plan{font-weight:600}.plans-faq{padding:60px 0 40px;background:transparent;z-index:2;position:relative}.plans-faq-container{max-width:1000px;margin:0 auto;padding:0 20px}.plans-faq-title{font-size:2.5rem;font-weight:700;color:#fff;text-align:center;margin-bottom:60px}.plans-faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px}.plans-faq-item{background:#ffffffed;padding:30px;border-radius:16px;box-shadow:0 4px 12px #0000000d;border-left:4px solid #a855f7}.plans-faq-question{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:15px}.plans-faq-answer{color:#666;line-height:1.7}.plans-cta{padding:60px 0 40px;background:transparent;text-align:center;z-index:2;position:relative}.plans-cta-container{max-width:800px;margin:0 auto;padding:0 20px}.plans-cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:20px}.plans-cta-subtitle{font-size:1.2rem;color:#d1d5db;margin-bottom:40px}.plans-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn-primary{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;padding:18px 40px;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;box-shadow:0 6px 18px #a855f71a}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 24px #a855f72e}.btn-primary .btn-icon{transition:transform .3s ease}.btn-primary:hover .btn-icon{transform:translate(5px)}.btn-secondary{background:#ffffff14;border:2px solid rgba(255,255,255,.15);color:#fff;padding:18px 40px;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.btn-secondary:hover{background:#ffffff26;transform:translateY(-3px);box-shadow:0 6px 18px #ffffff1a}.play-icon{font-size:1.2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 968px){.plans-hero-title{font-size:2.5rem}.plans-pricing-grid{grid-template-columns:1fr}.plans-popular{transform:none}.plans-table-header,.plans-table-row{grid-template-columns:1fr}.plans-table-cell{border-bottom:1px solid #f0f0f0;justify-content:flex-start}.plans-faq-grid{grid-template-columns:1fr}.plans-cta-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}}@media (max-width: 768px){.plans-hero-title{font-size:2rem;line-height:1.2}.plans-hero-subtitle{font-size:1.1rem}.plans-hero-container,.plans-pricing-container{padding:0 1rem}.plans-pricing-card{padding:30px 20px}.plans-card-title{font-size:1.5rem}.plans-card-subtitle{font-size:.9rem}.plans-price-value{font-size:2.5rem}.plans-comparison-container{padding:0 1rem}.plans-comparison-title{font-size:2rem}.plans-faq-container{padding:0 1rem}.plans-faq-title{font-size:2rem}.plans-faq-item{padding:20px}.plans-faq-question{font-size:1.1rem}.plans-cta-container{padding:0 1rem}.plans-cta-title{font-size:1.75rem}.plans-cta-subtitle{font-size:1rem}.btn-primary,.btn-secondary{width:100%;max-width:280px;padding:.875rem 1.5rem;font-size:1rem}.hero-buttons{flex-direction:column;gap:1rem;align-items:center}}@media (max-width: 480px){.plans-hero-title{font-size:1.75rem}.plans-hero-subtitle{font-size:1rem}.plans-hero-container,.plans-pricing-container{padding:0 .75rem}.plans-pricing-card{padding:25px 15px}.plans-card-title{font-size:1.25rem}.plans-card-subtitle{font-size:.8rem}.plans-price-value{font-size:2rem}.plans-comparison-container{padding:0 .75rem}.plans-comparison-title{font-size:1.75rem}.plans-faq-container{padding:0 .75rem}.plans-faq-title{font-size:1.75rem}.plans-faq-item{padding:15px}.plans-faq-question{font-size:1rem}.plans-cta-container{padding:0 .75rem}.plans-cta-title{font-size:1.5rem}.plans-cta-subtitle{font-size:.9rem}.btn-primary,.btn-secondary{padding:.75rem 1.25rem;font-size:.9rem}}.footer{background:linear-gradient(135deg,#0f0c29,#24243e,#302b63);color:#fff;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#a855f7,transparent)}.footer-container{max-width:1200px;margin:0 auto;padding:4rem 2rem 0}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.8rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:#a855f7}.footer-section p{color:#ffffffb3;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#a855f71a;border:1px solid rgba(168,85,247,.3);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#a855f7;transition:all .3s ease;text-decoration:none}.social-link:hover{background:#a855f7;color:#fff;transform:translateY(-3px);box-shadow:0 10px 25px #a855f74d}.social-link svg{width:20px;height:20px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:all .3s ease;position:relative}.footer-links a:hover{color:#a855f7;padding-left:10px}.footer-links a:before{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);width:0;height:2px;background:#a855f7;transition:width .3s ease}.footer-links a:hover:before{width:5px}.newsletter{background:#a855f71a;border:1px solid rgba(168,85,247,.2);border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.newsletter-form{display:flex;gap:.5rem;margin-top:1rem}.newsletter-form input{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:.75rem 1rem;color:#fff;font-size:.9rem;transition:all .3s ease}.newsletter-form input::placeholder{color:#ffffff80}.newsletter-form input:focus{outline:none;border-color:#a855f7;background:#ffffff26}.newsletter-form button{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;border-radius:10px;padding:.75rem;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.newsletter-form button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #a855f74d}.newsletter-form button svg{width:20px;height:20px}.footer-bottom{border-top:1px solid rgba(168,85,247,.2);padding:2rem 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:#fff9;margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#fff9;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-bottom-links a:hover{color:#a855f7}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr 1fr;gap:2rem}.newsletter{grid-column:1 / -1}}@media (max-width: 768px){.footer-container{padding:3rem 1.5rem 0}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section h3{font-size:1.5rem}.footer-section h4{font-size:1.1rem}.footer-section p{font-size:.9rem}.newsletter{padding:2rem}.newsletter h4{font-size:1.3rem}.newsletter-form{flex-direction:column;gap:1rem}.newsletter-form input,.newsletter-form button{width:100%;padding:.875rem 1rem}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{gap:1rem;flex-wrap:wrap;justify-content:center}.social-links{justify-content:center}}@media (max-width: 480px){.footer-container{padding:2rem 1rem 0}.footer-content{gap:1.5rem}.footer-section h3{font-size:1.3rem}.footer-section h4{font-size:1rem}.footer-section p{font-size:.85rem}.newsletter{padding:1.5rem}.newsletter h4{font-size:1.2rem}.newsletter-form{gap:.75rem}.newsletter-form input,.newsletter-form button{padding:.75rem .875rem;font-size:.9rem}.footer-bottom{padding:1.5rem 0}.footer-bottom p,.footer-bottom-links a{font-size:.8rem}.social-link{width:40px;height:40px}}.main-site{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{line-height:1.6;color:#333}.main-site{min-height:100vh;width:100%}.main-site *{max-width:100%}@media (max-width: 768px){.main-site{font-size:16px}main{padding-top:80px}}@media (max-width: 480px){.main-site{font-size:14px}main{padding-top:70px}}body{overflow-x:hidden}.register-bg-gradient{min-height:100vh;width:100vw;background:linear-gradient(135deg,#181824,#23243a 80%,#a855f7);position:absolute;top:0;left:0;z-index:0;overflow-x:hidden;overflow-y:auto}.register-container{min-height:100vh;display:flex;align-items:center;justify-content:center;width:100vw;position:relative;z-index:1;padding-top:6vh;padding-bottom:6vh;overflow-x:hidden;overflow-y:auto}.register-card{max-width:28rem;width:100%;background:#1e2030eb;padding:2.5rem 2rem 2rem;border-radius:1.25rem;box-shadow:0 8px 32px #5024782e,0 2px 8px #0000001a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:register-fadeInUp .7s cubic-bezier(.23,1.01,.32,1) both}@keyframes register-fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.register-header{text-align:center;margin-bottom:2.5rem}.register-logo-gradient{font-size:2rem;font-weight:900;letter-spacing:-1px;margin-bottom:.5rem;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.register-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.register-subtitle{color:#d1d5db;font-size:1rem}.register-form{display:flex;flex-direction:column;gap:1.5rem}.register-input-group{display:flex;flex-direction:column;gap:.5rem}.register-label{font-size:.95rem;font-weight:500;color:#c7bfff}.register-input{padding:1rem 1.25rem;border:1.5px solid #a855f7;border-radius:.75rem;font-size:1rem;background:#28263cf2;color:#fff;transition:border .2s,box-shadow .2s;outline:none}.register-input:focus{border-color:#ec4899;box-shadow:0 0 0 2px #a855f7}.register-help-text{color:#9ca3af;font-size:.8rem;margin-top:.25rem;font-style:italic}.register-slug-container{position:relative}.register-input-error{border-color:#ef4444!important;box-shadow:0 0 0 2px #ef444433!important}.register-input-success{border-color:#22c55e!important;box-shadow:0 0 0 2px #22c55e33!important}.register-slug-loading{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.register-spinner{width:16px;height:16px;border:2px solid #a855f7;border-top:2px solid transparent;border-radius:50%;animation:register-spin 1s linear infinite}@keyframes register-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.register-slug-status{font-size:.85rem;margin-top:.25rem;padding:.25rem .5rem;border-radius:.25rem;font-weight:500}.register-slug-available{color:#22c55e;background:#22c55e1a;border:1px solid rgba(34,197,94,.2)}.register-slug-unavailable{color:#ef4444;background:#ef44441a;border:1px solid rgba(239,68,68,.2)}.register-error{color:#f87171;font-size:.95rem;text-align:center;margin-top:.5rem;background:#ef444414;border-radius:.5rem;padding:.5rem 0}.register-success{color:#22d3ee;font-size:.95rem;text-align:center;margin-top:.5rem;background:#22d3ee14;border-radius:.5rem;padding:.5rem 0}.register-button,.register-gradient-btn{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;padding:1rem 0;border-radius:.75rem;font-weight:700;font-size:1.1rem;border:none;cursor:pointer;width:100%;box-shadow:0 4px 16px #a855f71a;transition:background .2s,box-shadow .2s,transform .2s}.register-button:hover,.register-gradient-btn:hover{background:linear-gradient(135deg,#a855f7 60%,#ec4899);box-shadow:0 8px 24px #a855f72e;transform:translateY(-2px) scale(1.01)}.register-button:focus,.register-gradient-btn:focus{outline:none;box-shadow:0 0 0 3px #a855f7}.register-button:disabled,.register-gradient-btn:disabled{background:#a78bfa;cursor:not-allowed;opacity:.7}.register-login-prompt{margin-top:2rem;text-align:center;color:#d1d5db;font-size:1rem}.register-login-link{color:#a855f7;font-weight:700;text-decoration:none;transition:color .2s}.register-login-link:hover{color:#ec4899;text-decoration:underline}@media (max-width: 600px){.register-card{padding:1rem .25rem;border-radius:.75rem;max-width:98vw}.register-logo-gradient{font-size:1.1rem}.register-title{font-size:1rem}.register-form{gap:1rem}.register-input{padding:.75rem;font-size:.95rem}.register-login-prompt{margin-top:1rem;font-size:.95rem}}.admin-sistema-layout{display:flex;min-height:100vh;font-family:Inter,Arial,sans-serif;background:#f3f6fa}.admin-sistema-sidebar{width:250px;background:#2563eb;color:#fff;display:flex;flex-direction:column;align-items:flex-start;padding:32px 20px 20px;box-shadow:2px 0 8px #2563eb14;position:relative;z-index:2}.admin-sistema-logo{display:flex;align-items:center;font-size:1.4rem;font-weight:700;gap:10px;margin-bottom:40px}.admin-sistema-logo .material-icons{font-size:2rem}.admin-sistema-nav ul{list-style:none;padding:0;margin:0;width:100%}.admin-sistema-nav li{margin-bottom:18px}.admin-sistema-nav-link{color:#e0e7ef;text-decoration:none;display:flex;align-items:center;gap:10px;padding:10px 16px;border-radius:6px;font-size:1.08rem;font-weight:500;transition:background .18s,color .18s}.admin-sistema-nav-link .nav-icon{font-size:1.3rem}.admin-sistema-nav-link:hover{background:#1e40af;color:#fff}.admin-sistema-nav-link.active{background:#fff;color:#2563eb;font-weight:700}.admin-sistema-main{flex:1;display:flex;flex-direction:column;min-width:0}.admin-sistema-header{background:#fff;padding:24px 32px 12px;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 8px #2563eb08}.admin-sistema-header h1{font-size:1.7rem;font-weight:700;margin:0;color:#2563eb}.admin-sistema-content{flex:1;padding:32px;background:#f3f6fa;overflow-y:auto}.admin-sistema-logout{margin-top:auto;padding:20px;border-top:1px solid rgba(255,255,255,.1)}.logout-button{width:100%;background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3);padding:12px 16px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px;font-weight:600;transition:all .3s ease}.logout-button:hover{background:#ef444433;border-color:#ef444480;transform:translateY(-1px)}.logout-button .material-icons{font-size:1.2rem}@media (max-width: 900px){.admin-sistema-layout{flex-direction:column}.admin-sistema-sidebar{width:100%;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 10px;box-shadow:none}.admin-sistema-main{width:100%}.admin-sistema-header,.admin-sistema-content{padding:16px}}.dashboard .cards{display:flex;gap:20px;flex-wrap:wrap}.card{background:#fff;padding:20px;border-radius:5px;box-shadow:0 2px 4px #0000001a;flex:1;min-width:150px}.admin-dashboard-title{font-size:2rem;margin-bottom:28px;color:#2563eb;font-weight:700}.dashboard-filters{background:#fff;border-radius:16px;padding:24px;margin-bottom:32px;box-shadow:0 4px 16px #2563eb14;display:flex;flex-wrap:wrap;gap:20px;align-items:end;border:1px solid rgba(37,99,235,.05)}.filter-group{display:flex;flex-direction:column;gap:8px;min-width:150px}.filter-group label{font-size:.9rem;font-weight:600;color:#374151;font-family:Inter,Arial,sans-serif}.filter-select,.filter-input{padding:10px 12px;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-family:Inter,Arial,sans-serif;background:#fff;transition:all .2s ease;min-width:150px}.filter-select:focus,.filter-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.filter-button{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;font-family:Inter,Arial,sans-serif;cursor:pointer;transition:all .2s ease;min-height:44px}.filter-button:hover:not(:disabled){background:#1e40af;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.filter-button:disabled{opacity:.6;cursor:not-allowed}.filter-button .material-icons{font-size:1.1rem}.admin-dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:28px;margin-bottom:40px}.admin-dashboard-card{background:#fff;padding:32px 20px 24px;border-radius:14px;box-shadow:0 4px 16px #2563eb14;display:flex;flex-direction:column;align-items:center;transition:transform .15s,box-shadow .15s;cursor:pointer;position:relative;overflow:hidden}.admin-dashboard-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#10b981);opacity:0;transition:opacity .3s ease}.admin-dashboard-card:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 8px 24px #2563eb21}.admin-dashboard-card:hover:before{opacity:1}.card-icon{font-size:2.5rem;color:#2563eb;margin-bottom:10px}.admin-dashboard-card h3{font-size:1.1rem;color:#555;margin-bottom:8px;font-weight:600;text-align:center}.admin-dashboard-card p{font-size:2rem;color:#222;font-weight:700;margin:0;text-align:center}.currency-value{color:#10b981!important;font-size:1.8rem!important}.admin-dashboard-charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:40px;margin-top:50px}.chart-section{background:#fff;border-radius:20px;padding:32px;box-shadow:0 8px 32px #2563eb1f;transition:all .3s ease;border:1px solid rgba(37,99,235,.05)}.chart-section:hover{transform:translateY(-4px);box-shadow:0 16px 48px #2563eb2e}.chart-section.full-width{grid-column:1 / -1}.chart-title{font-size:1.4rem;color:#2563eb;font-weight:700;margin-bottom:24px;text-align:center;position:relative}.chart-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#2563eb,#10b981);border-radius:2px}.chart-container{width:100%;height:350px;display:flex;align-items:center;justify-content:center;padding:20px 0}@media (max-width: 1200px){.admin-dashboard-charts{grid-template-columns:1fr;gap:32px}.chart-section{min-height:400px}}@media (max-width: 768px){.dashboard-filters{flex-direction:column;align-items:stretch;gap:16px;padding:20px}.filter-group,.filter-select,.filter-input{min-width:auto}.admin-dashboard-cards{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.admin-dashboard-card{padding:20px 16px 16px}.card-icon{font-size:2rem}.admin-dashboard-card h3{font-size:1rem}.admin-dashboard-card p{font-size:1.5rem}.currency-value{font-size:1.4rem!important}.chart-section{padding:20px;border-radius:16px}.chart-container{height:300px;padding:10px 0}.chart-title{font-size:1.2rem;margin-bottom:20px}}.admin-empresas{padding:0;background:transparent;max-width:100%}.admin-empresas-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;padding:0 8px}.admin-empresas-title{font-size:2rem;font-weight:800;color:#1e293b;margin:0;background:linear-gradient(135deg,#2563eb,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-refresh{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #2563eb4d}.btn-refresh:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb66}.admin-empresas-table-wrapper{background:#fff;border-radius:16px;box-shadow:0 10px 25px #00000014;overflow:hidden;border:1px solid #e2e8f0}.admin-empresas-table{width:100%;border-collapse:collapse;background:#fff}.admin-empresas-table th,.admin-empresas-table td{border:none;padding:20px 16px;text-align:left;font-size:.95rem;vertical-align:middle}.admin-empresas-table th{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#475569;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e2e8f0}.admin-empresas-table tbody tr{border-bottom:1px solid #f1f5f9;transition:all .2s ease}.admin-empresas-table tbody tr:hover{background:#f8fafc;transform:scale(1.01)}.admin-empresas-table tbody tr:last-child{border-bottom:none}.admin-empresas-table tr.inactive{opacity:.7;background:#fef2f2}.admin-empresas-table tr.inactive:hover{background:#fee2e2}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #0000001a}.status-badge.active{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;border:1px solid #86efac}.status-badge.blocked{background:linear-gradient(135deg,#fef2f2,#fecaca);color:#991b1b;border:1px solid #fca5a5}.status-icon{font-size:1rem}.admin-empresas-table td:last-child{padding:16px}.action-buttons{display:flex;flex-direction:column;gap:8px;min-width:120px}.btn-block,.btn-unblock,.btn-renew,.btn-change-plan,.btn-delete{padding:10px 16px;border:none;border-radius:10px;cursor:pointer;font-weight:600;font-size:.85rem;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #00000026;min-width:100%}.btn-block{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.btn-block:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 4px 12px #ef444466}.btn-unblock{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-unblock:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.btn-renew{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.btn-renew:hover{background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b66}.btn-change-plan{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.btn-change-plan:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf666}.btn-delete{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.btn-delete:hover{background:linear-gradient(135deg,#4b5563,#374151);transform:translateY(-2px);box-shadow:0 4px 12px #6b728066}.plan-display{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:12px;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.plan-free{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#6b7280}.plan-basic{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8}.plan-premium{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.days-remaining{font-weight:600;color:#059669;font-size:.9rem}.days-remaining.expired{color:#dc2626}.days-remaining.warning{color:#d97706}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;border:1px solid #e2e8f0}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.modal-header h3{margin:0;color:#1e293b;font-size:1.5rem;font-weight:700}.modal-close{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:#64748b;transition:all .2s ease}.modal-close:hover{background:#e2e8f0;color:#475569}.modal-body{padding:32px}.modal-body p{margin:0 0 24px;color:#64748b;font-size:1rem;line-height:1.6}.plan-options{display:grid;gap:16px}.plan-option{display:flex;flex-direction:column;padding:24px;border:2px solid #e2e8f0;border-radius:16px;background:#fff;cursor:pointer;transition:all .3s ease;text-align:left;position:relative;overflow:hidden}.plan-option:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);transition:all .3s ease}.plan-option:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 12px 24px #3b82f626}.plan-option:hover:before{background:linear-gradient(135deg,#3b82f6,#2563eb)}.plan-option.selected{border-color:#2563eb;background:linear-gradient(135deg,#eff6ff,#dbeafe);box-shadow:0 8px 16px #2563eb33}.plan-option.selected:before{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.plan-name{font-weight:700;font-size:1.25rem;color:#1e293b;margin-bottom:8px}.plan-description{font-size:.95rem;color:#64748b;line-height:1.5}@media (max-width: 1200px){.action-buttons{min-width:100px}.btn-block,.btn-unblock,.btn-renew,.btn-change-plan,.btn-delete{padding:8px 12px;font-size:.8rem}}@media (max-width: 900px){.admin-empresas{padding:16px}.admin-empresas-header{flex-direction:column;gap:16px;align-items:flex-start}.admin-empresas-table-wrapper{overflow-x:auto}.admin-empresas-table{min-width:800px}.action-buttons{flex-direction:row;flex-wrap:wrap;gap:4px}.btn-block,.btn-unblock,.btn-renew,.btn-change-plan,.btn-delete{min-width:auto;flex:1;padding:6px 8px;font-size:.75rem}}.notification-banner{position:fixed;top:20px;right:20px;max-width:400px;min-width:320px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f,0 4px 16px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);z-index:10000;overflow:hidden;transform:translate(100%);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.notification-banner.notification-visible{transform:translate(0);opacity:1}.notification-banner.notification-hidden{transform:translate(100%);opacity:0}.notification-banner.order{background:linear-gradient(135deg,#4ade80,#22c55e);border:1px solid rgba(74,222,128,.2)}.notification-banner.success{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:1px solid rgba(59,130,246,.2)}.notification-banner.warning{background:linear-gradient(135deg,#f59e0b,#d97706);border:1px solid rgba(245,158,11,.2)}.notification-banner.error{background:linear-gradient(135deg,#ef4444,#dc2626);border:1px solid rgba(239,68,68,.2)}.notification-content{display:flex;align-items:center;padding:20px;gap:16px;position:relative}.notification-icon-container{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ffffff26;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);flex-shrink:0}.notification-icon{font-size:24px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.notification-text{flex:1;display:flex;flex-direction:column;gap:4px}.notification-title{font-weight:600;font-size:16px;line-height:1.2;text-shadow:0 1px 2px rgba(0,0,0,.1)}.notification-message{font-size:14px;line-height:1.4;opacity:.9;font-weight:400}.notification-close-btn{background:#ffffff1a;border:none;color:#fff;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);flex-shrink:0}.notification-close-btn:hover{background:#fff3;transform:scale(1.05)}.notification-close-btn:active{transform:scale(.95)}.notification-progress{position:absolute;bottom:0;left:0;height:3px;background:#ffffff4d;width:100%;overflow:hidden}.notification-progress:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:#fffc;animation:progress-shrink 4s linear forwards}@keyframes progress-shrink{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes notification-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes notification-slide-out{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@media (max-width: 768px){.notification-banner{top:10px;right:10px;left:10px;max-width:none;min-width:auto}.notification-content{padding:16px;gap:12px}.notification-icon-container{width:40px;height:40px}.notification-icon{font-size:20px}.notification-title{font-size:15px}.notification-message{font-size:13px}}.notification-banner:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s}.notification-banner:hover:before{left:100%}
