.hero-section {
    padding-top: 48px;
    padding-bottom: 56px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(400px, 620px);
    gap: 36px;
    align-items: center;
}

.hero-copy {
    padding-right: 12px;
}

.hero-text {
    margin-top: 22px;
    max-width: 640px;
    font-size: 1.1rem;
    color: var(--asylonia-text-soft);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hero-visual img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: var(--asylonia-radius-lg);
    border: 1px solid var(--asylonia-line);
    box-shadow: var(--asylonia-shadow);
    background: #f0ece4;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.trust-item {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 16px;
    background: #fff;
    border: 1px solid var(--asylonia-line);
    border-radius: 22px;
    padding: 22px;
    box-shadow: var(--asylonia-shadow);
}

.trust-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(180deg, #153d66 0%, #0a2846 100%);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.3rem;
    font-weight: 700;
}

.trust-copy h3 {
    margin-bottom: 8px;
}

.trust-copy p {
    color: var(--asylonia-text-soft);
}

.record-search {
    display: flex;
    gap: 12px;
    width: min(100%, 520px);
}

.record-search input {
    width: 100%;
    min-height: 54px;
    border: 1px solid var(--asylonia-line);
    border-radius: 14px;
    padding: 0 16px;
    background: #fff;
    color: var(--asylonia-text);
}

.record-search input:focus,
.newsletter-form input:focus {
    outline: 2px solid rgba(11, 47, 83, 0.15);
    border-color: var(--asylonia-navy);
}

.record-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.record-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.record-card {
    background: #fff;
    border: 1px solid var(--asylonia-line);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--asylonia-shadow);
    display: flex;
    flex-direction: column;
}

.record-image-wrap {
    position: relative;
}

.record-image-wrap img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #efe8dc;
}

.record-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(11, 47, 83, 0.92);
    color: #fff;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
}

.record-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 22px;
    flex: 1;
}

.record-meta {
    color: var(--asylonia-gold);
    font-size: 0.94rem;
    font-weight: 600;
}

.record-desc {
    color: var(--asylonia-text-soft);
    flex: 1;
}

.record-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.section-bottom-link {
    margin-top: 22px;
    text-align: center;
}

.promise-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
    gap: 28px;
    align-items: start;
}

.promise-copy {
    background: #fff;
    border: 1px solid var(--asylonia-line);
    border-radius: 24px;
    padding: 28px;
    box-shadow: var(--asylonia-shadow);
}

.promise-copy p {
    margin-top: 18px;
    color: var(--asylonia-text-soft);
    margin-bottom: 22px;
}

.promise-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.promise-card {
    background: #fff;
    border: 1px solid var(--asylonia-line);
    border-radius: 24px;
    padding: 24px;
    box-shadow: var(--asylonia-shadow);
}

.promise-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff2d8 0%, #efd7a0 100%);
    color: var(--asylonia-navy);
    font-size: 1.4rem;
    margin-bottom: 14px;
}

.promise-card h3 {
    margin-bottom: 10px;
}

.promise-card p {
    color: var(--asylonia-text-soft);
}

.gateway-grid {
    display: grid;
    grid-template-columns: minmax(360px, 520px) minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.gateway-visual img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid var(--asylonia-line);
    box-shadow: var(--asylonia-shadow);
    background: #efe8dc;
}

.gateway-copy p {
    color: var(--asylonia-text-soft);
}

.gateway-list {
    margin: 18px 0 0;
    padding-left: 20px;
    color: var(--asylonia-text);
}

.gateway-list li + li {
    margin-top: 8px;
}

.gateway-actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cta-panel {
    background-size: cover;
    background-position: center;
    border-radius: 28px;
    padding: 30px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
    color: #fff;
    box-shadow: var(--asylonia-shadow);
}

.cta-brand img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.cta-copy h2 {
    margin-bottom: 10px;
}

.cta-copy p {
    color: rgba(255, 255, 255, 0.84);
    max-width: 760px;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.newsletter-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    gap: 24px;
    align-items: center;
}

.newsletter-copy h2 {
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
}

.newsletter-form {
    display: flex;
    gap: 12px;
    align-items: center;
}

.newsletter-form input {
    width: 100%;
    min-height: 54px;
    border-radius: 14px;
    border: 1px solid var(--asylonia-line);
    padding: 0 16px;
    background: #fff;
}

@media (max-width: 1180px) {
    .hero-grid,
    .gateway-grid,
    .promise-grid,
    .newsletter-grid {
        grid-template-columns: 1fr;
    }

    .record-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-panel {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cta-brand {
        justify-self: center;
    }

    .cta-actions {
        justify-content: center;
    }
}

@media (max-width: 760px) {
    .trust-grid,
    .record-grid,
    .promise-cards {
        grid-template-columns: 1fr;
    }

    .record-search,
    .newsletter-form {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions,
    .record-actions,
    .gateway-actions,
    .cta-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

.asylonia-landing-hero {
    background:
        radial-gradient(circle at 18% 8%, rgba(210, 176, 109, 0.18), transparent 30%),
        linear-gradient(180deg, #fbf8f2 0%, #f6f0e7 100%);
}

.landing-map-preview img {
    aspect-ratio: 21 / 9;
    object-fit: cover;
    object-position: center;
}

.landing-hero-note {
    margin-top: 22px;
    max-width: 640px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(185, 146, 71, 0.35);
    color: var(--asylonia-text-soft);
    box-shadow: 0 12px 28px rgba(14, 27, 45, 0.06);
}

.landing-hero-note strong {
    display: block;
    color: var(--asylonia-navy);
    margin-bottom: 4px;
}

.landing-path-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.landing-path-card {
    background: #fff;
    border: 1px solid var(--asylonia-line);
    border-radius: 26px;
    padding: 28px;
    box-shadow: var(--asylonia-shadow);
    display: flex;
    flex-direction: column;
}

.landing-path-featured {
    border-color: rgba(185, 146, 71, 0.72);
    box-shadow: 0 22px 50px rgba(14, 27, 45, 0.11);
}

.landing-path-card h3 {
    margin-bottom: 14px;
}

.landing-path-card p {
    color: var(--asylonia-text-soft);
}

.landing-path-card ul {
    margin: 18px 0 24px;
    padding-left: 20px;
    color: var(--asylonia-text);
}

.landing-path-card li + li {
    margin-top: 8px;
}

.landing-path-card .btn {
    margin-top: auto;
}

.landing-trust-panel {
    margin-top: 8px;
}

@media (max-width: 1180px) {
    .landing-path-grid {
        grid-template-columns: 1fr;
    }
}

.visit-gateway-hero {
    background:
        radial-gradient(circle at 18% 8%, rgba(210, 176, 109, 0.18), transparent 32%),
        linear-gradient(180deg, #fbf8f2 0%, #f6f0e7 100%);
}

.visit-featured-block {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 30px;
    align-items: stretch;
    padding: 24px;
    border-radius: 30px;
    border: 1px solid rgba(185, 146, 71, 0.35);
    background: rgba(255, 252, 246, 0.86);
    box-shadow: 0 22px 60px rgba(14, 27, 45, 0.10);
}

.visit-featured-image {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 320px;
    background: #efe6d8;
}

.visit-featured-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.visit-featured-copy {
    padding: 16px 8px;
}

.visit-featured-copy h3 {
    margin: 8px 0 14px;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 0.95;
}

.visit-featured-copy p {
    color: var(--asylonia-text-soft);
}

.visit-meta-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0 24px;
}

.visit-meta-grid span,
.visit-block-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(7, 30, 58, 0.06);
    border: 1px solid rgba(7, 30, 58, 0.08);
    color: var(--asylonia-navy);
    font-size: 0.78rem;
    font-weight: 850;
}

.visit-block-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.visit-block-card {
    padding: 26px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid var(--asylonia-line);
    box-shadow: var(--asylonia-shadow);
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.visit-block-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.visit-block-code {
    color: rgba(7, 30, 58, 0.24);
    font-size: 1.9rem;
    font-weight: 950;
    line-height: 1;
}

.visit-status {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.visit-status-live {
    background: var(--asylonia-navy);
    color: #fff;
}

.visit-status-open {
    background: rgba(185, 146, 71, 0.16);
    color: #8a5c06;
    border: 1px solid rgba(185, 146, 71, 0.32);
}

.visit-status-planned {
    background: rgba(7, 30, 58, 0.07);
    color: var(--asylonia-navy);
    border: 1px solid rgba(7, 30, 58, 0.10);
}

.visit-block-card h3 {
    margin-bottom: 8px;
}

.visit-block-subtitle {
    color: #b17a12 !important;
    font-size: 0.86rem;
    font-weight: 900;
    margin-bottom: 14px;
}

.visit-block-card p {
    color: var(--asylonia-text-soft);
}

.visit-block-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 18px 0 24px;
}

.visit-block-card .btn {
    margin-top: auto;
}

.visit-roadmap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.visit-roadmap article {
    position: relative;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid var(--asylonia-line);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 16px 40px rgba(14, 27, 45, 0.07);
}

.visit-roadmap article span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: var(--asylonia-navy);
    color: #fff;
    font-weight: 950;
}

.visit-roadmap article p {
    color: var(--asylonia-text-soft);
}

@media (max-width: 1180px) {
    .visit-featured-block,
    .visit-block-grid,
    .visit-roadmap {
        grid-template-columns: 1fr;
    }

    .visit-featured-image {
        min-height: 240px;
    }
}

/* ==========================================================
   Asylonia Radio - Live HLS Home Block
   ========================================================== */

.asylonia-radio-hero {
    position: relative;
    overflow: hidden;
    padding: 42px 0 46px;
    color: #fff4da;
    background:
        radial-gradient(circle at 18% 8%, rgba(255, 216, 132, 0.18), transparent 32%),
        radial-gradient(circle at 88% 16%, rgba(255, 255, 255, 0.08), transparent 28%),
        linear-gradient(135deg, #070503 0%, #160d06 44%, #071e3a 100%);
    border-bottom: 1px solid rgba(216, 168, 79, 0.25);
}

.asylonia-radio-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 216, 132, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 216, 132, 0.035) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
    pointer-events: none;
}

.asylonia-radio-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
    gap: 34px;
    align-items: center;
}

.asylonia-radio-copy {
    max-width: 780px;
}

.asylonia-radio-live-row {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    margin-bottom: 14px;
    padding: 0 13px;
    border-radius: 999px;
    border: 1px solid rgba(255, 216, 132, 0.32);
    background: rgba(255, 255, 255, 0.055);
    color: #ffd884;
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.asylonia-radio-live-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #ff4e38;
    box-shadow: 0 0 0 0 rgba(255, 78, 56, 0.6);
    animation: asylonia-radio-pulse 1.5s infinite;
}

.asylonia-radio-hero .eyebrow {
    color: #ffd884;
}

.asylonia-radio-hero h1 {
    max-width: 860px;
    color: #fff6e8;
    font-size: clamp(2.45rem, 5vw, 5.75rem);
    line-height: 0.92;
    letter-spacing: -0.055em;
}

.asylonia-radio-text {
    max-width: 620px;
    margin-top: 18px;
    color: rgba(255, 244, 218, 0.72);
    font-size: 1.06rem;
}

.asylonia-radio-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.asylonia-radio-play,
.asylonia-radio-rejoin {
    min-height: 54px;
    border: 0;
    border-radius: 999px;
    padding: 0 22px;
    cursor: pointer;
    font-weight: 950;
    transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.asylonia-radio-play {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    background: linear-gradient(180deg, #ffd884, #b87a20);
    color: #170d04;
    box-shadow: 0 18px 38px rgba(184, 124, 31, 0.26);
}

.asylonia-radio-play span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(23, 13, 4, 0.13);
    line-height: 1;
}

.asylonia-radio-rejoin {
    border: 1px solid rgba(255, 216, 132, 0.28);
    background: rgba(255, 255, 255, 0.055);
    color: #fff4da;
}

.asylonia-radio-play:hover,
.asylonia-radio-rejoin:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

.asylonia-radio-volume {
    width: min(100%, 440px);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    color: rgba(255, 244, 218, 0.68);
    font-size: 0.88rem;
    font-weight: 850;
}

.asylonia-radio-volume input {
    width: 100%;
    accent-color: #ffd884;
}

.asylonia-radio-volume strong {
    color: #ffd884;
    min-width: 38px;
    text-align: right;
}

.asylonia-radio-status {
    margin-top: 13px;
    color: rgba(255, 244, 218, 0.56);
    font-size: 0.9rem;
}

.asylonia-radio-card {
    position: relative;
    min-height: 360px;
    display: grid;
    align-content: center;
    gap: 22px;
    padding: 28px;
    border-radius: 32px;
    border: 1px solid rgba(255, 216, 132, 0.28);
    background:
        radial-gradient(circle at 50% 20%, rgba(255, 216, 132, 0.16), transparent 38%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.028));
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.asylonia-radio-orb {
    position: relative;
    width: 154px;
    height: 154px;
    display: grid;
    place-items: center;
    justify-self: center;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 35%, rgba(255, 216, 132, 0.36), transparent 44%),
        linear-gradient(180deg, #241409 0%, #050302 100%);
    border: 1px solid rgba(255, 216, 132, 0.42);
    box-shadow:
        0 0 38px rgba(255, 216, 132, 0.14),
        inset 0 0 22px rgba(255, 216, 132, 0.07);
}

.asylonia-radio-orb img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    filter: drop-shadow(0 0 14px rgba(255, 216, 132, 0.26));
}

.asylonia-radio-ring {
    position: absolute;
    inset: -16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 216, 132, 0.22);
    opacity: 0.78;
}

