:root{--gr-bg:#101713;--gr-surface:#1b231e;--gr-surface-2:#2c352f;--gr-border:#34413a;--gr-text:#f4fbf6;--gr-muted:#aebdb2;--gr-accent:#63d887;--gr-accent-strong:#8ee8a8;--gr-accent-contrast:#06210f;--gr-shadow:0 18px 40px #00000059;--gr-radius:16px;--gr-max:1120px;--gr-font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color-scheme:dark}:root[data-theme=light]{--gr-bg:#fff;--gr-surface:#f7faf8;--gr-surface-2:#edf2ee;--gr-border:#dce8df;--gr-text:#101713;--gr-muted:#556157;--gr-accent:#217b3f;--gr-accent-strong:#196032;--gr-accent-contrast:#fff;--gr-shadow:0 16px 34px #1017131a;color-scheme:light}@media (prefers-color-scheme:light){:root:not([data-theme=dark]){--gr-bg:#fff;--gr-surface:#f7faf8;--gr-surface-2:#edf2ee;--gr-border:#dce8df;--gr-text:#101713;--gr-muted:#556157;--gr-accent:#217b3f;--gr-accent-strong:#196032;--gr-accent-contrast:#fff;--gr-shadow:0 16px 34px #1017131a;color-scheme:light}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--gr-font);background:var(--gr-bg);color:var(--gr-text);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%}.gr-container{width:100%;max-width:var(--gr-max);margin-inline:auto;padding-inline:1.5rem}.gr-header{z-index:50;background:color-mix(in srgb, var(--gr-bg) 88%, transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--gr-border);position:sticky;top:0}.gr-header__inner{align-items:center;gap:1.5rem;height:64px;display:flex}.gr-header__logo{flex-shrink:0;align-items:center;display:flex}.gr-header__logo svg,.gr-header__logo img{width:auto;height:26px}.gr-nav{align-items:center;gap:.35rem;margin-left:.5rem;display:flex}.gr-nav a{color:var(--gr-muted);border-radius:8px;padding:.45rem .7rem;font-size:.95rem;font-weight:500;transition:color .15s,background .15s}.gr-nav a:hover{color:var(--gr-text);background:var(--gr-surface-2)}.gr-nav a[aria-current=page],.gr-nav a.is-active{color:var(--gr-accent)}.gr-header__spacer{flex:1}.gr-header__actions{align-items:center;gap:.5rem;display:flex}.gr-icon-btn{border:1px solid var(--gr-border);width:38px;height:38px;color:var(--gr-muted);cursor:pointer;background:0 0;border-radius:9px;justify-content:center;align-items:center;transition:color .15s,border-color .15s;display:inline-flex}.gr-icon-btn:hover{color:var(--gr-text);border-color:var(--gr-accent)}.gr-theme-toggle .moon{display:none}:root[data-theme=light] .gr-theme-toggle .moon{display:block}:root[data-theme=light] .gr-theme-toggle .sun{display:none}@media (prefers-color-scheme:light){:root:not([data-theme=dark]) .gr-theme-toggle .moon{display:block}:root:not([data-theme=dark]) .gr-theme-toggle .sun{display:none}}.gr-menu-btn{display:none}.gr-btn{cursor:pointer;border:1px solid #0000;border-radius:10px;align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-size:1rem;font-weight:600;transition:transform .12s,background .15s,border-color .15s;display:inline-flex}.gr-btn:hover{transform:translateY(-1px)}.gr-btn--primary{background:var(--gr-accent);color:var(--gr-accent-contrast)}.gr-btn--primary:hover{background:var(--gr-accent-strong)}.gr-btn--ghost{color:var(--gr-text);border-color:var(--gr-border);background:0 0}.gr-btn--ghost:hover{border-color:var(--gr-accent)}.gr-hero{padding:clamp(3.5rem,9vw,7rem) 0 clamp(3rem,7vw,5.5rem);position:relative;overflow:hidden}.gr-hero:before{content:"";background:radial-gradient(60% 55% at 50% 0%, color-mix(in srgb, var(--gr-accent) 22%, transparent), transparent 70%);pointer-events:none;height:620px;position:absolute;inset:-40% 0 auto}.gr-hero__inner{max-width:760px;position:relative}.gr-eyebrow{border:1px solid var(--gr-border);background:var(--gr-surface);color:var(--gr-muted);border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.4rem;padding:.3rem .75rem;font-size:.85rem;font-weight:500;display:inline-flex}.gr-eyebrow .dot{background:var(--gr-accent);border-radius:50%;width:8px;height:8px}.gr-hero h1{letter-spacing:-.02em;margin:0 0 1.2rem;font-size:clamp(2.4rem,6vw,4rem);font-weight:800;line-height:1.05}.gr-hero h1 .accent{color:var(--gr-accent)}.gr-hero p.lead{color:var(--gr-muted);max-width:620px;margin:0 0 2rem;font-size:clamp(1.05rem,2.4vw,1.3rem)}.gr-hero__actions{flex-wrap:wrap;gap:.9rem;display:flex}.gr-section{padding:clamp(3rem,7vw,5rem) 0}.gr-section__head{max-width:640px;margin-bottom:2.5rem}.gr-section__head.center{text-align:center;margin-inline:auto}.gr-section h2{letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:700}.gr-section__head p{color:var(--gr-muted);margin:0;font-size:1.1rem}.gr-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;display:grid}.gr-card{background:var(--gr-surface);border:1px solid var(--gr-border);border-radius:var(--gr-radius);padding:1.6rem;transition:border-color .15s,transform .15s}.gr-card__icon{background:color-mix(in srgb, var(--gr-accent) 16%, transparent);width:44px;height:44px;color:var(--gr-accent);border-radius:11px;justify-content:center;align-items:center;margin-bottom:1rem;display:inline-flex}.gr-card__icon svg{width:22px;height:22px}.gr-card h3{margin:0 0 .45rem;font-size:1.15rem;font-weight:650}.gr-card p{color:var(--gr-muted);margin:0;font-size:.97rem}.gr-cat-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.1rem;display:grid}.gr-cat-card{background:var(--gr-surface);border:1px solid var(--gr-border);border-radius:var(--gr-radius);flex-direction:column;gap:.9rem;padding:1.5rem;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex}.gr-cat-card:hover{border-color:var(--gr-accent);box-shadow:var(--gr-shadow);transform:translateY(-3px)}.gr-cat-card__icon{background:color-mix(in srgb, var(--gr-accent) 15%, transparent);width:56px;height:56px;color:var(--gr-accent);border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.gr-cat-card__icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:30px;height:30px}.gr-cat-card h3{margin:0;font-size:1.2rem;font-weight:650}.gr-cat-card p{color:var(--gr-muted);flex:1;margin:.25rem 0 0;font-size:.95rem}.gr-cat-card__count{color:var(--gr-accent);font-size:.85rem;font-weight:600}.gr-device-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.gr-device-groups{flex-direction:column;gap:2rem;display:flex}.gr-device-group h2{margin:0 0 1rem;font-size:1.35rem}.gr-device-group[hidden],.gr-cat-grid[hidden],.gr-device-grid[hidden]{display:none}.gr-vendor-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.gr-vendor-card{border:1px solid var(--gr-border);background:var(--gr-surface);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;min-height:130px;padding:1.25rem;display:flex}.gr-vendor-card:hover{border-color:var(--gr-accent)}.gr-vendor-card img{object-fit:contain;border-radius:10px;width:180px;height:60px}.gr-vendor-card>span:not(.gr-vendor-card__fallback){color:var(--gr-muted);font-size:.85rem}.gr-vendor-card__fallback{background:var(--vendor-background);width:72px;height:72px;color:var(--vendor-color);letter-spacing:.04em;border-radius:18px;justify-content:center;align-items:center;font-size:1.35rem;font-weight:800;display:flex}.gr-device-artwork{aspect-ratio:16/9;background:var(--gr-surface-2);border-radius:10px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.gr-device-artwork__product{object-fit:contain;width:100%;height:100%}.gr-device-artwork__vendor{object-fit:contain;width:70%;height:58%}.gr-device-artwork--fallback{background:var(--gr-surface-2)}.gr-device-artwork__fallback{width:100%;height:100%;color:var(--gr-accent);justify-content:center;align-items:center;display:flex}.gr-device-artwork__fallback svg{width:46px;height:46px}.gr-device-artwork--hero{background:var(--gr-surface);border-radius:16px;width:min(100%,640px);max-height:360px;margin-top:1.5rem}.gr-detail__aside .gr-device-artwork{margin-bottom:1rem}.gr-device-gallery{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.gr-device-gallery figure{margin:0}.gr-device-gallery img{aspect-ratio:4/3;object-fit:contain;background:var(--gr-surface-2);border-radius:10px;width:100%}.gr-device-gallery figcaption{color:var(--gr-muted);margin-top:.35rem;font-size:.8rem}.gr-device-card{background:var(--gr-surface);border:1px solid var(--gr-border);border-radius:14px;flex-direction:column;gap:.65rem;padding:1.3rem;transition:border-color .15s,transform .15s;display:flex}.gr-device-card:hover{border-color:var(--gr-accent);transform:translateY(-2px)}.gr-device-card__logo{background:var(--gr-surface-2);width:42px;height:42px;color:var(--gr-accent);border-radius:10px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.gr-device-card__brand{color:var(--gr-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem}.gr-device-card h3{margin:0;font-size:1.05rem;font-weight:600;line-height:1.3}.gr-device-card p{color:var(--gr-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;display:-webkit-box;overflow:hidden}.gr-device-card__models{flex-wrap:wrap;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.gr-device-card__models li{border:1px solid var(--gr-border);color:var(--gr-muted);border-radius:999px;padding:.2rem .5rem;font-size:.75rem;line-height:1.2}.gr-tags{flex-wrap:wrap;gap:.4rem;margin-top:auto;padding-top:.5rem;display:flex}.gr-tag{border:1px solid var(--gr-border);background:var(--gr-bg);color:var(--gr-muted);border-radius:999px;padding:.2rem .55rem;font-size:.75rem;font-weight:500}.gr-toolbar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.gr-search{flex:1;min-width:240px;position:relative}.gr-search input{border:1px solid var(--gr-border);background:var(--gr-surface);width:100%;color:var(--gr-text);border-radius:10px;padding:.75rem 1rem .75rem 2.6rem;font-family:inherit;font-size:1rem}.gr-search input:focus{outline:2px solid var(--gr-accent);outline-offset:0}.gr-search svg{width:18px;height:18px;color:var(--gr-muted);position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.gr-filters{flex-wrap:wrap;gap:.4rem;display:flex}.gr-chip{border:1px solid var(--gr-border);background:var(--gr-surface);color:var(--gr-muted);cursor:pointer;border-radius:999px;padding:.5rem .9rem;font-size:.9rem;font-weight:500;transition:all .15s}.gr-chip:hover{color:var(--gr-text)}.gr-chip.is-active{background:var(--gr-accent);color:var(--gr-accent-contrast);border-color:var(--gr-accent)}.gr-empty{text-align:center;color:var(--gr-muted);padding:3rem 1rem}.gr-breadcrumb{color:var(--gr-muted);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.gr-breadcrumb a:hover{color:var(--gr-accent)}.gr-page-head{padding:clamp(2.5rem,6vw,3.5rem) 0 1rem}.gr-page-head h1{letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(2rem,5vw,3rem);font-weight:800}.gr-page-head p{color:var(--gr-muted);max-width:640px;margin:0;font-size:1.15rem}.gr-detail{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:2.5rem;padding-bottom:4rem;display:grid}.gr-detail__aside{background:var(--gr-surface);border:1px solid var(--gr-border);border-radius:var(--gr-radius);padding:1.5rem;position:sticky;top:88px}.gr-meta-row{border-bottom:1px solid var(--gr-border);justify-content:space-between;gap:1rem;padding:.6rem 0;font-size:.92rem;display:flex}.gr-meta-row:last-child{border-bottom:none}.gr-meta-row dt{color:var(--gr-muted);margin:0}.gr-meta-row dd{text-align:right;margin:0;font-weight:500}.gr-prose h2{letter-spacing:-.01em;margin:2rem 0 1rem;font-size:1.5rem}.gr-prose p{color:var(--gr-text)}.gr-table-wrap{border:1px solid var(--gr-border);border-radius:12px;overflow-x:auto}.gr-table{border-collapse:collapse;width:100%;min-width:480px;font-size:.9rem}.gr-table th,.gr-table td{text-align:left;border-bottom:1px solid var(--gr-border);padding:.7rem 1rem}.gr-table th{color:var(--gr-muted);background:var(--gr-surface);font-weight:600}.gr-table tr:last-child td{border-bottom:none}.gr-table code{background:var(--gr-surface-2);border-radius:5px;padding:.1rem .35rem;font-size:.85em}.gr-guide{margin-top:2rem}.gr-guide h1,.gr-guide h2,.gr-guide h3{letter-spacing:-.01em}.gr-guide pre{background:var(--gr-surface);border:1px solid var(--gr-border);border-radius:10px;padding:1rem;overflow-x:auto}.gr-guide code{background:var(--gr-surface-2);border-radius:5px;padding:.1rem .35rem}.gr-guide pre code{background:0 0;padding:0}.gr-cta{background:var(--gr-surface);border:1px solid var(--gr-border);text-align:center;border-radius:24px;padding:clamp(2.5rem,6vw,4rem)}.gr-cta h2{margin:0 0 .75rem;font-size:clamp(1.6rem,4vw,2.4rem)}.gr-cta p{color:var(--gr-muted);max-width:520px;margin:0 auto 2rem;font-size:1.1rem}.gr-cta__actions{flex-wrap:wrap;justify-content:center;gap:.9rem;display:flex}.gr-footer{border-top:1px solid var(--gr-border);margin-top:4rem;padding:3rem 0 2.5rem}.gr-footer__inner{flex-wrap:wrap;justify-content:space-between;gap:2rem;display:flex}.gr-footer__brand{max-width:280px}.gr-footer__brand svg{height:24px;margin-bottom:.75rem}.gr-footer__brand p{color:var(--gr-muted);margin:0;font-size:.92rem}.gr-footer__cols{flex-wrap:wrap;gap:3rem;display:flex}.gr-footer__col h4{text-transform:uppercase;letter-spacing:.06em;color:var(--gr-muted);margin:0 0 .9rem;font-size:.8rem}.gr-footer__col a{color:var(--gr-text);opacity:.85;margin-bottom:.55rem;font-size:.92rem;display:block}.gr-footer__col a:hover{color:var(--gr-accent);opacity:1}.gr-footer__legal{border-top:1px solid var(--gr-border);color:var(--gr-muted);margin-top:2.5rem;padding-top:1.5rem;font-size:.85rem}@media (width<=820px){.gr-detail{grid-template-columns:1fr}.gr-detail__aside{position:static}}@media (width<=720px){.gr-nav{display:none}.gr-menu-btn{display:inline-flex}.gr-nav.is-open{background:var(--gr-bg);border-bottom:1px solid var(--gr-border);flex-direction:column;align-items:stretch;gap:.25rem;padding:.75rem 1.5rem 1.25rem;display:flex;position:absolute;top:64px;left:0;right:0}.gr-nav.is-open a{padding:.7rem}}
