@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:24px;font-family:Outfit,Inter,sans-serif;overflow:hidden}.landing-bg{background:radial-gradient(circle at top right,var(--brand-bg-light) 0%,#f8fafc 100%)}.flywheel-container{display:flex;justify-content:center;margin-bottom:30px}.flywheel-spinning{width:80px;height:80px;border:4px solid var(--brand-primary);border-radius:50%;position:relative;animation:spin 8s linear infinite}.flywheel-spinning:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:var(--brand-primary);border-radius:50%}.spoke{position:absolute;width:4px;height:50%;background:var(--brand-primary);left:50%;transform-origin:bottom center;margin-left:-2px}.spoke:nth-child(1){transform:rotate(0)}.spoke:nth-child(2){transform:rotate(90deg)}.spoke:nth-child(3){transform:rotate(180deg)}.spoke:nth-child(4){transform:rotate(270deg)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.landing-card{text-align:center;max-width:500px;padding:48px;background:#fff;border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid rgba(226,232,240,.8)}.auth-card{background:#fff;padding:40px;width:100%;max-width:420px;border-radius:20px;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #e2e8f0;text-align:center}.landing-title{font-size:42px;font-weight:800;color:#1e293b;letter-spacing:-.02em;margin-bottom:8px}.landing-subtitle{font-size:18px;color:#64748b;margin-bottom:32px}.auth-title{font-size:28px;font-weight:700;color:var(--brand-secondary);margin-bottom:8px}.auth-subtitle{font-size:15px;color:#64748b;margin-bottom:32px}.feature-pill{display:inline-block;padding:6px 14px;background:var(--brand-bg-light);color:var(--brand-primary);border-radius:99px;font-size:12px;font-weight:600;margin:4px}.auth-btn{width:100%;padding:14px;border:none;border-radius:12px;background:var(--brand-primary);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.landing-btn{margin-top:32px;box-shadow:0 4px 6px -1px #f15a244d}.landing-btn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #f15a2466}.animate-fade-in{animation:fadeIn .8s ease-out}.animate-slide-up{animation:slideUp .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing-footer,.login-external-link{margin-top:40px;font-size:13px;color:#94a3b8;line-height:1.6}.landing-footer a,.login-external-link a{color:var(--brand-primary);text-decoration:none;font-weight:600}.landing-footer a:hover,.login-external-link a:hover{text-decoration:underline}.auth-logo-small{display:flex;justify-content:center;margin-bottom:24px}.flywheel-static{width:32px;height:32px;border:3px solid var(--brand-primary);border-radius:50%;position:relative}.flywheel-static:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:var(--brand-primary);border-radius:50%}.auth-form{text-align:left;margin-top:32px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:13px;font-weight:600;color:#475569;margin-bottom:8px}.form-group input{width:100%;padding:12px 16px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;font-size:14px;outline:none}.form-group input:focus{border-color:var(--brand-primary);background:#fff;box-shadow:0 0 0 4px #f15a240d}.auth-error{background:#fef2f2;color:#ef4444;padding:12px;border-radius:10px;font-size:13px;border:1px solid #fee2e2;margin-bottom:20px}.app-shell{display:flex;min-height:100vh;background:#f5f6fa;font-family:Inter,system-ui,sans-serif;color:#111827}.app-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.topbar{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:60px;background:#fff;border-bottom:1px solid #e8eaf0;flex-shrink:0;gap:12px}.topbar__title{font-size:17px;font-weight:600;color:#111827;white-space:nowrap}.topbar__left{display:flex;flex-direction:column;justify-content:center}.topbar__greeting{display:flex;align-items:center;gap:12px;margin-top:2px}.greeting-text{font-size:13px;font-weight:500;color:#6b7280}.time-text{font-size:12px;font-weight:600;color:var(--brand-primary);background:var(--brand-bg-light);padding:2px 8px;border-radius:6px}.topbar__right{display:flex;align-items:center;gap:10px}.topbar__icon-btn{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;background:transparent;color:#6b7280;cursor:pointer;transition:background .15s,color .15s}.topbar__icon-btn:hover{background:#f3f4f6;color:#111827}.topbar__badge{position:absolute;top:4px;right:4px;width:16px;height:16px;border-radius:50%;background:#ef4444;color:#fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center}.topbar__user{display:flex;align-items:center;gap:8px;padding:5px 10px;border-radius:8px;cursor:pointer;transition:background .15s}.topbar__user:hover{background:#f3f4f6}.topbar__avatar{width:30px;height:30px;border-radius:50%;background:var(--brand-primary);color:#fff;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center}.topbar__role{font-size:13px;font-weight:500;color:#374151;white-space:nowrap}.topbar__logout-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #fee2e2;border-radius:8px;background:#fff5f5;color:#ef4444;cursor:pointer;transition:background .15s}.topbar__logout-btn:hover{background:#fee2e2}.online-badge{display:flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;font-size:11.5px;font-weight:600}.online-badge--on{background:#d1fae5;color:#065f46}.online-badge--off{background:#fef3c7;color:#92400e}.online-badge__dot{width:7px;height:7px;border-radius:50%}.online-badge--on .online-badge__dot{background:#10b981}.online-badge--off .online-badge__dot{background:#f59e0b}.info-tip{position:relative;display:inline-block;cursor:help;color:#9ca3af;margin-left:6px}.info-tip:hover:after{content:attr(data-tip);position:absolute;bottom:125%;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:6px 10px;border-radius:4px;font-size:11px;white-space:nowrap;z-index:10}.page-content{display:flex;flex:1;gap:0;overflow:hidden}.content-main{flex:1;padding:28px 24px;overflow-y:auto;display:flex;flex-direction:column;gap:24px}.section-title{font-size:20px;font-weight:600;color:#111827}.kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:900px){.kpi-row{grid-template-columns:1fr}}.stat-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #00000012,0 1px 2px #0000000a;border:1px solid #f1f2f6;display:flex;flex-direction:column;gap:10px;transition:box-shadow .2s}.stat-card:hover{box-shadow:0 4px 12px #00000017}.stat-card__header{display:flex;align-items:center;justify-content:space-between}.stat-card__label{font-size:13px;font-weight:500;color:#6b7280}.stat-card__icon{width:36px;height:36px;border-radius:8px;background:var(--brand-bg-light);display:flex;align-items:center;justify-content:center}.stat-card--warning .stat-card__icon{background:#fffbeb}.stat-card__value{font-size:26px;font-weight:700;color:#111827;letter-spacing:-.5px}.stat-card--warning .stat-card__value{color:#f59e0b}.stat-card__trend{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:500}.stat-card__trend--up{color:#10b981}.stat-card__trend--down{color:#ef4444}.sparkline-wrapper{display:flex;flex-direction:column;gap:6px}.sparkline-canvas{display:block}.sparkline-legend{display:flex;gap:14px;font-size:11px;font-weight:500}.sparkline-legend__in{color:#22c55e}.sparkline-legend__out{color:#ef4444}.table-card{background:#fff;border-radius:12px;border:1px solid #f1f2f6;box-shadow:0 1px 3px #00000012;overflow:hidden}.table-card__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f1f2f6;gap:12px}.table-card__actions{display:flex;gap:8px;align-items:center}.table-card__title{font-size:15px;font-weight:700;color:#111827;flex:1}.table-search{padding:8px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;color:#374151;outline:none;transition:all .15s;width:220px;background:#f9fafb}.table-search:focus{border-color:var(--brand-primary);background:#fff;box-shadow:0 0 0 3px #f15a241a}.table-wrapper{overflow-x:auto}.stock-table{width:100%;border-collapse:collapse;font-size:13.5px}.stock-table thead tr{background:#f9fafb}.stock-table th{padding:11px 16px;text-align:left;font-weight:600;color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e5e7eb;white-space:nowrap}.stock-table td{padding:13px 16px;color:#374151;border-bottom:1px solid #f3f4f6}.stock-table tbody tr{transition:background .12s}.stock-table tbody tr:hover{background:#f9fafb}.clickable-row:hover{background:#f3f4f6!important}.stock-table tbody tr:last-child td{border-bottom:none}.table-code{font-family:Courier New,monospace;font-size:12.5px;color:var(--brand-primary);font-weight:600}.status-pill{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:11.5px;font-weight:600}.status-pill--ok{background:#d1fae5;color:#065f46}.status-pill--low{background:#fef3c7;color:#92400e}.quick-actions{width:220px;flex-shrink:0;background:#fff;border-left:1px solid #e8eaf0;padding:28px 16px;display:flex;flex-direction:column;gap:10px;overflow-y:auto}@media(max-width:1100px){.quick-actions{display:none}}.quick-actions__title{font-size:14px;font-weight:700;color:#111827;margin-bottom:4px}.quick-actions__list{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.quick-action-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border:none;border-radius:8px;background:var(--brand-primary);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Inter,system-ui,sans-serif;box-shadow:0 2px 4px #f15a2433}.quick-action-btn:hover{background:var(--brand-primary-hover);transform:translateY(-1px);box-shadow:0 4px 6px #f15a2440}.quick-action-btn:active{transform:translateY(0)}.quick-action-btn__icon{display:flex;align-items:center;flex-shrink:0}.summary-card{background:#f8faff;border:1px solid #dbeafe;border-radius:10px;padding:14px}.summary-card--warn{background:#fffbeb;border-color:#fde68a}.summary-card__label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:4px}.summary-card__value{font-size:18px;font-weight:700;color:#111827}.summary-card__sub{font-size:11.5px;color:#9ca3af;margin-top:2px}.info-tip{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;background:#e5e7eb;color:#6b7280;border-radius:50%;font-size:10px;margin-left:4px;cursor:help;position:relative}.info-tip__content{visibility:hidden;width:180px;background-color:#374151;color:#fff;text-align:center;border-radius:6px;padding:8px;position:absolute;z-index:1000;bottom:125%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .2s;font-weight:400;font-size:11px;line-height:1.4;box-shadow:0 4px 6px -1px #0000001a;text-transform:none}.info-tip:hover .info-tip__content{visibility:visible;opacity:1}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px;margin-top:24px}.dashboard-grid--storekeeper{grid-template-columns:1fr}@media(max-width:768px){.app-main{margin-left:60px}.dashboard-grid{grid-template-columns:1fr!important}.stat-card{padding:12px}.stat-card__value{font-size:20px}.chart-container{display:none!important}}.system-guide-page{background-color:#f9fafb;min-height:100vh;padding:40px 20px}.guide-container{max-width:800px;margin:0 auto;background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.guide-header{text-align:center;margin-bottom:40px;border-bottom:1px solid #e5e7eb;padding-bottom:20px}.guide-title{font-size:32px;fontWeight:800;color:#111827;margin-bottom:8px}.guide-subtitle{font-size:14px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.guide-section{margin-bottom:40px}.section-title{font-size:22px;fontWeight:700;color:#111827;margin-bottom:16px;display:flex;align-items:center;gap:8px}.terms-box{background:#f3f4f6;padding:24px;border-radius:12px;border:1px solid #e5e7eb}.terms-box p{font-size:14px;color:#374151;line-height:1.6;margin-bottom:16px}.terms-box p:last-child{margin-bottom:0}.feature-block{margin-bottom:24px;padding:20px;border-radius:12px;border:1px solid #e5e7eb;transition:box-shadow .2s}.feature-block:hover{box-shadow:0 10px 15px -3px #0000000d}.feature-block h3{font-size:16px;fontWeight:700;color:#f15a24;margin-bottom:8px}.feature-block p{font-size:14px;color:#4b5563;line-height:1.6;margin-bottom:12px}.feature-block ul{list-style-type:disc;padding-left:20px}.feature-block li{font-size:13.5px;color:#374151;margin-bottom:6px;line-height:1.5}.feature-block li strong{color:#111827}.guide-footer{text-align:center;border-top:1px solid #e5e7eb;padding-top:20px;margin-top:40px}.guide-footer p{font-size:12px;color:#9ca3af}.sidebar{width:220px;min-height:100vh;background:var(--brand-secondary);border-right:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;flex-shrink:0;transition:width .3s cubic-bezier(.4,0,.2,1);overflow:hidden;position:sticky;top:0;height:100vh;z-index:100}.sidebar--collapsed{width:60px}.sidebar__logo{display:flex;align-items:center;gap:10px;padding:18px 14px;border-bottom:1px solid rgba(255,255,255,.05);min-height:60px}.sidebar__logo-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar__logo-text{font-weight:700;font-size:14px;color:#fff;white-space:nowrap;overflow:hidden}.sidebar__nav{flex:1;padding:10px 8px;display:flex;flex-direction:column;gap:2px;overflow-y:auto;overflow-x:hidden}.sidebar__item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border:none;border-radius:8px;background:transparent;color:#ffffffb3;font-size:13.5px;font-weight:500;cursor:pointer;text-align:left;transition:background .15s,color .15s;white-space:nowrap}.sidebar__item:hover{background:#ffffff1f;color:#fff}.sidebar__item--active{background:var(--brand-primary);color:#fff;font-weight:600}.sidebar__item--parent{justify-content:flex-start}.sidebar__icon{display:flex;align-items:center;flex-shrink:0;color:inherit}.sidebar__label{flex:1;overflow:hidden;text-overflow:ellipsis}.sidebar__chevron{display:flex;align-items:center;opacity:.5;transition:transform .2s}.sidebar__chevron--open{transform:rotate(180deg)}.sidebar__group{display:flex;flex-direction:column}.sidebar__children-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out,opacity .2s;opacity:0;overflow:hidden}.sidebar__children-wrapper--open{grid-template-rows:1fr;opacity:1}.sidebar__children{min-height:0;display:flex;flex-direction:column;gap:1px;margin-left:12px;padding-left:16px;border-left:1px solid rgba(255,255,255,.1);margin-top:2px;margin-bottom:4px}.sidebar__child{display:block;width:100%;padding:7px 10px;border:none;border-radius:6px;background:transparent;color:#fff9;font-size:13px;font-weight:400;cursor:pointer;text-align:left;transition:background .15s,color .15s;white-space:nowrap}.sidebar__child:hover{background:#ffffff14;color:#fff}.sidebar__child--active{background:transparent;color:var(--brand-primary);font-weight:700}.sidebar__collapse-btn{display:flex;align-items:center;gap:8px;width:100%;padding:14px 18px;border:none;border-bottom:1px solid rgba(255,255,255,.05);background:transparent;color:#ffffff80;font-size:12.5px;cursor:pointer;transition:all .2s;text-align:left;white-space:nowrap}.sidebar__collapse-btn:hover{color:#fff;background:#ffffff0d}.sidebar__footer{padding:12px 14px;border-top:1px solid rgba(255,255,255,.05);display:flex;justify-content:center;align-items:center}.sidebar__footer-link{background:none;border:none;color:#fff6;font-size:11px;text-decoration:underline;cursor:pointer;transition:color .2s}.sidebar__footer-link:hover{color:#ffffffb3}@media(max-width:768px){.sidebar{position:fixed;height:100vh;z-index:1000;width:60px}.sidebar:not(.sidebar--collapsed){width:220px;box-shadow:10px 0 15px -3px #0003}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brand-primary: #f15a24;--brand-primary-hover: #d94e1d;--brand-secondary: #333333;--brand-charcoal: #1f2937;--brand-bg-light: #fff3ef;--brand-surface: #ffffff;--brand-bg-main: #f5f6fa;font-family:Inter,system-ui,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#111827;background-color:var(--brand-bg-main);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.skeleton{background:#f3f4f6;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1s infinite linear;border-radius:8px}html,body,#root{height:100%;width:100%}body{display:block;min-height:100vh}a{font-weight:500;color:#2563eb;text-decoration:none}a:hover{color:#1d4ed8}button{font-family:Inter,system-ui,sans-serif}
