:root {
    --bg-0: #050809;
    --bg-1: #0c1315;
    --bg-2: #111d20;
    --line: #1f2e33;
    --text: #e6f2ef;
    --muted: #97aca7;
    --green: #3cff9b;
    --cyan: #2cecf2;
    --danger: #ff6b6b;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background: radial-gradient(1200px 700px at 80% -20%, #12363f 0%, transparent 60%), var(--bg-0);
    color: var(--text); 
    min-height: 100vh;
    max-width: 100%;
    overflow-x: hidden;
}

.page-home {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    isolation: isolate;
    background: var(--bg-0);
}

.page-home main,
.page-home .topbar,
.page-home .sticky-buy {
    position: relative;  
}

.page-home::before {
    content: "";
    position: fixed;
    inset: -28vmax;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(42vmax 36vmax at 12% 22%, rgba(44, 236, 242, 0.3), transparent 62%),
        radial-gradient(40vmax 34vmax at 86% 16%, rgba(60, 255, 155, 0.24), transparent 64%),
        radial-gradient(35vmax 30vmax at 55% 88%, rgba(23, 84, 98, 0.3), transparent 66%);
    filter: blur(6px);
    opacity: 0.75;
    mix-blend-mode: screen;
    animation: bg-drift 14s ease-in-out infinite alternate;
}

.page-home::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(44, 236, 242, 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(44, 236, 242, 0.2) 1px, transparent 1px);
    background-size: 130px 130px, 130px 130px;
    background-position: 0 0, 0 0;
    opacity: 0.24;
    -webkit-mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.45) 65%, transparent 100%);
    mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.35) 65%, transparent 100%);
    animation: grid-sweep 9s linear infinite;
}

@keyframes bg-drift {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(-3vmax, 1.8vmax, 0) scale(1.05);
    }
    100% {
        transform: translate3d(3vmax, -1.8vmax, 0) scale(1.1);
    }
}

@keyframes grid-sweep {
    from {
        background-position: 0 0, 0 0;
    }
    to {
        background-position: 130px 65px, 65px 130px;
    }
}

a {
    color: var(--cyan);
    text-decoration: none;
}

.container {
    width: min(1120px, 92vw);
    margin: 0 auto;
}

.topbar {
    border-bottom: 1px solid var(--line);
    background: rgba(5, 8, 9, 0.8);
    backdrop-filter: blur(8px);
    position: sticky;
    top: 0;
    z-index: 40;
}

.topbar-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    justify-content: space-between;
}

.public-nav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.public-nav-link {
    padding: 8px 12px;
    border: 1px solid #1f3439;
    border-radius: 10px;
    background: rgba(8, 16, 19, 0.8);
    color: #cfe4df;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1;
}

.public-nav-link:hover {
    border-color: rgba(60, 255, 155, 0.45);
    color: var(--green);
}

.public-nav-link.is-active {
    border-color: rgba(60, 255, 155, 0.62);
    background: linear-gradient(140deg, rgba(16, 54, 41, 0.88), rgba(12, 43, 34, 0.9));
    color: #d6ffe8;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: var(--text);
}

.brand-link {
    text-decoration: none;
}

.brand-logo {
    width: 34px;
    height: 34px;
    display: block;
    filter: drop-shadow(0 0 12px rgba(60, 255, 155, 0.2));
}

.brand-text {
    font-size: 1.02rem;
    line-height: 1;
}

.topbar-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.topbar-cta {
    white-space: nowrap;
}

.topbar-menu-btn {
    display: none;
    width: 42px;
    height: 38px;
    padding: 8px;
    border: 1px solid #214047;
    border-radius: 10px;
    background: rgba(8, 16, 19, 0.92);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.topbar-menu-btn span {
    display: block;
    width: 18px;
    height: 2px;
    background: #d8f4ee;
    border-radius: 99px;
}

.topbar-menu-btn:hover {
    border-color: rgba(60, 255, 155, 0.52);
}

.public-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(2, 6, 8, 0.72);
    z-index: 70;
}

.public-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(82vw, 320px);
    max-width: 100vw;
    height: 100vh;
    background: linear-gradient(160deg, rgba(11, 24, 28, 0.98), rgba(6, 14, 17, 0.98));
    border-left: 1px solid #214047;
    padding: 14px;
    z-index: 80;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transform: translateX(105%);
    transition: transform 0.2s ease-in-out;
}

