:root{--bg-primary: #151515;--bg-secondary: #202022;--text-primary: #f0f0f2;--text-secondary: #a1a1aa;--accent: #3b82f6;--accent-hover: #2563eb;--link: #60a5fa;--border: #27272a;--glass: rgba(32, 32, 34, .7);--font-main: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif}*,*:before,*:after{box-sizing:border-box}[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f4f4f5;--text-primary: #09090b;--text-secondary: #52525b;--accent: #2563eb;--accent-hover: #1d4ed8;--link: #1d4ed8;--border: #e4e4e7;--glass: rgba(255, 255, 255, .7)}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-main);margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video,svg{max-width:100%;height:auto}a{color:var(--link);text-decoration:none;transition:color .2s}a:hover{text-decoration:underline;opacity:1}.glass{background:var(--glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border)}.breadcrumb{margin-bottom:3rem}.breadcrumb a{color:var(--text-secondary);font-weight:500;transition:color .2s}.breadcrumb a:hover{color:var(--accent)}.page-title{font-size:2rem;margin:0 0 2.5rem;color:var(--text-primary);font-weight:700}@media(min-width:640px){.page-title{font-size:2.5rem}}h1,h2,h3,h4{font-weight:700;letter-spacing:-.02em}.container{width:100%;max-width:860px;margin:0 auto;padding:0 1.5rem}@media(min-width:640px){.container{padding:0 2rem}}.blog-page{padding-top:2rem;padding-bottom:2rem}.prose{line-height:2.1;color:var(--text-primary);font-size:1rem;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;max-width:100%}@media(min-width:640px){.prose{font-size:1.125rem}}.prose-header{margin-bottom:2.5rem}.prose-title{font-size:1.875rem;font-weight:700;margin:0 0 1rem;line-height:1.2;color:var(--text-primary)}@media(min-width:640px){.prose-title{font-size:2.25rem}}.prose-metadata{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;color:var(--text-secondary);font-size:.875rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.prose-metadata a{display:flex;align-items:center;gap:.5rem;color:var(--text-primary);font-weight:500;text-decoration:none}.prose h1,.prose h2,.prose h3{margin-top:2.5rem;margin-bottom:1.25rem;line-height:1.25}.prose h1{font-size:1.875rem}@media(min-width:640px){.prose h1{font-size:2.25rem}}.prose h2{font-size:1.5rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}@media(min-width:640px){.prose h2{font-size:1.875rem}}.prose h3{font-size:1.25rem}@media(min-width:640px){.prose h3{font-size:1.25rem}}.prose p{margin-bottom:1.5rem}.prose ul,.prose ol{margin-bottom:1.5rem;padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose img{width:100%;height:auto;border-radius:8px;margin:2rem 0;display:block}.prose code{background:var(--bg-secondary);padding:.2rem .4rem;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875em}kbd{background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:4px;box-shadow:0 2px 0 var(--border);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;padding:.1rem .3rem;font-size:.85em;margin:0 .1rem;vertical-align:middle}.prose pre{max-width:100%;overflow-x:auto;margin:2rem 0;border-radius:8px}.prose blockquote{border-left:4px solid var(--accent);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--text-secondary)}.prose table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;overflow-x:auto;display:block}.prose th,.prose td{border:1px solid var(--border);padding:.75rem;text-align:left}.prose th{background:var(--bg-secondary);font-weight:600}.prose{overflow-wrap:break-word}.shiki{display:block;padding:1.25rem;border-radius:8px;overflow-x:auto;font-family:JetBrains Mono,Fira Code,ui-monospace,monospace;font-size:.9rem;line-height:1.5;border:1px solid var(--border)}.shiki code{background:none!important;padding:0!important;border:none!important;color:inherit!important}:root:not([data-theme=light]) .shiki,:root:not([data-theme=light]) .shiki span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;text-decoration:var(--shiki-dark-text-decoration)!important}pre code{display:block;padding:1.25rem;font-family:JetBrains Mono,Fira Code,ui-monospace,monospace;font-size:.9rem;line-height:1.5;color:var(--text-primary)}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-keyword,.hljs-selector-tag{color:#c678dd}.hljs-string,.hljs-attr{color:#98c379}.hljs-number,.hljs-literal{color:#d19a66}.hljs-title,.hljs-section{color:#61afef}.hljs-variable,.hljs-template-variable{color:#e06c75}[data-theme=light] .hljs-comment{color:#a0a1a7}[data-theme=light] .hljs-keyword{color:#a626a4}[data-theme=light] .hljs-string{color:#50a14f}[data-theme=light] .hljs-number{color:#986801}[data-theme=light] .hljs-title{color:#4078f2}.Tiptap-mathematics-editor{background:var(--bg-secondary);color:var(--accent);padding:.2rem .4rem;border-radius:4px;font-family:monospace}.Tiptap-mathematics-render{cursor:pointer;transition:opacity .2s}.Tiptap-mathematics-render:hover{opacity:.8}.link-card{display:flex;flex-direction:column;background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;overflow:hidden;text-decoration:none!important;margin:1rem 0;transition:all .2s ease;color:inherit!important;position:relative;min-height:120px}@media(min-width:640px){.link-card.has-image{flex-direction:row;min-height:140px}}@media(min-width:640px){.card-image{width:180px;border-left:1px solid var(--border);order:-1;background-color:var(--bg-primary)}}@media(max-width:639px){.card-image{width:100%;aspect-ratio:1.91 / 1;background-color:var(--bg-primary)}}.card-image img{width:100%;height:100%;object-fit:contain;margin:0!important;border-radius:0!important}.card-content{padding:1.1rem;flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.card-title{font-size:1.125rem;font-weight:700;margin:0 0 .5rem!important;color:var(--text-primary);line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-description{font-size:.875rem;color:var(--text-secondary);margin:0 0 .75rem!important;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5}.card-footer{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--text-secondary);opacity:.8;margin-top:auto}.site-icon{width:14px;height:14px;flex-shrink:0}.lightbox-overlay.svelte-lnsl0r{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;z-index:9999;display:flex;align-items:center;justify-content:center;cursor:zoom-out}.lightbox-content.svelte-lnsl0r{max-width:95vw;max-height:95vh;display:flex;align-items:center;justify-content:center}img.svelte-lnsl0r{max-width:100%;max-height:95vh;object-fit:contain;border-radius:4px;box-shadow:0 4px 12px #00000080}.close-btn.svelte-lnsl0r{position:absolute;top:20px;right:30px;background:none;border:none;color:#fff;font-size:3rem;line-height:1;cursor:pointer;opacity:.7;transition:opacity .2s;padding:0;z-index:10000}.close-btn.svelte-lnsl0r:hover{opacity:1}.scroll-to-top.svelte-15yu17n{position:fixed;bottom:5rem;right:5rem;z-index:900;width:64px;height:64px;border-radius:50%;background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a;transition:all .2s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(10px);animation:svelte-15yu17n-fadeIn .3s forwards}.scroll-to-top.svelte-15yu17n:hover{background:var(--bg-primary);color:var(--accent);border-color:var(--accent);transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.arrow-icon.svelte-15yu17n{width:32px;height:32px}@keyframes svelte-15yu17n-fadeIn{to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.scroll-to-top.svelte-15yu17n{bottom:4rem;right:4rem;width:56px;height:56px}}body{transition:background-color .3s ease,color .3s ease}.app-layout.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.app-main.svelte-12qhfyh{flex:1;display:flex;flex-direction:column}.site-footer.svelte-12qhfyh{padding:2rem 0;border-top:1px solid var(--border)}.footer-content.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;color:var(--text-secondary)}.copyright.svelte-12qhfyh{font-size:.8125rem;margin:0}.theme-toggle.svelte-12qhfyh{background:none;border:1px solid var(--border);cursor:pointer;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:8px;transition:all .2s;width:32px;height:32px}.theme-toggle.svelte-12qhfyh:hover{background:var(--bg-secondary);color:var(--text-primary);border-color:var(--accent)}.sun-icon.svelte-12qhfyh,.moon-icon.svelte-12qhfyh{display:none}[data-theme=dark] .sun-icon.svelte-12qhfyh,[data-theme=light] .moon-icon.svelte-12qhfyh{display:block}@media(max-width:600px){.footer-content.svelte-12qhfyh{flex-direction:column-reverse;gap:1rem}}
