@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=IBM+Plex+Mono:wght@400;500;600&display=swap";:root{--primary: #bc5b3c;--primary-hover: #9a4830;--primary-light: rgba(188, 91, 60, .1);--secondary: #5c6b48;--accent: #b4842c;--success: #5c6b48;--warning: #b4842c;--error: #a8402c;--info: #7a6a4f;--bg-main: #f5f1e6;--bg-card: #ffffff;--bg-sidebar: #1e1b16;--bg-hover: #efe9d9;--text-main: #211e19;--text-secondary: #6b6357;--text-muted: #9a927f;--text-inverse: #ffffff;--border: #e5ddc7;--border-light: #eee7d4;--shadow-xs: 0 1px 2px rgba(33, 30, 25, .05);--shadow-sm: 0 1px 3px rgba(33, 30, 25, .07), 0 1px 2px rgba(33, 30, 25, .05);--shadow-md: 0 4px 6px -1px rgba(33, 30, 25, .08), 0 2px 4px -1px rgba(33, 30, 25, .05);--shadow-lg: 0 10px 15px -3px rgba(33, 30, 25, .1), 0 4px 6px -2px rgba(33, 30, 25, .05);--radius-sm: 8px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 20px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading: "Fraunces", "Iowan Old Style", Georgia, serif;--font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--sidebar-width: 260px;--sidebar-collapsed: 72px;--header-height: 64px;--content-max-width: 1400px;--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-main);color:var(--text-main);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:500;line-height:1.3;letter-spacing:-.1px;color:var(--text-main)}.eyebrow{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:1.2px;text-transform:uppercase;color:var(--primary-hover);display:block;margin-bottom:6px}.mono{font-family:var(--font-mono)}.ledger-card{position:relative;overflow:hidden}.ledger-card:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(to bottom,transparent 0px,transparent 27px,var(--border) 27px,var(--border) 28px);-webkit-mask-image:linear-gradient(to bottom,transparent,black 40%,black 75%,transparent);mask-image:linear-gradient(to bottom,transparent,black 40%,black 75%,transparent);opacity:.6;pointer-events:none}.ledger-card>*{position:relative;z-index:1}#root{width:100%;min-height:100vh;min-height:100dvh}.main-layout{min-height:100vh;min-height:100dvh}.main-sider{position:fixed!important;left:0;top:0;bottom:0;z-index:100;overflow:auto;background:var(--bg-sidebar)!important;box-shadow:1px 0 #ffffff0f}.login-shell{min-height:100vh;min-height:100dvh}.content-layout{transition:margin-left var(--transition-base);min-height:100vh;min-height:100dvh;background:var(--bg-main)!important}.sidebar-logo{height:64px;display:flex;align-items:center;padding:0 20px;gap:12px;border-bottom:1px solid rgba(255,255,255,.06)}.sidebar-logo-icon{width:30px;height:30px;background:var(--primary);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-logo .ant-typography{font-family:var(--font-heading);font-size:18px!important;font-weight:500!important}.sidebar-profile{padding:16px;border-bottom:1px solid rgba(255,255,255,.06)}.sidebar-profile-label{color:#fff6!important;font-size:11px!important;text-transform:uppercase;letter-spacing:.5px}.sidebar-menu{border-right:0!important;margin-top:8px;background:transparent!important}.sidebar-footer{position:absolute;bottom:0;left:0;right:0;padding:8px;border-top:1px solid rgba(255,255,255,.06);background:#00000026}.mobile-drawer .ant-drawer-body{position:relative}.mobile-drawer-close{position:absolute;top:12px;right:12px;z-index:10}.main-header{position:sticky!important;top:0;z-index:50;padding:0 16px!important;height:var(--header-height)!important;line-height:var(--header-height)!important;background:#ffffffd9!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);display:flex!important;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;gap:4px;min-width:0;flex:1}.header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.header-menu-btn{font-size:18px!important;width:40px!important;height:40px!important;display:flex!important;align-items:center;justify-content:center;border-radius:var(--radius-sm)!important}.header-breadcrumb{margin-left:8px}.header-lang-btn{font-size:14px!important;border-radius:var(--radius-sm)!important}.header-avatar{background:var(--primary)!important;border-radius:6px!important;cursor:pointer}@media(min-width:768px){.main-header{padding:0 24px!important}}.main-content{padding:16px!important;background:transparent!important;min-height:calc(100vh - var(--header-height));min-height:calc(100dvh - var(--header-height))}.page-content{max-width:var(--content-max-width);margin:0 auto}@media(min-width:768px){.main-content{padding:24px!important}}.ant-layout{background:var(--bg-main)!important}.ant-card{border-radius:var(--radius-md)!important;border:1px solid var(--border)!important;box-shadow:var(--shadow-xs)!important;overflow:hidden;transition:box-shadow var(--transition-base),transform var(--transition-base)}.ant-card:hover{box-shadow:var(--shadow-sm)!important}.ant-card-head{font-weight:600;border-bottom-color:var(--border)!important;padding:12px 16px!important;min-height:auto!important}@media(min-width:768px){.ant-card-head{padding:16px 24px!important}}.ant-card-body{padding:16px!important}@media(min-width:768px){.ant-card-body{padding:24px!important}}.ant-btn{border-radius:var(--radius-sm)!important;font-weight:500!important;transition:all var(--transition-fast)!important;display:inline-flex!important;align-items:center;justify-content:center;gap:6px}.ant-btn-primary{background:var(--primary)!important;border-color:var(--primary)!important;box-shadow:0 1px 2px #bc5b3c33!important}.ant-btn-primary:hover{background:var(--primary-hover)!important;box-shadow:0 4px 12px #bc5b3c40!important}.ant-table{font-size:14px}.ant-table-thead>tr>th{font-weight:600!important;color:var(--text-secondary)!important;background:var(--bg-main)!important;white-space:nowrap}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table-cell{white-space:nowrap}.ant-table-cell .ant-typography,.ant-table-cell .ant-space{white-space:normal}.ant-statistic-title{font-size:13px!important;color:var(--text-secondary)!important;margin-bottom:4px!important;font-weight:500!important}.ant-statistic-content{font-family:var(--font-heading)!important;font-weight:500!important;font-size:22px!important}@media(max-width:767px){.ant-statistic-content{font-size:20px!important}}.ant-menu-dark{background:transparent!important}.ant-menu-dark .ant-menu-item-group-title{padding:14px 20px 6px!important;font-family:var(--font-mono)!important;font-size:10px!important;font-weight:500!important;letter-spacing:1.1px!important;text-transform:uppercase;color:#ffffff52!important}.ant-menu-dark .ant-menu-item-selected{background:#bc5b3c29!important;border-radius:0 6px 6px 0!important;border-left:2px solid var(--primary)!important;margin:2px 0!important;padding-left:18px!important;width:100%!important;color:#f6eee3!important}.ant-menu-dark .ant-menu-item-selected .anticon{color:var(--primary)!important}.ant-menu-dark .ant-menu-item{border-radius:0 6px 6px 0!important;border-left:2px solid transparent!important;margin:2px 0!important;padding-left:18px!important;width:100%!important}.ant-form-item-label>label{font-weight:500}.ant-modal{max-width:calc(100vw - 32px)!important}@media(max-width:767px){.ant-modal{top:16px!important;margin:0 auto;padding-bottom:16px}.ant-modal .ant-modal-body{max-height:calc(100dvh - 160px);overflow-y:auto}.ant-table-cell{padding:8px!important;font-size:13px}.ant-pagination{flex-wrap:wrap;gap:4px}.ant-pagination-options{display:none!important}.ant-select{font-size:14px!important}.ant-picker{width:100%!important}.ant-tabs-nav{margin-bottom:16px!important}.ant-tabs-tab{padding:8px 12px!important;font-size:13px!important}.ant-descriptions-item-label,.ant-descriptions-item-content{padding:8px 12px!important;font-size:13px}.ant-descriptions-bordered .ant-descriptions-item-label,.ant-descriptions-bordered .ant-descriptions-item-content{padding:8px 12px!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .3s ease-out forwards}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d8cca9;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#b8a677}.hide-mobile{display:none}@media(min-width:768px){.hide-mobile{display:block}.hide-desktop{display:none!important}}@supports (padding-bottom: env(safe-area-inset-bottom)){.main-content{padding-bottom:calc(16px + env(safe-area-inset-bottom))!important}}.restaurant-detail-page{max-width:1100px;margin:0 auto;background:var(--bg-card, #fff);border-radius:var(--radius-lg, 20px);overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.restaurant-detail-loading,.restaurant-detail-error{display:flex;justify-content:center;align-items:center;height:400px}.restaurant-header{position:relative;background:var(--bg-card, #fff)}.restaurant-images{height:300px;overflow:hidden}.restaurant-main-image{width:100%;height:300px;object-fit:cover}.restaurant-placeholder-image{width:100%;height:300px;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);display:flex;align-items:center;justify-content:center}.placeholder-content{font-size:48px;opacity:.5}.carousel-dots{bottom:16px!important}.carousel-dots li button{background:#ffffff80!important;border-radius:50%!important;width:8px!important;height:8px!important}.carousel-dots li.ant-carousel-dot-active button{background:#fff!important}.restaurant-info{padding:24px;background:var(--bg-card, #fff)}.restaurant-name{margin-bottom:8px!important;font-size:24px!important;font-weight:600!important}.restaurant-meta{margin-bottom:12px}.restaurant-rating,.active-offers{margin-bottom:20px}.active-offers .ant-typography{margin-bottom:12px!important;font-size:18px!important;font-weight:600!important}.offer-card{background:linear-gradient(135deg,#e6f7ff,#f0f9ff);border:1px solid #91d5ff;border-radius:8px}.offer-card.ant-card-small>.ant-card-body{padding:12px}.offer-content{text-align:left}.offer-title{display:block;font-size:14px;margin-bottom:4px}.offer-validity{display:block;font-size:12px;color:#666;margin-bottom:8px}.offer-details{padding:0;height:auto;font-size:12px;color:#1890ff}.restaurant-tabs{background:#fff}.restaurant-tabs .ant-tabs-nav{margin-bottom:0!important;background:#fff;border-bottom:1px solid #f0f0f0;padding:0 16px}.restaurant-tabs .ant-tabs-tab{padding:16px 0!important;margin:0 24px!important;font-weight:500!important}.restaurant-tabs .ant-tabs-content-holder{padding:0}.restaurant-tabs .ant-tabs-tabpane{padding:20px 16px}.menu-tab{background:#fff}.menu-category{margin-bottom:32px}.category-title{margin-bottom:8px!important;font-size:20px!important;font-weight:600!important;color:#333}.category-description{margin-bottom:16px!important;color:#666;font-size:14px}.menu-item{padding:16px 0!important;border-bottom:1px solid #f5f5f5}.menu-item:last-child{border-bottom:none}.menu-item .ant-list-item-meta-avatar{margin-right:12px!important}.menu-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.menu-item-name{font-weight:600;font-size:16px;color:#333;flex:1;line-height:1.4}.menu-item-price{font-weight:600;font-size:16px;color:#333;margin-left:12px}.menu-item-details{margin-top:4px}.menu-item-description{display:block;color:#666;font-size:14px;line-height:1.4;margin-bottom:8px}.menu-item-tags{margin-bottom:8px}.menu-item-tags .ant-tag{margin-right:4px;margin-bottom:4px;font-size:11px;padding:2px 6px;border-radius:4px}.campaign-badges{margin-top:4px}.campaign-badges .ant-badge{margin-right:8px}.reviews-tab{background:#fff}.reviews-summary{padding:20px 0;text-align:center}.rating-display{text-align:center}.rating-display .ant-typography{display:block;margin-bottom:8px!important}.rating-display .ant-rate{margin-bottom:4px}.reviews-list{padding:20px 0;text-align:center}.about-tab{background:#fafafa}.about-section,.contact-section,.hours-section,.amenities-section,.specialties-section{margin-bottom:16px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.about-section .ant-card-body,.contact-section .ant-card-body,.hours-section .ant-card-body,.amenities-section .ant-card-body,.specialties-section .ant-card-body{padding:16px}.about-section .ant-typography,.contact-section .ant-typography,.hours-section .ant-typography,.amenities-section .ant-typography,.specialties-section .ant-typography{margin-bottom:12px!important}.contact-section .ant-space-vertical{gap:12px!important}.amenities-section .ant-row{margin-bottom:8px}.amenities-section .ant-space{align-items:center}@media(max-width:767px){.restaurant-images,.restaurant-main-image,.restaurant-placeholder-image{height:200px}.restaurant-info{padding:16px}.restaurant-name{font-size:20px!important}.restaurant-rating .ant-space{flex-wrap:wrap}.restaurant-tabs .ant-tabs-tab{margin:0 12px!important;font-size:14px!important}.restaurant-tabs .ant-tabs-tabpane{padding:16px 12px}.menu-category{margin-bottom:24px}.category-title{font-size:17px!important}.menu-item-name,.menu-item-price{font-size:14px}.about-section .ant-card-body,.contact-section .ant-card-body,.hours-section .ant-card-body,.amenities-section .ant-card-body,.specialties-section .ant-card-body{padding:12px}.active-offers .ant-col{flex:0 0 100%!important;max-width:100%!important}}@media(min-width:768px){.restaurant-images,.restaurant-main-image,.restaurant-placeholder-image{height:350px}}@media(min-width:1024px){.restaurant-detail-page{max-width:1100px}}.restaurant-detail-embedded{background:#fff;min-height:120px}.restaurant-detail-embedded-toolbar{display:flex;align-items:center;gap:8px;padding:6px 8px 6px 4px;background:#fff;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:6}.restaurant-detail-embedded-title{flex:1;margin:0!important;text-align:center}.restaurant-detail-embedded-toolbar-spacer{width:56px;flex-shrink:0}.restaurant-detail-page--embedded{max-width:100%;margin:0;border-radius:0;box-shadow:none}.restaurant-detail-page--embedded .restaurant-images,.restaurant-detail-page--embedded .restaurant-main-image,.restaurant-detail-page--embedded .restaurant-placeholder-image{height:200px}.restaurant-detail-loading--embedded{display:flex;justify-content:center;align-items:center;min-height:240px}.restaurant-detail-error--embedded{padding:32px 16px}.restaurant-detail-modal .ant-modal-content{padding:0;overflow:hidden;border-radius:16px}.restaurant-detail-modal .ant-modal-header{margin-bottom:0;padding:12px 16px 10px;border-bottom:1px solid #f0f0f0}.restaurant-detail-modal-device{background:#fff}.page-section{margin-bottom:16px}@media(min-width:768px){.page-section{margin-bottom:24px}}.stat-card .ant-card-body{padding:12px 16px!important}@media(min-width:768px){.stat-card .ant-card-body{padding:20px 24px!important}}.filter-bar .ant-card-body{padding:12px!important}@media(min-width:768px){.filter-bar .ant-card-body{padding:16px 24px!important}}.page-title-section{margin-bottom:16px}.page-title-section h2{font-size:20px;font-weight:500;margin:0;line-height:1.3}.page-title-section p{margin:4px 0 0;font-size:13px;color:var(--text-secondary)}@media(min-width:768px){.page-title-section{margin-bottom:24px}.page-title-section h2{font-size:24px}.page-title-section p{font-size:14px}}.flex-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}@media(max-width:767px){.flex-header{flex-direction:column;align-items:stretch}}@media(max-width:767px){.action-btn-group{display:flex;flex-direction:column;gap:8px}.action-btn-group .ant-btn{width:100%}.action-btn-group .ant-space{flex-direction:column;width:100%}.action-btn-group .ant-space-item,.action-btn-group .ant-space-item .ant-btn{width:100%}.action-btn-group .ant-space-item .ant-select,.action-btn-group .ant-space-item .ant-picker{width:100%!important}}@media(max-width:767px){.responsive-table .ant-table{font-size:13px}}.glass-card{background:#ffffffd9!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.5)!important}@media(max-width:767px){.ant-btn{min-height:40px!important}.ant-btn-sm{min-height:32px!important}.ant-input,.ant-select-selector,.ant-picker{min-height:40px!important}.ant-input-lg,.ant-select-lg .ant-select-selector,.ant-picker-large{min-height:44px!important}}.ant-empty{padding:24px 0}@media(max-width:767px){.ant-empty{padding:16px 0}.ant-empty-image{height:60px!important}}