.public-drawer[aria-hidden="false"] {
    transform: translateX(0);
}

.public-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #1f3439;
}

.public-drawer-close {
    min-width: 36px;
    height: 36px;
    border: 1px solid #214047;
    border-radius: 10px;
    background: rgba(8, 16, 19, 0.9);
    color: #d8f4ee;
    cursor: pointer;
    font-size: 1.15rem;
    line-height: 1;
}

.public-drawer-nav {
    display: grid;
    gap: 8px;
}

.public-drawer-link {
    padding: 10px 12px;
    border: 1px solid #1f3439;
    border-radius: 10px;
    background: rgba(8, 16, 19, 0.8);
    color: #cfe4df;
    font-weight: 600;
}

.public-drawer-link.is-active {
    border-color: rgba(60, 255, 155, 0.62);
    background: linear-gradient(140deg, rgba(16, 54, 41, 0.88), rgba(12, 43, 34, 0.9));
    color: #d6ffe8;
}

.public-drawer-cta {
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid #1f3439;
}
html{
    max-width: 100vw;
    overflow-x: hidden;
}
body.public-menu-open {
    overflow: hidden;
}

@media (min-width: 981px) {
    .public-drawer,
    .public-drawer-overlay {
        display: none !important;
    }

    body.public-menu-open {
        overflow: auto;
    }
}

.btn {
    border: 1px solid var(--green);
    background: linear-gradient(140deg, #0f3728, #0f2d22);
    color: var(--green);
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}

.btn:hover {
    filter: brightness(1.12);
}

.hero {
    padding: 56px 0 24px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 24px;
}

.card {
    background: linear-gradient(160deg, rgba(17, 29, 32, 0.9), rgba(12, 19, 21, 0.9));
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 22px;
}

.headline {
    font-size: clamp(1.8rem, 4.2vw, 3rem);
    line-height: 1.12;
    margin: 0 0 12px;
}

.muted {
    color: var(--muted);
}

.price-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(60, 255, 155, 0.12);
    border: 1px solid rgba(60, 255, 155, 0.35);
    color: var(--green);
    border-radius: 999px;
    padding: 8px 14px;
    margin: 12px 0 18px;
    font-weight: 700;
}

.terminal {
    font-family: "Consolas", "Courier New", monospace;
    background: #030506;
    border: 1px solid #1a2d31;
    border-radius: 12px;
    padding: 16px;
    line-height: 1.45;
    font-size: 0.92rem;
}

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

.feature {
    border: 1px solid var(--line);
    background: var(--bg-1);
    border-radius: 12px;
    padding: 14px;
}

.feature h4 {
    margin: 0 0 8px;
    font-size: 0.98rem;
    color: var(--green);
}

.section {
    padding: 26px 0;
}

.section h2 {
    margin-top: 0;
}

.ea-preview-section {
    padding-top: 8px;
}

.ea-preview-card {
    padding: 16px;
}

.ea-preview-figure {
    margin: 0;
}

.ea-preview-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid #214047;
    background: #030506;
}

.ea-preview-caption {
    margin: 10px 2px 0;
    font-size: 0.9rem;
}

.ea-test-note {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #214047;
    border-radius: 10px;
    background: rgba(6, 18, 22, 0.88);
}

.ea-test-note p {
    margin: 0 0 6px;
    font-size: 0.9rem;
    line-height: 1.45;
}

.ea-test-note p:last-child {
    margin-bottom: 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.pricing-plan {
    border: 1px solid #1f3136;
    border-radius: 12px;
    background: #081216;
    padding: 13px;
}

.pricing-plan h4 {
    margin: 0 0 6px;
    color: var(--green);
    font-size: 1rem;
}

.pricing-price {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text);
}

.pricing-meta {
    margin: 6px 0 0;
    font-size: 0.84rem;
}

.pricing-plan.is-highlight {
    border-color: rgba(60, 255, 155, 0.55);
    box-shadow: inset 0 0 0 1px rgba(60, 255, 155, 0.2);
}

.pricing-actions {
    margin: 30px 0 14px 0;
}

.btn-block{
    display: block;
    text-align: center;
}

.download-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 12px 0;
}

