:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev ::slotted(svg),.swiper-button-prev svg,.swiper-button-next ::slotted(svg),.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-vertical~.swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical~.swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-vertical~.swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){:root,:host{--shimmer-angle:20deg}*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-duration:initial;--tw-ease:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0;--scroll-fade-t:0px;--scroll-fade-b:0px;--scroll-fade-s:0px;--scroll-fade-e:0px;--scroll-fade-mask:initial;--shimmer-image:initial;--shimmer-text-fill:initial}}}@layer theme{:root,:host{--font-sans:"Geist Variable", sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-black:#000;--spacing:.25rem;--container-sm:24rem;--container-md:28rem;--container-2xl:42rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height: 1.5 ;--font-weight-medium:500;--tracking-wide:.025em;--radius-md:calc(var(--radius) - 2px);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--blur-xs:4px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:"Geist Variable", sans-serif;--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring) 50%,transparent)}}}@layer components;@layer utilities{.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.top-1\/2{top:50%}.top-2{top:calc(var(--spacing) * 2)}.top-3{top:calc(var(--spacing) * 3)}.right-2{right:calc(var(--spacing) * 2)}.right-3{right:calc(var(--spacing) * 3)}.right-4{right:calc(var(--spacing) * 4)}.bottom-4{bottom:calc(var(--spacing) * 4)}.left-1\/2{left:50%}.isolate{isolation:isolate}.z-50{z-index:50}.z-\[90\]{z-index:90}.z-\[100\]{z-index:100}.-mx-4{margin-inline:calc(var(--spacing) * -4)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-auto{margin-top:auto}.-mb-4{margin-bottom:calc(var(--spacing) * -4)}.ml-auto{margin-left:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.size-6{width:calc(var(--spacing) * 6);height:calc(var(--spacing) * 6)}.size-7{width:calc(var(--spacing) * 7);height:calc(var(--spacing) * 7)}.size-8{width:calc(var(--spacing) * 8);height:calc(var(--spacing) * 8)}.size-9{width:calc(var(--spacing) * 9);height:calc(var(--spacing) * 9)}.h-1{height:var(--spacing)}.h-6{height:calc(var(--spacing) * 6)}.h-7{height:calc(var(--spacing) * 7)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-full{height:100%}.max-h-32{max-height:calc(var(--spacing) * 32)}.max-h-\[85vh\]{max-height:85vh}.max-h-\[min\(70dvh\,28rem\)\]{max-height:min(70dvh,28rem)}.min-h-0{min-height:0}.w-\[min\(22rem\,calc\(100vw-2rem\)\)\]{width:min(22rem,100vw - 2rem)}.w-full{width:100%}.max-w-\[calc\(100\%-2rem\)\]{max-width:calc(100% - 2rem)}.flex-1{flex:1}.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.gap-0{gap:0}.gap-0\.5{gap:calc(var(--spacing) * .5)}.gap-1{gap:var(--spacing)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.overscroll-contain{overscroll-behavior:contain}.rounded{border-radius:.25rem}.rounded-\[min\(var\(--radius-md\)\,10px\)\]{border-radius:min(var(--radius-md),10px)}.rounded-\[min\(var\(--radius-md\)\,12px\)\]{border-radius:min(var(--radius-md),12px)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius)}.rounded-xl{border-radius:calc(var(--radius) + 4px)}.rounded-t-xl{border-top-left-radius:calc(var(--radius) + 4px);border-top-right-radius:calc(var(--radius) + 4px)}.rounded-b-xl{border-bottom-right-radius:calc(var(--radius) + 4px);border-bottom-left-radius:calc(var(--radius) + 4px)}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-border{border-color:var(--border)}.border-transparent{border-color:#0000}.bg-background{background-color:var(--background)}.bg-black\/10{background-color:#0000001a}@supports (color:color-mix(in lab,red,red)){.bg-black\/10{background-color:color-mix(in oklab,var(--color-black) 10%,transparent)}}.bg-black\/45{background-color:#00000073}@supports (color:color-mix(in lab,red,red)){.bg-black\/45{background-color:color-mix(in oklab,var(--color-black) 45%,transparent)}}.bg-destructive\/10{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.bg-destructive\/10{background-color:color-mix(in oklab,var(--destructive) 10%,transparent)}}.bg-muted,.bg-muted\/50{background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\/50{background-color:color-mix(in oklab,var(--muted) 50%,transparent)}}.bg-popover{background-color:var(--popover)}.bg-primary{background-color:var(--primary)}.bg-secondary{background-color:var(--secondary)}.bg-clip-padding{background-clip:padding-box}.p-0{padding:0}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-4{padding-inline:calc(var(--spacing) * 4)}.py-1{padding-block:var(--spacing)}.py-3{padding-block:calc(var(--spacing) * 3)}.pb-\[env\(safe-area-inset-bottom\,0px\)\]{padding-bottom:env(safe-area-inset-bottom,0px)}.font-heading{font-family:var(--font-sans)}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[0\.8rem\]{font-size:.8rem}.leading-none{--tw-leading:1;line-height:1}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.whitespace-nowrap{white-space:nowrap}.text-destructive{color:var(--destructive)}.text-foreground{color:var(--foreground)}.text-muted-foreground{color:var(--muted-foreground)}.text-popover-foreground{color:var(--popover-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-secondary-foreground{color:var(--secondary-foreground)}.capitalize{text-transform:capitalize}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.underline-offset-4{text-underline-offset:4px}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-1{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-foreground\/10{--tw-ring-color:var(--foreground)}@supports (color:color-mix(in lab,red,red)){.ring-foreground\/10{--tw-ring-color:color-mix(in oklab, var(--foreground) 10%, transparent)}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-100{--tw-duration:.1s;transition-duration:.1s}.duration-150{--tw-duration:.15s;transition-duration:.15s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}@media(hover:hover){.hover\:bg-\[color-mix\(in_oklch\,var\(--secondary\)\,var\(--foreground\)_5\%\)\]:hover{background-color:var(--secondary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-\[color-mix\(in_oklch\,var\(--secondary\)\,var\(--foreground\)_5\%\)\]:hover{background-color:color-mix(in oklch,var(--secondary),var(--foreground) 5%)}}.hover\:bg-destructive\/20:hover{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-destructive\/20:hover{background-color:color-mix(in oklab,var(--destructive) 20%,transparent)}}.hover\:bg-muted:hover{background-color:var(--muted)}.hover\:bg-primary\/80:hover{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-primary\/80:hover{background-color:color-mix(in oklab,var(--primary) 80%,transparent)}}.hover\:text-foreground:hover{color:var(--foreground)}.hover\:underline:hover{text-decoration-line:underline}}.focus-visible\:border-destructive\/40:focus-visible{border-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.focus-visible\:border-destructive\/40:focus-visible{border-color:color-mix(in oklab,var(--destructive) 40%,transparent)}}.focus-visible\:border-ring:focus-visible{border-color:var(--ring)}.focus-visible\:ring-3:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:color-mix(in oklab, var(--destructive) 20%, transparent)}}.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:color-mix(in oklab, var(--ring) 50%, transparent)}}.active\:not-aria-\[haspopup\]\:translate-y-px:active:not([aria-haspopup]){--tw-translate-y:1px;translate:var(--tw-translate-x) var(--tw-translate-y)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}:where([data-slot=button-group]) .in-data-\[slot\=button-group\]\:rounded-lg{border-radius:var(--radius)}.has-data-\[icon\=inline-end\]\:pr-1\.5:has([data-icon=inline-end]){padding-right:calc(var(--spacing) * 1.5)}.has-data-\[icon\=inline-end\]\:pr-2:has([data-icon=inline-end]){padding-right:calc(var(--spacing) * 2)}.has-data-\[icon\=inline-start\]\:pl-1\.5:has([data-icon=inline-start]){padding-left:calc(var(--spacing) * 1.5)}.has-data-\[icon\=inline-start\]\:pl-2:has([data-icon=inline-start]){padding-left:calc(var(--spacing) * 2)}.aria-expanded\:bg-muted[aria-expanded=true]{background-color:var(--muted)}.aria-expanded\:bg-secondary[aria-expanded=true]{background-color:var(--secondary)}.aria-expanded\:text-foreground[aria-expanded=true]{color:var(--foreground)}.aria-expanded\:text-secondary-foreground[aria-expanded=true]{color:var(--secondary-foreground)}.aria-invalid\:border-destructive[aria-invalid=true]{border-color:var(--destructive)}.aria-invalid\:ring-3[aria-invalid=true]{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--destructive) 20%, transparent)}}.data-ending-style\:opacity-0[data-ending-style],.data-starting-style\:opacity-0[data-starting-style]{opacity:0}.data-\[side\=bottom\]\:inset-x-0[data-side=bottom]{inset-inline:0}.data-\[side\=bottom\]\:bottom-0[data-side=bottom]{bottom:0}.data-\[side\=bottom\]\:h-auto[data-side=bottom]{height:auto}.data-\[side\=bottom\]\:border-t[data-side=bottom]{border-top-style:var(--tw-border-style);border-top-width:1px}.data-\[side\=bottom\]\:data-ending-style\:translate-y-\[2\.5rem\][data-side=bottom][data-ending-style],.data-\[side\=bottom\]\:data-starting-style\:translate-y-\[2\.5rem\][data-side=bottom][data-starting-style]{--tw-translate-y:2.5rem;translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[side\=left\]\:inset-y-0[data-side=left]{inset-block:0}.data-\[side\=left\]\:left-0[data-side=left]{left:0}.data-\[side\=left\]\:h-full[data-side=left]{height:100%}.data-\[side\=left\]\:w-3\/4[data-side=left]{width:75%}.data-\[side\=left\]\:border-r[data-side=left]{border-right-style:var(--tw-border-style);border-right-width:1px}.data-\[side\=left\]\:data-ending-style\:translate-x-\[-2\.5rem\][data-side=left][data-ending-style],.data-\[side\=left\]\:data-starting-style\:translate-x-\[-2\.5rem\][data-side=left][data-starting-style]{--tw-translate-x:-2.5rem;translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[side\=right\]\:inset-y-0[data-side=right]{inset-block:0}.data-\[side\=right\]\:right-0[data-side=right]{right:0}.data-\[side\=right\]\:h-full[data-side=right]{height:100%}.data-\[side\=right\]\:w-3\/4[data-side=right]{width:75%}.data-\[side\=right\]\:border-l[data-side=right]{border-left-style:var(--tw-border-style);border-left-width:1px}.data-\[side\=right\]\:data-ending-style\:translate-x-\[2\.5rem\][data-side=right][data-ending-style],.data-\[side\=right\]\:data-starting-style\:translate-x-\[2\.5rem\][data-side=right][data-starting-style]{--tw-translate-x:2.5rem;translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[side\=top\]\:inset-x-0[data-side=top]{inset-inline:0}.data-\[side\=top\]\:top-0[data-side=top]{top:0}.data-\[side\=top\]\:h-auto[data-side=top]{height:auto}.data-\[side\=top\]\:border-b[data-side=top]{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.data-\[side\=top\]\:data-ending-style\:translate-y-\[-2\.5rem\][data-side=top][data-ending-style],.data-\[side\=top\]\:data-starting-style\:translate-y-\[-2\.5rem\][data-side=top][data-starting-style]{--tw-translate-y:-2.5rem;translate:var(--tw-translate-x) var(--tw-translate-y)}@supports ((-webkit-backdrop-filter:var(--tw)) or (backdrop-filter:var(--tw))){.supports-backdrop-filter\:backdrop-blur-\[2px\]{--tw-backdrop-blur:blur(2px);-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.supports-backdrop-filter\:backdrop-blur-xs{--tw-backdrop-blur:blur(var(--blur-xs));-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}}@media(min-width:40rem){.sm\:max-w-2xl{max-width:var(--container-2xl)}.sm\:max-w-md{max-width:var(--container-md)}.sm\:max-w-sm{max-width:var(--container-sm)}.sm\:flex-col{flex-direction:column}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.data-\[side\=left\]\:sm\:max-w-sm[data-side=left],.data-\[side\=right\]\:sm\:max-w-sm[data-side=right]{max-width:var(--container-sm)}}.dark\:border-input:is(.dark *){border-color:var(--input)}.dark\:bg-destructive\/20:is(.dark *){background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\:bg-destructive\/20:is(.dark *){background-color:color-mix(in oklab,var(--destructive) 20%,transparent)}}.dark\:bg-input\/30:is(.dark *){background-color:var(--input)}@supports (color:color-mix(in lab,red,red)){.dark\:bg-input\/30:is(.dark *){background-color:color-mix(in oklab,var(--input) 30%,transparent)}}@media(hover:hover){.dark\:hover\:bg-destructive\/30:is(.dark *):hover{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-destructive\/30:is(.dark *):hover{background-color:color-mix(in oklab,var(--destructive) 30%,transparent)}}.dark\:hover\:bg-input\/50:is(.dark *):hover{background-color:var(--input)}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-input\/50:is(.dark *):hover{background-color:color-mix(in oklab,var(--input) 50%,transparent)}}.dark\:hover\:bg-muted\/50:is(.dark *):hover{background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-muted\/50:is(.dark *):hover{background-color:color-mix(in oklab,var(--muted) 50%,transparent)}}}.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible{--tw-ring-color:color-mix(in oklab, var(--destructive) 40%, transparent)}}.dark\:aria-invalid\:border-destructive\/50:is(.dark *)[aria-invalid=true]{border-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\:aria-invalid\:border-destructive\/50:is(.dark *)[aria-invalid=true]{border-color:color-mix(in oklab,var(--destructive) 50%,transparent)}}.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--destructive) 40%, transparent)}}.data-open\:animate-in:where([data-state=open]),.data-open\:animate-in:where([data-open]:not([data-open=false])){animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-open\:fade-in-0:where([data-state=open]),.data-open\:fade-in-0:where([data-open]:not([data-open=false])){--tw-enter-opacity:0}.data-open\:zoom-in-95:where([data-state=open]),.data-open\:zoom-in-95:where([data-open]:not([data-open=false])){--tw-enter-scale:.95}.data-closed\:animate-out:where([data-state=closed]),.data-closed\:animate-out:where([data-closed]:not([data-closed=false])){animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-closed\:fade-out-0:where([data-state=closed]),.data-closed\:fade-out-0:where([data-closed]:not([data-closed=false])){--tw-exit-opacity:0}.data-closed\:zoom-out-95:where([data-state=closed]),.data-closed\:zoom-out-95:where([data-closed]:not([data-closed=false])){--tw-exit-scale:.95}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 svg:not([class*=size-]){width:calc(var(--spacing) * 3);height:calc(var(--spacing) * 3)}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5 svg:not([class*=size-]){width:calc(var(--spacing) * 3.5);height:calc(var(--spacing) * 3.5)}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}:is(.\*\:\[a\]\:underline>*):is(a){text-decoration-line:underline}:is(.\*\:\[a\]\:underline-offset-3>*):is(a){text-underline-offset:3px}@media(hover:hover){:is(.\*\:\[a\]\:hover\:text-foreground>*):is(a):hover{color:var(--foreground)}}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@property --scroll-fade-t{syntax:"<length-percentage>";inherits:false;initial-value:0}@property --scroll-fade-b{syntax:"<length-percentage>";inherits:false;initial-value:0}@property --scroll-fade-s{syntax:"<length-percentage>";inherits:false;initial-value:0}@property --scroll-fade-e{syntax:"<length-percentage>";inherits:false;initial-value:0}@property --scroll-fade-mask{syntax:"*";inherits:false}@property --shimmer-angle{syntax:"<angle>";inherits:true;initial-value:20deg}@property --shimmer-image{syntax:"*";inherits:false}@property --shimmer-text-fill{syntax:"*";inherits:false}@media(prefers-reduced-motion:reduce){.shimmer{-webkit-text-fill-color:currentColor;background-image:none;animation:none}}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-cyrillic-ext-wght-normal-DjL33-gN.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-cyrillic-wght-normal-BEAKL7Jp.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-vietnamese-wght-normal-6IgcOCM7.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-latin-ext-wght-normal-DC-KSUi6.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-latin-wght-normal-BgDaEnEv.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--radius:.625rem}.dark{--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--card:oklch(20.5% 0 0);--card-foreground:oklch(98.5% 0 0);--popover:oklch(17% 0 0);--popover-foreground:oklch(98.5% 0 0);--primary:oklch(74.2% .089 84.5);--primary-foreground:oklch(14.5% 0 0);--secondary:oklch(26.9% 0 0);--secondary-foreground:oklch(98.5% 0 0);--muted:oklch(26.9% 0 0);--muted-foreground:oklch(70.8% 0 0);--accent:oklch(74.2% .089 84.5);--accent-foreground:oklch(14.5% 0 0);--destructive:oklch(70.4% .191 22.216);--border:oklch(100% 0 0/.1);--input:oklch(100% 0 0/.15);--ring:oklch(74.2% .089 84.5)}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));filter:blur(var(--tw-enter-blur,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));filter:blur(var(--tw-exit-blur,0))}}:root{--podium-bg0: #070708;--podium-bg1: #121217;--podium-ink: #f4f0ea;--podium-muted: #9a958c;--podium-line: rgba(244, 240, 234, .14);--podium-accent: #c4a574;--podium-danger: #e8a0a0;--podium-display: "Freight Display", "Iowan Old Style", "Palatino Linotype", Palatino, serif;--podium-sans: "Söhne", "Avenir Next", "Segoe UI", sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;width:100%;max-width:100%;overflow-x:clip;background:var(--podium-bg0)}.podium-shell{min-height:100vh;width:100%;max-width:100%;overflow-x:clip;color:var(--podium-ink);font-family:var(--podium-sans);background:radial-gradient(120% 80% at 50% -10%,rgba(196,165,116,.18),transparent 55%),linear-gradient(165deg,var(--podium-bg1) 0%,var(--podium-bg0) 48%,#050506 100%);display:flex;flex-direction:column}.podium-brand{position:relative;z-index:50;flex-shrink:0;margin:.65rem .75rem .75rem;border:1px solid var(--podium-line);border-radius:.35rem;background:#070708b8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 10px 36px #00000059}.podium-brand-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:72rem;margin:0 auto;padding:.7rem 1rem;min-height:3.15rem}@media(min-width:768px){.podium-brand{margin:.85rem 1.25rem 1rem}.podium-brand-inner{padding:.75rem 1.25rem}}.podium-brand-mark{min-width:0;display:flex;align-items:center}.podium-logo{display:block;max-height:2.25rem;max-width:10rem;object-fit:contain}.podium-mark{font-family:var(--podium-display);font-size:clamp(1.05rem,2.5vw,1.35rem);letter-spacing:.1em;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.podium-brand-socials{display:flex;align-items:center;gap:.15rem;flex-shrink:0}.podium-brand-social{display:inline-flex;align-items:center;justify-content:center;width:2.15rem;height:2.15rem;color:var(--podium-muted);border-radius:999px;transition:color .16s ease,background .16s ease}.podium-brand-social:hover{color:var(--podium-ink);background:#f4f0ea14}.podium-footer{flex-shrink:0;margin-top:auto;border-top:1px solid var(--podium-line);background:linear-gradient(180deg,rgba(196,165,116,.06) 0%,transparent 42%),#050506b8}.podium-shell--gallery .podium-footer{padding-bottom:calc(4.75rem + env(safe-area-inset-bottom,0px))}@media(min-width:768px){.podium-shell--gallery .podium-footer{padding-bottom:0}}.podium-footer-inner{max-width:72rem;margin:0 auto;padding:2.5rem 1.25rem 1.5rem}.podium-footer-hero{margin-bottom:2rem;padding-bottom:1.75rem;border-bottom:1px solid var(--podium-line)}.podium-footer-identity{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.25rem;margin-bottom:.85rem}.podium-footer-identity-text{min-width:0}.podium-footer-logo{display:block;max-height:3.25rem;max-width:12rem;width:auto;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,0,0,.35))}.podium-footer-name{margin:0;font-family:var(--podium-display);font-size:clamp(1.55rem,3vw,2.1rem);font-weight:500;letter-spacing:.02em;line-height:1.15;color:var(--podium-ink)}.podium-footer-tagline{margin:.35rem 0 0;color:var(--podium-accent);font-size:.9rem;letter-spacing:.08em;text-transform:uppercase}.podium-footer-about{margin:0 0 1.15rem;max-width:38rem;color:var(--podium-muted);font-size:.95rem;line-height:1.55}.podium-footer-socials{display:flex;flex-wrap:wrap;gap:.4rem}.podium-footer-social{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;color:var(--podium-muted);border:1px solid var(--podium-line);border-radius:999px;transition:color .16s ease,border-color .16s ease,background .16s ease}.podium-footer-social:hover{color:var(--podium-ink);border-color:#c4a57473;background:#c4a5741a}.podium-footer-grid{display:grid;gap:1.75rem 2.5rem;grid-template-columns:1fr}@media(min-width:720px){.podium-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}}.podium-footer-heading{margin:0 0 .75rem;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--podium-muted)}.podium-footer-contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.podium-footer-contact-list a,.podium-footer-contact-list span{display:inline-flex;align-items:flex-start;gap:.55rem;color:var(--podium-ink);text-decoration:none;font-size:.92rem;line-height:1.4}.podium-footer-contact-list a:hover{color:var(--podium-accent)}.podium-footer-contact-list svg{flex-shrink:0;margin-top:.15rem;color:var(--podium-muted)}.podium-footer-inquiry{padding:1.15rem 1.2rem;border:1px solid var(--podium-line);background:#1212178c}.podium-footer-inquiry-lede{margin:0 0 1rem;color:var(--podium-muted);font-size:.92rem;line-height:1.5;max-width:22rem}.podium-footer-inquiry-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.15rem;border:1px solid var(--podium-accent);background:#c4a5741f;color:var(--podium-ink);font-family:var(--podium-sans);font-size:.88rem;letter-spacing:.04em;cursor:pointer}.podium-footer-inquiry-btn:hover{background:#c4a57438}.podium-footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.25rem;margin-top:2rem;padding-top:1.15rem;border-top:1px solid var(--podium-line)}.podium-footer-copy{margin:0;font-size:.8rem;color:var(--podium-muted)}.podium-footer-powered{font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:var(--podium-muted);text-decoration:none}.podium-footer-powered:hover{color:var(--podium-accent)}.podium-inquiry-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:1.25rem;background:#08080ab8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--podium-ink)}.podium-inquiry-modal{position:relative;width:min(920px,100%);max-height:min(92vh,860px);overflow:auto;border:1px solid var(--podium-line);background:var(--podium-bg0);color:var(--podium-ink)}.podium-inquiry-close{position:absolute;top:.85rem;right:.85rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid var(--podium-line);background:#f4f0ea0f;color:var(--podium-muted);cursor:pointer}.podium-inquiry-close:hover{color:var(--podium-ink);border-color:var(--podium-accent)}.podium-inquiry-layout{display:grid;grid-template-columns:1fr}@media(min-width:800px){.podium-inquiry-layout{grid-template-columns:minmax(0,1.35fr) minmax(14rem,.85fr)}}.podium-inquiry-form{padding:1.75rem 1.35rem 1.5rem}@media(min-width:800px){.podium-inquiry-form{padding:2rem 1.75rem 1.75rem}}.podium-inquiry-eyebrow{margin:0 0 .4rem;font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--podium-accent)}.podium-inquiry-title{margin:0 0 .45rem;font-family:var(--podium-display);font-size:clamp(1.45rem,3vw,1.9rem);font-weight:500;line-height:1.2;color:var(--podium-ink)}.podium-inquiry-lede{margin:0 0 1.35rem;color:var(--podium-muted);font-size:.92rem;line-height:1.5}.podium-inquiry-fields{display:flex;flex-direction:column;gap:.85rem}.podium-inquiry-fields label{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;color:var(--podium-muted)}.podium-inquiry-fields .podium-field{color:var(--podium-ink)}.podium-inquiry-fields select.podium-field{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;background-color:transparent}.podium-inquiry-row{display:grid;gap:.85rem;grid-template-columns:1fr}@media(min-width:520px){.podium-inquiry-row{grid-template-columns:1fr 1fr}}.podium-inquiry-textarea{min-height:5.5rem;resize:vertical}.podium-inquiry-banner{margin:.85rem 0 0;color:var(--podium-danger);font-size:.88rem}.podium-inquiry-success{margin:.85rem 0 0;color:#9dccb0;font-size:.88rem}.podium-inquiry-submit{margin-top:1.15rem;width:100%}@media(min-width:520px){.podium-inquiry-submit{width:auto;min-width:11rem}}.podium-inquiry-aside{display:none;border-left:1px solid var(--podium-line);padding:2rem 1.5rem;background:#f4f0ea08}@media(min-width:800px){.podium-inquiry-aside{display:flex;align-items:center}}.podium-inquiry-aside-card{width:100%}.podium-inquiry-aside-logo{display:block;max-height:3rem;max-width:10rem;margin-bottom:1.25rem;object-fit:contain}.podium-inquiry-aside-name{margin:0 0 1.25rem;font-family:var(--podium-display);font-size:1.35rem;color:var(--podium-ink)}.podium-inquiry-aside-heading{margin:0 0 .65rem;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--podium-muted)}.podium-inquiry-aside-contact{display:flex;flex-direction:column;gap:.45rem}.podium-inquiry-aside-contact a{color:var(--podium-ink);text-decoration:none;font-size:.92rem}.podium-inquiry-aside-contact a:hover{color:var(--podium-accent)}.podium-inquiry-aside-note{margin:0;color:var(--podium-muted);font-size:.9rem;line-height:1.5}.podium-stage{flex:1;display:grid;place-items:center;padding:2rem 1.25rem 3rem;position:relative;isolation:isolate;min-width:0}.podium-stage--gallery{place-items:start stretch;padding:0 1rem calc(4.75rem + env(safe-area-inset-bottom,0px));align-content:start;min-width:0;max-width:100%}@media(min-width:768px){.podium-stage--gallery{padding:0 1.25rem 3rem}}.podium-shell--cover{position:relative;isolation:isolate;min-height:100dvh;background:var(--podium-bg0)}.podium-shell--cover:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:var(--podium-cover);background-size:cover;background-position:center top;pointer-events:none}.podium-shell--cover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(80% 60% at 50% 20%,rgba(7,7,8,.2),transparent 55%),linear-gradient(180deg,#07070866,#070708ad,#070708db)}.podium-shell--cover>*{position:relative;z-index:1}.podium-shell--cover .podium-brand{position:absolute;top:max(.65rem,env(safe-area-inset-top,0px));left:.75rem;right:.75rem;margin:0;width:auto}@media(min-width:768px){.podium-shell--cover .podium-brand{top:max(.85rem,env(safe-area-inset-top,0px));left:1.25rem;right:1.25rem}}.podium-shell--cover .podium-stage{min-height:100dvh;flex:1;padding-top:calc(4.5rem + env(safe-area-inset-top,0px))}.podium-stage>*{position:relative;z-index:1}.podium-panel{width:min(28rem,100%);text-align:left;animation:podium-rise .42s ease-out both}.podium-panel--quiet{text-align:center}.podium-panel h1{font-family:var(--podium-display);font-weight:500;font-size:clamp(1.85rem,5vw,2.55rem);line-height:1.15;margin:0 0 .75rem;letter-spacing:.01em}.podium-lede{margin:0 0 1.5rem;color:var(--podium-muted);font-size:1rem;line-height:1.55}.podium-eyebrow{margin:0 0 .5rem;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:var(--podium-accent)}.podium-meta{margin:1.5rem 0 0;font-size:.85rem;color:var(--podium-muted)}.podium-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(7rem,1fr));gap:.85rem 1.25rem;margin:0 0 1.25rem}.podium-meta-grid dt{margin:0;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--podium-muted)}.podium-meta-grid dd{margin:.2rem 0 0;font-family:var(--podium-display);font-size:1.05rem}.podium-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem}.podium-chip{border:1px solid var(--podium-line);color:var(--podium-muted);font-size:.78rem;letter-spacing:.04em;padding:.25rem .55rem}.podium-gallery{width:min(72rem,100%);display:flex;flex-direction:column;gap:0;animation:podium-rise .52s ease-out both}.podium-gallery--media{padding-top:.25rem}.podium-profile{width:min(36rem,100%);margin-inline:auto;padding:1rem 0 2rem;animation:podium-rise .42s ease-out both}.podium-profile-hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:1.25rem .5rem 1.75rem}.podium-profile-avatar{width:6.5rem;height:6.5rem;border-radius:50%;overflow:hidden;background:#f4f0ea0f;border:1px solid var(--podium-line);display:grid;place-items:center;flex-shrink:0}.podium-profile-selfie{width:100%;height:100%;object-fit:cover;display:block}.podium-profile-avatar-fallback{color:var(--podium-muted);display:grid;place-items:center}.podium-profile-identity{min-width:0;width:100%}.podium-profile-identity h1{font-family:var(--podium-display);font-weight:500;font-size:clamp(1.65rem,5vw,2.15rem);line-height:1.15;margin:.15rem 0 .4rem}.podium-profile-event{margin-bottom:.25rem}.podium-profile-sections{display:flex;flex-direction:column;gap:.85rem}.podium-profile-card{padding:1.1rem 1.15rem 1.2rem;border:1px solid var(--podium-line);background:#f4f0ea08}.podium-profile-card h2{margin:0 0 .75rem;font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--podium-muted)}.podium-profile-card--danger{border-color:#e8a0a047}.podium-profile-hint{margin:-.35rem 0 .85rem;font-size:.85rem;line-height:1.45;color:var(--podium-muted)}.podium-profile-dl{margin:0 0 .85rem;display:grid;gap:.65rem}.podium-profile-dl>div{display:grid;grid-template-columns:minmax(6.5rem,38%) 1fr;gap:.5rem .85rem;align-items:baseline}.podium-profile-dl dt{margin:0;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--podium-muted)}.podium-profile-dl dd{margin:0;font-size:.95rem;word-break:break-word}.podium-profile-login .podium-lede{margin-bottom:.85rem}.podium-profile-people{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.podium-profile-person{display:flex;align-items:center;gap:.75rem;width:100%;padding:.45rem .55rem;border:1px solid transparent;border-radius:.35rem;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.podium-profile-person:hover{background:#f4f0ea0d;border-color:var(--podium-line)}.podium-profile-person-thumb{width:2.35rem;height:2.35rem;border-radius:50%;overflow:hidden;background:#f4f0ea0f;border:1px solid var(--podium-line);display:grid;place-items:center;color:var(--podium-muted);flex-shrink:0}.podium-profile-person-thumb img{width:100%;height:100%;object-fit:cover;display:block}.podium-profile-person-name{font-size:.95rem}.podium-profile-perms{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.podium-profile-perm{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.45rem 0;border-bottom:1px solid rgba(244,240,234,.06);font-size:.92rem;color:var(--podium-muted)}.podium-profile-perm:last-child{border-bottom:0}.podium-profile-perm--on{color:var(--podium-ink)}.podium-profile-perm-state{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--podium-muted)}.podium-profile-perm--on .podium-profile-perm-state{color:var(--podium-accent)}.podium-profile-dl--stack{grid-column:1 / -1;display:flex;flex-direction:column;gap:.35rem}.podium-profile-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85rem;word-break:break-all}.podium-profile-token{display:block;margin:0;padding:.55rem .65rem;max-height:6.5rem;overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem;line-height:1.35;word-break:break-all;color:var(--podium-ink);background:#f4f0ea0d;border:1px solid var(--podium-line)}.podium-profile-push-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;margin-top:.85rem}.podium-notify-card{gap:1rem}.podium-notify-actions{display:flex;flex-direction:column;gap:.55rem}.podium-notify-actions .podium-cta{width:100%}.podium-pwa-ios-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.podium-pwa-ios-steps li{display:flex;align-items:flex-start;gap:.85rem;padding:.85rem 1rem;border:1px solid var(--podium-line);background:#f4f0ea0a}.podium-pwa-ios-step-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;color:var(--podium-ink);background:#f4f0ea14;border:1px solid var(--podium-line)}.podium-pwa-ios-steps strong{display:block;font-size:.95rem;font-weight:600;margin-bottom:.15rem}.podium-pwa-ios-steps p{margin:0;font-size:.85rem;color:var(--podium-muted, rgba(244, 240, 234, .65))}@media(min-width:768px){.podium-profile{padding-top:1.5rem}.podium-profile-hero{flex-direction:row;text-align:left;align-items:center;gap:1.5rem;padding:1.5rem 0 2rem}.podium-profile-avatar{width:7.25rem;height:7.25rem}}.podium-experience{width:100%;min-width:0;max-width:100%;display:flex;flex-direction:column;gap:0}.podium-experience--reelit{min-height:100dvh}.podium-exp-nav{position:fixed;z-index:40;left:0;right:0;bottom:0;padding:.35rem .5rem calc(.35rem + env(safe-area-inset-bottom,0px));background:linear-gradient(180deg,#070708b8,#070708f0 55%,#070708);border-top:1px solid var(--podium-line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.podium-exp-nav-brand,.podium-exp-nav-socials{display:none}.podium-exp-nav-list{list-style:none;margin:0 auto;padding:0;display:flex;align-items:stretch;justify-content:space-around;max-width:28rem;gap:.15rem}.podium-exp-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;min-width:4.25rem;min-height:3.35rem;padding:.35rem .55rem;border:0;background:transparent;color:var(--podium-muted);font:inherit;font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border-radius:.35rem}.podium-exp-nav-item:hover{color:var(--podium-ink)}.podium-exp-nav-item--active{color:var(--podium-accent)}.podium-exp-nav-icon{display:block;flex-shrink:0}.podium-exp-nav-icon-wrap{position:relative;display:inline-flex;line-height:0}.podium-exp-nav-badge{position:absolute;top:-.35rem;right:-.55rem;min-width:1.05rem;height:1.05rem;padding:0 .28rem;border-radius:999px;background:var(--podium-accent);color:#0b0b0c;font-size:.58rem;font-weight:700;letter-spacing:0;text-transform:none;display:inline-flex;align-items:center;justify-content:center;line-height:1}.podium-exp-nav-label{line-height:1}@media(min-width:768px){.podium-shell--branded:has(.podium-exp-nav) .podium-brand{display:none}.podium-exp-nav{position:relative;bottom:auto;left:auto;right:auto;order:-1;z-index:50;margin:.85rem 0 1rem;padding:.65rem 1.15rem;border:1px solid var(--podium-line);border-radius:.35rem;background:#070708b8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 10px 36px #00000059;display:flex;align-items:center;justify-content:center;gap:1rem;align-self:center;max-width:72rem;width:100%}.podium-exp-nav--chrome{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.75rem 1.25rem}.podium-exp-nav-brand{display:flex;align-items:center;min-width:0;justify-self:start}.podium-exp-nav-logo{display:block;max-height:2.25rem;max-width:10rem;object-fit:contain}.podium-exp-nav-mark{font-family:var(--podium-display);font-size:clamp(1.05rem,2.5vw,1.35rem);letter-spacing:.1em;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.podium-exp-nav-list{max-width:none;margin:0;justify-content:center;gap:.35rem;justify-self:center}.podium-exp-nav-socials{display:flex;align-items:center;justify-content:flex-end;gap:.15rem;flex-shrink:0;justify-self:end;min-width:0}.podium-exp-nav-socials--empty{visibility:hidden}.podium-exp-nav-social{display:inline-flex;align-items:center;justify-content:center;width:2.15rem;height:2.15rem;color:var(--podium-muted);border-radius:999px;transition:color .16s ease,background .16s ease}.podium-exp-nav-social:hover{color:var(--podium-ink);background:#f4f0ea14}.podium-exp-nav-item{flex-direction:row;min-width:0;min-height:2.5rem;padding:.45rem .9rem;font-size:.78rem;gap:.45rem}.podium-exp-nav-item--active{background:#c4a5741f}.podium-experience--reelit .podium-exp-nav{position:fixed;top:max(.85rem,env(safe-area-inset-top,0px));left:1.25rem;right:1.25rem;width:auto;max-width:none;margin:0;align-self:stretch}.podium-experience--reelit .podium-reelit{padding-top:4.5rem}}.podium-experience--reelit .podium-reelit{height:calc(100dvh - 4.35rem - env(safe-area-inset-bottom,0px))}@media(min-width:768px){.podium-experience--reelit .podium-reelit{height:100dvh}}.podium-video-badge{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;pointer-events:none;color:#fff;background:radial-gradient(circle at center,rgba(0,0,0,.45) 0%,rgba(0,0,0,.12) 55%,transparent 70%)}.podium-video-badge svg{filter:drop-shadow(0 1px 4px rgba(0,0,0,.55))}.podium-lightbox-video.podium-video-player{width:100%;height:100%;max-width:100%;max-height:100%;margin:0;aspect-ratio:auto;background:#000}.podium-video-player{position:relative;width:100%;max-width:100%;max-height:100%;aspect-ratio:var(--podium-video-ar, 16 / 9);background:#000;overflow:hidden;isolation:isolate}.podium-video-player__poster{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;padding:0;border:0;cursor:pointer;background:#000;color:var(--podium-ink)}.podium-video-player__poster:disabled{cursor:default;opacity:.85}.podium-video-player__poster img{display:block;width:100%;height:100%;object-fit:contain;background:#000}.podium-video-player__play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:3.25rem;height:3.25rem;border-radius:.35rem;background:#070708b8;color:var(--podium-ink);box-shadow:0 0 0 1px var(--podium-line);transition:transform .16s ease,background .16s ease}.podium-video-player__poster:not(:disabled):hover .podium-video-player__play{transform:translate(-50%,-50%) scale(1.06);background:#c4a574e0;color:#120f0a}.podium-video-player__canvas{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;background:#000;cursor:pointer}.podium-video-player__loading{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#00000073;pointer-events:none;z-index:2}.podium-video-player__spinner{width:2.25rem;height:2.25rem;border:3px solid rgba(255,255,255,.25);border-top-color:var(--podium-accent);border-radius:50%;animation:podium-spin .85s linear infinite}@keyframes podium-spin{to{transform:rotate(360deg)}}.podium-video-player__error,.podium-video-player__warning{position:absolute;left:.75rem;right:.75rem;bottom:3.5rem;margin:0;padding:.55rem .75rem;border-radius:.25rem;font-size:.8rem;line-height:1.35;z-index:3}.podium-video-player__error{background:#501818e0;color:#ffd7d7}.podium-video-player__warning{background:#3c3014e0;color:#f3e2b8}.podium-video-player__controls{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;gap:.55rem;padding:.65rem .75rem;background:linear-gradient(180deg,transparent 0%,rgba(7,7,8,.82) 55%,rgba(7,7,8,.95) 100%);opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:4}.podium-video-player.is-controls-visible .podium-video-player__controls{opacity:1;pointer-events:auto}.podium-video-player__ctrl{display:inline-grid;place-items:center;width:2rem;height:2rem;padding:0;border:0;border-radius:.25rem;background:transparent;color:var(--podium-ink);cursor:pointer}.podium-video-player__ctrl:hover{background:#f4f0ea1a;color:var(--podium-accent)}.podium-video-player__progress{flex:1;height:.35rem;border-radius:999px;background:#f4f0ea2e;cursor:pointer;touch-action:none;overflow:hidden}.podium-video-player__progress-fill{height:100%;width:0;background:var(--podium-accent);border-radius:inherit}.podium-video-player__time{flex-shrink:0;font-size:.72rem;letter-spacing:.02em;color:var(--podium-muted);font-variant-numeric:tabular-nums;min-width:5.5rem;text-align:right}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.podium-stage--gallery .podium-gallery{width:100%;max-width:72rem;min-width:0;margin-inline:auto}.podium-gallery-hero{position:relative;min-height:min(48vh,26rem);border-radius:.25rem;overflow:hidden}.podium-gallery-hero--cover{background-image:var(--podium-cover);background-size:cover;background-position:center top}.podium-gallery-veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#07070814,#0707081f 42%,#0707088c 78%,#070708c7);pointer-events:none}.podium-gallery-body{position:relative;z-index:1;padding:clamp(1.25rem,4vw,2.25rem);display:flex;flex-direction:column;justify-content:flex-end;gap:.35rem;min-height:inherit;max-width:36rem}.podium-gallery-hero h1{font-family:var(--podium-display);font-weight:500;font-size:clamp(1.85rem,5vw,2.85rem);line-height:1.12;margin:0;text-shadow:0 2px 20px rgba(0,0,0,.5)}.podium-gallery-place{margin:0;font-size:.92rem;line-height:1.35;color:#f4f0ead1;text-shadow:0 1px 12px rgba(0,0,0,.45)}.podium-gallery-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;margin:.85rem 0 0;padding:.65rem .85rem;border:1px solid var(--podium-line);border-radius:.25rem;background:#f4f0ea08}.podium-gallery-toolbar--find{justify-content:stretch;padding:0;overflow:hidden;border-color:color-mix(in srgb,var(--podium-accent) 70%,var(--podium-line));background:transparent;box-shadow:0 6px 22px color-mix(in srgb,var(--podium-accent) 22%,transparent)}.podium-gallery-toolbar__person{display:flex;align-items:center;gap:.7rem;min-width:0}.podium-gallery-toolbar__face{width:2.35rem;height:2.35rem;flex-shrink:0;border-radius:999px;object-fit:cover;border:1px solid color-mix(in srgb,var(--podium-accent) 55%,transparent);box-shadow:0 0 0 2px #00000059}.podium-gallery-toolbar__face--empty{display:grid;place-items:center;color:var(--podium-accent);background:color-mix(in srgb,var(--podium-accent) 18%,transparent)}.podium-gallery-toolbar__label{margin:0;font-size:.88rem;color:var(--podium-muted)}.podium-gallery-toolbar__label strong{color:var(--podium-accent);font-weight:500}.podium-gallery-toolbar__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.1rem}.podium-gallery-find{display:flex;align-items:center;gap:.85rem;width:100%;margin:0;padding:.95rem 1.1rem;border:0;background:linear-gradient(115deg,color-mix(in srgb,var(--podium-accent) 88%,#fff) 0%,var(--podium-accent) 42%,color-mix(in srgb,var(--podium-accent) 72%,#1a1410) 100%);color:var(--podium-bg0);text-align:left;cursor:pointer;transition:filter .18s ease,transform .18s ease,box-shadow .18s ease}.podium-gallery-find:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:inset 0 0 0 1px color-mix(in srgb,#fff 18%,transparent)}.podium-gallery-find:active{transform:translateY(0);filter:brightness(.97)}.podium-gallery-find__icon{flex-shrink:0;color:var(--podium-bg0);opacity:.92}.podium-gallery-find__copy{display:flex;flex-direction:column;gap:.15rem;min-width:0}.podium-gallery-find__title{font-size:.95rem;font-weight:650;color:var(--podium-bg0);letter-spacing:.02em}.podium-gallery-find__hint{font-size:.78rem;color:color-mix(in srgb,var(--podium-bg0) 68%,transparent)}.podium-match-banner{margin:0 0 1rem;font-size:.9rem;color:var(--podium-accent)}.podium-media{padding:clamp(1.25rem,3vw,2rem) 0 2.5rem;min-width:0;max-width:100%;overflow-x:clip}.podium-stories{--podium-story-h: 11.25rem;position:relative;height:calc(var(--podium-story-h) + .7rem);margin:0 0 1.15rem;min-width:0;max-width:100%}.podium-stories-track{position:absolute;top:0;right:0;bottom:0;left:0;list-style:none;margin:0;display:flex;align-items:stretch;gap:.75rem;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;padding:.15rem 0 .55rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.podium-stories-track::-webkit-scrollbar{display:none}.podium-story-item{flex:0 0 auto;width:6.75rem;scroll-snap-align:start}.podium-story-card{display:block;width:6.75rem;height:var(--podium-story-h);padding:0;border:0;background:transparent;cursor:pointer;color:inherit;animation:podium-rise .42s ease-out both}.podium-story-ring{display:block;width:100%;height:100%;padding:2px;border-radius:1rem;background:linear-gradient(145deg,var(--podium-accent) 0%,#e8a87c 45%,#c45c26 100%)}.podium-story-card:focus-visible .podium-story-ring{outline:2px solid var(--podium-ink);outline-offset:2px}.podium-story-frame{position:relative;display:block;width:100%;height:100%;border-radius:calc(1rem - 2px);overflow:hidden;background:#14100ce6}.podium-story-frame img,.podium-story-placeholder{width:100%;height:100%;object-fit:cover;display:block;transition:transform .28s ease}.podium-story-card:hover .podium-story-frame img{transform:scale(1.04)}.podium-story-placeholder{background:linear-gradient(160deg,#c4a57433,#f4f0ea0f)}.podium-story-skel{flex:0 0 auto;width:6.75rem;height:var(--podium-story-h, 11.25rem);border-radius:1rem;background:linear-gradient(110deg,#f4f0ea0f 20%,#f4f0ea1f,#f4f0ea0f 60%);background-size:200% 100%;animation:podium-shimmer 1.4s ease-in-out infinite}.podium-story-note{position:absolute;left:0;right:0;bottom:0;padding:1.6rem .45rem .45rem;font-size:.68rem;line-height:1.25;text-align:start;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.85);background:linear-gradient(to top,#000000b8,#0000);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.podium-story-play{position:absolute;top:.4rem;right:.4rem;display:grid;place-items:center;width:1.4rem;height:1.4rem;border-radius:999px;background:#00000073;color:#fff}.podium-media-status,.podium-media-empty{text-align:center;padding:2rem 1rem}.podium-tabs{position:sticky;top:env(safe-area-inset-top,0px);z-index:35;display:flex;flex-wrap:nowrap;gap:.35rem;margin:0 0 1.25rem;padding:.45rem 0 .75rem;border-bottom:1px solid var(--podium-line);min-width:0;max-width:100%;width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#070708eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 20px #00000047}.podium-tabs::-webkit-scrollbar{display:none}.podium-tab{border:0;background:transparent;color:var(--podium-muted);font:inherit;font-size:.88rem;letter-spacing:.04em;padding:.45rem .7rem;cursor:pointer;border-bottom:2px solid transparent;display:inline-flex;align-items:baseline;gap:.35rem;flex:0 0 auto;white-space:nowrap}.podium-tab:hover{color:var(--podium-ink)}.podium-tab--active{color:var(--podium-ink);border-bottom-color:var(--podium-accent)}.podium-tab-count{font-size:.72rem;color:var(--podium-muted);opacity:.85}.podium-photo-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem}.podium-media-page+.podium-media-page{margin-top:.35rem}.podium-media-sentinel{width:100%;height:1px;pointer-events:none}.podium-virtual-placeholder{width:100%}@media(min-width:640px){.podium-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}}@media(min-width:1024px){.podium-photo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.podium-photo-cell{position:relative;aspect-ratio:1;overflow:hidden;background:#f4f0ea0a;animation:podium-rise .48s ease-out both}.podium-photo-hit{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer;color:inherit;position:relative}.podium-photo-cell img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .28s ease}.podium-photo-hit:hover img,.podium-photo-hit:focus-visible img{transform:scale(1.04)}.podium-photo-hit:focus-visible{outline:2px solid var(--podium-accent);outline-offset:-2px}.podium-photo-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#c4a5741f,#f4f0ea0a)}.podium-media-more{display:flex;justify-content:center;margin-top:1.75rem}.podium-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;grid-template-rows:auto 1fr auto;grid-template-areas:"chrome" "stage" "thumbs";height:100dvh;max-height:100dvh;padding:.75rem clamp(.75rem,3vw,1.5rem) max(1rem,env(safe-area-inset-bottom,0px));overflow:hidden;overscroll-behavior:none;color:var(--podium-ink);animation:podium-rise .28s ease-out both}.podium-lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;padding:0;cursor:pointer;background:radial-gradient(70% 50% at 50% 40%,#1212178c,#070708eb 70%),#070708e0}.podium-lightbox-chrome,.podium-lightbox-stage,.podium-lightbox-thumbs{position:relative;z-index:1}.podium-lightbox-chrome{grid-area:chrome;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:2.5rem}.podium-lightbox-title{margin:0;font-family:var(--podium-display);font-size:1.05rem;display:flex;flex-wrap:wrap;align-items:baseline;gap:.55rem}.podium-lightbox-count{font-family:var(--podium-sans);font-size:.78rem;letter-spacing:.06em;color:var(--podium-muted)}.podium-lightbox-actions{display:flex;align-items:center;gap:.5rem}.podium-lightbox-download,.podium-lightbox-close,.podium-lightbox-comment-toggle{display:grid;place-items:center;border:1px solid var(--podium-line);background:#f4f0ea0f;color:var(--podium-ink);width:2.4rem;height:2.4rem;line-height:1;cursor:pointer}.podium-lightbox-download:disabled{opacity:.45;cursor:wait}.podium-lightbox-download:hover:not(:disabled),.podium-lightbox-close:hover,.podium-lightbox-comment-toggle:hover{border-color:var(--podium-accent)}.podium-lightbox-comment-toggle--on{border-color:var(--podium-accent);background:#c4a5742e;color:var(--podium-accent)}.podium-lightbox-comment-thread{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.podium-lightbox-comment-item{display:grid;gap:.15rem;min-width:0}.podium-lightbox-comment-author{font-size:.68rem;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-foreground, var(--podium-muted))}.podium-lightbox-comment-text{margin:0;font-size:.8125rem;line-height:1.45;color:var(--popover-foreground, var(--podium-ink));overflow-wrap:anywhere}.podium-lightbox-comment-empty,.podium-lightbox-comment-hint{margin:0;font-size:.8125rem;line-height:1.45;color:var(--muted-foreground, var(--podium-muted))}.podium-lightbox-comment-error{margin:.75rem 0 0;font-size:.75rem}.podium-lightbox-comment-auth{display:flex;flex-direction:column;gap:.65rem;align-items:stretch;width:100%}.podium-lightbox-comment-form{display:flex;gap:.5rem;align-items:center;width:100%}.podium-lightbox-comment-input{flex:1;min-width:0;border:1px solid var(--border, var(--podium-line));border-radius:.5rem;background:#f4f0ea0a;color:var(--popover-foreground, var(--podium-ink));font:inherit;font-size:1rem;line-height:1.3;padding:.5rem .65rem;outline:none}.podium-lightbox-comment-input::placeholder{color:var(--muted-foreground, var(--podium-muted));font-size:1rem}.podium-lightbox-comment-input:focus{border-color:var(--podium-accent)}.podium-lightbox-stage{grid-area:stage;position:relative;min-height:0;height:100%;overflow:hidden;display:grid;align-items:stretch}.podium-lightbox-swiper{width:100%;height:100%;min-height:0;overflow:hidden}.podium-lightbox-swiper .swiper-wrapper{height:100%}.podium-lightbox-swiper .swiper-slide{overflow:hidden;box-sizing:border-box;height:100%;min-height:0;min-width:0}.podium-lightbox-swiper .swiper-zoom-container{position:relative;width:100%;height:100%;min-width:0;min-height:0;overflow:hidden;box-sizing:border-box}.podium-lightbox-media{position:relative;width:100%;height:100%;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}.podium-lightbox-img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 18px 48px rgba(0,0,0,.45))}.podium-lightbox-placeholder{width:min(40vw,16rem);max-width:100%;max-height:100%;aspect-ratio:1}.podium-lightbox-loading{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);margin:0;font-size:.85rem;color:var(--podium-muted);z-index:2;pointer-events:none}.podium-lightbox-stage .podium-lightbox-prev,.podium-lightbox-stage .podium-lightbox-next{position:absolute;top:50%;z-index:10;display:grid;place-items:center;width:2.5rem;height:2.5rem;margin:0;padding:0;border:0;background:transparent;color:var(--podium-ink);transform:translateY(-50%);cursor:pointer}.podium-lightbox-stage .podium-lightbox-prev{left:.65rem}.podium-lightbox-stage .podium-lightbox-next{right:.65rem}.podium-lightbox-stage .podium-lightbox-prev:hover,.podium-lightbox-stage .podium-lightbox-next:hover{color:var(--podium-accent)}.podium-lightbox-stage .podium-lightbox-prev.swiper-button-disabled,.podium-lightbox-stage .podium-lightbox-next.swiper-button-disabled{opacity:.25;cursor:default}.podium-lightbox-thumbs{grid-area:thumbs;width:100%;padding-top:.75rem;overflow:hidden}.podium-lightbox-thumb-slide{width:3.1rem;height:3.1rem;opacity:.55;border:1px solid transparent;overflow:hidden;background:#f4f0ea0f;cursor:pointer}.podium-lightbox-thumb-slide img{width:100%;height:100%;object-fit:cover;display:block}.podium-lightbox-thumbs .swiper-slide-thumb-active{opacity:1;border-color:var(--podium-accent)}@media(max-width:640px){.podium-lightbox-stage .podium-lightbox-prev,.podium-lightbox-stage .podium-lightbox-next{display:none}}.podium-capture-panel{width:min(28rem,100%);padding:clamp(1.5rem,4vw,2rem);background:#0707088c;border:1px solid var(--podium-line);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);animation:podium-rise .42s ease-out both}.podium-capture-panel h1{font-family:var(--podium-display);font-weight:500;font-size:clamp(1.85rem,5vw,2.55rem);line-height:1.15;margin:0 0 .75rem}.podium-guest-form{display:grid;gap:.95rem}.podium-guest-form label{display:grid;gap:.35rem;font-size:.85rem;color:var(--podium-muted)}.podium-field{width:100%;border:0;border-bottom:1px solid var(--podium-line);background:transparent;color:var(--podium-ink);font:inherit;font-size:1.05rem;padding:.55rem 0;outline:none}.podium-field:focus{border-bottom-color:var(--podium-accent)}.podium-selfie input[type=file]{font-size:.85rem;color:var(--podium-muted)}.podium-selfie-preview{width:5rem;height:5rem;object-fit:cover;border-radius:999px;margin-top:.5rem;border:1px solid var(--podium-line)}.podium-profiles{margin:0 0 1.25rem}.podium-profile-list{list-style:none;margin:.5rem 0 0;padding:0;display:grid;gap:.45rem}.podium-profile-btn{display:flex;align-items:center;gap:.65rem;width:100%;border:1px solid var(--podium-line);background:#f4f0ea0a;color:var(--podium-ink);font:inherit;text-align:left;padding:.55rem .75rem;cursor:pointer}.podium-profile-btn:hover{border-color:var(--podium-accent)}.podium-avatar{width:2.25rem;height:2.25rem;border-radius:999px;object-fit:cover}.podium-avatar--empty{display:inline-block;background:#c4a57440}.podium-pin-form{display:grid;gap:.85rem}.podium-pin-input{width:100%;border:0;border-bottom:1px solid var(--podium-line);background:transparent;color:var(--podium-ink);font-size:1.65rem;letter-spacing:.35em;padding:.65rem 0;outline:none;font-family:inherit}.podium-pin-input:focus{border-bottom-color:var(--podium-accent)}.podium-pin-input:disabled{opacity:.55}.podium-cta{justify-self:start;border:0;background:var(--podium-ink);color:var(--podium-bg0);font:inherit;font-size:.95rem;letter-spacing:.04em;padding:.85rem 1.4rem;cursor:pointer;transition:transform .18s ease,opacity .18s ease}.podium-cta:hover:not(:disabled){transform:translateY(-1px)}.podium-cta:disabled{opacity:.45;cursor:not-allowed}.podium-cta--ghost{background:transparent;color:var(--podium-ink);border:1px solid var(--podium-line);margin:.75rem 0 .35rem}.podium-upload-entry{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;margin-bottom:.5rem}.podium-upload-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem}.podium-photo-grid--modal{margin-top:.75rem}.podium-account-bar{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .85rem;margin:.65rem 0 .25rem}.podium-account-label,.podium-upload-meta,.podium-upload-note{margin:0;font-size:.8rem;color:var(--podium-muted)}.podium-selection-like{position:absolute;top:.35rem;right:.35rem;z-index:2;display:grid;place-items:center;width:2rem;height:2rem;border:0;border-radius:999px;background:#0707088c;color:var(--podium-muted);line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:color .16s ease,background .16s ease,transform .16s ease}.podium-selection-like:hover:not(:disabled){transform:scale(1.06);color:var(--podium-ink)}.podium-selection-like--on{color:#e8a4a4;background:#070708b8}.podium-selection-like:disabled{opacity:.4;cursor:not-allowed}.podium-selection-like--lightbox{position:static;width:2.4rem;height:2.4rem;border:1px solid var(--podium-line);border-radius:0;background:#f4f0ea0f;color:var(--podium-ink);-webkit-backdrop-filter:none;backdrop-filter:none;transition:border-color .16s ease,background .16s ease,color .16s ease}.podium-selection-like--lightbox:hover:not(:disabled){transform:none;border-color:var(--podium-accent);color:var(--podium-ink)}.podium-selection-like--lightbox.podium-selection-like--on{border-color:var(--podium-accent);background:#c4a5742e;color:#e8a4a4}.podium-selection-like--lightbox:disabled{opacity:.45}.podium-selection-like-note{position:absolute;left:.35rem;right:.35rem;bottom:.35rem;z-index:2;font-size:.65rem;color:#f0c8c8;background:#070708cc;padding:.2rem .35rem}.podium-selection-bar{position:fixed;left:50%;bottom:calc(4.75rem + env(safe-area-inset-bottom,0px));z-index:45;transform:translate(-50%);display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .75rem;padding:.35rem .4rem .35rem .85rem;background:#0c0c0ef0;border:1px solid var(--podium-line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:max-content;max-width:calc(100vw - 1.5rem);box-shadow:0 8px 28px #0006}.podium-selection-bar-count{margin:0;font-size:.72rem;letter-spacing:.04em;white-space:nowrap;flex:0 0 auto;color:var(--podium-ink)}.podium-selection-bar-note{margin:0;font-size:.68rem;color:var(--podium-accent);flex:1 1 100%;order:3}.podium-selection-bar-submit{margin-left:auto;flex:0 0 auto;font-size:.7rem;letter-spacing:.03em;padding:.4rem .85rem;white-space:nowrap}@media(min-width:768px){.podium-selection-bar{bottom:max(1.25rem,env(safe-area-inset-bottom,0px))}}.podium-selection-comments{display:flex;flex-direction:column;gap:.75rem}.podium-selection-comment-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.podium-selection-comment-card{display:grid;grid-template-columns:5.5rem 1fr;gap:.85rem;padding-bottom:1rem;border-bottom:1px solid var(--podium-line)}.podium-selection-comment-media{aspect-ratio:1;overflow:hidden;background:#f4f0ea0a}.podium-selection-comment-media img{width:100%;height:100%;object-fit:cover}.podium-selection-comment-body{display:flex;flex-direction:column;gap:.45rem;min-width:0}.podium-selection-comment-title{margin:0;font-size:.85rem;color:var(--podium-muted)}.podium-selection-comment-thread{list-style:none;margin:0;padding:0;display:grid;gap:.35rem;font-size:.88rem}.podium-selection-comment-author{display:block;font-size:.72rem;color:var(--podium-muted);margin-bottom:.1rem}.podium-selection-comment-form{display:flex;gap:.5rem;align-items:center}.podium-selection-comment-input{flex:1;min-width:0;border:0;border-bottom:1px solid var(--podium-line);background:transparent;color:var(--podium-ink);font:inherit;font-size:1rem;padding:.35rem 0;outline:none}.podium-selection-comment-input:focus{border-bottom-color:var(--podium-accent)}.podium-auth-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:1.25rem;background:#08080ab8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.podium-face-find-modal{width:min(28rem,100%);max-height:min(92vh,40rem);overflow:auto;background:var(--podium-bg0);border:1px solid var(--podium-line);color:var(--podium-ink)}.podium-face-find-modal .podium-capture-panel{width:100%;background:transparent;border:none;padding:clamp(1.25rem,3vw,1.75rem)}.podium-face-find-modal .podium-capture-panel h1{font-size:clamp(1.5rem,4vw,2rem)}.podium-auth-card{width:min(22rem,100%);display:flex;flex-direction:column;gap:.85rem;padding:1.35rem 1.25rem;background:var(--podium-bg0);border:1px solid var(--podium-line);color:var(--podium-ink)}.podium-auth-header h2{margin:0 0 .35rem;font-family:var(--podium-display);font-size:1.35rem}.podium-auth-header .podium-lede{margin:0;font-size:.9rem}.podium-auth-error{margin:0;font-size:.85rem;color:#fca5a5}.podium-auth-toast{position:fixed;bottom:1.25rem;left:50%;z-index:90;max-width:min(22rem,calc(100% - 2rem));padding:.75rem 1rem;background:var(--podium-bg0);border:1px solid var(--podium-line);color:var(--podium-ink);font-size:.85rem;text-align:center;transform:translate(-50%);animation:podium-toast-in .22s ease}@keyframes podium-toast-in{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.podium-auth-phone{display:flex;flex-direction:column;gap:.75rem}.podium-auth-label{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;color:var(--podium-muted)}.podium-auth-input{border:0;border-bottom:1px solid var(--podium-line);background:transparent;color:var(--podium-ink);font:inherit;font-size:1rem;padding:.55rem 0}.podium-auth-input:focus{outline:none;border-bottom-color:var(--podium-accent)}.podium-text-btn{border:0;background:none;color:var(--podium-accent);font:inherit;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:3px}.podium-primary-btn{border:1px solid var(--podium-accent);background:#c4a5741f;color:var(--podium-ink);font:inherit;font-size:.92rem;letter-spacing:.04em;padding:.65rem 1.15rem;cursor:pointer}.podium-primary-btn:hover{background:#c4a57438}.podium-reelit-entry{margin:.85rem 0 0}.podium-stage--reelit{display:block;width:100%;max-width:none;margin:0;padding:0;min-height:100dvh}.podium-stage--reelit>*{width:100%}.podium-stage--gallery:has(.podium-experience--reelit){padding:0}.podium-reelit{position:relative;width:100%;height:100dvh;background:#000;overflow:hidden;color:var(--podium-ink);animation:podium-rise .36s ease-out both}.podium-reelit-chrome{position:absolute;top:0;left:0;right:0;z-index:3;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.85rem 1rem;background:linear-gradient(180deg,#000000b8,#0000);pointer-events:none}.podium-reelit-chrome>*{pointer-events:auto}.podium-reelit-chrome-title{min-width:0}.podium-reelit-chrome-title .podium-eyebrow{margin:0}.podium-reelit-chrome-title h1{margin:.1rem 0 0;font-family:var(--podium-display);font-size:clamp(1.05rem,2.5vw,1.35rem);font-weight:500;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.podium-reelit-chrome-actions{display:flex;gap:.35rem}.podium-reelit-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border:1px solid rgba(244,240,234,.22);border-radius:999px;background:#00000059;color:var(--podium-ink);cursor:pointer}.podium-reelit-icon-btn:disabled{opacity:.45;cursor:default}.podium-reelit-icon-btn:hover:not(:disabled){border-color:var(--podium-accent)}.podium-reelit-swiper{width:100%;height:100%}.podium-reelit-swiper .swiper-slide{height:100%}.podium-reelit-slide{position:relative;width:100%;height:100%;background:#000}.podium-reelit-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.35;filter:blur(12px);transform:scale(1.08)}.podium-reelit-video{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;background:#000}.podium-reelit-status{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;place-content:center;gap:.85rem;text-align:center;padding:2rem;background:#070708}.podium-reelit-status p{margin:0;color:var(--podium-muted)}.podium-reelit-hint{position:absolute;bottom:1.1rem;left:50%;z-index:3;transform:translate(-50%);margin:0;padding:.25rem .65rem;border-radius:999px;background:#00000073;color:var(--podium-muted);font-size:.75rem;letter-spacing:.06em;pointer-events:none}.podium-error{margin:1rem 0 0;color:var(--podium-danger);font-size:.9rem}.podium-pulse{width:2.5rem;height:2.5rem;margin:0 auto 1rem;border-radius:999px;border:1px solid rgba(196,165,116,.45);animation:podium-breathe 1.4s ease-in-out infinite}code{font-size:.85em;color:var(--podium-accent)}@keyframes podium-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes podium-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes podium-breathe{0%,to{transform:scale(.92);opacity:.55}50%{transform:scale(1);opacity:1}}.podium-cart-screen{padding:1.25rem 1.15rem 2rem;max-width:40rem;margin:0 auto;width:100%}.podium-cart-screen-head h1{margin:0 0 .25rem;font-size:1.55rem}.podium-cart-screen-section{margin-top:1.35rem}.podium-cart-screen-section h2{margin:0 0 .75rem;font-size:.95rem;letter-spacing:.06em;text-transform:uppercase;color:var(--podium-muted);font-weight:600}.podium-cart-screen-divider{margin:2rem 0 0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(196,165,116,.35) 20%,rgba(196,165,116,.35) 80%,transparent 100%)}.podium-cart-screen-section--purchases{margin-top:1.75rem;padding:1.15rem 1rem 1.25rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.podium-cart-purchases-head{margin-bottom:1rem}.podium-cart-purchases-head h2{margin-bottom:.35rem}.podium-cart-purchases-lede{margin:0;color:var(--podium-muted);font-size:.88rem;line-height:1.45;letter-spacing:0;text-transform:none;font-weight:400}.podium-cart-screen-checkout{display:flex;flex-direction:column;gap:.9rem;margin-top:1.15rem;padding:1rem 1rem 1.05rem;border-radius:.75rem;border:1px solid rgba(196,165,116,.28);background:linear-gradient(165deg,#c4a5741a,#1212148c 45%,#0c0c0ecc)}.podium-cart-breakdown{margin:0;display:flex;flex-direction:column;gap:.55rem}.podium-cart-breakdown-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.podium-cart-breakdown-row dt{margin:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem;color:var(--podium-muted);font-size:.9rem}.podium-cart-breakdown-hint{font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;opacity:.8}.podium-cart-breakdown-row dd{margin:0;font-variant-numeric:tabular-nums;color:var(--podium-fg);font-size:.95rem;font-weight:500}.podium-cart-breakdown-row--total{margin-top:.2rem;padding-top:.7rem;border-top:1px solid rgba(196,165,116,.28)}.podium-cart-breakdown-row--total dt{color:var(--podium-fg);font-size:1rem;font-weight:650}.podium-cart-breakdown-row--total dd{color:var(--podium-accent);font-size:1.2rem;font-weight:700;letter-spacing:.01em}.podium-cart-checkout,.podium-text-btn{border:0;cursor:pointer;font:inherit}.podium-cart-list{list-style:none;margin:0;padding:0}.podium-cart-row{display:grid;grid-template-columns:3.5rem 1fr;gap:.75rem;align-items:center;padding:.55rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.podium-cart-row img{width:3.5rem;height:3.5rem;object-fit:cover;border-radius:.35rem}.podium-cart-row-meta{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start;min-width:0}.podium-cart-row-meta p{margin:0;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.podium-cart-row-meta button{border:0;background:transparent;color:var(--podium-accent);padding:0;cursor:pointer;font-size:.8rem}.podium-cart-checkout{padding:.8rem 1rem;border-radius:.65rem;background:var(--podium-accent);color:#111;font-weight:650}.podium-cart-checkout:disabled{opacity:.55;cursor:not-allowed}.podium-sell-cart-btn{position:absolute;right:.4rem;bottom:.4rem;z-index:2;display:grid;place-items:center;width:2rem;height:2rem;border:0;border-radius:999px;background:#0000008c;color:#fff;cursor:pointer}.podium-sell-cart-btn--on{background:var(--podium-accent);color:#111}.podium-sell-cart-btn--lightbox{position:static;width:2.4rem;height:2.4rem;border:1px solid var(--podium-line);border-radius:0;background:#f4f0ea0f;color:var(--podium-ink)}.podium-sell-cart-btn--lightbox:hover{border-color:var(--podium-accent)}.podium-sell-cart-btn--lightbox.podium-sell-cart-btn--on{border-color:var(--podium-accent);background:#c4a5742e;color:var(--podium-accent)}.podium-purchases{padding:1.25rem 1rem 6rem;max-width:40rem;margin:0 auto}.podium-purchases-head h1{margin:.35rem 0 .15rem;font-size:1.45rem}.podium-purchases-summary{margin:.85rem 0 .35rem}.podium-purchases-summary p{margin:0;color:var(--podium-muted);font-size:.9rem}.podium-purchases-paid{margin-top:.2rem!important;color:var(--podium-fg)!important;font-weight:600}.podium-purchases-list{list-style:none;margin:.75rem 0 0;padding:0}.podium-purchases-row{display:grid;grid-template-columns:4.5rem 1fr auto;gap:.85rem;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.podium-purchases-row img,.podium-purchases-row .podium-photo-placeholder{width:4.5rem;height:4.5rem;object-fit:cover;border-radius:.45rem}.podium-purchases-meta{display:flex;flex-direction:column;gap:.15rem;min-width:0;overflow:hidden}.podium-purchases-name{margin:0;max-width:100%;font-size:.92rem;font-weight:550;color:var(--podium-fg);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.podium-purchases-price{margin:0;font-size:.9rem;font-weight:650;color:var(--podium-fg)}.podium-purchases-date{margin:0;font-size:.75rem;color:var(--podium-muted);line-height:1.35}.podium-purchases-dl{display:grid;place-items:center;width:2.5rem;height:2.5rem;border:1px solid rgba(196,165,116,.45);border-radius:999px;background:transparent;color:var(--podium-accent);cursor:pointer}.podium-purchases-dl:disabled{opacity:.5;cursor:not-allowed}.podium-purchases-auth{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin-top:1rem}.podium-text-btn{background:transparent;color:var(--podium-accent);padding:.35rem 0}.podium-download-screen{padding:1.25rem 1.15rem 2rem;max-width:40rem;margin:0 auto;width:100%}.podium-download-screen-head h1{margin:0 0 .25rem;font-size:1.55rem}.podium-download-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:1.25rem 0 0;padding:.9rem 1rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.podium-download-stats div{margin:0}.podium-download-stats dt{margin:0;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--podium-muted)}.podium-download-stats dd{margin:.2rem 0 0;font-size:.98rem;font-weight:600}.podium-download-panel{margin-top:1.25rem;padding:1.1rem 1rem 1.2rem;border-radius:.75rem;border:1px solid rgba(196,165,116,.28);background:#ffffff08;display:flex;flex-direction:column;gap:.85rem}.podium-download-email{display:flex;flex-direction:column;gap:.35rem;font-size:.88rem;color:var(--podium-muted)}.podium-download-email input{border:1px solid rgba(255,255,255,.12);border-radius:.5rem;background:#00000040;color:inherit;padding:.65rem .75rem;font:inherit}.podium-download-actions{display:flex;flex-wrap:wrap;gap:.65rem}.podium-download-progress{height:.45rem;border-radius:999px;background:#ffffff14;overflow:hidden}.podium-download-progress-bar{height:100%;background:var(--podium-accent);transition:width .2s ease}.podium-download-parts,.podium-download-failed{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.podium-download-parts-wrap{display:flex;flex-direction:column;gap:.85rem}.podium-download-parts-summary{display:flex;flex-direction:column;gap:.45rem}.podium-download-parts-summary-text{margin:0;font-size:.82rem;color:var(--podium-muted);letter-spacing:.02em}.podium-download-parts-empty{display:flex;align-items:center;gap:.55rem;padding:.85rem .9rem;border-radius:.65rem;border:1px solid rgba(255,255,255,.08);background:#0003;color:var(--podium-muted);font-size:.9rem}.podium-download-parts{gap:.45rem;max-height:min(22rem,52vh);overflow-y:auto;padding-right:.15rem}.podium-download-part{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.7rem;padding:.7rem .8rem;border-radius:.65rem;border:1px solid rgba(255,255,255,.08);background:#00000038}.podium-download-part-icon{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:999px;flex-shrink:0}.podium-download-part--waiting .podium-download-part-icon{color:var(--podium-muted);background:#ffffff0f}.podium-download-part--active .podium-download-part-icon{color:var(--podium-accent);background:#c4a57429}.podium-download-part--ready .podium-download-part-icon{color:#8fce9a;background:#8fce9a24}.podium-download-part--failed .podium-download-part-icon{color:#e8b4a0;background:#e8b4a024}.podium-download-part-body{display:flex;flex-direction:column;gap:.12rem;min-width:0}.podium-download-part-name{font-size:.92rem;font-weight:600;letter-spacing:.01em}.podium-download-part-meta{font-size:.78rem;color:var(--podium-muted)}.podium-download-part--active .podium-download-part-meta{color:var(--podium-accent)}.podium-download-part--ready .podium-download-part-meta{color:#8fce9a}.podium-download-part--failed .podium-download-part-meta{color:#e8b4a0}.podium-download-part-btn{display:inline-flex;align-items:center;gap:.35rem;border:1px solid rgba(196,165,116,.4);border-radius:999px;background:#c4a5741f;color:var(--podium-accent);font:inherit;font-size:.78rem;font-weight:600;letter-spacing:.02em;padding:.4rem .7rem;cursor:pointer;white-space:nowrap}.podium-download-part-btn:hover{background:#c4a57433}.podium-download-part-spin{animation:podium-download-spin .9s linear infinite}@keyframes podium-download-spin{to{transform:rotate(360deg)}}.podium-download-failed{font-size:.85rem;color:var(--podium-muted)}.podium-download-note{margin-top:1rem;color:#e8b4a0;font-size:.9rem}.podium-download-alts{margin-top:.35rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.55rem}.podium-download-alts-label{margin:0;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--podium-muted);font-weight:600}.podium-download-auth-hint{margin:0;font-size:.88rem;color:var(--podium-muted);line-height:1.45}.podium-oneqr{width:100%;margin:0 auto;padding:0 0 3rem;display:flex;flex-direction:column;gap:2.5rem;animation:podium-rise .52s ease-out both}.podium-oneqr>:not(.podium-oneqr-hero){width:min(72rem,100%);margin-inline:auto;padding-inline:1rem}.podium-oneqr-hero{position:relative;width:100%;min-height:min(72dvh,36rem);display:flex;align-items:center;justify-content:center;padding:clamp(2.5rem,8vw,5.5rem) 1.25rem clamp(2.75rem,6vw,4rem);overflow:hidden;isolation:isolate}.podium-oneqr-hero-atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(70% 55% at 50% 18%,rgba(196,165,116,.22),transparent 62%),radial-gradient(90% 70% at 80% 90%,rgba(244,240,234,.05),transparent 55%),linear-gradient(180deg,rgba(18,18,23,.35) 0%,rgba(7,7,8,.92) 72%,var(--podium-bg0) 100%);pointer-events:none}.podium-oneqr-hero-atmosphere:after{content:"";position:absolute;inset:auto 0 0;height:4.5rem;background:linear-gradient(180deg,transparent,var(--podium-bg0))}.podium-oneqr-hero-inner{position:relative;z-index:1;width:min(40rem,100%);margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:0;animation:podium-oneqr-hero-in .7s cubic-bezier(.22,1,.36,1) both}@keyframes podium-oneqr-hero-in{0%{opacity:0;transform:translateY(1.1rem)}to{opacity:1;transform:translateY(0)}}.podium-oneqr-hero-logo{margin:0 0 1.5rem;background:none;animation:podium-oneqr-logo-in .9s cubic-bezier(.22,1,.36,1) both}@keyframes podium-oneqr-logo-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.podium-oneqr-hero-logo img{display:block;height:clamp(3.5rem,12vw,5.5rem);width:auto;max-width:min(16rem,70vw);object-fit:contain}.podium-oneqr-hero-name{margin:0;font-family:var(--podium-display);font-weight:400;font-size:clamp(2.35rem,7.5vw,4.25rem);line-height:1.05;letter-spacing:.01em;color:var(--podium-ink);text-wrap:balance}.podium-oneqr-hero-tagline{margin:1rem 0 0;max-width:28rem;color:var(--podium-accent);font-size:clamp(1.05rem,2.4vw,1.25rem);letter-spacing:.06em;line-height:1.45;text-wrap:balance}.podium-oneqr-hero-about{margin:1.25rem 0 0;max-width:34rem;color:var(--podium-muted);font-size:clamp(.95rem,1.8vw,1.05rem);line-height:1.65;text-wrap:pretty;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.podium-oneqr-hero-contact{margin:1.15rem 0 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem .55rem;font-size:.9rem;letter-spacing:.02em}.podium-oneqr-hero-contact a{color:var(--podium-ink);text-decoration:none;border-bottom:1px solid transparent;transition:color .16s ease,border-color .16s ease}.podium-oneqr-hero-contact a:hover{color:var(--podium-accent);border-bottom-color:#c4a5748c}.podium-oneqr-hero-contact-sep{color:var(--podium-muted);opacity:.7}.podium-oneqr-hero-socials{margin-top:1.35rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.55rem}.podium-oneqr-hero-social{display:inline-flex;align-items:center;justify-content:center;width:2.65rem;height:2.65rem;color:var(--podium-ink);border:1px solid rgba(196,165,116,.35);background:#c4a5741a;transition:color .16s ease,border-color .16s ease,background .16s ease,transform .16s ease}.podium-oneqr-hero-social:hover{color:var(--podium-accent);border-color:#c4a574b3;background:#c4a57433;transform:translateY(-1px)}.podium-oneqr-hero-actions{margin-top:1.85rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}.podium-oneqr-hero-actions .podium-primary-btn,.podium-oneqr-hero-actions .podium-ghost-btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:2.65rem}.podium-ghost-btn{border:1px solid var(--podium-line);background:transparent;color:var(--podium-ink);font:inherit;font-size:.92rem;letter-spacing:.04em;padding:.65rem 1.15rem;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.podium-ghost-btn:hover{border-color:#c4a57473;background:#f4f0ea0a;color:var(--podium-accent)}.podium-oneqr-header{text-align:center;max-width:36rem;margin:0 auto}.podium-oneqr-title{margin:0;font-family:var(--podium-display);font-weight:400;font-size:clamp(1.85rem,4vw,2.75rem);letter-spacing:.02em}.podium-oneqr-tagline{margin:.65rem 0 0;color:var(--podium-accent);font-size:1.05rem;letter-spacing:.04em}.podium-oneqr-about{margin-top:1rem}.podium-oneqr-section-title{margin:0 0 1rem;font-family:var(--podium-display);font-weight:400;font-size:1.45rem;letter-spacing:.03em}.podium-oneqr-section{scroll-margin-top:5.5rem}.podium-oneqr-banner{margin:0;padding:.75rem 1rem;border:1px solid rgba(232,160,160,.35);color:var(--podium-danger);font-size:.9rem}.podium-oneqr-success{margin:0;color:var(--podium-accent);font-size:.9rem}.podium-oneqr-card{display:flex;flex-direction:column;gap:.55rem;padding:0;border:1px solid var(--podium-line);background:#f4f0ea08;color:inherit;font:inherit;text-align:left;cursor:pointer}.podium-oneqr-card:hover{border-color:var(--podium-accent)}.podium-oneqr-card:disabled{opacity:.65;cursor:wait}.podium-oneqr-card-cover{width:100%;aspect-ratio:4 / 5;object-fit:cover;display:block;background:#f4f0ea0f}.podium-oneqr-card-cover--empty{background:linear-gradient(145deg,#c4a5742e,#f4f0ea0a)}.podium-oneqr-card-body{display:flex;flex-direction:column;gap:.2rem;padding:0 .75rem .85rem}.podium-oneqr-card-name{font-size:.95rem;letter-spacing:.02em}.podium-oneqr-list-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.podium-oneqr-list-head .podium-oneqr-section-title{margin:0}.podium-oneqr-filters{display:flex;flex-wrap:wrap;gap:.75rem;min-width:min(100%,22rem)}.podium-oneqr-filters .podium-field{min-width:8rem;flex:1}.podium-oneqr-cats{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.podium-chip{background:transparent;cursor:pointer;font:inherit}.podium-chip--active{border-color:var(--podium-accent);color:var(--podium-ink);background:#c4a5741f}.podium-oneqr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:1rem}.podium-oneqr-more{margin-top:1.25rem;display:flex;justify-content:center}.podium-oneqr-form{max-width:28rem;display:grid;gap:1rem}.podium-oneqr-textarea{resize:vertical;min-height:5rem}.podium-muted{color:var(--podium-muted);font-size:.88rem}.podium-hash-track-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;pointer-events:none}.podium-hash-track-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;padding:0;margin:0;cursor:pointer;background:#08080a8c;pointer-events:auto}.podium-hash-track-sheet{position:absolute;left:50%;bottom:0;z-index:1;width:min(28rem,100%);max-height:min(70vh,32rem);overflow:auto;padding:1.35rem 1.25rem 1.5rem;background:var(--podium-bg0);border:1px solid var(--podium-line);border-bottom:0;color:var(--podium-ink);transform:translate(-50%);pointer-events:auto;display:flex;flex-direction:column;gap:.75rem;animation:podium-hash-track-in .24s ease}@keyframes podium-hash-track-in{0%{opacity:0;transform:translate(-50%) translateY(1rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}.podium-hash-track-close{position:absolute;top:.5rem;right:.65rem;border:0;background:transparent;color:var(--podium-muted);font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem}.podium-hash-track-title{margin:0;padding-right:1.5rem;font-family:var(--podium-display);font-size:1.25rem;font-weight:500}.podium-hash-track-body{margin:0;font-size:.92rem;color:var(--podium-muted);line-height:1.45}.podium-hash-track-message{width:100%;resize:none;padding:.65rem .75rem;background:var(--podium-bg1, rgba(255, 255, 255, .04));border:1px solid var(--podium-line);color:var(--podium-ink);font-family:inherit;font-size:.9rem;line-height:1.4}.podium-hash-track-thumb{width:100%;max-height:10rem;object-fit:cover;border:1px solid var(--podium-line)}.podium-hash-track-actions{display:flex;flex-direction:column;gap:.65rem}.podium-hash-track-share{display:flex;flex-wrap:wrap;gap:.5rem}@media(min-width:720px){.podium-hash-track-sheet{bottom:1.25rem;border-bottom:1px solid var(--podium-line)}}
