/* ===========================
   LunchKassa – Custom Styles
   (Loaded after Bulma CSS)
   =========================== */

/* --- Self-hosted Fonts --- */
/* DM Serif Display */
@font-face {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/dm-serif-display-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/dm-serif-display-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Outfit (variable weight 300-700) */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url(fonts/outfit-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url(fonts/outfit-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --- Custom Properties --- */
:root {
    --warm-cream: #FBF7F0;
    --deep-olive: #2C3A2E;
    --burnt-orange: #E8722A;
    --soft-sage: #A8B5A0;
    --warm-sand: #E8DFD0;
    --charcoal: #1A1A1A;
    --light-sage: #D4DDD0;
    --orange-glow: #F5944D;
    --text-muted: #5C6D5C;
    --surface: #fff;
    --surface-dark: #2C3A2E;
    --border-subtle: rgba(168, 181, 160, 0.2);
    --navbar-bg: rgba(251, 247, 240, 0.85);
    --shadow-card: 0 20px 60px rgba(44, 58, 46, 0.08), 0 1px 3px rgba(44, 58, 46, 0.05);
    --shadow-hover: 0 16px 50px rgba(44, 58, 46, 0.08);
    --shadow-float: 0 8px 30px rgba(44, 58, 46, 0.1);
    --shadow-scroll: 0 2px 20px rgba(44, 58, 46, 0.06);
    --shadow-table: 0 8px 40px rgba(44, 58, 46, 0.06);
}

/* --- Base / Bulma Overrides --- */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Outfit', sans-serif;
    background: var(--warm-cream);
    color: var(--charcoal);
    line-height: 1.6;
    overflow-x: hidden;
}

.section {
    background-color: var(--warm-cream);
}

/* --- Buttons --- */
.button.is-cta-primary {
    background-color: var(--burnt-orange);
    border-color: var(--burnt-orange);
    color: #fff;
    font-weight: 600;
}

.button.is-cta-primary:hover {
    background-color: #d4641f;
    border-color: #d4641f;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(232, 114, 42, 0.3);
}

.button.is-cta-secondary {
    background-color: transparent;
    border: 2px solid var(--soft-sage);
    color: var(--deep-olive);
    font-weight: 500;
}

.button.is-cta-secondary:hover {
    border-color: var(--deep-olive);
    background-color: var(--deep-olive);
    color: #fff;
}

.button.is-nav-cta {
    background-color: var(--deep-olive);
    border-color: var(--deep-olive);
    color: #fff;
    font-weight: 500;
}

.button.is-nav-cta:hover {
    background-color: var(--burnt-orange);
    border-color: var(--burnt-orange);
    color: #fff;
    transform: translateY(-1px);
}

/* --- Navbar --- */
.navbar {
    backdrop-filter: blur(20px);
    background: var(--navbar-bg);
    border-bottom: 1px solid var(--border-subtle);
    box-shadow: none;
    transition: box-shadow 0.3s ease;
}

.navbar.is-scrolled {
    box-shadow: var(--shadow-scroll);
}

.navbar-menu {
    background-color: var(--warm-cream);
}

.navbar .logo-icon {
    width: 36px;
    height: 36px;
    background: var(--burnt-orange);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transform: rotate(-5deg);
    margin-right: 0.4rem;
}

.navbar .logo-text {
    font-family: 'DM Serif Display', serif;
    font-size: 1.6rem;
    color: var(--deep-olive);
}

.navbar a.navbar-item {
    color: var(--deep-olive);
    font-weight: 500;
    font-size: 0.95rem;
}

.navbar a.navbar-item:hover {
    background-color: transparent;
    color: var(--burnt-orange);
}

.navbar-burger:hover {
    background-color: transparent;
    color: var(--burnt-orange);
}

/* --- Hero --- */
.hero-section {
    background: var(--warm-cream);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(232, 114, 42, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(168, 181, 160, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-section .hero-body {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--light-sage);
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--deep-olive);
    margin-bottom: 1.5rem;
    animation: fadeSlideUp 0.6s ease-out;
}

.hero-badge::before {
    content: '\1F1E6\1F1F9';
    font-size: 1rem;
}

.hero-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.15;
    color: var(--deep-olive);
    margin-bottom: 1.5rem;
    animation: fadeSlideUp 0.6s ease-out 0.1s both;
}

.hero-title .highlight {
    color: var(--burnt-orange);
    position: relative;
}

.hero-title .highlight::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 6px;
    background: rgba(232, 114, 42, 0.2);
    border-radius: 3px;
}

.hero-text {
    font-size: 1.15rem;
    color: var(--text-muted);
    max-width: 520px;
    margin-bottom: 2rem;
    animation: fadeSlideUp 0.6s ease-out 0.2s both;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    animation: fadeSlideUp 0.6s ease-out 0.3s both;
}

/* Hero Visual / Card */
.hero-visual {
    position: relative;
    animation: fadeSlideUp 0.8s ease-out 0.4s both;
}

.hero-card {
    background: var(--surface);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: var(--shadow-card);
    position: relative;
    overflow: hidden;
}

.hero-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--burnt-orange), var(--orange-glow), var(--soft-sage));
}

