@charset "UTF-8";.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:1px solid transparent;border-radius:6px;font-size:.75rem;font-weight:500;line-height:1.5;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;-webkit-user-select:none;user-select:none}.btn:focus{outline:2px solid #2e2f7d;outline-offset:2px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn{position:relative;text-wrap:nowrap}.btn--primary{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:1px solid transparent;border-radius:6px;font-size:.75rem;font-weight:500;line-height:1.5;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;-webkit-user-select:none;user-select:none}.btn--primary:focus{outline:2px solid #2e2f7d;outline-offset:2px}.btn--primary:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background-color:#2e2f7d;border-color:#2e2f7d;color:#fff}.btn--primary:hover:not(:disabled){background-color:#1b225e;border-color:#1b225e}.btn--secondary{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:1px solid transparent;border-radius:6px;font-size:.75rem;font-weight:500;line-height:1.5;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;-webkit-user-select:none;user-select:none}.btn--secondary:focus{outline:2px solid #2e2f7d;outline-offset:2px}.btn--secondary:disabled{opacity:.6;cursor:not-allowed}.btn--secondary{background-color:transparent;border-color:#e0e0e0;color:#212121}.btn--secondary:hover:not(:disabled){background-color:#fafafa;border-color:#bdbdbd}.btn--success{background-color:#2e7d32;border-color:#2e7d32;color:#fff}.btn--success:hover:not(:disabled){background-color:#205823;border-color:#205823}.btn--warning{background-color:#f57c00;border-color:#f57c00;color:#fff}.btn--warning:hover:not(:disabled){background-color:#c26200;border-color:#c26200}.btn--error{background-color:#c62828;border-color:#c62828;color:#fff}.btn--error:hover:not(:disabled){background-color:#9c1f1f;border-color:#9c1f1f}.btn--ghost{background-color:transparent;border-color:transparent;color:#616161}.btn--ghost:hover:not(:disabled){background-color:#f5f5f5;color:#212121}.btn--tertiary{background-color:#f5f5f5;border-color:transparent;color:#616161}.btn--tertiary:hover:not(:disabled){background-color:#eee;color:#212121}.btn--sm{padding:.25rem .75rem;font-size:.6875rem;height:32px}.btn--md{padding:.5rem 1rem;font-size:.75rem;height:40px}.btn--lg{padding:.75rem 1.5rem;font-size:.8125rem;height:48px}.btn--disabled{opacity:.6;cursor:not-allowed}.btn--loading{pointer-events:none}.btn--loading .btn__content{opacity:.7}.btn--full-width{width:100%}.btn__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.btn__spinner-icon{width:16px;height:16px;animation:spin 1s linear infinite}.btn__content{display:flex;align-items:center;justify-content:center;gap:.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dropdown{position:relative;display:inline-block}.dropdown__trigger{cursor:pointer}.dropdown__menu{box-shadow:0 1px 2px #0000000d;min-width:200px;max-width:300px;padding:.5rem 0;background:#fff;border:1px solid #EEEEEE;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;opacity:0;transform:translateY(-8px);animation:dropdown-enter .15s ease-out forwards;max-height:300px;overflow-y:auto}.dropdown__item{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:.5rem 1rem;border:none;background:none;font-size:.75rem;color:#212121;cursor:pointer;transition:background-color .15s ease-in-out;gap:.75rem;text-align:left}.dropdown__item:hover:not(:disabled){background-color:#fafafa}.dropdown__item:focus{outline:none;background-color:#e9e8f5}.dropdown__item--disabled{opacity:.6;cursor:not-allowed}.dropdown__item--danger{color:#c62828}.dropdown__item--danger:hover:not(:disabled){background-color:#c628281a}.dropdown__item--danger:focus{background-color:#c628281a}.dropdown__item-icon{font-size:.8125rem;width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dropdown__item-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown__divider{height:1px;background-color:#eee;margin:.5rem 0}@keyframes dropdown-enter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header{display:flex;align-items:center;justify-content:space-between;height:48px;background:linear-gradient(180deg,#e9e8f5,#fff);border-bottom:1px solid #EEEEEE;padding:0 1rem;box-shadow:0 1px 3px #2e2f7d14;position:sticky;top:0;z-index:1020}.header:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2e2f7d,#ff6f00)}@media (max-width: 575px){.header{padding:0 1rem}}.header__left{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.header__center{flex:1;max-width:360px;margin:0 .75rem;position:relative}@media (max-width: 767px){.header__center{display:none}}.header__search{position:relative;display:flex;align-items:center}.header__search-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:1px solid #EEEEEE;z-index:1000;max-height:320px;overflow-y:auto;padding:.5rem 0}.header__search-result{display:flex;align-items:center;gap:.75rem;width:100%;padding:.5rem 1rem;border:none;background:none;cursor:pointer;text-align:left;transition:background .15s ease-in-out}.header__search-result:hover{background:#fafafa}.header__search-result-icon{font-size:.875rem;flex-shrink:0}.header__search-result-info{display:flex;flex-direction:column;min-width:0}.header__search-result-label{font-size:.75rem;font-weight:500;color:#212121}.header__search-result-group{font-size:.6875rem;color:#9e9e9e}.header__search-empty{padding:1rem;text-align:center;color:#9e9e9e;font-size:.75rem}.header__search-icon{position:absolute;left:.5rem;color:#9e9e9e;pointer-events:none}.header__search-input{width:100%;height:28px;padding:.25rem .5rem .25rem 28px;border:1px solid #E0E0E0;border-radius:9999px;font-size:.75rem;color:#212121;background:#fafafa;transition:all .15s ease-in-out}.header__search-input::placeholder{color:#9e9e9e}.header__search-input:focus{outline:none;border-color:#2e2f7d;background:#fff;box-shadow:0 0 0 3px #2e2f7d1a}.header__right{display:flex;align-items:center;justify-content:flex-start;gap:.25rem}.header__icon-btn{display:flex;align-items:center;justify-content:center;position:relative;width:28px;height:28px;border:none;background:#f5f5f5;border-radius:9999px;color:#616161;cursor:pointer;transition:all .15s ease-in-out}.header__icon-btn:hover{background:#eee;color:#212121}.header__badge{position:absolute;top:-2px;right:-2px;min-width:16px;height:16px;padding:0 4px;border-radius:9999px;background:#ff6f00;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.header__divider{width:1px;height:20px;background:#eee;margin:0 .25rem}.header__menu-toggle{display:flex;padding:.5rem;color:#212121}.header__hamburger{display:flex;flex-direction:column;gap:3px;width:18px;height:14px}.header__hamburger span{height:2px;background:#212121;border-radius:1px;transition:all .15s ease-in-out}.header__hamburger span:nth-child(1){width:100%}.header__hamburger span:nth-child(2){width:80%}.header__hamburger span:nth-child(3){width:60%}.header__brand{display:flex;align-items:center;justify-content:flex-start}.header__logo{display:flex;align-items:center;justify-content:flex-start;font-size:.875rem;font-weight:700;color:#2e2f7d;margin:0;line-height:1}@media (max-width: 575px){.header__logo{font-size:.8125rem}}.header__logo-icon{align-items:baseline;font-size:1rem;transform:translate(2px);display:flex}@media (max-width: 575px){.header__logo-icon{font-size:.875rem}}.header__user{position:relative}.header__user-button{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:.25rem .5rem;border-radius:9999px;color:#212121}.header__user-button:hover{background-color:#f5f5f5}.header__user-avatar{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:9999px;background:#ff6f00;color:#fff;font-size:.75rem;font-weight:500}.header__user-name{font-size:.75rem;font-weight:500;color:#212121}@media (max-width: 575px){.header__user-name{display:none}}.header__user-chevron{width:16px;height:16px;color:#9e9e9e;transition:transform .15s ease-in-out}.header__user-button[aria-expanded=true] .header__user-chevron{transform:rotate(180deg)}@media (max-width: 575px){.header__user-chevron{display:none}}.header__icon-wrapper{position:relative}.header__panel{position:absolute;top:calc(100% + 8px);width:320px;background:#fff;border:1px solid #EEEEEE;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:1000;animation:panelSlideIn .15s ease-out}.header__panel--right{right:0}.header__panel-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #EEEEEE}.header__panel-header h4{margin:0;font-size:.75rem;font-weight:600;color:#212121}.header__panel-action{background:none;border:none;color:#2e2f7d;font-size:.6875rem;font-weight:500;cursor:pointer;padding:0}.header__panel-action:hover{text-decoration:underline}.header__panel-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border:none;background:none;width:100%;text-align:left;cursor:pointer;transition:background .15s ease-in-out}.header__panel-item:hover{background:#fafafa}.header__panel-item--unread{background:#2e2f7d08}.header__panel-dot{width:8px;height:8px;border-radius:50%;background:#ff6f00;margin-top:4px;flex-shrink:0}.header__panel-content{flex:1;min-width:0}.header__panel-title{margin:0;font-size:.75rem;font-weight:500;color:#212121;line-height:1.4}.header__panel-time{font-size:.6875rem;color:#9e9e9e}.header__panel-footer{padding:.5rem 1rem;border-top:1px solid #EEEEEE;text-align:center}.header__panel-link{background:none;border:none;color:#2e2f7d;font-size:.75rem;font-weight:500;cursor:pointer;padding:.25rem 0}.header__panel-link:hover{text-decoration:underline}@keyframes panelSlideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.topnav{background:#fafafa;border-bottom:1px solid #EEEEEE;position:sticky;top:48px;z-index:1019;overflow:visible}.topnav__inner{display:flex;align-items:center;justify-content:space-between;padding:0 .5rem;min-height:32px;flex-wrap:nowrap}.topnav__item-wrapper{position:relative;flex:1;display:flex;justify-content:center}.topnav__item-wrapper--open .topnav__item{background:#fff;color:#2e2f7d;box-shadow:0 1px 2px #0000000f}.topnav__item{display:flex;align-items:center;justify-content:flex-start;justify-content:center;gap:3px;padding:4px 8px;border:none;background:none;color:#616161;font-size:11px;font-weight:500;cursor:pointer;white-space:nowrap;text-decoration:none;transition:all .15s ease-in-out;border-radius:6px;margin:2px 0}.topnav__item:hover{background:#fff;color:#2e2f7d;box-shadow:0 1px 2px #0000000a}.topnav__item--active{background:#fff;color:#2e2f7d;font-weight:600;box-shadow:0 1px 3px #2e2f7d1f}.topnav__item--active:after{content:"";position:absolute;bottom:0;left:8px;right:8px;height:2px;background:#ff6f00;border-radius:2px 2px 0 0}.topnav__item-label{line-height:1}.topnav__chevron{width:9px;height:9px;margin-left:1px;transition:transform .15s ease-in-out;color:#9e9e9e}.topnav__chevron--open{transform:rotate(180deg);color:#2e2f7d}.topnav__dropdown{position:absolute;top:calc(100% + 4px);left:0;min-width:220px;background:#fff;border:1px solid #EEEEEE;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:.5rem;z-index:1000;animation:topnavDropIn .15s ease-out}.topnav__dropdown-item{display:block;padding:.5rem .75rem;border-radius:4px;color:#616161;text-decoration:none;font-size:.75rem;font-weight:400;transition:all .15s ease-in-out}.topnav__dropdown-item:hover{background:#fff3e0;color:#e65100}.topnav__dropdown-item--active{background:#fff3e0;color:#e65100;font-weight:500}.topnav__dropdown-item--active:before{content:"";display:inline-block;width:4px;height:4px;border-radius:50%;background:#ff6f00;margin-right:.5rem;vertical-align:middle}.topnav__dropdown-item--nested{padding-left:1.25rem;font-size:.6875rem}.topnav__dropdown--more{right:0;left:auto;min-width:240px;max-height:400px;overflow-y:auto}.topnav__more-group:not(:first-child){border-top:1px solid #EEEEEE;margin-top:.25rem;padding-top:.25rem}.topnav__more-group-label{padding:.5rem .75rem;font-size:.6875rem;font-weight:600;color:#9e9e9e;text-transform:uppercase;letter-spacing:.5px}.topnav__more-group-label--active{color:#2e2f7d}.topnav__measure{display:flex;position:absolute;visibility:hidden;height:0;overflow:hidden;pointer-events:none}@keyframes topnavDropIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.topnav{display:none}}@media (max-width: 767px){.topnav{display:none}}.sidebar{position:fixed;top:48px;left:0;height:calc(100vh - 48px);width:280px;background:#fff;border-right:1px solid #EEEEEE;box-shadow:0 1px 2px #0000000d;transform:translate(-100%);transition:all .3s ease-in-out;z-index:1030;overflow:hidden;display:flex;flex-direction:column}.sidebar--open{transform:translate(0)}.sidebar--collapsed{width:64px}@media (min-width: 768px){.sidebar{position:relative;top:0;transform:translate(0);z-index:auto}}.sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-bottom:1px solid #EEEEEE;min-height:48px;font-size:.75rem;font-weight:700;color:#2e2f7d}.sidebar__toggle{padding:.5rem;margin-left:auto}.sidebar--collapsed .sidebar__toggle{margin-left:0;margin-right:auto}.sidebar__nav{flex:1;overflow-y:auto;overflow-x:hidden;padding:.5rem 0}.sidebar__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.sidebar__item{margin:0;padding:0 1rem}.sidebar__link{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;padding:.5rem 1rem;border-radius:6px;color:#616161;text-decoration:none;transition:all .15s ease-in-out;position:relative;overflow:hidden}.sidebar__link.Collapsed{gap:0}.sidebar__link:hover{background-color:#fafafa;color:#212121}.sidebar__link--active{background-color:#f5f5f5;color:#1b225e}.sidebar__link--active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background:#2e2f7d;border-radius:0 2px 2px 0}.sidebar--collapsed .sidebar__link{justify-content:center;padding:.5rem}.sidebar__icon{font-size:.8125rem;width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar__label{flex:1;overflow:hidden;transition:opacity .15s ease-in-out}.sidebar--collapsed .sidebar__label{opacity:0;width:0}.sidebar__label-text{display:block;font-size:.75rem;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__label-desc{display:block;font-size:.6875rem;color:#9e9e9e;line-height:1.2;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__footer{padding:.75rem;border-top:1px solid #EEEEEE;margin-top:auto}.sidebar__status{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-size:.6875rem;color:#9e9e9e}.sidebar--collapsed .sidebar__status{justify-content:center}.sidebar__status-indicator{width:8px;height:8px;border-radius:9999px;background:#2e7d32;flex-shrink:0}.sidebar--collapsed .sidebar__status-indicator{width:12px;height:12px}.sidebar__status-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity .15s ease-in-out}.sidebar--collapsed .sidebar__status-text{opacity:0;width:0}.sidebar__group{margin:0;padding:.5rem 0;border-bottom:1px solid #EEEEEE}.sidebar__group:last-child{border-bottom:none}.sidebar__group--single{border-bottom:1px solid #EEEEEE}.sidebar__group-link{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;padding:.5rem 1rem;color:#616161;text-decoration:none;transition:all .15s ease-in-out;font-weight:600;font-size:.75rem;position:relative}.sidebar__group-link.Collapsed{gap:0;justify-content:center;padding:.5rem}.sidebar__group-link:hover{background-color:#fafafa;color:#212121}.sidebar__group-link--active{background-color:#f5f5f5;color:#1b225e}.sidebar__group-link--active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background:#2e2f7d;border-radius:0 2px 2px 0}.sidebar--collapsed .sidebar__group-link{justify-content:center;padding:.5rem}.sidebar__group-header{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;width:100%;padding:.5rem 1rem;border:none;background:none;cursor:pointer;color:#9e9e9e;font-weight:700;font-size:.6875rem;text-align:left;text-transform:uppercase;letter-spacing:.04em;transition:all .15s ease-in-out}.sidebar__group-header:hover{background-color:#fafafa;color:#616161}.sidebar__group-header--expanded,.sidebar__group-header--active{color:#1b225e;background-color:#e9e8f5}.sidebar--collapsed .sidebar__group-header{justify-content:center;padding:.5rem}.sidebar__group-icon{font-size:.8125rem;width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar__group-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity .15s ease-in-out}.sidebar--collapsed .sidebar__group-label{opacity:0;width:0}.sidebar__group-chevron{flex-shrink:0;transition:transform .15s ease-in-out;color:#9e9e9e;font-size:.6875rem}.sidebar__group-chevron--open{transform:rotate(180deg)}.sidebar__group-children{list-style:none;margin:0;padding:.5rem 0;display:flex;flex-direction:column;gap:.25rem}.sidebar__group-child{margin:0;padding:0 .75rem}.sidebar__child-link{display:block;padding:.5rem .75rem .5rem 40px;border-radius:4px;color:#616161;text-decoration:none;font-size:.8125rem;font-weight:400;transition:all .15s ease-in-out;position:relative}.sidebar__child-link:hover{background-color:#fafafa;color:#212121}.sidebar__child-link--active{background-color:#f5f5f5;color:#1b225e;font-weight:500}.sidebar__child-link--active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:16px;background:#2e2f7d;border-radius:0 2px 2px 0}.sidebar__child-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}@media (max-width: 767px){.sidebar--open:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}}.supplier-status-banner{background:linear-gradient(90deg,#fffbeb,#fef3c7);border-bottom:1px solid #fde68a;padding:.5rem 1.5rem}.supplier-status-banner__content{display:flex;align-items:center;gap:.75rem;max-width:1400px;margin:0 auto}.supplier-status-banner__icon{font-size:1.1rem;flex-shrink:0}.supplier-status-banner__text{flex:1;font-size:.825rem;color:#92400e;line-height:1.4}.supplier-status-banner__strict{color:#dc2626;font-weight:600}.supplier-status-banner__action{flex-shrink:0;background:#f59e0b;color:#fff;border:none;padding:.35rem .85rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}.supplier-status-banner__action:hover{background:#d97706}.layout{display:flex;flex-direction:column;height:100vh;background-color:#fafafa;overflow:hidden}.layout__body{display:flex;flex:1;min-height:0}.layout__main{flex:1;overflow:hidden;transition:margin-left .3s ease-in-out;margin-left:0;min-width:0}@media (max-width: 767px){.layout__main{margin-left:0!important}}@media (min-width: 768px){.layout .topnav{display:none}}.layout__content{height:100%;overflow:auto;padding:1.5rem}@media (max-width: 575px){.layout__content{padding:1rem}}.layout__back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;margin-bottom:.75rem;background:none;border:1px solid #EEEEEE;border-radius:6px;color:#616161;font-size:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;cursor:pointer;transition:all .15s ease-in-out}.layout__back-btn:hover{background:#fafafa;border-color:#e0e0e0;color:#212121}.layout__back-btn:active{background:#f5f5f5}.layout__back-btn svg{flex-shrink:0}.public-layout{min-height:100vh;background:linear-gradient(135deg,#e9e8f5,#fff3e0);display:flex;align-items:center;justify-content:center}.public-layout__content{width:100%}.loading-spinner{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.75rem;color:#2e2f7d}.loading-spinner--sm .loading-spinner__icon{width:24px;height:24px}.loading-spinner--sm .loading-spinner__text{font-size:.75rem}.loading-spinner--md .loading-spinner__icon{width:32px;height:32px}.loading-spinner--md .loading-spinner__text{font-size:.8125rem}.loading-spinner--lg .loading-spinner__icon{width:48px;height:48px}.loading-spinner--lg .loading-spinner__text{font-size:.875rem}.loading-spinner__icon{animation:spin 2s linear infinite}.loading-spinner__icon svg{width:100%;height:100%}.loading-spinner__text{color:#616161;font-weight:500}.oem-notif-bell{position:relative;display:inline-flex}.oem-notif-bell__btn{background:none;border:none;cursor:pointer;font-size:1.25rem;position:relative;padding:6px;border-radius:6px}.oem-notif-bell__btn:hover{background:#0000000f}.oem-notif-bell__badge{position:absolute;top:2px;right:0;min-width:18px;height:18px;background:#e53e3e;color:#fff;font-size:.65rem;font-weight:700;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.oem-notif-bell__dropdown{position:absolute;top:calc(100% + 6px);right:0;width:340px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #0000001f;z-index:1000;overflow:hidden}.oem-notif-bell__header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e2e8f0;font-weight:600;font-size:.9rem}.oem-notif-bell__unread-tag{background:#ebf4ff;color:#3182ce;font-size:.7rem;padding:2px 8px;border-radius:10px;font-weight:600}.oem-notif-bell__empty{padding:24px 16px;text-align:center;color:#a0aec0;font-size:.85rem}.oem-notif-bell__list{list-style:none;margin:0;padding:0;max-height:320px;overflow-y:auto}.oem-notif-bell__item{padding:10px 16px;cursor:pointer;border-bottom:1px solid #f7fafc}.oem-notif-bell__item:hover{background:#f7fafc}.oem-notif-bell__item--unread{background:#ebf8ff;border-left:3px solid #3182ce}.oem-notif-bell__item-title{font-size:.82rem;font-weight:600;color:#2d3748}.oem-notif-bell__item-body{font-size:.75rem;color:#718096;margin-top:2px}.oem-notif-bell__item-time{font-size:.7rem;color:#a0aec0;margin-top:4px}.oem-notif-bell__view-all{display:block;width:100%;padding:10px;text-align:center;background:#f7fafc;border:none;border-top:1px solid #e2e8f0;color:#3182ce;font-size:.8rem;font-weight:600;cursor:pointer}.oem-notif-bell__view-all:hover{background:#ebf4ff}.oem-layout{--oem-accent: #2e2f7d;--oem-primary: #2e2f7d;--oem-secondary: #FF6F00;--oem-font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;min-height:100vh;background-color:#fafafa;font-family:var(--oem-font-family)}.oem-layout__body{display:flex;height:calc(100vh - 48px)}.oem-layout__main{flex:1;overflow:auto}.oem-layout__content{padding:1rem;max-width:1400px;margin:0 auto}.oem-header{display:flex;align-items:center;justify-content:space-between;height:48px;background:#fff;border-bottom:1px solid #EEEEEE;padding:0 1rem;box-shadow:0 1px 2px #0000000d;position:sticky;top:0;z-index:1020}.oem-header__left{display:flex;align-items:center;justify-content:flex-start;gap:.75rem}.oem-header__right{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.oem-header__logo{display:flex;align-items:center;justify-content:flex-start;gap:.25rem;cursor:pointer;font-weight:700;font-size:.8125rem;color:#212121}.oem-header__logo-icon{font-size:.875rem}.oem-header__customer-name{font-size:.6875rem;color:#616161;padding-left:.5rem;border-left:1px solid #EEEEEE}.oem-header__user-btn{display:flex;align-items:center;justify-content:flex-start;gap:.25rem}.oem-header__avatar{width:28px;height:28px;border-radius:50%;background:var(--oem-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.6875rem}.oem-header__user-name{font-size:.6875rem;color:#212121}.oem-sidebar{width:190px;background:#fff;border-right:1px solid #EEEEEE;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto}.oem-sidebar__nav{padding:.75rem 0;display:flex;flex-direction:column;gap:0}.oem-sidebar__link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:#616161;text-decoration:none;font-size:.75rem;transition:all .15s ease}.oem-sidebar__link:hover{background:#fafafa;color:#212121}.oem-sidebar__link--active{background:color-mix(in srgb,var(--oem-accent) 8%,transparent);color:var(--oem-accent);font-weight:600;border-right:3px solid var(--oem-accent)}.oem-sidebar__link-icon{font-size:.75rem}.oem-sidebar__footer{padding:.75rem;border-top:1px solid #EEEEEE}.oem-sidebar__role-badge{font-size:.6875rem;color:#616161;text-align:center}.oem-loading{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100vh;gap:1rem;color:#616161}.supplier-layout{min-height:100vh;background-color:#fafafa}.supplier-layout__body{display:flex;height:calc(100vh - 48px)}.supplier-layout__main{flex:1;overflow:auto}.supplier-layout__content{padding:1rem;max-width:1200px;margin:0 auto}.supplier-header{display:flex;align-items:center;justify-content:space-between;height:48px;background:#fff;border-bottom:1px solid #EEEEEE;padding:0 1rem;box-shadow:0 1px 2px #0000000d;position:sticky;top:0;z-index:1020}.supplier-header__left{display:flex;align-items:center;justify-content:flex-start;gap:.75rem}.supplier-header__right{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.supplier-header__logo{display:flex;align-items:center;justify-content:flex-start;gap:.25rem;cursor:pointer;font-weight:700;font-size:.8125rem;color:#212121}.supplier-header__logo-icon{font-size:.875rem}.supplier-header__company{font-size:.6875rem;color:#616161;padding-left:.5rem;border-left:1px solid #EEEEEE}.supplier-header__user{font-size:.75rem;color:#616161}.supplier-sidebar{width:220px;background:#fff;border-right:1px solid #EEEEEE;padding:.75rem 0;overflow-y:auto;flex-shrink:0}.supplier-sidebar__nav{display:flex;flex-direction:column;gap:.25rem}.supplier-sidebar__link{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:.5rem .75rem;color:#616161;text-decoration:none;font-size:.75rem;border-left:3px solid transparent;transition:all .15s ease}.supplier-sidebar__link:hover{background:#fafafa;color:#212121}.supplier-sidebar__link--active{color:#2e2f7d;background:#2e2f7d0f;border-left-color:#2e2f7d;font-weight:600}.supplier-sidebar__icon{font-size:.8125rem}.supplier-loading{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:100vh;gap:.5rem}.supplier-loading__spinner{width:40px;height:40px;border:3px solid #EEEEEE;border-top-color:#2e2f7d;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast{background:#fff;border:1px solid #EEEEEE;border-radius:8px;box-shadow:0 1px 2px #0000000d;position:relative;padding:1rem;min-height:64px;transform:translate(100%);opacity:0;transition:all .3s ease-in-out;overflow:hidden;display:flex;align-items:flex-start;gap:.75rem}.toast--visible{transform:translate(0);opacity:1}.toast--exiting{transform:translate(100%);opacity:0}.toast--info{border-left:4px solid #1976D2}.toast--info .toast__icon{color:#1976d2}.toast--success{border-left:4px solid #2E7D32}.toast--success .toast__icon{color:#2e7d32}.toast--warning{border-left:4px solid #F57C00}.toast--warning .toast__icon{color:#f57c00}.toast--error{border-left:4px solid #C62828}.toast--error .toast__icon{color:#c62828}.toast__icon{font-size:.875rem;flex-shrink:0;margin-top:2px}.toast__content{flex:1;min-width:0}.toast__title{font-size:.75rem;font-weight:600;color:#212121;margin-bottom:.25rem;line-height:1.2}.toast__message{font-size:.75rem;color:#616161;line-height:1.5;word-wrap:break-word}.toast__close{background:none;border:none;font-size:.875rem;color:#9e9e9e;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:4px;flex-shrink:0;transition:all .15s ease-in-out}.toast__close:hover{background-color:#f5f5f5;color:#616161}.toast__close:focus{outline:2px solid #2e2f7d;outline-offset:2px}.toast__progress{position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#eee;overflow:hidden}.toast__progress-bar{height:100%;background-color:currentColor;width:100%;transform:translate(-100%);animation:toast-progress linear forwards}@keyframes toast-progress{0%{transform:translate(-100%)}to{transform:translate(0)}}.toast-container{position:fixed;top:1.5rem;right:1.5rem;z-index:1080;display:flex;flex-direction:column;gap:.75rem;max-width:400px;width:100%}@media (max-width: 575px){.toast-container{top:1rem;right:1rem;left:1rem;max-width:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}*,*:before,*:after{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:.8125rem;line-height:1.5;color:#212121;background-color:#fafafa;overscroll-behavior:none}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2;color:#212121}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1rem}h4{font-size:.875rem}h5{font-size:.8125rem}h6{font-size:.75rem}p{margin:0 0 1rem;line-height:1.5}a{color:#2e2f7d;text-decoration:none;transition:color .15s ease-in-out}a:hover{color:#1b225e}ul,ol{margin:0;padding:0}li{list-style:none}img{max-width:100%;height:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;padding:.5rem .75rem;border-bottom:1px solid #EEEEEE}th{font-weight:600;color:#616161;background-color:#fafafa}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button{cursor:pointer}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:#212121}.text-secondary{color:#616161}.text-muted{color:#9e9e9e}.text-success{color:#2e7d32}.text-warning{color:#f57c00}.text-error{color:#c62828}.bg-primary{background-color:#2e2f7d}.bg-secondary{background-color:#fafafa}.bg-white{background-color:#fff}.border{border:1px solid #EEEEEE}.border-top{border-top:1px solid #EEEEEE}.border-bottom{border-bottom:1px solid #EEEEEE}.border-left{border-left:1px solid #EEEEEE}.border-right{border-right:1px solid #EEEEEE}.rounded{border-radius:6px}.rounded-sm{border-radius:4px}.rounded-lg{border-radius:8px}.rounded-xl{border-radius:12px}.rounded-full{border-radius:9999px}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.m-8{margin:2rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.align-items-center{align-items:center}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-1{flex:1}.position-relative{position:relative}.position-absolute{position:absolute}.position-fixed{position:fixed}.position-sticky{position:sticky}.d-none{display:none}.d-block{display:block}.d-inline{display:inline}.d-inline-block{display:inline-block}.w-100{width:100%}.h-100{height:100%}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.app{min-height:100vh;background-color:#fafafa}*:focus{outline:2px solid #2e2f7d;outline-offset:2px}.skip-link{position:absolute;top:-40px;left:6px;background:#2e2f7d;color:#fff;padding:8px;text-decoration:none;border-radius:6px;z-index:1070}.skip-link:focus{top:6px}@media print{.no-print{display:none!important}.print-only{display:block!important}}.Ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:default}.AiSuggestionButton{background:linear-gradient(90deg,#1b225e,#2e2f7d);color:#fff;font-weight:600;padding:.5rem 1.25rem;border:none;border-radius:.5rem;cursor:pointer;box-shadow:0 2px 6px #0003;transition:transform .3s ease,box-shadow .3s ease}.AiSuggestionButton:hover{transform:translateY(-1px);box-shadow:0 4px 10px #00000040;background:linear-gradient(90deg,#2e2f7d,#1b225e)}.AiSuggestionButton:active{transform:translateY(0);box-shadow:0 2px 6px #0003}.AiSuggestionButton__loading{background:linear-gradient(270deg,#0d47a1,#1976d2,#2196f3,#0d47a1);background-size:300% 300%;animation:borderRun 3s linear infinite}.AiSuggestionButton__loading:hover{transform:translateY(-1px);background:linear-gradient(270deg,#0d47a1,#1976d2,#2196f3,#0d47a1);box-shadow:0 4px 10px #00000040;animation:borderRun 3s linear infinite}@keyframes borderRun{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}
