.app{min-height:100vh;background-color:#0a0f1b;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column}.header{display:flex;justify-content:space-between;align-items:flex-start;padding:2rem 3rem;border-bottom:1px solid rgba(255,255,255,.1)}.header-left{display:flex;align-items:center;gap:1.5rem;flex:1}.logo-container{flex-shrink:0;display:flex;align-items:center;justify-content:center}.header-text{display:flex;flex-direction:column;gap:.5rem}.company-name{font-size:.875rem;font-weight:500;color:#a0aec0;margin:0;letter-spacing:.05em}.page-title{font-size:2rem;font-weight:700;color:#fff;margin:0;line-height:1.2}.header-right{max-width:450px;text-align:right;margin-left:2rem}.tagline{font-size:.875rem;color:#a0aec0;line-height:1.6;margin:0}.main-content{flex:1;padding:3rem 3rem 2rem}.categories-section{margin-bottom:3rem}.categories-title{font-size:.75rem;font-weight:700;color:#a0aec0;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1rem}.category-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.category-button{padding:.625rem 1.5rem;border-radius:.5rem;border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;background-color:#2d3748;color:#a0aec0;text-transform:capitalize}.category-button:hover{background-color:#374151;color:#fff}.category-button.active{background-color:#2c7a7b;color:#fff}.products-section{width:100%}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1400px;margin:0 auto}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(2,1fr)}}.product-card{background-color:#1a202c;border-radius:.75rem;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;border:1px solid rgba(255,255,255,.05);box-shadow:0 2px 8px #0003}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.product-image{width:100%;height:200px;background:linear-gradient(135deg,#1e3a8a,#1e40af,#2563eb);position:relative;overflow:hidden}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(rgba(59,130,246,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,.2) 1px,transparent 1px);background-size:20px 20px;background-color:#1e3a8a;position:relative}.image-placeholder:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(59,130,246,.1) 0%,transparent 70%)}.product-content{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.product-category{font-size:.625rem;font-weight:600;color:#a0aec0;text-transform:uppercase;letter-spacing:.1em}.product-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.product-name{font-size:1.125rem;font-weight:700;color:#fff;margin:0;line-height:1.4;flex:1}.product-price{font-size:1rem;font-weight:600;color:#fff;white-space:nowrap}.product-description{font-size:.875rem;color:#a0aec0;line-height:1.6;margin:0;flex:1}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.05)}.product-status{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#a0aec0}.status-dot{width:8px;height:8px;border-radius:50%;background-color:#007bff;box-shadow:0 0 8px #007bff80;flex-shrink:0}.spec-sheet-link{font-size:.75rem;font-weight:600;color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;transition:color .2s ease}.spec-sheet-link:hover{color:#007bff}.footer{display:flex;justify-content:space-between;align-items:center;padding:2rem 3rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.footer-left{flex:1}.copyright{font-size:.75rem;color:#a0aec0;margin:0}.footer-right{flex:1;display:flex;justify-content:flex-end}.footer-nav{display:flex;gap:1.5rem;align-items:center}.footer-link{font-size:.75rem;color:#a0aec0;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#fff}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}.header{flex-direction:column;gap:2rem}.header-right{max-width:100%;text-align:left;margin-left:0}}@media(max-width:768px){.header{padding:1.5rem 2rem}.main-content{padding:2rem 1.5rem}.footer{flex-direction:column;gap:1rem;align-items:flex-start;padding:1.5rem 2rem}.footer-right{justify-content:flex-start}.products-grid{grid-template-columns:1fr}.page-title{font-size:1.5rem}}@media(max-width:480px){.header-left{flex-direction:column;align-items:flex-start}.category-buttons{gap:.5rem}.category-button{padding:.5rem 1rem;font-size:.75rem}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0a0f1b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}button{font-family:inherit}a{font-weight:500;text-decoration:inherit}
