.ach-back{color:var(--asite-muted);text-decoration:none;font-size:.9rem;font-weight:600}.ach-back:hover{color:var(--asite-primary)}.ach-body{padding:1.5rem 1.25rem 3rem;max-width:1100px;margin:0 auto}.ach-empty{color:var(--asite-muted);text-align:center;padding:3rem 1rem}.ach-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1.25rem;gap:1.25rem}.ach-card{display:block;text-decoration:none;color:inherit;border-radius:14px;overflow:hidden;background:var(--asite-surface);border:1px solid color-mix(in srgb,var(--asite-text) 10%,transparent);transition:transform .2s ease,box-shadow .2s ease}.ach-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px color-mix(in srgb,var(--asite-text) 12%,transparent)}.ach-card img,.ach-card__placeholder{width:100%;height:180px;object-fit:cover;display:block;background:color-mix(in srgb,var(--asite-primary) 18%,var(--asite-surface))}.ach-card__body{padding:1rem 1.1rem 1.15rem}.ach-card__body h2{margin:0 0 .35rem;font-size:1.15rem;line-height:1.25}.ach-card__body p{margin:0;font-size:.9rem;color:var(--asite-muted)}.ach-hero{width:100%;max-height:420px;object-fit:cover;border-radius:16px;display:block;margin-bottom:1.5rem}.ach-detail{max-width:720px}.ach-detail__desc{white-space:pre-wrap;line-height:1.65;margin:0 0 1.5rem}.ach-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:2rem}.ach-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px}.ach-detail__foot a{color:var(--asite-primary);font-weight:700;text-decoration:none}.ach-detail__foot a:hover{text-decoration:underline}