:root {
    --space-black: #050612;
    --deep-space: #090b22;
    --panel: rgba(10, 14, 38, 0.74);
    --panel-strong: rgba(13, 18, 48, 0.92);
    --panel-soft: rgba(255, 255, 255, 0.055);
    --line: rgba(179, 232, 255, 0.2);
    --line-strong: rgba(148, 236, 255, 0.38);
    --text: #f4f8ff;
    --muted: #aebbd6;
    --dim: #74809d;
    --cyan: #58e6ff;
    --violet: #ad7dff;
    --pink: #ff62c8;
    --gold: #ffd166;
    --green: #74ffbd;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    width: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    min-width: 0;
    margin: 0;
    overflow-x: hidden;
    color: var(--text);
    background: radial-gradient(circle at top left, rgba(88, 230, 255, 0.18), transparent 30vw), radial-gradient(circle at 85% 10%, rgba(255, 98, 200, 0.13), transparent 28vw), linear-gradient(180deg, #050612 0%, #08091f 44%, #03040b 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.72;
}

body.admin-bar .site-shell {
    min-height: calc(100vh - 32px);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
figure,
blockquote {
    margin-top: 0;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
    position: fixed;
    top: 14px;
    left: 14px;
    z-index: 9999;
    width: auto;
    height: auto;
    padding: 12px 16px;
    clip: auto;
    background: #fff;
    color: #071027;
    border-radius: 999px;
}

.cosmic-background {
    position: fixed;
    inset: 0;
    z-index: -5;
    pointer-events: none;
    overflow: hidden;
}

.cosmic-grid {
    position: absolute;
    inset: -30%;
    background-image: linear-gradient(rgba(88, 230, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(88, 230, 255, 0.08) 1px, transparent 1px);
    background-size: 64px 64px;
    transform: perspective(900px) rotateX(64deg) translateY(10%);
    transform-origin: center bottom;
    opacity: 0.22;
    mask-image: linear-gradient(to bottom, transparent 0%, #000 38%, transparent 100%);
}

.cosmic-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(18px);
    opacity: 0.8;
}

.cosmic-orb-a {
    width: 42vw;
    height: 42vw;
    left: -20vw;
    top: 8vh;
    background: radial-gradient(circle, rgba(88, 230, 255, 0.24), transparent 66%);
}

.cosmic-orb-b {
    width: 38vw;
    height: 38vw;
    right: -16vw;
    top: 5vh;
    background: radial-gradient(circle, rgba(255, 98, 200, 0.18), transparent 64%);
}

.cosmic-orb-c {
    width: 34vw;
    height: 34vw;
    left: 48vw;
    bottom: -18vw;
    background: radial-gradient(circle, rgba(173, 125, 255, 0.17), transparent 68%);
}

.cosmic-stars,
.cosmic-stars::before,
.cosmic-stars::after {
    position: absolute;
    inset: 0;
    content: "";
    background-repeat: repeat;
}

.cosmic-stars-one {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.9) 1px, transparent 1.5px);
    background-size: 86px 86px;
    opacity: 0.32;
}

.cosmic-stars-one::before {
    background-image: radial-gradient(circle, rgba(88, 230, 255, 0.8) 1px, transparent 1.5px);
    background-size: 123px 123px;
    transform: translate(28px, 19px);
    opacity: 0.44;
}

.cosmic-stars-two {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.55) 1px, transparent 1.4px);
    background-size: 151px 151px;
    transform: translate(18px, 42px);
    opacity: 0.36;
}

.site-shell {
    width: min(100%, calc(var(--max) + 40px));
    min-height: 100vh;
    margin: 0 auto;
    padding: 16px 16px 30px;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 auto 30px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(22px);
}

.site-branding {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
}

.site-logo-wrap,
.site-mark {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 30% 20%, #ffffff 0%, #9ff4ff 18%, #5277ff 46%, #28134c 100%);
    box-shadow: 0 0 24px rgba(88, 230, 255, 0.34), inset 0 0 24px rgba(255, 255, 255, 0.2);
    color: #06101d;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.site-logo-wrap img {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    object-fit: cover;
}

.site-identity {
    min-width: 0;
}

.site-title {
    margin: 0;
    color: var(--text);
    font-size: clamp(18px, 2.5vw, 25px);
    line-height: 1.12;
    font-weight: 850;
    letter-spacing: -0.04em;
}

.site-description {
    margin: 5px 0 0;
    max-width: 560px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.35;
}

.site-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.primary-menu,
.site-navigation ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-menu a,
.site-navigation .page_item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: #d9e4ff;
    background: rgba(255, 255, 255, 0.045);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.primary-menu a:hover,
.primary-menu a:focus-visible,
.site-navigation .page_item a:hover,
.site-navigation .page_item a:focus-visible {
    transform: translateY(-1px);
    border-color: var(--line-strong);
    background: rgba(88, 230, 255, 0.1);
}

