@layer components{.auth-divider{align-items:center;gap:var(--spacing-3);color:var(--color-neutral-500);font-size:var(--text-xs);letter-spacing:.04em;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--color-neutral-700);flex:1;height:1px}.google-btn{justify-content:center;align-items:center;gap:var(--spacing-3);border-radius:var(--radius-md);color:#3c4043;width:100%;height:3rem;font-family:inherit;font-size:var(--text-sm);cursor:pointer;transition:background-color var(--transition-fast), box-shadow var(--transition-fast);background:#fff;border:1px solid #dadce0;font-weight:500;display:inline-flex}.google-btn:disabled{opacity:.5;cursor:not-allowed}@media (hover:hover){.google-btn:hover{box-shadow:var(--shadow-sm);background:#f8f9fa}.google-btn:active{background:#f1f3f4}}.hero-main{gap:var(--spacing-6)}.hero-content{gap:var(--spacing-3)}@media (orientation:landscape) and (height<=520px){.hero-main{gap:var(--spacing-4)}.hero-content{gap:var(--spacing-2)}.hero-content p{font-size:var(--text-sm)}}@media (hover:hover){.time-slot:hover:not(:disabled){border-color:var(--color-accent)}}.confirmation-done-btn{transition:background var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast)}@media (hover:hover){.confirmation-done-btn:hover{background:var(--color-neutral-700);border-color:var(--color-neutral-600)}.confirmation-done-btn:active{background:var(--color-neutral-900);transform:scale(.96)}}}@keyframes banner-bounce{0%{opacity:0;transform:translateY(60px)scale(.9)}70%{opacity:1;transform:translateY(-4px)scale(1.02)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes banner-bounce-out{0%{opacity:1;transform:translateY(0)scale(1)}30%{opacity:1;transform:translateY(-4px)scale(1.02)}to{opacity:0;transform:translateY(60px)scale(.9)}}.app:has(.confirmation-banner-wrapper) .site-signature{opacity:0}
