*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{color:var(--theme-text,#e2e8f0);background:var(--theme-page,#000);flex-direction:column;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.2;display:flex}a:link{color:var(--theme-link,#ffff35)}.index-space{height:80px}.content{background:var(--theme-surface,#0f0f23);backdrop-filter:blur(20px);margin:1rem 0;padding:2rem 3rem}.home-button,.blog-button{color:#fff;background:linear-gradient(135deg,#00008c,#000);padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #95ddf94d}.home-button:hover,.blog-button:hover{background:linear-gradient(135deg,#000d87,#95ddf9);transform:translateY(-3px);box-shadow:0 8px 25px #95ddf966}.blog-content{max-width:800px;margin:0 auto}.post-count{color:var(--theme-muted,#a0aec0);margin-top:1rem;font-size:.95rem}.rss-link{margin-top:1rem}.rss-link a{color:#ffff35;background:#1a1a2ecc;border:1px solid #95ddf959;padding:.4rem .75rem;font-size:.95rem;text-decoration:none;display:inline-block}.rss-link a:hover{background:#1a1a2e;border-color:#95ddf9bf}.blog-image{width:600px;max-width:50%;height:auto}.home-content{max-width:900px;margin:0 auto}.welcome-text{color:var(--theme-body,#cbd5e0);text-align:center;margin-bottom:3rem;font-size:1.2rem;line-height:1.8}.featured-section{margin:3rem 0}.featured-posts{gap:2rem;margin-top:2rem;display:grid}.featured-post{background:var(--theme-card,#1a1a2ecc);border:1px solid var(--theme-soft-border,#95ddf933);box-shadow:0 8px 32px var(--theme-shadow,#0006);padding:2rem;transition:all .3s}.featured-post:hover{box-shadow:0 16px 48px var(--theme-shadow-hover,#0009);border-color:#95ddf966;transform:translateY(-4px)}.hobby-content{max-width:900px;margin:0 auto}.hobby-categories{margin:3rem 0}.category-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}.category-card{background:var(--theme-card,#1a1a2ecc);border:1px solid var(--theme-soft-border,#95ddf933);box-shadow:0 8px 32px var(--theme-shadow,#0006);text-align:center;padding:2rem;transition:all .3s}.category-card:hover{box-shadow:0 16px 48px var(--theme-shadow-hover,#0009);border-color:#95ddf966;transform:translateY(-4px)}.category-card h3{color:var(--theme-text,#e2e8f0);margin-bottom:1rem}.category-card p{color:var(--theme-muted,#a0aec0);margin-bottom:1.5rem}.category-link{color:#fff;background:linear-gradient(135deg,#000d87,#95ddf9);border:1px solid #95ddf94d;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.category-link:hover{border-color:#95ddf999;transform:translateY(-2px);box-shadow:0 8px 24px #95ddf966}.recent-hobby-posts{margin:3rem 0}.hobby-posts{gap:2rem;margin-top:2rem;display:grid}.hobby-post{background:var(--theme-card,#1a1a2ecc);border:1px solid var(--theme-soft-border,#95ddf933);box-shadow:0 8px 32px var(--theme-shadow-solid,#000);padding:2rem;transition:all .3s}.hobby-post:hover{box-shadow:0 16px 48px var(--theme-shadow-hover,#0009);border-color:#95ddf966;transform:translateY(-4px)}.hobby-about{background:var(--theme-card,#1a1a2ecc);border:1px solid var(--theme-soft-border,#95ddf933);box-shadow:0 8px 32px var(--theme-shadow,#0006);margin:3rem 0;padding:2rem}.category-header{text-align:center;background:var(--theme-card,#1a1a2ecc);border:1px solid var(--theme-soft-border,#95ddf933);box-shadow:0 8px 32px var(--theme-shadow,#0006);margin-bottom:3rem;padding:2rem}.category-posts{gap:2rem;margin-bottom:3rem;display:grid}.category-post{background:var(--theme-card,#1a1a2ecc);border:1px solid var(--theme-soft-border,#95ddf933);box-shadow:0 8px 32px var(--theme-shadow,#0006);padding:2rem;transition:all .3s}.category-post:hover{box-shadow:0 16px 48px var(--theme-shadow-hover,#0009);border-color:#95ddf966;transform:translateY(-4px)}.category-navigation{text-align:center;margin-top:3rem}.post-header{background:var(--theme-card,#1a1a2ecc);border:1px solid var(--theme-soft-border,#95ddf933);box-shadow:0 8px 32px var(--theme-shadow,#0006);margin-bottom:2rem;padding:1.75rem}.breadcrumb{color:var(--theme-muted,#a0aec0);margin-bottom:1.5rem;font-size:.9rem}.breadcrumb a{color:var(--theme-link,#ffff35);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}h1{color:var(--theme-text,#e2e8f0);margin:1rem 0 .5rem;padding-bottom:.75rem;font-size:2.5rem;font-weight:700;line-height:1.2}.post-content{font-size:1.1rem;line-height:1.8}.post-content h2{color:var(--theme-text,#e2e8f0);border-bottom:2px solid var(--theme-line,#95ddf94d);margin:2rem 0 1rem;padding-bottom:.5rem}.post-content h2:first-letter{color:#0091ff;border-top:3px solid var(--theme-heading,#fff);border-left:3px solid #787878;font-size:135%}.post-content h3{color:var(--theme-body,#cbd5e0);margin:1.5rem 0 1rem}.post-content p{color:var(--theme-body,#cbd5e0);margin-bottom:1.5rem}.post-content img{object-fit:contain;width:auto;max-width:min(100%,760px);height:auto;max-height:70vh;margin:1.5rem auto;display:block}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:2rem}.post-content li{color:var(--theme-body,#cbd5e0);margin-bottom:.5rem}.post-content code{background:var(--theme-soft-border,#95ddf933);color:var(--theme-link,#ffff35);padding:.2rem .4rem;font-family:Courier New,monospace}.post-content pre{color:var(--theme-text,#e2e8f0);border:1px solid var(--theme-soft-border,#95ddf933);background:#1a1a2e;max-width:100%;margin:1.5rem 0;padding:1.25rem 1.5rem;font-size:.95rem;line-height:1.6;overflow-x:auto}.post-content pre code{color:inherit;font-size:inherit;background:0 0;padding:0}.post-content blockquote{background:var(--theme-quote,#1a1a2e99);border-left:4px solid var(--theme-border,#95ddf9);color:var(--theme-body,#cbd5e0);margin:1.5rem 0;padding:1rem 1.5rem 1rem 2rem;position:relative;box-shadow:0 2px 8px #0000004d}.post-content blockquote:before{content:"\"";color:var(--theme-line,#95ddf94d);font-family:Georgia,serif;font-size:2rem;line-height:1;position:absolute;top:.5rem;left:.5rem}.post-content blockquote p{z-index:1;margin-bottom:.75rem;position:relative}.post-content blockquote p:last-child{margin-bottom:0}.astro-code,.shiki{--astro-code-background:#1a1a2e;--astro-code-foreground:#e1e4e8;--astro-code-token-comment:#6a737d;--astro-code-token-string:#9ecbff;--astro-code-token-constant:#79b8ff;--astro-code-token-keyword:#f97583;--astro-code-token-parameter:#ffab70;--astro-code-token-function:#b392f0;--astro-code-token-string-expression:#85e89d;--astro-code-token-punctuation:#e1e4e8;--astro-code-token-link:#9ecbff;--astro-code-token-inserted:#85e89d;--astro-code-token-deleted:#fdaeb7;--astro-code-token-changed:#ffab70;background:var(--astro-code-background);color:var(--astro-code-foreground);white-space:pre-wrap;word-wrap:break-word;border:1px solid #95ddf933;max-width:100%;margin:1.5rem 0;padding:1.25rem 1.5rem;font-family:JetBrains Mono,Courier New,monospace;font-size:.95rem;line-height:1.6;overflow-x:auto}.astro-code code,.shiki code{font-family:inherit}.astro-code-foreground{color:var(--astro-code-foreground)}.astro-code-token-comment{color:var(--astro-code-token-comment)}.astro-code-token-string{color:var(--astro-code-token-string)}.astro-code-token-constant{color:var(--astro-code-token-constant)}.astro-code-token-keyword{color:var(--astro-code-token-keyword)}.astro-code-token-parameter{color:var(--astro-code-token-parameter)}.astro-code-token-function{color:var(--astro-code-token-function)}.astro-code-token-string-expression{color:var(--astro-code-token-string-expression)}.astro-code-token-punctuation{color:var(--astro-code-token-punctuation)}.astro-code-token-link{color:var(--astro-code-token-link)}.astro-code-token-inserted{color:var(--astro-code-token-inserted)}.astro-code-token-deleted{color:var(--astro-code-token-deleted)}.astro-code-token-changed{color:var(--astro-code-token-changed)}.astro-code-bold{font-weight:700}.astro-code-italic{font-style:italic}.astro-code-underline{text-decoration:underline}.post-navigation{text-align:center;margin-top:3rem}.adjacent-posts{text-align:left;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.adjacent-post-link{background:var(--theme-card,#1a1a2ecc);color:var(--theme-text,#e2e8f0);border:1px solid #95ddf940;gap:.4rem;padding:1rem 1.25rem;text-decoration:none;transition:all .3s;display:grid}.adjacent-post-link:hover{border-color:#95ddf9cc;transform:translateY(-2px);box-shadow:0 8px 24px #95ddf926}.adjacent-post-link-next{text-align:right}.adjacent-post-link-empty{visibility:hidden}.adjacent-post-label{color:var(--theme-muted,#a0aec0);font-size:.9rem}.adjacent-post-title{color:var(--theme-heading,#fff);line-height:1.5}@media (width<=1024px){.content{padding:1.5rem 2rem}}@media (width<=768px){.main-container{grid-template-rows:auto 1fr;grid-template-columns:1fr}.content{margin:0 1rem 1rem}.category-grid{grid-template-columns:1fr}h1{margin:1.5rem 0 1rem;padding-bottom:.5rem;font-size:2rem}.home-button,.blog-button,.reload-button{text-align:center;width:100%;max-width:300px}.post-content pre,.astro-code,.shiki{margin:1rem 0;padding:1rem;font-size:.85rem}.adjacent-posts{grid-template-columns:1fr}.adjacent-post-link-next{text-align:left}}.site-header{background:var(--theme-surface,#0f0f23);backdrop-filter:blur(20px);box-shadow:0 4px 20px var(--theme-shadow-solid,#000);z-index:100;border-bottom:1px solid var(--theme-border,#95ddf9);padding:.75rem 2rem;position:sticky;top:0}.header-inner{align-items:center;gap:2rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.site-title{color:var(--theme-bright,#f5faff);letter-spacing:.04em;flex-shrink:0;font-size:1.2rem;font-weight:700;line-height:1.2;text-decoration:none}.site-title:hover{color:var(--theme-border,#95ddf9)}.site-title:focus-visible,.site-nav a:focus-visible,.menu-toggle:focus-visible{outline:2px solid var(--theme-border,#95ddf9);outline-offset:3px}.site-nav{justify-content:flex-end;align-items:center;gap:.25rem;margin-left:auto;display:flex}.site-nav a{color:var(--theme-body,#cbd5e0);border-bottom:2px solid #0000;padding:.75rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative;overflow:hidden}.site-nav a:before{content:"";background:linear-gradient(90deg, transparent, var(--theme-border,#95ddf9), transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.site-nav a:hover:before{left:100%}.site-nav a:hover{color:var(--theme-bright,#f5faff);background:#95ddf91a;border-bottom-color:#000d87;transform:translateY(-2px)}.menu-toggle{color:#e2e8f0;background:#0f0f23;border:1px solid #95ddf9;padding:.5rem .75rem;font-size:1.25rem;display:none}@media (width<=1100px){.site-header{padding:.75rem 1rem}.header-inner{gap:.5rem}.site-title{flex-shrink:1;min-width:0;font-size:1.05rem}.site-nav{background:var(--theme-nav,#0f0f23fa);border-bottom:1px solid var(--theme-line,#95ddf94d);flex-direction:column;align-items:stretch;gap:0;margin-left:0;padding:.5rem 0;display:none;position:absolute;top:100%;left:0;right:0}.site-nav.open{display:flex}.site-nav a{border-bottom:1px solid #95ddf926;padding:1rem 1.5rem}.menu-toggle{flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;display:inline-flex}}.theme-select{flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;font-size:.9rem;display:inline-flex}.theme-select[hidden]{display:none}.theme-select select{border:1px solid var(--theme-border,#95ddf9);background:var(--theme-surface,#0f0f23);min-height:44px;color:var(--theme-text,#e2e8f0);font:inherit;cursor:pointer;border-radius:0;padding:.5rem}.theme-select select:focus-visible{outline:2px solid var(--theme-link,#ffff35);outline-offset:3px}@media (width<=768px){.theme-select>span{display:none}}.main-container{flex:1;grid-template-columns:320px 1fr;gap:0;display:grid}.main-container.no-sidebar{grid-template-columns:1fr}.main-container.no-sidebar .content{width:100%;max-width:none;margin:1rem 0}.sidebar{background:var(--theme-sidebar,#050a1a);backdrop-filter:blur(20px);border-right:1px solid var(--theme-border,#95ddf9);box-shadow:4px 0 20px var(--theme-shadow-solid,#000);align-self:start;padding:2rem 1.5rem;position:sticky;top:0;left:0}.sidebar-section{background:var(--theme-sidebar-card,#0a0f22);border:1px solid var(--theme-border,#95ddf9);box-shadow:0 8px 32px var(--theme-shadow-solid,#000);margin-bottom:2.5rem;padding:1.5rem;transition:all .3s}.sidebar-section:hover{box-shadow:0 12px 40px var(--theme-shadow-solid,#000);background:var(--theme-sidebar-card,#0a0f22);border-color:var(--theme-link,#ffff35);transform:translateY(-2px)}.sidebar-section h3{color:var(--theme-text,#e2e8f0);border-bottom:2px solid var(--theme-border,#95ddf9);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600;position:relative}.sidebar-section h3:after{content:"";background:linear-gradient(90deg,#00008c);width:30px;height:2px;position:absolute;bottom:-2px;left:0}.sidebar-section ul{list-style:none}.sidebar-section li{margin-bottom:.5rem}.sidebar-section a{color:var(--theme-body,#cbd5e0);border-left:3px solid #0000;padding:.5rem .75rem;font-size:.95rem;text-decoration:none;transition:all .2s;display:block;position:relative;overflow:hidden}.sidebar-section a:before{content:"";background:linear-gradient(90deg, transparent, var(--theme-border,#95ddf9), transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.sidebar-section a:hover:before{left:100%}.sidebar-section a:hover{color:#f5faff;background:#05008d;border-left-color:#95ddf9;transform:translate(5px)}@media (width<=1024px){.main-container{grid-template-columns:280px 1fr}.sidebar{border-right:none;border-bottom:1px solid var(--theme-line,#95ddf94d);height:auto;padding:1.5rem 1rem;position:relative;box-shadow:0 4px 20px #00000080}.sidebar-section{margin-bottom:1.5rem;padding:1rem}}@media (width<=768px){.main-container{grid-template-columns:1fr}.sidebar{display:none}}html{scroll-behavior:smooth}.pagetopBtn{z-index:2;cursor:pointer;opacity:0;background:#95ddf9;border:2px solid #000;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .3s,transform .3s;display:flex;position:fixed;bottom:30px;right:30px;transform:translateY(0)}.pagetopBtn.shown{opacity:1;transform:translateY(15%)rotate(-45deg)}.pagetop__arrow{border-top:3px solid #000;border-right:3px solid #000;width:12px;height:12px;position:relative}.pagetop__arrow:after{content:"";transform-origin:top;background:#000;width:2.5px;height:0;transition:height .1s;position:absolute;top:50%;left:50%;transform:translate(-50%)rotate(45deg)}@media (hover:hover) and (pointer:fine){.pagetopBtn:hover .pagetop__arrow:after{height:10px}.pagetopBtn:hover{border:4px solid #b31d284d}}.site-footer{background:var(--theme-surface,#0f0f23);backdrop-filter:blur(20px);text-align:center;color:var(--theme-body,#cbd5e0);border-top:1px solid var(--theme-border,#95ddf9);box-shadow:0 -4px 20px var(--theme-shadow-solid,#000);padding:1.5rem}:root[data-theme=dark]{color-scheme:dark;--theme-page:#09090b;--theme-shadow-solid:#000;--theme-surface:#18181b;--theme-sidebar:#111113;--theme-sidebar-card:#202023;--theme-nav:#18181bfa;--theme-card:#232326;--theme-inset:#18181b;--theme-quote:#232326;--theme-text:#e4e4e7;--theme-body:#d4d4d8;--theme-muted:#a1a1aa;--theme-heading:#fafafa;--theme-bright:#fafafa;--theme-link:#a5c9ff;--theme-accent:#8ed5ed;--theme-border:#657582;--theme-soft-border:#a1a1aa40;--theme-line:#a1a1aa59;--theme-shadow:#0006;--theme-shadow-hover:#0009;--theme-added:#b9f6ca;--theme-removed:#fecdd3}:root[data-theme=light]{color-scheme:light;--theme-page:#f1f5f9;--theme-shadow-solid:#d6dee8;--theme-surface:#fff;--theme-sidebar:#edf2f7;--theme-sidebar-card:#fff;--theme-nav:#fffffffa;--theme-card:#f8fafc;--theme-inset:#e8eef5;--theme-quote:#edf2f7;--theme-text:#1e293b;--theme-body:#334155;--theme-muted:#526177;--theme-heading:#172033;--theme-bright:#172033;--theme-link:#174ea6;--theme-accent:#006781;--theme-border:#557c98;--theme-soft-border:#33506e40;--theme-line:#33506e59;--theme-shadow:#0f172a1a;--theme-shadow-hover:#0f172a29;--theme-added:#14532d;--theme-removed:#881337}.post-content pre{color:#e2e8f0}:root[data-theme=light] :is(.astro-code,.shiki){--astro-code-background:#1a1a2e;--astro-code-foreground:#e1e4e8}:root[data-theme=light] .post-content h2:first-letter{border-top-color:#334155}:is(.home-button,.blog-button,.reload-button,.category-link,.back-link,.profile-link,.secret-link,.secret-article-btn,.pagination-link,.pagination-page,.rss-link){--theme-link:#ffff35}:root[data-theme=light] .pagination-summary{color:#526177}
