@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{color:#1e293b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;font-family:Inter,Noto Sans SC,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow-x:hidden}body{min-width:320px;min-height:100vh;margin:0}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}a{color:#6366f1;font-weight:500;text-decoration:none;transition:color .2s}a:hover{color:#4f46e5}h1,h2,h3,h4,h5,h6{color:#1e293b;font-weight:600;line-height:1.3}button{cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}::selection{color:#1e293b;background-color:#6366f126}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.site-header{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid #e2e8f0;height:60px;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}.site-header:hover{box-shadow:0 1px 2px #0000000d}.site-header .header-inner{align-items:center;gap:32px;max-width:1400px;height:100%;margin:0 auto;padding:0 24px;display:flex}.site-header .header-logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;transition:opacity .2s;display:flex}.site-header .header-logo:hover{opacity:.85}.site-header .header-logo .logo-icon{align-items:center;display:flex}.site-header .header-logo .logo-text{color:#1e293b;letter-spacing:.5px;font-size:18px;font-weight:700}.site-header .header-nav{flex:1;align-items:center;gap:4px;display:flex}.site-header .header-nav .nav-item{color:#64748b;white-space:nowrap;cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.site-header .header-nav .nav-item .nav-icon{align-items:center;font-size:15px;display:flex}.site-header .header-nav .nav-item:hover{color:#1890ff;background:#eef2ff}.site-header .header-nav .nav-item.active{color:#1890ff;background:#eef2ff;font-weight:600}.site-header .header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.site-header .header-actions .search-trigger{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:flex}.site-header .header-actions .search-trigger:hover{color:#1890ff;background:#eef2ff;border-color:#1890ff}.site-header .header-actions .mobile-toggle{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:none}.site-header .header-actions .mobile-toggle:hover{color:#1890ff;border-color:#1890ff}.site-header .mobile-overlay{display:none}@media (max-width:768px){.site-header .header-inner{padding:0 16px}.site-header .header-nav{z-index:999;background:#fff;border-bottom:1px solid #e2e8f0;flex-direction:column;gap:4px;padding:16px;display:none;position:fixed;top:60px;left:0;right:0;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.site-header .header-nav.mobile-open{display:flex}.site-header .header-nav .nav-item{border-radius:6px;width:100%;padding:12px 16px;font-size:15px}.site-header .header-actions .mobile-toggle{display:flex}.site-header .mobile-overlay{z-index:998;background:#0000004d;display:block;position:fixed;inset:60px 0 0}}@media (max-width:576px){.site-header .header-inner{gap:12px;padding:0 12px}.site-header .header-logo .logo-text{font-size:16px}}.mobile-bottom-nav{z-index:1000;background:#fff;border-top:1px solid #e2e8f0;justify-content:space-around;align-items:stretch;height:56px;display:none;position:fixed;bottom:0;left:0;right:0}@media (max-width:768px){.mobile-bottom-nav{display:flex}}.mobile-bottom-nav .nav-item{color:#94a3b8;cursor:pointer;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;text-decoration:none;transition:color .2s;display:flex}.mobile-bottom-nav .nav-item .icon{font-size:20px;line-height:1}.mobile-bottom-nav .nav-item .label{font-size:11px;font-weight:500}.mobile-bottom-nav .nav-item.active,.mobile-bottom-nav .nav-item:hover{color:#1890ff}.app-sidebar{z-index:100;background:#fff;border-right:1px solid #e2e8f0;width:220px;transition:transform .3s;position:fixed;top:60px;bottom:0;left:0;overflow:hidden}.app-sidebar .sidebar-scroll{height:100%;padding:16px 12px;overflow-y:auto}.app-sidebar .sidebar-scroll::-webkit-scrollbar{width:4px}.app-sidebar .sidebar-scroll::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.app-sidebar .sidebar-group{margin-bottom:24px}.app-sidebar .sidebar-group .sidebar-group-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;padding:0 12px;font-size:11px;font-weight:600}.app-sidebar .sidebar-group .sidebar-item{color:#64748b;cursor:pointer;border-radius:6px;align-items:center;gap:10px;margin-bottom:2px;padding:9px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.app-sidebar .sidebar-group .sidebar-item .sidebar-item-icon{flex-shrink:0;align-items:center;width:20px;font-size:16px;display:flex}.app-sidebar .sidebar-group .sidebar-item .sidebar-item-label{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.app-sidebar .sidebar-group .sidebar-item:hover{color:#1890ff;background:#eef2ff}.app-sidebar .sidebar-group .sidebar-item.active{color:#1890ff;background:#eef2ff;font-weight:600}.app-sidebar .sidebar-group .sidebar-item.active .sidebar-item-icon{color:#1890ff}@media (max-width:992px){.app-sidebar{transform:translate(-100%)}.app-sidebar.open{transform:translate(0);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}}.app-layout{width:100%;min-height:100vh;padding-top:60px;display:flex}.app-main{flex:1;width:100%;min-height:calc(100vh - 60px);transition:margin-left .3s}.app-main.with-sidebar{margin-left:220px}@media (max-width:992px){.app-main.with-sidebar{margin-left:0}}.home-page{background:#f8fafc;min-height:calc(100vh - 60px)}.home-page .hero-section{text-align:center;background:linear-gradient(135deg,#eef2ff 0%,#f5f3ff 50%,#eff6ff 100%);padding:60px 24px 48px}@media (max-width:768px){.home-page .hero-section{padding:40px 16px 36px}}.home-page .hero-section .hero-content{max-width:640px;margin:0 auto}.home-page .hero-section .hero-title{color:#1890ff;letter-spacing:1px;margin-bottom:12px;font-size:42px;font-weight:700}@media (max-width:768px){.home-page .hero-section .hero-title{font-size:32px}}@media (max-width:576px){.home-page .hero-section .hero-title{font-size:28px}}.home-page .hero-section .hero-subtitle{color:#64748b;margin-bottom:32px;font-size:16px;font-weight:400}@media (max-width:576px){.home-page .hero-section .hero-subtitle{margin-bottom:24px;font-size:14px}}.home-page .hero-section .quick-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.home-page .hero-section .quick-links .quick-tag{color:#1890ff;cursor:pointer;background:#6366f114;border-radius:9999px;padding:4px 14px;font-size:12px;font-weight:500;transition:all .2s;display:inline-block}.home-page .hero-section .quick-links .quick-tag:hover{color:#4f46e5;background:#6366f129}.home-page .resources-section{padding:32px 24px 48px}@media (max-width:768px){.home-page .resources-section{padding:24px 16px 36px}}@media (max-width:576px){.home-page .resources-section{padding:20px 12px 28px}}.home-page .resources-section .resources-container{max-width:1200px;margin:0 auto}.home-page .resources-section .resource-group{margin-bottom:36px}.home-page .resources-section .resource-group .group-header{align-items:center;margin-bottom:16px;display:flex}.home-page .resources-section .resource-group .group-header .group-tag{color:#fff;letter-spacing:.3px;border-radius:9999px;align-items:center;padding:4px 14px;font-size:12px;font-weight:600;display:inline-flex}.home-page .resources-section .resource-group .group-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}@media (max-width:576px){.home-page .resources-section .resource-group .group-grid{grid-template-columns:1fr;gap:10px}}.home-page .resources-section .resource-group .resource-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:12px;align-items:center;gap:14px;padding:16px 18px;transition:all .2s;display:flex}.home-page .resources-section .resource-group .resource-card:hover{border-color:#e2e8f0;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.home-page .resources-section .resource-group .resource-card .card-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;display:flex}.home-page .resources-section .resource-group .resource-card .card-info{flex:1;min-width:0}.home-page .resources-section .resource-group .resource-card .card-info .card-title{color:#1e293b;margin-bottom:3px;font-size:14px;font-weight:600}.home-page .resources-section .resource-group .resource-card .card-info .card-desc{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.home-page .home-footer{text-align:center;background:#fff;border-top:1px solid #e2e8f0;padding:20px 24px}.home-page .home-footer .footer-inner{color:#94a3b8;font-size:12px}.home-page .home-footer .footer-inner .footer-dot{margin:0 8px}.about-page{max-width:900px;margin:0 auto;padding:32px 24px 60px}@media (max-width:768px){.about-page{padding:24px 16px 48px}}@media (max-width:576px){.about-page{padding:16px 12px 40px}}.about-page .section-title{color:#1e293b;border-left:4px solid #1890ff;margin-bottom:20px;padding-left:12px;font-size:22px;font-weight:700;line-height:1.2}.about-page .profile-hero{text-align:center;padding:40px 0 32px}@media (max-width:576px){.about-page .profile-hero{padding:28px 0 24px}}.about-page .profile-hero .profile-avatar{margin-bottom:16px;display:inline-block;position:relative}.about-page .profile-hero .profile-avatar .avatar-placeholder{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;display:flex;box-shadow:0 6px 20px #6366f14d}.about-page .profile-hero .profile-avatar .status-dot{background:#22c55e;border:3px solid #fff;border-radius:50%;width:16px;height:16px;position:absolute;bottom:4px;right:4px}.about-page .profile-hero .profile-name{color:#1e293b;margin-bottom:6px;font-size:28px;font-weight:700}@media (max-width:576px){.about-page .profile-hero .profile-name{font-size:24px}}.about-page .profile-hero .profile-subtitle{color:#64748b;margin-bottom:18px;font-size:16px}.about-page .profile-hero .profile-tags{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.about-page .profile-hero .profile-tags .ptag{color:#fff;letter-spacing:.3px;border-radius:9999px;padding:4px 16px;font-size:12px;font-weight:600;display:inline-block}.about-page .intro-section{margin-bottom:36px}.about-page .intro-section .intro-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:28px 30px;position:relative}.about-page .intro-section .intro-card:before{content:"";background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:16px 16px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.about-page .intro-section .intro-card .intro-label{color:#1890ff;background:#eef2ff;border-radius:9999px;align-items:center;gap:6px;margin-bottom:18px;padding:4px 14px;font-size:12px;font-weight:600;display:inline-flex}.about-page .intro-section .intro-card .intro-text{color:#64748b;margin-bottom:10px;font-size:14px;line-height:1.85}.about-page .intro-section .intro-card .intro-text.last{margin-bottom:0}.about-page .intro-section .intro-card .intro-text strong{color:#1890ff;font-weight:600}.about-page .tech-section{margin-bottom:36px}.about-page .tech-section .tech-group{margin-bottom:20px}.about-page .tech-section .tech-group:last-child{margin-bottom:0}.about-page .tech-section .tech-group .tech-group-header{margin-bottom:12px}.about-page .tech-section .tech-group .tech-group-header .tech-group-tag{color:#fff;border-radius:9999px;align-items:center;padding:4px 14px;font-size:12px;font-weight:600;display:inline-flex}.about-page .tech-section .tech-group .tech-list{flex-wrap:wrap;gap:10px;display:flex}.about-page .tech-section .tech-group .tech-list .tech-chip{cursor:default;background:#fff;border:1.5px solid;border-radius:9999px;align-items:center;gap:6px;padding:7px 16px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.about-page .tech-section .tech-group .tech-list .tech-chip .chip-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.about-page .tech-section .tech-group .tech-list .tech-chip:hover{transform:translateY(-1px);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.about-page .services-section{margin-bottom:36px}.about-page .services-section .services-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}@media (max-width:768px){.about-page .services-section .services-grid{grid-template-columns:1fr}}.about-page .services-section .service-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:24px;transition:all .2s}.about-page .services-section .service-card:hover{border-color:#e2e8f0;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.about-page .services-section .service-card .svc-icon{border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:14px;display:flex}.about-page .services-section .service-card .svc-title{color:#1e293b;margin-bottom:12px;font-size:16px;font-weight:600}.about-page .services-section .service-card .svc-list{margin:0;padding:0;list-style:none}.about-page .services-section .service-card .svc-list li{color:#64748b;align-items:center;gap:7px;padding:4px 0;font-size:14px;display:flex}.about-page .services-section .service-card .svc-list li .anticon{flex-shrink:0;font-size:13px}.about-page .process-section{margin-bottom:36px}.about-page .process-section .process-track{align-items:flex-start;display:flex}@media (max-width:768px){.about-page .process-section .process-track{flex-direction:column;align-items:stretch}}.about-page .process-section .process-node{text-align:center;flex:1;padding:16px 12px}@media (max-width:768px){.about-page .process-section .process-node{text-align:left;align-items:center;gap:16px;padding:12px 0;display:flex}}.about-page .process-section .process-node .node-circle{color:#1890ff;background:#eef2ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 10px;font-size:22px;display:flex}@media (max-width:768px){.about-page .process-section .process-node .node-circle{width:44px;height:44px;margin:0;font-size:18px}}.about-page .process-section .process-node .node-step{color:#1890ff2e;margin-bottom:4px;font-size:28px;font-weight:700}@media (max-width:768px){.about-page .process-section .process-node .node-step{display:none}}.about-page .process-section .process-node .node-title{color:#1e293b;margin-bottom:3px;font-size:14px;font-weight:600}.about-page .process-section .process-node .node-desc{color:#94a3b8;font-size:12px}.about-page .process-section .track-line{background:#e2e8f0;flex-shrink:0;width:40px;height:2px;margin-top:40px}@media (max-width:768px){.about-page .process-section .track-line{width:2px;height:20px;margin:0 0 0 21px}}.about-page .advantage-section{margin-bottom:36px}.about-page .advantage-section .advantage-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}@media (max-width:768px){.about-page .advantage-section .advantage-grid{grid-template-columns:1fr}}.about-page .advantage-section .advantage-item{text-align:center;background:linear-gradient(135deg,#eef2ff 0%,#f5f3ff 50%,#eff6ff 100%);border:1px solid #f1f5f9;border-radius:12px;padding:24px 20px}.about-page .advantage-section .advantage-item .adv-icon{color:#1890ff;margin-bottom:12px;font-size:28px}.about-page .advantage-section .advantage-item .adv-title{color:#1e293b;margin-bottom:6px;font-size:14px;font-weight:600}.about-page .advantage-section .advantage-item .adv-desc{color:#64748b;font-size:12px}.about-page .contact-section .contact-card{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:36px 32px}@media (max-width:576px){.about-page .contact-section .contact-card{padding:28px 20px}}.about-page .contact-section .contact-card .contact-title{color:#1890ff;margin-bottom:8px;font-size:24px;font-weight:700}.about-page .contact-section .contact-card .contact-desc{color:#64748b;margin-bottom:20px;font-size:14px}.about-page .contact-section .contact-card .contact-rows{flex-direction:column;gap:10px;margin-bottom:24px;display:inline-flex}.about-page .contact-section .contact-card .contact-rows .contact-row{color:#1e293b;align-items:center;gap:10px;font-size:14px;display:flex}.about-page .contact-section .contact-card .contact-rows .contact-row .anticon{color:#1890ff;font-size:18px}.about-page .contact-section .contact-card .contact-tip{color:#64748b;background:#eef2ff;border-radius:6px;margin-top:16px;padding:12px 16px;font-size:12px;line-height:1.6}.blog-container{max-width:800px;margin:0 auto;padding:32px 24px}@media (max-width:768px){.blog-container{padding:24px 16px}}.blog-container .developing-section{justify-content:center;align-items:center;min-height:50vh;display:flex}.blog-container .developing-section .developing-card{text-align:center;border:1px solid #f1f5f9;border-radius:16px}.blog-container .developing-section .developing-card .developing-content{padding:20px}.blog-container .developing-section .developing-card .developing-content h2{color:#1e293b;margin-bottom:12px;font-size:24px}.blog-container .developing-section .developing-card .developing-content p{color:#64748b;margin-bottom:0;font-size:14px}.blog-container .developing-section .developing-card .developing-content .developing-icon{margin-top:16px;font-size:48px}.tech-category-page{max-width:960px;margin:0 auto;padding:32px 24px}@media (max-width:768px){.tech-category-page{padding:24px 16px}}.tech-category-page .page-header{margin-bottom:36px}.tech-category-page .page-header .page-title{color:#1e293b;margin-bottom:8px;font-size:28px;font-weight:700}.tech-category-page .page-header .page-desc{color:#64748b;margin:0;font-size:16px}.tech-category-page .categories-container .category-section{margin-bottom:36px}.tech-category-page .categories-container .category-section .section-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.tech-category-page .categories-container .category-section .section-header .section-indicator{border-radius:2px;flex-shrink:0;width:4px;height:36px}.tech-category-page .categories-container .category-section .section-header .section-title{color:#1e293b;margin-bottom:2px;font-size:20px;font-weight:600}.tech-category-page .categories-container .category-section .section-header .section-desc{color:#94a3b8;margin:0;font-size:12px}.tech-category-page .categories-container .category-section .section-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}@media (max-width:576px){.tech-category-page .categories-container .category-section .section-grid{grid-template-columns:1fr}}.tech-category-page .categories-container .category-section .category-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:12px;align-items:center;gap:14px;padding:16px 18px;transition:all .2s;display:flex}.tech-category-page .categories-container .category-section .category-card:hover{border-color:#e2e8f0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.tech-category-page .categories-container .category-section .category-card:hover .arrow-icon{opacity:1;transform:translate(2px)}.tech-category-page .categories-container .category-section .category-card .category-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.tech-category-page .categories-container .category-section .category-card .category-info{flex:1;min-width:0}.tech-category-page .categories-container .category-section .category-card .category-info .category-name{color:#1e293b;margin-bottom:3px;font-size:14px;font-weight:600}.tech-category-page .categories-container .category-section .category-card .category-info .category-detail{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.tech-category-page .categories-container .category-section .category-card .arrow-icon{color:#94a3b8;opacity:0;flex-shrink:0;transition:all .2s}.resources-page{max-width:1200px;margin:0 auto;padding:32px 24px}@media (max-width:768px){.resources-page{padding:24px 16px}}.resources-page .page-header{margin-bottom:36px}.resources-page .page-header .page-title{color:#1e293b;margin-bottom:8px;font-size:28px;font-weight:700}.resources-page .page-header .page-desc{color:#64748b;margin:0;font-size:16px}.resources-page .resources-container .resource-section{margin-bottom:36px}.resources-page .resources-container .resource-section .section-header{margin-bottom:16px}.resources-page .resources-container .resource-section .section-header .section-tag{color:#fff;border-radius:9999px;align-items:center;padding:4px 14px;font-size:12px;font-weight:600;display:inline-flex}.resources-page .resources-container .resource-section .section-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:12px;display:grid}@media (max-width:576px){.resources-page .resources-container .resource-section .section-grid{grid-template-columns:1fr}}.resources-page .resources-container .resource-section .resource-link-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:12px;align-items:center;gap:14px;padding:16px 18px;transition:all .2s;display:flex}.resources-page .resources-container .resource-section .resource-link-card:hover{border-color:#e2e8f0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.resources-page .resources-container .resource-section .resource-link-card:hover .external-icon{opacity:1;transform:translate(1px,-1px)}.resources-page .resources-container .resource-section .resource-link-card .link-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;display:flex}.resources-page .resources-container .resource-section .resource-link-card .link-info{flex:1;min-width:0}.resources-page .resources-container .resource-section .resource-link-card .link-info .link-title{color:#1e293b;margin-bottom:3px;font-size:14px;font-weight:600}.resources-page .resources-container .resource-section .resource-link-card .link-info .link-desc{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.resources-page .resources-container .resource-section .resource-link-card .external-icon{color:#94a3b8;opacity:0;flex-shrink:0;transition:all .2s}.cooperation-page{max-width:1000px;margin:0 auto;padding:32px 24px}@media (max-width:768px){.cooperation-page{padding:24px 16px}}.cooperation-page .page-header{margin-bottom:36px}.cooperation-page .page-header .page-title{color:#1e293b;margin-bottom:8px;font-size:28px;font-weight:700}.cooperation-page .page-header .page-desc{color:#64748b;margin:0;font-size:16px}.cooperation-page .cooperation-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:48px;display:grid}@media (max-width:576px){.cooperation-page .cooperation-grid{grid-template-columns:1fr}}.cooperation-page .cooperation-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:24px;transition:all .2s}.cooperation-page .cooperation-card:hover{border-color:#e2e8f0;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.cooperation-page .cooperation-card .coop-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:24px;display:flex}.cooperation-page .cooperation-card .coop-title{color:#1e293b;margin-bottom:8px;font-size:16px;font-weight:600}.cooperation-page .cooperation-card .coop-desc{color:#64748b;margin:0;font-size:14px;line-height:1.6}.cooperation-page .contact-section .contact-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;gap:24px;padding:32px;display:flex}@media (max-width:576px){.cooperation-page .contact-section .contact-card{text-align:center;flex-direction:column;align-items:center;padding:24px}}.cooperation-page .contact-section .contact-card .contact-icon{color:#1890ff;background:#eef2ff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:28px;display:flex}.cooperation-page .contact-section .contact-card .contact-info{flex:1}.cooperation-page .contact-section .contact-card .contact-info .contact-title{color:#1e293b;margin-bottom:8px;font-size:20px;font-weight:600}.cooperation-page .contact-section .contact-card .contact-info .contact-desc{color:#64748b;margin-bottom:16px;font-size:14px}.cooperation-page .contact-section .contact-card .contact-info .contact-details{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.cooperation-page .contact-section .contact-card .contact-info .contact-details .contact-item{color:#1e293b;align-items:center;gap:10px;font-size:14px;display:flex}.cooperation-page .contact-section .contact-card .contact-info .contact-details .contact-item .anticon{color:#1890ff;font-size:16px}.cooperation-page .contact-section .contact-card .contact-info .contact-tip{color:#64748b;background:#eef2ff;border-radius:6px;margin-top:16px;padding:12px 16px;font-size:12px;line-height:1.6}.certificate-page{max-width:1100px;margin:0 auto;padding:32px 24px}@media (max-width:768px){.certificate-page{padding:24px 16px}}.certificate-page .page-header{margin-bottom:36px}.certificate-page .page-header .page-title{color:#1e293b;margin-bottom:8px;font-size:28px;font-weight:700}.certificate-page .page-header .page-desc{color:#64748b;margin:0;font-size:16px}.certificate-page .cert-grid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:16px;margin-bottom:48px;display:grid}@media (max-width:576px){.certificate-page .cert-grid{grid-template-columns:1fr}}.certificate-page .cert-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:24px;transition:all .2s}.certificate-page .cert-card:hover{border-color:#e2e8f0;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.certificate-page .cert-card .cert-top{justify-content:space-between;align-items:flex-start;margin-bottom:14px;display:flex}.certificate-page .cert-card .cert-top .cert-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.certificate-page .cert-card .cert-top .cert-tags{gap:6px;display:flex}.certificate-page .cert-card .cert-top .cert-tags .cert-tag{color:#64748b;background:#f1f5f9;border-radius:9999px;padding:2px 10px;font-size:11px;font-weight:500}.certificate-page .cert-card .cert-title{color:#1e293b;margin-bottom:8px;font-size:16px;font-weight:600}.certificate-page .cert-card .cert-desc{color:#64748b;margin-bottom:14px;font-size:14px;line-height:1.5}.certificate-page .cert-card .cert-features{flex-wrap:wrap;gap:8px;display:flex}.certificate-page .cert-card .cert-features .feature-item{color:#94a3b8;align-items:center;gap:4px;font-size:12px;display:flex}.certificate-page .cert-card .cert-features .feature-item .anticon{color:#10b981;font-size:12px}.certificate-page .process-section{margin-bottom:48px}.certificate-page .process-section .process-title{color:#1e293b;margin-bottom:24px;font-size:20px;font-weight:600}.certificate-page .process-section .process-steps{align-items:flex-start;gap:0;display:flex}@media (max-width:768px){.certificate-page .process-section .process-steps{flex-direction:column;gap:0}}.certificate-page .process-section .process-step{text-align:center;flex:1;padding:20px 16px;position:relative}.certificate-page .process-section .process-step .step-number{color:#1890ff33;letter-spacing:-1px;margin-bottom:8px;font-size:32px;font-weight:700}.certificate-page .process-section .process-step .step-icon{color:#1890ff;background:#eef2ff;border-radius:9999px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 12px;font-size:22px;display:flex}.certificate-page .process-section .process-step .step-title{color:#1e293b;margin-bottom:4px;font-size:14px;font-weight:600}.certificate-page .process-section .process-step .step-desc{color:#94a3b8;font-size:12px}.certificate-page .process-section .step-connector{background:#e2e8f0;flex-shrink:0;width:48px;height:2px;margin-top:72px}@media (max-width:768px){.certificate-page .process-section .step-connector{width:2px;height:24px;margin:0 auto}}.certificate-page .inquiry-section .inquiry-card{text-align:center;background:linear-gradient(135deg,#eef2ff 0%,#f5f3ff 50%,#eff6ff 100%);border:1px solid #f1f5f9;border-radius:16px;padding:40px 32px}.certificate-page .inquiry-section .inquiry-card .inquiry-title{color:#1890ff;margin-bottom:10px;font-size:24px;font-weight:700}.certificate-page .inquiry-section .inquiry-card .inquiry-desc{color:#64748b;margin-bottom:24px;font-size:14px}.certificate-page .inquiry-section .inquiry-card .inquiry-contacts{flex-wrap:wrap;justify-content:center;gap:32px;margin-bottom:24px;display:flex}.certificate-page .inquiry-section .inquiry-card .inquiry-contacts .inquiry-item{color:#1e293b;align-items:center;gap:8px;font-size:14px;display:flex}.certificate-page .inquiry-section .inquiry-card .inquiry-contacts .inquiry-item .anticon{color:#1890ff;font-size:18px}.certificate-page .inquiry-section .inquiry-card .inquiry-tip{color:#64748b;background:#eef2ff;border-radius:6px;margin-top:16px;padding:12px 16px;font-size:12px;line-height:1.6}.interview-page{max-width:1100px;margin:0 auto;padding:24px}.interview-page .iv-hero{color:#fff;background:linear-gradient(135deg,#1e1b4b 0%,#312e81 45%,#4338ca 100%);border-radius:16px;margin-bottom:24px;padding:36px 32px;position:relative;overflow:hidden}.interview-page .iv-hero .iv-hero-glow{pointer-events:none;background:radial-gradient(circle,#8b5cf68c 0%,#6366f100 70%);border-radius:50%;width:320px;height:320px;position:absolute;top:-80px;right:-60px}.interview-page .iv-hero .iv-hero-inner{z-index:1;position:relative}.interview-page .iv-hero .iv-hero-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff24;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:6px;margin-bottom:16px;padding:5px 14px;font-size:12px;font-weight:500;display:inline-flex}.interview-page .iv-hero .iv-hero-badge .anticon{font-size:13px}.interview-page .iv-hero .iv-hero-title{letter-spacing:.5px;margin:0 0 10px;font-size:34px;font-weight:800}.interview-page .iv-hero .iv-hero-sub{color:#ffffffd1;max-width:640px;margin:0 0 26px;font-size:16px;line-height:1.6}.interview-page .iv-hero .iv-hero-stats{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.interview-page .iv-hero .iv-hero-stats .iv-stat{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1a;border:1px solid #ffffff24;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;display:flex}.interview-page .iv-hero .iv-hero-stats .iv-stat .iv-stat-icon{background:#ffffffeb;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.interview-page .iv-hero .iv-hero-stats .iv-stat .iv-stat-text{flex-direction:column;min-width:0;line-height:1.25;display:flex}.interview-page .iv-hero .iv-hero-stats .iv-stat .iv-stat-text b{font-size:20px;font-weight:700}.interview-page .iv-hero .iv-hero-stats .iv-stat .iv-stat-text i{color:#ffffffb3;font-size:11px;font-style:normal}.interview-page .iv-toolbar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:16px;padding:16px 18px}.interview-page .iv-toolbar .iv-categories{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;gap:6px;margin-bottom:14px;padding-bottom:14px;display:flex}.interview-page .iv-toolbar .iv-categories .iv-cat-pill{color:#64748b;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:5px 14px;font-size:12px;font-weight:500;transition:all .2s}.interview-page .iv-toolbar .iv-categories .iv-cat-pill:hover{color:#1890ff;border-color:#1890ff}.interview-page .iv-toolbar .iv-categories .iv-cat-pill.active{color:#fff;background:#1890ff;border-color:#1890ff}.interview-page .iv-toolbar .iv-filters{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.interview-page .iv-toolbar .iv-filters .iv-diffs{gap:6px;display:flex}.interview-page .iv-toolbar .iv-filters .iv-diffs .iv-diff-btn{color:#64748b;cursor:pointer;background:0 0;border:1.5px solid #e2e8f0;border-radius:9999px;padding:6px 16px;font-size:12px;font-weight:500;transition:all .2s}.interview-page .iv-toolbar .iv-filters .iv-diffs .iv-diff-btn:hover{color:#1e293b;border-color:#94a3b8}.interview-page .iv-toolbar .iv-filters .iv-diffs .iv-diff-btn.active:first-child{color:#fff;background:#1890ff;border-color:#1890ff}.interview-page .iv-toolbar .iv-filters .iv-search{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:8px;padding:7px 14px;transition:all .2s;display:flex}.interview-page .iv-toolbar .iv-filters .iv-search:focus-within{background:#fff;border-color:#1890ff;box-shadow:0 0 0 3px #6366f11a}.interview-page .iv-toolbar .iv-filters .iv-search .anticon{color:#94a3b8;font-size:14px}.interview-page .iv-toolbar .iv-filters .iv-search input{color:#1e293b;background:0 0;border:none;outline:none;width:180px;font-size:12px}.interview-page .iv-toolbar .iv-filters .iv-search input::placeholder{color:#94a3b8}.interview-page .iv-list{flex-direction:column;gap:10px;display:flex}.interview-page .iv-list .iv-empty{text-align:center;color:#94a3b8;background:#fff;border:1px dashed #e2e8f0;border-radius:12px;padding:64px 20px;font-size:14px}.interview-page .iv-list .iv-card{background:#fff;border:1px solid #e2e8f0;border-left:3px solid #0000;border-radius:12px;transition:box-shadow .2s,transform .2s;overflow:hidden}.interview-page .iv-list .iv-card:hover,.interview-page .iv-list .iv-card.expanded{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.interview-page .iv-list .iv-card.is-new{background:linear-gradient(#fff,#fff),#fffdf5}.interview-page .iv-list .iv-card .iv-card-head{cursor:pointer;align-items:center;gap:14px;padding:16px 18px;display:flex}.interview-page .iv-list .iv-card .iv-card-head .iv-id{color:#94a3b8;font-variant-numeric:tabular-nums;flex-shrink:0;width:32px;font-size:12px;font-weight:700}.interview-page .iv-list .iv-card .iv-card-head .iv-card-body{flex:1;min-width:0}.interview-page .iv-list .iv-card .iv-card-head .iv-card-body .iv-q{color:#1e293b;flex-wrap:wrap;align-items:center;gap:8px;font-size:15px;font-weight:600;line-height:1.5;display:flex}.interview-page .iv-list .iv-card .iv-card-head .iv-card-body .iv-q .iv-new-badge{color:#fff;letter-spacing:.5px;background:#ff375f;border-radius:9999px;align-items:center;gap:3px;padding:1px 8px;font-size:10px;font-weight:700;display:inline-flex}.interview-page .iv-list .iv-card .iv-card-head .iv-card-body .iv-q .iv-new-badge .anticon{font-size:10px}.interview-page .iv-list .iv-card .iv-card-head .iv-card-body .iv-q-meta{color:#94a3b8;flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px;font-size:11px;display:flex}.interview-page .iv-list .iv-card .iv-card-head .iv-card-body .iv-q-meta .iv-cat-tag{color:#1890ff;background:#eef2ff;border-radius:9999px;padding:2px 10px;font-weight:500}.interview-page .iv-list .iv-card .iv-card-head .iv-card-body .iv-q-meta .iv-meta-item{align-items:center;gap:4px;display:inline-flex}.interview-page .iv-list .iv-card .iv-card-head .iv-card-body .iv-q-meta .iv-meta-item .anticon{font-size:11px}.interview-page .iv-list .iv-card .iv-card-head .iv-diff-badge{border-radius:9999px;flex-shrink:0;padding:3px 12px;font-size:11px;font-weight:600}.interview-page .iv-list .iv-card .iv-card-head .iv-chevron{color:#94a3b8;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s,color .2s;display:flex}.interview-page .iv-list .iv-card .iv-card-head .iv-chevron.open{color:#1890ff;transform:rotate(180deg)}.interview-page .iv-list .iv-card .iv-answer{background:#f8fafc;border:1px solid #f1f5f9;border-radius:6px;margin:0 18px 16px;padding:16px;animation:.2s ivFade}.interview-page .iv-list .iv-card .iv-answer .iv-answer-head{color:#10b981;align-items:center;gap:6px;margin-bottom:8px;font-size:12px;font-weight:700;display:flex}.interview-page .iv-list .iv-card .iv-answer .iv-answer-head .anticon{font-size:14px}.interview-page .iv-list .iv-card .iv-answer .iv-answer-text{color:#64748b;margin:0;font-size:14px;line-height:1.8}.interview-page .iv-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;padding:0 4px;display:flex}.interview-page .iv-footer .iv-count{color:#94a3b8;font-size:12px}.interview-page .iv-footer .iv-count b{color:#1890ff;font-weight:700}.interview-page .pagination{align-items:center;gap:4px;display:flex}.interview-page .pagination button{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 8px;font-size:12px;transition:all .15s;display:flex}.interview-page .pagination button:hover:not(:disabled):not(.active){color:#1890ff;border-color:#1890ff}.interview-page .pagination button.active{color:#fff;background:#1890ff;border-color:#1890ff}.interview-page .pagination button:disabled{opacity:.35;cursor:not-allowed}.interview-page .pagination .page-ellipsis{text-align:center;color:#94a3b8;width:32px;font-size:12px}@keyframes ivFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.interview-page .iv-hero .iv-hero-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.interview-page{padding:16px}.interview-page .iv-hero{padding:26px 20px}.interview-page .iv-hero .iv-hero-title{font-size:26px}.interview-page .iv-hero .iv-hero-sub{margin-bottom:20px;font-size:14px}.interview-page .iv-toolbar .iv-filters{flex-direction:column;align-items:stretch}.interview-page .iv-toolbar .iv-filters .iv-diffs{flex-wrap:wrap}.interview-page .iv-toolbar .iv-filters .iv-search input{width:100%}.interview-page .iv-card .iv-card-head{flex-wrap:wrap;gap:8px 12px}.interview-page .iv-card .iv-card-head .iv-card-body{flex-basis:calc(100% - 90px);order:1}.interview-page .iv-card .iv-card-head .iv-id{order:0}.interview-page .iv-card .iv-card-head .iv-diff-badge{order:2}.interview-page .iv-card .iv-card-head .iv-chevron{order:3;margin-left:auto}}@media (max-width:576px){.interview-page .iv-hero .iv-hero-stats{grid-template-columns:1fr}}.algo-hub-page{max-width:1180px;margin:0 auto;padding:24px 24px 88px}@media (min-width:992px){.algo-hub-page{padding-bottom:32px}}.algo-page-header{text-align:center;margin-bottom:16px}.algo-page-header .algo-page-title{color:#1e293b;margin:0 0 8px;font-size:32px;font-weight:700}.algo-page-header .algo-page-desc{color:#64748b;margin:0;font-size:14px}.algo-top-banner{color:#1e293b;background:linear-gradient(135deg,#eef2ff 0%,#f5f3ff 100%);border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:10px;margin-bottom:24px;padding:12px 16px;font-size:12px;line-height:1.55;display:flex}.algo-top-banner .banner-dot{background:#10b981;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.algo-main-tabs{background:#f1f5f9;border-radius:12px;gap:6px;margin-bottom:24px;padding:5px;display:flex}.algo-main-tabs .algo-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:8px;padding:11px 12px;font-size:12px;font-weight:600;transition:color .2s,background .2s,box-shadow .2s;display:inline-flex}.algo-main-tabs .algo-tab .anticon{font-size:15px}.algo-main-tabs .algo-tab:hover{color:#1e293b;background:#ffffffbf}.algo-main-tabs .algo-tab.active{color:#1890ff;background:#fff;box-shadow:0 1px 2px #0000000d}.algo-layout{flex-direction:column;gap:16px;display:flex}@media (min-width:992px){.algo-layout{flex-direction:row;align-items:flex-start;gap:24px}}.algo-sidebar{flex-shrink:0}@media (min-width:992px){.algo-sidebar{width:200px;position:sticky;top:88px}}.algo-sidebar .sidebar-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;font-size:11px;font-weight:700}.algo-sidebar .topic-list{flex-wrap:wrap;gap:6px;display:flex}@media (min-width:992px){.algo-sidebar .topic-list{flex-flow:column}}.algo-sidebar .topic-chip{color:#64748b;cursor:pointer;text-align:left;background:#f1f5f9;border:1px solid #0000;border-radius:9999px;padding:7px 12px;font-size:12px;transition:background .2s,color .2s,border-color .2s}.algo-sidebar .topic-chip:hover{color:#1e293b;background:#fff;border-color:#e2e8f0}.algo-sidebar .topic-chip.active{color:#fff;background:#1890ff;border-color:#1890ff}.algo-content{flex:1;min-width:0}.algo-section{margin-bottom:32px}.daily-hero{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:24px;padding:24px;box-shadow:0 1px 3px #00000014}.daily-hero .daily-badge{color:#1890ff;background:#eef2ff;border-radius:9999px;margin-bottom:10px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.daily-hero .daily-title{color:#1e293b;margin:0 0 12px;font-size:24px;font-weight:700}.daily-hero .daily-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;display:flex}.daily-hero .acc-text{color:#64748b;font-size:12px}.daily-hero .daily-statement,.daily-hero .daily-approach{color:#64748b;margin:0 0 10px;font-size:14px;line-height:1.65}.daily-hero .daily-approach{color:#1e293b;margin-bottom:0}.daily-hero .daily-approach strong{color:#1e293b;margin-right:6px}.subsection-head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px;display:flex}.subsection-head h3{color:#1e293b;margin:0;font-size:16px;font-weight:700}.subsection-head .sub-progress{color:#64748b;white-space:nowrap;font-size:12px}.bank-toolbar{margin-bottom:14px}.bank-toolbar .toolbar-title{color:#1e293b;margin:0 0 12px;font-size:16px;font-weight:700}.bank-toolbar .bank-filters{flex-direction:column;gap:12px;display:flex}@media (min-width:768px){.bank-toolbar .bank-filters{flex-direction:row;justify-content:space-between;align-items:center}}.bank-toolbar .diff-btns{flex-wrap:wrap;gap:6px;display:flex}.bank-toolbar .diff-filter{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:9999px;padding:5px 12px;font-size:11px;font-weight:600;transition:border-color .2s,color .2s,background .2s}.bank-toolbar .diff-filter:hover{color:#1e293b;border-color:#94a3b8}.bank-toolbar .diff-filter.active{color:#fff;background:#1890ff;border-color:#1890ff}.algo-search{background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:8px;width:100%;max-width:280px;padding:7px 12px;transition:border-color .2s;display:flex}.algo-search:focus-within{border-color:#1890ff}.algo-search .anticon{color:#94a3b8;font-size:14px}.algo-search input{color:#1e293b;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:12px}.interview-intro{color:#64748b;margin:0 0 14px;font-size:12px;line-height:1.6}.mini-tag{color:#64748b;background:#f1f5f9;border-radius:6px;margin-left:6px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-block}.co-tag{color:#c2410c;background:#fff7ed;border-radius:6px;margin-right:6px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.algo-table{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.algo-thead{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;background:#f1f5f9;grid-template-columns:52px 44px 1fr 72px 72px;align-items:center;gap:8px;padding:10px 12px;font-size:11px;font-weight:700;display:grid}@media (max-width:767px){.algo-thead{display:none}}.algo-table.is-interview .algo-thead{grid-template-columns:52px 44px 1fr minmax(100px,1.1fr) 72px 72px}.algo-row{cursor:pointer;border-top:1px solid #f1f5f9;grid-template-columns:52px 44px 1fr 72px 72px;align-items:center;gap:8px;padding:12px;transition:background .2s;display:grid}.algo-row:hover{background:#fafbff}.algo-row.expanded{background:#f8fafc}.algo-row.is-done .col-title{color:#94a3b8;text-decoration:line-through}@media (max-width:767px){.algo-row{grid-template-rows:auto auto;grid-template-columns:40px 36px 1fr}.algo-row .col-acc,.algo-row .col-diff{grid-column:3;justify-self:end;align-items:center;gap:8px;display:inline-flex}.algo-row .col-hot{grid-column:1/-1;padding-top:4px}.algo-row .col-status{grid-row:1/span 2;align-self:start}.algo-row .col-id{grid-row:1}.algo-row .col-title{grid-area:1/2/auto/span 2}}.algo-table.is-interview .algo-row{grid-template-columns:52px 44px 1fr minmax(100px,1.1fr) 72px 72px}@media (max-width:767px){.algo-table.is-interview .algo-row{grid-template-columns:40px 36px 1fr}}.col-status{justify-content:center;display:flex}.status-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:color .2s,background .2s;display:flex}.status-btn:hover{color:#1890ff;background:#eef2ff}.status-btn.on{color:#10b981}.col-id{color:#94a3b8;font-variant-numeric:tabular-nums;font-size:12px;font-weight:600}.col-title{color:#1e293b;min-width:0;font-size:14px;font-weight:600}.col-title .title-tags{margin-top:4px;display:block}.col-title .title-tags .mini-tag{margin-left:0;margin-right:6px}.col-hot{min-width:0;font-size:11px}.col-acc{color:#64748b;font-variant-numeric:tabular-nums;font-size:12px}.col-diff{justify-content:flex-end;display:flex}.diff-pill{background:#ffffffe6;border:1.5px solid;border-radius:9999px;padding:2px 10px;font-size:11px;font-weight:700;display:inline-block}.algo-detail{background:#fafbfc;border-top:1px solid #f1f5f9;padding:14px 16px 16px}.algo-detail .detail-inner{max-width:820px}.algo-detail .detail-block{color:#64748b;margin:0 0 10px;font-size:12px;line-height:1.65}.algo-detail .detail-block:last-of-type{margin-bottom:0}.algo-detail .detail-block strong{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:11px;display:block}.algo-empty{text-align:center;color:#64748b;padding:36px 16px;font-size:12px}.solution-code-panel{margin-top:16px}.solution-code-panel.is-compact{margin-top:12px}.solution-code-panel.is-compact .solution-pre{max-height:360px;padding:12px 14px;font-size:12px}.solution-code-panel .solution-code-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.solution-code-panel .solution-code-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700}.solution-code-panel .solution-code-hint{color:#94a3b8;font-size:11px}.solution-code-panel .solution-lang-tabs{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.solution-code-panel .solution-lang-tab{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:6px 12px;font-size:11px;font-weight:600;transition:border-color .2s,color .2s,background .2s}.solution-code-panel .solution-lang-tab:hover{color:#1890ff;border-color:#1890ff}.solution-code-panel .solution-lang-tab.active{color:#fff;background:#1890ff;border-color:#1890ff}.solution-code-panel .solution-pre-wrap{border:1px solid #2d333b;border-radius:6px;overflow:hidden}.solution-code-panel .solution-pre{background:#0d1117;max-height:480px;margin:0;padding:14px 16px;font-size:12px;line-height:1.5;overflow:auto}.solution-code-panel .solution-pre code{white-space:pre;color:#e6edf3;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;display:block}.daily-hero .solution-code-panel{margin-top:18px}@media (prefers-reduced-motion:reduce){.algo-tab,.topic-chip,.algo-row,.status-btn,.diff-filter,.algo-search,.solution-lang-tab{transition:none}}.roadmap-page{max-width:1100px;margin:0 auto;padding:24px}.roadmap-page .rm-hero{color:#fff;background:linear-gradient(135deg,#312e81 0%,#4338ca 50%,#4f46e5 100%);border-radius:16px;margin-bottom:24px;padding:34px 32px;position:relative;overflow:hidden}.roadmap-page .rm-hero .rm-hero-glow{pointer-events:none;background:radial-gradient(circle,#22c55e66 0%,#4f46e500 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-90px;right:-50px}.roadmap-page .rm-hero .rm-hero-inner{z-index:1;position:relative}.roadmap-page .rm-hero .rm-hero-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff24;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:6px;margin-bottom:16px;padding:5px 14px;font-size:12px;font-weight:500;display:inline-flex}.roadmap-page .rm-hero .rm-hero-title{letter-spacing:.5px;margin:0 0 10px;font-size:32px;font-weight:800}.roadmap-page .rm-hero .rm-hero-sub{color:#ffffffd1;max-width:660px;margin:0 0 22px;font-size:16px;line-height:1.6}.roadmap-page .rm-hero .rm-legend{flex-wrap:wrap;gap:18px;display:flex}.roadmap-page .rm-hero .rm-legend .rm-legend-item{color:#ffffffe6;align-items:center;gap:7px;font-size:12px;display:inline-flex}.roadmap-page .rm-hero .rm-legend .rm-legend-item i{border-radius:4px;width:12px;height:12px;display:inline-block}.roadmap-page .rm-tabs{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.roadmap-page .rm-tabs .rm-tab{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:9999px;align-items:center;gap:7px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.roadmap-page .rm-tabs .rm-tab .rm-tab-icon{font-size:15px;display:inline-flex}.roadmap-page .rm-tabs .rm-tab:hover{transform:translateY(-1px);box-shadow:0 1px 2px #0000000d}.roadmap-page .rm-tabs .rm-tab.active{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#fff!important}.roadmap-page .rm-content{animation:.25s rmFade}.roadmap-page .rm-overview{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;margin-bottom:22px;padding:20px 22px;display:flex}.roadmap-page .rm-overview .rm-overview-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:28px;display:flex}.roadmap-page .rm-overview .rm-overview-text{flex:1;min-width:0}.roadmap-page .rm-overview .rm-overview-text .rm-overview-title{color:#1e293b;margin:0 0 4px;font-size:20px;font-weight:700}.roadmap-page .rm-overview .rm-overview-text .rm-overview-desc{color:#64748b;margin:0;font-size:14px;line-height:1.6}.roadmap-page .rm-overview .rm-overview-stats{flex-shrink:0;gap:10px;display:flex}.roadmap-page .rm-overview .rm-overview-stats .rm-ov-stat{background:#f8fafc;border-radius:6px;flex-direction:column;align-items:center;min-width:64px;padding:8px 12px;display:flex}.roadmap-page .rm-overview .rm-overview-stats .rm-ov-stat b{color:#1890ff;font-size:22px;font-weight:700;line-height:1.2}.roadmap-page .rm-overview .rm-overview-stats .rm-ov-stat i{color:#94a3b8;font-size:11px;font-style:normal}.roadmap-page .rm-timeline .rm-stage{gap:18px;display:flex}.roadmap-page .rm-timeline .rm-stage .rm-stage-rail{flex-direction:column;flex-shrink:0;align-items:center;width:36px;display:flex}.roadmap-page .rm-timeline .rm-stage .rm-stage-rail .rm-stage-node{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:700;display:flex;box-shadow:0 0 0 4px #6366f114}.roadmap-page .rm-timeline .rm-stage .rm-stage-rail .rm-stage-line{background:linear-gradient(#e2e8f0,#f1f5f9);flex:1;width:2px;min-height:20px;margin:6px 0}.roadmap-page .rm-timeline .rm-stage .rm-stage-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex:1;min-width:0;margin-bottom:18px;padding:18px 20px;transition:box-shadow .2s}.roadmap-page .rm-timeline .rm-stage .rm-stage-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.roadmap-page .rm-timeline .rm-stage .rm-stage-card .rm-stage-head{align-items:center;gap:10px;margin-bottom:14px;display:flex}.roadmap-page .rm-timeline .rm-stage .rm-stage-card .rm-stage-head .rm-stage-level{border-radius:9999px;padding:3px 12px;font-size:11px;font-weight:700}.roadmap-page .rm-timeline .rm-stage .rm-stage-card .rm-stage-head .rm-stage-name{color:#1e293b;margin:0;font-size:16px;font-weight:700}.roadmap-page .rm-timeline .rm-stage .rm-stage-card .rm-stage-head .rm-stage-count{color:#94a3b8;margin-left:auto;font-size:11px}.roadmap-page .rm-timeline .rm-stage .rm-stage-card .rm-topics{flex-wrap:wrap;gap:8px;display:flex}.roadmap-page .rm-timeline .rm-stage .rm-stage-card .rm-topics .rm-topic{color:#1e293b;background:#f8fafc;border:1px solid #f1f5f9;border-radius:6px;align-items:center;gap:6px;padding:7px 14px;font-size:12px;transition:all .2s;display:inline-flex}.roadmap-page .rm-timeline .rm-stage .rm-stage-card .rm-topics .rm-topic .rm-topic-check{font-size:11px}.roadmap-page .rm-timeline .rm-stage .rm-stage-card .rm-topics .rm-topic:hover{border-color:var(--dot);background:#fff;box-shadow:0 1px 2px #0000000d}@keyframes rmFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.roadmap-page{padding:16px}.roadmap-page .rm-hero{padding:24px 18px}.roadmap-page .rm-hero .rm-hero-title{font-size:24px}.roadmap-page .rm-hero .rm-hero-sub{font-size:14px}.roadmap-page .rm-hero .rm-legend{gap:14px}.roadmap-page .rm-overview{flex-wrap:wrap}.roadmap-page .rm-overview .rm-overview-stats{width:100%}.roadmap-page .rm-timeline .rm-stage{gap:12px}.roadmap-page .rm-timeline .rm-stage .rm-stage-rail{width:30px}.roadmap-page .rm-timeline .rm-stage .rm-stage-rail .rm-stage-node{width:30px;height:30px;font-size:14px}}.tech-tutorial-page{max-width:960px;padding:24px}@media (max-width:768px){.tech-tutorial-page{padding:16px}}.tech-tutorial-page .tutorial-header{align-items:flex-start;gap:14px;margin-bottom:32px;display:flex}.tech-tutorial-page .tutorial-header .tutorial-indicator{border-radius:2px;flex-shrink:0;width:4px;height:36px;margin-top:2px}.tech-tutorial-page .tutorial-header .tutorial-title{color:#1e293b;margin:0 0 6px;font-size:24px;font-weight:700}.tech-tutorial-page .tutorial-header .tutorial-desc{color:#64748b;margin:0;font-size:14px}.tech-tutorial-page .tutorial-sections .tutorial-section{margin-bottom:28px}.tech-tutorial-page .tutorial-sections .tutorial-section .section-label{color:#fff;border-radius:9999px;align-items:center;margin-bottom:12px;padding:3px 12px;font-size:12px;font-weight:600;display:inline-flex}.tech-tutorial-page .tutorial-sections .tutorial-section .section-links{flex-direction:column;gap:8px;display:flex}.tech-tutorial-page .tutorial-sections .tutorial-section .tutorial-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:12px;justify-content:space-between;align-items:center;padding:14px 18px;transition:all .2s;display:flex}.tech-tutorial-page .tutorial-sections .tutorial-section .tutorial-card:hover{border-color:#e2e8f0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.tech-tutorial-page .tutorial-sections .tutorial-section .tutorial-card:hover .card-arrow{opacity:1;transform:translate(1px,-1px)}.tech-tutorial-page .tutorial-sections .tutorial-section .tutorial-card .card-body{flex:1;min-width:0}.tech-tutorial-page .tutorial-sections .tutorial-section .tutorial-card .card-body .card-title{color:#1e293b;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;font-size:14px;font-weight:600;display:flex}.tech-tutorial-page .tutorial-sections .tutorial-section .tutorial-card .card-body .card-tag{border:1px solid;border-radius:9999px;padding:1px 8px;font-size:11px;font-weight:500}.tech-tutorial-page .tutorial-sections .tutorial-section .tutorial-card .card-body .card-desc{color:#94a3b8;font-size:12px;line-height:1.5}.tech-tutorial-page .tutorial-sections .tutorial-section .tutorial-card .card-arrow{color:#94a3b8;opacity:0;flex-shrink:0;margin-left:12px;transition:all .2s}.App{flex-direction:column;width:100%;min-height:100vh;display:flex}
