.geo-surface{position:relative;color:var(--theme-text-body);transition:all var(--holo-duration-normal) var(--holo-ease-out)}.geo-surface--variant-glass-subtle{background:linear-gradient(var(--theme-glass-subtle),var(--theme-glass-subtle)),var(--theme-surface-section)}.geo-surface--variant-glass-soft{background:linear-gradient(var(--theme-glass-soft),var(--theme-glass-soft)),var(--theme-surface-panel);filter:drop-shadow(0 1px 3px var(--theme-shadow-soft))}.geo-surface--variant-glass-medium{background:linear-gradient(var(--theme-glass-medium),var(--theme-glass-medium)),var(--theme-surface-card);filter:drop-shadow(0 3px 8px var(--theme-shadow))}.geo-surface--variant-glass-strong{background:linear-gradient(var(--theme-glass-strong),var(--theme-glass-strong)),var(--theme-surface-card);filter:drop-shadow(0 6px 16px var(--theme-shadow))}.geo-surface--variant-glass-intense{background:linear-gradient(var(--theme-glass-strong),var(--theme-glass-strong)),var(--theme-surface-overlay);filter:drop-shadow(0 12px 32px var(--theme-shadow-strong))}.geo-surface--variant-solid{background:var(--holo-color-space-900);border:1px solid var(--holo-color-primary-500)}.geo-surface--variant-outline{background:transparent;border:2px solid var(--holo-color-primary-500)}.geo-surface--variant-plain{background:transparent;backdrop-filter:none}.geo-surface--variant-metal{background:linear-gradient(135deg,var(--holo-color-metal-800) 0%,var(--holo-color-metal-700) 100%);border:1px solid var(--holo-color-primary-500);position:relative}.geo-surface--variant-metal:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--holo-color-primary-500) 0%,transparent 50%);opacity:.1;pointer-events:none}.geo-surface--variant-gradient{background:linear-gradient(135deg,var(--holo-color-primary-500) 0%,var(--holo-color-primary-500) 100%);border:none}.geo-surface--variant-solid,.geo-surface--variant-metal,.geo-surface--variant-gradient,.geo-surface--has-fill{color:var(--theme-text-on-accent);--holo-role-section-title-color: var(--theme-text-on-accent);--holo-role-section-subtitle-color: var(--theme-text-on-accent);--holo-role-card-title-color: var(--theme-text-on-accent);--holo-role-card-sub-color: var(--theme-text-on-accent);--holo-role-card-meta-color: var(--theme-text-on-accent);--holo-role-body-color: var(--theme-text-on-accent);--holo-role-body-sm-color: var(--theme-text-on-accent)}.geo-surface--tinted{background-image:linear-gradient(135deg,color-mix(in srgb,var(--geo-tint) 14%,transparent) 0%,transparent 65%);border:1px solid color-mix(in srgb,var(--geo-tint) 26%,transparent)}.geo-surface--tone-info{background:var(--holo-role-status-info-surface-soft);border:1px solid var(--holo-role-status-info-border);color:var(--holo-role-status-info-fg)}.geo-surface--tone-success{background:var(--holo-role-status-success-surface-soft);border:1px solid var(--holo-role-status-success-border);color:var(--holo-role-status-success-fg)}.geo-surface--tone-warning{background:var(--holo-role-status-warning-surface-soft);border:1px solid var(--holo-role-status-warning-border);color:var(--holo-role-status-warning-fg)}.geo-surface--tone-danger{background:var(--holo-role-status-danger-surface-soft);border:1px solid var(--holo-role-status-danger-border);color:var(--holo-role-status-danger-fg)}.geo-surface--glow-subtle{box-shadow:var(--holo-shadow-glow-sm)}.geo-surface--glow-soft{box-shadow:var(--holo-shadow-glow-base)}.geo-surface--glow-medium{box-shadow:var(--holo-shadow-glow-md)}.geo-surface--glow-strong{box-shadow:var(--holo-shadow-glow-lg)}.geo-surface--glow-intense{box-shadow:var(--holo-shadow-glow-xl)}.geo-surface--glow-combo-sm{box-shadow:var(--holo-shadow-combo-sm)}.geo-surface--glow-combo-base,.geo-surface--glow-combo-md{box-shadow:var(--holo-shadow-combo-md)}.geo-surface--glow-combo-lg{box-shadow:var(--holo-shadow-combo-lg)}.geo-surface--glow-combo-xl{box-shadow:var(--holo-shadow-combo-xl)}.geo-surface--elevation-sm{box-shadow:var(--holo-shadow-sm)}.geo-surface--elevation-md{box-shadow:var(--holo-shadow-md)}.geo-surface--elevation-lg{box-shadow:var(--holo-shadow-lg)}.geo-surface--elevation-xl{box-shadow:var(--holo-shadow-xl)}.geo-surface--framed{background:var(--geo-frame-color, var(--holo-color-primary-600));isolation:isolate}.geo-surface--framed>.geo-surface__fill{position:absolute;inset:var(--geo-frame-w, var(--holo-border-0-5));clip-path:inherit;z-index:-1;pointer-events:none}:where(.geo-surface--framed)>*{position:relative;z-index:1}.geo-surface--framed.geo-surface--variant-glass-subtle>.geo-surface__fill{background:linear-gradient(var(--theme-glass-subtle),var(--theme-glass-subtle)),var(--theme-surface-section)}.geo-surface--framed.geo-surface--variant-glass-soft>.geo-surface__fill{background:linear-gradient(var(--theme-glass-soft),var(--theme-glass-soft)),var(--theme-surface-panel)}.geo-surface--framed.geo-surface--variant-glass-medium>.geo-surface__fill{background:linear-gradient(var(--theme-glass-medium),var(--theme-glass-medium)),var(--theme-surface-card)}.geo-surface--framed.geo-surface--variant-glass-strong>.geo-surface__fill{background:linear-gradient(var(--theme-glass-strong),var(--theme-glass-strong)),var(--theme-surface-card)}.geo-surface--framed.geo-surface--variant-glass-intense>.geo-surface__fill{background:linear-gradient(var(--theme-glass-strong),var(--theme-glass-strong)),var(--theme-surface-overlay)}.geo-surface--pulse{animation:holo-pulse 2s var(--holo-ease-in-out) infinite}.geo-surface--glow-cycle{animation:holo-glow-cycle 3s var(--holo-ease-in-out) infinite}.geo-surface--breathing{animation:holo-breathing 3s var(--holo-ease-in-out) infinite}.geo-surface--fade-in{animation:holo-fade-in var(--holo-duration-normal) var(--holo-ease-out)}.geo-surface--zoom-fade-in{animation:holo-zoom-fade-in var(--holo-duration-medium) var(--holo-ease-out)}.geo-surface--scale-in{animation:holo-scale-in var(--holo-duration-medium) var(--holo-ease-back)}.geo-surface--materialize{animation:holo-materialize var(--holo-duration-slow) var(--holo-ease-out) forwards}.geo-surface--energy-pulse{animation:holo-energy-pulse 2s var(--holo-ease-out) infinite}.geo-surface--quantum-tunnel{animation:holo-quantum-tunnel 3s var(--holo-ease-in-out) infinite}.geo-surface--quantum-float{animation:holo-quantum-float 4s var(--holo-ease-in-out) infinite}.geo-surface--beacon{animation:holo-beacon 2s var(--holo-ease-in-out) infinite}.geo-surface--scan-line{animation:holo-scan-line 3s linear infinite}.geo-surface--hologram-flicker{animation:holo-hologram-flicker .3s var(--holo-ease-in-out) infinite}.geo-surface--quantum-glitch{animation:holo-quantum-glitch 1s var(--holo-ease-in-out) infinite}.geo-surface--data-stream{animation:holo-data-stream 2s linear infinite}.geo-surface--slide-rl{animation:holo-slide-right-left 3s var(--holo-ease-in-out) infinite}.geo-surface--slide-lr{animation:holo-slide-left-right 3s var(--holo-ease-in-out) infinite}.geo-surface--slide-tb{animation:holo-slide-top-bottom 3s var(--holo-ease-in-out) infinite}.geo-surface--slide-bt{animation:holo-slide-bottom-top 3s var(--holo-ease-in-out) infinite}.geo-surface--fade-corners{animation:holo-fade-corners 4s var(--holo-ease-in-out) infinite}.geo-surface--ripple{animation:holo-ripple 2s var(--holo-ease-out) infinite}.geo-surface--rotate-expand{animation:holo-rotate-expand 3s var(--holo-ease-in-out) infinite}.geo-surface--float-levitate{animation:holo-float-levitate 3s var(--holo-ease-in-out) infinite}.geo-surface--bounce-subtle{animation:holo-bounce-subtle 2s var(--holo-ease-bounce) infinite}.geo-surface--hoverable{cursor:pointer;transition:all var(--holo-duration-quick) var(--holo-ease-out)}.geo-surface--hoverable:hover{transform:translateY(-2px);filter:var(--holo-brightness-110)}.geo-surface--hoverable:hover.geo-surface--glow-subtle{box-shadow:var(--holo-shadow-glow-md)}.geo-surface--hoverable:hover.geo-surface--glow-medium{box-shadow:var(--holo-shadow-glow-lg)}.geo-surface--hoverable:hover.geo-surface--glow-strong{box-shadow:var(--holo-shadow-glow-xl)}.geo-surface--hoverable:active{transform:translateY(0);filter:var(--holo-brightness-95)}.geo-surface--hoverable:focus-visible{outline:2px solid var(--holo-color-primary-500);outline-offset:4px}@media(max-width:768px){.geo-surface--variant-glass-subtle,.geo-surface--variant-glass-soft,.geo-surface--variant-glass-medium,.geo-surface--variant-glass-strong,.geo-surface--variant-glass-intense{backdrop-filter:var(--holo-blur-sm)}}@media(prefers-reduced-motion:reduce){.geo-surface{transition:none}.geo-surface--pulse,.geo-surface--glow-cycle,.geo-surface--breathing,.geo-surface--scan-line,.geo-surface--hologram-flicker,.geo-surface--quantum-glitch,.geo-surface--data-stream{animation:none}.geo-surface--hoverable:hover{transform:none}}.clips-module__clip--corner-cut-sm--nmhhz{clip-path:var(--holo-clip-corner-cut-sm)}.clips-module__clip--corner-cut-md--dCQJi{clip-path:var(--holo-clip-corner-cut-md)}.clips-module__clip--corner-cut-lg--Nq9Mo{clip-path:var(--holo-clip-corner-cut-lg)}.clips-module__clip--corner-cut-alt-sm--v508A{clip-path:var(--holo-clip-corner-cut-alt-sm)}.clips-module__clip--corner-cut-alt-md--2B8Qs{clip-path:var(--holo-clip-corner-cut-alt-md)}.clips-module__clip--corner-cut-alt-lg--VNJf3{clip-path:var(--holo-clip-corner-cut-alt-lg)}.clips-module__clip--diagonal-tl--sjFaq{clip-path:var(--holo-clip-diagonal-tl)}.clips-module__clip--diagonal-tr--xRAru{clip-path:var(--holo-clip-diagonal-tr)}.clips-module__clip--diagonal-bl--D6pLP{clip-path:var(--holo-clip-diagonal-bl)}.clips-module__clip--diagonal-br--N49Qo{clip-path:var(--holo-clip-diagonal-br)}.clips-module__clip--notch-top--VUPzu{clip-path:var(--holo-clip-notch-top)}.clips-module__clip--notch-right--LK5YB{clip-path:var(--holo-clip-notch-right)}.clips-module__clip--notch-bottom--114wa{clip-path:var(--holo-clip-notch-bottom)}.clips-module__clip--notch-left--rf3lP{clip-path:var(--holo-clip-notch-left)}.clips-module__clip--chamfer-all--H6jBb{clip-path:var(--holo-clip-chamfer-all)}.clips-module__clip--chamfer-top--VY8Gc{clip-path:var(--holo-clip-chamfer-top)}.clips-module__clip--chamfer-bottom--Sas2g{clip-path:var(--holo-clip-chamfer-bottom)}.clips-module__clip--arrow-right--xDA7-{clip-path:var(--holo-clip-arrow-right)}.clips-module__clip--arrow-left--kaCBB{clip-path:var(--holo-clip-arrow-left)}.clips-module__clip--hexagon--YHKDB{clip-path:var(--holo-clip-hexagon)}.clips-module__clip--parallelogram--fbFfz{clip-path:var(--holo-clip-parallelogram)}
