/* /Modules/Accounts/Account.razor.rz.scp.css */
#account-page[b-nm1qqod0ka]
{
    display: flex;
    flex-direction: column;
    width: 100%;
}

#account-page .breadcrumb[b-nm1qqod0ka]
{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px;
    border-bottom: 1px solid var(--color-border);
}

#account-page .breadcrumb-link[b-nm1qqod0ka]
{
    font-size: 0.875rem;
    color: var(--color-accent);
    text-decoration: none;
}

#account-page .breadcrumb-link:hover[b-nm1qqod0ka]
{
    text-decoration: underline;
}


#account-page .locations-list[b-nm1qqod0ka]
{
    display: flex;
    flex-direction: column;
}

#account-page .location-item[b-nm1qqod0ka]
{
    display: block;
    padding: 20px;
    border-bottom: 1px solid var(--color-border);
    background: var(--color-surface);
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--color-text);
    text-decoration: none;
}

#account-page .location-item:hover[b-nm1qqod0ka]
{
    background: var(--color-bg);
}

#account-page .locations-empty[b-nm1qqod0ka]
{
    font-size: 0.875rem;
    color: var(--color-text-muted);
}
/* /Modules/Dashboard.razor.rz.scp.css */
#dashboard-page[b-6a9vwuyrv8]
{
    display: flex;
    flex-direction: column;
    width: 100%;
}

#dashboard-page .welcome[b-6a9vwuyrv8]
{
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-text);
    padding: 16px;
    border-bottom: 1px solid var(--color-border);
}


#dashboard-page .connections-list[b-6a9vwuyrv8]
{
    display: flex;
    flex-direction: column;
}

#dashboard-page .connection-item[b-6a9vwuyrv8]
{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    border-bottom: 1px solid var(--color-border);
    background: var(--color-surface);
    text-decoration: none;
    color: inherit;
}

#dashboard-page .connection-item:hover[b-6a9vwuyrv8]
{
    background: var(--color-bg);
}

#dashboard-page .connection-icon[b-6a9vwuyrv8]
{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

#dashboard-page .connection-name[b-6a9vwuyrv8]
{
    flex: 1;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--color-text);
}

#dashboard-page .connected-badge[b-6a9vwuyrv8]
{
    font-size: 0.7rem;
    font-weight: 600;
    color: #16a34a;
    background: #dcfce7;
    border-radius: 4px;
    padding: 2px 6px;
    white-space: nowrap;
}

#dashboard-page .connection-action[b-6a9vwuyrv8]
{
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-accent);
}
/* /Modules/Locations/Agents/AgentList.razor.rz.scp.css */
#agents-page[b-8mpgtkhnsv]
{
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

#agents-page .agent-items[b-8mpgtkhnsv]
{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    flex: 1;
    overflow-y: auto;
}

#agents-page .agent-item[b-8mpgtkhnsv]
{
    flex-shrink: 0;
    border-bottom: 1px solid var(--color-border);
    background: var(--color-surface);
    overflow: hidden;
    scroll-margin-top: 8px;
}

#agents-page .agent-item--active[b-8mpgtkhnsv]
{
    background: var(--color-accent-light);
}

#agents-page .agent-link[b-8mpgtkhnsv]
{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    text-decoration: none;
    color: inherit;
}

#agents-page a.agent-link:hover[b-8mpgtkhnsv]
{
    background: var(--color-bg);
}

#agents-page .agent-content[b-8mpgtkhnsv]
{
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 720px;
}

#agents-page .agent-header[b-8mpgtkhnsv]
{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 0 8px 0;
}

#agents-page .agent-type[b-8mpgtkhnsv]
{
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text);
    flex: 1;
}

