/*
 * OpenWrite modern visual system
 *
 * Loaded after page-specific styles so the public site and signed-in workspace
 * share one consistent visual language without changing existing behavior.
 */

:root {
    --primary-gradient: linear-gradient(135deg, #4f46e5 0%, #2563eb 100%);
    --primary-color: #4f46e5;
    --primary-dark: #3730a3;
    --secondary-color: #111827;
    --accent-color: #f97316;
    --success-color: #16a34a;
    --warning-color: #d97706;
    --danger-color: #dc2626;
    --bg-primary: #ffffff;
    --bg-secondary: #f6f7fb;
    --bg-tertiary: #eef1f7;
    --text-primary: #111827;
    --text-secondary: #64748b;
    --text-muted: #94a3b8;
    --border-light: #e6e9f0;
    --border-medium: #d7dce5;
    --sidebar-width: 248px;
    --sidebar-collapsed-width: 76px;
    --header-height: 72px;
    --border-radius: 14px;
    --border-radius-sm: 10px;
    --box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.04);
    --box-shadow-lg: 0 18px 50px rgba(15, 23, 42, 0.09);
    --transition: all 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
    --transition-fast: all 0.16s cubic-bezier(0.2, 0.8, 0.2, 1);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--text-primary);
    background: var(--bg-secondary);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
        "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: -0.006em;
}

::selection {
    color: #fff;
    background: rgba(79, 70, 229, 0.86);
}

a {
    color: var(--primary-color);
    text-underline-offset: 3px;
}

:focus-visible {
    outline: 3px solid rgba(79, 70, 229, 0.26) !important;
    outline-offset: 2px;
}

.container {
    max-width: 1180px;
    padding-right: 24px;
    padding-left: 24px;
}

.gradient-text,
.header-title,
.logo span,
.navbar .logo span,
.footer h4,
.page-title {
    color: var(--text-primary);
    background: none;
    -webkit-text-fill-color: currentColor;
}

/* Public navigation */

.navbar {
    position: sticky;
    top: 0;
    z-index: 1020;
    min-height: 72px;
    padding: 0;
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(226, 232, 240, 0.88);
    box-shadow: none;
    backdrop-filter: saturate(180%) blur(18px);
    -webkit-backdrop-filter: saturate(180%) blur(18px);
}

.navbar .container {
    min-height: 72px;
}

.navbar .nav-left {
    gap: 2rem;
}

.navbar .logo,
.logo {
    gap: 10px;
    color: var(--text-primary);
    font-size: 1.18rem;
    font-weight: 760;
    letter-spacing: -0.035em;
}

.navbar .logo:hover,
.logo:hover {
    color: var(--text-primary);
    filter: none;
    transform: none;
}

.navbar .logo .logo-img,
.logo .logo-img {
    width: 30px;
    height: 30px;
}

.navbar .nav-links {
    gap: 0.25rem;
}

.navbar .nav-links a,
.navbar .nav-links .dropdown-toggle {
    padding: 0.55rem 0.8rem;
    color: #475569;
    border-radius: 9px;
    font-size: 0.9rem;
    font-weight: 560;
}

.navbar .nav-links a:hover,
.navbar .nav-links .dropdown-toggle:hover {
    color: #1e293b;
    background: #f1f3f8;
    transform: none;
}

.navbar .auth-links li:last-child a {
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff;
    background: var(--primary-color);
    box-shadow: 0 5px 14px rgba(79, 70, 229, 0.2);
}

.navbar .auth-links li:last-child a:hover {
    color: #fff;
    background: #4338ca;
}

.navbar .nav-links .dropdown-menu,
.user-dropdown {
    margin-top: 0.65rem;
    padding: 0.4rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--border-light);
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.navbar .nav-links .dropdown-item,
.dropdown-item,
.logout-form .dropdown-item {
    margin: 0;
    padding: 0.65rem 0.75rem;
    color: #475569;
    border-radius: 8px;
}

.navbar .nav-links .dropdown-item:hover,
.dropdown-item:hover,
.logout-form .dropdown-item:hover {
    color: #3730a3;
    background: #eef2ff;
    transform: none;
}

/* Public pages */

.main-content-public {
    position: relative;
    min-height: calc(100vh - 72px);
    padding: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 2%, rgba(99, 102, 241, 0.08), transparent 27rem),
        radial-gradient(circle at 88% 5%, rgba(14, 165, 233, 0.06), transparent 24rem),
        #fff;
}