.site-main {
    width: 100%;
}

.hero-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    align-items: center;
    gap: clamp(24px, 5vw, 60px);
    min-height: 600px;
    margin-bottom: 44px;
    padding: clamp(34px, 6vw, 76px);
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, rgba(7, 10, 30, 0.86), rgba(22, 16, 57, 0.62)), radial-gradient(circle at 74% 40%, rgba(88, 230, 255, 0.15), transparent 34%), radial-gradient(circle at 32% 15%, rgba(255, 98, 200, 0.14), transparent 38%);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.hero-section::before {
    position: absolute;
    inset: 1px;
    content: "";
    border-radius: calc(var(--radius-xl) - 1px);
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.12), transparent 33%, rgba(88, 230, 255, 0.11) 70%, transparent 100%);
    opacity: 0.42;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 17px;
    color: var(--cyan);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.18em;
    line-height: 1.25;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 32px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, var(--cyan), transparent);
}

.hero-content h2,
.section-heading h1,
.section-heading h2,
.single-header h1,
.not-found-panel h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 7vw, 88px);
    line-height: 0.94;
    letter-spacing: -0.075em;
    text-wrap: balance;
}

.hero-content p:not(.eyebrow),
.section-heading p,
.single-summary,
.not-found-panel p {
    color: var(--muted);
    font-size: clamp(17px, 2.1vw, 21px);
    line-height: 1.72;
}

.hero-content p:not(.eyebrow) {
    max-width: 660px;
    margin: 24px 0 0;
}

.hero-button,
.post-card-cta,
.wp-block-button__link,
.form-submit .submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    margin-top: 28px;
    padding: 13px 20px;
    border: 1px solid rgba(88, 230, 255, 0.44);
    border-radius: 999px;
    color: #06101d;
    background: linear-gradient(135deg, #9ff5ff, #b99cff 56%, #ff8bd8);
    box-shadow: 0 10px 35px rgba(88, 230, 255, 0.28);
    font-weight: 900;
    line-height: 1.1;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hero-button:hover,
.post-card:hover .post-card-cta,
.wp-block-button__link:hover,
.form-submit .submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 45px rgba(255, 98, 200, 0.28), 0 0 30px rgba(88, 230, 255, 0.16);
}

.hero-visual {
    position: relative;
    z-index: 2;
    width: min(100%, 420px);
    aspect-ratio: 1;
    margin: 0 auto;
    filter: drop-shadow(0 28px 80px rgba(88, 230, 255, 0.25));
}

.planet-core {
    position: absolute;
    inset: 22%;
    border-radius: 999px;
    background: radial-gradient(circle at 34% 22%, #ffffff 0%, #a2f8ff 12%, #5d7cff 34%, #8f49ff 58%, #110b2a 100%);
    box-shadow: inset -24px -30px 60px rgba(0, 0, 0, 0.45), inset 16px 12px 28px rgba(255, 255, 255, 0.26), 0 0 60px rgba(88, 230, 255, 0.35);
}

.planet-core::after {
    position: absolute;
    inset: 13%;
    content: "";
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.28);
    opacity: 0.6;
}

.orbit {
    position: absolute;
    inset: 8%;
    border-radius: 999px;
    border: 1px solid rgba(175, 237, 255, 0.26);
    transform: rotate(-18deg) skew(-8deg);
}

.orbit-two {
    inset: 0;
    border-color: rgba(255, 98, 200, 0.26);
    transform: rotate(30deg) skew(-12deg);
}

.orbit-three {
    inset: 17%;
    border-color: rgba(255, 209, 102, 0.24);
    transform: rotate(70deg) skew(-10deg);
}

.satellite {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 28px rgba(255, 255, 255, 0.85), 0 0 42px rgba(88, 230, 255, 0.54);
}

.satellite-one {
    top: 17%;
    right: 21%;
}

.satellite-two {
    bottom: 22%;
    left: 14%;
    background: var(--pink);
}

.archive-section,
.single-transmission,
.cosmic-page,
.not-found-panel {
    margin-bottom: 46px;
}

.section-heading {
    max-width: 820px;
    margin: 0 0 28px;
}

.section-heading h1,
.section-heading h2,
.single-header h1,
.not-found-panel h1 {
    font-size: clamp(34px, 5.4vw, 72px);
}

.section-heading p {
    margin: 18px 0 0;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.post-card {
    position: relative;
    min-width: 0;
    border-radius: var(--radius-lg);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.032));
    border: 1px solid var(--line);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.post-card::before {
    position: absolute;
    inset: 0;
    content: "";
    background: radial-gradient(circle at 18% 0%, rgba(88, 230, 255, 0.15), transparent 38%), radial-gradient(circle at 85% 20%, rgba(255, 98, 200, 0.14), transparent 36%);
    opacity: 0.7;
    pointer-events: none;
}