#agents-page .agent-prompt[b-8mpgtkhnsv]
{
    font-size: 0.9rem;
    color: var(--color-text);
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#agents-page .agents-empty[b-8mpgtkhnsv]
{
    font-size: 1rem;
    color: var(--color-text-muted);
    padding: 24px;
}
/* /Modules/Locations/Agents/AgentLookup.razor.rz.scp.css */
.agent-lookup[b-wmouaead4g]
{
    display: flex;
    flex-direction: column;
    padding: 16px 0 0 0;
}

.agent-lookup .form[b-wmouaead4g]
{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.agent-lookup .saved-message[b-wmouaead4g]
{
    font-size: 0.875rem;
    font-weight: 500;
    color: #16a34a;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: var(--radius);
    padding: 10px 14px;
}
/* /Modules/Locations/Insights/InsightLookup.razor.rz.scp.css */
.insight-lookup[b-h63ehjq7dv]
{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.insight-lookup .insight-card[b-h63ehjq7dv]
{
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-left: 3px solid var(--color-accent);
    border-radius: var(--radius);
    padding: 16px 18px;
}

.insight-lookup .insight-text[b-h63ehjq7dv]
{
    font-size: 1rem;
    color: var(--color-text);
    line-height: 1.6;
    white-space: pre-wrap;
}
/* /Modules/Locations/Insights/Insights.razor.rz.scp.css */
#insights-page[b-dte5rqq1fd]
{
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

#insights-page .insights-header[b-dte5rqq1fd]
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    flex-shrink: 0;
    border-bottom: 1px solid var(--color-border);
}

#insights-page .insights-count[b-dte5rqq1fd]
{
    font-size: 0.8rem;
    color: var(--color-text-muted);
}

#insights-page .insights-form[b-dte5rqq1fd]
{
    display: flex;
}

#insights-page .insight-items[b-dte5rqq1fd]
{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    flex: 1;
    overflow-y: auto;
}

#insights-page .insight-item[b-dte5rqq1fd]
{
    flex-shrink: 0;
    border-bottom: 1px solid var(--color-border);
    background: var(--color-surface);
    overflow: hidden;
    scroll-margin-top: 8px;
}

#insights-page .insight-item--active[b-dte5rqq1fd]
{
    background: var(--color-accent-light);
}

#insights-page .insight-link[b-dte5rqq1fd]
{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    text-decoration: none;
    color: inherit;
}

#insights-page a.insight-link:hover[b-dte5rqq1fd]
{
    background: var(--color-bg);
}

#insights-page .insight-content[b-dte5rqq1fd]
{
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 720px;
}

#insights-page .insight-item-header[b-dte5rqq1fd]
{
    display: flex;
    align-items: center;
    gap: 12px;
}

#insights-page .insights-generated[b-dte5rqq1fd]
{
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-text-muted);
}

#insights-page .insight-preview[b-dte5rqq1fd]
{
    font-size: 0.9rem;
    color: var(--color-text);
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#insights-page .insights-empty[b-dte5rqq1fd]
{
    font-size: 1rem;
    color: var(--color-text-muted);
    padding: 24px;
}
/* /Modules/Locations/Location.razor.rz.scp.css */
#location-overview[b-ec41in3prz]
{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px;
    overflow-y: auto;
}

#location-overview .location-name[b-ec41in3prz]
{
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 16px 0;
}
/* /Modules/Locations/LocationFrame.razor.rz.scp.css */
#location-frame[b-uo94v4iota]
{
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
    min-height: 0;
}

#location-frame .location-header[b-uo94v4iota]
{
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid var(--color-border);
    background-color: var(--color-surface);
    overflow: hidden;
}

#location-frame .location-header .breadcrumb[b-uo94v4iota]
{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px;
    border-bottom: 1px solid var(--color-border);
}

#location-frame .location-header .breadcrumb-link[b-uo94v4iota]
{
    font-size: 0.9rem;
    color: var(--color-accent);
    text-decoration: none;
}

#location-frame .location-header .breadcrumb-link:hover[b-uo94v4iota]
{
    text-decoration: underline;
}

#location-frame .location-header .breadcrumb-separator[b-uo94v4iota]
{
    font-size: 0.9rem;
    color: var(--color-text-muted);
}

#location-frame .location-header .breadcrumb-current[b-uo94v4iota]
{
    font-size: 0.9rem;
    color: var(--color-text);
}

#location-frame .location-header .location-nav[b-uo94v4iota]
{
    display: flex;
    flex-direction: row;
    gap: 4px;
}

#location-frame .location-header .location-nav-link[b-uo94v4iota]
{
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-text-muted);
    text-decoration: none;
    padding: 8px 12px;
    border-bottom: 2px solid transparent;
}

#location-frame .location-header .location-nav-link:hover[b-uo94v4iota]
{
    color: var(--color-text);
}

#location-frame .location-header .location-nav-link--active[b-uo94v4iota]
{
    color: var(--color-text);
    border-bottom-color: var(--color-accent);
}

#location-frame .location-content[b-uo94v4iota]
{
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}
/* /Modules/Locations/Reviews/ReviewList.razor.rz.scp.css */
#reviews-page[b-ejghtubmfo]
{
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

#reviews-page .review-items[b-ejghtubmfo]
{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    flex: 1;
    overflow-y: auto;
}

#reviews-page .review-item[b-ejghtubmfo]
{
    flex-shrink: 0;
    border-bottom: 1px solid var(--color-border);
    background: var(--color-surface);
    overflow: hidden;
    scroll-margin-top: 8px;
}

#reviews-page .review-item--active[b-ejghtubmfo]
{
    background: var(--color-accent-light);
}

#reviews-page .review-link[b-ejghtubmfo]
{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    text-decoration: none;
    color: inherit;
}

#reviews-page .review-content[b-ejghtubmfo]
{
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 720px;
}

#reviews-page a.review-link:hover[b-ejghtubmfo]
{
    background: var(--color-bg);
}

#reviews-page .review-header[b-ejghtubmfo]
{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 0 8px 0;
}

#reviews-page .reviewer-name[b-ejghtubmfo]
{
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text);
    flex: 1;
}

#reviews-page .review-rating[b-ejghtubmfo]
{
    display: flex;
    align-items: center;
    gap: 2px;
}

#reviews-page .star[b-ejghtubmfo]
{
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

#reviews-page .answered-badge[b-ejghtubmfo]
{
    font-size: 0.7rem;
    font-weight: 600;
    color: #16a34a;
    background: #dcfce7;
    border-radius: 4px;
    padding: 2px 6px;
    white-space: nowrap;
}

#reviews-page .review-date[b-ejghtubmfo]
{
    font-size: 0.8rem;
    color: var(--color-text-muted);
}

#reviews-page .review-comment[b-ejghtubmfo]
{
    font-size: 0.9rem;
    color: var(--color-text);
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#reviews-page .review-item--active .review-comment[b-ejghtubmfo]
{
    display: flex;
    flex-direction: column;
    gap: 8px;
    -webkit-line-clamp: unset;
    overflow: visible;
    background: rgba(22, 163, 74, 0.05);
    border: 1px solid rgba(22, 163, 74, 0.2);
    border-left: 3px solid #16a34a;
    border-radius: var(--radius);
    padding: 14px 16px;
}

#reviews-page .review-item--active .review-comment .card-title[b-ejghtubmfo]
{
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--color-text);
}

#reviews-page .review-text[b-ejghtubmfo]
{
    font-size: 1rem;
    color: var(--color-text);
    line-height: 1.6;
}

#reviews-page .filter-tabs[b-ejghtubmfo]
{
    display: flex;
    gap: 4px;
    padding: 12px 16px;
    flex-shrink: 0;
    border-bottom: 1px solid var(--color-border);
}

#reviews-page .filter-tab[b-ejghtubmfo]
{
    padding: 5px 14px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--color-text-muted);
    border-radius: var(--radius);
    text-decoration: none;
}

#reviews-page .filter-tab:hover[b-ejghtubmfo]
{
    color: var(--color-text);
    background: var(--color-bg);
}

#reviews-page .filter-tab--active[b-ejghtubmfo]
{
    color: var(--color-accent);
    background: var(--color-accent-light);
    pointer-events: none;
    cursor: default;
}

#reviews-page .reviews-empty[b-ejghtubmfo]
{
    font-size: 1rem;
    color: var(--color-text-muted);
    padding: 24px;
}
/* /Modules/Locations/Reviews/ReviewLookup.razor.rz.scp.css */
.review-lookup[b-13c2552rk9]
{
    display: flex;
    flex-direction: column;
    padding: 16px 0 0 0;
}

.review-lookup .card-title[b-13c2552rk9]
{
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--color-text);
}

.review-lookup .answer-section[b-13c2552rk9]
{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.review-lookup .answers-list[b-13c2552rk9]
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review-lookup .answer-item[b-13c2552rk9]
{
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: rgba(79, 70, 229, 0.05);
    border: 1px solid var(--color-border);
    border-left: 3px solid var(--color-accent);
    border-radius: var(--radius);
    padding: 14px 16px;
}

.review-lookup .answer-text[b-13c2552rk9]
{
    font-size: 1rem;
    color: var(--color-text);
    line-height: 1.6;
}

.review-lookup .answer-status[b-13c2552rk9]
{
    align-self: flex-start;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--color-accent);
    background: rgba(79, 70, 229, 0.08);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 2px 8px;
    border-radius: 100px;
}

.review-lookup .answer-form[b-13c2552rk9]
{
    display: flex;
    flex-direction: column;
}

.review-lookup .answer-form .btn-primary[b-13c2552rk9]
{
    width: 100%;
}

.review-lookup .publish-form .btn-primary[b-13c2552rk9]
{
    width: 100%;
}

.review-lookup .answer-hint[b-13c2552rk9]
{
    font-size: 0.8rem;
    color: var(--color-accent);
    background: rgba(79, 70, 229, 0.06);
    border: 1px solid rgba(79, 70, 229, 0.2);
    border-radius: var(--radius);
    padding: 10px 14px;
    margin: 0 0 12px 0;
}

.review-lookup .publish-form[b-13c2552rk9]
{
    align-self: stretch;
}

.review-lookup .btn-secondary[b-13c2552rk9]
{
    display: inline-block;
    padding: 6px 14px;
    background: transparent;
    color: var(--color-accent);
    border: 1px solid var(--color-accent);
    border-radius: var(--radius);
    font-size: 0.8rem;
    font-family: var(--font-sans);
    font-weight: 500;
    letter-spacing: 0.01em;
    cursor: pointer;
    text-align: center;
    transition: background 0.15s, color 0.15s, transform 0.1s;
}

.review-lookup .btn-secondary:hover[b-13c2552rk9]
{
    background: var(--color-accent);
    color: #ffffff;
}

.review-lookup .btn-secondary:active[b-13c2552rk9]
{
    transform: translateY(1px);
}
/* /Modules/MainLayout.razor.rz.scp.css */
.main[b-wgmixor32e]
{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.main .header[b-wgmixor32e]
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 12px 24px;
    border-bottom: 1px solid var(--color-border);
    background: var(--color-surface);
}

.main .header .sign-out-btn[b-wgmixor32e]
{
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 6px 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-text-muted);
    background: none;
    cursor: pointer;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.main .header .sign-out-btn:hover[b-wgmixor32e]
{
    color: var(--color-text);
    border-color: #d1d5db;
}

.main .content[b-wgmixor32e]
{
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
/* /Modules/Startup.razor.rz.scp.css */
#startup-page[b-bnx02fzf1p]
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    width: 100%;
    overflow: hidden;
}

#startup-page .startup-hero[b-bnx02fzf1p]
{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    width: 100%;
    max-width: 560px;
    overflow: hidden;
}

#startup-page .brand .name[b-bnx02fzf1p]
{
    width: 100%;
    padding: 16px 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-accent);
    overflow: hidden;
}