.main-content-public > .container {
    position: relative;
}

.hero-section {
    min-height: 680px;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.hero-section > .container {
    padding: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 2rem 0 !important;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.35rem;
    padding: 0.42rem 0.75rem;
    color: #4338ca;
    background: rgba(238, 242, 255, 0.88);
    border: 1px solid #dfe3ff;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 680;
    letter-spacing: 0.02em;
}

.hero-content h1 {
    max-width: 700px;
    color: #0f172a;
    font-size: clamp(3rem, 5.6vw, 5rem);
    line-height: 1.04;
    letter-spacing: -0.065em;
}

.hero-content h1 .gradient-text {
    color: #4f46e5;
}

.hero-content .lead {
    max-width: 610px;
    color: #64748b !important;
    font-size: clamp(1.06rem, 1.7vw, 1.24rem);
    line-height: 1.75;
}

.hero-content .version-badge,
.version-badge {
    vertical-align: top;
    margin: 0.25rem 0 0 0.65rem;
    padding: 0.28rem 0.56rem;
    color: #475569;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.68rem;
    font-weight: 650;
    letter-spacing: 0;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.05);
}

.hero-buttons {
    justify-content: flex-start !important;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 1.15rem;
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 540;
}

.hero-trust i {
    margin-right: 0.25rem;
    color: #16a34a;
    font-size: 0.72rem;
}

.hero-image {
    position: relative;
    padding: 2rem !important;
}

.hero-image::before {
    position: absolute;
    inset: 7% 3% 5% 5%;
    content: "";
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(238, 242, 255, 0.72)),
        #fff;
    border: 1px solid rgba(203, 213, 225, 0.58);
    border-radius: 40% 32% 42% 30%;
    box-shadow: 0 35px 90px rgba(79, 70, 229, 0.15);
    transform: rotate(-4deg);
}

.hero-image::after {
    position: absolute;
    right: 3%;
    bottom: 16%;
    width: 76px;
    height: 76px;
    content: "";
    background: rgba(14, 165, 233, 0.12);
    border-radius: 50%;
    filter: blur(1px);
}

.hero-img {
    position: relative;
    z-index: 1;
    max-height: 450px !important;
    filter: drop-shadow(0 25px 25px rgba(30, 64, 175, 0.12)) !important;
    animation: modernFloat 7s ease-in-out infinite !important;
}

@keyframes modernFloat {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-10px) rotate(1deg); }
}

.main-content-public section {
    position: relative;
}

.main-content-public section > .container,
.partner-banner {
    position: relative;
}

.main-content-public .display-5 {
    color: #0f172a;
    font-size: clamp(2rem, 3.8vw, 3rem);
    letter-spacing: -0.045em;
}

.feature-card,
.card {
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid var(--border-light) !important;
    border-radius: 16px;
    box-shadow: var(--box-shadow);
}

.feature-card {
    background: #fff !important;
}

.feature-card:hover {
    border-color: #cdd3df !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08) !important;
    transform: translateY(-4px);
}

.feature-icon {
    width: 58px !important;
    height: 58px !important;
    color: #4f46e5;
    background: #eef2ff !important;
    border: 1px solid #e0e7ff;
    border-radius: 15px !important;
    font-size: 1.25rem !important;
    box-shadow: none !important;
}

.feature-card:hover .feature-icon {
    color: #fff;
    background: #4f46e5 !important;
    transform: translateY(-2px) !important;
}

.step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    color: #4f46e5;
    background: #f5f7ff;
    border: 1px solid #e4e7f4;
    border-radius: 18px;
    font-size: 1.35rem !important;
}

.step-icon i {
    color: inherit !important;
}

.step-number-inline {
    width: 22px !important;
    height: 22px !important;
    color: #4f46e5 !important;
    background: #eef2ff !important;
    font-size: 0.72rem !important;
}

.platforms-list {
    gap: 0.8rem !important;
}

.platform-item {
    min-width: 106px !important;
    padding: 1.15rem 0.8rem !important;
    background: #fff !important;
    border: 1px solid var(--border-light) !important;
    border-radius: 14px !important;
}

.platform-item:hover {
    border-color: #c7d2fe !important;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
    transform: translateY(-4px);
}

