.restaurants-page{box-sizing:border-box;color:#3b2418;background:linear-gradient(135deg,#fffaf5 0%,#f8f1eb 45%,#f5eee8 100%);min-height:100vh;padding:32px;font-family:Arial,Helvetica,sans-serif}.restaurants-container{width:100%;max-width:1200px;margin:0 auto}.restaurants-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px;display:flex}.restaurants-heading{min-width:0}.back-dashboard-button{color:#8b5e3c;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-bottom:16px;padding:0;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.back-dashboard-button:hover{color:#5b321d;transform:translate(-2px)}.back-arrow{font-size:18px}.restaurants-title-row{align-items:center;gap:15px;display:flex}.restaurants-title-icon{background:linear-gradient(135deg,#6f3f24,#9b633f);border-radius:15px;justify-content:center;align-items:center;width:54px;height:54px;font-size:25px;display:flex;box-shadow:0 8px 20px #5b321d33}.restaurants-header h1{color:#3b2418;margin:0;font-size:31px;font-weight:800;line-height:1.1}.restaurants-header p{color:#8b6b58;margin:8px 0 0;font-size:15px;line-height:1.5}.add-restaurant-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6f3f24,#8b5230);border:none;border-radius:11px;justify-content:center;align-items:center;gap:9px;padding:13px 20px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 7px 18px #5b321d33}.add-restaurant-button:hover{background:linear-gradient(135deg,#5b321d,#75401f);transform:translateY(-2px);box-shadow:0 10px 24px #5b321d40}.add-restaurant-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.close-button{background:#5b321d}.button-icon{font-size:20px;line-height:1}.restaurant-error{color:#9b301d;background:#fff3ef;border:1px solid #e9b8a8;border-radius:12px;align-items:center;gap:12px;margin-bottom:22px;padding:14px 16px;display:flex}.restaurant-error span{flex:1}.error-icon{color:#fff;background:#c9573c;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-weight:800;display:flex}.restaurant-error button{color:#fff;cursor:pointer;background:#c9573c;border:none;border-radius:8px;width:30px;height:30px;font-size:18px}.restaurant-form-card{background:#fffffff5;border:1px solid #eadbd0;border-radius:18px;margin-bottom:28px;padding:25px;box-shadow:0 12px 35px #5b321d17}.restaurant-form-top{margin-bottom:24px}.form-title-area{align-items:center;gap:14px;display:flex}.form-icon{background:#f4e6dc;border-radius:13px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.restaurant-form-header h2{color:#3b2418;margin:0;font-size:21px}.restaurant-form-header p{color:#8b6b58;margin:6px 0 0;font-size:14px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.form-group{flex-direction:column;gap:7px;display:flex}.form-group label{color:#5b3a27;font-size:13px;font-weight:700}.form-group label span{color:#a58a78;font-weight:400}.form-group input,.form-group select{box-sizing:border-box;color:#3b2418;background:#fffdfb;border:1px solid #dbc9bc;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.form-group input::placeholder{color:#b4a094}.form-group input:focus,.form-group select:focus{background:#fff;border-color:#8b5230;box-shadow:0 0 0 3px #8b52301f}.form-group input:disabled,.form-group select:disabled{cursor:not-allowed;background:#f7f1ed}.form-actions{border-top:1px solid #eee2da;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:20px;display:flex}.cancel-button{color:#694832;cursor:pointer;background:#fff;border:1px solid #d8c7bb;border-radius:10px;padding:11px 19px;font-weight:700;transition:all .2s}.cancel-button:hover{background:#faf3ee}.save-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6f3f24,#8b5230);border:none;border-radius:10px;padding:11px 22px;font-weight:700;box-shadow:0 5px 15px #5b321d2e}.save-button:hover{background:linear-gradient(135deg,#5b321d,#75401f)}.save-button:disabled,.cancel-button:disabled{opacity:.6;cursor:not-allowed}.restaurant-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:28px;display:grid}.restaurant-stat-card{box-sizing:border-box;background:#fff;border:1px solid #eadbd0;border-radius:16px;align-items:center;gap:15px;min-height:105px;padding:20px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 7px 22px #5b321d0f}.restaurant-stat-card:after{content:"";opacity:.08;border-radius:50%;width:100px;height:100px;position:absolute;bottom:-40px;right:-30px}.restaurant-stat-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #5b321d1a}.stat-icon{border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:21px;font-weight:800;display:flex}.total-stat .stat-icon{color:#75401f;background:#f4e6dc}.active-stat .stat-icon{color:#28734b;background:#e7f5ec}.inactive-stat .stat-icon{color:#b34a2e;background:#fff0e9}.stat-content span{color:#8b6b58;margin-bottom:5px;font-size:13px;display:block}.stat-content strong{color:#3b2418;font-size:28px;font-weight:800;line-height:1;display:block}.restaurants-card{background:#fff;border:1px solid #eadbd0;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px #5b321d12}.restaurants-card-header{background:linear-gradient(90deg,#fff,#fffaf7);border-bottom:1px solid #eee3dc;justify-content:space-between;align-items:center;gap:20px;padding:22px 25px;display:flex}.section-title-row{align-items:center;gap:10px;display:flex}.section-icon{background:#f4e6dc;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;font-size:17px;display:flex}.restaurants-card-header h2{color:#3b2418;margin:0;font-size:20px;font-weight:800}.restaurants-card-header p{color:#8b6b58;margin:7px 0 0;font-size:14px;line-height:1.5}.restaurant-count{box-sizing:border-box;color:#fff;background:#6f3f24;border-radius:11px;justify-content:center;align-items:center;min-width:38px;height:38px;padding:0 11px;font-size:14px;font-weight:800;display:flex;box-shadow:0 5px 12px #5b321d26}.restaurant-list{width:100%}.restaurant-item{cursor:pointer;background:#fff;border-bottom:1px solid #f0e7e1;outline:none;align-items:center;gap:17px;padding:20px 25px;transition:background .2s,transform .2s;display:flex}.restaurant-item:last-child{border-bottom:none}.restaurant-item:hover{background:#fffaf7}.restaurant-item:focus{background:#fff7f1}.restaurant-icon{background:linear-gradient(135deg,#f4e6dc,#ead3c4);border:1px solid #e4cbbb;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:inset 0 1px #ffffffb3}.restaurant-icon span{font-size:24px}.restaurant-details{flex:1;min-width:0}.restaurant-name-row{align-items:center;gap:9px;margin-bottom:5px;display:flex}.restaurant-details h3{color:#3b2418;margin:0;font-size:17px;font-weight:800}.restaurant-id{color:#a07961;background:#f7eee8;border-radius:6px;padding:3px 7px;font-size:10px;font-weight:700}.restaurant-location{color:#806452;align-items:center;gap:5px;margin:0 0 9px;font-size:13px;display:flex}.location-divider{color:#c4aa99;margin:0 2px}.restaurant-meta{color:#987d6b;flex-wrap:wrap;gap:8px 16px;font-size:12px;display:flex}.restaurant-meta span{align-items:center;gap:5px;display:inline-flex}.restaurant-meta b{color:#8b5230;font-size:13px}.restaurant-status{flex-shrink:0}.status-active,.status-inactive{border-radius:999px;align-items:center;gap:6px;padding:7px 11px;font-size:12px;font-weight:800;display:inline-flex}.status-active{color:#28734b;background:#eaf7ef}.status-inactive{color:#b34a2e;background:#fff0eb}.status-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.restaurant-arrow{color:#8b5230;cursor:pointer;background:#fffaf7;border:1px solid #eadbd0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:20px;transition:background .2s,color .2s,transform .2s;display:flex}.restaurant-arrow:hover{color:#fff;background:#6f3f24;transform:translate(2px)}.restaurant-loading{color:#8b6b58;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:220px;display:flex}.restaurant-loading strong{color:#5b3a27;font-size:14px}.restaurant-loading span{font-size:12px}.loading-spinner{border:3px solid #eadbd0;border-top-color:#6f3f24;border-radius:50%;width:34px;height:34px;margin-bottom:8px;animation:.8s linear infinite restaurant-spin}@keyframes restaurant-spin{to{transform:rotate(360deg)}}.restaurant-empty{text-align:center;padding:70px 30px}.empty-icon{background:linear-gradient(135deg,#f4e6dc,#ead3c4);border-radius:22px;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 18px;font-size:32px;display:flex}.restaurant-empty h3{color:#3b2418;margin:0 0 8px;font-size:19px}.restaurant-empty p{color:#8b6b58;max-width:420px;margin:0 auto 22px;font-size:14px;line-height:1.6}@media (width<=800px){.restaurants-page{padding:22px}.restaurants-header{flex-direction:column;align-items:flex-start}.add-restaurant-button{width:100%}.restaurant-stats,.form-grid{grid-template-columns:1fr}.restaurant-item{flex-wrap:wrap;align-items:flex-start}.restaurant-status{margin-left:73px}}@media (width<=500px){.restaurants-page{padding:15px}.restaurants-header{margin-bottom:22px}.restaurants-title-row{align-items:flex-start}.restaurants-title-icon{border-radius:12px;width:46px;height:46px;font-size:21px}.restaurants-header h1{font-size:25px}.restaurants-header p{font-size:13px}.restaurant-form-card{padding:18px}.restaurants-card-header{align-items:flex-start;padding:18px}.restaurants-card-header h2{font-size:18px}.restaurants-card-header p{font-size:13px}.restaurant-item{gap:12px;padding:17px}.restaurant-icon{border-radius:12px;width:48px;height:48px}.restaurant-details{min-width:150px}.restaurant-details h3{font-size:15px}.restaurant-name-row{flex-direction:column;align-items:flex-start;gap:4px}.restaurant-meta{flex-direction:column;gap:6px}.restaurant-status{margin-left:0}.restaurant-arrow{display:none}.form-actions{flex-direction:column}.cancel-button,.save-button{width:100%}}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#24170f;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5efe7;font-family:Arial,Helvetica,sans-serif;font-size:16px}#root{min-height:100vh}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6,p{margin-top:0}:root{--hb-chocolate:#3b2417;--hb-chocolate-dark:#24170f;--hb-chocolate-soft:#513321;--hb-brown:#70451f;--hb-brown-light:#956b3e;--hb-gold:#b98a52;--hb-gold-soft:#d6b88d;--hb-cream:#f5efe7;--hb-cream-light:#fbf8f3;--hb-white:#fff;--hb-text:#24170f;--hb-text-soft:#66584d;--hb-text-muted:#8a7c70;--hb-border:#e8ddd0;--hb-border-light:#eee6dc;--hb-success:#4f6844;--hb-success-bg:#edf2e9;--hb-danger:#8c463b;--hb-danger-bg:#f7ece9;--hb-shadow:0 8px 30px #3b24170f;--hb-shadow-soft:0 3px 14px #3b24170d;--hb-radius:14px;--hb-radius-small:9px}.auth-page{background:linear-gradient(135deg,#f5efe7 0%,#fbf8f3 50%,#eee2d3 100%);justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex}.auth-card{border:1px solid var(--hb-border);background:#fff;border-radius:16px;width:100%;max-width:440px;padding:40px;box-shadow:0 15px 45px #3b241714}.register-card{max-width:500px}.brand{color:var(--hb-chocolate);letter-spacing:-.5px;margin-bottom:34px;font-size:25px;font-weight:700}.auth-heading{margin-bottom:28px}.eyebrow{color:var(--hb-brown);letter-spacing:.04em;margin:0 0 8px;font-size:14px;font-weight:600}.auth-heading h1{color:var(--hb-chocolate-dark);letter-spacing:-.8px;margin:0 0 10px;font-size:32px;font-weight:700;line-height:1.15}.auth-heading p:last-child{color:var(--hb-text-soft);margin:0;font-size:16px;line-height:1.5}form{flex-direction:column;display:flex}label{color:var(--hb-text);margin-bottom:8px;font-size:15px;font-weight:600}input,select,textarea{width:100%;color:var(--hb-text);background:#fff;border:1px solid #d9cdbf;border-radius:8px;outline:none;margin-bottom:19px;padding:13px 14px;font-size:16px;transition:border-color .18s,box-shadow .18s}input:focus,select:focus,textarea:focus{border-color:var(--hb-brown);box-shadow:0 0 0 3px #70451f14}input::placeholder,textarea::placeholder{color:#a39689}.primary-button{background:var(--hb-chocolate);color:#fff;border:0;border-radius:8px;width:100%;margin-top:6px;padding:14px 18px;font-size:16px;font-weight:600;transition:background .18s,transform .18s}.primary-button:hover{background:var(--hb-chocolate-soft)}.primary-button:active{transform:translateY(1px)}.primary-button:disabled{cursor:not-allowed;opacity:.6}.secondary-button{color:var(--hb-chocolate);background:#fff;border:1px solid #d9cdbf;border-radius:8px;padding:11px 18px;font-size:15px;font-weight:600}.secondary-button:hover{background:#f8f2eb}.error-message{background:var(--hb-danger-bg);color:var(--hb-danger);border:1px solid #e0b7b7;border-radius:8px;margin-bottom:20px;padding:12px 14px;font-size:14px;line-height:1.4}.auth-footer{color:var(--hb-text-soft);text-align:center;margin:24px 0 0;font-size:15px}.auth-footer a{color:var(--hb-chocolate);font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.dashboard-page{background:var(--hb-cream);justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex}.dashboard-card{border:1px solid var(--hb-border);width:100%;max-width:760px;box-shadow:var(--hb-shadow);background:#fff;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:32px;padding:40px;display:flex}.dashboard-card h1{color:var(--hb-chocolate-dark);letter-spacing:-.8px;margin:0 0 10px;font-size:32px;line-height:1.15}.dashboard-text{color:var(--hb-text-soft);margin:0 0 26px;font-size:16px}.user-info{border-top:1px solid var(--hb-border-light);padding-top:20px}.user-info p{color:var(--hb-text-soft);margin:0 0 10px;font-size:15px}.user-info strong{color:var(--hb-chocolate)}.dashboard-layout{background:var(--hb-cream);min-height:100vh;display:flex}.dashboard-sidebar{color:#fff;z-index:100;background:linear-gradient(#3b2417 0%,#2b1a10 100%);flex-direction:column;width:248px;padding:26px 18px 18px;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.sidebar-brand{align-items:center;gap:12px;padding:4px 8px 28px;display:flex}.brand-mark{color:#e0bd89;letter-spacing:.04em;background:#b98a522e;border:1px solid #ffffff38;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:13px;font-weight:700;display:flex}.brand-name{color:#f7ead8;letter-spacing:.04em;flex-direction:column;font-size:16px;line-height:1.1;display:flex}.brand-name strong{color:#c99a5e;font-size:16px}.brand-name span{font-weight:700}.dashboard-nav{flex-direction:column;gap:5px;display:flex}.nav-label{color:#bda896;letter-spacing:.12em;margin:12px 10px 9px;font-size:10px;font-weight:700}.nav-label.second-label{margin-top:26px}.nav-item{color:#e7ddd4;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;width:100%;min-height:44px;padding:10px 12px;font-size:15px;font-weight:500;transition:background .18s,color .18s;display:flex}.nav-item span{color:#c7ad93;justify-content:center;align-items:center;width:20px;font-size:17px;display:inline-flex}.nav-item:hover{color:#fff;background:#ffffff12}.nav-item.active{color:#fff;background:#8b5a2b}.nav-item.active span{color:#fff}.sidebar-account{border-top:1px solid #ffffff1f;align-items:center;gap:10px;margin-top:auto;padding:16px 4px 4px;display:flex}.account-avatar{color:#fff;background:#9b6935;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:700;display:flex}.sidebar-account>div:nth-child(2){flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.sidebar-account strong{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.sidebar-account span{color:#bda896;font-size:11px}.sidebar-account>button{color:#d7c5b4;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:flex}.sidebar-account>button:hover{background:#ffffff14}.dashboard-main{background:linear-gradient(#fbf8f3 0%,#f5efe7 100%);width:calc(100% - 248px);min-height:100vh;margin-left:248px;padding:34px 38px 50px}.dashboard-header{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:30px;display:flex}.dashboard-kicker{color:var(--hb-brown);letter-spacing:.12em;margin:0 0 7px;font-size:11px;font-weight:700}.dashboard-header h1{color:var(--hb-chocolate-dark);letter-spacing:-.8px;margin:0 0 8px;font-size:32px;line-height:1.15}.dashboard-subtitle{color:var(--hb-text-soft);margin:0;font-size:16px}.dashboard-header-actions{align-items:center;gap:10px;display:flex}.header-icon-button{border:1px solid var(--hb-border);width:42px;height:42px;color:var(--hb-chocolate);background:#fff;border-radius:9px;justify-content:center;align-items:center;font-size:18px;display:flex}.header-icon-button:hover{background:#f8f2eb}.header-add-button{background:var(--hb-chocolate);color:#fff;border:0;border-radius:9px;padding:11px 17px;font-size:14px;font-weight:600}.header-add-button:hover{background:var(--hb-chocolate-soft)}.dashboard-error{color:#754136;background:#faf0ed;border:1px solid #e2c5bd;border-radius:9px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:13px 15px;font-size:14px;display:flex}.dashboard-error button{width:28px;height:28px;color:inherit;background:0 0;border:0;border-radius:6px;font-size:18px}.dashboard-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:22px;display:grid}.metric-card{border:1px solid var(--hb-border);border-radius:var(--hb-radius);min-width:0;box-shadow:var(--hb-shadow-soft);background:#ffffffc7;padding:21px}.metric-top{color:var(--hb-text-soft);justify-content:space-between;align-items:center;margin-bottom:17px;font-size:13px;font-weight:600;display:flex}.metric-icon{border:1px solid var(--hb-border);min-width:30px;height:30px;color:var(--hb-brown);background:#fbf6ef;border-radius:7px;justify-content:center;align-items:center;padding:0 7px;font-size:11px;font-weight:700;display:inline-flex}.metric-card>strong{color:var(--hb-chocolate-dark);margin-bottom:6px;font-size:25px;line-height:1.15;display:block}.metric-card small{color:var(--hb-text-muted);font-size:13px}.dashboard-columns{grid-template-columns:minmax(0,1.6fr) minmax(280px,1fr);gap:20px;margin-bottom:22px;display:grid}.dashboard-columns.bottom-section{grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr)}.dashboard-panel{border:1px solid var(--hb-border);border-radius:var(--hb-radius);min-width:0;box-shadow:var(--hb-shadow-soft);background:#ffffffd1;padding:22px}.large-panel{min-height:330px}.panel-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.panel-heading h2{color:var(--hb-chocolate-dark);margin:0 0 5px;font-size:19px;line-height:1.25}.panel-heading p{color:var(--hb-text-muted);margin:0;font-size:13px}.panel-heading select{border-color:var(--hb-border);background:#fff;width:auto;min-width:130px;margin:0;padding:9px 12px;font-size:13px}.panel-link{color:var(--hb-brown);background:0 0;border:0;padding:5px 0;font-size:13px;font-weight:600}.panel-link:hover{color:var(--hb-chocolate-dark)}.chart-empty{background:linear-gradient(#fbf8f380,#f5efe7a6);border-radius:10px;flex-direction:column;justify-content:flex-end;min-height:220px;display:flex;position:relative;overflow:hidden}.chart-line{flex-direction:column;justify-content:space-between;height:120px;display:flex;position:absolute;bottom:54px;left:18px;right:18px}.chart-line span{border-top:1px solid #e9dfd3;width:100%;display:block}.empty-copy{z-index:2;text-align:center;max-width:430px;margin:0 auto 25px;padding:18px;position:relative}.empty-copy strong{color:var(--hb-chocolate-dark);margin-bottom:7px;font-size:15px;display:block}.empty-copy p{color:var(--hb-text-muted);margin:0;font-size:13px;line-height:1.55}.quick-action-list{flex-direction:column;gap:8px;display:flex}.quick-action-list>button{border:1px solid var(--hb-border-light);width:100%;color:var(--hb-text);text-align:left;background:#fffdfa;border-radius:10px;align-items:center;gap:12px;padding:13px;transition:background .18s,border-color .18s;display:flex}.quick-action-list>button:hover{border-color:var(--hb-border);background:#f9f2e9}.quick-action-list>button>span{width:34px;height:34px;color:var(--hb-brown);background:#f4eadc;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.quick-action-list>button>div{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.quick-action-list strong{color:var(--hb-chocolate-dark);font-size:14px}.quick-action-list small{color:var(--hb-text-muted);font-size:12px}.quick-action-list b{color:var(--hb-brown);font-size:16px}.restaurant-list{flex-direction:column;gap:8px;display:flex}.restaurant-item{border:1px solid var(--hb-border-light);background:#fffdfa;border-radius:10px;align-items:center;gap:12px;min-width:0;padding:12px;display:flex}.restaurant-icon{width:42px;height:42px;color:var(--hb-brown);background:#f3e8da;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;font-size:17px;display:flex}.restaurant-details{flex-direction:column;gap:4px;min-width:0;display:flex}.restaurant-details strong{color:var(--hb-chocolate-dark);white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.restaurant-details span{color:var(--hb-text-muted);font-size:12px}.restaurant-status{color:var(--hb-text-soft);margin-left:auto;font-size:12px}.simple-empty-state{text-align:center;padding:38px 20px}.simple-empty-state .empty-icon{width:46px;height:46px;color:var(--hb-brown);background:#f3e8da;border-radius:10px;justify-content:center;align-items:center;margin:0 auto 12px;font-size:18px;display:flex}.simple-empty-state strong{color:var(--hb-chocolate-dark);margin-bottom:7px;font-size:15px;display:block}.simple-empty-state p{max-width:360px;color:var(--hb-text-muted);margin:0 auto 16px;font-size:13px;line-height:1.5}.ai-card{flex-direction:column;justify-content:space-between;display:flex}.ai-heading{align-items:center;gap:12px;margin-bottom:18px;display:flex}.ai-badge{width:40px;height:40px;color:var(--hb-brown);background:#f3e8da;border-radius:9px;justify-content:center;align-items:center;font-size:17px;display:flex}.ai-heading h2{color:var(--hb-chocolate-dark);margin:0 0 4px;font-size:18px}.ai-heading p{color:var(--hb-text-muted);margin:0;font-size:12px}.ai-description{color:var(--hb-text-soft);margin:0 0 22px;font-size:13px;line-height:1.6}.ai-action{border:1px solid var(--hb-border);width:100%;color:var(--hb-chocolate);text-align:left;background:#fff;border-radius:8px;padding:11px 14px;font-size:13px;font-weight:600}.ai-action:hover{background:#f8f1e8}.ai-action span{float:right}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#24170f8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.restaurant-modal{border:1px solid var(--hb-border);background:#fffdfa;border-radius:16px;width:min(620px,95vw);max-height:90vh;padding:26px;overflow-y:auto;box-shadow:0 25px 80px #24170f33}.modal-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:25px;display:flex}.modal-header h2{color:var(--hb-chocolate-dark);margin:0 0 7px;font-size:24px}.modal-header p:last-child{color:var(--hb-text-soft);margin:0;font-size:13px;line-height:1.5}.modal-close{border:1px solid var(--hb-border);width:34px;height:34px;color:var(--hb-chocolate);background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:19px;display:flex}.modal-close:hover{background:#f6eee5}.restaurant-form{gap:0}.form-group{flex-direction:column;display:flex}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.restaurant-form input,.restaurant-form select{margin-bottom:17px}.modal-actions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.modal-cancel,.modal-submit{border-radius:8px;padding:11px 17px;font-size:14px;font-weight:600}.modal-cancel{border:1px solid var(--hb-border);color:var(--hb-chocolate);background:#fff}.modal-cancel:hover{background:#f7f0e8}.modal-submit{background:var(--hb-chocolate);color:#fff;border:0}.modal-submit:hover{background:var(--hb-chocolate-soft)}.modal-submit:disabled,.modal-cancel:disabled{cursor:not-allowed;opacity:.55}@media (width<=1100px){.dashboard-sidebar{width:220px}.dashboard-main{width:calc(100% - 220px);margin-left:220px;padding:30px 26px 45px}.dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-columns,.dashboard-columns.bottom-section{grid-template-columns:1fr}}@media (width<=800px){.dashboard-sidebar{width:100%;min-height:auto;padding:16px;position:relative;overflow:visible}.dashboard-layout{display:block}.sidebar-brand{padding-bottom:14px}.dashboard-nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;display:grid}.nav-label,.nav-label.second-label{display:none}.nav-item{justify-content:center;padding:9px 6px;font-size:12px}.nav-item span{width:auto}.sidebar-account{margin-top:15px}.dashboard-main{width:100%;margin-left:0;padding:25px 20px 40px}.dashboard-header{flex-direction:column}.dashboard-header-actions{width:100%}.header-add-button{flex:1}}@media (width<=640px){body{font-size:16px}.auth-page{padding:20px 14px}.auth-card,.dashboard-card{padding:28px 22px}.auth-heading h1,.dashboard-card h1,.dashboard-header h1{font-size:28px}.dashboard-main{padding:22px 14px 35px}.dashboard-sidebar{padding:14px}.sidebar-brand{padding-left:4px;padding-right:4px}.dashboard-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-item{justify-content:flex-start;padding:10px}.sidebar-account{padding-left:3px;padding-right:3px}.dashboard-header{margin-bottom:22px}.dashboard-header-actions{flex-wrap:wrap}.header-add-button{flex:none;width:100%}.dashboard-stats{grid-template-columns:1fr;gap:12px}.dashboard-columns,.dashboard-columns.bottom-section{gap:14px;margin-bottom:14px}.dashboard-panel{padding:17px}.panel-heading{gap:12px}.panel-heading select{min-width:105px;padding:8px 9px;font-size:12px}.metric-card{padding:18px}.metric-card>strong{font-size:23px}.form-row{grid-template-columns:1fr;gap:0}.restaurant-modal{border-radius:13px;width:100%;max-height:94vh;padding:20px}.modal-overlay{align-items:flex-end;padding:0}.modal-actions{flex-direction:column-reverse}.modal-cancel,.modal-submit{width:100%}.restaurant-item{flex-wrap:wrap;align-items:flex-start}.restaurant-status{width:100%;margin-left:54px}.quick-action-list>button{padding:12px 10px}.chart-empty{min-height:190px}}@media (width<=420px){.dashboard-main,.dashboard-sidebar{padding-left:10px;padding-right:10px}.dashboard-nav{grid-template-columns:1fr}.nav-item{min-height:40px}.dashboard-header h1{font-size:26px}.dashboard-panel{padding:15px}.panel-heading{flex-direction:column}.panel-heading select{width:100%}.modal-header h2{font-size:21px}}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:2px solid var(--hb-gold);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1e9df}::-webkit-scrollbar-thumb{background:#c5ae95;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#9d7a55}::selection{color:#24170f;background:#d7b98f}@media (width<=640px){.dashboard-card{flex-direction:column}.secondary-button{width:100%}}.hb-notification-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.hb-notification-button{color:#2d1b16;cursor:pointer;background:#fff;border:1px solid #e8e1dc;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s,border-color .2s,transform .2s;display:flex;position:relative}.hb-notification-button:hover{background:#f7f5f2;border-color:#d9cdc5}.hb-notification-button:active{transform:scale(.96)}.hb-notification-bell{font-size:19px;line-height:1}.hb-notification-badge{color:#fff;background:#3b241d;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:19px;height:19px;padding:0 5px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}.hb-notification-panel{z-index:9999;background:#fff;border:1px solid #e7dfda;border-radius:16px;width:370px;max-width:calc(100vw - 24px);position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 18px 45px #2d1b1624}.hb-notification-header{border-bottom:1px solid #eee8e4;justify-content:space-between;align-items:center;gap:12px;min-height:68px;padding:15px 17px;display:flex}.hb-notification-header h3{color:#2d1b16;margin:0;font-size:16px;font-weight:700}.hb-notification-header span{color:#8a7d76;margin-top:3px;font-size:12px;display:block}.hb-notification-read-all{color:#3b241d;cursor:pointer;white-space:nowrap;background:0 0;border:none;font-size:12px;font-weight:700}.hb-notification-read-all:hover{text-decoration:underline}.hb-notification-list{max-height:430px;overflow-y:auto}.hb-notification-item{text-align:left;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #f0ebe8;align-items:flex-start;gap:11px;width:100%;padding:15px 17px;transition:background .2s;display:flex}.hb-notification-item:hover{background:#faf8f6}.hb-notification-item:last-child{border-bottom:none}.hb-notification-item.is-unread{background:#fcf8f5}.hb-notification-item.is-unread:hover{background:#f8f1ec}.hb-notification-item.is-read{opacity:.72}.hb-notification-item-dot{background:0 0;border-radius:50%;flex:none;width:7px;height:7px;margin-top:7px}.hb-notification-item.is-unread .hb-notification-item-dot{background:#3b241d}.hb-notification-item-content{flex-direction:column;gap:4px;min-width:0;display:flex}.hb-notification-item-content strong{color:#2d1b16;font-size:13px;font-weight:700;line-height:1.35}.hb-notification-item-content span{color:#665952;overflow-wrap:anywhere;font-size:12px;line-height:1.5}.hb-notification-item-content small{color:#9a8d86;font-size:10px}.hb-notification-empty{text-align:center;color:#8a7d76;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:190px;padding:35px 24px;display:flex}.hb-notification-empty-icon{margin-bottom:4px;font-size:27px}.hb-notification-empty strong{color:#3b241d;font-size:14px}.hb-notification-empty span{max-width:250px;font-size:12px;line-height:1.5}.hb-notification-error{color:#8b3e2f;background:#fff5f2;border-bottom:1px solid #f1ddd7;padding:15px;font-size:12px;line-height:1.5}@media (width<=600px){.hb-notification-panel{border-radius:15px;width:auto;max-width:none;position:fixed;top:68px;left:12px;right:12px}.hb-notification-list{max-height:calc(100vh - 150px)}}.higlow-cart-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.higlow-cart-grid .higlow-cart-item{width:100%!important}@media (width<=800px){.higlow-cart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (width<=420px){.higlow-cart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}}.higlow-cart-layout>div:first-child{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;display:grid!important}.higlow-cart-layout>div:first-child>div:first-child{grid-column:1/-1!important}.higlow-cart-layout .higlow-cart-item{box-sizing:border-box!important;width:100%!important;min-width:0!important}@media (width<=800px){.higlow-cart-layout>div:first-child{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}}@media (width<=420px){.higlow-cart-layout>div:first-child{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}}.higlow-cart-grid{box-sizing:border-box;grid-template-columns:repeat(3,minmax(300px,1fr));gap:28px;width:100%;padding:28px;display:grid}.higlow-cart-grid .higlow-cart-item{box-sizing:border-box!important;width:100%!important;min-width:0!important;min-height:420px!important}@media (width<=1000px){.higlow-cart-grid{grid-template-columns:repeat(2,minmax(260px,1fr));gap:18px;padding:18px}}@media (width<=600px){.higlow-cart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:14px}.higlow-cart-grid .higlow-cart-item{min-height:340px!important;padding:14px!important}}@media (width<=380px){.higlow-cart-grid{grid-template-columns:1fr}}@media (width<=600px){.higlow-cart-grid{grid-template-columns:repeat(2,minmax(150px,1fr))!important;gap:16px!important;width:100%!important;padding:16px!important}.higlow-cart-grid .higlow-cart-item{min-height:380px!important;padding:16px!important}.higlow-cart-grid .higlow-cart-item img{object-fit:cover!important;height:140px!important}}