.btn-default-set {
    border-color: #2c7ddf;
    background: linear-gradient(140deg, #123f74, #0f3157);
    color: #d8ebff;
}

.btn-default-set:hover {
    filter: brightness(1.1);
}

.form-group {
    margin-bottom: 12px;
}

.contact-honeypot {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.contact-honeypot input {
    width: 1px;
    padding: 0;
    border: 0;
}

label {
    display: block;
    margin-bottom: 6px;
    color: var(--muted);
    font-size: 0.92rem;
}

input,
select,
textarea {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #22363b;
    background: #081013;
    color: var(--text);
    border-radius: 10px;
}

textarea {
    resize: vertical;
    min-height: 90px;
}

.phone-input-group {
    display: grid;
    grid-template-columns: minmax(150px, 40%) 1fr;
    gap: 10px;
}

.phone-input-group select {
    white-space: nowrap;
}

.form-group small.muted {
    display: block;
    margin-top: 7px;
    font-size: 0.82rem;
}

.notice {
    border: 1px solid #294b53;
    background: #0a1a20;
    color: #bee7f5;
    padding: 10px 12px;
    border-radius: 10px;
    margin: 12px 0;
}

.notice.error {
    border-color: #5b2e2e;
    background: #200d0d;
    color: #f3c2c2;
}

.license-note {
    margin: 10px 0 14px;
}

.metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.metric {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px;
    background: var(--bg-1);
}

.metric .num {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--green);
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

th,
td {
    border-bottom: 1px solid #1d2d31;
    padding: 9px 8px;
    text-align: left;
}

th {
    color: var(--muted);
    font-weight: 600;
}

.contact-message-cell {
    min-width: 300px;
}

.contact-message-preview {
    margin: 0;
    color: #d8e5e2;
    line-height: 1.45;
}

.contact-message-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.contact-message-actions form {
    margin: 0;
}

.btn-contact-read {
    min-width: 68px;
}

.contact-read-modal.is-hidden {
    display: none;
}

.contact-read-modal {
    position: fixed;
    inset: 0;
    z-index: 130;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.contact-read-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(3, 8, 10, 0.8);
}

.contact-read-modal-panel {
    position: relative;
    width: min(720px, 96vw);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    border: 1px solid #22414a;
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(14, 27, 31, 0.98), rgba(7, 17, 20, 0.98));
    padding: 18px 20px 20px;
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.4);
}

.contact-read-modal-panel h2 {
    margin: 0 36px 12px 0;
    font-size: 1.3rem;
}

.contact-read-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border: 1px solid #284e56;
    border-radius: 10px;
    background: rgba(9, 17, 20, 0.9);
    color: #d9f7f0;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1;
}

.contact-read-modal-close:hover {
    border-color: rgba(60, 255, 155, 0.6);
    color: var(--green);
}

.contact-read-meta {
    display: grid;
    gap: 8px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #1f3439;
    font-size: 0.9rem;
}

.contact-read-meta span {
    color: var(--muted);
}

.contact-read-body {
    margin: 0;
    padding: 12px;
    border: 1px solid #1f3439;
    border-radius: 10px;
    background: rgba(5, 11, 13, 0.9);
    color: #deece8;
    font: 0.95rem/1.55 "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    white-space: pre-wrap;
    word-break: break-word;
}

body.contact-read-open {
    overflow: hidden;
}

.admin-nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.admin-nav a {
    padding: 7px 11px;
    border: 1px solid #214047;
    border-radius: 9px;
    color: var(--text);
}

.admin-member-actions-cell {
    min-width: 340px;
}

.admin-member-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.admin-member-status-form,
.admin-member-reset-form {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.admin-member-status-form select {
    min-width: 140px;
}

.admin-license-actions-cell {
    min-width: 390px;
}

.admin-license-actions {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
}

.admin-license-actions .admin-license-status {
    width: auto;
    flex: 0 0 120px;
    min-width: 120px;
}

.admin-license-actions .admin-license-reason {
    width: auto;
    flex: 0 0 160px;
    min-width: 160px;
}

.admin-license-actions .admin-license-submit {
    flex: 0 0 auto;
}

.admin-pagination-wrap {
    margin-top: 14px;
}

.admin-pagination-meta {
    margin: 0 0 8px;
}

.admin-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.admin-pagination-link,
.admin-pagination-ellipsis {
    padding: 7px 11px;
    border: 1px solid #214047;
    border-radius: 9px;
    line-height: 1;
    font-size: 0.88rem;
}

.admin-pagination-link {
    color: #d5ece6;
    background: rgba(8, 16, 19, 0.86);
}

.admin-pagination-link.is-current {
    border-color: rgba(60, 255, 155, 0.62);
    background: linear-gradient(140deg, rgba(16, 54, 41, 0.88), rgba(12, 43, 34, 0.9));
    color: #d6ffe8;
}

.admin-pagination-link.is-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.admin-pagination-ellipsis {
    color: var(--muted);
}

.member-nav-wrap {
    margin-bottom: 18px;
}

.member-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding: 11px;
    border: 1px solid #1f3439;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(11, 26, 31, 0.86), rgba(8, 17, 20, 0.9));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.member-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 2px;
    padding-right: 4px;
    color: #d9f5ef;
    text-decoration: none;
}

