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;scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}.App{overflow-x:hidden;width:100%}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.95);box-shadow:0 2px 20px rgba(0,0,0,.1);padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo,.nav-container{align-items:center;display:flex}.logo{height:50px}.logo-text{color:#1e3a8a;font-size:1.5rem;font-weight:700;letter-spacing:1px}.logo-image{height:auto;max-height:50px;max-width:200px;object-fit:contain}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-menu button{background:none;border:none;color:#333;cursor:pointer;font-family:inherit;font-size:1rem;padding:.5rem 1rem;transition:color .3s}.nav-menu button:hover{color:#1e3a8a}.hero{align-items:center;background:linear-gradient(135deg,#d97706,#ea580c 50%,#dc2626);color:#fff;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:8rem 2rem 4rem;position:relative;text-align:center}.hero-image-overlay{background:rgba(0,0,0,.4);z-index:0}.hero-image-overlay,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Cpath d='M100 0H0v100' fill='none' stroke='rgba(255,255,255,0.05)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");opacity:.3}.hero-content{-webkit-animation:fadeInUp 1s ease-out;animation:fadeInUp 1s ease-out;max-width:800px;position:relative;z-index:2}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.2);border-radius:50px;display:inline-block;font-size:.9rem;margin-bottom:1.5rem;padding:.5rem 1.5rem}.hero-title{font-size:4rem;font-weight:900;letter-spacing:2px;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.5rem;margin-bottom:1.5rem;opacity:.95}.hero-description{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{border-radius:50px;font-size:1rem;padding:1rem 2rem;transition:all .3s ease}.btn-primary{box-shadow:0 4px 15px rgba(30,58,138,.4)}.btn-primary:hover{box-shadow:0 6px 20px rgba(30,58,138,.5)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.2);border:2px solid #fff}.btn-secondary:hover{background:hsla(0,0%,100%,.3)}.btn-small{font-size:.9rem;padding:.75rem 1.5rem}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-title{color:#1e3a8a;font-size:2.5rem;font-weight:800;margin-bottom:1rem;text-align:center}.section-subtitle{color:#666;font-size:1.1rem;margin-bottom:3rem;text-align:center}.products{background:#f8fafc;padding:5rem 0}.product-categories{display:flex;flex-direction:column;gap:4rem}.category{background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.08);padding:3rem}.category-title{border-bottom:3px solid #d97706;color:#1e3a8a;font-size:2rem;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.product-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.product-card{background:#f8fafc;border:2px solid transparent;border-radius:15px;padding:2rem;text-align:center;transition:all .3s ease}.product-card:hover{border-color:#1e3a8a;box-shadow:0 8px 25px rgba(0,0,0,.15);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.product-icon{font-size:3rem;margin-bottom:1rem}.product-card h4{color:#1e3a8a;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.product-card p{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.about{background:#fff;padding:5rem 0}.about-content{margin:0 auto;max-width:900px}.about-text p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;text-align:center}.features{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:3rem}.feature-item{background:#f8fafc;border-radius:10px;color:#1e3a8a;font-size:1.1rem;font-weight:600;gap:1rem;padding:1.5rem}.feature-icon,.feature-item{align-items:center;display:flex}.feature-icon{background:#1e3a8a;border-radius:50%;color:#fff;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;width:40px}.contact{background:linear-gradient(135deg,#1e3a8a,#1e40af);padding:5rem 0}.contact,.contact .section-subtitle,.contact .section-title{color:#fff}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{align-items:flex-start;display:flex;gap:1.5rem}.contact-icon{font-size:2rem;min-width:50px}.contact-item h4{font-size:1.2rem;margin-bottom:.5rem}.contact-item p{line-height:1.6;opacity:.9}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group textarea{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.3);border-radius:10px;color:#000;font-family:inherit;font-size:1rem;padding:1rem;transition:all .3s;width:100%}.form-group input::-webkit-input-placeholder,.form-group textarea::-webkit-input-placeholder{color:rgba(0,0,0,.6)}.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(0,0,0,.6)}.form-group input:focus,.form-group textarea:focus{background:hsla(0,0%,100%,.9);border-color:#fff;outline:none}.form-group textarea{resize:vertical}.footer{background:#0f172a;color:#fff;padding:3rem 0 1.5rem}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:2rem}.footer-brand h3{font-size:1.5rem;margin-bottom:.5rem}.footer-brand p{opacity:.8}.footer-links{display:flex;flex-wrap:wrap;gap:2rem}.footer-links button{background:none;border:none;color:#fff;cursor:pointer;font-family:inherit;font-size:1rem;opacity:.8;transition:opacity .3s}.footer-links button:hover{opacity:1}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);opacity:.7;padding-top:2rem;text-align:center}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.nav-menu{gap:1rem}.nav-menu button{font-size:.9rem;padding:.5rem}.contact-content,.product-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;text-align:center}.section-title{font-size:2rem}.category{padding:2rem 1.5rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-buttons{flex-direction:column}.btn{width:100%}.nav-container{padding:0 1rem}.logo-text{font-size:1.2rem}}.not-found{align-items:center;background:linear-gradient(135deg,#d97706,#ea580c 50%,#dc2626);color:#fff;display:flex;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.not-found-content{-webkit-animation:fadeInUp 1s ease-out;animation:fadeInUp 1s ease-out;max-width:600px}.not-found-number{font-size:8rem;font-weight:900;letter-spacing:-5px;line-height:1}.not-found-number,.not-found-title{margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.not-found-title{font-size:2.5rem;font-weight:800}.not-found-description{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;opacity:.95}.not-found-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.not-found-buttons .btn{display:inline-block;text-decoration:none}@media (max-width:768px){.not-found-number{font-size:5rem}.not-found-title{font-size:2rem}.not-found-description{font-size:1rem}.not-found-buttons{flex-direction:column}.not-found-buttons .btn{width:100%}}@media (max-width:480px){.not-found-number{font-size:4rem}.not-found-title{font-size:1.5rem}}.admin-login{align-items:center;background:linear-gradient(135deg,#1e3a8a,#1e40af);display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-container{background:#fff;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.2);max-width:400px;padding:3rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-header h1{color:#1e3a8a;font-size:2rem;margin-bottom:.5rem}.login-header p{color:#666;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-form .form-group{display:flex;flex-direction:column;gap:.5rem}.login-form label{color:#333;font-size:.9rem;font-weight:600}.login-form input{border:2px solid #e5e7eb;border-radius:8px;color:#000;font-size:1rem;padding:.75rem;transition:border-color .3s}.login-form input:focus{border-color:#1e3a8a;outline:none}.login-hint{background:#f3f4f6;border-radius:8px;color:#666;font-size:.85rem;margin-top:1.5rem;padding:1rem;text-align:center}.login-hint strong{color:#1e3a8a}.admin-panel{background:#f8fafc;min-height:100vh}.admin-header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:1.5rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.admin-header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem}.admin-header h1{color:#1e3a8a;font-size:1.5rem;margin:0}.admin-actions{display:flex;gap:1rem}.admin-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:300px 1fr;margin:0 auto;max-width:1400px;padding:2rem}.admin-sidebar{gap:1.5rem}.admin-sidebar,.admin-stats{display:flex;flex-direction:column}.admin-stats{gap:1rem}.stat-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:1.5rem;text-align:center}.stat-card h3{color:#1e3a8a;font-size:2rem;margin:0 0 .5rem}.stat-card p{color:#666;font-size:.9rem;margin:0}.admin-actions-sidebar{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:1.5rem}.btn-full{width:100%}.admin-main{display:flex;flex-direction:column;gap:2rem}.admin-form-panel{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:2rem}.admin-form-panel h2{color:#1e3a8a;font-size:1.5rem;margin-bottom:1.5rem}.admin-form{display:flex;flex-direction:column;gap:1.5rem}.admin-form .form-group{display:flex;flex-direction:column;gap:.5rem}.admin-form label{color:#333;font-size:.9rem;font-weight:600}.admin-form input,.admin-form select,.admin-form textarea{border:2px solid #e5e7eb;border-radius:8px;color:#000;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{border-color:#1e3a8a;outline:none}.form-actions{display:flex;gap:1rem;margin-top:.5rem}.admin-products{display:flex;flex-direction:column;gap:2rem}.product-category-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:2rem}.category-header{border-bottom:3px solid #d97706;color:#1e3a8a;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem}.no-products{color:#999;font-style:italic;padding:2rem;text-align:center}.admin-product-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.admin-product-card{background:#f8fafc;border:2px solid transparent;border-radius:12px;padding:1.5rem;transition:all .3s}.admin-product-card:hover{border-color:#1e3a8a;box-shadow:0 4px 12px rgba(0,0,0,.1)}.product-icon-large{font-size:3rem;margin-bottom:1rem;text-align:center}.product-image-container{align-items:center;background:#f8fafc;border-radius:10px;display:flex;height:200px;justify-content:center;margin-bottom:1rem;overflow:hidden;width:100%}.product-image{border-radius:10px;max-height:200px;max-width:100%;object-fit:contain}.admin-product-card h3{color:#1e3a8a;font-size:1.1rem;font-weight:700;margin:0 0 .75rem}.admin-product-card p{color:#666;font-size:.9rem;line-height:1.5;margin:0 0 1rem}.product-actions{display:flex;gap:.75rem}.btn{border:none;border-radius:8px;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s}.btn-primary{background:#1e3a8a;color:#fff}.btn-primary:hover{background:#1e40af;box-shadow:0 4px 12px rgba(30,58,138,.3);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c;box-shadow:0 4px 12px rgba(220,38,38,.3);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.btn-small{flex:1 1;font-size:.8rem;padding:.5rem 1rem}.error-message{align-items:center;background:#fee2e2;border:2px solid #dc2626;border-radius:12px;color:#991b1b;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1rem}.error-message p{font-weight:600;margin:0}.loading-message{background:#dbeafe;border:2px solid #1e3a8a;border-radius:12px;color:#1e3a8a;font-weight:600;margin-bottom:1.5rem;padding:1rem;text-align:center}.loading-message p{margin:0}.btn:disabled{cursor:not-allowed;opacity:.6;-webkit-transform:none!important;transform:none!important}.admin-tabs{display:flex;flex-direction:column;gap:.5rem}.form-section{border-bottom:2px solid #e5e7eb;margin-bottom:2rem;padding-bottom:1.5rem}.form-section:last-of-type{border-bottom:none}.form-section h3{color:#1e3a8a;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.drag-drop-zone{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;cursor:pointer;padding:2rem;text-align:center;transition:all .3s ease}.drag-drop-zone:hover{background:#f1f5f9;border-color:#1e3a8a}.drag-drop-zone.dragging{background:#dbeafe;border-color:#1e3a8a;border-style:solid;-webkit-transform:scale(1.02);transform:scale(1.02)}.drag-drop-content{align-items:center;display:flex;flex-direction:column;gap:1rem}.drag-drop-icon{font-size:3rem;opacity:.6}.drag-drop-zone.dragging .drag-drop-icon{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}.drag-drop-text{color:#64748b;font-size:.95rem;margin:0}.drag-drop-zone.dragging .drag-drop-text{color:#1e3a8a;font-weight:600}.drag-drop-button{background:#1e3a8a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s}.drag-drop-button:hover{background:#1e40af;box-shadow:0 4px 12px rgba(30,58,138,.3);-webkit-transform:translateY(-2px);transform:translateY(-2px)}@media (max-width:1024px){.admin-content{grid-template-columns:1fr}.admin-sidebar{order:2}.admin-main{order:1}.admin-stats{flex-direction:row}}@media (max-width:768px){.admin-header-content{align-items:flex-start;flex-direction:column;gap:1rem}.admin-actions{flex-direction:column;width:100%}.admin-actions button{width:100%}.admin-content{padding:1rem}.admin-product-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions button{width:100%}}
/*# sourceMappingURL=main.0ceb36da.css.map*/