#startup-page .brand[b-bnx02fzf1p]
{
    width: 100%;
    overflow: hidden;
}

#startup-page .brand .headline[b-bnx02fzf1p]
{
    padding: 16px 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.15;
    color: var(--color-text);
}

#startup-page .brand .subtext[b-bnx02fzf1p]
{
    font-size: 1rem;
    line-height: 1.65;
    color: var(--color-text-muted);
    padding: 24px 0;
}

#startup-page .features[b-bnx02fzf1p]
{
    width: 100%;
    padding: 24px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    background: var(--color-surface);
    overflow: hidden;
}

#startup-page .feature-items[b-bnx02fzf1p]
{
    list-style: disc;
    padding-left: 20px;
}

#startup-page .feature-item[b-bnx02fzf1p]
{
    font-size: 1rem;
    color: var(--color-text);
    line-height: 1.8;
    text-align: left;
}

#startup-page .feature-item[b-bnx02fzf1p]::marker
{
    color: var(--color-accent);
}

#startup-page .get-started[b-bnx02fzf1p]
{
    width: 100%;
    padding: 48px 0;
    overflow: hidden;
}

#startup-page .get-started .btn-signup[b-bnx02fzf1p]
{
    padding: 12px 38px;
    color: #ffffff;
    border-radius: var(--radius);
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    background: var(--color-accent);
    transition: background 0.15s;
}

