
/* Mobile-first smoothness + advanced admin polish */
:root{
    --dyn-primary:#041f4c;
    --dyn-secondary:#125ea5;
    --dyn-accent:#d6a34a;
    --dyn-bg:#eef3f8;
    --dyn-radius:12px;
}
.sticky-header-enabled .bscrs-site-header{
    position:sticky;
    top:0;
    z-index:1000;
}
.sticky-header-enabled .reference-topline{
    position:relative;
    z-index:1001;
}
.bscrs-site-header,
.card,
.sidebar-widget,
.ojs-content-card,
.article-item,
.btn,
.google-auth-button{
    transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}
.smooth-reveal{
    opacity:0;
    transform:translateY(14px);
}
.smooth-reveal.revealed{
    opacity:1;
    transform:translateY(0);
    transition:opacity .45s ease, transform .45s ease;
}
.mobile-quickbar{
    display:none;
}
.scroll-top-btn{
    position:fixed;
    right:18px;
    bottom:86px;
    width:42px;
    height:42px;
    border:0;
    border-radius:50%;
    background:var(--dyn-primary);
    color:#fff;
    font-size:20px;
    font-weight:900;
    box-shadow:0 10px 24px rgba(4,31,76,.20);
    opacity:0;
    pointer-events:none;
    transform:translateY(10px);
    transition:opacity .2s ease, transform .2s ease;
    z-index:1200;
}
.scroll-top-btn.show{
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
}
.admin-dashboard-hero{
    margin:0 0 20px;
    padding:24px;
    border-radius:18px;
    background:
        linear-gradient(135deg,rgba(4,31,76,.96),rgba(18,94,165,.90)),
        var(--dynamic-header-bg, url('../images/bscrs-colorectal-journal-header.svg')) center/cover no-repeat;
    color:#fff;
    box-shadow:0 16px 36px rgba(4,31,76,.18);
}
.admin-dashboard-hero h1{
    margin:0 0 8px;
    color:#fff!important;
    font-size:34px;
}
.admin-dashboard-hero p{
    margin:0;
    color:#dcecff!important;
}
.admin-mini-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
    margin-top:18px;
}
.admin-mini-grid a{
    display:block;
    padding:12px;
    border-radius:12px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.16);
    color:#fff!important;
    font-weight:800;
}
.admin-mini-grid a small{
    display:block;
    margin-top:3px;
    color:#dcecff;
    font-weight:600;
}
.appearance-preview{
    display:grid;
    grid-template-columns:1fr 220px;
    gap:16px;
    padding:18px;
    border-radius:16px;
    border:1px solid #dbe7f3;
    background:linear-gradient(135deg,#fff,#f6fbff);
}
.preview-mini-header{
    border-radius:14px;
    background:linear-gradient(135deg,var(--dyn-primary),var(--dyn-secondary));
    color:#fff;
    padding:20px;
}
.preview-mini-header strong{
    display:block;
    font-size:26px;
}
.preview-card{
    border-radius:var(--dyn-radius);
    border:1px solid #dbe7f3;
    background:#fff;
    padding:14px;
    box-shadow:0 8px 18px rgba(4,31,76,.08);
}
.media-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(170px,1fr));
    gap:14px;
}
.media-card{
    border:1px solid #dbe7f3;
    border-radius:12px;
    background:#fff;
    padding:10px;
    box-shadow:0 4px 14px rgba(4,31,76,.05);
}
.media-card img{
    width:100%;
    height:120px;
    object-fit:contain;
    background:#f8fbff;
    border-radius:8px;
    border:1px solid #edf2f7;
}
.media-card code{
    display:block;
    margin-top:8px;
    font-size:11px;
    white-space:normal;
    word-break:break-all;
}
.seo-score{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:38px;
    height:26px;
    border-radius:999px;
    background:#e7f8f1;
    color:#08714f;
    font-weight:900;
}
@media(max-width:980px){
    .admin-mini-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .appearance-preview{
        grid-template-columns:1fr;
    }
}
@media(max-width:860px){
    html{
        scroll-padding-top:72px;
    }
    body.mobile-quickbar-enabled{
        padding-bottom:76px;
    }
    .sticky-header-enabled .bscrs-site-header{
        position:sticky;
        top:0;
    }
    .main.journaltheme-main-container,
    .main{
        padding:18px 14px 30px!important;
        border:0!important;
        box-shadow:none!important;
    }
    .mobile-quickbar{
        position:fixed;
        left:10px;
        right:10px;
        bottom:10px;
        z-index:1300;
        display:grid;
        grid-template-columns:repeat(4,1fr);
        gap:6px;
        padding:8px;
        border-radius:22px;
        background:rgba(255,255,255,.94);
        border:1px solid rgba(219,231,243,.92);
        box-shadow:0 14px 36px rgba(4,31,76,.22);
        backdrop-filter:blur(14px);
    }
    .mobile-quickbar a{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        min-height:48px;
        border-radius:16px;
        color:#334154!important;
        font-size:11px;
        font-weight:800;
        text-decoration:none!important;
    }
    .mobile-quickbar a span{
        font-size:18px;
        line-height:1;
        margin-bottom:2px;
    }
    .mobile-quickbar .quick-primary{
        background:linear-gradient(135deg,var(--dyn-primary),var(--dyn-secondary));
        color:#fff!important;
        box-shadow:0 8px 18px rgba(4,31,76,.18);
    }
    .journal-page-grid,
    .exact-reference-home{
        padding-left:12px!important;
        padding-right:12px!important;
    }
    .ojs-reference-intro p,
    .cms-content p{
        font-size:18px!important;
        line-height:1.65!important;
        word-spacing:0!important;
    }
    .reference-indexing-exact h2,
    .reference-current-issue h2,
    .reference-current-issue .article-section-heading{
        font-size:30px!important;
    }
    .reference-issue-meta strong{
        font-size:26px!important;
    }
    .reference-issue-meta span{
        font-size:18px!important;
    }
    .reference-logo-panel .indexing-brand-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:10px!important;
    }
    .reference-logo-tile{
        height:54px!important;
        min-height:54px!important;
    }
    .reference-logo-tile img{
        max-width:130px!important;
        max-height:34px!important;
    }
    .article-item h3,
    .reference-article-item h3{
        font-size:18px!important;
    }
    .sidebar-widget{
        border-radius:12px!important;
        padding:14px!important;
    }
    .grid-2,
    .grid-3,
    .admin-mini-grid{
        grid-template-columns:1fr!important;
    }
    .admin-dashboard-hero{
        padding:18px;
        border-radius:14px;
    }
    .admin-dashboard-hero h1{
        font-size:26px!important;
    }
    .admin-layout{
        gap:16px!important;
    }
    .admin-sidebar-ojs{
        border-radius:14px!important;
        max-height:none!important;
    }
    table{
        font-size:13px;
    }
    th,td{
        padding:10px 9px!important;
    }
    .btn, button.btn, .ojs-button, .submission-button{
        min-height:44px;
    }
}
@media(max-width:480px){
    .bscrs-title-block strong{
        font-size:25px!important;
    }
    .bscrs-title-block em{
        font-size:12px!important;
    }
    .bscrs-title-block small{
        display:none!important;
    }
    .bscrs-brand-logo-wrap{
        width:56px!important;
        height:56px!important;
    }
    .bscrs-brand-logo-wrap img{
        width:52px!important;
        height:52px!important;
    }
    .bscrs-site-header .bscrs-brand-link{
        grid-template-columns:60px minmax(0,1fr)!important;
    }
    .mobile-quickbar{
        left:6px;
        right:6px;
        bottom:6px;
    }
    .reference-logo-panel .indexing-brand-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}


