/* Mixed homepage feed: shared cards for manga, events, and jobs. */

.homepage-feed-heading {
    width: min(1200px, calc(100% - 2rem));
    margin: 0 auto 14px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 113, 60, 0.22);
}

.homepage-feed-heading p {
    margin: 0;
    padding: 14px 0;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--orange);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .24rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.homepage-feed-heading .trending-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 75, 11, .35);
    border-radius: 50%;
    background: var(--orange-soft);
}

.homepage-feed-heading .trending-icon svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.homepage-activity {
    width: min(1200px, calc(100% - 2rem));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: auto;
    align-items: stretch;
    gap: 16px;
    overflow: visible;
    background: transparent;
}

/* Search action remains anchored at the lower-right edge of the composer. */
.homepage .search-composer {
    position: relative;
    min-height: 182px;
    border-radius: 11px !important;
    transform: translateY(-25px);
}

.homepage .homepage-live-feed {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 16px;
    left: auto;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 18px;
    gap: 10px;
    border: 1px solid rgba(0, 229, 126, .42);
    border-radius: 12px;
    background: rgba(0, 42, 27, .16);
    color: #28f19a;
    box-shadow: inset 0 0 18px rgba(0, 229, 126, .025), 0 0 20px rgba(0, 229, 126, .035);
    font-size: .85rem;
    font-weight: 900;
    letter-spacing: .14rem;
    line-height: 1;
    pointer-events: none;
}

.homepage .homepage-live-agent {
    position: absolute;
    z-index: 4;
    top: 12px;
    left: 16px;
    width: auto;
    height: 46px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    border: 0;
    background: transparent;
    color: #f5f5f3;
    cursor: pointer;
    will-change: opacity, text-shadow;
}

.homepage .homepage-agent-name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1;
    text-shadow: 0 0 16px rgba(255,255,255,.08);
}

.homepage .homepage-agent-version {
    min-height: 30px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    background: rgba(255,255,255,.025);
    color: #8f969e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .92rem;
    font-weight: 700;
    letter-spacing: .01em;
}

.homepage .homepage-live-agent:focus-visible {
    outline: 2px solid var(--orange, #ff4b0b);
    outline-offset: 2px;
}

.homepage .homepage-live-story {
    position: absolute;
    z-index: 1;
    inset: 76px 74px 12px 16px;
    display: block;
    padding: 10px 14px;
    overflow: hidden;
    border-top: 0;
    cursor: text;
    transition: opacity .18s ease, visibility .18s ease;
}

.homepage .search-composer::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 70px;
    right: 16px;
    left: 16px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    pointer-events: none;
}

.homepage .homepage-live-rotator {
    display: flex;
    min-height: 100%;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    font-family: "Courier New", Courier, monospace;
}

