*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background-color:#1e1e1e;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}header{background-color:#252525;border-bottom:1px solid #404040;padding:1rem 0;box-shadow:0 1px 3px rgba(0,0,0,.3)}.header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;position:relative}.site-title{font-size:1.5rem;font-weight:700;color:#e0e0e0;text-decoration:none;transition:color .3s ease}.site-title:hover{color:#2563eb}nav{display:flex;gap:1.5rem;align-items:center}nav a{color:#b0b0b0;text-decoration:none;font-weight:500;transition:all .3s ease;padding:.5rem 0;position:relative}nav a:hover,nav a.active{color:#2563eb}nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#2563eb;transition:width .3s ease}nav a:hover::after,nav a.active::after{width:100%}main{flex:1;padding:2rem 0}.home-content{max-width:800px;margin:0 auto}.list-content{max-width:800px;margin:0 auto}.linktree-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem 1rem}.linktree-avatar{width:150px;height:150px;border-radius:50%;object-fit:cover;margin-bottom:1.5rem;border:3px solid #404040;box-shadow:0 4px 12px rgba(0,0,0,.4)}.linktree-name{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#e0e0e0}.linktree-subtitle{font-size:1.1rem;color:#b0b0b0;margin-bottom:3rem}.typing-text::after{content:'|';color:#2563eb;animation:blink .7s infinite;margin-left:2px}.typing-text.typing-done::after{animation:none;opacity:0}@keyframes blink{0%,50%{opacity:1}51%,100%{opacity:0}}.linktree-links{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:500px}.linktree-link{display:flex;align-items:center;justify-content:center;padding:1.25rem 2rem;background-color:#2a2a2a;border:2px solid #404040;border-radius:12px;color:#e0e0e0;text-decoration:none;font-size:1.1rem;font-weight:500;transition:all .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.3)}.linktree-link:hover{background-color:#333;border-color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,255,255,.3);text-decoration:none;color:#e0e0e0}.linktree-link:active{transform:translateY(0);background-color:#3a3a3a}@media(max-width:768px){.linktree-avatar{width:120px;height:120px}.linktree-name{font-size:2rem}.linktree-links{max-width:100%}.linktree-link{padding:1rem 1.5rem;font-size:1rem}}@media(max-width:480px){.linktree-avatar{width:100px;height:100px}.linktree-name{font-size:1.75rem}.linktree-subtitle{font-size:1rem}}h1,h2,h3,h4,h5,h6{color:#e0e0e0;margin-bottom:1rem;line-height:1.3}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}p{margin-bottom:1rem;color:silver}a{color:#2563eb;text-decoration:none;transition:all .3s ease}a:hover{color:#fff;text-decoration:underline}a:visited{color:#fff}.post-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.post-item{background-color:#2a2a2a;border:1px solid #404040;border-radius:8px;padding:1.5rem;transition:all .3s ease}.post-item:hover{background-color:#333;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,.3)}.post-date{color:#999;font-size:.9rem;margin-bottom:.5rem}.post-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.post-title a{color:#e0e0e0}.post-title a:hover{color:#2563eb;text-decoration:none}.post-summary{color:#b0b0b0;line-height:1.6}.post{max-width:800px;margin:0 auto}.post-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #404040}.post-meta{color:#999;font-size:.9rem;margin-bottom:1rem;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.post-author{color:#2563eb}.post-content{max-width:65ch;margin:0 auto}.post-content h1,.post-content h2,.post-content h3{margin-top:2rem;margin-bottom:1rem}.post-content p{margin-bottom:1.5rem}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:2rem}.post-content li{margin-bottom:.5rem}.post-content blockquote{border-left:4px solid #2563eb;padding-left:1rem;margin:1.5rem 0;font-style:italic;color:#b0b0b0}.post-content code{background-color:#333;padding:.2rem .4rem;border-radius:4px;font-family:monaco,menlo,ubuntu mono,monospace;font-size:.9em;color:#e0e0e0}.post-content pre{background-color:#2a2a2a;border:1px solid #404040;padding:1rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.post-content pre code{background:0 0;padding:0}.post-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid #404040}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background-color:#2563eb;color:#fff;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;z-index:1000;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(37,99,235,.3)}.back-to-top:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 16px rgba(37,99,235,.4)}footer{background-color:#252525;border-top:1px solid #404040;padding:2rem 0;margin-top:auto}.footer-content{text-align:center;color:#999}.tags-section{margin-top:1rem}.tags-section h3{font-size:1rem;margin-bottom:.5rem;color:#b0b0b0}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{background-color:#2a2a2a;color:#5a9cf5;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;text-decoration:none;transition:all .3s ease;border:1px solid #404040}.tag:hover{background-color:#333;border-color:#2563eb;text-decoration:none;transform:translateY(-1px)}.mobile-menu-toggle{display:none;background:0 0;border:none;color:#e0e0e0;font-size:1.5rem;cursor:pointer;padding:.5rem;transition:color .3s ease}.mobile-menu-toggle:hover{color:#2563eb}.loading{display:inline-block;width:20px;height:20px;border:3px solid #404040;border-radius:50%;border-top-color:#2563eb;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.header-content{flex-direction:column;align-items:flex-start}nav{width:100%;flex-direction:column;gap:.5rem;align-items:flex-start}nav a{padding:.5rem 0;width:100%}.mobile-menu-toggle{display:block;position:absolute;top:0;right:0}.nav-hidden{display:none}h1{font-size:2rem}h2{font-size:1.5rem}.post-item{padding:1rem}.container{padding:0 .75rem}main{padding:1rem 0}.post-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.back-to-top{bottom:1rem;right:1rem;width:45px;height:45px;font-size:1.25rem}}@media(max-width:480px){html{font-size:14px}.site-title{font-size:1.25rem}.post-content{padding:0 .5rem}.post-item{padding:.75rem}.back-to-top{width:40px;height:40px;font-size:1rem}}a:focus,button:focus,input:focus{outline:2px solid #fff;outline-offset:2px}*{transition:color .3s ease,background-color .3s ease,border-color .3s ease}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1e1e1e}::-webkit-scrollbar-thumb{background:#505050;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#606060}