.asylonia-radio-ring-two {
    inset: -34px;
    opacity: 0.32;
}

.asylonia-radio-hero.is-playing .asylonia-radio-ring-one {
    animation: asylonia-radio-ring 2.2s infinite;
}

.asylonia-radio-hero.is-playing .asylonia-radio-ring-two {
    animation: asylonia-radio-ring 2.2s 0.5s infinite;
}

.asylonia-radio-now {
    text-align: center;
}

.asylonia-radio-now span {
    display: block;
    color: #ffd884;
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.asylonia-radio-now strong {
    display: block;
    margin-top: 8px;
    color: #fff6e8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.5rem;
    line-height: 1.05;
}

.asylonia-radio-now em {
    display: block;
    margin-top: 8px;
    color: rgba(255, 244, 218, 0.52);
    font-style: normal;
    font-size: 0.9rem;
}

.asylonia-radio-bars {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.asylonia-radio-bars i {
    width: 7px;
    height: 20px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffe7ad, #b87a20);
    opacity: 0.52;
}

.asylonia-radio-hero.is-playing .asylonia-radio-bars i {
    animation: asylonia-radio-bar 1.1s ease-in-out infinite;
}

.asylonia-radio-bars i:nth-child(2) { animation-delay: 0.1s; }
.asylonia-radio-bars i:nth-child(3) { animation-delay: 0.2s; }
.asylonia-radio-bars i:nth-child(4) { animation-delay: 0.3s; }
.asylonia-radio-bars i:nth-child(5) { animation-delay: 0.4s; }
.asylonia-radio-bars i:nth-child(6) { animation-delay: 0.5s; }
.asylonia-radio-bars i:nth-child(7) { animation-delay: 0.6s; }

@keyframes asylonia-radio-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 78, 56, 0.62);
    }
    70% {
        box-shadow: 0 0 0 9px rgba(255, 78, 56, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 78, 56, 0);
    }
}

@keyframes asylonia-radio-ring {
    0% {
        transform: scale(0.96);
        opacity: 0.54;
    }
    70% {
        transform: scale(1.08);
        opacity: 0.14;
    }
    100% {
        transform: scale(0.96);
        opacity: 0.54;
    }
}

@keyframes asylonia-radio-bar {
    0%, 100% {
        height: 16px;
        opacity: 0.42;
    }
    50% {
        height: 46px;
        opacity: 0.92;
    }
}

@media (max-width: 980px) {
    .asylonia-radio-shell {
        grid-template-columns: 1fr;
    }

    .asylonia-radio-card {
        min-height: 300px;
    }
}

@media (max-width: 640px) {
    .asylonia-radio-hero {
        padding: 32px 0 36px;
    }

    .asylonia-radio-controls {
        flex-direction: column;
        align-items: stretch;
    }

    .asylonia-radio-volume {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .asylonia-radio-volume strong {
        text-align: left;
    }
}

/* ==========================================================
   Home V2 - Founding Citizens + Civic Hologram Preview
   ========================================================== */

.asylonia-home-opening {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 8%, rgba(210, 176, 109, 0.18), transparent 30%),
        radial-gradient(circle at 92% 16%, rgba(11, 47, 83, 0.08), transparent 34%),
        linear-gradient(180deg, #fbf8f2 0%, #f6f0e7 100%);
}

.asylonia-home-opening::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(11, 47, 83, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(185, 146, 71, 0.06) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.asylonia-home-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 600px);
    gap: clamp(28px, 5vw, 56px);
    align-items: center;
}

.asylonia-home-hero-copy h1 {
    max-width: 860px;
    color: var(--asylonia-navy);
    font-size: clamp(2.55rem, 5.4vw, 5.4rem);
    line-height: 0.94;
    letter-spacing: -0.06em;
}

.asylonia-home-hero-text {
    margin-top: 22px;
    max-width: 650px;
    color: var(--asylonia-text-soft);
    font-size: 1.08rem;
}

.asylonia-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.asylonia-terminal-mini {
    position: relative;
    width: min(100%, 620px);
    min-height: 86px;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 17px;
    align-items: center;
    margin-top: 22px;
    padding: 16px 18px;
    border-radius: 22px;
    border: 1px solid rgba(185, 146, 71, 0.34);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 16px 42px rgba(14, 27, 45, 0.08);
    backdrop-filter: blur(12px);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.asylonia-terminal-mini:hover {
    transform: translateY(-2px);
    border-color: rgba(185, 146, 71, 0.62);
    box-shadow: 0 22px 52px rgba(14, 27, 45, 0.11);
}

.asylonia-terminal-mini-icon {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    color: #061b33;
    background:
        radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.36), transparent 38%),
        linear-gradient(180deg, #ffe7a6 0%, #d1a650 56%, #a86f1c 100%);
    font-size: 2.55rem;
    font-weight: 950;
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 40;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.34);
    box-shadow:
        0 0 30px rgba(185, 146, 71, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.asylonia-terminal-mini strong,
.asylonia-terminal-mini em {
    display: block;
}

.asylonia-terminal-mini strong {
    color: var(--asylonia-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.16rem;
    line-height: 1.1;
}

.asylonia-terminal-mini em {
    margin-top: 5px;
    color: var(--asylonia-text-soft);
    font-style: normal;
    font-size: 0.94rem;
}

.asylonia-terminal-mini:hover .asylonia-terminal-mini-icon {
    transform: translateY(-1px);
    box-shadow:
        0 0 34px rgba(185, 146, 71, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.asylonia-civic-hologram {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(255, 216, 132, 0.28);
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 216, 132, 0.14), transparent 36%),
        radial-gradient(circle at 20% 92%, rgba(66, 180, 255, 0.11), transparent 42%),
        linear-gradient(145deg, rgba(7, 5, 3, 0.97), rgba(8, 20, 38, 0.96));
    box-shadow:
        0 34px 90px rgba(14, 27, 45, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.asylonia-civic-hologram::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(from 120deg, transparent, rgba(255, 216, 132, 0.72), transparent 34%, rgba(71, 173, 255, 0.34), transparent 64%, rgba(255, 216, 132, 0.54), transparent);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.55;
    animation: asylonia-holo-border 8s linear infinite;
    pointer-events: none;
}

.holo-grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 216, 132, 0.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 216, 132, 0.055) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: radial-gradient(circle at 50% 55%, #000 0%, #000 58%, transparent 100%);
    opacity: 0.58;
}

.holo-scanline,
.ledger-scan {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 216, 132, 0.88), transparent);
    box-shadow: 0 0 24px rgba(255, 216, 132, 0.30);
    animation: asylonia-scan 5.8s ease-in-out infinite;
    pointer-events: none;
}

.holo-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(14px);
    pointer-events: none;
}

.holo-orb-one {
    width: 300px;
    height: 300px;
    right: -94px;
    top: -92px;
    background: radial-gradient(circle, rgba(255, 216, 132, 0.18), transparent 68%);
}

.holo-orb-two {
    width: 330px;
    height: 330px;
    left: -120px;
    bottom: -112px;
    background: radial-gradient(circle, rgba(72, 184, 255, 0.15), transparent 70%);
}

.holo-panel-title {
    position: absolute;
    z-index: 4;
    top: 22px;
    left: 22px;
    right: 22px;
    display: grid;
    gap: 4px;
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid rgba(255, 216, 132, 0.25);
    background: rgba(7, 10, 16, 0.52);
    backdrop-filter: blur(14px);
}

