.Navigation_nav__BIFyn{position:fixed;top:0;left:0;right:0;height:64px;--nav-bg:color-mix(in oklab,var(--bg-elevated) 86%,transparent);--nav-border:var(--border);--nav-blur:10px;--nav-shadow:0 8px 24px rgba(0,0,0,0.04);background:var(--nav-bg);backdrop-filter:blur(var(--nav-blur));border-bottom:1px solid var(--nav-border);z-index:999;transition:background .25s ease,backdrop-filter .25s ease,height .18s ease,border-color .25s ease,box-shadow .25s ease;box-shadow:var(--nav-shadow)}.Navigation_condensed__TEIDM{height:56px;--nav-bg:color-mix(in oklab,var(--bg-elevated) 94%,transparent);--nav-border:var(--border-strong);--nav-blur:12px;--nav-shadow:0 10px 28px rgba(0,0,0,0.06)}.Navigation_navContent__3572J{max-width:1200px;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;gap:40px;position:relative;z-index:999}.Navigation_logo__myq3H{font-size:1.25rem;font-weight:500;text-decoration:none;color:#4A4540;font-family:var(--font-noto-serif);display:flex;align-items:center;gap:12px;padding:4px;transition:color .2s ease}.Navigation_logo__myq3H:hover{color:#6B6560}.Navigation_logoIconWrapper__EQMcV{width:28px;height:28px;position:relative;display:flex;align-items:center;justify-content:center;background:transparent}.Navigation_logoIcon__hp_sQ{width:100%;height:100%;object-fit:contain;border-radius:4px}.Navigation_desktopMenu__2KD7_{display:flex;gap:32px;flex:1;align-items:center}.Navigation_menuItem__yj6EJ{position:relative;cursor:pointer;padding:8px 0;display:flex;align-items:center;gap:6px}.Navigation_menuItem__yj6EJ span{color:var(--color-foreground);opacity:.7;font-size:.95rem;transition:all .2s ease;font-family:var(--font-noto-sans)}.Navigation_menuItem__yj6EJ:after{content:"";width:6px;height:6px;border-right:1.5px solid var(--color-foreground);border-bottom:1.5px solid var(--color-foreground);transform:rotate(45deg);transition:transform .2s ease,border-color .2s ease,opacity .2s ease;margin-top:-2px;opacity:.7;display:inline-block;position:relative;top:1px}.Navigation_menuItem__yj6EJ:before{content:"";position:absolute;top:100%;left:-20px;right:-20px;height:20px;background:transparent}.Navigation_menuItem__yj6EJ:hover:after{border-right-color:var(--color-accent);border-bottom-color:var(--color-accent);opacity:1}.Navigation_menuItem__yj6EJ:hover span{color:var(--color-accent);opacity:1}.Navigation_menuItem__yj6EJ.Navigation_active___xiLX:after{transform:rotate(225deg);top:2px;opacity:1;border-right-color:var(--color-accent);border-bottom-color:var(--color-accent)}.Navigation_menuItem__yj6EJ.Navigation_active___xiLX span{color:var(--color-accent);opacity:1}.Navigation_dropdown__tMErb{position:absolute;top:calc(100% + 8px);left:-20px;background:color-mix(in oklab,var(--bg-elevated) 92%,transparent);border:1px solid var(--border);border-radius:12px;box-shadow:var(--elevation-3);padding:24px;min-width:720px;opacity:0;transform:translateY(10px);animation:Navigation_dropdownFadeIn__zIStz .22s cubic-bezier(.2,.8,.2,1) forwards;z-index:1000;pointer-events:auto;visibility:visible;transition:background .25s ease,border-color .25s ease,transform .2s ease,opacity .2s ease,box-shadow .25s ease;backdrop-filter:blur(12px) saturate(1.02);-webkit-backdrop-filter:blur(12px) saturate(1.02);isolation:isolate}@keyframes Navigation_dropdownFadeIn__zIStz{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Navigation_dropdown__tMErb:before{content:"";position:absolute;top:-6px;left:40px;width:12px;height:12px;background:color-mix(in oklab,var(--bg-elevated) 92%,transparent);border-left:1px solid var(--border);border-top:1px solid var(--border);transform:rotate(45deg)}.Navigation_dropdown__tMErb:after{content:"";position:absolute;inset:0;border-radius:12px;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,0) 24%),radial-gradient(120% 60% at 50% 0,rgba(156,96,84,.06),rgba(156,96,84,0) 60%);mix-blend-mode:soft-light;opacity:.8}.Navigation_dropdownContent__sHVO1{display:grid;grid-template-columns:1fr 1fr;gap:32px;position:relative;z-index:1}.Navigation_dropdownSection__2WbVn{position:relative}.Navigation_dropdownSection__2WbVn+.Navigation_dropdownSection__2WbVn{border-left:1px solid var(--border);padding-left:24px}.Navigation_dropdownSection__2WbVn h3{font-family:var(--font-noto-serif);color:var(--color-accent);font-size:1.1rem;margin:0 0 1.25rem;font-weight:500;padding-left:16px}.Navigation_dropdownSection__2WbVn h3:after{display:none}.Navigation_dropdownItem__n_i_k{display:flex;gap:24px;padding:16px;border-radius:8px;text-decoration:none;transition:all .3s ease;background:transparent;border:1px solid transparent;align-items:center}.Navigation_dropdownItem__n_i_k:hover{background:var(--accent-veil);border:1px solid var(--border);transform:translateY(-1px)}.Navigation_dropdownIcon__wP0z8{font-size:1.2rem;display:flex;align-items:center;justify-content:center;min-width:48px;height:48px;background:var(--accent-veil);border-radius:8px;transition:all .3s ease;border:1px solid var(--border);flex-shrink:0}.Navigation_dropdownItem__n_i_k:hover .Navigation_dropdownIcon__wP0z8{background:color-mix(in oklab,var(--accent-veil) 70%,var(--accent) 8%);transform:scale(1.05)}@media (prefers-reduced-motion:reduce){.Navigation_dropdown__tMErb{animation:none;opacity:1;transform:none}}.Navigation_dropdownItem__n_i_k h4{color:#4A4540;font-size:.95rem;margin:0;font-family:var(--font-noto-serif);font-weight:500;letter-spacing:.02em;white-space:nowrap}.Navigation_dropdownItem__n_i_k p{color:#6B6560;font-size:.8rem;margin:4px 0 0;font-family:var(--font-noto-sans);line-height:1.4;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Navigation_desktopMenu__2KD7_ a{text-decoration:none;color:#6B6560;font-size:.95rem;transition:all .3s ease;font-family:var(--font-noto-sans);position:relative}.Navigation_desktopMenu__2KD7_ a:hover{color:#4A4540}.Navigation_activeLink__sQOWs{color:var(--color-accent)}.Navigation_desktopMenu__2KD7_ a:after{content:"";position:absolute;left:0;bottom:-10px;width:0;height:2px;background:var(--color-accent);opacity:0;transition:width .25s ease,opacity .25s ease}.Navigation_desktopMenu__2KD7_ a.Navigation_activeLink__sQOWs:after,.Navigation_desktopMenu__2KD7_ a:hover:after{width:100%;opacity:1}.Navigation_rightMenu__VJ8ky{display:flex;gap:16px;align-items:center}.Navigation_contactButton__SmsEb,.Navigation_dashboardButton__qf_0l{-webkit-tap-highlight-color:transparent;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:36px;padding:0 14px;border-radius:10px;border:1px solid transparent;font-family:var(--font-noto-sans);font-weight:600;font-size:.9rem;line-height:1;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .08s ease}.Navigation_contactButton__SmsEb{background:var(--accent-weak);color:var(--text-primary);border-color:var(--border)}.Navigation_contactButton__SmsEb:hover{background:color-mix(in oklab,var(--accent-weak) 70%,var(--accent) 20%)}.Navigation_contactButton__SmsEb:active{transform:translateY(1px)}.Navigation_contactButton__SmsEb:focus-visible{outline:2px solid color-mix(in oklab,var(--accent) 80%,white);outline-offset:2px}.Navigation_dashboardButton__qf_0l{background:var(--accent);color:var(--text-inverse)}.Navigation_dashboardButton__qf_0l:hover{background:color-mix(in oklab,var(--accent) 88%,black)}.Navigation_dashboardButton__qf_0l:active{transform:translateY(1px)}.Navigation_dashboardButton__qf_0l:focus-visible{outline:2px solid color-mix(in oklab,var(--accent) 80%,white);outline-offset:2px}.Navigation_menuButton__0cjzm{display:none}@media (max-width:768px){.Navigation_nav__BIFyn{display:none}.Navigation_menuButton__0cjzm{display:flex;position:fixed;top:16px;right:16px;z-index:1001;width:48px;height:48px;border-radius:8px;align-items:center;justify-content:center;background:rgba(247,246,243,.85);backdrop-filter:blur(8px);border:1px solid rgba(210,200,188,.2);cursor:pointer;padding:0}.Navigation_menuIcon__dM0B4{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.Navigation_line__g2eH_{width:100%;height:2px;background-color:#6B6560;transition:all .3s ease}.Navigation_open__loRcf .Navigation_line__g2eH_:first-child{transform:translateY(8px) rotate(45deg)}.Navigation_open__loRcf .Navigation_line__g2eH_:nth-child(2){opacity:0}.Navigation_open__loRcf .Navigation_line__g2eH_:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.Navigation_mobileMenu__hKW2L{display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background:color-mix(in oklab,var(--bg-elevated) 92%,transparent);backdrop-filter:blur(10px) saturate(1.02);-webkit-backdrop-filter:blur(10px) saturate(1.02);padding:80px 24px 24px;transform:translateX(100%);transition:transform .3s ease;opacity:0;visibility:hidden;z-index:1000}.Navigation_mobileMenu__hKW2L.Navigation_show__CGokU{transform:translateX(0);opacity:1;visibility:visible}.Navigation_mobileMenu__hKW2L a{padding:16px 0;text-decoration:none;color:#6B6560;font-size:1.1rem;transition:all .3s ease;font-family:var(--font-noto-sans);border-bottom:1px solid rgba(210,200,188,.2)}.Navigation_mobileMenu__hKW2L a:last-child{border-bottom:none}.Navigation_mobileMenu__hKW2L a:hover{color:var(--color-accent)}.Navigation_mobileMenuItemWithSub__vPCVp{display:flex;justify-content:space-between;align-items:center;background:none;width:100%;padding:16px 0;color:#6B6560;font-size:1.1rem;cursor:pointer;text-align:left;border:none;border-bottom:1px solid rgba(210,200,188,.2)}.Navigation_mobileMenuItemWithSub__vPCVp:hover{color:var(--color-accent)}.Navigation_caret___gTCQ{font-size:.8rem;margin-left:auto;opacity:.8}.Navigation_mobileSubMenu__53cmR{display:flex;flex-direction:column;margin-left:1.5rem;padding-left:1.25rem;border-left:2px solid var(--border);overflow:hidden;height:0;opacity:0;transform:scaleY(.98);transform-origin:top;transition:height .45s cubic-bezier(.4,0,.2,1),opacity .45s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.4,0,.2,1);will-change:height,opacity,transform}.Navigation_mobileSubMenu__53cmR.Navigation_open__loRcf{opacity:1;transform:scaleY(1)}.Navigation_mobileSubMenu__53cmR a{padding:12px 0;text-decoration:none;color:var(--text-secondary);border-bottom:1px solid var(--border);opacity:0;transform:translateY(-8px);transition:opacity .3s ease,transform .3s ease;transition-delay:.1s}.Navigation_mobileSubMenu__53cmR.Navigation_open__loRcf a{opacity:1;transform:translateY(0)}.Navigation_mobileSubMenu__53cmR h4{font-size:.95rem;margin:0;font-weight:500;color:var(--text-primary)}.Navigation_mobileSubMenu__53cmR p{font-size:.8rem;margin:4px 0 0;color:var(--text-secondary);opacity:.8}.Navigation_goToTopButton__d8RSX{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px 0;margin-top:auto;background:none;border:none;border-top:1px solid rgba(210,200,188,.2);color:#6B6560;font-size:1rem;cursor:pointer;transition:all .3s ease;font-family:var(--font-noto-sans)}.Navigation_goToTopButton__d8RSX:hover{color:var(--color-accent)}.Navigation_goToTopIcon__aS2bO{font-size:.8rem;opacity:.8;transition:transform .3s ease}.Navigation_goToTopButton__d8RSX:hover .Navigation_goToTopIcon__aS2bO{transform:translateY(-2px)}}.Navigation_comingSoonMessage__vhc8n{padding:1rem;text-align:center;color:rgba(156,96,84,.6);font-family:var(--font-noto-serif);font-size:.9rem;letter-spacing:.1em;font-style:italic}.Navigation_comingSoonMessage__vhc8n p{margin:0;opacity:.8}.Navigation_neonIcon__IsK_8{position:relative}.Navigation_neonIcon__IsK_8 .Navigation_iconSvg__OK3Ea{transition:all .3s ease}.Navigation_neonPath__j3ylg{transition:all .3s ease;stroke-dasharray:1000;stroke-dashoffset:1000;animation:Navigation_drawPath__nNpbK 2s ease forwards}@keyframes Navigation_drawPath__nNpbK{to{stroke-dashoffset:0}}.Navigation_neonDot__oVsoj{animation:Navigation_pulseDot__959pC 2s ease-in-out infinite}@keyframes Navigation_pulseDot__959pC{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.Navigation_flowLine__D_Mt2{animation:Navigation_flowGradient__pVcQo 3s linear infinite}@keyframes Navigation_flowGradient__pVcQo{0%{stroke-dasharray:2 10;stroke-dashoffset:0}to{stroke-dasharray:2 10;stroke-dashoffset:-12}}.Navigation_neonIcon__IsK_8:hover .Navigation_iconSvg__OK3Ea{transform:scale(1.05)}.Navigation_neonIcon__IsK_8:hover .Navigation_neonPath__j3ylg{filter:drop-shadow(0 0 8px color-mix(in oklab,var(--brand) 45%,white))}.Navigation_neonIcon__IsK_8:hover .Navigation_neonDot__oVsoj{filter:drop-shadow(0 0 6px color-mix(in oklab,var(--brand) 55%,white))}.Navigation_neonPath__j3ylg{stroke:color-mix(in oklab,var(--brand) 50%,white)!important}.Navigation_neonDot__oVsoj{fill:color-mix(in oklab,var(--brand) 55%,white)!important}html[data-theme=dark] .Navigation_neonPath__j3ylg{stroke:color-mix(in oklab,var(--brand) 65%,white)!important}html[data-theme=dark] .Navigation_neonDot__oVsoj{fill:color-mix(in oklab,var(--brand) 70%,white)!important}.Navigation_pathHabitat__m0Uuy{animation:Navigation_habitatGlow__fPQ5f 4s ease-in-out infinite}.Navigation_pathZen___TjbY{animation:Navigation_zenRotate__i1u8o 20s linear infinite}.Navigation_pathArc__Ri4dX{animation:Navigation_arcFlow__3Y56s 3s ease-in-out infinite}@keyframes Navigation_habitatGlow__fPQ5f{0%,to{filter:drop-shadow(0 0 2px rgba(252,217,182,.4))}50%{filter:drop-shadow(0 0 6px rgba(252,217,182,.8))}}@keyframes Navigation_zenRotate__i1u8o{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Navigation_arcFlow__3Y56s{0%,to{stroke-dasharray:none;stroke-dashoffset:0}50%{stroke-dasharray:4 12;stroke-dashoffset:-8}}.Navigation_mobileMenuItem__CtDCj{display:flex;align-items:center;justify-content:center;width:100%;padding:16px 0;background:none;border:none;color:#6B6560;font-size:.875rem;cursor:pointer;text-align:center;font-family:var(--font-noto-sans);transition:all .3s ease;letter-spacing:.05em;opacity:.8}.Navigation_mobileMenuItem__CtDCj:hover{color:var(--color-accent);opacity:1}.Navigation_mobileMenu__hKW2L{display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(247,246,243,.98);padding:80px 24px 24px;transform:translateX(100%);transition:transform .3s ease;opacity:0;visibility:hidden;z-index:1000}.Navigation_mobileMenu__hKW2L.Navigation_show__CGokU{transform:translateX(0);opacity:1;visibility:visible}.Navigation_mobileMenu__hKW2L a{padding:16px 0;text-decoration:none;color:#6B6560;font-size:1.1rem;transition:all .3s ease;font-family:var(--font-noto-sans);border-bottom:1px solid rgba(210,200,188,.2)}.Navigation_mobileMenu__hKW2L a:last-child{border-bottom:none}.Navigation_mobileMenuItem__CtDCj:last-child{margin-top:auto;padding-bottom:1rem;position:relative}.Navigation_mobileMenuItem__CtDCj:last-child:before{content:"";position:absolute;top:-1rem;left:50%;transform:translateX(-50%);width:24px;height:1px;background:rgba(210,200,188,.3)}:root{--brand:#9c6054;--brand-600:#9c6054;--brand-500:#b27667;--brand-400:#c38a7a;--brand-300:#d39e8e;--brand-200:#e4b3a3;--brand-100:#f4c8b9;--brand-50:#fcd9c9;--bg-default:#FCF9F2;--bg-elevated:#ffffff;--bg-muted:#f7f6f3;--text-primary:#4A4540;--text-secondary:#6B6560;--text-inverse:#ffffff;--border:rgba(156,96,84,0.15);--border-strong:rgba(156,96,84,0.3);--accent:var(--brand);--accent-weak:rgba(156,96,84,0.08);--accent-veil:rgba(156,96,84,0.05);--elevation-1:0 2px 8px rgba(156,96,84,0.08);--elevation-2:0 4px 20px rgba(156,96,84,0.10),0 2px 8px rgba(156,96,84,0.06);--elevation-3:0 8px 32px rgba(156,96,84,0.12),0 4px 12px rgba(156,96,84,0.08);--content-max:1400px;--background:var(--bg-default);--foreground:var(--text-primary);--color-background:var(--bg-default);--color-foreground:var(--text-primary);--color-accent:var(--brand);--color-accent-light:rgba(156,96,84,0.8);--color-border:var(--border);--color-border-dark:var(--border-strong);--color-bg-opacity:rgba(252,249,242,0.9);--color-bg-translucent:var(--accent-veil);--shadow-default:var(--elevation-2);--shadow-light:var(--elevation-1)}html[data-theme=dark]{--bg-default:#191816;--bg-elevated:#1f1e1c;--bg-muted:#22211f;--text-primary:#E9E6E0;--text-secondary:#c9c4bc;--text-inverse:#0e0e0d;--border:rgba(228,179,163,0.18);--border-strong:rgba(228,179,163,0.32);--accent:#e4b3a3;--accent-weak:rgba(228,179,163,0.12);--accent-veil:rgba(228,179,163,0.06);--elevation-1:0 2px 8px rgba(0,0,0,0.32);--elevation-2:0 6px 24px rgba(0,0,0,0.38),0 2px 10px rgba(0,0,0,0.24);--elevation-3:0 12px 40px rgba(0,0,0,0.46),0 6px 16px rgba(0,0,0,0.32)}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}*,:after,:before{--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/0.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/0.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: }/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-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{line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){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,pre,samp{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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb(0 0 0/50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-kominka{--tw-prose-body:var(--text-primary);--tw-prose-headings:var(--text-primary);--tw-prose-lead:var(--text-secondary);--tw-prose-links:var(--brand);--tw-prose-bold:var(--text-primary);--tw-prose-counters:var(--text-secondary);--tw-prose-bullets:var(--text-secondary);--tw-prose-hr:var(--border);--tw-prose-quotes:var(--text-primary);--tw-prose-quote-borders:var(--border-strong);--tw-prose-captions:var(--text-secondary);--tw-prose-code:var(--text-primary);--tw-prose-pre-code:var(--text-primary);--tw-prose-pre-bg:var(--bg-muted);--tw-prose-th-borders:var(--border-strong);--tw-prose-td-borders:var(--border)}.prose-kominka :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){text-decoration:none}.prose-kominka :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:400}.prose-kominka :where(h1,h2,h3,h4):not(:where([class~=not-prose],[class~=not-prose] *)){font-family:var(--font-noto-serif)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.-ml-1{margin-left:-.25rem}.mb-4{margin-bottom:1rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.block{display:block}.\!inline{display:inline!important}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-12{height:3rem}.h-16{height:4rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-full{width:100%}.max-w-none{max-width:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.italic{font-style:italic}.text-current{color:currentColor}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.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))}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0/0.05);--tw-shadow-colored:0 1px 2px 0 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{outline-style:solid}.blur{--tw-blur:blur(8px)}.blur,.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}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}html{font-feature-settings:"palt";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{color:var(--text-primary);background:var(--bg-default);font-family:var(--font-noto-sans);margin:0;padding:0}main{min-height:100vh}@media (max-width:768px){main{min-height:100vh}}[data-auth-layout=true] body{margin:0;padding:0;background:none;min-height:100vh;overflow:hidden}[data-marketing-layout=true] body{margin:0;padding:0;min-height:100vh;overflow-x:hidden}[data-dashboard-layout=true] body{margin:0;padding:0;min-height:100vh;overflow:hidden;background:var(--bg-default)}:focus-visible{outline:2px solid color-mix(in oklab,var(--accent) 80%,white);outline-offset:2px}a{color:var(--text-secondary);text-underline-offset:2px}a:hover{color:var(--accent)}.container-max{max-width:var(--content-max);margin-inline:auto;padding-inline:clamp(16px,4vw,40px)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-\[2px\]:after{content:var(--tw-content);left:2px}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:h-5:after{content:var(--tw-content);height:1.25rem}.after\:w-5:after{content:var(--tw-content);width:1.25rem}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:border:after{content:var(--tw-content);border-width:1px}.after\:border-gray-300:after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-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-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.disabled\:opacity-50:disabled{opacity:.5}.peer:checked~.peer-checked\:bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.peer:checked~.peer-checked\:after\:translate-x-full:after{content:var(--tw-content);--tw-translate-x:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:after\:border-white:after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.peer:focus~.peer-focus\:ring-4{--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(4px + 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)}.peer:focus~.peer-focus\:ring-blue-300{--tw-ring-opacity:1;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity,1))}