/*
 * AnimeKAI skin — misc pages. Owned by the misc re-skin; loaded on every page by
 * layouts/anikoto.blade.php after anikai-bridge.css, so scope every rule to the
 * pages it is for. The standalone pages (errors/500|503, auth/reset-password,
 * coming-soon, maintenance) load it on its own after styles.css.
 *
 *   .anikai-404*        error pages (errors/partials/error-page), copied from the
 *                       AnimeKAI theme's 404.php inline style
 *   .kai-misc-page      <main> of contact, /pages/{slug}, request-anime, reset
 *   .kai-contact        anikai.to contact block (.w600 > .profile-sbg): contact, reset, pages
 *   .kai-form           request-anime form fields
 *   .ar-*               request-anime page + anime-request-item + its modal
 *   .kai-hold*          coming-soon / maintenance
 *   .standalone         the slim header those standalone pages draw
 */

/* ------------------------------------------------------------ error pages */
.anikai-404 { min-height: calc(100vh - 220px); display: flex; align-items: center; padding: 72px 0; background: radial-gradient(circle at 72% 18%, rgba(228, 95, 58, .2), transparent 34%), linear-gradient(180deg, #101820 0%, #0c1116 52%, #090d12 100%); overflow: hidden; }
.anikai-404 .container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.anikai-404-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 46px; align-items: center; }
.anikai-404-kicker { display: inline-flex; align-items: center; gap: 10px; color: #ff7851; font-weight: 700; text-transform: uppercase; font-size: 13px; letter-spacing: .08em; margin-bottom: 20px; }
.anikai-404-kicker i { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #e45f3a; color: #fff; }
.anikai-404 h1 { margin: 0 0 18px; color: #fff; font-size: clamp(42px, 7vw, 86px); line-height: .96; font-weight: 800; }
.anikai-404 p { max-width: 650px; margin: 0 0 28px; color: #aeb8c2; font-size: 18px; line-height: 1.65; }
.anikai-404-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.anikai-404-actions a,
.anikai-404-actions button { display: inline-flex; align-items: center; gap: 10px; height: 46px; padding: 0 18px; border-radius: 8px; font-weight: 700; text-decoration: none; border: 0; font-size: 1rem; cursor: pointer; }
.anikai-404-home { background: #e45f3a; color: #fff; }
.anikai-404-home:hover { background: #e77150; color: #fff; }
.anikai-404-browse { background: #1b242c; color: #fff; border: 1px solid rgba(255, 255, 255, .08) !important; }
.anikai-404-browse:hover { background: #222d37; color: #fff; }
.anikai-404-card { position: relative; border: 1px solid rgba(255, 255, 255, .08); background: #151d24; border-radius: 8px; padding: 22px; box-shadow: 0 24px 70px rgba(0, 0, 0, .35); }
.anikai-404-code { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
.anikai-404-code span { display: grid; place-items: center; aspect-ratio: 1; border-radius: 8px; background: #0b1016; color: #fff; font-size: 64px; font-weight: 800; border: 1px solid rgba(255, 255, 255, .08); }
.anikai-404-card strong { display: block; color: #fff; font-size: 20px; margin-bottom: 6px; font-weight: 500; }
.anikai-404-card small { display: block; color: #8c98a4; font-size: 14px; line-height: 1.6; }
.anikai-404-strip { display: flex; gap: 8px; margin-top: 18px; }
.anikai-404-strip span { height: 6px; flex: 1; border-radius: 99px; background: #26323c; }
.anikai-404-strip span:nth-child(2) { background: #e45f3a; }
.anikai-404-strip span:nth-child(3) { background: #36cb68; }
@media (max-width: 860px) {
    .anikai-404 { padding: 44px 0; }
    .anikai-404-wrap { grid-template-columns: 1fr; gap: 30px; }
    .anikai-404-card { max-width: 390px; }
    .anikai-404 p { font-size: 16px; }
    .anikai-404-code span { font-size: 48px; }
}

/* ------------------------------------------ standalone pages' slim header */
#wrapper.standalone header .nav-wrapper { justify-content: flex-start; }
#wrapper.standalone header .brand { display: inline-flex; margin: 0 0 0 .5rem; }

/* ---------------------------------------- contact / pages / reset: card */
.kai-misc-page { background-color: #0c1116; padding: 3rem 0; min-height: 80vh; }
.kai-misc-page > .container { margin-top: 3rem; margin-bottom: 3rem; }


.kai-form .form-label { color: #f8f9fa; font-weight: 500; margin-bottom: .5rem; }
.kai-form .form-control { background-color: rgba(255, 255, 255, .05) !important; border: 0; border-radius: .6rem; padding: .6rem .8rem; color: #fff; box-shadow: none; outline: none; }
.kai-form .form-control:focus { background-color: rgba(255, 255, 255, .08) !important; color: #fff; box-shadow: 0 0 0 2px rgba(54, 203, 104, .35); }
.kai-form .form-control::placeholder { color: rgba(255, 255, 255, .35); }
.kai-form textarea.form-control { resize: none; }
.kai-check { display: flex; align-items: flex-start; gap: .6rem; padding-left: 0; }
.kai-check .form-check-input { float: none; margin: .2rem 0 0; flex-shrink: 0; background-color: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .2); }
.kai-check .form-check-input:checked { background-color: #36cb68; border-color: #36cb68; }
.kai-check .form-check-label { color: rgba(255, 255, 255, .7); font-size: .9rem; line-height: 1.5; }

.kai-misc-page .alert,
#anime-request-modal .alert { border: 0; border-radius: .8rem; font-size: .9rem; }
.kai-misc-page .alert-success { background-color: rgba(54, 203, 104, .2); color: #36cb68; }
.kai-misc-page .alert-danger { background-color: rgba(228, 95, 58, .18); color: #ff8a68; }
.kai-misc-page .alert-warning { background-color: rgba(255, 193, 7, .15); color: #ffcf4a; }
.kai-misc-page .alert-warning a, .kai-misc-page .alert-success a { color: inherit; text-decoration: underline; }
.kai-misc-page .alert-info,
#anime-request-modal .alert-info { background-color: rgba(46, 166, 210, .15); color: #7fd0ee; }
.kai-msg { display: none; }

/* /pages/{slug} — admin HTML content */
.kai-article { padding: 2.5rem 3rem; }
.kai-crumb { display: flex; align-items: center; gap: .5rem; font-size: .9rem; color: rgba(255, 255, 255, .5); margin-bottom: 1rem; }
.kai-crumb a { color: rgba(255, 255, 255, .7); }
.kai-crumb a:hover { color: #36cb68; }
.kai-crumb i { font-size: .75rem; }
.kai-article-body { color: rgba(255, 255, 255, .75); line-height: 1.75; font-size: 1rem; overflow-wrap: anywhere; }
.kai-article-body h1, .kai-article-body h2, .kai-article-body h3, .kai-article-body h4 { color: #fff; font-weight: 600; margin: 1.8rem 0 .8rem; line-height: 1.3; }
.kai-article-body h1 { font-size: 1.7rem; }
.kai-article-body h2 { font-size: 1.45rem; }
.kai-article-body h3 { font-size: 1.2rem; }
.kai-article-body h4 { font-size: 1.05rem; }
.kai-article-body > :first-child { margin-top: 0; }
.kai-article-body p { margin: 0 0 1rem; }
.kai-article-body ul, .kai-article-body ol { padding-left: 1.4rem; margin: 0 0 1rem; }
.kai-article-body li { margin-bottom: .35rem; }
.kai-article-body li::marker { color: #36cb68; }
.kai-article-body a { color: #36cb68; }
.kai-article-body a:hover { color: #4ad67a; text-decoration: underline; }
.kai-article-body strong, .kai-article-body b { color: #fff; font-weight: 600; }
.kai-article-body em { color: rgba(255, 255, 255, .85); }
.kai-article-body blockquote { border-left: 3px solid #e45f3a; background: rgba(255, 255, 255, .03); margin: 0 0 1rem; padding: .8rem 1rem; border-radius: 0 .6rem .6rem 0; }
.kai-article-body img { max-width: 100%; height: auto; border-radius: .6rem; }
.kai-article-body table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; }
.kai-article-body th, .kai-article-body td { border: 1px solid rgba(255, 255, 255, .08); padding: .5rem .75rem; }
.kai-article-body hr { border-color: rgba(255, 255, 255, .1); }
@media (max-width: 767.98px) { .kai-article { padding: 1.75rem 1.25rem; } }

/* ------------------------------------------------------ request anime page */
.kai-misc-page.ar-page { padding-top: 0; background: transparent; min-height: 0; }
.ar-page > .container { margin-top: 0; }
.ar-page .dual-col { margin-top: 0; }
.ar-page .scontent { min-width: 0; }
.ar-section + .ar-section { margin-top: 2.5rem; }
.ar-page .shead.justify { justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.ar-page h1.stitle { margin: 0; font-size: 1.5rem; line-height: 1.2; }
.ar-count { color: rgba(255, 255, 255, .5); font-size: .9rem; display: inline-flex; align-items: center; gap: .5rem; }
.ar-count i { color: #36cb68; }
.kai-panel { background-color: #11161b; border-radius: 1.2rem; padding: 1.5rem; }

.ar-notice { color: rgba(255, 255, 255, .7); font-size: .95rem; }
.ar-notice-title { color: #fff; font-weight: 500; margin-bottom: .6rem; display: flex; align-items: center; gap: .6rem; }
.ar-notice-title i { color: #2ea6d2; }
.ar-notice ul { margin: 0; padding-left: 1.3rem; }
.ar-notice li { margin-bottom: .3rem; }
.ar-notice li::marker { color: #e45f3a; }
.ar-notice strong { color: #fff; font-weight: 500; }

.ar-help { color: rgba(255, 255, 255, .5); font-size: .9rem; margin: 0 0 1.2rem; }
.ar-row { display: grid; grid-template-columns: 9rem minmax(0, 1fr); align-items: start; gap: .5rem 1rem; }
.ar-row + .ar-row { margin-top: 1.2rem; }
.ar-row > .form-label { margin: .55rem 0 0; }
.ar-source { justify-self: start; display: inline-flex; background: #0c1116; border-radius: .6rem; padding: .25rem; gap: .25rem; }
.ar-source-btn { padding: .4rem 1rem; border-radius: .45rem; color: rgba(255, 255, 255, .6); cursor: pointer; font-size: .9rem; font-weight: 500; transition: background .2s, color .2s; margin: 0; }
.ar-source-btn:hover { color: #fff; }
.btn-check:checked + .ar-source-btn { background-color: #e45f3a; color: #fff; }
.btn-check:focus-visible + .ar-source-btn { outline: 2px solid #36cb68; }
.ar-id { display: flex; gap: .8rem; align-items: flex-start; }
.ar-id-field { flex: 1 1 auto; min-width: 0; max-width: 24rem; }
.ar-hint { display: block; color: rgba(255, 255, 255, .45); font-size: .8rem; margin-top: .4rem; }
.ar-hint strong { color: #36cb68; font-weight: 600; }
.ar-page #anime-request-submit { flex-shrink: 0; border-radius: .6rem; padding: .6rem 1.2rem; font-weight: 500; display: inline-flex; align-items: center; gap: .5rem; }
.ar-page #request-external-id { -moz-appearance: textfield; }
@media (max-width: 575.98px) {
    .ar-row { grid-template-columns: 1fr; }
    .ar-row > .form-label { margin-top: 0; }
    .ar-id { flex-direction: column; align-items: stretch; }
    .ar-id-field { max-width: none; }
}

.ar-list { overflow: hidden; }
.ar-list .aitem-wrapper.mini .aitem:nth-child(odd) { background-color: rgba(0, 0, 0, .1); }
.ar-request-item .poster { flex-shrink: 0; overflow: hidden; background: #0c1116; }
.ar-request-item .poster > div, .ar-request-item .poster img { width: 100%; height: 100%; }
.ar-request-item .poster img { object-fit: cover; }
.ar-request-item .detail { flex: 1 1 auto; min-width: 0; }
.ar-request-item .detail .title { color: rgba(255, 255, 255, .9); font-size: 1rem; font-weight: 500; }
.ar-request-item .info { flex-wrap: wrap; margin-top: .3rem !important; gap: .2rem 0; }
.ar-request-item .info span { color: rgba(255, 255, 255, .55); }
.ar-request-item .info span + span { margin-left: .8rem !important; }
.ar-item-side { display: flex; align-items: center; gap: .8rem; margin-left: 1rem; flex-shrink: 0; }
.ar-btn-details { background: #1b242c; color: #fff; border: 1px solid rgba(255, 255, 255, .08); border-radius: .5rem; padding: .3rem .8rem; font-size: .85rem; }
.ar-btn-details:hover { background: #e45f3a; border-color: #e45f3a; color: #fff; }
.ar-empty { padding: 2rem 1.5rem; text-align: center; color: rgba(255, 255, 255, .5); }
.ar-empty i { display: block; font-size: 2rem; margin-bottom: .6rem; color: rgba(255, 255, 255, .25); }
@media (max-width: 575.98px) {
    .ar-request-item { flex-wrap: wrap; }
    .ar-item-side { width: calc(100% - 5.1rem); margin: .6rem 0 0 5.1rem; justify-content: space-between; }
}

/* Laravel/Bootstrap-4 badge classes the controller and anime-requests.js emit */
.ar-page .badge, #anime-request-modal .badge { font-weight: 500; font-size: .75rem; padding: .35em .65em; border-radius: .4rem; }
.ar-page .badge-warning, #anime-request-modal .badge-warning { background-color: rgba(255, 193, 7, .15); color: #ffcf4a; }
.ar-page .badge-success, #anime-request-modal .badge-success { background-color: rgba(54, 203, 104, .18); color: #36cb68; }
.ar-page .badge-info, #anime-request-modal .badge-info { background-color: rgba(46, 166, 210, .18); color: #5cc4ea; }
.ar-page .badge-danger, #anime-request-modal .badge-danger { background-color: rgba(228, 95, 58, .18); color: #ff7851; }
.ar-page .badge-secondary, #anime-request-modal .badge-secondary { background-color: rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .75); }
.ar-page .badge-dark, #anime-request-modal .badge-dark { background-color: #0c1116; color: #fff; }

/* request details modal (Bootstrap 4 JS on Bootstrap 5 markup) */
#anime-request-modal .modal-content { background-color: #181d22; color: #fff; border: 1px solid rgba(255, 255, 255, .06); border-radius: 1.2rem; }
#anime-request-modal .modal-header,
#anime-request-modal .modal-footer { border-color: rgba(255, 255, 255, .06); padding: 1rem 1.5rem; }
#anime-request-modal .modal-body { padding: 1.5rem; }
#anime-request-modal .modal-title { font-weight: 500; font-size: 1.15rem; }
#anime-request-modal .text-muted { color: rgba(255, 255, 255, .5) !important; }
#anime-request-modal .ar-modal-title { font-size: 1.25rem; font-weight: 600; color: #fff; }
#anime-request-modal .anime-request-modal-poster { max-height: 320px; object-fit: cover; border-radius: .8rem; background: #0c1116; }
#anime-request-modal .anime-request-modal-dl dd { color: rgba(255, 255, 255, .85); }
#anime-request-modal .btn-outline-light { border: 1px solid rgba(255, 255, 255, .15); color: #fff; border-radius: .5rem; padding: .35rem .8rem; }
#anime-request-modal .btn-outline-light:hover { background: #e45f3a; border-color: #e45f3a; }
#anime-request-modal .btn-secondary { background: #1b242c; border: 1px solid rgba(255, 255, 255, .08); border-radius: .6rem; }
#anime-request-modal .btn-secondary:hover { background: #222d37; }

/* ------------------------------------------- coming soon / maintenance */
#wrapper.kai-hold { min-height: 100vh; display: flex; flex-direction: column; }
.kai-hold-main { margin-top: 0 !important; flex: 1 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: stretch; padding: 5rem 0 3rem; position: relative; z-index: 2; }
.kai-hold-wrap { max-width: 680px; margin: 0 auto; text-align: center; }
.kai-hold-logo { margin-bottom: 2.4rem; }
.kai-hold-logo img { max-width: 220px; width: 60%; height: auto; }
.kai-hold-logo .wordmark { color: #fff; font-size: clamp(34px, 7vw, 56px); font-weight: 800; line-height: 1; }
.kai-hold-logo .wordmark span, .kai-hold .accent { color: #e45f3a; }
.kai-hold h1 { margin: 0 0 18px; color: #fff; font-size: clamp(34px, 6vw, 64px); line-height: 1.02; font-weight: 800; }
.kai-hold .lead { max-width: 520px; margin: 0 auto 32px; color: #aeb8c2; font-size: clamp(15px, 2.4vw, 18px); line-height: 1.65; font-weight: 400; }
.kai-hold .anikai-404-strip { max-width: 360px; margin: 2.2rem auto 0; }
.kai-countdown { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 2rem; }
.kai-countdown .cd-item { min-width: 92px; padding: 18px 10px 14px; border-radius: 8px; background: #151d24; border: 1px solid rgba(255, 255, 255, .08); box-shadow: 0 24px 70px rgba(0, 0, 0, .35); }
.kai-countdown .cd-num { color: #fff; font-size: clamp(30px, 6vw, 44px); font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums; }
.kai-countdown .cd-label { margin-top: 8px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #8c98a4; font-weight: 600; }
.kai-socials { display: flex; justify-content: center; gap: 12px; }
.kai-socials a { width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: 50%; background: #1b242c; border: 1px solid rgba(255, 255, 255, .08); color: #fff; font-size: 1.1rem; transition: background .2s, transform .15s; }
.kai-socials a:hover { background: #e45f3a; color: #fff; transform: translateY(-2px); }
.kai-hold-foot { position: relative; z-index: 2; margin: 0 !important; padding: 1.5rem 1rem; text-align: center; color: #8c98a4; font-size: .9rem; background: transparent !important; }
@media (max-width: 420px) { .kai-countdown .cd-item { min-width: 70px; } }

/* styles.css dresses every .modal-content as the sign-in card (green arc + avatar); not this one */
#anime-request-modal .modal-content::before,
#anime-request-modal .modal-content::after { display: none; }
/* styles.css already draws the X white; btn-close-white would invert it back to black */
#anime-request-modal .modal-header .btn-close { margin: 0 0 0 auto; padding: .5rem; opacity: .85; filter: none; }
#anime-request-modal .modal-header .btn-close:hover { opacity: 1; }
#anime-request-modal .btn-secondary { color: #fff; }

/* ------------------------------------------ contact (anikai.to markup) */
/* anikai.to: .w600.container > section.profile-sbg sits straight on the page
   gradient — none of the .kai-misc-page band/spacing */
.kai-misc-page.kai-contact { background: transparent; padding: 0; min-height: 0; }
.kai-misc-page.kai-contact > .container { margin-top: 0; margin-bottom: 0; }
.kai-contact .kai-check .form-check-input:checked { background-color: #e45f3a; border-color: #e45f3a; }
.kai-contact textarea.form-control { resize: vertical; }

/* /pages/{slug}: the contact block widened; white title like anikai.to headings */
.container.kai-page-wrap { max-width: 960px; }
.kai-page-title { color: #fff; font-size: 1.6rem; font-weight: 600; margin: 0 0 1.5rem; line-height: 1.3; }
.kai-article-body li::marker { color: #e45f3a; }
.kai-article-body a { color: #e45f3a; }
.kai-article-body a:hover { color: #e77150; }
.kai-crumb a:hover { color: #e45f3a; }

/* request page heads follow anikai.to: the page title is the listings' uppercase
   "LATEST UPDATES" head with a plain white count on the right; section heads are
   plain titles like its "New Releases" (anikai.to draws no icons there) */
.ar-page h1.stitle { font-weight: 500; }
.ar-page .ar-total { color: #fff; font-size: .95rem; }
.ar-page .ar-section .shead { margin-bottom: 1rem; }

/* ------------------------------------------------ request: search by name */
.ar-page .ar-search { margin-bottom: 1.1rem; }
.ar-page .ar-search-field { position: relative; }
.ar-page .ar-search-field > i { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: rgba(255, 255, 255, .45); }
.ar-page .ar-search-field .form-control { padding-left: 2.6rem; height: 2.9rem; background: #0c1116; border: 1px solid rgba(255, 255, 255, .1); color: #fff; border-radius: .7rem; }
.ar-page .ar-search-field .form-control:focus { border-color: #e45f3a; box-shadow: none; }
.ar-page .ar-search-spin { position: absolute; right: 1rem; top: 50%; margin-top: -.5rem; color: #e45f3a; }
.ar-page .ar-hits { display: flex; flex-direction: column; gap: .5rem; margin-top: .8rem; }
.ar-page .ar-hit { display: grid; grid-template-columns: 3.4rem minmax(0, 1fr) auto; gap: .8rem; align-items: center; padding: .55rem; border-radius: .7rem; background: rgba(255, 255, 255, .035); }
.ar-page .ar-hit:hover { background: rgba(255, 255, 255, .06); }
.ar-page .ar-hit-poster { width: 3.4rem; aspect-ratio: 2 / 3; border-radius: .45rem; overflow: hidden; background: #181d22; }
.ar-page .ar-hit-poster img { width: 100%; height: 100%; object-fit: cover; }
.ar-page .ar-hit-title { color: #fff; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ar-page .ar-hit-alt { color: rgba(255, 255, 255, .5); font-size: .85rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ar-page .ar-hit-meta { display: flex; flex-wrap: wrap; gap: .3rem .7rem; margin-top: .2rem; color: rgba(255, 255, 255, .55); font-size: .8rem; text-transform: capitalize; }
.ar-page .ar-hit-error { color: #e45f3a; font-size: .8rem; margin-top: .2rem; }
.ar-page .ar-hit-btn { white-space: nowrap; border-radius: .55rem; font-weight: 600; }
.ar-page .ar-hit-btn i { margin-right: .3rem; }
.ar-page .ar-search-note { margin-top: .8rem; padding: .8rem 1rem; border-radius: .6rem; background: rgba(255, 255, 255, .035); color: rgba(255, 255, 255, .6); font-size: .9rem; }
.ar-page .ar-search-note--warning { color: #fbc02d; }
.ar-page .ar-search-note--danger { color: #e45f3a; }
.ar-page .ar-by-id { margin-top: .4rem; }
.ar-page .ar-by-id > summary { cursor: pointer; color: rgba(255, 255, 255, .6); font-size: .9rem; padding: .4rem 0; }
.ar-page .ar-by-id > summary:hover, .ar-page .ar-by-id[open] > summary { color: #36cb68; }
.ar-page .ar-by-id > form { margin-top: .8rem; }
@media (max-width: 575.98px) {
    .ar-page .ar-hit { grid-template-columns: 3rem minmax(0, 1fr); }
    .ar-page .ar-hit-action { grid-column: 1 / -1; }
    .ar-page .ar-hit-action .ar-hit-btn { width: 100%; }
}

/* ------------------------------------------------ error pages (anikai.to) */
/* anikai.to #wrapper.error: `.error main section{display:flex;justify-content:center;
   align-items:center} img{width:10rem;margin-right:1rem} p{max-width:250px}`, on the
   page gradient (main is transparent). Laravel's message sits muted under the reason. */
main.kai-error { padding: 0 0 4rem; }
main.kai-error section { margin: 0; display: flex; justify-content: center; align-items: center; }
main.kai-error section img { display: block; width: 10rem; height: auto; margin-right: 1rem; flex-shrink: 0; }
main.kai-error h2 { color: #fff; margin-bottom: .5rem; }
main.kai-error p { max-width: 250px; color: #fff; margin-bottom: 1rem; }
main.kai-error p.kai-error-message { color: rgba(255, 255, 255, .6); font-size: .875rem; margin-top: -.6rem; }
main.kai-error p:has(+ p.kai-error-message) { margin-bottom: 1rem; }
@media (max-width: 575.98px) {
    main.kai-error { padding: .75rem 0 3.5rem; }
    main.kai-error section img { width: 8.5rem; }
}