.holo-panel-title span,
.ai-status,
.ledger-row span {
    color: #ffd884;
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.holo-panel-title strong {
    color: #fff6e8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.24rem;
    line-height: 1.1;
}

.holo-stage {
    position: absolute;
    inset: 108px 22px 76px;
}

.holo-item {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    padding: 24px;
    text-align: center;
    color: #96dcff;
    opacity: 0;
    transform: translateY(18px) scale(0.965);
    animation: asylonia-holo-cycle 25s ease-in-out infinite;
}

.holo-item-two { animation-delay: 5s; }
.holo-item-three { animation-delay: 10s; }
.holo-item-four { animation-delay: 15s; }
.holo-item-five { animation-delay: 20s; }

.holo-item svg {
    width: min(70%, 270px);
    height: auto;
    color: #92dcff;
    filter: drop-shadow(0 0 16px rgba(92, 190, 255, 0.28));
}

.holo-item svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.holo-item span {
    color: #fff7e8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 3vw, 2.55rem);
    line-height: 1;
    text-shadow: 0 0 24px rgba(146, 220, 255, 0.16);
}

.holo-item em {
    max-width: 360px;
    color: rgba(255, 246, 232, 0.64);
    font-style: normal;
}

.holo-chip-row {
    position: absolute;
    z-index: 4;
    left: 22px;
    right: 22px;
    bottom: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.holo-chip-row span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 216, 132, 0.24);
    color: rgba(255, 246, 232, 0.72);
    background: rgba(255, 255, 255, 0.045);
    font-size: 0.78rem;
    font-weight: 850;
}

.asylonia-home-aihall {
    position: relative;
    overflow: hidden;
    color: #fff4da;
    background:
        radial-gradient(circle at 14% 0%, rgba(255, 216, 132, 0.12), transparent 30%),
        radial-gradient(circle at 88% 22%, rgba(68, 178, 255, 0.12), transparent 34%),
        linear-gradient(180deg, #080503 0%, #14100d 50%, #071e3a 100%);
}

.asylonia-home-aihall .eyebrow,
.asylonia-home-aihall .section-text {
    color: rgba(255, 216, 132, 0.86);
}

.asylonia-home-aihall h2 {
    max-width: 760px;
    color: #fff7e8;
}

.asylonia-ai-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.asylonia-ai-card {
    position: relative;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255, 216, 132, 0.20);
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 216, 132, 0.10), transparent 38%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.080), rgba(255, 255, 255, 0.028));
    box-shadow: 0 22px 62px rgba(0, 0, 0, 0.20);
}

.asylonia-ai-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 216, 132, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 216, 132, 0.035) 1px, transparent 1px);
    background-size: 36px 36px;
    opacity: 0.28;
    pointer-events: none;
}

.asylonia-ai-card-live {
    border-color: rgba(255, 216, 132, 0.46);
}

.ai-holo-symbol {
    position: relative;
    z-index: 2;
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 26px;
    border: 1px solid rgba(255, 216, 132, 0.24);
    color: #ffd884;
    background: rgba(0, 0, 0, 0.20);
    font-size: 2.4rem;
    line-height: 1;
    text-shadow: 0 0 18px rgba(255, 216, 132, 0.30);
    box-shadow: inset 0 0 24px rgba(255, 216, 132, 0.06);
}

.ai-holo-music::after,
.ai-holo-voice::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 30px;
    border: 1px solid rgba(255, 216, 132, 0.22);
    animation: asylonia-holo-pulse 2.8s ease-in-out infinite;
}

.asylonia-ai-card h3,
.asylonia-ai-card p,
.asylonia-ai-card a,
.asylonia-ai-card .ai-status {
    position: relative;
    z-index: 2;
}

.asylonia-ai-card h3 {
    margin-top: 10px;
    color: #fff7e8;
    font-size: 1.55rem;
}

.asylonia-ai-card p {
    margin-top: 12px;
    color: rgba(255, 246, 232, 0.66);
    flex: 1;
}

.asylonia-ai-card a {
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
    color: #ffd884;
    font-weight: 950;
}

.ai-status {
    width: fit-content;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    border-radius: 999px;
    border: 1px solid rgba(255, 216, 132, 0.24);
    background: rgba(255, 255, 255, 0.048);
}

.ai-status-live {
    color: #170d04;
    background: linear-gradient(180deg, #ffe3a0, #d2a34a);
}


/* AI Creation Hall - CSS-only hover spirits v4 */
.asylonia-ai-card {
    isolation: isolate;
    transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease, background 0.26s ease;
}

.asylonia-ai-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    background:
        radial-gradient(circle at 74% 22%, rgba(255, 216, 132, 0.15), transparent 34%),
        radial-gradient(circle at 32% 74%, rgba(98, 214, 255, 0.10), transparent 42%);
    transition: opacity 0.26s ease;
}

.asylonia-ai-card:hover,
.asylonia-ai-card:focus-within {
    transform: translateY(-4px);
    border-color: rgba(255, 216, 132, 0.48);
    box-shadow:
        0 28px 76px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 216, 132, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.asylonia-ai-card:hover::after,
.asylonia-ai-card:focus-within::after {
    opacity: 1;
}

.ai-hover-spirit {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    filter:
        drop-shadow(0 0 10px rgba(98, 214, 255, 0.18))
        drop-shadow(0 0 14px rgba(255, 216, 132, 0.18));
    transition: opacity 0.26s ease;
}

.asylonia-ai-card:hover .ai-hover-spirit,
.asylonia-ai-card:focus-within .ai-hover-spirit {
    opacity: 1;
}

.ai-hover-spirit span,
.ai-hover-spirit svg {
    position: absolute;
    display: block;
}

.ai-spirit-svg-line,
.ai-spirit-sine path {
    fill: none;
    stroke: rgba(127, 224, 255, 0.60);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.ai-spirit-svg-line.faint {
    opacity: 0.45;
}

.ai-spirit-svg-fill,
.ai-spirit-dot-fill.gold {
    fill: rgba(255, 216, 132, 0.72);
}

.ai-spirit-dot-fill.blue {
    fill: rgba(98, 214, 255, 0.64);
}

.ai-spirit-dot-fill.cream {
    fill: rgba(255, 246, 224, 0.55);
}

/* Mousike: firefly music notes */
.ai-hover-spirit-music .ai-spirit-note {
    color: rgba(255, 226, 154, 0.82);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 0 18px rgba(255, 216, 132, 0.38);
    will-change: transform, opacity;
}

.ai-spirit-note-one { right: 26px; top: 42px; font-size: 1.95rem; animation: ai-firefly-one 6.2s ease-in-out infinite; }
.ai-spirit-note-two { right: 76px; bottom: 80px; font-size: 1.42rem; animation: ai-firefly-two 7.3s ease-in-out 0.45s infinite; }
.ai-spirit-note-three { left: 24px; bottom: 60px; font-size: 1.34rem; animation: ai-firefly-three 6.8s ease-in-out 0.9s infinite; }
.ai-spirit-note-four { right: 42px; bottom: 34px; font-size: 1.72rem; animation: ai-firefly-four 8s ease-in-out 0.2s infinite; }
.ai-spirit-note-five { left: 76px; top: 54px; font-size: 1.18rem; animation: ai-firefly-two 6.6s ease-in-out 1.1s infinite; }
.ai-spirit-note-six { left: 32px; top: 122px; font-size: 1.08rem; animation: ai-firefly-one 7.8s ease-in-out 1.45s infinite; }

.ai-spirit-orb {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 216, 132, 0.82);
    box-shadow: 0 0 14px rgba(255, 216, 132, 0.48);
}

.ai-spirit-orb-one { right: 92px; top: 112px; animation: ai-firefly-three 6.4s ease-in-out infinite; }
.ai-spirit-orb-two { left: 122px; bottom: 54px; background: rgba(98, 214, 255, 0.72); animation: ai-firefly-four 7.4s ease-in-out 0.8s infinite; }

.ai-spirit-wave-line {
    left: 50%;
    bottom: 30px;
    width: 118px;
    height: 32px;
    border-top: 1px solid rgba(255, 216, 132, 0.35);
    border-radius: 50%;
    transform: translateX(-50%) rotate(-4deg);
    opacity: 0.4;
    animation: ai-soft-drift 5.6s ease-in-out infinite;
}

/* Zographia: paint bucket, palette, wide brush, and floating paint sparks */
.ai-spirit-paint-set {
    right: -4px;
    top: 42px;
    width: 184px;
    height: 132px;
    opacity: 0.72;
    overflow: visible;
    transform-origin: 120px 82px;
    animation: ai-art-set-float 8s ease-in-out infinite;
}

.ai-spirit-palette {
    transform-origin: 164px 78px;
    animation: ai-art-palette-float 7.2s ease-in-out 0.25s infinite;
}

.ai-spirit-paint-bucket {
    transform-origin: 78px 112px;
    animation: ai-art-bucket-float 7.6s ease-in-out 0.6s infinite;
}

.ai-spirit-paint-brush-wide {
    transform-origin: 132px 86px;
    animation: ai-art-brush-float 6.8s ease-in-out 0.1s infinite;
}

.ai-spirit-art-fill,
.ai-spirit-bucket-body,
.ai-spirit-bucket-rim {
    fill: rgba(255, 216, 132, 0.095);
    stroke: rgba(255, 216, 132, 0.70);
    stroke-width: 2.1;
    filter: drop-shadow(0 0 10px rgba(255, 216, 132, 0.16));
}

.ai-spirit-art-hole {
    fill: rgba(4, 8, 13, 0.52);
    stroke: rgba(127, 224, 255, 0.36);
    stroke-width: 1.6;
}

.ai-spirit-bucket-rim {
    fill: rgba(98, 214, 255, 0.08);
    stroke: rgba(127, 224, 255, 0.56);
}

.ai-spirit-paint-pour {
    fill: none;
    stroke: rgba(98, 214, 255, 0.52);
    stroke-width: 6;
    stroke-linecap: round;
    filter: drop-shadow(0 0 10px rgba(98, 214, 255, 0.18));
}

.ai-spirit-paint-drop {
    fill: rgba(98, 214, 255, 0.30);
    stroke: rgba(127, 224, 255, 0.55);
    stroke-width: 1.2;
}

.ai-spirit-brush-handle {
    stroke: rgba(255, 216, 132, 0.64);
    stroke-width: 7.5;
    stroke-linecap: round;
    filter: drop-shadow(0 0 10px rgba(255, 216, 132, 0.12));
}

.ai-spirit-brush-ferrule {
    fill: rgba(127, 224, 255, 0.16);
    stroke: rgba(127, 224, 255, 0.62);
    stroke-width: 1.8;
}

.ai-spirit-brush-bristles {
    fill: rgba(255, 216, 132, 0.38);
    stroke: rgba(255, 246, 224, 0.42);
    stroke-width: 1.2;
}

.ai-spirit-bucket-handle {
    stroke-width: 1.5 !important;
}

.ai-spirit-paint {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 216, 132, 0.82);
    box-shadow: 0 0 14px rgba(255, 216, 132, 0.38);
}

