*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;background-color:#fff}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:18px;color:#000;background-color:#fff}.add-food-container{min-height:100vh;background:#fff}.featured-section{border:1px solid #e0e0e0;border-radius:8px;padding:16px;margin-bottom:20px;background:#fafafa}.featured-section .section-label{margin:0 0 12px;font-size:16px;color:#000}.checkbox-label{display:flex;align-items:center;gap:8px;margin-bottom:12px;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px}.form-container{max-width:800px;margin:32px auto;padding:0 32px}.food-form{background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 8px #0000001a;border:1px solid #e0e0e0}.form-group{margin-bottom:24px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px;border:1px solid #cccccc;border-radius:8px;font-size:16px;box-sizing:border-box;font-family:inherit;transition:border-color .2s;background:#fff;color:#000}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#ff6b2c}.form-group textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.image-preview{margin-top:12px}.image-preview img{max-width:200px;max-height:200px;border-radius:8px;object-fit:cover}.image-note{margin-top:8px;font-size:12px;color:#666;font-style:italic}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px}.cancel-button{padding:12px 24px;background:#fff;color:#000;border:2px solid #000000;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.cancel-button:hover{background:#000;color:#fff}.submit-button{padding:12px 24px;background:#ff6b2c;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.customers-container{min-height:100vh;background:#fff}.customers-container .page-header{background:#fff;padding:24px 32px;border-bottom:1px solid #e0e0e0}.customers-container .back-button{background:none;border:none;color:#ff6b2c;font-size:14px;cursor:pointer;padding:0;margin-bottom:16px;font-weight:500}.customers-container .back-button:hover{text-decoration:underline}.customers-container .back-button{display:inline-flex;align-items:center;gap:8px}.customers-container .back-arrow-icon{flex-shrink:0}.customers-container .header-content h1{margin:0 0 4px;color:#000;font-size:24px}.header-note{margin:0;font-size:13px;color:#666}.customers-container .content-container{max-width:1200px;margin:32px auto;padding:0 32px}.customers-container .error-message{background:#fee;color:#c33;padding:12px;border-radius:8px;margin-bottom:24px;border:1px solid #fcc}.customers-container .loading,.customers-container .empty-state{text-align:center;padding:60px 20px;background:#f9f9f9;border-radius:12px}.customers-table-wrapper{overflow-x:auto;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 8px #0000000f;margin-bottom:24px}.customers-table{width:100%;border-collapse:collapse;background:#fff}.customers-table th,.customers-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #eee}.customers-table th{background:#f5f5f5;font-weight:600;color:#000;font-size:13px}.customers-table tbody tr:hover{background:#fafafa}.customers-table tbody tr.row-disabled{background:#f9f9f9;opacity:.85}.name-cell{font-weight:500}.email-cell{color:#444}.date-cell{color:#666;font-size:14px}.status-active{background:#d1fae5;color:#065f46}.status-flagged{background:#fee2e2;color:#991b1b}.view-button,.flag-button{padding:6px 12px;margin-right:8px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid #ddd;background:#fff;color:#333}.view-button:hover,.flag-button:hover:not(:disabled){background:#f5f5f5;border-color:#ccc}.flag-button:disabled{opacity:.6;cursor:not-allowed}.flag-button{border-color:#f59e0b;color:#b45309}.flag-button:hover:not(:disabled){background:#fef3c7;border-color:#f59e0b}.profile-detail{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000f}.profile-detail h3{margin:0 0 20px;font-size:18px;color:#000}.profile-detail-grid{display:grid;gap:12px;margin-bottom:20px}.detail-row{display:grid;grid-template-columns:140px 1fr;gap:12px;font-size:14px}.detail-label{color:#666;font-weight:500}.detail-value{color:#000}.close-detail-button{padding:8px 16px;background:#f0f0f0;border:1px solid #ddd;border-radius:6px;font-size:14px;cursor:pointer;color:#333}.close-detail-button:hover{background:#e5e5e5}.dashboard-container{min-height:100vh;background:#fff}.dashboard-header{background:#fff;padding:24px 32px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.dashboard-header h1{margin:0 0 4px;color:#000;font-size:24px}.dashboard-header p{margin:0;color:#000;font-size:14px;opacity:.7}.logout-button{padding:10px 20px;background:#ff6b2c;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.logout-button:hover{background:#e55a20}.dashboard-content{padding:32px;max-width:1200px;margin:0 auto}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.dashboard-card{background:#fff;padding:32px;border-radius:12px;text-decoration:none;color:inherit;box-shadow:0 2px 8px #0000001a;border:1px solid #e0e0e0;transition:transform .2s,box-shadow .2s;display:block}.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.card-icon{margin-bottom:16px;color:#ff6b2c;display:flex;align-items:center;justify-content:center}.card-icon svg{width:48px;height:48px}.dashboard-card h2{margin:0 0 8px;color:#000;font-size:20px}.dashboard-card p{margin:0;color:#000;font-size:14px;opacity:.7}.analytics-error{background:#fee;color:#c33;padding:12px 16px;border-radius:8px;margin-bottom:24px;border:1px solid #fcc}.analytics-loading{text-align:center;padding:32px;color:#666}.analytics-section{margin-bottom:40px}.analytics-title{margin:0 0 20px;font-size:20px;color:#000}.analytics-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:28px}.analytics-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;gap:8px}.analytics-card-value{font-size:28px;font-weight:700;color:#ff6b2c}.analytics-card-label{font-size:14px;color:#666}.analytics-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.analytics-box{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000f}.analytics-box h3{margin:0 0 16px;font-size:16px;color:#000}.analytics-empty{margin:0;color:#999;font-size:14px}.most-ordered-list,.orders-per-day-list{margin:0;padding:0;list-style:none}.most-ordered-list li,.orders-per-day-list li{padding:8px 0;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:8px;font-size:14px}.most-ordered-list li:last-child,.orders-per-day-list li:last-child{border-bottom:none}.most-ordered-list .rank{color:#999;min-width:24px}.most-ordered-list .item-name{flex:1;color:#000}.most-ordered-list .item-qty{color:#666;font-weight:500}.day-row{display:grid;grid-template-columns:1fr auto auto;gap:12px}.day-row .day-date{color:#000}.day-row .day-count{color:#666}.day-row .day-revenue{font-weight:600;color:#ff6b2c}.dashboard-links .section-title{margin:0 0 20px;font-size:18px;color:#000}.food-items-container{min-height:100vh;background:#fff}.header-content{display:flex;justify-content:space-between;align-items:center}.add-button{padding:10px 20px;background:#ff6b2c;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.add-button:hover{background:#e55a20}.content-container{max-width:1200px;margin:32px auto;padding:0 32px}.filter-section{background:#fff;padding:20px;border-radius:8px;margin-bottom:24px;display:flex;align-items:center;gap:12px;border:1px solid #e0e0e0}.filter-section label{font-weight:500;color:#000}.filter-select{padding:8px 12px;border:1px solid #cccccc;border-radius:6px;font-size:14px;background:#fff;color:#000}.filter-select:focus{outline:none;border-color:#ff6b2c}.loading,.empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:12px}.empty-state p{color:#000;margin-bottom:20px;opacity:.7}.error-message{background:#fee;color:#c33;padding:12px;border-radius:8px;margin-bottom:24px;border:1px solid #fcc}.food-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.food-item-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;border:1px solid #e0e0e0;transition:transform .2s,box-shadow .2s}.food-item-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.food-item-image{width:100%;height:200px;object-fit:cover}.food-item-content{padding:20px}.food-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.food-item-content h3{margin:0;color:#000;font-size:18px;flex:1}.food-item-category{background:#ff6b2c;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;margin-left:8px}.food-item-featured-badge{background:#10b981;color:#fff;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;margin-left:6px}.food-item-description{color:#000;font-size:14px;margin:0 0 16px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;opacity:.7}.food-item-footer{display:flex;justify-content:space-between;align-items:center}.food-item-price{font-size:20px;font-weight:700;color:#ff6b2c}.food-item-actions{display:flex;gap:8px}.edit-button{padding:8px 16px;background:#ff6b2c;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.edit-button:hover{background:#e55a20}.delete-button{padding:8px 16px;background:#dc2626;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.delete-button:hover{background:#b91c1c}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:20px}.login-card{background:#fff;border-radius:12px;padding:40px;width:100%;max-width:400px;box-shadow:0 10px 40px #0000001a;border:1px solid #e0e0e0}.login-card h1{margin:0 0 8px;color:#000;font-size:28px;font-weight:700}.subtitle{color:#000;margin:0 0 32px;font-size:14px;opacity:.7}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#000;font-weight:500;font-size:14px}.form-group input{width:100%;padding:12px;border:1px solid black;border-radius:8px;font-size:16px;box-sizing:border-box;transition:border-color .2s;background:#fff;color:#000}.error-message{background:#fee;color:#c33;padding:12px;border-radius:8px;margin-bottom:20px;font-size:14px;border:1px solid #fcc}.submit-button{width:100%;padding:14px;background:#ff6b2c;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.orders-container{min-height:100vh;background:#fff}.orders-container .page-header{background:#fff;padding:24px 32px;border-bottom:1px solid #e0e0e0}.orders-container .back-button{background:none;border:none;color:#ff6b2c;font-size:14px;cursor:pointer;padding:0;margin-bottom:16px;font-weight:500}.orders-container .back-button:hover{text-decoration:underline}.orders-container .back-button{display:inline-flex;align-items:center;gap:8px}.orders-container .back-arrow-icon{flex-shrink:0}.orders-container .header-content h1{margin:0;color:#000;font-size:24px}.orders-container .content-container{max-width:1200px;margin:32px auto;padding:0 32px}.orders-container .error-message{background:#fee;color:#c33;padding:12px;border-radius:8px;margin-bottom:24px;border:1px solid #fcc}.orders-container .loading,.orders-container .empty-state{text-align:center;padding:60px 20px;background:#f9f9f9;border-radius:12px}.orders-table-wrapper{overflow-x:auto;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 8px #0000000f}.orders-table{width:100%;border-collapse:collapse;background:#fff}.orders-table th,.orders-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #eee}.orders-table th{background:#f5f5f5;font-weight:600;color:#000;font-size:13px}.orders-table tbody tr:hover{background:#fafafa}.orders-table .order-id{font-family:monospace;font-weight:500}.orders-table .total-cell{font-weight:600;color:#ff6b2c}.orders-table .date-cell{color:#666;font-size:14px}.status-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}.status-pending{background:#fef3c7;color:#92400e}.status-preparing{background:#dbeafe;color:#1e40af}.status-ready,.status-delivered{background:#d1fae5;color:#065f46}.status-cancelled{background:#374151;color:#fff}.status-select{padding:6px 10px;border:1px solid #ccc;border-radius:6px;font-size:13px;background:#fff;cursor:pointer;min-width:120px}.status-select:focus{outline:none;border-color:#ff6b2c}.status-select:disabled{opacity:.7;cursor:not-allowed}.status-select-cancelled{background:#374151;color:#fff;border-color:#374151}.status-select-cancelled:hover,.status-select-cancelled:focus{background:#374151;color:#fff;border-color:#374151}.status-select option[value=cancelled]{background:#374151;color:#fff}.profile-container{min-height:100vh;background:#fff}.page-header{background:#fff;padding:24px 32px;border-bottom:1px solid #e0e0e0}.back-button{background:none;border:none;color:#ff6b2c;font-size:14px;cursor:pointer;padding:0;margin-bottom:16px;font-weight:500;display:inline-flex;align-items:center;gap:8px}.back-button:hover{text-decoration:underline}.back-arrow-icon{flex-shrink:0}.page-header h1{margin:0;color:#000;font-size:24px}.profile-content{max-width:800px;margin:32px auto;padding:0 32px}.profile-section{background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 8px #0000001a;border:1px solid #e0e0e0;margin-bottom:24px}.profile-section h2{margin:0 0 24px;color:#000;font-size:20px}.profile-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#000;font-weight:500;font-size:14px}.form-group input{width:100%;padding:12px;border:1px solid #cccccc;border-radius:8px;font-size:16px;box-sizing:border-box;font-family:inherit;transition:border-color .2s;background:#fff;color:#000}.form-group input:focus{outline:none;border-color:#ff6b2c}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{padding-right:45px}.eye-icon-button{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s}.eye-icon-button:hover{color:#ff6b2c}.eye-icon-button:focus{outline:none;color:#ff6b2c}.submit-button{padding:12px 24px;background:#ff6b2c;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s;align-self:flex-start}.submit-button:hover:not(:disabled){background:#e55a20}.submit-button:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee;color:#c33;padding:12px;border-radius:8px;margin-bottom:24px;font-size:14px;border:1px solid #fcc}.success-message{background:#efe;color:#3c3;padding:12px;border-radius:8px;margin-bottom:24px;font-size:14px;border:1px solid #cfc}.profile-actions{margin-top:32px;padding-top:32px;border-top:1px solid #e0e0e0}.logout-button{padding:12px 24px;background:#dc2626;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.logout-button:hover{background:#b91c1c}
