*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#1a1a1a;background:#fafafa;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}::selection{background:#ff6b35;color:#fff}.site-header{background:#1a1a1a;color:#fff;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #00000026}.nav-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.4rem;font-weight:700;color:#fff}.logo-icon{width:32px;height:32px}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#ccc;font-weight:500;transition:color .2s;position:relative}.nav-links a:hover{color:#ff6b35}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#ff6b35;transition:width .2s}.nav-links a:hover:after{width:100%}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:110}.hamburger,.hamburger:before,.hamburger:after{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s}.hamburger{position:relative}.hamburger:before,.hamburger:after{content:"";position:absolute;left:0}.hamburger:before{top:-7px}.hamburger:after{top:7px}.nav-toggle.active .hamburger{background:transparent}.nav-toggle.active .hamburger:before{top:0;transform:rotate(45deg)}.nav-toggle.active .hamburger:after{top:0;transform:rotate(-45deg)}main{max-width:1200px;margin:0 auto;padding:2rem 1.5rem;min-height:60vh}.site-footer{background:#1a1a1a;color:#999;padding:3rem 0 1.5rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;padding-bottom:2rem;border-bottom:1px solid #333}.footer-logo{font-size:1.2rem;font-weight:700;color:#fff;display:block;margin-bottom:.75rem}.footer-desc{font-size:.85rem;line-height:1.6;color:#888}.footer-col h4{color:#fff;font-size:.9rem;margin-bottom:.75rem;font-weight:600}.footer-col ul{list-style:none;padding:0}.footer-col li{margin-bottom:.4rem}.footer-col a{color:#999;font-size:.85rem;transition:color .2s}.footer-col a:hover{color:#ff6b35}.footer-bottom{padding-top:1.5rem;text-align:center;font-size:.8rem}.affiliate-disclosure{font-size:.75rem;margin-top:.4rem;color:#666}.btn-amazon{display:inline-block;background:linear-gradient(180deg,#ffad33,#f90);color:#111;font-weight:700;padding:.85rem 2rem;border-radius:8px;font-size:1.05rem;transition:all .2s;text-align:center;text-decoration:none;box-shadow:0 2px 6px #ff99004d}.btn-amazon:hover{background:linear-gradient(180deg,#f90,#e68a00);transform:translateY(-2px);box-shadow:0 4px 12px #f906}.breadcrumb{font-size:.85rem;color:#999;margin-bottom:1.5rem;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.breadcrumb a{color:#ff6b35}.breadcrumb a:hover{text-decoration:underline}.breadcrumb .sep{color:#ccc}.breadcrumb .current{color:#666}.recommended-section{margin-top:4rem;padding-top:2.5rem;border-top:2px solid #f0f0f0}.recommended-section h2{font-size:1.5rem;margin-bottom:1.5rem;color:#1a1a1a;border:none;padding:0;background:none}.recommended-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.rec-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column;border:1px solid #f0f0f0}.rec-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.rec-img{height:170px;overflow:hidden;background:#f5f5f5}.rec-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.rec-card:hover .rec-img img{transform:scale(1.05)}.rec-img-placeholder{display:flex;align-items:center;justify-content:center}.rec-card h3{padding:1rem 1.25rem;font-size:.95rem;line-height:1.4;color:#1a1a1a;flex:1}.article-content{max-width:800px;margin:0 auto}.article-content h1{font-size:2.2rem;font-weight:800;color:#1a1a1a;margin-bottom:1rem;line-height:1.2;letter-spacing:-.02em}.article-content h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:2.5rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #ff6b35}.article-content h3{font-size:1.2rem;font-weight:600;color:#333;margin:2rem 0 .75rem}.article-content p{font-size:1.05rem;line-height:1.8;color:#444;margin-bottom:1.25rem}.article-content ul,.article-content ol{padding-left:1.5rem;margin-bottom:1.25rem}.article-content ul li,.article-content ol li{font-size:1.05rem;line-height:1.7;color:#444;margin-bottom:.5rem}.article-content a{color:#ff6b35;text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.article-content a:hover{color:#e55a2b;text-decoration-thickness:2px}.article-content img{border-radius:8px;margin:1rem 0}.article-content strong{color:#222}.article-content .note{background:#fffbe5;border-left:4px solid #ffc107;padding:1rem 1.25rem;margin:1.5rem 0;font-size:.95rem;border-radius:6px}.article-content section.product{margin:2.5rem 0;border:1px solid #e5e5e5;border-radius:14px;padding:2rem 2rem 1.5rem;background:#fff;box-shadow:0 2px 12px #0000000d;transition:box-shadow .2s;position:relative}.article-content section.product:hover{box-shadow:0 4px 20px #00000014}.article-content section.product h2{border-bottom:none;border-top:none;margin-top:0;padding-top:0;padding-bottom:0;color:#1a1a1a;font-size:1.4rem}.article-content section.product h3{border-bottom:none;margin-top:0;color:#1a1a1a}.article-content section.product img{max-width:280px;display:block;margin:1.25rem auto;border-radius:10px;background:#fafafa;padding:.75rem;border:1px solid #f0f0f0}.article-content section.product .btn-amazon{display:block;margin:1.25rem auto 0;max-width:320px;padding:.85rem 1.5rem;background:linear-gradient(180deg,#ffad33,#f90);color:#111;font-weight:700;border-radius:8px;text-decoration:none;font-size:1.05rem;transition:all .2s;text-align:center;box-shadow:0 2px 8px #ff990040}.article-content section.product .btn-amazon:hover{background:linear-gradient(180deg,#f90,#e68a00);transform:translateY(-2px);box-shadow:0 4px 16px #ff990059;color:#111}.article-content section.product p strong:first-child{color:#1a1a1a}.article-content section.product img[src*=amazon]{min-height:150px;background:#f5f5f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24' fill='none' stroke='%23ccc' stroke-width='1.5'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='M21 15l-5-5L5 21'/%3E%3C/svg%3E") center center no-repeat}.article-hero{width:100%;max-height:480px;object-fit:cover;border-radius:12px;margin-bottom:1.5rem}.hero-image{width:100%;max-height:400px;object-fit:cover;border-radius:12px;margin-bottom:2rem}.article-meta{font-size:.9rem;color:#888;margin-bottom:2rem}.article-content h2{margin-top:3rem;padding-top:2rem;border-top:1px solid #eee}.article-content section.product+h2,.article-content section.product+p+h2{margin-top:3.5rem;padding-top:2.5rem;border-top:2px solid #f0f0f0}.article-content h2+h3{margin-top:1.5rem}.article-content h3+ul{margin-top:.5rem}.article-content h3+p{margin-top:.5rem}.article-content h3{background:#f8f8f8;padding:.6rem 1rem;border-radius:6px;border-left:3px solid #ff6b35}.article-content ul,.article-content ol{background:#fafafa;padding:1rem 1rem 1rem 2.5rem;border-radius:8px;border:1px solid #f0f0f0}.article-content section.product ul{background:transparent;padding:0 0 0 1.5rem;border:none;border-radius:0}.article-content section.product ol{background:transparent;padding:0 0 0 1.5rem;border:none;border-radius:0}.article-content section.product h3{background:transparent;padding:0;border-radius:0;border-left:none}.article-content section.product h2{border-top:none}.article-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px #0000000f}.article-content th{background:#1a1a1a;color:#fff;font-weight:600;padding:.75rem 1rem;text-align:left;font-size:.9rem}.article-content td{border-bottom:1px solid #f0f0f0;padding:.7rem 1rem;font-size:.95rem;color:#444}.article-content tr:nth-child(2n){background:#fafafa}.article-content tr:hover{background:#fff5ee}.article-content>p:last-of-type em{display:block;background:#f5f5f5;padding:1rem 1.25rem;border-radius:8px;font-size:.9rem;color:#666;line-height:1.6}@media (max-width: 768px){.nav-toggle{display:block}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#1a1a1a;flex-direction:column;gap:0;padding:.5rem 0 1rem;border-top:1px solid #333;box-shadow:0 8px 16px #0000004d}.nav-links.nav-open{display:flex}.nav-links li{text-align:center}.nav-links a{display:block;padding:.75rem 1.5rem;font-size:1rem}.nav-links a:hover{background:#333}.nav-links a:after{display:none}.article-content h1{font-size:1.6rem}.article-content h2{font-size:1.25rem;padding-top:1.5rem;margin-top:2rem}.article-content section.product{padding:1.25rem;margin:1.5rem 0;border-radius:10px}.article-content section.product img{max-width:220px}.article-content section.product .btn-amazon{max-width:100%;font-size:1rem;padding:.8rem 1.25rem}.article-content h3{padding:.5rem .75rem;font-size:1.1rem}.hero-image{max-height:240px;border-radius:8px}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.recommended-grid{grid-template-columns:1fr 1fr}.logo{font-size:1.1rem}.article-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 480px){main{padding:1.25rem 1rem}.recommended-grid,.footer-grid{grid-template-columns:1fr}.article-content section.product img{max-width:180px}.hero-image{max-height:200px}}
