:root{--green-dark:#1a4a1a;--green:#1f5c1f;--green-mid:#2d7a2d;--green-light:#eaf4ea;--amber:#f39c12;--amber-light:#fef3e2;--red:#e74c3c;--red-light:#fdedeb;--blue:#2980b9;--blue-light:#ebf5fb;--gray-900:#1a1a1a;--gray-800:#2d2d2d;--gray-700:#4a4a4a;--gray-600:#6b6b6b;--gray-400:#aaa;--gray-200:#e5e5e5;--gray-100:#f4f4f4;--gray-50:#fafafa;--white:#fff;--sidebar-w:240px;--topbar-h:56px;--radius-sm:4px;--radius:6px;--radius-lg:10px;--shadow-sm:0 1px 3px #00000014;--shadow:0 2px 8px #0000001a;--shadow-lg:0 8px 32px #00000029;--font:"Inter", system-ui, -apple-system, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:14px}body{font-family:var(--font);background:var(--gray-100);color:var(--gray-900);min-height:100vh;line-height:1.5;overflow-x:hidden}.hidden{display:none!important}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.text-sm{font-size:12px}.text-muted{color:var(--gray-600)}.text-right{text-align:right}.font-mono{font-family:Courier New,monospace}.font-semibold{font-weight:600}.w-full{width:100%}.login-screen{background:linear-gradient(135deg, var(--green-dark) 0%, var(--green-mid) 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:360px;box-shadow:var(--shadow-lg);margin:16px;padding:40px}.login-logo{align-items:center;gap:14px;margin-bottom:32px;display:flex}.logo-mark{background:var(--green);width:40px;height:40px;color:var(--white);border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;font-size:20px;font-weight:800;display:flex}.sidebar-brand{color:var(--white);font-size:18px;font-weight:700}.login-brand{color:var(--gray-900);font-size:20px;font-weight:700}.login-tagline{color:var(--gray-600);margin-top:2px;font-size:12px}.app-shell{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-w);background:var(--green-dark);z-index:100;flex-direction:column;height:100vh;transition:transform .2s;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.sidebar-header{border-bottom:1px solid #ffffff14;flex-shrink:0;align-items:center;gap:12px;padding:18px 16px;display:flex}.sidebar-header .logo-mark{width:32px;height:32px;font-size:16px}.sidebar-nav{flex:1;padding:12px 0}.nav-item{color:#ffffffb3;cursor:pointer;border-left:3px solid #0000;border-radius:0;align-items:center;gap:10px;padding:9px 16px;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.nav-item:hover{color:var(--white);background:#ffffff12}.nav-item.active{color:var(--white);border-left-color:var(--amber);background:#ffffff1f}.nav-item i{text-align:center;width:16px;font-size:13px}.nav-child{padding-left:40px;font-size:13px}.nav-group-header{color:#fff9;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;padding:9px 16px;font-size:13.5px;font-weight:500;transition:color .15s;display:flex}.nav-group-header:hover{color:var(--white)}.nav-group-header i:first-child{text-align:center;width:16px;font-size:13px}.nav-group-header span{flex:1}.nav-arrow{font-size:10px;transition:transform .2s}.nav-group-header.open .nav-arrow{transform:rotate(180deg)}.nav-group-items{display:none}.nav-group-items.open{display:block}.alert-badge{background:var(--red);color:var(--white);text-align:center;border-radius:10px;min-width:18px;padding:1px 6px;font-size:10px;font-weight:700;line-height:16px;display:inline-block}.sidebar-backdrop{cursor:pointer;z-index:99;background:#00000073;border:none;padding:0;display:none;position:fixed;inset:0}.main-wrap{margin-left:var(--sidebar-w);flex-direction:column;flex:1;min-height:100vh;display:flex}.topbar{height:var(--topbar-h);background:var(--white);border-bottom:1px solid var(--gray-200);z-index:50;box-shadow:var(--shadow-sm);align-items:center;gap:16px;padding:0 24px;display:flex;position:sticky;top:0}.sidebar-toggle{color:var(--gray-700);cursor:pointer;background:0 0;border:none;font-size:18px;display:none}.topbar-title{color:var(--gray-900);flex:1;font-size:15px;font-weight:600}.topbar-right{align-items:center;gap:12px;display:flex}.topbar-alert-btn{cursor:pointer;color:var(--gray-600);padding:4px;font-size:16px;position:relative}.topbar-alert-btn .alert-badge{min-width:14px;padding:0 4px;font-size:9px;position:absolute;top:-4px;right:-4px}.topbar-user{color:var(--gray-700);align-items:center;gap:8px;font-size:13px;display:flex}.user-avatar{background:var(--green);width:30px;height:30px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.page-content{flex:1;padding:24px}.page-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.page-header h1{color:var(--gray-900);font-size:20px;font-weight:700}.page-header .page-sub{color:var(--gray-600);margin-top:2px;font-size:13px}.split-grid{grid-template-columns:1.5fr 1fr;gap:16px;display:grid}.line-item-row{grid-template-columns:1.5fr 1.5fr 80px 80px 30px;align-items:center;gap:8px;margin-bottom:8px;display:grid}.toolbar-select{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--white);min-width:160px;color:var(--gray-900);font-size:13px;font-family:var(--font);padding:7px 10px}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200)}.card-header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.card-header h2{color:var(--gray-900);font-size:14px;font-weight:600}.card-body{padding:20px}.stats-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-bottom:24px;display:grid}.stat-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);cursor:pointer;padding:18px 20px;text-decoration:none;transition:box-shadow .15s,border-color .15s}.stat-card:hover{box-shadow:var(--shadow);border-color:var(--green)}.stat-card .stat-icon{border-radius:var(--radius);justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:12px;font-size:16px;display:flex}.stat-icon.green{background:var(--green-light);color:var(--green)}.stat-icon.amber{background:var(--amber-light);color:var(--amber)}.stat-icon.red{background:var(--red-light);color:var(--red)}.stat-icon.blue{background:var(--blue-light);color:var(--blue)}.stat-card .stat-value{color:var(--gray-900);margin-bottom:4px;font-size:26px;font-weight:700;line-height:1}.stat-card .stat-label{color:var(--gray-600);font-size:12px}.table-toolbar{border-bottom:1px solid var(--gray-200);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.search-input-wrap{flex:1;min-width:200px;max-width:320px;position:relative}.search-input-wrap i{color:var(--gray-400);font-size:13px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.search-input{border:1px solid var(--gray-200);border-radius:var(--radius);outline:none;width:100%;padding:7px 12px 7px 32px;font-size:13px;transition:border-color .15s}.search-input:focus{border-color:var(--green)}.table-wrap{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.table-wrap table{width:max-content;min-width:100%}.table-wrap--fit{overflow-x:hidden}.table-wrap--fit table{table-layout:auto;width:100%;min-width:0}table{border-collapse:collapse;width:100%;font-size:13px}thead th{background:var(--gray-50);text-align:left;color:var(--gray-600);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--gray-200);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;padding:10px 14px;font-size:12px;font-weight:600}thead th:hover{color:var(--green)}tbody tr{border-bottom:1px solid var(--gray-100);transition:background .1s}tbody tr:hover{background:var(--gray-50)}tbody tr:last-child{border-bottom:none}tbody td{color:var(--gray-800);vertical-align:middle;padding:10px 14px}.table-empty{text-align:center;color:var(--gray-600);padding:48px 20px}.table-empty i{color:var(--gray-300);margin-bottom:12px;font-size:32px;display:block}.badge{letter-spacing:.02em;white-space:nowrap;border-radius:20px;align-items:center;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.badge-green{background:var(--green-light);color:var(--green)}.badge-amber{background:var(--amber-light);color:#a0620a}.badge-red{background:var(--red-light);color:var(--red)}.badge-blue{background:var(--blue-light);color:var(--blue)}.badge-gray{background:var(--gray-100);color:var(--gray-700)}.badge-purple{color:#7c3aed;background:#f3e8ff}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-grid-3{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}.form-grid-full{grid-column:1/-1}.form-group{flex-direction:column;gap:5px;display:flex}.form-group label{color:var(--gray-700);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--gray-200);border-radius:var(--radius);font-size:13.5px;font-family:var(--font);color:var(--gray-900);background:var(--white);outline:none;width:100%;padding:8px 12px;transition:border-color .15s,box-shadow .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #1f5c1f1a}.form-group input.error,.form-group select.error{border-color:var(--red)}.field-error{color:var(--red);min-height:16px;font-size:11.5px}.form-actions{border-top:1px solid var(--gray-200);gap:10px;margin-top:24px;padding-top:20px;display:flex}.checkbox-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.checkbox-item{cursor:pointer;align-items:center;gap:7px;font-size:13px;display:flex}.checkbox-item input[type=checkbox]{width:15px;height:15px;accent-color:var(--green);cursor:pointer}.btn{border-radius:var(--radius);font-size:13px;font-weight:600;font-family:var(--font);cursor:pointer;white-space:nowrap;border:1px solid #0000;align-items:center;gap:7px;padding:8px 16px;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.btn-primary{background:var(--green);color:var(--white);border-color:var(--green)}.btn-primary:hover{background:var(--green-mid);border-color:var(--green-mid)}.btn-secondary{background:var(--white);color:var(--gray-700);border-color:var(--gray-200)}.btn-secondary:hover{background:var(--gray-50);border-color:var(--gray-400)}.btn-danger{background:var(--red);color:var(--white);border-color:var(--red)}.btn-amber{background:var(--amber);color:var(--white);border-color:var(--amber)}.btn-sm{padding:5px 10px;font-size:12px}.btn-full{justify-content:center;width:100%}.btn-icon{cursor:pointer;color:var(--gray-600);border-radius:var(--radius-sm);background:0 0;border:none;padding:5px 7px;font-size:15px;transition:color .15s,background .15s}.btn-icon:hover{color:var(--green);background:var(--green-light)}.btn-icon.danger:hover{color:var(--red);background:var(--red-light)}.item-code-toggle{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;padding:0;display:inline-flex}.item-code-toggle:hover span{text-decoration:underline}.bom-expand-row td{border-top:none}.item-packaging-dl{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px 24px;margin:0;display:grid}.item-packaging-dl dt{color:var(--gray-600);text-transform:uppercase;letter-spacing:.03em;margin-bottom:2px;font-size:11px}.item-packaging-dl dd{color:var(--gray-900);margin:0;font-size:13px;font-weight:600}.show-mobile-only{display:none}.item-mobile-list{flex-direction:column;gap:12px;padding:12px 16px 16px;display:flex}.item-mobile-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border-left:4px solid var(--green);transition:box-shadow .15s,transform .15s;overflow:hidden}.item-mobile-card--undefined{border-left-color:var(--amber)}.item-mobile-card--inactive{border-left-color:var(--gray-400);opacity:.92}.item-mobile-card__row{align-items:flex-start;display:flex;position:relative}.item-mobile-card__tap{text-align:left;cursor:pointer;min-width:0;font-family:var(--font);background:0 0;border:none;flex:1;padding:14px 0 14px 14px;display:block}.item-mobile-card__tap:active{background:var(--gray-50)}.item-mobile-card__header{align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.item-mobile-card__icon{border-radius:var(--radius);background:var(--green-light);width:40px;height:40px;color:var(--green);flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}.item-mobile-card--undefined .item-mobile-card__icon{background:var(--amber-light);color:var(--amber)}.item-mobile-card__icon--blue,.item-mobile-card--undefined .item-mobile-card__icon--blue{background:var(--blue-light);color:var(--blue)}.item-mobile-card--inactive .item-mobile-card__icon{background:var(--gray-100);color:var(--gray-600)}.item-mobile-card__title{flex:1;min-width:0}.item-mobile-card__code{color:var(--green);font-family:Courier New,monospace;font-size:14px;font-weight:700;line-height:1.2;display:block}.item-mobile-card--inactive .item-mobile-card__code{color:var(--gray-700)}.item-mobile-card__name{color:var(--gray-600);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:13px;line-height:1.35;display:block;overflow:hidden}.item-mobile-card__meta{flex-wrap:wrap;align-items:center;gap:8px 10px;padding-left:52px;display:flex}.item-mobile-card__meta .badge{align-items:center;gap:5px;display:inline-flex}.item-mobile-card__date{color:var(--gray-600);align-items:center;gap:5px;font-size:11.5px;display:inline-flex}.item-mobile-card__menu-wrap{flex-shrink:0;padding:8px 10px 0 0;position:relative}.item-mobile-card__menu-btn{border-radius:var(--radius);width:36px;height:36px;color:var(--gray-600);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:16px;transition:background .12s,color .12s;display:flex}.item-mobile-card__menu-btn:hover,.item-mobile-card__menu-btn:focus-visible{background:var(--gray-100);color:var(--gray-900);outline:none}.item-mobile-card__menu{z-index:20;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);min-width:148px;box-shadow:var(--shadow-lg);animation:.12s menu-in;position:absolute;top:calc(100% + 2px);right:6px;overflow:hidden}@keyframes menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.item-mobile-card__menu-item{width:100%;color:var(--gray-800);font-size:13px;font-weight:500;font-family:var(--font);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:12px 14px;transition:background .1s;display:flex}.item-mobile-card__menu-item i{text-align:center;width:16px;color:var(--gray-600)}.item-mobile-card__menu-item:hover,.item-mobile-card__menu-item:focus-visible{background:var(--gray-50);outline:none}.item-mobile-card__menu-item+.item-mobile-card__menu-item{border-top:1px solid var(--gray-100)}.item-mobile-card__menu-item--danger,.item-mobile-card__menu-item--danger i{color:var(--red)}.item-mobile-empty{text-align:center;color:var(--gray-600);padding:40px 20px}.item-mobile-empty i{color:var(--gray-300);margin-bottom:12px;font-size:36px;display:block}.modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:flex-start;padding:60px 20px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:700px;box-shadow:var(--shadow-lg);animation:.15s modal-in}@keyframes modal-in{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modal-header h3{color:var(--gray-900);font-size:16px;font-weight:700}.modal-close{color:var(--gray-600);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:4px 6px;font-size:18px}.modal-close:hover{color:var(--red);background:var(--red-light)}.modal-body{padding:20px}.toast-container{z-index:2000;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;right:24px}.toast{border-radius:var(--radius);color:var(--white);box-shadow:var(--shadow-lg);align-items:center;gap:10px;min-width:280px;max-width:400px;padding:12px 18px;font-size:13px;font-weight:500;animation:.2s toast-in;display:flex}@keyframes toast-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.toast.success{background:var(--green)}.toast.error{background:var(--red)}.toast.warning{background:var(--amber)}.toast.info{background:var(--blue)}.dashboard-grid{grid-template-columns:1.75fr 1fr;gap:16px;margin-top:20px;display:grid}.dashboard-grid>.card{min-width:0}.exceptions-list{list-style:none}.exceptions-list li{border-bottom:1px solid var(--gray-100);align-items:center;gap:10px;padding:9px 0;font-size:13px;display:flex}.exceptions-list li:last-child{border-bottom:none}.exception-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dot-red{background:var(--red)}.dot-amber{background:var(--amber)}.kanban-board{gap:12px;min-height:400px;padding-bottom:8px;display:flex;overflow-x:auto}.kanban-col{background:var(--gray-100);border-radius:var(--radius-lg);flex-direction:column;flex-shrink:0;width:220px;display:flex}.kanban-col-header{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-700);border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:12px 14px;font-size:12px;font-weight:700;display:flex}.kanban-cards{flex-direction:column;flex:1;gap:8px;padding:10px;display:flex}.kanban-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);cursor:pointer;padding:12px;font-size:12.5px;transition:box-shadow .15s}.kanban-card:hover{box-shadow:var(--shadow)}.kanban-card.overdue{border-left:3px solid var(--red)}.kanban-card .kc-so{color:var(--gray-900);font-weight:700}.kanban-card .kc-customer{color:var(--gray-600);margin-top:2px}.kanban-card .kc-value{color:var(--green);margin-top:6px;font-weight:600}.kanban-card .kc-date{color:var(--gray-600);margin-top:3px;font-size:11.5px}.kanban-card .kc-overdue-tag{color:var(--red);margin-top:4px;font-size:11px;font-weight:600}.chart-wrap{padding:10px 0;position:relative}.bar-chart-container canvas{max-height:200px}.ageing-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;display:grid}.ageing-cell{background:var(--gray-50);border-radius:var(--radius);border:1px solid var(--gray-200);text-align:center;padding:14px}.ageing-cell .ageing-label{color:var(--gray-600);margin-bottom:6px;font-size:11px;font-weight:600}.ageing-cell .ageing-value{color:var(--gray-900);font-size:18px;font-weight:700}.ageing-cell.overdue .ageing-value{color:var(--red)}.alert-item{border-bottom:1px solid var(--gray-100);align-items:flex-start;gap:14px;padding:14px 20px;transition:background .1s;display:flex}.alert-item:last-child{border-bottom:none}.alert-item:hover{background:var(--gray-50)}.alert-icon{border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;display:flex}.alert-content{flex:1}.alert-type{text-transform:uppercase;letter-spacing:.05em;margin-bottom:3px;font-size:11px;font-weight:700}.alert-desc{color:var(--gray-800);font-size:13px}.alert-date{color:var(--gray-600);margin-top:3px;font-size:11.5px}.line-item-table th,.line-item-table td{padding:8px 10px;font-size:13px}.line-item-table input[type=number],.line-item-table input[type=text],.line-item-table select{border:1px solid var(--gray-200);border-radius:var(--radius-sm);outline:none;width:100%;padding:5px 8px;font-size:13px}.line-item-table input:focus,.line-item-table select:focus{border-color:var(--green)}.stock-ok{color:var(--green)}.stock-low{color:var(--amber)}.stock-out{color:var(--red)}.process-tags{flex-wrap:wrap;gap:4px;display:flex}.process-tag{background:var(--green-light);color:var(--green-dark);border-radius:10px;padding:2px 8px;font-size:10.5px;font-weight:500}.ledger-in{color:var(--green);font-weight:600}.ledger-out{color:var(--red);font-weight:600}.section-divider{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-600);border-bottom:1px solid var(--gray-200);margin-bottom:16px;padding:4px 0 10px;font-size:12px;font-weight:700}@media (max-width:900px){.sidebar{transform:translate(-100%)}.sidebar.open{box-shadow:var(--shadow-lg);transform:translate(0)}.sidebar-backdrop{display:block}.main-wrap{margin-left:0}.sidebar-toggle{display:block}.form-grid{grid-template-columns:1fr}.form-grid-3{grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:1fr}.ageing-grid{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.split-grid{grid-template-columns:1fr}}@media (max-width:600px){.page-content{padding:16px}.topbar{gap:8px;padding:0 12px}.topbar-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;overflow:hidden}.hidden-mobile{display:none!important}.show-mobile-only{display:block}.page-header{flex-direction:column;align-items:stretch;gap:12px}.page-header .btn{justify-content:center;width:100%}.card-header,.card-body{padding:14px 16px}.table-toolbar{flex-direction:column;align-items:stretch;padding:12px 16px}.search-input-wrap{min-width:0;max-width:none}.toolbar-select{width:100%;min-width:0}.table-toolbar .btn{justify-content:center;width:100%}.form-grid-3{grid-template-columns:1fr}.ageing-grid{grid-template-columns:1fr 1fr}.stats-grid,.checkbox-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions .btn{justify-content:center;width:100%}.line-item-row{grid-template-columns:1fr 1fr auto}.line-item-row>:first-child,.line-item-row>:nth-child(2){grid-column:1/-1}.modal-overlay{align-items:flex-end;padding:12px}.modal{max-height:92vh;overflow-y:auto}.toast-container{bottom:12px;left:12px;right:12px}.toast{min-width:0;max-width:none}.kanban-col{width:min(85vw,280px)}.login-card{padding:28px 24px}.item-packaging-dl{grid-template-columns:1fr 1fr}}@media (max-width:400px){.ageing-grid,.item-packaging-dl{grid-template-columns:1fr}}
