*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html,body{height:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;background-color:#fff;color:#111}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{background:none;border:none;cursor:pointer}.navbar{display:flex;justify-content:space-between;align-items:center;padding:32px;background-color:#333e4b;margin:0;border-radius:10px 10px 0 0;gap:20px}.navbar-left-group{display:flex;justify-content:space-between;align-items:center;gap:10px 30px;flex-wrap:wrap;flex:1}.navbar-title{color:#f9fafb;font-weight:600;font-size:24px}.navbar-links{display:flex;gap:20px}.navbar-item{font-size:16px;color:#f9fafb;background:none;border:none;cursor:pointer;text-decoration:none}.navbar-profile{width:32px;height:32px;background-color:#ccc;border-radius:50%;display:flex;align-items:center;justify-content:center}.navbar-profile-icon{color:#333e4b;font-size:18px}.general-layout{display:flex;flex-direction:column;min-height:100vh;background-color:#f9fafb;margin:1vw}.general-content{flex:1;padding:2rem;word-wrap:break-word;overflow-wrap:anywhere;white-space:pre-wrap}.base-widget{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:16px;background-color:#fff;margin:2vh 0px;border:1px solid rgb(225,225,225);border-radius:3px 3px 0 0}.widget-title{color:#333e4b;font-size:24px;font-weight:500}.widget-body{width:100%;margin-top:8px}.break{flex-basis:100%;height:0}.info-widget{display:flex;flex-direction:column;justify-content:flex-end}.col-header{font-weight:600;font-size:18px;color:#121313}.info-table{width:100%;border-collapse:collapse;margin-top:12px}.info-table th{text-align:left;font-weight:600;color:#555;padding-bottom:8px;border-bottom:1px solid #eee;text-align:right}.info-table td{padding:.4vh 0px;color:#222;text-align:right}.details{margin-top:12px;font-size:14px;color:#1e90ff;text-decoration:none;align-self:flex-end}.details:hover{text-decoration:underline}.info-table td:first-child,.info-table th:first-child{text-align:left}.filter-bar{display:flex;justify-content:flex-start;align-items:center;gap:20px;margin-top:0;margin-bottom:16px}.filter-item{flex:1;min-width:120px;max-width:240px;padding:8px 10px;border:1px solid #ccc;border-radius:4px}.product-layout{display:flex;flex-direction:column;min-height:100vh;background-color:#f9fafb;margin:1vw}.product-content{flex:1;padding:2rem;word-wrap:break-word;overflow-wrap:anywhere;white-space:pre-wrap}.title-bar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:0;margin-bottom:16px}.titlebar-title{flex:1;min-width:120px;max-width:240px;padding:8px 10px;border:1px solid #ccc;border-radius:4px}.add-listing-btn{display:inline-flex;justify-content:center;align-items:center;flex:0 0 140px;height:38px;background-color:#f3f4f6;border:1px solid #ccc;border-radius:6px;font-size:14px;font-weight:500;color:#333;cursor:pointer;transition:background-color .2s,border-color .2s;text-decoration:none}.add-listing-btn:hover{background-color:#e5e7eb;border-color:#bbb}.product-widget{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding-top:8px}.col-header{font-weight:600;font-size:18px;color:#333e4b}.image-container{display:flex;flex:0 0 150px;flex-direction:column;justify-content:center;align-items:flex-start;height:150px;margin-right:20px;border:1px solid #ddd;border-radius:6px;overflow:hidden;background-color:#f9fafb}.product-image{object-fit:cover;height:100%;width:100%}.add-image-placeholder{display:flex;justify-content:center;align-items:center;width:100%;height:100%;cursor:pointer;transition:color .2s;color:#bbb}.add-image-placeholder:hover{color:#333e4b}.table-container{flex:1;display:flex;justify-content:left}.product-table{width:auto;border-collapse:collapse}.product-table th{font-weight:600;color:#333e4b;border-bottom:1px solid #333e4b1e;text-align:left;padding:0 12px}.product-table td{padding:.4vh 0px;color:#333e4b;text-align:left;padding:4px 12px}.add-qty-btn{padding:2px 8px;background-color:#fff;border:1px solid #ddd;color:333E4B;border-radius:4px;cursor:pointer;font-size:12px;margin-left:8px;font-weight:450}.add-qty-btn:hover{background-color:#333e4b1e}.category-selects{display:flex;gap:12px;align-items:center}.category-dropdown,.subcategory-dropdown{height:36px;padding:4px 10px;border:1px solid #ccc;border-radius:6px;background-color:#f9fafb;color:#333;font-size:14px;cursor:pointer;transition:border-color .2s,background-color .2s}.category-dropdown:hover,.subcategory-dropdown:hover{border-color:#bbb;background-color:#f3f4f6}