.ai-spirit-paint-one { right: 90px; top: 78px; animation: ai-firefly-one 6s ease-in-out 0.3s infinite; }
.ai-spirit-paint-two { right: 34px; bottom: 82px; background: rgba(98, 214, 255, 0.70); animation: ai-firefly-two 6.8s ease-in-out 0.7s infinite; }
.ai-spirit-paint-three { left: 114px; top: 54px; width: 4px; height: 4px; background: rgba(255, 246, 224, 0.70); animation: ai-firefly-three 7.5s ease-in-out 1s infinite; }
.ai-spirit-paint-four { left: 58px; bottom: 104px; width: 4px; height: 4px; background: rgba(255, 216, 132, 0.62); animation: ai-firefly-four 8s ease-in-out 1.4s infinite; }
.ai-spirit-paint-five { right: 122px; bottom: 44px; width: 4px; height: 4px; background: rgba(98, 214, 255, 0.58); animation: ai-firefly-one 7.1s ease-in-out 1.8s infinite; }

/* Phantasia: wider vertical film strip, rolling downward */
.ai-spirit-film-window {
    position: absolute;
    right: 18px;
    top: 20px;
    width: 106px;
    height: 238px;
    overflow: hidden;
    opacity: 0.70;
    transform: rotate(7deg);
    mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
    filter: drop-shadow(0 0 12px rgba(255, 216, 132, 0.18));
}

.ai-spirit-film-strip {
    position: absolute;
    left: 0;
    top: -172px;
    width: 106px;
    height: 520px;
    animation: ai-film-strip-roll 4.8s linear infinite;
}

.ai-spirit-film-rail {
    fill: rgba(255, 216, 132, 0.055);
    stroke: rgba(255, 216, 132, 0.60);
    stroke-width: 1.7;
}

.ai-spirit-film-sprockets-left rect,
.ai-spirit-film-sprockets-right rect {
    fill: rgba(255, 246, 224, 0.62);
}

.ai-spirit-film-frames-vertical rect {
    fill: rgba(5, 10, 15, 0.45);
    stroke: rgba(127, 224, 255, 0.42);
    stroke-width: 1.35;
}

.ai-spirit-film-spark {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(98, 214, 255, 0.68);
    box-shadow: 0 0 14px rgba(98, 214, 255, 0.40);
}

.ai-spirit-film-spark-one { left: 42px; bottom: 70px; animation: ai-firefly-three 6.5s ease-in-out infinite; }
.ai-spirit-film-spark-two { right: 34px; bottom: 42px; background: rgba(255, 216, 132, 0.70); animation: ai-firefly-two 7.1s ease-in-out 1.1s infinite; }

.ai-spirit-frame-scan {
    display: none !important;
}

/* Calliope: moving sine waves */
.ai-spirit-ripple {
    right: 34px;
    top: 52px;
    width: 78px;
    height: 78px;
    border-radius: 999px;
    border: 1px solid rgba(98, 214, 255, 0.38);
    opacity: 0.55;
    animation: ai-voice-ripple 3.1s ease-out infinite;
}

.ai-spirit-ripple-two {
    animation-delay: 0.9s !important;
}

.ai-spirit-sine {
    left: -18px;
    bottom: 46px;
    width: 210px;
    height: 56px;
    opacity: 0.70;
    overflow: visible;
}

.ai-spirit-sine path {
    stroke-width: 2.1;
    stroke: rgba(98, 214, 255, 0.66);
    filter: drop-shadow(0 0 8px rgba(98, 214, 255, 0.24));
    animation: ai-sine-slide 3.8s linear infinite;
}

.ai-spirit-sine-two {
    bottom: 34px;
    opacity: 0.42;
}

.ai-spirit-sine-two path {
    stroke: rgba(255, 216, 132, 0.50);
    animation-duration: 5.2s;
    animation-direction: reverse;
}

@keyframes ai-firefly-one {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg) scale(0.92); opacity: 0.22; }
    24% { transform: translate3d(-6px, -12px, 0) rotate(-5deg) scale(1.05); opacity: 0.70; }
    56% { transform: translate3d(9px, -5px, 0) rotate(8deg) scale(0.98); opacity: 0.46; }
    78% { transform: translate3d(-3px, 8px, 0) rotate(-3deg) scale(1.08); opacity: 0.82; }
}

@keyframes ai-firefly-two {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg) scale(0.88); opacity: 0.20; }
    30% { transform: translate3d(12px, -8px, 0) rotate(6deg) scale(1.08); opacity: 0.72; }
    62% { transform: translate3d(-10px, -15px, 0) rotate(-9deg) scale(0.98); opacity: 0.40; }
    86% { transform: translate3d(4px, 6px, 0) rotate(4deg) scale(1.12); opacity: 0.84; }
}

@keyframes ai-firefly-three {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg) scale(0.86); opacity: 0.18; }
    22% { transform: translate3d(8px, 10px, 0) rotate(7deg) scale(1.04); opacity: 0.62; }
    50% { transform: translate3d(-7px, -12px, 0) rotate(-6deg) scale(0.94); opacity: 0.38; }
    76% { transform: translate3d(10px, -4px, 0) rotate(5deg) scale(1.12); opacity: 0.78; }
}

@keyframes ai-firefly-four {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg) scale(0.90); opacity: 0.18; }
    20% { transform: translate3d(-13px, 6px, 0) rotate(-4deg) scale(1.06); opacity: 0.68; }
    52% { transform: translate3d(5px, -15px, 0) rotate(10deg) scale(0.96); opacity: 0.36; }
    82% { transform: translate3d(11px, 5px, 0) rotate(2deg) scale(1.10); opacity: 0.82; }
}

@keyframes ai-soft-drift {
    0%, 100% { transform: translateX(-50%) rotate(-4deg) scaleX(0.92); opacity: 0.24; }
    50% { transform: translateX(-50%) rotate(2deg) scaleX(1.08); opacity: 0.58; }
}

@keyframes ai-art-float-one {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-3deg); opacity: 0.38; }
    35% { transform: translate3d(7px, -10px, 0) rotate(5deg); opacity: 0.72; }
    72% { transform: translate3d(-6px, 6px, 0) rotate(-6deg); opacity: 0.54; }
}

@keyframes ai-art-float-two {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-24deg); opacity: 0.44; }
    40% { transform: translate3d(12px, -6px, 0) rotate(-19deg); opacity: 0.86; }
    78% { transform: translate3d(-4px, 10px, 0) rotate(-29deg); opacity: 0.52; }
}


@keyframes ai-art-set-float {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-4deg); opacity: 0.48; }
    36% { transform: translate3d(7px, -8px, 0) rotate(1deg); opacity: 0.88; }
    72% { transform: translate3d(-5px, 7px, 0) rotate(-8deg); opacity: 0.58; }
}

@keyframes ai-art-palette-float {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-3deg); }
    45% { transform: translate3d(-4px, 5px, 0) rotate(5deg); }
}

@keyframes ai-art-bucket-float {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-2deg); }
    48% { transform: translate3d(-6px, -4px, 0) rotate(4deg); }
}

@keyframes ai-art-brush-float {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(1deg); }
    42% { transform: translate3d(7px, -5px, 0) rotate(-5deg); }
}

@keyframes ai-film-strip-roll {
    0% { transform: translateY(-92px); }
    100% { transform: translateY(0); }
}

@keyframes ai-film-roll-float {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-5deg); opacity: 0.38; }
    35% { transform: translate3d(-9px, -7px, 0) rotate(3deg); opacity: 0.78; }
    70% { transform: translate3d(5px, 8px, 0) rotate(-10deg); opacity: 0.52; }
}

@keyframes ai-frame-scan {
    0%, 100% { transform: translateY(0); opacity: 0.12; }
    50% { transform: translateY(-92px); opacity: 0.62; }
}

@keyframes ai-voice-ripple {
    0% { transform: scale(0.58); opacity: 0.56; }
    72%, 100% { transform: scale(1.52); opacity: 0; }
}

@keyframes ai-sine-slide {
    0% { transform: translateX(-52px); opacity: 0.25; }
    28% { opacity: 0.74; }
    100% { transform: translateX(52px); opacity: 0.25; }
}

@media (prefers-reduced-motion: reduce) {
    .ai-hover-spirit span,
    .ai-hover-spirit svg,
    .ai-hover-spirit path,
    .asylonia-ai-card,
    .asylonia-ai-card::after {
        animation: none !important;
        transition: none !important;
    }
}

.asylonia-home-records {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 0%, rgba(210, 176, 109, 0.14), transparent 32%),
        linear-gradient(180deg, #fbf8f2 0%, #f6f0e7 100%);
}

.asylonia-records-preview-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: clamp(26px, 5vw, 54px);
    align-items: center;
}

.asylonia-records-copy p:not(.eyebrow) {
    margin-top: 18px;
    max-width: 620px;
    color: var(--asylonia-text-soft);
}

.asylonia-ledger-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 12px;
    padding: 26px;
    border-radius: 30px;
    border: 1px solid rgba(185, 146, 71, 0.30);
    background:
        linear-gradient(90deg, rgba(11, 47, 83, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, rgba(185, 146, 71, 0.06) 1px, transparent 1px),
        rgba(255, 255, 255, 0.82);
    background-size: 32px 32px, 32px 32px, auto;
    box-shadow: 0 24px 64px rgba(14, 27, 45, 0.10);
}

.ledger-row {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(92px, auto) 1fr auto;
    gap: 14px;
    align-items: center;
    min-height: 66px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(11, 47, 83, 0.08);
    background: rgba(255, 255, 255, 0.76);
}

.ledger-row-strong {
    border-color: rgba(185, 146, 71, 0.38);
    box-shadow: 0 12px 28px rgba(14, 27, 45, 0.06);
}

