/* /Pages/Index.cshtml.rz.scp.css */
.landing[b-565vmm09wz] {
    max-width: 1040px;
    margin: 0 auto;
    padding: 1.5rem 0 4rem;
    color: #0f172a;
}

/* ---------- Hero ---------- */
.hero[b-565vmm09wz] {
    position: relative;
    overflow: hidden;
    padding: 4.5rem 2rem 3.5rem;
    text-align: center;
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #fafcff 0%, #f1f6fd 100%);
}

.hero-glow[b-565vmm09wz] {
    position: absolute;
    top: -180px;
    left: 50%;
    width: 640px;
    height: 360px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(56, 189, 248, .22), transparent 70%);
    pointer-events: none;
}

.hero-badge[b-565vmm09wz] {
    position: relative;
    display: inline-block;
    margin-bottom: 1.75rem;
    padding: .45rem 1.1rem;
    border: 1px solid #bae6fd;
    border-radius: 999px;
    background: #f0f9ff;
    color: #0369a1;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .04em;
}

.hero h1[b-565vmm09wz] {
    position: relative;
    margin-bottom: 1.25rem;
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800;
    line-height: 1.3;
    color: #0f172a;
}

.hero-accent[b-565vmm09wz] {
    background: linear-gradient(90deg, #0284c7, #6366f1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-subtitle[b-565vmm09wz] {
    position: relative;
    max-width: 540px;
    margin: 0 auto 2.5rem;
    font-size: 1.05rem;
    line-height: 1.9;
    color: #475569;
}

.hero-subtitle strong[b-565vmm09wz] {
    color: #0284c7;
}

/* ---------- Form ---------- */
.hero-form[b-565vmm09wz] {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: .6rem;
    max-width: 660px;
    margin: 0 auto;
    padding: .45rem;
    border: 1px solid #dbeafe;
    border-radius: .9rem;
    background: #fff;
    box-shadow: 0 10px 30px rgba(2, 132, 199, .08);
}

.hero-input[b-565vmm09wz] {
    flex: 1 1 auto;
    min-width: 0;
    padding: .7rem 1rem;
    border: none;
    border-radius: .6rem;
    background: transparent;
    font-size: .95rem;
    color: #0f172a;
    outline: none;
}

.hero-input[b-565vmm09wz]::placeholder {
    color: #94a3b8;
}

.hero-button[b-565vmm09wz] {
    flex: 0 0 auto;
    padding: .7rem 1.9rem;
    border: none;
    border-radius: .6rem;
    background: linear-gradient(135deg, #0284c7, #4f46e5);
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition: opacity .15s ease, transform .15s ease;
}

.hero-button:hover[b-565vmm09wz] {
    opacity: .92;
    transform: translateY(-1px);
}

.hero-hint[b-565vmm09wz] {
    position: relative;
    margin: 1rem auto 0;
    max-width: 660px;
    overflow-wrap: anywhere;
    font-size: .8rem;
    color: #94a3b8;
}

.hero-error[b-565vmm09wz] {
    position: relative;
    margin: 1rem auto 0;
    max-width: 660px;
    padding: .7rem 1rem;
    border: 1px solid #fecaca;
    border-radius: .6rem;
    background: #fef2f2;
    color: #b91c1c;
    font-size: .88rem;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.hero-error[hidden][b-565vmm09wz] {
    display: none;
}

.hero-share-note[b-565vmm09wz] {
    position: relative;
    margin: .75rem auto 0;
    max-width: 660px;
    padding: .55rem .9rem;
    border-radius: .6rem;
    background: rgba(224, 242, 254, .55);
    color: #64748b;
    font-size: .82rem;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.hero-share-note code[b-565vmm09wz] {
    position: relative;
    padding: .1rem .4rem;
    border-radius: .3rem;
    background: rgba(255, 255, 255, .8);
    color: #0369a1;
    font-size: .8rem;
    cursor: pointer;
    transition: background .15s ease;
}

.hero-share-note code:hover[b-565vmm09wz] {
    background: #e0f2fe;
    text-decoration: underline;
}

.hero-share-note code.copied[b-565vmm09wz]::after {
    content: '已複製 ✓';
    position: absolute;
    top: -1.9rem;
    left: 50%;
    transform: translateX(-50%);
    padding: .2rem .6rem;
    border-radius: .4rem;
    background: #059669;
    color: #fff;
    font-size: .75rem;
    white-space: nowrap;
}

/* ---------- Value cards ---------- */
.value-grid[b-565vmm09wz] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 2rem;
}

.value-card[b-565vmm09wz] {
    padding: 2rem 1.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
    text-align: center;
    transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.value-card:hover[b-565vmm09wz] {
    border-color: #7dd3fc;
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(2, 132, 199, .1);
}

.value-icon[b-565vmm09wz] {
    margin-bottom: .75rem;
    font-size: 2rem;
}

.value-card h3[b-565vmm09wz] {
    margin-bottom: .6rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
}

.value-card p[b-565vmm09wz] {
    margin: 0;
    font-size: .92rem;
    line-height: 1.8;
    color: #64748b;
}

/* ---------- CTA ---------- */
.cta-strip[b-565vmm09wz] {
    margin-top: 2rem;
    padding: 2rem 1.5rem;
    border: 1px solid #e0e7ff;
    border-radius: 1rem;
    background: linear-gradient(135deg, #eef2ff 0%, #f0f9ff 100%);
    text-align: center;
}

.cta-strip p[b-565vmm09wz] {
    margin-bottom: .4rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
}

.cta-strip span[b-565vmm09wz] {
    font-size: .9rem;
    color: #64748b;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
    .hero[b-565vmm09wz] {
        padding: 3rem 1.25rem 2.5rem;
    }

    .hero-form[b-565vmm09wz] {
        flex-direction: column;
        padding: .6rem;
    }

    .hero-button[b-565vmm09wz] {
        width: 100%;
    }

    .value-grid[b-565vmm09wz] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Privacy.cshtml.rz.scp.css */
.privacy-page[b-xrl0s6bp03] {
    max-width: 860px;
    margin: 0 auto;
    padding: 1rem 0 4rem;
}

.privacy-hero[b-xrl0s6bp03] {
    padding: 3rem 2rem;
    text-align: center;
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #fafcff 0%, #f1f6fd 100%);
}

.privacy-badge[b-xrl0s6bp03] {
    display: inline-block;
    margin-bottom: 1rem;
    padding: .4rem 1rem;
    border: 1px solid #bae6fd;
    border-radius: 999px;
    background: #f0f9ff;
    color: #0369a1;
    font-size: .85rem;
    font-weight: 600;
}

.privacy-hero h1[b-xrl0s6bp03] {
    margin-bottom: .5rem;
    font-size: clamp(1.6rem, 3.5vw, 2.25rem);
    font-weight: 800;
    color: #0f172a;
}

.privacy-hero p[b-xrl0s6bp03] {
    margin: 0;
    color: #64748b;
}

.privacy-updated[b-xrl0s6bp03] {
    margin-top: .75rem !important;
    font-size: .85rem;
    color: #94a3b8 !important;
}

.privacy-tabs[b-xrl0s6bp03] {
    display: flex;
    justify-content: center;
    gap: .5rem;
    margin: 1.75rem 0 1.25rem;
}

.privacy-tab[b-xrl0s6bp03] {
    padding: .5rem 1.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #475569;
    font-size: .9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .15s ease;
}

.privacy-tab:hover[b-xrl0s6bp03] {
    border-color: #7dd3fc;
    color: #0284c7;
}

.privacy-tab.active[b-xrl0s6bp03] {
    border-color: transparent;
    background: linear-gradient(135deg, #0284c7, #4f46e5);
    color: #fff;
}

.privacy-lang[b-xrl0s6bp03] {
    display: none;
}

.privacy-lang.active[b-xrl0s6bp03] {
    display: block;
}

.privacy-section[b-xrl0s6bp03] {
    margin-bottom: 1rem;
    padding: 1.5rem 1.75rem;
    border: 1px solid #e2e8f0;
    border-radius: .9rem;
    background: #fff;
}

.privacy-section h2[b-xrl0s6bp03] {
    margin-bottom: .75rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #f1f5f9;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.privacy-section p[b-xrl0s6bp03] {
    margin-bottom: .6rem;
    font-size: .92rem;
    line-height: 1.9;
    color: #475569;
    text-align: justify;
}

.privacy-section p:last-child[b-xrl0s6bp03] {
    margin-bottom: 0;
}

.privacy-section strong[b-xrl0s6bp03] {
    color: #0f172a;
}

@media (max-width: 576px) {
    .privacy-hero[b-xrl0s6bp03] {
        padding: 2rem 1.25rem;
    }

    .privacy-section[b-xrl0s6bp03] {
        padding: 1.25rem 1.1rem;
    }
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-04s98xrxsp] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-04s98xrxsp] {
  color: #0077cc;
}

.btn-primary[b-04s98xrxsp] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-04s98xrxsp], .nav-pills .show > .nav-link[b-04s98xrxsp] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-04s98xrxsp] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-04s98xrxsp] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-04s98xrxsp] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-04s98xrxsp] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-04s98xrxsp] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Pages/submit2gs.cshtml.rz.scp.css */
.submit-card[b-vf5ltywfpx] {
    max-width: 760px;
    margin: 3rem auto;
    padding: 2rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
}

