.profile-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding-right:1.5rem;padding-left:1.5rem}@media (min-width:700px){.profile-grid{grid-template-columns:repeat(3,1fr);padding-right:2.5rem;padding-left:2.5rem}}.profile-col{background:#23242a;border-radius:8px;padding:1.5rem 1rem;color:#fff;box-shadow:0 2px 8px rgba(40,167,233,.08);display:flex;flex-direction:column;align-items:flex-start}.profile-img{width:100%;max-width:450px;aspect-ratio:2/3;border-radius:6px;margin-bottom:1rem;background:#18191a;object-fit:cover;display:block}.profile-section-title{font-size:1.2em;font-weight:700;color:#28a7e9;margin-bottom:.5em}#subnav{margin:2em 0 1em 0;text-align:center;display:flex;flex-wrap:wrap;justify-content:center;gap:.5em 1.2em;padding:.5em .5em;background:#18191a;border-radius:6px;box-shadow:0 2px 8px rgba(40,167,233,.05);max-width:100%;overflow-x:auto;align-items:center;width:100%}#subnav a{color:#28a7e9;font-weight:600;margin:0;text-decoration:none;transition:color .2s;padding:.2em .7em;border-radius:4px;display:inline-block}#subnav a:focus,#subnav a:hover{color:#28a7e9;background:#404040;text-decoration:underline}h2{text-align:center;font-size:2.2em;margin-bottom:1.2em;color:#fff}.profile-label{color:#28a7e9;font-weight:600;display:inline-block;min-width:110px}.profile-info{color:#fff;font-weight:400;margin-left:.5em}.profile-synopsis-box{background:#23242a;border-radius:8px;padding:1.5rem 1.2rem;color:#fff;box-shadow:0 2px 8px rgba(40,167,233,.08);margin:2rem 0 0 0;grid-column:1/-1;margin-right:.5rem;margin-left:.5rem}@media (min-width:700px){.profile-synopsis-box{grid-column:1/4;margin-right:1rem;margin-left:1rem}}.recommendation-separator{margin-top:3.5rem}@media (max-width:600px){.recommendation-separator{margin-top:2rem}}.production-notes-box{margin:2.5rem 0 0 0;padding:2.2rem 1.5rem;font-size:1.08em;line-height:1.7;background:#23242a;border-radius:8px;box-shadow:0 2px 8px rgba(40,167,233,.08);color:#fff}.spoiler-warning{background:#23242a;color:#28a7e9;padding:.7em 1em;border-radius:5px;font-weight:600;margin-bottom:1.5em;font-size:1em;border:1px solid #28a7e9}.review-links-section{margin:2.5rem 0 0 0;width:100%;max-width:900px;margin-left:auto;margin-right:auto}.review-links-heading{color:#28a7e9;font-size:1.3em;font-weight:700;margin-bottom:1.2em;text-align:center}.review-link-box{background:#23242a;border-radius:6px;box-shadow:0 2px 8px rgba(40,167,233,.05);margin-bottom:1.1em;padding:1.1em 1.2em;transition:background .2s}.review-link-box:hover{background:#18191a}.review-link{color:#28a7e9;font-weight:600;text-decoration:none;font-size:1.08em;word-break:break-all}.review-link:focus,.review-link:hover{text-decoration:underline;color:#0ff}