/* Modern Dupe360 Homepage */

*,
*::before,
*::after {
    box-sizing: border-box;
}
@font-face {
    font-family: 'Lovelo Black';
    src: url('/Lovelo%20Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html, body {
    font-family: 'Lovelo Black', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body {
    margin: 0;
    /*font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;*/
    background: radial-gradient(circle at top, #020617 0, #020617 40%, #020617 100%);
    color: #e5e7eb;
}

.mh-container-wide {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Header */
.mh-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(16px);
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.8));
    border-bottom: 1px solid rgba(148, 163, 184, 0.4);
}

.mh-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 0.25rem;
    gap: 1rem;
}
.logo {
	flex: 0 0 auto;
	width: clamp(60px, 10vw, 120px);
    max-width: 100%;
    height: auto;
    display: block;
}
.mh-logo-area {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mh-logo-mark {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: conic-gradient(from 200deg, #38bdf8, #6366f1, #22c55e, #38bdf8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: #0b1120;
}

.mh-logo-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.mh-logo-title {
    font-weight: 600;
    letter-spacing: 0.04em;
}

.mh-logo-subtitle {
    font-size: 0.75rem;
    color: #9ca3af;
}

.mh-nav {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    font-size: 0.9rem;
}

.mh-nav-link {
    color: #e5e7eb;
    text-decoration: none;
    position: relative;
    padding-bottom: 0.15rem;
}

.mh-nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(to right, #22c55e, #38bdf8);
    transition: width 0.2s ease;
}

.mh-nav-link:hover::after {
    width: 100%;
}

.mh-nav-cta {
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.3), transparent 55%);
}

/* Hero */
.mh-hero {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    padding: 4rem 0 4.5rem;
    overflow: hidden;
}

.mh-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(56, 189, 248, 0.3), transparent 55%),
        radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.35), transparent 55%),
        url('images/banner.jpg') center/cover no-repeat;
    filter: saturate(1.2);
    transform: scale(1.05);
    z-index: -2;
}

.mh-hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(15, 23, 42, 0.1), transparent 55%),
                linear-gradient(to bottom, rgba(15, 23, 42, 0.9), #020617 90%);
    z-index: -1;
}

.mh-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: center;
}

.mh-hero-left {
    max-width: 640px;
}

.mh-hero-eyebrow {
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #a5b4fc;
    margin-bottom: 0.6rem;
}

.mh-hero-title {
    font-size: clamp(2.7rem, 4vw, 3.4rem);
    line-height: 1.05;
    margin-bottom: 0.75rem;
    background: linear-gradient(to right, #e5e7eb, #a5b4fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mh-hero-subtitle {
    font-size: 1.02rem;
    color: #cbd5f5;
    margin-bottom: 1.9rem;
    max-width: 34rem;
}

.mh-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.mh-hero-tag {
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.18), transparent 55%);
    font-size: 0.8rem;
}

.mh-hero-tag-label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #9ca3af;
    margin-bottom: 0.1rem;
}

.mh-hero-tag-value {
    font-size: 0.98rem;
    font-weight: 600;
    color: #e5e7eb;
}

.mh-ip-shell {
    position: relative;
    margin-bottom: 0.9rem;
}

.mh-ip-display {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1.6rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.8);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.9);
    cursor: pointer;
}

.mh-ip-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #9ca3af;
}

.mh-ip-address {
    font-family: "JetBrains Mono", "Fira Code", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1.05rem;
    color: #e5e7eb;
}

.mh-copy-btn {
    border: none;
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    background: linear-gradient(to right, #22c55e, #38bdf8);
    color: #0b1120;
    font-weight: 600;
    cursor: pointer;
}

.mh-copy-btn:hover {
    filter: brightness(1.1);
}

.mh-copy-feedback {
    position: absolute;
    top: -2.1rem;
    left: 0.4rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.9);
    font-size: 0.75rem;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.mh-copy-feedback.mh-show {
    opacity: 1;
    transform: translateY(0);
}

.mh-hero-help-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.35rem;
    font-size: 0.9rem;
    color: #bfdbfe;
    text-decoration: none;
}

.mh-hero-help-link::before {
    content: '→';
    font-size: 0.9rem;
}

.mh-hero-help-link:hover {
    text-decoration: underline;
}

.mh-hero-right {
    display: flex;
    justify-content: flex-end;
}

.mh-hero-card {
    width: 100%;
    max-width: 380px;
    /*border-radius: 20px;*/
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.08), rgba(15, 23, 42, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.7);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 1);
    display: flex;
    flex-direction: column;
}

