:root { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #15203b; background: #f4f7fc; font-synthesis: none; }
* { box-sizing: border-box; } body { margin: 0; min-width: 320px; background: #f4f7fc; } button, input { font: inherit; } button { cursor: pointer; }
.app-shell { min-height: 100vh; display: flex; padding-bottom: 88px; }.sidebar { width: 240px; background: #142f75; color: #dce7ff; padding: 24px 14px 18px; display: flex; flex-direction: column; position: fixed; inset: 0 auto 0 0; }.brand { display: flex; gap: 11px; align-items: center; color: white; font-weight: 720; letter-spacing: -.2px; padding: 0 10px 30px; }.brand-mark { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: #2d69f4; }.sidebar nav { display: grid; gap: 5px; }.nav-item { color: #dce7ff; background: transparent; border: 0; border-radius: 9px; display: flex; align-items: center; gap: 13px; padding: 12px 13px; text-align: left; font-size: 14px; }.nav-item:hover { background: #1d438f; }.nav-item.active { background: #2b68e8; color: white; box-shadow: 0 8px 20px #0d2868; }.sidebar-footer { margin-top: auto; display: flex; gap: 10px; align-items: center; padding: 12px 10px 0; border-top: 1px solid #31518e; }.avatar, .profile { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: #c8d9ff; color: #173373; font-weight: 700; font-size: 12px; }.sidebar-footer strong, .sidebar-footer small { display: block; font-size: 12px; }.sidebar-footer small { color: #aabce2; margin-top: 2px; }
.main-content { margin-left: 240px; width: calc(100% - 240px); padding: 31px 46px 40px; max-width: 1680px; }.topbar { display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 1px solid #dce4f0; padding-bottom: 21px; }.breadcrumb { color: #7b89a4; font-size: 13px; margin-bottom: 8px; } h1 { font-size: 30px; letter-spacing: -1.05px; margin: 0; line-height: 1.1; }.top-actions { display: flex; gap: 12px; align-items: center; }.notification { width: 38px; height: 38px; border: 1px solid #d8e1ef; border-radius: 10px; color: #53627e; background: white; position: relative; }.notification span { position: absolute; width: 8px; height: 8px; background: #e85151; border-radius: 50%; right: 8px; top: 7px; border: 2px solid white; }.profile { border: 0; background: #204cc4; color: white; }
.inventory-heading { padding: 25px 0 18px; display: flex; gap: 12px; justify-content: space-between; }.location-select, .search { height: 45px; background: white; border: 1px solid #dbe3f0; border-radius: 10px; display: flex; align-items: center; color: #263552; }.location-select { width: 310px; padding: 0 14px 0 16px; justify-content: space-between; font-size: 14px; font-weight: 600; }.search { width: min(430px, 44%); padding: 0 14px; gap: 9px; color: #8995a9; }.search input { width: 100%; border: 0; outline: 0; color: #24324d; background: transparent; font-size: 14px; }.search input::placeholder { color: #9aa6b9; }.progress-area { margin: 3px 0 20px; max-width: 430px; }.progress-copy { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }.progress-copy strong { font-size: 15px; }.progress-copy span { font-size: 12px; color: #7b89a4; text-align: right; }.progress-track { background: #dfe6f2; height: 6px; border-radius: 9px; margin-top: 10px; overflow: hidden; }.progress-track i { display: block; height: 100%; border-radius: inherit; background: #2865eb; transition: width .2s ease; }.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }.filter-row button { border: 1px solid #d7dfed; background: white; color: #475775; border-radius: 9px; padding: 9px 14px; font-size: 13px; }.filter-row button.selected { background: #e5efff; border-color: #c8dafe; color: #1f5cdd; font-weight: 650; }
.inventory-list { border: 1px solid #dce4ef; border-radius: 12px; overflow: hidden; background: white; }.list-header, .dish-row { display: grid; grid-template-columns: 160px minmax(250px, 1.8fr) minmax(100px, .8fr) 110px 175px; align-items: center; }.list-header { height: 53px; background: #fbfcfe; color: #7d8aa2; border-bottom: 1px solid #dce4ef; font-size: 12px; padding: 0 19px; }.dish-row { min-height: 108px; padding: 10px 19px; border-bottom: 1px solid #e5eaf2; }.dish-row:last-of-type { border: 0; }.dish-visual { width: 110px; height: 82px; position: relative; display: grid; place-items: center; overflow: hidden; }.dish-shadow { width: 72px; height: 10px; background: #dce1e9; position: absolute; bottom: 8px; border-radius: 50%; filter: blur(2px); }.cup-body { position: absolute; width: 53px; height: 42px; left: 28px; top: 20px; background: linear-gradient(110deg,#f7f8fa,#bdc5d1); border: 2px solid #adb7c4; border-radius: 7px 7px 18px 18px; }.tea .cup-body { width: 61px; height: 47px; left: 23px; background: linear-gradient(110deg,#fbfbfc,#ccd1d9); }.cup-handle { position: absolute; width: 23px; height: 28px; top: 28px; left: 72px; border: 5px solid #b6bec9; border-left: 0; border-radius: 0 18px 18px 0; }.saucer { position: absolute; width: 82px; height: 13px; bottom: 15px; border: 2px solid #bbc4cf; background: #e6eaf0; border-radius: 50%; }.bowl-top { position: absolute; top: 15px; width: 66px; height: 39px; border: 3px solid #aeb8c5; border-top: 9px solid #e9edf3; background: linear-gradient(110deg,#f9fafb,#c1c9d3); border-radius: 8px 8px 33px 33px; }.bowl-stem { width: 9px; height: 23px; background: #bdc5cf; position: absolute; top: 52px; }.bowl-base { position: absolute; width: 43px; height: 7px; top: 72px; background: #bec6d0; border-radius: 50%; }.glass-body { position: absolute; top: 12px; width: 39px; height: 64px; background: linear-gradient(90deg,rgba(255,255,255,.2),rgba(178,194,211,.45),rgba(255,255,255,.14)); border: 2px solid #adb9c6; border-top: 1px solid #dbe3eb; border-radius: 3px 3px 12px 12px; }.pitcher-body { position: absolute; width: 54px; height: 61px; top: 15px; left: 24px; border: 3px solid #aeb9c5; background: linear-gradient(100deg,rgba(248,250,251,.9),rgba(186,199,213,.65)); border-radius: 8px 9px 18px 18px; }.pitcher-handle { position: absolute; width: 25px; height: 35px; top: 28px; left: 69px; border: 5px solid #abb7c4; border-left: 0; border-radius: 0 20px 20px 0; }.pitcher-spout { position: absolute; top: 12px; left: 25px; width: 23px; height: 12px; background: #c5ced7; transform: skew(-28deg); border-radius: 3px; }.dish-name { display: grid; gap: 7px; padding-right: 20px; }.dish-name strong { font-size: 14px; line-height: 1.3; }.dish-name span, .article, .unit { font-size: 13px; color: #8490a5; }.article { color: #52617a; }.quantity-control { width: 145px; height: 45px; border: 1px solid #dbe3ee; border-radius: 9px; display: grid; grid-template-columns: 42px 1fr 42px; overflow: hidden; }.quantity-control button { border: 0; background: #fbfcfe; color: #2e3e59; display: grid; place-items: center; }.quantity-control button:first-child { border-right: 1px solid #e1e7f0; }.quantity-control button:last-child { border-left: 1px solid #e1e7f0; }.quantity-control output { display: grid; place-items: center; font-weight: 620; font-size: 15px; }.empty-state { padding: 60px; text-align: center; color: #8290a8; }.savebar { height: 88px; position: fixed; bottom: 0; left: 240px; right: 0; padding: 0 46px; display: flex; justify-content: space-between; align-items: center; background: rgba(255,255,255,.96); border-top: 1px solid #dce4ef; box-shadow: 0 -6px 24px rgba(31,57,99,.06); color: #72819a; font-size: 13px; }.save-button { display: flex; align-items: center; gap: 10px; border: 0; background: #2865eb; color: white; height: 52px; padding: 0 23px; border-radius: 9px; font-weight: 650; box-shadow: 0 10px 22px rgba(40,101,235,.24); }.saved { display: flex; gap: 8px; align-items: center; color: #1d8953; font-weight: 600; }
@media (max-width: 900px) { .sidebar { width: 72px; padding: 18px 9px; }.brand > span:last-child, .nav-item span, .sidebar-footer > div:last-child { display: none; }.brand { justify-content: center; padding: 0 0 28px; }.nav-item { justify-content: center; padding: 12px; }.sidebar-footer { justify-content: center; padding: 12px 0 0; }.main-content { margin-left: 72px; width: calc(100% - 72px); padding: 24px 22px 36px; }.savebar { left: 72px; padding: 0 22px; }.list-header, .dish-row { grid-template-columns: 120px minmax(230px, 1fr) 100px 80px 145px; }.inventory-list { overflow-x: auto; }.list-header, .dish-row { min-width: 760px; } }
@media (max-width: 620px) { .sidebar { display: none; }.main-content { margin-left: 0; width: 100%; padding: 18px 15px; }.savebar { left: 0; padding: 0 15px; }.topbar h1 { font-size: 24px; }.inventory-heading { flex-direction: column; }.location-select, .search { width: 100%; }.progress-copy { display: grid; gap: 4px; }.progress-copy span { text-align: left; }.savebar > div { display: none; }.savebar { justify-content: flex-end; }.save-button { width: 100%; justify-content: center; }.inventory-list { overflow: visible; }.list-header { display: none; }.dish-row { min-width: 0; min-height: 134px; grid-template-columns: 98px minmax(0, 1fr); padding: 12px 13px; }.dish-visual { width: 84px; height: 88px; grid-row: 1 / 3; }.dish-name { grid-column: 2; padding-right: 0; gap: 5px; }.dish-name strong { font-size: 13px; }.dish-name span { font-size: 12px; }.article, .unit { display: none; }.quantity-control { grid-column: 2; width: 136px; height: 38px; margin-top: 4px; }.quantity-control button { min-width: 38px; }.quantity-control output { font-size: 14px; } }
.vera-main { padding-bottom: 100px; }.vera-title { margin-bottom: 24px; }.vera-title p, .panel-heading p { color: #7887a1; font-size: 14px; margin: 8px 0 0; }.upload-panel, .analysis-panel, .restaurant-panel { background: white; border: 1px solid #dce4ef; border-radius: 12px; margin-bottom: 16px; }.dropzone { min-height: 230px; border: 1.5px dashed #b9c9e4; margin: 14px; border-radius: 9px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 9px; color: #2260de; text-align: center; }.dropzone input, .replace input { display: none; }.dropzone strong { color: #263552; font-size: 17px; }.dropzone span { color: #8190a8; font-size: 13px; }.dropzone b { background: #2865eb; color: white; padding: 10px 15px; border-radius: 8px; margin-top: 7px; font-size: 14px; }.imported-file { min-height: 100px; display: flex; align-items: center; gap: 14px; padding: 22px 25px; color: #1f8d57; }.imported-file div { display: grid; gap: 5px; color: #263552; }.imported-file span { color: #8491a6; font-size: 13px; }.replace { margin-left: auto; color: #2661dd; font-size: 14px; font-weight: 600; cursor: pointer; }.imported-file button { color: #8491a6; border: 0; background: transparent; }.analysis-panel, .restaurant-panel { padding: 22px 24px; } h2 { font-size: 17px; margin: 0; }.analysis-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 18px 0; gap: 20px; }.analysis-grid div { display: grid; gap: 6px; }.analysis-grid span { color: #7a88a1; font-size: 13px; }.analysis-grid strong { font-size: 16px; }.validation { color: #1f8c52; background: #edf9f1; border: 1px solid #c9ecd5; border-radius: 8px; padding: 12px 14px; font-size: 13px; display: flex; gap: 9px; align-items: center; }.panel-heading { display: flex; justify-content: space-between; align-items: start; margin-bottom: 17px; }.check-all, .restaurant-row { display: flex; align-items: center; gap: 9px; font-size: 14px; }.check-all input, .restaurant-row input { width: 16px; height: 16px; accent-color: #2865eb; }.restaurant-table { border: 1px solid #dde5ef; border-radius: 9px; overflow: hidden; }.restaurant-row { min-height: 47px; padding: 0 14px; border-bottom: 1px solid #e6ebf2; }.restaurant-row:last-child { border: 0; }.restaurant-row span { font-weight: 550; }.restaurant-row small { margin-left: auto; color: #8390a4; }.vera-savebar { position: fixed; height: 88px; background: rgba(255,255,255,.96); border-top: 1px solid #dce4ef; box-shadow: 0 -6px 24px rgba(31,57,99,.06); bottom: 0; left: 240px; right: 0; padding: 0 46px; display: flex; align-items: center; justify-content: space-between; color: #71809a; font-size: 13px; }.vera-savebar button { border: 0; background: #2865eb; color: white; height: 51px; padding: 0 20px; border-radius: 9px; font-weight: 650; }.vera-savebar button:disabled { background: #aab6ca; cursor: not-allowed; }.success { display: flex; color: #1e8a51; align-items: center; gap: 7px; max-width: 650px; } @media (max-width: 900px) { .vera-savebar { left: 72px; padding: 0 22px; } } @media (max-width: 620px) { .vera-main { padding-bottom: 90px; }.analysis-grid { grid-template-columns: 1fr; gap: 13px; }.panel-heading { gap: 13px; flex-direction: column; }.restaurant-row small { display: none; }.vera-savebar { left: 0; padding: 0 15px; }.vera-savebar span { display: none; }.vera-savebar button { width: 100%; }.imported-file { padding: 18px; }.replace { margin-left: auto; } }
.manager-title { margin-bottom: 22px; }.manager-title p { margin: 8px 0 0; color: #7887a1; font-size: 14px; }.manager-status { display: flex; gap: 13px; align-items: center; background: #edf4ff; border: 1px solid #cadcff; border-radius: 11px; padding: 18px 20px; margin-bottom: 16px; }.status-icon { width: 43px; height: 43px; display: grid; place-items: center; color: #2360df; background: #dbe9ff; border-radius: 10px; }.manager-status div:last-child { display: grid; gap: 5px; }.manager-status span { color: #61708c; font-size: 14px; }.employee-panel, .notification-panel { background: white; border: 1px solid #dce4ef; border-radius: 12px; padding: 22px 24px; margin-bottom: 16px; }.employee-count { display: flex; align-items: center; gap: 7px; color: #2865eb; background: #eaf1ff; border-radius: 8px; padding: 8px 10px; font-size: 13px; font-weight: 650; }.employee-list { border: 1px solid #dde5ef; border-radius: 9px; overflow: hidden; }.employee-row { min-height: 62px; padding: 0 15px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #e6ebf2; }.employee-row:last-child { border: 0; }.employee-row input { width: 16px; height: 16px; accent-color: #2865eb; }.employee-avatar { width: 33px; height: 33px; background: #dbe7fd; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 700; color: #264d9d; }.employee-row > span:nth-child(3) { display: grid; gap: 3px; }.employee-row small { color: #8090a9; }.employee-row em { margin-left: auto; font-style: normal; color: #8190a6; font-size: 13px; }.notification-panel { display: grid; gap: 14px; }.notification-panel > div { display: flex; gap: 10px; color: #72829a; background: #f7f9fc; padding: 12px; border-radius: 8px; font-size: 13px; }.notification-panel .ready { color: #1d8953; background: #edf9f1; }.manager-savebar { position: fixed; height: 88px; background: rgba(255,255,255,.96); border-top: 1px solid #dce4ef; box-shadow: 0 -6px 24px rgba(31,57,99,.06); bottom: 0; left: 240px; right: 0; padding: 0 46px; display: flex; align-items: center; justify-content: space-between; color: #71809a; font-size: 13px; }.manager-savebar button { border: 0; background: #2865eb; color: white; height: 51px; padding: 0 20px; border-radius: 9px; font-weight: 650; }.manager-savebar button:disabled { background: #aab6ca; } @media (max-width: 900px) { .manager-savebar { left: 72px; padding: 0 22px; } } @media (max-width: 620px) { .manager-savebar { left: 0; padding: 0 15px; }.manager-savebar span { display: none; }.manager-savebar button { width: 100%; }.employee-panel,.notification-panel { padding: 18px 15px; }.employee-row em { display: none; } }
.vera-list-title { margin-bottom: 22px; }.vera-list-title p { margin: 8px 0 0; color: #7887a1; font-size: 14px; }.inventory-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin-bottom: 17px; }.inventory-summary div { border: 1px solid #dce4ef; border-radius: 10px; padding: 16px; background: white; display: grid; grid-template-columns: 25px 1fr; column-gap: 9px; align-items: center; color: #2865eb; }.inventory-summary span { color: #7e8ca4; font-size: 13px; }.inventory-summary strong { color: #263552; font-size: 21px; }.vera-inventory-table { border: 1px solid #dce4ef; border-radius: 12px; overflow: hidden; background: white; }.vera-table-head,.vera-inventory-row { display: grid; grid-template-columns: minmax(230px,1.5fr) 190px 120px 130px 28px; align-items: center; gap: 12px; }.vera-table-head { padding: 0 18px; height: 48px; background: #fafcff; border-bottom: 1px solid #e1e7ef; color: #7b89a0; font-size: 12px; }.vera-inventory-row { width: 100%; min-height: 64px; text-align: left; padding: 0 18px; border: 0; border-bottom: 1px solid #e8edf4; background: white; color: #263552; }.vera-inventory-row:last-child { border-bottom:0; }.vera-inventory-row:hover { background:#f7faff; }.status-pill { font-size: 12px; font-weight: 650; width: max-content; border-radius: 99px; padding: 6px 9px; }.waiting { color:#8b5d0a; background:#fff4d8; }.counting { color:#1c5ccf; background:#e8f0ff; }.review { color:#8d4c15; background:#fff0de; }.confirmed { color:#167a45; background:#e8f8ee; }.no-inventories { min-height: 250px; display:grid; place-content:center; justify-items:center; gap:10px; color:#8491a6; }.no-inventories strong { color:#31415f; } @media (max-width:620px) { .inventory-summary { grid-template-columns:1fr; }.vera-table-head { display:none; }.vera-inventory-row { grid-template-columns:1fr auto; gap:8px; padding:15px; }.vera-inventory-row > span:nth-child(3),.vera-inventory-row > span:nth-child(4) { grid-column:1; color:#8290a7; font-size:13px; }.vera-inventory-row > svg { grid-column:2; grid-row:1/4; }.status-pill { grid-column:1!important; } }
