/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Import Poppins font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

/* Import Geist font */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600&display=swap');

/* ========================================
   QuoteJunction - Modern Contractor SMS Web App Styles
   ======================================== */

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
}

.brightness-0 {
  --tw-brightness: brightness(0%);
}

.margin-0 {
  margin: 0;
  img {
    margin: 0;
  }
}

.quote-junction-portal {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.portal-container {
    max-width: 500px;
    padding: 2rem;
}

.portal-content {
    background: white;
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.portal-logo {
    text-align: center;
    margin-bottom: 2rem;
}

.portal-logo h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #667eea;
}

.portal-tagline {
    color: #666;
    font-size: 1.4rem;
}

.portal-card {
    margin: 2rem 0;
    text-align: center;
}

.portal-card h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.subdomain-input-wrapper {
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 6px;
    padding: 0.75rem;
    margin: 1rem 0;
}

#subdomain-input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 1rem;
}

.subdomain-suffix {
    color: #666;
    font-size: 0.9rem;
}

.portal-button {
    display: inline-block;
    padding: 0.75rem 2rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 1.4rem;
}

.portal-button.primary {
    background: #667eea;
    color: white;
}

.portal-button.secondary {
    background: transparent;
    color: #667eea;
    border: 2px solid #667eea;
}

.portal-divider {
    text-align: center;
    margin: 2rem 0;
    color: #999;
}

.portal-footer {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
    font-size: 0.9rem;
}

.portal-footer a {
    color: #667eea;
    text-decoration: none;
}
