@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1c1c1c;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;font-family:inherit}input,textarea{font-family:inherit}.app{flex-direction:column;min-height:100vh;display:flex}.header{z-index:100;background:#000;padding:0 24px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1100px;height:64px;margin:0 auto;display:flex}.header-logo svg{width:auto;height:30px}.header-nav{align-items:center;gap:32px;display:flex}.header-nav a{color:#fff;opacity:.85;font-size:14px;font-weight:500;transition:opacity .2s}.header-nav a:hover{opacity:1}.header-support-badge{color:#000;letter-spacing:.01em;background:#d4a0ff;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700}.header-search-btn{color:#fff;background:0 0;border:none;align-items:center;padding:8px;display:flex}.header-search-btn svg{width:20px;height:20px}.security-banner{background:#fff8ee;border-left:4px solid #ff7a00;padding:20px 24px;position:relative}.security-banner-inner{max-width:1100px;margin:0 auto}.security-banner-title{align-items:center;gap:10px;margin-bottom:12px;display:flex}.security-banner-icon{color:#ff7a00;flex-shrink:0;width:24px;height:24px}.security-banner-title h2{color:#1c1c1c;margin:0;font-size:18px;font-weight:700}.security-banner-text{color:#374151;margin-bottom:16px;font-size:14px;line-height:1.7}.security-banner-text strong{color:#1c1c1c;font-weight:600}.security-banner-update{color:#fff;background:#ff7a00;border-radius:6px;margin-top:8px;padding:8px 16px;font-size:14px;font-weight:600;line-height:1.6;display:inline-block}.secure-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;align-items:center;gap:8px;margin-top:20px;padding:14px 32px;font-size:16px;font-weight:600;transition:background .2s,transform .1s;display:inline-flex}.secure-btn:hover{background:#222}.secure-btn:active{transform:scale(.98)}.secure-btn svg{width:16px;height:16px}.banner-close{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:4px;font-size:20px;line-height:1;position:absolute;top:12px;right:12px}.main-content{width:100%;max-width:1100px;margin:0 auto;padding:40px 24px 80px}.main-content-layout{grid-template-columns:1fr 340px;gap:48px;display:grid}@media (width<=780px){.main-content-layout{grid-template-columns:1fr}}.article-meta{color:#6b7280;margin-bottom:8px;font-size:13px}.article-title{color:#1c1c1c;margin-bottom:24px;font-size:28px;font-weight:800;line-height:1.3}.article-section-title{color:#1c1c1c;margin:40px 0 16px;font-size:20px;font-weight:700}.article-section-title:first-of-type{margin-top:0}.article-body p{color:#374151;margin-bottom:16px;font-size:15px;line-height:1.8}.article-body ul{margin-bottom:16px;padding-left:20px}.article-body ul li{color:#374151;margin-bottom:4px;font-size:15px;line-height:1.8;list-style:outside}.article-body a{color:#000;text-underline-offset:2px;font-weight:600;text-decoration:underline}.article-body a:hover{color:#ff7a00}.article-image-container{text-align:center;margin:28px 0 8px}.article-image-container img{border:1.5px solid #e5e7eb;border-radius:12px;width:100%;max-width:500px}.article-image-caption{color:#9ca3af;margin-top:8px;font-size:12px;font-style:italic}.sidebar{border-left:1.5px solid #d1d5db;padding-left:32px}@media (width<=780px){.sidebar{border-top:1.5px solid #d1d5db;border-left:none;padding-top:32px;padding-left:0}}.sidebar-title{color:#1c1c1c;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:14px;font-weight:700}.sidebar-link{color:#374151;border-bottom:1px solid #f3f4f6;padding:10px 0;font-size:14px;transition:color .2s;display:block}.sidebar-link:hover{color:#ff7a00}.sidebar-section{margin-bottom:32px}.sidebar-section .sidebar-title{margin-top:0}.contact-form{margin-top:24px}.contact-form textarea{color:#1c1c1c;resize:vertical;border:1.5px solid #d1d5db;border-radius:8px;width:100%;min-height:100px;margin-bottom:12px;padding:12px;font-size:14px;transition:border-color .2s}.contact-form textarea:focus{border-color:#ff7a00;outline:none}.contact-form textarea::placeholder{color:#9ca3af}.contact-submit{color:#fff;cursor:pointer;background:#000;border:none;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:600;transition:background .2s}.contact-submit:hover{background:#222}.related-articles{background:#f9fafb;padding:48px 24px}.related-articles-inner{max-width:1100px;margin:0 auto}.related-articles h3{color:#1c1c1c;margin-bottom:24px;font-size:20px;font-weight:700}.related-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;display:grid}.related-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px 24px;transition:box-shadow .2s,transform .15s}.related-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.related-card-title{color:#1c1c1c;margin-bottom:8px;font-size:15px;font-weight:600}.related-card-link{color:#ff7a00;font-size:13px;font-weight:600}.footer{color:#fff;background:#000;padding:48px 24px 32px}.footer-inner{max-width:1100px;margin:0 auto}.footer-grid{grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:48px;display:grid}@media (width<=780px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.footer-grid{grid-template-columns:1fr}}.footer-col-title{text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;margin-bottom:16px;font-size:13px;font-weight:700}.footer-col a{color:#d1d5db;padding:4px 0;font-size:14px;transition:color .2s;display:block}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.footer-social{align-items:center;gap:16px;display:flex}.footer-social a{background:#1c1c1c;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.footer-social a:hover{background:#374151}.footer-social a svg{fill:#d1d5db;width:18px;height:18px}.footer-stay{color:#fff;margin-bottom:12px;font-size:14px;font-weight:600}.footer-legal{flex-wrap:wrap;gap:16px;display:flex}.footer-legal a{color:#6b7280;font-size:12px;transition:color .2s}.footer-legal a:hover{color:#fff}.footer-copyright{color:#6b7280;margin-top:16px;font-size:12px}.footer-lang{color:#9ca3af;align-items:center;gap:6px;font-size:13px;display:flex}.footer-lang svg{width:16px;height:16px}