.submit-heading[b-vf5ltywfpx] {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 2rem;
}

.submit-heading h1[b-vf5ltywfpx] {
    margin: 0 0 .25rem;
    font-size: 2rem;
}

.submit-heading p[b-vf5ltywfpx] {
    margin: 0;
    color: #64748b;
}

.submit-icon[b-vf5ltywfpx] {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border-radius: .75rem;
    background: #2563eb;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

.form-section[b-vf5ltywfpx] {
    margin-bottom: 1.5rem;
}

.upload-row[b-vf5ltywfpx] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .75rem;
}

.selection-grid[b-vf5ltywfpx] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.uploaded-file[b-vf5ltywfpx] {
    display: flex;
    justify-content: space-between;
    margin-top: .75rem;
    padding: .75rem 1rem;
    border-radius: .5rem;
    background: #ecfdf5;
    color: #047857;
}

.uploaded-file[hidden][b-vf5ltywfpx],
.upload-progress[hidden][b-vf5ltywfpx] {
    display: none;
}

.upload-progress[b-vf5ltywfpx] {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-top: .75rem;
    padding: .75rem 1rem;
    border-radius: .5rem;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 500;
}

.upload-spinner[b-vf5ltywfpx] {
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    border: 2.5px solid rgba(29, 78, 216, .25);
    border-top-color: #1d4ed8;
    border-radius: 50%;
    animation: spin-b-vf5ltywfpx .7s linear infinite;
}

