/*
Theme Name: Disto
Theme URI: http://jellywp.com/theme/disto/demo/
Description: WordPress Blog Magazine Theme
Author: Jellywp
Author URI: http://themeforest.net/user/jellywp
Version: 2.4
Tested up to: 6.8
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License
License URI: license.txt
Tags: two-columns
Text Domain: disto
*/
/*-------------------------------------------------------------------------------------

    + CSS Reset
    + Header slider and carousel post
    + Menu and megamenu
    + Header (Mobile Menu, Top-search, Main Menu Menu)
    + Blog large layout with sidebar (Feature-two-column, Three columns, Tab, Image feature, Pagination, widget)
    + woocommerce
    + Audio player
    + Justified Gallery
    + Animation CSS
    + Go to top
    + Magnific Popup CSS
    + Footer

-------------------------------------------------------------------------------------*/
body {
    overflow-x: hidden;
    width: 100%;
    background-color: var(--jl-bg-color);
}
body, p {
    font-family: var(--jl-body-font);
    font-weight: var(--jl-body-font-weight);
    font-size: var(--jl-body-font-size);
    line-height: var(--jl-body-line-height);
    color: var(--jl-txt-color);
    -moz-osx-font-smoothing: grayscale;
}
p {
    margin: 0px 0px 25px;
}
p iframe {
    margin-bottom: 0px;
}
iframe {
    margin-bottom: 30px;
}
a {
    color: var(--jl-txt-color);
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover {
    color: var(--jl-main-color);
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none !important;
    color: var(--jl-main-color);
}
h1 {
    font-size: 40px;
    margin-bottom: 10px;
}
h2 {
    font-size: 32px;
    margin-bottom: 10px;
}
h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
h6 {
    font-size: 16px;
    margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
.mejs-container {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.embed_wrapper {
    margin: 30px 0px !important;
}
blockquote.quote_content {
    margin: 20px 0px !important;
    float: left;
    width: 100%;
}
hr, address {
    clear: both;
    margin-bottom: 30px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--jl-title-font);
    font-weight: var(--jl-title-font-weight);
    text-transform: var(--jl-title-transform);
    letter-spacing: var(--jl-title-space);
    line-height: var(--jl-title-line-height);
    color: var(--jl-txt-color);
    margin-top: 0px;    
    clear: both;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.jlc-container {
    max-width: 1200px;
    width: 100%;
}
::selection {
    background-color: var(--jl-main-color);
    color: #FFF;
}
blockquote.quote_content {
    border-left: 3px solid;
    border-color: #ddd;
    padding: 0 18px;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    color: #888;
}
blockquote {
    position: relative;
    margin-bottom: 30px;
    padding: 30px 30px 30px 70px !important;
    text-align: left;
    background: var(--jl-author-bg);
    border: 0px !important;
    border-radius: var(--jl-border-rounded);
}
blockquote:before {
    content: "\e921";
    font-family: 'jl_font';
    font-size: 16px;
    position: absolute;
    top: 27px;
    left: 30px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
blockquote.has-text-align-right {
    padding: 30px 70px 30px 30px !important;
}
.jl_radius blockquote {
    border-radius: 0px;
}
blockquote p {
    font-family: var(--jl-title-font);
    font-weight: var(--jl-title-font-weight);
    text-transform: var(--jl-title-transform);
    letter-spacing: var(--jl-title-space) !important;
    line-height: var(--jl-title-line-height) !important;
    font-size: 22px !important;
    margin-bottom: 0px;
}
blockquote cite {
    margin-top: 15px;
    font-style: normal;
    font-size: 12px !important;
    line-height: 1.2;
    display: block;
    font-family: var(--jl-body-font);
    font-weight: var(--jl-body-font-weight);
}
table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
}
table table{
    margin: 0px;
}
table > tbody > tr > td, table > tbody > tr > th{
	padding: 8px;
}
table td, table th {
    padding: 8px;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
pre {
    display: block;
    padding: 20px !important;
    margin: 0 0 25px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border-width: 0px !important;
    border-radius: 4px;
}
.dropcap_style {
    font-size: 60px;
    line-height: 73px;
    float: left;
    padding: 5px 10px;
    text-align: center;
    display: block;
    background-color: #0D1217;
    color: #fff;
    margin: 8px 15px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
p img {
    margin-bottom: 0px !important;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
/** input */

textarea {
    display: block;
    padding: 13px;
    max-width: 100%;
    width: 100%;
    outline: none;
    font-size: var(--jl-input-size, 15px);
    border: 1px var(--jl-sline, solid) var(--jl-post-line-color);
    color: var(--jl-txt-color);
    background: transparent;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;        
    border-radius: var(--jl-input-radius, 5px) !important;
}
button, input, optgroup, select, textarea {
    border-radius: 0px;
}
input[type='text'], input[type='tel'], input[type='password'], input[type='email'], input[type='url'], input[type='search'], input[type='number'] {
    padding: 13px;
    max-width: 100%;
    border: 1px var(--jl-sline, solid) var(--jl-post-line-color);
    color: var(--jl-txt-color);
    background: transparent;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    white-space: nowrap;
    font-weight: 400;
    font-size: var(--jl-input-size, 15px);
    border-radius: var(--jl-input-radius, 5px);
}
input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="url"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, .select2-container--default .select2-selection--single:-moz-placeholder {
    color: var(--jl-except-color)
}
input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="url"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .select2-container--default .select2-selection--single::-moz-placeholder {
    color: var(--jl-except-color)
}
input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .select2-container--default .select2-selection--single:-ms-input-placeholder {
    color: var(--jl-except-color)
}
input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, .select2-container--default .select2-selection--single::-webkit-input-placeholder {
    color: var(--jl-except-color)
}
input[type='submit'], button {
    font-family: var(--jl-menu-font);
    font-size: var(--jl-button-font-size);
    font-weight: var(--jl-button-font-weight);
    text-transform: var(--jl-button-transform);
    letter-spacing: var(--jl-button-space);
    display: block;
    background-color: var(--jl-main-color);
    color: #fff !important;
    display: flex;
    height: 43px;
    padding: 0px 30px;
    margin-top: 0px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    border: 0px;
    outline: none;
    border-radius: var(--jl-button-radius);
    white-space: nowrap;
}
input[type='submit']:hover, button:hover{
    background-color: var(--jl-btn-bg) !important;
}

/* MiKO pre-article interstitial advertisement — draft */
html.miko-ad-open,
html.miko-ad-open body {
    overflow: hidden !important;
}

.miko-ad-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(10, 12, 16, .82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease, visibility .22s ease;
}

.miko-ad-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

.miko-ad-dialog {
    width: min(760px, 100%);
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
    transform: translateY(10px) scale(.985);
    transition: transform .22s ease;
}

.miko-ad-overlay.is-visible .miko-ad-dialog {
    transform: translateY(0) scale(1);
}

.miko-ad-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    border-bottom: 1px solid #eceef1;
    background: #fafafa;
}

.miko-ad-label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #111318;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
}

.miko-ad-countdown {
    color: #626975;
    font-size: 13px;
    font-weight: 500;
}

.miko-ad-countdown strong {
    color: #e21b2d;
    font-size: 15px;
}

.miko-ad-content {
    padding: 28px;
}

.miko-ad-placeholder {
    display: grid;
    place-items: center;
    min-height: 340px;
    padding: 34px;
    border: 1px dashed #cfd3da;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff, #f8f9fb);
    text-align: center;
}

.miko-ad-placeholder__eyebrow {
    margin-bottom: 12px;
    color: #9aa0aa;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
}

.miko-ad-placeholder h2 {
    margin: 0 0 10px;
    color: #15171b;
    font-size: 26px;
    line-height: 1.35;
}

.miko-ad-placeholder p {
    max-width: 520px;
    margin: 0;
    color: #6d7480;
    font-size: 14px;
    line-height: 1.7;
}

.miko-ad-demo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #e21b2d;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.miko-ad-demo-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    min-height: 42px;
    padding: 0 20px;
    border-radius: 8px;
    background: #111318;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
}

.miko-ad-actions {
    display: flex;
    justify-content: flex-end;
    padding: 16px 18px 18px;
    border-top: 1px solid #eceef1;
    background: #fff;
}

button.miko-ad-skip {
    min-width: 150px;
    height: 42px;
    justify-content: center;
    border-radius: 10px;
    background: #111318 !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

button.miko-ad-skip:disabled {
    cursor: not-allowed;
    opacity: .45;
}

button.miko-ad-skip:not(:disabled):hover {
    background: #e21b2d !important;
}

@media (max-width: 640px) {
    .miko-ad-overlay {
        padding: 14px;
    }
    .miko-ad-dialog {
        border-radius: 16px;
    }
    .miko-ad-topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
    .miko-ad-content {
        padding: 18px;
    }
    .miko-ad-placeholder {
        min-height: 300px;
        padding: 24px 18px;
    }
    .miko-ad-placeholder h2 {
        font-size: 22px;
    }
    .miko-ad-actions {
        justify-content: stretch;
    }
    button.miko-ad-skip {
        width: 100%;
    }
}

/* MiKO homepage desktop header collision fix — 2026-09-19 */
@media (min-width: 1024px) {
    body.home .miko-news-nav-wrap {
        display: grid !important;
        grid-template-columns: minmax(110px, 160px) minmax(0, 1fr) max-content !important;
        align-items: center !important;
        gap: 12px !important;
        width: 100% !important;
    }

    body.home .miko-news-brand,
    body.home .miko-news-mainnav,
    body.home .miko-news-tools {
        min-width: 0 !important;
    }

    body.home .miko-news-mainnav {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 4px !important;
        overflow: visible !important;
        white-space: nowrap !important;
    }

    body.home .miko-news-mainnav > a,
    body.home .miko-news-mainnav > .miko-nav-more {
        flex: 0 0 auto !important;
    }

    body.home .miko-nav-more {
        position: relative !important;
        z-index: 20 !important;
    }

    body.home .miko-nav-more-menu {
        z-index: 1000 !important;
    }

    body.home .miko-news-tools {
        position: relative !important;
        z-index: 3 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        width: max-content !important;
        max-width: 100% !important;
        white-space: nowrap !important;
    }

    body.home .miko-news-search {
        display: flex !important;
        align-items: center !important;
        flex: 0 1 220px !important;
        width: clamp(150px, 16vw, 220px) !important;
        min-width: 135px !important;
        max-width: 220px !important;
        overflow: hidden !important;
    }

    body.home .miko-news-search input {
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    body.home .miko-news-tools .miko-icon-btn {
        position: relative !important;
        flex: 0 0 auto !important;
        min-width: 44px !important;
        max-width: none !important;
        box-sizing: border-box !important;
    }

    body.home .miko-reward-header-btn,
    body.home .miko-saved-news-toggle,
    body.home .miko-member-account,
    body.home .miko-mobile-menu {
        flex-shrink: 0 !important;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    body.home .miko-news-nav-wrap {
        grid-template-columns: minmax(100px, 135px) minmax(0, 1fr) max-content !important;
        gap: 8px !important;
    }

    body.home .miko-news-search {
        flex-basis: 150px !important;
        width: 150px !important;
        min-width: 130px !important;
    }

    body.home .miko-reward-header-label,
    body.home .miko-saved-label,
    body.home .miko-member-account-label {
        display: none !important;
    }

    body.home .miko-reward-header-btn,
    body.home .miko-saved-news-toggle,
    body.home .miko-member-account {
        width: 44px !important;
        min-width: 44px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        justify-content: center !important;
    }
}

@media (min-width: 1280px) and (max-width: 1499px) {
    body.home .miko-news-search {
        flex-basis: 170px !important;
        width: 170px !important;
    }

    body.home .miko-member-account-label {
        display: none !important;
    }

    body.home .miko-member-account {
        width: 44px !important;
        min-width: 44px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        justify-content: center !important;
    }
}

/* MiKO Girls Love cards: editorial pastel polish */
.miko-gl-home-v2 .miko-gl-card-body {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 168px;
    background:
        radial-gradient(circle at 92% 18%, rgba(255,74,141,.10) 0 4px, transparent 5px),
        radial-gradient(circle at 84% 27%, rgba(255,158,194,.13) 0 2px, transparent 3px),
        linear-gradient(158deg,#fff 0%,#fffdfd 52%,#fff4f8 100%);
}

.miko-gl-home-v2 .miko-gl-card-body::before {
    content: "";
    position: absolute;
    width: 136px;
    height: 136px;
    right: -55px;
    bottom: -64px;
    border-radius: 48% 52% 56% 44%;
    background: linear-gradient(145deg,rgba(255,190,214,.30),rgba(255,111,166,.08));
    transform: rotate(-13deg);
    pointer-events: none;
    z-index: -1;
}

.miko-gl-home-v2 .miko-gl-card-body::after {
    content: "♡";
    position: absolute;
    right: 18px;
    top: 56%;
    transform: translateY(-50%) rotate(8deg);
    color: rgba(255,71,139,.22);
    font: 42px/1 Georgia,serif;
    pointer-events: none;
    z-index: -1;
    transition: .28s ease;
}

.miko-gl-home-v2 .miko-gl-card-body > h3,
.miko-gl-home-v2 .miko-gl-card-body > p,
.miko-gl-home-v2 .miko-gl-card-details,
.miko-gl-home-v2 .miko-gl-card-meta,
.miko-gl-home-v2 .miko-gl-card-go {
    position: relative;
    z-index: 2;
}

.miko-gl-home-v2 .miko-gl-card-body > p {
    line-height: 1.7;
    margin-bottom: 10px;
}

.miko-gl-home-v2 .miko-gl-card-details {
    margin-top: auto;
    padding-top: 4px;
    padding-right: 54px;
}

.miko-gl-home-v2 .miko-gl-card-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
}

.miko-gl-home-v2 .miko-gl-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 27px;
    padding: 5px 10px;
    border: 1px solid rgba(255,91,148,.14);
    border-radius: 999px;
    background: rgba(255,235,243,.86);
    color: #d94a7c;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 5px 18px rgba(255,83,146,.05);
}

.miko-gl-home-v2 .miko-gl-chip svg {
    width: 13px;
    height: 13px;
}

.miko-gl-home-v2 .miko-gl-chip-primary {
    background: linear-gradient(135deg,rgba(255,224,236,.97),rgba(255,242,247,.94));
    transition: transform .28s ease,box-shadow .28s ease;
}

.miko-gl-home-v2 .miko-gl-card-signature {
    display: grid;
    grid-template-columns: minmax(18px,1fr) auto auto minmax(18px,1fr);
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    color: #e46792;
    opacity: .86;
    white-space: nowrap;
}

.miko-gl-home-v2 .miko-gl-card-signature em {
    font-family: Georgia,"Times New Roman",serif;
    font-size: 10px;
    font-weight: 400;
}

.miko-gl-home-v2 .miko-gl-card-line {
    height: 1px;
    background: linear-gradient(90deg,transparent,rgba(238,113,157,.58));
}

.miko-gl-home-v2 .miko-gl-card-line:last-child {
    background: linear-gradient(90deg,rgba(238,113,157,.58),transparent);
}

.miko-gl-home-v2 .miko-gl-card-heart {
    font-size: 16px;
    line-height: 1;
}

.miko-gl-home-v2 .miko-gl-card-sparkle {
    position: absolute;
    width: 6px;
    height: 6px;
    right: 24px;
    border-radius: 2px;
    background: #ff8db4;
    transform: rotate(45deg);
    opacity: .65;
    z-index: 1;
    animation: mikoGlCardTwinkle 2.8s ease-in-out infinite;
    pointer-events: none;
}

.miko-gl-home-v2 .miko-gl-card-sparkle::before,
.miko-gl-home-v2 .miko-gl-card-sparkle::after {
    content: "";
    position: absolute;
    inset: 2px -4px;
    border-radius: 999px;
    background: rgba(255,128,174,.45);
}

.miko-gl-home-v2 .miko-gl-card-sparkle::after {
    inset: -4px 2px;
}

.miko-gl-home-v2 .miko-gl-card-sparkle.sparkle-a { top: 23px; }
.miko-gl-home-v2 .miko-gl-card-sparkle.sparkle-b {
    top: 48px;
    right: 42px;
    width: 4px;
    height: 4px;
    opacity: .38;
    animation-delay: 1.1s;
}

.miko-gl-home-v2 .miko-gl-card:hover .miko-gl-chip-primary {
    transform: translateY(-1px);
    box-shadow: 0 7px 20px rgba(255,83,146,.13);
}

.miko-gl-home-v2 .miko-gl-card:hover .miko-gl-card-body::after {
    color: rgba(255,71,139,.31);
    transform: translateY(-50%) rotate(-2deg) scale(1.06);
}

@keyframes mikoGlCardTwinkle {
    0%,100% { transform: rotate(45deg) scale(.75); opacity: .28; }
    50% { transform: rotate(45deg) scale(1.15); opacity: .82; }
}

@media (max-width: 767px) {
    .miko-gl-home-v2 .miko-gl-card-body { min-height: 156px; }
    .miko-gl-home-v2 .miko-gl-card-details { padding-right: 44px; }
    .miko-gl-home-v2 .miko-gl-card-signature { gap: 5px; }
    .miko-gl-home-v2 .miko-gl-card-signature em { font-size: 9px; }
    .miko-gl-home-v2 .miko-gl-chip { min-height: 25px; padding: 5px 9px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    .miko-gl-home-v2 .miko-gl-card-sparkle { animation: none; }
    .miko-gl-home-v2 .miko-gl-chip-primary,
    .miko-gl-home-v2 .miko-gl-card-body::after { transition: none; }
}

/* MiKO Girls Love typography refinement — 2026-09-20 */
body.home .miko-gl-home-v2 .miko-gl-card-body h3 {
    margin: 0 0 7px !important;
    padding: 0 26px 0 0 !important;
    font-size: 17px !important;
    line-height: 1.34 !important;
    font-weight: 800 !important;
    letter-spacing: -.018em !important;
}

body.home .miko-gl-home-v2 .miko-gl-card-body h3 a {
    position: relative;
    display: inline;
    color: #22293a !important;
    text-decoration: none !important;
    background-image: linear-gradient(90deg,#ff4c8d,#ff9aba);
    background-size: 0 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    transition: color .22s ease,background-size .28s ease,text-shadow .22s ease;
}

body.home .miko-gl-home-v2 .miko-gl-card:hover h3 a {
    color: #ec3678 !important;
    background-size: 100% 2px;
    text-shadow: 0 7px 18px rgba(236,54,120,.10);
}

body.home .miko-gl-home-v2 .miko-gl-card-body > p {
    margin: 0 0 11px !important;
    max-width: 92%;
    color: #778095 !important;
    font-size: 12px !important;
    line-height: 1.58 !important;
    font-weight: 500 !important;
    letter-spacing: .005em;
}

body.home .miko-gl-home-v2 .miko-gl-card.is-feature .miko-gl-card-body h3 {
    font-size: clamp(19px,1.35vw,24px) !important;
    line-height: 1.26 !important;
    letter-spacing: -.025em !important;
}

body.home .miko-gl-home-v2 .miko-gl-card.is-feature .miko-gl-card-body > p {
    font-size: 12.5px !important;
    line-height: 1.62 !important;
    max-width: 88%;
}

body.home .miko-gl-home-v2 .miko-gl-card-chips {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: 1px !important;
}

body.home .miko-gl-home-v2 .miko-gl-card-chips .miko-gl-chip {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    min-height: 26px !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    border: 1px solid rgba(255,78,141,.16) !important;
    border-radius: 999px !important;
    background: rgba(255,236,244,.94) !important;
    color: #d93c76 !important;
    font-size: 10.5px !important;
    line-height: 1 !important;
    font-weight: 750 !important;
    letter-spacing: .015em !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9),0 4px 12px rgba(225,72,125,.06) !important;
    white-space: nowrap !important;
}

body.home .miko-gl-home-v2 .miko-gl-card-chips .miko-gl-chip-primary {
    color: #c92d68 !important;
    background: linear-gradient(135deg,#ffe1ec 0%,#fff5f8 100%) !important;
}

body.home .miko-gl-home-v2 .miko-gl-card-chips .miko-gl-chip svg {
    display: block !important;
    flex: 0 0 auto !important;
    width: 12px !important;
    height: 12px !important;
    stroke-width: 2 !important;
}

body.home .miko-gl-home-v2 .miko-gl-card-signature {
    display: grid !important;
    grid-template-columns: minmax(16px,1fr) auto auto minmax(16px,1fr) !important;
    align-items: center !important;
    gap: 7px !important;
    margin: 9px 0 0 !important;
    color: #d95686 !important;
    opacity: 1 !important;
}

body.home .miko-gl-home-v2 .miko-gl-card-signature em {
    position: relative;
    display: inline-block;
    margin: 0 !important;
    color: #4f5566 !important;
    font-family: Georgia,"Times New Roman",serif !important;
    font-size: 10px !important;
    line-height: 1.15 !important;
    font-weight: 600 !important;
    font-style: italic !important;
    letter-spacing: .02em !important;
    white-space: nowrap !important;
}

body.home .miko-gl-home-v2 .miko-gl-card-signature em::first-letter {
    color: #e74680;
}

body.home .miko-gl-home-v2 .miko-gl-card-heart {
    color: #ff4f8c !important;
    font-size: 15px !important;
    line-height: 1 !important;
    transform-origin: center;
    animation: mikoGlHeartPulse 2.4s ease-in-out infinite;
}

body.home .miko-gl-home-v2 .miko-gl-card-line {
    min-width: 16px !important;
    height: 1px !important;
    opacity: .8 !important;
}

body.home .miko-gl-home-v2 .miko-gl-card-meta {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 9px !important;
    margin-top: 10px !important;
    color: #8b94a8 !important;
    font-size: 10.5px !important;
    line-height: 1 !important;
    font-weight: 650 !important;
    letter-spacing: .01em !important;
}

body.home .miko-gl-home-v2 .miko-gl-card-meta span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
}

body.home .miko-gl-home-v2 .miko-gl-card-meta svg {
    width: 12px !important;
    height: 12px !important;
    opacity: .82;
}

body.home .miko-gl-home-v2 .miko-gl-card-label {
    font-weight: 800 !important;
    letter-spacing: .015em !important;
    box-shadow: 0 5px 15px rgba(255,49,122,.16) !important;
}

@keyframes mikoGlHeartPulse {
    0%,100% { transform: scale(1); opacity: .72; }
    50% { transform: scale(1.16); opacity: 1; }
}

@media (max-width: 767px) {
    body.home .miko-gl-home-v2 .miko-gl-card-body h3,
    body.home .miko-gl-home-v2 .miko-gl-card.is-feature .miko-gl-card-body h3 {
        padding-right: 18px !important;
        font-size: 16px !important;
        line-height: 1.38 !important;
    }

    body.home .miko-gl-home-v2 .miko-gl-card-body > p,
    body.home .miko-gl-home-v2 .miko-gl-card.is-feature .miko-gl-card-body > p {
        max-width: 100%;
        font-size: 11.5px !important;
    }

    body.home .miko-gl-home-v2 .miko-gl-card-signature {
        grid-template-columns: 14px auto auto 14px !important;
        gap: 5px !important;
    }

    body.home .miko-gl-home-v2 .miko-gl-card-signature em {
        font-size: 9px !important;
    }

    body.home .miko-gl-home-v2 .miko-gl-card-meta {
        gap: 7px !important;
        font-size: 10px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home .miko-gl-home-v2 .miko-gl-card-heart { animation: none; }
}

/* MiKO Boys' Love — Series / Chemistry / OST editorial polish — 2026-09-20 */
body.home .miko-y-home {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(54,115,218,.14) !important;
    border-radius: 26px !important;
    background:
        radial-gradient(circle at 92% 10%, rgba(77,171,255,.13), transparent 24%),
        radial-gradient(circle at 7% 14%, rgba(53,116,255,.08), transparent 20%),
        linear-gradient(135deg,#f7fbff 0%,#f9fbff 48%,#f6f9ff 100%) !important;
    box-shadow: 0 18px 46px rgba(26,72,145,.06) !important;
}

body.home .miko-y-home::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -86px;
    top: -84px;
    border: 1px solid rgba(52,112,212,.10);
    border-radius: 50%;
    pointer-events: none;
}

body.home .miko-y-home::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: 28px;
    top: -20px;
    border: 1px solid rgba(52,112,212,.07);
    border-radius: 50%;
    pointer-events: none;
}

body.home .miko-y-head {
    position: relative;
    z-index: 2;
}

body.home .miko-y-kicker {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 6px !important;
    color: #2864c7 !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 850 !important;
    letter-spacing: .105em !important;
    text-transform: uppercase;
}

body.home .miko-y-kicker::before {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg,#2970ff,#42c1ff);
    box-shadow: 0 0 12px rgba(56,142,255,.34);
}

body.home .miko-y-title-wrap h2 {
    margin: 0 0 5px !important;
    color: #18345f !important;
    font-size: clamp(27px,2.1vw,40px) !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
    letter-spacing: -.035em !important;
}

body.home .miko-y-title-wrap h2 em {
    position: relative;
    font-style: normal !important;
    color: transparent !important;
    background: linear-gradient(90deg,#2467f2 0%,#2888ff 48%,#24b9ed 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body.home .miko-y-title-wrap h2 em::after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: -3px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg,rgba(41,104,241,.06),rgba(38,146,255,.4),rgba(36,185,237,.06));
}

body.home .miko-y-title-wrap p {
    margin: 0 !important;
    max-width: 720px;
    color: #68788f !important;
    font-size: 13px !important;
    line-height: 1.58 !important;
    font-weight: 520 !important;
}

body.home .miko-y-focus-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}

body.home .miko-y-focus-row > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 27px;
    padding: 5px 9px;
    border: 1px solid rgba(44,104,205,.10);
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    color: #536985;
    font-size: 10px;
    line-height: 1;
    font-weight: 750;
    box-shadow: 0 5px 14px rgba(41,87,156,.045);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

body.home .miko-y-focus-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex: 0 0 auto;
    box-shadow: 0 0 0 4px rgba(39,115,236,.07);
}

body.home .miko-y-focus-dot.is-hot { background: #2b6ff2; }
body.home .miko-y-focus-dot.is-chem { background: #4b9cff; }
body.home .miko-y-focus-dot.is-ost { background: #25bad6; }

body.home .miko-y-more {
    position: relative;
    z-index: 3;
    min-height: 40px;
    padding: 9px 14px !important;
    border: 1px solid rgba(42,104,207,.15) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.90) !important;
    color: #2157ad !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    box-shadow: 0 8px 23px rgba(34,87,168,.08) !important;
    transition: transform .24s ease,box-shadow .24s ease,background .24s ease !important;
}

body.home .miko-y-more:hover {
    transform: translateY(-2px);
    background: #fff !important;
    box-shadow: 0 12px 26px rgba(34,87,168,.13) !important;
}

body.home .miko-y-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(50,104,190,.12) !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(28,71,139,.055) !important;
    transition: transform .28s ease,box-shadow .28s ease,border-color .28s ease !important;
}

body.home .miko-y-card:hover {
    transform: translateY(-4px);
    border-color: rgba(54,119,226,.20) !important;
    box-shadow: 0 17px 36px rgba(28,71,139,.11) !important;
}

body.home .miko-y-media {
    position: relative;
    overflow: hidden;
    display: block;
}

body.home .miko-y-media img {
    transition: transform .55s cubic-bezier(.2,.75,.25,1),filter .4s ease !important;
}

body.home .miko-y-card:hover .miko-y-media img {
    transform: scale(1.035);
    filter: saturate(1.04) contrast(1.02);
}

body.home .miko-y-vignette {
    background: linear-gradient(180deg,rgba(8,28,57,.02) 35%,rgba(8,28,57,.28) 100%) !important;
}

body.home .miko-y-badge {
    top: 12px !important;
    left: 12px !important;
    padding: 7px 11px !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    border-radius: 999px !important;
    background: rgba(13,43,79,.90) !important;
    color: #fff !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 850 !important;
    letter-spacing: .015em !important;
    box-shadow: 0 7px 18px rgba(5,25,54,.18) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

body.home .miko-y-card-play {
    right: 12px !important;
    bottom: 11px !important;
    width: 36px !important;
    height: 36px !important;
    border: 1px solid rgba(255,255,255,.22) !important;
    background: rgba(93,148,255,.86) !important;
    color: #fff !important;
    box-shadow: 0 8px 22px rgba(30,87,190,.19) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

body.home .miko-y-body {
    position: relative;
    overflow: hidden;
    display: flex !important;
    flex-direction: column !important;
    min-height: 214px;
    padding: 15px 15px 16px !important;
    background:
        radial-gradient(circle at 93% 19%,rgba(79,154,255,.10) 0 4px,transparent 5px),
        linear-gradient(160deg,#fff 0%,#fff 53%,#f7fbff 100%) !important;
}

body.home .miko-y-body::after {
    content: "✦";
    position: absolute;
    right: 15px;
    top: 52px;
    color: rgba(58,127,236,.16);
    font-size: 22px;
    line-height: 1;
    transform: rotate(8deg);
    pointer-events: none;
}

body.home .miko-y-editorial {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
}

body.home .miko-y-story-pill,
body.home .miko-y-story-topic {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    border-radius: 999px;
    white-space: nowrap;
}

body.home .miko-y-story-pill {
    padding: 5px 9px;
    background: linear-gradient(135deg,#e7f0ff,#f3f8ff);
    border: 1px solid rgba(58,118,217,.12);
    color: #245fbf;
    font-size: 9px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .06em;
}

body.home .miko-y-story-topic {
    padding: 5px 0;
    color: #718197;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
}

body.home .miko-y-story-topic::before {
    content: "•";
    margin-right: 7px;
    color: #31a9ef;
    font-size: 14px;
    line-height: .5;
}

body.home .miko-y-body h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 7px !important;
    padding-right: 18px;
    font-size: 16px !important;
    line-height: 1.42 !important;
    font-weight: 850 !important;
    letter-spacing: -.018em !important;
}

body.home .miko-y-card.is-feature .miko-y-body h3 {
    font-size: clamp(19px,1.45vw,25px) !important;
    line-height: 1.3 !important;
}

body.home .miko-y-body h3 a {
    display: inline;
    color: #24334d !important;
    text-decoration: none !important;
    background-image: linear-gradient(90deg,#2769ed,#2eaff0);
    background-size: 0 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    transition: color .22s ease,background-size .28s ease,text-shadow .22s ease;
}

body.home .miko-y-card:hover .miko-y-body h3 a {
    color: #215dcc !important;
    background-size: 100% 2px;
    text-shadow: 0 7px 18px rgba(33,93,204,.08);
}

body.home .miko-y-body > p {
    position: relative;
    z-index: 2;
    margin: 0 0 9px !important;
    color: #7b8799 !important;
    font-size: 11.5px !important;
    line-height: 1.6 !important;
    font-weight: 520 !important;
}

body.home .miko-y-card.is-feature .miko-y-body > p {
    max-width: 88%;
    font-size: 12px !important;
}

body.home .miko-y-signature {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(18px,1fr) auto auto minmax(18px,1fr);
    align-items: center;
    gap: 7px;
    margin: auto 0 9px;
    color: #5c8ee3;
    opacity: .88;
}

body.home .miko-y-signature > span {
    height: 1px;
    background: linear-gradient(90deg,transparent,rgba(64,128,229,.48));
}

body.home .miko-y-signature > span:last-child {
    background: linear-gradient(90deg,rgba(64,128,229,.48),transparent);
}

body.home .miko-y-signature em {
    color: #617189;
    font-family: Georgia,"Times New Roman",serif;
    font-size: 9.5px;
    line-height: 1;
    font-weight: 600;
    font-style: italic;
    white-space: nowrap;
}

body.home .miko-y-signature b {
    color: #3b8ff1;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    animation: mikoYTwinkle 2.7s ease-in-out infinite;
}

body.home .miko-y-meta {
    position: relative;
    z-index: 2;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 9px !important;
    margin: 0 !important;
    color: #8c98aa !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 650 !important;
}

body.home .miko-y-meta span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

body.home .miko-y-meta svg {
    width: 12px !important;
    height: 12px !important;
    opacity: .82;
}

body.home .miko-y-trailer {
    position: relative;
    z-index: 2;
    align-self: flex-start;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    min-height: 29px;
    margin-top: 11px !important;
    padding: 6px 10px !important;
    border: 1px solid rgba(43,108,216,.10) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg,#edf4ff,#f7fbff) !important;
    color: #2c65c7 !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    box-shadow: 0 5px 14px rgba(33,89,177,.05) !important;
    transition: transform .22s ease,box-shadow .22s ease,background .22s ease !important;
}

body.home .miko-y-trailer:hover {
    transform: translateY(-1px);
    background: #eaf3ff !important;
    box-shadow: 0 8px 18px rgba(33,89,177,.10) !important;
}

body.home .miko-y-trailer svg {
    width: 13px !important;
    height: 13px !important;
}

body.home .miko-y-source-note {
    position: relative;
    z-index: 2;
    margin-top: 14px !important;
    color: #75859b !important;
    font-size: 10px !important;
    line-height: 1.45 !important;
    font-weight: 650 !important;
}

body.home .miko-y-source-dot {
    background: linear-gradient(135deg,#31cae8,#3b8cff) !important;
    box-shadow: 0 0 0 5px rgba(49,174,238,.09),0 0 15px rgba(49,174,238,.15) !important;
}

@keyframes mikoYTwinkle {
    0%,100% { transform: rotate(0deg) scale(.82); opacity: .48; }
    50% { transform: rotate(18deg) scale(1.16); opacity: 1; }
}

@media (max-width: 767px) {
    body.home .miko-y-title-wrap h2 {
        font-size: 25px !important;
        line-height: 1.12 !important;
    }

    body.home .miko-y-title-wrap p {
        font-size: 12px !important;
    }

    body.home .miko-y-focus-row {
        gap: 6px;
        margin-top: 8px;
    }

    body.home .miko-y-focus-row > span {
        min-height: 25px;
        padding: 5px 8px;
        font-size: 9px;
    }

    body.home .miko-y-body {
        min-height: 190px;
        padding: 14px !important;
    }

    body.home .miko-y-card.is-feature .miko-y-body h3,
    body.home .miko-y-body h3 {
        font-size: 15.5px !important;
        line-height: 1.4 !important;
    }

    body.home .miko-y-card.is-feature .miko-y-body > p,
    body.home .miko-y-body > p {
        max-width: 100%;
        font-size: 11px !important;
    }

    body.home .miko-y-signature {
        grid-template-columns: 14px auto auto 14px;
        gap: 5px;
    }

    body.home .miko-y-signature em {
        font-size: 8.5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home .miko-y-signature b,
    body.home .miko-y-card,
    body.home .miko-y-media img {
        animation: none !important;
        transition: none !important;
    }
}

/* MiKO Boys' Love — reader-first refinement */
body.home .miko-y-head {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 20px !important;
    padding: 20px 20px 6px !important;
}

body.home .miko-y-title-wrap {
    display: flex !important;
    align-items: flex-start !important;
    gap: 13px !important;
    min-width: 0;
}

body.home .miko-y-playmark {
    flex: 0 0 auto;
    width: 46px !important;
    height: 46px !important;
    border-radius: 14px !important;
    background: linear-gradient(145deg,#216bff,#21a7ff) !important;
    box-shadow: 0 10px 24px rgba(38,112,235,.22), inset 0 1px 0 rgba(255,255,255,.35) !important;
}

body.home .miko-y-playmark svg {
    width: 20px !important;
    height: 20px !important;
}

body.home .miko-y-focus-row {
    margin-top: 9px !important;
}

body.home .miko-y-focus-row > span {
    min-height: 28px !important;
    padding: 6px 10px !important;
    background: rgba(255,255,255,.92) !important;
    border-color: rgba(52,116,218,.12) !important;
    color: #536983 !important;
    box-shadow: 0 6px 18px rgba(41,87,156,.055) !important;
}

body.home .miko-y-filters {
    position: relative;
    z-index: 3;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 10px 20px 16px !important;
    padding: 8px !important;
    border: 1px solid rgba(55,111,205,.10);
    border-radius: 16px;
    background: rgba(255,255,255,.66);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.home .miko-y-filters button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: #60718a;
    font: inherit;
    font-size: 11px;
    line-height: 1;
    font-weight: 750;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body.home .miko-y-filters button:hover {
    color: #245fc1;
    background: #eef5ff;
    transform: translateY(-1px);
}

body.home .miko-y-filters button.is-active {
    color: #fff;
    border-color: rgba(30,98,224,.18);
    background: linear-gradient(135deg,#2569ec,#2f9dff);
    box-shadow: 0 7px 18px rgba(39,105,235,.19);
}

body.home .miko-y-grid {
    position: relative;
    z-index: 2;
    display: grid !important;
    grid-template-columns: minmax(0,1.22fr) minmax(0,1fr) minmax(0,1fr) !important;
    gap: 14px !important;
    align-items: stretch !important;
    padding: 0 20px !important;
}

body.home .miko-y-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-width: 0;
    border-radius: 22px !important;
}

body.home .miko-y-media {
    aspect-ratio: 16 / 9 !important;
    min-height: 0 !important;
    background: #dfeaf8;
}

body.home .miko-y-card.is-feature .miko-y-media {
    aspect-ratio: 16 / 8.6 !important;
}

body.home .miko-y-media img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
}

body.home .miko-y-body {
    flex: 1 1 auto !important;
    min-height: 255px !important;
    padding: 17px 17px 16px !important;
}

body.home .miko-y-card.is-feature .miko-y-body {
    padding: 18px 19px 17px !important;
}

body.home .miko-y-editorial {
    gap: 8px !important;
    margin-bottom: 10px !important;
}

body.home .miko-y-story-pill {
    min-height: 25px !important;
    padding: 6px 9px !important;
    font-size: 9px !important;
    letter-spacing: .065em !important;
}

body.home .miko-y-story-topic {
    min-height: 25px !important;
    color: #63748b !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
}

body.home .miko-y-body h3 {
    margin: 0 0 9px !important;
    padding-right: 20px !important;
    color: #1e2b42 !important;
    font-size: 17.5px !important;
    line-height: 1.42 !important;
    font-weight: 850 !important;
    letter-spacing: -.02em !important;
}

body.home .miko-y-card.is-feature .miko-y-body h3 {
    font-size: clamp(20px,1.45vw,24px) !important;
    line-height: 1.34 !important;
}

body.home .miko-y-body > p {
    margin: 0 0 12px !important;
    max-width: 100% !important;
    color: #65748a !important;
    font-size: 13.25px !important;
    line-height: 1.72 !important;
    font-weight: 520 !important;
}

body.home .miko-y-card.is-feature .miko-y-body > p {
    max-width: 94% !important;
    font-size: 13.5px !important;
    line-height: 1.74 !important;
}

body.home .miko-y-signature {
    margin: auto 0 11px !important;
    grid-template-columns: minmax(20px,1fr) auto 8px minmax(20px,1fr) !important;
    gap: 7px !important;
}

body.home .miko-y-signature em {
    color: #6a7890 !important;
    font-size: 9.5px !important;
    letter-spacing: .015em;
}

body.home .miko-y-signature-mark {
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #3a8df0;
    border-radius: 2px;
    transform: rotate(45deg);
    box-shadow: 0 0 0 3px rgba(58,141,240,.07),0 0 11px rgba(58,141,240,.18);
    animation: mikoYMarkPulse 2.8s ease-in-out infinite;
}

body.home .miko-y-meta {
    padding-top: 9px !important;
    border-top: 1px solid rgba(56,105,181,.08);
    color: #8b97a9 !important;
    font-size: 10.5px !important;
}

body.home .miko-y-actions {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

body.home .miko-y-read,
body.home .miko-y-trailer {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    min-height: 33px !important;
    margin: 0 !important;
    padding: 7px 11px !important;
    border-radius: 999px !important;
    font-size: 10.5px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    transition: transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease !important;
}

body.home .miko-y-read {
    border: 1px solid rgba(39,102,221,.22);
    background: linear-gradient(135deg,#2869e9,#2e96fa);
    color: #fff !important;
    box-shadow: 0 7px 17px rgba(38,105,230,.17);
}

body.home .miko-y-read:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg,#1f5ed8,#268cea);
    box-shadow: 0 10px 22px rgba(38,105,230,.23);
}

body.home .miko-y-read svg,
body.home .miko-y-trailer svg {
    width: 13px !important;
    height: 13px !important;
    flex: 0 0 auto;
}

body.home .miko-y-trailer {
    border: 1px solid rgba(43,108,216,.11) !important;
    background: #eef5ff !important;
    color: #2c65c7 !important;
    box-shadow: none !important;
}

body.home .miko-y-trailer:hover {
    transform: translateY(-1px);
    background: #e7f1ff !important;
    box-shadow: 0 7px 16px rgba(33,89,177,.08) !important;
}

body.home .miko-y-source-note {
    margin: 14px 20px 18px !important;
    padding-top: 11px;
    border-top: 1px solid rgba(55,109,198,.08);
    color: #78879b !important;
    font-size: 10.5px !important;
}

@keyframes mikoYMarkPulse {
    0%,100% { transform: rotate(45deg) scale(.82); opacity: .48; }
    50% { transform: rotate(45deg) scale(1.08); opacity: 1; }
}

@media (min-width: 768px) and (max-width: 1080px) {
    body.home .miko-y-grid {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }

    body.home .miko-y-card.is-feature {
        grid-column: 1 / -1;
    }

    body.home .miko-y-card.is-feature .miko-y-media {
        aspect-ratio: 16 / 7.2 !important;
    }
}

@media (max-width: 767px) {
    body.home .miko-y-head {
        display: block !important;
        padding: 16px 14px 4px !important;
    }

    body.home .miko-y-title-wrap {
        gap: 10px !important;
    }

    body.home .miko-y-playmark {
        width: 40px !important;
        height: 40px !important;
        border-radius: 12px !important;
    }

    body.home .miko-y-title-wrap h2 {
        font-size: 24px !important;
        line-height: 1.1 !important;
    }

    body.home .miko-y-title-wrap p {
        font-size: 12.5px !important;
        line-height: 1.6 !important;
    }

    body.home .miko-y-more {
        display: inline-flex !important;
        margin-top: 12px;
    }

    body.home .miko-y-filters {
        margin: 10px 14px 14px !important;
        padding: 7px !important;
        gap: 6px !important;
    }

    body.home .miko-y-filters button {
        min-height: 32px;
        padding: 7px 10px;
        font-size: 10px;
    }

    body.home .miko-y-grid {
        grid-template-columns: minmax(0,1fr) !important;
        gap: 12px !important;
        padding: 0 14px !important;
    }

    body.home .miko-y-card.is-feature .miko-y-media,
    body.home .miko-y-media {
        aspect-ratio: 16 / 9 !important;
    }

    body.home .miko-y-body,
    body.home .miko-y-card.is-feature .miko-y-body {
        min-height: 0 !important;
        padding: 15px !important;
    }

    body.home .miko-y-card.is-feature .miko-y-body h3,
    body.home .miko-y-body h3 {
        font-size: 16.5px !important;
        line-height: 1.44 !important;
    }

    body.home .miko-y-card.is-feature .miko-y-body > p,
    body.home .miko-y-body > p {
        max-width: 100% !important;
        font-size: 12.5px !important;
        line-height: 1.68 !important;
    }

    body.home .miko-y-signature {
        grid-template-columns: 12px auto 7px 12px !important;
    }

    body.home .miko-y-signature em {
        font-size: 8.5px !important;
    }

    body.home .miko-y-source-note {
        margin: 12px 14px 15px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home .miko-y-signature-mark,
    body.home .miko-y-card,
    body.home .miko-y-media img,
    body.home .miko-y-read,
    body.home .miko-y-trailer,
    body.home .miko-y-filters button {
        animation: none !important;
        transition: none !important;
    }
}

/* MiKO Boys' Love top category strip — final placement/polish */
body.home .miko-y-top-strip {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex: 1 1 auto;
    width: auto;
    max-width: calc(100% - 338px);
    min-width: 0;
    box-sizing: border-box;
    margin: 0 0 0 auto;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.home .miko-y-top-strip::before {
    display: none;
}

body.home .miko-y-strip-label {
    display: none;
}

body.home .miko-y-strip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg,#3779f4,#35b7ee);
    box-shadow: 0 5px 14px rgba(45,123,232,.22);
}

body.home .miko-y-strip-icon svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

body.home .miko-y-top-strip .miko-y-filters {
    position: relative;
    z-index: 2;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    width: auto;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body.home .miko-y-top-strip .miko-y-filters button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100%;
    min-height: 32px !important;
    padding: 6px 9px !important;
    margin: 0 !important;
    border: 1px solid rgba(54,111,206,.11) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.82) !important;
    color: #61728a !important;
    font-size: 9.8px !important;
    line-height: 1 !important;
    font-weight: 760 !important;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(37,81,147,.045) !important;
    transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease,color .22s ease,background .22s ease !important;
}

body.home .miko-y-top-strip .miko-y-filters button::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    background: rgba(78,163,255,.13);
    z-index: -1;
    transform: scale(.5);
    transition: transform .28s ease;
}

body.home .miko-y-top-strip .miko-y-filters button:hover {
    transform: translateY(-2px);
    border-color: rgba(49,115,224,.20) !important;
    background: #fff !important;
    color: #245ec0 !important;
    box-shadow: 0 9px 19px rgba(38,91,174,.10) !important;
}

body.home .miko-y-top-strip .miko-y-filters button:hover::after {
    transform: scale(1.8);
}

body.home .miko-y-top-strip .miko-y-filters button.is-active {
    border-color: rgba(34,100,224,.22) !important;
    background: linear-gradient(135deg,#2869eb 0%,#2f97fa 58%,#2bb8e8 100%) !important;
    color: #fff !important;
    box-shadow: 0 9px 20px rgba(38,105,231,.20), inset 0 1px 0 rgba(255,255,255,.28) !important;
    transform: translateY(-1px);
}

body.home .miko-y-filter-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    border-radius: 50%;
}

body.home .miko-y-filter-icon svg {
    width: 14px !important;
    height: 14px !important;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

body.home .miko-y-strip-decor,
body.home .miko-y-strip-decor span {
    position: absolute;
    pointer-events: none;
}

body.home .miko-y-strip-decor {
    inset: 0;
    overflow: hidden;
}

body.home .miko-y-bubble {
    border-radius: 50%;
    border: 1px solid rgba(58,139,236,.13);
    background: radial-gradient(circle at 35% 30%,rgba(255,255,255,.92),rgba(121,190,255,.06) 55%,transparent 70%);
    box-shadow: inset 0 0 12px rgba(83,161,239,.05);
    animation: mikoYBubbleFloat 5.8s ease-in-out infinite;
}

body.home .miko-y-bubble.bubble-a {
    width: 34px;
    height: 34px;
    right: 7.5%;
    top: -15px;
}

body.home .miko-y-bubble.bubble-b {
    width: 18px;
    height: 18px;
    right: 18%;
    bottom: -8px;
    animation-delay: 1.2s;
}

body.home .miko-y-spark {
    width: 7px;
    height: 7px;
    background: #78c6ff;
    border-radius: 2px;
    opacity: .42;
    transform: rotate(45deg);
    animation: mikoYSparkTwinkle 2.8s ease-in-out infinite;
}

body.home .miko-y-spark::before,
body.home .miko-y-spark::after {
    content: "";
    position: absolute;
    inset: 2px -4px;
    border-radius: 999px;
    background: rgba(105,189,255,.33);
}

body.home .miko-y-spark::after {
    inset: -4px 2px;
}

body.home .miko-y-spark.spark-a {
    right: 4.2%;
    top: 13px;
}

body.home .miko-y-spark.spark-b {
    left: 19%;
    bottom: 9px;
    width: 5px;
    height: 5px;
    opacity: .28;
    animation-delay: 1.4s;
}

body.home .miko-y-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 0;
    padding-top: 14px !important;
    flex-wrap: nowrap;
}
body.home .miko-y-top-strip .miko-y-more-inline {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 100%;
    min-width: 0 !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    font-size: 9.8px !important;
    white-space: nowrap;
}

@keyframes mikoYStripShine {
    0%,68% { transform: translateX(-120%); opacity: 0; }
    76% { opacity: .8; }
    88%,100% { transform: translateX(120%); opacity: 0; }
}

@keyframes mikoYBubbleFloat {
    0%,100% { transform: translate3d(0,0,0) scale(1); opacity: .38; }
    50% { transform: translate3d(0,-5px,0) scale(1.04); opacity: .72; }
}

@keyframes mikoYSparkTwinkle {
    0%,100% { transform: rotate(45deg) scale(.72); opacity: .24; }
    50% { transform: rotate(45deg) scale(1.15); opacity: .72; }
}

@media (max-width: 960px) {
    body.home .miko-y-top-strip {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 10px 14px;
    }

    body.home .miko-y-strip-label {
        justify-self: start;
    }

    body.home .miko-y-top-strip .miko-y-filters {
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        padding-bottom: 2px !important;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    body.home .miko-y-top-strip .miko-y-filters::-webkit-scrollbar {
        display: none;
    }

    body.home .miko-y-top-strip .miko-y-filters button {
        flex: 0 0 auto;
    }
}

@media (max-width: 520px) {
    body.home .miko-y-top-strip {
        padding: 9px 12px 10px;
    }

    body.home .miko-y-strip-label {
        min-height: 31px;
        font-size: 9.5px;
    }

    body.home .miko-y-strip-icon {
        width: 22px;
        height: 22px;
    }

    body.home .miko-y-top-strip .miko-y-filters button {
        min-height: 32px !important;
        padding: 7px 10px !important;
        font-size: 10px !important;
    }

    body.home .miko-y-bubble.bubble-a {
        right: 3%;
    }

    body.home .miko-y-spark.spark-b {
        left: 40%;
    }
}

/* Boys' Love header/menu alignment — mirror the compact Girls Love header treatment */
@media (min-width: 1181px) {
    body.home .miko-y-head {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 18px !important;
        flex-wrap: nowrap !important;
    }

    body.home .miko-y-title-wrap {
        flex: 1 1 420px !important;
        min-width: 320px !important;
        max-width: 500px !important;
    }

    body.home .miko-y-top-strip {
        display: block !important;
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: 780px !important;
        min-width: 0 !important;
        margin: 0 0 0 auto !important;
        padding: 0 !important;
        overflow: visible !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.home .miko-y-strip-label,
    body.home .miko-y-strip-decor {
        display: none !important;
    }

    body.home .miko-y-top-strip .miko-y-filters {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        flex-wrap: nowrap !important;
        gap: 6px !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
    }
}

@media (max-width: 1180px) and (min-width: 961px) {
    body.home .miko-y-head {
        display: block !important;
    }

    body.home .miko-y-title-wrap {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    body.home .miko-y-top-strip {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        margin: 12px 0 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    body.home .miko-y-strip-label,
    body.home .miko-y-strip-decor {
        display: none !important;
    }

    body.home .miko-y-top-strip .miko-y-filters {
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
        width: 100% !important;
        overflow: visible !important;
    }
}

@media (max-width: 960px) {
    body.home .miko-y-head {
        display: block !important;
    }

    body.home .miko-y-title-wrap {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    body.home .miko-y-top-strip {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        margin: 12px 0 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    body.home .miko-y-strip-label,
    body.home .miko-y-strip-decor {
        display: none !important;
    }

    body.home .miko-y-top-strip .miko-y-filters {
        display: flex !important;
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        gap: 6px !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 1px 1px 4px !important;
        scrollbar-width: none !important;
        -webkit-overflow-scrolling: touch;
    }

    body.home .miko-y-top-strip .miko-y-filters::-webkit-scrollbar {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home .miko-y-top-strip::before,
    body.home .miko-y-bubble,
    body.home .miko-y-spark {
        animation: none !important;
    }
}

/* Boys' Love compact header v4 — aligned to Girls Love visual rhythm */
body.home .miko-y-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
    flex-wrap:nowrap!important;
    margin-bottom:14px!important;
    padding:13px 14px!important;
    border:1px solid rgba(93,150,226,.18);
    border-radius:17px;
    background:
        radial-gradient(circle at 8% 0%,rgba(255,255,255,.98),transparent 28%),
        radial-gradient(circle at 88% 18%,rgba(81,172,255,.12),transparent 24%),
        linear-gradient(112deg,#fbfdff 0%,#f0f7ff 50%,#f7fbff 100%);
    box-shadow:0 10px 26px rgba(40,92,160,.08),inset 0 1px 0 rgba(255,255,255,.94);
    overflow:hidden;
}
body.home .miko-y-title-wrap{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    flex:1 1 390px!important;
    width:auto!important;
    min-width:300px!important;
    max-width:470px!important;
}
body.home .miko-y-title-wrap>div{min-width:0}
body.home .miko-y-playmark{
    width:42px!important;
    height:42px!important;
    flex:0 0 42px!important;
    border-radius:50%!important;
    color:#fff!important;
    background:linear-gradient(145deg,#63b9ff,#2f7af1 58%,#285dd7)!important;
    box-shadow:0 9px 22px rgba(47,122,241,.22),inset 0 1px 0 rgba(255,255,255,.58)!important;
}
body.home .miko-y-playmark svg{width:22px!important;height:22px!important}
body.home .miko-y-head h2{
    margin:0!important;
    color:#2b70dc!important;
    font-size:28px!important;
    line-height:1!important;
    font-weight:950!important;
    letter-spacing:-.035em!important;
    white-space:nowrap;
}
body.home .miko-y-head h2 em{
    display:inline-block;
    margin-left:8px!important;
    color:#4f91d8!important;
    font-size:16px!important;
    font-weight:500!important;
    font-style:italic!important;
    letter-spacing:.01em!important;
}
body.home .miko-y-head p{
    margin:7px 0 0!important;
    color:#667991!important;
    font-size:11.5px!important;
    line-height:1.4!important;
    font-weight:650!important;
}
body.home .miko-y-kicker,
body.home .miko-y-focus-row{display:none!important}
body.home .miko-y-top-strip{
    display:block!important;
    flex:0 1 auto!important;
    width:auto!important;
    max-width:720px!important;
    min-width:0!important;
    margin:0 0 0 auto!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
}
body.home .miko-y-strip-label,
body.home .miko-y-strip-decor{display:none!important}
body.home .miko-y-top-strip .miko-y-filters{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:nowrap!important;
    gap:6px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    white-space:nowrap!important;
}
body.home .miko-y-top-strip .miko-y-filters button{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    min-height:34px!important;
    height:34px!important;
    padding:0 11px!important;
    gap:5px!important;
    border-radius:999px!important;
    font-size:10px!important;
}
body.home .miko-y-top-strip .miko-y-more-inline{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    height:34px!important;
    min-height:34px!important;
    padding:0 12px!important;
    margin:0!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#377ff6,#2b70ee)!important;
    color:#fff!important;
    border-color:transparent!important;
    box-shadow:0 8px 18px rgba(43,112,238,.18)!important;
    font-size:10px!important;
}
body.home .miko-y-top-strip .miko-y-more-inline::after{display:none!important}

@media (max-width:1180px) and (min-width:961px){
    body.home .miko-y-head{
        display:block!important;
        padding:13px 14px!important;
    }
    body.home .miko-y-title-wrap{
        width:100%!important;
        max-width:none!important;
        min-width:0!important;
    }
    body.home .miko-y-top-strip{
        width:100%!important;
        max-width:none!important;
        margin:12px 0 0!important;
    }
    body.home .miko-y-top-strip .miko-y-filters{
        justify-content:flex-start!important;
        flex-wrap:wrap!important;
        overflow:visible!important;
    }
}
@media (max-width:960px){
    body.home .miko-y-head{
        display:block!important;
        padding:12px!important;
    }
    body.home .miko-y-title-wrap{
        width:100%!important;
        max-width:none!important;
        min-width:0!important;
    }
    body.home .miko-y-head h2{
        font-size:24px!important;
        white-space:normal;
    }
    body.home .miko-y-head h2 em{font-size:14px!important}
    body.home .miko-y-head p{font-size:10.5px!important}
    body.home .miko-y-top-strip{
        width:100%!important;
        max-width:none!important;
        margin:11px 0 0!important;
        overflow:hidden!important;
    }
    body.home .miko-y-top-strip .miko-y-filters{
        justify-content:flex-start!important;
        flex-wrap:nowrap!important;
        width:100%!important;
        max-width:100%!important;
        overflow-x:auto!important;
        overflow-y:hidden!important;
        padding:1px 1px 4px!important;
        scrollbar-width:none!important;
        -webkit-overflow-scrolling:touch;
    }
    body.home .miko-y-top-strip .miko-y-filters::-webkit-scrollbar{display:none!important}
}
@media (max-width:520px){
    body.home .miko-y-head{padding:11px!important;border-radius:15px}
    body.home .miko-y-playmark{width:38px!important;height:38px!important;flex-basis:38px!important}
    body.home .miko-y-playmark svg{width:20px!important;height:20px!important}
    body.home .miko-y-head h2{font-size:22px!important}
    body.home .miko-y-head h2 em{
        display:block;
        margin:4px 0 0!important;
        font-size:13px!important;
    }
    body.home .miko-y-top-strip .miko-y-filters button,
    body.home .miko-y-top-strip .miko-y-more-inline{
        min-height:34px!important;
        height:34px!important;
        padding-left:10px!important;
        padding-right:10px!important;
        font-size:9.8px!important;
    }
}

/* Boys' Love header v5 — structure mirrors Girls Love */
body.home .miko-y-head-gl-layout{
    position:relative;
    z-index:3;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:18px!important;
    flex-wrap:nowrap!important;
    margin:0 0 13px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
}
body.home .miko-y-heading{
    min-width:0;
    flex:1 1 auto;
}
body.home .miko-y-title-row{
    display:flex;
    align-items:center;
    gap:12px;
    min-width:0;
}
body.home .miko-y-title-row>div{min-width:0}
body.home .miko-y-head-gl-layout .miko-y-playmark{
    width:42px!important;
    height:42px!important;
    flex:0 0 42px!important;
    border-radius:50%!important;
    color:#fff!important;
    background:linear-gradient(145deg,#63b9ff,#2f7af1 64%,#245ccc)!important;
    box-shadow:0 9px 22px rgba(47,122,241,.24),inset 0 1px 0 rgba(255,255,255,.6)!important;
}
body.home .miko-y-head-gl-layout .miko-y-playmark svg{
    width:23px!important;
    height:23px!important;
}
body.home .miko-y-head-gl-layout h2{
    margin:0!important;
    color:#2f73df!important;
    font-size:28px!important;
    line-height:1!important;
    font-weight:950!important;
    letter-spacing:-.035em!important;
    white-space:nowrap;
}
body.home .miko-y-head-gl-layout h2 em{
    margin-left:8px!important;
    color:#5792d3!important;
    font-size:16px!important;
    font-weight:500!important;
    font-style:italic!important;
    letter-spacing:.01em!important;
}
body.home .miko-y-head-gl-layout p{
    margin:7px 0 0!important;
    color:#66738a!important;
    font-size:11.5px!important;
    font-weight:650!important;
    line-height:1.4!important;
}
body.home .miko-y-head-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    flex:0 1 auto;
    min-width:0;
    margin-left:auto;
}
body.home .miko-y-tabs{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:nowrap!important;
    gap:6px!important;
    min-width:0!important;
    width:auto!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    white-space:nowrap!important;
}
body.home .miko-y-tabs button{
    appearance:none!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    flex:0 0 auto!important;
    width:auto!important;
    min-width:70px!important;
    max-width:none!important;
    height:34px!important;
    min-height:34px!important;
    padding:0 12px!important;
    margin:0!important;
    border:1px solid rgba(157,187,224,.58)!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.9)!important;
    color:#596b82!important;
    font-size:10.5px!important;
    line-height:1!important;
    font-weight:850!important;
    box-shadow:0 5px 14px rgba(37,81,147,.045)!important;
    transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease!important;
}
body.home .miko-y-tabs button:hover{
    transform:translateY(-1px)!important;
    border-color:#9cbfea!important;
    color:#245fc1!important;
    box-shadow:0 7px 16px rgba(38,91,174,.09)!important;
}
body.home .miko-y-tabs button.is-active{
    color:#fff!important;
    border-color:transparent!important;
    background:linear-gradient(135deg,#3b82f6,#2b70ee)!important;
    box-shadow:0 8px 20px rgba(43,108,255,.22)!important;
}
body.home .miko-y-tabs .miko-y-filter-icon{
    width:14px!important;
    height:14px!important;
}
body.home .miko-y-tabs .miko-y-filter-icon svg{
    width:12px!important;
    height:12px!important;
}
body.home .miko-y-all{
    height:35px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:0 13px;
    flex:0 0 auto;
    border:0;
    border-radius:999px;
    background:linear-gradient(135deg,#3b82f6,#2b70ee);
    color:#fff!important;
    text-decoration:none!important;
    font-size:10.5px;
    font-weight:900;
    line-height:1;
    white-space:nowrap;
    box-shadow:0 8px 18px rgba(43,108,255,.20);
    transition:transform .2s ease,box-shadow .2s ease;
}
body.home .miko-y-all:hover{
    transform:translateY(-2px);
    box-shadow:0 11px 22px rgba(43,108,255,.28);
}
body.home .miko-y-all svg{
    width:14px;
    height:14px;
    stroke:currentColor;
    fill:none;
    stroke-width:2;
}

@media (max-width:1180px){
    body.home .miko-y-head-gl-layout{
        display:block!important;
    }
    body.home .miko-y-head-actions{
        margin:12px 0 0;
        justify-content:flex-start;
        width:100%;
        overflow:hidden;
    }
    body.home .miko-y-tabs{
        justify-content:flex-start!important;
        overflow-x:auto!important;
        overflow-y:hidden!important;
        max-width:100%!important;
        padding-bottom:3px!important;
        scrollbar-width:none!important;
        -webkit-overflow-scrolling:touch;
    }
    body.home .miko-y-tabs::-webkit-scrollbar{display:none!important}
}
@media (max-width:720px){
    body.home .miko-y-head-gl-layout{margin-bottom:12px!important}
    body.home .miko-y-title-row{gap:10px}
    body.home .miko-y-head-gl-layout .miko-y-playmark{
        width:40px!important;
        height:40px!important;
        flex-basis:40px!important;
    }
    body.home .miko-y-head-gl-layout h2{
        font-size:23px!important;
        white-space:normal;
    }
    body.home .miko-y-head-gl-layout h2 em{
        font-size:14px!important;
    }
    body.home .miko-y-head-gl-layout p{
        font-size:10.5px!important;
    }
    body.home .miko-y-head-actions{
        gap:8px;
        align-items:center;
    }
    body.home .miko-y-tabs button{
        min-width:auto!important;
        height:34px!important;
        min-height:34px!important;
        padding:0 11px!important;
        font-size:10px!important;
    }
    body.home .miko-y-all{
        height:34px;
        padding:0 11px;
        font-size:10px;
    }
}
@media (max-width:520px){
    body.home .miko-y-head-actions{
        display:flex;
        width:100%;
        overflow:hidden;
    }
    body.home .miko-y-tabs{
        flex:1 1 auto!important;
        min-width:0!important;
    }
    body.home .miko-y-all{
        flex:0 0 auto;
    }
    body.home .miko-y-head-gl-layout h2 em{
        display:block;
        margin:4px 0 0!important;
    }
}