.mh-hero-card-image {
    position: relative;
    height: 190px;
    overflow: hidden;
}

.mh-hero-card-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.35), transparent 60%);
    pointer-events: none;
}

.mh-hero-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.05);
}

.mh-hero-card-body {
    padding: 1.5rem 1.7rem 1.7rem;
}

.mh-hero-card-title {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}

.mh-hero-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
    color: #cbd5f5;
}

.mh-hero-card-list li {
    margin-bottom: 0.4rem;
}

/* Sections */
.mh-section {
    padding: 4.5rem 0;
    background: #020617;
}

.mh-section-alt {
    background: radial-gradient(circle at top, #020617 0, #020617 45%, #020617 100%);
}

.mh-section-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: flex-start;
}

.mh-section-grid-stack {
    align-items: stretch;
}

.mh-section-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #e5e7eb;
}

.mh-section-paragraph {
    font-size: 0.98rem;
    color: #9ca3af;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mh-section-text {
    max-width: 640px;
}

.mh-section-aside {
    display: flex;
    justify-content: flex-end;
}

.mh-info-callout {
    background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.12), rgba(15, 23, 42, 1));
    /*border-radius: 18px;*/
    padding: 1.5rem 1.7rem;
    border: 1px solid rgba(148, 163, 184, 0.7);
    font-size: 0.95rem;
    color: #e5e7eb;
}

.mh-info-callout h3 {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
}

.mh-info-callout ul {
    margin: 0;
    padding-left: 1.1rem;
    color: #cbd5f5;
}

.mh-info-callout-soft {
    background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.1), rgba(15, 23, 42, 1));
}

/* Feature cards */
.mh-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.75rem;
}

.mh-feature-card {
    padding: 1.6rem 1.7rem;
    /*border-radius: 18px;*/
    background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.16), rgba(15, 23, 42, 1));
    border: 1px solid rgba(148, 163, 184, 0.65);
    box-shadow: 0 14px 45px rgba(15, 23, 42, 0.9);
}

.mh-feature-card h3 {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

.mh-feature-card p {
    margin: 0;
    font-size: 0.95rem;
    color: #cbd5f5;
}

/* Mini features */
.mh-mini-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1.5rem;
    text-decoration: none;

}

.mh-mini-feature {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    padding: 1.4rem 1.5rem;
    color: #f9fafb;
    text-decoration: none;
}

.mh-mini-feature::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.9;
}

.mh-mini-feature > * {
    position: relative;
    z-index: 1;
}

.mh-mini-feature-icon {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
}

.mh-mini-feature h3 {
    margin: 0 0 0.35rem;
    font-size: 1rem;
}

.mh-mini-feature p {
    margin: 0;
    font-size: 0.9rem;
}

