:root {
    --gs-teal: #0f766e;
    --gs-sand: #f8f7f3;
    --gs-ink: #1c1917;
    --gs-stone: #57534e;
    --bs-primary: #0f766e;
    --bs-primary-rgb: 15, 118, 110;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0f766e;
    --bs-btn-border-color: #0f766e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d9488;
    --bs-btn-hover-border-color: #0d9488;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #115e59;
    --bs-btn-active-border-color: #115e59;
    --bs-btn-focus-shadow-rgb: 15, 118, 110;
}

.text-primary {
    color: #0f766e !important;
}

.bg-primary {
    background-color: #0f766e !important;
}

body {
    font-family: Inter, system-ui, sans-serif;
    background: var(--gs-sand);
    color: var(--gs-ink);
}

.gs-header {
    background: rgba(248, 247, 243, 0.9);
    backdrop-filter: blur(6px);
}

.gs-header .navbar {
    min-height: 80px;
}

.gs-nav .nav-link {
    font-size: 0.875rem;
    white-space: nowrap;
}

.gs-nav .nav-link.active {
    color: var(--gs-teal);
}

.gs-section {
    scroll-margin-top: 96px;
}

.gs-logo-header {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.gs-logo-footer {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.gs-icon-16 {
    width: 16px;
    height: 16px;
}

.gs-icon-20 {
    width: 20px;
    height: 20px;
}

.gs-icon-box-32,
.gs-icon-box-36,
.gs-icon-box-48 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gs-icon-box-32 {
    width: 32px;
    height: 32px;
}

.gs-icon-box-36 {
    width: 36px;
    height: 36px;
}

.gs-icon-box-48 {
    width: 48px;
    height: 48px;
}

.gs-icon-nucleos {
    width: 22px;
    height: 16px;
}

.gs-icon-roteiro {
    width: 20px;
    height: 22px;
}

.gs-icon-offline {
    width: 20.5px;
    height: 20px;
}

.gs-icon-sos {
    width: 18px;
    height: 18px;
}

.gs-icon-comprovantes {
    width: 20px;
    height: 22px;
}

.gs-icon-cambio {
    width: 21px;
    height: 18px;
}

.gs-icon-receipt {
    width: 13.5px;
    height: 15px;
}

.gs-icon-van {
    width: 13.5px;
    height: 12px;
}

.gs-hero {
    position: relative;
    overflow: hidden;
}

.gs-glow {
    position: absolute;
    width: 384px;
    height: 384px;
    border-radius: 9999px;
    filter: blur(32px);
    pointer-events: none;
}

.gs-glow-teal {
    left: -192px;
    top: 25%;
    background: rgba(153, 246, 228, 0.4);
}

.gs-glow-sand {
    right: -192px;
    top: 33%;
    background: rgba(254, 243, 199, 0.5);
}

.gs-dot {
    width: 6px;
    height: 6px;
}

.gs-win-dot {
    width: 12px;
    height: 12px;
}

.gs-hero-photo {
    width: 100%;
    height: 392px;
    object-fit: cover;
    object-position: center;
}

.gs-hero-frame {
    position: relative;
}

.gs-hero-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.1) 50%, transparent);
}

.gs-float-card {
    position: absolute;
    z-index: 2;
    max-width: 280px;
}

.gs-float-expense {
    top: -16px;
    left: -24px;
}

.gs-float-settle {
    right: -24px;
    bottom: -24px;
    max-width: 270px;
}

.gs-badge-exclusive {
    position: absolute;
    top: -12px;
    right: 24px;
}

.gs-cta-glow {
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 256px;
    height: 256px;
    border-radius: 9999px;
    background: rgba(204, 251, 241, 0.5);
    pointer-events: none;
}

.gs-underline {
    text-decoration: underline;
    text-decoration-color: #2dd4bf;
}

.gs-copy {
    max-width: 42rem;
}

.gs-copy-sm {
    max-width: 36rem;
}

.panel {
    max-width: 440px;
    margin: 0 auto;
}

.panel h1 {
    margin: 0 0 12px;
    font-size: 2rem;
    font-weight: 800;
}

.field {
    display: block;
    margin: 0 0 14px;
}

.field span {
    display: block;
    margin-bottom: 6px;
    color: var(--gs-stone);
    font-size: 14px;
}

.field input[type="text"],
.field input[type="email"],
.field input[type="password"] {
    width: 100%;
    border: 1px solid #d6d3d1;
    border-radius: 8px;
    padding: 12px 14px;
    font: inherit;
    background: #fff;
}

.check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 12px 0;
}

.error {
    color: #d97a5a;
}

.ok {
    color: var(--gs-teal);
}

.hint {
    color: var(--gs-stone);
    font-size: 14px;
}

.link-button {
    background: none;
    border: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
}

.nav-logout {
    margin: 0;
}
