/*
Theme Name: GiftFlow App
Template: astra
*/

/* Font import */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* =====================================================
   Base CSS moved to assets/css/base/
   - Design tokens → base/tokens.css
   - Reset rules → base/reset.css
   - Typography → base/typography.css
   - Astra compatibility → base/wordpress-astra.css
===================================================== */

/* =====================================================
   GiftFlow Launch Control — Registration Gate
   Feature-specific styling for registration gate
===================================================== */

.gf-registration-gate {
    text-align: center;
    padding: 60px 40px;
    max-width: 480px;
    margin: 60px auto;
}

.gf-gate-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.gf-registration-gate h2 {
    font-size: 1.6rem;
    margin-bottom: 12px;
    color: var(--gf-text, #1a1a1a);
}

.gf-registration-gate p {
    color: var(--gf-text-muted, #666);
    line-height: 1.6;
    margin-bottom: 28px;
}

.gf-slots-warning {
    background: #fff8e1;
    border: 1px solid #ffe082;
    color: #7a5c00;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-bottom: 20px;
    text-align: center;
}

.gf-gate-supporter-note {
    margin-top: 24px;
    font-size: 0.85rem;
    color: var(--gf-text-muted, #888);
}
