*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;line-height:1.6;color:#333;background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.08);position:sticky;top:0;z-index:1000}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:15px 0}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#1a73e8;font-size:1.5rem;font-weight:700}.logo img{width:32px;height:32px}.nav{display:flex;gap:30px}.nav a{text-decoration:none;color:#555;font-weight:500;transition:color .3s}.nav a:hover{color:#1a73e8}.header-actions{display:flex;align-items:center;gap:15px}.lang-switch{text-decoration:none;color:#666;padding:6px 12px;border:1px solid #ddd;border-radius:4px;font-size:.9rem}.lang-switch:hover{background:#f5f5f5}.btn-primary{display:inline-block;background:linear-gradient(135deg,#1a73e8,#0d5bcc);color:#fff;padding:10px 24px;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s;border:none;cursor:pointer}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(26,115,232,.4)}.btn-secondary{display:inline-block;background:#fff;color:#1a73e8;padding:10px 24px;border-radius:6px;text-decoration:none;font-weight:600;border:2px solid #1a73e8;transition:all .3s}.btn-secondary:hover{background:#1a73e8;color:#fff}.btn-large{padding:14px 36px;font-size:1.1rem}.hero{background:linear-gradient(135deg,#f8f9ff 0%,#e8f0fe 100%);padding:80px 0;overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-text h1{font-size:2.8rem;color:#1a1a1a;margin-bottom:20px;line-height:1.2}.hero-subtitle{font-size:1.3rem;color:#1a73e8;margin-bottom:15px;font-weight:600}.hero-desc{font-size:1.1rem;color:#666;margin-bottom:30px;line-height:1.8}.hero-buttons{display:flex;gap:15px;margin-bottom:40px}.hero-stats{display:flex;gap:40px}.stat-item{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#1a73e8}.stat-label{font-size:.9rem;color:#666}.hero-simulator{position:relative}.simulator-window{background:#1e1e1e;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3)}.simulator-header{background:#2d2d2d;padding:12px 15px;display:flex;align-items:center;gap:8px}.simulator-dot{width:12px;height:12px;border-radius:50%}.simulator-dot.red{background:#ff5f56}.simulator-dot.yellow{background:#ffbd2e}.simulator-dot.green{background:#27c93f}.simulator-title{color:#999;margin-left:10px;font-size:.85rem}.simulator-body{padding:30px;color:#fff}.simulator-status{display:flex;align-items:center;gap:10px;margin-bottom:25px;font-size:1.1rem}.status-indicator{width:12px;height:12px;border-radius:50%;background:#27c93f;animation:pulse 2s infinite}.status-indicator.connected{background:#27c93f}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.simulator-server{display:flex;align-items:center;gap:15px;background:#2d2d2d;padding:15px;border-radius:8px;margin-bottom:20px}.server-flag{font-size:2rem}.server-info{display:flex;flex-direction:column}.server-name{font-weight:600}.server-ping{font-size:.85rem;color:#888}.simulator-stats{margin-bottom:20px}.stat-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #333}.stat-row:last-child{border-bottom:none}.simulator-protocol{display:flex;justify-content:space-between;font-size:.85rem;color:#888}section{padding:80px 0}.section-header{text-align:center;margin-bottom:50px}.section-header h2{font-size:2.2rem;color:#1a1a1a;margin-bottom:15px}.section-header p{font-size:1.1rem;color:#666}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.feature-card{background:#fff;padding:35px;border-radius:12px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.feature-icon{font-size:3rem;margin-bottom:20px}.feature-card h3{font-size:1.3rem;margin-bottom:15px;color:#1a1a1a}.feature-card p{color:#666;line-height:1.7}.announcements{background:#f8f9ff}.announcement-list{max-width:800px;margin:0 auto}.announcement-item{display:flex;align-items:center;gap:20px;padding:20px;background:#fff;border-radius:8px;margin-bottom:15px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.announcement-date{color:#888;font-size:.9rem;min-width:100px}.announcement-item a{flex:1;color:#333;text-decoration:none;font-weight:500}.announcement-item a:hover{color:#1a73e8}.announcement-tag{background:#e8f0fe;color:#1a73e8;padding:4px 12px;border-radius:4px;font-size:.85rem}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:40px}.trust-item{text-align:center;padding:30px;background:#f8f9ff;border-radius:12px}.trust-number{font-size:2.5rem;font-weight:700;color:#1a73e8;margin-bottom:10px}.trust-label{color:#666;font-size:1rem}.trust-badges{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.badge-item{background:#fff;padding:12px 24px;border-radius:6px;box-shadow:0 2px 10px rgba(0,0,0,.08);font-weight:500;color:#333}.scenarios-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.scenario-card{background:#fff;padding:30px;border-radius:12px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s}.scenario-card:hover{transform:translateY(-5px)}.scenario-icon{font-size:2.5rem;margin-bottom:15px}.scenario-card h3{font-size:1.2rem;margin-bottom:10px;color:#1a1a1a}.scenario-card p{color:#666;font-size:.95rem}.comparison-table{overflow-x:auto}.comparison-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08)}.comparison-table th,.comparison-table td{padding:18px 20px;text-align:left;border-bottom:1px solid #eee}.comparison-table th{background:#1a73e8;color:#fff;font-weight:600}.comparison-table td:first-child{font-weight:500}.check{color:#27c93f;font-weight:600}.cross{color:#ff5f56}.news-tabs{display:flex;justify-content:center;gap:15px;margin-bottom:40px}.tab-btn{padding:10px 24px;border:none;background:#f0f0f0;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s}.tab-btn.active,.tab-btn:hover{background:#1a73e8;color:#fff}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.news-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s}.news-card:hover{transform:translateY(-5px)}.news-card img{width:100%;height:200px;object-fit:cover}.news-content{padding:25px}.news-category{display:inline-block;background:#e8f0fe;color:#1a73e8;padding:4px 12px;border-radius:4px;font-size:.85rem;margin-bottom:12px}.news-card h3{font-size:1.1rem;margin-bottom:12px;line-height:1.4}.news-card h3 a{color:#1a1a1a;text-decoration:none}.news-card h3 a:hover{color:#1a73e8}.news-card p{color:#666;font-size:.95rem;margin-bottom:15px;line-height:1.6}.news-meta{display:flex;justify-content:space-between;color:#888;font-size:.85rem}.news-more{text-align:center;margin-top:40px}.reviews{background:#f8f9ff}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.review-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.review-header{display:flex;align-items:center;gap:15px;margin-bottom:15px}.reviewer-avatar{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,#1a73e8,#0d5bcc);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.reviewer-info{flex:1}.reviewer-info strong{display:block;color:#1a1a1a}.reviewer-info span{font-size:.85rem;color:#888}.review-rating{color:#ffc107;font-size:1.1rem}.review-content{color:#555;line-height:1.7;font-style:italic;margin-bottom:15px}.review-date{color:#888;font-size:.85rem}.download{background:linear-gradient(135deg,#1a73e8,#0d5bcc);color:#fff}.download .section-header h2,.download .section-header p{color:#fff}.download-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.download-card{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);padding:25px;border-radius:12px;text-align:center;border:1px solid rgba(255,255,255,.2)}.download-icon{font-size:2.5rem;margin-bottom:15px}.download-card h3{font-size:1.2rem;margin-bottom:8px}.download-card p{font-size:.9rem;opacity:.8;margin-bottom:15px}.download-card .btn-primary{background:#fff;color:#1a73e8;width:100%}.download-card .btn-primary:hover{background:#f0f0f0}.download-version{display:block;margin-top:10px;font-size:.8rem;opacity:.7}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:12px;margin-bottom:15px;box-shadow:0 2px 10px rgba(0,0,0,.05);overflow:hidden}.faq-item h3{padding:20px 25px;cursor:pointer;font-size:1.1rem;color:#1a1a1a;border-bottom:1px solid #eee}.faq-answer{padding:20px 25px}.faq-answer ol{padding-left:20px}.faq-answer li{margin-bottom:10px;color:#555;line-height:1.6}.faq-more{text-align:center;margin-top:30px}.cta{background:linear-gradient(135deg,#f8f9ff,#e8f0fe);text-align:center}.cta-content h2{font-size:2rem;margin-bottom:15px;color:#1a1a1a}.cta-content p{font-size:1.1rem;color:#666;margin-bottom:30px}.footer{background:#1a1a1a;color:#fff;padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-col h4{font-size:1.1rem;margin-bottom:20px}.footer-col p{color:#aaa;line-height:1.7}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:10px}.footer-col ul a{color:#aaa;text-decoration:none;transition:color .3s}.footer-col ul a:hover{color:#fff}.footer-social{display:flex;gap:15px;margin-top:15px}.footer-social a{color:#aaa;text-decoration:none}.footer-bottom{border-top:1px solid #333;padding-top:30px;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:#888}.footer-nav a{color:#888;text-decoration:none;margin-left:20px}.footer-nav a:hover{color:#fff}.breadcrumb{background:#f8f9ff;padding:15px 0;border-bottom:1px solid #eee}.breadcrumb-list{display:flex;gap:10px;list-style:none;font-size:.9rem}.breadcrumb-list a{color:#1a73e8;text-decoration:none}.breadcrumb-list span{color:#888}.page-header{background:linear-gradient(135deg,#f8f9ff,#e8f0fe);padding:60px 0;text-align:center}.page-header h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:15px}.page-header p{font-size:1.1rem;color:#666}.about-content{max-width:800px;margin:0 auto;padding:60px 0}.about-content h2{font-size:1.8rem;margin:40px 0 20px;color:#1a1a1a}.about-content p{color:#555;line-height:1.8;margin-bottom:20px}.news-list-page{max-width:900px;margin:0 auto;padding:60px 0}.news-list-item{display:flex;gap:25px;padding:25px;background:#fff;border-radius:12px;margin-bottom:20px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.news-list-item img{width:200px;height:140px;object-fit:cover;border-radius:8px}.news-list-content h3{font-size:1.3rem;margin-bottom:10px}.news-list-content h3 a{color:#1a1a1a;text-decoration:none}.news-list-content h3 a:hover{color:#1a73e8}.news-list-content p{color:#666;margin-bottom:10px;line-height:1.6}.news-list-meta{display:flex;gap:20px;color:#888;font-size:.9rem}.article-page{max-width:1200px;margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:1fr 300px;gap:40px}.article-main{background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.article-main h1{font-size:2rem;margin-bottom:20px;color:#1a1a1a}.article-meta{display:flex;gap:20px;color:#888;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #eee}.article-content h2{font-size:1.5rem;margin:30px 0 15px;color:#1a1a1a}.article-content p{color:#555;line-height:1.8;margin-bottom:20px}.article-content img{max-width:100%;border-radius:8px;margin:20px 0}.article-sidebar{position:sticky;top:100px;align-self:start}.sidebar-widget{background:#fff;padding:25px;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.05);margin-bottom:20px}.sidebar-widget h4{font-size:1.1rem;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #1a73e8}.sidebar-widget ul{list-style:none}.sidebar-widget ul li{margin-bottom:12px}.sidebar-widget ul a{color:#555;text-decoration:none;font-size:.95rem}.sidebar-widget ul a:hover{color:#1a73e8}.article-nav{display:flex;justify-content:space-between;margin-top:40px;padding-top:20px;border-top:1px solid #eee}.article-nav a{color:#1a73e8;text-decoration:none}.related-articles{margin-top:40px}.related-articles h3{font-size:1.3rem;margin-bottom:20px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.related-card{background:#f8f9ff;padding:20px;border-radius:8px}.related-card h4{font-size:1rem;margin-bottom:8px}.related-card h4 a{color:#1a1a1a;text-decoration:none}.related-card h4 a:hover{color:#1a73e8}.related-card time{font-size:.85rem;color:#888}.comments-section{margin-top:40px;padding-top:30px;border-top:1px solid #eee}.comments-section h3{font-size:1.3rem;margin-bottom:20px}.comment-item{display:flex;gap:15px;padding:20px;background:#f8f9ff;border-radius:8px;margin-bottom:15px}.comment-avatar{width:40px;height:40px;border-radius:50%;background:#1a73e8;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.comment-content{flex:1}.comment-header{display:flex;justify-content:space-between;margin-bottom:8px}.comment-header strong{color:#1a1a1a}.comment-header time{font-size:.85rem;color:#888}.comment-content p{color:#555;line-height:1.6}.error-page{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center}.error-content h1{font-size:6rem;color:#1a73e8;margin-bottom:20px}.error-content p{font-size:1.2rem;color:#666;margin-bottom:30px}.sitemap-page{max-width:1000px;margin:0 auto;padding:60px 20px}.sitemap-page h1{font-size:2rem;margin-bottom:30px;text-align:center}.sitemap-section{margin-bottom:40px}.sitemap-section h2{font-size:1.3rem;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #1a73e8}.sitemap-links{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.sitemap-links a{color:#555;text-decoration:none;padding:8px 12px;background:#f8f9ff;border-radius:4px}.sitemap-links a:hover{background:#e8f0fe;color:#1a73e8}@media(max-width:1024px){.hero-content{grid-template-columns:1fr}.hero-simulator{margin-top:40px}.features-grid,.scenarios-grid{grid-template-columns:repeat(2,1fr)}.download-grid{grid-template-columns:repeat(3,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.article-page{grid-template-columns:1fr}.article-sidebar{position:static}}@media(max-width:768px){.nav{display:none}.hero-text h1{font-size:2rem}.hero-buttons{flex-direction:column}.hero-stats{flex-wrap:wrap;gap:20px}.features-grid,.news-grid,.reviews-grid,.scenarios-grid{grid-template-columns:1fr}.download-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:15px}.news-list-item{flex-direction:column}.news-list-item img{width:100%;height:200px}.related-grid{grid-template-columns:1fr}.sitemap-links{grid-template-columns:1fr}.comparison-table{font-size:.9rem}.comparison-table th,.comparison-table td{padding:12px 10px}}