.gradient-cyan::before {
    background: linear-gradient(135deg, #06b6d4, #3b82f6);
}

.gradient-blue::before {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
}

.gradient-purple::before {
    background: linear-gradient(135deg, #a855f7, #ec4899);
}

/* Social links */
.mh-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.1rem;
}

.mh-social-link {
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    font-size: 0.85rem;
    color: #e5e7eb;
    text-decoration: none;
}

.mh-social-link:hover {
    background: rgba(15, 23, 42, 0.9);
}

/* Join section */
.mh-join-section {
    background: radial-gradient(circle at top, #020617 0, #020617 45%, #020617 100%);
}

.mh-join-inner {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.mh-join-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.mh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.6rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.mh-btn-primary {
    background: linear-gradient(to right, #22c55e, #38bdf8);
    color: #0b1120;
    box-shadow: 0 18px 55px rgba(34, 197, 94, 0.55);
}

.mh-btn-secondary {
    background: transparent;
    color: #e5e7eb;
    border-color: rgba(148, 163, 184, 0.8);
}

.mh-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.06);
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.9);
}
/*LEGACY FOOTER*/
.footer {
    background: #020617;
    padding: 3rem 0 1.5rem;
    margin-top: 5rem;
    border-top: 2px solid var(--primary-blue);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4 {
    color: var(--primary-blue);
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.footer-section p {
    color: var(--text-light);
    line-height: 1.8;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: var(--primary-blue);
}

.footer-social {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-social-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-social-link svg {
    color: var(--primary-blue);
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
    display: block;
    overflow: visible;
    flex-shrink: 0;
}

.footer-social-link:hover {
    color: var(--primary-blue);
}

.footer-social-link:hover svg {
    transform: scale(1.1);
}

.discord-footer-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.discord-footer-link span {
    font-size: 1.1rem;
}

.discord-footer-link:hover {
    color: #5865F2;
}

.discord-social-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-dark);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 1rem;
}

.discord-social-link span {
    font-size: 1.5rem;
}

.discord-social-link:hover {
    color: #5865F2;
    transform: translateY(-3px);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
    color: var(--text-light);
}

/* Footer */
.mh-footer {
    border-top: 1px solid rgba(31, 41, 55, 1);
    padding: 1.5rem 0 1.75rem;
    background: #020617;
}

.mh-footer-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1.5rem;
    font-size: 0.8rem;
    color: #6b7280;
    justify-content: space-between;
}

/* Reveal animation */
.mh-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.mh-reveal.mh-reveal-visible {
    opacity: 1;
    transform: translateY(0);
}

.mh-reveal-delay-1 {
    transition-delay: 0.09s;
}

.mh-reveal-delay-2 {
    transition-delay: 0.18s;
}

.mh-reveal-delay-3 {
    transition-delay: 0.27s;
}
/* Events Feed Styles */

.events-feed {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #000;
    background: #f0f2f5;
    min-height: 100vh;
    padding: 2rem 0;
}

.feed-container {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 20px;
}

.feed-header {
    text-align: center;
    margin-bottom: 2rem;
    padding: 2rem 0;
}

.feed-title {
    font-size: 2.5rem;
    color: var(--primary-blue);
    margin-bottom: 0.5rem;
    font-weight: bold;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feed-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
}

.event-post {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.event-post:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.post-header {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e4e6eb;
}

.post-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
    flex-shrink: 0;
}

.avatar-gradient {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.post-author {
    flex: 1;
}

.author-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.post-time {
    font-size: 0.85rem;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.post-badge {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.15rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.post-menu {
    color: var(--text-light);
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: background 0.2s ease;
}

.post-menu:hover {
    background: #f0f2f5;
}

.post-content {
    padding: 1rem 1.5rem;
}

.post-text {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.event-details {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
}

.event-detail-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    color: var(--text-dark);
}

.event-detail-item:last-child {
    margin-bottom: 0;
}

.detail-icon {
    font-size: 1.2rem;
}

.post-image {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    background: #f0f2f5;
}

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

.post-actions {
    display: flex;
    padding: 1rem 1.5rem;
    gap: 1rem;
    border-top: 1px solid #e4e6eb;
}

.action-btn {
    flex: 1;
    background: none;
    border: none;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    color: var(--text-dark);
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 600;
}

.join-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 600;
}

.join-btn:hover {
    background: linear-gradient(135deg, #5568d3 0%, #653a8f 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.info-btn {
    background: white;
    border: 2px solid #e4e6eb;
    color: var(--text-dark);
}

.info-btn:hover {
    background: #f0f2f5;
    border-color: var(--primary-blue);
    color: var(--primary-blue);
    transform: translateY(-2px);
}
/*WIKI pages*/
/* Wiki Sub Navigation */
.wiki-nav {
    background: #f5f7fb;
    border-bottom: 1px solid #e0e6f0;
}

.wiki-nav-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 1rem 20px;
    display: flex;
    gap: 2rem;
}

.wiki-nav-link {
    text-decoration: none;
    font-weight: 600;
    color: var(--text-dark);
    position: relative;
    padding-bottom: 0.25rem;
}

.wiki-nav-link:hover {
    color: var(--primary-blue);
}

.wiki-nav-link.active {
    color: var(--primary-blue);
}

.wiki-nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--primary-blue);
    border-radius: 2px;
	
}

.subsection-title {
	color: var(--primary-blue);
    font-weight: 700;
	font-size: 1.2rem;
}
/* Responsive */
@media (max-width: 900px) {
    .mh-hero {
        padding-top: 3.25rem;
    }

    .mh-hero-grid,
    .mh-section-grid {
        grid-template-columns: 1fr;
        gap: 2.25rem;
    }

    .mh-hero-right {
        justify-content: flex-start;
    }

    .mh-section-aside {
        justify-content: flex-start;
    }
}

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

    .mh-nav {
        font-size: 0.85rem;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .mh-hero {
        padding: 3rem 0 3.5rem;
    }

    .mh-hero-title {
        font-size: 2.3rem;
    }

    .mh-hero-subtitle {
        font-size: 0.95rem;
    }

    .mh-hero-tags {
        gap: 0.55rem;
    }

    .mh-ip-display {
        padding-inline: 1.2rem;
    }

}

