@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap";.category-page{background-color:#fff;min-height:100vh;font-family:Space Grotesk,sans-serif}.category-sticky-header{position:sticky;top:env(safe-area-inset-top,0);z-index:400;background:#fff;border-bottom:1px solid rgba(15,23,42,.06);box-shadow:0 6px 20px #0f172a0d}.category-top-nav{display:flex;justify-content:space-between;padding:15px 20px;padding-top:calc(15px + env(safe-area-inset-top,0))}.nav-icon-img{width:35px;height:35px;border-radius:50%;border:.5px solid #000000;-o-object-fit:contain;object-fit:contain}.nav-search-icon{width:22px;height:22px}.nav-search-btn{width:35px;height:35px;background:none;border:1px solid #000000;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent;display:none}.main-selector-container{width:100%;display:flex;justify-content:center;margin:5px 0 0;position:relative;z-index:200}.custom-dropdown{width:85%;position:relative;filter:drop-shadow(0 1px 2px rgba(15,23,42,.05)) drop-shadow(0 4px 14px rgba(15,23,42,.08)) drop-shadow(0 18px 44px rgba(15,23,42,.12))}.dropdown-selected-box{background:#fff;padding:12px 20px;font-family:Space Grotesk,sans-serif;font-weight:800;font-size:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;position:relative;z-index:301;transition:border-radius .22s ease,box-shadow .22s ease;-webkit-tap-highlight-color:transparent;border-radius:50px;border:1px solid rgba(15,23,42,.06);box-shadow:0 1px #ffffffd9 inset,0 1px 2px #0f172a0a}.dropdown-selected-box.open{border-radius:25px 25px 0 0;border-bottom-color:transparent;box-shadow:none}.dropdown-list{position:absolute;top:100%;left:0;width:100%;background:#fff;border-radius:0 0 25px 25px;overflow:hidden;display:flex;flex-direction:column;z-index:300;animation:slideDownCustom .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(15,23,42,.06);border-top:none;box-shadow:0 1px #ffffffe6 inset}.dropdown-option{padding:14px 20px;text-decoration:none;color:#000;font-family:Space Grotesk,sans-serif;font-weight:800;font-size:1rem;background:#fff;transition:background .2s ease;border-top:1px solid #f2f2f2}.dropdown-option:active{background:#f4f4f5}.dropdown-option:hover{background:#fafafa}.dropdown-option--emphasis{font-weight:800;color:#e31e24;border-top:none}@keyframes slideDownCustom{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.subcategory-carousel{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;gap:10px;padding:10px 15px 16px 50px;margin:0;background:#fff;scrollbar-width:thin;scrollbar-color:rgba(15,23,42,.2) transparent}.subcategory-carousel::-webkit-scrollbar{height:5px}.subcategory-carousel::-webkit-scrollbar-track{background:transparent}.subcategory-carousel::-webkit-scrollbar-thumb{background:#0f172a38;border-radius:999px}.carousel-tab{flex:0 0 auto;scroll-snap-align:start;padding:5px 20px;border-radius:999px;background:#f4f4f5;color:#18181b;border:2px solid transparent;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:.88rem;white-space:nowrap;max-width:220px;overflow:hidden;text-overflow:ellipsis;box-shadow:0 1px 2px #0f172a0d,0 4px 14px #0f172a12;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .15s ease;cursor:pointer;-webkit-tap-highlight-color:transparent}.carousel-tab:hover{background:#ececee}.carousel-tab:active{transform:scale(.97)}.carousel-tab.active{background:#fff;color:#000;border-color:#e31e24;font-weight:800;box-shadow:0 1px 2px #e31e241f,0 6px 18px #0f172a1a}.subcategory-section{scroll-margin-top:135px;padding:20px}.section-title{font-size:1.5rem;font-weight:800;margin:0 0 15px;color:#000}.dish-item-card{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #B7B7B7;gap:15px}.dish-text{flex:1}.dish-name{font-size:.95rem;margin:0;font-weight:700}.dish-price{font-weight:700;margin:4px 0}.dish-description{font-size:.75rem;color:#565656;line-height:1.3;font-weight:500;margin:10px 0 0}.dish-meta{font-size:.75rem;color:#565656;font-weight:500}.dish-img-box{width:100px;height:75px;background:#f9f9f9;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.dish-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit}.placeholder-img{color:#ddd;font-size:.7rem;text-transform:uppercase}.subcategory-section .dish-item-card:last-child{border-bottom:none}html{scroll-behavior:smooth}.category-refresh-bar{position:fixed;top:0;left:50%;transform:translate(-50%);width:min(430px,100%);height:3px;z-index:5000;pointer-events:none;overflow:hidden;opacity:0;transition:opacity .2s ease}.category-refresh-bar[data-active=true]{opacity:1}.category-refresh-bar:after{content:"";position:absolute;top:0;left:-40%;width:40%;height:100%;background:linear-gradient(90deg,transparent,#e31e24,transparent);animation:categoryRefreshSweep .9s ease-in-out infinite}@keyframes categoryRefreshSweep{0%{transform:translate(0)}to{transform:translate(350%)}}.category-inline-error{margin:8px 16px 0;padding:10px 14px;font-size:.85rem;font-weight:600;color:#8b1a1a;background:#fde8e8;border-radius:12px;border:1px solid #f5c2c2}.category-page--refreshing .dropdown-selected-box{opacity:.92}.all-dishes-list--dimmed{opacity:.55;transition:opacity .2s ease;pointer-events:none}@keyframes categoryContentIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.category-dishes-enter{animation:categoryContentIn .38s cubic-bezier(.22,1,.36,1) both}.dish-item-card{animation:dishRowIn .4s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--stagger, 0) * 35ms);transition:transform .2s ease,box-shadow .2s ease}@keyframes dishRowIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.dish-item-card:active{transform:scale(.99)}.category-skeleton{padding:20px}.category-skeleton__title{height:22px;width:55%;border-radius:8px;margin:0 auto 24px;background:linear-gradient(90deg,#eee 25%,#f5f5f5,#eee 75%);background-size:200% 100%;animation:skeletonShine 1.2s ease-in-out infinite}.category-skeleton__line{height:12px;border-radius:6px;margin-bottom:10px;background:linear-gradient(90deg,#eee 25%,#f5f5f5,#eee 75%);background-size:200% 100%;animation:skeletonShine 1.2s ease-in-out infinite}.category-skeleton__line--short{width:70%}.category-skeleton__card{display:flex;gap:15px;padding:16px 0;border-bottom:1px solid #eee}.category-skeleton__card-text{flex:1}.category-skeleton__thumb{width:100px;height:75px;border-radius:12px;flex-shrink:0;background:linear-gradient(90deg,#eee 25%,#f5f5f5,#eee 75%);background-size:200% 100%;animation:skeletonShine 1.2s ease-in-out infinite}@keyframes skeletonShine{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.category-dishes-enter,.dish-item-card,.category-refresh-bar:after{animation:none!important}.dish-item-card{animation-delay:0s!important}.all-dishes-list--dimmed{opacity:1}.category-skeleton__title,.category-skeleton__line,.category-skeleton__thumb{animation:none;background:#eee}.custom-dropdown{filter:none}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:1000;display:flex;align-items:flex-end;animation:fadeIn .3s ease}.modal-content{width:100%;max-height:75vh;background:#fff;border-radius:20px 20px 0 0;position:relative;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .4s cubic-bezier(.25,1,.5,1)}.modal-close{position:absolute;top:15px;right:15px;width:32px;height:32px;background:#fffc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;color:#000;cursor:pointer;z-index:10;box-shadow:0 2px 10px #0000001a;-webkit-tap-highlight-color:transparent;padding:0}.modal-scroll-area{overflow-y:auto}.modal-main-img{width:100%;height:auto;max-height:40vh;-o-object-fit:cover;object-fit:cover;display:block}.modal-info{padding:24px 20px}.modal-title{font-size:1.2rem;font-weight:700;margin:0 0 8px;line-height:1.2}.modal-price{font-size:1.05rem;font-weight:700;margin:0 0 8px}.modal-desc{font-size:.95rem;color:#565656;line-height:1.3;margin:18px 0 0;font-weight:500}.modal-weight{font-size:.95rem;color:#565656;font-weight:400;margin:8px 0 0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.about-section{width:90%;margin:30px auto;text-align:left}.about-section h2{font-size:1rem;margin-bottom:10px;font-weight:700;font-family:Space Grotesk,sans-serif}.about-section p{color:#666;line-height:1.5;font-size:.75rem;font-weight:500;font-family:Space Grotesk,sans-serif;padding:20px 1px}.header{width:100%;display:flex;flex-direction:column;align-items:center}.header__banner{width:100%;background-color:#fff;display:flex;justify-content:center}.header__banner-img{width:100%;max-width:100%;height:auto;aspect-ratio:16 / 9;-o-object-fit:cover;object-fit:cover}.header__card{background:#fff;width:90%;margin:-80px auto 0;padding:20px;border-radius:20px;box-shadow:0 8px 25px #0003;position:relative;z-index:10}.header__card-top{display:flex;flex-direction:column;align-items:left;gap:10px}.header__logo-container{width:60px;height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.header__logo-img{width:90%;height:90%;-o-object-fit:contain;object-fit:contain}.header__info{display:flex;flex-direction:column;text-align:left;gap:2px}.header__title{font-size:1rem;font-weight:800;color:#000;margin:0;line-height:1.2;font-family:Space Grotesk,sans-serif}.header__address{font-size:.75rem;color:#888;margin-top:4px;font-family:Space Grotesk,sans-serif}@media(max-width:340px){.header__title{font-size:.9rem}.header__address{font-size:.7rem}.header__logo-container{width:55px;height:55px}}html,body{margin:0;padding:0;width:100%;overflow-x:hidden;font-family:Space Grotesk,sans-serif}*{box-sizing:border-box}.App{width:100%;margin:0;padding:0}.menu-container{padding:20px 0;display:flex;flex-direction:column;align-items:center;gap:18px}.menu-item-btn{width:90%;background:#fff;border:none;border-radius:18px;padding:12px 25px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 5px 20px #0003;cursor:pointer;transition:transform .1s;-webkit-tap-highlight-color:transparent;outline:none}a{-webkit-tap-highlight-color:transparent}.menu-item-btn:active{transform:scale(.97)}.menu-item-text{font-size:1.1rem;font-weight:700;color:#000;font-family:Space Grotesk,sans-serif}.menu-item-arrow{color:#000}.menu-item-link{text-decoration:none;width:100%;display:flex;justify-content:center}.home-loading{display:flex;flex-direction:column;align-items:center;gap:14px;padding:28px 20px 8px}.home-loading__pulse{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#f4f4f5,#e4e4e7);animation:homeLoadingPulse 1s ease-in-out infinite}.home-loading__text{font-size:.9rem;font-weight:600;color:#52525b}@keyframes homeLoadingPulse{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.06);opacity:1}}.home-page--ready .header{animation:homeHeaderReveal .55s cubic-bezier(.22,1,.36,1) both}@keyframes homeHeaderReveal{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.home-menu-item-enter{animation:homeItemPop .48s cubic-bezier(.34,1.25,.64,1) both;animation-delay:calc(var(--home-i, 0) * 70ms + 90ms)}@keyframes homeItemPop{0%{opacity:0;transform:translateY(22px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}.home-about-enter{width:100%;animation:homeAboutFade .5s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--home-about-delay, .4s)}@keyframes homeAboutFade{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.home-empty-enter{animation:homeAboutFade .45s ease both;animation-delay:.12s}@media(prefers-reduced-motion:reduce){.home-page--ready .header,.home-menu-item-enter,.home-about-enter,.home-empty-enter{animation:none!important}.home-loading__pulse{animation:none;opacity:1}}.search-page{background:#fff;min-height:100vh;padding:15px 20px;font-family:Space Grotesk,sans-serif}.search-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.back-btn{background:none;border:1px solid #000000;border-radius:50%;width:35px;height:35px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.search-input-wrapper{flex:1;position:relative;display:flex;align-items:center}.search-input-wrapper input{width:100%;padding:12px 15px 12px 45px;border:1px solid #ff4d4d;border-radius:30px;font-size:1rem;outline:none;height:35px;color:#4a4a4a}.inner-search-icon{position:absolute;left:10px;width:22px}.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:80px}.img-404{width:180px}.no-results p{font-weight:500;color:#000}.search-placeholder-text{text-align:center;color:#4a4a4a;margin-top:30px}.search-card{margin-bottom:10px}.search-card:last-child{border-bottom:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.aspect-\[4\/3\]{aspect-ratio:4/3}.h-4{height:1rem}.h-5{height:1.25rem}.h-full{height:100%}.min-h-dvh{min-height:100dvh}.w-4{width:1rem}.w-5{width:1.25rem}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-3xl{max-width:48rem}.max-w-md{max-width:28rem}.shrink-0{flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}.border-2{border-width:2px}.border-white\/40{border-color:#fff6}.border-zinc-300{--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity, 1))}.border-t-white{--tw-border-opacity: 1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-t-zinc-900{--tw-border-opacity: 1;border-top-color:rgb(24 24 27 / var(--tw-border-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-zinc-100{--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity, 1))}.bg-zinc-900{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity, 1))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-1{padding-bottom:.25rem}.pb-4{padding-bottom:1rem}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.tracking-tight{letter-spacing:-.025em}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-zinc-500{--tw-text-opacity: 1;color:rgb(113 113 122 / var(--tw-text-opacity, 1))}.text-zinc-600{--tw-text-opacity: 1;color:rgb(82 82 91 / var(--tw-text-opacity, 1))}.text-zinc-700{--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity, 1))}.text-zinc-800{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity, 1))}.text-zinc-900{--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity, 1))}.opacity-60{opacity:.6}.shadow-soft{--tw-shadow: 0 10px 30px rgba(0,0,0,.08);--tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-red-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1))}.ring-zinc-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 244 245 / var(--tw-ring-opacity, 1))}.ring-zinc-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1))}.ring-zinc-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity, 1))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:root{color-scheme:light}html,body{min-height:100%}body{margin:0;background:radial-gradient(120% 80% at 50% 0%,#fff,#f6f6f7 42%,#ececee)}#root{margin-left:auto;margin-right:auto;min-height:100dvh;width:100%;max-width:430px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity, 1));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:0 0 0 1px #0f172a0f,0 2px 6px #0f172a0a,0 20px 50px -18px #0f172a2e}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.hover\:bg-zinc-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.hover\:bg-zinc-800:hover{--tw-bg-opacity: 1;background-color:rgb(39 39 42 / var(--tw-bg-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-red-300\/40:focus{--tw-ring-color: rgb(252 165 165 / .4)}.focus\:ring-zinc-900\/20:focus{--tw-ring-color: rgb(24 24 27 / .2)}.active\:bg-red-700:active{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.active\:bg-zinc-100:active{--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity, 1))}.active\:bg-zinc-950:active{--tw-bg-opacity: 1;background-color:rgb(9 9 11 / var(--tw-bg-opacity, 1))}@media(min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