#startup-page .get-started .btn-signup:hover[b-bnx02fzf1p]
{
    background: var(--color-accent-hover);
}
/* /Modules/Users/SignIn.razor.rz.scp.css */
#signin-page[b-woa6eaj7ig]
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

#signin-page .auth-card[b-woa6eaj7ig]
{
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    width: 100%;
    max-width: 380px;
}

#signin-page .title[b-woa6eaj7ig]
{
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.75px;
    color: var(--color-accent);
}

#signin-page .content[b-woa6eaj7ig]
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

#signin-page .field[b-woa6eaj7ig]
{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

#signin-page .field label[b-woa6eaj7ig]
{
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--color-text);
    letter-spacing: 0.01em;
}

#signin-page .btn-link[b-woa6eaj7ig]
{
    background: none;
    border: none;
    color: var(--color-text-muted);
    font-size: 0.8125rem;
    font-family: var(--font-sans);
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    transition: color 0.15s;
}

#signin-page .btn-link:hover[b-woa6eaj7ig]
{
    color: var(--color-text);
    text-decoration: underline;
}

#signin-page .error[b-woa6eaj7ig]
{
    width: 100%;
    font-size: 0.8125rem;
    color: var(--color-error);
    overflow: hidden;
}
/* /Modules/Users/SignInVerification.razor.rz.scp.css */
#verify-page[b-7umeuwjcrb]
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