.post-card:hover {
    transform: translateY(-4px);
    border-color: rgba(88, 230, 255, 0.42);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.045));
}

.post-card-link {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 24px;
}

.post-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    color: var(--cyan);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.post-card h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.07;
    letter-spacing: -0.045em;
}

.post-card-excerpt {
    margin-top: 18px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.64;
}

.post-card-excerpt p {
    margin-bottom: 0;
}

.post-card-cta {
    align-self: flex-start;
    margin-top: auto;
    color: #06101d;
    font-size: 13px;
}

.single-header {
    max-width: 980px;
    margin: 0 auto 28px;
    text-align: center;
}

.single-header .eyebrow {
    justify-content: center;
}

.single-summary {
    max-width: 720px;
    margin: 22px auto 0;
}

.featured-orbit-image {
    margin: 0 auto 24px;
    max-width: 980px;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.featured-orbit-image img {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
}

.transmission-panel,
.page-panel,
.not-found-panel,
.comments-area {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(22px, 4.7vw, 58px);
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.032)), rgba(7, 10, 30, 0.76);
    box-shadow: var(--shadow);
    backdrop-filter: blur(20px);
    overflow: hidden;
}

.transmission-panel::before,
.not-found-panel::before,
.comments-area::before {
    position: absolute;
    inset: 0;
    content: "";
    background: radial-gradient(circle at 10% 0%, rgba(88, 230, 255, 0.11), transparent 32%), radial-gradient(circle at 90% 10%, rgba(255, 98, 200, 0.09), transparent 34%);
    pointer-events: none;
}

.transmission-scanline {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 0, rgba(255, 255, 255, 0.03) 1px, transparent 2px);
    background-size: 100% 7px;
    opacity: 0.18;
    pointer-events: none;
}

.entry-content,
.comments-area > * {
    position: relative;
    z-index: 1;
}

.entry-content {
    color: #dfe7fb;
    overflow-wrap: anywhere;
}

.entry-content > *:last-child {
    margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: #fff;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.entry-content h2 {
    margin: 48px 0 18px;
    font-size: clamp(30px, 4vw, 48px);
}

.entry-content h3 {
    margin: 34px 0 14px;
    font-size: clamp(24px, 3vw, 34px);
}

.entry-content p {
    margin-bottom: 1.45em;
}

.entry-content a {
    color: #a4f7ff;
    border-bottom: 1px solid rgba(164, 247, 255, 0.42);
}

.entry-content blockquote {
    margin: 36px 0;
    padding: 24px 26px;
    border: 1px solid rgba(88, 230, 255, 0.24);
    border-left: 4px solid var(--cyan);
    border-radius: var(--radius-md);
    background: rgba(88, 230, 255, 0.065);
    color: #fff;
    font-size: 21px;
    line-height: 1.55;
}

.entry-content ul,
.entry-content ol {
    padding-left: 1.35em;
}

.entry-content li {
    margin-bottom: 0.55em;
}

.alien-dialogue {
    position: relative;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 18px;
    align-items: flex-start;
    margin: 0 0 20px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.alien-dialogue::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.68;
    pointer-events: none;
}

.alien-dialogue-zog {
    background: linear-gradient(135deg, rgba(88, 230, 255, 0.12), rgba(255, 255, 255, 0.045));
}

.alien-dialogue-zog::before {
    background: radial-gradient(circle at 0% 0%, rgba(88, 230, 255, 0.2), transparent 40%);
}

.alien-dialogue-ai {
    background: linear-gradient(135deg, rgba(173, 125, 255, 0.13), rgba(255, 98, 200, 0.065));
}

.alien-dialogue-ai::before {
    background: radial-gradient(circle at 100% 0%, rgba(255, 98, 200, 0.18), transparent 40%);
}

.alien-dialogue-signal {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alien-dialogue-signal span {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 22px;
    color: #06101d;
    background: linear-gradient(135deg, #9ff5ff, #b99cff 58%, #ff8bd8);
    box-shadow: 0 0 34px rgba(88, 230, 255, 0.27);
    font-size: 15px;
    font-weight: 950;
    letter-spacing: 0.12em;
}

.alien-dialogue-ai .alien-dialogue-signal span {
    background: linear-gradient(135deg, #ffb3ea, #b99cff 52%, #8deeff);
}

.alien-dialogue-body {
    position: relative;
    z-index: 1;
    min-width: 0;
    color: #eef4ff;
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.74;
}

.post-navigation-wrap {
    max-width: 980px;
    margin: 24px auto 0;
}

.post-navigation-wrap .nav-links,
.pagination-wrap .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 14px;
}

.post-navigation-wrap a,
.pagination-wrap a,
.pagination-wrap span {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 11px 15px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    color: #dfe9ff;
    font-size: 14px;
    font-weight: 800;
}

.pagination-wrap {
    margin-top: 26px;
}

.pagination-wrap .nav-links {
    justify-content: center;
    flex-wrap: wrap;
}

.pagination-wrap .current {
    border-color: rgba(88, 230, 255, 0.52);
    color: #06101d;
    background: #9ff5ff;
}

.empty-state {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.055);
}

.empty-state h2 {
    margin-bottom: 10px;
}

.not-found-panel {
    text-align: center;
}

.comments-area {
    margin-top: 32px;
}

.comment-list {
    padding-left: 1.1em;
}

.comment-body {
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.05);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--text);
    font: inherit;
}

