@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";:root{--bg-primary: #fefefe;--bg-secondary: #f3f4f6;--text-primary: #1f2937;--text-secondary: #6b7280;--border: #e5e7eb;--accent: #2563eb;font-family:Roboto,sans-serif,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;background-color:#fefefe;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{--bg-primary: #1f2937;--bg-secondary: #111827;--text-primary: #f9fafb;--text-secondary: #9ca3af;--border: #374151;--accent: #3b82f6}a{font-weight:500;text-decoration:inherit}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s;display:flex;flex-direction:row;justify-content:center;align-items:center}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.app-container{width:calc(100vw - .1rem);height:calc(100vh - .1rem);display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.app-container .content-container{width:100%;height:100%;flex-direction:column;justify-content:flex-start;align-items:center}.table-wrapper{background:#fefefe;display:flex;flex-direction:column;height:100%;max-height:100vh;position:relative;box-sizing:border-box}.table-filter{width:100%;height:40px;display:flex;justify-content:flex-start;align-items:center;padding:0 16px;gap:8px}.table-action{display:flex;justify-content:center;align-items:center;font-size:12px;gap:4px;border:1px #5c5e6360 solid;border-radius:8px;padding:0 6px;background:#eeeff1}.table-action-add{display:flex;justify-content:center;align-items:center;font-size:12px;border:1px #5c5e6360 solid;border-radius:8px;padding:0 4px}.table-action-close:hover{color:#cd2c2c}.table-sort-list{width:150px;position:absolute;top:100%;left:0;right:0;margin:0;padding:4px 8px;list-style:none;border:1px #5c5e6360 solid;border-radius:8px;background:#fefefe;z-index:100;font-size:14px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px}.table-sort-item{display:flex;justify-content:center;align-items:center;gap:2px}.table-container{overflow-x:auto;overflow-y:auto;flex:1;max-height:calc(100vh - 65px);border-top:1px #eeeff1 solid}.table{width:100%;table-layout:fixed;border-collapse:collapse}.table thead{background-color:#f9fafb;position:sticky;top:0;z-index:10}.table th{padding:8px 16px;font-size:14px;font-weight:600;line-height:24px;color:#303030;letter-spacing:.05em;position:relative;-webkit-user-select:none;user-select:none;border-right:1px solid #eeeff1;background-color:#f9fafb;box-shadow:0 1px #eeeff1}.table tbody tr{border-bottom:1px solid #eeeff1;transition:background-color .2s}.table tbody tr:hover{background-color:#f9fafb}.table tbody tr.clickable{cursor:pointer}.table td{padding:8px 16px;font-size:12px;line-height:16px;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-right:1px solid #eeeff1}thead tr th:first-child input[type=checkbox],tbody tr td:first-child input[type=checkbox]{cursor:pointer;width:14px;height:14px;accent-color:#0f0f0f}tbody tr.selected{background-color:#f0f4ff}tbody tr.selected:hover{background-color:#e4ebff}tbody tr td:first-child{padding:0 8px}.resize-handle{position:absolute;right:0;top:0;bottom:0;width:4px;cursor:col-resize;-webkit-user-select:none;user-select:none;transition:background-color .2s}.resize-handle:hover{background-color:#464343}.badge{display:inline-block;padding:4px 12px;font-size:12px;font-weight:700;border-radius:8px}.badge.active{background-color:#d1fae5;border:1px solid #93c6ac;color:#065f46}.badge.inactive{background-color:#fee2e2;border:1px solid #c69393;color:#991b1b}.actions{display:flex;gap:8px;justify-content:center}.btn-action{padding:6px 10px;border:none;background:#f3f4f6;cursor:pointer;border-radius:6px;transition:all .2s;font-size:16px}.btn-action:hover{transform:scale(1.1)}.btn-action.view:hover{background-color:#dbeafe}.btn-action.edit:hover{background-color:#fef3c7}.btn-action.delete:hover{background-color:#fee2e2}.empty-message,.loading-message{padding:48px 16px!important;text-align:center;color:#6b7280;font-style:italic}.loading-overlay{position:absolute;inset:0;background-color:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:100;border-radius:8px}.low-stock{color:#dc2626;font-weight:600}.section-title{font-size:20px;font-weight:700;margin-bottom:16px;color:#1f2937}.filter-dialog{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.filter-dialog-wrapper{background:#fff;border-radius:8px;padding:12px;min-width:320px;min-height:300px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column}.filter-dialog-content{width:100%;height:100%;display:flex;flex-direction:column;gap:8px;flex:1}.filter-dialog-title{font-weight:600;font-size:20px;padding:6px 0}.filter-actions-button{width:100%;height:40px;display:flex;justify-content:flex-end;align-items:center;gap:8px}.filter-actions-button button{height:28px;font-size:12px}.filter-actions-button .closeButton{background:none;border:1px solid #eeeff1}.filter-actions-button .saveButton{background:#000;color:#fefefe}.table-wrapper.full-height{height:100%;min-height:400px}.table-wrapper.full-height .table-container{max-height:100%}.table-container::-webkit-scrollbar{width:8px;height:8px}.table-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.table-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.table-container::-webkit-scrollbar-thumb:hover{background:#555}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.select{position:relative;width:100%}.select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px;color:#0f0f0f;border:1px solid #5c5e6360;cursor:pointer;font-size:14px;letter-spacing:.04em;transition:background .2s,color .2s;outline:none}.select-trigger--selected{background:#0f0f0f;color:#fff}.select-trigger__icon{flex-shrink:0;transition:transform .2s}.select-trigger__icon--open{transform:rotate(180deg)}.select__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;margin:0;padding:0;list-style:none;background:#fff;border:1px solid #5c5e6360;border-radius:8px;z-index:100;overflow:hidden}.select__option{padding:11px 16px;font-size:14px;letter-spacing:.04em;cursor:pointer;background:#fff;color:#0f0f0f;border-bottom:1px solid #e5e5e5;transition:background .1s}.select__option:hover{background:#f5f5f5}.select__option--selected{background:#0f0f0f;color:#fff}.select__option--selected:hover{background:#0f0f0f}.workflowContainer{width:100%;height:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;margin-top:20%}.workflowList{width:600px;border-width:1px;border-style:solid;border-color:#eeeff1;border-radius:12px;padding:6px}.workflowHeader{width:600px;display:flex;justify-content:flex-start;align-items:center;gap:4px}.workflowTitle{font-weight:500}.workflowItem{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:400}.workflowItem .workflowItemTitle{display:flex;justify-content:flex-start;align-items:center;gap:8px}.signInContainer{width:100vw;height:calc(100vh - 5rem);background-color:#fefefe;display:flex;flex-direction:column;justify-content:center;align-items:center}.signInContent{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px}.signInContent h3{font-size:28px;margin:6px 0}.signInContent span{font-size:16px;font-weight:300;color:#5c5e63;margin-bottom:32px}.buttonSignInEmail{width:100%;background-color:#000;color:#fefefe;margin-top:12px;font-size:14px;font-weight:400;height:40px;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer}.signIcon{transition:transform .2s ease}.rotate{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.buttonSignInEmail:hover .signIcon{transform:translate(6px)}.input-label{font-size:14px;line-height:18px;font-weight:500}.input-container{display:inline-flex;align-items:center;box-sizing:border-box;background-color:#fefefe;width:100%;height:40px;line-height:24px;display:flex;border:1px #5c5e6360 solid;border-radius:8px;padding:4px 8px;transition:border-color .45s ease;color:#101010;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.input-container input{all:unset;width:100%;border:none;font-size:12px;font-weight:400;font-family:Roboto,sans-serif;padding:0 4px}.input-container .buttonVisibility{background:none;border:none;cursor:pointer;margin:0;padding:0;height:24px;color:#5c5e63}.input-container:hover{border-color:#5c5e63;background-color:#fafafa}.input-container:focus-within{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a;background-color:#fff}.input-currency{font-size:14px;line-height:18px;font-weight:500;color:#5c5e63}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.5rem;z-index:9999}.toast{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:6px;min-width:260px;max-width:360px;box-shadow:0 2px 8px #00000026;animation:toast-in .2s ease;font-size:.875rem;font-family:sans-serif;color:#fff}.toast.removing{animation:toast-out .2s ease forwards}.toast-success{background-color:#22c55e}.toast-error{background-color:#ef4444}.toast-warning{background-color:#f59e0b}.toast-info{background-color:#3b82f6}.toast-icon{font-size:1rem;flex-shrink:0}.toast-message{flex:1;line-height:1.4}.toast-close{background:none;border:none;color:#fffc;cursor:pointer;font-size:1rem;padding:0;line-height:1;flex-shrink:0}.toast-close:hover{color:#fff}@keyframes toast-in{0%{opacity:0;transform:translate(1rem)}to{opacity:1;transform:translate(0)}}@keyframes toast-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(1rem)}}.home-container{width:100%;height:calc(100% - 65px);display:flex;justify-content:center;align-items:center;font-size:16px;gap:8px}.simulationContainer{width:100%;height:calc(100% - 65px);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;box-sizing:border-box;overflow:hidden}.simulationInputs{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.simulationInputs .simulationRows{width:800px;display:flex;justify-content:flex-start;align-items:flex-end;margin-top:8px;padding:0 16px;gap:8px}.simulationInputs .simulationRows button{height:40px;background-color:#000}.simulationTable{width:100%;height:100%;border-top:1px #eeeff1 solid;overflow:hidden;margin-top:8px}.simulation-selection-summary{position:absolute;bottom:32px;right:16px;background:#0f0f0f;color:#fff;padding:10px 16px;border-radius:8px;display:flex;align-items:center;gap:12px;font-size:13px;box-shadow:0 4px 12px #00000026;z-index:10;cursor:pointer;animation:slideUp .5s ease forwards}.simulation-selection-summary span{opacity:.6;font-size:12px}.simulation-selection-summary strong{font-size:14px}.simulation-selection-summary.leaving{animation:slideDown .22s ease forwards}.cell-badge{border:1px solid;border-radius:4px;width:60%;text-align:center;width:fit-content;padding:2px 6px;font-weight:500}.badge-green{border-color:#0fc27a6f;color:#0fc27b;background:#12f79b2d}.badge-yellow{border-color:#c29e0f6f;color:#c29e0f;background:#f7dc122d}.badge-red{border-color:#c20f0f6f;color:#c20f0f;background:#f712122d}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}.layout-container{width:calc(100vw - .1rem);height:calc(100vh - .1rem);display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.layout-container .content-container{width:100%;height:100%;flex-direction:column;justify-content:flex-start;align-items:center;box-sizing:border-box;overflow-x:scroll}.topbar-container{width:100%;height:65px;border-bottom:1px #eeeff1 solid;box-sizing:border-box;padding:8px 16px;display:flex;justify-content:flex-start;align-items:center;gap:12px}.topbar-container .route-container{display:inline-flex;gap:6px}.topbar-container h2{font-size:16px;font-weight:600}.sidebar-container{width:300px;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;border-right:1px #eeeff1 solid;background-color:#fbfbfb;gap:12px}.company-container{width:100%;height:65px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;box-sizing:border-box;padding:8px 16px;border-bottom:1px #eeeff1 solid}.company-container div{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px}.company-container h1{font-size:18px;line-height:24px;color:#101010}.company-container img{border-radius:6px}.company-container .company-img-skeleton{width:24px;height:24px;border-radius:6px;background-color:#eeeff1}.searchbar-container{width:100%;padding:0 16px;box-sizing:border-box}.searchbar-container .input-container{display:inline-flex;align-items:center;box-sizing:border-box;background-color:#fefefe;width:100%;height:36px;line-height:24px;display:flex;border:1px #5c5e6360 solid;border-radius:8px;padding:4px 8px;transition:border-color .45s ease,box-shadow .45s ease;color:#101010}.searchbar-container .input-container input{all:unset;width:100%;border:none;font-size:12px;font-weight:500;font-family:Roboto,sans-serif;padding:0 4px}.searchbar-container .input-container:focus-within{border-color:#2563eb}.menu-container{width:100%;padding:0 16px;box-sizing:border-box;display:flex;flex-direction:column;gap:8px}.menu-container .menu-item{height:28px;display:inline-flex;align-items:center;gap:8px;padding:4px 8px;color:#101010;border-radius:8px;font-weight:500;font-size:16px;transition:background-color .45s ease}.menu-container .menu-item:hover{background-color:#eeeff1}.custom-container{width:100%;padding:0 16px;box-sizing:border-box;display:flex;flex-direction:column;flex:1}.custom-container .custom-title{display:flex;justify-content:flex-start;align-items:center;font-size:14px;gap:4px;color:#5c5e63}.custom-container .menu-item{height:28px;display:inline-flex;align-items:center;gap:8px;padding:4px 8px;color:#101010;border-radius:8px;font-weight:500;font-size:16px;transition:background-color .45s ease}.custom-container .menu-item:hover{background-color:#eeeff1}.user-container{width:100%;height:65px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;box-sizing:border-box;padding:8px 16px;border-top:1px #eeeff1 solid}.user-container div{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px}.user-container span{font-size:14px;line-height:24px;color:#101010}.user-container img{border-radius:100%}.user-container .user-avatar-skeleton{width:24px;height:24px;border-radius:100%;background:#eeeff1}.icon{padding:4px;color:#5c5e63;border-radius:6px;transition:background-color .45s ease;cursor:pointer}.logout:hover{background-color:#eeeff1}.no-avatar{width:24px;height:24px;background:#5c5e63;border-radius:100%;display:flex!important;justify-content:center!important;align-items:center!important}.no-avatar span{color:#fff;font-size:14px;font-weight:600;line-height:14px}.no-avatar{width:24px;height:24px;background:#eeeff1;border-radius:6px;display:flex!important;justify-content:center!important;align-items:center!important}
