@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;900&display=swap";*{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;border-bottom:3px solid #ff6b35}.nav-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;position:relative}.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)}.blog-main{max-width:900px;margin:0 auto;padding:2.5rem 1.5rem;min-height:60vh;background:#fdf8f3}.article-wrapper{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2.5rem 3rem;margin-bottom:3rem}.article-wrapper h1{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.25rem;line-height:1.2;letter-spacing:-.02em}.article-wrapper h2{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:600;color:#1a1a1a;margin:2.5rem 0 1.25rem;padding-left:1rem;border-left:4px solid #ff6b35;position:relative}.article-wrapper h3{font-family:Inter,sans-serif;font-size:1.3rem;font-weight:700;color:#1a1a1a;margin:2rem 0 .75rem;padding-left:1rem;border-left:3px solid #ff6b35}.article-wrapper p{font-size:1.1rem;line-height:1.85;color:#333;margin-bottom:1.25rem}.article-wrapper>p:first-of-type:first-letter{font-family:Playfair Display,serif;font-size:3.2rem;font-weight:700;line-height:1;padding-right:.1em;float:left;color:#ff6b35}.article-wrapper ul,.article-wrapper ol{padding-left:1.5rem;margin-bottom:1.5rem}.article-wrapper ul li,.article-wrapper ol li{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:.6rem}.article-wrapper a{color:#ff6b35;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px;transition:color .2s,text-decoration-thickness .2s}.article-wrapper a:hover{color:#e55a2b;text-decoration-thickness:2px}.article-wrapper strong{color:#1a1a1a;font-weight:700}.article-wrapper em{font-style:italic;color:#555}.article-meta{font-size:.95rem;color:#888;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f0ebe3}.article-wrapper img{max-width:100%;border-radius:10px;margin:2rem 0;box-shadow:0 4px 16px #00000014}.hero-image,.article-hero{width:100%;max-height:480px;object-fit:cover;border-radius:10px;margin-bottom:2rem;display:block}.article-wrapper section.product{margin:3rem 0;border:2px solid #f0ebe3;border-radius:16px;padding:2.5rem;background:#fff;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;position:relative}.article-wrapper section.product:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-4px)}.article-wrapper section.product h2{font-family:Playfair Display,serif;border-left:none;padding-left:0;margin-top:0;color:#1a1a1a;font-size:1.6rem;margin-bottom:.5rem}.article-wrapper section.product h3{font-family:Inter,sans-serif;border-left:none;padding-left:0;margin-top:1rem;color:#666;font-size:1.05rem;font-weight:500}.article-wrapper section.product img{max-width:320px;display:block;margin:1.5rem auto;border-radius:10px;background:#fdf8f3;padding:1rem;border:1px solid #f0ebe3;box-shadow:0 2px 8px #0000000a}.article-wrapper section.product .btn-amazon{display:block;margin:1.75rem auto 0;max-width:360px;padding:1rem 2rem;background:linear-gradient(135deg,#ffad33,#f90);color:#1a1a1a;font-weight:700;border-radius:10px;text-decoration:none;font-size:1.1rem;transition:all .3s ease;text-align:center;box-shadow:0 4px 14px #ff99004d;border:none;cursor:pointer;position:relative;overflow:hidden}.article-wrapper section.product .btn-amazon:after{content:" →";margin-left:.5rem}.article-wrapper section.product .btn-amazon:hover{background:linear-gradient(135deg,#f90,#e68a00);transform:translateY(-4px);box-shadow:0 6px 24px #f906;color:#1a1a1a}.article-wrapper section.product .btn-amazon:active{transform:translateY(-2px);box-shadow:0 4px 12px #ff99004d}.article-wrapper section.product p{font-size:1rem;line-height:1.7;color:#333}.article-wrapper section.product ul{padding-left:1.5rem;margin:1rem 0 1.25rem}.article-wrapper section.product ol{padding-left:1.5rem;margin:1rem 0 1.25rem}.article-wrapper section.product ul li,.article-wrapper section.product ol li{font-size:1rem;line-height:1.7;color:#333;margin-bottom:.4rem}.article-wrapper .note{background:#fffbe5;border-left:4px solid #ffc107;padding:1.25rem 1.5rem;margin:2rem 0;font-size:.95rem;border-radius:8px;line-height:1.7;color:#333}.article-wrapper .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:2rem 0;border-radius:10px;box-shadow:0 2px 8px #0000000f}.article-wrapper table{width:100%;border-collapse:collapse;margin:0}.article-wrapper th{background:#2a2a2a;color:#fff;font-weight:600;padding:1rem 1.25rem;text-align:left;font-size:.95rem;white-space:nowrap}.article-wrapper td{border-bottom:1px solid #f0ebe3;padding:.95rem 1.25rem;font-size:.95rem;color:#333}.article-wrapper tr:nth-child(2n){background:#fdf8f3}.article-wrapper tr:nth-child(odd){background:#fff}.article-wrapper tbody tr:hover{background:#f5f0eb;transition:background-color .15s ease-in-out}.recommended-section{margin-top:4rem;padding-top:2.5rem}.recommended-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:600;color:#1a1a1a;margin-bottom:2rem;text-align:center}.recommended-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.rec-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000000f;transition:all .3s ease;display:flex;flex-direction:column;border:1px solid #f0ebe3}.rec-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000026}.rec-img{height:200px;overflow:hidden;background:#fdf8f3;position:relative}.rec-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.rec-card:hover .rec-img img{transform:scale(1.08)}.rec-img-placeholder{display:flex;align-items:center;justify-content:center}.rec-card h3{padding:1.25rem 1.5rem;font-size:1rem;line-height:1.5;color:#1a1a1a;flex:1;font-family:Inter,sans-serif;font-weight:600}.site-footer{background:#1a1a1a;color:#999;padding:3rem 0 1.5rem;margin-top:0}.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}.breadcrumb{font-size:.85rem;color:#888;margin-bottom:2.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.breadcrumb a{color:#ff6b35;transition:color .2s}.breadcrumb a:hover{color:#e55a2b;text-decoration:underline}.breadcrumb .sep{color:#ccc}.breadcrumb .current{color:#666}@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;z-index:99}.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}.blog-main{padding:1.5rem 1rem}.article-wrapper{padding:2rem 1.5rem;margin-bottom:2rem}.article-wrapper h1{font-size:1.8rem;margin-bottom:1rem}.article-wrapper h2{font-size:1.4rem;margin:2rem 0 1rem;padding-left:.75rem}.article-wrapper h3{font-size:1.15rem;padding-left:.75rem}.article-wrapper p{font-size:1rem;line-height:1.75}.article-wrapper ul li,.article-wrapper ol li{font-size:1rem}.article-wrapper section.product{padding:1.5rem;margin:2rem 0;border-radius:12px}.article-wrapper section.product h2{font-size:1.3rem}.article-wrapper section.product img{max-width:240px}.article-wrapper section.product .btn-amazon{max-width:100%;font-size:1rem;padding:.85rem 1.5rem}.hero-image,.article-hero{max-height:300px;border-radius:8px}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.recommended-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.recommended-title{font-size:1.5rem;margin-bottom:1.5rem}.rec-img{height:150px}.rec-card h3{font-size:.9rem;padding:1rem 1.25rem}.article-wrapper .table-wrapper{margin:1.5rem -1.5rem;border-radius:0}.article-wrapper table{font-size:.85rem}.article-wrapper th{padding:.65rem .8rem;font-size:.8rem}.article-wrapper td{padding:.65rem .8rem;font-size:.85rem}.logo{font-size:1.1rem}}@media (max-width: 480px){.blog-main{padding:1rem}.article-wrapper{padding:1.25rem 1rem;border-radius:8px}.article-wrapper h1{font-size:1.5rem}.article-wrapper h2{font-size:1.2rem;padding-left:.6rem}.article-wrapper h3{font-size:1.05rem;padding-left:.6rem}.article-wrapper p{font-size:.95rem;line-height:1.65}.article-wrapper section.product{padding:1.25rem;margin:1.5rem 0;border-radius:10px}.article-wrapper section.product img{max-width:180px}.article-wrapper section.product .btn-amazon{font-size:.95rem;padding:.8rem 1.25rem}.hero-image,.article-hero{max-height:200px}.recommended-grid{grid-template-columns:1fr;gap:1.25rem}.recommended-title{font-size:1.3rem;margin-bottom:1.25rem}.rec-img{height:150px}.footer-grid{grid-template-columns:1fr;gap:1.25rem}.breadcrumb{font-size:.75rem;margin-bottom:1.5rem}}
