.author-profile{
    background:#f4f2ff;
}
.author-profile h1{
    color:#2b124c;
}
.author-profile img.rounded-circle{
    border:4px solid #ffffff;
    box-shadow:0 10px 28px rgba(20, 6, 40, 0.18),0 2px 8px rgba(20, 6, 40, 0.12);
    border-radius:6px;
}
.author-profile .badge.bg-light{
    background:#f1ecff !important;
    color:#2b124c !important;
    transition:background-color 220ms cubic-bezier(.2,.8,.2,1),color 220ms cubic-bezier(.2,.8,.2,1),border-color 220ms cubic-bezier(.2,.8,.2,1);
    border:1px solid #e3dbff;
}
.author-profile .badge.bg-light:hover{
    background:#5b2cff !important;
    color:#ffffff !important;
    border-color:#5b2cff;
}

.author-box{
    border-inline-start:4px solid #5b2cff;
    transition:box-shadow 220ms cubic-bezier(.2,.8,.2,1),transform 220ms cubic-bezier(.2,.8,.2,1),border-color 220ms cubic-bezier(.2,.8,.2,1);
}
.author-box:hover{
    box-shadow:none;
}
.author-box img{
    transition:transform 220ms cubic-bezier(.2,.8,.2,1);
}
.author-box:hover img{
    transform:scale(1.05);
}

.author-posts-list .card{
    transition:transform 220ms cubic-bezier(.2,.8,.2,1),border-color 220ms cubic-bezier(.2,.8,.2,1);
    overflow:hidden;
}
.author-posts-list .card:hover{
    transform:translateY(-5px);
    box-shadow:none;
}
.author-posts-list .card-img-top{
    transition:transform 240ms cubic-bezier(.2,.8,.2,1);
}
.author-posts-list .card:hover .card-img-top{
    transform:scale(1.05);
}

.main-authors-section{
    background:#0f0f1a;
}
.author-card{
    transition:transform 220ms cubic-bezier(.2,.8,.2,1),border-color 220ms cubic-bezier(.2,.8,.2,1);
    border:1px solid #2a2442;
}
.author-card:hover{
    transform:translateY(-8px);
    box-shadow:none;
    border-color:#5b2cff;
}
.author-card img.rounded-circle{
    border:3px solid #2a2442;
    transition:border-color 220ms cubic-bezier(.2,.8,.2,1);
    border-radius:6px;
}
.author-card:hover img.rounded-circle{
    border-color:#5b2cff;
}

.faq-section{
    background:#f4f2ff;
}
.faq-section h2{
    font-size:1.75rem;
    color:#2b124c;
}

.faq-list .faq-item{
    border:1px solid rgba(20, 6, 40, 0.12);
    transition:background-color 220ms cubic-bezier(.2,.8,.2,1),border-color 220ms cubic-bezier(.2,.8,.2,1),transform 220ms cubic-bezier(.2,.8,.2,1);
    cursor:pointer;
    border-radius:4px;
}
.faq-list .faq-item:hover{
    box-shadow:none !important;
    transform:translateY(-2px);
    border-color:#5b2cff;
}
.faq-list .faq-item[open]{
    border-color:rgba(91, 44, 255, 0.35);
    background:#ffffff;
}

.faq-list .faq-item summary{
    list-style:none;
    cursor:pointer;
    font-size:1.05rem;
    line-height:1.6;
    padding-inline-end:2rem;
    position:relative;
    user-select:none;
}
.faq-list .faq-item summary::-webkit-details-marker{
    display:none;
}
.faq-list .faq-item summary::marker{
    content:'';
}
.faq-list .faq-item summary::after{
    content:'+';
    position:absolute;
    inset-inline-end:0.25rem;
    inset-block-start:50%;
    transform:translateY(-50%);
    font-size:1.5rem;
    font-weight:300;
    color:#5b2cff;
    transition:transform 220ms cubic-bezier(.2,.8,.2,1);
    line-height:1;
}
.faq-list .faq-item[open] summary::after{
    content:'−';
    transform:translateY(-50%) rotate(180deg);
}

.faq-list .faq-q-num{
    font-weight:700;
    font-size:0.95rem;
    color:#5b2cff;
}

.faq-list .faq-answer{
    font-size:0.95rem;
    line-height:1.8;
    animation:faqFadeIn 220ms cubic-bezier(.2,.8,.2,1);
}

