:root{--hot-pink: #d30c7b;--teal: #8df1d3;--purple: #c6c8ee;--light-pink: #f92758;--peach: #ffa686;--white: #ffffff;--surface: #f8f8ff;--text: #111111;--muted: #555555;--radius: 12px;--radius-big: 24px;--shadow-soft: 0 4px 16px rgba(0, 0, 0, .08);--stat-good: rgba(0, 255, 0, .5);--stat-attention: rgba(255, 165, 0, .5);--stat-alert: rgba(255, 0, 0, .5)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;min-width:100%}body{font-family:system-ui,Segoe UI,sans-serif;background:var(--surface);color:var(--text);min-height:100vh}.page-shell{width:100%;min-height:100vh;display:flex;flex-direction:column}.page-top-bar{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;background:linear-gradient(135deg,var(--hot-pink),var(--light-pink));color:var(--white)}.page-top-bar-title{font-size:18px;font-weight:700}.page-body{display:flex;flex:1;min-height:0}.page-content{display:flex;flex-direction:column;flex:1;min-height:0;margin:10px}.page-sidebar{width:200px;min-height:100%;background:var(--purple);padding:20px 12px;border-radius:0 0 0 var(--radius-big)}.page-sidebar-title{font-size:14px;font-weight:700;color:var(--text);margin-bottom:16px}.page-sidebar-item{padding:8px 12px;margin-bottom:4px;border-radius:var(--radius);font-size:14px;background:transparent;color:var(--text)}.page-sidebar-item.active{background:var(--white);font-weight:600}.page-main{flex:1;background:var(--surface);border-radius:0 0 var(--radius-big) var(--radius-big);border-left:none;min-height:0;padding:20px}.page-page-title{font-size:32px;font-weight:700;margin-bottom:20px}.page-card{background:var(--white);border-radius:var(--radius-big);padding:16px 20px;margin-bottom:16px;box-shadow:var(--shadow-soft)}.page-card-title{font-size:20px;font-weight:600;margin-bottom:8px}.btn{padding:10px 18px;border-radius:999px;border:none;font-size:14px;font-weight:600;cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--hot-pink),var(--light-pink));color:var(--white);box-shadow:0 6px 20px #d30c7b59}.btn-secondary{background:var(--white);color:var(--text);border:1px solid rgba(0,0,0,.1)}.placeholder-text{color:var(--muted);font-size:13px}.page-overview{display:flex;flex-direction:column;gap:16px;border-radius:var(--radius-big);background:var(--peach);padding:16px 20px;margin-bottom:16px}.page-overview-title{font-size:24px;font-weight:600;margin-bottom:8px}.page-overview-container{display:flex;gap:16px;flex-wrap:wrap}.page-overview-card{background:var(--white);border-radius:var(--radius);padding:12px 16px;flex:1;box-shadow:var(--shadow-soft)}.page-overview-card-title{font-size:20px;font-weight:600;margin-bottom:6px}.page-overview-card-status{font-size:18px;color:var(--text)}.page-overview-card-description{font-size:12px;color:var(--muted)}.supply-flow-container{display:flex;justify-content:space-evenly;align-items:center;width:fill;height:fit-content;gap:12px}.supply-flow-hub-health{display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--hot-pink);border-radius:100%;width:fit-content;padding:20px;aspect-ratio:1 / 1}.supply-flow-hub-health-item{font-size:32px;color:var(--white);font-weight:600}.supply-flow-status{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;flex:1;width:fill;gap:12px;height:fit-content}.supply-flow-status-item{font-size:24px;color:var(--text);font-weight:500;width:100%;height:35px;text-align:center;border-radius:var(--radius)}.supply-flow-status-item[data-state=transit]{background:var(--stat-good)}.supply-flow-status-item[data-state=delayed]{background:var(--stat-alert)}.supply-flow-status-item[data-state=planning-delivery]{background:var(--stat-attention)}.supply-flow-stores{display:flex;align-items:center;flex-direction:column;justify-content:space-evenly;gap:12px;width:6%;min-width:125px;height:fit-content}.supply-flow-store{display:flex;justify-content:space-between;align-items:center;width:fill;background:var(--peach);border-radius:var(--radius);padding:12px;width:100%;height:35px;color:var(--text);font-weight:500}.supply-usage-overview{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%}.supply-usage-chart{display:flex;justify-content:space-evenly;align-items:flex-end;height:500px;width:100%;gap:12px}.supply-usage-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;width:100%}.supply-usage-bars{display:flex;align-items:flex-end;width:100%;gap:5px}.supply-usage-bar-ingredient{border-radius:var(--radius);background:var(--teal);height:var(--sizing);width:100%}.supply-usage-bar-material{border-radius:var(--radius);background:var(--purple);height:var(--sizing);width:100%}.supply-usage-legend{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:16px}.supply-usage-legend-item{display:flex;justify-content:center;align-items:center;gap:6px;background:var(--item-color);border-radius:var(--radius);padding:5px}.supply-usage-scale{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 10px}.supply-usage-scale-item{font-size:12px;color:var(--muted)}.btn-sm{padding:6px 12px;font-size:12px}.error-text{color:#c0392b;font-size:13px}.field-error{color:#c0392b;font-size:12px;margin-left:8px}.row-actions{display:flex;align-items:center;gap:6px}.nearby-stores-table-wrap{overflow-x:auto}.nearby-stores-table{min-width:520px}.manager-table{width:100%;border-collapse:collapse;font-size:13px}.manager-table th,.manager-table td{padding:8px 10px;text-align:left;border-bottom:1px solid rgba(0,0,0,.06)}.manager-table th{font-weight:600;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.status-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600}.status-badge--ok{background:rgba(0,200,100,.15);color:#1a7a4a}.status-badge--low,.status-badge--warning{background:rgba(255,165,0,.2);color:#9a6000}.status-badge--out,.status-badge--error{background:rgba(220,50,50,.15);color:#a02020}.stock-qty-input{width:70px;padding:4px 6px;border:1px solid rgba(0,0,0,.15);border-radius:var(--radius);font-size:13px}.machine-status-form{display:flex;align-items:center;gap:8px;padding:8px 0;flex-wrap:wrap}.select-input,.text-input{padding:7px 10px;border:1px solid rgba(0,0,0,.15);border-radius:var(--radius);font-size:13px;background:var(--white);color:var(--text)}.delivery-form{display:flex;flex-direction:column;gap:12px;max-width:480px}.form-row{display:flex;flex-direction:column;gap:4px}.form-row label{font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.store-picker{display:flex;align-items:center;gap:8px}.store-picker-label{font-size:13px;font-weight:600;color:var(--white)}.manager-quick-stats{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.quick-stat{flex:1;min-width:120px;background:var(--white);border-radius:var(--radius);padding:14px 16px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;align-items:center;gap:4px}.quick-stat-value{font-size:28px;font-weight:700}.quick-stat-label{font-size:12px;color:var(--muted);text-align:center}.quick-stat--ok .quick-stat-value{color:#1a7a4a}.quick-stat--attention .quick-stat-value{color:#9a6000}.quick-stat--alert .quick-stat-value{color:#a02020}.quick-links{display:flex;gap:10px;flex-wrap:wrap}.login-page{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;gap:20px;background:var(--surface);color:var(--white);box-shadow:0 6px 20px #d30c7b59}.login-background{display:flex;flex-direction:column;align-items:center;background:var(--white);color:var(--text);padding:40px 60px;border-radius:var(--radius-big);box-shadow:var(--shadow-soft);width:50%;max-width:700px;height:60%;max-height:800px}.login-image-container{width:fit-content;height:fit-content;background:var(--teal);border-radius:100%;display:flex;justify-content:center}.login-form{display:flex;flex-direction:column;gap:20px;width:100%;text-align:center}.login-username,.login-password{padding:12px 16px;border-radius:var(--radius);border:1px solid rgba(0,0,0,.1);font-size:14px;width:100%}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