.platform-icon-img,
.platform-icon-placeholder {
    width: 42px !important;
    height: 42px !important;
}

.platform-name {
    color: #334155 !important;
    font-size: 0.82rem;
}

.partner-banner {
    padding: 2rem !important;
    background:
        radial-gradient(circle at 93% 5%, rgba(99, 102, 241, 0.12), transparent 18rem),
        #f8faff !important;
    border: 1px solid #e1e6f2 !important;
    border-radius: 20px !important;
}

.partner-banner:hover {
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07) !important;
    transform: none !important;
}

.partner-banner-icon {
    width: 56px !important;
    height: 56px !important;
    background: #4f46e5 !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.2) !important;
}

.partner-badge {
    color: #4338ca !important;
    background: #eef2ff !important;
    border-color: #dfe3ff !important;
    border-radius: 999px !important;
}

.partner-badge-soft {
    color: #a16207 !important;
    background: #fef9c3 !important;
    border-color: #fef08a !important;
}

.partner-proof span {
    color: #475569 !important;
    background: #fff !important;
    border-color: #e2e8f0 !important;
}

.partner-activity-item,
.partner-activity-placeholder,
.partner-activity-skeleton {
    background: #fff !important;
    border-color: #e5e9f1 !important;
}

/* Buttons and form controls */

.btn {
    min-height: 42px;
    padding: 0.68rem 1.15rem;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 650;
    line-height: 1.2;
    box-shadow: none;
    transition: var(--transition-fast);
}

.btn:hover {
    filter: none;
    transform: translateY(-1px);
}

.btn-primary,
.btn.btn-primary,
.btn:not([class*="btn-"]) {
    color: #fff;
    background: #4f46e5;
    border-color: #4f46e5;
    box-shadow: 0 6px 16px rgba(79, 70, 229, 0.2);
}

.btn-primary:hover,
.btn.btn-primary:hover,
.btn:not([class*="btn-"]):hover {
    color: #fff;
    background: #4338ca;
    border-color: #4338ca;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.25);
}

.btn-success {
    color: #166534;
    background: #f0fdf4;
    border-color: #bbf7d0;
    box-shadow: none;
}

.btn-success:hover {
    color: #14532d;
    background: #dcfce7;
    box-shadow: none;
}

.btn-secondary {
    color: #334155;
    background: #fff;
    border-color: #dbe0e9;
    box-shadow: none;
}

.btn-secondary:hover {
    color: #111827;
    background: #f8fafc;
    border-color: #cbd5e1;
    box-shadow: none;
}

.btn-outline-primary {
    color: #4338ca;
    background: #fff;
    border: 1px solid #c7d2fe;
}

.btn-outline-primary:hover {
    color: #3730a3;
    background: #eef2ff;
    border-color: #a5b4fc;
    box-shadow: none;
}

.btn-danger {
    color: #b91c1c;
    background: #fff;
    border-color: #fecaca;
    box-shadow: none;
}

.form-container {
    max-width: 440px;
    margin: 5rem auto;
    padding: 2.4rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--border-light);
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.1);
}

.form-container h2 {
    color: #111827 !important;
    background: none !important;
    -webkit-text-fill-color: currentColor !important;
    font-size: 1.65rem;
    letter-spacing: -0.035em;
}

.form-group label,
.form-label {
    margin-bottom: 0.45rem;
    color: #334155;
    font-size: 0.84rem;
    font-weight: 620;
}

.form-group input,
.form-group textarea,
.form-control,
.form-select {
    min-height: 44px;
    padding: 0.72rem 0.85rem;
    color: #111827;
    background: #fff;
    border: 1px solid #d9dee8;
    border-radius: 10px;
    font-size: 0.92rem;
    box-shadow: inset 0 1px 1px rgba(15, 23, 42, 0.02);
}

.form-group input:focus,
.form-group textarea:focus,
.form-control:focus,
.form-select:focus {
    border-color: #818cf8;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
    transform: none;
}

.alert,
.form-message {
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
}

.alert-info,
.form-message.success {
    color: #1e40af;
    background: #eff6ff;
    border-color: #bfdbfe;
}

.alert-warning {
    color: #92400e;
    background: #fffbeb;
    border-color: #fde68a;
}

.alert-danger,
.alert-error,
.form-message.error {
    color: #991b1b;
    background: #fef2f2;
    border-color: #fecaca;
}