/* Header/Footer full dynamic customizer */
.bscrs-site-header{
    --admin-header-logo-size:88px;
    --admin-header-height:132px;
    --admin-header-overlay:.78;
}
.bscrs-site-header .journaltheme-masthead-inner{
    min-height:var(--admin-header-height)!important;
}
.bscrs-site-header .bscrs-brand-link{
    min-height:var(--admin-header-height)!important;
    grid-template-columns:calc(var(--admin-header-logo-size) + 8px) minmax(0,1fr)!important;
}
.bscrs-brand-logo-wrap{
    width:var(--admin-header-logo-size)!important;
    height:var(--admin-header-logo-size)!important;
}
.bscrs-brand-logo-wrap img{
    width:calc(var(--admin-header-logo-size) - 6px)!important;
    height:calc(var(--admin-header-logo-size) - 6px)!important;
}
.bscrs-site-header .journaltheme-masthead:before{
    opacity:var(--admin-header-overlay)!important;
}
.header-cta-button{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    margin-top:10px;
    min-height:36px;
    padding:8px 14px;
    border-radius:999px;
    background:var(--dyn-accent,#d6a34a)!important;
    color:#122033!important;
    font-weight:900!important;
    text-decoration:none!important;
    box-shadow:0 8px 18px rgba(0,0,0,.14);
}
.header-cta-button:hover{
    transform:translateY(-1px);
    text-decoration:none!important;
}
.header-preset-classic-journal .journaltheme-masthead{
    background:linear-gradient(90deg,rgba(80,51,24,.96),rgba(163,103,45,.88)),var(--dynamic-header-bg) center/cover no-repeat!important;
}
.header-preset-dark-academic .journaltheme-masthead{
    background:linear-gradient(90deg,rgba(10,13,20,.98),rgba(24,37,63,.92)),var(--dynamic-header-bg) center/cover no-repeat!important;
}
.header-preset-clean-white .journaltheme-masthead{
    background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(232,242,252,.88)),var(--dynamic-header-bg) center/cover no-repeat!important;
}
.header-preset-clean-white .bscrs-title-block strong,
.header-preset-clean-white .bscrs-title-block em{
    color:#0d2d61!important;
    text-shadow:none!important;
}
.header-preset-clean-white .bscrs-title-block small{
    color:#7b530f!important;
    text-shadow:none!important;
}
.footer-layout-stacked .footer-inner{
    grid-template-columns:1fr!important;
}
.footer-layout-compact .footer-inner{
    padding-top:16px!important;
    padding-bottom:14px!important;
}
.bscrs-footer{
    background:var(--footer-bg,#f8f8f8)!important;
}
.bscrs-footer strong,
.bscrs-footer p,
.bscrs-footer .copyright,
.bscrs-footer .footer-group h3{
    color:var(--footer-text,#333333)!important;
}
.bscrs-footer a,
.bscrs-footer .footer-links a{
    color:var(--footer-link,#125ea5)!important;
}
.footer-link-groups{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    justify-items:start;
}
.footer-group h3{
    margin:0 0 8px;
    font-size:15px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.footer-custom-note{
    margin-top:10px;
}
.footer-custom-note p,
.footer-custom-note li{
    font-size:13px!important;
    line-height:1.55!important;
}
.customizer-preview{
    display:grid;
    grid-template-columns:1.4fr .8fr;
    gap:16px;
    margin-bottom:22px;
}
.preview-header{
    min-height:160px;
    display:grid;
    grid-template-columns:84px 1fr;
    gap:14px;
    align-items:center;
    padding:20px;
    border-radius:18px;
    background:
        linear-gradient(90deg,rgba(3,24,60,.98),rgba(10,76,137,.70)),
        var(--dynamic-header-bg) center/cover no-repeat;
    color:#fff;
    box-shadow:0 16px 36px rgba(4,31,76,.16);
}
.preview-header img{
    width:78px;
    height:78px;
    object-fit:contain;
    border-radius:50%;
    background:#fff;
}
.preview-header strong{
    display:block;
    color:#fff;
    font-size:42px;
    line-height:.9;
    font-family:Georgia,'Times New Roman',serif;
}
.preview-header span{
    display:block;
    margin-top:6px;
    color:#e6f2ff;
    font-size:20px;
}
.preview-header small{
    display:inline-block;
    margin-top:6px;
    color:#f1d76e;
    font-weight:800;
}
.preview-footer{
    padding:20px;
    border-radius:18px;
    border:1px solid #dbe7f3;
    background:var(--footer-bg,#f8f8f8);
    color:var(--footer-text,#333);
    box-shadow:0 8px 20px rgba(4,31,76,.08);
}
.preview-footer strong{
    display:block;
    font-size:20px;
    margin-bottom:8px;
}
.header-footer-form h2{
    margin-top:24px!important;
    padding-top:4px!important;
}
@media(max-width:860px){
    .customizer-preview{
        grid-template-columns:1fr;
    }
    .preview-header{
        grid-template-columns:64px 1fr;
        min-height:132px;
        padding:16px;
    }
    .preview-header img{
        width:60px;
        height:60px;
    }
    .preview-header strong{
        font-size:30px;
    }
    .preview-header span{
        font-size:14px;
    }
    .footer-link-groups{
        grid-template-columns:1fr;
    }
    .header-cta-button{
        display:none!important;
    }
}


/* Exclusive final tuning: dashboards, registration, payment, footer and color grading */
:root{
    --ex-navy:#031b46;
    --ex-blue:#0f64b3;
    --ex-sky:#eaf5ff;
    --ex-gold:#d7a449;
    --ex-green:#0f8a63;
    --ex-red:#b42318;
    --ex-line:#dbe7f3;
    --ex-shadow:0 14px 34px rgba(3,27,70,.10);
}
.grid-4{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.exclusive-admin-hero,
.exclusive-user-dashboard-hero,
.payment-admin-hero,
.user-cluster-hero,
.google-diagnostic-hero,
.exclusive-profile-hero{
    background:
        linear-gradient(135deg,rgba(3,27,70,.98),rgba(15,100,179,.88)),
        var(--dynamic-header-bg, url('../images/bscrs-colorectal-journal-header.svg')) center/cover no-repeat!important;
}
.portal-action-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
    margin:20px 0;
}
.action-card{
    display:grid;
    gap:8px;
    min-height:148px;
    padding:20px;
    border-radius:18px;
    background:#fff;
    border:1px solid var(--ex-line);
    box-shadow:var(--ex-shadow);
    color:#1d2a3a!important;
}
.action-card span{
    width:42px;height:42px;border-radius:14px;
    display:grid;place-items:center;
    background:var(--ex-sky);
    color:var(--ex-blue);
    font-size:22px;
    font-weight:900;
}
.action-card strong{font-size:18px}
.action-card small{color:#617289;font-weight:700}
.primary-action{
    background:linear-gradient(135deg,var(--ex-navy),var(--ex-blue));
    color:#fff!important;
}
.primary-action span{background:rgba(255,255,255,.16);color:#fff}
.primary-action small{color:#dcecff}
.profile-score-card,
.profile-score-ring{
    display:grid;
    place-items:center;
    min-width:132px;
    min-height:132px;
    border-radius:28px;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.20);
    color:#fff;
    text-align:center;
    box-shadow:0 12px 26px rgba(0,0,0,.14);
}
.profile-score-card strong,
.profile-score-ring{
    font-size:34px;
    font-weight:900;
}
.profile-score-card span{color:#dcecff;font-weight:800}
.profile-score-card a{color:#fff!important;text-decoration:underline!important;font-weight:800}
.dashboard-cluster-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin-top:22px;
}
.profile-info-list{
    display:grid;
    gap:10px;
}
.profile-info-list div,
.review-info-cluster div,
.submission-meta-cluster div,
.payment-info-cluster div{
    display:grid;
    gap:3px;
    padding:12px;
    border:1px solid #e3edf7;
    border-radius:12px;
    background:#fbfdff;
}
.profile-info-list b,
.review-info-cluster b,
.submission-meta-cluster b,
.payment-info-cluster b{
    color:#526275;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.profile-info-list span,
.review-info-cluster span,
.submission-meta-cluster span,
.payment-info-cluster span{
    color:#1f2a3a;
    font-weight:800;
}
.exclusive-flow span{
    border-radius:999px!important;
    background:linear-gradient(90deg,#f5f9ff,#fff)!important;
    border:1px solid #dce8f5!important;
    font-weight:900!important;
}
.registration-step-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin:0 0 20px;
}
.registration-step-grid div{
    display:grid;
    grid-template-columns:42px 1fr;
    gap:10px;
    align-items:center;
    padding:14px;
    border-radius:14px;
    border:1px solid #dbe7f3;
    background:linear-gradient(180deg,#fff,#f7fbff);
}
.registration-step-grid span{
    grid-row:span 2;
    width:42px;height:42px;border-radius:50%;
    display:grid;place-items:center;
    background:linear-gradient(135deg,var(--ex-navy),var(--ex-blue));
    color:#fff;
    font-weight:900;
}
.registration-step-grid strong{color:#1e2c3f}
.registration-step-grid small{color:#617289;font-weight:700}
.exclusive-register-form fieldset,
.submission-checklist{
    position:relative;
    overflow:hidden;
}
.exclusive-register-form fieldset:before,
.exclusive-submission-card:before{
    content:"";
    position:absolute;
    top:0;left:0;right:0;
    height:4px;
    background:linear-gradient(90deg,var(--ex-navy),var(--ex-blue),var(--ex-gold));
}
.submission-profile-card{
    margin:20px 0;
}
.submission-profile-card .grid div{
    padding:12px;
    border:1px solid #e2edf7;
    border-radius:12px;
    background:#fbfdff;
}
.submission-profile-card b{display:block;color:#617289;font-size:12px;text-transform:uppercase}
.submission-profile-card span{font-weight:900;color:#1d2a3a}
.payment-instruction-box{
    padding:18px;
    margin-bottom:18px;
    border-radius:16px;
    background:linear-gradient(135deg,#fff7e8,#ffffff);
    border:1px solid #f2dab0;
}
.payment-instruction-box h2{
    margin:0 0 6px!important;
    color:#6a4508!important;
}
.exclusive-payment-form .field label span,
.ojs-register-form .field label span{
    color:var(--ex-red);
}
.payment-review-grid,
.user-cluster-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
    gap:20px;
}
.payment-review-card,
.user-cluster-card{
    border-radius:20px!important;
    overflow:hidden;
}
.payment-review-head,
.user-cluster-head{
    display:flex;
    justify-content:space-between;
    gap:14px;
    align-items:flex-start;
    margin-bottom:14px;
}
.payment-review-head h2,
.user-cluster-head h2{
    margin:3px 0 4px!important;
    font-size:22px!important;
    color:#1d2a3a!important;
}
.payment-status-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:7px 12px;
    border-radius:999px;
    background:#edf6ff;
    color:var(--ex-blue);
    font-weight:900;
    white-space:nowrap;
}
.status-verified{background:#e7f8f1!important;color:#08714f!important}
.status-submitted{background:#fff7e8!important;color:#915d08!important}
.status-rejected{background:#ffecec!important;color:#a11d14!important}
.payment-note-cluster{
    margin:14px 0;
    padding:14px;
    border-radius:14px;
    background:#fbfdff;
    border:1px solid #e2edf7;
}
.payment-note-cluster h3{
    margin:0 0 6px!important;
    font-size:16px!important;
}
.payment-slip-preview{
    display:grid;
    gap:8px;
    margin:14px 0;
}
.payment-slip-preview img{
    width:100%;
    max-height:280px;
    object-fit:contain;
    border-radius:14px;
    border:1px solid #dbe7f3;
    background:#f7fbff;
}
.payment-admin-actions{
    border-top:1px solid #edf2f7;
    padding-top:14px;
}
.payment-slip-link{
    display:inline-flex;
    margin-top:6px;
    padding:8px 12px;
    border-radius:999px;
    background:#eaf5ff;
    color:#0f64b3!important;
    font-weight:900;
}
.review-info-cluster,
.submission-meta-cluster{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin:14px 0;
}
.bscrs-footer{
    border-top:1px solid #dbe7f3!important;
}
.bscrs-footer .footer-inner{
    align-items:flex-start!important;
}
.footer-link-groups{
    width:100%;
}
.footer-group{
    min-width:180px;
}
.footer-links a{
    margin:0 6px 7px 0!important;
}
@media(max-width:980px){
    .grid-4,
    .portal-action-grid,
    .dashboard-cluster-grid,
    .review-info-cluster,
    .submission-meta-cluster,
    .registration-step-grid{
        grid-template-columns:1fr 1fr!important;
    }
}
@media(max-width:860px){
    .grid-4,
    .portal-action-grid,
    .dashboard-cluster-grid,
    .review-info-cluster,
    .submission-meta-cluster,
    .registration-step-grid,
    .payment-review-grid,
    .user-cluster-grid{
        grid-template-columns:1fr!important;
    }
    .action-card{
        min-height:auto;
        grid-template-columns:48px 1fr;
        align-items:center;
    }
    .action-card small{display:block}
    .profile-score-card,
    .profile-score-ring{
        min-width:100%;
        min-height:86px;
        border-radius:18px;
    }
    .payment-review-head,
    .user-cluster-head{
        flex-direction:column;
    }
    .payment-slip-preview img{
        max-height:220px;
    }
    .bscrs-footer .footer-inner{
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:18px!important;
    }
    .footer-link-groups{
        grid-template-columns:1fr!important;
    }
    .footer-links{
        display:grid!important;
        grid-template-columns:1fr 1fr!important;
        gap:8px!important;
    }
    .footer-links a{
        margin:0!important;
        text-align:center;
        padding:10px 8px!important;
    }
    .exclusive-stats .card{
        padding:14px!important;
    }
}
@media(max-width:480px){
    .footer-links{grid-template-columns:1fr!important}
    .payment-review-card,
    .user-cluster-card,
    .card{
        border-radius:14px!important;
    }
    .profile-info-list div,
    .review-info-cluster div,
    .submission-meta-cluster div,
    .payment-info-cluster div{
        padding:10px;
    }
}


/* Master production retouch based on BSCRS poster */
.header-preset-poster-royal .journaltheme-masthead{
    background:
        linear-gradient(90deg,rgba(18,10,96,.94) 0%, rgba(30,22,122,.90) 44%, rgba(9,192,240,.18) 100%),
        var(--dynamic-header-bg) center right/cover no-repeat!important;
}
.header-preset-poster-royal .journaltheme-masthead:before{
    opacity:.12!important;
}
.header-preset-poster-royal .reference-topline{
    background:linear-gradient(90deg,#0b084c,#1b1179)!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
}
.header-preset-poster-royal .reference-mainnav{
    background:linear-gradient(180deg,#ffffff,#f7fbff)!important;
    border-bottom:1px solid #dbe7f3!important;
}
.header-preset-poster-royal .bscrs-title-block strong{
    color:#ffffff!important;
    text-shadow:0 2px 14px rgba(0,0,0,.18)!important;
}
.header-preset-poster-royal .bscrs-title-block em{
    color:#1bd0ff!important;
    text-shadow:none!important;
}
.header-preset-poster-royal .bscrs-title-block small{
    color:#f6d64a!important;
}
.header-preset-poster-royal .header-utility-badge{
    background:rgba(255,255,255,.12)!important;
    color:#eef8ff!important;
    border:1px solid rgba(255,255,255,.18)!important;
}
.header-preset-poster-royal .header-cta-button{
    background:#f6d64a!important;
    color:#0f1263!important;
    font-weight:900!important;
}
.header-preset-poster-royal .auth-actions .btn,
.header-preset-poster-royal .mobile-auth-actions .btn{
    border-radius:999px!important;
}

.bscrs-master-home .journal-main-column{
    display:grid;
    gap:26px;
}
.master-poster-hero{
    display:grid;
    grid-template-columns:1.25fr .95fr;
    gap:26px;
    padding:28px;
    border-radius:28px;
    background:
        radial-gradient(circle at top right, rgba(24,195,246,.15), transparent 32%),
        linear-gradient(135deg,#140d62 0%, #241582 48%, #0d2f87 100%);
    color:#fff;
    box-shadow:0 18px 40px rgba(12,19,96,.16);
    position:relative;
    overflow:hidden;
}
.master-poster-hero:after{
    content:"";
    position:absolute;
    left:-5%;
    right:-5%;
    bottom:-18px;
    height:70px;
    background:radial-gradient(120% 90% at 50% 0%, transparent 58%, rgba(255,255,255,.92) 60%, rgba(255,255,255,.98) 72%, transparent 73%);
    opacity:.96;
}
.master-hero-copy{
    position:relative;
    z-index:2;
}
.master-hero-copy h1{
    margin:6px 0 10px!important;
    color:#fff!important;
    font-size:clamp(34px,4vw,58px)!important;
    line-height:1.03!important;
    font-family:Georgia,'Times New Roman',serif!important;
}
.master-hero-copy p{
    color:#e7f0ff!important;
    font-size:16px!important;
}
.master-hero-copy .hero-tagline{
    display:inline-block;
    margin:0 0 14px;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(255,213,74,.12);
    color:#ffe65e!important;
    font-weight:900!important;
    letter-spacing:.02em;
    border:1px solid rgba(255,213,74,.20);
}
.hero-cta-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin:18px 0 22px;
}
.hero-main-btn{
    background:#f6d64a!important;
    color:#0f1263!important;
    border-color:#f6d64a!important;
    box-shadow:0 10px 22px rgba(0,0,0,.18);
}
.hero-light-btn{
    background:rgba(255,255,255,.12)!important;
    border-color:rgba(255,255,255,.18)!important;
    color:#fff!important;
}
.poster-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.poster-feature-grid article{
    display:grid;
    grid-template-columns:46px 1fr;
    gap:12px;
    align-items:start;
    padding:16px;
    border-radius:18px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(4px);
}
.poster-feature-icon{
    width:46px;height:46px;border-radius:50%;
    display:grid;place-items:center;
    background:linear-gradient(135deg,#16c2f6,#1b1072);
    color:#fff;font-size:22px;font-weight:900;
    border:2px solid rgba(255,255,255,.22);
}
.poster-feature-grid strong{
    display:block;
    color:#ffffff;
    font-size:18px;
    margin-bottom:4px;
}
.poster-feature-grid span{
    color:#d9e9ff;
    font-size:14px;
    line-height:1.45;
}
.master-hero-poster{
    display:grid;
    align-items:center;
    position:relative;
    z-index:2;
}
.poster-frame{
    padding:16px;
    border-radius:28px;
    background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.06));
    border:1px solid rgba(255,255,255,.16);
    box-shadow:0 16px 34px rgba(0,0,0,.16);
}
.poster-frame img{
    width:100%;
    display:block;
    border-radius:22px;
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}
.master-journal-intro{
    padding:0!important;
    background:transparent!important;
    border:none!important;
    box-shadow:none!important;
}
.intro-highlight-card{
    padding:24px 26px;
    border-radius:24px;
    background:linear-gradient(135deg,#ffffff,#f6fbff);
    border:1px solid #dce8f5;
    box-shadow:0 10px 24px rgba(18,41,86,.06);
}
.intro-highlight-card h2{
    margin:0 0 12px!important;
    color:#17106f!important;
    font-size:32px!important;
}
.intro-highlight-card p{
    font-size:16px!important;
    color:#3c4d63!important;
}

.master-indexing-section{
    padding:24px 24px 12px!important;
    border-radius:24px!important;
    background:linear-gradient(135deg,#ffffff,#f6fbff)!important;
    border:1px solid #dce8f5!important;
    box-shadow:0 10px 24px rgba(18,41,86,.06)!important;
}
.master-indexing-section h2,
.master-current-section h2{
    color:#17106f!important;
    margin-bottom:8px!important;
}
.indexing-caption{
    color:#63748a;
    margin-bottom:18px!important;
}
.refined-indexing-grid .logo-card{
    border-radius:16px!important;
    background:#fff!important;
    border:1px solid #e2ecf7!important;
    box-shadow:0 8px 18px rgba(18,41,86,.05)!important;
    transition:transform .24s ease, box-shadow .24s ease;
}
.refined-indexing-grid .logo-card:hover{
    transform:translateY(-3px);
    box-shadow:0 14px 28px rgba(18,41,86,.10)!important;
}
.master-current-section{
    padding:24px!important;
    border-radius:24px!important;
    background:linear-gradient(135deg,#ffffff,#f6fbff)!important;
    border:1px solid #dce8f5!important;
    box-shadow:0 10px 24px rgba(18,41,86,.06)!important;
}
.section-heading-row{
    display:flex;
    justify-content:space-between;
    gap:16px;
    align-items:flex-start;
    margin-bottom:16px;
}
.current-issue-meta{
    margin-top:6px!important;
    color:#5e6f86;
    font-weight:700;
}
.master-current-summary{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    margin-bottom:18px;
}
.issue-summary-card{
    padding:18px;
    border-radius:18px;
    background:linear-gradient(135deg,#17106f,#0d4fa3);
    color:#fff;
    box-shadow:0 14px 28px rgba(18,41,86,.10);
}
.issue-summary-card span{
    display:block;
    color:#cfe6ff;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.issue-summary-card strong{
    display:block;
    margin-top:8px;
    font-size:22px;
    line-height:1.2;
}
.master-article-list{
    gap:16px!important;
}
.master-article-item{
    border-radius:22px!important;
    border:1px solid #dde8f6!important;
    box-shadow:0 10px 22px rgba(18,41,86,.05)!important;
    background:linear-gradient(180deg,#fff,#fbfdff)!important;
}
.article-topline{
    display:flex;
    justify-content:space-between;
    gap:8px;
    margin-bottom:12px;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.05em;
}
.article-topline span{color:#13aee6}
.article-topline em{color:#7d8da1;font-style:normal}
.master-article-item h3 a{
    color:#17106f!important;
}
.master-view-all{
    display:inline-flex;
    margin-top:16px;
    background:linear-gradient(135deg,#17106f,#0d4fa3)!important;
    color:#fff!important;
    border-radius:999px!important;
    padding:12px 18px!important;
}
.footer-master-ribbon{
    border-bottom:1px solid rgba(255,255,255,.10);
    background:
        radial-gradient(circle at top right, rgba(24,195,246,.16), transparent 26%),
        linear-gradient(135deg,#140d62,#211681 58%,#0e448c);
}
.footer-master-ribbon-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding-top:22px;
    padding-bottom:22px;
}
.footer-master-ribbon strong{
    display:block;
    margin:6px 0 6px;
    color:#fff;
    font-size:24px;
}
.footer-master-ribbon p{
    margin:0;
    color:#d8ebff;
}
.footer-ribbon-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}
.footer-ribbon-actions .btn{
    border-radius:999px!important;
}
.footer-ribbon-actions .btn:not(.light){
    background:#f6d64a!important;
    color:#10125d!important;
    border-color:#f6d64a!important;
}
.footer-ribbon-actions .btn.light{
    background:rgba(255,255,255,.10)!important;
    color:#fff!important;
    border-color:rgba(255,255,255,.18)!important;
}
.bscrs-footer{
    background:linear-gradient(180deg,#130d60,#0d0b4f)!important;
}
.bscrs-footer .footer-inner{
    padding-top:24px!important;
    padding-bottom:18px!important;
}
.footer-brand{
    display:grid;
    grid-template-columns:84px 1fr;
    gap:16px;
    align-items:start;
}
.footer-brand img{
    width:84px!important;
    height:84px!important;
    border-radius:50%;
    background:#fff;
    padding:4px;
}
.footer-brand strong{
    font-size:24px!important;
    color:#fff!important;
}
.footer-brand p{
    color:#d8ebff!important;
}
.footer-meta-stack{
    display:grid;
    gap:10px;
    margin-top:10px;
}
.footer-meta-stack span{
    color:#fde781!important;
    font-weight:800;
    line-height:1.55;
}
.footer-meta-stack a{
    display:inline-flex;
    color:#21d2ff!important;
    font-weight:900;
}
.footer-group h3{
    color:#ffffff!important;
}
.footer-links{
    display:grid!important;
    gap:8px!important;
}
.footer-links a{
    display:inline-flex;
    align-items:center;
    min-height:38px;
    padding:8px 12px!important;
    border-radius:999px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    color:#eef6ff!important;
}
.footer-links a:hover{
    background:rgba(33,210,255,.14);
}
.copyright{
    padding-top:14px!important;
    padding-bottom:22px!important;
    color:#cfe3ff!important;
    border-top:1px solid rgba(255,255,255,.08);
}
.mobile-quickbar{
    background:rgba(17,12,86,.98)!important;
    border-top:1px solid rgba(255,255,255,.10)!important;
}
.mobile-quickbar a{
    color:#dbe8ff!important;
}
.mobile-quickbar .quick-primary{
    background:linear-gradient(135deg,#15c2f6,#17106f)!important;
    color:#fff!important;
}
.scroll-top-btn{
    background:linear-gradient(135deg,#17106f,#15c2f6)!important;
    color:#fff!important;
}
.btn,
button.btn{
    border-radius:14px!important;
}
.btn.secondary{
    background:linear-gradient(135deg,#17106f,#0d4fa3)!important;
    border-color:#17106f!important;
}
.eyebrow{
    color:#21d2ff!important;
    font-weight:900!important;
    letter-spacing:.08em!important;
}
.sidebar-widget,
.card,
.ojs-content-card{
    border-radius:22px!important;
}
@media(max-width:1080px){
    .master-poster-hero{
        grid-template-columns:1fr;
    }
    .master-hero-poster{
        order:-1;
    }
}
@media(max-width:860px){
    .master-poster-hero{
        padding:18px;
        border-radius:20px;
    }
    .poster-feature-grid,
    .master-current-summary{
        grid-template-columns:1fr;
    }
    .section-heading-row,
    .footer-master-ribbon-inner{
        flex-direction:column;
        align-items:flex-start;
    }
    .footer-brand{
        grid-template-columns:64px 1fr;
    }
    .footer-brand img{
        width:64px!important;
        height:64px!important;
    }
    .master-hero-copy h1{
        font-size:34px!important;
    }
}
@media(max-width:560px){
    .poster-feature-grid article{
        grid-template-columns:40px 1fr;
        padding:12px;
    }
    .poster-feature-icon{
        width:40px;height:40px;font-size:18px;
    }
    .master-current-section,
    .master-indexing-section,
    .intro-highlight-card{
        padding:18px!important;
        border-radius:18px!important;
    }
    .footer-master-ribbon strong{
        font-size:20px;
    }
}


/* Final submission/reference polish and template downloads */
.submission-template-downloads,
.submission-office-card{
    margin:22px 0;
}
.template-download-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}
.template-download-grid a{
    display:grid;
    gap:8px;
    padding:18px;
    border-radius:18px;
    background:linear-gradient(135deg,#ffffff,#f6fbff);
    border:1px solid #dce8f5;
    box-shadow:0 10px 24px rgba(18,41,86,.06);
    color:#1f2a3a!important;
}
.template-download-grid a:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 30px rgba(18,41,86,.12);
}
.template-download-grid span{
    width:54px;
    height:28px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:linear-gradient(135deg,#17106f,#15c2f6);
    color:#fff;
    font-size:12px;
    font-weight:900;
}
.template-download-grid strong{
    color:#17106f;
    font-size:18px;
}
.template-download-grid small{
    color:#61748a;
    font-weight:700;
    line-height:1.45;
}
.submission-office-card{
    background:
        radial-gradient(circle at top right,rgba(21,194,246,.10),transparent 28%),
        linear-gradient(135deg,#ffffff,#f7fbff)!important;
    border-left:5px solid #15c2f6!important;
}
.submission-office-card h2{
    color:#17106f!important;
}
.cms-content h2{
    color:#17106f!important;
}
.cms-content h3{
    color:#0d4fa3!important;
}
.cms-content ul li::marker,
.cms-content ol li::marker{
    color:#15aee6;
    font-weight:900;
}
.submission-gateway-hero{
    background:
        linear-gradient(135deg,rgba(20,13,98,.98),rgba(21,194,246,.45)),
        url('../images/uploads/bscrs-master-theme-poster.png') center right/cover no-repeat!important;
}
@media(max-width:860px){
    .template-download-grid{
        grid-template-columns:1fr!important;
    }
    .submission-gateway-hero{
        background:
            linear-gradient(135deg,rgba(20,13,98,.98),rgba(20,13,98,.76)),
            url('../images/uploads/bscrs-master-theme-poster.png') center/cover no-repeat!important;
    }
}


/* Production executive committee profiles */
.committee-hero{
    background:
        linear-gradient(135deg,rgba(20,13,98,.98),rgba(21,194,246,.35)),
        url('../images/uploads/bscrs-master-theme-poster.png') center right/cover no-repeat!important;
}
.committee-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(270px,1fr));
    gap:18px;
    margin-top:22px;
}
.committee-card{
    display:grid;
    grid-template-columns:82px 1fr;
    gap:16px;
    align-items:flex-start;
    padding:18px;
    border-radius:22px;
    background:linear-gradient(135deg,#ffffff,#f6fbff);
    border:1px solid #dce8f5;
    box-shadow:0 12px 28px rgba(18,41,86,.08);
}
.committee-photo{
    width:82px;height:82px;
    border-radius:50%;
    display:grid;place-items:center;
    overflow:hidden;
    background:linear-gradient(135deg,#17106f,#15c2f6);
    color:#fff;
    font-size:32px;
    font-weight:900;
    border:4px solid #ffffff;
    box-shadow:0 10px 22px rgba(18,41,86,.12);
}
.committee-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.committee-position{
    display:inline-flex;
    margin-bottom:8px;
    padding:6px 10px;
    border-radius:999px;
    background:#eaf7ff;
    color:#0d4fa3;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.committee-card h2{
    margin:0 0 5px!important;
    color:#17106f!important;
    font-size:20px!important;
    line-height:1.25!important;
}
.committee-contact{
    display:flex;
    gap:8px;
    margin-top:10px;
}
.committee-contact a{
    padding:6px 10px;
    border-radius:999px;
    background:#f7fbff;
    border:1px solid #dce8f5;
    font-weight:800;
}
.committee-admin-card .profile-info-list{
    margin:12px 0;
}
@media(max-width:560px){
    .committee-card{
        grid-template-columns:64px 1fr;
        padding:14px;
        border-radius:18px;
    }
    .committee-photo{
        width:64px;height:64px;font-size:24px;
    }
}


/* Branded email settings/log monitor */
.email-log-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(330px,1fr));
    gap:18px;
}
.email-log-card{
    border-radius:20px!important;
    overflow:hidden;
}
.email-settings-form h2{
    color:#17106f!important;
    margin-top:24px!important;
}
.email-settings-form .check-card{
    margin-bottom:16px;
}
.status-sent{background:#e7f8f1!important;color:#08714f!important}
.status-failed{background:#ffecec!important;color:#b42318!important}
.status-logged{background:#eef5ff!important;color:#0d4fa3!important}
@media(max-width:860px){
    .email-log-grid{grid-template-columns:1fr}
}
