:root{color:#17202a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:#fff;min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline-offset:2px;outline:3px solid #e85d044d}img{max-width:100%;display:block}a{color:inherit}::selection{color:#17202a;background:#ffd7bf}#root{width:100%;min-height:100vh}.customer-main{box-sizing:border-box;width:100%;min-height:calc(100vh - 70px)}@media (width<=768px){.customer-main{min-height:calc(100vh - 62px)}}.restaurant-page{color:#222;background:#fff8f3;min-height:calc(100vh - 70px)}.restaurant-hero{background:#fff;border-bottom:1px solid #f0e5de}.hero-content{box-sizing:border-box;justify-content:space-between;align-items:center;gap:30px;width:100%;max-width:1200px;min-height:240px;margin:0 auto;padding:45px 30px;display:flex}.hero-small-text{color:#e85d04;margin:0 0 6px;font-weight:700}.hero-text h1{margin:0;font-size:38px;line-height:1.2}.hero-description{color:#777;margin:12px 0 0;font-size:16px}.hero-food-icon{background:#fff0e6;border-radius:50%;flex-shrink:0;place-items:center;width:130px;height:130px;font-size:62px;display:grid}.restaurant-content{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:28px 30px 50px}.search-section{margin-bottom:30px}.search-box{box-sizing:border-box;background:#fff;border:1px solid #eaded6;border-radius:14px;align-items:center;width:100%;min-height:56px;padding:0 16px;display:flex;box-shadow:0 5px 18px #0000000a}.search-icon{margin-right:10px;font-size:20px}.search-box input{color:#222;background:0 0;border:none;outline:none;width:100%;font-size:15px}.search-box input::placeholder{color:#999}.clear-search{color:#888;cursor:pointer;background:0 0;border:none;font-size:16px}.section-label{color:#e85d04;text-transform:uppercase;letter-spacing:.7px;margin:0 0 4px;font-size:12px;font-weight:800}.section-heading-row h2,.restaurants-heading h2{margin:0;font-size:23px}.cuisine-section{margin-bottom:34px}.cuisine-list{scrollbar-width:none;gap:10px;padding:16px 2px 8px;display:flex;overflow-x:auto}.cuisine-list::-webkit-scrollbar{display:none}.cuisine-chip{color:#555;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2d7cf;border-radius:999px;flex-shrink:0;padding:10px 15px;font-weight:600}.cuisine-chip:hover{color:#e85d04;border-color:#e85d04}.cuisine-chip.active{color:#fff;background:#e85d04;border-color:#e85d04}.restaurants-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.restaurant-count{color:#777;white-space:nowrap;font-size:14px}.restaurant-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:20px;display:grid}.restaurant-card{cursor:pointer;background:#fff;border:1px solid #eee3dc;border-radius:16px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 5px 18px #0000000d}.restaurant-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000017}.restaurant-image{background:#fff0e6;height:175px;position:relative;overflow:hidden}.restaurant-image img{object-fit:cover;width:100%;height:100%;display:block}.image-fallback{background:#fff0e6;place-items:center;width:100%;height:100%;font-size:55px;display:grid}.status-badge{background:#fff;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800;position:absolute;top:12px;left:12px}.status-badge.open{color:#16803c}.status-badge.closed{color:#c0392b}.restaurant-card-body{padding:17px}.restaurant-title-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.restaurant-title-row h3{margin:0;font-size:18px;line-height:1.3}.rating-badge{color:#9a4c00;background:#fff4e8;border-radius:7px;flex-shrink:0;padding:5px 7px;font-size:12px;font-weight:700}.restaurant-cuisine,.restaurant-location{color:#777;margin:10px 0 0;font-size:13px;line-height:1.4}.restaurant-location{margin-top:6px}.view-menu-button{color:#fff;cursor:pointer;background:#e85d04;border:none;border-radius:9px;justify-content:space-between;align-items:center;width:100%;margin-top:16px;padding:11px 14px;font-weight:700;display:flex}.view-menu-button:hover{opacity:.92}.restaurant-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;padding:30px;display:flex}.loading-spinner{margin-bottom:10px;font-size:40px}.restaurant-loading h2{margin:0 0 8px}.restaurant-loading p{color:#777;margin:0}.restaurant-error{text-align:center;background:#fff;border:1px solid #eee3dc;border-radius:16px;max-width:500px;margin:70px auto;padding:30px;box-shadow:0 8px 25px #0000000d}.error-icon{margin-bottom:10px;font-size:40px}.restaurant-error h2{margin:0 0 8px}.restaurant-error p{color:#777;line-height:1.5}.primary-button,.secondary-button{cursor:pointer;border:none;border-radius:9px;padding:11px 18px;font-weight:700}.primary-button{color:#fff;background:#e85d04}.secondary-button{color:#e85d04;background:#fff0e6;border:1px solid #ffd7bd}.empty-state{text-align:center;background:#fff;border:1px solid #eee3dc;border-radius:16px;padding:45px 20px}.empty-icon{margin-bottom:10px;font-size:45px}.empty-state h2{margin:0 0 8px}.empty-state p{color:#777;margin:0 0 18px}@media (width<=768px){.restaurant-page{min-height:calc(100vh - 62px)}.hero-content{gap:15px;min-height:190px;padding:30px 18px}.hero-text h1{font-size:28px}.hero-description{font-size:14px}.hero-food-icon{width:82px;height:82px;font-size:38px}.restaurant-content{padding:20px 16px 35px}.search-box{min-height:52px}.section-heading-row h2,.restaurants-heading h2{font-size:20px}.restaurants-heading{flex-direction:column;align-items:flex-start;gap:6px}.restaurant-grid{grid-template-columns:1fr;gap:15px}.restaurant-image{height:185px}}@media (width<=420px){.hero-content{padding:25px 15px}.hero-text h1{font-size:24px}.hero-food-icon{width:70px;height:70px;font-size:32px}.restaurant-content{padding-left:13px;padding-right:13px}}.menu-page{color:#222;background:#fff8f3;min-height:calc(100vh - 70px)}.menu-restaurant-hero{background:#fff;border-bottom:1px solid #eee3dc}.menu-hero-inner{box-sizing:border-box;max-width:1200px;margin:0 auto;padding:25px 30px 32px}.back-button{color:#e85d04;cursor:pointer;background:0 0;border:none;margin-bottom:20px;padding:5px 0;font-size:14px;font-weight:700}.restaurant-detail-card{align-items:center;gap:20px;display:flex}.restaurant-detail-icon{background:#fff0e6;border-radius:18px;flex-shrink:0;place-items:center;width:95px;height:95px;font-size:46px;display:grid}.restaurant-detail-info{min-width:0}.restaurant-detail-title-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.restaurant-detail-title-row h1{margin:0;font-size:32px}.detail-rating{color:#8d4900;background:#fff4e8;border-radius:8px;padding:7px 10px;font-size:13px;font-weight:800}.detail-cuisine,.detail-location,.detail-address{color:#777;margin:8px 0 0;font-size:14px}.detail-address{max-width:700px}.menu-content{box-sizing:border-box;max-width:1200px;margin:0 auto;padding:28px 30px 55px}.menu-search-box{box-sizing:border-box;background:#fff;border:1px solid #eaded6;border-radius:14px;align-items:center;min-height:55px;padding:0 16px;display:flex;box-shadow:0 5px 18px #0000000a}.menu-search-box>span{margin-right:10px;font-size:19px}.menu-search-box input{background:0 0;border:none;outline:none;width:100%;font-size:15px}.menu-clear-search{color:#888;cursor:pointer;background:0 0;border:none}.menu-category-section{margin-top:28px}.menu-section-label{color:#e85d04;text-transform:uppercase;letter-spacing:.7px;margin:0 0 5px;font-size:12px;font-weight:800}.menu-category-list{scrollbar-width:none;gap:10px;padding:12px 2px 7px;display:flex;overflow-x:auto}.menu-category-list::-webkit-scrollbar{display:none}.menu-category-chip{color:#555;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2d7cf;border-radius:999px;flex-shrink:0;padding:10px 15px;font-weight:600}.menu-category-chip:hover{color:#e85d04;border-color:#e85d04}.menu-category-chip.active{color:#fff;background:#e85d04;border-color:#e85d04}.menu-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin:34px 0 18px;display:flex}.menu-heading h2{margin:0;font-size:24px}.food-count{color:#777;white-space:nowrap;font-size:14px}.food-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.food-card{background:#fff;border:1px solid #eee3dc;border-radius:16px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 5px 18px #0000000d}.food-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #00000014}.food-card.unavailable{opacity:.8}.food-image{background:#fff0e6;height:190px;position:relative;overflow:hidden}.food-image img{object-fit:cover;width:100%;height:100%;display:block}.food-image-fallback{background:#fff0e6;place-items:center;width:100%;height:100%;font-size:58px;display:grid}.unavailable-overlay{color:#fff;background:#00000073;justify-content:center;align-items:center;font-size:14px;font-weight:800;display:flex;position:absolute;inset:0}.food-card-body{padding:17px}.food-title-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.food-title-row h3{margin:0;font-size:18px;line-height:1.3}.food-category-badge{text-overflow:ellipsis;white-space:nowrap;color:#9a4c00;background:#fff4e8;border-radius:7px;flex-shrink:0;max-width:110px;padding:5px 7px;font-size:10px;font-weight:700;overflow:hidden}.food-description{color:#777;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:9px 0 0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.food-bottom-row{justify-content:space-between;align-items:center;gap:12px;margin-top:17px;display:flex}.food-price{color:#222;white-space:nowrap;font-size:18px}.add-cart-button{color:#fff;cursor:pointer;background:#e85d04;border:none;border-radius:9px;min-width:95px;padding:10px 15px;font-weight:700}.add-cart-button:hover{opacity:.92}.add-cart-button:disabled,.add-cart-button.disabled{cursor:not-allowed;background:#aaa}.menu-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;padding:30px;display:flex}.menu-loading-icon{margin-bottom:10px;font-size:45px}.menu-loading h2{margin:0 0 7px}.menu-loading p{color:#777;margin:0}.menu-error,.menu-empty{text-align:center;background:#fff;border:1px solid #eee3dc;border-radius:16px;max-width:500px;margin:60px auto;padding:35px 25px;box-shadow:0 8px 25px #0000000d}.menu-error-icon,.menu-empty-icon{margin-bottom:10px;font-size:45px}.menu-error h2,.menu-empty h2{margin:0 0 8px}.menu-error p,.menu-empty p{color:#777;margin-bottom:18px;line-height:1.5}.menu-primary-button,.menu-secondary-button{cursor:pointer;border-radius:9px;padding:11px 18px;font-weight:700}.menu-primary-button{color:#fff;background:#e85d04;border:none}.menu-secondary-button{color:#e85d04;background:#fff0e6;border:1px solid #ffd7bd}@media (width<=768px){.menu-page{min-height:calc(100vh - 62px)}.menu-hero-inner{padding:18px 16px 25px}.restaurant-detail-card{align-items:flex-start;gap:13px}.restaurant-detail-icon{border-radius:13px;width:70px;height:70px;font-size:34px}.restaurant-detail-title-row h1{font-size:24px}.detail-rating{padding:5px 7px;font-size:11px}.detail-cuisine,.detail-location,.detail-address{font-size:13px}.menu-content{padding:20px 15px 40px}.food-grid{grid-template-columns:1fr;gap:15px}.food-image{height:190px}.menu-heading{flex-direction:column;align-items:flex-start;gap:5px}}@media (width<=420px){.restaurant-detail-title-row{display:block}.detail-rating{margin-top:7px;display:inline-block}.food-card-body{padding:15px}}.cart-page{background:#fff8f3;min-height:calc(100vh - 70px)}.cart-container{box-sizing:border-box;max-width:1200px;margin:0 auto;padding:30px}.cart-top{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:25px;display:flex}.cart-back-button{color:#e85d04;cursor:pointer;background:0 0;border:none;margin-bottom:15px;padding:0;font-weight:700}.cart-eyebrow{color:#e85d04;text-transform:uppercase;letter-spacing:.7px;margin:0 0 5px;font-size:12px;font-weight:800}.cart-top h1{margin:0;font-size:32px}.cart-subtitle{color:#777;margin:7px 0 0;font-size:14px}.clear-cart-button{color:#d83a2e;cursor:pointer;background:#fff;border:1px solid #ffd0c7;border-radius:9px;padding:10px 15px;font-weight:700}.clear-cart-button:disabled{opacity:.6;cursor:not-allowed}.cart-restaurant{background:#fff;border:1px solid #eee3dc;border-radius:13px;align-items:center;gap:13px;margin-bottom:20px;padding:14px 16px;display:flex}.cart-restaurant-icon{background:#fff0e6;border-radius:10px;place-items:center;width:45px;height:45px;font-size:22px;display:grid}.cart-restaurant span,.cart-restaurant strong,.cart-restaurant small{display:block}.cart-restaurant span{color:#888;font-size:11px}.cart-restaurant strong{margin-top:2px;font-size:15px}.cart-restaurant small{color:#777;margin-top:3px;font-size:11px}.cart-layout{grid-template-columns:minmax(0,1fr) 350px;align-items:start;gap:25px;display:grid}.cart-items-section{min-width:0}.cart-items-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.cart-items-header h2{margin:0;font-size:21px}.cart-items-header span{color:#777;font-size:13px}.cart-items{flex-direction:column;gap:13px;display:flex}.cart-item{background:#fff;border:1px solid #eee3dc;border-radius:14px;grid-template-columns:95px minmax(0,1fr) auto;align-items:center;gap:15px;padding:15px;display:grid;box-shadow:0 4px 15px #00000009}.cart-item-image{background:#fff0e6;border-radius:11px;width:95px;height:95px;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%;display:block}.cart-image-fallback{background:#fff0e6;place-items:center;width:100%;height:100%;font-size:34px;display:grid}.cart-item-info{min-width:0}.cart-item-info h3{margin:0;font-size:17px}.cart-item-info p{color:#777;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:6px 0;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.cart-item-price{color:#777;font-size:12px}.cart-item-actions{flex-direction:column;align-items:flex-end;gap:9px;min-width:115px;display:flex}.quantity-control{border:1px solid #ddd;border-radius:9px;align-items:center;display:flex;overflow:hidden}.quantity-control button{cursor:pointer;background:#fff;border:none;width:34px;height:34px;font-size:19px}.quantity-control button:hover:not(:disabled){color:#e85d04;background:#fff0e6}.quantity-control button:disabled{color:#bbb;cursor:not-allowed}.quantity-control span{text-align:center;min-width:32px;font-size:14px;font-weight:700}.cart-item-total{font-size:16px}.remove-item-button{color:#d83a2e;cursor:pointer;background:0 0;border:none;padding:2px;font-size:12px;font-weight:700}.remove-item-button:disabled{color:#aaa;cursor:not-allowed}.cart-summary{background:#fff;border:1px solid #eee3dc;border-radius:16px;padding:20px;position:sticky;top:90px;box-shadow:0 7px 22px #0000000d}.summary-header h2{margin:0 0 20px;font-size:20px}.summary-row{color:#666;justify-content:space-between;gap:15px;margin-bottom:13px;font-size:13px;display:flex}.free-text{text-align:right;color:#888;max-width:170px}.summary-divider{background:#eee3dc;height:1px;margin:18px 0}.summary-total{justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;display:flex}.summary-total span{font-weight:700}.summary-total strong{font-size:22px}.checkout-button{color:#fff;cursor:pointer;background:#e85d04;border:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:14px;font-weight:800;display:flex}.checkout-button:hover{opacity:.92}.summary-shopping-button{color:#e85d04;cursor:pointer;background:#fff;border:1px solid #ffd7bd;border-radius:10px;width:100%;margin-top:9px;padding:12px;font-weight:700}.empty-cart,.cart-error,.cart-loading{text-align:center;box-sizing:border-box;background:#fff;border:1px solid #eee3dc;border-radius:18px;max-width:550px;margin:70px auto;padding:45px 25px;box-shadow:0 8px 25px #0000000d}.empty-cart-icon,.cart-state-icon,.cart-loading-icon{margin-bottom:12px;font-size:48px}.empty-cart h1,.cart-error h2,.cart-loading h2{margin:0 0 8px}.empty-cart p,.cart-error p,.cart-loading p{color:#777;margin:0 0 20px;line-height:1.5}.cart-primary-button{color:#fff;cursor:pointer;background:#e85d04;border:none;border-radius:9px;padding:12px 19px;font-weight:700}@media (width<=900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=650px){.cart-page{min-height:calc(100vh - 62px)}.cart-container{padding:20px 15px 35px}.cart-top{flex-direction:column;align-items:flex-start;gap:10px}.cart-top h1{font-size:27px}.clear-cart-button{align-self:flex-end}.cart-item{grid-template-columns:75px minmax(0,1fr);gap:12px;padding:12px}.cart-item-image{width:75px;height:75px}.cart-item-actions{border-top:1px solid #f0e5de;flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center;width:100%;min-width:0;padding-top:5px}.cart-item-total{margin-left:auto;margin-right:5px}.cart-items-header h2{font-size:19px}.cart-summary{padding:17px}}@media (width<=400px){.cart-item-info h3{font-size:15px}.cart-item-info p{font-size:11px}.quantity-control button{width:31px;height:31px}.quantity-control span{min-width:27px}.remove-item-button{font-size:11px}}.hero-coupon-card{cursor:pointer;text-align:left;background:#fff8f3;border:1px solid #f0d8c5;border-radius:14px;align-items:center;gap:12px;width:100%;max-width:430px;margin-top:18px;padding:14px 16px;transition:transform .2s,box-shadow .2s;display:flex}.hero-coupon-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000014}.hero-coupon-icon{background:#fff;border-radius:12px;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:24px;display:grid}.hero-coupon-text{flex-direction:column;flex:1;gap:3px;display:flex}.hero-coupon-text strong{color:#222;font-size:15px;font-weight:700}.hero-coupon-text small{color:#777;font-size:12px}.hero-coupon-arrow{color:#e85d04;font-size:24px;font-weight:700}@media (width<=768px){.hero-coupon-card{max-width:100%;margin-top:14px;padding:12px 14px}.hero-coupon-icon{width:38px;height:38px;font-size:21px}.hero-coupon-text strong{font-size:14px}.hero-coupon-text small{font-size:11px}.hero-coupon-arrow{font-size:22px}}.coupon-history-page{max-width:1100px;margin:0 auto;padding:30px 20px}.coupon-history-header{margin-bottom:30px}.coupon-history-header h1{margin-bottom:8px;font-size:28px}.coupon-history-header p{color:#666;margin:0}.coupon-history-list{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid}.coupon-history-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:20px;box-shadow:0 4px 12px #0000000f}.coupon-history-code{margin-bottom:15px;font-size:20px;font-weight:700}.coupon-history-details p{word-break:break-word;margin:10px 0;font-size:14px}.empty-coupon-history{text-align:center;background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:60px 20px}.empty-coupon-history span{font-size:50px}.empty-coupon-history h2{margin:15px 0 8px}.empty-coupon-history p{color:#666}.coupon-history-error{color:#d32f2f;text-align:center;padding:20px}@media (width<=600px){.coupon-history-page{padding:20px 15px}.coupon-history-header h1{font-size:24px}.coupon-history-list{grid-template-columns:1fr}}.customer-header{z-index:1000;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;box-shadow:0 3px 15px #0000000d}.header-container{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;max-width:1200px;min-height:70px;margin:0 auto;padding:0 20px;display:flex}.brand{cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-size:24px;font-weight:800;display:flex}.brand-icon{font-size:27px}.brand-text{color:#222}.brand-text span{color:#e85d04}.desktop-nav{align-items:center;gap:8px;display:flex}.nav-link,.nav-icon-link{color:#444;border-radius:9px;padding:10px 13px;font-weight:600;text-decoration:none;transition:all .2s}.nav-link:hover,.nav-icon-link:hover{color:#e85d04;background:#fff3eb}.nav-link.active,.nav-icon-link.active{color:#e85d04;background:#fff0e6}.logout-button{color:#fff;cursor:pointer;background:#e85d04;border:none;border-radius:9px;margin-left:5px;padding:10px 16px;font-weight:700}.logout-button:hover{opacity:.9}.mobile-menu-button{cursor:pointer;background:0 0;border:none;font-size:27px;display:none}.mobile-nav{display:none}@media (width<=768px){.header-container{min-height:62px;padding:0 15px}.brand{font-size:21px}.brand-icon{font-size:24px}.desktop-nav{display:none}.mobile-menu-button{display:block}.mobile-nav{background:#fff;border-top:1px solid #eee;padding:15px;display:block;box-shadow:0 8px 20px #0000000f}.mobile-user{background:#fff8f3;border-radius:12px;align-items:center;gap:12px;margin-bottom:10px;padding:12px;display:flex}.mobile-avatar{background:#fff;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.mobile-user strong{color:#222;display:block}.mobile-user small{color:#777;margin-top:2px;display:block}.mobile-nav-link{color:#333;border-radius:9px;margin-bottom:5px;padding:13px 12px;font-weight:600;text-decoration:none;display:block}.mobile-nav-link.active{color:#e85d04;background:#fff0e6}.mobile-logout{color:#fff;cursor:pointer;background:#e85d04;border:none;border-radius:9px;width:100%;margin-top:8px;padding:13px;font-weight:700}}.notification-icon{justify-content:center;align-items:center;display:inline-flex;position:relative}.notification-badge{box-sizing:border-box;color:#fff;background:#e53935;border:2px solid #fff;border-radius:50px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:800;line-height:1;display:flex;position:absolute;top:-8px;right:-10px}.mobile-notification-badge{color:#fff;background:#e53935;border-radius:50px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:8px;padding:0 6px;font-size:11px;font-weight:800;display:inline-flex}