.submit-spinner[b-vf5ltywfpx] {
    margin-left: .5rem;
    border-color: rgba(255, 255, 255, .35);
    border-top-color: #fff;
    vertical-align: middle;
}

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

.toast-stack[b-vf5ltywfpx] {
    position: fixed;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 1080;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.toast-item[b-vf5ltywfpx] {
    min-width: 260px;
    max-width: 360px;
    padding: .85rem 1.1rem;
    border-radius: .6rem;
    color: #fff;
    font-size: .92rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .25);
    opacity: 0;
    transform: translateX(24px);
    transition: opacity .3s ease, transform .3s ease;
}

.toast-show[b-vf5ltywfpx] {
    opacity: 1;
    transform: translateX(0);
}

.toast-success[b-vf5ltywfpx] {
    background: #059669;
}

.toast-error[b-vf5ltywfpx] {
    background: #dc2626;
}

.submit-button[b-vf5ltywfpx] {
    width: 100%;
    padding: .75rem;
    font-weight: 600;
}

.validation-summary-valid[b-vf5ltywfpx] {
    display: none;
}

@media (max-width: 576px) {
    .submit-card[b-vf5ltywfpx] {
        margin: 1rem auto;
        padding: 1.25rem;
    }

    .upload-row[b-vf5ltywfpx],
    .selection-grid[b-vf5ltywfpx] {
        grid-template-columns: 1fr;
    }
}