/* Signed-in workspace */

.top-header {
    height: var(--header-height);
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid var(--border-light);
    box-shadow: none;
    backdrop-filter: saturate(180%) blur(18px);
    -webkit-backdrop-filter: saturate(180%) blur(18px);
}

.header-content {
    padding: 0 1.35rem;
}

.sidebar-toggle {
    width: 38px;
    height: 38px;
    padding: 0;
    color: #64748b;
    border: 1px solid transparent;
    border-radius: 10px;
}

.sidebar-toggle:hover {
    color: #334155;
    background: #f1f3f7;
    transform: none;
}

.extension-status-indicator {
    padding: 0;
}

.nav-extension-checking,
.nav-extension-installed,
.nav-extension-outdated,
.nav-extension-missing {
    padding: 0.42rem 0.65rem;
    background: #f8fafc;
    border: 1px solid var(--border-light);
    border-radius: 999px;
}

.nav-extension-installed {
    color: #15803d;
    background: #f0fdf4;
    border-color: #dcfce7;
}

.extension-version {
    color: #475569;
    background: #fff;
    border-color: #e2e8f0;
    box-shadow: none;
}

.user-info {
    padding: 0.48rem 0.75rem;
    background: #fff;
    border-color: #e1e5ed;
    border-radius: 10px;
}

.user-info:hover {
    background: #f8fafc;
    border-color: #d5dae4;
    transform: none;
}

.layout-container {
    margin-top: var(--header-height);
}

.sidebar {
    top: var(--header-height);
    width: var(--sidebar-width);
    height: calc(100vh - var(--header-height));
    padding: 1rem 0.75rem;
    background: #fff;
    border-right: 1px solid var(--border-light);
    box-shadow: none;
}

.sidebar-nav {
    padding: 0.4rem 0;
}

.nav-link {
    min-height: 44px;
    margin: 0.2rem 0;
    padding: 0.7rem 0.9rem;
    color: #64748b;
    border: 0;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 560;
}

.nav-link i {
    margin-right: 0.8rem;
    color: #94a3b8;
    font-size: 0.92rem;
}

.nav-link:hover {
    color: #334155;
    background: #f3f5f9;
    transform: none;
}

.nav-link.active {
    color: #3730a3;
    background: #eef2ff;
    border: 0;
    box-shadow: none;
    font-weight: 650;
}

.nav-link.active i {
    color: #4f46e5;
}

.sidebar.collapsed .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.sidebar.collapsed .nav-link i {
    margin-right: 0;
}

.main-content {
    margin-left: var(--sidebar-width);
    background:
        radial-gradient(circle at 96% 0, rgba(99, 102, 241, 0.035), transparent 24rem),
        var(--bg-secondary);
}

.content-wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: clamp(1.5rem, 3vw, 2.75rem);
    background: transparent;
}

.page-header {
    margin-bottom: 1.75rem;
    padding-bottom: 1.2rem;
    background: none;
    border-bottom: 1px solid var(--border-light);
}

.page-title {
    font-size: clamp(1.6rem, 3vw, 2rem);
    font-weight: 730;
    letter-spacing: -0.04em;
}

.card {
    overflow: hidden;
}

.card-header {
    padding: 1rem 1.2rem;
    color: #334155;
    background: #fbfcfe;
    border-bottom: 1px solid var(--border-light);
}

.card-body {
    background: transparent;
}

