.nav{position:fixed;top:0;inset-inline-start:0;inset-inline-end:0;z-index:100;background:color-mix(in srgb,var(--bg) 72%,transparent);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid transparent;transition:border-color var(--t-base) var(--ease-out)}.nav.is-stuck{border-bottom-color:var(--border)}.nav-inner{display:flex;align-items:center;gap:1.25rem;height:52px}.brand{display:flex;align-items:center;gap:.55rem;font-weight:600;font-size:.9375rem;letter-spacing:-.02em;flex:none}.brand img{width:auto;height:17px}.nav-links{display:flex;align-items:center;justify-content:center;gap:.15rem;flex:1;min-width:0}.nav-link{padding:.4rem .75rem;border-radius:var(--r-xs);font-size:.8125rem;font-weight:400;color:var(--text-soft);transition:color var(--t-fast) var(--ease-out)}.nav-link:hover{color:var(--text)}.nav-link.is-current{color:var(--text);font-weight:500}.nav-actions{display:flex;align-items:center;gap:.4rem;flex:none}.icon-btn{display:grid;place-items:center;width:32px;height:32px;border-radius:var(--r-full);border:1px solid transparent;background:transparent;color:var(--text-muted);transition:background var(--t-fast) var(--ease-out),color var(--t-fast) var(--ease-out)}.icon-btn:hover{background:var(--surface);color:var(--text)}.icon-btn svg{width:17px;height:17px}.nav-burger{display:none}.ico{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex:none}.hero{padding-top:clamp(7rem,20vh,11rem);padding-bottom:clamp(4rem,10vh,7rem);text-align:center}.hero>.wrap>*{opacity:0;animation:rise .7s var(--ease-out) forwards}.hero>.wrap>:nth-child(2){animation-delay:70ms}.hero>.wrap>:nth-child(3){animation-delay:.14s}@keyframes rise{0%{opacity:0;transform:translate3d(0,16px,0)}to{opacity:1;transform:none}}.hero h1{font-size:clamp(3.5rem,13vw,8rem);letter-spacing:-.045em;line-height:1}.hero-sub{font-size:clamp(1.125rem,1.9vw,1.5rem);line-height:1.35;color:var(--text-muted);max-width:30rem;margin:1.2rem auto 0}.hero-cta{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;margin-top:2.25rem}.section{padding-block:clamp(4rem,9vh,6.5rem)}.band{background:var(--bg-sunken);border-block:1px solid var(--border)}.section-head{max-width:36rem;margin:0 auto clamp(2.5rem,5vh,3.5rem);text-align:center}.section h2{font-size:clamp(1.875rem,3.8vw,2.625rem);letter-spacing:-.03em}.section-head p{color:var(--text-muted);font-size:1.0625rem;margin-top:.9rem}.feature-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-template-areas:"a a a a b b" "c c d d e e" "f f g g g g";gap:1rem}.feature-grid>:nth-child(1){grid-area:a}.feature-grid>:nth-child(2){grid-area:b}.feature-grid>:nth-child(3){grid-area:c}.feature-grid>:nth-child(4){grid-area:d}.feature-grid>:nth-child(5){grid-area:e}.feature-grid>:nth-child(6){grid-area:f}.feature-grid>:nth-child(7){grid-area:g}.feature-grid>:nth-child(1),.feature-grid>:nth-child(7){padding:1.8rem 1.75rem}.feature-grid>:nth-child(1) h3,.feature-grid>:nth-child(7) h3{font-size:clamp(1.25rem,2vw,1.5rem);letter-spacing:-.025em;margin-bottom:.55rem}.feature-grid>:nth-child(1) p,.feature-grid>:nth-child(7) p{font-size:1.0625rem;max-width:54ch}@media(max-width:900px){.feature-grid{grid-template-columns:1fr 1fr;grid-template-areas:"a a" "b c" "d e" "f f" "g g"}}@media(max-width:620px){.feature-grid{grid-template-columns:1fr;grid-template-areas:none}.feature-grid>:nth-child(n){grid-area:auto}}.card{display:flex;flex-direction:column;padding:1.6rem 1.5rem 1.75rem;border-radius:var(--r-lg);border:1px solid var(--border);background:var(--bg-elevated);transition:border-color var(--t-base) var(--ease-out)}.band .card{background:var(--bg)}.card:hover{border-color:var(--border-strong)}.card-icon{--tile: var(--accent);width:42px;height:42px;display:grid;place-items:center;margin-bottom:1.05rem;border-radius:11px;color:#fff;background:linear-gradient(135deg,var(--tile),var(--tile-2, var(--tile)));box-shadow:inset 0 1px #ffffff52,0 1px 2px #00000024}.card-icon .ico{width:22px;height:22px;stroke-width:1.7}.tile-cyan{--tile: #0891b2;--tile-2: #0369a1}.tile-rose{--tile: #f43f5e;--tile-2: #be123c}.tile-blurple{--tile: #5865f2;--tile-2: #4752c4}.tile-amber{--tile: #d97706;--tile-2: #b45309}.tile-violet{--tile: #8b5cf6;--tile-2: #ec4899}.tile-flame{--tile: #f97316;--tile-2: #ef4444}.tile-emerald{--tile: #059669;--tile-2: #0f766e}.card h3{font-size:1.0625rem;margin-bottom:.45rem}.card p{font-size:.9375rem;color:var(--text-muted);line-height:1.55}.showcase-viewport{overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;border-radius:var(--r-lg);container-type:inline-size}.showcase-viewport::-webkit-scrollbar{display:none}.showcase-track{display:grid;grid-auto-flow:column;grid-auto-columns:100cqi;align-items:stretch}.showcase-slide{scroll-snap-align:center;scroll-snap-stop:always;display:grid;grid-template-rows:1fr auto;gap:1.5rem;padding:10px 10px 14px}.showcase-media{display:flex;min-width:0}.showcase .dc-frame{display:flex;flex-direction:column;width:100%;min-width:0;min-height:clamp(320px,44vh,460px);box-shadow:var(--shadow-md)}.showcase .dc-stage{flex:1;display:flex;flex-direction:column;justify-content:flex-end;max-height:none;overflow:visible}.showcase-copy{max-width:40rem;margin-inline:auto;text-align:center}.showcase-copy h3{font-size:clamp(1.25rem,2vw,1.5rem);letter-spacing:-.025em;margin-bottom:.5rem}.showcase-copy p{color:var(--text-muted);line-height:1.55}.showcase-dots{display:flex;align-items:center;gap:8px;width:fit-content;max-width:100%;margin:1.75rem auto 0;padding:9px 12px;border-radius:var(--r-full);background:#4a4e57}.showcase-dot{position:relative;width:8px;height:8px;padding:0;flex:none;border-radius:var(--r-full);background:#ffffff52;transition:width var(--t-slow) var(--ease-expo),background var(--t-base) var(--ease-out)}.showcase-dot:before{content:"";position:absolute;inset:-16px -6px}.showcase-dot:hover{background:#ffffff8c}.showcase-dot[aria-current=true]{width:30px;background:#f2f3f5}@media(prefers-reduced-motion:reduce){.showcase-viewport{scroll-behavior:auto}}.page-head{padding-top:clamp(7rem,16vh,9rem);padding-bottom:clamp(1rem,3vh,2rem);text-align:center}.page-head h1{font-size:clamp(2.25rem,5vw,3.25rem);letter-spacing:-.035em}.page-head p{color:var(--text-muted);font-size:1.0625rem;max-width:34rem;margin:1rem auto 0}.faq{max-width:44rem;margin-inline:auto;border-top:1px solid var(--border)}.faq-page{padding-top:clamp(2rem,5vh,3rem)}.faq-group{max-width:44rem;margin-inline:auto;font-size:.8125rem;font-weight:500;color:var(--text-faint);letter-spacing:0}.faq-group:not(:first-child){margin-top:clamp(2.5rem,6vh,3.5rem)}.faq-group+.faq{margin-top:.75rem}.legal{padding-top:clamp(1.5rem,4vh,2.5rem)}.legal .wrap{max-width:46rem}.legal .legal-date{padding-bottom:1.75rem;margin-bottom:2.25rem;border-bottom:1px solid var(--border);font-size:.8125rem;color:var(--text-faint)}.legal h2{font-size:1.1875rem;letter-spacing:-.02em;margin-top:2.75rem;margin-bottom:.85rem}.legal h3{font-size:1rem;margin-top:1.75rem;margin-bottom:.6rem}.legal p,.legal li{color:var(--text-soft);font-size:.9375rem;line-height:1.65}.legal p+p{margin-top:.9rem}.legal ul{margin-top:.9rem;display:flex;flex-direction:column;gap:.6rem}.legal li{position:relative;padding-inline-start:1.1rem}.legal li:before{content:"";position:absolute;inset-inline-start:0;top:.7em;width:7px;height:1px;background:var(--text-faint)}.legal strong{color:var(--text);font-weight:600}.legal a{color:var(--accent-ink);text-decoration:underline;text-underline-offset:.2em}.legal-todo{padding:.05em .4em;border-radius:var(--r-xs);border:1px dashed color-mix(in srgb,var(--danger) 55%,transparent);background:color-mix(in srgb,var(--danger) 7%,transparent);color:var(--danger);font-size:.9em;font-weight:500}.faq-item{border-bottom:1px solid var(--border)}.faq-q{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.15rem .25rem;text-align:start;font-size:1rem;font-weight:500;color:var(--text)}.faq-q svg{width:17px;height:17px;flex:none;color:var(--text-faint);transition:transform var(--t-base) var(--ease-out)}.faq-item.is-open .faq-q svg{transform:rotate(45deg)}.faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--t-slow) var(--ease-out)}.faq-item.is-open .faq-a{grid-template-rows:1fr}.faq-a>div{overflow:hidden}.faq-a p{padding:0 3rem 1.35rem .25rem;color:var(--text-muted);font-size:.9375rem;line-height:1.55}.cta{text-align:center}.cta h2{font-size:clamp(1.875rem,4.2vw,2.875rem);letter-spacing:-.032em;max-width:18ch;margin-inline:auto}.cta p{color:var(--text-muted);max-width:32rem;margin:1rem auto 0}.footer{border-top:1px solid var(--border);padding-block:2.5rem 2rem;font-size:.75rem}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(2,.8fr) 1.1fr;gap:2rem}.footer-grid h4{font-size:.75rem;font-weight:600;color:var(--text);margin-bottom:.7rem}.footer-grid a{display:block;padding:.3rem 0;color:var(--text-muted);transition:color var(--t-fast) var(--ease-out)}.footer-grid a:hover{color:var(--text);text-decoration:underline;text-underline-offset:.2em}.footer-about p{color:var(--text-muted);max-width:24rem;margin-top:.9rem;line-height:1.6}.verify{min-height:100dvh;display:grid;place-items:center;padding-block:3rem}.verify-card{width:min(100%,27rem);padding:2.5rem 2rem;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--bg-elevated);box-shadow:var(--shadow-sm);text-align:center}.verify-skeleton{height:12rem;border-radius:var(--r-md);background:var(--surface)}.verify-guild{display:grid;justify-items:center;gap:.7rem;margin-bottom:1.5rem}.verify-icon{width:64px;height:64px;border-radius:50%;object-fit:cover}.verify-icon-blank{display:grid;place-items:center;background:var(--surface-strong);color:var(--text-muted);font-weight:600;letter-spacing:.02em}.verify-server{font-weight:600;color:var(--text)}.verify-title{font-size:1.5rem;line-height:1.25;margin-bottom:.75rem}.verify-text{color:var(--text-muted);line-height:1.6;margin-bottom:1.75rem}.verify-btn{width:100%;justify-content:center}.verify-badge{width:44px;height:44px;margin:0 auto 1.25rem;display:grid;place-items:center;border-radius:50%;font-size:1.35rem;font-weight:700}.verify-badge.is-ok{background:#157a381f;color:var(--success)}.verify-badge.is-ko{background:#d700151a;color:var(--danger)}.appeal-summary{text-align:start;margin-bottom:1.75rem;padding:1rem 1.1rem;border:1px solid var(--border);border-radius:var(--r-md);background:var(--bg-sunken)}.appeal-line{display:flex;gap:.75rem;align-items:baseline;font-size:.9375rem;line-height:1.5}.appeal-line+.appeal-line{margin-top:.55rem;padding-top:.55rem;border-top:1px solid var(--border)}.appeal-key{flex:none;width:5.5rem;color:var(--text-muted);font-size:.8125rem}.appeal-summary b{font-weight:600}.appeal-input{width:100%;padding:.8rem .9rem;border:1px solid var(--border);border-radius:var(--r-md);background:var(--bg-elevated);color:var(--text);font:inherit;font-size:.9375rem;line-height:1.55;resize:vertical;transition:border-color var(--t-fast) var(--ease-out)}.appeal-input:focus{outline:none;border-color:var(--accent)}.appeal-count{text-align:end;margin:.35rem 0 1rem;font-size:.75rem;color:var(--text-faint)}.appeal-error{text-align:start;margin:0 0 .9rem;font-size:.875rem;color:var(--danger)}.verify-note{margin-top:1.1rem;font-size:.8125rem;line-height:1.5;color:var(--text-faint)}.notfound{min-height:100dvh;display:grid;place-items:center;text-align:center;padding-block:6rem}.notfound h1{font-size:clamp(1.9rem,5vw,2.75rem);margin-bottom:1rem}.notfound p{color:var(--text-muted);margin-bottom:2rem}.notfound-code{font-size:.8125rem;color:var(--text-faint);font-family:var(--font-mono);margin-bottom:1.25rem}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.nav-links{position:fixed;inset:52px 0 auto;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:.5rem var(--gutter) 1.25rem;background:color-mix(in srgb,var(--bg) 96%,transparent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);opacity:0;pointer-events:none;transition:opacity var(--t-base) var(--ease-out)}.nav-links.is-open{opacity:1;pointer-events:auto}.nav-link{padding:.8rem 0;font-size:1rem;border-bottom:1px solid var(--border)}.nav-burger{display:grid}.nav-actions .btn-primary{display:none}.footer-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:520px){.hero-cta .btn{width:100%}}