.card-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--warm-sand);
}

.card-title-custom {
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--deep-olive);
}

.card-status {
    font-size: 0.8rem;
    padding: 0.3rem 0.8rem;
    background: #E8F5E8;
    color: #2E7D2E;
    border-radius: 50px;
    font-weight: 500;
}

.order-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(232, 223, 208, 0.5);
}

.order-item:last-child {
    border-bottom: none;
}

.order-person {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.avatar {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
}

.order-name {
    font-weight: 500;
    font-size: 0.95rem;
}

.order-meal {
    font-size: 0.82rem;
    color: var(--text-muted);
}

.order-price {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--deep-olive);
}

.card-footer-custom {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 2px dashed var(--warm-sand);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-label {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.total-amount {
    font-family: 'DM Serif Display', serif;
    font-size: 1.5rem;
    color: var(--burnt-orange);
}

/* Float Badges */
.float-badge {
    position: absolute;
    background: var(--surface);
    border-radius: 16px;
    padding: 0.8rem 1.2rem;
    box-shadow: var(--shadow-float);
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    animation: float 4s ease-in-out infinite;
    z-index: 3;
}

.float-badge.tax {
    top: -15px;
    right: -20px;
    color: #2E7D2E;
}

.float-badge.split {
    bottom: 40px;
    left: -30px;
    color: var(--burnt-orange);
    animation-delay: 1.5s;
}

/* --- Tax Banner --- */
.tax-banner {
    background: var(--surface-dark);
    padding: 4rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.tax-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    opacity: 0.5;
}

.tax-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.tax-amount {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(3rem, 7vw, 5.5rem);
    color: var(--burnt-orange);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.tax-subtitle {
    font-size: 1.3rem;
    color: #C0C9BB;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.tax-detail {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
}

/* --- Section Headers --- */
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--burnt-orange);
    margin-bottom: 1rem;
}

.section-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: var(--deep-olive);
    margin-bottom: 1rem;
    max-width: 600px;
}

.section-desc {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 550px;
    margin-bottom: 3rem;
}

/* --- Features --- */
.feature-card {
    --accent: 168, 181, 160;
    background: var(--surface);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s ease;
    border: 1px solid var(--border-subtle);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.feature-card.is-orange { --accent: 232, 114, 42; }
.feature-card.is-blue { --accent: 91, 155, 213; }
.feature-card.is-green { --accent: 46, 125, 46; }
.feature-card.is-purple { --accent: 155, 89, 182; }
.feature-card.is-amber { --accent: 245, 148, 77; }
.feature-card.is-olive { --accent: 44, 58, 46; }

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

.feature-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgb(var(--accent));
    opacity: 0;
    transition: opacity 0.3s;
}

.feature-card:hover::after {
    opacity: 1;
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    background: rgba(var(--accent), 0.1);
}

.feature-card h3 {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
    color: var(--deep-olive);
}

.feature-card p {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* --- How It Works --- */
.steps-container {
    position: relative;
    margin-top: 3rem;
}

.steps-container::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, var(--warm-sand), var(--soft-sage), var(--burnt-orange), var(--deep-olive));
    z-index: 0;
}

.step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.step-number {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--warm-cream);
    border: 3px solid var(--soft-sage);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin: 0 auto 1.2rem;
    transition: all 0.3s;
}

.step:hover .step-number {
    background: var(--burnt-orange);
    border-color: var(--burnt-orange);
    transform: scale(1.1);
}

.step h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: var(--deep-olive);
}

.step p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.5;
}

/* --- Comparison Table --- */
.comparison-table {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-table);
    margin-top: 3rem;
    border-collapse: separate;
    border-spacing: 0;
}

.comparison-table thead th {
    background: var(--surface-dark);
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 1rem 1.5rem;
    border: none;
}

.comparison-table thead th:last-child {
    background: var(--burnt-orange);
}