.homepage .homepage-rotator-line { margin: 0; overflow: hidden; }
.homepage .homepage-rotator-author {
    color: var(--orange, #ff4b0b);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .12em;
    line-height: 1.2;
}
.homepage .homepage-rotator-title {
    margin-top: 6px;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.15;
}
.homepage .homepage-feature-announcement {
    margin: 0;
    color: #d8dee3;
    font-size: 1rem;
    line-height: 1.55;
}

.homepage .homepage-feature-announcement strong {
    color: #fff;
    font-weight: 900;
}

.homepage .homepage-feature-announcement [data-feature-author] {
    color: var(--orange, #ff4b0b);
    font-weight: 900;
}

.homepage .homepage-feature-announcement [data-feature-chapter] {
    color: #aeb9c2;
}

.homepage .homepage-rotator-cta {
    align-self: flex-start;
    min-height: 22px;
    margin: 0 0 0 7px;
    padding: 4px 10px;
    border: 1px solid rgba(255, 75, 11, .55);
    border-radius: 5px;
    color: var(--orange, #ff4b0b);
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 1.2;
}

.homepage .homepage-rotator-cta:empty { display: none; }

.homepage .homepage-live-meta,
.homepage .homepage-live-copy {
    min-width: 0;
}

.homepage .homepage-live-meta {
    display: grid;
    gap: 7px;
    color: #9ca8b2;
    font-size: .7rem;
    line-height: 1.3;
}

.homepage .homepage-live-copy p,
.homepage .homepage-live-copy h2 {
    margin: 0;
}

.homepage .homepage-live-copy > p:first-child {
    margin-bottom: 4px;
    color: var(--orange, #ff4b0b);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.homepage .homepage-live-copy h2 {
    overflow: hidden;
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.homepage .homepage-live-copy > p:last-child {
    display: -webkit-box;
    margin-top: 6px;
    overflow: hidden;
    color: #c5ced5;
    font-size: .76rem;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.homepage .search-composer textarea {
    position: relative;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
}

.homepage .search-composer.is-searching .homepage-live-story {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.homepage .search-composer.is-searching textarea {
    opacity: 1;
    pointer-events: auto;
}

.homepage .homepage-live-feed > span {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #39d978;
    box-shadow: 0 0 0 3px rgba(57, 217, 120, .12), 0 0 12px rgba(57, 217, 120, .7);
    animation: homepage-live-dot 1.8s ease-in-out infinite;
}

@keyframes homepage-live-dot {
    0%, 100% { opacity: .6; transform: scale(.82); }
    50% { opacity: 1; transform: scale(1); }
}

.homepage .search-composer::before {
    content: none !important;
    display: none !important;
}

.homepage .search-composer input,
.homepage .search-composer textarea {
    padding-right: 76px;
}

.homepage .search-composer textarea {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    height: 100%;
    min-height: 76px;
    border-radius: 11px !important;
    padding-top: 38px;
    padding-left: 16px;
    padding-bottom: 8px;
    border: 0;
    outline: 0;
    resize: none;
    overflow-y: auto;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 0.95rem;
    line-height: 1.45;
}

.homepage .search-composer textarea::placeholder {
    color: #9da3a8;
    opacity: 1;
    font-family: "Courier New", Courier, monospace;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.homepage .composer-controls {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: auto;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 7px;
    z-index: 5;
}

.homepage .composer-submit {
    width: 34px;
    height: 34px;
    font-size: 1rem;
}

.homepage .composer-ai {
    width: 43px;
    height: 43px;
    padding: 0;
    display: grid;
    place-items: center;
    border: none;
    border-radius: 50%;
    background: var(--orange-soft);
    color: var(--orange);
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .04em;
    cursor: pointer;
    animation: homepage-ai-pulse 2.4s ease-in-out infinite !important;
    will-change: transform, box-shadow;
}

.homepage .composer-ai:hover,
.homepage .composer-ai:focus-visible {
    border-color: var(--orange);
    background: rgba(255, 75, 11, .2);
}

@keyframes homepage-ai-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(255, 75, 11, 0);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(255, 75, 11, .1);
        transform: scale(1.04);
    }
}

.homepage .composer-submit {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #ff713c;
    border-radius: 50%;
    background: #ff4b0b;
    color: #fff;
    box-shadow: 0 8px 22px rgba(255, 75, 11, 0.24);
}

.homepage .composer-submit:hover,
.homepage .composer-submit:focus-visible {
    border-color: #ff8b61;
    background: #ff6229;
}

/* Homepage header controls: transparent circles with centered white SVGs. */
.homepage .site-nav-actions summary,
.homepage .site-login-button {
    box-sizing: border-box;
    border-color: rgba(255, 75, 11, .35) !important;
    background: var(--orange-soft) !important;
    background-image: none !important;
}

.homepage .site-login-button {
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
}

.homepage .site-login-button::before {
    position: absolute !important;
    inset: 50% auto auto 50% !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    transform-origin: center !important;
}

.homepage .site-nav-menu > summary > span {
    margin: 0 !important;
    transform: none !important;
}

.homepage-activity .activity-card,
.homepage-activity .activity-card:nth-child(n) {
    min-width: 0;
    min-height: 175px;
    position: relative;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    grid-column: auto;
    grid-row: auto;
    align-items: stretch;
    gap: 14px;
    padding: 19px;
    overflow: hidden;
    border: 1px solid #2b333b;
    border-radius: 17px;
    background: #0b0e11;
    isolation: isolate;
    color: inherit;
    text-decoration: none;
}

.homepage-activity .activity-card::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 0;
    background: radial-gradient(circle at 100% 0, rgba(255, 75, 11, 0.07), transparent 48%);
    pointer-events: none;
}

.homepage-activity .activity-card:hover,
.homepage-activity .activity-card:focus-visible {
    border-color: rgba(255, 92, 37, 0.7);
    transform: translateY(-2px);
}

.homepage-activity .activity-card:focus-visible {
    outline: 2px solid rgba(255, 92, 37, .85);
    outline-offset: 3px;
}

.homepage-activity .activity-visual {
    width: 84px;
    height: 100%;
    min-height: 128px;
    align-self: stretch;
    position: static;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 14px;
    background: rgba(255, 75, 11, 0.14);
}

.homepage-activity .activity-visual::after {
    content: none;
}

.homepage-activity .activity-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.homepage-activity .activity-visual .activity-icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.homepage-activity .activity-copy {
    min-width: 0;
    position: static;
    display: block;
    padding: 0;
    pointer-events: auto;
}

.homepage-activity .activity-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 7px;
}

.homepage-activity .activity-tags span,
.homepage-activity .activity-tags span:nth-child(n) {
    display: inline-flex;
    padding: 3px 7px;
    border: 1px solid rgba(255, 102, 48, 0.24);
    border-radius: 999px;
    background: rgba(255, 75, 11, 0.08);
    color: #ff713c;
    font-size: 0.57rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.homepage-activity .activity-card h2,
.homepage-activity .activity-card:nth-child(1) h2 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #fff;
    font-size: 1rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 2.3em;
}

/* Category title colors help readers distinguish content at a glance. */
.homepage-activity .activity-card--manga h2 {
    color: #ff713c;
}

.homepage-activity .activity-card--event h2 {
    color: #45d6e8;
}

.homepage-activity .activity-card--job h2 {
    color: #f2c14e;
}

/* Keep both metadata badges synchronized with their category title color. */
.homepage-activity .activity-card--manga .activity-tags span {
    border-color: rgba(255, 113, 60, 0.42);
    background: rgba(255, 113, 60, 0.11);
    color: #ff713c;
}

.homepage-activity .activity-card--event .activity-tags span {
    border-color: rgba(69, 214, 232, 0.42);
    background: rgba(69, 214, 232, 0.10);
    color: #45d6e8;
}

.homepage-activity .activity-card--job .activity-tags span {
    border-color: rgba(242, 193, 78, 0.42);
    background: rgba(242, 193, 78, 0.10);
    color: #f2c14e;
}

.homepage-activity .activity-card:hover h2,
.homepage-activity .activity-card:focus-visible h2 {
    color: #fff;
}

.homepage-activity .activity-creator {
    display: -webkit-box;
    margin: 5px 0 0;
    overflow: hidden;
    color: #b9c4ce;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.homepage-activity .activity-logline {
    display: -webkit-box;
    margin: 7px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #90a3b4;
    font-size: 0.7rem;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 2.7em;
}

/* Laptop feed width requested by the project. */
@media (min-width: 761px) and (max-width: 1440px) {
    .homepage-feed-heading,
    .homepage-activity {
        width: min(1024px, calc(100% - 2rem));
    }
}

@media (max-width: 1000px) {
    .homepage-activity {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .homepage-feed-heading {
        width: calc(100% - 1rem);
        margin-bottom: 10px;
        padding-top: 16px;
    }

    .homepage .search-composer {
        min-height: 166px;
        border-radius: 11px !important;
        transform: translateY(-22px);
    }

    .homepage .homepage-live-feed {
        top: 12px;
        right: 14px;
        left: auto;
        min-height: 34px;
        padding: 0 11px;
        gap: 7px;
        border-radius: 9px;
        font-size: .62rem;
    }

    .homepage .homepage-live-agent {
        top: 10px;
        left: 14px;
        width: auto;
        height: 38px;
        gap: 7px;
    }

    .homepage .homepage-agent-name {
        font-size: 1.18rem;
    }

    .homepage .homepage-agent-version {
        min-height: 24px;
        padding: 0 7px;
        border-radius: 7px;
        font-size: .62rem;
    }

    .homepage .homepage-live-story {
        inset: 62px 62px 9px 14px;
        padding: 8px 6px;
    }

    .homepage .search-composer::after {
        top: 55px;
        right: 14px;
        left: 14px;
    }

    .homepage .homepage-rotator-title { font-size: .86rem; }
    .homepage .homepage-rotator-author { font-size: .68rem; }
    .homepage .homepage-feature-announcement { font-size: .86rem; line-height: 1.5; }

    .homepage .homepage-rotator-cta {
        min-height: 20px;
        margin-left: 5px;
        padding: 3px 8px;
        font-size: .56rem;
    }

    .homepage .homepage-live-meta {
        display: flex;
        gap: 10px;
        font-size: .6rem;
    }

    .homepage .homepage-live-copy h2 {
        font-size: .9rem;
    }

    .homepage .homepage-live-copy > p:last-child {
        font-size: .68rem;
        -webkit-line-clamp: 1;
    }

    .homepage .search-composer textarea {
        min-height: 116px;
        padding-top: 34px;
        padding-left: 14px;
        padding-bottom: 7px;
        font-size: 0.82rem;
        line-height: 1.4;
    }

    .homepage .brand small {
        display: block !important;
        visibility: visible;
        opacity: 1;
        white-space: nowrap;
    }

    .homepage .composer-controls {
        right: 10px;
        bottom: 10px;
        gap: 6px;
    }

    .homepage .composer-ai {
        width: 43px;
        height: 43px;
        font-size: .62rem;
    }

    .homepage .composer-submit { width: 34px; height: 34px; }

    .homepage-activity {
        width: calc(100% - 1rem);
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .homepage-activity .activity-card,
    .homepage-activity .activity-card:nth-child(n) {
        min-height: 155px;
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 12px;
        padding: 16px;
        border-radius: 14px;
    }

    .homepage-activity .activity-visual {
        width: 70px;
        height: 100%;
        min-height: 112px;
        border-radius: 12px;
    }

    .homepage-activity .activity-card h2,
    .homepage-activity .activity-card:nth-child(1) h2 {
        font-size: 0.94rem;
    }

    .homepage-activity .activity-logline {
        -webkit-line-clamp: 1;
    }
}

@media (max-width: 390px) {
    .homepage .search-composer {
        min-height: 156px;
        border-radius: 11px !important;
        transform: translateY(-22px);
    }
}

/* BAS-22 console search — 2026-08-09 */
.homepage .search-composer.bas22-console {
    width: min(1200px, calc(100% - 2rem));
    min-height: 430px;
    margin-inline: auto;
    padding: 26px 38px 30px;
    display: flex;
    flex-direction: column;
    border: 2px solid rgba(255, 75, 11, .34);
    border-radius: 28px !important;
    background:
        radial-gradient(circle at 100% 0, rgba(255,75,11,.12), transparent 34%),
        linear-gradient(135deg, #0c1014 0%, #080b0e 58%, #0b0909 100%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), 0 24px 60px rgba(0,0,0,.3);
    transform: translateY(-25px);
    overflow: hidden;
    font-family: "Courier New", Courier, monospace;
}

.homepage .search-composer.bas22-console::after { content: none !important; }

.homepage .bas22-console-header {
    min-height: 104px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.homepage .bas22-console .homepage-live-agent {
    position: static;
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: #f6f7f8;
}

.homepage .bas22-console .homepage-live-agent img {
    position: static;
    width: 78px;
    height: 78px;
    flex: 0 0 78px;
    object-fit: cover;
    border: 2px solid #ff4b0b;
    border-radius: 50%;
    box-shadow: 0 0 18px rgba(255,75,11,.12);
}

.homepage .bas22-console .homepage-agent-name {
    font-size: 1.75rem;
    font-weight: 900;
    letter-spacing: .045em;
    white-space: nowrap;
}

.homepage .bas22-console .homepage-agent-version {
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    background: rgba(255,255,255,.025);
    color: #9da4ac;
    font-size: .9rem;
    white-space: nowrap;
}

.homepage .bas22-console .homepage-live-feed {
    position: static;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(0,229,126,.42);
    border-radius: 11px;
    background: rgba(0,42,27,.14);
    color: #2df3a0;
    font-size: .85rem;
    letter-spacing: .13em;
    pointer-events: none;
}

.homepage .bas22-console .homepage-live-feed > span {
    width: 10px;
    height: 10px;
    flex-basis: 10px;
    background: #20e893;
}

.homepage .bas22-news {
    flex: 1;
    padding: 45px 4px 28px;
    display: grid;
    grid-template-columns: 124px 24px minmax(0,1fr);
    align-items: start;
    gap: 10px;
}

.homepage .bas22-clock,
.homepage .bas22-prompt {
    padding-top: 3px;
    color: #7e8790;
    font-size: 1rem;
    line-height: 1.6;
}

.homepage .bas22-prompt { color: #7d858c; font-weight: 900; }
.homepage .bas22-news-copy p,
.homepage .bas22-news-copy h2 { margin: 0; }
.homepage .bas22-news-copy > p:first-child,
.homepage .bas22-news-copy h2 {
    color: #f2f4f5;
    font-size: clamp(1rem, 1.8vw, 1.35rem);
    font-weight: 400;
    line-height: 1.55;
}
.homepage .bas22-news-label { color: #fff; }
.homepage .bas22-news-copy > p:first-child strong { color: #ff4b0b; }
.homepage .bas22-news-copy h2 a { color: #fff; font-weight: 900; text-decoration: none; }
.homepage .bas22-news-copy h2 a:hover { color: #ff713c; }
.homepage .bas22-news-copy h2 span { color: #aeb7c0; font-weight: 400; }
.homepage .bas22-summary {
    max-width: 920px;
    margin-top: 18px !important;
    color: #9da8b2;
    font-size: .98rem;
    line-height: 1.65;
}
.homepage .bas22-summary b { color: #8ea5ba; font-weight: 700; }

.homepage .bas22-channels {
    padding: 0 0 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.homepage .bas22-channels a {
    min-height: 44px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 9px;
    color: #aeb6bf;
    font-size: .9rem;
    text-decoration: none;
}
.homepage .bas22-channels a:hover,
.homepage .bas22-channels a.is-active {
    border-color: rgba(255,75,11,.62);
    color: #ff713c;
}
.homepage .bas22-channels a.is-active span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff4b0b;
}

.homepage .bas22-query {
    min-height: 74px;
    margin-top: 18px;
    padding: 10px 10px 10px 24px;
    display: grid;
    grid-template-columns: 24px minmax(0,1fr) 56px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255,75,11,.62);
    border-radius: 12px;
    background: rgba(5,7,9,.52);
}
.homepage .bas22-query > span { color: #ff4b0b; font-size: 1.55rem; font-weight: 900; }
.homepage .bas22-query textarea,
.homepage .search-composer.bas22-console textarea {
    position: static;
    width: 100%;
    height: 42px;
    min-height: 42px;
    max-height: 96px;
    padding: 10px 0;
    overflow-y: auto;
    border: 0;
    border-radius: 0 !important;
    background: transparent;
    color: #f5f6f7;
    opacity: 1;
    pointer-events: auto;
    font-family: "Courier New", Courier, monospace;
    font-size: .98rem;
    line-height: 1.4;
}
.homepage .bas22-query textarea::placeholder { color: #87919b; font-family: inherit; }
.homepage .bas22-query .composer-controls { position: static; width: auto; display: block; }
.homepage .bas22-query .composer-submit {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.65rem;
}

@media (max-width: 700px) {
    .homepage .search-composer.bas22-console {
        width: calc(100% - 1rem);
        min-height: 500px;
        padding: 18px 16px 20px;
        border-radius: 20px !important;
        transform: translateY(-22px);
    }
    .homepage .bas22-console-header { min-height: 78px; gap: 10px; }
    .homepage .bas22-console .homepage-live-agent { gap: 9px; }
    .homepage .bas22-console .homepage-live-agent img { width: 52px; height: 52px; flex-basis: 52px; }
    .homepage .bas22-console .homepage-agent-name { font-size: 1.05rem; }
    .homepage .bas22-console .homepage-agent-version { min-height: 25px; padding: 0 7px; font-size: .62rem; }
    .homepage .bas22-console .homepage-live-feed { min-height: 34px; padding: 0 10px; font-size: .62rem; }
    .homepage .bas22-news { padding: 30px 2px 22px; grid-template-columns: auto 15px minmax(0,1fr); gap: 7px; }
    .homepage .bas22-clock,.homepage .bas22-prompt { font-size: .68rem; }
    .homepage .bas22-news-copy > p:first-child,.homepage .bas22-news-copy h2 { font-size: .82rem; line-height: 1.55; }
    .homepage .bas22-summary { margin-top: 12px !important; font-size: .72rem; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
    .homepage .bas22-channels { gap: 8px; overflow-x: auto; }
    .homepage .bas22-channels a { min-height: 38px; padding: 0 14px; font-size: .72rem; }
    .homepage .bas22-query { min-height: 62px; padding: 7px 7px 7px 14px; grid-template-columns: 18px minmax(0,1fr) 44px; gap: 7px; }
    .homepage .bas22-query > span { font-size: 1.15rem; }
    .homepage .bas22-query textarea,.homepage .search-composer.bas22-console textarea { height: 38px; min-height: 38px; padding: 9px 0; font-size: .76rem; }
    .homepage .bas22-query .composer-submit { width: 42px; height: 42px; font-size: 1.2rem; }
}

@media (max-width: 390px) {
    .homepage .search-composer.bas22-console { min-height: 480px; }
    .homepage .bas22-console .homepage-agent-name { font-size: .92rem; }
    .homepage .bas22-console .homepage-agent-version { font-size: .56rem; }
}

/* Restore the earlier compact composer footprint. */
.homepage .search-composer.bas22-console {
    width: min(780px, calc(100% - 2rem));
    min-height: 250px;
    padding: 14px 18px 16px;
    border-radius: 18px !important;
}
.homepage .bas22-console-header { min-height: 58px; }
.homepage .bas22-console .homepage-live-agent { gap: 11px; }
.homepage .bas22-console .homepage-live-agent img { width: 46px; height: 46px; flex-basis: 46px; }
.homepage .bas22-console .homepage-agent-name { font-size: 1.2rem; }
.homepage .bas22-console .homepage-agent-version { min-height: 25px; padding: 0 8px; font-size: .68rem; }
.homepage .bas22-console .homepage-live-feed { min-height: 34px; padding: 0 11px; font-size: .65rem; }
.homepage .bas22-news {
    flex: 0 0 auto;
    min-height: 68px;
    padding: 16px 2px 12px;
    grid-template-columns: 72px 16px minmax(0,1fr);
    gap: 7px;
}
.homepage .bas22-clock,.homepage .bas22-prompt { font-size: .7rem; }
.homepage .bas22-news-copy > p:first-child,.homepage .bas22-news-copy h2 { font-size: .82rem; line-height: 1.45; }
.homepage .bas22-channels { padding-bottom: 10px; gap: 8px; }
.homepage .bas22-channels a { min-height: 30px; padding: 0 13px; border-radius: 7px; font-size: .68rem; }
.homepage .bas22-query {
    min-height: 48px;
    margin-top: 10px;
    padding: 4px 5px 4px 13px;
    grid-template-columns: 17px minmax(0,1fr) 38px;
    border-radius: 9px;
}
.homepage .bas22-query > span { font-size: 1rem; }
.homepage .bas22-query textarea,.homepage .search-composer.bas22-console textarea {
    height: 34px;
    min-height: 34px;
    padding: 7px 0;
    font-size: .73rem;
}
.homepage .bas22-query .composer-submit { width: 36px; height: 36px; font-size: 1rem; }

@media (max-width: 700px) {
    .homepage .search-composer.bas22-console {
        width: calc(100% - 1rem);
        min-height: 300px;
        padding: 12px 12px 14px;
        border-radius: 16px !important;
    }
    .homepage .bas22-console-header { min-height: 54px; }
    .homepage .bas22-console .homepage-live-agent img { width: 42px; height: 42px; flex-basis: 42px; }
    .homepage .bas22-console .homepage-agent-name { font-size: .92rem; }
    .homepage .bas22-console .homepage-agent-version { min-height: 23px; font-size: .55rem; }
    .homepage .bas22-console .homepage-live-feed { min-height: 30px; padding: 0 8px; font-size: .56rem; }
    .homepage .bas22-news { min-height: 112px; padding: 18px 0 12px; grid-template-columns: 54px 12px minmax(0,1fr); }
    .homepage .bas22-clock,.homepage .bas22-prompt { font-size: .57rem; }
    .homepage .bas22-news-copy > p:first-child,.homepage .bas22-news-copy h2 { font-size: .72rem; }
    .homepage .bas22-channels { overflow: visible; }
    .homepage .bas22-channels a { min-height: 29px; padding: 0 10px; font-size: .61rem; }
    .homepage .bas22-query { min-height: 46px; grid-template-columns: 15px minmax(0,1fr) 36px; }
    .homepage .bas22-query textarea,.homepage .search-composer.bas22-console textarea { font-size: .67rem; }
    .homepage .bas22-query .composer-submit { width: 34px; height: 34px; }
}

@media (max-width: 390px) {
    .homepage .search-composer.bas22-console { min-height: 300px; }
}

/* Unified animated text layer and search textarea. */
.homepage .search-composer.bas22-console {
    min-height: 182px;
    padding: 10px 14px 12px;
    border-radius: 14px !important;
}
.homepage .bas22-console-header { min-height: 46px; }
.homepage .bas22-console .homepage-live-agent { gap: 8px; }
.homepage .bas22-console .homepage-live-agent img { width: 34px; height: 34px; flex-basis: 34px; }
.homepage .bas22-console .homepage-agent-name { font-size: .92rem; }
.homepage .bas22-console .homepage-agent-version {
    min-height: 22px;
    padding: 0 7px;
    border-radius: 6px;
    font-size: .56rem;
}
.homepage .bas22-console .homepage-live-feed {
    min-height: 28px;
    padding: 0 9px;
    border-radius: 7px;
    font-size: .55rem;
}
.homepage .bas22-console .homepage-live-feed > span { width: 7px; height: 7px; flex-basis: 7px; }
.homepage .bas22-news {
    position: relative;
    flex: 1;
    min-height: 106px;
    padding: 18px 2px 5px;
    grid-template-columns: 64px 12px minmax(0,1fr);
    grid-template-rows: minmax(0,1fr);
    align-items: start;
    gap: 6px;
}
.homepage .bas22-clock,.homepage .bas22-prompt { padding-top: 2px; font-size: .6rem; }
.homepage .bas22-news-copy {
    grid-column: 3;
    grid-row: 1;
    min-width: 0;
    padding-right: 44px;
    cursor: text;
    transition: opacity .16s ease, visibility .16s ease;
}
.homepage .bas22-news-copy > p:first-child,.homepage .bas22-news-copy h2 {
    font-size: .72rem;
    line-height: 1.45;
}
.homepage .bas22-news-copy h2 [data-news-title] { color: #fff; font-weight: 900; }
.homepage .bas22-news > textarea,
.homepage .search-composer.bas22-console .bas22-news > textarea {
    position: relative;
    z-index: 2;
    grid-column: 3;
    grid-row: 1;
    width: 100%;
    height: 64px;
    min-height: 64px;
    max-height: 78px;
    padding: 2px 44px 2px 0;
    overflow-y: auto;
    border: 0;
    border-radius: 0 !important;
    outline: 0;
    resize: none;
    background: transparent;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    font-family: "Courier New", Courier, monospace;
    font-size: .72rem;
    line-height: 1.45;
}
.homepage .bas22-news > .composer-controls {
    position: absolute;
    z-index: 4;
    right: 2px;
    bottom: 8px;
    display: block;
}
.homepage .bas22-news .composer-submit { width: 34px; height: 34px; font-size: 1rem; }
.homepage .bas22-news.is-searching .bas22-news-copy { opacity: 0; visibility: hidden; pointer-events: none; }
.homepage .bas22-news.is-searching > textarea { opacity: 1; pointer-events: auto; }

@media (max-width: 700px) {
    .homepage .search-composer.bas22-console { min-height: 210px; padding: 9px 10px 10px; }
    .homepage .bas22-console-header { min-height: 43px; }
    .homepage .bas22-console .homepage-live-agent img { width: 30px; height: 30px; flex-basis: 30px; }
    .homepage .bas22-console .homepage-agent-name { font-size: .78rem; }
    .homepage .bas22-console .homepage-agent-version { min-height: 20px; padding: 0 5px; font-size: .5rem; }
    .homepage .bas22-console .homepage-live-feed { min-height: 25px; padding: 0 7px; font-size: .5rem; }
    .homepage .bas22-news { min-height: 145px; padding-top: 18px; grid-template-columns: 44px 10px minmax(0,1fr); }
    .homepage .bas22-clock,.homepage .bas22-prompt { font-size: .49rem; }
    .homepage .bas22-news-copy { padding-right: 38px; }
    .homepage .bas22-news-copy > p:first-child,.homepage .bas22-news-copy h2 { font-size: .64rem; }
    .homepage .bas22-news > textarea,.homepage .search-composer.bas22-console .bas22-news > textarea { height: 88px; min-height: 88px; max-height: 100px; padding-right: 38px; font-size: .67rem; }
    .homepage .bas22-news .composer-submit { width: 32px; height: 32px; }
}

@media (max-width: 390px) {
    .homepage .search-composer.bas22-console { min-height: 210px; }
}

/* BAS-22 manga feed hierarchy. */
.homepage .bas22-news {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    row-gap: 9px;
}
.homepage .bas22-feed-stamp {
    grid-column: 1;
    grid-row: 1;
    color: #89929d;
    font-family: "Courier New", Courier, monospace;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .04em;
}
.homepage .bas22-news-copy,
.homepage .bas22-news > textarea,
.homepage .search-composer.bas22-console .bas22-news > textarea {
    grid-column: 1;
    grid-row: 2;
}
.homepage .bas22-news-copy > p:first-child,
.homepage .bas22-news-copy h2 {
    display: inline;
    margin: 0;
    font-size: .92rem;
    line-height: 1.55;
}
.homepage .bas22-news-label,
.homepage .bas22-news-copy [data-news-author] {
    color: var(--orange, #ff4b0b);
}
.homepage .bas22-news-label { font-weight: 900; }
.homepage .bas22-news-copy [data-news-lead],
.homepage .bas22-news-copy [data-news-chapter] { color: #b7bec8; }

@media (max-width: 700px) {
    .homepage .bas22-feed-stamp { font-size: .54rem; }
    .homepage .bas22-news-copy > p:first-child,
    .homepage .bas22-news-copy h2 { font-size: .92rem; }
}

/* Dot-only online status and compact mobile manga report. */
.homepage .bas22-console .homepage-live-feed {
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.homepage .bas22-console .homepage-live-feed > span {
    width: 9px;
    height: 9px;
    flex-basis: 9px;
}

@media (max-width: 700px) {
    .homepage .bas22-news-copy > p:first-child,
    .homepage .bas22-news-copy h2 {
        font-size: .72rem;
        line-height: 1.5;
    }
    .homepage .bas22-feed-stamp { font-size: .5rem; }
}

/* Restore the compact mobile search-console footprint. */
@media (max-width: 700px) {
    .homepage .search-composer.bas22-console {
        min-height: 170px;
        padding: 8px 10px 9px;
    }
    .homepage .bas22-news {
        min-height: 105px;
        padding-top: 12px;
        row-gap: 6px;
    }
    .homepage .bas22-news > textarea,
    .homepage .search-composer.bas22-console .bas22-news > textarea {
        height: 62px;
        min-height: 62px;
        max-height: 68px;
    }
    .homepage .bas22-news > .composer-controls { bottom: 5px; }
}

@media (max-width: 390px) {
    .homepage .search-composer.bas22-console { min-height: 170px; }
}

/* Emphasize the featured chapter publication timestamp on every device. */
.homepage .bas22-feed-stamp {
    font-size: .78rem;
    line-height: 1.35;
}

@media (max-width: 700px) {
    .homepage .bas22-feed-stamp { font-size: .66rem; }
}

/* Wide BAS-22 feed aligned with Trending cards. */
.homepage .search-composer.bas22-console {
    width: min(780px, calc(100% - 2rem));
    margin-left: auto;
    margin-right: auto;
}
.homepage .bas22-news {
    grid-template-rows: minmax(0, 1fr);
    row-gap: 0;
}
.homepage .bas22-news-copy,
.homepage .bas22-news > textarea,
.homepage .search-composer.bas22-console .bas22-news > textarea {
    grid-row: 1;
}
.homepage .bas22-news-copy,
.homepage .bas22-news > textarea,
.homepage .search-composer.bas22-console .bas22-news > textarea {
    font-family: Arial, Helvetica, sans-serif;
}
.homepage .bas22-news-label {
    color: #fff;
    font-weight: 800;
}
.homepage .bas22-feed-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: #218cff;
    box-shadow: 0 0 7px rgba(33,140,255,.95), 0 0 15px rgba(33,140,255,.58);
    animation: bas22-manga-pulse 1.8s ease-in-out infinite;
}
.homepage .bas22-news-label img {
    width: 13px;
    height: 13px;
    margin-right: 2px;
    vertical-align: -2px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
@keyframes bas22-manga-pulse {
    0%,100% { transform: scale(.94); box-shadow: 0 0 6px rgba(33,140,255,.8), 0 0 12px rgba(33,140,255,.42); }
    50% { transform: scale(1.04); box-shadow: 0 0 9px rgba(63,166,255,1), 0 0 20px rgba(33,140,255,.68); }
}

@media (max-width: 700px) {
    .homepage .search-composer.bas22-console { width: calc(100% - .65rem); }
    .homepage .bas22-feed-dot { width: 7px; height: 7px; margin-right: 6px; }
    .homepage .bas22-news-label img { width: 11px; height: 11px; }
}

@media (prefers-reduced-motion: reduce) {
    .homepage .bas22-feed-dot { animation: none; }
}

/* BAS-22 feed label spacing and borderless console. */
.homepage .search-composer.bas22-console,
.homepage .search-composer.bas22-console:focus-within {
    border: 0 !important;
    box-shadow: none !important;
}
.homepage .bas22-news-copy {
    padding: 8px 48px 8px 12px;
}
.homepage .bas22-feed-dot {
    margin-right: 11px;
    animation: none;
}
.homepage .bas22-feed-separator {
    color: #7f8994;
    white-space: pre;
}

@media (max-width: 700px) {
    .homepage .bas22-news-copy {
        padding: 7px 40px 7px 9px;
    }
    .homepage .bas22-news-copy > p:first-child,
    .homepage .bas22-news-copy h2 {
        font-size: .82rem;
        line-height: 1.5;
    }
    .homepage .bas22-feed-dot { margin-right: 8px; }
}

/* Thin gradient console border and full-width centered header divider. */
.homepage .search-composer.bas22-console,
.homepage .search-composer.bas22-console:focus-within {
    border: 1px solid rgba(170,178,186,.55) !important;
    border-radius: 11px !important;
    background:
        radial-gradient(circle at 100% 0, rgba(255,75,11,.08), transparent 34%),
        linear-gradient(135deg, #0c1014 0%, #080b0e 58%, #0b0909 100%);
    box-shadow: none !important;
}
.homepage .bas22-news-label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.homepage .bas22-general-line,
.homepage .bas22-general-copy,
.homepage .bas22-manga-copy p,
.homepage .bas22-manga-copy h2 {
    margin: 0;
    color: #f2f4f5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .92rem;
    font-weight: 400;
    line-height: 1.55;
}
.homepage .bas22-general-line { margin: 0; }
.homepage .bas22-terminal-prompt {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 9px;
    border-radius: 50%;
    background: #218cff;
    box-shadow: 0 0 7px rgba(33,140,255,.75);
}
.homepage .bas22-terminal-channel {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-right: 9px;
    color: #fff;
    font-weight: 800;
    white-space: nowrap;
}
.homepage .bas22-terminal-channel img {
    width: 13px;
    height: 13px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.homepage .bas22-news-copy[data-channel="SEARCH"] .bas22-terminal-channel {
    color: #55aaff;
}
.homepage .bas22-news-copy[data-channel="SEARCH"] .bas22-terminal-channel img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(80%) saturate(2100%) hue-rotate(185deg) brightness(105%);
}
.homepage .bas22-news-copy[data-channel="ABOUT"] .bas22-terminal-channel {
    color: #ffd45a;
}
.homepage .bas22-news-copy[data-channel="ABOUT"] .bas22-terminal-channel img {
    filter: brightness(0) saturate(100%) invert(86%) sepia(72%) saturate(1100%) hue-rotate(345deg) brightness(106%);
}
.homepage .bas22-news-copy.is-general .bas22-manga-copy,
.homepage .bas22-news-copy.is-manga .bas22-general-line { display: none; }
.homepage .bas22-news-copy.is-general .bas22-general-line,
.homepage .bas22-news-copy.is-manga .bas22-manga-copy { display: block; }

@media (max-width: 700px) {
    .homepage .bas22-general-line,
    .homepage .bas22-general-copy,
    .homepage .bas22-manga-copy p,
    .homepage .bas22-manga-copy h2 { font-size: .82rem; }
    .homepage .bas22-terminal-prompt,
    .homepage .bas22-terminal-channel { margin-right: 6px; }
    .homepage .bas22-terminal-channel { gap: 3px; }
    .homepage .bas22-terminal-channel img { width: 11px; height: 11px; }
}

/* Search mode: the editable textarea owns the complete text layer. */
.homepage .search-composer.bas22-console.is-searching .bas22-news-copy,
.homepage .bas22-news.is-searching .bas22-news-copy {
    display: none !important;
}
.homepage .search-composer.bas22-console.is-searching .bas22-news > textarea,
.homepage .bas22-news.is-searching > textarea,
.homepage .search-composer.bas22-console .bas22-news.is-searching > textarea {
    z-index: 10;
    display: block;
    visibility: visible;
    opacity: 1 !important;
    pointer-events: auto !important;
    user-select: text;
    -webkit-user-select: text;
    caret-color: #ff4b0b;
}
.homepage .bas22-manga-copy p,
.homepage .bas22-manga-copy h2 {
    display: inline;
}
.homepage .bas22-console-header {
    margin-inline: -14px;
    padding-inline: 14px;
    justify-content: flex-start;
    align-items: center;
}
.homepage .bas22-console .homepage-live-agent {
    align-self: center;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.homepage .bas22-console .homepage-live-agent img {
    border: 0;
    box-shadow: none;
}

@media (max-width: 700px) {
    .homepage .bas22-console-header {
        margin-inline: -10px;
        padding-inline: 10px;
    }
}

/* Terminal text-layer interaction and typography alignment. */
.homepage .bas22-news {
    cursor: text;
}
.homepage .bas22-news-copy {
    align-self: center;
    width: 100%;
}
.homepage .bas22-terminal-separator {
    margin-right: 5px;
    color: #7f8994;
    white-space: pre;
}
.homepage .bas22-news-copy[data-channel="BAS-22"] .bas22-terminal-channel {
    color: var(--orange, #ff4b0b);
}
.homepage .bas22-news-copy[data-channel="BAS-22"] .bas22-terminal-channel img {
    border-radius: 4px;
    filter: none;
}
.homepage .bas22-news > textarea,
.homepage .search-composer.bas22-console .bas22-news > textarea {
    align-self: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .92rem;
    font-weight: 400;
    line-height: 1.55;
}
@media (max-width:700px){
    .homepage .bas22-news > textarea,
    .homepage .search-composer.bas22-console .bas22-news > textarea {
        font-size: .82rem;
        line-height: 1.5;
    }
    .homepage .bas22-terminal-separator { margin-right: 3px; }
}

/* Compact text-only BAS-22 header and font-sized terminal icons. */
.homepage .bas22-console-header {
    margin-inline: 0;
    padding-inline: 0;
}
.homepage .bas22-console .homepage-live-agent {
    gap: 6px;
    min-height: 30px;
    padding: 0;
}
.homepage .bas22-console .homepage-agent-name {
    font-size: .72rem;
    letter-spacing: .08em;
}
.homepage .bas22-terminal-channel img,
.homepage .bas22-news-label img {
    width: 1em;
    height: 1em;
    margin-right: 2px;
    vertical-align: -.12em;
}
@media (max-width:700px){
    .homepage .bas22-console-header {
        margin-inline: 0;
        padding-inline: 0;
    }
    .homepage .bas22-console .homepage-agent-name { font-size: .68rem; }
    .homepage .bas22-terminal-channel img,
    .homepage .bas22-news-label img { width: 1em; height: 1em; }
}

/* Restored square BAS-22 mascot and edge-to-edge header divider. */
.homepage .search-composer.bas22-console,
.homepage .search-composer.bas22-console:focus-within {
    background:
        radial-gradient(circle at 100% 0, rgba(255,75,11,.08), transparent 34%),
        linear-gradient(135deg, #0c1014 0%, #080b0e 58%, #0b0909 100%) !important;
}
.homepage .bas22-console-header {
    position: relative;
    z-index: 1;
    min-height: 0;
    border-bottom: 0;
}
.homepage .bas22-console-header::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10px;
    right: -14px;
    bottom: 0;
    left: -14px;
    background: var(--orange-soft) !important;
}
.homepage .bas22-console-header::after {
    content: '';
    position: absolute;
    right: -14px;
    bottom: 0;
    left: -14px;
    height: 1px;
    background: rgba(255,255,255,.14);
}
.homepage .bas22-console .homepage-live-agent img {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border: 1px solid rgba(255,75,11,.65);
    border-radius: 7px;
    object-fit: cover;
    box-shadow: none;
}
@media (max-width:700px){
    .homepage .bas22-console-header::after {
        right: -10px;
        left: -10px;
    }
    .homepage .bas22-console-header::before {
        top: -9px;
        right: -10px;
        left: -10px;
    }
    .homepage .bas22-console .homepage-live-agent img {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
        border-radius: 6px;
    }
}

/* Ringed orange search-submit control. */
.homepage .bas22-news .composer-submit {
    width: 40px;
    height: 40px;
    border: 3px solid #fff !important;
    border-radius: 50% !important;
    background: var(--orange, #ff4b0b) !important;
    color: #fff;
    box-shadow: none;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
}
.homepage .bas22-news .composer-submit:hover,
.homepage .bas22-news .composer-submit:focus-visible {
    background: var(--orange-light, #ff713c) !important;
    outline: 0;
}
@media (max-width:700px){
    .homepage .bas22-news .composer-submit {
        width: 36px;
        height: 36px;
        border-width: 3px !important;
        box-shadow: none;
        font-size: 1.05rem;
    }
}

/* Unified console outline and borderless BAS-22 mascot. */
.homepage .search-composer.bas22-console,
.homepage .search-composer.bas22-console:focus-within {
    border: 1px solid rgba(255, 75, 11, .35) !important;
    box-shadow: 0 0 0 8px rgba(50, 30, 25, 1) !important;
}
.homepage .bas22-console .homepage-live-agent img {
    border: 0 !important;
    border-radius: 50% !important;
    clip-path: circle(49% at 50% 50%);
    background: transparent !important;
}

/* Balance the header strip around the BAS-22 identity row. */
.homepage .bas22-console-header::before {
    bottom: -10px;
}
.homepage .bas22-console-header::after {
    bottom: -10px;
}
@media (max-width:700px){
    .homepage .bas22-console-header::before,
    .homepage .bas22-console-header::after {
        bottom: -9px;
    }
}

.homepage .bas22-news .composer-submit,
.homepage .bas22-news .composer-submit:hover,
.homepage .bas22-news .composer-submit:focus-visible {
    border: 0 !important;
}
