/* --- Person Page Styles --- */
body {
    background-color: #fff;
}

.person-page-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 768px) {
    .person-page-container {
        grid-template-columns: 300px 1fr;
    }
}

/* --- Left Sidebar (Person Info) --- */
.person-sidebar .person-image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 4px solid transparent;
    background: linear-gradient(#fff, #fff), 
                linear-gradient(to right, #01b4e4, #90cea1);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.person-sidebar .personal-info h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 15px;
}
.personal-info-list {
    list-style: none;
    padding-left: 0;
}
.personal-info-list li {
    margin-bottom: 12px;
}
.personal-info-list strong {
    display: block;
    font-weight: 600;
    color: #111;
}
.person-sidebar .social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.social-links a {
    font-size: 1.8rem;
    color: #333;
    transition: color 0.2s;
}
.social-links a:hover {
    color: #01b4e4;
}

/* --- Main Content (Bio & Filmography) --- */
.person-main-content h1 {
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 20px;
}
.person-main-content .biography h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
}
.person-main-content .biography p {
    line-height: 1.7;
    margin-bottom: 30px;
}
.person-main-content .filmography h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 20px;
}

.filmography-list {
    list-style: none;
    padding-left: 0;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.filmography-list li {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-bottom: 1px solid #dee2e6;
}
.filmography-list li:last-child {
    border-bottom: none;
}
.filmography-list li .year {
    font-weight: 600;
    width: 60px;
}
.filmography-list li .title a {
    font-weight: 600;
    color: #032541;
    text-decoration: none;
}
.filmography-list li .title a:hover {
    color: #01b4e4;
}
.filmography-list li .credit-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.filmography-list li .character {
    color: #555;
    font-size: 0.9em;
}
.filmography-list li .character::before {
    content: "as";
    margin-right: 5px;
    color: #888;
}

/* --- Known For Scroller --- */
.known-for-scroller {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 15px;
    scrollbar-color: #d1d5db #f3f4f6;
}
.known-for-scroller::-webkit-scrollbar { height: 8px; }
.known-for-card {
    width: 150px;
    flex-shrink: 0;
}
.known-for-card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}
.known-for-card:hover img {
    transform: scale(1.05);
}
.known-for-card .title {
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #111;
} 
 
body {
    background-color: #fff;
}

.person-page-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 768px) {
    .person-page-container {
        grid-template-columns: 300px 1fr;
    }
}

/* --- Left Sidebar (Person Info) --- */
.person-sidebar .person-image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 4px solid transparent;
    background: linear-gradient(#fff, #fff), 
                linear-gradient(to right, #01b4e4, #90cea1);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.person-sidebar .personal-info h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 15px;
}
.personal-info-list {
    list-style: none;
    padding-left: 0;
}
.personal-info-list li {
    margin-bottom: 12px;
}
.personal-info-list strong {
    display: block;
    font-weight: 600;
    color: #111;
}
.person-sidebar .social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.social-links a {
    font-size: 1.8rem;
    color: #333;
    transition: color 0.2s;
}
.social-links a:hover {
    color: #01b4e4;
}

/* --- Main Content (Bio & Filmography) --- */
.person-main-content h1 {
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 20px;
}
.person-main-content .biography h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
}
.person-main-content .biography p {
    line-height: 1.7;
    margin-bottom: 30px;
}
.person-main-content .filmography h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 20px;
}

.filmography-list {
    list-style: none;
    padding-left: 0;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.filmography-list li {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-bottom: 1px solid #dee2e6;
}
.filmography-list li:last-child {
    border-bottom: none;
}
.filmography-list li .year {
    font-weight: 600;
    width: 60px;
}
.filmography-list li .title a {
    font-weight: 600;
    color: #032541;
    text-decoration: none;
}
.filmography-list li .title a:hover {
    color: #01b4e4;
}
.filmography-list li .credit-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.filmography-list li .character {
    color: #555;
    font-size: 0.9em;
}
.filmography-list li .character::before {
    content: "as";
    margin-right: 5px;
    color: #888;
}

/* --- Known For Scroller --- */
.known-for-scroller {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 15px;
    scrollbar-color: #d1d5db #f3f4f6;
}
.known-for-scroller::-webkit-scrollbar { height: 8px; }
.known-for-card {
    width: 150px;
    flex-shrink: 0;
}
.known-for-card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}
.known-for-card:hover img {
    transform: scale(1.05);
}
.known-for-card .title {
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #111;
} 
 
