:root{--brand:#1890ff;--brand-hover:#40a9ff;--brand-active:#096dd9;--brand-bg:#e6f4ff;--brand-light:#bae0ff;--page-bg:#f5f6f8;--card:#fff;--text:#1d2129;--text-2:#4e5969;--sub:#86909c;--border:#e5e6eb;--border-2:#eef1f6;--shadow-card:0 1px 6px rgba(20,40,80,.06);--radius-card:12px;--radius-pill:999px}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}html{touch-action:pan-x pan-y;-webkit-text-size-adjust:100%}*{-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,sans-serif;background:#fff;color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--brand);text-decoration:none;transition:opacity .15s}a:hover{opacity:.8}button{font-family:inherit;cursor:pointer;transition:all .2s ease}button:active{transform:scale(.97)}input,select,textarea{font-family:inherit;font-size:14px;padding:9px 12px;border:1px solid #e5e7eb;border-radius:10px;width:100%;background:#fff;outline:none;transition:all .2s ease}input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(24,144,255,.12)}input::placeholder,textarea::placeholder{color:#c9cdd4}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d0d3db;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#a8abb4}.label{display:block;font-size:14px;font-weight:600;color:#1d2129;margin-bottom:7px}#article-drawer input,#article-drawer select,#article-drawer textarea{transition:border-color .15s,box-shadow .15s}#article-drawer input:hover,#article-drawer select:hover,#article-drawer textarea:hover{border-color:#b9bdc7}#article-drawer input:focus,#article-drawer select:focus,#article-drawer textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(24,144,255,.12)}#article-drawer select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2386909c' d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.article-card{transition:background .18s ease}.article-card:hover{background:#f5f9ff}.article-card .article-cover img{transition:transform .35s ease}.article-card:hover .article-cover img{transform:scale(1.06)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{transform:translateX(40px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes cardIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes navGradientFlow{0%{background-position:0 0}to{background-position:250% 0}}@keyframes navIconFlip{0%{transform:rotateY(0)}50%{transform:rotateY(180deg) scale(1.25)}to{transform:rotateY(1turn)}}@keyframes navRippleAnim{to{transform:scale(3);opacity:0}}.nav-ripple{position:absolute;border-radius:50%;transform:scale(0);animation:navRippleAnim .6s ease-out forwards;pointer-events:none}.nav-pill-selected .nav-icon{animation:navIconFlip .6s ease}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}input[type=checkbox]{accent-color:var(--brand);cursor:pointer}.article-content{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}.article-content p{margin-bottom:.9em;text-align:justify}.article-content img{height:auto}.article-content img,.article-content video{max-width:100%;border-radius:8px;display:block;margin:14px auto}.article-content h2{font-weight:700;font-size:19px;margin:1.3em 0 .6em;color:#1d2129;padding-left:11px;border-left:4px solid #1890ff;line-height:1.4}.article-content h3{font-weight:600;font-size:17px;margin:1.15em 0 .55em;color:#1d2129}.article-content h4{font-weight:600;font-size:15px;margin:1em 0 .5em;color:#1d2129}.article-content blockquote{border-left:3px solid #1890ff;padding:4px 14px;margin:14px 0;color:#666;background:#f7f9fc;border-radius:0 8px 8px 0}.article-content a{color:#1890ff;text-decoration:none;border-bottom:1px solid rgba(24,144,255,.35);word-break:break-all}.article-content ol,.article-content ul{padding-left:1.4em;margin:.7em 0}.article-content li{margin-bottom:.4em;line-height:1.7}.article-content b,.article-content strong{color:#1d2129;font-weight:700}.article-content code{background:#f2f3f5;color:#d4380d;padding:2px 6px;border-radius:4px;font-size:.9em;font-family:Menlo,Consolas,monospace}.article-content pre{background:#1e1e2e;color:#e6e6e6;padding:14px 16px;border-radius:10px;overflow-x:auto;margin:14px 0;font-size:13px;line-height:1.6}.article-content pre code{background:none;color:inherit;padding:0;border-radius:0;font-size:inherit}.article-content table{width:100%;border-collapse:collapse;margin:16px 0;font-size:13px}.article-content td,.article-content th{border:1px solid #e5e6eb;padding:8px 10px;text-align:left}.article-content th{background:#f2f3f5;font-weight:600;color:#1d2129}.article-content td{color:#4e5969}.article-content hr{border:none;border-top:1px solid #f0f0f0;margin:20px 0}@media (max-width:480px){article{padding:0 12px!important}.article-content{font-size:15px!important}}