.ledger-row strong {
    color: var(--asylonia-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.06rem;
}

.ledger-row em {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 999px;
    color: #8a5c06;
    background: rgba(185, 146, 71, 0.13);
    font-size: 0.76rem;
    font-style: normal;
    font-weight: 950;
}

@keyframes asylonia-holo-cycle {
    0%, 15% {
        opacity: 0;
        transform: translateY(18px) scale(0.965);
    }
    20%, 36% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    41%, 100% {
        opacity: 0;
        transform: translateY(-12px) scale(0.985);
    }
}

@keyframes asylonia-holo-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes asylonia-scan {
    0% {
        top: 8%;
        opacity: 0;
    }
    18%, 82% {
        opacity: 0.88;
    }
    100% {
        top: 92%;
        opacity: 0;
    }
}

@keyframes asylonia-holo-pulse {
    0%, 100% {
        transform: scale(0.96);
        opacity: 0.38;
    }
    50% {
        transform: scale(1.08);
        opacity: 0.78;
    }
}

@media (max-width: 1180px) {
    .asylonia-home-hero-grid,
    .asylonia-records-preview-grid {
        grid-template-columns: 1fr;
    }

    .asylonia-civic-hologram {
        min-height: 480px;
    }

    .asylonia-ai-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .asylonia-home-hero-copy h1 {
        font-size: clamp(2.35rem, 13vw, 4.3rem);
    }

    .asylonia-home-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .asylonia-terminal-mini {
        grid-template-columns: 1fr;
    }

    .asylonia-terminal-mini-icon {
        width: 48px;
        height: 48px;
    }

    .asylonia-civic-hologram {
        min-height: 430px;
        border-radius: 28px;
    }

    .holo-stage {
        inset: 112px 14px 86px;
    }

    .holo-item svg {
        width: min(78%, 220px);
    }

    .holo-chip-row {
        left: 14px;
        right: 14px;
    }

    .asylonia-ai-card-grid {
        grid-template-columns: 1fr;
    }

    .ledger-row {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .asylonia-civic-hologram::before,
    .holo-scanline,
    .ledger-scan,
    .holo-item,
    .ai-holo-music::after,
    .ai-holo-voice::after,
    .asylonia-radio-live-dot {
        animation: none !important;
    }

    .holo-item {
        opacity: 0;
        transform: none;
    }

    .holo-item-one {
        opacity: 1;
    }
}


/* ==========================================================
   Home Refinement - Neo Nomad Hologram + Creation Logos
   ========================================================== */

.asylonia-terminal-mini-icon.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-style: normal;
    font-size: 2.58rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}


.asylonia-shuttle-hologram {
    min-height: 520px;
    isolation: isolate;
    background:
        radial-gradient(circle at 74% 18%, rgba(255, 216, 132, 0.12), transparent 28%),
        radial-gradient(circle at 36% 68%, rgba(95, 216, 255, 0.18), transparent 34%),
        linear-gradient(145deg, rgba(7, 5, 3, 0.98), rgba(7, 21, 38, 0.97));
}

.asylonia-shuttle-hologram .holo-grid {
    opacity: 0.38;
    background:
        linear-gradient(90deg, rgba(126, 218, 255, 0.12) 1px, transparent 1px),
        linear-gradient(180deg, rgba(126, 218, 255, 0.07) 1px, transparent 1px);
    background-size: 28px 28px;
    transform: perspective(650px) rotateX(56deg) translateY(46px) scale(1.42);
    transform-origin: center bottom;
    mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 86%, transparent 100%);
}

.asylonia-shuttle-hologram::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 6;
    background: repeating-linear-gradient(
        180deg,
        rgba(145, 225, 255, 0.00) 0,
        rgba(145, 225, 255, 0.00) 7px,
        rgba(145, 225, 255, 0.045) 8px,
        rgba(145, 225, 255, 0.00) 10px
    );
    mix-blend-mode: screen;
    opacity: 0.52;
    pointer-events: none;
}

.shuttle-holo-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(16px);
    pointer-events: none;
}

.shuttle-holo-orb-one {
    width: 280px;
    height: 280px;
    right: -92px;
    top: -72px;
    background: radial-gradient(circle, rgba(255, 216, 132, 0.16), transparent 68%);
}

.shuttle-holo-orb-two {
    width: 420px;
    height: 420px;
    left: -130px;
    bottom: -170px;
    background: radial-gradient(circle, rgba(95, 216, 255, 0.14), transparent 68%);
}

.shuttle-holo-stage {
    position: absolute;
    inset: 24px 22px 18px;
    z-index: 3;
    display: grid;
    place-items: center;
    perspective: 900px;
}

.shuttle-hologram-svg {
    width: min(96%, 560px);
    height: auto;
    overflow: visible;
    filter:
        drop-shadow(0 0 3px rgba(154, 235, 255, 0.42))
        drop-shadow(0 0 16px rgba(84, 204, 255, 0.15));
    transform-origin: center 60%;
    animation: asylonia-shuttle-drift 8s ease-in-out infinite;
}

