@custom-variant dark (&:is(.dark *));:root{--font-size: 16px;--teal: #00A896;--coral: #FF6B6B;--black: #2D3436;--gray: #666666;--light-gray: #E8E8E8;--background: #fef8f2;--teal-hover: #008B7A;--coral-hover: #E55555;--teal-light: #E0F5F3;--coral-light: #FFE8E8;--foreground: var(--black);--primary: var(--teal);--primary-foreground: #ffffff;--secondary: var(--light-gray);--secondary-foreground: var(--black);--muted: var(--light-gray);--muted-foreground: var(--gray);--border: var(--light-gray);--input: transparent;--input-background: #ffffff;--ring: var(--teal);--card: #ffffff;--card-foreground: var(--black);--popover: #ffffff;--popover-foreground: var(--black);--font-weight-medium: 500;--font-weight-normal: 400;--radius: .75rem;--radius-2xl: 1rem;--container-lg: 32rem;--container-xl: 36rem;--container-2xl: 42rem;--container-3xl: 48rem;--spacing: .25rem;--screen-padding-top: 1.25rem;--screen-padding-top-sm: 1.75rem;--progress-margin-bottom: 2rem;--branding-margin-bottom: .75rem;--timing-fast: .35s;--timing-normal: .45s;--timing-slow: .65s;--timing-page: .5s;--easing-elegant: cubic-bezier(.25, .1, .25, 1);--easing-smooth: cubic-bezier(.4, 0, .2, 1);--easing-bounce: cubic-bezier(.68, -.55, .265, 1.55)}@layer base{*{@apply border-border outline-ring/50;}body{@apply bg-background text-foreground;}}@layer base{:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h1{font-size:var(--text-2xl);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h2{font-size:var(--text-xl);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h3{font-size:var(--text-lg);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h4{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) p{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) label,:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) button{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) input{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}}html{font-size:var(--font-size)}body{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:1.5;background:var(--background);min-height:100vh;color:var(--foreground)}#root{background:transparent;min-height:100vh}@layer utilities{.transition-elegant{transition-timing-function:var(--easing-elegant)}.animate-in{animation:fadeSlideIn var(--timing-normal) var(--easing-elegant) forwards;will-change:transform,opacity;backface-visibility:hidden}.fade-in{animation:fadeIn var(--timing-normal) var(--easing-elegant) forwards;will-change:opacity}.slide-in-from-right-5{animation:slideInFromRight var(--timing-normal) var(--easing-elegant) forwards;will-change:transform;backface-visibility:hidden}.gpu-accelerated{transform:translateZ(0);backface-visibility:hidden;perspective:1000px}@media (prefers-reduced-motion: reduce){.animate-in,.fade-in,.slide-in-from-right-5{animation:none;transform:none;opacity:1}*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}*,*:before,*:after{will-change:auto!important}}.touch-target-sm{min-height:44px;min-width:44px}.touch-target-md{min-height:48px;min-width:48px}.touch-target-lg{min-height:56px;min-width:56px}.mobile-spacing{margin:8px}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}}@keyframes fadeSlideIn{0%{opacity:0;transform:translate3d(20px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromRight{0%{transform:translate3d(20px,0,0)}to{transform:translateZ(0)}}@keyframes tooltipFadeIn{0%{opacity:0;transform:scale(.95) translateY(-2px)}to{opacity:1;transform:scale(1) translateY(0)}}*:focus-visible{outline:none;box-shadow:0 0 0 4px #00a89666;border-radius:.25rem}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=button]:focus-visible,[role=checkbox]:focus-visible{outline:none;box-shadow:0 0 0 4px #00a89666;border-radius:.25rem}.pill-button:focus-visible{outline:none;box-shadow:0 0 0 4px #00a89666}.option-button:focus-visible{outline:none;box-shadow:0 0 0 4px #00a89666}.screen-container{min-height:100dvh}@supports not (height: 100dvh){.screen-container{min-height:100vh}}body{overscroll-behavior-y:contain}*:focus{outline:none}input:focus,select:focus,textarea:focus{outline:none!important;box-shadow:none!important;border-radius:12px}input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:.6;cursor:pointer}input,textarea,select{--tw-ring-shadow: 0 0 #0000 !important;box-shadow:none!important}input:focus,textarea:focus,select:focus{--tw-ring-shadow: 0 0 #0000 !important;box-shadow:none!important}input[type=date],input[type=time],input[type=datetime-local]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=date]:focus,input[type=time]:focus,input[type=datetime-local]:focus{outline:none!important;box-shadow:none!important;-webkit-appearance:none!important;-moz-appearance:none!important}input[type=date]::-webkit-datetime-edit,input[type=date]::-webkit-datetime-edit-fields-wrapper{border:none!important;padding:0}button:focus-visible:not([class*=border]),a:focus-visible{outline:none!important;box-shadow:0 0 0 4px #00a89666!important;border-radius:.375rem}