.comparison-table tbody td {
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    background: var(--surface);
    border-bottom: 1px solid var(--warm-sand);
    vertical-align: middle;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table tbody td:first-child {
    font-weight: 500;
    color: var(--deep-olive);
}

.comparison-table tbody td:nth-child(2) {
    text-align: center;
    color: var(--text-muted);
    border-left: 1px solid var(--warm-sand);
}

.comparison-table tbody td:nth-child(3) {
    text-align: center;
    font-weight: 600;
    color: var(--deep-olive);
    background: rgba(232, 114, 42, 0.04);
    border-left: 1px solid var(--warm-sand);
}

.check { color: #2E7D2E; font-size: 1.2rem; }
.cross { color: #888; font-size: 1.2rem; }

/* --- CTA Section --- */
.cta-section {
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(232, 114, 42, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.cta-section .section-title {
    margin-left: auto;
    margin-right: auto;
}

.waitlist-form {
    max-width: 520px;
    margin: 0 auto;
    text-align: left;
}

.waitlist-form .field {
    margin-bottom: 0.75rem;
}

.waitlist-form .input {
    border: 2px solid var(--warm-sand);
    background: var(--surface);
    font-family: 'Outfit', sans-serif;
    box-shadow: none;
}

.waitlist-form .input:focus {
    border-color: var(--burnt-orange);
    box-shadow: none;
}

.waitlist-form .input::placeholder {
    color: #B0B8B2;
}

.waitlist-form .button[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}

.form-note {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-top: 0.8rem;
}


/* --- Footer --- */
.footer {
    background: var(--surface-dark);
    padding: 3rem 1.5rem 2rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-brand {
    font-family: 'DM Serif Display', serif;
    font-size: 1.3rem;
    color: #fff;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.82rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

/* --- Content Pages (Datenschutz, Impressum) --- */
.page-content {
    max-width: 800px;
    margin: 0 auto;
}

.page-content h1,
.page-content h2 {
    font-family: 'DM Serif Display', serif;
    color: var(--deep-olive);
}

.page-content h2 {
    margin-top: 2.5rem;
}

.page-content p,
.page-content li {
    color: var(--text-muted);
}

.page-content a {
    color: var(--burnt-orange);
}

.page-content a:hover {
    text-decoration: underline;
}

.last-updated {
    font-size: 0.9rem;
    color: var(--text-muted);
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--warm-sand);
}

/* --- Animations --- */
@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

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

/* --- Toast --- */
.toast {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: var(--deep-olive);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 14px;
    font-size: 0.95rem;
    font-weight: 500;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

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

/* --- Responsive --- */
@media (max-width: 1023px) {
    .hero-section .columns {
        text-align: center;
    }

    .hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-visual {
        max-width: 420px;
        margin: 0 auto;
    }

    .float-badge.tax { right: 0; }
    .float-badge.split { left: 0; }

    .steps-container::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .waitlist-form .columns {
        margin-left: 0;
        margin-right: 0;
    }

    .footer .level {
        flex-direction: column;
        text-align: center;
    }

    .footer-links {
        justify-content: center;
    }

    .comparison-table tbody td,
    .comparison-table thead th {
        padding: 0.8rem;
        font-size: 0.82rem;
    }
}

/* --- Theme Toggle --- */
.theme-toggle {
    background: none;
    border: 2px solid var(--soft-sage);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--deep-olive);
    transition: all 0.3s ease;
    padding: 0;
}

.theme-toggle:hover {
    border-color: var(--burnt-orange);
    color: var(--burnt-orange);
}

.theme-toggle .theme-icon-sun { display: none; }
.theme-toggle .theme-icon-moon { display: block; }

[data-theme="dark"] .theme-toggle .theme-icon-sun { display: block; }
[data-theme="dark"] .theme-toggle .theme-icon-moon { display: none; }

/* --- Dark Mode --- */
[data-theme="dark"] {
    --warm-cream: #1A1F1A;
    --deep-olive: #D4DDD0;
    --charcoal: #E8E4E0;
    --text-muted: #9BA898;
    --warm-sand: #2E3830;
    --light-sage: #2A3528;
    --soft-sage: #5C6D5C;
    --surface: #232A23;
    --border-subtle: rgba(168, 181, 160, 0.1);
    --navbar-bg: rgba(26, 31, 26, 0.9);
    --shadow-card: 0 20px 60px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.2);
    --shadow-hover: 0 16px 50px rgba(0, 0, 0, 0.3);
    --shadow-float: 0 8px 30px rgba(0, 0, 0, 0.3);
    --shadow-scroll: 0 2px 20px rgba(0, 0, 0, 0.3);
    --shadow-table: 0 8px 40px rgba(0, 0, 0, 0.2);
}

[data-theme="dark"] .has-background-white {
    background-color: #1E241E !important;
}

[data-theme="dark"] .button.is-nav-cta {
    background-color: var(--burnt-orange);
    border-color: var(--burnt-orange);
    color: #fff;
}

[data-theme="dark"] .button.is-nav-cta:hover {
    background-color: #d4641f;
    border-color: #d4641f;
}

[data-theme="dark"] .button.is-cta-secondary:hover {
    background-color: var(--deep-olive);
    color: #1A1F1A;
}

[data-theme="dark"] .card-status {
    background: rgba(46, 125, 46, 0.2);
    color: #6BCB6B;
}

[data-theme="dark"] .order-item {
    border-bottom-color: rgba(168, 181, 160, 0.1);
}

[data-theme="dark"] .comparison-table tbody td:nth-child(3) {
    background: rgba(232, 114, 42, 0.08);
}

[data-theme="dark"] .cross {
    color: #6B6B6B;
}

[data-theme="dark"] .waitlist-form .input::placeholder {
    color: #5C6D5C;
}

[data-theme="dark"] .toast {
    background: var(--surface);
    border: 1px solid rgba(168, 181, 160, 0.2);
}
