@charset "UTF-8";@import "https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap";*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:pingfang sc,microsoft yahei,hiragino sans gb,noto sans cjk sc,sans-serif;color:#333;background-color:#f8f9fa;line-height:1.75;transition:all .3s ease;min-height:100vh;display:flex;flex-direction:column}a{color:#2c5f8a;text-decoration:none;transition:all .3s ease}a:hover{color:#3e7db5;text-decoration:underline;text-underline-offset:3px}h1,h2,h3,h4,h5,h6{font-family:fredoka one,pingfang sc,microsoft yahei,hiragino sans gb,noto sans cjk sc,sans-serif;line-height:1.4;color:#333;margin-bottom:1rem}h1{font-size:2rem}h2{font-size:1.6rem}h3{font-size:1.3rem}h4{font-size:1.1rem}p{margin-bottom:1rem}img{max-width:100%;height:auto;border-radius:8px}blockquote{border-left:4px solid #f5c518;background:#fdf6dc;margin:1.5rem 0;padding:1rem 1.5rem;border-radius:0 8px 8px 0}blockquote p:last-child{margin-bottom:0}code{font-family:jetbrains mono,fira code,cascadia code,Consolas,monospace}:not(pre)>code{background:#fdf4d2;color:#6f5805;padding:.15em .4em;border-radius:4px;font-size:.875em}table{width:100%;border-collapse:collapse;margin:1.5rem 0;border-radius:8px;overflow:hidden}table th,table td{padding:.5rem 1rem;border:1px solid #e8e8e8;text-align:left}table th{background:#2c5f8a;color:#fff;font-weight:600}table tr:nth-child(even){background:rgba(245,197,24,.1)}::selection{background:#f5c518;color:#333}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8f9fa}::-webkit-scrollbar-thumb{background:#f5c518;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#d4a800}.container{max-width:850px;margin:0 auto;padding:0 1.5rem}.main-content{flex:1}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:3px solid #f5c518;box-shadow:0 2px 8px rgba(0,0,0,8%);transition:all .3s ease}.site-header .header-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:flex;align-items:center;gap:1rem;font-family:fredoka one,pingfang sc,microsoft yahei,hiragino sans gb,noto sans cjk sc,sans-serif;font-size:1.4rem;color:#333}.brand:hover{text-decoration:none;color:#2c5f8a}.brand .brand-logo{display:flex;align-items:center}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{color:#333;font-weight:500;padding:.25rem 0;border-bottom:2px solid transparent;transition:all .3s ease}.nav-links a:hover{color:#2c5f8a;border-bottom-color:#f5c518;text-decoration:none}.nav-links a.active{color:#2c5f8a;border-bottom-color:#f5c518}.theme-toggle{background:0 0;border:2px solid #e8e8e8;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:all .3s ease}.theme-toggle:hover{border-color:#f5c518;background:rgba(245,197,24,.1)}.menu-toggle{display:none;background:0 0;border:none;cursor:pointer;padding:.25rem}.menu-toggle span{display:block;width:24px;height:3px;background:#333;margin:5px 0;border-radius:3px;transition:all .3s ease}.hero-banner{background:linear-gradient(135deg,#F5C518 0%,#FFE066 50%,#F5C518 100%);padding:3rem 1.5rem;text-align:center;position:relative;overflow:hidden}.hero-banner::before{content:"";position:absolute;bottom:0;left:0;right:0;height:8px;background:repeating-linear-gradient(90deg,#2C5F8A 0,#2C5F8A 40px,#3E7DB5 40px,#3E7DB5 80px)}.hero-banner::after{content:"";position:absolute;top:20px;right:10%;width:80px;height:80px;border-radius:50%;background:rgba(255,255,255,.2);box-shadow:120px 30px rgba(255,255,255,.15),60px -15px rgba(255,255,255,.1)}.hero-banner .hero-inner{position:relative;z-index:1;max-width:700px;margin:0 auto}.hero-banner .hero-title{font-family:fredoka one,pingfang sc,microsoft yahei,hiragino sans gb,noto sans cjk sc,sans-serif;font-size:2.8rem;color:#333;margin-bottom:1rem;text-shadow:2px 2px 0 rgba(255,255,255,.3)}.hero-banner .hero-subtitle{font-size:1.15rem;color:#1e4260;margin-bottom:1.5rem}.hero-banner .hero-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.hero-banner .hero-tags .tag{background:#fff;color:#333;padding:.25rem 1rem;border-radius:24px;font-size:.875rem;font-weight:500;box-shadow:0 2px 8px rgba(0,0,0,8%);transition:all .3s ease}.hero-banner .hero-tags .tag:hover{background:#2c5f8a;color:#fff;transform:translateY(-2px)}.main-content{padding:2rem 0}.post-list{list-style:none}.post-list .post-item{margin-bottom:2rem}.post-list .pagination{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.post-list .pagination a,.post-list .pagination span{padding:.5rem 1rem;border:2px solid #e8e8e8;border-radius:8px;transition:all .3s ease;font-weight:500}.post-list .pagination a:hover{border-color:#f5c518;background:#f5c518;color:#333;text-decoration:none}.post-list .pagination .active{background:#2c5f8a;color:#fff;border-color:#2c5f8a}.post-layout{display:flex;gap:2rem;max-width:1100px;margin:0 auto;padding:0 1.5rem}.post-layout .post-main{flex:1;min-width:0}.post-layout .post-sidebar{width:240px;flex-shrink:0}.footer-subscribe{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.15)}.footer-subscribe p{margin-bottom:1rem}.footer-subscribe .subscribe-links{display:flex;justify-content:center;gap:1rem}.footer-subscribe .subscribe-btn{display:inline-block;background:#f5c518;color:#333;padding:.5rem 1.5rem;border-radius:24px;font-weight:600;font-size:.9rem;transition:all .3s ease}.footer-subscribe .subscribe-btn:hover{background:#ffe066;transform:translateY(-2px);text-decoration:none}.site-footer{background:#2c5f8a;color:#fff;padding:2rem 1.5rem;margin-top:auto;text-align:center;border-top:4px solid #f5c518}.site-footer a{color:#ffe066}.site-footer a:hover{color:#f5c518}.site-footer .footer-social{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem;font-size:1.3rem}.site-footer .footer-copy{font-size:.875rem;opacity:.8}.site-footer .footer-copy .banana{display:inline-block;animation:bounce 1s ease infinite}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}@media(max-width:768px){.nav-links{display:none;position:absolute;top:67px;left:0;right:0;background:#fff;flex-direction:column;padding:1.5rem;box-shadow:0 4px 16px rgba(0,0,0,.12);gap:1rem}.nav-links.open{display:flex}.menu-toggle{display:block}.hero-banner .hero-title{font-size:2rem}.post-layout{flex-direction:column}.post-layout .post-sidebar{width:100%;order:-1}}.post-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,8%);transition:all .3s ease;border-left:5px solid #f5c518;position:relative;overflow:hidden}.post-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.12);transform:translateY(-3px);border-left-color:#2c5f8a}.post-card::after{content:"🍌";position:absolute;top:12px;right:16px;font-size:1.2rem;opacity:0;transition:all .3s ease}.post-card:hover::after{opacity:1}.post-card .card-title{font-family:fredoka one,pingfang sc,microsoft yahei,hiragino sans gb,noto sans cjk sc,sans-serif;font-size:1.4rem;margin-bottom:.5rem}.post-card .card-title a{color:#333}.post-card .card-title a:hover{color:#2c5f8a;text-decoration:none}.post-card .card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;color:#666;font-size:.875rem;margin-bottom:1rem}.post-card .card-meta .meta-date{color:#2c5f8a;font-weight:500}.post-card .card-meta .meta-tags{display:flex;gap:.25rem;flex-wrap:wrap}.post-card .card-meta .meta-tags a{background:rgba(245,197,24,.3);color:#333;padding:2px 10px;border-radius:24px;font-size:.75rem;font-weight:500}.post-card .card-meta .meta-tags a:hover{background:#f5c518;text-decoration:none}.post-card .card-meta .meta-reading{display:flex;align-items:center;gap:4px}.post-card .card-summary{color:#666;line-height:1.7}.toc{position:sticky;top:80px;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,8%);border:2px solid rgba(245,197,24,.3)}.toc .toc-title{font-family:fredoka one,pingfang sc,microsoft yahei,hiragino sans gb,noto sans cjk sc,sans-serif;font-size:1rem;margin-bottom:1rem;color:#2c5f8a;display:flex;align-items:center;gap:.25rem}.toc .toc-title::before{content:"👁️";font-size:1.2rem}.toc nav ul{list-style:none;padding:0}.toc nav li{margin-bottom:.25rem;font-size:.875rem}.toc nav li a{color:#666;display:block;padding:4px 8px;border-radius:4px;border-left:2px solid transparent}.toc nav li a:hover{color:#2c5f8a;background:rgba(245,197,24,.1);border-left-color:#f5c518;text-decoration:none}.post-header{margin-bottom:2rem}.post-header .post-title{font-size:2.2rem;margin-bottom:1rem}.post-header .post-meta{display:flex;flex-wrap:wrap;gap:1rem;color:#666;font-size:.9rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(245,197,24,.3)}.post-header .post-meta span{display:flex;align-items:center;gap:4px}.post-header .post-meta .meta-date{color:#2c5f8a;font-weight:500}.post-header .post-meta .meta-cat a{background:#2c5f8a;color:#fff;padding:2px 12px;border-radius:24px;font-size:.8rem}.post-header .post-meta .meta-cat a:hover{background:#3e7db5;text-decoration:none}.post-body{font-size:1.05rem;line-height:1.85}.post-body p{margin-bottom:1.5rem}.post-body h2,.post-body h3,.post-body h4{margin-top:3rem;margin-bottom:1rem;padding-bottom:.25rem;border-bottom:2px solid rgba(245,197,24,.2)}.post-body img{margin:1.5rem auto;display:block;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,8%)}.post-body ul,.post-body ol{margin:1rem 0 1.5rem 1.5rem}.post-body li{margin-bottom:.25rem}.post-body .highlight{margin:1.5rem 0;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,8%)}.post-body .highlight pre{padding:1.5rem;overflow-x:auto;font-size:.875rem;line-height:1.6;margin:0}.pin-badge{position:absolute;top:0;right:20px;background:#f5c518;color:#333;font-size:.75rem;font-weight:700;padding:3px 12px;border-radius:0 0 8px 8px;z-index:2}.related-posts{margin-top:3rem;padding-top:2rem;border-top:2px solid rgba(245,197,24,.3)}.related-posts .related-title{font-family:fredoka one,pingfang sc,microsoft yahei,hiragino sans gb,noto sans cjk sc,sans-serif;font-size:1.2rem;color:#2c5f8a;margin-bottom:1.5rem}.related-posts .related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.related-posts .related-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,8%);transition:all .3s ease;border-left:3px solid #f5c518}.related-posts .related-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.12);transform:translateY(-2px);text-decoration:none;border-left-color:#2c5f8a}.related-posts .related-card .related-card-title{display:block;font-weight:600;color:#333;margin-bottom:.25rem;font-size:.95rem}.related-posts .related-card .related-card-date{font-size:.8rem;color:#666}body.dark .related-card{background:#252540;border-left-color:#f5c518}body.dark .related-card .related-card-title{color:#e0e0e0}body.dark .related-card .related-card-date{color:#a0a0b0}.lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);z-index:10000;display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:fadeIn .2s ease}.lightbox-overlay img{max-width:95vw;max-height:90vh;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.16)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.post-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid #e8e8e8}.post-footer .post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.post-footer .post-tags a{background:rgba(245,197,24,.3);color:#333;padding:4px 16px;border-radius:24px;font-size:.85rem;font-weight:500;transition:all .3s ease}.post-footer .post-tags a:hover{background:#f5c518;text-decoration:none;transform:translateY(-2px)}.post-footer .post-share{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.post-footer .post-share span{font-weight:600;color:#666}.post-footer .post-share a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#f8f9fa;color:#333;font-size:1rem;transition:all .3s ease}.post-footer .post-share a:hover{background:#2c5f8a;color:#fff;text-decoration:none;transform:translateY(-2px)}.post-footer .post-nav{display:flex;justify-content:space-between;gap:1rem}.post-footer .post-nav a{flex:1;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,8%);transition:all .3s ease;color:#333}.post-footer .post-nav a:hover{box-shadow:0 4px 16px rgba(0,0,0,.12);border-color:#f5c518;text-decoration:none}.post-footer .post-nav a .nav-label{display:block;font-size:.8rem;color:#2c5f8a;font-weight:600;margin-bottom:4px}.share-buttons{display:flex;gap:.5rem;margin:1.5rem 0}.share-buttons a{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:24px;font-size:.85rem;font-weight:500;transition:all .3s ease}.share-buttons a:hover{transform:translateY(-2px);text-decoration:none}.share-buttons .share-twitter{background:#1da1f2;color:#fff}.share-buttons .share-twitter:hover{background:#0c85d0;color:#fff}.share-buttons .share-weibo{background:#e6162d;color:#fff}.share-buttons .share-weibo:hover{background:#b71224;color:#fff}.share-buttons .share-telegram{background:#26a5e4;color:#fff}.share-buttons .share-telegram:hover{background:#1888bf;color:#fff}.page-404{text-align:center;padding:3rem 1.5rem}.page-404 .minion-face{margin:0 auto 2rem}.page-404 .error-title{font-family:fredoka one,pingfang sc,microsoft yahei,hiragino sans gb,noto sans cjk sc,sans-serif;font-size:3rem;color:#f5c518;margin-bottom:1rem;text-shadow:2px 2px 0 #2c5f8a}.page-404 .error-msg{font-size:1.2rem;color:#666;margin-bottom:2rem}.page-404 .btn-home{display:inline-block;background:#f5c518;color:#333;padding:1rem 2rem;border-radius:24px;font-weight:600;font-family:fredoka one,pingfang sc,microsoft yahei,hiragino sans gb,noto sans cjk sc,sans-serif;box-shadow:0 2px 8px rgba(0,0,0,8%);transition:all .3s ease}.page-404 .btn-home:hover{background:#d4a800;transform:translateY(-3px);box-shadow:0 4px 16px rgba(0,0,0,.12);text-decoration:none}.resume-section{margin-bottom:3rem}.resume-section .section-title{font-family:fredoka one,pingfang sc,microsoft yahei,hiragino sans gb,noto sans cjk sc,sans-serif;font-size:1.4rem;color:#2c5f8a;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid #f5c518;display:flex;align-items:center;gap:.5rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tags .skill-tag{background:#f5c518;color:#333;padding:6px 16px;border-radius:24px;font-weight:600;font-size:.9rem;transition:all .3s ease}.skill-tags .skill-tag:hover{background:#2c5f8a;color:#fff;transform:translateY(-2px)}.timeline{position:relative;padding-left:2rem}.timeline::before{content:"";position:absolute;left:8px;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#F5C518,#2C5F8A);border-radius:2px}.timeline .timeline-item{position:relative;margin-bottom:2rem;padding-left:1.5rem}.timeline .timeline-item::before{content:"";position:absolute;left:-20px;top:6px;width:14px;height:14px;background:#f5c518;border:3px solid #2c5f8a;border-radius:50%}.timeline .timeline-item .timeline-date{font-size:.85rem;color:#2c5f8a;font-weight:600}.timeline .timeline-item .timeline-title{font-weight:700;margin:.25rem 0}.timeline .timeline-item .timeline-desc{color:#666;font-size:.9rem}.search-box{position:relative;margin-bottom:2rem}.search-box input{width:100%;padding:1rem 1.5rem;border:2px solid #e8e8e8;border-radius:24px;font-size:1rem;font-family:pingfang sc,microsoft yahei,hiragino sans gb,noto sans cjk sc,sans-serif;transition:all .3s ease;outline:none}.search-box input:focus{border-color:#f5c518;box-shadow:0 0 0 3px rgba(245,197,24,.2)}.search-box .search-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#666}.no-results{text-align:center;padding:3rem;color:#666}.no-results .banana-big{font-size:4rem;display:block;margin-bottom:1rem}.about-header{text-align:center;margin-bottom:3rem}.about-header .avatar-frame{width:120px;height:120px;border-radius:50%;border:5px solid #f5c518;box-shadow:0 0 0 4px #2C5F8A;margin:0 auto 1.5rem;overflow:hidden;background:#f8f9fa}.about-header .about-name{font-family:fredoka one,pingfang sc,microsoft yahei,hiragino sans gb,noto sans cjk sc,sans-serif;font-size:2rem;margin-bottom:.5rem}.about-header .about-bio{color:#666;font-size:1.1rem;max-width:500px;margin:0 auto}.comments-section{max-width:850px;margin:3rem auto;padding:0 1.5rem}.comments-section .comments-title{font-family:fredoka one,pingfang sc,microsoft yahei,hiragino sans gb,noto sans cjk sc,sans-serif;font-size:1.3rem;color:#2c5f8a;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid #f5c518}.comments-section .comments-placeholder{background:#fff;border:2px dashed rgba(245,197,24,.6);border-radius:12px;padding:2rem;text-align:center;color:#666;line-height:1.8}.comments-section .comments-placeholder a{font-weight:600}body.dark .comments-section .comments-title{color:#ffe066}body.dark .comments-section .comments-placeholder{background:#252540;border-color:rgba(245,197,24,.3);color:#a0a0b0}.goggle-logo{position:relative;width:36px;height:36px;display:inline-block}.goggle-logo::before{content:"";position:absolute;top:4px;left:4px;width:28px;height:28px;border-radius:50%;background:radial-gradient(circle at 40% 40%,#FFFFFF,#E8E8E8);border:4px solid #555;box-shadow:0 2px rgba(0,0,0,.2)}.goggle-logo::after{content:"";position:absolute;top:12px;left:14px;width:8px;height:8px;border-radius:50%;background:#333}.goggle-logo .strap{position:absolute;top:14px;left:-4px;width:12px;height:8px;background:#555;border-radius:2px}.denim-stripe{height:6px;background:repeating-linear-gradient(90deg,#2C5F8A 0,#2C5F8A 50px,#3E7DB5 50px,#3E7DB5 100px);border:none;margin:0}@keyframes minion-bounce{0%,100%{transform:translateY(0)}30%{transform:translateY(-8px)}50%{transform:translateY(0)}70%{transform:translateY(-4px)}}.bounce{animation:minion-bounce 1.5s ease infinite}@keyframes minion-swing{0%,100%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}.swing:hover{animation:minion-swing .6s ease infinite}.goggle-large{position:relative;width:80px;height:80px;margin:0 auto}.goggle-large .goggle-outer{position:absolute;width:70px;height:70px;border-radius:50%;background:radial-gradient(circle at 40% 40%,#FFF,#DDD);border:6px solid #666;box-shadow:0 4px 8px rgba(0,0,0,.3)}.goggle-large .goggle-inner{position:absolute;top:20px;left:22px;width:20px;height:20px;border-radius:50%;background:#333}.goggle-large .goggle-strap{position:absolute;top:30px;left:-10px;width:25px;height:12px;background:#666;border-radius:3px}.minion-card{position:relative}.minion-card::before{content:"";position:absolute;top:0;left:20px;right:20px;height:4px;background:#f5c518;border-radius:0 0 4px 4px}.banana-divider{text-align:center;font-size:1.5rem;margin:1.5rem 0;letter-spacing:12px;user-select:none}@keyframes goggle-blink{0%,48%,52%,100%{transform:scaleY(1)}50%{transform:scaleY(.1)}}.goggle-blink{animation:goggle-blink 4s ease infinite;transform-origin:center}body{cursor:none}.cursor-eye{position:fixed;pointer-events:none;z-index:9999;width:36px;height:36px;transform:translate(-50%,-50%);transition:transform .05s ease-out}.cursor-goggle{width:36px;height:36px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#fff,#ddd);border:4px solid #666;box-shadow:0 2px 6px rgba(0,0,0,.25),inset 0 1px 4px rgba(0,0,0,.1);position:relative;overflow:hidden}.cursor-pupil{position:absolute;width:16px;height:16px;background:radial-gradient(circle at 40% 40%,#555,#111);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .08s ease-out}.cursor-pupil::after{content:"";position:absolute;top:3px;left:4px;width:4px;height:4px;background:#fff;border-radius:50%}a:hover~.cursor-eye,a:hover,button:hover~.cursor-eye,button:hover,input:hover~.cursor-eye,input:hover,.post-card:hover~.cursor-eye,.post-card:hover,.skill-tag:hover~.cursor-eye,.skill-tag:hover,.theme-toggle:hover~.cursor-eye,.theme-toggle:hover,.menu-toggle:hover~.cursor-eye,.menu-toggle:hover{cursor:none}.cursor-eye.hovering .cursor-goggle{width:44px;height:44px;border-width:5px}.cursor-eye.hovering .cursor-pupil{width:20px;height:20px}.cursor-eye.clicking .cursor-goggle{animation:cursor-blink .3s ease}@keyframes cursor-blink{0%,100%{transform:scaleY(1)}50%{transform:scaleY(.15)}}@media(max-width:768px){body{cursor:auto}.cursor-eye{display:none}}body.dark .cursor-goggle{background:radial-gradient(circle at 35% 35%,#fff,#ccc);border-color:#888}.reading-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,#F5C518,#FFE066);z-index:1000;transition:width .1s ease;border-radius:0 2px 0 0}.back-to-top{position:fixed;bottom:30px;right:30px;width:44px;height:44px;border-radius:50%;background:#f5c518;border:3px solid #2c5f8a;color:#2c5f8a;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(20px);transition:all .3s ease;z-index:999;box-shadow:0 4px 16px rgba(0,0,0,.12)}.back-to-top.visible{opacity:1;transform:translateY(0)}.back-to-top:hover{background:#2c5f8a;color:#f5c518;border-color:#f5c518;transform:translateY(-3px);box-shadow:0 8px 32px rgba(0,0,0,.16)}.back-to-top::after{content:"👁️";position:absolute;top:-12px;font-size:.7rem;opacity:0;transition:all .3s ease}.back-to-top:hover::after{opacity:1;top:-16px}@media(max-width:768px){.back-to-top{bottom:20px;right:20px;width:38px;height:38px}}.post-item,.timeline-item,.resume-section,.about-header{opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.25,.46,.45,.94)}.post-item.revealed,.timeline-item.revealed,.resume-section.revealed,.about-header.revealed{opacity:1;transform:translateY(0)}.post-item:nth-child(2){transition-delay:.1s}.post-item:nth-child(3){transition-delay:.2s}.post-item:nth-child(4){transition-delay:.3s}.post-item:nth-child(5){transition-delay:.4s}.timeline-item:nth-child(2){transition-delay:.1s}.timeline-item:nth-child(3){transition-delay:.2s}.timeline-item:nth-child(4){transition-delay:.3s}.banana-drop{position:fixed;top:-60px;z-index:9998;font-size:2rem;pointer-events:none;animation:bananaFall linear forwards;filter:drop-shadow(0 4px 6px rgba(0,0,0,.2))}@keyframes bananaFall{0%{top:-60px;transform:rotate(0)scale(1)}90%{opacity:1}100%{top:110vh;transform:rotate(720deg)scale(.5);opacity:0}}.banana-counter{position:fixed;bottom:20px;left:20px;background:#f5c518;color:#333;padding:8px 16px;border-radius:24px;font-weight:700;font-size:.85rem;z-index:999;box-shadow:0 4px 16px rgba(0,0,0,.12);animation:popIn .3s ease}@keyframes popIn{0%{transform:scale(0)}70%{transform:scale(1.2)}100%{transform:scale(1)}}.hidden-banana{position:absolute;font-size:1.3rem;cursor:pointer;user-select:none;transition:all .3s ease;opacity:.4;z-index:10;animation:floatBanana 3s ease-in-out infinite}.hidden-banana:hover{opacity:1;transform:scale(1.5);filter:drop-shadow(0 0 8px #F5C518)}@keyframes floatBanana{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}.banana-found-burst{position:fixed;pointer-events:none;z-index:10001;font-size:3rem;animation:burstOut .8s ease-out forwards}@keyframes burstOut{0%{transform:scale(0)rotate(0);opacity:1}100%{transform:scale(3)rotate(180deg);opacity:0}}.minion-quote{text-align:center;padding:1rem;font-style:italic;color:#ffe066;font-size:.9rem;cursor:pointer;user-select:none;transition:all .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.3)}.minion-quote:hover{color:#f5c518}body.dark .minion-quote{color:#f5c518}body.dark .minion-quote:hover{color:#ffe066}.code-block-wrapper{position:relative}.code-block-wrapper .copy-btn{position:absolute;top:8px;right:8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.7);padding:4px 12px;border-radius:8px;font-size:.75rem;cursor:pointer;transition:all .2s ease;font-family:pingfang sc,microsoft yahei,hiragino sans gb,noto sans cjk sc,sans-serif;z-index:10}.code-block-wrapper .copy-btn:hover{background:rgba(255,255,255,.2);color:#fff;border-color:rgba(255,255,255,.4)}.code-block-wrapper .copy-btn.copied{background:#f5c518;color:#333;border-color:#f5c518}.code-block-wrapper pre{margin:0;padding-top:2.5rem}body.dark{background:#1a1a2e;color:#e0e0e0}body.dark .site-header{background:#252540;border-bottom-color:#f5c518}body.dark .brand{color:#e0e0e0}body.dark .nav-links a{color:#a0a0b0}body.dark .nav-links a:hover{color:#f5c518}body.dark .menu-toggle span{background:#e0e0e0}body.dark .post-card{background:#252540;border-left-color:#f5c518}body.dark .post-card .card-title a{color:#e0e0e0}body.dark .post-card .card-title a:hover{color:#f5c518}body.dark .post-card .card-summary{color:#a0a0b0}body.dark .toc{background:#252540;border-color:rgba(245,197,24,.2)}body.dark .toc nav li a{color:#a0a0b0}body.dark .toc nav li a:hover{color:#f5c518;background:rgba(245,197,24,.1)}body.dark code:not(pre>code){background:rgba(245,197,24,.15);color:#ffe066}body.dark .post-body h2,body.dark .post-body h3,body.dark .post-body h4{border-bottom-color:rgba(245,197,24,.15)}body.dark .post-footer .post-tags a{background:rgba(245,197,24,.2);color:#ffe066}body.dark .post-footer .post-tags a:hover{background:#f5c518;color:#333}body.dark .post-footer .post-share a{background:#252540;color:#a0a0b0;border:1px solid #3a3a50}body.dark .post-footer .post-share a:hover{background:#2c5f8a;color:#fff}body.dark .post-footer .post-nav a{background:#252540;color:#e0e0e0;border:1px solid #3a3a50}body.dark .search-box input{background:#252540;color:#e0e0e0;border-color:#3a3a50}body.dark .search-box input:focus{border-color:#f5c518}body.dark .timeline::before{background:linear-gradient(to bottom,#F5C518,#3E7DB5)}body.dark .section-title{color:#ffe066}body.dark table th{background:#1e4260}body.dark table td{border-color:#3a3a50}body.dark table tr:nth-child(even){background:rgba(245,197,24,5%)}body.dark blockquote{background:rgba(245,197,24,8%);border-left-color:#f5c518}body.dark .theme-toggle{border-color:#3a3a50;color:#e0e0e0}body.dark .theme-toggle:hover{border-color:#f5c518;background:rgba(245,197,24,.15)}.highlight{background:#272822;border-radius:12px}.highlight .lnt{color:#75715e}.highlight .k,.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#66d9ef}.highlight .n,.highlight .na,.highlight .nb,.highlight .nc,.highlight .no,.highlight .nd,.highlight .ni,.highlight .ne,.highlight .nf,.highlight .nl,.highlight .nn,.highlight .nx{color:#f8f8f2}.highlight .nt{color:#f92672}.highlight .nv,.highlight .vc,.highlight .vg,.highlight .vi{color:#a6e22e}.highlight .l,.highlight .ld,.highlight .s,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .si,.highlight .sx,.highlight .sr,.highlight .s1,.highlight .ss{color:#e6db74}.highlight .m,.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .il,.highlight .mo{color:#ae81ff}.highlight .o,.highlight .ow{color:#f92672}.highlight .p{color:#f8f8f2}.highlight .c,.highlight .ch,.highlight .cm,.highlight .cpf,.highlight .c1,.highlight .cs{color:#75715e;font-style:italic}.highlight .gd{color:#f92672}.highlight .ge{font-style:italic}.highlight .gr{color:#f92672}.highlight .gh{color:#66d9ef}.highlight .gi{color:#a6e22e}.highlight .go{color:#75715e}.highlight .gp{color:#f92672}.highlight .gs{font-weight:700}.highlight .gu{color:#ae81ff}.highlight .gt{color:#f92672}.highlight .lntd:first-child{padding-right:1rem;border-right:1px solid #444}.highlight .lntd:last-child{padding-left:1rem}.highlight table{margin:0;border-radius:0}.highlight table td{border:none;padding:2px 0}.highlight table pre{margin:0}