.home .subjects{gap:14px}
.home .subjects button{position:relative;overflow:hidden;border:3px solid #b9a5ff;background:linear-gradient(145deg,#fff 20%,#f4efff);border-radius:22px;padding:27px 21px;box-shadow:0 12px 28px #43239a20;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.home .subjects button:before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:linear-gradient(180deg,var(--brand2),var(--brand))}
.home .subjects button:hover,.home .subjects button:focus-visible{border-color:var(--brand);box-shadow:0 15px 32px #43239a2b;transform:translateY(-2px)}
.home .subjects b{font-size:1.62rem;line-height:1.25;letter-spacing:-.035em}
.home .subjects span{color:#4b5565;font-size:.96rem;margin-top:9px;line-height:1.5}
.home .subjects i{font-size:.92rem;margin-top:12px}
@media(max-width:420px){.home .subjects{grid-template-columns:1fr}.home .subjects button{padding:25px 21px}}
.mode-notice{margin:-6px 0 16px;padding:11px 13px;border-radius:12px;background:#f5f3ff;color:#4c2ca7;font-size:.88rem;line-height:1.55}
