:root{--font-body: "Inter", "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;--font-headings: "Inter", "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;--tech-ink: #0f172a;--tech-ink-2: #334155;--tech-muted: #64748b;--tech-surface: #ffffff;--tech-surface-2: #f8fafc;--tech-border: #e2e8f0;--tech-radius-sm: 8px;--tech-radius-md: 12px;--tech-radius-lg: 20px;--tech-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.04);--tech-shadow-md: 0 4px 6px -2px rgba(15, 23, 42, 0.05), 0 12px 24px -8px rgba(15, 23, 42, 0.10);--tech-shadow-lg: 0 24px 48px -16px rgba(15, 23, 42, 0.18)}body{background-color:var(--tech-surface-2);color:var(--tech-ink);font-family:var(--font-body);font-weight:400;letter-spacing:-0.005em}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-headings);font-weight:700;letter-spacing:-0.02em;color:var(--tech-ink)}h1{font-size:56px;line-height:1.05}h2{font-size:32px;line-height:1.15}.tech-header{max-width:1200px;width:calc(100% - 32px);margin:16px auto 0;padding:12px 20px;background:var(--tech-surface);border:1px solid var(--tech-border);border-radius:100px;box-shadow:var(--tech-shadow-sm)}.tech-header .logo{max-height:36px}.tech-header .nav-toggle{display:none}.tech-nav{flex-wrap:wrap;font-size:14px;font-weight:500}.tech-nav a{color:var(--tech-ink-2);padding:8px 6px;position:relative;transition:color .15s ease}.tech-nav a:hover,.tech-nav a.active{color:var(--tech-ink)}.tech-nav a.active::after{content:"";position:absolute;left:6px;right:6px;bottom:0;height:2px;background:var(--palette-primary, var(--tech-ink));border-radius:2px}.dropdown-toggle{cursor:pointer}.dropdown-menu{background:var(--tech-surface);border:1px solid var(--tech-border);border-radius:var(--tech-radius-md);padding:6px;box-shadow:var(--tech-shadow-md);margin-top:10px}.dropdown-item{border-radius:var(--tech-radius-sm);padding:8px 12px;font-size:14px;color:var(--tech-ink-2);font-weight:500}.dropdown-item:hover{background:var(--tech-surface-2);color:var(--tech-ink)}.icons-container a.nav-toggle{display:none;width:36px;height:36px;align-items:center;justify-content:center;border-radius:100px;color:var(--tech-ink-2);transition:background .15s ease}.icons-container a.search-icon-link{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:100px;color:var(--tech-ink-2);transition:background .15s ease}.icons-container a:hover{background:var(--tech-surface-2);color:var(--tech-ink)}.cart-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:100px;background:var(--tech-ink);color:#fff !important;font-size:13px;font-weight:600;transition:background .15s ease}.cart-pill:hover{background:var(--tech-ink-2)}.cart-pill .cart-label{line-height:1}.cart-pill .cart-badge{background:var(--palette-accent, var(--palette-primary, #22d3ee));color:var(--palette-accent-contrast, var(--tech-ink));border-radius:100px;padding:2px 6px;font-size:11px;font-weight:700;line-height:1;margin-left:4px}.tech-hero{max-width:1200px;margin:60px auto 40px !important;padding:40px 24px 80px;position:relative;overflow:hidden}.tech-hero .hero-blob{position:absolute;width:520px;height:520px;border-radius:50%;background:var(--palette-primary, #0ea5e9);opacity:.25;filter:blur(80px);top:-100px;right:-100px;pointer-events:none;z-index:0}.tech-hero .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center}.tech-hero .badge-pill{display:inline-block;padding:6px 14px;border-radius:100px;background:var(--tech-surface);border:1px solid var(--tech-border);color:var(--tech-ink-2);font-size:13px;font-weight:500;margin-bottom:24px;box-shadow:var(--tech-shadow-sm)}.tech-hero h1{text-wrap:balance}.tech-hero .subtitle{margin-top:20px;font-size:18px;color:var(--tech-muted);line-height:1.55;max-width:48ch}.tech-hero .cta{display:flex;gap:12px;align-items:center;margin-top:32px;flex-wrap:wrap}.tech-hero .feature-points{list-style:none;padding:0;margin:40px 0 0;display:flex;flex-direction:column;gap:12px}.tech-hero .feature-points li{display:flex;align-items:center;gap:10px;color:var(--tech-ink-2);font-size:14px}.tech-hero .feature-points i{color:var(--palette-primary, var(--tech-ink));font-size:18px}.tech-hero .hero-media{position:relative}.tech-hero .hero-card{display:block;background:var(--tech-surface);border:1px solid var(--tech-border);border-radius:var(--tech-radius-lg);box-shadow:var(--tech-shadow-lg);overflow:hidden;position:relative;aspect-ratio:4/5;transition:transform .3s ease}.tech-hero .hero-card:hover{transform:translateY(-4px)}.tech-hero .hero-card img{width:100%;height:100%;object-fit:cover}.tech-hero .hero-card-overlay{position:absolute;left:20px;bottom:20px;right:20px;background:hsla(0,0%,100%,.92);backdrop-filter:blur(8px);border-radius:var(--tech-radius-md);padding:16px 18px;box-shadow:var(--tech-shadow-md)}.tech-hero .hero-card-overlay .chip{display:inline-block;padding:3px 10px;border-radius:100px;background:var(--palette-primary, var(--tech-ink));color:var(--palette-primary-contrast, #fff);font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.tech-hero .hero-card-overlay .title{margin-top:8px;font-weight:700;color:var(--tech-ink);font-size:18px;line-height:1.2}.tech-hero .hero-card-overlay .price{font-size:13px;color:var(--tech-muted);margin-top:4px}.tech-section{max-width:1200px;margin:0 auto !important;padding:60px 24px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px}.section-meta{display:flex;flex-direction:column;gap:6px}.section-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--palette-primary, var(--tech-ink-2))}.section-meta h2{margin:0}.btn-ghost{display:inline-block;padding:10px 18px;border-radius:100px;background:var(--tech-surface);border:1px solid var(--tech-border);color:var(--tech-ink);font-weight:600;font-size:13px;box-shadow:var(--tech-shadow-sm);transition:background .15s ease,transform .15s ease}.btn-ghost:hover{background:var(--tech-surface-2);transform:translateY(-1px)}.btn-ghost.small{padding:8px 14px;font-size:12px}.products{row-gap:32px}.product.card-product{background:var(--tech-surface);border:1px solid var(--tech-border);border-radius:var(--tech-radius-lg);overflow:hidden;box-shadow:var(--tech-shadow-sm);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;display:flex;flex-direction:column}.product.card-product:hover{transform:translateY(-3px);box-shadow:var(--tech-shadow-md);border-color:color-mix(in srgb, var(--palette-primary, #0ea5e9) 40%, var(--tech-border))}.product.card-product .image-wrapper{position:relative;overflow:hidden;background:var(--tech-surface-2)}.product.card-product img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .4s ease}.product.card-product:hover img{transform:scale(1.03)}.product.card-product .product-action-overlay{position:absolute;top:12px;right:12px;display:flex;gap:6px;opacity:0;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease}.product.card-product:hover .product-action-overlay{opacity:1;transform:translateY(0)}.product.card-product .icon-btn{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--tech-border);border-radius:var(--tech-radius-sm);color:var(--tech-ink);font-size:14px;box-shadow:var(--tech-shadow-sm);transition:background .15s ease}.product.card-product .icon-btn:hover{background:var(--tech-ink);color:#fff}.product.card-product .product-meta{padding:14px 16px 18px;display:flex;flex-direction:column;gap:4px}.product.card-product .product-name{font-size:15px;font-weight:600;color:var(--tech-ink);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product.card-product .product-price{font-size:13px;color:var(--tech-muted);margin:0}.product.card-product.horizontal{flex-direction:row;align-items:stretch;overflow:hidden}.product.card-product.horizontal.row{margin-left:0;margin-right:0;width:100%}.product.card-product.horizontal .image-wrapper{height:100%;min-height:260px;border-radius:var(--tech-radius-lg) 0 0 var(--tech-radius-lg);overflow:hidden}.product.card-product.horizontal img{width:100%;height:100%;aspect-ratio:unset;object-fit:cover;display:block}.product.card-product.horizontal [class*=col-]{display:flex;flex-direction:column;justify-content:center;gap:0}.product.card-product.horizontal [class*=col-]:last-child{padding:36px 36px 36px 32px}.product.card-product.horizontal h3{font-size:32px;font-weight:700;letter-spacing:-0.02em;line-height:1.15;margin:0 0 10px;color:var(--tech-ink)}.product.card-product.horizontal .product-price{font-size:16px;color:var(--tech-muted);margin:0 0 14px}.product.card-product.horizontal .description{color:var(--tech-muted);font-size:15px;line-height:1.55;margin:0 0 28px;max-width:60ch}.product.card-product.horizontal .mar30t{margin-top:0 !important}.product.card-product.horizontal .product-name{-webkit-line-clamp:unset;display:block;overflow:visible;font-size:32px;font-weight:700;letter-spacing:-0.02em;line-height:1.15;margin-bottom:10px}@media(max-width: 767px){.product.card-product.horizontal .image-wrapper{min-height:220px;border-radius:0;border-radius:var(--tech-radius-lg) var(--tech-radius-lg) 0 0}.product.card-product.horizontal [class*=col-]:last-child{padding:24px 20px 28px}.product.card-product.horizontal h3,.product.card-product.horizontal .product-name{font-size:24px}}.page-head{display:flex;justify-content:space-between;gap:24px;padding:20px 0 32px;align-items:flex-end;flex-wrap:wrap}.page-head h1{font-size:42px;margin:0}.tech-search{display:flex;gap:10px;align-items:center}.tech-search .search-field{position:relative;display:flex;align-items:center;background:var(--tech-surface);border:1px solid var(--tech-border);border-radius:100px;padding:0 14px;box-shadow:var(--tech-shadow-sm);transition:border-color .15s ease}.tech-search .search-field:focus-within{border-color:var(--palette-primary, var(--tech-ink))}.tech-search .search-field i{color:var(--tech-muted);margin-right:8px}.tech-search .form-control{border:none;background:rgba(0,0,0,0);padding:10px 0;font-size:14px;box-shadow:none;color:var(--tech-ink);width:240px}.tech-search .form-control:focus{outline:none;box-shadow:none}.tech-search .clear-search{margin-left:6px;color:var(--tech-muted);font-size:18px}.pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.pill{display:inline-block;padding:7px 14px;border-radius:100px;background:var(--tech-surface);border:1px solid var(--tech-border);color:var(--tech-ink-2);font-size:13px;font-weight:500;transition:background .15s ease,border-color .15s ease,color .15s ease}.pill:hover{border-color:var(--tech-ink);color:var(--tech-ink)}.pill.active{background:var(--palette-primary, var(--tech-ink));color:var(--palette-primary-contrast, #fff);border-color:var(--palette-primary, var(--tech-ink))}.category-description{color:var(--tech-muted);max-width:64ch;margin-bottom:32px;font-size:16px}.btn-primary,.btn-accent{display:inline-block;padding:11px 20px;background:var(--palette-primary, var(--tech-ink));color:var(--palette-primary-contrast, #fff);border:1px solid var(--palette-primary, var(--tech-ink));border-radius:100px;font-size:14px;font-weight:600;line-height:1.2;text-transform:none;letter-spacing:0;transition:filter .15s ease,transform .15s ease;box-shadow:var(--tech-shadow-sm)}.btn-primary:hover,.btn-accent:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:var(--tech-shadow-md)}.btn-accent{background:var(--palette-accent, var(--tech-ink));color:var(--palette-accent-contrast, #fff);border-color:var(--palette-accent, var(--tech-ink))}.btn-xs{padding:4px 10px;font-size:12px}.btn-gray{background:var(--tech-surface);color:var(--tech-ink-2);border-color:var(--tech-border);box-shadow:none}.pagination-wrap{display:flex;justify-content:center;margin-top:48px}.pagy.nav{display:inline-flex;align-items:center;gap:4px}.pagy.nav a,.pagy.nav a.current{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border-radius:var(--tech-radius-sm);border:1px solid var(--tech-border);background:var(--tech-surface);color:var(--tech-ink-2);font-size:13px;font-weight:500;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease;box-shadow:var(--tech-shadow-sm)}.pagy.nav a:hover{background:var(--tech-surface-2);border-color:var(--tech-ink);color:var(--tech-ink)}.pagy.nav a[aria-current=page],.pagy.nav a.current{background:var(--palette-primary, var(--tech-ink));color:var(--palette-primary-contrast, #fff);border-color:var(--palette-primary, var(--tech-ink));box-shadow:none;pointer-events:none}.pagy.nav a[aria-disabled=true]{opacity:.35;pointer-events:none;box-shadow:none}.pagy.nav a.gap{border:none;background:rgba(0,0,0,0);box-shadow:none;color:var(--tech-muted);pointer-events:none}.mar50>.container{max-width:1200px;padding:48px 24px 80px}.mar50>.container h1{font-size:40px;font-weight:700;letter-spacing:-0.02em;margin-bottom:32px !important}.mar50 .alert.alert-boring{background:var(--tech-surface);border:1px solid var(--tech-border);border-radius:var(--tech-radius-md);padding:20px 24px;box-shadow:var(--tech-shadow-sm);color:var(--tech-ink-2);font-size:15px}.mar50 .alert.alert-boring .alert-link{display:inline-block;margin-top:10px;font-weight:600;color:var(--palette-primary, var(--tech-ink));text-decoration:none;border-bottom:1px solid var(--palette-primary, var(--tech-ink));padding-bottom:1px}.cart-item{border-color:var(--tech-border) !important;padding-top:24px !important;padding-bottom:24px !important}.cart-item img{border-radius:var(--tech-radius-md);aspect-ratio:1/1;object-fit:cover}.cart-item .font-bold a,.cart-item .text-dark{font-weight:600;color:var(--tech-ink) !important;font-size:15px}.cart-item .text-muted{color:var(--tech-muted) !important;font-size:14px}.cart-item .form-control-sm{border-radius:var(--tech-radius-sm);border:1px solid var(--tech-border);font-size:14px;background:var(--tech-surface);color:var(--tech-ink)}.cart-item .form-control-sm:focus{border-color:var(--palette-primary, var(--tech-ink));box-shadow:0 0 0 3px color-mix(in srgb, var(--palette-primary, var(--tech-ink)) 15%, transparent);outline:none}.cart-item .btn-gray,.cart-item .btn-sm.btn-gray{border-radius:var(--tech-radius-sm);padding:6px 12px;font-size:12px;font-weight:500}.mar50 .card{border:1px solid var(--tech-border) !important;border-radius:var(--tech-radius-lg) !important;box-shadow:var(--tech-shadow-sm) !important;background:var(--tech-surface) !important}.mar50 .card .card-title{font-size:18px;font-weight:700;color:var(--tech-ink);letter-spacing:-0.01em;margin-bottom:20px}.mar50 .card hr{border-color:var(--tech-border);margin:12px 0}.mar50 .card .d-flex span,.mar50 .card .d-flex strong{font-size:14px;color:var(--tech-ink)}.mar50 .card .d-flex strong{font-weight:700}.mar50 .card .alert{background:var(--tech-surface-2);border:1px solid var(--tech-border);border-radius:var(--tech-radius-sm);font-size:13px;color:var(--tech-ink-2)}.mar50 .card .text-muted.text-decoration-none{color:var(--tech-muted) !important;font-size:13px}.tech-banner{max-width:1200px;margin:60px auto;padding:0 24px}.tech-banner .banner-inner{background:var(--tech-surface);border:1px solid var(--tech-border);border-radius:var(--tech-radius-lg);padding:40px 48px;display:flex;justify-content:space-between;align-items:center;gap:32px;box-shadow:var(--tech-shadow-md);background-image:radial-gradient(circle at 85% 110%, color-mix(in srgb, var(--palette-primary, #0ea5e9) 18%, transparent), transparent 60%)}.tech-banner h2{margin:0 0 6px;font-size:28px}.tech-banner p{margin:0;color:var(--tech-muted)}.tech-footer{background:var(--tech-surface);border-top:1px solid var(--tech-border);padding:56px 24px 24px;margin-top:40px}.tech-footer .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;max-width:1200px;margin:0 auto}.tech-footer .business-icon{width:44px;height:44px;object-fit:contain;border-radius:var(--tech-radius-sm);background:var(--tech-surface-2);padding:4px;margin-bottom:12px}.tech-footer .brand-wordmark{font-weight:700;font-size:18px;color:var(--tech-ink)}.tech-footer .brand-tagline{color:var(--tech-muted);font-size:14px;line-height:1.5;max-width:34ch;margin-top:8px}.tech-footer .brand-tagline p{margin:0 0 .75em}.tech-footer .brand-tagline p:last-child{margin-bottom:0}.tech-footer h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--tech-muted);margin-bottom:16px}.tech-footer a{color:var(--tech-ink-2);font-size:14px}.tech-footer a:hover{color:var(--tech-ink)}.tech-footer .social-row{display:flex;gap:8px;margin-top:12px}.tech-footer .social-btn{width:36px;height:36px;border-radius:100px;background:var(--tech-surface-2);border:1px solid var(--tech-border);display:inline-flex;align-items:center;justify-content:center;font-size:16px;color:var(--tech-ink-2);transition:background .15s ease,color .15s ease}.tech-footer .social-btn:hover{background:var(--tech-ink);color:#fff}.tech-footer .footer-base{max-width:1200px;margin:40px auto 0;padding-top:20px;border-top:1px solid var(--tech-border);display:flex;justify-content:space-between;font-size:12px;color:var(--tech-muted);flex-wrap:wrap;gap:16px}.tech-footer .status-dot{display:inline-flex;align-items:center;gap:8px}.tech-footer .status-dot i{color:#22c55e;font-size:8px}.tech-footer .footer-col{padding-top:56px}.product .square-image-container,.product .square-thumbnail{border-radius:var(--tech-radius-md) !important;background:var(--tech-surface-2) !important}.product .thumbnail{border-radius:var(--tech-radius-sm) !important}.product .thumbnail.active{border-color:var(--palette-primary, var(--tech-ink))}@media(max-width: 992px){.tech-header{position:relative;border-radius:20px}.tech-header .nav-toggle{display:inline-flex !important}.tech-nav{display:none !important}.tech-nav.active{display:flex !important;flex-direction:column;align-items:stretch;position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--tech-surface);border:1px solid var(--tech-border);border-radius:20px;padding:14px;box-shadow:var(--tech-shadow-md);z-index:1000;gap:4px}.tech-hero{padding-bottom:40px}.tech-hero .hero-grid{grid-template-columns:1fr;gap:32px}h1{font-size:40px}h2{font-size:28px}.tech-section{padding:40px 20px}.tech-banner{padding:0 20px}.tech-banner .banner-inner{flex-direction:column;text-align:center;padding:32px 24px}.tech-footer{padding:40px 20px 24px}.tech-footer .footer-grid{grid-template-columns:1fr 1fr;gap:32px}.page-head h1{font-size:32px}}@media(max-width: 576px){.tech-footer .footer-grid{grid-template-columns:1fr}.page-head{flex-direction:column;align-items:flex-start}.tech-search{width:100%}.tech-search .search-field{flex:1}.tech-search .form-control{width:100%}}
