/*! 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)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:-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-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-black:#000;--color-white:#fff;--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--default-font-family:var(--font-sans);--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%;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;-webkit-text-decoration:inherit;-webkit-text-decoration: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]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.inset-0{inset:0}.z-50{z-index:50}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.flex{display:flex}.grid{display:grid}.h-full{height:100%}.h-screen{height:100vh}.w-full{width:100%}.w-screen{width:100vw}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.bg-black{background-color:var(--color-black)}.object-cover{object-fit:cover}.text-center{text-align:center}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-\[\#32daff\]{color:#32daff}.text-white{color:var(--color-white)}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transform-3d{transform-style:preserve-3d}}*{margin:0}.root{width:100vw;height:100vh;overflow:none}@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-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}._page_14un0_1{color:#f5f5f7;background:radial-gradient(120% 80% at 70% 0,#16181d 0%,#0a0b0d 55%,#050506 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100dvh;display:flex;position:relative;overflow:hidden}._intro_14un0_14{z-index:2;pointer-events:none;position:absolute;top:clamp(1.5rem,5vh,4rem);left:clamp(1.5rem,5vw,4rem)}._intro_14un0_14 ._title_14un0_21{letter-spacing:-.03em;margin:0;font-size:clamp(2rem,6vw,3.5rem);font-weight:700;line-height:1}._intro_14un0_14 ._subtitle_14un0_28{color:#9aa0a6;letter-spacing:.02em;margin:.5rem 0 0;font-size:clamp(.8rem,2vw,1rem)}._stage_14un0_35{perspective:1600px;perspective-origin:50% 45%;flex:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._scene_14un0_46{transform-style:preserve-3d;transform:translate3d(calc(var(--count) * -3.4rem + 6.8rem), calc(var(--count) * .7rem), 0) rotateX(4deg);position:relative}._card_14un0_52{--gap-x:6.8rem;--gap-y:1.4rem;--gap-z:6rem;--tilt:-42deg;--spread:4.5rem;--w:clamp(10rem, 22vw, 16rem);width:var(--w);aspect-ratio:3/4;cursor:pointer;margin:calc(var(--w) * -.667) 0 0 calc(var(--w) * -.5);transform-style:preserve-3d;transform:translate3d(calc(var(--i) * var(--gap-x) + var(--shift,0) * var(--spread)), calc(var(--i) * var(--gap-y) * -1), calc(var(--i) * var(--gap-z) * -1));transition:transform .5s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:0}._cardInner_14un0_71{width:100%;height:100%;transform-style:preserve-3d;transform:rotateY(var(--tilt));transform-origin:50%;cursor:pointer;filter:brightness(.82)saturate(.9);border-radius:6px;outline:1px solid #ffffff0f;transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .5s,filter .5s;position:relative;overflow:hidden;box-shadow:0 1.5rem 3rem #0000008c,0 .25rem .75rem #0009}._cardInner_14un0_71 img{object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}._cardInner_14un0_71:after{content:"";pointer-events:none;background:linear-gradient(115deg,#ffffff24 0%,#fff0 32%);position:absolute;inset:0}._caption_14un0_101{letter-spacing:.01em;color:#fff;opacity:0;background:linear-gradient(#0000 0%,#000c 100%);padding:1.75rem .9rem .7rem;font-size:.85rem;transition:opacity .35s,transform .35s;position:absolute;bottom:0;left:0;right:0;transform:translateY(.5rem)}._card_14un0_52._active_14un0_116{z-index:10;transform:translate3d(calc(var(--i) * var(--gap-x)), calc(var(--i) * var(--gap-y) * -1), calc(var(--i) * var(--gap-z) * -1 + 8rem))}._card_14un0_52._active_14un0_116 ._cardInner_14un0_71{filter:brightness(1.05)saturate(1.05);outline-color:#ffffff40;transform:rotateY(-24deg)scale(1.03);box-shadow:0 3rem 5rem #0009,0 0 0 1px #ffffff14}._card_14un0_52._active_14un0_116 ._caption_14un0_101{opacity:1;transform:translateY(0)}@media (width<=640px){._card_14un0_52{--gap-x:4rem;--gap-y:1.4rem;--gap-z:5rem;--tilt:-40deg}}._backdrop_3d7tf_1{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0405069e;justify-content:center;align-items:center;padding:clamp(1rem,4vw,3rem);transition:opacity .32s;animation:.26s both _fade-in_3d7tf_1;display:flex;position:fixed;inset:0}@keyframes _fade-in_3d7tf_1{0%{opacity:0}to{opacity:1}}._panel_3d7tf_23{color:#f5f5f7;background:radial-gradient(120% 90% at 85% -10%,#1b1e24 0%,#101216 55%,#0b0c0f 100%);border-radius:20px;outline:1px solid #ffffff14;width:min(920px,100%);max-height:90dvh;padding:clamp(1.5rem,4vw,3rem);position:relative;overflow:auto;box-shadow:0 2.5rem 5rem #0009,0 0 0 1px #ffffff0a}._panel_3d7tf_23._open_3d7tf_35{animation:.46s cubic-bezier(.22,1,.36,1) both _panel-in_3d7tf_1}@keyframes _panel-in_3d7tf_1{0%{opacity:0;transform:translateY(1.5rem)scale(.97)}to{opacity:1;transform:none}}._close_3d7tf_49{color:#cfd2d6;cursor:pointer;background:#ffffff0f;border:none;border-radius:50%;width:2.1rem;height:2.1rem;font-size:1.5rem;line-height:1;transition:background .2s,color .2s;position:absolute;top:.9rem;right:1.1rem}._close_3d7tf_49:hover{color:#fff;background:#ffffff24}._body_3d7tf_69{grid-template-columns:1fr minmax(0,15rem);align-items:stretch;gap:clamp(1.5rem,4vw,3rem);display:grid}._info_3d7tf_76{flex-direction:column;min-width:0;display:flex}._head_3d7tf_82{border-bottom:1px solid #ffffff1f;margin-bottom:1.25rem;padding-bottom:.9rem}._head_3d7tf_82 ._name_3d7tf_87{letter-spacing:-.03em;margin:0;font-size:clamp(1.8rem,5vw,2.6rem);font-weight:700;line-height:1}._head_3d7tf_82 ._label_3d7tf_94{letter-spacing:.16em;text-transform:uppercase;color:#8b9096;margin-top:.55rem;font-size:.8rem;display:block}._lines_3d7tf_103{flex-direction:column;gap:.85rem;display:flex}._line_3d7tf_103{color:#c4c8cd;margin:0;font-size:.95rem;line-height:1.6}._bone_3d7tf_116{aspect-ratio:200/84;cursor:pointer;color:#f4d35e;filter:drop-shadow(0 .6rem 1rem #00000073);background:0 0;border:none;align-self:flex-start;width:clamp(9rem,40%,12rem);margin-top:1.75rem;padding:0;transition:transform .2s cubic-bezier(.22,1,.36,1),color .2s;position:relative}._bone_3d7tf_116:hover{color:#ffdd6b;transform:translateY(-2px)rotate(-2deg)scale(1.03)}._bone_3d7tf_116:active{transform:translateY(0)scale(.98)}._boneShape_3d7tf_138{width:100%;height:100%;display:block;position:absolute;inset:0}._boneText_3d7tf_146{letter-spacing:.02em;color:#3a2c00;text-transform:lowercase;justify-content:center;align-items:center;font-size:clamp(.9rem,2.5vw,1.1rem);font-weight:700;display:flex;position:absolute;inset:0}._photoWrap_3d7tf_159{justify-content:center;align-items:flex-start;display:flex}._photo_3d7tf_159{aspect-ratio:3/4;background:#15171b;border-radius:10px;outline:1px solid #ffffff1f;width:100%;position:relative;overflow:hidden;box-shadow:0 1.5rem 3rem #00000080}._photo_3d7tf_159 img{z-index:1;object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:100%;transition:opacity .12s;display:block;position:relative}._photoLabel_3d7tf_186{z-index:0;letter-spacing:.14em;text-transform:uppercase;color:#6b7076;justify-content:center;align-items:center;font-size:.85rem;display:flex;position:absolute;inset:0}@media (width<=640px){._body_3d7tf_69{grid-template-columns:1fr}._photoWrap_3d7tf_159{order:-1}._photo_3d7tf_159{width:min(60vw,14rem);margin:0 auto}._bone_3d7tf_116{align-self:center;width:11rem}}
