:root{--primary: #31A8FF;--primary-dark: #0078D4;--dark: #1a1a2e;--nav-bg: #16213e;--body-bg: #ffffff;--light-bg: #f5f7fa;--text: #2d3748;--text-light: #718096;--border: #e2e8f0;--footer-bg: #1a1a2e;--footer-text: #a0aec0;--shadow: 0 2px 8px rgba(0,0,0,.1);--radius: 8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;color:var(--text);background:var(--body-bg);line-height:1.6;font-size:16px;display:flex;flex-direction:column;min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.site-header{background:var(--nav-bg);position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000004d}.header-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;height:64px;gap:1.5rem}.site-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;flex-shrink:0}.logo-icon{width:36px;height:36px;background:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:18px;color:#fff}.logo-text{color:#fff;font-weight:700;font-size:1.05rem;line-height:1.2}.logo-text span{color:var(--primary)}.site-nav{display:flex;align-items:center;gap:.25rem;flex:1}.site-nav a{color:#cbd5e0;font-size:.9rem;font-weight:500;padding:.5rem .75rem;border-radius:6px;transition:color .2s,background .2s;white-space:nowrap}.site-nav a:hover,.site-nav a.active{color:#fff;background:#ffffff1a;text-decoration:none}.site-nav a.nav-cta{color:var(--primary);font-weight:700}.site-nav a.nav-cta:hover{color:#fff;background:var(--primary);text-decoration:none}.header-search{display:flex;align-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:6px;overflow:hidden;flex-shrink:0}.header-search input{background:transparent;border:none;color:#fff;padding:.5rem .75rem;font-size:.875rem;width:200px;outline:none}.header-search input::placeholder{color:#fff6}.header-search button{background:var(--primary);border:none;color:#fff;padding:.5rem .75rem;cursor:pointer;font-size:.875rem;transition:background .2s}.header-search button:hover{background:var(--primary-dark)}.nav-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.breadcrumb{background:var(--light-bg);border-bottom:1px solid var(--border);padding:.5rem 0}.breadcrumb ol{max-width:1200px;margin:0 auto;padding:0 1.5rem;list-style:none;display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;font-size:.85rem}.breadcrumb li+li:before{content:"›";color:var(--text-light);margin-right:.25rem}.breadcrumb a{color:var(--text-light)}.breadcrumb a:hover{color:var(--primary)}.breadcrumb [aria-current=page]{color:var(--text);font-weight:500}.hero{background:linear-gradient(135deg,var(--dark) 0%,#0f3460 100%);color:#fff;padding:5rem 1.5rem;text-align:center}.hero-inner{max-width:780px;margin:0 auto}.hero h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15;margin-bottom:1.25rem}.hero h1 .accent{color:var(--primary)}.hero-desc{font-size:1.15rem;color:#a0aec0;margin-bottom:2rem;max-width:580px;margin-left:auto;margin-right:auto}.hero-stats{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero-stat strong{display:block;font-size:1.75rem;font-weight:800;color:var(--primary)}.hero-stat span{font-size:.85rem;color:#a0aec0}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-hero{background:linear-gradient(135deg,var(--dark) 0%,#0f3460 100%);color:#fff;padding:3rem 1.5rem}.page-hero-inner{max-width:1200px;margin:0 auto}.page-hero h1{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;margin-bottom:.5rem}.page-hero h1 .accent{color:var(--primary)}.page-hero .page-desc{color:#a0aec0;font-size:1rem;max-width:620px}.page-hero .page-meta{display:flex;gap:1.25rem;margin-top:1rem;font-size:.875rem;color:#a0aec0;flex-wrap:wrap}.page-hero .page-meta strong{color:#fff}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;cursor:pointer;border:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);text-decoration:none;color:#fff}.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-outline:hover{border-color:#fff;text-decoration:none;color:#fff}.btn-dark{background:var(--dark);color:#fff}.btn-dark:hover{background:#111;text-decoration:none;color:#fff}.btn-sm{padding:.4rem 1rem;font-size:.85rem}.badge{display:inline-block;padding:.2rem .65rem;border-radius:20px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.badge-free{background:#e6f7f0;color:#276749}.badge-premium{background:#fef3e2;color:#92400e}.badge-new{background:#e8f4fd;color:#1a56db}.site-main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:3.5rem 0}.section-full{padding:3.5rem 1.5rem}.section-full.section-alt{background:var(--light-bg)}.section-header{margin-bottom:2rem;overflow:hidden}.section-title{font-size:1.6rem;font-weight:800;color:var(--dark);margin-bottom:.35rem}.section-title .accent{color:var(--primary)}.section-subtitle{color:var(--text-light);font-size:.95rem}.section-link{float:right;font-size:.875rem;margin-top:.25rem}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card-thumb{aspect-ratio:4/3;background:var(--light-bg);overflow:hidden;display:block}.card-thumb img{width:100%;height:100%;object-fit:cover}.card-thumb-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e2e8f0,#cbd5e0)}.card-body{padding:1.1rem}.card-title{font-size:.95rem;font-weight:700;color:var(--dark);margin-bottom:.35rem}.card-title a{color:inherit}.card-title a:hover{color:var(--primary);text-decoration:none}.card-meta{font-size:.8rem;color:var(--text-light);display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.cat-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;text-decoration:none;transition:transform .2s,box-shadow .2s;color:var(--text)}.cat-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a;text-decoration:none}.cat-card-thumb{aspect-ratio:16/9;background:linear-gradient(135deg,#e2e8f0,#cbd5e0);overflow:hidden}.cat-card-thumb img{width:100%;height:100%;object-fit:cover}.cat-card-body{padding:1rem;flex:1}.cat-card-title{font-weight:700;font-size:.95rem;color:var(--dark);margin-bottom:.25rem}.cat-card-count{font-size:.8rem;color:var(--text-light)}.filter-bar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:1rem 1.5rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem}.filter-bar label{font-size:.85rem;font-weight:600;color:var(--text-light)}.filter-bar select{border:1px solid var(--border);border-radius:6px;padding:.4rem .75rem;font-size:.875rem;color:var(--text);background:#fff;cursor:pointer}.filter-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-left:auto}.filter-tag{border:1px solid var(--border);border-radius:20px;padding:.25rem .75rem;font-size:.8rem;cursor:pointer;background:#fff;transition:all .15s}.filter-tag:hover,.filter-tag.active{background:var(--primary);border-color:var(--primary);color:#fff}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:2rem 0}.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border);border-radius:8px;font-size:.875rem;font-weight:600;color:var(--text);transition:all .15s}.pagination a:hover{border-color:var(--primary);color:var(--primary);text-decoration:none}.pagination span.active{background:var(--primary);border-color:var(--primary);color:#fff}.layout-sidebar{display:grid;grid-template-columns:1fr 280px;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.sidebar-widget{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1.5rem}.sidebar-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-light);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary)}.sidebar-links{list-style:none}.sidebar-links li{border-bottom:1px solid var(--border)}.sidebar-links li:last-child{border-bottom:none}.sidebar-links a{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;color:var(--text);font-size:.875rem;transition:color .15s}.sidebar-links a:hover{color:var(--primary);text-decoration:none}.article-header{margin-bottom:2rem}.article-meta{display:flex;gap:1.5rem;font-size:.85rem;color:var(--text-light);margin-top:.75rem;margin-bottom:1rem}.toc{background:var(--light-bg);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:var(--radius);padding:1.25rem 1.5rem;margin-bottom:2rem}.toc-title{font-weight:700;margin-bottom:.75rem;color:var(--dark)}.toc ol{padding-left:1.25rem}.toc li{margin-bottom:.35rem;font-size:.9rem}.article-content{line-height:1.8}.article-content h2{font-size:1.5rem;font-weight:700;color:var(--dark);margin:2.5rem 0 .75rem}.article-content h3{font-size:1.15rem;font-weight:700;color:var(--dark);margin:1.75rem 0 .5rem}.article-content p{margin-bottom:1.1rem}.article-content ul,.article-content ol{padding-left:1.5rem;margin-bottom:1.1rem}.article-content li{margin-bottom:.4rem}.article-content img{border-radius:var(--radius);margin:1.5rem 0}.article-content .callout{background:var(--light-bg);border-left:4px solid var(--primary);padding:1rem 1.25rem;border-radius:0 var(--radius) var(--radius) 0;margin:1.5rem 0}.article-content pre{background:#f4f4f4;border:1px solid var(--border);border-radius:var(--radius);padding:.85rem 1rem;overflow-x:auto;margin:.75rem 0 1.1rem;font-size:.82rem}.article-content code{font-family:Courier New,Courier,monospace;font-size:.85em;background:#f0f0f0;padding:.15em .4em;border-radius:3px}.article-content pre code{background:none;padding:0;font-size:inherit}.steps{display:flex;flex-direction:column;gap:1.75rem}.step{display:flex;gap:1.5rem;align-items:flex-start}.step-num{flex-shrink:0;width:48px;height:48px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem}.step-body h3{font-size:1.05rem;font-weight:700;margin-bottom:.35rem;color:var(--dark)}.step-body p{color:var(--text-light);font-size:.9rem}.faq-item{border-bottom:1px solid var(--border);padding:1.25rem 0}.faq-item:last-child{border-bottom:none}.faq-question{font-weight:700;color:var(--dark);margin-bottom:.5rem;cursor:pointer}.faq-answer{color:var(--text-light);font-size:.9rem;line-height:1.7}.trust-bar{background:var(--light-bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1rem 1.5rem}.trust-bar-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:1rem}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--text)}.trust-icon{color:var(--primary);font-size:1.1rem}.cta-banner{background:linear-gradient(135deg,var(--dark),#0f3460);color:#fff;border-radius:var(--radius);padding:3rem 2rem;text-align:center}.cta-banner h2{font-size:1.75rem;font-weight:800;margin-bottom:.75rem}.cta-banner p{color:#a0aec0;margin-bottom:1.5rem}.blog-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .2s,box-shadow .2s}.blog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.blog-card-thumb{aspect-ratio:16/9;background:var(--light-bg);overflow:hidden}.blog-card-thumb img{width:100%;height:100%;object-fit:cover}.blog-card-body{padding:1.25rem}.blog-card-meta{font-size:.8rem;color:var(--text-light);margin-bottom:.5rem}.blog-card-title{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:.5rem;line-height:1.4}.blog-card-title a{color:inherit}.blog-card-title a:hover{color:var(--primary);text-decoration:none}.blog-card-excerpt{font-size:.875rem;color:var(--text-light);line-height:1.6}.site-footer{background:var(--footer-bg);color:var(--footer-text);padding:3.5rem 1.5rem 1.5rem}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand .logo-text{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:.75rem;display:block}.footer-brand p{font-size:.875rem;line-height:1.75;margin-bottom:1.25rem}.footer-col h4{color:#fff;font-size:.8rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.06em}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.5rem}.footer-col ul a{color:var(--footer-text);font-size:.875rem;transition:color .15s}.footer-col ul a:hover{color:var(--primary);text-decoration:none}.footer-bottom{max-width:1200px;margin:1.5rem auto 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.8rem;color:var(--footer-text)}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:var(--footer-text);transition:color .15s}.footer-legal a:hover{color:var(--primary)}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}.grid-4,.grid-5{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.site-nav{display:none;position:absolute;top:64px;left:0;right:0;background:var(--nav-bg);flex-direction:column;padding:1rem;align-items:flex-start;border-top:1px solid rgba(255,255,255,.1)}.site-nav.open{display:flex}.header-search{display:none}.nav-toggle{display:block}.hero{padding:3rem 1rem}.grid-3{grid-template-columns:repeat(2,1fr)}.layout-sidebar{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:540px){.grid-2,.grid-3,.grid-4,.grid-5,.footer-grid{grid-template-columns:1fr}.hero-stats{gap:1.5rem}.trust-bar-inner{flex-direction:column;align-items:flex-start;gap:.75rem}}
