.type-detail-module__vsNKPG__pageWrapper{background:var(--background);min-height:100vh;padding-bottom:4rem}.type-detail-module__vsNKPG__container{max-width:900px;margin:0 auto;padding:6rem 2rem 0}.type-detail-module__vsNKPG__hero{text-align:center;margin-bottom:4rem}.type-detail-module__vsNKPG__breadcrumb{color:var(--text-dim);justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:3rem;font-size:.9rem;display:flex}.type-detail-module__vsNKPG__breadcrumb a{color:var(--text-dim);text-decoration:none;transition:color .2s}.type-detail-module__vsNKPG__breadcrumb a:hover{color:var(--accent)}.type-detail-module__vsNKPG__separator{color:var(--glass-border)}.type-detail-module__vsNKPG__current{color:var(--foreground);font-weight:600}.type-detail-module__vsNKPG__codeBadge{color:var(--accent);border:2px solid var(--accent);letter-spacing:.1em;background:#e509141a;border-radius:12px;margin-bottom:1.5rem;padding:.5rem 2rem;font-family:monospace;font-size:2.5rem;font-weight:700;display:inline-block;box-shadow:0 0 20px #e5091433}.type-detail-module__vsNKPG__title{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1.2}.type-detail-module__vsNKPG__catchphrase{color:var(--text-dim);margin-bottom:2rem;font-size:1.2rem;font-style:italic}.type-detail-module__vsNKPG__mainContent{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:24px;margin-bottom:3rem;padding:3rem}.type-detail-module__vsNKPG__section{margin-bottom:3rem}.type-detail-module__vsNKPG__section:last-child{margin-bottom:0}.type-detail-module__vsNKPG__section h2{border-left:4px solid var(--accent);margin-bottom:1.5rem;padding-left:1rem;font-size:1.5rem;font-weight:800}.type-detail-module__vsNKPG__description{color:var(--foreground);font-size:1.1rem;line-height:1.8}.type-detail-module__vsNKPG__traitsGrid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;display:grid}.type-detail-module__vsNKPG__traitTag{background:var(--card-bg-hover);text-align:center;color:var(--foreground);border:1px solid var(--glass-border);border-radius:8px;padding:.8rem;font-weight:600}.type-detail-module__vsNKPG__genreList{flex-wrap:wrap;gap:.8rem;display:flex}.type-detail-module__vsNKPG__genreTag{background:var(--accent);color:#fff;border-radius:50px;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600}.type-detail-module__vsNKPG__relatedTypes{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.type-detail-module__vsNKPG__relatedCard{background:var(--card-bg-hover);border:1px solid var(--glass-border);text-align:center;border-radius:12px;padding:1rem;text-decoration:none;transition:all .3s;display:block}.type-detail-module__vsNKPG__relatedCard:hover{border-color:var(--accent);background:#ffffff14;transform:translateY(-2px)}.type-detail-module__vsNKPG__relatedCode{color:var(--accent);margin-bottom:.3rem;font-family:monospace;font-weight:700;display:block}.type-detail-module__vsNKPG__relatedName{color:var(--text-dim);font-size:.85rem}.type-detail-module__vsNKPG__actions{text-align:center;margin-top:4rem}.type-detail-module__vsNKPG__backBtn{background:var(--glass-border);color:var(--foreground);border:1px solid #0000;border-radius:50px;padding:1rem 2.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.type-detail-module__vsNKPG__backBtn:hover{background:var(--foreground);color:var(--background)}.type-detail-module__vsNKPG__sectionRow{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.type-detail-module__vsNKPG__incompatibleCard{border:1px solid var(--glass-border);text-align:center;opacity:.8;background:#ffffff05;border-radius:12px;padding:1rem;text-decoration:none;transition:all .3s;display:block}.type-detail-module__vsNKPG__incompatibleCard:hover{border-color:var(--text-dim);opacity:1;background:#ffffff0d;transform:translateY(-2px)}.type-detail-module__vsNKPG__incompatibleCode{color:var(--text-dim);margin-bottom:.3rem;font-family:monospace;font-weight:700;display:block}@media (max-width:768px){.type-detail-module__vsNKPG__container{padding-top:5rem}.type-detail-module__vsNKPG__title{font-size:1.8rem}.type-detail-module__vsNKPG__codeBadge{font-size:2rem}.type-detail-module__vsNKPG__relatedTypes{grid-template-columns:1fr}.type-detail-module__vsNKPG__sectionRow{grid-template-columns:1fr;gap:2rem}.type-detail-module__vsNKPG__mainContent{padding:1.5rem}}.type-detail-module__vsNKPG__usersSection{text-align:center;margin-top:5rem}.type-detail-module__vsNKPG__usersSection h2{color:var(--foreground);margin-bottom:2rem;font-size:1.5rem;font-weight:800}.type-detail-module__vsNKPG__userGrid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.type-detail-module__vsNKPG__userCard{flex-direction:column;align-items:center;gap:.8rem;width:100px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.type-detail-module__vsNKPG__userCard:hover{transform:translateY(-8px)}.type-detail-module__vsNKPG__userAvatar{background:var(--card-bg-hover);border:2px solid var(--glass-border);width:72px;height:72px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;font-weight:800;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #0003}.type-detail-module__vsNKPG__userCard:hover .type-detail-module__vsNKPG__userAvatar{border-color:var(--accent);box-shadow:0 8px 25px #e509144d}.type-detail-module__vsNKPG__userAvatar img{object-fit:cover;width:100%;height:100%}.type-detail-module__vsNKPG__userName{color:var(--text-dim);text-overflow:ellipsis;white-space:nowrap;text-align:center;width:100%;font-size:.85rem;font-weight:600;transition:color .3s;overflow:hidden}.type-detail-module__vsNKPG__userCard:hover .type-detail-module__vsNKPG__userName{color:var(--foreground)}