.member-brand-logo {
    width: 26px;
    height: 26px;
    display: block;
    filter: drop-shadow(0 0 10px rgba(60, 255, 155, 0.16));
}

.member-brand-text {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.member-nav-link {
    padding: 8px 13px;
    border: 1px solid #214047;
    border-radius: 10px;
    background: rgba(8, 16, 19, 0.82);
    color: #cfe4df;
    font-weight: 600;
    line-height: 1;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.member-nav-link:hover {
    border-color: rgba(60, 255, 155, 0.42);
    color: var(--green);
    transform: translateY(-1px);
}

.member-nav-link.is-active {
    border-color: rgba(60, 255, 155, 0.62);
    background: linear-gradient(140deg, rgba(16, 54, 41, 0.88), rgba(12, 43, 34, 0.9));
    color: #d6ffe8;
    box-shadow: 0 0 0 1px rgba(60, 255, 155, 0.2), 0 0 22px rgba(60, 255, 155, 0.1);
}

.member-nav-logout {
    margin: 0 0 0 auto;
}

.member-nav-btn {
    padding: 8px 15px;
    line-height: 1;
    white-space: nowrap;
}

.lifetime-delete-form {
    display: inline-flex;
    margin-left: 8px;
}

.btn-lifetime-delete {
    min-width: 42px;
    padding: 10px 12px;
    text-align: center;
}

.lifetime-paypal-wrap {
    margin-top: 8px;
    min-width: 260px;
}

.lifetime-paypal-slot {
    min-height: 36px;
}

.license-key-cell {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
}

.license-key-text {
    word-break: break-all;
}

.license-copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #214047;
    border-radius: 8px;
    background: rgba(8, 16, 19, 0.9);
    color: var(--cyan);
    cursor: pointer;
    line-height: 1;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.license-copy-btn:hover,
.license-copy-btn:focus-visible {
    border-color: rgba(60, 255, 155, 0.55);
    color: var(--green);
    outline: none;
}

.license-copy-btn.is-success {
    border-color: rgba(60, 255, 155, 0.62);
    color: var(--green);
    background: rgba(12, 44, 33, 0.9);
    font-size: 0.82rem;
    font-weight: 700;
}

.license-copy-btn.is-error {
    border-color: rgba(255, 107, 107, 0.62);
    color: #ffc4c4;
    background: rgba(47, 16, 16, 0.92);
    font-size: 0.78rem;
    font-weight: 700;
}

.ticket-status {
    display: inline-flex;
    align-items: center;
    padding: 3px 9px;
    border-radius: 999px;
    border: 1px solid #214047;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.ticket-status.is-open {
    color: #9be7ff;
    border-color: #2d5d77;
    background: rgba(14, 35, 48, 0.9);
}

.ticket-status.is-answered {
    color: #ffe49a;
    border-color: #6d5c2d;
    background: rgba(40, 32, 12, 0.9);
}

.ticket-status.is-closed {
    color: #c4c9d4;
    border-color: #3d4652;
    background: rgba(20, 24, 31, 0.92);
}

.ticket-thread {
    display: grid;
    gap: 10px;
}

.ticket-message {
    border: 1px solid #203237;
    background: #071318;
    border-radius: 12px;
    padding: 11px 12px;
}

.ticket-message.is-member {
    border-color: rgba(60, 255, 155, 0.36);
    background: rgba(10, 33, 24, 0.92);
}

.ticket-message.is-admin {
    border-color: rgba(44, 236, 242, 0.34);
    background: rgba(9, 23, 27, 0.92);
}

.ticket-message p {
    margin: 0;
}

.ticket-message-meta {
    margin-bottom: 8px !important;
    color: var(--muted);
    font-size: 0.82rem;
}

.ticket-image-preview {
    display: block;
    max-width: min(360px, 100%);
    height: auto;
    border-radius: 10px;
    border: 1px solid #22414a;
    background: #04080a;
}

.tutorial-card {
    padding-top: 18px;
}

.tutorial-meta {
    margin: 0 0 10px;
}

.tutorial-content {
    color: #d6e5e2;
    line-height: 1.68;
    font-size: 0.95rem;
}

.tutorial-content h2 {
    margin: 20px 0 8px;
    color: var(--green);
    font-size: 1.2rem;
    border-bottom: 1px solid #1e3136;
    padding-bottom: 8px;
}

.tutorial-content h3 {
    margin: 16px 0 8px;
    color: #b6d4ce;
    font-size: 1rem;
}

.tutorial-content p {
    margin: 8px 0;
}

.tutorial-content ul,
.tutorial-content ol {
    margin: 8px 0 12px 20px;
    padding: 0;
}

.tutorial-content li {
    margin: 4px 0;
}

.tutorial-content code {
    font-family: "Consolas", "Courier New", monospace;
    font-size: 0.86em;
    color: #c5fff0;
    background: #071116;
    border: 1px solid #21373d;
    border-radius: 6px;
    padding: 1px 6px;
}

.site-footer {
    position: relative;
    z-index: 2;
    border-top: 1px solid var(--line);
    margin-top: 22px;
    padding: 18px 0 20px;
    background: rgba(5, 8, 9, 0.82);
}

.site-footer-copy {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
    text-align: center;
}

.sticky-buy {
    display: none;
}

@media (max-width: 980px) {
    .hero-grid,
    .feature-grid,
    .metrics {
        grid-template-columns: 1fr;
    }

    .sticky-buy {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px 14px;
        border-top: 1px solid var(--line);
        background: rgba(5, 8, 9, 0.95);
        z-index: 60;
    }

    .sticky-buy .btn {
        width: 100%;
    }

    .phone-input-group {
        grid-template-columns: 1fr;
    }

    .page-home::after {
        opacity: 0.18;
    }

    .ea-preview-card {
        padding: 12px;
    }

    .ea-preview-caption {
        margin-top: 8px;
        font-size: 0.84rem;
    }

    .ea-test-note {
        margin-top: 10px;
        padding: 10px;
    }

    .ea-test-note p {
        font-size: 0.84rem;
    }

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

    .member-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px;
        gap: 8px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .member-nav::-webkit-scrollbar {
        display: none;
    }

    .member-nav-logout {
        margin-left: 0;
    }

    .brand-logo {
        width: 31px;
        height: 31px;
    }

    .brand-text {
        font-size: 0.96rem;
    }

    .public-nav {
        display: none;
    }

    .topbar-cta {
        display: none;
    }

    .topbar-menu-btn {
        display: inline-flex;
    }

    .public-drawer {
        width: clamp(220px, 76vw, 320px);
    }

    .member-brand {
        flex: 0 0 auto;
        margin-right: 4px;
    }

    .member-brand-logo {
        width: 24px;
        height: 24px;
    }

    .member-brand-text {
        font-size: 0.84rem;
    }

    .member-nav-link,
    .member-nav-btn {
        flex: 0 0 auto;
        font-size: 0.86rem;
    }

    .lifetime-paypal-wrap {
        min-width: 220px;
    }

    .tutorial-content {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .tutorial-content h2 {
        font-size: 1.08rem;
    }

    .ticket-message {
        padding: 10px;
    }

    .ticket-status {
        font-size: 0.74rem;
    }

    .site-footer {
        padding-bottom: 74px;
    }

    .admin-member-actions {
        flex-wrap: wrap;
    }

    .admin-member-actions-cell {
        min-width: 250px;
    }

    .admin-license-actions {
        flex-wrap: wrap;
    }

    .admin-license-actions-cell {
        min-width: 260px;
    }

    .contact-message-cell {
        min-width: 230px;
    }

    .contact-read-modal {
        padding: 12px;
    }

    .contact-read-modal-panel {
        width: min(760px, 100%);
        max-height: calc(100vh - 24px);
        padding: 14px;
    }

    .contact-read-modal-panel h2 {
        font-size: 1.12rem;
        margin-right: 34px;
    }

    .contact-read-body {
        font-size: 0.9rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-home::before,
    .page-home::after {
        animation: none;
    }
}