.welcome-section {
    padding: 2.1rem !important;
    background:
        radial-gradient(circle at 92% 5%, rgba(255, 255, 255, 0.15), transparent 18rem),
        linear-gradient(125deg, #312e81 0%, #4f46e5 58%, #2563eb 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px !important;
    box-shadow: 0 18px 40px rgba(49, 46, 129, 0.16) !important;
}

.welcome-section::before {
    width: 210px !important;
    height: 210px !important;
    top: -95px !important;
    right: -55px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 50% !important;
    transform: none !important;
}

.welcome-content h2 {
    font-size: 1.75rem !important;
    letter-spacing: -0.035em;
}

.welcome-content p {
    margin-bottom: 0 !important;
    font-size: 0.98rem !important;
}

.stat-icon {
    width: 50px !important;
    height: 50px !important;
    background: rgba(255, 255, 255, 0.13) !important;
    border-radius: 13px !important;
    font-size: 1.15rem !important;
}

.stat-number {
    font-size: 1.7rem !important;
    letter-spacing: -0.04em;
}

.quick-actions h3 {
    color: #111827 !important;
    font-size: 1.12rem;
    font-weight: 680;
}

.action-grid {
    grid-template-columns: repeat(auto-fit, minmax(270px, 340px)) !important;
    gap: 0.9rem !important;
}

.action-card {
    padding: 1.2rem !important;
    background: #fff !important;
    border: 1px solid var(--border-light) !important;
    border-radius: 14px !important;
}

.action-card::before {
    display: none;
}

.action-card:hover {
    border-color: #c7d2fe !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07) !important;
    transform: translateY(-2px) !important;
}

.action-icon {
    width: 48px !important;
    height: 48px !important;
    color: #4f46e5 !important;
    background: #eef2ff !important;
    border-radius: 12px !important;
    font-size: 1.08rem !important;
}

.action-card:hover .action-icon {
    color: #fff !important;
    background: #4f46e5 !important;
    box-shadow: none !important;
    transform: none !important;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: #f8fafc;
    --bs-table-hover-bg: #f8fafc;
    color: #334155;
}

.table > :not(caption) > * > * {
    padding: 0.85rem 0.9rem;
    border-bottom-color: #edf0f5;
}

.table thead th {
    color: #64748b;
    background: #f8fafc;
    font-size: 0.75rem;
    font-weight: 680;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.modal-content {
    border: 1px solid var(--border-light);
    border-radius: 16px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.2);
}

.modal-header,
.modal-footer {
    border-color: var(--border-light);
}

.badge {
    border-radius: 999px;
    font-weight: 620;
}

.pagination .page-link {
    margin: 0 0.15rem;
    color: #475569;
    border-color: #e2e8f0;
    border-radius: 8px;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background: #4f46e5;
    border-color: #4f46e5;
}

/* Footer */

.footer {
    margin-top: 6rem;
    padding: 4rem 0 1.5rem;
    color: #64748b;
    background: #f8fafc;
    border-top: 1px solid #edf0f4;
}

.footer h4 {
    color: #1e293b;
    font-size: 0.95rem;
    letter-spacing: -0.015em;
}

.footer p,
.footer ul li a {
    color: #64748b;
    font-size: 0.86rem;
}

.footer ul li a:hover {
    color: #3730a3;
    transform: none;
}

.footer-bottom {
    border-top-color: #e7ebf1;
}

@media (max-width: 991.98px) {
    .hero-section {
        min-height: auto;
        padding-top: 3.5rem !important;
    }

    .hero-content h1 {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-content .lead {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-buttons,
    .hero-trust {
        justify-content: center !important;
    }

    .hero-image {
        max-width: 580px;
        margin: 1.5rem auto 0;
    }
}

@media (max-width: 767.98px) {
    .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .navbar .container {
        min-height: 64px;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .navbar .nav-left {
        justify-content: space-between;
    }

    .navbar .nav-left,
    .navbar .nav-right {
        width: 100%;
    }

    .navbar .nav-links {
        flex-wrap: wrap;
    }

    .hero-section {
        padding-top: 2.5rem !important;
    }

    .hero-content h1 {
        font-size: clamp(2.6rem, 12vw, 3.7rem);
    }

    .hero-content .version-badge {
        display: inline-flex;
        margin-top: 0.5rem;
    }

    .hero-buttons {
        gap: 0.7rem !important;
    }

    .hero-buttons .btn {
        width: 100%;
        margin-right: 0 !important;
    }

    .hero-trust {
        flex-direction: column;
        align-items: center;
        gap: 0.45rem;
    }

    .partner-banner-main {
        align-items: flex-start !important;
    }

    .top-header {
        height: 64px;
    }

    .header-content {
        padding: 0 0.8rem;
    }

    .layout-container {
        margin-top: 64px;
    }

    .sidebar {
        top: 64px;
        height: calc(100vh - 64px);
        box-shadow: 20px 0 45px rgba(15, 23, 42, 0.12);
    }

    .extension-status-indicator {
        display: none;
    }

    .content-wrapper {
        padding: 1.15rem;
    }

    .page-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.9rem;
    }

    .welcome-section {
        padding: 1.5rem !important;
    }

    .welcome-stats {
        width: 100%;
        justify-content: space-around !important;
    }

    .footer {
        margin-top: 4rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