.shuttle-holo-aura,
.shuttle-route,
.shuttle-portal-line,
.shuttle-portal-axis,
.shuttle-line,
.shuttle-trail,
.signal-dot {
    fill: none;
    vector-effect: non-scaling-stroke;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shuttle-holo-aura {
    stroke: rgba(126, 230, 255, 0.10);
    stroke-width: 34;
    filter: blur(2px);
    opacity: 0.72;
}

.shuttle-route {
    stroke: url(#shuttleGoldStroke);
    stroke-width: 1.05;
    opacity: 0.72;
    stroke-dasharray: 10 14;
    animation: asylonia-shuttle-dash 13s linear infinite;
}

.shuttle-route-main {
    stroke-width: 1.35;
    opacity: 0.86;
    filter: drop-shadow(0 0 7px rgba(255, 216, 132, 0.22));
}

.shuttle-route-ghost {
    opacity: 0.34;
    stroke-width: 0.78;
    animation-duration: 17s;
    animation-direction: reverse;
}

.shuttle-route-low {
    opacity: 0.24;
    animation-duration: 22s;
}

.shuttle-portal {
    transform-box: fill-box;
    transform-origin: center;
    animation: asylonia-portal-pulse 4.2s ease-in-out infinite;
}

.shuttle-portal-glow {
    fill: url(#shuttlePortalGlow);
    opacity: 0.95;
}

.shuttle-portal-line,
.shuttle-portal-axis {
    stroke: url(#shuttleHoloStroke);
    opacity: 0.58;
    stroke-width: 0.95;
    filter: drop-shadow(0 0 8px rgba(137, 230, 255, 0.22));
}

.shuttle-portal-line-two {
    opacity: 0.36;
    stroke-dasharray: 5 9;
    animation: asylonia-shuttle-dash 10s linear infinite reverse;
}

.shuttle-portal-axis {
    opacity: 0.22;
    stroke-width: 0.5;
}

.citizen-shuttle-object {
    transform-box: fill-box;
    transform-origin: center;
    animation: asylonia-shuttle-object 7.2s ease-in-out infinite;
}

.shuttle-line {
    stroke: url(#shuttleHoloStroke);
    stroke-width: 1.15;
    opacity: 0.88;
    stroke-dasharray: 420;
    stroke-dashoffset: 420;
    animation: asylonia-shuttle-draw 6.4s ease-in-out infinite;
    filter: drop-shadow(0 0 3px rgba(155, 235, 255, 0.34));
}

.shuttle-body {
    stroke-width: 1.42;
    opacity: 0.96;
}

.shuttle-window {
    stroke-width: 1.7;
    opacity: 0.92;
}

.shuttle-trail {
    stroke: url(#shuttleGoldStroke);
    stroke-width: 1.05;
    opacity: 0.62;
    stroke-dasharray: 72 22;
    animation: asylonia-shuttle-trail 3.4s linear infinite;
}

.shuttle-trail-two {
    opacity: 0.38;
    animation-duration: 4.6s;
}

.shuttle-node {
    fill: #e8fbff;
    opacity: 0.72;
    filter: drop-shadow(0 0 5px rgba(150, 235, 255, 0.48));
    animation: asylonia-shuttle-node 2.8s ease-in-out infinite;
}

.signal-dot {
    fill: #e8fbff;
    stroke: rgba(255, 216, 132, 0.70);
    stroke-width: 0.6;
    filter: drop-shadow(0 0 8px rgba(255, 216, 132, 0.65));
    opacity: 0.92;
}

.signal-dot-two {
    fill: #ffd884;
    opacity: 0.74;
}

.signal-dot-three {
    fill: #92eeff;
    opacity: 0.72;
}

.shuttle-holo-base {
    position: absolute;
    left: 50%;
    bottom: 22px;
    width: min(62%, 320px);
    height: 62px;
    transform: translateX(-50%);
    pointer-events: none;
}

.shuttle-holo-base span,
.shuttle-holo-base i {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.shuttle-holo-base span {
    width: 100%;
    height: 26px;
    border: 1px solid rgba(134, 222, 255, 0.50);
    background: radial-gradient(ellipse at center, rgba(142, 226, 255, 0.20), transparent 68%);
    box-shadow: 0 0 30px rgba(96, 203, 255, 0.22);
    animation: asylonia-shuttle-base 3.4s ease-in-out infinite;
}

.shuttle-holo-base i {
    width: 42%;
    height: 8px;
    background: linear-gradient(90deg, transparent, rgba(172, 239, 255, 0.86), transparent);
    box-shadow: 0 0 28px rgba(138, 225, 255, 0.62);
}

.shuttle-stars i {
    position: absolute;
    z-index: 4;
    width: 2px;
    height: 2px;
    border-radius: 999px;
    background: #dff8ff;
    box-shadow: 0 0 12px rgba(145, 225, 255, 0.88);
    animation: asylonia-holo-spark 3.4s ease-in-out infinite;
}

.shuttle-stars i:nth-child(1) { left: 16%; top: 18%; animation-delay: 0.1s; }
.shuttle-stars i:nth-child(2) { left: 72%; top: 16%; animation-delay: 0.6s; }
.shuttle-stars i:nth-child(3) { left: 84%; top: 48%; animation-delay: 1.1s; }
.shuttle-stars i:nth-child(4) { left: 24%; top: 70%; animation-delay: 1.7s; }
.shuttle-stars i:nth-child(5) { left: 44%; top: 12%; animation-delay: 2.2s; }
.shuttle-stars i:nth-child(6) { left: 62%; top: 78%; animation-delay: 2.8s; }
.shuttle-stars i:nth-child(7) { left: 36%; top: 52%; animation-delay: 3.1s; }
.shuttle-stars i:nth-child(8) { left: 53%; top: 33%; animation-delay: 1.3s; }
.shuttle-stars i:nth-child(9) { left: 10%; top: 48%; animation-delay: 2.5s; }
.shuttle-stars i:nth-child(10) { left: 90%; top: 24%; animation-delay: 0.9s; }

.ai-logo-symbol {
    overflow: hidden;
    padding: 0;
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 216, 132, 0.18), transparent 48%),
        rgba(0, 0, 0, 0.26);
}

.ai-logo-symbol img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    filter: saturate(1.02) contrast(1.05) drop-shadow(0 0 14px rgba(255, 216, 132, 0.22));
}

.ai-logo-symbol::after,
.ai-holo-symbol::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    border: 1px solid rgba(255, 216, 132, 0.28);
    box-shadow: inset 0 0 22px rgba(255, 216, 132, 0.08);
    pointer-events: none;
}

.asylonia-ai-card .ai-status:not(.ai-status-live) {
    color: #ffd884;
}


@keyframes asylonia-shuttle-drift {
    0%, 100% { transform: translateY(2px) rotateX(0deg) rotateY(-3deg) scale(0.985); }
    50% { transform: translateY(-10px) rotateX(1.2deg) rotateY(4deg) scale(1.012); }
}

@keyframes asylonia-shuttle-object {
    0%, 100% { transform: translate(0, 0) rotate(-2deg); }
    50% { transform: translate(9px, -6px) rotate(1.5deg); }
}

@keyframes asylonia-shuttle-draw {
    0% { stroke-dashoffset: 420; opacity: 0.18; }
    18%, 76% { stroke-dashoffset: 0; opacity: 0.92; }
    100% { stroke-dashoffset: -420; opacity: 0.18; }
}

@keyframes asylonia-shuttle-dash {
    to { stroke-dashoffset: -120; }
}

@keyframes asylonia-shuttle-trail {
    to { stroke-dashoffset: -160; }
}

@keyframes asylonia-shuttle-node {
    0%, 100% { opacity: 0.42; transform: scale(0.82); }
    50% { opacity: 0.95; transform: scale(1.16); }
}

@keyframes asylonia-shuttle-base {
    0%, 100% { opacity: 0.48; transform: translate(-50%, -50%) scaleX(0.92); }
    50% { opacity: 0.92; transform: translate(-50%, -50%) scaleX(1.05); }
}

@keyframes asylonia-portal-pulse {
    0%, 100% { opacity: 0.66; transform: scale(0.98); }
    50% { opacity: 1; transform: scale(1.04); }
}

@media (max-width: 760px) {
    .asylonia-shuttle-hologram {
        min-height: 390px;
    }

    .shuttle-holo-stage {
        inset: 12px 8px 8px;
    }

    .shuttle-hologram-svg {
        width: min(104%, 470px);
        transform: translateX(-5%);
    }

    .shuttle-holo-base {
        bottom: 16px;
        width: min(74%, 300px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .shuttle-hologram-svg,
    .citizen-shuttle-object,
    .shuttle-route,
    .shuttle-portal,
    .shuttle-portal-line-two,
    .shuttle-line,
    .shuttle-trail,
    .shuttle-node,
    .shuttle-holo-base span,
    .shuttle-stars i {
        animation: none !important;
    }

    .shuttle-line {
        stroke-dashoffset: 0;
    }
}

@keyframes asylonia-nomad-float {
    0%, 100% { transform: translateY(2px) rotateX(0deg) rotateY(-4deg) scale(0.985); }
    50% { transform: translateY(-12px) rotateX(1.5deg) rotateY(4deg) scale(1.015); }
}

@keyframes asylonia-holo-breathe {
    0%, 100% { opacity: 0.48; transform: scale(0.98); }
    50% { opacity: 0.88; transform: scale(1.03); }
}

@keyframes asylonia-holo-draw {
    0% { stroke-dashoffset: 560; opacity: 0.18; }
    22%, 76% { stroke-dashoffset: 0; opacity: 0.86; }
    100% { stroke-dashoffset: -560; opacity: 0.22; }
}

@keyframes asylonia-holo-dash {
    to { stroke-dashoffset: -120; }
}

@keyframes asylonia-holo-node {
    0%, 100% { opacity: 0.46; transform: scale(0.82); }
    50% { opacity: 0.92; transform: scale(1.12); }
}

@keyframes asylonia-holo-base {
    0%, 100% { opacity: 0.52; transform: translate(-50%, -50%) scaleX(0.92); }
    50% { opacity: 0.96; transform: translate(-50%, -50%) scaleX(1.04); }
}

@keyframes asylonia-holo-spark {
    0%, 100% { opacity: 0; transform: translateY(5px) scale(0.5); }
    35%, 62% { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 760px) {
    .asylonia-nomad-hologram {
        min-height: 390px;
    }

    .nomad-holo-stage {
        inset: 16px 10px 10px;
    }

    .nomad-hologram-svg {
        width: min(96%, 420px);
    }

    .nomad-holo-base {
        bottom: 16px;
        width: min(78%, 300px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .nomad-hologram-svg,
    .nomad-holo-aura,
    .nomad-holo-ring,
    .nomad-line,
    .nomad-base-line,
    .nomad-node,
    .nomad-holo-base span,
    .nomad-holo-stars i {
        animation: none !important;
    }

    .nomad-line {
        stroke-dashoffset: 0;
    }
}


/* ==========================================================
   Hero Visual - Asylonia Light Corridor
   ========================================================== */

.asylonia-light-corridor {
    isolation: isolate;
    min-height: 520px;
    background:
        radial-gradient(circle at 52% 43%, rgba(213, 249, 255, 0.17), transparent 16%),
        radial-gradient(circle at 54% 44%, rgba(85, 210, 255, 0.12), transparent 36%),
        radial-gradient(circle at 18% 92%, rgba(44, 158, 230, 0.15), transparent 42%),
        linear-gradient(145deg, rgba(3, 5, 9, 0.98), rgba(6, 17, 32, 0.97) 52%, rgba(11, 8, 5, 0.98));
}

.asylonia-light-corridor::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 7;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.035) 1px, transparent 1px),
        radial-gradient(circle at 50% 44%, transparent 0%, transparent 42%, rgba(0,0,0,0.42) 100%);
    background-size: 100% 5px, auto;
    mix-blend-mode: screen;
    opacity: 0.34;
    pointer-events: none;
}

.light-corridor-canvas {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
}

.light-corridor-grid {
    z-index: 1;
    opacity: 0.28;
    background:
        linear-gradient(90deg, rgba(113, 226, 255, 0.075) 1px, transparent 1px),
        linear-gradient(180deg, rgba(113, 226, 255, 0.045) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: radial-gradient(circle at 52% 44%, #000 0%, #000 52%, transparent 100%);
}

.light-corridor-scanline {
    z-index: 8;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(126, 231, 255, 0.34), rgba(255, 216, 132, 0.30), transparent);
    box-shadow: 0 0 20px rgba(126, 231, 255, 0.14);
    opacity: 0.52;
    animation-duration: 7.2s;
}

.light-corridor-vignette {
    position: absolute;
    inset: 0;
    z-index: 6;
    background:
        radial-gradient(circle at 52% 44%, transparent 0%, transparent 32%, rgba(4, 8, 13, 0.24) 62%, rgba(0, 0, 0, 0.48) 100%),
        linear-gradient(90deg, rgba(0,0,0,0.28), transparent 26%, transparent 74%, rgba(0,0,0,0.34));
    pointer-events: none;
}

.light-corridor-destination {
    position: absolute;
    z-index: 5;
    left: 52%;
    top: 43%;
    width: 180px;
    height: 180px;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    pointer-events: none;
}

.light-corridor-core {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: radial-gradient(circle, #fff 0%, #dffaff 24%, rgba(111, 226, 255, 0.55) 44%, rgba(255, 216, 132, 0.18) 58%, transparent 76%);
    box-shadow:
        0 0 26px rgba(216, 250, 255, 0.82),
        0 0 68px rgba(97, 215, 255, 0.38),
        0 0 110px rgba(255, 216, 132, 0.14);
    animation: asylonia-light-core 3.8s ease-in-out infinite;
}

.light-corridor-ring {
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(132, 233, 255, 0.28);
    box-shadow: 0 0 22px rgba(103, 215, 255, 0.12);
    transform: rotateX(66deg) rotateZ(-12deg);
}

.light-corridor-ring-one {
    width: 92px;
    height: 92px;
    animation: asylonia-light-ring 6.8s linear infinite;
}

.light-corridor-ring-two {
    width: 142px;
    height: 142px;
    border-color: rgba(255, 216, 132, 0.20);
    animation: asylonia-light-ring 10s linear infinite reverse;
}

.light-corridor-ring-three {
    width: 196px;
    height: 196px;
    border-color: rgba(132, 233, 255, 0.12);
    animation: asylonia-light-ring 13s linear infinite;
}

.light-corridor-gold-thread {
    position: absolute;
    z-index: 4;
    left: 52%;
    top: 43%;
    width: 52%;
    height: 1px;
    transform-origin: 0 50%;
    background: linear-gradient(90deg, rgba(255, 216, 132, 0.72), rgba(255, 216, 132, 0.10), transparent);
    filter: drop-shadow(0 0 8px rgba(255, 216, 132, 0.28));
    opacity: 0.38;
    pointer-events: none;
}

.light-corridor-gold-thread-one {
    transform: rotate(22deg);
    animation: asylonia-light-thread 5.8s ease-in-out infinite;
}

.light-corridor-gold-thread-two {
    transform: rotate(158deg);
    animation: asylonia-light-thread 6.4s ease-in-out infinite reverse;
}

.light-corridor-depth-grid {
    position: absolute;
    z-index: 3;
    left: 8%;
    right: 8%;
    bottom: -18%;
    height: 45%;
    transform: perspective(420px) rotateX(62deg);
    transform-origin: 50% 100%;
    background:
        linear-gradient(90deg, rgba(119, 230, 255, 0.13) 1px, transparent 1px),
        linear-gradient(180deg, rgba(119, 230, 255, 0.11) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(180deg, transparent, #000 22%, transparent 92%);
    opacity: 0.33;
    pointer-events: none;
}

@keyframes asylonia-light-core {
    0%, 100% {
        transform: scale(0.92);
        opacity: 0.82;
    }
    50% {
        transform: scale(1.12);
        opacity: 1;
    }
}

@keyframes asylonia-light-ring {
    0% {
        transform: rotateX(66deg) rotateZ(-12deg) scale(0.98);
        opacity: 0.42;
    }
    50% {
        opacity: 0.72;
    }
    100% {
        transform: rotateX(66deg) rotateZ(348deg) scale(1.04);
        opacity: 0.42;
    }
}

@keyframes asylonia-light-thread {
    0%, 100% {
        opacity: 0.18;
        width: 38%;
    }
    50% {
        opacity: 0.46;
        width: 58%;
    }
}

@media (max-width: 1180px) {
    .asylonia-light-corridor {
        min-height: 430px;
    }
}

@media (max-width: 640px) {
    .asylonia-light-corridor {
        min-height: 330px;
    }

    .light-corridor-destination {
        width: 138px;
        height: 138px;
    }

    .light-corridor-depth-grid {
        height: 36%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .light-corridor-core,
    .light-corridor-ring,
    .light-corridor-gold-thread {
        animation: none !important;
    }
}


/* ==========================================================
   AI Spirit Hover v5 - Zographia clear paint can + brush
   ========================================================== */
.ai-spirit-zographia .ai-spirit-paint-set-v5 {
    right: 2px;
    top: 34px;
    width: 190px;
    height: 140px;
    opacity: 0.78;
    overflow: visible;
    transform-origin: 122px 88px;
    animation: ai-art-set-float 8.4s ease-in-out infinite;
}

.ai-spirit-paint-can-v5,
.ai-spirit-clear-brush-v5 {
    transform-box: fill-box;
    transform-origin: center;
}

.ai-spirit-paint-can-v5 {
    animation: ai-art-bucket-float 7.8s ease-in-out 0.15s infinite;
}

.ai-spirit-clear-brush-v5 {
    animation: ai-art-brush-v5-float 7.1s ease-in-out 0.45s infinite;
}

.ai-spirit-can-body-v5,
.ai-spirit-can-rim-v5,
.ai-spirit-brush-bristle-block-v5,
.ai-spirit-brush-ferrule-v5,
.ai-spirit-brush-handle-v5 {
    fill: rgba(255, 216, 132, 0.08);
    stroke: rgba(255, 216, 132, 0.72);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 9px rgba(255, 216, 132, 0.16));
}

.ai-spirit-can-rim-v5,
.ai-spirit-brush-ferrule-v5 {
    fill: rgba(120, 224, 255, 0.09);
    stroke: rgba(138, 229, 255, 0.62);
}

.ai-spirit-can-handle-v5,
.ai-spirit-can-inner-v5,
.ai-spirit-can-stripe-v5,
.ai-spirit-can-bottom-v5,
.ai-spirit-brush-lines-v5,
.ai-spirit-brush-band-v5 {
    fill: none;
    stroke: rgba(232, 247, 255, 0.48);
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 6px rgba(120, 224, 255, 0.14));
}

.ai-spirit-paint-drip-v5 {
    fill: rgba(98, 214, 255, 0.24);
    stroke: rgba(127, 224, 255, 0.60);
    stroke-width: 1.4;
    stroke-linejoin: round;
}

.ai-spirit-brush-bristle-block-v5 {
    fill: rgba(255, 216, 132, 0.13);
}

.ai-spirit-brush-handle-v5 {
    fill: rgba(255, 216, 132, 0.055);
    stroke: rgba(255, 216, 132, 0.68);
}

.ai-spirit-brush-hole-v5 {
    fill: rgba(5, 10, 16, 0.68);
    stroke: rgba(255, 216, 132, 0.54);
    stroke-width: 1.2;
}

.ai-spirit-zographia:hover .ai-spirit-can-body-v5,
.ai-spirit-zographia:hover .ai-spirit-can-rim-v5,
.ai-spirit-zographia:hover .ai-spirit-brush-bristle-block-v5,
.ai-spirit-zographia:hover .ai-spirit-brush-ferrule-v5,
.ai-spirit-zographia:hover .ai-spirit-brush-handle-v5 {
    stroke-opacity: 0.98;
    filter:
        drop-shadow(0 0 7px rgba(255, 216, 132, 0.26))
        drop-shadow(0 0 16px rgba(108, 220, 255, 0.12));
}

@keyframes ai-art-brush-v5-float {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-2deg); }
    34% { transform: translate3d(-5px, 4px, 0) rotate(2.5deg); }
    68% { transform: translate3d(4px, -5px, 0) rotate(-1deg); }
}


/* ==========================================================
   Home Community Hall - CSS-only Living Mind Hall
   Replaces the old Public Records preview visual.
   ========================================================== */

.asylonia-home-community {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 2%, rgba(210, 176, 109, 0.16), transparent 30%),
        radial-gradient(circle at 12% 90%, rgba(11, 47, 83, 0.06), transparent 34%),
        linear-gradient(180deg, #fbf8f2 0%, #f6f0e7 100%);
}

.asylonia-home-community::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(11, 47, 83, 0.028) 1px, transparent 1px),
        linear-gradient(180deg, rgba(185, 146, 71, 0.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.asylonia-community-preview-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(500px, 1.14fr);
    gap: clamp(30px, 5vw, 64px);
    align-items: center;
}

.asylonia-community-copy h2 {
    max-width: 640px;
    color: var(--asylonia-navy);
}

.asylonia-community-copy > p:not(.eyebrow):not(.asylonia-community-truthline) {
    max-width: 620px;
    margin-top: 18px;
    color: var(--asylonia-text-soft);
}

.asylonia-community-truthline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-top: 22px;
    color: rgba(7, 30, 58, 0.68);
    font-size: 0.84rem;
    font-weight: 850;
    letter-spacing: 0.01em;
}

.asylonia-community-truthline i {
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 999px;
    background: #c29236;
    box-shadow: 0 0 8px rgba(194, 146, 54, 0.26);
}

.asylonia-living-hall {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    isolation: isolate;
    border-radius: 34px;
    border: 1px solid rgba(255, 216, 132, 0.26);
    color: #fff7e8;
    background:
        radial-gradient(circle at 28% 26%, rgba(255, 216, 132, 0.13), transparent 27%),
        radial-gradient(circle at 80% 72%, rgba(101, 217, 255, 0.12), transparent 34%),
        linear-gradient(145deg, #070503 0%, #0a1726 50%, #071e3a 100%);
    box-shadow:
        0 34px 88px rgba(14, 27, 45, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        inset 0 -40px 80px rgba(0, 0, 0, 0.12);
}

.asylonia-living-hall::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: 10;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(
        from 130deg,
        transparent,
        rgba(255, 216, 132, 0.72),
        transparent 28%,
        rgba(100, 220, 255, 0.30),
        transparent 62%,
        rgba(255, 216, 132, 0.50),
        transparent
    );
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.52;
}

.living-hall-grid {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(128, 225, 255, 0.065) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 216, 132, 0.045) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: radial-gradient(circle at 50% 52%, #000 0%, #000 62%, transparent 100%);
    opacity: 0.52;
}

.living-hall-aura {
    position: absolute;
    z-index: 0;
    border-radius: 999px;
    filter: blur(18px);
    pointer-events: none;
}

.living-hall-aura-one {
    width: 270px;
    height: 270px;
    left: -80px;
    top: -96px;
    background: radial-gradient(circle, rgba(255, 216, 132, 0.18), transparent 68%);
}

.living-hall-aura-two {
    width: 330px;
    height: 330px;
    right: -116px;
    bottom: -132px;
    background: radial-gradient(circle, rgba(100, 220, 255, 0.15), transparent 70%);
}

.living-hall-scan {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 8%;
    height: 1px;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(126, 231, 255, 0.36), rgba(255, 216, 132, 0.34), transparent);
    box-shadow: 0 0 22px rgba(126, 231, 255, 0.14);
    animation: living-hall-scan 7.8s ease-in-out infinite;
}

.living-hall-header {
    position: absolute;
    z-index: 6;
    top: 22px;
    left: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.living-hall-header > div {
    display: grid;
    gap: 3px;
}

.living-hall-header span {
    color: #ffd884;
    font-size: 0.69rem;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.living-hall-header strong {
    color: #fff7e8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.24rem;
    line-height: 1.05;
}

.living-hall-header em {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    border: 1px solid rgba(255, 216, 132, 0.24);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 247, 232, 0.74);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.living-hall-header em i {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #69e6a6;
    box-shadow: 0 0 0 0 rgba(105, 230, 166, 0.46);
    animation: living-hall-open-pulse 2.2s ease-out infinite;
}

.living-hall-stage {
    position: absolute;
    z-index: 3;
    inset: 86px 22px 58px;
    perspective: 900px;
}

.mind-table {
    position: absolute;
    top: 50%;
    width: 44.5%;
    min-width: 0;
    transform-style: preserve-3d;
}

.mind-table-chess {
    left: 0.5%;
    transform: translateY(-50%) rotateY(4deg) rotateX(1.5deg);
}

.mind-table-go {
    right: 0.5%;
    transform: translateY(-50%) rotateY(-4deg) rotateX(1.5deg);
}

.mind-table-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.mind-table-title span {
    color: #ffd884;
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.mind-table-title strong {
    color: rgba(255, 247, 232, 0.54);
    font-size: 0.72rem;
    font-weight: 850;
}

.css-chess-board,
.css-go-board {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 0.72;
    border-radius: 18px;
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.css-chess-board {
    overflow: hidden;
    border: 1px solid rgba(255, 216, 132, 0.34);
    background-color: #d8b46d;
    background-image:
        conic-gradient(
            rgba(12, 35, 57, 0.88) 25%,
            rgba(239, 214, 162, 0.96) 0 50%,
            rgba(12, 35, 57, 0.88) 0 75%,
            rgba(239, 214, 162, 0.96) 0
        );
    background-size: 25% 50%;
    transform: perspective(560px) rotateX(4deg);
}

.css-chess-board::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 30%),
        linear-gradient(0deg, rgba(1, 8, 14, 0.12), transparent 44%);
}

.chess-piece {
    position: absolute;
    z-index: 3;
    width: 12.5%;
    height: 25%;
    display: grid;
    place-items: center;
    color: #fff4d8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1rem, 2.1vw, 1.85rem);
    line-height: 1;
    text-shadow:
        0 2px 3px rgba(0, 0, 0, 0.62),
        0 0 12px rgba(255, 216, 132, 0.24);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.chess-piece-rook { left: 0%; top: 0%; color: #091c30; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.18); }
.chess-piece-knight { left: 25%; top: 0%; color: #091c30; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.18); }
.chess-piece-pawn-a { left: 12.5%; top: 75%; }
.chess-piece-pawn-b { left: 62.5%; top: 25%; color: #091c30; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.18); }
.chess-piece-queen { left: 75%; top: 75%; }

.chess-piece-knight {
    animation: living-chess-move 9.2s cubic-bezier(.55, .08, .22, .99) infinite;
}

.chess-last-move {
    position: absolute;
    z-index: 2;
    left: 37.5%;
    top: 50%;
    width: 12.5%;
    height: 25%;
    background: rgba(255, 231, 145, 0.42);
    box-shadow: inset 0 0 18px rgba(255, 226, 130, 0.34);
    opacity: 0;
    animation: living-chess-square 9.2s ease-in-out infinite;
}

.css-go-board {
    overflow: visible;
    aspect-ratio: 1 / 0.84;
    border: 1px solid rgba(255, 216, 132, 0.42);
    background:
        linear-gradient(112deg, rgba(255, 255, 255, 0.10), transparent 28%),
        repeating-linear-gradient(7deg, rgba(91, 52, 12, 0.045) 0 1px, transparent 1px 7px),
        linear-gradient(180deg, #d7a957 0%, #c89243 52%, #b97f31 100%);
    box-shadow:
        0 20px 42px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.20),
        inset 0 -12px 20px rgba(92, 51, 10, 0.10);
    transform: perspective(560px) rotateX(3deg);
}

/* 9x9 Go grid.
   Use two tiled 1px line layers plus an explicit outer border instead of
   repeating-linear-gradient. This prevents fractional-pixel rounding from
   making some lines look faint or incomplete at responsive sizes. */
.css-go-board::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 9.5% 16%;
    box-sizing: border-box;
    border: 1px solid rgba(48, 29, 9, 0.78);
    background-image:
        linear-gradient(
            90deg,
            rgba(48, 29, 9, 0.78) 0 1px,
            transparent 1px 100%
        ),
        linear-gradient(
            180deg,
            rgba(48, 29, 9, 0.78) 0 1px,
            transparent 1px 100%
        );
    background-size: 12.5% 100%, 100% 12.5%;
    background-position: left top, left top;
    background-repeat: repeat-x, repeat-y;
    pointer-events: none;
}

/* Five hoshi points for the 9x9 board plus a soft wood sheen. */
.css-go-board::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 33% 29.75%, rgba(48, 29, 9, 0.76) 0 2px, transparent 2.5px),
        radial-gradient(circle at 67% 29.75%, rgba(48, 29, 9, 0.76) 0 2px, transparent 2.5px),
        radial-gradient(circle at 50% 50%, rgba(48, 29, 9, 0.76) 0 2.2px, transparent 2.7px),
        radial-gradient(circle at 33% 70.25%, rgba(48, 29, 9, 0.76) 0 2px, transparent 2.5px),
        radial-gradient(circle at 67% 70.25%, rgba(48, 29, 9, 0.76) 0 2px, transparent 2.5px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.10), transparent 34%);
    pointer-events: none;
}

.go-stone {
    position: absolute;
    z-index: 3;
    width: 8.2%;
    aspect-ratio: 1;
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.go-stone-black {
    background: radial-gradient(circle at 34% 28%, #53606d 0%, #121820 28%, #020405 72%);
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.48), inset 0 1px 1px rgba(255, 255, 255, 0.16);
}

.go-stone-white {
    background: radial-gradient(circle at 32% 28%, #fffdf5 0%, #e7e0cf 46%, #b9b09c 100%);
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.34), inset 0 1px 1px rgba(255, 255, 255, 0.58);
}

.go-stone-1 { left: 33%; top: 29.75%; }
.go-stone-2 { left: 50%; top: 19.625%; }
.go-stone-3 { left: 67%; top: 50%; }
.go-stone-4 { left: 41.5%; top: 60.125%; }
.go-stone-5 { left: 75.5%; top: 60.125%; }
.go-stone-6 { left: 84%; top: 29.75%; }
.go-stone-7 { left: 24.5%; top: 80.375%; }
.go-stone-8 { left: 50%; top: 80.375%; }
.go-stone-arriving {
    left: 75.5%;
    top: 19.625%;
    transform: translate(-50%, -50%) scale(0.16);
    opacity: 0;
    animation: living-go-arrive 7.4s cubic-bezier(.2, .8, .25, 1) infinite;
}

.hall-spectators {
    position: relative;
    height: 28px;
    margin-top: 10px;
}

.hall-spectators i {
    position: absolute;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 247, 232, 0.64);
    box-shadow:
        0 0 12px rgba(255, 216, 132, 0.28),
        0 0 22px rgba(111, 226, 255, 0.08);
    animation: living-spectator 4.6s ease-in-out infinite;
}

.hall-spectators i:nth-child(1) { left: 12%; animation-delay: 0s; }
.hall-spectators i:nth-child(2) { left: 31%; animation-delay: 0.9s; }
.hall-spectators i:nth-child(3) { left: 49%; animation-delay: 1.7s; }
.hall-spectators i:nth-child(4) { left: 70%; animation-delay: 2.5s; }
.hall-spectators i:nth-child(5) { left: 88%; animation-delay: 3.2s; }

.hall-spectators i::before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 999px;
    border: 1px solid rgba(118, 228, 255, 0.18);
    opacity: 0;
    animation: living-spectator-ring 4.6s ease-out infinite;
}

.hall-spectators i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 11px;
    width: 11px;
    height: 5px;
    border-radius: 8px 8px 4px 4px;
    background: rgba(255, 247, 232, 0.30);
    transform: translateX(-50%);
}

.hall-spectators i:nth-child(2)::before { animation-delay: 0.9s; }
.hall-spectators i:nth-child(3)::before { animation-delay: 1.7s; }
.hall-spectators i:nth-child(4)::before { animation-delay: 2.5s; }
.hall-spectators i:nth-child(5)::before { animation-delay: 3.2s; }

.living-hall-node {
    position: absolute;
    z-index: 6;
    left: 50%;
    top: 51%;
    width: 62px;
    height: 62px;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
}

.living-hall-node span,
.living-hall-node i {
    position: absolute;
    border-radius: 999px;
}

.living-hall-node span {
    width: 15px;
    height: 15px;
    background: #fff4cf;
    box-shadow:
        0 0 16px rgba(255, 225, 142, 0.96),
        0 0 38px rgba(100, 220, 255, 0.48),
        0 0 66px rgba(255, 216, 132, 0.18);
    animation: living-node-breathe 3.2s ease-in-out infinite;
}

.living-hall-node i {
    inset: 3px;
    border: 1px solid rgba(117, 226, 255, 0.42);
    box-shadow:
        inset 0 0 18px rgba(111, 226, 255, 0.08),
        0 0 18px rgba(255, 216, 132, 0.07);
    animation: living-node-ring 5.4s linear infinite;
}

.hall-energy-route {
    position: absolute;
    z-index: 1;
    top: 51%;
    width: 16%;
    height: 1px;
    opacity: 0.72;
    background: linear-gradient(90deg, transparent, rgba(255, 216, 132, 0.62), rgba(115, 224, 255, 0.66), transparent);
    box-shadow: 0 0 10px rgba(106, 220, 255, 0.14);
}

.hall-energy-route-one { left: 39.5%; transform: rotate(5deg); }
.hall-energy-route-two { right: 39.5%; transform: rotate(-5deg); }

.hall-energy-spark {
    position: absolute;
    z-index: 5;
    top: calc(51% - 2px);
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: #e8fbff;
    box-shadow:
        0 0 8px rgba(138, 230, 255, 0.82),
        0 0 18px rgba(255, 216, 132, 0.38);
}

.hall-energy-spark-one {
    left: 40%;
    animation: living-spark-left 5.8s ease-in-out infinite;
}

.hall-energy-spark-two {
    right: 40%;
    animation: living-spark-right 6.6s ease-in-out 1.1s infinite;
}

.living-hall-footer {
    position: absolute;
    z-index: 6;
    left: 24px;
    right: 24px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    color: rgba(255, 247, 232, 0.72);
    font-size: 0.80rem;
    font-weight: 850;
    letter-spacing: 0.02em;
    text-shadow: 0 0 14px rgba(255, 216, 132, 0.08);
}

.living-hall-footer i {
    width: 3px;
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 216, 132, 0.58);
}

@keyframes living-hall-scan {
    0% { top: 7%; opacity: 0; }
    18%, 82% { opacity: 0.52; }
    100% { top: 93%; opacity: 0; }
}

@keyframes living-hall-open-pulse {
    0% { box-shadow: 0 0 0 0 rgba(105, 230, 166, 0.44); }
    72%, 100% { box-shadow: 0 0 0 8px rgba(105, 230, 166, 0); }
}

@keyframes living-chess-move {
    0%, 18%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    27% {
        transform: translate3d(0, -7px, 0) rotate(-4deg);
    }
    36%, 74% {
        transform: translate3d(100%, 200%, 0) rotate(2deg);
    }
    82% {
        transform: translate3d(100%, 193%, 0) rotate(0deg);
    }
}

@keyframes living-chess-square {
    0%, 29%, 100% { opacity: 0; }
    37%, 70% { opacity: 1; }
    78% { opacity: 0; }
}

@keyframes living-go-arrive {
    0%, 20%, 100% {
        transform: translate(-50%, -50%) scale(0.16);
        opacity: 0;
    }
    34% {
        transform: translate(-50%, -50%) scale(1.16);
        opacity: 1;
    }
    42%, 78% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    88% {
        transform: translate(-50%, -50%) scale(0.92);
        opacity: 0;
    }
}

@keyframes living-spectator {
    0%, 100% { opacity: 0.34; transform: translateY(1px) scale(0.90); }
    48% { opacity: 1; transform: translateY(-2px) scale(1.16); }
}

@keyframes living-spectator-ring {
    0%, 18% { opacity: 0; transform: scale(0.72); }
    46% { opacity: 0.62; }
    76%, 100% { opacity: 0; transform: scale(1.70); }
}

@keyframes living-node-breathe {
    0%, 100% { transform: scale(0.88); opacity: 0.72; }
    50% { transform: scale(1.16); opacity: 1; }
}

@keyframes living-node-ring {
    0% { transform: rotate(0deg) scale(0.92); opacity: 0.30; }
    50% { transform: rotate(180deg) scale(1.08); opacity: 0.68; }
    100% { transform: rotate(360deg) scale(0.92); opacity: 0.30; }
}

@keyframes living-spark-left {
    0%, 16% { left: 40%; opacity: 0; }
    28% { opacity: 1; }
    76% { left: 49.3%; opacity: 1; }
    92%, 100% { left: 49.3%; opacity: 0; }
}

@keyframes living-spark-right {
    0%, 16% { right: 40%; opacity: 0; }
    28% { opacity: 1; }
    76% { right: 49.3%; opacity: 1; }
    92%, 100% { right: 49.3%; opacity: 0; }
}

@media (max-width: 1180px) {
    .asylonia-community-preview-grid {
        grid-template-columns: 1fr;
    }

    .asylonia-living-hall {
        min-height: 430px;
    }
}

@media (max-width: 700px) {
    .asylonia-living-hall {
        min-height: 520px;
        border-radius: 28px;
    }

    .living-hall-header {
        top: 18px;
        left: 16px;
        right: 16px;
        align-items: flex-start;
    }

    .living-hall-header strong {
        font-size: 1.04rem;
    }

    .living-hall-header em {
        min-height: 28px;
        padding: 0 9px;
        font-size: 0.64rem;
    }

    .living-hall-stage {
        inset: 86px 14px 58px;
    }

    .mind-table {
        width: 74%;
    }

    .mind-table-chess {
        left: 0;
        top: 31%;
        transform: translateY(-50%) rotateY(3deg);
    }

    .mind-table-go {
        right: 0;
        top: 75%;
        transform: translateY(-50%) rotateY(-3deg);
    }

    .living-hall-node {
        left: 50%;
        top: 53%;
    }

    .hall-energy-route,
    .hall-energy-spark {
        display: none;
    }

    .living-hall-footer {
        left: 14px;
        right: 14px;
        bottom: 15px;
        gap: 6px;
        font-size: 0.70rem;
    }

    .asylonia-community-truthline {
        gap: 7px;
        font-size: 0.8rem;
    }
}

@media (max-width: 430px) {
    .asylonia-living-hall {
        min-height: 500px;
    }

    .living-hall-header em {
        width: 28px;
        min-width: 28px;
        padding: 0;
        justify-content: center;
        font-size: 0;
    }

    .living-hall-header em i {
        width: 8px;
        height: 8px;
    }

    .mind-table {
        width: 82%;
    }

    .mind-table-title strong {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .living-hall-scan,
    .living-hall-header em i,
    .chess-piece-knight,
    .chess-last-move,
    .go-stone-arriving,
    .hall-spectators i,
    .hall-spectators i::before,
    .living-hall-node span,
    .living-hall-node i,
    .hall-energy-spark {
        animation: none !important;
    }

    .go-stone-arriving {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}