/* Scoped to the public welcome page. */
.welcome-page {
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    background: #f5f8f6;
    background-image: radial-gradient(ellipse at 12% 38%, #d9ece280, transparent 48%), radial-gradient(ellipse at 91% 68%, #e4e9d780, transparent 42%);
}
.welcome-page .topbar { background: #ffffffbd; border-bottom-color: #e0e9e280; }
.welcome-page .brand-icon { box-shadow: 0 4px 12px #167c7012; }
.welcome-page .header-login { border-radius: 24px; background: #ffffffb3; min-height: 40px; padding: 8px 22px; }
.welcome-page .container { width: 100%; flex: 1; display: flex; flex-direction: column; min-height: 0; padding: 48px 24px 30px; }
.welcome-page .scan-landing { flex: 1; min-height: 0; gap: 28px; }
.arrival-card { position: relative; width: 100%; max-width: 440px; padding: 32px 42px 25px; background: #ffffffed; border: 1px solid #fff; outline: 1px solid #e4ece570; border-radius: 28px; text-align: center; box-shadow: 0 22px 70px -28px #244f4138, 0 3px 12px #1c423004; }
.arrival-label { display: inline-flex; align-items: center; gap: 8px; font-size: 9px; letter-spacing: 1.8px; font-weight: 650; color: #648078; }
.arrival-label > span { width: 5px; height: 5px; border-radius: 50%; background: #459580; box-shadow: 0 0 0 4px #edf5f0; }
.arrival-art { position: relative; width: 230px; height: 205px; margin: 15px auto 8px; display: grid; place-items: center; }
.arrival-orbit { position: absolute; border: 1px solid #e3ede6; border-radius: 50%; pointer-events: none; }
.orbit-one { width: 195px; height: 195px; background: radial-gradient(circle, #eaf3ebcc, #f5f9f330 72%); }
.orbit-two { width: 150px; height: 150px; border-style: dashed; }
.arrival-ticket { position: relative; width: 138px; height: 165px; background: #fff; border: 1px solid #deebe3; border-radius: 13px; transform: rotate(-9deg); box-shadow: 5px 12px 22px #214f3d14; padding: 13px 14px 10px; }
.ticket-top { display: flex; align-items: center; justify-content: space-between; gap: 5px; color: #789187; font-size: 6px; letter-spacing: 1px; font-weight: 700; }
.ticket-monogram { color: #167c70; font-size: 20px; line-height: 1; letter-spacing: -1px; }
.ticket-symbol { display: block; width: 67px; height: 67px; margin: 14px auto; }
.ticket-divider { border-top: 1px dashed #dce8e0; margin: 0 -14px 5px; }
.ticket-caption { font-size: 7px; color: #7a8d83; }
.arrival-check { position: absolute; right: 33px; bottom: 23px; width: 36px; height: 36px; border: 4px solid #fff; border-radius: 50%; background: #167c70; color: #fff; display: grid; place-items: center; box-shadow: 0 4px 12px #167c7020; }
.arrival-spark { position: absolute; font-size: 18px; color: #8eb39a; }
.spark-one { left: 15px; top: 49px; }
.spark-two { right: 10px; bottom: 65px; font-size: 12px; color: #bdcaa5; }
.arrival-intro h1 { font-size: 43px; line-height: 1.08; font-weight: 650; letter-spacing: -1.8px; margin: 9px 0 17px; color: #203f39; }
.arrival-intro h1 span { color: #167c70; }
.arrival-description { font-size: 13px; line-height: 1.8; color: #7a8982; margin-bottom: 26px; }
.welcome-page .landing-scan-button { width: 100%; min-height: 56px; padding: 15px 20px; border-radius: 12px; font-size: 15px; box-shadow: 0 7px 18px #167c7024; transition: background .18s, transform .18s, box-shadow .18s; }
.welcome-page .landing-scan-button:hover { transform: translateY(-2px); box-shadow: 0 10px 22px #167c7030; }
.scan-arrow { margin-left: auto; font-size: 22px; font-weight: 400; line-height: 1; }
.arrival-note { display: flex; justify-content: center; align-items: center; gap: 6px; color: #839188; font-size: 10px; line-height: 1.6; margin: 18px 0 0; }
.arrival-note svg { flex-shrink: 0; }
.arrival-signoff { display: flex; align-items: center; gap: 12px; color: #8a9b90; font-size: 8px; font-weight: 550; letter-spacing: 1.4px; text-align: center; }
.arrival-signoff span { width: 23px; height: 1px; background: #cad9ce; }
.welcome-page footer { border-top-color: #e0e9e280; font-size: 10px; color: #8a9b90; background: transparent; }
.welcome-page footer span { display: none; }
.welcome-page .public-scanner-panel { margin: 22px auto 0; padding: 0; }
/* Keep the camera in view after the main action is activated. */
.arrival-card:has(#public-start-camera[hidden]) .arrival-art { display: none; }
.arrival-card:has(#public-start-camera[hidden]) .arrival-intro h1 { font-size: 30px; margin-top: 20px; }
@media (max-width: 700px) {
    .welcome-page .topbar { padding: 17px 22px; }
    .welcome-page .brand { font-size: 20px; }
    .welcome-page .brand-icon { width: 35px; height: 35px; font-size: 26px; border-radius: 10px; }
    .welcome-page .header-login { font-size: 12px; padding: 8px 19px; min-width: 72px; }
    .welcome-page .container { padding: 30px 21px 24px; }
    .welcome-page .scan-landing { gap: 25px; }
    .arrival-card { max-width: 390px; padding: 27px 25px 22px; border-radius: 24px; }
    .arrival-art { height: 184px; margin-top: 10px; margin-bottom: 4px; }
    .orbit-one { width: 175px; height: 175px; }
    .arrival-ticket { transform: rotate(-9deg) scale(.92); }
    .arrival-intro h1 { font-size: 38px; }
    .arrival-description { font-size: 12px; margin-bottom: 23px; }
    .arrival-note { font-size: 9px; }
    .arrival-label { font-size: 8px; letter-spacing: 1.5px; }
    .arrival-signoff { font-size: 7px; letter-spacing: 1px; gap: 8px; }
    .arrival-signoff span { width: 13px; }
    .welcome-page footer { padding: 15px 23px; text-align: center; }
}
@media (max-width: 360px) {
    .arrival-card { padding-left: 19px; padding-right: 19px; }
    .arrival-intro h1 { font-size: 35px; }
}
@media (prefers-reduced-motion: reduce) {
    .welcome-page .landing-scan-button { transition: none; }
    .welcome-page .landing-scan-button:hover { transform: none; }
}
