/* Dream Projector Custom Website */
:root {
    --bg: #ffffff;
    --ink: #07111f;
    --ink-2: #1f2937;
    --muted: #5f697a;
    --line: #e6eaf0;
    --soft: #f6f8fc;
    --soft-blue: #eaf6ff;
    --blue: #00a7ff;
    --blue-dark: #0077c8;
    --red: #0ea5e9;
    --red-dark: #0369a1;
    --green: #12b76a;
    --gold: #f8bc24;
    --dark: #020617;
    --radius: 24px;
    --shadow: 0 18px 55px rgba(2, 6, 23, .12);
    --shadow-soft: 0 8px 30px rgba(2, 6, 23, .08);
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

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

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

.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 22px;
}

.section {
    padding: 86px 0;
}

.section-soft {
    background: var(--soft);
}

.center {
    text-align: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--soft-blue);
    color: var(--blue-dark);
    border: 1px solid rgba(0, 167, 255, .16);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.h1 {
    font-size: clamp(42px, 6vw, 78px);
    line-height: .98;
    letter-spacing: -.07em;
    margin: 0 0 20px;
    font-weight: 950;
}

.h2 {
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.04;
    letter-spacing: -.055em;
    margin: 0 0 14px;
    font-weight: 950;
}

.h3 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.22;
    font-weight: 900;
}

.text {
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
}

.small {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 999px;
    padding: 15px 24px;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    transition: .22s ease;
}

.btn-primary {
    background: linear-gradient(135deg, var(--red), #ff4250);
    color: #fff;
    box-shadow: 0 16px 34px rgba(14, 165, 233, .28);
}

.btn-primary:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
}

.btn-dark {
    background: var(--dark);
    color: #fff;
}

.btn-dark:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-soft);
}

.btn-light {
    background: #fff;
    color: var(--ink);
    border: 1px solid var(--line);
}

.btn-light:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-soft);
}

.btn-full {
    width: 100%;
    border-radius: 12px;
}

.topbar {
    background: #0dc100;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    padding: 10px 0;
}

.topbar-inner {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.topbar-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
}

.site-header {
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 40;
}

.nav {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-size: 22px;
    font-weight: 950;
    letter-spacing: -.045em;
}

.logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    background: var(--dark);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 16px;
    box-shadow: 0 12px 28px rgba(2, 6, 23, .18);
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 14px;
    font-weight: 800;
    color: var(--ink-2);
}

.nav-menu a:hover {
    color: var(--red);
}

.header-cta {
    padding: 12px 18px;
}

/* Hero */
.hero {
    position: relative;
    padding: 76px 0 92px;
    background:
        radial-gradient(850px 420px at 78% 20%, rgba(0, 167, 255, .16), transparent 62%),
        radial-gradient(760px 420px at 10% 80%, rgba(14, 165, 233, .08), transparent 62%),
        linear-gradient(180deg, #fff, #f8fbff);
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 54px;
    align-items: center;
}

.rating {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 8px 14px;
    box-shadow: var(--shadow-soft);
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 20px;
}

.stars {
    color: var(--gold);
    letter-spacing: .1em;
}

.hero .text {
    max-width: 620px;
    font-size: 19px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin: 30px 0 28px;
}

.price-line {
    display: flex;
    align-items: end;
    gap: 13px;
    flex-wrap: wrap;
    margin: 24px 0 0;
}

.current-price {
    font-size: 48px;
    font-weight: 950;
    letter-spacing: -.06em;
    color: var(--red);
    line-height: 1;
}

.old-price {
    font-size: 25px;
    font-weight: 900;
    color: #97a0af;
    text-decoration: line-through;
}

.save-badge {
    border-radius: 999px;
    background: #eef9ff;
    color: var(--red);
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 950;
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding-top: 25px;
    margin-top: 28px;
    border-top: 1px solid var(--line);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--ink-2);
    font-size: 14px;
    font-weight: 850;
}

.check-dot {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: rgba(18, 183, 106, .13);
    color: var(--green);
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 950;
}

.hero-visual {
    position: relative;
}

.hero-card {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: var(--dark);
    border: 1px solid rgba(255,255,255,.1);
}

.hero-card img {
    width: 100%;
    min-height: 460px;
    object-fit: cover;
}

.hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0) 45%, rgba(2, 6, 23, .58));
    pointer-events: none;
}

.float-card {
    position: absolute;
    left: -20px;
    bottom: 28px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    padding: 15px 17px;
    max-width: 270px;
    backdrop-filter: blur(12px);
}

.float-card strong {
    display: block;
    font-size: 15px;
}

.float-card span {
    display: block;
    color: var(--muted);
    font-size: 12px;
}

/* Announcement social proof */
.proof-strip {
    padding: 34px 0;
    background: var(--dark);
    color: #fff;
}

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

.proof-item {
    text-align: center;
    padding: 16px 10px;
}

.proof-item strong {
    display: block;
    font-size: 26px;
    letter-spacing: -.04em;
}

.proof-item span {
    color: rgba(255,255,255,.72);
    font-size: 13px;
}

/* Image gallery */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 42px;
}

.gallery-card {
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--line);
}

.gallery-card.large {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
}

.gallery-card.large img {
    min-height: 520px;
}

/* Features */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 42px;
}

.feature-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 30px;
    box-shadow: 0 1px 0 rgba(2,6,23,.02);
    transition: .22s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-soft);
}

.feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: var(--soft-blue);
    color: var(--blue-dark);
    display: grid;
    place-items: center;
    font-size: 25px;
    margin-bottom: 18px;
}

/* Split sections */
.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 46px;
    align-items: center;
}

.split-media {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #000;
}

.split-media img {
    width: 100%;
    min-height: 390px;
    object-fit: cover;
}

.bullet-list {
    list-style: none;
    margin: 26px 0 0;
    padding: 0;
    display: grid;
    gap: 13px;
}

.bullet-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--ink-2);
    font-weight: 760;
}

.bullet-list li .check-dot {
    margin-top: 3px;
    min-width: 19px;
}

/* Comparison */
.comparison-table {
    max-width: 880px;
    margin: 42px auto 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

.compare-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-bottom: 1px solid var(--line);
    align-items: center;
}

.compare-row:last-child {
    border-bottom: 0;
}

.compare-row.header {
    background: var(--dark);
    color: #fff;
}

.compare-cell {
    padding: 18px 22px;
    font-weight: 850;
}

.compare-cell:not(:first-child) {
    text-align: center;
}

.yes, .no {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    font-weight: 950;
}

.yes {
    color: var(--green);
    background: rgba(18,183,106,.13);
}

.no {
    color: var(--red);
    background: rgba(14,165,233,.11);
}

/* Reviews */
.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 42px;
}

.review-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: var(--shadow-soft);
}

.person {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--soft-blue);
    color: var(--blue-dark);
    display: grid;
    place-items: center;
    font-weight: 950;
}

.verified {
    color: var(--green);
    font-size: 12px;
    font-weight: 850;
}

/* Checkout */
.checkout-hero {
    padding: 58px 0 30px;
    background: #fff;
}

.checkout-wrap {
    padding: 42px 0 86px;
}

.price-box {
    display: inline-flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
    padding: 18px 24px;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: linear-gradient(180deg,#fff,#fff7f8);
    box-shadow: var(--shadow-soft);
}

.bank-box {
    max-width: 760px;
    margin: 0 auto 62px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 34px 38px;
    box-shadow: var(--shadow-soft);
}

.bank-box h2 {
    margin: 0 0 16px;
    font-size: clamp(25px,3vw,34px);
    line-height: 1.25;
    font-style: italic;
    font-weight: 950;
    letter-spacing: -.04em;
}

.bank-note {
    color: var(--ink-2);
    font-size: 18px;
    margin: 0 0 26px;
}

.bank-account {
    margin-top: 28px;
}

.bank-badge {
    display: inline-flex;
    background: var(--red);
    color: #fff;
    border-radius: 999px;
    padding: 11px 22px;
    font-size: 19px;
    font-weight: 950;
    font-style: italic;
    margin-bottom: 17px;
}

.info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0;
    flex-wrap: wrap;
    font-size: 17px;
}

.info-row strong {
    font-weight: 950;
}

.copy-value {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    border: 1px solid #ccd2dc;
    border-radius: 6px;
    padding: 7px 8px 7px 12px;
    color: #000;
    background: #fff;
    font-size: 17px;
}

