body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.inventory-container{background:linear-gradient(135deg,#1e2235,#0077b6);background-attachment:fixed;color:#fff;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;min-height:100vh;padding:20px}.inventory-header{margin:80px auto 30px;max-width:1100px;text-align:center}.inventory-header h1{font-size:2.2rem;margin-bottom:25px;text-shadow:0 2px 10px #0000004d}.inventory-controls{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff12;border:1px solid #ffffff1a;border-radius:15px;display:flex;gap:20px;justify-content:space-between;padding:20px}.filter-group{display:flex;flex:1 1;flex-direction:column;gap:8px}.filter-group label{color:#ade8f4;font-size:.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.custom-select,.search-box input{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;font-size:1rem;outline:none;padding:12px 15px;transition:.3s;width:96%}.custom-select:focus,.search-box input:focus{background:#ffffff26;border-color:#00b4d8;box-shadow:0 0 10px #00b4d84d}.search-box{flex:1.5 1}.btn-trash{background:#0000;border:none;cursor:pointer;font-size:1.2rem;opacity:.7;transition:transform .2s,filter .2s}.btn-trash:hover{filter:drop-shadow(0 0 5px red);opacity:1;transform:scale(1.2)}.table-wrapper{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 10px 30px #0003;margin:auto;max-width:1100px;overflow:hidden;width:100%}.custom-table{border-collapse:collapse;width:100%}.custom-table thead{background:#ffffff1a}.custom-table th{color:#ade8f4;font-size:.9rem;padding:18px 15px;text-align:left;text-transform:uppercase}.custom-table td{border-bottom:1px solid #ffffff0d;padding:15px}.custom-table tr:hover{background:#ffffff08}.stock-counter{gap:8px}.btn-qty,.stock-counter{align-items:center;display:flex}.btn-qty{background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;height:32px;justify-content:center;width:32px}.btn-qty:hover{background:#00b4d8;color:#000}.input-stock-table{background:#0003;border:1px solid #00b4d8;border-radius:4px;color:#00b4d8;font-weight:700;outline:none;padding:6px;text-align:center;width:55px}.badge{border-radius:20px;font-size:.8rem;font-weight:700;padding:5px 10px}.badge.success{background:#00ff7f26;color:#00ff7f}.badge.danger{background:#ff4d4d26;color:#ff4d4d}.bold{color:#fff;font-weight:700}@media (max-width:950px){.inventory-controls{flex-direction:column;gap:15px}.filter-group,.search-box{width:100%}}@media (max-width:768px){.inventory-header{margin-top:80px}.custom-table thead{display:none}.custom-table tbody tr{background:#ffffff0d;border-bottom:2px solid #00b4d84d;display:block;margin-bottom:20px;padding:10px}.custom-table td{align-items:center;border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;padding:12px 10px;text-align:right}.custom-table td:before{color:#ade8f4;content:attr(data-label);flex:1 1;font-size:.75rem;font-weight:700;text-align:left;text-transform:uppercase}.stock-counter{flex:2 1;justify-content:flex-end}}.sortable-th{cursor:pointer;transition:color .2s;-webkit-user-select:none;user-select:none}.sortable-th:hover{background:#ffffff0d;color:#00b4d8}.sortable-th:after{content:" ↕";font-size:.7rem;opacity:.3}.details-container{background:linear-gradient(135deg,#353c59,#00b4d8);background-attachment:fixed;color:#fff;min-height:100vh;padding:20px}.btn-back{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #fff3;border-radius:10px;color:#fff;cursor:pointer;margin-bottom:20px;padding:10px 20px;transition:all .3s ease}.btn-back:hover{background:#fff3;transform:translateX(-5px)}.product-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 10px 30px #0003;margin:0 auto;max-width:900px;overflow:hidden}.product-header{background:#ffffff0d;border-bottom:1px solid #ffffff1a;padding:30px}.product-header h2{color:#00b4d8;font-size:2rem;margin:0}.ref-tag{background:#00b4d833;border-radius:20px;display:inline-block;font-size:.9rem;margin-top:10px;padding:4px 12px}.product-grid{grid-gap:2px;background:#ffffff1a;display:grid;gap:2px;grid-template-columns:1fr 1fr}.info-section,.stock-section{background:#0000;padding:30px}.info-section h3,.stock-section h3{color:#e3f2fd;font-size:1.2rem;margin-top:0;text-transform:uppercase}.info-section p{font-size:1.05rem;margin:15px 0}.stock-status{align-items:center;background:#ffffff0d;border-radius:15px;display:flex;flex-direction:column;margin:20px 0;padding:20px}.stock-number{font-size:3rem;font-weight:700}.stock-label{font-size:.9rem;opacity:.8}.good{border-bottom:4px solid #00ff7f;color:#00ff7f}.critical{border-bottom:4px solid #ff4d4d;color:#ff4d4d}.stock-actions{display:flex;gap:10px}.btn-action{background:#00ff7f;border:none;border-radius:12px;color:#1a1a1a;cursor:pointer;flex:1 1;font-weight:700;padding:15px;transition:.3s}.btn-out{background:#ff4d4d;color:#fff}.btn-action:hover{box-shadow:0 5px 15px #0003;transform:translateY(-3px)}@media (max-width:700px){.product-grid{grid-template-columns:1fr}}.login-container{align-items:center;background:linear-gradient(135deg,#353c59,#00b4d8);background-attachment:fixed;display:flex;justify-content:center;min-height:100vh;padding:20px}.login-form{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;box-shadow:0 15px 35px #0003;display:flex;flex-direction:column;gap:20px;max-width:400px;padding:40px;text-align:center;width:100%}.login-form h2{color:#fff;font-size:1.8rem;font-weight:600;margin-bottom:10px}.login-form input{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:12px;box-sizing:border-box;color:#fff;font-size:1rem;outline:none;padding:15px;transition:all .3s ease;width:100%}.login-form input::placeholder{color:#fff9}.login-form input:focus{background:#fff3;border-color:#00b4d8}.login-form button{background:#00b4d8;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:10px;padding:15px;transition:all .3s ease;width:100%}.login-form button:hover{background:#0095b3;box-shadow:0 5px 15px #00b4d866;transform:translateY(-2px)}.login-form button:active{transform:translateY(0)}.dashboard-container{background:linear-gradient(135deg,#1e2235,#0077b6);background-attachment:fixed;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:20px}.dashboard-container h1{font-size:2.2rem;margin-bottom:30px;margin-top:100px;text-align:center;text-shadow:0 2px 10px #0003}.stats-container{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto 40px;max-width:1100px}.stat-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;gap:12px;padding:35px 20px;text-align:center;transition:all .3s ease}.stat-card:hover{background:#ffffff1f;box-shadow:0 12px 40px #0003;transform:translateY(-8px)}.stat-label{color:#ade8f4;font-size:.85rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}.stat-value{font-size:2.8rem;font-weight:800}.ok-border{border-bottom:5px solid #00ff7f}.ko-border{border-bottom:5px solid #ff4d4d}.ok-text{color:#00ff7f;text-shadow:0 0 10px #00ff7f33}.ko-text{color:#ff4d4d;text-shadow:0 0 10px #ff4d4d33}.import-section{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff0d;border:1px dashed #fff3;border-radius:20px;margin:0 auto 50px;max-width:600px;padding:30px;text-align:center}.import-section h3{color:#ade8f4;margin-bottom:10px}.import-section p{font-size:.9rem;margin-bottom:20px;opacity:.8}.upload-btn{background:#00b4d8;border-radius:12px;box-shadow:0 4px 15px #00b4d84d;color:#fff;cursor:pointer;display:inline-block;font-weight:700;padding:14px 28px;transition:all .3s ease}.upload-btn:hover{background:#0077b6;transform:scale(1.05)}.upload-btn.disabled{background:#555;cursor:not-allowed;transform:none}.status-message{border-radius:8px;font-size:.95rem;font-weight:500;margin-top:20px;padding:12px}.status-message.success{background:#00ff7f26;color:#00ff7f}.status-message.error{background:#ff4d4d26;color:#ff4d4d}@media (max-width:768px){.dashboard-container h1{font-size:1.8rem;margin-top:80px}.stat-value{font-size:2.2rem}.import-section{margin:0 10px 40px;padding:20px}}.navbar{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff0d;border-bottom:1px solid #ffffff1a;height:70px;justify-content:space-between;left:0;padding:10px 40px;position:fixed;right:0;top:0;z-index:1000}.navbar,.navbar-logo a{align-items:center;display:flex}.navbar-logo a{color:#00b4d8;font-size:1.6rem;font-weight:800;text-decoration:none;text-transform:uppercase}.navbar-logo span{color:#fff}.burger-menu{cursor:pointer;display:none;flex-direction:column;gap:5px;z-index:1100}.burger-menu .bar{background-color:#fff;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.burger-menu.open .bar:first-child{transform:translateY(8px) rotate(45deg)}.burger-menu.open .bar:nth-child(2){opacity:0}.burger-menu.open .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.navbar-links{display:flex;gap:15px;list-style:none;transition:all .4s ease-in-out}.navbar-links a{background:#ffffff1a;border:1px solid #fff3;border-radius:10px;color:#fff;font-size:.9rem;padding:8px 16px;text-decoration:none;transition:all .3s ease}.navbar-links a.active,.navbar-links a:hover{background:#00b4d8;border-color:#90e0ef;box-shadow:0 0 15px #00b4d866}.mobile-only{display:none}@media (max-width:850px){.navbar{padding:10px 20px}.burger-menu{display:flex}.navbar-user{display:none}.navbar-links{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a141ef2;flex-direction:column;gap:30px;height:100vh;justify-content:center;position:fixed;right:-100%;top:0;width:70%;z-index:1050}.navbar-links.mobile-open{right:0}.navbar-links a{font-size:1.1rem;text-align:center;width:200px}.mobile-only{color:#ff4d4d;cursor:pointer;display:block;font-weight:700;padding:10px}}.logo{align-items:center;display:flex;margin-left:20px}.logo img{height:auto;width:110px}.add-container{align-items:center;background:linear-gradient(135deg,#353c59,#00b4d8);background-attachment:fixed;display:flex;flex-direction:column;min-height:100vh;padding:80px 20px}.add-container h2{color:#fff;font-size:2rem;margin-bottom:30px;text-shadow:0 2px 4px #0003}.add-form{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;box-shadow:0 15px 35px #0003;gap:25px;max-width:700px;padding:40px;width:100%}.add-form,.form-group{display:flex;flex-direction:column}.form-group{gap:10px}.form-group label{color:#e3f2fd;font-size:.9rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.add-form input{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:12px;box-sizing:border-box;color:#fff;font-size:1rem;outline:none;padding:15px;transition:all .3s ease;width:100%}.add-form input:focus{background:#fff3;border-color:#00b4d8;box-shadow:0 0 10px #00b4d84d}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.btn-save{border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:10px;padding:18px;transition:all .3s ease;width:100%}.btn-save:hover{background:#0095b3;box-shadow:0 8px 20px #00b4d866;transform:translateY(-3px)}@media (max-width:600px){.form-row{grid-template-columns:1fr}}.custom-input{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:12px;color:#fff;flex:1 1;font-size:1rem;outline:none;padding:15px}select.custom-input option{background-color:#353c59;color:#fff}.btn-small{background:#ffffff26;border:1px solid #ffffff4d;border-radius:12px;color:#fff;cursor:pointer;font-size:.8rem;padding:0 15px;transition:.3s;white-space:nowrap}.btn-small:hover{background:#00b4d8}.expert-search-container{font-family:Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1000px;min-height:90vh;padding:80px 20px 40px}.search-focus-zone{margin-bottom:40px;text-align:center}.search-focus-zone h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#00b4d8);-webkit-background-clip:text;font-size:2.5rem;font-weight:800;margin-bottom:10px}.search-wrapper{margin:0 auto;max-width:700px;position:relative}.huge-search-input{background:#0009;border:2px solid #00b4d880;border-radius:15px;box-shadow:0 0 20px #0006;color:#00b4d8;font-size:1.6rem;outline:none;padding:22px;text-align:center;transition:all .3s ease;width:100%}.huge-search-input:focus{border-color:#00b4d8;box-shadow:0 0 30px #00b4d866,inset 0 0 10px #00b4d833;transform:translateY(-2px)}.huge-search-input::placeholder{color:#00b4d84d}.search-suggestions{background:#1a1a1a;border:1px solid #00b4d8;border-radius:0 0 15px 15px;border-top:none;box-shadow:0 10px 30px #000c;left:0;list-style:none;max-height:300px;overflow-y:auto;padding:10px 0;position:absolute;right:0;top:100%;z-index:100}.search-suggestions li{align-items:center;border-bottom:1px solid #ffffff0d;cursor:pointer;display:flex;justify-content:space-between;padding:15px 20px;transition:background .2s}.search-suggestions li:hover{background:#00b4d826}.sugg-ref{color:#00b4d8;font-size:.9rem;font-weight:700;margin-right:15px}.sugg-name{color:#eee;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sugg-stock{color:#888;font-size:.8rem;margin-left:10px}.result-card{animation:fadeIn .4s ease-out;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 25px 50px -12px #00000080;margin-top:40px;padding:30px;position:relative}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.result-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;gap:15px;justify-content:space-between;margin-bottom:25px;padding-bottom:20px}.result-header h2{color:#fff;font-size:1.6rem;margin:0}.header-actions{display:flex;gap:10px}.result-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.res-item{display:flex;flex-direction:column;gap:8px}.res-item span{color:#fff6;font-size:.75rem;letter-spacing:1px;text-transform:uppercase}.res-item strong{color:#eee;font-size:1.1rem}.edit-input{background:#ffffff14;border:1px solid #00b4d8;border-radius:8px;color:#fff;font-size:1rem;outline:none;padding:10px}.title-edit{font-size:1.5rem;font-weight:700;width:100%}.qty-editor{align-items:center;display:flex;gap:10px}.qty-editor input{background:#0006;border:1px solid #00b4d8;border-radius:8px;color:#00b4d8;font-size:1.8rem;font-weight:700;outline:none;text-align:center;width:90px}.qty-editor button{background:#00b4d8;border:none;border-radius:8px;cursor:pointer;font-size:1.5rem;font-weight:700;height:40px;transition:transform .1s;width:40px}.qty-editor button:active{transform:scale(.9)}.btn-edit,.btn-save{border:none;border-radius:8px;cursor:pointer;font-weight:700;padding:10px 18px;white-space:nowrap}.btn-edit{background:#ffffff1a;border:1px solid #fff;color:#fff}.btn-save{background:#00b4d8;color:#000}.badge-cat{background:#00b4d826;border:1px solid #00b4d84d;border-radius:100px;color:#00b4d8;font-size:.8rem;padding:5px 12px}@media (max-width:768px){.huge-search-input{font-size:1.2rem;padding:18px;width:300px}.result-header{align-items:flex-start;flex-direction:column}.header-actions{width:100%}.header-actions button{flex:1 1}.result-grid{grid-template-columns:1fr}.qty-editor{justify-content:flex-start}.search-suggestions li{align-items:flex-start;flex-direction:column;gap:5px}.sugg-stock{margin-left:0}}.expert-search-container{background:linear-gradient(135deg,#1e2235,#0077b6);background-attachment:fixed;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:20px}.btn-cancel{background:#0000;border:1px solid #ff4d4d;border-radius:8px;color:#ff4d4d;cursor:pointer;font-weight:700;padding:10px 20px;transition:.3s}.btn-cancel:hover{background:#ff4d4d1a}.edit-group{display:flex;flex-direction:column;gap:5px}.edit-group span{color:#00b4d8;font-size:.75rem;text-transform:uppercase}
/*# sourceMappingURL=main.e4718cfe.css.map*/