@keyframes faqFadeIn{
    from{
        opacity:0;
        transform:translateY(-5px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

.sidebar-widgets .card{
    transition:transform 220ms cubic-bezier(.2,.8,.2,1),border-color 220ms cubic-bezier(.2,.8,.2,1);
}
.sidebar-widgets .card:hover{
    box-shadow:none;
    border-color:#5b2cff;
}
.sidebar-widgets h5{
    color:#2b124c;
}
.sidebar-widgets .badge{
    transition:background-color 220ms cubic-bezier(.2,.8,.2,1),color 220ms cubic-bezier(.2,.8,.2,1),border-color 220ms cubic-bezier(.2,.8,.2,1),transform 220ms cubic-bezier(.2,.8,.2,1);
    cursor:pointer;
    border-radius:4px;
}
.sidebar-widgets .badge:hover{
    background-color:#5b2cff !important;
    color:#ffffff !important;
    transform:translateY(-1px);
}
.sidebar-widgets ul li:last-child{
    border-bottom:0 !important;
    padding-bottom:0 !important;
    margin-bottom:0 !important;
}
.sidebar-widgets ul li a:hover .small{
    color:#5b2cff !important;
}

.pagination .page-link{
    color:#5b2cff;
    border-color:#e3dbff;
    transition:background-color 160ms cubic-bezier(.2,.8,.2,1),color 160ms cubic-bezier(.2,.8,.2,1),border-color 160ms cubic-bezier(.2,.8,.2,1);
    border-radius:4px;
}
.pagination .page-link:hover{
    background-color:#efeaff;
    color:#2b124c;
    border-color:#5b2cff;
}
.pagination .page-item.active .page-link{
    background-color:#5b2cff;
    border-color:#5b2cff;
    color:#ffffff;
}
.pagination .page-item.disabled .page-link{
    color:#9a92b0;
}

.search-box-section{
    background:#0f0f1a;
}
.search-box-section .input-group-lg .form-control{
    border-radius:var(--radius-pill) 0 0 var(--radius-pill);
    padding-inline-start:1.5rem;
    background:#16162a;
    border:1px solid #2a2442;
    color:#ffffff;
}
.search-box-section .input-group-lg .form-control::placeholder{
    color:rgba(255, 255, 255, 0.55);
}
.search-box-section .input-group-lg .btn{
    border-radius:0 var(--radius-pill) var(--radius-pill) 0;
    background:#5b2cff;
    border-color:#5b2cff;
    color:#ffffff;
    transition:background-color 160ms cubic-bezier(.2,.8,.2,1),border-color 160ms cubic-bezier(.2,.8,.2,1),transform 160ms cubic-bezier(.2,.8,.2,1);
}
.search-box-section .badge{
    transition:background-color 220ms cubic-bezier(.2,.8,.2,1),color 220ms cubic-bezier(.2,.8,.2,1),border-color 220ms cubic-bezier(.2,.8,.2,1),transform 220ms cubic-bezier(.2,.8,.2,1);
    border-radius:4px;
}
.search-box-section .badge:hover{
    background-color:#5b2cff !important;
    color:#ffffff !important;
    border-color:#5b2cff !important;
}

.search-results-section{
    background:#0f0f1a;
}
.search-result{
    transition:transform 220ms cubic-bezier(.2,.8,.2,1),border-color 220ms cubic-bezier(.2,.8,.2,1);
    border-radius:4px;
}
.search-result:hover{
    transform:translateX(3px);
    box-shadow:none;
}
.search-result h2 a:hover{
    color:#5b2cff !important;
}
.search-result mark{
    background-color:#fef3c7;
    padding-inline:2px;
    border-radius:2px;
    font-weight:600;
    color:#2b124c;
}

.error-page h1{
    background:#5b2cff;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    color:transparent;
    line-height:1;
    text-shadow:0 10px 28px rgba(91, 44, 255, 0.28),0 2px 10px rgba(20, 6, 40, 0.18);
}
.recommended-links .badge{
    transition:background-color 220ms cubic-bezier(.2,.8,.2,1),color 220ms cubic-bezier(.2,.8,.2,1),border-color 220ms cubic-bezier(.2,.8,.2,1),transform 220ms cubic-bezier(.2,.8,.2,1);
    border:1px solid #2a2442;
    border-radius:4px;
}
.recommended-links .badge:hover{
    background-color:#5b2cff !important;
    color:#ffffff !important;
    border-color:#5b2cff !important;
    transform:translateY(-2px);
    box-shadow:none;
}
.recommended-links .badge:hover .text-warning{
    color:#5b2cff !important;
}

.legal-article-section,
main:has(> .container > article.bg-white){
    background:#f4f2ff;
}
article :is(h2.h4){
    color:#2b124c;
    border-bottom:2px solid #e3dbff;
    padding-bottom:var(--space-xs);
    margin-bottom:var(--space-sm);
}
article .alert-info{
    background-color:#eff6ff;
    border-color:#bfdbfe;
    color:#2b124c;
}
article .list-group-item{
    background:transparent;
    transition:background-color 160ms cubic-bezier(.2,.8,.2,1),padding-inline-start 160ms cubic-bezier(.2,.8,.2,1);
}
article .list-group-item:hover{
    background:#f4f2ff;
    padding-inline-start:var(--space-sm);
}

.posts-grid{
}
.posts-grid .card{
    transition:transform 220ms cubic-bezier(.2,.8,.2,1),border-color 220ms cubic-bezier(.2,.8,.2,1);
    border:1px solid #e3dbff;
    overflow:hidden;
    border-radius:4px;
}
.posts-grid .card:hover{
    transform:translateY(-5px);
    box-shadow:none;
    border-color:#5b2cff;
}
.posts-grid .card-img-top{
    transition:transform 240ms cubic-bezier(.2,.8,.2,1);
}
.posts-grid .card:hover .card-img-top{
    transform:scale(1.05);
}
.posts-grid .card-title a{
    transition:color 160ms cubic-bezier(.2,.8,.2,1);
}
.posts-grid .card-title a:hover{
    color:#5b2cff !important;
}

.related-posts h3{
    border-bottom:3px solid #5b2cff;
    padding-bottom:var(--space-xs);
    display:inline-block;
    color:#2b124c;
}
.related-card{
    transition:transform 220ms cubic-bezier(.2,.8,.2,1),border-color 220ms cubic-bezier(.2,.8,.2,1);
    border-radius:4px;
}
.related-card:hover{
    transform:translateY(-5px);
    box-shadow:none;
    border-color:#e3dbff;
}
.related-card img{
    transition:transform 240ms cubic-bezier(.2,.8,.2,1);
}
.related-card:hover img{
    transform:scale(1.05);
}

.social-share .btn{
    min-width:40px;
    transition:transform 160ms cubic-bezier(.2,.8,.2,1),background-color 160ms cubic-bezier(.2,.8,.2,1),border-color 160ms cubic-bezier(.2,.8,.2,1),color 160ms cubic-bezier(.2,.8,.2,1);
    border-radius:4px;
}
.social-share .btn:hover{
    transform:translateY(-2px);
    box-shadow:none;
}
.social-share [data-copy-url].copied{
    background-color:#22c55e;
    color:#ffffff;
    border-color:#22c55e;
    opacity:1;
}

.accordion-button:not(.collapsed){
    background-color:#eff6ff;
    color:#2b124c;
    box-shadow:none;
    border-radius:4px;
}
.accordion-button:focus{
    box-shadow:none;
    outline:2px solid rgba(91, 44, 255, 0.35);
    outline-offset:2px;
}

.modal-content{
    border:none;
    border-radius:4px;
    box-shadow:none;
}

.tooltip-inner{
    background-color:#2b124c;
    border-radius:4px;
    font-size:0.85rem;
    color:#ffffff;
    border:1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 767.98px){
    .faq-section h2{
        font-size:1.4rem;
    }
    .faq-list .faq-item summary{
        font-size:0.95rem;
        padding-inline-end:1.5rem;
    }
    .faq-list .faq-answer{
        font-size:0.88rem;
    }
    .author-profile h1{
        font-size:1.5rem;
    }
    .author-profile .col-md-3 img{
        width:120px !important;
        height:120px !important;
    }
    .error-page h1{
        font-size:5rem !important;
    }
    .search-box-section .input-group-lg .form-control,
    .search-box-section .input-group-lg .btn{
        font-size:1rem;
    }
}

@media (max-width: 575.98px){
    .related-posts .row > [class*="col-"]{
        margin-bottom:var(--space-sm);
    }
    .pagination .page-link{
        padding:0.4rem 0.7rem;
        font-size:0.9rem;
    }
}