:root{--vt-c-white:#fff;--vt-c-white-soft:#f8f8f8;--vt-c-white-mute:#f2f2f2;--vt-c-black:#181818;--vt-c-black-soft:#222;--vt-c-black-mute:#282828;--vt-c-indigo:#2c3e50;--vt-c-divider-light-1:#3c3c3c4a;--vt-c-divider-light-2:#3c3c3c1f;--vt-c-divider-dark-1:#545454a6;--vt-c-divider-dark-2:#5454547a;--vt-c-text-light-1:var(--vt-c-indigo);--vt-c-text-light-2:#3c3c3ca8;--vt-c-text-dark-1:var(--vt-c-white);--vt-c-text-dark-2:#ebebeba3;--color-background:var(--vt-c-white);--color-background-soft:var(--vt-c-white-soft);--color-background-mute:var(--vt-c-white-mute);--color-border:var(--vt-c-divider-light-2);--color-border-hover:var(--vt-c-divider-light-1);--color-heading:var(--vt-c-text-light-1);--color-text:var(--vt-c-text-light-1);--section-gap:160px;--color-primary:#409eff;--color-accent:#42b883;--color-glow:transparent;--color-card:var(--vt-c-white);--color-card-border:var(--color-border)}[data-theme=cyberpunk]{--vt-c-white:#0d0d12;--vt-c-white-soft:#151520;--vt-c-white-mute:#1d1d2a;--vt-c-black:#0ff0fc;--vt-c-black-soft:#f0f;--vt-c-black-mute:#f0f;--vt-c-indigo:#0ff0fc;--vt-c-divider-light-1:#00ffff4d;--vt-c-divider-light-2:#00ffff26;--vt-c-divider-dark-1:#f0f6;--vt-c-divider-dark-2:#f0f3;--vt-c-text-light-1:#0ff0fc;--vt-c-text-light-2:#00ffffb3;--vt-c-text-dark-1:#0ff0fc;--vt-c-text-dark-2:#00ffffb3;--color-background:#0d0d12;--color-background-soft:#151520;--color-background-mute:#1d1d2a;--color-card:#1a1a28;--color-card-border:#0ff6;--color-border:#00ffff40;--color-border-hover:#0ff9;--color-heading:#0ff0fc;--color-text:#00ffffe6;--color-primary:#f0f;--color-accent:#0ff0fc;--color-glow:#0ff6;--cyber-cyan:#0ff0fc;--cyber-magenta:#f0f;--cyber-yellow:#fcee0a;--cyber-pink:#ff2a6d}*,:before,:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;line-height:1.6;transition:color .5s,background-color .5s}[data-theme=cyberpunk] body{background:repeating-linear-gradient(0deg,#0000,#0000 2px,#00ffff08 2px 4px) 0 0/100% 4px,linear-gradient(90deg,#00ffff05 1px,#0000 1px) 0 0/60px 60px,linear-gradient(#00ffff05 1px,#0000 1px) 0 0/60px 60px,radial-gradient(at 50% 0,#ff00ff26 0%,#0000 50%) 0 0/100% 100%,radial-gradient(at 80%,#00ffff1a 0%,#0000 40%) 0 0/100% 100%,radial-gradient(at 20% 80%,#ff00ff14 0%,#0000 40%) 0 0/100% 100%,#0d0d12 0 0/100% 100%;animation:8s linear infinite scanline}@keyframes scanline{0%{background-position:0 0,0 0,0 0,0 0,0 0,0 0,0 0}to{background-position:0 100px,0 0,0 0,0 0,0 0,0 0,0 0}}[data-theme=cyberpunk] .profile-card{background:var(--color-card);border:1px solid var(--color-card-border);position:relative;box-shadow:0 0 20px #0ff3,0 0 40px #ff00ff1a,inset 0 0 60px #00ffff0d}[data-theme=cyberpunk] .profile-card:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--cyber-cyan) 20%, var(--cyber-magenta) 50%, var(--cyber-cyan) 80%, transparent 100%);height:2px;animation:3s ease-in-out infinite borderGlow;position:absolute;top:0;left:0;right:0}[data-theme=cyberpunk] .profile-card:after{content:"";background:linear-gradient(90deg, transparent 0%, var(--cyber-magenta) 20%, var(--cyber-cyan) 50%, var(--cyber-magenta) 80%, transparent 100%);height:2px;animation:3s ease-in-out infinite reverse borderGlow;position:absolute;bottom:0;left:0;right:0}@keyframes borderGlow{0%,to{opacity:.5}50%{opacity:1}}[data-theme=cyberpunk] .avatar-border{background:linear-gradient(135deg, var(--cyber-cyan), var(--cyber-magenta));animation:2s ease-in-out infinite avatarPulse;box-shadow:0 0 20px #00ffff80,0 0 40px #ff00ff4d}@keyframes avatarPulse{0%,to{box-shadow:0 0 20px #00ffff80,0 0 40px #ff00ff4d}50%{box-shadow:0 0 30px #00ffffb3,0 0 60px #ff00ff80}}[data-theme=cyberpunk] .avatar{border-color:var(--color-card)}[data-theme=cyberpunk] .online-status{background:var(--cyber-cyan);box-shadow:0 0 10px var(--cyber-cyan);animation:1s ease-in-out infinite statusBlink}@keyframes statusBlink{0%,to{opacity:1}50%{opacity:.6}}[data-theme=cyberpunk] .code-line{color:var(--cyber-cyan);text-shadow:0 0 5px var(--cyber-cyan);background:#00ffff1a;border:1px solid #00ffff4d}[data-theme=cyberpunk] .name{text-shadow:0 0 2px var(--cyber-cyan), 0 0 4px var(--cyber-magenta);animation:5s ease-in-out infinite nameGlitch}@keyframes nameGlitch{0%,90%,to{text-shadow:0 0 2px var(--cyber-cyan), 0 0 4px var(--cyber-magenta)}92%{text-shadow:-2px 0 var(--cyber-magenta), 2px 0 var(--cyber-cyan)}94%{text-shadow:2px 0 var(--cyber-magenta), -2px 0 var(--cyber-cyan)}}[data-theme=cyberpunk] .title-line{color:var(--cyber-magenta);text-shadow:0 0 4px var(--cyber-magenta)}[data-theme=cyberpunk] .tech-tag{box-shadow:0 0 8px #00ffff4d;color:var(--cyber-cyan)!important;border-color:var(--cyber-cyan)!important;background:#00ffff26!important}[data-theme=cyberpunk] .tech-tag:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 0 15px #00ffff80}[data-theme=cyberpunk] .header{border-bottom:2px solid #0000;border-image:linear-gradient(90deg, var(--cyber-cyan), var(--cyber-magenta), var(--cyber-cyan)) 1;background:#0d0d12f2;box-shadow:0 0 30px #00ffff26,0 2px 10px #0000004d}[data-theme=cyberpunk] input:focus{border-color:var(--cyber-cyan)!important;box-shadow:0 0 15px #0ff6,0 0 0 2px #0ff3!important}[data-theme=cyberpunk] button:hover{border-color:var(--cyber-cyan);box-shadow:0 0 20px #00ffff80}[data-theme=cyberpunk] .nav-item.router-link-active{text-shadow:0 0 4px var(--cyber-cyan);color:var(--cyber-cyan)!important;background-color:#00ffff26!important}[data-theme=cyberpunk] .nav-item.router-link-active:after{background:linear-gradient(90deg, var(--cyber-cyan), var(--cyber-magenta))!important}[data-theme=cyberpunk] .theme-option.active{border-left:3px solid var(--cyber-cyan);background:#0ff3!important}[data-theme=cyberpunk] .theme-menu{border:1px solid var(--cyber-cyan);box-shadow:0 0 30px #00ffff4d,0 10px 40px #00000080}[data-theme=cyberpunk] .theme-btn{border-color:#0ff6}[data-theme=cyberpunk] .theme-btn:hover{border-color:var(--cyber-cyan);color:var(--cyber-cyan);background:#00ffff1a;box-shadow:0 0 15px #0ff6}[data-theme=cyberpunk] .search-input{background:#00ffff0d;border-color:#00ffff4d}[data-theme=cyberpunk] .search-input::placeholder{color:#00ffff80}[data-theme=cyberpunk] .search-btn{background:#ff00ff1a;border-color:#ff00ff4d}[data-theme=cyberpunk] .search-btn:hover{border-color:var(--cyber-magenta);color:var(--cyber-magenta);background:#f0f3}[data-theme=cyberpunk] .logo{box-shadow:0 0 10px #00ffff80}[data-theme=cyberpunk] .blog-title{text-shadow:0 0 5px var(--cyber-cyan)}[data-theme=cyberpunk] .stat-value{color:var(--cyber-cyan);text-shadow:0 0 4px var(--cyber-cyan)}[data-theme=cyberpunk] .mobile-menu{background:#0d0d12fa;border-top:1px solid #00ffff4d;box-shadow:0 10px 30px #00000080,inset 0 0 30px #00ffff0d}[data-theme=cyberpunk] .mobile-nav-item{color:#0ffc;border-left:2px solid #0000;transition:all .3s}[data-theme=cyberpunk] .mobile-nav-item:hover{border-left-color:var(--cyber-cyan);color:var(--cyber-cyan);background:#00ffff1a}[data-theme=cyberpunk] .mobile-nav-item.router-link-active{border-left-color:var(--cyber-cyan);text-shadow:0 0 4px var(--cyber-cyan);color:var(--cyber-cyan)!important;background:#00ffff26!important}[data-theme=cyberpunk] .mobile-search .search-input{color:var(--cyber-cyan);background:#00ffff0d;border-color:#00ffff4d}[data-theme=cyberpunk] .mobile-search .search-input::placeholder{color:#00ffff80}[data-theme=cyberpunk] .mobile-search .search-input:focus{border-color:var(--cyber-cyan);box-shadow:0 0 15px #00ffff4d}[data-theme=cyberpunk] .mobile-search .search-btn{color:var(--cyber-magenta);background:#ff00ff1a;border-color:#ff00ff4d}[data-theme=cyberpunk] .mobile-search .search-btn:hover{border-color:var(--cyber-magenta);background:#f0f3;box-shadow:0 0 15px #f0f6}[data-theme=cyberpunk] .mobile-theme-section{border-top:1px solid #0ff3;margin-top:8px;padding-top:16px}[data-theme=cyberpunk] .mobile-theme-header{color:var(--cyber-cyan);text-shadow:0 0 4px var(--cyber-cyan)}[data-theme=cyberpunk] .mobile-theme-option{background:#00ffff08;border:1px solid #0ff3;margin-bottom:8px}[data-theme=cyberpunk] .mobile-theme-option:hover{border-color:var(--cyber-cyan);background:#00ffff1a;box-shadow:0 0 10px #0ff3}[data-theme=cyberpunk] .mobile-theme-option.active{border-color:var(--cyber-cyan);box-shadow:0 0 15px #00ffff4d;background:#00ffff26!important}[data-theme=cyberpunk] .mobile-theme-option .theme-option-label{color:var(--cyber-cyan)}[data-theme=cyberpunk] .mobile-theme-option .theme-option-desc{color:#0ff9}[data-theme=cyberpunk] .mobile-theme-option .theme-check{color:var(--cyber-cyan);filter:drop-shadow(0 0 5px var(--cyber-cyan))}[data-theme=cyberpunk] .mobile-menu-btn{background:#00ffff0d;border:1px solid #00ffff4d;border-radius:6px}[data-theme=cyberpunk] .hamburger-line{background:var(--cyber-cyan);box-shadow:0 0 5px var(--cyber-cyan)}[data-theme=cyberpunk] .mobile-menu-btn:hover{border-color:var(--cyber-cyan);background:#00ffff1a;box-shadow:0 0 15px #00ffff4d}#waifu{z-index:100!important;pointer-events:none!important;bottom:0!important;left:auto!important;right:0!important}#waifu canvas{pointer-events:auto!important}#waifu-toggle{display:none!important;left:auto!important;right:0!important}#waifu-tool{display:none!important}#waifu-tips{pointer-events:none!important;color:#4a6785!important;background:#c8e1f5e6!important;border:1px solid #b4d2f0b3!important}@media (width<=768px){#waifu,#waifu canvas{width:200px!important;height:250px!important}#waifu-tips{max-width:180px!important;padding:5px 10px!important;font-size:12px!important}}@media (width<=480px){#waifu{width:120px!important;height:150px!important;bottom:60px!important;right:5px!important}#waifu canvas{width:120px!important;height:150px!important}#waifu-tips{max-width:100px!important;padding:3px 8px!important;font-size:10px!important;bottom:155px!important;right:5px!important}}@media (width<=320px){#waifu{display:none!important}}.header[data-v-547902f5]{z-index:100;background:var(--color-background);border-bottom:1px solid var(--color-border);position:sticky;top:0;box-shadow:0 1px 3px #0000000d}.header-container[data-v-547902f5]{justify-content:space-between;align-items:center;max-width:1200px;height:60px;margin:0 auto;padding:0 20px;display:flex}.logo-section[data-v-547902f5]{flex-shrink:0}.logo-link[data-v-547902f5]{color:var(--color-heading);align-items:center;gap:10px;text-decoration:none;display:flex}.logo[data-v-547902f5]{object-fit:cover;border-radius:50%;width:32px;height:32px}.blog-title[data-v-547902f5]{white-space:nowrap;font-size:1.25rem;font-weight:600}.nav-menu[data-v-547902f5]{align-items:center;gap:8px;display:flex}.nav-item[data-v-547902f5]{color:var(--color-text);white-space:nowrap;border-radius:6px;padding:8px 16px;font-size:.95rem;text-decoration:none;transition:all .2s}.nav-item[data-v-547902f5]:hover{background:var(--color-background-soft);color:var(--color-heading)}.nav-item.router-link-active[data-v-547902f5]{color:#409eff;background-color:#ebeef2;font-weight:500;position:relative}.nav-item.router-link-active[data-v-547902f5]:after{content:"";background-color:#409eff;width:60%;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.publish-btn[data-v-547902f5]{color:#fff;white-space:nowrap;cursor:pointer;background:#42b883;border:none;border-radius:6px;padding:8px 16px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s}.publish-btn[data-v-547902f5]:hover{color:#fff;background:#3aa876;transform:translateY(-1px)}.logout-btn[data-v-547902f5]{color:#fff;white-space:nowrap;cursor:pointer;background:#f56c6c;border:none;border-radius:6px;padding:8px 16px;font-size:.95rem;font-weight:600;transition:all .2s}.logout-btn[data-v-547902f5]:hover{background:#e45656;transform:translateY(-1px)}.search-section[data-v-547902f5]{align-items:center;gap:8px;display:flex}.search-input[data-v-547902f5]{border:1px solid var(--color-border);background:var(--color-background);color:var(--color-text);border-radius:6px;width:180px;padding:8px 12px;font-size:.9rem;transition:all .2s}.search-input[data-v-547902f5]:focus{border-color:#42b883;outline:none;box-shadow:0 0 0 2px #42b8831a}.search-input[data-v-547902f5]::placeholder{color:var(--vt-c-text-light-2)}.search-btn[data-v-547902f5]{border:1px solid var(--color-border);background:var(--color-background);color:var(--color-text);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:8px 12px;transition:all .2s;display:flex}.search-btn[data-v-547902f5]:hover{background:var(--color-background-soft);color:#42b883;border-color:#42b883}.theme-switcher[data-v-547902f5]{position:relative}.theme-btn[data-v-547902f5]{border:1px solid var(--color-border);background:var(--color-background);color:var(--color-text);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:8px 10px;transition:all .2s;display:flex}.theme-btn[data-v-547902f5]:hover{background:var(--color-background-soft);border-color:var(--color-primary);color:var(--color-primary)}.theme-menu[data-v-547902f5]{z-index:200;background:#fff;border:1px solid #e0e0e0;border-radius:8px;min-width:200px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}.theme-menu-header[data-v-547902f5]{color:#2c3e50;background:#f5f5f5;border-bottom:1px solid #e0e0e0;padding:12px 16px;font-size:.85rem;font-weight:600}.theme-option[data-v-547902f5]{cursor:pointer;background:#fff;justify-content:space-between;align-items:center;padding:12px 16px;transition:all .2s;display:flex}.theme-option[data-v-547902f5]:hover{background:#f0f7ff}.theme-option.active[data-v-547902f5]{background:#e6f4ff}.theme-option-info[data-v-547902f5]{flex-direction:column;gap:2px;display:flex}.theme-option-label[data-v-547902f5]{color:#2c3e50;font-size:.95rem;font-weight:500}.theme-option-desc[data-v-547902f5]{color:#666;font-size:.8rem}.theme-check[data-v-547902f5]{color:#409eff}.mobile-menu-btn[data-v-547902f5]{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:6px;width:40px;height:40px;padding:8px;display:none}.hamburger-line[data-v-547902f5]{background:var(--color-text);border-radius:2px;width:24px;height:2px;transition:all .3s}.hamburger-line.open[data-v-547902f5]:first-child{transform:rotate(45deg)translate(6px,6px)}.hamburger-line.open[data-v-547902f5]:nth-child(2){opacity:0}.hamburger-line.open[data-v-547902f5]:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.mobile-menu[data-v-547902f5]{background:var(--color-background);border-bottom:1px solid var(--color-border);max-height:0;transition:max-height .3s;display:none;overflow:hidden}.mobile-menu.open[data-v-547902f5]{max-height:80vh;overflow-y:auto}.mobile-nav[data-v-547902f5]{flex-direction:column;gap:8px;padding:12px 20px;display:flex}.mobile-nav-item[data-v-547902f5]{color:var(--color-text);border-radius:6px;padding:12px 16px;font-size:1rem;text-decoration:none;transition:all .2s}.mobile-nav-item[data-v-547902f5]:hover{background:var(--color-background-soft)}.mobile-nav-item.router-link-active[data-v-547902f5]{color:#409eff;background-color:#ebeef2;font-weight:500}.mobile-publish-section[data-v-547902f5]{padding:0 20px 12px}.mobile-publish-btn[data-v-547902f5]{color:#fff;text-align:center;cursor:pointer;background:#42b883;border:none;border-radius:6px;width:100%;padding:12px 16px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.mobile-publish-btn[data-v-547902f5]:hover{color:#fff;background:#3aa876;transform:translateY(-1px)}.mobile-logout-btn[data-v-547902f5]{color:#fff;text-align:center;cursor:pointer;background:#f56c6c;border:none;border-radius:6px;width:100%;margin-top:8px;padding:12px 16px;font-size:1rem;font-weight:600;transition:all .2s;display:block}.mobile-logout-btn[data-v-547902f5]:hover{background:#e45656;transform:translateY(-1px)}.mobile-search[data-v-547902f5]{gap:8px;padding:0 20px 12px;display:flex}.mobile-search .search-input[data-v-547902f5]{flex:1;width:100%}.mobile-theme-section[data-v-547902f5]{padding:0 20px 12px}.mobile-theme-header[data-v-547902f5]{color:#2c3e50;margin-bottom:8px;font-size:.85rem;font-weight:600}.mobile-theme-option[data-v-547902f5]{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:12px 16px;transition:all .2s;display:flex}.mobile-theme-option[data-v-547902f5]:hover{background:#f0f7ff;border-color:#409eff}.mobile-theme-option.active[data-v-547902f5]{background:#e6f4ff;border-color:#409eff}.mobile-theme-option .theme-option-label[data-v-547902f5]{color:#2c3e50}.mobile-theme-option .theme-option-desc[data-v-547902f5]{color:#666}.mobile-theme-option .theme-check[data-v-547902f5]{color:#409eff}@media (width<=992px){.nav-menu[data-v-547902f5]{gap:4px}.nav-item[data-v-547902f5]{padding:6px 12px;font-size:.9rem}.search-input[data-v-547902f5]{width:140px}}@media (width<=768px){.header-container[data-v-547902f5]{padding:0 12px}.desktop-nav[data-v-547902f5],.desktop-search[data-v-547902f5]{display:none}.mobile-menu-btn[data-v-547902f5]{display:flex}.mobile-menu[data-v-547902f5]{display:block}.blog-title[data-v-547902f5]{font-size:1.1rem}.logo[data-v-547902f5]{width:28px;height:28px}}[data-theme=cyberpunk] .header[data-v-547902f5]{background:#0d0d12f2;border-bottom:2px solid #0000;border-image:linear-gradient(90deg,#0ff0fc,#f0f,#0ff0fc) 1;box-shadow:0 0 30px #00ffff26,0 2px 10px #0000004d}[data-theme=cyberpunk] .logo-link[data-v-547902f5]{color:#0ff0fc}[data-theme=cyberpunk] .logo[data-v-547902f5]{box-shadow:0 0 10px #00ffff80}[data-theme=cyberpunk] .blog-title[data-v-547902f5]{text-shadow:0 0 5px #0ff0fc}[data-theme=cyberpunk] .nav-item[data-v-547902f5]{color:#0ffc}[data-theme=cyberpunk] .nav-item[data-v-547902f5]:hover{color:#0ff0fc;background:#00ffff1a}[data-theme=cyberpunk] .nav-item.router-link-active[data-v-547902f5]{color:#0ff0fc;text-shadow:0 0 4px #0ff0fc;background-color:#00ffff26}[data-theme=cyberpunk] .nav-item.router-link-active[data-v-547902f5]:after{background:linear-gradient(90deg,#0ff0fc,#f0f)}[data-theme=cyberpunk] .publish-btn[data-v-547902f5]{color:#0a0a0f;text-shadow:0 0 5px #00000080;background:linear-gradient(135deg,#f0f,#0ff0fc);border:1px solid #0000;font-weight:600}[data-theme=cyberpunk] .publish-btn[data-v-547902f5]:hover{transform:translateY(-2px);box-shadow:0 0 20px #ff00ff80,0 0 20px #00ffff80}[data-theme=cyberpunk] .search-input[data-v-547902f5]{color:#0ff0fc;background:#00ffff0d;border-color:#00ffff4d}[data-theme=cyberpunk] .search-input[data-v-547902f5]::placeholder{color:#00ffff80}[data-theme=cyberpunk] .search-input[data-v-547902f5]:focus{border-color:#0ff0fc;box-shadow:0 0 15px #0ff6}[data-theme=cyberpunk] .search-btn[data-v-547902f5]{color:#f0f;background:#ff00ff1a;border-color:#ff00ff4d}[data-theme=cyberpunk] .search-btn[data-v-547902f5]:hover{background:#f0f3;border-color:#f0f;box-shadow:0 0 15px #f0f6}[data-theme=cyberpunk] .theme-btn[data-v-547902f5]{color:#0ff0fc;border-color:#0ff6}[data-theme=cyberpunk] .theme-btn[data-v-547902f5]:hover{background:#00ffff1a;border-color:#0ff0fc;box-shadow:0 0 15px #0ff6}[data-theme=cyberpunk] .theme-menu[data-v-547902f5]{background:#1a1a28;border:1px solid #0ff0fc;box-shadow:0 0 30px #00ffff4d,0 10px 40px #00000080}[data-theme=cyberpunk] .theme-menu-header[data-v-547902f5]{color:#0ff0fc;background:#151520;border-bottom-color:#00ffff4d}[data-theme=cyberpunk] .theme-option[data-v-547902f5]{background:#1a1a28}[data-theme=cyberpunk] .theme-option[data-v-547902f5]:hover{background:#00ffff1a}[data-theme=cyberpunk] .theme-option.active[data-v-547902f5]{background:#0ff3;border-left:3px solid #0ff0fc}[data-theme=cyberpunk] .theme-option-label[data-v-547902f5]{color:#0ff0fc}[data-theme=cyberpunk] .theme-option-desc[data-v-547902f5]{color:#0ff9}[data-theme=cyberpunk] .theme-check[data-v-547902f5]{color:#0ff0fc}[data-theme=cyberpunk] .mobile-menu-btn[data-v-547902f5]{background:#00ffff0d;border:1px solid #00ffff4d}[data-theme=cyberpunk] .hamburger-line[data-v-547902f5]{background:#0ff0fc;box-shadow:0 0 5px #0ff0fc}[data-theme=cyberpunk] .mobile-menu-btn[data-v-547902f5]:hover{background:#00ffff1a;border-color:#0ff0fc;box-shadow:0 0 15px #00ffff4d}[data-theme=cyberpunk] .mobile-menu[data-v-547902f5]{background:#0d0d12fa;border-top:1px solid #00ffff4d;box-shadow:0 10px 30px #00000080,inset 0 0 30px #00ffff0d}[data-theme=cyberpunk] .mobile-nav-item[data-v-547902f5]{color:#0ffc}[data-theme=cyberpunk] .mobile-nav-item[data-v-547902f5]:hover{color:#0ff0fc;background:#00ffff1a}[data-theme=cyberpunk] .mobile-nav-item.router-link-active[data-v-547902f5]{color:#0ff0fc;text-shadow:0 0 4px #0ff0fc;background:#00ffff26}[data-theme=cyberpunk] .mobile-publish-btn[data-v-547902f5]{color:#0a0a0f;text-shadow:0 0 5px #00000080;background:linear-gradient(135deg,#f0f,#0ff0fc);border:1px solid #0000;font-weight:600}[data-theme=cyberpunk] .mobile-publish-btn[data-v-547902f5]:hover{transform:translateY(-2px);box-shadow:0 0 20px #ff00ff80,0 0 20px #00ffff80}[data-theme=cyberpunk] .mobile-search .search-input[data-v-547902f5]{color:#0ff0fc;background:#00ffff0d;border-color:#00ffff4d}[data-theme=cyberpunk] .mobile-search .search-btn[data-v-547902f5]{color:#f0f;background:#ff00ff1a;border-color:#ff00ff4d}[data-theme=cyberpunk] .mobile-theme-header[data-v-547902f5]{color:#0ff0fc}[data-theme=cyberpunk] .mobile-theme-option[data-v-547902f5]{background:#1a1a28;border:1px solid #0ff3}[data-theme=cyberpunk] .mobile-theme-option[data-v-547902f5]:hover{background:#00ffff1a;border-color:#0ff0fc}[data-theme=cyberpunk] .mobile-theme-option.active[data-v-547902f5]{background:#00ffff26;border-color:#0ff0fc}[data-theme=cyberpunk] .mobile-theme-option .theme-option-label[data-v-547902f5]{color:#0ff0fc}[data-theme=cyberpunk] .mobile-theme-option .theme-option-desc[data-v-547902f5]{color:#0ff9}[data-theme=cyberpunk] .mobile-theme-option .theme-check[data-v-547902f5]{color:#0ff0fc}.login-overlay[data-v-547902f5]{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.login-modal[data-v-547902f5]{background:#fff;border-radius:12px;width:400px;max-width:90vw;overflow:hidden;box-shadow:0 8px 30px #0003}.login-header[data-v-547902f5]{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.login-header h3[data-v-547902f5]{color:#2c3e50;margin:0;font-size:1.2rem}.login-close[data-v-547902f5]{color:#999;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1}.login-close[data-v-547902f5]:hover{color:#333}.login-body[data-v-547902f5]{padding:24px}.login-tip[data-v-547902f5]{color:#888;margin:0 0 20px;font-size:.9rem}.login-field[data-v-547902f5]{margin-bottom:16px}.login-field label[data-v-547902f5]{color:#333;margin-bottom:6px;font-size:.9rem;font-weight:500;display:block}.login-field input[data-v-547902f5]{color:#333;box-sizing:border-box;background:#fff;border:1px solid #dcdfe6;border-radius:6px;width:100%;padding:10px 14px;font-size:.95rem;transition:border-color .2s}.login-field input[data-v-547902f5]:focus{border-color:#42b883;outline:none;box-shadow:0 0 0 2px #42b88326}.login-error[data-v-547902f5]{color:#f56c6c;margin:0 0 12px;font-size:.85rem}.login-submit[data-v-547902f5]{color:#fff;cursor:pointer;background:#42b883;border:none;border-radius:6px;width:100%;padding:12px;font-size:1rem;font-weight:500;transition:background .2s}.login-submit[data-v-547902f5]:hover:not(:disabled){background:#3aa876}.login-submit[data-v-547902f5]:disabled{cursor:not-allowed;background:#ccc}[data-theme=cyberpunk] .login-modal[data-v-547902f5]{background:#1a1a28;border:1px solid #0ff0fc;box-shadow:0 0 30px #00ffff4d,0 8px 30px #00000080}[data-theme=cyberpunk] .login-header[data-v-547902f5]{border-bottom-color:#00ffff4d}[data-theme=cyberpunk] .login-header h3[data-v-547902f5]{color:#0ff0fc;text-shadow:0 0 5px #0ff0fc}[data-theme=cyberpunk] .login-close[data-v-547902f5]{color:#0ff9}[data-theme=cyberpunk] .login-close[data-v-547902f5]:hover{color:#0ff0fc}[data-theme=cyberpunk] .login-tip[data-v-547902f5]{color:#0ff9}[data-theme=cyberpunk] .login-field label[data-v-547902f5]{color:#0ff0fc}[data-theme=cyberpunk] .login-field input[data-v-547902f5]{color:#0ff0fc;background:#00ffff0d;border-color:#00ffff4d}[data-theme=cyberpunk] .login-field input[data-v-547902f5]:focus{border-color:#0ff0fc;box-shadow:0 0 15px #0ff6}[data-theme=cyberpunk] .login-field input[data-v-547902f5]::placeholder{color:#0ff6}[data-theme=cyberpunk] .login-error[data-v-547902f5]{color:#f0f;text-shadow:0 0 5px #ff00ff80}[data-theme=cyberpunk] .login-submit[data-v-547902f5]{color:#0a0a0f;background:linear-gradient(135deg,#f0f,#0ff0fc);font-weight:600}[data-theme=cyberpunk] .login-submit[data-v-547902f5]:hover:not(:disabled){box-shadow:0 0 20px #ff00ff80,0 0 20px #00ffff80}[data-theme=cyberpunk] .login-submit[data-v-547902f5]:disabled{color:#00ffff80;background:#0ff3}.main-content[data-v-d3932717]{max-width:1200px;margin:0 auto;padding:20px}@media (width<=768px){.main-content[data-v-d3932717]{padding:12px}}@media (width<=480px){.main-content[data-v-d3932717]{padding:8px}}.home[data-v-27813d4f]{width:100%}.profile-section[data-v-27813d4f]{margin-bottom:30px}.profile-card[data-v-27813d4f]{background:var(--color-card);border:1px solid var(--color-card-border);border-radius:16px;gap:40px;padding:40px;transition:all .3s;display:flex;box-shadow:0 2px 12px #00000014}.avatar-wrapper[data-v-27813d4f]{flex-shrink:0}.avatar-border[data-v-27813d4f]{background:#409eff;border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;padding:6px;display:flex;position:relative}.avatar[data-v-27813d4f]{object-fit:cover;border:4px solid var(--color-background);border-radius:50%;width:100%;height:100%}.online-status[data-v-27813d4f]{border:3px solid var(--color-background);background:#67c23a;border-radius:50%;width:24px;height:24px;position:absolute;bottom:8px;right:8px;box-shadow:0 0 0 2px #409eff}.profile-info[data-v-27813d4f]{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex}.code-line[data-v-27813d4f]{color:#67c23a;white-space:nowrap;background:#f0f9eb;border-radius:4px;width:fit-content;padding:6px 12px;font-family:Fira Code,Consolas,monospace;font-size:.95rem}.name[data-v-27813d4f]{color:var(--color-heading);margin:0;font-size:2rem;font-weight:700}.title-line[data-v-27813d4f]{color:#409eff;font-size:1.1rem;font-weight:500}.bio[data-v-27813d4f]{color:var(--color-text);margin:0;font-size:.95rem;line-height:1.8}.stats[data-v-27813d4f]{gap:40px;margin-top:8px;display:flex}.stat-item[data-v-27813d4f]{flex-direction:column;align-items:center;gap:4px;display:flex}.stat-value[data-v-27813d4f]{color:var(--color-heading);font-size:1.5rem;font-weight:700}.stat-label[data-v-27813d4f]{color:var(--color-text);opacity:.7;font-size:.9rem}.tech-tags[data-v-27813d4f]{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.tech-tag[data-v-27813d4f]{border:1px solid;border-radius:20px;padding:6px 14px;font-size:.85rem;font-weight:500;transition:transform .2s}.tech-tag[data-v-27813d4f]:hover{transform:translateY(-2px)}@media (width<=992px){.profile-card[data-v-27813d4f]{gap:30px;padding:30px}.avatar-border[data-v-27813d4f]{width:140px;height:140px}.name[data-v-27813d4f]{font-size:1.75rem}.stats[data-v-27813d4f]{gap:30px}}@media (width<=768px){.profile-section[data-v-27813d4f]{margin-bottom:20px}.profile-card[data-v-27813d4f]{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:20px}.avatar-border[data-v-27813d4f]{width:100px;height:100px}.online-status[data-v-27813d4f]{border-width:2px;width:18px;height:18px;bottom:4px;right:4px}.profile-info[data-v-27813d4f]{align-items:center;width:100%}.code-line[data-v-27813d4f]{padding:4px 8px;font-size:.85rem}.name[data-v-27813d4f]{font-size:1.5rem}.title-line[data-v-27813d4f]{font-size:.95rem}.bio[data-v-27813d4f]{font-size:.85rem;line-height:1.6}.stats[data-v-27813d4f]{justify-content:center;gap:20px}.stat-value[data-v-27813d4f]{font-size:1.25rem}.stat-label[data-v-27813d4f]{font-size:.8rem}.tech-tags[data-v-27813d4f]{justify-content:center;gap:8px}.tech-tag[data-v-27813d4f]{padding:4px 10px;font-size:.75rem}}@media (width<=480px){.profile-card[data-v-27813d4f]{border-radius:12px;gap:16px;padding:16px}.avatar-border[data-v-27813d4f]{width:80px;height:80px;padding:4px}.avatar[data-v-27813d4f]{border-width:3px}.online-status[data-v-27813d4f]{width:14px;height:14px}.name[data-v-27813d4f]{font-size:1.25rem}.title-line[data-v-27813d4f]{font-size:.85rem}.bio[data-v-27813d4f]{font-size:.8rem}.stats[data-v-27813d4f]{gap:16px}.stat-value[data-v-27813d4f]{font-size:1rem}.tech-tag[data-v-27813d4f]{padding:3px 8px;font-size:.7rem}}.main-content-section[data-v-27813d4f]{grid-template-columns:1fr 320px;gap:24px;margin-top:30px;display:grid}.articles-section[data-v-27813d4f]{min-width:0}.section-header[data-v-27813d4f]{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.section-title[data-v-27813d4f]{color:var(--color-heading);align-items:center;gap:8px;margin:0;font-size:1.25rem;font-weight:600;display:flex}.title-icon[data-v-27813d4f]{font-size:1.1rem}.view-all[data-v-27813d4f]{color:#409eff;font-size:.9rem;text-decoration:none;transition:color .2s}.view-all[data-v-27813d4f]:hover{color:#66b1ff}.article-list[data-v-27813d4f]{flex-direction:column;gap:16px;display:flex}.article-card[data-v-27813d4f]{background:var(--color-card);border:1px solid var(--color-card-border);cursor:pointer;border-radius:12px;padding:20px;transition:all .3s}.article-card[data-v-27813d4f]:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001a}.article-content[data-v-27813d4f]{flex-direction:column;gap:10px;display:flex}.article-meta[data-v-27813d4f]{align-items:center;gap:12px;display:flex}.article-category[data-v-27813d4f]{background:currentColor padding-box padding-box;border-radius:4px;padding:2px 8px;font-size:.8rem;font-weight:600;position:relative}.article-category[data-v-27813d4f]:before{content:"";opacity:.15;border-radius:inherit;background:currentColor;position:absolute;inset:0}.article-date[data-v-27813d4f]{color:var(--color-text);opacity:.6;font-size:.85rem}.favorite-star[data-v-27813d4f]{filter:drop-shadow(0 0 2px #ffc10780);font-size:.9rem}.top-badge[data-v-27813d4f]{color:#ff6b6b;background:#ff6b6b26;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:500}.loading[data-v-27813d4f],.empty[data-v-27813d4f]{text-align:center;color:var(--color-text);opacity:.6;padding:40px}.article-title[data-v-27813d4f]{color:var(--color-heading);margin:0;font-size:1.1rem;font-weight:600;line-height:1.4;transition:color .2s}.article-card:hover .article-title[data-v-27813d4f]{color:#409eff}.article-summary[data-v-27813d4f]{color:var(--color-text);opacity:.8;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.article-footer[data-v-27813d4f]{justify-content:space-between;align-items:center;margin-top:4px;display:flex}.article-tags[data-v-27813d4f]{flex-wrap:wrap;gap:8px;display:flex}.article-tag[data-v-27813d4f]{color:var(--color-text);opacity:.7;background:var(--color-background-soft);border-radius:10px;padding:2px 8px;font-size:.75rem}.article-stats[data-v-27813d4f]{gap:12px;display:flex}.article-stats .stat[data-v-27813d4f]{color:var(--color-text);opacity:.6;align-items:center;gap:4px;font-size:.85rem;display:flex}.stat-icon[data-v-27813d4f]{font-size:.8rem}.sidebar[data-v-27813d4f]{flex-direction:column;gap:20px;display:flex}.sidebar-card[data-v-27813d4f]{background:var(--color-card);border:1px solid var(--color-card-border);border-radius:12px;padding:20px}.sidebar-title[data-v-27813d4f]{color:var(--color-heading);border-bottom:1px solid var(--color-border);align-items:center;gap:8px;margin:0 0 16px;padding-bottom:12px;font-size:1rem;font-weight:600;display:flex}.category-list[data-v-27813d4f]{flex-direction:column;gap:10px;display:flex}.category-item[data-v-27813d4f]{cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;transition:all .2s;display:flex}.category-item[data-v-27813d4f]:hover{background:var(--color-background-soft)}.category-dot[data-v-27813d4f]{border-radius:50%;flex-shrink:0;width:8px;height:8px}.category-name[data-v-27813d4f]{color:var(--color-text);flex:1;font-size:.9rem}.category-count[data-v-27813d4f]{color:var(--color-text);opacity:.6;background:var(--color-background-soft);border-radius:10px;padding:2px 8px;font-size:.8rem}.tag-cloud[data-v-27813d4f]{flex-wrap:wrap;align-items:center;gap:6px;padding:4px 0;display:flex}.cloud-tag[data-v-27813d4f]{color:color-mix(in srgb, var(--tag-color,#409eff) 70%, var(--color-text));cursor:pointer;border:1px dashed color-mix(in srgb, var(--tag-color,#409eff) 35%, transparent);font-weight:400;line-height:1;font-size:inherit;background:0 0;border-radius:4px;align-items:center;gap:2px;padding:4px 10px;transition:all .25s;animation:.5s both tagFadeIn-27813d4f;display:inline-flex;position:relative}.cloud-tag[data-v-27813d4f]:before{content:"#";color:var(--tag-color,#409eff);opacity:.5;font-size:.75em;font-weight:600;transition:all .25s}.cloud-tag[data-v-27813d4f]:hover{color:var(--tag-color,#409eff);background:color-mix(in srgb, var(--tag-color,#409eff) 8%, transparent);border-color:color-mix(in srgb, var(--tag-color,#409eff) 50%, transparent);border-style:solid;transform:translateY(-1px)}.cloud-tag[data-v-27813d4f]:hover:before{opacity:1}@keyframes tagFadeIn-27813d4f{0%{opacity:0;transform:translateY(8px)}to{opacity:.85;transform:translateY(0)}}@media (width<=992px){.main-content-section[data-v-27813d4f]{grid-template-columns:1fr;gap:20px}.sidebar[data-v-27813d4f]{flex-flow:wrap}.sidebar-card[data-v-27813d4f]{flex:1;min-width:280px}}@media (width<=768px){.main-content-section[data-v-27813d4f]{margin-top:20px}.section-header[data-v-27813d4f]{margin-bottom:16px}.section-title[data-v-27813d4f]{font-size:1.1rem}.article-card[data-v-27813d4f]{padding:16px}.article-title[data-v-27813d4f]{font-size:1rem}.sidebar[data-v-27813d4f]{flex-direction:column}.sidebar-card[data-v-27813d4f]{min-width:auto}}@media (width<=480px){.section-title[data-v-27813d4f]{font-size:1rem}.view-all[data-v-27813d4f]{font-size:.85rem}.article-card[data-v-27813d4f]{border-radius:10px;padding:14px}.article-meta[data-v-27813d4f]{flex-wrap:wrap;gap:8px}.article-footer[data-v-27813d4f]{flex-direction:column;align-items:flex-start;gap:10px}.sidebar-card[data-v-27813d4f]{padding:16px}}[data-theme=cyberpunk] .article-card[data-v-27813d4f]{background:var(--color-card);border-color:var(--color-card-border);box-shadow:0 0 15px #00ffff1a}[data-theme=cyberpunk] .article-card[data-v-27813d4f]:hover{border-color:var(--cyber-cyan);box-shadow:0 0 20px #00ffff4d,0 0 40px #ff00ff1a}[data-theme=cyberpunk] .article-title[data-v-27813d4f]{text-shadow:none}[data-theme=cyberpunk] .article-card:hover .article-title[data-v-27813d4f]{color:var(--cyber-cyan);text-shadow:0 0 5px var(--cyber-cyan)}[data-theme=cyberpunk] .article-tag[data-v-27813d4f]{color:var(--cyber-cyan);opacity:.8;background:#00ffff1a}[data-theme=cyberpunk] .sidebar-card[data-v-27813d4f]{background:var(--color-card);border-color:var(--color-card-border);box-shadow:0 0 15px #00ffff1a}[data-theme=cyberpunk] .sidebar-title[data-v-27813d4f]{color:var(--cyber-cyan);text-shadow:0 0 5px var(--cyber-cyan);border-bottom-color:#00ffff4d}[data-theme=cyberpunk] .category-item[data-v-27813d4f]:hover{background:#00ffff1a}[data-theme=cyberpunk] .category-count[data-v-27813d4f]{color:var(--cyber-cyan);background:#00ffff1a}[data-theme=cyberpunk] .cloud-tag[data-v-27813d4f]{color:color-mix(in srgb, var(--tag-color,var(--cyber-cyan)) 70%, var(--color-text));border-color:color-mix(in srgb, var(--tag-color,var(--cyber-cyan)) 40%, transparent)}[data-theme=cyberpunk] .cloud-tag[data-v-27813d4f]:before{color:var(--tag-color,var(--cyber-cyan));text-shadow:0 0 3px var(--tag-color,var(--cyber-cyan))}[data-theme=cyberpunk] .cloud-tag[data-v-27813d4f]:hover{color:var(--tag-color,var(--cyber-cyan));background:color-mix(in srgb, var(--tag-color,var(--cyber-cyan)) 10%, transparent);border-color:var(--tag-color,var(--cyber-cyan));text-shadow:0 0 4px var(--tag-color,var(--cyber-cyan));box-shadow:0 0 8px color-mix(in srgb, var(--tag-color,var(--cyber-cyan)) 25%, transparent);border-style:solid}[data-theme=cyberpunk] .view-all[data-v-27813d4f]{color:var(--cyber-magenta)}[data-theme=cyberpunk] .view-all[data-v-27813d4f]:hover{color:var(--cyber-cyan);text-shadow:0 0 5px var(--cyber-cyan)}[data-theme=cyberpunk] .section-title[data-v-27813d4f]{text-shadow:0 0 3px var(--cyber-cyan)}[data-theme=cyberpunk] .profile-card[data-v-27813d4f]{background:var(--color-card);border-color:var(--color-card-border);box-shadow:0 0 20px #0ff3,0 0 40px #ff00ff1a,inset 0 0 60px #00ffff0d}[data-theme=cyberpunk] .avatar-border[data-v-27813d4f]{background:linear-gradient(135deg,#0ff0fc,#f0f);box-shadow:0 0 20px #00ffff80,0 0 40px #ff00ff4d}[data-theme=cyberpunk] .avatar[data-v-27813d4f]{border-color:var(--color-card)}[data-theme=cyberpunk] .online-status[data-v-27813d4f]{background:#0ff0fc;box-shadow:0 0 10px #0ff0fc}[data-theme=cyberpunk] .code-line[data-v-27813d4f]{color:#0ff0fc;text-shadow:0 0 5px #0ff0fc;background:#00ffff1a;border:1px solid #00ffff4d}[data-theme=cyberpunk] .name[data-v-27813d4f]{text-shadow:0 0 2px #0ff0fc,0 0 4px #f0f}[data-theme=cyberpunk] .title-line[data-v-27813d4f]{color:#f0f;text-shadow:0 0 4px #f0f}[data-theme=cyberpunk] .bio[data-v-27813d4f]{color:#00ffffe6}[data-theme=cyberpunk] .stat-value[data-v-27813d4f]{color:#0ff0fc;text-shadow:0 0 4px #0ff0fc}[data-theme=cyberpunk] .stat-label[data-v-27813d4f]{color:#0ff9}.pagination[data-v-27813d4f]{justify-content:center;align-items:center;gap:8px;margin-top:30px;padding:20px 0;display:flex}.page-btn[data-v-27813d4f]{border:1px solid var(--color-card-border);background:var(--color-card);min-width:40px;height:40px;color:var(--color-text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;font-size:.95rem;transition:all .3s;display:flex}.page-btn[data-v-27813d4f]:hover:not(:disabled){color:#409eff;border-color:#409eff}.page-btn.active[data-v-27813d4f]{color:#fff;background:#409eff;border-color:#409eff}.page-btn[data-v-27813d4f]:disabled{opacity:.4;cursor:not-allowed}.page-btn.prev[data-v-27813d4f],.page-btn.next[data-v-27813d4f]{font-size:1.2rem;font-weight:700}.page-ellipsis[data-v-27813d4f]{color:var(--color-text);opacity:.5;padding:0 4px}@media (width<=768px){.pagination[data-v-27813d4f]{gap:4px}.page-btn[data-v-27813d4f]{min-width:36px;height:36px;font-size:.85rem}}
