:root{--background:0 0% 100%;--foreground:240 10% 3.9%;--card:0 0% 100%;--card-foreground:240 10% 3.9%;--popover:0 0% 100%;--popover-foreground:240 10% 3.9%;--primary:240 5.9% 10%;--primary-foreground:0 0% 98%;--secondary:240 4.8% 95.9%;--secondary-foreground:240 5.9% 10%;--muted:240 4.8% 95.9%;--muted-foreground:240 3.8% 46.1%;--accent:240 4.8% 95.9%;--accent-foreground:240 5.9% 10%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:240 5.9% 90%;--input:240 5.9% 90%;--ring:240 5.9% 10%;--radius:0.5rem}.dark{--background:0 0% 0%;--foreground:0 0% 98%;--card:0 0% 0%;--card-foreground:0 0% 98%;--popover:0 0% 0%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:240 5.9% 10%;--secondary:240 3.7% 15.9%;--secondary-foreground:0 0% 98%;--muted:240 3.7% 15.9%;--muted-foreground:240 5% 64.9%;--accent:240 3.7% 15.9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--border:240 3.7% 15.9%;--input:240 3.7% 15.9%;--ring:240 4.9% 83.9%}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,noto sans,sans-serif;line-height:2;color:hsl(var(--foreground));background-color:hsl(var(--background));max-width:1400px;margin:0 auto;padding:60px 0 0;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;font-size:1.1em}h1{font-size:2.25rem;line-height:1.2;font-weight:800;color:hsl(var(--foreground));letter-spacing:-.02em}h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;font-weight:700;color:hsl(var(--foreground));letter-spacing:-.01em;padding-bottom:.5rem;border-bottom:1px solid hsl(var(--border))}h3{font-size:1.25rem;margin-top:2rem;margin-bottom:.75rem;font-weight:600;color:hsl(var(--foreground))}p{margin-bottom:1.5rem;line-height:2}a{color:hsl(var(--primary));text-decoration:underline;text-decoration-color:hsl(var(--border));text-underline-offset:4px;transition:text-decoration-color .2s ease}a:hover{text-decoration-color:hsl(var(--foreground))}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background:hsl(var(--secondary));color:hsl(var(--foreground));padding:.2em .4em;border-radius:4px;font-size:.9em;border:1px solid hsl(var(--border))}pre{background:#09090b;color:#f4f4f5;padding:20px;border-radius:var(--radius);overflow-x:auto;margin:24px 0;border:1px solid hsl(var(--border))}pre code{background:0 0;padding:0;color:inherit;border:none}img{max-width:100%;height:auto;border-radius:var(--radius)}table{width:100%;border-collapse:collapse;margin:24px 0;font-size:.875rem}th,td{border:1px solid hsl(var(--border));padding:10px 12px;text-align:left}th{background:hsl(var(--secondary));font-weight:600;color:hsl(var(--foreground))}blockquote{border-left:2px solid hsl(var(--foreground));padding-left:20px;margin:24px 0;color:hsl(var(--foreground));font-style:italic}.site-header{position:fixed;top:0;left:0;right:0;z-index:110}.site-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:hsl(var(--background)/.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border));z-index:-1}.site-header .header-nav{max-width:1400px;margin:0 auto;padding:12px 32px;display:flex;justify-content:space-between;align-items:center;position:relative}.site-header .logo{font-size:1.125rem;font-weight:700;color:hsl(var(--foreground));text-decoration:none;position:relative;z-index:102;letter-spacing:-.02em}.site-header .nav-links{display:flex;align-items:center;gap:16px}.site-header .nav-links>a{color:hsl(var(--muted-foreground));text-decoration:none;font-weight:500;font-size:.875rem;padding:8px 12px;transition:color .2s ease;display:flex;align-items:center;justify-content:center}.site-header .nav-links>a:hover{color:hsl(var(--foreground))}.site-header .nav-links>a svg{flex-shrink:0}main{margin-bottom:64px;width:100%;display:flex;flex-direction:column;align-items:center;flex:1;position:relative}.article-container{display:grid;grid-template-columns:240px minmax(0,1fr)250px;gap:40px;max-width:1400px;margin:0 auto;padding:40px;width:100%}.article-container.no-sidebar{grid-template-columns:minmax(0,1fr)250px}.article-container.no-toc{grid-template-columns:240px minmax(0,1fr)}.article-container.no-sidebar.no-toc{grid-template-columns:minmax(0,720px);justify-content:center}.sidebar .profile-card{position:sticky;top:100px;background:0 0}.sidebar .profile-card .profile-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.sidebar .profile-card .profile-icon{width:56px;height:56px;border-radius:50%;object-fit:cover;border:1px solid hsl(var(--border))}.sidebar .profile-card .profile-name h3{font-size:1rem;font-weight:600;margin:0;line-height:1.2;color:hsl(var(--foreground))}.sidebar .profile-card .profile-name .profile-id{font-size:.875rem;color:hsl(var(--muted-foreground))}.sidebar .profile-card .profile-bio{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6;margin-bottom:16px}.sidebar .profile-card .profile-bio p{margin:0}.sidebar .profile-card .profile-actions .btn-follow{display:flex;align-items:center;justify-content:center;gap:8px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));text-decoration:none;padding:8px 16px;border-radius:6px;font-weight:500;font-size:.875rem;transition:opacity .2s;width:100%}.sidebar .profile-card .profile-actions .btn-follow:hover{opacity:.9;text-decoration:none}.sidebar .profile-card .profile-actions .btn-follow svg{width:1em;height:1em}article{min-width:0;width:100%;margin:0}article header{margin-bottom:40px;border-bottom:1px solid hsl(var(--border));padding-bottom:24px}article header h1{margin-bottom:16px;letter-spacing:-.02em}article ul,article ol{padding-left:1.5em;margin-bottom:24px}article ul li,article ol li{margin-bottom:.25em}article img{max-height:550px;width:auto;margin:2rem auto;display:block;box-shadow:0 4px 20px rgba(0,0,0,8%)}.toc .toc-content{position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto;padding:0;background:0 0;border:none;box-shadow:none;border-left:1px solid hsl(var(--border))}.toc .toc-content::-webkit-scrollbar{width:4px}.toc .toc-content::-webkit-scrollbar-track{background:0 0}.toc .toc-content::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:4px}.toc nav#TableOfContents{padding:0;margin:0}.toc h2{font-size:.875rem;font-weight:600;margin:0 0 12px 16px;color:hsl(var(--foreground));border:none;padding:0}.toc ul{list-style:none;padding-left:0;margin:0}.toc li{margin:0;position:relative;padding-left:0}.toc li::before{display:none}.toc a{display:block;color:hsl(var(--muted-foreground));padding:6px 0 6px 16px;text-decoration:none;transition:all .2s ease;border-left:2px solid transparent;margin-left:-1px;font-size:.875rem;line-height:1.5}.toc a:hover{color:hsl(var(--foreground))}.toc a.active{color:hsl(var(--foreground));font-weight:500;border-left-color:hsl(var(--foreground))}.toc ul ul{margin-top:0;padding-left:0}.toc ul ul a{padding-left:28px}footer{padding:0 0 0 16px;text-align:left;color:hsl(var(--muted-foreground));font-size:.875rem;background:hsl(var(--background));position:relative;z-index:1}@media(max-width:1400px){.article-container{padding:40px 32px}}@media(max-width:1200px){.article-container{grid-template-columns:minmax(0,1fr)250px;padding:40px 80px}.sidebar{display:none}}@media(max-width:1000px){.article-container{grid-template-columns:minmax(0,600px);justify-content:center}.toc{display:none}}@media(max-width:600px){.article-container{display:flex;flex-direction:column;padding:30px 24px}article h1{font-size:1.75rem}article h2{font-size:1.25rem}body{padding-top:60px}.site-header .header-nav{padding:10px 16px}}.mobile-dock{display:none;position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:hsl(var(--background)/.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid hsl(var(--border));border-radius:9999px;padding:6px 12px;z-index:1000;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,5%);align-items:center;gap:4px}.mobile-dock>a,.mobile-dock>button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:hsl(var(--muted-foreground));border-radius:50%;transition:all .2s cubic-bezier(.2,.8,.2,1);text-decoration:none;border:none;background:0 0;cursor:pointer}.mobile-dock>a:hover,.mobile-dock>button:hover{color:hsl(var(--foreground));background:rgba(0,0,0,4%)}.mobile-dock>a:active,.mobile-dock>button:active{color:hsl(var(--foreground));background:rgba(0,0,0,8%)}.mobile-dock>a svg,.mobile-dock>button svg{width:18px;height:18px}.mobile-dock .dock-divider{width:1px;height:20px;background:hsl(var(--border));margin:0 2px}.mobile-dock .dock-menu-toggle{position:relative}.mobile-dock .dock-menu-toggle .icon-close{display:none}.mobile-dock.open .dock-menu-toggle .icon-menu{display:none}.mobile-dock.open .dock-menu-toggle .icon-close{display:flex}.mobile-dock .dock-popup{background:hsl(var(--background)/.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsl(var(--border));border-radius:12px;box-shadow:0 10px 40px -10px rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateY(8px)scale(.95);transform-origin:bottom right;transition:opacity .2s ease,transform .2s ease,visibility .2s;position:absolute;bottom:calc(100% + 12px);right:0;min-width:180px;padding:8px 0}.mobile-dock .dock-popup a{display:flex;align-items:center;gap:12px;padding:10px 16px;color:hsl(var(--muted-foreground));text-decoration:none;font-size:.875rem;font-weight:500;transition:background .15s,color .15s}.mobile-dock .dock-popup a:hover{color:hsl(var(--foreground));background:hsl(var(--secondary))}.mobile-dock .dock-popup a svg{width:18px;height:18px;flex-shrink:0}.mobile-dock.open .dock-popup{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.mobile-mini-title{display:none}.mobile-toc{display:none}@media(max-width:768px){.site-header .nav-links{display:none!important}.mobile-dock{display:flex}.is-single{padding-top:0}.is-single .site-header{display:none}.is-single .mobile-mini-title{display:block;position:fixed;top:0;left:14px;width:100vh;z-index:2;transform:rotate(90deg);transform-origin:top left;white-space:nowrap;overflow:hidden;font-size:.75rem;font-weight:700;color:hsl(var(--muted-foreground));text-decoration:none;opacity:.2;letter-spacing:.1em;pointer-events:none;line-height:1}.is-single .mobile-mini-title span{opacity:.2;animation:playful-opacity 4s ease-in-out infinite}.is-single .article-container{padding-top:16px}.mobile-toc{display:block;position:fixed;bottom:24px;right:20px;z-index:2000}.mobile-toc .mobile-toc-fab{width:52px;height:52px;border-radius:9999px;border:1px solid hsl(var(--border));background:hsl(var(--background)/.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:hsl(var(--muted-foreground));display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,5%);transition:all .2s cubic-bezier(.2,.8,.2,1);padding:0}.mobile-toc .mobile-toc-fab:active{color:hsl(var(--foreground));background:rgba(0,0,0,8%)}.mobile-toc .mobile-toc-fab svg{width:18px;height:18px}.mobile-toc .mobile-toc-popup{background:hsl(var(--background)/.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsl(var(--border));border-radius:12px;box-shadow:0 10px 40px -10px rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateY(8px)scale(.95);transform-origin:bottom right;transition:opacity .2s ease,transform .2s ease,visibility .2s;position:absolute;bottom:calc(100% + 10px);right:0;width:260px;max-height:60vh;display:flex;flex-direction:column;overflow:hidden}.mobile-toc.open .mobile-toc-popup{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.mobile-toc .mobile-toc-header{padding:12px 16px 8px;font-size:.75rem;font-weight:600;color:hsl(var(--muted-foreground));border-bottom:1px solid hsl(var(--border));flex-shrink:0}.mobile-toc .mobile-toc-body{overflow-y:auto;overscroll-behavior:contain;padding:8px 0}.mobile-toc .mobile-toc-body ul{list-style:none;padding:0;margin:0}.mobile-toc .mobile-toc-body li{margin:0}.mobile-toc .mobile-toc-body a{display:block;padding:8px 16px;font-size:.8rem;line-height:1.4;color:hsl(var(--muted-foreground));text-decoration:none;transition:background .15s,color .15s;border-left:2px solid transparent}.mobile-toc .mobile-toc-body a:hover{color:hsl(var(--foreground));background:hsl(var(--secondary))}.mobile-toc .mobile-toc-body a.active{color:hsl(var(--foreground));font-weight:600;background:hsl(var(--secondary));border-left-color:hsl(var(--foreground))}.mobile-toc .mobile-toc-body ul ul a{padding-left:28px;font-size:.75rem}}@keyframes slideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes playful-opacity{0%{opacity:.2}20%{opacity:.5}40%{opacity:.25}60%{opacity:.45}80%{opacity:.3}100%{opacity:.2}}#scene-container{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;background:hsl(var(--background));z-index:1}#scene-container #cards-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;transform-style:preserve-3d;perspective:1e3px;z-index:10;pointer-events:none}.floating-card{position:absolute;top:-150px;left:-125px;width:250px;height:300px;background:rgba(255,255,255,5%);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:0;display:flex;flex-direction:column;justify-content:flex-start;color:hsl(var(--foreground));text-decoration:none;pointer-events:auto;transition:background .3s;user-select:none;box-shadow:0 4px 30px rgba(0,0,0,.1)}.dark .floating-card{background:rgba(0,0,0,.4);border:1px solid #0abde3;box-shadow:0 0 12px rgba(10,189,227,.3)}.floating-card:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3)}.dark .floating-card:hover{background:rgba(0,0,0,.6);border-color:#00d2d3;box-shadow:0 0 20px rgba(0,210,211,.6)}.floating-card:hover .card-title{color:hsl(var(--primary))}.floating-card .card-image{width:100%;height:140px;flex-shrink:0;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.1)}.floating-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.floating-card:hover .card-image img{transform:scale(1.1)}.floating-card .card-content{padding:20px;display:flex;flex-direction:column;flex:1}.floating-card .card-date{font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:8px;font-family:monospace;opacity:.6}.floating-card .card-title{font-size:1.1rem;font-weight:700;line-height:1.2;margin:0 0 12px;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.1)}.floating-card .card-summary{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;opacity:.8}.post-list-container{max-width:1200px;width:100%;padding:40px 20px;margin:0 auto}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:32px;margin-top:24px}.post-card{display:flex;flex-direction:column;background-color:hsl(var(--card));border-radius:var(--radius);overflow:hidden;text-decoration:none;border:1px solid hsl(var(--border));transition:all .2s ease;height:100%;color:hsl(var(--foreground))}.post-card:hover{background-color:hsl(var(--secondary));border-color:hsl(var(--muted-foreground));text-decoration:none}.post-card:hover .post-card-image img{transform:scale(1.02)}.post-card .post-card-image{width:100%;aspect-ratio:1.91/1;background:hsl(var(--secondary));position:relative;overflow:hidden;border-bottom:1px solid hsl(var(--border))}.post-card-content{padding:24px;flex:1;display:flex;flex-direction:column}.post-card-content time{color:hsl(var(--muted-foreground));font-size:.875rem;margin-bottom:8px}.post-card-content h2{font-size:1.125rem;margin:0;line-height:1.5;color:hsl(var(--foreground));letter-spacing:-.015em;border:none;padding:0}.post-card-content .post-description{font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:12px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pagination{margin-top:64px}.pagination ul{list-style:none;padding:0;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.pagination ul li{margin:0}.pagination .page-item{display:inline}.pagination .page-item.active .page-link{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.pagination .page-item.disabled .page-link{opacity:.5;pointer-events:none}.pagination .page-link{padding:8px 12px;border:1px solid hsl(var(--border));border-radius:var(--radius);display:inline-block;color:hsl(var(--foreground));font-size:.875rem;transition:all .2s;text-decoration:none}.pagination .page-link:hover{background:hsl(var(--secondary));color:hsl(var(--foreground))}.admonition{position:relative;padding:24px;margin:24px 0;border-radius:var(--radius);overflow:hidden;background:rgba(255,255,255,.4);border:1px solid rgba(0,102,204,.1)}.admonition::before{content:'';position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:linear-gradient(120deg,rgba(0,102,255,.15),rgba(0,220,255,.15),rgba(180,120,255,.15),rgba(0,102,255,.15));background-size:300% 300%;animation:gradientFlow 8s ease infinite;z-index:-1;filter:blur(20px)}.admonition .admonition-content{font-size:.9rem;line-height:1.6;z-index:1}.admonition .admonition-content>*:first-child{margin-top:0}.admonition .admonition-content>*:last-child{margin-bottom:0}.admonition .admonition-content strong{color:#04c;font-weight:600}@keyframes gradientFlow{0%{background-position:0}50%{background-position:100%}100%{background-position:0}}.youtube-lite{background-color:#000;position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius);margin:24px 0;cursor:pointer;transform:translateZ(0)}.youtube-lite::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid hsl(var(--border));border-radius:var(--radius);pointer-events:none;z-index:20}.youtube-lite .youtube-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;opacity:.9;transition:all .3s ease;display:flex;justify-content:center;align-items:center}.youtube-lite:hover .youtube-thumbnail{opacity:1}.youtube-lite .play-button{width:68px;height:48px;background-color:rgba(33,33,33,.8);border-radius:12px;position:relative;z-index:1;transition:all .2s cubic-bezier(0,0,.2,1)}.youtube-lite .play-button::before{content:"";border-style:solid;border-width:10px 0 10px 18px;border-color:transparent transparent transparent #fff;position:absolute;top:50%;left:50%;transform:translate(-40%,-50%)}.youtube-lite:hover .play-button{background-color:red}.youtube-lite iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.code-block-container{position:relative;margin:24px 0}.code-block-container pre{margin:0!important}.code-block-container:hover .copy-button{opacity:1}.copy-button{position:absolute;top:8px;right:8px;padding:6px;background:rgba(39,39,42,.8);color:#a1a1aa;border:1px solid #3f3f46;border-radius:4px;cursor:pointer;opacity:0;transition:all .2s ease;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px);z-index:10}.copy-button:hover{background:#3f3f46;color:#f4f4f5}.copy-button.copied{color:#4ade80;border-color:#4ade80}.copy-button svg{display:block}.search-page{width:100%;max-width:800px;margin:0 auto}.search-page .search-header{margin-bottom:40px;text-align:center}.search-page .search-header h1{margin-bottom:12px}.search-page .search-header .search-subtitle{color:hsl(var(--muted-foreground));font-size:1rem;margin-bottom:32px}.search-page .search-input-wrapper{position:relative;width:100%;max-width:600px;margin:0 auto}.search-page .search-input-wrapper .search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:hsl(var(--muted-foreground));pointer-events:none;transition:color .2s ease}.search-page .search-input-wrapper input{width:100%;padding:14px 16px 14px 48px;font-size:1rem;background:hsl(var(--secondary));border:1px solid hsl(var(--border));border-radius:50px;color:hsl(var(--foreground));transition:all .2s ease;outline:none}.search-page .search-input-wrapper input:focus{background:hsl(var(--background));border-color:hsl(var(--primary))}.search-page .search-input-wrapper input:focus+.search-icon{color:hsl(var(--foreground))}.search-page .search-stats{margin-bottom:24px;font-size:.875rem;color:hsl(var(--muted-foreground));padding-bottom:12px;border-bottom:1px solid hsl(var(--border));text-align:left}.search-page .search-stats strong{color:hsl(var(--foreground))}.search-page .search-results-grid{display:flex;flex-direction:column;gap:16px;text-align:left}.search-page .search-result-card{display:block;padding:24px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);text-decoration:none;transition:all .2s ease}.search-page .search-result-card:hover{border-color:hsl(var(--foreground));background:hsl(var(--secondary));text-decoration:none}.search-page .search-result-card:hover h3{color:hsl(var(--primary))}.search-page .search-result-card time{font-size:.75rem;color:hsl(var(--muted-foreground));display:block;margin-bottom:8px}.search-page .search-result-card h3{font-size:1.125rem;font-weight:600;margin:0 0 12px;color:hsl(var(--foreground));transition:color .2s;border:none;padding:0}.search-page .search-result-card p{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0 0 16px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-page .search-result-card .result-tags{display:flex;gap:8px;flex-wrap:wrap}.search-page .search-result-card .result-tags .tag{font-size:.75rem;color:hsl(var(--muted-foreground));background:hsl(var(--secondary));padding:2px 8px;border-radius:4px}.search-page .search-result-card mark{background-color:rgba(9,9,11,.1);color:inherit;padding:0 2px;border-radius:2px;font-weight:600}#gl{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.home-hero{display:flex;justify-content:center;align-items:center;width:100%;height:100%;margin-top:10vh}.home-hero .hero-content{text-align:center;z-index:10;mix-blend-mode:difference;color:hsl(var(--foreground))}.home-hero .hero-title{font-size:6rem;font-weight:800;letter-spacing:-.05em;line-height:1;margin-bottom:1rem;background:linear-gradient(135deg,hsl(var(--foreground)) 0%,hsl(var(--muted-foreground)) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:0;animation:fadeInUp 1.2s cubic-bezier(.16,1,.3,1)forwards}@media(max-width:768px){.home-hero .hero-title{font-size:3.5rem}}.home-hero .hero-subtitle{font-size:1.25rem;color:hsl(var(--muted-foreground));font-weight:400;letter-spacing:.1em;text-transform:uppercase;opacity:0;animation:fadeInUp 1.2s cubic-bezier(.16,1,.3,1).2s forwards}@media(max-width:768px){.home-hero .hero-subtitle{font-size:1rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}