/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-layout[b-v2z6cgxuvu] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f2f2f2;
    color: #787878;
    font-family: 'Figtree', sans-serif;
}

.public-header[b-v2z6cgxuvu] {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 50px 0px;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.public-header-inner[b-v2z6cgxuvu] {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.public-logo[b-v2z6cgxuvu] {
    height: 32px;
    width: auto;
}

.public-main[b-v2z6cgxuvu] {
    flex: 1;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.public-footer[b-v2z6cgxuvu] {
    background: linear-gradient(45deg, #010D1F 0%, #1F7CEA 100%);
    padding: 1.5rem 0;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.7);
}

.public-footer-inner[b-v2z6cgxuvu] {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.public-footer a[b-v2z6cgxuvu] {
    color: #fff;
    text-decoration: none;
}

.public-footer a:hover[b-v2z6cgxuvu] {
    text-decoration: underline;
}
/* /Components/Pages/ConsentForm.razor.rz.scp.css */
/* Language switcher */
.lang-switcher[b-40vny955s2] {
    display: flex;
    gap: 0.25rem;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.lang-btn[b-40vny955s2] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: 'Figtree', sans-serif;
    color: #787878;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.15s;
}

.lang-flag[b-40vny955s2] {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
}

.lang-btn:hover[b-40vny955s2] {
    border-color: #1F7CEA;
    color: #1F7CEA;
}

.lang-btn.active[b-40vny955s2] {
    background: #1F7CEA;
    border-color: #1F7CEA;
    color: #fff;
}

/* Existing consent banner */
.existing-consent-banner[b-40vny955s2] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 1.25rem;
    background: rgba(51, 221, 136, 0.08);
    border: 1px solid #33DD88;
    border-radius: 0.5rem;
    margin-bottom: 1.75rem;
    font-size: 0.8125rem;
    color: #191919;
    line-height: 1.5;
}

.existing-consent-banner strong[b-40vny955s2] {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.existing-consent-banner p[b-40vny955s2] {
    margin: 0 0 0.375rem;
    color: #787878;
}

.existing-consent-banner .existing-consent-details[b-40vny955s2] {
    font-size: 0.75rem;
    color: #AFAFAF;
}

.existing-consent-banner .existing-consent-details code[b-40vny955s2] {
    background: #f7f7f7;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    color: #191919;
}

.existing-consent-icon[b-40vny955s2] {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 1.125rem;
    color: #33DD88;
    background: rgba(51, 221, 136, 0.15);
    border-radius: 50%;
    flex-shrink: 0;
}

/* Form locked state */
.form-locked-overlay[b-40vny955s2] {
    text-align: center;
    padding: 2rem 1rem;
    color: #787878;
    font-size: 0.875rem;
    border: 1px dashed #e6e6e6;
    border-radius: 0.5rem;
    background: #fafafa;
    margin-bottom: 1.75rem;
}

.form-locked-overlay p[b-40vny955s2] {
    margin: 0;
}

/* Typography */
.consent-title[b-40vny955s2] {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Sora', sans-serif;
    color: #191919;
    margin-bottom: 0.25rem;
}

.consent-subtitle[b-40vny955s2] {
    font-size: 0.9375rem;
    color: #1F7CEA;
    font-weight: 600;
    margin-bottom: 1rem;
}

.consent-intro[b-40vny955s2] {
    font-size: 0.875rem;
    color: #787878;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Sections */
.consent-section[b-40vny955s2] {
    border: 1px solid #e6e6e6;
    border-radius: 0.5rem;
    padding: 1.25rem;
    margin-bottom: 1.75rem;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 50px 0px;
}

.section-title[b-40vny955s2] {
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Sora', sans-serif;
    color: #191919;
    margin: 0 0 0.75rem;
}

.section-hint[b-40vny955s2] {
    font-size: 0.8125rem;
    color: #AFAFAF;
    margin-bottom: 1rem;
}

/* Form elements */
.form-row[b-40vny955s2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 576px) {
    .form-row[b-40vny955s2] {
        grid-template-columns: 1fr;
    }
}

.form-group[b-40vny955s2] {
    margin-bottom: 0.875rem;
}

.form-group label[b-40vny955s2] {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #787878;
    margin-bottom: 0.3rem;
}

.form-control[b-40vny955s2] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-family: 'Figtree', sans-serif;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 0.375rem;
    color: #191919;
    outline: none;
    transition: border-color 0.15s, outline 0.15s;
}

.form-control[readonly][b-40vny955s2] {
    background: #eee;
    color: #555;
    cursor: default;
}

.form-control.field-valid[b-40vny955s2] {
    background: #f0fdf4;
    border-color: #33DD88;
}

.form-control:focus[b-40vny955s2] {
    border-color: #1F7CEA;
    outline: 1px solid #A2CAF6;
}

.form-control[b-40vny955s2]::placeholder {
    color: #AFAFAF;
}

textarea.form-control[b-40vny955s2] {
    resize: vertical;
    min-height: 72px;
}

.field-hint[b-40vny955s2] {
    display: block;
    font-size: 0.75rem;
    color: #AFAFAF;
    margin-top: 0.25rem;
}

/* Input with button */
.input-with-button[b-40vny955s2] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.input-with-button .form-control[b-40vny955s2] {
    flex: 1;
}

.btn-verify[b-40vny955s2] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: 'Figtree', sans-serif;
    color: #1F7CEA;
    background: rgba(31, 124, 234, 0.08);
    border: 1px solid #1F7CEA;
    border-radius: 0.375rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
}

.btn-verify:hover:not(:disabled)[b-40vny955s2] {
    background: rgba(31, 124, 234, 0.15);
}

.btn-verify:disabled[b-40vny955s2] {
    opacity: 0.5;
    cursor: not-allowed;
}

.verified-badge[b-40vny955s2] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 1.125rem;
    color: #33DD88;
    background: rgba(51, 221, 136, 0.1);
    border-radius: 50%;
    flex-shrink: 0;
}

.spinner-sm[b-40vny955s2] {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(31, 124, 234, 0.3);
    border-top-color: #1F7CEA;
    border-radius: 50%;
    animation: spin-b-40vny955s2 0.6s linear infinite;
}

/* Info grid */
.info-grid[b-40vny955s2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.info-item[b-40vny955s2] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    font-size: 0.8125rem;
    color: #787878;
}

.info-label[b-40vny955s2] {
    font-weight: 600;
    color: #191919;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.info-item a[b-40vny955s2] {
    color: #1F7CEA;
    text-decoration: none;
}

.info-item a:hover[b-40vny955s2] {
    text-decoration: underline;
}

/* Radio group */
.radio-group[b-40vny955s2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.radio-option[b-40vny955s2] {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0.75rem;
    border: 1px solid #e6e6e6;
    border-radius: 0.375rem;
    cursor: pointer;
    font-size: 0.8125rem;
    color: #787878;
    transition: border-color 0.15s, background 0.15s;
}

.radio-option:hover[b-40vny955s2] {
    border-color: #D2D2D2;
    background: rgba(31, 124, 234, 0.03);
}

.radio-option.selected[b-40vny955s2] {
    border-color: #1F7CEA;
    background: rgba(31, 124, 234, 0.05);
}

.radio-option input[type="radio"][b-40vny955s2] {
    margin-top: 0.15rem;
    accent-color: #1F7CEA;
    flex-shrink: 0;
}

/* Checkbox */
.checkbox-option[b-40vny955s2] {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 0.8125rem;
    color: #787878;
    cursor: pointer;
    line-height: 1.5;
}

.checkbox-option input[type="checkbox"][b-40vny955s2] {
    margin-top: 0.25rem;
    accent-color: #1F7CEA;
    flex-shrink: 0;
}

/* Notice box */
.notice-box[b-40vny955s2] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: #fef9e7;
    border: 1px solid #f0d860;
    border-radius: 0.375rem;
    font-size: 0.8125rem;
    color: #7a6812;
}

/* Alert */
.alert-danger[b-40vny955s2] {
    padding: 0.75rem;
    border-radius: 0.375rem;
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #b91c1c;
    font-size: 0.8125rem;
    margin-bottom: 1rem;
}

/* Submit */
.consent-actions[b-40vny955s2] {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.btn-submit[b-40vny955s2] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    background: #1F7CEA;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-submit:hover:not(:disabled)[b-40vny955s2] {
    background: #1868c7;
}

.btn-submit:disabled[b-40vny955s2] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner[b-40vny955s2] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-40vny955s2 0.6s linear infinite;
}

@keyframes spin-b-40vny955s2 {
    to { transform: rotate(360deg); }
}

/* Audit info */
.audit-info[b-40vny955s2] {
    font-size: 0.75rem;
    color: #AFAFAF;
    border-top: 1px solid #e6e6e6;
    padding-top: 1rem;
    line-height: 1.5;
}

/* Success state */
.consent-success[b-40vny955s2] {
    text-align: center;
    padding: 3rem 1rem;
}

.success-icon[b-40vny955s2] {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 2rem;
    color: #33DD88;
    background: rgba(51, 221, 136, 0.1);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
}

.consent-success h2[b-40vny955s2] {
    font-size: 1.25rem;
    font-family: 'Sora', sans-serif;
    color: #191919;
    margin-bottom: 0.5rem;
}

.consent-success p[b-40vny955s2] {
    font-size: 0.875rem;
    color: #787878;
    max-width: 480px;
    margin: 0 auto 0.75rem;
}

.consent-ref code[b-40vny955s2] {
    background: #f7f7f7;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.8125rem;
    color: #191919;
}
