


/* Wayne Tucker refined hybrid theme */
html,
body {
    min-height: 100%;
    background:
        radial-gradient(circle at top left, rgba(240,79,149,0.18), transparent 28%),
        radial-gradient(circle at bottom right, rgba(207,47,107,0.12), transparent 30%),
        linear-gradient(135deg, #111318 0%, #1b1d24 55%, #2b1320 100%) !important;
    background-attachment: fixed !important;
}

/* subtle texture */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    opacity: .08;
    background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 32px 32px;
}

/* Keep original header/footer appearance */
header,
.site-header,
.topbar,
.navbar,
.nav-bar,
footer,
.site-footer {
    background: inherit !important;
    box-shadow: inherit !important;
    border: inherit !important;
    color: inherit !important;
}

/* Main content cards only */
main,
.container,
.content,
.page,
.card,
.panel,
.box,
.quick-links,
.notice,
.alert,
table,
form {
    background: rgba(255,255,255,0.94) !important;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(0,0,0,.16) !important;
}

/* preserve readability */
table {
    overflow: hidden;
}

.quick-link:hover {
    transform: translateY(-2px);
    transition: .15s ease;
}