.copy-btn {
    border: 0;
    border-left: 1px solid var(--line);
    background: #fff;
    color: var(--muted);
    cursor: pointer;
    width: 28px;
    height: 26px;
    display: grid;
    place-items: center;
    font-size: 16px;
}

.copy-btn:hover {
    color: var(--red);
}

.form-heading {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 28px;
}

.form-card {
    max-width: 780px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 34px 40px 40px;
    box-shadow: var(--shadow-soft);
}

.form-card h3 {
    margin: 0 0 24px;
    text-align: center;
    font-size: 28px;
    font-weight: 950;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 24px;
}

.field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.field.full {
    grid-column: 1 / -1;
}

.field label {
    font-size: 14px;
    font-weight: 900;
    color: var(--ink);
}

.field input,
.field textarea {
    width: 100%;
    border: 1px solid #6f7785;
    border-radius: 4px;
    padding: 13px 15px;
    min-height: 49px;
    font-family: inherit;
    font-size: 15px;
    outline: none;
    background: #fff;
}

.field textarea {
    min-height: 118px;
    resize: vertical;
}

.field input:focus,
.field textarea:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(14,165,233,.12);
}

.form-instruction {
    grid-column: 1 / -1;
    color: var(--ink-2);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.6;
    margin: 2px 0;
}

.alert-box {
    border-radius: 14px;
    padding: 15px 16px;
    margin: 0 0 18px;
    font-weight: 780;
}

.alert-error {
    background: #eff8ff;
    color: #075985;
    border: 1px solid #bae6fd;
}

.alert-success {
    background: #ecfdf3;
    color: #027a48;
    border: 1px solid #abefc6;
}

/* Thank you */
.thank-card {
    max-width: 760px;
    margin: 72px auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
    box-shadow: var(--shadow);
    padding: 44px;
    text-align: center;
}

.order-id {
    display: inline-flex;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--soft-blue);
    color: var(--blue-dark);
    font-weight: 950;
    margin: 18px 0;
}

/* Live notification */
.live-sale {
    position: fixed;
    left: 22px;
    bottom: 22px;
    z-index: 99999;
    display: none;
    align-items: center;
    gap: 12px;
    max-width: 345px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 13px 38px 13px 13px;
}

.live-sale.show {
    display: flex;
    animation: slideUp .32s ease;
}

@keyframes slideUp {
    from { transform: translateY(18px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.live-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--blue), #2563eb);
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 950;
    flex: 0 0 auto;
}

.live-sale strong {
    display: block;
    font-size: 14px;
    line-height: 1.25;
}

.live-sale span {
    display: block;
    font-size: 12px;
    color: var(--muted);
    margin-top: 2px;
}

.live-sale button {
    position: absolute;
    right: 10px;
    top: 8px;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: var(--muted);
    font-size: 18px;
}

.toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%) translateY(18px);
    opacity: 0;
    z-index: 999999;
    background: #111827;
    color: #fff;
    border-radius: 999px;
    padding: 11px 17px;
    font-size: 14px;
    font-weight: 850;
    transition: .22s ease;
    pointer-events: none;
}

.toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Footer */
.site-footer {
    background: var(--dark);
    color: rgba(255,255,255,.72);
    padding: 66px 0 26px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1fr;
    gap: 34px;
}

.footer-logo {
    color: #fff;
    margin-bottom: 14px;
}

.site-footer p {
    max-width: 360px;
    color: rgba(255,255,255,.65);
    margin: 0;
}

.site-footer h4 {
    color: #fff;
    margin: 0 0 14px;
    font-size: 13px;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.site-footer a:not(.logo) {
    display: block;
    color: rgba(255,255,255,.72);
    margin: 9px 0;
    font-size: 14px;
}

.site-footer a:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 42px;
    padding-top: 22px;
    font-size: 13px;
}

/* Admin */
.admin-page {
    background: #f6f8fc;
    min-height: 100vh;
    color: var(--ink);
}

.admin-header {
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 16px 0;
}

.admin-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

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

.admin-login {
    max-width: 420px;
    margin: 80px auto;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    overflow: hidden;
    border-radius: 14px;
}

.admin-table th,
.admin-table td {
    text-align: left;
    padding: 13px 14px;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    vertical-align: top;
}