textarea {
    min-height: 160px;
}

label {
    display: block;
    margin-bottom: 7px;
    color: var(--muted);
    font-weight: 800;
}

.form-submit .submit {
    border: 0;
    cursor: pointer;
}

.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 32px;
    padding: 18px 4px 2px;
    color: var(--dim);
    font-size: 13px;
}

.footer-signal span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    background: rgba(255, 255, 255, 0.04);
    font-weight: 800;
}

.footer-copy {
    margin: 0;
}

.alignwide,
.alignfull {
    max-width: 100%;
}

.wp-block-image,
.wp-block-gallery,
.wp-block-cover,
.wp-block-table {
    margin: 34px 0;
}

.wp-block-table {
    overflow-x: auto;
}

.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.wp-block-table td,
.wp-block-table th {
    padding: 12px;
    border: 1px solid var(--line);
}

@media (max-width: 980px) {
    .site-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-navigation,
    .primary-menu,
    .site-navigation ul {
        width: 100%;
        justify-content: flex-start;
    }

    .hero-section {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .hero-visual {
        width: min(100%, 330px);
    }

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

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    .site-shell {
        padding-left: 12px;
        padding-right: 12px;
    }

    .site-header {
        border-radius: 22px;
    }

    .site-branding {
        width: 100%;
    }

    .site-title {
        font-size: 19px;
    }

    .site-description {
        font-size: 12px;
    }

    .primary-menu,
    .site-navigation ul {
        gap: 6px;
    }

    .primary-menu a,
    .site-navigation .page_item a {
        min-height: 38px;
        padding: 9px 11px;
        font-size: 13px;
    }

    .hero-section,
    .transmission-panel,
    .page-panel,
    .not-found-panel,
    .comments-area {
        border-radius: 24px;
    }

    .hero-section {
        padding: 30px 20px;
    }

    .hero-content h2,
    .section-heading h1,
    .section-heading h2,
    .single-header h1,
    .not-found-panel h1 {
        letter-spacing: -0.055em;
    }

    .post-grid {
        grid-template-columns: 1fr;
    }

    .post-card-link {
        padding: 21px;
    }

    .alien-dialogue {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px;
    }

    .alien-dialogue-signal {
        justify-content: flex-start;
    }

    .alien-dialogue-signal span {
        width: auto;
        height: 38px;
        padding: 0 14px;
        border-radius: 999px;
    }

    .post-navigation-wrap .nav-links {
        flex-direction: column;
    }

    .site-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 430px) {
    .site-shell {
        padding-left: 10px;
        padding-right: 10px;
    }

    .site-header {
        padding: 10px;
    }

    .site-mark,
    .site-logo-wrap,
    .site-logo-wrap img {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        border-radius: 15px;
    }

    .hero-section {
        padding: 26px 16px;
    }

    .hero-button,
    .post-card-cta,
    .wp-block-button__link,
    .form-submit .submit {
        width: 100%;
        text-align: center;
    }

    .hero-visual {
        width: min(100%, 260px);
    }

    .transmission-panel,
    .page-panel,
    .not-found-panel,
    .comments-area {
        padding: 20px 15px;
    }

    .entry-content blockquote {
        padding: 18px;
        font-size: 18px;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .cosmic-stars-one {
        animation: driftStars 95s linear infinite;
    }

    .cosmic-stars-two {
        animation: driftStarsReverse 130s linear infinite;
    }

    .planet-core {
        animation: planetPulse 7s ease-in-out infinite;
    }

    .satellite-one {
        animation: blinkSignal 2.8s ease-in-out infinite;
    }

    .satellite-two {
        animation: blinkSignal 3.6s ease-in-out infinite;
    }
}

@keyframes driftStars {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-86px, 86px, 0);
    }
}

@keyframes driftStarsReverse {
    from {
        transform: translate3d(18px, 42px, 0);
    }
    to {
        transform: translate3d(169px, -109px, 0);
    }
}

@keyframes planetPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.025);
    }
}

@keyframes blinkSignal {
    0%, 100% {
        opacity: 0.85;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.18);
    }
}
