@charset "UTF-8";@font-face{font-display:swap;font-family:inter;font-style:normal;font-weight:400;src:url(/fonts/inter-400.woff2)format("woff2")}@font-face{font-display:swap;font-family:inter;font-style:normal;font-weight:600;src:url(/fonts/inter-600.woff2)format("woff2")}*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;scroll-behavior:smooth}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul,ol{list-style:none;margin:0;padding:0}body{min-height:100vh;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:inter,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;font-size:15px;line-height:1.6;color:var(--foreground);background-color:var(--background)}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}input::placeholder{color:var(--foreground)}:root{--background:oklch(96.7% .003 264.542);--foreground:hsl(240 10% 3.9%);--card:hsl(0 0% 100%);--card-foreground:hsl(240 10% 3.9%);--popover:hsl(0 0% 100%);--popover-foreground:hsl(240 10% 3.9%);--primary:hsl(240 9% 9%);--primary-foreground:hsl(0 0% 98%);--secondary:hsl(240 4.8% 95.9%);--secondary-foreground:hsl(240 5.9% 10%);--muted:hsl(240 4.8% 95.9%);--muted-foreground:hsl(240 3.8% 46.1%);--accent:hsl(240 4.8% 95.9%);--accent2:hsl(0, 0%, 98%);--accent-foreground:hsl(240 5.9% 10%);--border:hsl(240 5.9% 90%);--input:hsl(240 5.9% 90%);--ring:hsl(240 10% 3.9%);--radius:0.5rem}[data-theme=dark]{--background:#000000;--foreground:hsla(0,0%,100%,.8);--card:hsl(240 10% 10%);--card-foreground:hsl(0 0% 98%);--popover:hsl(240 10% 3.9%);--popover-foreground:hsl(0 0% 98%);--primary:hsl(0 0% 98%);--primary-foreground:hsl(240 5.9% 10%);--secondary:hsl(240 3.7% 15.9%);--secondary-foreground:hsl(0 0% 98%);--muted:hsl(240 3.7% 15.9%);--muted-foreground:hsl(240 5% 64.9%);--accent:hsl(240 3.7% 15.9%);--accent-foreground:hsl(0 0% 98%);--border:hsla(0,0%,100%,.15);--input:hsl(240 3.7% 15.9%);--ring:hsl(240 4.9% 83.9%)}[data-theme=dark] .mobile-header{background:var(--card)}[data-theme=dark] .brand-logo{background:var(--muted-foreground)}[data-theme=dark] .select-options{box-shadow:0 4px 6px -1px rgba(0,0,0,.3),0 2px 4px -1px rgba(0,0,0,.2);background:var(--popover)}@media(prefers-reduced-motion:no-preference){@view-transition{navigation: auto; }}.page-container{display:flex}.main-container{display:flex;flex-direction:column}.main{max-width:1200px;margin:0 auto;padding:2rem 1rem;width:100%}.mobile-header{display:none;align-items:center;padding:0 1rem;height:60px;border-bottom:1px solid var(--border);background:rgba(255,255,255,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:sticky;top:0;z-index:50}.mobile-header span{font-weight:500}.mobile-header .mobile-menu-button{background:0 0;border:none;cursor:pointer;padding:.5rem;margin:0 -.5rem;color:var(--muted-foreground)}.mobile-header .brand-link{text-decoration:none;color:var(--foreground)}.hero-section.modern{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:5rem 2rem;margin-bottom:2rem;text-align:center;background-image:linear-gradient(90deg,#80808012 1px,#0000 0),linear-gradient(#80808012 1px,#0000 0);background-size:24px 24px}.hero-section.modern .hero-content h1{font-size:3.5rem;line-height:1.1;color:var(--foreground);margin-bottom:1rem;font-weight:600;letter-spacing:-.05em}.hero-section.modern .hero-content p{font-size:1.125rem;color:var(--muted-foreground);max-width:750px;margin:0 auto;line-height:1.6}.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:var(--radius);font-size:.75rem;font-weight:400;margin-bottom:1.5rem;background:var(--card)}.status-badge.updated{color:var(--muted-foreground);border:1px solid var(--border)}.filter-section{margin-bottom:2rem}.filter-section .filter-container{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:2rem;margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.filter-section .filters{display:flex;gap:1rem;flex-wrap:wrap}.filter-section .filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:140px;flex-grow:1}.filter-section .filter-label{font-size:.875rem;font-weight:500;color:var(--muted-foreground)}.search-container{position:relative}.search-container::before{content:'';position:absolute;left:.85rem;top:50%;transform:translateY(-50%);width:16px;height:16px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="hsl(240 3.8% 46.1%)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');background-size:16px 16px;background-repeat:no-repeat;background-position:50%;pointer-events:none}#mainSearch{width:100%;padding:.5rem .75rem .5rem 2.25rem;font-size:.875rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);transition:border-color .2s,box-shadow .2s;color:var(--foreground);box-shadow:0 1px 2px rgba(0,0,0,5%)}#mainSearch:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 2px rgba(9,9,11,.1)}.results-summary .results-text{font-size:.875rem;color:var(--muted-foreground)}.quick-filters{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.quick-filters .quick-filters-label{font-size:.875rem;font-weight:500;color:var(--muted-foreground);white-space:nowrap}.filter-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.275rem .65rem;font-size:.775rem;border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);background:var(--card);cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 1px 2px rgba(0,0,0,5%)}.filter-chip:hover{background:var(--accent);border-color:var(--ring)}.filter-chip.active{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.filter-tags{display:flex;flex-wrap:wrap;gap:.5rem;padding-bottom:1rem;min-height:24px}.filter-tags:empty{border-top:none;padding-top:0;margin-top:0;min-height:0}.filter-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.275rem .65rem;background:var(--card);color:var(--secondary-foreground);border:1px solid var(--border);border-radius:var(--radius);font-size:.775rem;font-weight:400;transition:all .2s;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,5%)}.filter-tag:hover{background:var(--accent)}.filter-tag .filter-tag-label{font-weight:500;color:var(--muted-foreground)}.filter-tag .filter-tag-value{color:var(--foreground)}.filter-tag .filter-tag-remove{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:var(--foreground);border-radius:50%;cursor:pointer;transition:all .2s;flex-shrink:0}.filter-tag .filter-tag-remove svg{width:16px;height:16px}.clear-all-tags{display:inline-flex;align-items:center;gap:.25rem;padding:.275rem .65rem;color:var(--muted-foreground);background:0 0;border:1px dashed var(--border);border-radius:var(--radius);font-size:.775rem;cursor:pointer;transition:all .2s;text-decoration:none}.clear-all-tags:hover{color:var(--foreground);border-color:var(--ring);background:var(--accent)}.clear-all-tags svg{width:14px;height:14px}.select-wrapper{position:relative}.select-wrapper .select-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);cursor:pointer;font-size:.875rem;transition:border-color .2s,box-shadow .2s;text-align:left;min-width:140px;box-shadow:0 1px 2px rgba(0,0,0,5%)}.select-wrapper .select-button:hover{border-color:var(--ring)}.select-wrapper .select-button:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 2px rgba(9,9,11,.1)}.select-wrapper .select-button[aria-expanded=true] .select-icon{transform:rotate(180deg)}.select-wrapper .select-text{color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.select-wrapper .select-text.multi-selected{color:var(--foreground);font-weight:500}.select-wrapper .select-icon{color:var(--muted-foreground);transition:transform .2s;flex-shrink:0}.select-wrapper .select-options{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:var(--popover);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:50;max-height:200px;overflow-y:auto;display:none;opacity:0;transform:translateY(-8px);transition:all .15s ease-out;pointer-events:none;scrollbar-width:thin;scrollbar-color:var(--muted-foreground)transparent}.select-wrapper .select-options.open{display:block;opacity:1;transform:translateY(0);pointer-events:auto}.select-wrapper .select-options.multi-select{padding:0;min-width:200px;max-width:280px}.select-wrapper .select-options::-webkit-scrollbar{width:6px}.select-wrapper .select-options::-webkit-scrollbar-track{background:0 0}.select-wrapper .select-options::-webkit-scrollbar-thumb{background:var(--muted-foreground);border-radius:3px}.select-wrapper .select-option{padding:.5rem .75rem;font-size:.875rem;cursor:pointer;transition:background-color .2s}.select-wrapper .select-option:hover{background:var(--accent)}.select-wrapper .select-option.selected{background:var(--secondary);font-weight:500}.select-separator{height:1px;background:var(--border);margin:0}.checkbox-option{padding:0!important;cursor:pointer;border-radius:0}.checkbox-option[data-value=all] .checkbox-wrapper{padding-bottom:.5rem;font-weight:500}.checkbox-option[data-value=all] .checkbox-wrapper .checkbox-label{font-weight:500;color:var(--foreground)}.checkbox-wrapper{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:100%;cursor:pointer}.checkbox-input{width:16px;height:16px;border:1px solid var(--border);border-radius:4px;background:var(--card);cursor:pointer;position:relative;appearance:none;-webkit-appearance:none;transition:all .2s;flex-shrink:0}.checkbox-input:checked{background:var(--primary);border-color:var(--primary)}.checkbox-input:checked::after{content:'✓';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--primary-foreground);font-size:11px;font-weight:700;line-height:1}.checkbox-input:hover{border-color:var(--ring)}.checkbox-input:focus{outline:2px solid var(--ring);outline-offset:2px}.checkbox-label{font-size:.875rem;color:var(--foreground);cursor:pointer;line-height:1.4;flex:1;user-select:none}.selection-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 6px;background:var(--primary);color:var(--primary-foreground);border-radius:9px;font-size:11px;font-weight:500;line-height:1;margin-left:.5rem}.reset-button,.copy-button,.sidebar-footer a,.theme-toggle{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.875rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);cursor:pointer;color:var(--foreground);text-decoration:none;transition:all .2s;height:fit-content}.reset-button:hover,.copy-button:hover,.sidebar-footer a:hover,.theme-toggle:hover{background:var(--accent);color:var(--foreground)}.reset-button:hover svg,.copy-button:hover svg,.sidebar-footer a:hover svg,.theme-toggle:hover svg{color:var(--foreground)}.reset-button svg,.copy-button svg,.sidebar-footer a svg,.theme-toggle svg{width:16px;height:16px;color:var(--muted-foreground);transition:color .2s}.theme-toggle{width:100%}.reset-button,.copy-button{justify-content:center;flex-shrink:0;box-shadow:0 1px 2px rgba(0,0,0,5%)}.reset-button .reset-text,.reset-button .copy-text,.copy-button .reset-text,.copy-button .copy-text{color:var(--foreground)}.platform-section{margin-bottom:2rem}.content-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:2rem}.content-card h2{font-size:2rem;font-weight:600;margin-bottom:.75rem;color:var(--foreground)}.content-card p{color:var(--muted-foreground);line-height:1.5;margin-bottom:1.5rem}.content-card .meta{display:flex;align-items:center;justify-content:space-between}.content-card .meta .updated{color:var(--muted-foreground);align-self:flex-start}.content-card .badge{display:inline-flex;align-items:center;padding:.15rem .4rem;font-size:.75rem;border-radius:var(--radius);border:1px solid var(--border);margin-left:.5rem;color:var(--muted-foreground);height:fit-content}.content-card .badge svg{width:13px;height:13px;margin-right:.25rem}.card-grid-wrapper{margin-top:1.5rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.data-card{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:16px;background:var(--card);height:100%}.data-card .card-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--border);background:var(--accent);border-top-right-radius:16px;border-top-left-radius:16px}.data-card .card-title{font-size:1.125rem;font-weight:600;color:var(--foreground);margin:0;line-height:1.4}.data-card .card-date{font-size:.75rem;color:var(--muted-foreground);font-weight:400}.data-card .data-card-body{flex-grow:1;padding:.5rem 1.5rem}.data-card .data-card-body .data-row:last-child{border-bottom:none}.data-card .card-actions{display:flex;gap:.5rem;padding:1.5rem 1rem;border-top:1px solid var(--border);margin-top:auto}.data-row{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 0;border-bottom:1px solid var(--border);gap:1rem;line-height:1.4;font-size:.875rem}.data-row .data-label{color:var(--muted-foreground);flex-shrink:0;min-width:80px}.data-row .data-value{flex:1;text-align:right}.data-row .data-value.font-medium{font-weight:600;color:var(--foreground)}.card-action-btn{flex-grow:1;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.4rem .75rem;font-size:.875rem;font-weight:400;border:1px solid var(--border);border-radius:var(--radius);background:0 0;color:var(--foreground);cursor:pointer;text-decoration:none;transition:background-color .2s;box-shadow:0 1px 2px rgba(0,0,0,5%)}.card-action-btn:hover{background-color:var(--accent)}.card-action-btn svg{width:16px;height:16px}.site-footer{background:var(--card);border:1px solid var(--border);padding:2rem;font-size:.875rem;margin-top:2rem;border-radius:16px}.site-footer .footer-container{max-width:1440px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;padding-bottom:2rem}.site-footer .brand-link{text-decoration:none;display:flex;align-items:center;gap:.5rem;color:var(--foreground);font-weight:600}.site-footer .footer-column{flex:1;min-width:180px}.site-footer .footer-column.brand-column{flex-basis:35%}.site-footer .footer-column h4{font-weight:600;font-size:1rem;margin-bottom:1rem;color:var(--foreground)}.site-footer .footer-column a{color:var(--muted-foreground);text-decoration:none;transition:color .2s ease}.site-footer .footer-column a:hover{color:var(--foreground);text-decoration:none}.site-footer .footer-description{margin-top:1rem;color:var(--muted-foreground);max-width:320px}.site-footer .footer-bottom{max-width:1440px;margin:0 auto;padding-top:2rem;border-top:1px solid var(--border);color:var(--muted-foreground)}.site-footer .footer-bottom p{margin:0}.site-footer .footer-bottom a{color:var(--foreground);font-weight:600}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:2rem;height:2rem;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:var(--radius);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;z-index:1000;opacity:0;visibility:hidden;transform:translateY(10px)}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.no-results{text-align:center;padding:3rem 1rem;color:var(--muted-foreground);display:none}.no-results h3{font-size:1.25rem;margin-bottom:.5rem}.theme-toggle .moon{display:none}.theme-toggle .sun{display:block}[data-theme=dark] .theme-toggle .moon{display:block}[data-theme=dark] .theme-toggle .sun{display:none}mark.highlight{background-color:#fde047;color:#18181b;padding:2px;border-radius:6px}.changelog-header{margin-bottom:2rem}.changelog-header h1{font-size:1.5rem;font-weight:600;color:var(--foreground);margin-bottom:.5rem}.version-section{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:2rem;margin-bottom:2rem;transition:box-shadow .2s}.version-section p{margin-bottom:1rem;color:var(--foreground);font-size:.875rem;line-height:1.6}.version-section strong{color:var(--foreground);font-weight:600}.version-section ul{margin-bottom:1.5rem;list-style:none;padding:0}.version-header{margin-bottom:1rem;margin-top:2rem}.version-title{font-size:1.2rem;font-weight:600;color:var(--foreground);margin:0}.changelog-list{margin-bottom:1.5rem;padding-top:.5rem;list-style-type:none}.changelog-item{padding:.1rem 0;font-size:.875rem;line-height:1.5;color:var(--foreground)}.changelog-item::before{content:'—';color:var(--muted-foreground);font-weight:600;padding-right:.5rem}.note{background:var(--muted);border:1px solid var(--border);border-left:4px solid var(--foreground);padding:1rem;margin:1.5rem 0;border-radius:var(--radius)}.note p{margin:0;font-style:italic}@media(min-width:769px){.filters{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.filter-actions{display:flex;gap:1rem;justify-content:flex-end}.filter-bottom-row{display:flex;justify-content:space-between;align-items:center}}@media(max-width:1024px){:root{--sidebar-width:250px}}@media(max-width:768px) and (min-width:480px){.filters{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.filters .filter-group:nth-child(5){grid-column:span 1}.filters .filter-group{grid-column:span 1}.filter-actions{display:flex;gap:1rem;margin-top:1rem}.filter-actions .reset-button,.filter-actions .copy-button{flex:1}.select-options.multi-select{min-width:180px;max-width:260px;max-height:240px}.checkbox-wrapper{padding:.75rem 1rem;gap:.65rem}.clear-selection-btn{padding:.75rem 1rem}.checkbox-input{width:18px;height:18px}}@media(max-width:768px){.sidebar{transform:translateX(-100%);z-index:1100}.sidebar.active{transform:translateX(0);box-shadow:0 0 40px rgba(0,0,0,.1)}.main-container{margin-left:0;width:100%}.mobile-header{display:flex}.main{padding:1rem}.hero-section.modern{padding:4rem 1.5rem}.hero-section.modern .hero-content p{font-size:1rem}.filters{flex-direction:column;align-items:stretch}.results-summary{padding-bottom:1.5rem;text-align:center}.results-summary .results-text{font-size:.8rem}.card-grid{grid-template-columns:1fr}.content-card,.filter-container{padding:1.5rem}.content-card h2{font-size:1.75rem}.site-footer{padding:2rem 1.5rem}.site-footer .footer-container{flex-direction:column;text-align:center;gap:2.5rem}.site-footer .footer-description{margin-left:auto;margin-right:auto}.site-footer .footer-column.brand-column .brand-link{justify-content:center}}@media(max-width:479px){.filters{display:flex;flex-direction:column;gap:1rem}.filter-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.filter-group,.reset-button,.copy-button{width:100%}.filter-tags{gap:.375rem}.filter-tag{font-size:.8rem;padding:.25rem .5rem}.filter-tag .filter-tag-remove{width:14px;height:14px}.filter-tag .filter-tag-remove svg{width:8px;height:8px}}.navigation-header{background:var(--card);border-bottom:1px solid var(--border);padding:0;position:fixed!important;top:0;left:0;right:0;width:100%;z-index:15000!important;height:60px;display:flex;align-items:center;justify-content:space-between;-webkit-backdrop-filter:saturate(180%)blur(5px);backdrop-filter:saturate(180%)blur(5px)}.nav-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem;display:flex;align-items:center;justify-content:space-between;height:100%}.nav-left{display:flex;align-items:center;gap:2rem;flex:1}.nav-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.brand-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--foreground);flex-shrink:0}.brand-logo{width:30px;height:30px;background-color:var(--foreground);color:var(--card);display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:var(--radius)}.brand-logo svg{width:20px;height:20px}.brand-title{font-size:16px;font-weight:600;white-space:nowrap}pre,code{font-size:inherit}pre code{display:block;padding:1rem;overflow:scroll;color:inherit;background:var(--muted)}code{font-family:San Francisco Mono,Menlo,SFMono-Regular,Consolas,roboto mono,source code pro,monospace;padding:.25rem .5rem;color:inherit;background:var(--muted);font-size:85%}.nav-menu{display:flex;align-items:center;gap:.5rem}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;color:var(--foreground);text-decoration:none;border-radius:var(--radius);transition:all .2s;font-size:14px;cursor:pointer;background:0 0;border:none;font-family:inherit}.nav-dropdown-trigger:hover{background:var(--accent)}.nav-dropdown-content{position:absolute;top:100%;left:0;min-width:280px;background:var(--popover);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%);z-index:13000!important;padding:.5rem;margin-top:.25rem;display:none;opacity:0;transform:translateY(-8px);transition:all .15s ease-out}.nav-dropdown.open .nav-dropdown-content{display:block;opacity:1;transform:translateY(0)}.platforms-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem}.platform-link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;color:var(--foreground);text-decoration:none;border-radius:var(--radius);transition:all .2s;font-size:14px}.platform-link:hover{background:var(--accent)}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;color:var(--foreground);text-decoration:none;border-radius:var(--radius);transition:all .2s;font-size:14px}.nav-link:hover{background:var(--accent)}.search-button,.theme-toggle-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:0 0;color:var(--muted-foreground);border-radius:var(--radius);cursor:pointer;transition:all .2s}.search-button:hover,.theme-toggle-btn:hover{background:var(--accent);color:var(--foreground)}.search-button svg,.theme-toggle-btn svg{width:20px;height:20px}.mobile-menu-button{display:none;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:0 0;color:var(--muted-foreground);border-radius:var(--radius);cursor:pointer;-webkit-appearance:none;appearance:none;outline:none;flex-shrink:0}.mobile-nav-overlay{display:none;position:fixed;top:60px;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:12000!important}.mobile-nav-content{position:fixed;top:60px;left:0;right:0;background:var(--card);border-bottom:1px solid var(--border);max-height:calc(100vh - 60px);overflow-y:auto;transform:translateY(-100%);transition:transform .3s ease;z-index:14000!important}.mobile-nav-content.open{transform:translateY(0)}.mobile-nav-section{padding:2rem}.mobile-nav-section h3{font-size:.875rem;font-weight:600;color:var(--muted-foreground);margin-bottom:.5rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}.mobile-platforms-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1.5rem}.mobile-platform-link{display:flex;align-items:center;gap:.5rem;padding:0;color:var(--foreground);text-decoration:none;border-radius:var(--radius);transition:all .2s;font-size:14px}.mobile-nav-links{display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link{display:flex;align-items:center;gap:.5rem;padding:0;color:var(--foreground);text-decoration:none;transition:all .2s;font-size:14px}@media(max-width:768px){.nav-menu{display:none}.mobile-menu-button{display:block}.nav-right{gap:.5rem}.brand-title{font-size:14px}.nav-left{gap:1rem}}@media(max-width:480px){.navigation-header{padding:0 .75rem}.brand-logo{width:24px;height:24px}.brand-logo svg{width:16px;height:16px}.search-button,.theme-toggle-btn,.mobile-menu-button{width:32px;height:32px;-webkit-appearance:none;appearance:none}.mobile-menu-button{display:block}}[data-theme=dark] .brand-logo{background:var(--muted-foreground)}[data-theme=dark] .nav-dropdown-content{box-shadow:0 4px 6px -1px rgba(0,0,0,.3),0 2px 4px -1px rgba(0,0,0,.2)}body{padding-top:60px}.page-container{padding-top:0}.main-container{margin-left:0!important;width:100%!important}.sidebar,.mobile-header,aside{display:none!important}.mobile-nav-overlay,.mobile-nav-content{display:none}@media(max-width:768px){.mobile-nav-overlay,.mobile-nav-content{display:block}.mobile-nav-overlay{display:none}}.single-page{margin:0 auto;padding:0 2rem;border-top-left-radius:0;border-top-right-radius:0;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.page-title{font-size:2.5rem;line-height:1.2;font-weight:600;color:var(--foreground);margin:2rem 0}.page-content{margin-bottom:4rem;margin-top:4rem}.content-wrapper p{margin-bottom:1.5rem}.content-wrapper ul,.content-wrapper ol{margin-bottom:1.5rem;padding-left:1.5rem}.content-wrapper li{margin-bottom:.5rem}.content-wrapper blockquote{margin:2rem 0;padding:1.5rem;background:var(--muted);border-left:2px solid var(--primary);border-radius:var(--radius);font-style:italic}.content-wrapper blockquote p{margin:0}.content-wrapper a{color:var(--primary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color .2s}.content-wrapper a:hover{color:var(--ring)}.content-wrapper hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.content-wrapper h3,.content-wrapper h4,.content-wrapper h5,.content-wrapper h6{margin-bottom:1rem}[data-theme=dark] .content-wrapper blockquote{background:var(--card);border-left-color:var(--primary)}[data-theme=dark] .content-wrapper pre{background:var(--card);border-color:var(--border)}[data-theme=dark] .content-wrapper th{background:var(--card)}.content-wrapper h2{padding-bottom:.5rem;margin-bottom:1.5rem}.content-wrapper ul{list-style:none;padding:0}.content-wrapper li{margin-bottom:.75rem}.content-wrapper li::before{content:'—';padding-right:.5rem}.content-wrapper h2:first-of-type{margin-top:0}.content-wrapper h2+ul{margin-bottom:2.5rem}.content-wrapper h2+ul+h2{margin-top:3rem}