html{scroll-behavior:smooth}.navbar-logo-left-2{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff}.article-page{background:#fff;min-height:100vh;padding-top:80px}.breadcrumb{max-width:800px;margin:0 auto;padding:40px 24px 0;font-size:13px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.breadcrumb a{color:#6452ff;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb__sep{color:#ccc}.breadcrumb__current{color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}.article-header{max-width:800px;margin:0 auto;padding:40px 24px 32px;text-align:center}.article-header h1{font-size:42px;font-weight:700;color:#0a0a0a;line-height:1.2;letter-spacing:-.03em;margin:0}.article-image{max-width:900px;margin:0 auto 32px;padding:0 24px}.article-image img{width:100%;height:auto;border-radius:12px}.article-meta{max-width:800px;margin:0 auto 40px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.article-author{display:flex;align-items:center;gap:12px}.article-author img{width:45px;height:45px;border-radius:50%;object-fit:cover}.article-author__info{display:flex;flex-direction:column;gap:2px}.article-author__name{font-size:14px;color:#1a1a1a}.article-author__role{font-size:13px;color:#6b6b6b}.article-date{font-size:14px;color:#6b6b6b}.article-layout{display:grid;grid-template-columns:260px 1fr;gap:40px;max-width:1200px;margin:0 auto;padding:0 24px}.article-toc{position:relative}.article-toc__inner{position:sticky;top:100px;padding:20px 0}.article-toc__title{font-size:11px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;padding-left:12px}.article-toc__links{display:flex;flex-direction:column;gap:2px}.article-toc__link{display:block;padding:8px 12px;border-left:2px solid transparent;transition:all .15s ease;text-decoration:none;font-size:13px;color:#666;line-height:1.4}.article-toc__link:hover{color:#6452ff;border-left-color:#6452ff;background:#f8f7ff}.article-toc__link.active{color:#6452ff;border-left-color:#6452ff;font-weight:500}.article-content{max-width:800px;padding:0 0 60px}.article-content article{font-size:18px;line-height:1.8;color:#2d2d2d}.article-content article h2{font-size:32px;font-weight:700;color:#0a0a0a;margin:56px 0 24px;letter-spacing:-.02em;padding-bottom:12px;border-bottom:2px solid #6452ff}.article-content article h3{font-size:24px;font-weight:600;color:#1a1a1a;margin:40px 0 16px}.article-content article h4{font-size:20px;font-weight:600;color:#1a1a1a;margin:32px 0 12px}.article-content article p{margin-bottom:1.6em}.article-content article strong{color:#0a0a0a;font-weight:600}.article-content article ul,.article-content article ol{margin:24px 0;padding-left:0}.article-content article li{margin-bottom:12px;padding-left:28px;position:relative}.article-content article ul li{list-style:none}.article-content article ul li:before{content:"";position:absolute;left:8px;top:12px;width:6px;height:6px;background:#6452ff;border-radius:50%}.article-content article ol{counter-reset:item}.article-content article ol li{list-style:none;counter-increment:item}.article-content article ol li:before{content:counter(item);position:absolute;left:0;top:0;width:24px;height:24px;background:#6452ff;color:#fff;border-radius:50%;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center}.article-content article blockquote{margin:32px 0;padding:24px 28px;border-left:4px solid #6452ff;background:linear-gradient(135deg,#f8f7ff,#f4f3ff);border-radius:0 12px 12px 0;font-size:17px;color:#4a4a4a}.article-content article blockquote p{margin:0}.article-content article a{color:#6452ff;text-decoration:none;border-bottom:1px solid rgba(100,82,255,.3);transition:all .2s ease}.article-content article a:hover{color:#5a46fc;border-bottom-color:#5a46fc}.article-content article code{background:#f0f0f5;padding:3px 8px;border-radius:6px;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.88em;color:#6452ff}.article-content article pre{background:linear-gradient(135deg,#1e1e2e,#2d2d3d);color:#e0e0e0;padding:24px;border-radius:12px;overflow-x:auto;margin:32px 0;box-shadow:0 4px 20px #00000026}.article-content article pre code{background:none;padding:0;color:inherit;font-size:14px}.article-content article .video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin:40px 0;border-radius:16px;box-shadow:0 8px 30px #0000001f}.article-content article .video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px}.article-content article .btn{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;border-radius:10px;font-weight:600;font-size:16px;text-decoration:none;transition:all .25s ease;margin:12px 8px 12px 0;border:none}.article-content article .btn-primary{background:linear-gradient(135deg,#6452ff,#5a46fc);color:#fff;box-shadow:0 4px 15px #6452ff59}.article-content article .btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #6452ff73;color:#fff;border-bottom:none}.article-content article figure.wp-block-table{margin:32px 0;text-align:left;width:100%;max-width:none;overflow:visible}.article-content article .table-wrapper{overflow-x:auto;margin:0;border-radius:8px;border:1px solid #e5e5e5;width:100%;max-width:100%}.article-content article table{width:100%;min-width:600px;border-collapse:collapse;font-size:14px;line-height:1.5;margin:0}.article-content article th{background:#f8f9fa;color:#1a1a1a;font-weight:600;text-align:left;padding:12px 16px;font-size:13px;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e5e5e5;white-space:nowrap}.article-content article td{padding:14px 16px;border-bottom:1px solid #eee;vertical-align:top;color:#4a4a4a}.article-content article tr:last-child td{border-bottom:none}.article-content article tbody tr:hover td{background:#fafafa}.article-content article td:first-child{font-weight:500;color:#1a1a1a;white-space:nowrap}.article-content article td strong{color:#1a1a1a;font-weight:600}.article-content article figure{margin:40px 0;text-align:center}.article-content article figure img{border-radius:16px;max-width:100%;box-shadow:0 8px 30px #0000001a}.article-content article figcaption{font-size:14px;color:#888;margin-top:16px;font-style:normal}.article-content article img{max-width:100%;height:auto;border-radius:12px;margin:32px 0;box-shadow:0 4px 20px #00000014}.article-content article hr{border:none;height:2px;background:linear-gradient(90deg,transparent,#6452ff,transparent);margin:56px 0}.article-cta{max-width:800px;margin:0 auto 60px;padding:0 24px}.article-cta__box{background:#fff;border-radius:16px;padding:48px 40px;text-align:center;color:#111;border:1px solid #e0e0e0;box-shadow:0 2px 8px #0000000a}.article-cta__title{font-size:24px;font-weight:600;margin:0 0 12px;color:#111;font-family:Poppins,sans-serif}.article-cta__text{font-size:14px;line-height:1.6;color:#555;max-width:500px;margin:0 auto 20px}.article-cta__form{display:flex;gap:8px;max-width:400px;margin:0 auto}.article-cta__input{flex:1;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;background:#fff;color:#333}.article-cta__input:focus{outline:none;border-color:#6452ff}.article-cta__submit{padding:12px 24px;background:#111;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .15s ease,background .15s ease}.article-cta__submit:hover{transform:translateY(-1px);background:#000}.article-cta__social{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;font-size:12px;color:#888}.article-cta__success{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px;margin-top:24px;background:#f0fdf4;border-radius:8px;border:1px solid #bbf7d0}.article-cta__success-icon{width:24px;height:24px;background:#22c55e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.article-cta__success span{color:#166534;font-size:14px;font-weight:500}.article-cta__social img{height:24px}.article-academy{max-width:900px;margin:0 auto 60px;padding:0 24px;text-align:center}.article-academy__title{font-size:32px;font-weight:600;color:#0a0a0a;margin:0 0 24px}.article-academy img{width:100%;border-radius:12px;transition:transform .2s ease}.article-academy a:hover img{transform:translateY(-4px)}@media(max-width:1024px){.article-layout{grid-template-columns:1fr;gap:0}.article-toc{display:none}.article-content{max-width:800px;margin:0 auto;padding:0 24px 60px}}@media(max-width:640px){.article-header{padding:24px 20px}.article-header h1{font-size:28px}.article-meta{flex-direction:column;align-items:flex-start}.article-content{padding:0 20px 40px}.article-content article{font-size:16px}.article-content article h2{font-size:24px}.article-cta__box{padding:32px 24px}.article-cta__form{flex-direction:column}.article-academy__title{font-size:24px}}
