*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #e8440a;--primary-dark: #c33507;--primary-light: #fde8e0;--accent: #f59e0b;--accent-light: #fef3c7;--sidebar-bg: #1a0e00;--sidebar-text: #c4a882;--sidebar-active-bg: rgba(232, 68, 10, .15);--sidebar-active-text: #f97316;--sidebar-hover-bg: #2c1a07;--sidebar-width: 260px;--header-height: 64px;--bg: #faf7f4;--card-bg: #ffffff;--border: #ede5d8;--text: #1c1209;--text-muted:#7a6548;--success: #16a34a;--warning: #d97706;--danger: #dc2626;--info: #2563eb}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.5}.capitalize{text-transform:capitalize}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .8s linear infinite}.btn{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:10px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;text-decoration:none;white-space:nowrap;font-family:inherit}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:#fff;color:var(--text);border:1.5px solid var(--border)}.btn-secondary:hover{background:var(--bg)}.btn-danger{background:#fef2f2;color:var(--danger);border:1px solid #fecaca}.btn-danger:hover{background:#fee2e2}.btn-success{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.btn-sm{padding:6px 12px;font-size:13px}.btn-block{width:100%;justify-content:center}.btn-icon{width:32px;height:32px;border-radius:6px;border:1px solid var(--border);background:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .15s;color:var(--text-muted)}.btn-icon:hover{background:var(--bg);color:var(--text)}.btn-icon-danger:hover{background:#fef2f2;color:var(--danger);border-color:#fecaca}.btn-icon-edit:hover{background:#eff6ff;color:var(--info);border-color:#bfdbfe}.badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.badge:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor;flex-shrink:0}.badge-success{background:#dcfce7;color:#15803d}.badge-danger{background:#fef2f2;color:#b91c1c}.badge-warning{background:#fef9c3;color:#a16207}.badge-info{background:#dbeafe;color:#1d4ed8}.badge-secondary{background:#f1f5f9;color:#475569}.badge-purple{background:#f3e8ff;color:#7e22ce}.badge-orange{background:#fff7ed;color:#c2410c}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid-full{grid-column:1 / -1}.form-group{display:flex;flex-direction:column;gap:5px}.form-label{font-size:13px;font-weight:600;color:var(--text)}.form-control{padding:9px 12px;border:1.5px solid var(--border);border-radius:8px;font-size:14px;color:var(--text);background:#fff;outline:none;transition:border-color .15s;font-family:inherit}.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}textarea.form-control{resize:vertical;min-height:80px;width:100%}.radio-group{display:flex;flex-wrap:wrap;gap:16px;margin-top:6px}.radio-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;cursor:pointer}.radio-label input[type=radio]{accent-color:var(--primary)}.card{background:#fff;border-radius:14px;border:1px solid var(--border);overflow:hidden}.card-header{padding:14px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.card-title{font-size:15px;font-weight:700;color:var(--text)}.card-body{padding:20px}.admin-layout{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;z-index:100;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#3d2210 transparent}.sidebar-logo{display:flex;align-items:center;gap:12px;padding:20px 24px;border-bottom:1px solid #2c1a07;flex-shrink:0}.sidebar-logo-icon{width:36px;height:36px;background:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.sidebar-logo-text{font-size:15px;font-weight:800;color:#fff;line-height:1.2}.sidebar-logo-sub{font-size:11px;color:var(--sidebar-text);font-weight:400}.sidebar-nav{flex:1;padding:12px 0 20px}.nav-section-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#5c3d20;padding:12px 24px 4px}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 24px;color:var(--sidebar-text);text-decoration:none;font-size:13.5px;font-weight:500;transition:all .15s ease;border-left:3px solid transparent;cursor:pointer}.nav-item:hover{background:var(--sidebar-hover-bg);color:#e0c49a}.nav-item.active{background:var(--sidebar-active-bg);color:var(--sidebar-active-text);border-left-color:var(--primary)}.nav-item svg{flex-shrink:0}.main-area{margin-left:var(--sidebar-width);flex:1;display:flex;flex-direction:column;min-height:100vh}.header{height:var(--header-height);background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:50;flex-shrink:0}.header-left{display:flex;align-items:center;gap:16px}.header-breadcrumb{font-size:14px;color:var(--text-muted)}.header-breadcrumb span{color:var(--text);font-weight:700}.header-right{display:flex;align-items:center;gap:12px}.header-search{display:flex;align-items:center;gap:8px;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:8px 14px;width:260px}.header-search input{border:none;background:transparent;outline:none;font-size:14px;color:var(--text);width:100%}.header-search input::placeholder{color:var(--text-muted)}.header-icon-btn{width:36px;height:36px;border-radius:8px;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);position:relative;transition:all .15s}.header-icon-btn:hover{background:var(--bg);color:var(--text)}.notification-dot{position:absolute;top:5px;right:5px;width:8px;height:8px;background:var(--danger);border-radius:50%;border:2px solid #fff}.header-user{display:flex;align-items:center;gap:10px;cursor:pointer;padding:6px 10px;border-radius:8px;transition:background .15s}.header-user:hover{background:var(--bg)}.header-avatar{width:34px;height:34px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.header-user-info{line-height:1.2}.header-user-name{font-size:13px;font-weight:700;color:var(--text)}.header-user-role{font-size:11px;color:var(--text-muted)}.page-content{flex:1;padding:24px}.page{display:flex;flex-direction:column;gap:20px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.page-title{font-size:22px;font-weight:800;color:var(--text);margin:0}.page-subtitle{font-size:13px;color:var(--text-muted);margin:3px 0 0}.page-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.page-content.view-yes:not(.manage-yes) .btn-icon-edit,.page-content.view-yes:not(.manage-yes) .btn-icon-danger,.page-content.view-yes:not(.manage-yes) .page-actions{display:none!important}.table-wrapper{overflow-x:auto}.table{width:100%;border-collapse:collapse;font-size:14px}.table th{background:#fdf5ee;padding:11px 16px;text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap}.table td{padding:13px 16px;border-bottom:1px solid #f5ede3;color:var(--text);vertical-align:middle}.table tr:last-child td{border-bottom:none}.table tbody tr:hover td{background:#fdf5ee}.table-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0}.table-user{display:flex;align-items:center;gap:10px}.table-user-name{font-weight:600;color:var(--text);font-size:14px}.table-user-sub{font-size:12px;color:var(--text-muted);margin-top:1px}.table-actions{display:flex;align-items:center;gap:6px}.table-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.search-box{display:flex;align-items:center;gap:8px;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:8px 14px;min-width:240px}.search-box input{border:none;background:transparent;outline:none;font-size:14px;color:var(--text);width:100%;font-family:inherit}.search-box input::placeholder{color:var(--text-muted)}.filter-select{padding:8px 14px;border:1.5px solid var(--border);border-radius:8px;background:#fff;font-size:14px;color:var(--text);outline:none;cursor:pointer;font-family:inherit}.pagination{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-top:1px solid var(--border);font-size:13px;color:var(--text-muted)}.pagination-controls{display:flex;align-items:center;gap:4px}.page-btn{min-width:32px;height:32px;padding:0 6px;border-radius:6px;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;color:var(--text);transition:all .15s;font-family:inherit}.page-btn:hover{background:var(--bg)}.page-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.modal-overlay{position:fixed;inset:0;background:#1c12098c;display:flex;align-items:center;justify-content:center;z-index:200;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:#fff;border-radius:16px;width:100%;max-width:560px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #1c120940}.modal-lg{max-width:700px}.modal-sm{max-width:420px}.modal-header{padding:18px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.modal-title{font-size:16px;font-weight:700;color:var(--text)}.modal-close{width:30px;height:30px;border-radius:6px;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);transition:background .15s}.modal-close:hover{background:var(--bg)}.modal-body{padding:24px;overflow-y:auto;flex:1}.modal-footer{padding:14px 24px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:10px;flex-shrink:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px}.stat-card{background:#fff;border-radius:14px;padding:20px;border:1px solid var(--border);display:flex;align-items:flex-start;gap:16px}.stat-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-info{flex:1;min-width:0}.stat-value{font-size:26px;font-weight:800;color:var(--text);line-height:1}.stat-label{font-size:13px;color:var(--text-muted);margin-top:4px}.stat-trend{font-size:12px;margin-top:6px;display:flex;align-items:center;gap:3px}.stat-trend.up{color:var(--success)}.stat-trend.down{color:var(--danger)}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}.activity-item{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid #f5ede3}.activity-item:last-child{border-bottom:none}.activity-dot{width:8px;height:8px;border-radius:50%;margin-top:6px;flex-shrink:0}.activity-text{font-size:13.5px;color:var(--text);flex:1}.activity-time{font-size:12px;color:var(--text-muted);white-space:nowrap}.settings-grid{display:flex;flex-direction:column;gap:24px}.settings-section{background:#fff;border-radius:14px;border:1px solid var(--border);overflow:hidden}.settings-section-header{padding:16px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px}.settings-section-title{font-size:15px;font-weight:700;color:var(--text)}.settings-section-body{padding:24px}.settings-toggle{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--border)}.settings-toggle:last-child{border-bottom:none}.settings-toggle-info{flex:1}.settings-toggle-label{font-size:14px;font-weight:600;color:var(--text)}.settings-toggle-desc{font-size:13px;color:var(--text-muted);margin-top:2px}.toggle-switch{position:relative;width:44px;height:24px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;inset:0;background:#ddd;border-radius:12px;cursor:pointer;transition:background .2s}.toggle-slider:before{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:3px;left:3px;transition:transform .2s;box-shadow:0 1px 3px #0003}.toggle-switch input:checked+.toggle-slider{background:var(--primary)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.settings-subnav{display:flex;flex-wrap:wrap;gap:4px;background:var(--card-bg);border:1px solid var(--border);border-radius:10px;padding:6px}.settings-subnav-item{display:flex;align-items:center;gap:7px;padding:8px 16px;border-radius:7px;border:none;background:transparent;color:var(--text-muted);font-size:13.5px;font-weight:500;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.settings-subnav-item:hover{background:var(--bg);color:var(--text)}.settings-subnav-item.active{background:var(--primary-light);color:var(--primary);font-weight:700}.schedule-row{display:grid;grid-template-columns:140px 70px 1fr 1fr;align-items:center;gap:16px;padding:12px 4px;border-bottom:1px solid var(--border);transition:opacity .2s}.schedule-row:last-child{border-bottom:none}.schedule-header{font-size:12px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;padding-bottom:8px}.schedule-closed{opacity:.45}.schedule-day{font-weight:600;font-size:14px}.table-filters{display:flex;gap:6px}.filter-btn{padding:5px 14px;border-radius:20px;border:1px solid var(--border);background:#fff;font-size:12.5px;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .15s}.filter-btn:hover{border-color:var(--primary);color:var(--primary)}.filter-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.login-page{min-height:100vh;background:linear-gradient(135deg,#1a0e00,#3d1a04,#1a0e00);display:flex;align-items:center;justify-content:center;padding:24px}.login-card{background:#fff;border-radius:16px;padding:40px;width:100%;max-width:480px;box-shadow:0 25px 60px #00000059}.login-logo{display:flex;align-items:center;gap:12px;margin-bottom:28px}.login-logo-icon{width:44px;height:44px;background:var(--primary);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.login-logo-text{font-size:20px;font-weight:800;color:var(--text);line-height:1.1}.login-logo-sub{font-size:12px;color:var(--text-muted);margin-top:2px}.login-title{font-size:20px;font-weight:800;color:var(--text);margin-bottom:6px}.login-subtitle{font-size:14px;color:var(--text-muted);margin-bottom:20px}.login-demo-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.login-demo-chip{padding:6px 16px;border-radius:20px;border:2px solid var(--chip-color, var(--primary));background:transparent;color:var(--chip-color, var(--primary));font-size:13px;font-weight:700;cursor:pointer;transition:all .15s}.login-demo-chip:hover{background:var(--chip-color, var(--primary));color:#fff}.login-form{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.login-form .form-input{width:100%;padding:10px 14px;border:1.5px solid var(--border);border-radius:8px;font-size:14px;color:var(--text);background:#faf7f4;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box;font-family:inherit}.login-form .form-input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px var(--primary-light)}.login-form .form-input::placeholder{color:#c4a882}.login-password-wrap{position:relative}.login-password-wrap .form-input{padding-right:42px}.login-eye-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;padding:0}.login-eye-btn:hover{color:var(--text)}.login-error{background:#fef2f2;border:1px solid #fecaca;color:var(--danger);border-radius:8px;padding:10px 14px;font-size:13px}.login-submit-btn{width:100%;padding:12px;font-size:15px;font-weight:700;border-radius:10px;margin-top:4px}.login-demo-table{border-top:1px solid var(--border);padding-top:20px}.login-demo-table-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:10px}.login-demo-table table{width:100%;border-collapse:collapse;font-size:12.5px}.login-demo-table th{text-align:left;padding:6px 8px;color:var(--text-muted);font-weight:700;border-bottom:1px solid var(--border)}.login-demo-table td{padding:6px 8px;color:var(--text);border-bottom:1px solid var(--border)}.login-demo-table tr:last-child td{border-bottom:none}.login-role-badge{display:inline-block;padding:2px 10px;border-radius:12px;background:var(--chip-color, var(--primary));color:#fff;font-size:11px;font-weight:700}.empty-state{padding:56px 24px;text-align:center;color:var(--text-muted);font-size:15px;line-height:1.6}.empty-state-icon{margin:0 auto 12px;opacity:.25}.empty-state p{font-size:14px}.chart-placeholder{height:200px;background:linear-gradient(180deg,var(--primary-light) 0%,#fff8f4 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:13px;border:2px dashed #f0c4aa}.site-layout{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.site-main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:32px 20px 64px}.site-header{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 1px 4px #e8440a0f}.site-header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:24px;padding:0 20px;height:60px}.site-brand{display:flex;align-items:center;gap:8px;font-weight:800;font-size:20px;color:var(--primary);text-decoration:none;flex-shrink:0}.site-brand-name{color:var(--text)}.site-nav{display:flex;gap:4px;align-items:center}.site-nav-link{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:8px;color:var(--text-muted);text-decoration:none;font-size:14px;font-weight:500;transition:background .12s,color .12s;border:none;background:none;cursor:pointer;font-family:inherit}.site-nav-link:hover{background:var(--primary-light);color:var(--primary)}.site-nav-link.active{background:var(--primary-light);color:var(--primary);font-weight:700}.site-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.site-cart-link{position:relative;color:var(--text);display:inline-flex;padding:6px;border-radius:8px;transition:background .12s}.site-cart-link:hover{background:var(--primary-light);color:var(--primary)}.site-cart-badge{position:absolute;top:-4px;right:-6px;background:var(--primary);color:#fff;font-size:10px;font-weight:800;min-width:18px;height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px}.site-account{position:relative}.site-account-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;border:1.5px solid var(--border);background:#fff;color:var(--text);font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .12s}.site-account-btn:hover{background:var(--primary-light);border-color:var(--primary-light)}.site-account-name{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-account-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 32px #0000001f;min-width:180px;overflow:hidden;z-index:40}.site-account-item{display:block;padding:11px 18px;font-size:14px;font-weight:500;color:var(--text);text-decoration:none;transition:background .1s;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-family:inherit}.site-account-item:hover{background:var(--bg)}.site-account-admin{color:var(--primary);font-weight:700}.site-account-logout{color:var(--danger)}.site-login-btn{padding:7px 16px;border-radius:8px;background:var(--primary);color:#fff;font-size:14px;font-weight:700;text-decoration:none;transition:background .12s}.site-login-btn:hover{background:var(--primary-dark)}.site-menu-toggle{display:none;padding:6px;border-radius:8px;border:1.5px solid var(--border);background:#fff;cursor:pointer;color:var(--text)}.site-nav-mobile{display:flex;flex-direction:column;padding:8px 16px 16px;border-top:1px solid var(--border);gap:2px}.site-nav-logout{color:var(--danger);font-weight:600}.site-footer{background:var(--sidebar-bg);color:#c4a882;margin-top:auto}.site-footer-inner{max-width:1200px;margin:0 auto;padding:40px 20px;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.site-footer-brand-col{display:flex;flex-direction:column;gap:6px}.site-footer-brand{font-size:22px;font-weight:800;color:#fff}.site-footer-tagline{color:#9a7855;font-size:14px}.site-footer-links{display:flex;flex-direction:column;gap:8px}.site-footer-link{color:#c4a882;text-decoration:none;font-size:14px;transition:color .12s}.site-footer-link:hover{color:#fff}.site-footer-bottom{border-top:1px solid #2c1a07;text-align:center;padding:16px;font-size:13px;color:#6b4e30}.auth-wrap{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{width:100%;max-width:420px;border:1.5px solid var(--border);border-radius:16px;padding:32px;background:#fff;box-shadow:0 8px 32px #e8440a0f}.auth-card h1{font-size:24px;font-weight:800;margin-bottom:6px}.auth-card .sub{color:var(--text-muted);margin-bottom:22px;font-size:14px}.auth-card .form-group{margin-bottom:14px}.auth-error{background:#fef2f2;color:var(--danger);padding:10px 12px;border-radius:8px;font-size:13px;margin-bottom:14px}.auth-foot{margin-top:16px;font-size:14px;color:var(--text-muted);text-align:center}.auth-foot a{color:var(--primary);font-weight:700;text-decoration:none}.section-head{display:flex;align-items:center;justify-content:space-between;margin:8px 0 18px}.section-head h2{font-size:22px;font-weight:800}.section-head a{color:var(--primary);text-decoration:none;font-size:14px;font-weight:700}.link-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:13px;font-family:inherit}.link-btn:hover{color:var(--danger)}.link-small{font-size:13px;color:var(--primary);text-decoration:none}.link-small:hover{text-decoration:underline}.home-page{display:flex;flex-direction:column;gap:40px}.home-hero{background:linear-gradient(120deg,var(--primary-dark) 0%,var(--primary) 60%,var(--accent) 100%);border-radius:20px;padding:56px 40px;color:#fff;position:relative;overflow:hidden}.home-hero:before{content:"";position:absolute;top:-60px;right:-60px;width:280px;height:280px;border-radius:50%;background:#ffffff12}.home-hero__title{font-size:36px;font-weight:900;line-height:1.15;margin-bottom:14px;max-width:560px;position:relative}.home-hero__sub{font-size:17px;opacity:.9;max-width:480px;position:relative}.home-cuisines__heading{font-size:20px;font-weight:800;margin-bottom:14px;color:var(--text)}.home-cuisines__row{display:flex;flex-wrap:wrap;gap:10px}.home-cuisines__chip{padding:8px 18px;border-radius:999px;border:1.5px solid var(--border);background:#fff;color:var(--text);font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.home-cuisines__chip:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.home-featured__heading{font-size:22px;font-weight:800;margin-bottom:18px;color:var(--text)}.home-featured__empty{color:var(--text-muted);font-size:14px}.home-featured__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.home-offers__heading{font-size:20px;font-weight:800;margin-bottom:14px;color:var(--text);display:flex;align-items:center;gap:12px}.home-offers__see-all{font-size:13px;color:var(--primary);font-weight:700;text-decoration:none;margin-left:auto}.home-offers__see-all:hover{text-decoration:underline}.home-offers__strip{display:flex;gap:12px;flex-wrap:wrap}.home-offers__card{display:flex;flex-direction:column;gap:4px;padding:14px 20px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-radius:14px;color:#fff;text-decoration:none;min-width:170px;transition:transform .15s,box-shadow .15s}.home-offers__card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e8440a40}.home-offers__code{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;opacity:.9}.home-offers__title{font-size:14px;font-weight:700}.restaurants-page{display:flex;flex-direction:column;gap:24px}.restaurants-page__title{font-size:28px;font-weight:800;color:var(--text)}.restaurants-page__empty{color:var(--text-muted);font-size:14px;padding:40px 0}.restaurants-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.restaurants-filter{display:flex;flex-wrap:wrap;gap:8px}.restaurants-filter__chip{padding:7px 16px;border-radius:999px;border:1.5px solid var(--border);background:#fff;color:var(--text-muted);font-size:13.5px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.restaurants-filter__chip:hover{border-color:var(--primary);color:var(--primary)}.restaurants-filter__chip--active{background:var(--primary);border-color:var(--primary);color:#fff}.restaurant-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;text-decoration:none;color:var(--text);transition:box-shadow .18s,transform .18s}.restaurant-card:hover{box-shadow:0 10px 32px #e8440a1f;transform:translateY(-3px)}.restaurant-card__cover{position:relative;aspect-ratio:16/9;background:var(--primary-light);overflow:hidden}.restaurant-card__cover-img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.restaurant-card:hover .restaurant-card__cover-img{transform:scale(1.04)}.restaurant-card__cover-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--primary-light) 0%,var(--accent-light) 100%)}.restaurant-card__heart{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background:#ffffffd9;border:none;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .15s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.restaurant-card__heart:hover{background:#fff;color:var(--danger)}.restaurant-card__heart--active{color:var(--danger)}.restaurant-card__body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:4px}.restaurant-card__name{font-size:16px;font-weight:800;color:var(--text)}.restaurant-card__cuisine{font-size:12.5px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.restaurant-card__meta{display:flex;align-items:center;gap:10px;margin-top:6px}.restaurant-card__time{font-size:12px;color:var(--text-muted);background:var(--bg);padding:3px 8px;border-radius:6px;font-weight:500}.restaurant-card__fee{font-size:12px;color:var(--success);font-weight:600}.restaurant-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.rd{max-width:900px;margin:0 auto}.rd-not-found{padding:60px 20px;text-align:center;color:var(--text-muted);font-size:16px}.rd__cover{border-radius:16px;overflow:hidden;margin-bottom:24px}.rd__cover-img{width:100%;max-height:300px;object-fit:cover;display:block}.rd__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.rd__header-info{display:flex;flex-direction:column;gap:6px}.rd__name{font-size:28px;font-weight:900;color:var(--text)}.rd__cuisine{font-size:13px;color:var(--primary);font-weight:700;text-transform:uppercase;letter-spacing:.06em}.rd__rating{display:flex;align-items:center;gap:6px;font-size:14px}.rd__rating-count{color:var(--text-muted);font-size:13px}.rd__fav-btn{width:42px;height:42px;border-radius:50%;border:2px solid var(--border);background:#fff;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .15s;flex-shrink:0}.rd__fav-btn:hover{border-color:var(--danger);color:var(--danger)}.rd__fav-btn--active{color:var(--danger);border-color:var(--danger);background:#fef2f2}.rd__tabs{display:flex;gap:4px;border-bottom:2px solid var(--border);margin-bottom:24px}.rd__tab{padding:10px 20px;border:none;background:none;font-size:14px;font-weight:600;color:var(--text-muted);cursor:pointer;font-family:inherit;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .12s,border-color .12s;text-transform:capitalize}.rd__tab:hover{color:var(--primary)}.rd__tab--active{color:var(--primary);border-bottom-color:var(--primary)}.rd__overview{display:flex;flex-direction:column;gap:16px}.rd__description{font-size:15px;line-height:1.7;color:var(--text-muted)}.rd__meta{list-style:none;display:flex;flex-direction:column;gap:8px;padding:0}.rd__meta-item{font-size:14px;display:flex;gap:6px}.rd__meta-label{font-weight:700;color:var(--text);min-width:110px}.rd__menu{display:flex;flex-direction:column;gap:28px}.rd__empty{color:var(--text-muted);font-size:14px;padding:24px 0}.rd__category-name{font-size:17px;font-weight:800;color:var(--text);margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid var(--primary-light)}.rd__items{display:flex;flex-direction:column;gap:2px}.rd__item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #f5ede3}.rd__item:last-child{border-bottom:none}.rd__item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.rd__item-top{display:flex;align-items:center;gap:8px}.rd__item-veg-dot{width:14px;height:14px;border-radius:3px;border:2px solid currentColor;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.rd__item-veg-dot:after{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.rd__item-veg-dot--veg{color:#16a34a}.rd__item-veg-dot--nonveg{color:#dc2626}.rd__item-name{font-size:15px;font-weight:700;color:var(--text)}.rd__item-desc{font-size:13px;color:var(--text-muted);line-height:1.5}.rd__item-price{display:flex;align-items:center;gap:6px;margin-top:4px}.rd__item-regular-price{font-size:15px;font-weight:800;color:var(--text)}.rd__item-sale-price{font-size:15px;font-weight:800;color:var(--primary)}.rd__item-orig-price{font-size:13px;color:var(--text-muted);text-decoration:line-through}.rd__item-add-btn{padding:8px 18px;border-radius:10px;background:var(--primary-light);color:var(--primary);border:2px solid var(--primary-light);font-size:14px;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s;flex-shrink:0}.rd__item-add-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.rd__reviews{display:flex;flex-direction:column;gap:20px}.rd__review-list{display:flex;flex-direction:column;gap:0}.rd__review{padding:16px 0;border-bottom:1px solid var(--border)}.rd__review:last-child{border-bottom:none}.rd__review-stars{margin-bottom:6px}.rd__review-comment{font-size:14px;color:var(--text);line-height:1.6}.rd__review-hint{font-size:14px;color:var(--text-muted);padding:12px 0}.rd__review-hint a{color:var(--primary);font-weight:700}.rd__review-form{background:var(--bg);border:1.5px solid var(--border);border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:14px}.rd__review-form-title{font-size:15px;font-weight:800;color:var(--text)}.rd__review-label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--text)}.rd__review-select,.rd__review-textarea{padding:9px 12px;border:1.5px solid var(--border);border-radius:8px;font-size:14px;color:var(--text);background:#fff;outline:none;font-family:inherit;transition:border-color .15s}.rd__review-select:focus,.rd__review-textarea:focus{border-color:var(--primary)}.rd__review-textarea{resize:vertical;min-height:80px}.rd__review-submit{padding:10px 22px;border-radius:10px;background:var(--primary);color:#fff;border:none;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;align-self:flex-start;transition:background .15s}.rd__review-submit:hover{background:var(--primary-dark)}.rd__review-submit:disabled{opacity:.6;cursor:not-allowed}.rating-stars{color:var(--accent);letter-spacing:2px;font-size:16px}.stars{color:var(--accent);letter-spacing:1px;font-size:16px}.spinner{padding:40px;text-align:center;color:var(--text-muted);font-size:14px}.cart-empty{padding:80px 24px;text-align:center;color:var(--text-muted);display:flex;flex-direction:column;align-items:center;gap:12px}.cart-empty h2{font-size:22px;font-weight:800;color:var(--text)}.cart-empty a.btn-primary{margin-top:8px}.cart-page{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.cart-title{font-size:26px;font-weight:900;color:var(--text)}.cart-restaurant{font-size:14px;color:var(--text-muted)}.cart-items{list-style:none;display:flex;flex-direction:column;gap:0}.cart-item{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--border)}.cart-item:last-child{border-bottom:none}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-size:15px;font-weight:700;display:block}.cart-item-unit{font-size:13px;color:var(--text-muted);display:block;margin-top:2px}.cart-item-total{font-size:15px;font-weight:800;color:var(--text);flex-shrink:0}.cart-item-controls{display:flex;align-items:center;gap:6px}.qty-btn{width:28px;height:28px;border-radius:7px;border:1.5px solid var(--border);background:#fff;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text);transition:all .12s;font-family:inherit}.qty-btn:hover{background:var(--primary-light);border-color:var(--primary);color:var(--primary)}.qty-value{font-size:14px;font-weight:800;min-width:24px;text-align:center}.cart-remove{padding:4px 10px;border:none;background:none;color:var(--danger);font-size:13px;cursor:pointer;font-family:inherit}.cart-remove:hover{text-decoration:underline}.cart-summary{background:#fff;border:1.5px solid var(--border);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:12px}.cart-subtotal{display:flex;justify-content:space-between;font-size:15px;font-weight:600}.cart-min-notice{font-size:13px;color:var(--danger);background:#fef2f2;padding:10px 14px;border-radius:8px}.cart-checkout-btn{width:100%;justify-content:center;padding:12px;font-size:15px}.checkout-page{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:22px}.checkout-title{font-size:26px;font-weight:900;color:var(--text)}.checkout-section{background:#fff;border:1.5px solid var(--border);border-radius:16px;padding:20px 22px;display:flex;flex-direction:column;gap:14px}.checkout-section h2{font-size:16px;font-weight:800;color:var(--text)}.address-list{display:flex;flex-direction:column;gap:10px}.address-option{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1.5px solid var(--border);border-radius:10px;cursor:pointer;transition:border-color .12s}.address-option:hover{border-color:var(--primary)}.address-option input[type=radio]{accent-color:var(--primary);margin-top:2px;flex-shrink:0}.address-details{font-size:14px;line-height:1.5}.checkout-no-address{font-size:14px;color:var(--text-muted)}.checkout-no-address a{color:var(--primary);font-weight:700}.bill-lines{list-style:none;display:flex;flex-direction:column;gap:6px}.bill-line{display:flex;justify-content:space-between;font-size:14px;color:var(--text-muted)}.bill-totals{display:flex;flex-direction:column;gap:6px;padding-top:12px;border-top:1px solid var(--border);margin-top:4px}.bill-row{display:flex;justify-content:space-between;font-size:14px}.bill-row.bill-total{font-size:16px;font-weight:800;padding-top:8px;border-top:1px solid var(--border);margin-top:4px}.checkout-min-notice{font-size:13px;color:var(--danger);background:#fef2f2;padding:10px 14px;border-radius:8px}.checkout-error{font-size:13px;color:var(--danger);background:#fef2f2;border:1px solid #fecaca;padding:10px 14px;border-radius:8px}.checkout-place-btn{width:100%;justify-content:center;padding:13px;font-size:15px}.offers-page{display:flex;flex-direction:column;gap:24px}.offers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}.offer-card{background:#fff;border:1.5px solid var(--border);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:8px;transition:box-shadow .15s,transform .15s}.offer-card:hover{box-shadow:0 8px 28px #e8440a1a;transform:translateY(-2px)}.offer-card__discount{display:inline-block;background:var(--primary-light);color:var(--primary);font-size:13px;font-weight:800;padding:4px 12px;border-radius:999px;align-self:flex-start}.offer-card__title{font-size:17px;font-weight:800;color:var(--text)}.offer-card__description{font-size:13.5px;color:var(--text-muted);line-height:1.55}.offer-card__code{font-size:13px;font-weight:700;color:var(--text-muted);background:var(--bg);padding:6px 12px;border-radius:8px;display:inline-block;align-self:flex-start;letter-spacing:.04em}.offer-card__code strong{color:var(--primary)}.offer-card__restaurant{font-size:13px;color:var(--primary);font-weight:700;text-decoration:none;margin-top:4px}.offer-card__restaurant:hover{text-decoration:underline}.order-confirmation-page{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.order-confirmation-header{text-align:center;padding:28px 20px;background:linear-gradient(135deg,var(--primary-light) 0%,var(--accent-light) 100%);border-radius:16px}.order-confirmation-header h1{font-size:30px;font-weight:900;color:var(--text)}.order-confirmation-subtitle{font-size:15px;color:var(--text-muted);margin-top:8px}.order-no-label{font-size:14px;color:var(--text-muted);margin-top:8px}.order-no-label strong{color:var(--primary)}.order-confirmation-section{background:#fff;border:1.5px solid var(--border);border-radius:14px;padding:20px 22px}.order-confirmation-section h2{font-size:16px;font-weight:800;margin-bottom:14px}.confirmation-items{list-style:none;display:flex;flex-direction:column;gap:6px}.confirmation-item{display:flex;justify-content:space-between;font-size:14px}.confirmation-totals{display:flex;flex-direction:column;gap:6px;padding-top:12px;border-top:1px solid var(--border);margin-top:8px}.confirmation-row{display:flex;justify-content:space-between;font-size:14px}.confirmation-row.confirmation-total{font-size:16px;font-weight:800;padding-top:8px;border-top:1px solid var(--border);margin-top:4px}.confirmation-details{display:flex;flex-direction:column;gap:10px}.confirmation-detail-row{display:flex;justify-content:space-between;font-size:14px;align-items:flex-start;gap:12px}.confirmation-detail-row>span:first-child{color:var(--text-muted);font-weight:600;flex-shrink:0}.order-status{font-weight:700;color:var(--success)}.order-confirmation-actions{display:flex;gap:12px;flex-wrap:wrap}.order-confirmation-actions .btn-primary,.order-confirmation-actions .btn-secondary{flex:1;justify-content:center}.account-profile,.account-orders,.account-addresses{display:flex;flex-direction:column;gap:22px;max-width:720px}.addresses-list{display:flex;flex-direction:column;gap:12px}.address-card{background:#fff;border:1.5px solid var(--border);border-radius:14px;padding:16px 18px;display:flex;flex-direction:column;gap:5px}.address-card__label{font-size:14px;font-weight:800;color:var(--text);display:flex;align-items:center;gap:6px}.address-card__lines{font-size:13.5px;color:var(--text-muted)}.address-card__phone{font-size:13px;color:var(--text-muted)}.address-card__actions{display:flex;gap:12px;margin-top:8px}.cms-page{max-width:760px;margin:0 auto}.cms-page h1{font-size:30px;font-weight:900;margin-bottom:18px}.cms-content{line-height:1.8;color:var(--text);white-space:pre-wrap}.favourites-page{display:flex;flex-direction:column;gap:24px}@media(max-width:1024px){.dashboard-grid{grid-template-columns:1fr}}@media(max-width:768px){.sidebar{transform:translate(-100%)}.main-area{margin-left:0}.stats-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.header-search,.header-user-info,.site-nav{display:none}.site-menu-toggle{display:flex}.site-account-name{display:none}.home-hero{padding:36px 24px}.home-hero__title{font-size:26px}.rd__cover-img{max-height:200px}.rd__name{font-size:22px}.order-confirmation-actions{flex-direction:column}}@media(max-width:480px){.stats-grid,.home-featured__grid,.restaurants-page__grid,.restaurant-grid,.offers-grid{grid-template-columns:1fr}.site-main{padding:20px 14px 48px}.cart-page,.checkout-page,.order-confirmation-page{padding:0}}