.admin-table th {
    color: var(--muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.status {
    display: inline-flex;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 900;
}

.status-pending {
    background: #fff7ed;
    color: #c2410c;
}

.status-confirmed {
    background: #ecfdf3;
    color: #027a48;
}

.status-rejected {
    background: #eff8ff;
    color: #075985;
}

.admin-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.admin-actions a,
.admin-actions button {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    padding: 8px 11px;
    font-size: 12px;
    font-weight: 850;
    color: var(--ink);
    cursor: pointer;
}

.admin-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.detail-row {
    border-bottom: 1px solid var(--line);
    padding: 11px 0;
}

.detail-row strong {
    display: block;
    font-size: 12px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 4px;
}

@media (max-width: 920px) {
    .nav-menu {
        display: none;
    }
    .hero-grid,
    .split {
        grid-template-columns: 1fr;
    }
    .hero-card img {
        min-height: auto;
    }
    .proof-grid,
    .feature-grid,
    .review-grid {
        grid-template-columns: 1fr 1fr;
    }
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .admin-detail-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .container {
        padding: 0 16px;
    }
    .section {
        padding: 64px 0;
    }
    .h1 {
        font-size: 42px;
    }
    .header-cta {
        display: none;
    }
    .proof-grid,
    .feature-grid,
    .review-grid,
    .gallery-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }
    .gallery-card.large {
        grid-column: auto;
        grid-row: auto;
    }
    .gallery-card.large img,
    .gallery-card img {
        min-height: auto;
    }
    .compare-row {
        grid-template-columns: 1.4fr .8fr .8fr;
    }
    .compare-cell {
        padding: 14px 10px;
        font-size: 13px;
    }
    .bank-box,
    .form-card {
        padding: 24px 20px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .live-sale {
        left: 12px;
        right: 12px;
        max-width: none;
    }
}


/* Enhanced Admin UI */
.admin-page {
    background:
        radial-gradient(900px 450px at 85% 5%, rgba(14,165,233,.14), transparent 62%),
        radial-gradient(780px 420px at 0% 80%, rgba(37,99,235,.10), transparent 62%),
        #f4f7fb;
}

.admin-header {
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(16px);
    position: sticky;
    top: 0;
    z-index: 20;
}

.admin-hero {
    margin-bottom: 24px;
    padding: 28px;
    border-radius: 26px;
    background:
        linear-gradient(135deg, #07111f 0%, #0f2f4a 52%, #075985 100%);
    color: #fff;
    box-shadow: 0 20px 50px rgba(2,6,23,.18);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    flex-wrap: wrap;
}

.admin-hero .h2,
.admin-hero .text {
    color: #fff;
}

.admin-hero .text {
    opacity: .78;
}

.admin-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.admin-stat {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 20px;
    box-shadow: var(--shadow-soft);
}

.admin-stat span {
    display: block;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.admin-stat strong {
    display: block;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -.05em;
}

.admin-card {
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(15,23,42,.08);
}

.admin-table {
    border-collapse: separate;
    border-spacing: 0;
}

.admin-table th {
    background: #f8fafc;
    color: #475569;
}

.admin-table tr:hover td {
    background: #f8fbff;
}

.admin-table tbody tr:last-child td {
    border-bottom: 0;
}

.admin-actions a,
.admin-actions button {
    transition: .18s ease;
}

.admin-actions a:hover,
.admin-actions button:hover {
    border-color: var(--red);
    color: var(--red);
    transform: translateY(-1px);
}

.admin-login {
    margin-top: 60px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.admin-login::before {
    content: "";
    display: block;
    height: 8px;
    background: linear-gradient(90deg, #0ea5e9, #2563eb, #22d3ee);
    margin: -24px -24px 24px;
}

.admin-detail-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 22px;
}

.admin-status-panel {
    margin-top: 26px;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid var(--line);
    padding: 22px;
}

.admin-screenshot-btn {
    border-radius: 14px !important;
    background: #0ea5e9 !important;
    color: #fff !important;
    border-color: #0ea5e9 !important;
}

@media (max-width: 800px) {
    .admin-stats {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 520px) {
    .admin-stats {
        grid-template-columns: 1fr;
    }

    .admin-hero {
        padding: 22px;
    }
}
