*{box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0}body{background-color:#f4f4f4;color:#333;transition:background-color .3s ease,color .3s ease}body.dark-mode{background-color:#121212;color:#f1f1f1}nav{align-items:center;background-color:#d70000;display:flex;justify-content:space-between;padding:.2rem;position:sticky;top:0;z-index:1000}nav,nav a{color:#fff}nav a{font-weight:700;margin:0 10px;text-decoration:none}nav img.logo{height:30px;vertical-align:middle}.container{margin:auto;max-width:1200px;padding:1rem}h1{color:#333;margin-bottom:1rem}.product-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(50px,1fr))}.product-card{background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000001a;padding:.5rem;text-align:center;transition:transform .2s ease}.product-card:hover{transform:translateY(-5px)}.product-card img{height:150px;margin-bottom:10px;object-fit:contain;width:100%}body.dark-mode .product-card{background-color:#1e1e1e;box-shadow:0 2px 6px #ffffff1a;color:#f1f1f1}form{background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000001a;margin:2rem auto;max-width:400px;padding:1.5rem;transition:background-color .3s ease}body.dark-mode form{background-color:#2c2c2c;box-shadow:0 2px 6px #ffffff1a;color:#f1f1f1}form h2{color:#d70000;margin-bottom:1rem}form input,form textarea{border:1px solid #ccc;border-radius:4px;margin:.5rem 0 1rem;padding:.75rem;width:100%}form button{background-color:#d70000;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1rem;width:100%}form button:hover{background-color:#b00000}#toast-container{bottom:20px;display:flex;flex-direction:column-reverse;gap:10px;position:fixed;right:20px;z-index:9999}.toast{animation:slideIn .3s ease-out;background:#333;border-radius:4px;color:#fff;padding:12px 20px}.toast.success{background:#28a745}.toast.error{background:#dc3545}.toast.hide{opacity:0;transform:translateX(100px)}@keyframes slideIn{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}body.dark-mode nav{background-color:#1f1f1f}@media (max-width:768px){.desktop-menu{display:none!important}nav button.hamburger{display:block}}.product-form{margin:0 auto;max-width:600px;padding:20px}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:700;margin-bottom:8px}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;padding:10px;width:100%}.form-group textarea{min-height:100px;resize:vertical}.file-upload{align-items:center;display:flex;gap:10px;margin-bottom:10px}.upload-btn{background:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:8px 15px;transition:all .2s}.upload-btn:hover{background:#e0e0e0}.image-previews{display:flex;flex-wrap:wrap;gap:10px}.image-preview{height:100px;position:relative;width:100px}.image-preview img{border:1px solid #eee;border-radius:4px;height:100%;object-fit:cover;width:100%}.remove-btn{align-items:center;background:#f44;border:none;border-radius:50%;display:flex;font-size:14px;height:24px;justify-content:center;position:absolute;right:-8px;top:-8px;width:24px}.remove-btn,.submit-btn{color:#fff;cursor:pointer}.submit-btn{background:#4caf50;border:none;border-radius:4px;font-size:16px;padding:12px;transition:background .2s;width:100%}.submit-btn:hover{background:#45a049}
/*# sourceMappingURL=main.0f3fcdf1.css.map*/