@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Orbitron:wght@900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:#f5f5f5;color:#111;min-height:100vh}.site-header{background:#fff;border-bottom:1px solid #e5e5e5;padding:24px 32px;display:flex;align-items:center;justify-content:space-between}.site-title{font-family:Orbitron,sans-serif;font-size:22px;font-weight:900;color:#111;letter-spacing:1px}.visitor-counter{font-size:11px;color:#bbb;font-family:monospace}.nav-bar{background:#fff;border-bottom:1px solid #e5e5e5;display:flex;padding:0 32px}.nav-btn{background:none;border:none;border-bottom:2px solid transparent;color:#888;font-family:Inter,sans-serif;font-size:13px;font-weight:500;padding:12px 16px;cursor:pointer;transition:color .15s,border-color .15s}.nav-btn:hover{color:#111}.nav-btn.active{color:#111;border-bottom-color:#111}.main-content{padding:40px 32px;max-width:1000px;margin:0 auto}.section-title{font-size:11px;font-weight:600;color:#aaa;text-transform:uppercase;letter-spacing:2px;margin-bottom:24px}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;margin-bottom:48px}.product-card{background:#fff;border:1px solid #e5e5e5;padding:20px;display:flex;flex-direction:column;gap:8px}.product-emoji{font-size:52px;display:block;margin-bottom:4px}.product-img{width:100%;height:160px;object-fit:contain;background:#fafafa;margin-bottom:4px}.product-badge{font-size:10px;font-weight:600;color:#aaa;text-transform:uppercase;letter-spacing:.5px}.product-name{font-size:14px;font-weight:700;color:#111;line-height:1.3}.product-desc{font-size:12px;color:#999;flex:1}.stars{font-size:12px;color:#f59e0b}.product-price{font-size:20px;font-weight:700;color:#111}.buy-btn{background:silver;border:2px outset #ffffff;color:#000;font-family:Inter,sans-serif;font-weight:700;font-size:12px;padding:8px 12px;cursor:pointer;margin-top:4px;width:100%;text-transform:uppercase;letter-spacing:.5px}.buy-btn:hover{background:#b0b0b0}.buy-btn:active{border:2px inset #ffffff}.buy-btn:disabled{opacity:.4;cursor:not-allowed}.trust-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.trust-badge{font-size:11px;color:#aaa;background:#fff;border:1px solid #e5e5e5;padding:4px 10px}.footnote{font-size:10px;color:#ccc;margin-bottom:40px}.testimonials{border-top:1px solid #e5e5e5;padding-top:32px}.testimonials-title{font-size:11px;font-weight:600;color:#aaa;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px}.testimonial{padding:16px 0;border-bottom:1px solid #f0f0f0}.testimonial:last-child{border-bottom:none}.testimonial-quote{font-size:14px;color:#333;font-style:italic;line-height:1.5}.testimonial-author{font-size:12px;color:#bbb;margin-top:6px}.cart-container{background:#fff;border:1px solid #e5e5e5;padding:24px}.cart-title-bar{font-size:11px;font-weight:600;color:#aaa;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px}.cart-item{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;padding:12px 0;font-size:13px}.cart-item-name{font-weight:600;color:#111}.cart-remove{background:none;border:none;font-size:11px;cursor:pointer;color:#ccc;font-family:Inter,sans-serif;padding:2px 4px}.cart-remove:hover{color:red}.cart-total{font-size:16px;font-weight:700;color:#111;text-align:right;margin-top:16px;padding-top:12px;border-top:1px solid #111}.cart-empty{text-align:center;color:#ccc;padding:40px;font-size:14px}.modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000059;z-index:1000;align-items:center;justify-content:center}.modal-overlay.visible{display:flex}.modal{background:silver;border:3px outset #ffffff;padding:16px;max-width:340px;width:90%;color:#000}.modal-title-bar{background:navy;color:#fff;font-size:12px;font-weight:700;padding:4px 8px;margin:-16px -16px 14px;display:flex;justify-content:space-between;align-items:center}.modal-close{background:silver;border:1px outset #ffffff;cursor:pointer;font-size:11px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;color:#000}.modal-close:active{border:1px inset #ffffff}.modal-text{font-size:13px;margin-bottom:14px;line-height:1.5;white-space:pre-line}.modal-actions{display:flex;justify-content:center;gap:8px}.modal-btn{background:silver;border:2px outset #ffffff;font-family:Inter,sans-serif;font-size:13px;padding:5px 18px;cursor:pointer;min-width:80px}.modal-btn:active{border:2px inset #ffffff}.footer{background:#fff;border-top:1px solid #e5e5e5;padding:20px 32px;font-size:11px;color:#ccc;margin-top:40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.footer a{color:#aaa;text-decoration:none}.footer a:hover{color:#111}