body {
    background-color: #fff;
}

.person-page-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 768px) {
    .person-page-container {
        grid-template-columns: 300px 1fr;
    }
}

/* --- Left Sidebar (Person Info) --- */
.person-sidebar .person-image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 4px solid transparent;
    background: linear-gradient(#fff, #fff), 
                linear-gradient(to right, #01b4e4, #90cea1);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.person-sidebar .personal-info h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 15px;
}
.personal-info-list {
    list-style: none;
    padding-left: 0;
}
.personal-info-list li {
    margin-bottom: 12px;
}
.personal-info-list strong {
    display: block;
    font-weight: 600;
    color: #111;
}
.person-sidebar .social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.social-links a {
    font-size: 1.8rem;
    color: #333;
    transition: color 0.2s;
}
.social-links a:hover {
    color: #01b4e4;
}

/* --- Main Content (Bio & Filmography) --- */
.person-main-content h1 {
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 20px;
}
.person-main-content .biography h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
}
.person-main-content .biography p {
    line-height: 1.7;
    margin-bottom: 30px;
}
.person-main-content .filmography h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 20px;
}

.filmography-list {
    list-style: none;
    padding-left: 0;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.filmography-list li {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-bottom: 1px solid #dee2e6;
}
.filmography-list li:last-child {
    border-bottom: none;
}
.filmography-list li .year {
    font-weight: 600;
    width: 60px;
}
.filmography-list li .title a {
    font-weight: 600;
    color: #032541;
    text-decoration: none;
}
.filmography-list li .title a:hover {
    color: #01b4e4;
}
.filmography-list li .credit-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.filmography-list li .character {
    color: #555;
    font-size: 0.9em;
}
.filmography-list li .character::before {
    content: "as";
    margin-right: 5px;
    color: #888;
}

/* --- Known For Scroller --- */
.known-for-scroller {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 15px;
    scrollbar-color: #d1d5db #f3f4f6;
}
.known-for-scroller::-webkit-scrollbar { height: 8px; }
.known-for-card {
    width: 150px;
    flex-shrink: 0;
}
.known-for-card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}
.known-for-card:hover img {
    transform: scale(1.05);
}
.known-for-card .title {
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #111;
} 
 
body {
    background-color: #fff;
}

.person-page-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 768px) {
    .person-page-container {
        grid-template-columns: 300px 1fr;
    }
}

/* --- Left Sidebar (Person Info) --- */
.person-sidebar .person-image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 4px solid transparent;
    background: linear-gradient(#fff, #fff), 
                linear-gradient(to right, #01b4e4, #90cea1);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.person-sidebar .personal-info h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 15px;
}
.personal-info-list {
    list-style: none;
    padding-left: 0;
}
.personal-info-list li {
    margin-bottom: 12px;
}
.personal-info-list strong {
    display: block;
    font-weight: 600;
    color: #111;
}
.person-sidebar .social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.social-links a {
    font-size: 1.8rem;
    color: #333;
    transition: color 0.2s;
}
.social-links a:hover {
    color: #01b4e4;
}

/* --- Main Content (Bio & Filmography) --- */
.person-main-content h1 {
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 20px;
}
.person-main-content .biography h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
}
.person-main-content .biography p {
    line-height: 1.7;
    margin-bottom: 30px;
}
.person-main-content .filmography h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 20px;
}

.filmography-list {
    list-style: none;
    padding-left: 0;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.filmography-list li {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-bottom: 1px solid #dee2e6;
}
.filmography-list li:last-child {
    border-bottom: none;
}
.filmography-list li .year {
    font-weight: 600;
    width: 60px;
}
.filmography-list li .title a {
    font-weight: 600;
    color: #032541;
    text-decoration: none;
}
.filmography-list li .title a:hover {
    color: #01b4e4;
}
.filmography-list li .credit-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.filmography-list li .character {
    color: #555;
    font-size: 0.9em;
}
.filmography-list li .character::before {
    content: "as";
    margin-right: 5px;
    color: #888;
}

/* --- Known For Scroller --- */
.known-for-scroller {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 15px;
    scrollbar-color: #d1d5db #f3f4f6;
}
.known-for-scroller::-webkit-scrollbar { height: 8px; }
.known-for-card {
    width: 150px;
    flex-shrink: 0;
}
.known-for-card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}
.known-for-card:hover img {
    transform: scale(1.05);
}
.known-for-card .title {
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #111;
} 
 