#verify-page .auth-card[b-7umeuwjcrb]
{
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    width: 100%;
    max-width: 380px;
}

#verify-page .title[b-7umeuwjcrb]
{
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.75px;
    color: var(--color-accent);
}

#verify-page .content[b-7umeuwjcrb]
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

#verify-page .field[b-7umeuwjcrb]
{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

#verify-page .field label[b-7umeuwjcrb]
{
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--color-text);
    letter-spacing: 0.01em;
}

#verify-page .field.code-field .input[b-7umeuwjcrb]
{
    font-size: 1.375rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.35em;
    padding: 12px;
}

#verify-page .btn-link[b-7umeuwjcrb]
{
    background: none;
    border: none;
    color: var(--color-text-muted);
    font-size: 0.8125rem;
    font-family: var(--font-sans);
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    transition: color 0.15s;
}

#verify-page .btn-link:hover[b-7umeuwjcrb]
{
    color: var(--color-text);
    text-decoration: underline;
}

#verify-page .hint[b-7umeuwjcrb]
{
    font-size: 0.875rem;
    color: var(--color-text-muted);
    text-align: center;
    line-height: 1.5;
}

#verify-page .error[b-7umeuwjcrb]
{
    font-size: 0.8125rem;
    color: var(--color-error);
    min-height: 16px;
}
/* /Modules/Users/SignUp.razor.rz.scp.css */
#signup-page[b-xb36fcg8hb]
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

#signup-page .auth-card[b-xb36fcg8hb]
{
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    width: 100%;
    max-width: 380px;
}

#signup-page .title[b-xb36fcg8hb]
{
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.75px;
    color: var(--color-accent);
}

#signup-page .content[b-xb36fcg8hb]
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

#signup-page .field[b-xb36fcg8hb]
{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

#signup-page .field label[b-xb36fcg8hb]
{
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--color-text);
    letter-spacing: 0.01em;
}

#signup-page .btn-link[b-xb36fcg8hb]
{
    background: none;
    border: none;
    color: var(--color-text-muted);
    font-size: 0.8125rem;
    font-family: var(--font-sans);
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    transition: color 0.15s;
}

#signup-page .btn-link:hover[b-xb36fcg8hb]
{
    color: var(--color-text);
    text-decoration: underline;
}

#signup-page .error[b-xb36fcg8hb]
{
    font-size: 0.8125rem;
    color: var(--color-error);
    min-height: 16px;
}
/* /Modules/Users/Welcome.razor.rz.scp.css */
#welcome-page[b-19l41xoo8a]
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

#welcome-page .auth-card[b-19l41xoo8a]
{
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    width: 100%;
    max-width: 380px;
}

#welcome-page .title[b-19l41xoo8a]
{
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.75px;
    color: var(--color-accent);
}

#welcome-page .content[b-19l41xoo8a]
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

#welcome-page .message[b-19l41xoo8a]
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
}

#welcome-page .heading[b-19l41xoo8a]
{
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-text);
}

#welcome-page .subtext[b-19l41xoo8a]
{
    font-size: 0.875rem;
    color: var(--color-text-muted);
}

#welcome-page .btn-primary[b-19l41xoo8a]
{
    display: block;
    width: 100%;
}
