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}.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}.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}.delivery-page{--delivery-bg:#101b31;--delivery-panel:#121f35f0;--delivery-panel-soft:hsla(0,0%,100%,.055);--delivery-border:#aeeeff33;--delivery-text:#f6fbff;--delivery-muted:#b9cad7;--delivery-accent:#14b8dc;background:radial-gradient(circle at 85% 5%,#14b8dc38,#0000 32rem),linear-gradient(145deg,#111b31,#253e5d 55%,#087d9c 140%);box-sizing:border-box;color:var(--delivery-text);min-height:100vh;padding:110px 20px 50px;width:100%}.delivery-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:var(--delivery-panel);border:1px solid var(--delivery-border);border-radius:22px;box-shadow:0 22px 60px #040f1e61;color:var(--delivery-text);margin:0 auto;max-width:1000px;padding:32px}.delivery-card h1,.delivery-card h2,.delivery-card p,.delivery-card summary,.delivery-card td,.delivery-card th{color:inherit}.delivery-heading,.review-title,.scan-grid{align-items:center;display:flex;gap:24px;justify-content:space-between}.delivery-heading h1{color:#fff;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.12;margin:4px 0 8px}.delivery-heading p{color:var(--delivery-muted);line-height:1.55;margin:0}.delivery-kicker{color:#66e2ff!important;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.camera-button,.primary-button,.save-delivery-button,.secondary-button{background:var(--delivery-accent);border:0;border-radius:12px;box-shadow:0 8px 20px #00a9ce33;color:#fff;cursor:pointer;font:inherit;font-weight:700;padding:13px 18px;text-align:center;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.camera-button:hover,.primary-button:hover,.save-delivery-button:hover:not(:disabled),.secondary-button:hover{box-shadow:0 10px 24px #00a9ce4d;transform:translateY(-2px)}.camera-button input{display:none}.secondary-button{background:#ffffff17;border:1px solid #ffffff38;box-shadow:none}.delivery-card button:disabled{cursor:wait;opacity:.55}.scanner-folder-card{align-items:center;background:hsla(0,0%,100%,.045);border:1px solid var(--delivery-border);border-radius:14px;display:flex;gap:16px;margin-top:22px;padding:15px 18px;position:relative}.scanner-folder-card>div{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0}.scanner-folder-card strong{color:#fff}.scanner-folder-card span{color:var(--delivery-muted);font-size:.88rem}.scanner-folder-card i{background:#788696;border-radius:50%;box-shadow:0 0 0 4px #7886961f;flex:0 0 10px;height:10px;width:10px}.scanner-folder-card i.scanner-online{background:#27dc8b;box-shadow:0 0 0 4px #27dc8b24,0 0 16px #27dc8b99}.scan-grid{align-items:stretch;background:var(--delivery-panel-soft);border:1px solid var(--delivery-border);border-radius:18px;margin-top:28px;padding:18px}.delivery-preview{background:#fff;border-radius:14px;max-height:360px;object-fit:contain;width:min(48%,430px)}.scan-actions{display:flex;flex:1 1;flex-direction:column;gap:14px;justify-content:center}.scan-actions progress{accent-color:#00c8ef;width:100%}.scan-actions p{color:var(--delivery-muted);font-size:.9rem;line-height:1.5}.delivery-status{background:#00b4d82e;border:1px solid #66e2ff4d;border-radius:10px;color:#e9fbff;margin-top:24px;padding:13px 16px}.delivery-warning{background:#ffae4229;border:1px solid #ffc47573;border-radius:10px;color:#fff0d8;margin-top:12px;padding:13px 16px}.missing-products{background:#ffae4212;border:1px solid #ffc47559;border-radius:16px;margin-top:20px;padding:18px}.missing-products-heading h2{color:#fff;margin:0}.missing-products-heading p{color:var(--delivery-muted);margin:5px 0 0}.missing-product-card{background:#050f1f59;border:1px solid #ffffff21;border-radius:13px;margin-top:15px;padding:16px}.missing-product-fields{grid-gap:12px;display:grid;gap:12px;grid-template-columns:minmax(220px,2fr) repeat(3,minmax(120px,1fr))}.missing-product-fields label{color:#aeeeff;display:flex;flex-direction:column;font-size:.76rem;font-weight:700;gap:6px;text-transform:uppercase}.missing-product-fields input{background:#263a5c;border:1px solid #aeeeff40;border-radius:9px;box-sizing:border-box;color:#fff;min-height:42px;min-width:0;outline:none;padding:10px}.missing-product-fields input:focus{border-color:#44d4f1;box-shadow:0 0 0 3px #44d4f121}.missing-product-card small{color:var(--delivery-muted);display:block;margin-top:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.create-product-button{background:#ffd17d;border:0;border-radius:10px;color:#102038;cursor:pointer;font:inherit;font-weight:800;margin-top:14px;padding:13px 16px;width:100%}.create-product-button:hover:not(:disabled){background:#ffe0a6}.review-section{margin-top:30px}.review-title h2{color:#fff;margin:0}.delivery-table-wrap{border:1px solid var(--delivery-border);border-radius:14px;margin-top:18px;overflow-x:auto}.delivery-table{background:#050f1f4d;border-collapse:collapse;width:100%}.delivery-table td,.delivery-table th{border-bottom:1px solid #ffffff1a;color:var(--delivery-text);padding:14px 12px;text-align:left;vertical-align:middle}.delivery-table tbody tr:last-child td{border-bottom:0}.delivery-table tbody tr:hover{background:rgba(20,184,220,.055)}.delivery-table th{color:#aeeeff;font-size:.8rem;text-transform:uppercase}.delivery-table input,.delivery-table select{background:#263a5c;border:1px solid #aeeeff40;border-radius:9px;box-sizing:border-box;color:#fff;min-height:42px;outline:none;padding:10px}.delivery-table input:focus,.delivery-table select:focus{border-color:#44d4f1;box-shadow:0 0 0 3px #44d4f121}.delivery-table select option{background:#263a5c;color:#fff}.delivery-table select{min-width:280px;width:100%}.delivery-table input{width:105px}.delivery-table small{color:#b7c7d1;display:block;margin-top:5px;max-width:430px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove-button{background:#ff5a5a2e;border:0;border-radius:50%;color:#faa;cursor:pointer;font-size:1.3rem;height:34px;width:34px}.save-delivery-button{background:#10ad70;box-shadow:0 8px 24px #10ad703d;margin-top:24px;padding:16px;width:100%}.raw-text{color:#c5d6e0;margin-top:18px}.raw-text summary{color:var(--delivery-muted);cursor:pointer;padding:8px 0}.raw-text pre{background:#00000038;border:1px solid #ffffff1a;border-radius:10px;color:#dce9f1;max-height:220px;overflow:auto;padding:14px;white-space:pre-wrap}@media (max-width:720px){.delivery-page{padding:100px 10px 30px}.delivery-card{padding:20px 14px}.delivery-heading,.scan-grid{align-items:stretch;flex-direction:column}.delivery-preview{width:100%}.review-title{align-items:flex-start;gap:14px}.camera-button,.primary-button{box-sizing:border-box;width:100%}.scanner-folder-card{align-items:stretch;flex-direction:column}.scanner-folder-card .secondary-button{width:100%}.scanner-folder-card i{position:absolute;right:18px;top:18px}.missing-product-fields{grid-template-columns:1fr}.missing-product-card small{white-space:normal}.delivery-table-wrap{background:#0000;border:0;overflow:visible}.delivery-table,.delivery-table tbody,.delivery-table td,.delivery-table tr{box-sizing:border-box;display:block;width:100%}.delivery-table thead{display:none}.delivery-table{background:#0000}.delivery-table tr{background:#050f1f61;border:1px solid var(--delivery-border);border-radius:14px;margin-bottom:14px;padding:14px}.delivery-table td{border:0;padding:8px 0}.delivery-table td:nth-child(2):before{content:"Stock actuel"}.delivery-table td:nth-child(3):before{content:"Quantité livrée"}.delivery-table td:nth-child(2),.delivery-table td:nth-child(3){align-items:center;display:flex;gap:14px;justify-content:space-between}.delivery-table td:nth-child(2):before,.delivery-table td:nth-child(3):before{color:#aeeeff;font-size:.72rem;font-weight:700;text-transform:uppercase}.delivery-table select{min-width:0;width:100%}.delivery-table input{width:110px}.delivery-table small{max-width:100%;white-space:normal}.delivery-table td:last-child{display:flex;justify-content:flex-end}}@media (max-width:430px){.delivery-heading h1{font-size:1.65rem}.review-title{flex-direction:column}.secondary-button{width:100%}}:root{--st-bg:#061d2a;--st-bg-deep:#041722;--st-surface:#0a2735eb;--st-surface-strong:#0c2b3a;--st-surface-soft:#113746c7;--st-border:#59cbd829;--st-border-strong:#59cbd857;--st-text:#e8f5f7;--st-muted:#8caab6;--st-cyan:#4bc4d2;--st-green:#82cf61;--st-danger:#ff566b;--st-warning:#f3c969;--st-shadow:0 20px 55px #00080e4d}[data-theme=light]{--st-bg:#edf6f6;--st-bg-deep:#e5f0f0;--st-surface:#ffffffe6;--st-surface-strong:#fff;--st-surface-soft:#ebf6f6f0;--st-border:#174e5e24;--st-border-strong:#21a3b452;--st-text:#173848;--st-muted:#647f8b;--st-cyan:#159fb3;--st-green:#62bd45;--st-danger:#d9344f;--st-warning:#b8780d;--st-shadow:0 18px 48px #1f4d5824}*{box-sizing:border-box}#root,body,html{min-height:100%}body{background:linear-gradient(90deg,rgba(89,203,216,.035) 1px,#0000 0),linear-gradient(rgba(89,203,216,.035) 1px,#0000 0),radial-gradient(circle at 82% 110%,#82cf6121,#0000 35%),#041722;background:linear-gradient(90deg,rgba(89,203,216,.035) 1px,#0000 1px),linear-gradient(rgba(89,203,216,.035) 1px,#0000 1px),radial-gradient(circle at 82% 110%,#82cf6121,#0000 35%),var(--st-bg-deep);background-size:72px 72px,72px 72px,auto,auto;color:#e8f5f7;color:var(--st-text)}button,input,select,textarea{font:inherit}.app-container{margin:0;max-width:none;padding:0}.navbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#041722e6;border-bottom:1px solid #59cbd829;border-bottom:1px solid var(--st-border);box-shadow:0 10px 32px #00080e33;height:68px;padding:0 24px}.navbar-logo .logo{margin-left:0}.navbar-logo .logo img{width:88px}.navbar-links{align-items:center;background:#59cbd80d;border:1px solid #59cbd829;border:1px solid var(--st-border);border-radius:12px;gap:5px;margin:0;padding:5px}.navbar-links a{background:#0000;border:0;border-radius:8px;color:#8caab6;color:var(--st-muted);font-size:.84rem;font-weight:700;padding:9px 13px}.navbar-links a:hover{background:#113746c7;background:var(--st-surface-soft);border-color:#0000;box-shadow:none;color:#e8f5f7;color:var(--st-text)}.navbar-links a.active{background:linear-gradient(110deg,#4bc4d2,#82cf61);background:linear-gradient(110deg,var(--st-cyan),var(--st-green));border-color:#0000;box-shadow:0 7px 18px #4bc4d22e;color:#06212b}.burger-menu .bar{background:#e8f5f7;background:var(--st-text)}[data-theme=light] .navbar{background:#f9fdfdeb}.add-container,.dashboard-container,.delivery-page,.details-container,.expert-search-container,.inventory-container{background:#0000;color:#e8f5f7;color:var(--st-text);min-height:100vh}.dashboard-container,.details-container,.inventory-container{padding:104px 24px 48px}.add-container{padding:104px 20px 48px}.expert-search-container{max-width:none;padding:104px 20px 48px}.add-container h2,.dashboard-container h1,.inventory-header h1,.search-focus-zone h1{-webkit-text-fill-color:currentColor;background:none;color:#e8f5f7;color:var(--st-text);font-size:clamp(1.75rem,3vw,2.3rem);letter-spacing:-.035em;margin-top:0;text-shadow:none}.inventory-header{margin:0 auto 24px;max-width:1280px}.stats-container{gap:14px;margin-bottom:22px;max-width:1200px}.import-section,.stat-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0a2735eb;background:var(--st-surface);border:1px solid #59cbd829;border:1px solid var(--st-border);border-radius:15px;box-shadow:0 20px 55px #00080e4d;box-shadow:var(--st-shadow);color:#e8f5f7;color:var(--st-text)}.stat-card{padding:24px 22px;text-align:left}.stat-card:hover{background:#0c2b3a;background:var(--st-surface-strong);box-shadow:0 20px 55px #00080e4d;box-shadow:var(--st-shadow);transform:translateY(-2px)}.import-section p,.stat-label{color:#8caab6;color:var(--st-muted)}.stat-value{color:#e8f5f7;color:var(--st-text)}.ok-border{border-bottom-color:#82cf61;border-bottom-color:var(--st-green)}.ko-border{border-bottom-color:#ff566b;border-bottom-color:var(--st-danger)}.ok-text,.stock-ok{color:#82cf61;color:var(--st-green);text-shadow:none}.ko-text,.stock-ko{color:#ff566b;color:var(--st-danger);text-shadow:none}.import-section{border-style:dashed;max-width:700px;padding:26px}.import-section h3{color:#e8f5f7;color:var(--st-text)}.btn-save,.camera-button,.login-form button,.primary-button,.save-delivery-button,.upload-btn{background:linear-gradient(110deg,#4bc4d2,#82cf61);background:linear-gradient(110deg,var(--st-cyan),var(--st-green));border:0;border-radius:10px;box-shadow:0 8px 22px #4bc4d22e;color:#06212b}.btn-save:hover,.login-form button:hover,.upload-btn:hover{background:linear-gradient(110deg,#4bc4d2,#82cf61);background:linear-gradient(110deg,var(--st-cyan),var(--st-green));filter:brightness(1.06);transform:translateY(-1px)}.inventory-controls,.table-wrapper{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0a2735eb;background:var(--st-surface);border:1px solid #59cbd829;border:1px solid var(--st-border);box-shadow:0 20px 55px #00080e4d;box-shadow:var(--st-shadow);color:#e8f5f7;color:var(--st-text)}.inventory-controls{border-radius:14px;padding:18px}.filter-group label,.search-box label span{color:#8caab6!important;color:var(--st-muted)!important}.custom-select,.input-stock-table,.search-box input{background:#113746c7;background:var(--st-surface-soft);border:1px solid #59cbd829;border:1px solid var(--st-border);border-radius:9px;color:#e8f5f7;color:var(--st-text)}.custom-select:focus,.input-stock-table:focus,.search-box input:focus{background:#0c2b3a;background:var(--st-surface-strong);border-color:#4bc4d2;border-color:var(--st-cyan);box-shadow:0 0 0 3px #4bc4d21f}.table-wrapper{border-radius:14px;max-width:1280px}.custom-table{color:#e8f5f7;color:var(--st-text)}.custom-table thead{background:#113746c7;background:var(--st-surface-soft)}.custom-table th{color:#4bc4d2;color:var(--st-cyan);font-size:.73rem;letter-spacing:.055em;padding:14px 13px}.custom-table td{border-bottom-color:#59cbd829;border-bottom-color:var(--st-border);padding:13px}.custom-table tr:hover{background:rgba(75,196,210,.055)}.bold,.btn-qty{color:#e8f5f7;color:var(--st-text)}.btn-qty{background:#113746c7;background:var(--st-surface-soft);border-color:#59cbd829;border-color:var(--st-border)}.btn-qty:hover{background:#4bc4d2;background:var(--st-cyan);color:#06212b}.input-stock-table{color:#4bc4d2;color:var(--st-cyan)}.badge.success{background:#82cf611f;color:#82cf61;color:var(--st-green)}.badge.danger{background:#ff566b1f;color:#ff566b;color:var(--st-danger)}.add-form{background:#0a2735eb;background:var(--st-surface);border:1px solid #59cbd829;border:1px solid var(--st-border);border-radius:16px;box-shadow:0 20px 55px #00080e4d;box-shadow:var(--st-shadow);color:#e8f5f7;color:var(--st-text);max-width:760px;padding:30px}.form-group label{color:#8caab6;color:var(--st-muted)}.add-form input,.custom-input,.edit-input{background:#113746c7;background:var(--st-surface-soft);border:1px solid #59cbd829;border:1px solid var(--st-border);border-radius:9px;color:#e8f5f7;color:var(--st-text)}.add-form input:focus,.custom-input:focus,.edit-input:focus{background:#0c2b3a;background:var(--st-surface-strong);border-color:#4bc4d2;border-color:var(--st-cyan);box-shadow:0 0 0 3px #4bc4d21f}select.custom-input option{background:#0c2b3a;background:var(--st-surface-strong);color:#e8f5f7;color:var(--st-text)}.btn-back,.btn-edit,.btn-small,.secondary-button{background:#113746c7;background:var(--st-surface-soft);border:1px solid #59cbd857;border:1px solid var(--st-border-strong);border-radius:9px;color:#e8f5f7;color:var(--st-text)}.btn-back:hover,.btn-edit:hover,.btn-small:hover,.secondary-button:hover{background:#4bc4d21f;color:#e8f5f7;color:var(--st-text)}.search-focus-zone{margin:0 auto 30px;max-width:1000px}.search-wrapper{max-width:760px}.huge-search-input{background:#0c2b3a;background:var(--st-surface-strong);border:1px solid #59cbd857;border:1px solid var(--st-border-strong);border-radius:13px;box-shadow:0 20px 55px #00080e4d;box-shadow:var(--st-shadow);color:#e8f5f7;color:var(--st-text)}.huge-search-input::placeholder{color:#8caab6;color:var(--st-muted)}.huge-search-input:focus{border-color:#4bc4d2;border-color:var(--st-cyan);box-shadow:0 0 0 4px #4bc4d21f,0 20px 55px #00080e4d;box-shadow:0 0 0 4px #4bc4d21f,var(--st-shadow)}.search-suggestions{background:#0c2b3a;background:var(--st-surface-strong);border-color:#59cbd857;border-color:var(--st-border-strong);box-shadow:0 20px 55px #00080e4d;box-shadow:var(--st-shadow);color:#e8f5f7;color:var(--st-text)}.search-suggestions li{border-bottom-color:#59cbd829;border-bottom-color:var(--st-border)}.res-item strong,.result-header h2,.sugg-name{color:#e8f5f7;color:var(--st-text)}.sugg-ref{color:#4bc4d2;color:var(--st-cyan)}.res-item span,.sugg-stock{color:#8caab6;color:var(--st-muted)}.result-card{background:#0a2735eb;background:var(--st-surface);border-color:#59cbd829;border-color:var(--st-border);box-shadow:0 20px 55px #00080e4d;box-shadow:var(--st-shadow);color:#e8f5f7;color:var(--st-text);margin-left:auto;margin-right:auto;max-width:1000px}.result-header{border-bottom-color:#59cbd829;border-bottom-color:var(--st-border)}.qty-editor input{background:#113746c7;background:var(--st-surface-soft);border-color:#4bc4d2;border-color:var(--st-cyan);color:#4bc4d2;color:var(--st-cyan)}.btn-save,.qty-editor button{background:linear-gradient(110deg,#4bc4d2,#82cf61);background:linear-gradient(110deg,var(--st-cyan),var(--st-green));color:#06212b}.badge-cat{background:#4bc4d21a;border-color:#59cbd857;border-color:var(--st-border-strong);color:#4bc4d2;color:var(--st-cyan)}.btn-cancel{border-color:#ff566b;border-color:var(--st-danger);color:#ff566b;color:var(--st-danger)}.details-container,.product-card{color:#e8f5f7;color:var(--st-text)}.product-card{background:#0a2735eb;background:var(--st-surface);border-color:#59cbd829;border-color:var(--st-border);box-shadow:0 20px 55px #00080e4d;box-shadow:var(--st-shadow)}.product-header{background:#113746c7;background:var(--st-surface-soft);border-bottom-color:#59cbd829;border-bottom-color:var(--st-border)}.product-header h2{color:#e8f5f7;color:var(--st-text)}.ref-tag{background:#4bc4d21a;border:1px solid #59cbd829;border:1px solid var(--st-border);color:#4bc4d2;color:var(--st-cyan)}.product-grid{background:#59cbd829;background:var(--st-border)}.info-section,.stock-section{background:#0a2735eb;background:var(--st-surface)}.info-section h3,.stock-section h3{color:#8caab6;color:var(--st-muted)}.stock-status{background:#113746c7;background:var(--st-surface-soft)}.good{border-bottom-color:#82cf61;border-bottom-color:var(--st-green);color:#82cf61;color:var(--st-green)}.critical{border-bottom-color:#ff566b;border-bottom-color:var(--st-danger);color:#ff566b;color:var(--st-danger)}.btn-action{background:#82cf61;background:var(--st-green);color:#06212b}.btn-out{background:#ff566b;background:var(--st-danger);color:#fff}.delivery-page{--delivery-bg:var(--st-bg-deep);--delivery-panel:var(--st-surface);--delivery-panel-soft:var(--st-surface-soft);--delivery-border:var(--st-border);--delivery-text:var(--st-text);--delivery-muted:var(--st-muted);--delivery-accent:var(--st-cyan);background:#0000;padding-top:104px}.delivery-card{background:#0a2735eb;background:var(--st-surface);border-color:#59cbd829;border-color:var(--st-border);box-shadow:0 20px 55px #00080e4d;box-shadow:var(--st-shadow)}.delivery-card,.delivery-heading h1,.missing-products-heading h2,.review-title h2,.scanner-folder-card strong{color:#e8f5f7;color:var(--st-text)}.delivery-kicker,.delivery-table th,.missing-product-fields label{color:#4bc4d2!important;color:var(--st-cyan)!important}.missing-product-card,.scan-grid,.scanner-folder-card{background:#113746c7;background:var(--st-surface-soft);border-color:#59cbd829;border-color:var(--st-border)}.delivery-table input,.delivery-table select,.missing-product-fields input{background:#0c2b3a;background:var(--st-surface-strong);border-color:#59cbd857;border-color:var(--st-border-strong);color:#e8f5f7;color:var(--st-text)}.delivery-table{background:#113746c7;background:var(--st-surface-soft);color:#e8f5f7;color:var(--st-text)}.delivery-table td,.delivery-table th{border-bottom-color:#59cbd829;border-bottom-color:var(--st-border);color:#e8f5f7;color:var(--st-text)}.delivery-table select option{background:#0c2b3a;background:var(--st-surface-strong);color:#e8f5f7;color:var(--st-text)}.raw-text pre{background:#041722;background:var(--st-bg-deep);border-color:#59cbd829;border-color:var(--st-border)}.login-container,.raw-text pre{color:#e8f5f7;color:var(--st-text)}.login-container{background:#0000;min-height:100vh;padding:20px}.login-form{background:#0a2735eb;background:var(--st-surface);border-color:#59cbd829;border-color:var(--st-border);border-radius:16px;box-shadow:0 20px 55px #00080e4d;box-shadow:var(--st-shadow);max-width:420px;padding:30px}.login-form,.login-form h2,.login-form input{color:#e8f5f7;color:var(--st-text)}.login-form input{background:#113746c7;background:var(--st-surface-soft);border-color:#59cbd829;border-color:var(--st-border);border-radius:10px}.login-form input::placeholder{color:#8caab6;color:var(--st-muted)}.login-form input:focus{background:#0c2b3a;background:var(--st-surface-strong);border-color:#4bc4d2;border-color:var(--st-cyan);box-shadow:0 0 0 3px #4bc4d21f}.login-form button{color:#06212b}@media (max-width:850px){.navbar{height:62px;padding:0 14px}.navbar-logo .logo img{width:76px}.navbar-links{background:#0c2b3a;background:var(--st-surface-strong);border-radius:0;color:#e8f5f7;color:var(--st-text);height:calc(100vh - 62px);top:62px}.add-container,.dashboard-container,.delivery-page,.details-container,.expert-search-container,.inventory-container{padding-top:88px}}@media (max-width:768px){.custom-table tbody tr,.delivery-table tr{background:#0a2735eb;background:var(--st-surface);border-color:#59cbd829;border-color:var(--st-border)}.custom-table td{border-bottom-color:#59cbd829;border-bottom-color:var(--st-border)}.custom-table td:before,.delivery-table td:before{color:#4bc4d2!important;color:var(--st-cyan)!important}.huge-search-input{width:100%}}@media (max-width:600px){.dashboard-container,.details-container,.inventory-container{padding-left:12px;padding-right:12px}.add-form,.delivery-card,.login-form{padding:21px 16px}}
/*# sourceMappingURL=main.0ceccb50.css.map*/