:root{
    --gc-bg:#f5f7fb;
    --gc-card:#ffffff;
    --gc-text:#0f172a;
    --gc-muted:#64748b;
    --gc-line:#e2e8f0;
    --gc-blue:#2563eb;
    --gc-navy:#024177;
    --gc-purple:#49408a;
    --gc-green:#087a16;
    --gc-danger:#dc143c;
    --gc-shadow:0 18px 45px rgba(15,23,42,.08);
    --gc-header:linear-gradient(135deg,#0f172a 0%,#10223d 52%,#07111f 100%);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    background:var(--gc-bg);
    color:var(--gc-text);
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:17px;
    line-height:1.65;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
a{color:inherit}
img{max-width:100%;height:auto}

.gcsetime-wrap{
    width:min(1120px,calc(100% - 34px));
    margin-inline:auto;
}
.gcsetime-main{
    padding:76px 0 56px;
}

/* Header - synced with plugin app-header.php */
.gcmcg-app-header,

.gcmcg-app-header *{

    box-sizing:border-box;

}



.gcmcg-app-header{

    width:100%;

    min-height:78px;

    padding:0 28px;

    display:flex;

    align-items:center;

    gap:18px;

    position:sticky;

    top:0;

    z-index:99999;

    background:

        radial-gradient(circle at 12% 0%, rgba(59,130,246,.20), transparent 34%),

        linear-gradient(135deg, rgba(15,23,42,.98), rgba(15,23,42,.94) 52%, rgba(2,20,30,.96));

    border-bottom:1px solid rgba(255,255,255,.10);

    box-shadow:0 18px 45px rgba(0,0,0,.26);

    backdrop-filter:blur(18px);

}



.gcmcg-header-left{

    display:flex;

    align-items:center;

    gap:12px;

    flex:1 1 auto;

    min-width:0;

}



.gcmcg-back{

    min-height:42px;

    padding:0 16px;

    border-radius:999px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:7px;

    color:#fff!important;

    text-decoration:none!important;

    font-size:13px;

    font-weight:950;

    line-height:1;

    white-space:nowrap;

    background:rgba(255,255,255,.095);

    border:1px solid rgba(255,255,255,.16);

    box-shadow:inset 0 1px 0 rgba(255,255,255,.08);

    transition:all .18s ease;

}



.gcmcg-back:hover{

    background:rgba(255,255,255,.16);

    transform:translateY(-1px);

}



.gcmcg-brand-chip{

    min-width:0;

    max-width:220px;

    flex:0 1 220px;

    display:flex;

    flex-direction:column;

    gap:2px;

    color:#fff;

}



.gcmcg-brand-chip strong{

    max-width:210px;

    overflow:hidden;

    text-overflow:ellipsis;

    white-space:nowrap;

    font-size:16.5px;

    font-weight:950;

    line-height:1.05;

}



.gcmcg-brand-chip span{

    font-size:12px;

    font-weight:850;

    color:rgba(255,255,255,.54);

}



.gcmcg-header-desktop-nav{

    margin-left:auto;

    display:flex;

    align-items:center;

    justify-content:flex-end;

    gap:8px;

    min-width:0;

}



.gcmcg-header-desktop-nav a{

    position:relative;

    min-height:44px;

    padding:0 15px;

    border-radius:999px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:7px;

    color:rgba(255,255,255,.72)!important;

    text-decoration:none!important;

    font-size:15.5px;

    font-weight:950;

    line-height:1;

    white-space:nowrap;

    border:1px solid transparent;

    transition:all .18s ease;

}



.gcmcg-header-desktop-nav a:hover{

    color:#fff!important;

    background:rgba(255,255,255,.095);

    border-color:rgba(255,255,255,.10);

    transform:translateY(-1px);

}



.gcmcg-header-desktop-nav a.is-active{

    transform:translateY(-1px) scale(1.03);

    color:#fff!important;

    background:linear-gradient(135deg, rgba(59,130,246,.42), rgba(37,99,235,.22));

    border-color:rgba(147,197,253,.38);

    box-shadow:

        0 10px 24px rgba(37,99,235,.20),

        inset 0 1px 0 rgba(255,255,255,.12);

}



.gcmcg-header-desktop-nav a em{

    min-width:20px;

    height:20px;

    padding:0 6px;

    border-radius:999px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    background:#ef4444;

    color:#fff;

    font-size:11px;

    font-style:normal;

    font-weight:950;

    box-shadow:0 8px 18px rgba(239,68,68,.30);

}



.gcmcg-header-desktop-nav .gcmcg-header-logout{

    margin-left:8px;

    color:#fecaca!important;

    background:rgba(239,68,68,.10);

    border-color:rgba(248,113,113,.22);

}



.gcmcg-header-desktop-nav .gcmcg-header-logout:hover{

    background:rgba(239,68,68,.17);

    border-color:rgba(248,113,113,.34);

}



.gcmcg-mobile-current,

.gcmcg-mobile-menu{

    display:none;

}



.gcmcg-guest-nav{

    margin-left:auto;

    display:flex;

    align-items:center;

    gap:10px;

}



.gcmcg-guest-nav a{

    min-height:42px;

    padding:0 16px;

    border-radius:999px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    color:#fff!important;

    text-decoration:none!important;

    font-size:14px;

    font-weight:950;

    background:rgba(255,255,255,.10);

    border:1px solid rgba(255,255,255,.14);

}



.gcmcg-guest-nav .gcmcg-register{

    background:#fff;

    color:#0f172a!important;

}

.gcmcg-brand-chip strong{

    letter-spacing:.2px;

}



.gcmcg-brand-chip span{

    opacity:.7;

}

.gcmcg-header-logout{

    box-shadow:0 6px 16px rgba(239,68,68,.18);

}

@media(max-width:1180px){

    .gcmcg-app-header{

        padding:0 18px;

    }



    .gcmcg-brand-chip{

        display:none;

    }



    .gcmcg-header-desktop-nav{

        gap:5px;

    }



    .gcmcg-header-desktop-nav a{

        padding:0 11px;

        font-size:13px;

    }

}



@media(max-width:900px){

    .gcmcg-app-header{

        min-height:70px;

        padding:0 13px;

        gap:10px;

    }



    .gcmcg-brand-chip,

    .gcmcg-header-desktop-nav{

        display:none!important;

    }



    .gcmcg-header-left{

        flex:0 0 auto;

    }



    .gcmcg-back{

        min-height:40px;

        padding:0 12px;

        font-size:12px;

    }



    .gcmcg-mobile-current{

        min-width:0;

        flex:1 1 auto;

        display:flex;

        flex-direction:column;

        align-items:center;

        justify-content:center;

        line-height:1.05;

        color:#fff;

        text-align:center;

    }



    .gcmcg-mobile-current strong{

        max-width:150px;

        overflow:hidden;

        text-overflow:ellipsis;

        white-space:nowrap;

        font-size:16px;

        font-weight:950;

    }



    .gcmcg-mobile-current span{

        margin-top:4px;

        max-width:150px;

        overflow:hidden;

        text-overflow:ellipsis;

        white-space:nowrap;

        font-size:11px;

        font-weight:850;

        color:rgba(255,255,255,.56);

    }



    .gcmcg-mobile-menu{

        display:block;

        flex:0 0 auto;

    }



    .gcmcg-mobile-menu summary{

        width:45px;

        height:45px;

        border-radius:17px;

        display:flex;

        flex-direction:column;

        align-items:center;

        justify-content:center;

        gap:5px;

        cursor:pointer;

        list-style:none;

        background:

            linear-gradient(135deg, rgba(255,255,255,.20), rgba(255,255,255,.075));

        border:1px solid rgba(255,255,255,.18);

        box-shadow:0 12px 28px rgba(0,0,0,.25);

        transition:all .18s ease;

    }



    .gcmcg-mobile-menu summary::-webkit-details-marker{

        display:none;

    }



    .gcmcg-mobile-menu summary b{

        width:19px;

        height:2px;

        border-radius:99px;

        background:#fff;

        display:block;

    }



    .gcmcg-mobile-menu[open] summary{

        background:#fff;

    }



    .gcmcg-mobile-menu[open] summary b{

        background:#0f172a;

    }



    .gcmcg-mobile-panel{

        position:fixed;

        left:10px;

        right:10px;

        top:78px;

        max-height:calc(100vh - 92px);

        overflow:auto;

        padding:15px;

        border-radius:28px;

        background:

            radial-gradient(circle at 10% 0%, rgba(59,130,246,.23), transparent 35%),

            linear-gradient(145deg, rgba(15,23,42,.985), rgba(2,20,30,.975));

        border:1px solid rgba(255,255,255,.13);

        box-shadow:0 30px 90px rgba(0,0,0,.48);

        backdrop-filter:blur(22px);

        z-index:100000;

    }



    .gcmcg-mobile-panel-head{

        margin-bottom:14px;

        padding:2px 2px 12px;

        display:flex;

        align-items:center;

        justify-content:space-between;

        gap:12px;

        border-bottom:1px solid rgba(255,255,255,.09);

        color:#fff;

    }



    .gcmcg-mobile-panel-head div{

        min-width:0;

    }



    .gcmcg-mobile-panel-head strong{

        display:block;

        max-width:190px;

        overflow:hidden;

        text-overflow:ellipsis;

        white-space:nowrap;

        font-size:18px;

        font-weight:950;

        line-height:1.1;

    }



    .gcmcg-mobile-panel-head span{

        display:block;

        margin-top:4px;

        font-size:12px;

        font-weight:850;

        color:rgba(255,255,255,.56);

    }



    .gcmcg-mobile-panel-head i{

        width:42px;

        height:42px;

        border-radius:16px;

        display:flex;

        align-items:center;

        justify-content:center;

        font-style:normal;

        font-size:19px;

        background:rgba(255,255,255,.10);

        border:1px solid rgba(255,255,255,.10);

    }



    .gcmcg-mobile-grid{

        display:grid;

        grid-template-columns:repeat(2,minmax(0,1fr));

        gap:10px;

    }



    .gcmcg-mobile-grid a{

        position:relative;

        min-height:92px;

        padding:13px 12px;

        border-radius:22px;

        display:flex;

        flex-direction:column;

        align-items:center;

        text-align:center;

        justify-content:center;

        gap:7px;

        color:#fff!important;

        text-decoration:none!important;

        background:rgba(255,255,255,.075);

        border:1px solid rgba(255,255,255,.10);

        box-shadow:inset 0 1px 0 rgba(255,255,255,.05);

    }



    .gcmcg-mobile-grid a.is-active{

        background:linear-gradient(135deg, rgba(59,130,246,.42), rgba(37,99,235,.18));

        border-color:rgba(147,197,253,.42);

        box-shadow:0 12px 26px rgba(37,99,235,.18);

    }



    .gcmcg-mobile-grid a i{

        width:36px;

        height:36px;

        border-radius:15px;

        display:flex;

        align-items:center;

        justify-content:center;

        background:rgba(255,255,255,.12);

        font-size:18px;

        font-style:normal;

    }



    .gcmcg-mobile-grid a strong{

        font-size:13px;

        font-weight:950;

        line-height:1.05;

    }



    .gcmcg-mobile-grid a small{

        max-width:100%;

        overflow:hidden;

        text-overflow:ellipsis;

        white-space:nowrap;

        font-size:10.5px;

        font-weight:800;

        color:rgba(255,255,255,.52);

    }



    .gcmcg-mobile-grid a em{

        position:absolute;

        top:9px;

        right:9px;

        min-width:23px;

        height:23px;

        padding:0 7px;

        border-radius:999px;

        display:flex;

        align-items:center;

        justify-content:center;

        background:#ef4444;

        color:#fff;

        font-size:11px;

        font-style:normal;

        font-weight:950;

        box-shadow:0 8px 18px rgba(239,68,68,.34);

    }



    .gcmcg-mobile-logout{

        margin-top:12px;

        min-height:50px;

        border-radius:20px;

        display:flex;

        align-items:center;

        justify-content:center;

        color:#fecaca!important;

        text-decoration:none!important;

        font-size:14px;

        font-weight:950;

        background:rgba(239,68,68,.12);

        border:1px solid rgba(248,113,113,.24);

    }



    .gcmcg-guest-nav{

        gap:8px;

    }



    .gcmcg-guest-nav a{

        min-height:38px;

        padding:0 12px;

        font-size:12px;

    }

}

.gcmcg-app-header::after{

    content:'';

    position:absolute;

    left:0;

    bottom:0;

    width:100%;

    height:1px;

    background:linear-gradient(

        90deg,

        transparent,

        rgba(59,130,246,.5),

        transparent

    );

    opacity:.6;

}

@media(max-width:390px){

    .gcmcg-back{

        padding:0 10px;

        font-size:11px;

    }



    .gcmcg-mobile-current strong,

    .gcmcg-mobile-current span{

        max-width:118px;

    }



    .gcmcg-mobile-grid a{

        min-height:86px;

        padding:12px 10px;

    }



    .gcmcg-mobile-grid a small{

        display:none;

    }

}

/* Generic cards and content */
.gcsetime-card{
    background:var(--gc-card);
    border:1px solid var(--gc-line);
    border-radius:24px;
    box-shadow:var(--gc-shadow);
    padding:28px;
}
.gcsetime-entry{
    max-width:920px;
}
.gcsetime-content{
    color:#111827;
    font-size:18px;
    padding:0 6px;
}
.gcsetime-content p{margin:0 0 1em;text-align:justify}
.gcsetime-content a{color:var(--gc-blue);font-weight:800}
.gcsetime-content ul,
.gcsetime-content ol{padding-left:1.35em}
.gcsetime-content :where(h2,h3,h4){
    margin-top:1.6em;
    line-height:1.22;
    letter-spacing:-.018em;
    text-transform:capitalize;
}
.gcsetime-content h1{font-size:26px}
.gcsetime-content h2,
.gcsetime-content h3,
.gcsetime-content h4{font-size:20px}

/* Archive/category classic document list */
.gcsetime-classic-wrap,
.gcsetime-single-wrap{max-width:1040px}
.inform h1,
.gcsetime-archive-head h1{
    position:relative;
    overflow:hidden;
    margin:0 0 28px!important;
    padding:26px 30px!important;
    display:block!important;

    color:#0f172a!important;

    background:
        radial-gradient(circle at 0% 0%, rgba(37,99,235,.14), transparent 34%),
        radial-gradient(circle at 100% 0%, rgba(14,165,233,.10), transparent 30%),
        linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;

    border:1px solid #dbe7f5!important;
    border-radius:26px!important;

    text-align:left!important;

    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;

    font-size:clamp(26px,2.3vw,36px)!important;
    line-height:1.14!important;
    font-weight:950!important;
    letter-spacing:-.045em!important;
    text-transform:none!important;

    box-shadow:0 20px 52px rgba(15,23,42,.085)!important;
}

.inform h1:before,
.gcsetime-archive-head h1:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:7px;
    background:linear-gradient(180deg,#2563eb,#024177);
}

.inform h1:after,
.gcsetime-archive-head h1:after{
    content:"";
    position:absolute;
    right:-80px;
    top:-90px;
    width:220px;
    height:220px;
    border-radius:999px;
    background:rgba(37,99,235,.08);
    pointer-events:none;
}
.gcsetime-archive-head p{
    margin:0 0 18px;
    color:var(--gc-muted);
}
.gcsetime-classic-list{
    overflow:hidden;
    background:#fff;
    border:1px solid #dbe3ef;
    border-radius:14px;
    box-shadow:0 14px 34px rgba(15,23,42,.06);
}
.gcsetime-classic-row{
    margin:0!important;
    background:#fff;
    border-bottom:1px solid #e6edf6;
}
.gcsetime-classic-row:last-child{border-bottom:0}
.gcsetime-classic-row a{
    min-height:58px;
    padding:16px 18px;
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:#111827!important;
    text-decoration:none!important;
    font-size:19px;
    font-weight:700;
    line-height:1.35;
    text-transform:capitalize;
    transition:background .15s ease,color .15s ease,padding-left .15s ease;
}
.gcsetime-classic-row a:hover{
    background:#f8fafc;
    color:var(--gc-navy)!important;
    padding-left:22px;
}
.gcsetime-row-icon{
    flex:0 0 auto;
    margin-top:1px;
    color:var(--gc-navy);
    font-size:22px;
    font-weight:900;
    line-height:1;
}
.gcsetime-pagination{
    margin-top:28px;
    padding-top:19px;
    display:flex;
    gap:8px;
    flex-wrap:wrap;
}
.gcsetime-pagination a,
.gcsetime-pagination span{
    min-height:40px;
    padding:0 14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#fff;
    border:1px solid var(--gc-line);
    text-decoration:none;
    font-size:16px;
    font-weight:850;
}
.gcsetime-pagination .current{
    color:#fff;
    background:var(--gc-text);
    border-color:var(--gc-text);
}

/* Single */
.gcsetime-single-wrap{
    background:#fff;
    border:1px solid #e1e8f2;
    border-radius:24px;
    box-shadow:0 18px 48px rgba(15,23,42,.07);
    padding:28px 22px 30px;
}
.gcsetime-single-entry{
    background:transparent;
    border:0;
    box-shadow:none;
    padding:0;
}
.gcsetime-single-title h1{
    max-width:920px;
    margin:0 auto 30px;
    font-size:25px;
    font-weight:760;
}
.gcsetime-featured{margin-bottom:20px}
.gcsetime-featured img{
    display:block;
    border-radius:14px;
}

/* Embed Any Document download button */
.gcsetime-content .ead-preview .embed_download .mtli_attachment,
.entry .ead-preview .embed_download .mtli_attachment{
    min-height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff!important;
    background:linear-gradient(135deg,#dc143c,#b80f32)!important;
    border-radius:0 0 15px 15px;
    text-decoration:none!important;
    text-transform:uppercase;
    font-weight:850;
    letter-spacing:.02em;
}

/* Legacy category buttons */
.category-button-new{margin-top:3%}
.category-new{
    display:flex;
    flex-direction:column;
    text-align:center;
}
.category-new a{
    margin-bottom:4px;
    padding:10px;
    color:#fff!important;
    background-color:green;
    text-decoration:none!important;
    line-height:1.7;
    font-weight:850;
}
.category-new a:nth-child(2){background-color:palevioletred}
.category-new a:nth-child(3){background-color:teal}
.category-new a:nth-child(4){background-color:yellowgreen}
.category-new a:nth-child(5){background-color:tomato}
.category-new a:nth-child(6){background-color:blueviolet}
.category-new a:nth-child(7){background-color:teal}
.category-new a:nth-child(8){background-color:palevioletred}
.category-new a:hover{
    background-color:cornflowerblue;
    transition:background-color .2s ease-in-out;
}
.single-format-standard #content .entry-box .category-new-title,
.gcsetime-content .category-new-title{
    margin-top:5%;
    margin-bottom:-5px;
    padding:8px 5%;
    color:#fff;
    background-color:var(--gc-purple);
    border-radius:10px 10px 0 0;
    font-family:Georgia,"Times New Roman",serif;
    text-align:center;
    font-size:30px;
    font-weight:850;
    line-height:2.2;
}
.home .category-new-title,
.page .category-new-title{display:none}

/* Related posts */
.gcsetime-content h3:has(+ ol.related_posts_ol),
.gcsetime-content h3:has(+ .related_posts_ol){
    margin:32px 0 0;
    padding:16px 18px;
    color:#fff;
    background:linear-gradient(135deg,#49408a,#31276f);
    border-radius:12px 12px 0 0;
    text-align:center;
    font-family:Georgia,"Times New Roman",serif;
    font-size:24px;
    font-weight:850;
    line-height:1.2;
    text-transform:capitalize;
    box-shadow:0 12px 28px rgba(73,64,138,.16);
}
.gcsetime-content ol.related_posts_ol{
    margin:0 0 26px;
    padding:18px 0 12px 28px;
    background:#fff;
    border:1px solid #e2e8f0!important;
    border-top:0!important;
    border-radius:0 0 12px 12px!important;
    box-shadow:none!important;
    list-style-position:outside;
}
.gcsetime-content ol.related_posts_ol li,
.gcsetime-content li.related_posts_li{
    margin:0 0 6px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#111827;
    font-size:18px;
    line-height:1.55;
    font-weight:760;
}
.gcsetime-content ol.related_posts_ol li a,
.gcsetime-content li.related_posts_li a{
    color:#1455ff!important;
    text-decoration:none!important;
    font-weight:850;
}
.gcsetime-content ol.related_posts_ol li a:hover,
.gcsetime-content li.related_posts_li a:hover{text-decoration:underline!important}
.gcsetime-content li.related_posts_li i{
    margin-right:5px;
    color:var(--gc-navy)!important;
    vertical-align:-2px;
}

/* Automatic related category */
.gcsetime-related-category{
    margin:34px 0 8px;
    overflow:hidden;
    background:#fff;
    border:1px solid #d9e1ee;
    border-radius:18px;
    box-shadow:0 18px 42px rgba(15,23,42,.08);
}
.gcsetime-related-category .category-new-title{
    margin:0!important;
    padding:18px 22px!important;
    color:#fff!important;
    background:linear-gradient(135deg,#49408a,#31276f)!important;
    border-radius:0!important;
    text-align:center!important;
    font-family:Georgia,"Times New Roman",serif!important;
    font-size:30px!important;
    line-height:1.15!important;
    font-weight:900!important;
    letter-spacing:.2px!important;
    text-transform:capitalize!important;
    box-shadow:none!important;
}
.gcsetime-related-category .category-new{
    padding:18px;
    background:#fff;
}
.gcsetime-related-category .category-new a{
    margin:0!important;
    border-radius:14px;
    background:linear-gradient(135deg,#048708,#087a16)!important;
    box-shadow:0 10px 24px rgba(8,122,22,.18);
    font-size:19px;
    font-weight:900;
    letter-spacing:.1px;
    transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}
.gcsetime-related-category .category-new a:hover{
    transform:translateY(-1px);
    background:linear-gradient(135deg,#0a9f17,#04700f)!important;
    box-shadow:0 14px 28px rgba(8,122,22,.24);
}

/* Old-theme helper compatibility */
.site_section_title{border-bottom:1px solid #ddd;padding:1em}
.site_section_title .headline{margin:0;text-transform:uppercase;font-size:15px}
.site_section_title .headline i{display:inline-block;margin-right:5px}
a.cizgisiz-link{text-transform:capitalize;text-decoration:none}
.home #content .post p,
.category #content .post p,
.tag #content .post p{display:none}
.home #content .post .date,
.category #content .post .date,
.tag #content .post .date,
.home #content .comments a,
.category #content .comments a,
.tag #content .comments a,
.home #content .category a,
.category #content .category a,
.tag #content .category a,
.home #content .post .comments,
.category #content .post .comments,
.tag #content .post .comments,
.home #content .post .tags,
.category #content .post .tags,
.tag #content .post .tags,
.home #content .post .category,
.category #content .post .category,
.tag #content .post .category{display:none}
.gcsetime-content ul.similar-posts{text-transform:capitalize}
.gcsetime-content .sharedaddy,
.gcsetime-content .sd-sharing-enabled{text-align:center}

/* Footer */
.gcsetime-footer{
    margin-top:54px;
    color:#fff;
    background:radial-gradient(circle at 12% 0%,rgba(59,130,246,.18),transparent 36%),linear-gradient(135deg,#0f172a,#111827 55%,#020617);
    border-top:1px solid rgba(255,255,255,.10);
    box-shadow:0 -18px 45px rgba(15,23,42,.12);
}
.gcsetime-footer-inner{
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
    gap:28px;
    align-items:start;
    padding:34px 0 24px!important;
}
.gcsetime-footer-brand strong{
    display:block;
    color:#fff;
    font-size:24px;
    font-weight:900;
    letter-spacing:-.025em;
    line-height:1.1;
}
.gcsetime-footer-brand p{
    max-width:620px;
    margin:10px 0 0;
    color:rgba(255,255,255,.68);
    font-size:15px;
    line-height:1.7;
    font-weight:600;
}
.gcsetime-footer-nav{
    display:flex;
    justify-content:flex-end;
}
.gcsetime-footer-menu{
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:10px;
    list-style:none;
}
.gcsetime-footer-menu li{margin:0;padding:0;list-style:none}
.gcsetime-footer-menu a{
    min-height:40px;
    padding:0 14px;
    display:inline-flex;
    align-items:center;
    border-radius:999px;
    color:rgba(255,255,255,.78)!important;
    text-decoration:none!important;
    background:rgba(255,255,255,.075);
    border:1px solid rgba(255,255,255,.10);
    font-size:13px;
    font-weight:850;
    transition:all .16s ease;
}
.gcsetime-footer-menu a:hover{
    color:#fff!important;
    background:rgba(255,255,255,.14);
    transform:translateY(-1px);
}
.gcsetime-footer-bottom{
    display:flex;
    justify-content:space-between;
    gap:16px;
    padding:18px 0 24px;
    border-top:1px solid rgba(255,255,255,.09);
    color:rgba(255,255,255,.52);
    font-size:13px;
    font-weight:700;
}
.gcsetime-footer-bottom span:last-child{text-align:right}
.screen-reader-text{
    position:absolute!important;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}

@media(max-width:1260px){
    .gcmcg-app-header{padding:0 18px;gap:14px}
    .gcmcg-header-desktop-nav{gap:4px}
    .gcmcg-header-desktop-nav a{padding:0 9px;font-size:12.5px}
}
@media(max-width:980px){
    .gcmcg-app-header{min-height:70px;padding:0 14px;gap:10px}
    .gcmcg-header-desktop-nav{display:none!important}
    .gcmcg-header-left{flex:0 0 auto}
    .gcmcg-back{min-height:40px;padding:0 13px;font-size:12px}
    .gcmcg-mobile-current{
        min-width:0;
        flex:1 1 auto;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        color:#fff;
        text-align:center;
        line-height:1.05;
    }
    .gcmcg-mobile-current strong{
        max-width:160px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        font-size:15px;
        font-weight:900;
    }
    .gcmcg-mobile-current span{
        margin-top:4px;
        max-width:160px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        color:rgba(255,255,255,.56);
        font-size:11px;
        font-weight:750;
    }
    .gcmcg-mobile-menu{display:block;flex:0 0 auto}
    .gcmcg-mobile-menu summary{
        width:44px;
        height:44px;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:5px;
        cursor:pointer;
        list-style:none;
        border-radius:16px;
        background:linear-gradient(135deg,rgba(255,255,255,.20),rgba(255,255,255,.075));
        border:1px solid rgba(255,255,255,.18);
        box-shadow:0 12px 28px rgba(0,0,0,.25);
    }
    .gcmcg-mobile-menu summary::-webkit-details-marker{display:none}
    .gcmcg-mobile-menu summary b{
        width:19px;
        height:2px;
        display:block;
        border-radius:99px;
        background:#fff;
    }
    .gcmcg-mobile-menu[open] summary{background:#fff}
    .gcmcg-mobile-menu[open] summary b{background:#0f172a}
    .gcmcg-mobile-panel{
        position:fixed;
        left:10px;
        right:10px;
        top:78px;
        max-height:calc(100vh - 92px);
        overflow:auto;
        padding:15px;
        border-radius:26px;
        background:radial-gradient(circle at 10% 0%,rgba(59,130,246,.23),transparent 35%),linear-gradient(145deg,rgba(15,23,42,.985),rgba(2,20,30,.975));
        border:1px solid rgba(255,255,255,.13);
        box-shadow:0 30px 90px rgba(0,0,0,.48);
        backdrop-filter:blur(22px);
        z-index:100000;
    }
    .gcmcg-mobile-panel-head{
        margin-bottom:14px;
        padding:2px 2px 12px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:12px;
        border-bottom:1px solid rgba(255,255,255,.09);
        color:#fff;
    }
    .gcmcg-mobile-panel-head div{min-width:0}
    .gcmcg-mobile-panel-head strong{
        display:block;
        max-width:190px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        font-size:18px;
        font-weight:900;
        line-height:1.1;
    }
    .gcmcg-mobile-panel-head span{
        display:block;
        margin-top:4px;
        color:rgba(255,255,255,.56);
        font-size:12px;
        font-weight:750;
    }
    .gcmcg-mobile-panel-head i{
        width:42px;
        height:42px;
        display:flex;
        align-items:center;
        justify-content:center;
        border-radius:16px;
        font-style:normal;
        font-size:19px;
        background:rgba(255,255,255,.10);
        border:1px solid rgba(255,255,255,.10);
    }
    .gcmcg-mobile-grid{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:10px;
    }
    .gcmcg-mobile-grid a{
        position:relative;
        min-height:90px;
        padding:13px 12px;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:7px;
        color:#fff!important;
        text-align:center;
        text-decoration:none!important;
        border-radius:22px;
        background:rgba(255,255,255,.075);
        border:1px solid rgba(255,255,255,.10);
        box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
    }
    .gcmcg-mobile-grid a.is-active{
        background:linear-gradient(135deg,rgba(59,130,246,.42),rgba(37,99,235,.18));
        border-color:rgba(147,197,253,.42);
        box-shadow:0 12px 26px rgba(37,99,235,.18);
    }
    .gcmcg-mobile-grid a i{
        width:36px;
        height:36px;
        display:flex;
        align-items:center;
        justify-content:center;
        border-radius:15px;
        background:rgba(255,255,255,.12);
        font-size:18px;
        font-style:normal;
    }
    .gcmcg-mobile-grid a strong{font-size:13px;font-weight:900;line-height:1.05}
    .gcmcg-mobile-grid a small{
        max-width:100%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        color:rgba(255,255,255,.52);
        font-size:10.5px;
        font-weight:750;
    }
    .gcmcg-mobile-grid a em{
        position:absolute;
        top:9px;
        right:9px;
        min-width:23px;
        height:23px;
        padding:0 7px;
        display:flex;
        align-items:center;
        justify-content:center;
        border-radius:999px;
        background:#ef4444;
        color:#fff;
        font-size:11px;
        font-style:normal;
        font-weight:900;
        box-shadow:0 8px 18px rgba(239,68,68,.34);
    }
    .gcmcg-mobile-logout{
        margin-top:12px;
        min-height:50px;
        display:flex;
        align-items:center;
        justify-content:center;
        color:#fecaca!important;
        text-decoration:none!important;
        border-radius:20px;
        background:rgba(239,68,68,.12);
        border:1px solid rgba(248,113,113,.24);
        font-size:14px;
        font-weight:900;
    }
    .gcmcg-guest-nav{gap:8px}
    .gcmcg-guest-nav a{min-height:38px;padding:0 12px;font-size:12px}
}
@media(max-width:720px){
    body{font-size:16px}
    .gcsetime-main{padding:46px 0 38px}
    .gcsetime-wrap{width:min(100% - 24px,1120px)}
    .gcsetime-single-wrap{padding:22px 14px 22px;border-radius:18px}

    .inform h1,
    .gcsetime-archive-head h1{
        padding:21px 18px!important;
        border-radius:20px!important;
        font-size:24px!important;
        line-height:1.18!important;
    }

    .gcsetime-classic-row a{font-size:16.5px;padding:14px 12px}
    .gcsetime-content{font-size:16px}
    .category-new a{line-height:1.6}
    .gcsetime-related-category .category-new-title{font-size:23px!important;padding:16px!important}
    .gcsetime-related-category .category-new a{font-size:16.5px}
    .gcsetime-content ol.related_posts_ol{padding-left:22px}
    .gcsetime-content ol.related_posts_ol li,
    .gcsetime-content li.related_posts_li{font-size:16px}
    .gcsetime-content h3:has(+ ol.related_posts_ol),
    .gcsetime-content h3:has(+ .related_posts_ol){font-size:21px;padding:14px}
    .gcsetime-footer-inner{grid-template-columns:1fr;gap:20px}
    .gcsetime-footer-nav{justify-content:flex-start}
    .gcsetime-footer-menu{justify-content:flex-start}
    .gcsetime-footer-bottom{flex-direction:column}
    .gcsetime-footer-bottom span:last-child{text-align:left}
}

@media(max-width:390px){
    .gcmcg-back{padding:0 10px;font-size:11px}
    .gcmcg-mobile-current strong,
    .gcmcg-mobile-current span{max-width:118px}
    .gcmcg-mobile-grid a{min-height:84px;padding:12px 10px}
    .gcmcg-mobile-grid a small{display:none}
}


/* WordPress admin bar compatibility */
body.admin-bar .gcmcg-app-header{
    top:32px;
}
@media(max-width:782px){
    body.admin-bar .gcmcg-app-header{
        top:46px;
    }
}

/* v1.7 sidebar layout */
.gcsetime-layout-wrap{
    width:min(1180px,calc(100% - 34px));
    margin-inline:auto;
}
.gcsetime-layout{
    display:grid;
    grid-template-columns:minmax(0, 790px) 310px;
    gap:30px;
    align-items:start;
    justify-content:start;
}
.gcsetime-content-column{
    min-width:0;
    width:100%;
}
.gcsetime-layout .gcsetime-classic-wrap,
.gcsetime-layout .gcsetime-single-wrap{
    max-width:none;
    width:100%;
}
.gcsetime-layout .gcsetime-single-wrap{
    margin-top:0;
}
.gcsetime-layout .gcsetime-single-title h1{
    max-width:none;
}
.gcsetime-sidebar{
    min-width:0;
    width:100%;
    position:sticky;
    top:104px;
    display:grid;
    gap:16px;
}
body.admin-bar .gcsetime-sidebar{top:136px}
.gcsetime-sidebar-widget{
    background:#fff;
    border:1px solid #dbe3ef;
    border-radius:22px;
    padding:18px;
    box-shadow:0 14px 34px rgba(15,23,42,.06);
    overflow:hidden;
}
.gcsetime-sidebar-title,
.gcsetime-sidebar-widget h2,
.gcsetime-sidebar-widget h3{
    margin:0 0 13px;
    padding:0 0 11px;
    border-bottom:1px solid #e7edf6;
    color:#0f172a;
    font-size:16px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:-.015em;
}
.gcsetime-sidebar-widget ul{
    margin:0;
    padding:0;
    list-style:none;
}
.gcsetime-sidebar-widget li{
    margin:0;
    padding:10px 0;
    border-bottom:1px solid #eef2f7;
    color:#64748b;
    font-size:14px;
    line-height:1.35;
    font-weight:750;
}
.gcsetime-sidebar-widget li:last-child{border-bottom:0;padding-bottom:0}
.gcsetime-sidebar-widget a{
    color:#0f172a!important;
    text-decoration:none!important;
    font-weight:800;
}
.gcsetime-sidebar-widget a:hover{color:#024177!important;text-decoration:underline!important}
.gcsetime-sidebar-widget .search-form{
    display:flex;
    gap:8px;
}
.gcsetime-sidebar-widget .search-field{
    min-width:0;
    width:100%;
    min-height:42px;
    padding:0 13px;
    border:1px solid #dbe3ef;
    border-radius:14px;
    outline:none;
    font-size:14px;
    font-weight:700;
}
.gcsetime-sidebar-widget .search-submit{
    min-height:42px;
    padding:0 14px;
    border:0;
    border-radius:14px;
    background:#0f172a;
    color:#fff;
    font-size:13px;
    font-weight:900;
    cursor:pointer;
}
.gcsetime-sidebar-widget .search-submit:hover{background:#024177}
@media(max-width:1100px){
    .gcsetime-layout{
        grid-template-columns:minmax(0,1fr) 286px;
        gap:22px;
    }
}
@media(max-width:900px){
    .gcsetime-layout{
        grid-template-columns:1fr;
    }
    .gcsetime-sidebar{
        position:static;
        top:auto;
    }
}


/* Premium related category + built-in related resources */
.gcsetime-related-category{
    margin:34px 0 28px;
    padding:0;
    overflow:hidden;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    border:1px solid #dbe7f5;
    border-radius:22px;
    box-shadow:0 18px 46px rgba(15,23,42,.08);
}
.gcsetime-section-kicker{
    padding:18px 22px 0;
    color:#64748b;
    font-size:12px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    text-align:center;
}
.gcsetime-related-category .category-new-title{
    margin:8px 0 0!important;
    padding:0 22px 18px!important;
    color:#111827!important;
    background:transparent!important;
    border-radius:0!important;
    text-align:center!important;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
    font-size:27px!important;
    line-height:1.18!important;
    font-weight:900!important;
    letter-spacing:-.03em!important;
    text-transform:capitalize!important;
    box-shadow:none!important;
}
.gcsetime-related-category .category-new{
    display:grid;
    gap:12px;
    padding:18px;
    background:#fff;
    border-top:1px solid #e8eef7;
}
.gcsetime-related-category .category-new a{
    margin:0!important;
    min-height:66px;
    padding:14px 18px!important;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    border-radius:16px;
    color:#fff!important;
    text-decoration:none!important;
    background:linear-gradient(135deg,#058b1a,#076f18)!important;
    box-shadow:0 12px 26px rgba(8,122,22,.20);
    font-size:18px;
    font-weight:900;
    line-height:1.25;
    transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;
}
.gcsetime-related-category .category-new a span{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
}
.gcsetime-related-category .category-new a strong{
    flex:0 0 auto;
    min-height:34px;
    padding:0 12px;
    display:inline-flex;
    align-items:center;
    border-radius:999px;
    background:rgba(255,255,255,.18);
    border:1px solid rgba(255,255,255,.18);
    color:#fff;
    font-size:12px;
    font-weight:900;
    letter-spacing:.01em;
}
.gcsetime-related-category .category-new a:hover{
    transform:translateY(-2px);
    filter:saturate(1.06);
    box-shadow:0 16px 34px rgba(8,122,22,.26);
}

.gcsetime-theme-related{
    margin:0 0 32px;
    padding:24px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    border:1px solid #dbe7f5;
    border-radius:24px;
    box-shadow:0 18px 46px rgba(15,23,42,.08);
}
.gcsetime-theme-related-head{
    margin:0 0 18px;
    padding:18px 18px 16px;
    text-align:center;
    border-radius:18px;
    background:linear-gradient(135deg,#eef4ff,#f7faff);
    border:1px solid #e3ebf8;
}
.gcsetime-theme-related-kicker{
    display:block;
    margin:0 0 6px;
    color:#64748b;
    font-size:12px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.gcsetime-theme-related h3{
    margin:0;
    color:#111827;
    background:transparent;
    border-radius:0;
    text-align:center;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:26px;
    font-weight:900;
    line-height:1.16;
    letter-spacing:-.03em;
    text-transform:none;
    box-shadow:none;
}
.gcsetime-theme-related-head:after{
    content:"";
    display:block;
    width:132px;
    height:3px;
    margin:14px auto 0;
    border-radius:999px;
    background:linear-gradient(90deg,rgba(37,99,235,0),rgba(37,99,235,.65),rgba(37,99,235,0));
}
.gcsetime-theme-related-list{
    display:grid;
    gap:12px;
    margin:0;
    padding:0;
    list-style:none;
    counter-reset:gc-related;
}
.gcsetime-theme-related-item{
    counter-increment:gc-related;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
}
.gcsetime-theme-related-link{
    min-height:70px;
    padding:14px 18px;
    display:grid;
    grid-template-columns:42px minmax(0,1fr) auto;
    align-items:center;
    gap:14px;
    border-radius:18px;
    color:#111827!important;
    text-decoration:none!important;
    background:#fff;
    border:1px solid #e2eaf5;
    box-shadow:0 8px 22px rgba(15,23,42,.045);
    transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.gcsetime-theme-related-link:hover{
    transform:translateY(-2px);
    border-color:#bfdbfe;
    box-shadow:0 16px 34px rgba(15,23,42,.08);
}
.gcsetime-theme-related-num{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    color:#0f3f7a;
    background:linear-gradient(135deg,#eaf2ff,#f7fbff);
    border:1px solid #dbeafe;
    font-size:14px;
    font-weight:950;
}
.gcsetime-theme-related-num:before{
    content:counter(gc-related, decimal-leading-zero);
}
.gcsetime-theme-related-title{
    min-width:0;
    color:#263244;
    font-size:16.5px;
    font-weight:850;
    line-height:1.35;
}
.gcsetime-theme-related-cta{
    min-height:38px;
    padding:0 15px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    color:#fff;
    background:#2563eb;
    font-size:13px;
    font-weight:900;
    white-space:nowrap;
    box-shadow:0 10px 22px rgba(37,99,235,.20);
}
.gcsetime-theme-related-link:hover .gcsetime-theme-related-cta{
    background:#1d4ed8;
}
@media(max-width:720px){
    .gcsetime-related-category{margin:28px 0 22px;border-radius:20px}
    .gcsetime-related-category .category-new-title{font-size:23px!important;padding-bottom:16px!important}
    .gcsetime-related-category .category-new{padding:14px}
    .gcsetime-related-category .category-new a{min-height:auto;align-items:flex-start;flex-direction:column;font-size:16px;padding:14px!important}
    .gcsetime-theme-related{padding:16px;border-radius:20px}
    .gcsetime-theme-related-head{padding:16px 14px}
    .gcsetime-theme-related h3{font-size:22px}
    .gcsetime-theme-related-link{grid-template-columns:36px minmax(0,1fr);gap:12px;padding:13px 14px}
    .gcsetime-theme-related-num{width:36px;height:36px;border-radius:14px;font-size:12px}
    .gcsetime-theme-related-title{font-size:15.5px}
    .gcsetime-theme-related-cta{grid-column:2;justify-self:start;min-height:34px;padding:0 12px;font-size:12px}
}

/* v2.0 premium title + unified related blocks */
.gcsetime-single-wrap{
    padding-top:34px !important;
}
.gcsetime-single-title{
    position:relative;
    overflow:hidden;
    margin:0 0 30px !important;
    padding:24px 28px 26px !important;
    border:1px solid #dbe7f5 !important;
    border-radius:24px !important;
    background:
        radial-gradient(circle at 0% 0%,rgba(37,99,235,.12),transparent 34%),
        linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
    box-shadow:0 18px 46px rgba(15,23,42,.075) !important;
}
.gcsetime-single-title:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:7px;
    background:linear-gradient(180deg,#2563eb,#024177);
}
.gcsetime-single-title:after{
    content:"";
    position:absolute;
    right:-70px;
    top:-70px;
    width:170px;
    height:170px;
    border-radius:999px;
    background:rgba(37,99,235,.08);
    pointer-events:none;
}
.gcsetime-single-kicker{
    position:relative;
    z-index:1;
    display:inline-flex;
    align-items:center;
    min-height:28px;
    padding:0 11px;
    border-radius:999px;
    background:#eef4ff;
    color:#2459b8;
    border:1px solid #dbeafe;
    font-size:11.5px;
    font-weight:950;
    line-height:1;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.inform.gcsetime-single-title h1,
.gcsetime-single-title h1{
    position:relative;
    z-index:1;
    display:block !important;
    justify-content:flex-start !important;
    align-items:flex-start !important;
    max-width:none !important;
    margin:12px 0 0 !important;
    padding:0 !important;
    color:#0f172a !important;
    background:transparent !important;
    border-radius:0 !important;
    box-shadow:none !important;
    text-align:left !important;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
    font-size:clamp(25px,2.45vw,34px) !important;
    line-height:1.18 !important;
    font-weight:900 !important;
    letter-spacing:-.035em !important;
    text-transform:none !important;
}

.gcsetime-related-category,
.gcsetime-theme-related{
    margin:30px 0 28px !important;
    padding:24px !important;
    overflow:hidden;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
    border:1px solid #dbe7f5 !important;
    border-radius:24px !important;
    box-shadow:0 18px 46px rgba(15,23,42,.08) !important;
}
.gcsetime-related-category .gcsetime-theme-related-head,
.gcsetime-theme-related-head{
    margin:0 0 18px !important;
    padding:18px 18px 16px !important;
    text-align:center !important;
    border-radius:18px !important;
    background:linear-gradient(135deg,#eef4ff,#f7faff) !important;
    border:1px solid #e3ebf8 !important;
    box-shadow:none !important;
}
.gcsetime-related-category .gcsetime-theme-related-kicker,
.gcsetime-theme-related-kicker{
    display:block !important;
    margin:0 0 6px !important;
    color:#64748b !important;
    font-size:12px !important;
    font-weight:950 !important;
    line-height:1 !important;
    letter-spacing:.085em !important;
    text-transform:uppercase !important;
}
.gcsetime-related-category .category-new-title,
.gcsetime-theme-related h3{
    margin:0 !important;
    padding:0 !important;
    color:#111827 !important;
    background:transparent !important;
    border-radius:0 !important;
    text-align:center !important;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
    font-size:26px !important;
    font-weight:950 !important;
    line-height:1.16 !important;
    letter-spacing:-.035em !important;
    text-transform:none !important;
    box-shadow:none !important;
}
.gcsetime-related-category .gcsetime-theme-related-head:after,
.gcsetime-theme-related-head:after{
    content:"";
    display:block;
    width:132px;
    height:3px;
    margin:14px auto 0;
    border-radius:999px;
    background:linear-gradient(90deg,rgba(37,99,235,0),rgba(37,99,235,.65),rgba(37,99,235,0));
}
.gcsetime-related-category .category-new{
    display:grid !important;
    gap:12px !important;
    padding:0 !important;
    background:transparent !important;
    border-top:0 !important;
}
.gcsetime-related-category .category-new a{
    position:relative;
    overflow:hidden;
    margin:0 !important;
    min-height:auto !important;
    padding:16px 18px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:10px !important;
    text-align:center !important;
    border-radius:18px !important;
    color:#fff !important;
    text-decoration:none !important;
    background:linear-gradient(135deg,#058b1a,#087a16) !important;
    border:1px solid rgba(255,255,255,.18) !important;
    box-shadow:0 12px 28px rgba(8,122,22,.20) !important;
    font-size:17px !important;
    font-weight:900 !important;
    line-height:1.25 !important;
}
.gcsetime-related-category .category-new a:before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 8% 10%,rgba(255,255,255,.22),transparent 32%);
    pointer-events:none;
}
.gcsetime-related-category .category-new a span,
.gcsetime-related-category .category-new a strong{
    position:relative;
    z-index:1;
}
.gcsetime-related-category .category-new a span{
    position:relative!important;
    left:auto!important;
    top:auto!important;
    transform:none!important;
    width:auto!important;
    max-width:100%!important;
    padding:0!important;
    display:block!important;
    text-align:center!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
}
.gcsetime-related-category .category-new a strong{
    position:relative!important;
    right:auto!important;
    top:auto!important;
    transform:none!important;
    min-height:38px;
    padding:0 14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    color:#fff;
    background:rgba(255,255,255,.18);
    border:1px solid rgba(255,255,255,.20);
    font-size:12.5px;
    font-weight:950;
    white-space:nowrap;
}
.gcsetime-related-category .category-new a:hover,
.gcsetime-theme-related-link:hover{
    transform:translateY(-2px);
}

@media(max-width:720px){
    .gcsetime-single-title{
        padding:20px 18px 22px !important;
        border-radius:20px !important;
    }
    .inform.gcsetime-single-title h1,
    .gcsetime-single-title h1{
        font-size:24px !important;
    }
    .gcsetime-related-category,
    .gcsetime-theme-related{
        padding:16px !important;
        border-radius:20px !important;
    }
    .gcsetime-related-category .category-new-title,
    .gcsetime-theme-related h3{
        font-size:22px !important;
    }
    .gcsetime-related-category .category-new a{
        grid-template-columns:1fr !important;
        align-items:flex-start !important;
        min-height:auto !important;
        padding:14px !important;
        font-size:16px !important;
    }
    .gcsetime-related-category .category-new a span{
        white-space:normal;
    }
}


/* v2.1 definitive premium single title */
.gcsetime-resource-hero{
    position:relative;
    overflow:hidden;
    margin:0 0 32px !important;
    padding:0 !important;
    border:1px solid #dbe7f5;
    border-radius:26px;
    background:
        radial-gradient(circle at 0% 0%, rgba(37,99,235,.14), transparent 34%),
        radial-gradient(circle at 100% 0%, rgba(14,165,233,.10), transparent 30%),
        linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:0 20px 52px rgba(15,23,42,.085);
}
.gcsetime-resource-hero:before{
    content:"";
    position:absolute;
    inset:0 auto 0 0;
    width:7px;
    background:linear-gradient(180deg,#2563eb,#024177);
}
.gcsetime-resource-hero:after{
    content:"";
    position:absolute;
    right:-80px;
    top:-90px;
    width:220px;
    height:220px;
    border-radius:999px;
    background:rgba(37,99,235,.08);
    pointer-events:none;
}
.gcsetime-resource-hero-inner{
    position:relative;
    z-index:1;
    padding:26px 30px 28px;
}
.gcsetime-resource-badge{
    display:inline-flex;
    align-items:center;
    min-height:28px;
    padding:0 12px;
    border-radius:999px;
    background:#eef4ff;
    border:1px solid #dbeafe;
    color:#2459b8;
    font-size:11.5px;
    font-weight:950;
    line-height:1;
    letter-spacing:.085em;
    text-transform:uppercase;
}
.gcsetime-resource-hero h1{
    margin:13px 0 0 !important;
    padding:0 !important;
    display:block !important;
    color:#0f172a !important;
    background:transparent !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    text-align:left !important;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
    font-size:clamp(26px,2.35vw,36px) !important;
    line-height:1.14 !important;
    font-weight:950 !important;
    letter-spacing:-.045em !important;
    text-transform:none !important;
}
.gcsetime-single-title{display:none!important;}
@media(max-width:720px){
    .gcsetime-resource-hero{border-radius:20px;margin-bottom:24px!important;}
    .gcsetime-resource-hero-inner{padding:21px 18px 23px;}
    .gcsetime-resource-hero h1{font-size:24px!important;line-height:1.18!important;}
}

/* Gcsetime Core Document Viewer */
.gc-doc-preview,
.ead-preview.gc-doc-preview{
    width:100%;
    margin:22px 0 28px;
}

.gc-doc-frame,
.ead-document.gc-doc-frame{
    position:relative!important;
    width:100%!important;
    min-height:360px;
    overflow:hidden!important;
    background:#f8fafc;
    border:1px solid #dbe7f5;
    border-bottom:0;
    border-radius:16px 16px 0 0;
    box-shadow:0 18px 42px rgba(15,23,42,.08);
}

.gc-doc-iframe,
.ead-iframe.gc-doc-iframe{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:360px;
    border:0!important;
    background:#fff;
    opacity:.01;
    transition:opacity .25s ease;
}

.gc-doc-iframe.is-loaded,
.ead-iframe.gc-doc-iframe.is-loaded{
    opacity:1;
}

.gc-doc-loader{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    z-index:4;
    color:#334155;
    font-size:14px;
    font-weight:800;
}

.gc-doc-loader span{
    width:36px;
    height:36px;
    border-radius:999px;
    border:3px solid #dbeafe;
    border-top-color:#2563eb;
    animation:gcDocSpin .8s linear infinite;
}

@keyframes gcDocSpin{to{transform:rotate(360deg)}}

.gc-doc-popout-mask{
    position:absolute;
    right:0;
    top:0;
    width:88px;
    height:76px;
    z-index:30;
    pointer-events:auto;
    background:linear-gradient(90deg,rgba(255,255,255,0) 0%,#fff 30%,#fff 100%);
    box-shadow:-10px 0 18px rgba(255,255,255,.95);
}

.gc-doc-fallback{
    position:absolute;
    left:50%;
    bottom:18px;
    transform:translateX(-50%);
    z-index:7;
    width:min(520px,calc(100% - 28px));
    padding:14px 16px;
    border-radius:14px;
    background:rgba(15,23,42,.92);
    color:#fff;
    text-align:center;
    box-shadow:0 16px 40px rgba(15,23,42,.22);
}

.gc-doc-fallback strong{
    display:block;
    font-size:13px;
    line-height:1.35;
    margin-bottom:10px;
}

.gc-doc-fallback button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:0 14px;
    border:0;
    border-radius:999px;
    background:#fff;
    color:#0f172a;
    font-size:12px;
    font-weight:900;
    cursor:pointer;
}

.gc-doc-preview .embed_download,
.ead-preview.gc-doc-preview .embed_download{
    margin:0!important;
    padding:0!important;
}

.gc-doc-preview .embed_download a,
.ead-preview.gc-doc-preview .embed_download a{
    --gc-doc-icon-bg:#64748b;
    --gc-doc-icon-label:"FILE";
    --gc-doc-icon-fold:#e2e8f0;
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:88px!important;
    padding:22px 34px 22px 138px!important;
    border-radius:0 0 20px 20px!important;
    background:linear-gradient(90deg,#e0003e 0%,#ec0a46 52%,#d7033a 100%)!important;
    color:#fff!important;
    text-decoration:none!important;
    text-transform:uppercase!important;
    text-align:center!important;
    font-size:18px!important;
    line-height:1.15!important;
    font-weight:950!important;
    letter-spacing:.01em!important;
    box-shadow:0 22px 50px rgba(225,9,63,.25)!important;
    overflow:visible!important;
}

.gc-doc-preview .embed_download a:hover,
.ead-preview.gc-doc-preview .embed_download a:hover{
    background:linear-gradient(90deg,#d90039 0%,#e90043 52%,#cf0036 100%)!important;
    color:#fff!important;
}

/* premium file card */
.gc-doc-preview .embed_download a:before,
.ead-preview.gc-doc-preview .embed_download a:before{
    content:"";
    position:absolute!important;
    left:28px!important;
    top:50%!important;
    width:74px!important;
    height:78px!important;
    transform:translateY(-50%)!important;
    border-radius:12px!important;
    background:
        linear-gradient(135deg, transparent 0 16px, var(--gc-doc-icon-fold) 16px 32px, transparent 32px) right top/34px 34px no-repeat,
        linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;
    border:1px solid rgba(15,23,42,.13)!important;
    box-shadow:
        0 16px 30px rgba(15,23,42,.20),
        inset 0 -1px 0 rgba(15,23,42,.05)!important;
    z-index:2!important;
}

/* colored extension badge */
.gc-doc-preview .embed_download a:after,
.ead-preview.gc-doc-preview .embed_download a:after{
    content:var(--gc-doc-icon-label);
    position:absolute!important;
    left:18px!important;
    top:50%!important;
    z-index:3!important;
    width:66px!important;
    height:26px!important;
    transform:translateY(-50%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:6px!important;
    background:linear-gradient(180deg,var(--gc-doc-icon-bg),color-mix(in srgb,var(--gc-doc-icon-bg) 78%,#000 22%))!important;
    color:#fff!important;
    font-size:10.5px!important;
    font-weight:950!important;
    letter-spacing:.045em!important;
    box-shadow:0 7px 15px rgba(15,23,42,.24)!important;
}

.gc-doc-preview .embed_download a[data-gc-doc-ext="pdf"]{--gc-doc-icon-bg:#dc2626;--gc-doc-icon-label:"PDF";--gc-doc-icon-fold:#fee2e2;}
.gc-doc-preview .embed_download a[data-gc-doc-ext="doc"],
.gc-doc-preview .embed_download a[data-gc-doc-ext="docx"]{--gc-doc-icon-bg:#2563eb;--gc-doc-icon-label:"WORD";--gc-doc-icon-fold:#dbeafe;}
.gc-doc-preview .embed_download a[data-gc-doc-ext="xls"],
.gc-doc-preview .embed_download a[data-gc-doc-ext="xlsx"],
.gc-doc-preview .embed_download a[data-gc-doc-ext="csv"]{--gc-doc-icon-bg:#16a34a;--gc-doc-icon-label:"EXCEL";--gc-doc-icon-fold:#dcfce7;}
.gc-doc-preview .embed_download a[data-gc-doc-ext="ppt"],
.gc-doc-preview .embed_download a[data-gc-doc-ext="pptx"]{--gc-doc-icon-bg:#ea580c;--gc-doc-icon-label:"PPT";--gc-doc-icon-fold:#ffedd5;}
.gc-doc-preview .embed_download a[data-gc-doc-ext="txt"],
.gc-doc-preview .embed_download a[data-gc-doc-ext="rtf"]{--gc-doc-icon-bg:#475569;--gc-doc-icon-label:"TXT";--gc-doc-icon-fold:#e2e8f0;}
.gc-doc-preview .embed_download a[data-gc-doc-ext="zip"]{--gc-doc-icon-bg:#7c3aed;--gc-doc-icon-label:"ZIP";--gc-doc-icon-fold:#ede9fe;}

@media(max-width:720px){
    .gc-doc-frame,
    .ead-document.gc-doc-frame,
    .gc-doc-iframe,
    .ead-iframe.gc-doc-iframe{
        min-height:560px;
    }

    .gc-doc-preview .embed_download a,
    .ead-preview.gc-doc-preview .embed_download a{
        min-height:76px!important;
        padding:17px 18px 17px 112px!important;
        font-size:15px!important;
        border-radius:0 0 16px 16px!important;
    }

    .gc-doc-preview .embed_download a:before,
    .ead-preview.gc-doc-preview .embed_download a:before{
        left:22px!important;
        width:62px!important;
        height:66px!important;
        border-radius:9px!important;
        background:
            linear-gradient(135deg, transparent 0 12px, var(--gc-doc-icon-fold) 12px 24px, transparent 24px) right top/26px 26px no-repeat,
            linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;
    }

    .gc-doc-preview .embed_download a:after,
    .ead-preview.gc-doc-preview .embed_download a:after{
        left:15px!important;
        top:50%!important;
        width:56px!important;
        height:23px!important;
        transform:translateY(-50%)!important;
        font-size:9.5px!important;
    }
}
