@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.7}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes skeleton-shimmer{0%,to{background-color:hsl(var(--shimmer-base))}50%{background-color:hsl(var(--shimmer-highlight))}}@keyframes progress-bar{0%{transform:translate(-100%)}50%{transform:translate(0%)}to{transform:translate(100%)}}@keyframes progress-indeterminate{0%{transform:translate(-100%)}to{transform:translate(250%)}}@keyframes overlay-in{0%{opacity:0;transform:scale(var(--overlay-enter-scale,1))}to{opacity:1;transform:scale(1)}}@keyframes overlay-out{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:no-preference){:root{--overlay-enter-scale:.95}}.animate-progress-bar{animation:1.2s ease-in-out infinite progress-bar}.progress-indeterminate{animation:1.5s ease-in-out infinite progress-indeterminate}.skeleton-shimmer{background-color:hsl(var(--shimmer-base));animation:1.8s ease-in-out infinite skeleton-shimmer}.flip-card{perspective:1000px}.flip-card-inner{transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative}.flip-card-inner.flipped{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{backface-visibility:hidden}.flip-card-back{position:absolute;inset:0;transform:rotateY(180deg)}.narration-word-glow{text-shadow:0 0 8px hsl(var(--primary)/.5),0 0 16px hsl(var(--primary)/.2)}.narration-word-trail{color:#f59f0ad9}.narration-sentence-active{background:hsl(var(--primary)/.04);border-radius:4px;margin:-1px -2px;padding:1px 2px}.narration-bar-glass{-webkit-backdrop-filter:blur(20px)saturate(1.3);background:hsl(var(--background)/.92);border:1px solid hsl(var(--foreground)/.1);box-shadow:0 4px 24px hsl(var(--foreground)/.1),0 1px 3px hsl(var(--foreground)/.06)}.dark .narration-bar-glass{background:hsl(var(--background)/.88);border-color:hsl(var(--foreground)/.12);box-shadow:0 4px 24px #00000080,0 1px 3px #0000004d}.narration-fab{transition:background-color var(--motion-hover-duration)ease-out,border-color var(--motion-hover-duration)ease-out}.narration-fab:hover{background:hsl(var(--background));border-color:hsl(var(--foreground)/.2)}.narration-progress-fill{background:linear-gradient(90deg,hsl(var(--gradient-start)),hsl(var(--gradient-end)))}.narration-interaction-banner{background:hsl(var(--primary)/.05);border-left:3px solid hsl(var(--primary)/.6)}@media (prefers-reduced-motion:reduce){.skeleton-shimmer{background-color:hsl(var(--shimmer-base));animation:none}.narration-word-glow{text-shadow:none}.progress-indeterminate{width:100%;animation:1.8s ease-in-out infinite pulse-subtle;transform:none}.animate-progress-bar{animation:1.2s ease-in-out infinite pulse-subtle}}.tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:hsl(var(--muted-foreground));pointer-events:none;height:0}.fc{--fc-border-color:hsl(var(--border));--fc-page-bg-color:hsl(var(--background));--fc-neutral-bg-color:hsl(var(--surface-1));--fc-neutral-text-color:hsl(var(--muted-foreground));--fc-today-bg-color:hsl(var(--primary)/.06);--fc-event-border-color:transparent;--fc-event-text-color:hsl(var(--foreground));--fc-button-bg-color:transparent;--fc-button-border-color:hsl(var(--border));--fc-button-text-color:hsl(var(--foreground));--fc-button-hover-bg-color:hsl(var(--surface-2));--fc-button-hover-border-color:hsl(var(--border));--fc-button-active-bg-color:hsl(var(--primary));--fc-button-active-border-color:hsl(var(--primary));--fc-small-font-size:.8125rem;font-family:inherit;font-size:.875rem}.fc .fc-toolbar{display:none}.fc .fc-col-header-cell{color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.02em;background:hsl(var(--surface-1));border-color:hsl(var(--border));padding:.5rem 0;font-size:.8125rem;font-weight:500}.fc .fc-daygrid-day{min-height:5.5rem;transition:background-color .15s}.fc .fc-daygrid-day:hover{background-color:hsl(var(--surface-1))}.fc .fc-daygrid-day-number{color:hsl(var(--foreground));padding:.375rem .5rem;font-size:.8125rem;font-weight:500}.fc .fc-day-other .fc-daygrid-day-number{color:hsl(var(--muted-foreground));opacity:.5}.fc .fc-day-today .fc-daygrid-day-number{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;line-height:1;display:inline-flex}.fc .fc-day-sat,.fc .fc-day-sun{background-color:hsl(var(--surface-0)/.5)}.fc .fc-daygrid-event{cursor:pointer;border:none;border-radius:4px;margin:1px 2px;padding:1px 6px;font-size:.75rem;font-weight:500;transition:opacity .15s}.fc .fc-daygrid-event:hover{opacity:.85}.fc .fc-daygrid-dot-event{padding:2px 4px}.fc .fc-daygrid-dot-event .fc-event-title{font-weight:500}.fc .fc-daygrid-more-link{color:hsl(var(--primary));padding:2px 4px;font-size:.75rem;font-weight:600}.fc .fc-daygrid-more-link:hover{color:hsl(var(--primary));text-decoration:underline}.fc .fc-timegrid-slot{border-color:hsl(var(--border));height:3rem}.fc .fc-timegrid-slot-minor{border-top-style:dotted;border-color:hsl(var(--border)/.5)}.fc .fc-timegrid-slot-label{color:hsl(var(--muted-foreground));vertical-align:top;padding-top:2px;font-size:.75rem}.fc .fc-timegrid-event{border:none;border-left:3px solid var(--fc-event-border-color);border-radius:4px;padding:2px 4px;font-size:.75rem;overflow:hidden}.fc .fc-timegrid-event .fc-event-main{padding:2px 4px}.fc .fc-timegrid-event .fc-event-title{white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.fc .fc-timegrid-event .fc-event-time{color:hsl(var(--muted-foreground));font-size:.6875rem}.fc .fc-timegrid-now-indicator-line{border-color:hsl(var(--destructive));border-width:2px}.fc .fc-timegrid-now-indicator-arrow{border-color:hsl(var(--destructive));border-top-color:#0000;border-bottom-color:#0000}.fc .fc-bg-event{opacity:.08;border-radius:4px}.fc .fc-bg-event .fc-event-title{color:hsl(var(--foreground));opacity:.6;padding:4px 6px;font-size:.6875rem;font-style:normal;font-weight:500}.fc .fc-daygrid-body-natural .fc-daygrid-day-events{margin-bottom:0}.fc .fc-list{border-color:hsl(var(--border))}.fc .fc-list-day-cushion{background-color:hsl(var(--surface-1));padding:.5rem 1rem}.fc .fc-list-day-text,.fc .fc-list-day-side-text{color:hsl(var(--foreground));font-size:.875rem;font-weight:600}.fc .fc-list-event{cursor:pointer}.fc .fc-list-event:hover td{background-color:hsl(var(--surface-1))}.fc .fc-list-event-dot{border-color:var(--fc-event-border-color,hsl(var(--primary)))}.fc .fc-list-event-time{color:hsl(var(--muted-foreground));min-width:5rem;font-size:.8125rem}.fc .fc-list-event-title{font-size:.875rem;font-weight:500}.fc .fc-list-empty-cushion{color:hsl(var(--muted-foreground));font-style:normal}.cal-event-content{white-space:nowrap;align-items:center;gap:3px;display:flex;overflow:hidden}.cal-event-content svg{flex-shrink:0}.cal-event-content .cal-event-text{text-overflow:ellipsis;overflow:hidden}.cal-event-content .cal-event-time{opacity:.7;font-size:.6875rem}.cal-bg-label{opacity:.7;padding:4px 6px;font-size:.6875rem;font-weight:500}.cal-chip{border-left:3px solid var(--cal-color);background-color:color-mix(in srgb,var(--cal-color)8%,transparent);color:inherit}.fc .fc-list-event.cal-urgency-critical .fc-list-event-dot{border-color:hsl(var(--destructive))}.fc .fc-list-event.cal-urgency-warning .fc-list-event-dot{border-color:hsl(var(--warning))}.cal-relative-time{opacity:.6;margin-left:4px;font-size:.6875rem}.cal-empty-state{text-align:center;color:hsl(var(--muted-foreground));padding:3rem 1rem}.cal-empty-state p:first-child{font-size:.875rem;font-weight:500}.cal-empty-state p:last-child{opacity:.7;margin-top:.25rem;font-size:.75rem}.cal-loading-indicator{z-index:10;position:absolute;top:3.5rem;right:1rem}.fc .fc-scroller::-webkit-scrollbar{width:6px}.fc .fc-scroller::-webkit-scrollbar-track{background:0 0}.fc .fc-scroller::-webkit-scrollbar-thumb{background-color:hsl(var(--border));border-radius:3px}.cal-sidebar-overlay{z-index:40;background-color:hsl(var(--foreground)/.3);animation:.2s cal-fade-in;position:fixed;inset:0}.cal-sidebar-sheet{z-index:50;background-color:hsl(var(--background));border-right:1px solid hsl(var(--border));width:300px;max-width:85vw;box-shadow:4px 0 24px hsl(var(--foreground)/.08);flex-direction:column;animation:.25s cal-slide-in;display:flex;position:fixed;top:0;bottom:0;left:0}.cal-sidebar-sheet .cal-sidebar{border-right:none;width:100%}@keyframes cal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes cal-slide-in{0%{transform:translate(-100%)}to{transform:translate(0)}}.cal-detail-panel{z-index:55;background-color:hsl(var(--background));border-left:1px solid hsl(var(--border));width:380px;max-width:100vw;box-shadow:-4px 0 24px hsl(var(--foreground)/.08);flex-direction:column;animation:.25s cal-slide-in-right;display:flex;position:fixed;top:0;bottom:0;right:0}.cal-detail-overlay{z-index:45;background-color:hsl(var(--foreground)/.3);animation:.2s cal-fade-in;position:fixed;inset:0}@keyframes cal-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width:768px){.cal-detail-panel{border-left:none;border-top:1px solid hsl(var(--border));border-radius:12px 12px 0 0;width:100%;height:60vh;animation:.25s cal-slide-up;inset:auto 0 0}}@keyframes cal-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cal-heat-low{background-color:hsl(var(--primary)/.05)!important}.cal-heat-medium{background-color:hsl(var(--primary)/.12)!important}.cal-heat-high{background-color:hsl(var(--warning)/.15)!important}.fc-event[data-editable=true]{cursor:grab}.fc-event[data-editable=true]:active{cursor:grabbing}.dark .fc{--fc-border-color:hsl(var(--border)/.6);--fc-today-bg-color:hsl(var(--primary)/.1);--fc-neutral-bg-color:hsl(var(--surface-2))}.dark .fc .fc-daygrid-day-number{color:hsl(var(--foreground)/.85)}.dark .fc-day-sat,.dark .fc-day-sun{background-color:hsl(var(--surface-0)/.8)}.dark .fc .fc-timegrid-slot{border-color:hsl(var(--border)/.4)}.dark .fc .fc-timegrid-slot-label{color:hsl(var(--muted-foreground))}.dark .fc .fc-timegrid-col{border-color:hsl(var(--border)/.3)}.dark .cal-heat-low{background-color:hsl(var(--primary)/.1)!important}.dark .cal-heat-medium{background-color:hsl(var(--primary)/.2)!important}.dark .cal-heat-high{background-color:hsl(var(--warning)/.25)!important}@media (max-width:768px){.fc .fc-timegrid-slot-label{width:2.5rem;font-size:.625rem}.fc .fc-col-header-cell{padding:.25rem 0;font-size:.6875rem}.fc .fc-daygrid-day-number{padding:.25rem;font-size:.75rem}.fc .fc-daygrid-event{padding:0 4px;font-size:.6875rem}}@media (max-width:640px){.fc .fc-daygrid-day{min-height:3.5rem}.fc table{table-layout:fixed;width:100%}.fc .fc-col-header-cell{padding:.125rem 0;font-size:.5625rem}.fc .fc-daygrid-day-number{padding:.125rem;font-size:.625rem}.fc .fc-daygrid-event{font-size:.5625rem}}@page{margin:1cm}@media print{.cal-sidebar,.cal-sidebar-overlay,.cal-sidebar-sheet,.cal-detail-panel,.cal-detail-overlay,.cal-loading-indicator,[role=dialog],[role=alertdialog],.cal-toolbar-actions,.cal-toolbar-nav button,[role=tablist]{display:none!important}.fc{font-size:10pt;background:#fff!important}.fc .fc-daygrid-day{-moz-column-break-inside:avoid;break-inside:avoid;background:#fff!important;border:1px solid #ccc!important}.fc .fc-daygrid-event,.fc .fc-timegrid-event{print-color-adjust:exact;-webkit-print-color-adjust:exact;color:#000!important;border-left:3px solid var(--cal-color,#3b82f6)!important;background:#fff!important}.cal-chip{print-color-adjust:exact;-webkit-print-color-adjust:exact;color:#000!important;border-left-color:var(--cal-color,#3b82f6)!important;background:#fff!important}.fc .fc-bg-event{opacity:.04!important}.fc .fc-timegrid-now-indicator-line,.fc .fc-timegrid-now-indicator-arrow{display:none!important}.cal-heat-low,.cal-heat-medium,.cal-heat-high{background:0 0!important}*{overflow:visible}}.hljs{color:var(--syntax-fg);background:0 0}.hljs-comment,.hljs-quote{color:var(--syntax-comment);font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-doctag,.hljs-name{color:var(--syntax-keyword)}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-symbol,.hljs-bullet,.hljs-template-tag{color:var(--syntax-string)}.hljs-number,.hljs-deletion{color:var(--syntax-number)}.hljs-title,.hljs-title.function_,.hljs-section{color:var(--syntax-function)}.hljs-attr,.hljs-attribute,.hljs-variable,.hljs-template-variable,.hljs-property,.hljs-params{color:var(--syntax-variable)}.hljs-type,.hljs-title.class_,.hljs-built_in,.hljs-builtin-name,.hljs-class .hljs-title,.hljs-selector-id,.hljs-selector-class{color:var(--syntax-type)}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-tag{color:var(--syntax-meta)}.hljs-punctuation,.hljs-operator{color:var(--syntax-punctuation)}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:600}*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}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-feature-settings:normal;font-variation-settings:normal;font-family:SF Mono,Menlo,Consolas,Liberation Mono,monospace;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}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background:36 33% 97%;--foreground:28 21% 12%;--card:0 0% 100%;--card-foreground:28 21% 12%;--popover:0 0% 100%;--popover-foreground:28 21% 12%;--primary:24 87% 36%;--primary-foreground:0 0% 100%;--accent:32 32% 92%;--accent-foreground:28 21% 12%;--secondary:32 32% 92%;--secondary-foreground:28 21% 12%;--muted:32 32% 92%;--muted-foreground:29 13% 32%;--destructive:350 61% 44%;--destructive-foreground:0 0% 100%;--success:148 71% 27%;--warning:46 100% 24%;--info:24 87% 36%;--border:31 27% 85%;--input:31 27% 85%;--ring:24 87% 36%;--surface-0:0 0% 100%;--surface-1:36 33% 97%;--surface-2:32 32% 92%;--surface-3:31 27% 85%;--surface-4:30 22% 79%;--gradient-start:24 87% 36%;--gradient-mid:35 45% 42%;--gradient-end:40 58% 52%;--feature-1:350 80% 52%;--feature-2:38 92% 45%;--feature-3:142 76% 36%;--feature-4:262 83% 58%;--section-briefing:24 87% 36%;--section-context:24 87% 36%;--section-elements:24 87% 36%;--section-safety:24 87% 36%;--section-mechanism:24 87% 36%;--section-mechanical:24 87% 36%;--section-electronics:24 87% 36%;--section-code:24 87% 36%;--section-assembly:24 87% 36%;--section-test:24 87% 36%;--medallion-size:3.5rem;--medallion-radius:var(--radius);--section-fill-subtle:.12;--section-fill-ring:.3;--section-edge:.16;--section-edge-strong:.5;--bench-surface:36 30% 97%;--bench-grid:27 18% 52%;--bench-wire-power:0 84% 55%;--bench-wire-ground:215 16% 47%;--bench-wire-signal:174 78% 31%;--bench-pin:215 14% 50%;--bench-pin-active:24 87% 40%;--bench-net-1:48 90% 44%;--bench-net-2:27 92% 47%;--bench-net-3:262 74% 55%;--bench-net-4:217 88% 52%;--stage-ground-0:222 16% 7%;--stage-ground-1:222 14% 10%;--stage-ground-2:220 13% 14%;--stage-line:220 12% 21%;--stage-ink-hi:216 24% 94%;--stage-ink-mid:218 12% 67%;--stage-ink-low:218 9% 45%;--stage-accent:20 89% 64%;--stage-accent-cool:196 72% 62%;--stage-focus:216 24% 94%;--mafs-bg:#fff;--mafs-fg:#171717;--mafs-line-color:#d9d9d9;--mafs-red:#e74a23;--mafs-blue:#0b87c1;--mafs-green:#16a249;--mafs-orange:#e9640c;--mafs-indigo:#463acb;--mafs-violet:#8026d9;--mafs-pink:#e23670;--mafs-yellow:#dc8f09;--navbar-height:3.5rem;--sidebar-width:4rem;--sidebar-width-expanded:16rem;--nav-item-height:2.25rem;--nav-item-radius:var(--radius);--nav-item-px:.5rem;--nav-item-icon:1rem;--nav-item-gap:.5rem;--nav-item-active-bg:.1;--nav-item-active-border:.2;--nav-section-size:.75rem;--nav-section-tracking:.12em;--nav-section-opacity:.78;--sidebar-border-opacity:.12;--kbd-size:.75rem;--z-behind:-10;--z-sticky:10;--z-sidebar:20;--z-popover:30;--z-toast:40;--z-modal:50;--z-navbar:var(--z-sticky);--z-narration:60;--z-narration-glow:61;--z-auth-overlay:100;--score-success:142 76% 28%;--score-warning:38 92% 35%;--score-danger:0 84% 42%;--gbr-excellent:160 65% 32%;--gbr-good:142 55% 36%;--gbr-neutral:38 70% 40%;--gbr-warning:28 82% 46%;--gbr-danger:0 72% 46%;--gbr-absent:0 0% 55%;--badge-midterm:217 91% 45%;--badge-final:270 70% 42%;--badge-unit-test:215 16% 40%;--badge-other:0 0% 40%;--badge-insert:142 76% 28%;--badge-update:217 91% 45%;--badge-on-time:142 76% 28%;--badge-admin:270 70% 50%;--badge-teacher:217 91% 55%;--badge-student:158 64% 40%;--badge-guardian:30 85% 45%;--badge-practice:199 89% 48%;--badge-analysis:262 83% 50%;--badge-search:199 89% 40%;--badge-execution:38 92% 42%;--badge-sandbox:330 75% 50%;--badge-iterative:25 95% 48%;--badge-equation:190 80% 38%;--cal-holiday:142 76% 36%;--cal-event:262 83% 52%;--cal-test:0 84% 50%;--cal-class:199 89% 40%;--charge-positive:0 95% 58%;--charge-negative:217 95% 62%;--heat-shimmer:25 95% 58%;--radius:.5rem;--ease-spring:cubic-bezier(.34,1.56,.64,1);--ease-out-expo:cubic-bezier(.16,1,.3,1);--duration-fast:.15s;--duration-normal:.25s;--duration-slow:.4s;--ambient-glow:24 87% 36%;--ambient-glow-opacity:.03;--card-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;--card-shadow-hover:0 4px 12px #0000001f,0 2px 4px #00000014;--card-shadow-lift:0 12px 32px #0000001f,0 4px 12px #00000014;--card-padding-x:1.5rem;--card-padding-y:1.5rem;--premium-overlay-bg:radial-gradient(ellipse at center,hsl(var(--gradient-end)/.93)0%,#000000fa 70%);--premium-overlay-blur:blur(30px)saturate(1.1);--premium-card-surface:linear-gradient(160deg,hsl(var(--surface-0))0%,hsl(var(--surface-1))55%,hsl(var(--surface-2))100%);--premium-card-shadow:inset 0 1px 0 #ffffff2e,inset 0 0 0 1px hsl(var(--primary)/.08),0 20px 60px -10px hsl(var(--gradient-end)/.5),0 8px 24px -4px #00000059,var(--card-shadow-lift);--premium-glint-bg:linear-gradient(90deg,transparent,#ffffff8c,transparent);--premium-aura-bg:radial-gradient(ellipse at center,hsl(var(--primary)/.12),transparent 60%);--space-section:1.5rem;--space-section-lg:2.5rem;--space-card-gap:1rem;--dialog-max-h:85vh;--glass-blur:16px;--glass-bg-opacity:1;--glass-border-opacity:.12;--card-accent:var(--primary);--accent-fill-opacity:.06;--accent-border-opacity:.14;--shimmer-base:0 0% 93%;--shimmer-highlight:0 0% 97%;--pipeline-stage-min-height:4rem;--pipeline-stage-icon-size:2rem;--pipeline-technical-max-height:16rem;--lq-card-radius:calc(var(--radius) + .9rem);--lq-option-radius:calc(var(--radius) + .35rem);--lq-card-padding:1.75rem;--lq-hero-padding-block:2.75rem;--lq-hero-padding-block-end:2.5rem;--lq-hero-padding-inline:2.5rem;--lq-deck-height:clamp(520px,72vh,640px);--lq-score-size:9rem;--lq-launcher-icon-size:3.5rem;--lq-option-letter-size:1.75rem;--lq-option-indicator-size:1.25rem;--lq-card-shadow:inset 0 1px 0 #ffffff1a,0 24px 56px -28px hsl(var(--primary)/.4);--lq-card-shadow-back:inset 0 1px 0 #ffffff0f,0 14px 32px -18px #00000059;--lq-option-shadow:inset 0 1px 0 #ffffff1a,0 2px 6px -2px #0000002e;--lq-option-shadow-hover:inset 0 1px 0 #ffffff2e,0 6px 16px -4px hsl(var(--primary)/.32);--lq-cta-shadow:0 10px 32px -12px hsl(var(--primary)/.7);--lq-card-surface:linear-gradient(160deg,hsl(var(--surface-1))0%,hsl(var(--surface-2))55%,hsl(var(--surface-1))100%);--lq-option-surface:linear-gradient(160deg,hsl(var(--surface-1))0%,hsl(var(--surface-2))100%);--lq-back-surface:linear-gradient(160deg,hsl(var(--surface-2))0%,hsl(var(--surface-1))100%);--code-comment:220 10% 46%;--code-keyword:265 55% 48%;--code-string:136 45% 33%;--code-number:28 80% 42%;--code-function:217 72% 47%;--code-variable:8 62% 48%;--code-type:188 70% 33%;--code-meta:330 52% 48%;--code-punctuation:220 9% 40%}.\!dark{--background:20 9% 7%!important;--foreground:30 35% 93%!important;--card:24 10% 10%!important;--card-foreground:30 35% 93%!important;--popover:24 10% 10%!important;--popover-foreground:30 35% 93%!important;--primary:20 89% 64%!important;--primary-foreground:20 75% 9%!important;--accent:17 10% 14%!important;--accent-foreground:30 35% 93%!important;--secondary:17 10% 14%!important;--secondary-foreground:30 35% 93%!important;--muted:17 10% 14%!important;--muted-foreground:30 14% 65%!important;--destructive:0 100% 72%!important;--destructive-foreground:20 75% 9%!important;--success:129 60% 73%!important;--warning:43 100% 68%!important;--info:20 89% 64%!important;--border:24 15% 20%!important;--input:24 15% 20%!important;--ring:20 89% 64%!important;--surface-0:20 9% 7%!important;--surface-1:24 10% 10%!important;--surface-2:17 10% 14%!important;--surface-3:24 15% 20%!important;--surface-4:22 13% 25%!important;--gradient-start:20 89% 64%!important;--gradient-mid:36 50% 60%!important;--gradient-end:40 55% 72%!important;--feature-1:350 80% 62%!important;--feature-2:38 92% 50%!important;--feature-3:142 76% 46%!important;--feature-4:262 83% 68%!important;--section-briefing:20 89% 64%!important;--section-context:20 89% 64%!important;--section-elements:20 89% 64%!important;--section-safety:20 89% 64%!important;--section-mechanism:20 89% 64%!important;--section-mechanical:20 89% 64%!important;--section-electronics:20 89% 64%!important;--section-code:20 89% 64%!important;--section-assembly:20 89% 64%!important;--section-test:20 89% 64%!important;--section-fill-subtle:.16!important;--section-fill-ring:.34!important;--section-edge:.18!important;--bench-surface:20 12% 11%!important;--bench-grid:27 16% 58%!important;--bench-wire-power:0 84% 63%!important;--bench-wire-ground:215 14% 60%!important;--bench-wire-signal:173 60% 51%!important;--bench-pin:215 12% 62%!important;--bench-pin-active:20 89% 60%!important;--bench-net-1:48 96% 56%!important;--bench-net-2:27 96% 60%!important;--bench-net-3:262 83% 70%!important;--bench-net-4:217 91% 66%!important;--mafs-bg:#1e2024!important;--mafs-fg:#fafafa!important;--mafs-line-color:#3a3c41!important;--mafs-red:#ec516a!important;--mafs-blue:#0da2e7!important;--mafs-green:#1cce5e!important;--mafs-orange:#fa802e!important;--mafs-indigo:#6b62d5!important;--mafs-violet:#9952e0!important;--mafs-pink:#e9638f!important;--mafs-yellow:#f59f0a!important;--nav-item-active-bg:.12!important;--nav-item-active-border:.25!important;--nav-section-opacity:.5!important;--sidebar-border-opacity:.12!important;--score-success:142 76% 46%!important;--score-warning:38 92% 50%!important;--score-danger:0 84% 60%!important;--gbr-excellent:160 60% 52%!important;--gbr-good:142 55% 54%!important;--gbr-neutral:38 75% 58%!important;--gbr-warning:28 85% 62%!important;--gbr-danger:0 75% 64%!important;--gbr-absent:0 0% 52%!important;--badge-midterm:217 91% 65%!important;--badge-final:270 70% 60%!important;--badge-unit-test:215 16% 65%!important;--badge-other:0 0% 60%!important;--badge-insert:142 76% 46%!important;--badge-update:217 91% 65%!important;--badge-on-time:142 76% 46%!important;--badge-admin:270 70% 65%!important;--badge-teacher:217 91% 65%!important;--badge-student:158 60% 52%!important;--badge-guardian:30 85% 60%!important;--badge-practice:199 89% 58%!important;--badge-analysis:262 83% 68%!important;--badge-search:199 89% 55%!important;--badge-execution:38 92% 55%!important;--badge-sandbox:330 80% 65%!important;--badge-iterative:25 95% 60%!important;--badge-equation:190 80% 55%!important;--cal-holiday:142 76% 46%!important;--cal-event:262 83% 68%!important;--cal-test:0 84% 60%!important;--cal-class:199 89% 48%!important;--charge-positive:0 95% 68%!important;--charge-negative:217 95% 72%!important;--heat-shimmer:25 95% 65%!important;--ambient-glow:20 89% 64%!important;--ambient-glow-opacity:.1!important;--card-shadow:0 1px 3px hsl(var(--foreground)/.04),0 1px 2px hsl(var(--foreground)/.02)!important;--card-shadow-hover:0 4px 12px hsl(var(--foreground)/.08),0 1px 3px hsl(var(--foreground)/.04)!important;--card-shadow-lift:0 12px 32px hsl(var(--foreground)/.08),0 4px 12px hsl(var(--foreground)/.05)!important;--glass-bg-opacity:.8!important;--accent-fill-opacity:.1!important;--accent-border-opacity:.15!important;--shimmer-base:0 0% 11%!important;--shimmer-highlight:0 0% 16%!important;--aurora-bg-1:22 28% 4%!important;--aurora-bg-2:24 24% 6%!important;--aurora-ribbon-1:22 88% 56%!important;--aurora-ribbon-2:173 62% 45%!important;--aurora-ribbon-3:43 85% 55%!important;--code-comment:220 9% 56%!important;--code-keyword:265 80% 76%!important;--code-string:136 48% 64%!important;--code-number:28 90% 66%!important;--code-function:217 85% 72%!important;--code-variable:8 80% 72%!important;--code-type:188 70% 60%!important;--code-meta:330 72% 72%!important;--code-punctuation:220 9% 68%!important}.dark{--background:20 9% 7%;--foreground:30 35% 93%;--card:24 10% 10%;--card-foreground:30 35% 93%;--popover:24 10% 10%;--popover-foreground:30 35% 93%;--primary:20 89% 64%;--primary-foreground:20 75% 9%;--accent:17 10% 14%;--accent-foreground:30 35% 93%;--secondary:17 10% 14%;--secondary-foreground:30 35% 93%;--muted:17 10% 14%;--muted-foreground:30 14% 65%;--destructive:0 100% 72%;--destructive-foreground:20 75% 9%;--success:129 60% 73%;--warning:43 100% 68%;--info:20 89% 64%;--border:24 15% 20%;--input:24 15% 20%;--ring:20 89% 64%;--surface-0:20 9% 7%;--surface-1:24 10% 10%;--surface-2:17 10% 14%;--surface-3:24 15% 20%;--surface-4:22 13% 25%;--gradient-start:20 89% 64%;--gradient-mid:36 50% 60%;--gradient-end:40 55% 72%;--feature-1:350 80% 62%;--feature-2:38 92% 50%;--feature-3:142 76% 46%;--feature-4:262 83% 68%;--section-briefing:20 89% 64%;--section-context:20 89% 64%;--section-elements:20 89% 64%;--section-safety:20 89% 64%;--section-mechanism:20 89% 64%;--section-mechanical:20 89% 64%;--section-electronics:20 89% 64%;--section-code:20 89% 64%;--section-assembly:20 89% 64%;--section-test:20 89% 64%;--section-fill-subtle:.16;--section-fill-ring:.34;--section-edge:.18;--bench-surface:20 12% 11%;--bench-grid:27 16% 58%;--bench-wire-power:0 84% 63%;--bench-wire-ground:215 14% 60%;--bench-wire-signal:173 60% 51%;--bench-pin:215 12% 62%;--bench-pin-active:20 89% 60%;--bench-net-1:48 96% 56%;--bench-net-2:27 96% 60%;--bench-net-3:262 83% 70%;--bench-net-4:217 91% 66%;--mafs-bg:#1e2024;--mafs-fg:#fafafa;--mafs-line-color:#3a3c41;--mafs-red:#ec516a;--mafs-blue:#0da2e7;--mafs-green:#1cce5e;--mafs-orange:#fa802e;--mafs-indigo:#6b62d5;--mafs-violet:#9952e0;--mafs-pink:#e9638f;--mafs-yellow:#f59f0a;--nav-item-active-bg:.12;--nav-item-active-border:.25;--nav-section-opacity:.5;--sidebar-border-opacity:.12;--score-success:142 76% 46%;--score-warning:38 92% 50%;--score-danger:0 84% 60%;--gbr-excellent:160 60% 52%;--gbr-good:142 55% 54%;--gbr-neutral:38 75% 58%;--gbr-warning:28 85% 62%;--gbr-danger:0 75% 64%;--gbr-absent:0 0% 52%;--badge-midterm:217 91% 65%;--badge-final:270 70% 60%;--badge-unit-test:215 16% 65%;--badge-other:0 0% 60%;--badge-insert:142 76% 46%;--badge-update:217 91% 65%;--badge-on-time:142 76% 46%;--badge-admin:270 70% 65%;--badge-teacher:217 91% 65%;--badge-student:158 60% 52%;--badge-guardian:30 85% 60%;--badge-practice:199 89% 58%;--badge-analysis:262 83% 68%;--badge-search:199 89% 55%;--badge-execution:38 92% 55%;--badge-sandbox:330 80% 65%;--badge-iterative:25 95% 60%;--badge-equation:190 80% 55%;--cal-holiday:142 76% 46%;--cal-event:262 83% 68%;--cal-test:0 84% 60%;--cal-class:199 89% 48%;--charge-positive:0 95% 68%;--charge-negative:217 95% 72%;--heat-shimmer:25 95% 65%;--ambient-glow:20 89% 64%;--ambient-glow-opacity:.1;--card-shadow:0 1px 3px hsl(var(--foreground)/.04),0 1px 2px hsl(var(--foreground)/.02);--card-shadow-hover:0 4px 12px hsl(var(--foreground)/.08),0 1px 3px hsl(var(--foreground)/.04);--card-shadow-lift:0 12px 32px hsl(var(--foreground)/.08),0 4px 12px hsl(var(--foreground)/.05);--glass-bg-opacity:.8;--accent-fill-opacity:.1;--accent-border-opacity:.15;--shimmer-base:0 0% 11%;--shimmer-highlight:0 0% 16%;--aurora-bg-1:22 28% 4%;--aurora-bg-2:24 24% 6%;--aurora-ribbon-1:22 88% 56%;--aurora-ribbon-2:173 62% 45%;--aurora-ribbon-3:43 85% 55%;--code-comment:220 9% 56%;--code-keyword:265 80% 76%;--code-string:136 48% 64%;--code-number:28 90% 66%;--code-function:217 85% 72%;--code-variable:8 80% 72%;--code-type:188 70% 60%;--code-meta:330 72% 72%;--code-punctuation:220 9% 68%}:root{--brand-primary:var(--primary);--brand-accent:var(--gradient-end);--brand-focus-ring:var(--ring);--status-success-fg:hsl(var(--success));--status-success-bg:hsl(var(--success));--status-success-bg-subtle:hsl(var(--success)/.1);--status-success-border:hsl(var(--success));--status-success-border-subtle:hsl(var(--success)/.2);--status-warning-fg:hsl(var(--warning));--status-warning-bg:hsl(var(--warning));--status-warning-bg-subtle:hsl(var(--warning)/.1);--status-warning-border:hsl(var(--warning));--status-warning-border-subtle:hsl(var(--warning)/.2);--status-danger-fg:hsl(var(--destructive));--status-danger-bg:hsl(var(--destructive));--status-danger-bg-subtle:hsl(var(--destructive)/.1);--status-danger-border:hsl(var(--destructive));--status-danger-border-subtle:hsl(var(--destructive)/.2);--status-info-fg:hsl(var(--info));--status-info-bg:hsl(var(--info));--status-info-bg-subtle:hsl(var(--info)/.1);--status-info-border:hsl(var(--info));--status-info-border-subtle:hsl(var(--info)/.2);--status-neutral-fg:hsl(var(--muted-foreground));--status-neutral-bg:hsl(var(--muted));--status-neutral-bg-subtle:hsl(var(--foreground)/.05);--status-neutral-border:hsl(var(--border));--status-neutral-border-subtle:hsl(var(--border)/.6);--action-primary-bg-hover:hsl(var(--brand-primary)/.85);--action-danger-bg-hover:hsl(var(--destructive)/.85);--action-warning-bg-hover:hsl(var(--warning)/.85);--action-success-bg-hover:hsl(var(--success)/.85);--syntax-fg:hsl(var(--foreground)/.92);--syntax-comment:hsl(var(--code-comment));--syntax-keyword:hsl(var(--code-keyword));--syntax-string:hsl(var(--code-string));--syntax-number:hsl(var(--code-number));--syntax-function:hsl(var(--code-function));--syntax-variable:hsl(var(--code-variable));--syntax-type:hsl(var(--code-type));--syntax-meta:hsl(var(--code-meta));--syntax-punctuation:hsl(var(--code-punctuation));--badge-midterm-fg:hsl(var(--badge-midterm));--badge-midterm-bg:hsl(var(--badge-midterm));--badge-midterm-bg-subtle:hsl(var(--badge-midterm)/.1);--badge-midterm-border:hsl(var(--badge-midterm));--badge-midterm-border-subtle:hsl(var(--badge-midterm)/.2);--badge-final-fg:hsl(var(--badge-final));--badge-final-bg:hsl(var(--badge-final));--badge-final-bg-subtle:hsl(var(--badge-final)/.1);--badge-final-border:hsl(var(--badge-final));--badge-final-border-subtle:hsl(var(--badge-final)/.2);--badge-unit-test-fg:hsl(var(--badge-unit-test));--badge-unit-test-bg:hsl(var(--badge-unit-test));--badge-unit-test-bg-subtle:hsl(var(--badge-unit-test)/.1);--badge-unit-test-border:hsl(var(--badge-unit-test));--badge-unit-test-border-subtle:hsl(var(--badge-unit-test)/.2);--badge-other-fg:hsl(var(--badge-other));--badge-other-bg:hsl(var(--badge-other));--badge-other-bg-subtle:hsl(var(--badge-other)/.1);--badge-other-border:hsl(var(--badge-other));--badge-other-border-subtle:hsl(var(--badge-other)/.2);--badge-practice-fg:hsl(var(--badge-practice));--badge-practice-bg:hsl(var(--badge-practice));--badge-practice-bg-subtle:hsl(var(--badge-practice)/.1);--badge-practice-border:hsl(var(--badge-practice));--badge-practice-border-subtle:hsl(var(--badge-practice)/.2);--badge-insert-fg:hsl(var(--badge-insert));--badge-insert-bg:hsl(var(--badge-insert));--badge-insert-bg-subtle:hsl(var(--badge-insert)/.1);--badge-insert-border:hsl(var(--badge-insert));--badge-insert-border-subtle:hsl(var(--badge-insert)/.2);--badge-update-fg:hsl(var(--badge-update));--badge-update-bg:hsl(var(--badge-update));--badge-update-bg-subtle:hsl(var(--badge-update)/.1);--badge-update-border:hsl(var(--badge-update));--badge-update-border-subtle:hsl(var(--badge-update)/.2);--badge-on-time-fg:hsl(var(--badge-on-time));--badge-on-time-bg:hsl(var(--badge-on-time));--badge-on-time-bg-subtle:hsl(var(--badge-on-time)/.1);--badge-on-time-border:hsl(var(--badge-on-time));--badge-on-time-border-subtle:hsl(var(--badge-on-time)/.2);--badge-admin-fg:hsl(var(--badge-admin));--badge-admin-bg:hsl(var(--badge-admin));--badge-admin-bg-subtle:hsl(var(--badge-admin)/.1);--badge-admin-border:hsl(var(--badge-admin));--badge-admin-border-subtle:hsl(var(--badge-admin)/.2);--badge-teacher-fg:hsl(var(--badge-teacher));--badge-teacher-bg:hsl(var(--badge-teacher));--badge-teacher-bg-subtle:hsl(var(--badge-teacher)/.1);--badge-teacher-border:hsl(var(--badge-teacher));--badge-teacher-border-subtle:hsl(var(--badge-teacher)/.2);--badge-student-fg:hsl(var(--badge-student));--badge-student-bg:hsl(var(--badge-student));--badge-student-bg-subtle:hsl(var(--badge-student)/.1);--badge-student-border:hsl(var(--badge-student));--badge-student-border-subtle:hsl(var(--badge-student)/.2);--badge-guardian-fg:hsl(var(--badge-guardian));--badge-guardian-bg:hsl(var(--badge-guardian));--badge-guardian-bg-subtle:hsl(var(--badge-guardian)/.1);--badge-guardian-border:hsl(var(--badge-guardian));--badge-guardian-border-subtle:hsl(var(--badge-guardian)/.2);--badge-analysis-fg:hsl(var(--badge-analysis));--badge-analysis-bg:hsl(var(--badge-analysis));--badge-analysis-bg-subtle:hsl(var(--badge-analysis)/.1);--badge-analysis-border:hsl(var(--badge-analysis));--badge-analysis-border-subtle:hsl(var(--badge-analysis)/.2);--badge-search-fg:hsl(var(--badge-search));--badge-search-bg:hsl(var(--badge-search));--badge-search-bg-subtle:hsl(var(--badge-search)/.1);--badge-search-border:hsl(var(--badge-search));--badge-search-border-subtle:hsl(var(--badge-search)/.2);--badge-execution-fg:hsl(var(--badge-execution));--badge-execution-bg:hsl(var(--badge-execution));--badge-execution-bg-subtle:hsl(var(--badge-execution)/.1);--badge-execution-border:hsl(var(--badge-execution));--badge-execution-border-subtle:hsl(var(--badge-execution)/.2);--badge-sandbox-fg:hsl(var(--badge-sandbox));--badge-sandbox-bg:hsl(var(--badge-sandbox));--badge-sandbox-bg-subtle:hsl(var(--badge-sandbox)/.1);--badge-sandbox-border:hsl(var(--badge-sandbox));--badge-sandbox-border-subtle:hsl(var(--badge-sandbox)/.2);--badge-iterative-fg:hsl(var(--badge-iterative));--badge-iterative-bg:hsl(var(--badge-iterative));--badge-iterative-bg-subtle:hsl(var(--badge-iterative)/.1);--badge-iterative-border:hsl(var(--badge-iterative));--badge-iterative-border-subtle:hsl(var(--badge-iterative)/.2);--badge-equation-fg:hsl(var(--badge-equation));--badge-equation-bg:hsl(var(--badge-equation));--badge-equation-bg-subtle:hsl(var(--badge-equation)/.1);--badge-equation-border:hsl(var(--badge-equation));--badge-equation-border-subtle:hsl(var(--badge-equation)/.2);--score-success-fg:hsl(var(--score-success));--score-success-bg:hsl(var(--score-success));--score-success-bg-subtle:hsl(var(--score-success)/.1);--score-success-border:hsl(var(--score-success));--score-success-border-subtle:hsl(var(--score-success)/.2);--score-warning-fg:hsl(var(--score-warning));--score-warning-bg:hsl(var(--score-warning));--score-warning-bg-subtle:hsl(var(--score-warning)/.1);--score-warning-border:hsl(var(--score-warning));--score-warning-border-subtle:hsl(var(--score-warning)/.2);--score-danger-fg:hsl(var(--score-danger));--score-danger-bg:hsl(var(--score-danger));--score-danger-bg-subtle:hsl(var(--score-danger)/.1);--score-danger-border:hsl(var(--score-danger));--score-danger-border-subtle:hsl(var(--score-danger)/.2);--cal-holiday-fg:hsl(var(--cal-holiday));--cal-holiday-bg:hsl(var(--cal-holiday));--cal-holiday-bg-subtle:hsl(var(--cal-holiday)/.1);--cal-holiday-border:hsl(var(--cal-holiday));--cal-holiday-border-subtle:hsl(var(--cal-holiday)/.2);--cal-event-fg:hsl(var(--cal-event));--cal-event-bg:hsl(var(--cal-event));--cal-event-bg-subtle:hsl(var(--cal-event)/.1);--cal-event-border:hsl(var(--cal-event));--cal-event-border-subtle:hsl(var(--cal-event)/.2);--cal-test-fg:hsl(var(--cal-test));--cal-test-bg:hsl(var(--cal-test));--cal-test-bg-subtle:hsl(var(--cal-test)/.1);--cal-test-border:hsl(var(--cal-test));--cal-test-border-subtle:hsl(var(--cal-test)/.2);--cal-class-fg:hsl(var(--cal-class));--cal-class-bg:hsl(var(--cal-class));--cal-class-bg-subtle:hsl(var(--cal-class)/.1);--cal-class-border:hsl(var(--cal-class));--cal-class-border-subtle:hsl(var(--cal-class)/.2);--gbr-excellent-fg:hsl(var(--gbr-excellent));--gbr-excellent-bg:hsl(var(--gbr-excellent));--gbr-excellent-bg-subtle:hsl(var(--gbr-excellent)/.1);--gbr-excellent-border:hsl(var(--gbr-excellent));--gbr-excellent-border-subtle:hsl(var(--gbr-excellent)/.2);--gbr-good-fg:hsl(var(--gbr-good));--gbr-good-bg:hsl(var(--gbr-good));--gbr-good-bg-subtle:hsl(var(--gbr-good)/.1);--gbr-good-border:hsl(var(--gbr-good));--gbr-good-border-subtle:hsl(var(--gbr-good)/.2);--gbr-neutral-fg:hsl(var(--gbr-neutral));--gbr-neutral-bg:hsl(var(--gbr-neutral));--gbr-neutral-bg-subtle:hsl(var(--gbr-neutral)/.1);--gbr-neutral-border:hsl(var(--gbr-neutral));--gbr-neutral-border-subtle:hsl(var(--gbr-neutral)/.2);--gbr-warning-fg:hsl(var(--gbr-warning));--gbr-warning-bg:hsl(var(--gbr-warning));--gbr-warning-bg-subtle:hsl(var(--gbr-warning)/.1);--gbr-warning-border:hsl(var(--gbr-warning));--gbr-warning-border-subtle:hsl(var(--gbr-warning)/.2);--gbr-danger-fg:hsl(var(--gbr-danger));--gbr-danger-bg:hsl(var(--gbr-danger));--gbr-danger-bg-subtle:hsl(var(--gbr-danger)/.1);--gbr-danger-border:hsl(var(--gbr-danger));--gbr-danger-border-subtle:hsl(var(--gbr-danger)/.2);--gbr-absent-fg:hsl(var(--gbr-absent));--gbr-absent-bg:hsl(var(--gbr-absent));--gbr-absent-bg-subtle:hsl(var(--gbr-absent)/.1);--gbr-absent-border:hsl(var(--gbr-absent));--gbr-absent-border-subtle:hsl(var(--gbr-absent)/.2);--text-12:.75rem;--text-14:.875rem;--text-16:1rem;--text-18:1.125rem;--text-20:1.25rem;--text-24:1.5rem;--text-30:1.875rem;--text-36:2.25rem;--text-48:3rem;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-black:800;--leading-none:1;--leading-tight:1.15;--leading-snug:1.3;--leading-normal:1.5;--leading-relaxed:1.625;--tracking-tight:-.025em;--tracking-normal:0;--tracking-wide:.05em;--space-0:0;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-24:6rem;--heading-gap-h1:1rem;--heading-gap-h2:.75rem;--heading-gap-h3:.5rem;--heading-gap-h4:.25rem;--elevation-1-shadow:0 1px 2px #0000000a,0 1px 3px #0000000f;--elevation-2-shadow:0 4px 12px #00000014,0 2px 6px #0000000f;--elevation-3-shadow:0 12px 32px #00000029,0 4px 12px #0000001a;--elevation-3-scrim:#0000008c;--surface-tonal-1:hsl(var(--card));--surface-tonal-2:hsl(var(--popover));--surface-tonal-3:hsl(var(--popover))}.\!dark{--elevation-1-shadow:0 1px 2px #0000004d,0 1px 3px #0000005c!important;--elevation-2-shadow:0 4px 12px #0006,0 2px 6px #00000052!important;--elevation-3-shadow:0 12px 32px #00000085,0 4px 12px #0006!important;--elevation-3-scrim:#000000a6!important;--surface-tonal-1:#2d2f34!important;--surface-tonal-2:#2d2f34!important;--surface-tonal-3:#36393f!important}.dark{--elevation-1-shadow:0 1px 2px #0000004d,0 1px 3px #0000005c;--elevation-2-shadow:0 4px 12px #0006,0 2px 6px #00000052;--elevation-3-shadow:0 12px 32px #00000085,0 4px 12px #0006;--elevation-3-scrim:#000000a6;--surface-tonal-1:#2d2f34;--surface-tonal-2:#2d2f34;--surface-tonal-3:#36393f}:root{--icon-size-xs:.75rem;--icon-size-sm:1rem;--icon-size-md:1.25rem;--icon-size-lg:1.5rem;--icon-size-xl:2rem;--icon-stroke:1.5;--motion-hover-duration:.15s;--motion-hover-ease:cubic-bezier(.16,1,.3,1);--motion-transition-duration:.25s;--motion-transition-ease:cubic-bezier(.16,1,.3,1);--motion-reveal-duration:.4s;--motion-reveal-ease:cubic-bezier(.34,1.56,.64,1)}.stage-ink *{border-color:hsl(var(--stage-line))}*{border-color:hsl(var(--border))}.stage-ink body{color:hsl(var(--stage-ink-hi))}body{background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",var(--font-chinese),sans-serif;overflow:hidden}.font-playfair{font-family:var(--font-playfair),"Playfair Display",serif}.\!container{width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:1rem!important;padding-right:1rem!important}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.\!container{max-width:640px!important;padding-left:2rem!important;padding-right:2rem!important}.container{max-width:640px;padding-left:2rem;padding-right:2rem}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important;padding-left:4rem!important;padding-right:4rem!important}.container{max-width:1024px;padding-left:4rem;padding-right:4rem}}@media (min-width:1280px){.\!container{max-width:1280px!important;padding-left:5rem!important;padding-right:5rem!important}.container{max-width:1280px;padding-left:5rem;padding-right:5rem}}@media (min-width:1536px){.\!container{max-width:1536px!important;padding-left:6rem!important;padding-right:6rem!important}.container{max-width:1536px;padding-left:6rem;padding-right:6rem}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:hsl(var(--foreground));--tw-prose-headings:hsl(var(--foreground));--tw-prose-lead:hsl(var(--muted-foreground));--tw-prose-links:hsl(var(--primary));--tw-prose-bold:hsl(var(--foreground));--tw-prose-counters:hsl(var(--muted-foreground));--tw-prose-bullets:hsl(var(--muted-foreground));--tw-prose-hr:hsl(var(--border));--tw-prose-quotes:hsl(var(--foreground));--tw-prose-quote-borders:hsl(var(--border));--tw-prose-captions:hsl(var(--muted-foreground));--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:#1118271a;--tw-prose-code:hsl(var(--foreground));--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:hsl(var(--border));--tw-prose-td-borders:hsl(var(--border));--tw-prose-invert-body:hsl(var(--foreground));--tw-prose-invert-headings:hsl(var(--foreground));--tw-prose-invert-lead:hsl(var(--muted-foreground));--tw-prose-invert-links:hsl(var(--primary));--tw-prose-invert-bold:hsl(var(--foreground));--tw-prose-invert-counters:hsl(var(--muted-foreground));--tw-prose-invert-bullets:hsl(var(--muted-foreground));--tw-prose-invert-hr:hsl(var(--border));--tw-prose-invert-quotes:hsl(var(--foreground));--tw-prose-invert-quote-borders:hsl(var(--border));--tw-prose-invert-captions:hsl(var(--muted-foreground));--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:hsl(var(--foreground));--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:hsl(var(--border));--tw-prose-invert-td-borders:hsl(var(--border));font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.71429}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.888889em;margin-bottom:.888889em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em;padding-inline-start:1.11111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.8em;font-size:2.14286em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:.8em;font-size:1.42857em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.55556em;margin-bottom:.444444em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.42857em;margin-bottom:.571429em;line-height:1.42857}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.142857em;padding-inline-end:.357143em;padding-bottom:.142857em;border-radius:.3125rem;padding-inline-start:.357143em;font-size:.857143em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;border-radius:.25rem;margin-top:1.66667em;margin-bottom:1.66667em;padding-inline-start:1em;font-size:.857143em;line-height:1.66667}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em;padding-inline-start:1.57143em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;margin-bottom:.285714em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.428571em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;padding-inline-start:1.57143em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.85714em;margin-bottom:2.85714em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.666667em;font-size:.857143em;line-height:1.33333}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.stage-ink .input-field{border-color:hsl(var(--stage-line))}.input-field{border-radius:calc(var(--radius) - 2px);border-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--surface-1));width:100%;padding:.5rem .75rem}.stage-ink .input-field{color:hsl(var(--stage-ink-hi))}.input-field{color:hsl(var(--foreground))}.stage-ink .input-field::placeholder{color:hsl(var(--stage-ink-mid))}.input-field::placeholder{color:hsl(var(--muted-foreground))}.input-field:focus{border-color:hsl(var(--primary));outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:hsl(var(--primary));outline:2px solid #0000}.input-field{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.filter-pill{border-radius:9999px;padding:.375rem .75rem;font-size:.875rem;font-weight:500;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.filter-pill-active{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.stage-ink .filter-pill-inactive{color:hsl(var(--stage-ink-mid))}.filter-pill-inactive{background-color:hsl(var(--surface-2));color:hsl(var(--muted-foreground))}.filter-pill-inactive:hover{background-color:hsl(var(--surface-3))}.icon-box{border-radius:var(--radius);justify-content:center;align-items:center;padding:.5rem;display:flex}.btn-ghost{border-radius:calc(var(--radius) - 2px);padding:.5rem .75rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn-ghost:hover{background-color:hsl(var(--surface-3))}.card-base{border-radius:var(--radius);background-color:hsl(var(--card));border:1px solid hsl(var(--border));padding:1rem}.card-hover{transition:border-color var(--motion-hover-duration)var(--motion-hover-ease)}.card-hover:hover{border-color:hsl(var(--muted-foreground)/.25)}.card-lift{transition:border-color var(--motion-hover-duration)var(--motion-hover-ease)}.card-lift:hover{border-color:hsl(var(--muted-foreground)/.2)}.card-lift.card-accent:hover{border-left-color:hsl(var(--card-accent)/.5)}.card-accent{background:hsl(var(--card));border-color:hsl(var(--card-accent)/var(--accent-border-opacity,.12));border-left:1px solid hsl(var(--card-accent)/.5)}.section-divider{background-color:hsl(var(--border));height:1px}.stage-ink .content-zone{border-color:hsl(var(--stage-line))}.content-zone{border-radius:var(--radius);border-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--card));padding:1rem}.page-title{letter-spacing:-.025em;font-size:1.875rem;font-weight:700;line-height:2.25rem}.card-title{font-size:1.25rem;font-weight:600;line-height:1.75rem}.stage-ink .page-subtitle{color:hsl(var(--stage-ink-mid))}.page-subtitle{color:hsl(var(--muted-foreground));font-size:1rem;line-height:1.5rem}.nav-brand{font-size:1rem;font-weight:600;line-height:1.5rem}.nav-item{align-items:center;gap:var(--nav-item-gap);width:100%;height:var(--nav-item-height);padding-inline:var(--nav-item-px);border-radius:var(--nav-item-radius);color:hsl(var(--muted-foreground));transition:background-color var(--motion-hover-duration)ease-out,color var(--motion-hover-duration)ease-out,border-color var(--motion-hover-duration)ease-out;cursor:pointer;border:1px solid #0000;font-size:.875rem;font-weight:500;line-height:1;text-decoration:none;display:flex}.nav-item:hover{background-color:hsl(var(--surface-2));color:hsl(var(--foreground))}.nav-item-active{background-color:hsl(var(--primary)/var(--nav-item-active-bg));border-color:hsl(var(--primary)/var(--nav-item-active-border));color:hsl(var(--primary))}.nav-item-active:hover{background-color:hsl(var(--primary)/calc(var(--nav-item-active-bg) + .04))}.nav-item-collapsed{justify-content:center;padding-inline:0}.nav-item-icon{width:var(--nav-item-icon);height:var(--nav-item-icon);flex-shrink:0}.nav-section-header{padding-inline:var(--nav-item-px);font-size:var(--nav-section-size);text-transform:uppercase;letter-spacing:var(--nav-section-tracking);color:hsl(var(--muted-foreground)/var(--nav-section-opacity));padding-block:.375rem;font-weight:600;line-height:1}.nav-user-section{border-radius:var(--nav-item-radius);background-color:hsl(var(--surface-0));border:1px solid hsl(var(--border)/var(--sidebar-border-opacity));align-items:center;gap:.625rem;padding:.5rem;display:flex}.nav-user-trigger{cursor:pointer;transition:background-color var(--motion-hover-duration)ease-out,border-color var(--motion-hover-duration)ease-out}.nav-user-trigger:hover,.nav-user-trigger[data-state=open]{background-color:hsl(var(--surface-2));border-color:hsl(var(--border))}.nav-user-trigger:focus-visible{box-shadow:0 0 0 2px hsl(var(--ring)),0 0 0 4px hsl(var(--background));outline:none}.nav-user-caret{width:1rem;height:1rem;color:hsl(var(--muted-foreground));transition:transform var(--motion-transition-duration)var(--motion-reveal-ease),color var(--motion-hover-duration)ease-out;flex-shrink:0}.nav-user-trigger[data-state=open] .nav-user-caret{color:hsl(var(--foreground))}@media (prefers-reduced-motion:no-preference){.nav-user-trigger[data-state=open] .nav-user-caret{transform:rotate(180deg)}}.nav-user-menu{border-radius:calc(var(--radius) + .125rem);border:1px solid hsl(var(--border)/var(--sidebar-border-opacity));background-color:hsl(var(--popover));width:14rem;color:hsl(var(--popover-foreground));box-shadow:var(--elevation-2-shadow);padding:.375rem}.nav-user-menu-item{width:100%;min-height:var(--nav-item-height);align-items:center;gap:var(--nav-item-gap);padding-inline:var(--nav-item-px);border-radius:var(--nav-item-radius);color:hsl(var(--muted-foreground));transition:background-color var(--motion-hover-duration)ease-out,color var(--motion-hover-duration)ease-out,border-color var(--motion-hover-duration)ease-out;border:1px solid #0000;font-size:.875rem;font-weight:500;line-height:1;text-decoration:none;display:flex}.nav-user-menu-item:hover,.nav-user-menu-item[data-highlighted]{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));outline:none}.nav-user-menu-item svg{width:var(--nav-item-icon);height:var(--nav-item-icon);flex-shrink:0}.sidebar-surface{background:linear-gradient(180deg,hsl(var(--surface-1)),hsl(var(--surface-0)/.85));border-right:1px solid hsl(var(--border)/var(--sidebar-border-opacity));-webkit-backdrop-filter:blur(var(--glass-blur))saturate(1.1);backdrop-filter:blur(var(--glass-blur))saturate(1.1)}.sidebar-header-title{color:hsl(var(--muted-foreground));letter-spacing:.02em;font-size:.75rem;font-weight:600}.navbar-surface{background-color:hsl(var(--surface-1)/.92);-webkit-backdrop-filter:blur(var(--glass-blur));border-bottom:1px solid hsl(var(--border))}.search-trigger{border-radius:var(--nav-item-radius);border:1px solid hsl(var(--border)/var(--sidebar-border-opacity));background-color:hsl(var(--surface-1)/.7);min-width:18rem;color:hsl(var(--muted-foreground));transition:border-color var(--motion-hover-duration)ease-out,background-color var(--motion-hover-duration)ease-out;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.875rem;display:flex}.search-trigger:hover{border-color:hsl(var(--border));background-color:hsl(var(--surface-1))}@media (min-width:1024px){.search-trigger{min-width:24rem}}.kbd-badge{border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--border)/var(--sidebar-border-opacity));font-size:var(--kbd-size);color:hsl(var(--muted-foreground));padding:.125rem .5rem;font-weight:500}.dashboard-page-content{padding-bottom:2rem;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.dashboard-page-content{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.dashboard-page-content{padding-left:2rem;padding-right:2rem}}.dashboard-page-content[data-has-actions=false]{padding-top:1rem}@media (min-width:640px){.dashboard-page-content[data-has-actions=false]{padding-top:1.5rem}}.circuit-label{fill:hsl(var(--muted-foreground));-webkit-user-select:none;user-select:none;pointer-events:none;font-size:10px}.circuit-value{fill:hsl(var(--foreground));font-size:11px;font-weight:600;font-family:var(--font-mono,ui-monospace,SFMono-Regular,Menlo,monospace);-webkit-user-select:none;user-select:none;pointer-events:none}.circuit-terminal{fill:hsl(var(--muted-foreground));opacity:0;transition:opacity .15s ease-out}.circuit-terminal[data-visible=true]{opacity:.55}.circuit-terminal-label{fill:hsl(var(--muted-foreground));opacity:.65;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:7px}.circuit-wire{stroke:hsl(var(--foreground));stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round}.circuit-node{fill:hsl(var(--foreground));stroke:none}.circuit-node[data-ghost=true]{fill:hsl(var(--muted-foreground));opacity:.5}.cal-pill{cursor:pointer;text-overflow:ellipsis;white-space:nowrap;transition:filter var(--motion-hover-duration)var(--motion-hover-ease),opacity var(--motion-hover-duration);border-left:3px solid #0000;border-radius:.25rem;align-items:center;margin-bottom:.125rem;padding:.125rem .375rem;font-size:.75rem;font-weight:500;line-height:1.25;display:flex;overflow:hidden}.cal-pill:hover{filter:brightness(.94)}.cal-pill[data-source=holiday]{background:var(--cal-holiday-bg-subtle);color:var(--cal-holiday-fg);border-left-color:var(--cal-holiday-border)}.cal-pill[data-source=event]{background:var(--cal-event-bg-subtle);color:var(--cal-event-fg);border-left-color:var(--cal-event-border)}.cal-pill[data-source=test]{background:var(--cal-test-bg-subtle);color:var(--cal-test-fg);border-left-color:var(--cal-test-border)}.cal-pill[data-source=class_session]{background:var(--cal-class-bg-subtle);color:var(--cal-class-fg);border-left-color:var(--cal-class-border)}.cal-timeline-event{cursor:pointer;border-radius:calc(var(--radius) - 2px);transition:filter var(--motion-hover-duration)var(--motion-hover-ease);border-left:3px solid #0000;padding:.25rem .5rem;font-size:.75rem;font-weight:500;line-height:1rem;position:absolute;left:0;right:.25rem;overflow:hidden}.cal-timeline-event:hover{filter:brightness(.94)}.cal-timeline-event[data-source=holiday]{background:var(--cal-holiday-bg-subtle);color:var(--cal-holiday-fg);border-left-color:var(--cal-holiday-border)}.cal-timeline-event[data-source=event]{background:var(--cal-event-bg-subtle);color:var(--cal-event-fg);border-left-color:var(--cal-event-border)}.cal-timeline-event[data-source=test]{background:var(--cal-test-bg-subtle);color:var(--cal-test-fg);border-left-color:var(--cal-test-border)}.cal-timeline-event[data-source=class_session]{background:var(--cal-class-bg-subtle);color:var(--cal-class-fg);border-left-color:var(--cal-class-border)}.cal-source-chip{border-width:1px;border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500;line-height:1rem;display:inline-flex}.cal-source-chip[data-source=holiday]{background-color:var(--cal-holiday-bg-subtle);border-color:var(--cal-holiday-border-subtle);color:var(--cal-holiday-fg)}.cal-source-chip[data-source=event]{background-color:var(--cal-event-bg-subtle);border-color:var(--cal-event-border-subtle);color:var(--cal-event-fg)}.cal-source-chip[data-source=test]{background-color:var(--cal-test-bg-subtle);border-color:var(--cal-test-border-subtle);color:var(--cal-test-fg)}.cal-source-chip[data-source=class_session]{background-color:var(--cal-class-bg-subtle);border-color:var(--cal-class-border-subtle);color:var(--cal-class-fg)}.stage-ink .gbr-segmented{border-color:hsl(var(--stage-line))}.gbr-segmented{border-radius:var(--radius);border-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--surface-1));align-items:center;gap:.25rem;padding:.25rem;display:inline-flex}.stage-ink .gbr-segmented-button{color:hsl(var(--stage-ink-mid))}.gbr-segmented-button{border-radius:calc(var(--radius) - 2px);color:hsl(var(--muted-foreground));border:1px solid #0000;padding:.375rem .75rem;font-size:.75rem;font-weight:500;line-height:1rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.stage-ink .gbr-segmented-button:hover{color:hsl(var(--stage-ink-hi))}.gbr-segmented-button:hover{color:hsl(var(--foreground));background-color:hsl(var(--surface-2))}.stage-ink .gbr-segmented-button[data-active=true]{color:hsl(var(--stage-ink-hi))}.gbr-segmented-button[data-active=true]{color:hsl(var(--foreground));background-color:hsl(var(--card));border-color:hsl(var(--border))}.gradebook-toolbar{flex-wrap:wrap;align-items:center;gap:.5rem;width:100%;min-width:0;margin-bottom:.5rem;display:flex}.gradebook-toolbar>*{flex-shrink:0}.gradebook-toolbar-actions{align-items:center;gap:.5rem;margin-left:auto;display:flex}.gb-control-bar{border-radius:var(--radius);border:1px solid hsl(var(--border));background-color:hsl(var(--surface-1));align-items:stretch;min-width:0;max-width:100%;height:2rem;display:inline-flex;overflow:hidden}.gb-control-item{color:hsl(var(--muted-foreground));white-space:nowrap;transition:background-color var(--motion-hover-duration)ease-out,color var(--motion-hover-duration)ease-out;align-items:center;gap:.375rem;padding-inline:.75rem;font-size:.8125rem;font-weight:500;display:inline-flex}.gb-control-item+.gb-control-item{border-left:1px solid hsl(var(--border))}.gb-control-item:hover{color:hsl(var(--foreground));background-color:hsl(var(--surface-2))}.gb-control-item[data-active=true],.gb-control-item[aria-selected=true]{color:hsl(var(--foreground));background-color:hsl(var(--surface-3))}.gb-control-item[data-pending=true]{opacity:.8}.gb-control-bar.is-scrollable{scrollbar-width:none;overflow-x:auto}.gb-control-bar.is-scrollable::-webkit-scrollbar{display:none}.gradebook-term-chip-label{letter-spacing:.04em;text-transform:uppercase;color:hsl(var(--muted-foreground));font-size:.6875rem;font-weight:500}.gradebook-kpi-strip{border-radius:var(--radius);border:1px solid hsl(var(--border));background:hsl(var(--card));grid-template-columns:1fr;gap:0;display:grid;overflow:hidden}@media (min-width:640px){.gradebook-kpi-strip{grid-template-columns:repeat(5,minmax(0,1fr))}}.gradebook-kpi-segment{-moz-column-gap:.5rem;border-top:1px solid hsl(var(--border));grid-template-rows:auto auto;grid-template-columns:auto 1fr;gap:.125rem .5rem;padding:.625rem .875rem;display:grid;position:relative}.gradebook-kpi-segment:first-child{border-top:none}@media (min-width:640px){.gradebook-kpi-segment{border-top:none;border-left:1px solid hsl(var(--border))}.gradebook-kpi-segment:first-child{border-left:none}}.gradebook-kpi-icon{background-color:hsl(var(--surface-2));width:1.5rem;height:1.5rem;color:hsl(var(--muted-foreground));border-radius:.375rem;grid-area:1/1;justify-content:center;align-items:center;display:inline-flex}.gradebook-kpi-segment[data-hero=true] .gradebook-kpi-icon{background-color:hsl(var(--primary)/.15);color:hsl(var(--primary))}.gradebook-kpi-segment[data-hero=true] .gradebook-kpi-value{color:hsl(var(--primary));font-size:1.875rem}.gradebook-kpi-segment[data-tone=warning] .gradebook-kpi-icon{background-color:hsl(var(--warning)/.15);color:hsl(var(--warning))}.gradebook-kpi-segment[data-tone=danger] .gradebook-kpi-icon{background-color:hsl(var(--destructive)/.15);color:hsl(var(--destructive))}.gradebook-kpi-segment[data-tone=success] .gradebook-kpi-icon{background-color:hsl(var(--success)/.15);color:hsl(var(--success))}.gradebook-kpi-label{letter-spacing:.04em;text-transform:uppercase;color:hsl(var(--muted-foreground));white-space:nowrap;text-overflow:ellipsis;grid-area:1/2;align-self:center;font-size:.6875rem;font-weight:500;overflow:hidden}.gradebook-kpi-value{font-feature-settings:"tnum";color:hsl(var(--foreground));grid-area:2/1/auto/-1;align-items:baseline;gap:.125rem;font-size:1.5rem;font-weight:700;line-height:1.1;display:flex}.gradebook-kpi-value .count-up-suffix{color:hsl(var(--muted-foreground));margin-left:.125rem;font-size:.875rem;font-weight:500}.gradebook-section-header{justify-content:flex-end;padding-top:.25rem;display:flex}.gradebook-grid-card{min-width:0;max-width:100%;overflow:hidden}.gradebook-grid-card>*{min-width:0}.gradebook-grid-table{border-collapse:separate;border-spacing:0;width:100%;font-size:.8125rem}.gradebook-grid-table thead tr{background-color:hsl(var(--muted))}.gradebook-grid-table th,.gradebook-grid-table td{border-bottom:1px solid hsl(var(--border));vertical-align:middle;padding:.625rem .75rem}@media (min-width:640px){.gradebook-grid-table th,.gradebook-grid-table td{padding:.75rem 1rem}}.gradebook-grid-table tbody tr:hover td{background-color:hsl(var(--muted))}.gradebook-grid-col-sticky-left{z-index:2;background-color:hsl(var(--card));position:sticky;left:0}.gradebook-grid-col-sticky-left-2{z-index:2;background-color:hsl(var(--card));position:sticky;left:10.5rem}.gradebook-grid-table thead .gradebook-grid-col-sticky-left,.gradebook-grid-table thead .gradebook-grid-col-sticky-left-2,.gradebook-grid-table tbody tr:hover .gradebook-grid-col-sticky-left,.gradebook-grid-table tbody tr:hover .gradebook-grid-col-sticky-left-2{background-color:hsl(var(--muted))}.gradebook-grid-col-student{text-transform:uppercase;letter-spacing:.04em;min-width:10.5rem;color:hsl(var(--muted-foreground));text-align:left;font-size:.6875rem;font-weight:600}.gradebook-grid-col-avg{text-transform:uppercase;letter-spacing:.04em;min-width:4.5rem;color:hsl(var(--muted-foreground));text-align:center;font-size:.6875rem;font-weight:600}.gradebook-grid-col-test{text-align:center;min-width:7rem;max-width:9rem;font-weight:500}.gradebook-grid-col-test-inner{flex-direction:column;align-items:center;gap:.25rem;display:flex}.gradebook-grid-test-title{-webkit-line-clamp:2;color:hsl(var(--foreground));text-align:center;-webkit-box-orient:vertical;font-size:.75rem;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.gradebook-grid-test-meta{color:hsl(var(--muted-foreground));flex-wrap:wrap;justify-content:center;align-items:center;gap:.375rem;font-size:.6875rem;display:inline-flex}.gradebook-grid-chip{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground));letter-spacing:.02em;text-transform:uppercase;border-radius:.25rem;align-items:center;padding:.0625rem .375rem;font-size:.625rem;font-weight:500;display:inline-flex}.gradebook-grid-test-date{white-space:nowrap}.gradebook-grid-cell-student{text-align:left;color:hsl(var(--foreground));white-space:nowrap;font-weight:500}.gradebook-grid-cell-avg,.gradebook-grid-cell{text-align:center;font-feature-settings:"tnum"}.gradebook-grid-score{cursor:pointer;transition:color var(--motion-hover-duration)ease-out;font-weight:600;text-decoration:none}.gradebook-grid-score:hover{text-decoration:underline}.gradebook-grid-empty{border:1px dashed hsl(var(--border));width:1.75rem;height:1.75rem;color:hsl(var(--muted-foreground)/.6);transition:border-color var(--motion-hover-duration)ease-out,color var(--motion-hover-duration)ease-out;cursor:pointer;border-radius:.375rem;justify-content:center;align-items:center;display:inline-flex}.gradebook-grid-empty:hover{border-color:hsl(var(--primary));color:hsl(var(--primary))}.gradebook-grid-footer{background-color:hsl(var(--muted))}.gradebook-grid-footer td{border-top:2px solid hsl(var(--border));background-color:hsl(var(--muted));border-bottom:none}.gradebook-grid-footer-label{text-transform:uppercase;letter-spacing:.04em;color:hsl(var(--muted-foreground));white-space:nowrap;font-size:.75rem;font-weight:600}.gradebook-grid-footer-avg,.gradebook-grid-footer-cell{text-align:center;font-feature-settings:"tnum"}.test-card-grid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (min-width:640px){.test-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.test-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.test-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.test-card{aspect-ratio:1;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));min-width:0;transition:border-color var(--motion-transition-duration)var(--motion-transition-ease);flex-direction:column;gap:.625rem;padding:.875rem;display:flex;container:test-card/inline-size}.test-card:hover{border-color:hsl(var(--primary)/.35)}.test-card-header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.test-card-meta{align-items:center;gap:.5rem;min-width:0;display:flex}.test-card-category{background-color:hsl(var(--surface-2));color:hsl(var(--muted-foreground));letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border-radius:.25rem;align-items:center;padding:.09375rem .4375rem;font-size:.5625rem;font-weight:600;display:inline-flex}.test-card-date{color:hsl(var(--muted-foreground));white-space:nowrap;text-overflow:ellipsis;font-size:.625rem;overflow:hidden}.test-card-action{flex-shrink:0;align-items:center;gap:.25rem;display:inline-flex}.test-card-title{min-width:0;color:hsl(var(--foreground));white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8125rem;font-weight:600;line-height:1.3;overflow:hidden}.test-card-metrics{border-top:1px solid hsl(var(--border));flex-direction:column;flex:1;gap:.625rem;min-height:0;padding-top:.5rem;display:flex}.test-card-stats{flex-wrap:nowrap;justify-content:space-between;align-items:baseline;gap:.5rem;min-width:0;margin:0;display:flex}.test-card-stat{align-items:baseline;gap:.3125rem;display:flex}.test-card-stat-label{letter-spacing:.05em;text-transform:uppercase;color:hsl(var(--muted-foreground));white-space:nowrap;font-size:.5625rem;font-weight:500}.test-card-stat-value{color:hsl(var(--foreground));font-feature-settings:"tnum";white-space:nowrap;margin:0;font-size:.75rem;font-weight:700;line-height:1.2}.test-card-chart{flex:1;min-width:0;min-height:0}@container test-card (max-width:320px){.test-card-stats{gap:.4375rem}.test-card-stat-label{font-size:.5rem}.test-card-stat-value{font-size:.6875rem}}@container test-card (max-width:240px){.test-card-stats{gap:.3125rem}.test-card-stat{gap:.25rem}.test-card-stat-label{font-size:.46875rem}.test-card-stat-value{font-size:.625rem}}.lq-launcher{padding:var(--lq-hero-padding-block)var(--lq-hero-padding-inline)var(--lq-hero-padding-block-end);text-align:center;border-radius:var(--lq-card-radius);border:1px solid hsl(var(--border));background:var(--lq-card-surface);box-shadow:var(--lq-card-shadow);position:relative;overflow:hidden}.lq-launcher:before{content:"";background:radial-gradient(60% 60% at 50% 0%,hsl(var(--primary)/.18),transparent 70%);pointer-events:none;position:absolute;inset:0}.lq-launcher>*{position:relative}.lq-launcher-icon{width:var(--lq-launcher-icon-size);height:var(--lq-launcher-icon-size);border-radius:calc(var(--radius) + .4rem);background:hsl(var(--primary)/.12);color:hsl(var(--primary));justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.lq-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:hsl(var(--muted-foreground));font-size:.7rem;font-weight:600}.lq-launcher-title{letter-spacing:-.01em;color:hsl(var(--foreground));margin-top:.5rem;font-size:1.75rem;font-weight:600}@media (min-width:640px){.lq-launcher-title{font-size:2.25rem}}.lq-launcher-sub{color:hsl(var(--muted-foreground));margin-top:.75rem;font-size:.875rem}.lq-launcher-total{color:hsl(var(--foreground));margin-top:1.5rem;font-size:.875rem;font-weight:500}.lq-launcher-actions{justify-content:center;align-items:center;gap:.75rem;margin-top:2rem;display:flex}.lq-cta-accent{box-shadow:var(--lq-cta-shadow)}.lq-deck{width:100%;height:var(--lq-deck-height);position:relative}.lq-slot{will-change:transform,opacity;position:absolute;inset:0}.lq-card{height:100%;padding:var(--lq-card-padding);border-radius:var(--lq-card-radius);border:1px solid hsl(var(--border));background:var(--lq-card-surface);box-shadow:var(--lq-card-shadow);flex-direction:column;gap:1.5rem;display:flex;position:relative;overflow:hidden}.lq-card:before{content:"";background:radial-gradient(ellipse at top,hsl(var(--primary)/.08),transparent 60%);pointer-events:none;position:absolute;inset:0}.lq-card>*{position:relative}.lq-card-back{border-radius:var(--lq-card-radius);border:1px solid hsl(var(--border));background:var(--lq-back-surface);height:100%;box-shadow:var(--lq-card-shadow-back);flex-direction:column;justify-content:center;align-items:center;padding:2.5rem;display:flex}.lq-card-back-number{font-variant-numeric:tabular-nums;color:hsl(var(--muted-foreground)/.6);margin-top:.75rem;font-size:3.5rem;font-weight:600}.lq-card-header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.lq-card-header-left,.lq-card-header-right{align-items:center;gap:.5rem;display:flex}.lq-chip{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.25rem;padding:.15rem .65rem;font-size:.7rem;font-weight:600;display:inline-flex}.lq-chip-easy{background:var(--score-success-bg-subtle);color:var(--score-success-fg)}.lq-chip-medium{background:hsl(var(--primary)/.15);color:hsl(var(--primary))}.lq-chip-hard{background:var(--score-danger-bg-subtle);color:var(--score-danger-fg)}.lq-chip-progress,.lq-chip-lang{border:1px solid hsl(var(--border));background:hsl(var(--surface-1));color:hsl(var(--muted-foreground));letter-spacing:0;text-transform:none;font-variant-numeric:tabular-nums;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.lq-chip-lang{cursor:pointer;transition:border-color var(--motion-hover-duration)var(--motion-hover-ease),color var(--motion-hover-duration)var(--motion-hover-ease);align-items:center;gap:.25rem;display:inline-flex}.lq-chip-lang:hover{border-color:hsl(var(--primary)/.5);color:hsl(var(--foreground))}.lq-meta-dot{background:hsl(var(--muted-foreground)/.5);border-radius:999px;width:4px;height:4px;display:inline-block}.lq-meta-label{color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:500}.lq-prompt{color:hsl(var(--foreground));font-size:1rem;line-height:1.6}@media (min-width:640px){.lq-prompt{font-size:1.125rem}}.lq-body{flex:1;min-height:0}.lq-options{flex-direction:column;gap:.7rem;display:flex}.lq-option{border-radius:var(--lq-option-radius);border:1px solid hsl(var(--border));background:var(--lq-option-surface);width:100%;color:hsl(var(--foreground));text-align:left;cursor:pointer;box-shadow:var(--lq-option-shadow);transition:border-color var(--motion-transition-duration)var(--motion-transition-ease),box-shadow var(--motion-transition-duration)var(--motion-transition-ease),background var(--motion-transition-duration)var(--motion-transition-ease),opacity var(--motion-transition-duration)var(--motion-transition-ease);align-items:center;gap:.85rem;padding:.9rem 1rem;font-size:.925rem;font-weight:500;display:flex;position:relative}.lq-option:hover:not(:disabled){border-color:hsl(var(--primary)/.5);box-shadow:var(--lq-option-shadow-hover)}.lq-option:focus-visible{box-shadow:var(--lq-option-shadow),0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring));outline:none}.lq-option:disabled{cursor:not-allowed;opacity:.7}.lq-option.is-selected{border-color:hsl(var(--primary));background:linear-gradient(160deg,hsl(var(--primary)/.1)0%,hsl(var(--primary)/.04)100%)}.lq-option-letter{width:var(--lq-option-letter-size);height:var(--lq-option-letter-size);background:hsl(var(--surface-3));color:hsl(var(--muted-foreground));letter-spacing:.02em;transition:background var(--motion-transition-duration)var(--motion-transition-ease),color var(--motion-transition-duration)var(--motion-transition-ease);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.lq-option.is-selected .lq-option-letter{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.lq-option-label{flex:1;line-height:1.5}.lq-option-indicator{width:var(--lq-option-indicator-size);height:var(--lq-option-indicator-size);border:1px solid hsl(var(--border));color:hsl(var(--primary-foreground));opacity:0;transition:opacity var(--motion-transition-duration)var(--motion-reveal-ease),transform var(--motion-transition-duration)var(--motion-reveal-ease),background var(--motion-transition-duration)var(--motion-transition-ease),border-color var(--motion-transition-duration)var(--motion-transition-ease);background:0 0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex;transform:scale(.9)}.lq-option.is-selected .lq-option-indicator{opacity:1;border-color:hsl(var(--primary));background:hsl(var(--primary));transform:scale(1)}.lq-option-indicator-dot{background:currentColor;border-radius:999px;width:.4rem;height:.4rem}.lq-options-hint{color:hsl(var(--muted-foreground));font-size:.75rem}.lq-input-frame{border-radius:var(--lq-option-radius);border:1px solid hsl(var(--border));background:var(--lq-option-surface);box-shadow:var(--lq-option-shadow);transition:border-color var(--motion-transition-duration)var(--motion-transition-ease),box-shadow var(--motion-transition-duration)var(--motion-transition-ease);padding:.4rem}.lq-input-frame:focus-within{border-color:hsl(var(--primary));box-shadow:var(--lq-option-shadow-hover)}.lq-input-reset{box-shadow:none!important;background:0 0!important;border:none!important;padding:.4rem .7rem!important}.lq-input-reset:focus,.lq-input-reset:focus-visible{box-shadow:none!important;outline:none!important}.lq-navbar{justify-content:space-between;align-items:center;gap:.75rem;margin-top:1.25rem;display:flex}.lq-navbar-progress{flex-direction:column;flex:auto;gap:.375rem;min-width:0;padding:0 .75rem;display:flex}.lq-navbar-progress-label{color:hsl(var(--muted-foreground));text-align:center;font-variant-numeric:tabular-nums;font-size:.75rem}.lq-hero{padding:var(--lq-hero-padding-block)var(--lq-hero-padding-inline)var(--lq-hero-padding-block-end);text-align:center;border-radius:var(--lq-card-radius);border:1px solid hsl(var(--border));background:var(--lq-card-surface);position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff1a,0 24px 56px -28px #00000059}.lq-hero:before{content:"";background:radial-gradient(60% 60% at 50% 0%,var(--lq-band-glow,hsl(var(--primary)/.4)),transparent 70%);pointer-events:none;position:absolute;inset:0}.lq-hero>*{position:relative}.lq-hero-score{width:var(--lq-score-size);height:var(--lq-score-size);border:4px solid var(--lq-band-ring,hsl(var(--primary)));box-shadow:0 0 60px var(--lq-band-glow,hsl(var(--primary)/.4));border-radius:999px;justify-content:center;align-items:center;margin:1rem auto 0;display:flex}.lq-hero-score-number{font-variant-numeric:tabular-nums;color:var(--lq-band-text,hsl(var(--primary)));font-size:3rem;font-weight:700;line-height:1}.lq-hero-score-pct{color:var(--lq-band-text,hsl(var(--primary)));font-size:1.875rem;font-weight:700}.lq-hero-message{color:hsl(var(--foreground));margin-top:1.25rem;font-size:1.125rem;font-weight:500}.lq-hero-meta{color:hsl(var(--muted-foreground));justify-content:center;align-items:center;gap:1rem;margin-top:.5rem;font-size:.75rem;display:flex}.lq-hero-actions{justify-content:center;align-items:center;gap:.75rem;margin-top:2rem;display:flex}.lq-hero-details{margin-top:1.5rem;overflow:hidden}.lq-hero[data-band=excellent]{--lq-band-ring:var(--score-success-fg);--lq-band-glow:color-mix(in srgb,var(--score-success-fg)45%,transparent);--lq-band-text:var(--score-success-fg)}.lq-hero[data-band=good]{--lq-band-ring:hsl(var(--primary));--lq-band-glow:hsl(var(--primary)/.4);--lq-band-text:hsl(var(--primary))}.lq-hero[data-band=fair]{--lq-band-ring:var(--score-warning-fg);--lq-band-glow:color-mix(in srgb,var(--score-warning-fg)40%,transparent);--lq-band-text:var(--score-warning-fg)}.lq-hero[data-band=try-again]{--lq-band-ring:var(--score-danger-fg);--lq-band-glow:color-mix(in srgb,var(--score-danger-fg)40%,transparent);--lq-band-text:var(--score-danger-fg)}.lq-unknown-type{background:color-mix(in srgb,var(--score-warning-fg)8%,transparent);border:1px solid color-mix(in srgb,var(--score-warning-fg)30%,transparent);color:var(--score-warning-fg);border-radius:.75rem;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;display:flex}.lq-unknown-type-copy{flex-direction:column;gap:.25rem;display:flex}.lq-unknown-type-title{color:hsl(var(--foreground));font-size:.95rem;font-weight:600}.lq-unknown-type-body{color:hsl(var(--muted-foreground));font-size:.875rem}.lq-answer-correct-hl{background:color-mix(in srgb,var(--score-success-fg)8%,transparent)}@media (prefers-reduced-motion:reduce){.lq-option,.lq-input-frame,.lq-chip-lang{transition:none}}.stage-frame{--stage-gutter:6%;--stage-chip-clearance:4.25rem;background-color:hsl(var(--stage-ground-0));height:100dvh;color:hsl(var(--stage-ink-hi));overflow:hidden}.stage-scroll{height:100%;overflow-y:auto}.stage-scroll-pad{padding-top:var(--stage-chip-clearance,4.25rem)}.stage-label{color:hsl(var(--stage-ink-mid));font-size:clamp(.85rem,1.1vw,1rem);font-weight:500;line-height:1.5}.stage-chip{top:1rem;left:var(--stage-gutter);max-width:calc(100% - 2*var(--stage-gutter));z-index:var(--z-sidebar);border-radius:calc(var(--radius) + .25rem);background-color:hsl(var(--stage-ground-1)/.82);-webkit-backdrop-filter:blur(12px);align-items:center;gap:.5rem;padding:.25rem .75rem .25rem .25rem;display:flex;position:absolute}.stage-chip-medallion{border-radius:calc(var(--radius) - .1rem);background-color:color-mix(in srgb,hsl(var(--section-hue))16%,transparent);border:1px solid color-mix(in srgb,hsl(var(--section-hue))34%,transparent);place-items:center;width:1.5rem;height:1.5rem;display:grid}.stage-chip-medallion:after{content:"";background-color:hsl(var(--section-hue));border-radius:999px;width:.5rem;height:.5rem}.stage-chip-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.stage-chip-pos{color:hsl(var(--stage-ink-mid));font-variant-numeric:tabular-nums;flex:none}.stage-rail-tab{appearance:none;cursor:pointer;border-radius:var(--radius);white-space:nowrap;min-width:2rem;height:2rem;color:hsl(var(--stage-ink-mid));transition:color var(--motion-hover-duration)var(--motion-hover-ease),background-color var(--motion-hover-duration)var(--motion-hover-ease);background:0 0;border:none;align-items:center;gap:.375rem;padding:0 .5rem;display:flex}.stage-rail-tab:hover{color:hsl(var(--stage-ink-hi));background-color:hsl(var(--stage-ink-hi)/.07)}@media (max-width:40rem){.stage-rail-tab-label{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.stage-rail-tab{justify-content:center;width:2rem;padding:0}}.stage-rail-scrim{z-index:var(--z-modal);visibility:hidden;background:0 0;position:absolute;inset:0}.stage-rail-open .stage-rail-scrim{visibility:visible}.stage-rail-box{top:3.5rem;left:var(--stage-gutter);z-index:var(--z-modal);background-color:hsl(var(--stage-ground-1)/.97);-webkit-backdrop-filter:blur(16px);border:1px solid hsl(var(--stage-line));border-radius:calc(var(--radius) + .5rem);width:18rem;max-height:min(74vh,38.75rem);box-shadow:var(--elevation-3-shadow);transform-origin:0 0;opacity:0;visibility:hidden;transition:opacity var(--motion-transition-duration)var(--motion-transition-ease),visibility 0s var(--motion-transition-duration);flex-direction:column;display:flex;position:absolute}@media (prefers-reduced-motion:no-preference){.stage-rail-box{transition:opacity var(--motion-transition-duration)var(--motion-transition-ease),translate var(--motion-transition-duration)var(--motion-transition-ease),scale var(--motion-transition-duration)var(--motion-transition-ease),visibility 0s var(--motion-transition-duration);translate:0 -8px;scale:.98}}.stage-rail-open .stage-rail-box{opacity:1;visibility:visible;transition-delay:0s;translate:0;scale:1}.stage-rail-head{border-bottom:1px solid hsl(var(--stage-line));padding:.75rem 1.25rem}.stage-rail-list{flex-direction:column;flex:1;gap:.25rem;margin:0;padding:.5rem;list-style:none;display:flex;overflow-y:auto}.stage-rail-tile{text-align:left;border-radius:calc(var(--radius) + .125rem);width:100%;color:hsl(var(--stage-ink-mid));transition:background-color var(--motion-hover-duration)var(--motion-hover-ease),color var(--motion-hover-duration)var(--motion-hover-ease);align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.stage-rail-tile:hover{background-color:hsl(var(--stage-ink-hi)/.06);color:hsl(var(--stage-ink-hi))}.stage-rail-tile[aria-current=step]{background-color:color-mix(in srgb,hsl(var(--section-hue))10%,transparent);color:hsl(var(--stage-ink-hi))}.stage-rail-ring{width:1.5rem;height:1.5rem;color:hsl(var(--stage-ink-low));border:1px solid hsl(var(--stage-line));border-radius:999px;flex:none;place-items:center;font-size:.75rem;font-weight:600;display:grid}.stage-rail-tile:has(.stage-rail-scent){align-items:flex-start}.stage-rail-tile:has(.stage-rail-scent) .stage-rail-ring{margin-top:.0625rem}.stage-rail-tile[aria-current=step] .stage-rail-ring{border-color:hsl(var(--section-hue));color:hsl(var(--section-hue))}.stage-rail-tile-done .stage-rail-ring{border-color:color-mix(in srgb,hsl(var(--stage-accent))45%,transparent);color:hsl(var(--stage-accent))}.stage-rail-foot{border-top:1px solid hsl(var(--stage-line));color:hsl(var(--stage-ink-mid));align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.stage-rail-foot .stage-rail-mini,.stage-rail-foot button{color:hsl(var(--stage-ink-mid))}.stage-rail-foot .stage-rail-mini:hover,.stage-rail-foot button:hover{color:hsl(var(--stage-ink-hi))}.stage-rail-mini{appearance:none;cursor:pointer;border:1px solid hsl(var(--stage-line));color:hsl(var(--stage-ink-mid));border-radius:var(--radius);min-width:2rem;height:2rem;transition:color var(--motion-hover-duration)var(--motion-hover-ease),border-color var(--motion-hover-duration)var(--motion-hover-ease);background:0 0;place-items:center;padding:0 .5rem;font-size:.75rem;font-weight:500;display:grid}.stage-rail-mini:hover{color:hsl(var(--stage-ink-hi));border-color:hsl(var(--stage-ink-low))}.stage-exit{flex-wrap:wrap;align-items:center;gap:.25rem 1.25rem;min-width:0;display:flex}.stage-exit a{white-space:nowrap;min-width:0;min-height:2rem;transition:color var(--motion-hover-duration)var(--motion-hover-ease);align-items:center;gap:.25rem;display:inline-flex}.stage-exit a>span{text-overflow:ellipsis;overflow:hidden}.stage-exit-back{color:hsl(var(--stage-ink-mid))}.stage-exit-back:hover{color:hsl(var(--stage-ink-hi))}.stage-exit-next{color:color-mix(in srgb,hsl(var(--section-hue,var(--stage-accent)))60%,hsl(var(--stage-ink-hi)))}.stage-exit-next:hover{color:hsl(var(--stage-ink-hi))}.stage-exit-short{display:none}@media (max-width:40rem){.stage-exit-title,.stage-exit-long{display:none}.stage-exit-short{display:inline}}.stage-rail-exit{min-width:0;color:hsl(var(--stage-ink-hi));transition:color var(--motion-hover-duration)var(--motion-hover-ease);align-items:center;gap:.75rem;font-size:.875rem;font-weight:600;display:flex}.stage-rail-exit-glyph{width:1.5rem;color:hsl(var(--stage-ink-low));transition:color var(--motion-hover-duration)var(--motion-hover-ease);flex:none;place-items:center;display:grid}.stage-rail-exit:hover .stage-rail-exit-glyph{color:hsl(var(--stage-ink-hi))}.stage-rail-scent{color:hsl(var(--stage-ink-low))}.stage-rail-plan{color:hsl(var(--stage-accent));margin-top:.375rem;padding-left:2.25rem;font-size:.75rem;font-weight:500;display:block}.stage-rail-plan:hover{color:hsl(var(--stage-ink-hi))}.stage-rail-who{width:1.75rem;height:1.75rem;color:hsl(var(--stage-accent));border:1px solid color-mix(in srgb,hsl(var(--stage-accent))40%,transparent);background-color:color-mix(in srgb,hsl(var(--stage-accent))14%,transparent);border-radius:999px;place-items:center;font-size:.75rem;font-weight:600;display:grid}.stage-cover{min-height:100%;padding:var(--stage-chip-clearance)var(--stage-gutter)2rem;flex-direction:column;gap:2rem;display:flex}@media (min-width:64rem){.stage-cover{-moz-column-gap:3rem;grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:center;column-gap:3rem;height:100%;padding-bottom:2.5rem;display:grid}}.stage-cover-title{letter-spacing:-.02em;color:hsl(var(--stage-ink-hi));font-size:clamp(2rem,4.5vw,4rem);font-weight:700;line-height:1.05}.stage-cover-lede{max-width:34rem;color:hsl(var(--stage-ink-mid));margin-top:1rem;font-size:clamp(1rem,1.3vw,1.2rem);line-height:1.5}.stage-cover-cta{background-color:hsl(var(--stage-accent));color:hsl(var(--stage-ground-0));transition:filter var(--motion-hover-duration)var(--motion-hover-ease);border-radius:999px;align-items:center;gap:.5rem;margin-top:1.75rem;padding:.875rem 1.5rem;font-weight:600;display:inline-flex}.stage-cover-cta:hover{filter:brightness(1.08)}.stage-cover-cta:focus-visible{outline:2px solid hsl(var(--stage-focus));outline-offset:3px}.stage-cover-progress{color:hsl(var(--stage-ink-low));font-variant-numeric:tabular-nums;margin-top:1.25rem;font-size:.875rem}.stage-cover-hero{width:100%;height:45vh;min-height:16rem;position:relative}@media (min-width:64rem){.stage-cover-hero{height:min(70vh,40rem)}}.stage-cover-hero:before{content:"";background:radial-gradient(closest-side,color-mix(in srgb,hsl(var(--stage-accent))16%,transparent),transparent);pointer-events:none;border-radius:999px;position:absolute;inset:12%}.stage-cover-hero>*{height:100%;position:relative}.stage-cover-hero .bg-surface-0{background-color:hsl(var(--stage-ground-1))}.stage-ink .text-foreground{color:hsl(var(--stage-ink-hi))}.stage-ink .text-muted-foreground{color:hsl(var(--stage-ink-mid))}.stage-ink .border-border{border-color:hsl(var(--stage-line))}.pr-deck{touch-action:pan-y pinch-zoom;flex-direction:column;min-height:0;display:flex;position:absolute;inset:0;container:deck/size}.pr-backdrop{pointer-events:none;position:absolute;inset:0}.pr-slide{flex:auto;min-height:0;position:relative;overflow:hidden}.pr-chrome{z-index:var(--z-sticky);min-height:2.5rem;padding:0 var(--stage-gutter,6%);flex-wrap:wrap;flex:none;align-items:center;gap:.5rem 1rem;margin-bottom:.5rem;display:flex;position:relative}.pr-finale{min-width:0;color:hsl(var(--stage-ink-hi));flex-wrap:wrap;flex:14rem;align-items:center;gap:.5rem 1.25rem;display:flex}.pr-finale[hidden]{display:none}.pr-deck[data-deck-compact] .pr-finale{flex-basis:100%;order:-1}.pr-deck{background-color:hsl(var(--stage-ground-0));--pr-sans:var(--font-inter),ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;--pr-mono:ui-monospace,"SF Mono",Menlo,Consolas,monospace;font-family:var(--pr-sans);--pr-text-display:clamp(2.5rem,5.4vw,4.75rem);--pr-text-title:clamp(1.6rem,3.2vw,3rem);--pr-text-lead:clamp(1.05rem,1.6vw,1.45rem);--pr-text-body:clamp(.95rem,1.2vw,1.15rem);--pr-text-note:clamp(.78rem,.92vw,.92rem)}.pr-eyebrow{font-family:var(--pr-mono,ui-monospace,"JetBrains Mono","Cascadia Code",Menlo,Consolas,monospace);letter-spacing:.16em;text-transform:uppercase;color:hsl(var(--stage-accent));align-items:center;gap:.75em;font-size:.75rem;font-weight:500;line-height:1;display:inline-flex}.pr-eyebrow:before{content:"";opacity:.7;background:currentColor;flex:none;width:1.375rem;height:1px}[lang^=zh] .pr-eyebrow{letter-spacing:.3em;font-family:inherit}.pr-display{font-size:var(--pr-text-display);letter-spacing:-.025em;text-wrap:balance;color:hsl(var(--stage-ink-hi));line-height:1.02}.pr-title{font-size:var(--pr-text-title);letter-spacing:-.02em;text-wrap:balance;color:hsl(var(--stage-ink-hi));line-height:1.08}.pr-lead{font-size:var(--pr-text-lead);text-wrap:pretty;color:hsl(var(--stage-ink-mid));line-height:1.4}.pr-body{font-size:var(--pr-text-body);text-wrap:pretty;color:hsl(var(--stage-ink-mid));line-height:1.5}.pr-strong{font-size:var(--pr-text-body);color:hsl(var(--stage-ink-hi));line-height:1.45}.pr-note{font-size:var(--pr-text-note);color:hsl(var(--stage-ink-low));line-height:1.4}.pr-mark{color:hsl(var(--stage-accent))}[lang^=zh] .pr-deck,.pr-deck[lang^=zh]{--pr-sans:var(--font-chinese),var(--font-inter),"PingFang SC","Microsoft YaHei",sans-serif}[lang^=zh] .pr-display,[lang^=zh] .pr-title{letter-spacing:.01em;word-break:keep-all;overflow-wrap:anywhere;line-height:1.2}[lang^=zh] .pr-lead,[lang^=zh] .pr-body{line-height:1.75}[lang^=zh] .pr-strong{line-height:1.6}.pr-counter{font-variant-numeric:tabular-nums;letter-spacing:.06em;color:hsl(var(--stage-ink-mid));-webkit-user-select:none;user-select:none;pointer-events:none;flex:none;align-self:flex-start;font-size:clamp(.75rem,1cqw,.875rem);line-height:2.5rem}.pr-counter i{color:hsl(var(--stage-ink-low));margin:0 .15em;font-style:normal}.pr-pager{flex:none;align-items:center;gap:.5rem;margin-left:auto;display:flex}.pr-hint{letter-spacing:.04em;color:hsl(var(--stage-ink-low));white-space:nowrap;-webkit-user-select:none;user-select:none;animation:pr-hint-in var(--motion-reveal-duration)var(--motion-hover-ease)1.2s both;margin-right:.5rem;font-size:clamp(.75rem,1cqw,.875rem)}.pr-hint[hidden]{display:none}@keyframes pr-hint-in{0%{opacity:0}to{opacity:1}}.pr-page-btn{appearance:none;cursor:pointer;border:1px solid hsl(var(--stage-line));background-color:hsl(var(--stage-ground-1)/.82);width:2.5rem;height:2.5rem;color:hsl(var(--stage-ink-mid));-webkit-backdrop-filter:blur(12px);transition:color var(--motion-hover-duration)var(--motion-hover-ease),border-color var(--motion-hover-duration)var(--motion-hover-ease);border-radius:999px;place-items:center;display:grid}.pr-page-btn:hover:not(:disabled){color:hsl(var(--stage-ink-hi));border-color:hsl(var(--stage-ink-low))}.pr-page-btn:disabled{opacity:.35;cursor:default}.pr-page-next{color:hsl(var(--section-hue,var(--stage-accent)));border-color:color-mix(in srgb,hsl(var(--section-hue,var(--stage-accent)))45%,transparent)}.pr-filament{z-index:var(--z-sticky);padding:0 var(--stage-gutter,6%).75rem;flex:none;gap:.375rem;display:flex;position:relative}.pr-filament-bar{appearance:none;cursor:pointer;background:0 0;border:none;flex:1;align-items:end;height:1rem;padding:0;display:grid}.pr-filament-bar i{background-color:hsl(var(--stage-line));height:4px;transition:background-color var(--motion-transition-duration)var(--motion-transition-ease),height var(--motion-hover-duration)var(--motion-hover-ease);border-radius:2px;display:block}.pr-filament-bar.pr-seen i{background-color:color-mix(in srgb,hsl(var(--section-hue,var(--stage-accent)))45%,transparent)}.pr-filament-bar[aria-current=true] i{background-color:hsl(var(--section-hue,var(--stage-accent)));height:6px}.pr-filament-bar:hover i,.pr-filament-bar:focus-visible i{height:7px}.pr-slide-body{--pr-safe-top:var(--stage-chip-clearance,4.25rem);--pr-safe-bottom:.75rem;--pr-safe-x:var(--stage-gutter,6%);padding:var(--pr-safe-top)var(--pr-safe-x)var(--pr-safe-bottom);flex-direction:column;justify-content:center;display:flex;position:absolute;inset:0}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-\[-6px\]{inset:-6px}.-inset-x-\[24vw\]{left:-24vw;right:-24vw}.inset-x-0{left:0;right:0}.inset-x-1{left:.25rem;right:.25rem}.inset-y-0{top:0;bottom:0}.-bottom-0\.5{bottom:-.125rem}.-bottom-20{bottom:-5rem}.-bottom-4{bottom:-1rem}.-left-16{left:-4rem}.-left-20{left:-5rem}.-left-6{left:-1.5rem}.-right-0\.5{right:-.125rem}.-right-16{right:-4rem}.-right-2{right:-.5rem}.-right-20{right:-5rem}.-right-3{right:-.75rem}.-top-0\.5{top:-.125rem}.-top-16{top:-4rem}.-top-2{top:-.5rem}.-top-20{top:-5rem}.-top-3{top:-.75rem}.-top-\[0\.35em\]{top:-.35em}.bottom-0{bottom:0}.bottom-2{bottom:.5rem}.bottom-20{bottom:5rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-full{bottom:100%}.left-0{left:0}.left-1\.5{left:.375rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-2\.5{left:.625rem}.left-3{left:.75rem}.left-4{left:1rem}.left-\[1\.15rem\]{left:1.15rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-12{right:3rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.top-0{top:0}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-1\/4{top:25%}.top-12{top:3rem}.top-2{top:.5rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-\[0\.2em\]{top:.2em}.top-\[0\.8em\]{top:.8em}.top-\[50\%\]{top:50%}.top-\[calc\(var\(--navbar-height\)\+0\.5rem\)\]{top:calc(var(--navbar-height) + .5rem)}.top-full{top:100%}.isolate{isolation:isolate}.-z-behind{z-index:calc(var(--z-behind)*-1)}.-z-modal{z-index:calc(var(--z-modal)*-1)}.-z-popover{z-index:calc(var(--z-popover)*-1)}.-z-sticky{z-index:calc(var(--z-sticky)*-1)}.-z-toast{z-index:calc(var(--z-toast)*-1)}.z-10{z-index:10}.z-\[1\]{z-index:1}.z-\[var\(--z-auth-overlay\)\]{z-index:var(--z-auth-overlay)}.z-\[var\(--z-navbar\)\]{z-index:var(--z-navbar)}.z-\[var\(--z-sidebar\)\]{z-index:var(--z-sidebar)}.z-\[var\(--z-toast\)\]{z-index:var(--z-toast)}.z-base{z-index:0}.z-behind{z-index:var(--z-behind)}.z-modal{z-index:var(--z-modal)}.z-popover{z-index:var(--z-popover)}.z-sticky{z-index:var(--z-sticky)}.z-toast{z-index:var(--z-toast)}.col-span-2{grid-column:span 2/span 2}.col-start-2{grid-column-start:2}.row-span-2{grid-row:span 2/span 2}.row-start-1{grid-row-start:1}.-m-1{margin:-.25rem}.m-0{margin:0}.m-9{margin:2.25rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.\!mb-1{margin-bottom:.25rem!important}.-mb-px{margin-bottom:-1px}.-ml-1{margin-left:-.25rem}.-mr-2{margin-right:-.5rem}.-mt-2{margin-top:-.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-8{margin-bottom:2rem}.mb-\[0\.2em\]{margin-bottom:.2em}.mb-\[0\.45em\]{margin-bottom:.45em}.mb-\[0\.4em\]{margin-bottom:.4em}.mb-\[0\.5em\]{margin-bottom:.5em}.mb-\[0\.8vh\]{margin-bottom:.8vh}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-5{margin-left:1.25rem}.ml-\[0\.25em\]{margin-left:.25em}.ml-\[0\.6em\]{margin-left:.6em}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[0\.2em\]{margin-top:.2em}.mt-\[0\.35em\]{margin-top:.35em}.mt-\[0\.6em\]{margin-top:.6em}.mt-\[0\.75em\]{margin-top:.75em}.mt-\[0\.9em\]{margin-top:.9em}.mt-\[1\.2em\]{margin-top:1.2em}.mt-\[1\.2vh\]{margin-top:1.2vh}.mt-\[1\.4em\]{margin-top:1.4em}.mt-\[1\.4vh\]{margin-top:1.4vh}.mt-\[1\.6vh\]{margin-top:1.6vh}.mt-\[1\.8vh\]{margin-top:1.8vh}.mt-\[2\.2vh\]{margin-top:2.2vh}.mt-\[2vh\]{margin-top:2vh}.mt-\[3vh\]{margin-top:3vh}.mt-\[clamp\(0\.2rem\,0\.8cqh\,0\.7rem\)\]{margin-top:clamp(.2rem,.8cqh,.7rem)}.mt-\[clamp\(0\.2rem\,0\.9cqh\,0\.8rem\)\]{margin-top:clamp(.2rem,.9cqh,.8rem)}.mt-\[clamp\(0\.3rem\,1cqh\,0\.8rem\)\]{margin-top:clamp(.3rem,1cqh,.8rem)}.mt-\[clamp\(0\.3rem\,1cqh\,0\.9rem\)\]{margin-top:clamp(.3rem,1cqh,.9rem)}.mt-\[clamp\(0\.4rem\,1\.4cqh\,1\.2rem\)\]{margin-top:clamp(.4rem,1.4cqh,1.2rem)}.mt-\[clamp\(0\.5rem\,1\.3cqh\,1rem\)\]{margin-top:clamp(.5rem,1.3cqh,1rem)}.mt-\[clamp\(0\.5rem\,1\.4cqh\,1\.1rem\)\]{margin-top:clamp(.5rem,1.4cqh,1.1rem)}.mt-\[clamp\(0\.5rem\,2cqh\,1\.8rem\)\]{margin-top:clamp(.5rem,2cqh,1.8rem)}.mt-\[clamp\(0\.5rem\,2cqh\,2rem\)\]{margin-top:clamp(.5rem,2cqh,2rem)}.mt-\[clamp\(0\.6rem\,1\.6cqh\,1\.4rem\)\]{margin-top:clamp(.6rem,1.6cqh,1.4rem)}.mt-\[clamp\(0\.6rem\,1\.8cqh\,1\.6rem\)\]{margin-top:clamp(.6rem,1.8cqh,1.6rem)}.mt-\[clamp\(0\.7rem\,1\.2vh\,1rem\)\]{margin-top:clamp(.7rem,1.2vh,1rem)}.mt-\[clamp\(0\.8rem\,1\.5vh\,1\.3rem\)\]{margin-top:clamp(.8rem,1.5vh,1.3rem)}.mt-auto{margin-top:auto}.mt-px{margin-top:1px}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-row{display:table-row}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:16/9}.size-11{width:2.75rem;height:2.75rem}.size-3{width:.75rem;height:.75rem}.size-3\.5{width:.875rem;height:.875rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.size-7{width:1.75rem;height:1.75rem}.size-\[0\.38em\]{width:.38em;height:.38em}.size-\[0\.55em\]{width:.55em;height:.55em}.size-\[0\.75em\]{width:.75em;height:.75em}.size-\[1\.05em\]{width:1.05em;height:1.05em}.size-full{width:100%;height:100%}.size-icon-lg{width:var(--icon-size-lg);height:var(--icon-size-lg)}.size-icon-md{width:var(--icon-size-md);height:var(--icon-size-md)}.size-icon-sm{width:var(--icon-size-sm);height:var(--icon-size-sm)}.size-icon-xl{width:var(--icon-size-xl);height:var(--icon-size-xl)}.size-icon-xs{width:var(--icon-size-xs);height:var(--icon-size-xs)}.h-0{height:0}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-2\/3{height:66.6667%}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[0\.28em\]{height:.28em}.h-\[0\.42em\]{height:.42em}.h-\[0\.5em\]{height:.5em}.h-\[0\.7em\]{height:.7em}.h-\[1\.15rem\]{height:1.15rem}.h-\[1\.4em\]{height:1.4em}.h-\[1\.6em\]{height:1.6em}.h-\[120px\]{height:120px}.h-\[128px\]{height:128px}.h-\[140px\]{height:140px}.h-\[148px\]{height:148px}.h-\[160px\]{height:160px}.h-\[16cqh\]{height:16cqh}.h-\[180px\]{height:180px}.h-\[18px\]{height:18px}.h-\[200px\]{height:200px}.h-\[34cqh\]{height:34cqh}.h-\[400px\]{height:400px}.h-\[72px\]{height:72px}.h-\[85vh\]{height:85vh}.h-\[calc\(100vh-4rem\)\]{height:calc(100vh - 4rem)}.h-\[clamp\(2\.6rem\,6cqh\,3\.4rem\)\]{height:clamp(2.6rem,6cqh,3.4rem)}.h-\[var\(--navbar-height\)\]{height:var(--navbar-height)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-dvh{height:100dvh}.h-full{height:100%}.h-px{height:1px}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-48{max-height:12rem}.max-h-60{max-height:15rem}.max-h-96{max-height:24rem}.max-h-\[120px\]{max-height:120px}.max-h-\[160px\]{max-height:160px}.max-h-\[200px\]{max-height:200px}.max-h-\[240px\]{max-height:240px}.max-h-\[24rem\]{max-height:24rem}.max-h-\[300px\]{max-height:300px}.max-h-\[30vh\]{max-height:30vh}.max-h-\[34vh\]{max-height:34vh}.max-h-\[38vh\]{max-height:38vh}.max-h-\[40vh\]{max-height:40vh}.max-h-\[46vh\]{max-height:46vh}.max-h-\[48vh\]{max-height:48vh}.max-h-\[55vh\]{max-height:55vh}.max-h-\[60vh\]{max-height:60vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[88vh\]{max-height:88vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[min\(480px\,calc\(100dvh-5rem\)\)\]{max-height:min(480px,100dvh - 5rem)}.max-h-\[var\(--dialog-max-h\)\]{max-height:var(--dialog-max-h)}.max-h-\[var\(--radix-dropdown-menu-content-available-height\,80vh\)\]{max-height:var(--radix-dropdown-menu-content-available-height,80vh)}.max-h-\[var\(--radix-popover-content-available-height\,80vh\)\]{max-height:var(--radix-popover-content-available-height,80vh)}.max-h-full{max-height:100%}.min-h-0{min-height:0}.min-h-10{min-height:2.5rem}.min-h-6{min-height:1.5rem}.min-h-\[120px\]{min-height:120px}.min-h-\[200px\]{min-height:200px}.min-h-\[288px\]{min-height:288px}.min-h-\[3\.6rem\]{min-height:3.6rem}.min-h-\[36px\]{min-height:36px}.min-h-\[4\.5rem\]{min-height:4.5rem}.min-h-\[48px\]{min-height:48px}.min-h-\[5rem\]{min-height:5rem}.min-h-\[6rem\]{min-height:6rem}.min-h-\[72px\]{min-height:72px}.min-h-\[7rem\]{min-height:7rem}.min-h-\[80px\]{min-height:80px}.min-h-\[8rem\]{min-height:8rem}.min-h-\[9rem\]{min-height:9rem}.min-h-dvh{min-height:100dvh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0{width:0}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-11\/12{width:91.6667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.6667%}.w-2\/5{width:40%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.3333%}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[0\.42em\]{width:.42em}.w-\[0\.5em\]{width:.5em}.w-\[1\.15rem\]{width:1.15rem}.w-\[1\.1em\]{width:1.1em}.w-\[1\.3em\]{width:1.3em}.w-\[16rem\]{width:16rem}.w-\[18rem\]{width:18rem}.w-\[280px\]{width:280px}.w-\[2px\]{width:2px}.w-\[72px\]{width:72px}.w-\[clamp\(0\.7rem\,1\.4cqw\,1\.6rem\)\]{width:clamp(.7rem,1.4cqw,1.6rem)}.w-\[clamp\(3rem\,10cqw\,7rem\)\]{width:clamp(3rem,10cqw,7rem)}.w-\[var\(--sidebar-width\)\]{width:var(--sidebar-width)}.w-\[var\(--sidebar-width-expanded\)\]{width:var(--sidebar-width-expanded)}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.min-w-0{min-width:0}.min-w-4{min-width:1rem}.min-w-5{min-width:1.25rem}.min-w-\[1\.125rem\]{min-width:1.125rem}.min-w-\[1\.25rem\]{min-width:1.25rem}.min-w-\[11rem\]{min-width:11rem}.min-w-\[180px\]{min-width:180px}.min-w-\[18px\]{min-width:18px}.min-w-\[2\.25rem\]{min-width:2.25rem}.min-w-\[2\.5rem\]{min-width:2.5rem}.min-w-\[2\.75rem\]{min-width:2.75rem}.min-w-\[2rem\]{min-width:2rem}.min-w-\[3\.25rem\]{min-width:3.25rem}.min-w-\[3\.5rem\]{min-width:3.5rem}.min-w-\[4\.5rem\]{min-width:4.5rem}.min-w-\[4rem\]{min-width:4rem}.min-w-\[5\.5rem\]{min-width:5.5rem}.min-w-\[600px\]{min-width:600px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-40{max-width:10rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-\[12ch\]{max-width:12ch}.max-w-\[14ch\]{max-width:14ch}.max-w-\[160px\]{max-width:160px}.max-w-\[16ch\]{max-width:16ch}.max-w-\[16rem\]{max-width:16rem}.max-w-\[180px\]{max-width:180px}.max-w-\[18ch\]{max-width:18ch}.max-w-\[20ch\]{max-width:20ch}.max-w-\[23ch\]{max-width:23ch}.max-w-\[24ch\]{max-width:24ch}.max-w-\[26ch\]{max-width:26ch}.max-w-\[280px\]{max-width:280px}.max-w-\[28ch\]{max-width:28ch}.max-w-\[30ch\]{max-width:30ch}.max-w-\[320px\]{max-width:320px}.max-w-\[32ch\]{max-width:32ch}.max-w-\[34ch\]{max-width:34ch}.max-w-\[34rem\]{max-width:34rem}.max-w-\[360px\]{max-width:360px}.max-w-\[36ch\]{max-width:36ch}.max-w-\[36rem\]{max-width:36rem}.max-w-\[38ch\]{max-width:38ch}.max-w-\[38rem\]{max-width:38rem}.max-w-\[400px\]{max-width:400px}.max-w-\[40ch\]{max-width:40ch}.max-w-\[420px\]{max-width:420px}.max-w-\[42ch\]{max-width:42ch}.max-w-\[44ch\]{max-width:44ch}.max-w-\[46ch\]{max-width:46ch}.max-w-\[46rem\]{max-width:46rem}.max-w-\[48ch\]{max-width:48ch}.max-w-\[50ch\]{max-width:50ch}.max-w-\[52ch\]{max-width:52ch}.max-w-\[54ch\]{max-width:54ch}.max-w-\[56ch\]{max-width:56ch}.max-w-\[58ch\]{max-width:58ch}.max-w-\[58rem\]{max-width:58rem}.max-w-\[600px\]{max-width:600px}.max-w-\[60ch\]{max-width:60ch}.max-w-\[60rem\]{max-width:60rem}.max-w-\[62ch\]{max-width:62ch}.max-w-\[62rem\]{max-width:62rem}.max-w-\[64ch\]{max-width:64ch}.max-w-\[64rem\]{max-width:64rem}.max-w-\[66rem\]{max-width:66rem}.max-w-\[68ch\]{max-width:68ch}.max-w-\[68rem\]{max-width:68rem}.max-w-\[70rem\]{max-width:70rem}.max-w-\[72rem\]{max-width:72rem}.max-w-\[74ch\]{max-width:74ch}.max-w-\[85vw\]{max-width:85vw}.max-w-\[86ch\]{max-width:86ch}.max-w-\[88ch\]{max-width:88ch}.max-w-\[88vw\]{max-width:88vw}.max-w-\[8rem\]{max-width:8rem}.max-w-\[90vw\]{max-width:90vw}.max-w-\[96ch\]{max-width:96ch}.max-w-\[Npx\]{max-width:Npx}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-page{max-width:90rem}.max-w-reading{max-width:60rem}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x:-100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.-translate-y-2{--tw-translate-y:-.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.translate-y-\[-0\.05em\]{--tw-translate-y:-.05em;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.translate-y-\[-0\.25em\]{--tw-translate-y:-.25em;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.translate-y-\[0\.9em\]{--tw-translate-y:.9em;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}.animate-bounce{animation:1s infinite bounce}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;user-select:none}.select-all{-webkit-user-select:all;user-select:all}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.scroll-mt-\[calc\(var\(--navbar-height\)\+1rem\)\]{scroll-margin-top:calc(var(--navbar-height) + 1rem)}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.auto-rows-\[32rem\]{grid-auto-rows:32rem}.auto-rows-min{grid-auto-rows:min-content}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-\[1\.75rem_1fr_auto_auto\]{grid-template-columns:1.75rem 1fr auto auto}.grid-cols-\[1\.75rem_1fr_auto_auto_auto_auto\]{grid-template-columns:1.75rem 1fr auto auto auto auto}.grid-cols-\[180px_repeat\(6\,1fr\)_80px\]{grid-template-columns:180px repeat(6,1fr) 80px}.grid-cols-\[1fr_100px_100px_100px\]{grid-template-columns:1fr 100px 100px 100px}.grid-cols-\[1fr_100px_100px_120px\]{grid-template-columns:1fr 100px 100px 120px}.grid-cols-\[1fr_120px_100px_80px\]{grid-template-columns:1fr 120px 100px 80px}.grid-cols-\[1fr_80px_80px_80px_120px\]{grid-template-columns:1fr 80px 80px 80px 120px}.grid-cols-\[60px_repeat\(5\,1fr\)\]{grid-template-columns:60px repeat(5,1fr)}.grid-cols-\[minmax\(0\,1\.6fr\)_repeat\(4\,minmax\(0\,1fr\)\)\]{grid-template-columns:minmax(0,1.6fr) repeat(4,minmax(0,1fr))}.grid-cols-\[minmax\(0\,10rem\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,10rem) minmax(0,1fr)}.grid-cols-\[minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,1fr)}.grid-cols-\[minmax\(0\,5fr\)_minmax\(0\,8fr\)\]{grid-template-columns:minmax(0,5fr) minmax(0,8fr)}.grid-cols-\[minmax\(0\,5rem\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,5rem) minmax(0,1fr)}.grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.grid-rows-8{grid-template-rows:repeat(8,minmax(0,1fr))}.grid-rows-\[auto_auto\]{grid-template-rows:auto auto}.grid-rows-\[var\(--navbar-height\)_1fr\]{grid-template-rows:var(--navbar-height)1fr}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-12{gap:3rem}.gap-14{gap:3.5rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-20{gap:5rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-\[0\.35em\]{gap:.35em}.gap-\[0\.45em\]{gap:.45em}.gap-\[0\.55em\]{gap:.55em}.gap-\[0\.5em\]{gap:.5em}.gap-\[0\.6em\]{gap:.6em}.gap-\[0\.7em\]{gap:.7em}.gap-\[0\.7vh\]{gap:.7vh}.gap-\[0\.85em\]{gap:.85em}.gap-\[1\.6vh\]{gap:1.6vh}.gap-\[3vw\]{gap:3vw}.gap-\[clamp\(0\.45rem\,0\.9vh\,0\.8rem\)\]{gap:clamp(.45rem,.9vh,.8rem)}.gap-\[clamp\(0\.45rem\,1\.1cqh\,0\.9rem\)\]{gap:clamp(.45rem,1.1cqh,.9rem)}.gap-\[clamp\(0\.4rem\,0\.9cqw\,0\.7rem\)\]{gap:clamp(.4rem,.9cqw,.7rem)}.gap-\[clamp\(0\.4rem\,0\.9vh\,0\.8rem\)\]{gap:clamp(.4rem,.9vh,.8rem)}.gap-\[clamp\(0\.4rem\,1\.1cqh\,0\.9rem\)\]{gap:clamp(.4rem,1.1cqh,.9rem)}.gap-\[clamp\(0\.4rem\,1cqh\,0\.8rem\)\]{gap:clamp(.4rem,1cqh,.8rem)}.gap-\[clamp\(0\.4rem\,1cqw\,0\.9rem\)\]{gap:clamp(.4rem,1cqw,.9rem)}.gap-\[clamp\(0\.5rem\,1\.1vh\,1\.05rem\)\]{gap:clamp(.5rem,1.1vh,1.05rem)}.gap-\[clamp\(0\.5rem\,1\.2cqh\,0\.9rem\)\]{gap:clamp(.5rem,1.2cqh,.9rem)}.gap-\[clamp\(0\.5rem\,1\.2cqh\,1rem\)\]{gap:clamp(.5rem,1.2cqh,1rem)}.gap-\[clamp\(0\.5rem\,1\.2cqw\,1rem\)\]{gap:clamp(.5rem,1.2cqw,1rem)}.gap-\[clamp\(0\.5rem\,1\.3cqh\,1rem\)\]{gap:clamp(.5rem,1.3cqh,1rem)}.gap-\[clamp\(0\.5rem\,1\.4cqh\,1\.1rem\)\]{gap:clamp(.5rem,1.4cqh,1.1rem)}.gap-\[clamp\(0\.5rem\,1vh\,0\.9rem\)\]{gap:clamp(.5rem,1vh,.9rem)}.gap-\[clamp\(0\.6rem\,0\.9vw\,1\.1rem\)\]{gap:clamp(.6rem,.9vw,1.1rem)}.gap-\[clamp\(0\.6rem\,1\.1vh\,1rem\)\]{gap:clamp(.6rem,1.1vh,1rem)}.gap-\[clamp\(0\.6rem\,1\.2vh\,1\.1rem\)\]{gap:clamp(.6rem,1.2vh,1.1rem)}.gap-\[clamp\(0\.6rem\,1\.4cqh\,1\.1rem\)\]{gap:clamp(.6rem,1.4cqh,1.1rem)}.gap-\[clamp\(0\.6rem\,1\.5cqh\,1\.2rem\)\]{gap:clamp(.6rem,1.5cqh,1.2rem)}.gap-\[clamp\(0\.6rem\,1\.5cqh\,1\.35rem\)\]{gap:clamp(.6rem,1.5cqh,1.35rem)}.gap-\[clamp\(0\.6rem\,1\.6cqw\,2rem\)\]{gap:clamp(.6rem,1.6cqw,2rem)}.gap-\[clamp\(0\.7rem\,1\.2vh\,1\.1rem\)\]{gap:clamp(.7rem,1.2vh,1.1rem)}.gap-\[clamp\(0\.7rem\,1\.3vh\,1\.1rem\)\]{gap:clamp(.7rem,1.3vh,1.1rem)}.gap-\[clamp\(0\.7rem\,1\.4vh\,1\.2rem\)\]{gap:clamp(.7rem,1.4vh,1.2rem)}.gap-\[clamp\(0\.7rem\,1\.4vw\,1\.6rem\)\]{gap:clamp(.7rem,1.4vw,1.6rem)}.gap-\[clamp\(0\.7rem\,1\.5vh\,1\.35rem\)\]{gap:clamp(.7rem,1.5vh,1.35rem)}.gap-\[clamp\(0\.7rem\,1\.6cqh\,1\.3rem\)\]{gap:clamp(.7rem,1.6cqh,1.3rem)}.gap-\[clamp\(0\.7rem\,1\.7cqh\,1\.4rem\)\]{gap:clamp(.7rem,1.7cqh,1.4rem)}.gap-\[clamp\(0\.7rem\,1\.8cqh\,1\.6rem\)\]{gap:clamp(.7rem,1.8cqh,1.6rem)}.gap-\[clamp\(0\.7rem\,2cqh\,1\.7rem\)\]{gap:clamp(.7rem,2cqh,1.7rem)}.gap-\[clamp\(0\.8rem\,1\.5vh\,1\.3rem\)\]{gap:clamp(.8rem,1.5vh,1.3rem)}.gap-\[clamp\(0\.8rem\,1\.6vh\,1\.4rem\)\]{gap:clamp(.8rem,1.6vh,1.4rem)}.gap-\[clamp\(0\.8rem\,1\.6vw\,2rem\)\]{gap:clamp(.8rem,1.6vw,2rem)}.gap-\[clamp\(0\.8rem\,1\.8vh\,1\.6rem\)\]{gap:clamp(.8rem,1.8vh,1.6rem)}.gap-\[clamp\(0\.8rem\,1\.9cqh\,1\.6rem\)\]{gap:clamp(.8rem,1.9cqh,1.6rem)}.gap-\[clamp\(0\.8rem\,2cqh\,1\.5rem\)\]{gap:clamp(.8rem,2cqh,1.5rem)}.gap-\[clamp\(0\.8rem\,2cqh\,1\.6rem\)\]{gap:clamp(.8rem,2cqh,1.6rem)}.gap-\[clamp\(0\.9rem\,1\.7vh\,1\.6rem\)\]{gap:clamp(.9rem,1.7vh,1.6rem)}.gap-\[clamp\(0\.9rem\,1\.8vh\,1\.7rem\)\]{gap:clamp(.9rem,1.8vh,1.7rem)}.gap-\[clamp\(0\.9rem\,2\.2cqh\,2rem\)\]{gap:clamp(.9rem,2.2cqh,2rem)}.gap-\[clamp\(0\.9rem\,2vh\,1\.6rem\)\]{gap:clamp(.9rem,2vh,1.6rem)}.gap-\[clamp\(1rem\,2\.4vh\,2rem\)\]{gap:clamp(1rem,2.4vh,2rem)}.gap-card-gap{gap:var(--space-card-gap)}.gap-px{gap:1px}.gap-section{gap:var(--space-section)}.gap-section-lg{gap:var(--space-section-lg)}.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-\[3vw\]{-moz-column-gap:3vw;column-gap:3vw}.gap-x-\[clamp\(0\.9rem\,1\.6vw\,1\.8rem\)\]{-moz-column-gap:clamp(.9rem,1.6vw,1.8rem);column-gap:clamp(.9rem,1.6vw,1.8rem)}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-5{row-gap:1.25rem}.gap-y-6{row-gap:1.5rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem*var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem*var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px*var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.divide-border>:not([hidden])~:not([hidden]){border-color:hsl(var(--border))}.divide-border\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--border)/.4)}.divide-border\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--border)/.5)}.self-start{align-self:flex-start}.self-center{align-self:center}.self-stretch{align-self:stretch}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-balance{text-wrap:balance}.text-pretty{text-wrap:pretty}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[0\.55rem\]{border-radius:.55rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[11px\]{border-radius:11px}.rounded-\[12px\]{border-radius:12px}.rounded-\[13px\]{border-radius:13px}.rounded-\[16px\]{border-radius:16px}.rounded-\[18px\]{border-radius:18px}.rounded-\[4px\]{border-radius:4px}.rounded-\[clamp\(0\.5rem\,0\.8cqw\,0\.9rem\)\]{border-radius:clamp(.5rem,.8cqw,.9rem)}.rounded-\[clamp\(0\.6rem\,0\.9cqw\,1rem\)\]{border-radius:clamp(.6rem,.9cqw,1rem)}.rounded-\[clamp\(0\.75rem\,1\.1cqw\,1\.25rem\)\]{border-radius:clamp(.75rem,1.1cqw,1.25rem)}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-t-md{border-top-left-radius:calc(var(--radius) - 2px);border-top-right-radius:calc(var(--radius) - 2px)}.rounded-t-sm{border-top-left-radius:calc(var(--radius) - 4px);border-top-right-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-l-\[3px\]{border-left-width:3px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-\[hsl\(var\(--stage-accent\)\)\]{border-color:hsl(var(--stage-accent))}.border-\[hsl\(var\(--stage-accent\)\/0\.4\)\]{border-color:hsl(var(--stage-accent)/.4)}.border-\[hsl\(var\(--stage-accent\)\/0\.55\)\]{border-color:hsl(var(--stage-accent)/.55)}.border-\[hsl\(var\(--stage-accent\)\/0\.65\)\]{border-color:hsl(var(--stage-accent)/.65)}.border-\[hsl\(var\(--stage-accent\)\/0\.75\)\]{border-color:hsl(var(--stage-accent)/.75)}.border-\[hsl\(var\(--stage-ink-low\)\)\]{border-color:hsl(var(--stage-ink-low))}.border-\[hsl\(var\(--stage-line\)\)\]{border-color:hsl(var(--stage-line))}.border-\[hsl\(var\(--stage-line\)\/0\.75\)\]{border-color:hsl(var(--stage-line)/.75)}.border-\[hsl\(var\(--stage-line\)\/0\.8\)\]{border-color:hsl(var(--stage-line)/.8)}.border-\[hsl\(var\(--stage-line\)\/0\.9\)\]{border-color:hsl(var(--stage-line)/.9)}.border-amber-500\/30{border-color:#f59e0b4d}.border-background{border-color:hsl(var(--background))}.border-blue-500\/30{border-color:#3b82f64d}.border-border{border-color:hsl(var(--border))}.border-border\/30{border-color:hsl(var(--border)/.3)}.border-border\/40{border-color:hsl(var(--border)/.4)}.border-border\/50{border-color:hsl(var(--border)/.5)}.border-border\/60{border-color:hsl(var(--border)/.6)}.border-border\/80{border-color:hsl(var(--border)/.8)}.border-destructive{border-color:hsl(var(--destructive))}.border-destructive\/20{border-color:hsl(var(--destructive)/.2)}.border-destructive\/30{border-color:hsl(var(--destructive)/.3)}.border-emerald-500\/30{border-color:#10b9814d}.border-foreground{border-color:hsl(var(--foreground))}.border-input{border-color:hsl(var(--input))}.border-muted{border-color:hsl(var(--muted))}.border-muted-foreground\/30{border-color:hsl(var(--muted-foreground)/.3)}.border-primary{border-color:hsl(var(--primary))}.border-primary\/20{border-color:hsl(var(--primary)/.2)}.border-primary\/25{border-color:hsl(var(--primary)/.25)}.border-primary\/30{border-color:hsl(var(--primary)/.3)}.border-primary\/40{border-color:hsl(var(--primary)/.4)}.border-primary\/50{border-color:hsl(var(--primary)/.5)}.border-purple-500\/30{border-color:#a855f74d}.border-status-danger-border-subtle{border-color:var(--status-danger-border-subtle)}.border-status-info-border-subtle{border-color:var(--status-info-border-subtle)}.border-status-neutral-border-subtle{border-color:var(--status-neutral-border-subtle)}.border-status-success-border{border-color:var(--status-success-border)}.border-status-success-border-subtle{border-color:var(--status-success-border-subtle)}.border-status-warning-border-subtle{border-color:var(--status-warning-border-subtle)}.border-surface-0{border-color:hsl(var(--surface-0))}.border-transparent{border-color:#0000}.border-white\/\[0\.06\]{border-color:#ffffff0f}.border-l-\[hsl\(var\(--destructive\)\)\]{border-left-color:hsl(var(--destructive))}.border-l-\[hsl\(var\(--success\)\)\]{border-left-color:hsl(var(--success))}.border-l-\[hsl\(var\(--warning\)\)\]{border-left-color:hsl(var(--warning))}.border-l-amber-500{--tw-border-opacity:1;border-left-color:rgb(245 158 11/var(--tw-border-opacity,1))}.border-l-destructive{border-left-color:hsl(var(--destructive))}.border-l-red-500{--tw-border-opacity:1;border-left-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-l-success{border-left-color:hsl(var(--success))}.border-t-transparent{border-top-color:#0000}.\!bg-\[hsl\(var\(--stage-ground-2\)\)\]{background-color:hsl(var(--stage-ground-2))!important}.bg-\[hsl\(var\(--destructive\)\)\]{background-color:hsl(var(--destructive))}.bg-\[hsl\(var\(--destructive\)\)\]\/10{background-color:hsl(var(--destructive)/.1)}.bg-\[hsl\(var\(--stage-accent\)\)\]{background-color:hsl(var(--stage-accent))}.bg-\[hsl\(var\(--stage-accent\)\/0\.08\)\]{background-color:hsl(var(--stage-accent)/.08)}.bg-\[hsl\(var\(--stage-accent\)\/0\.1\)\]{background-color:hsl(var(--stage-accent)/.1)}.bg-\[hsl\(var\(--stage-ground-0\)\/0\.72\)\]{background-color:hsl(var(--stage-ground-0)/.72)}.bg-\[hsl\(var\(--stage-ground-0\)\/0\.82\)\]{background-color:hsl(var(--stage-ground-0)/.82)}.bg-\[hsl\(var\(--stage-ground-1\)\)\]{background-color:hsl(var(--stage-ground-1))}.bg-\[hsl\(var\(--stage-ground-1\)\/0\.6\)\]{background-color:hsl(var(--stage-ground-1)/.6)}.bg-\[hsl\(var\(--stage-ground-1\)\/0\.7\)\]{background-color:hsl(var(--stage-ground-1)/.7)}.bg-\[hsl\(var\(--stage-ground-1\)\/0\.75\)\]{background-color:hsl(var(--stage-ground-1)/.75)}.bg-\[hsl\(var\(--stage-ground-1\)\/0\.85\)\]{background-color:hsl(var(--stage-ground-1)/.85)}.bg-\[hsl\(var\(--stage-ground-2\)\)\]{background-color:hsl(var(--stage-ground-2))}.bg-\[hsl\(var\(--stage-line\)\)\]{background-color:hsl(var(--stage-line))}.bg-\[hsl\(var\(--success\)\)\]{background-color:hsl(var(--success))}.bg-\[hsl\(var\(--success\)\)\]\/10{background-color:hsl(var(--success)/.1)}.bg-\[hsl\(var\(--warning\)\)\]{background-color:hsl(var(--warning))}.bg-\[hsl\(var\(--warning\)\)\]\/10{background-color:hsl(var(--warning)/.1)}.bg-amber-500\/15{background-color:#f59e0b26}.bg-amber-600{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.bg-background{background-color:hsl(var(--background))}.bg-background\/60{background-color:hsl(var(--background)/.6)}.bg-background\/80{background-color:hsl(var(--background)/.8)}.bg-background\/95{background-color:hsl(var(--background)/.95)}.bg-badge-midterm-bg-subtle{background-color:var(--badge-midterm-bg-subtle)}.bg-badge-other-bg-subtle{background-color:var(--badge-other-bg-subtle)}.bg-black\/0{background-color:#0000}.bg-black\/50{background-color:#00000080}.bg-black\/80{background-color:#000c}.bg-blue-500\/15{background-color:#3b82f626}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-border{background-color:hsl(var(--border))}.bg-brand-primary{background-color:hsl(var(--brand-primary))}.bg-card{background-color:hsl(var(--card))}.bg-card-accent\/10{background-color:hsl(var(--card-accent)/.1)}.bg-card\/90{background-color:hsl(var(--card)/.9)}.bg-card\/95{background-color:hsl(var(--card)/.95)}.bg-current{background-color:currentColor}.bg-cyan-600{--tw-bg-opacity:1;background-color:rgb(8 145 178/var(--tw-bg-opacity,1))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-destructive\/10{background-color:hsl(var(--destructive)/.1)}.bg-destructive\/5{background-color:hsl(var(--destructive)/.05)}.bg-emerald-500\/15{background-color:#10b98126}.bg-emerald-600{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))}.bg-feature-1\/10{background-color:hsl(var(--feature-1)/.1)}.bg-feature-1\/20{background-color:hsl(var(--feature-1)/.2)}.bg-feature-1\/90{background-color:hsl(var(--feature-1)/.9)}.bg-feature-2\/20{background-color:hsl(var(--feature-2)/.2)}.bg-feature-3\/10{background-color:hsl(var(--feature-3)/.1)}.bg-feature-3\/15{background-color:hsl(var(--feature-3)/.15)}.bg-foreground{background-color:hsl(var(--foreground))}.bg-gbr-excellent-bg-subtle{background-color:var(--gbr-excellent-bg-subtle)}.bg-input{background-color:hsl(var(--input))}.bg-muted{background-color:hsl(var(--muted))}.bg-muted-foreground\/40{background-color:hsl(var(--muted-foreground)/.4)}.bg-muted-foreground\/60{background-color:hsl(var(--muted-foreground)/.6)}.bg-muted\/30{background-color:hsl(var(--muted)/.3)}.bg-muted\/50{background-color:hsl(var(--muted)/.5)}.bg-pink-600{--tw-bg-opacity:1;background-color:rgb(219 39 119/var(--tw-bg-opacity,1))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary\/10{background-color:hsl(var(--primary)/.1)}.bg-primary\/15{background-color:hsl(var(--primary)/.15)}.bg-primary\/20{background-color:hsl(var(--primary)/.2)}.bg-primary\/5{background-color:hsl(var(--primary)/.05)}.bg-primary\/\[0\.02\]{background-color:hsl(var(--primary)/.02)}.bg-purple-500\/15{background-color:#a855f726}.bg-rose-600{--tw-bg-opacity:1;background-color:rgb(225 29 72/var(--tw-bg-opacity,1))}.bg-score-success-bg-subtle{background-color:var(--score-success-bg-subtle)}.bg-scrim{background-color:var(--elevation-3-scrim)}.bg-secondary{background-color:hsl(var(--secondary))}.bg-status-danger-bg-subtle{background-color:var(--status-danger-bg-subtle)}.bg-status-danger-fg{background-color:var(--status-danger-fg)}.bg-status-info-bg-subtle{background-color:var(--status-info-bg-subtle)}.bg-status-info-fg{background-color:var(--status-info-fg)}.bg-status-neutral-bg-subtle{background-color:var(--status-neutral-bg-subtle)}.bg-status-success-bg-subtle{background-color:var(--status-success-bg-subtle)}.bg-status-success-fg{background-color:var(--status-success-fg)}.bg-status-warning-bg-subtle{background-color:var(--status-warning-bg-subtle)}.bg-status-warning-fg{background-color:var(--status-warning-fg)}.bg-success{background-color:hsl(var(--success))}.bg-success\/5{background-color:hsl(var(--success)/.05)}.bg-surface-0{background-color:hsl(var(--surface-0))}.bg-surface-0\/60{background-color:hsl(var(--surface-0)/.6)}.bg-surface-0\/85{background-color:hsl(var(--surface-0)/.85)}.bg-surface-0\/90{background-color:hsl(var(--surface-0)/.9)}.bg-surface-1{background-color:hsl(var(--surface-1))}.bg-surface-1\/50{background-color:hsl(var(--surface-1)/.5)}.bg-surface-1\/80{background-color:hsl(var(--surface-1)/.8)}.bg-surface-2{background-color:hsl(var(--surface-2))}.bg-surface-3{background-color:hsl(var(--surface-3))}.bg-surface-3\/60{background-color:hsl(var(--surface-3)/.6)}.bg-surface-tonal-2{background-color:var(--surface-tonal-2)}.bg-surface-tonal-3{background-color:var(--surface-tonal-3)}.bg-teal-600{--tw-bg-opacity:1;background-color:rgb(13 148 136/var(--tw-bg-opacity,1))}.bg-transparent{background-color:#0000}.bg-violet-600{--tw-bg-opacity:1;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))}.bg-warning{background-color:hsl(var(--warning))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-background{--tw-gradient-from:hsl(var(--background))var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--background)/0)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gradient-start{--tw-gradient-from:hsl(var(--gradient-start))var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--gradient-start)/0)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-gradient-mid{--tw-gradient-to:hsl(var(--gradient-mid)/0)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--gradient-mid))var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-gradient-end{--tw-gradient-to:hsl(var(--gradient-end))var(--tw-gradient-to-position)}.to-muted\/20{--tw-gradient-to:hsl(var(--muted)/.2)var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-feature-1{fill:hsl(var(--feature-1))}.fill-foreground{fill:hsl(var(--foreground))}.fill-muted-foreground{fill:hsl(var(--muted-foreground))}.fill-popover{fill:hsl(var(--popover))}.fill-primary{fill:hsl(var(--primary))}.stroke-background{stroke:hsl(var(--background))}.stroke-border{stroke:hsl(var(--border))}.stroke-brand-primary{stroke:hsl(var(--brand-primary))}.stroke-foreground{stroke:hsl(var(--foreground))}.stroke-primary{stroke:hsl(var(--primary))}.stroke-surface-2{stroke:hsl(var(--surface-2))}.stroke-surface-4{stroke:hsl(var(--surface-4))}.stroke-icon{stroke-width:var(--icon-stroke)}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-11{padding:2.75rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.p-\[clamp\(0\.6rem\,1\.1cqw\,1rem\)\]{padding:clamp(.6rem,1.1cqw,1rem)}.p-\[clamp\(0\.75rem\,1\.5cqw\,1\.4rem\)\]{padding:clamp(.75rem,1.5cqw,1.4rem)}.p-\[clamp\(0\.7rem\,1\.2cqw\,1\.1rem\)\]{padding:clamp(.7rem,1.2cqw,1.1rem)}.p-\[clamp\(0\.85rem\,1\.1vw\,1\.3rem\)\]{padding:clamp(.85rem,1.1vw,1.3rem)}.p-\[clamp\(0\.9rem\,1\.2vw\,1\.4rem\)\]{padding:clamp(.9rem,1.2vw,1.4rem)}.p-\[clamp\(0\.9rem\,1\.4vw\,1\.6rem\)\]{padding:clamp(.9rem,1.4vw,1.6rem)}.p-\[clamp\(0\.9rem\,1\.5vw\,1\.8rem\)\]{padding:clamp(.9rem,1.5vw,1.8rem)}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-\[0\.9em\]{padding-left:.9em;padding-right:.9em}.px-\[1\.05em\]{padding-left:1.05em;padding-right:1.05em}.px-\[1\.1em\]{padding-left:1.1em;padding-right:1.1em}.px-\[1em\]{padding-left:1em;padding-right:1em}.px-\[2\.5vw\]{padding-left:2.5vw;padding-right:2.5vw}.px-\[clamp\(0\.65rem\,1\.1cqw\,1\.05rem\)\]{padding-left:clamp(.65rem,1.1cqw,1.05rem);padding-right:clamp(.65rem,1.1cqw,1.05rem)}.px-\[var\(--nav-item-px\)\]{padding-left:var(--nav-item-px);padding-right:var(--nav-item-px)}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[0\.35em\]{padding-top:.35em;padding-bottom:.35em}.py-\[0\.42em\]{padding-top:.42em;padding-bottom:.42em}.py-\[0\.55em\]{padding-top:.55em;padding-bottom:.55em}.py-\[0\.62em\]{padding-top:.62em;padding-bottom:.62em}.py-\[0\.6em\]{padding-top:.6em;padding-bottom:.6em}.py-\[0\.7em\]{padding-top:.7em;padding-bottom:.7em}.py-\[0\.9vh\]{padding-top:.9vh;padding-bottom:.9vh}.py-\[1\.1vh\]{padding-top:1.1vh;padding-bottom:1.1vh}.py-\[1\.4vh\]{padding-top:1.4vh;padding-bottom:1.4vh}.py-\[1\.6vh\]{padding-top:1.6vh;padding-bottom:1.6vh}.py-\[1\.8vh\]{padding-top:1.8vh;padding-bottom:1.8vh}.py-\[clamp\(0\.45rem\,0\.8cqh\,0\.75rem\)\]{padding-top:clamp(.45rem,.8cqh,.75rem);padding-bottom:clamp(.45rem,.8cqh,.75rem)}.py-\[clamp\(0\.45rem\,0\.8cqh\,0\.8rem\)\]{padding-top:clamp(.45rem,.8cqh,.8rem);padding-bottom:clamp(.45rem,.8cqh,.8rem)}.py-card-y{padding-top:var(--card-padding-y);padding-bottom:var(--card-padding-y)}.py-px{padding-top:1px;padding-bottom:1px}.pb-1{padding-bottom:.25rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-\[0\.9rem\]{padding-left:.9rem}.pl-\[1\.8em\]{padding-left:1.8em}.pl-\[clamp\(0\.9rem\,1\.6cqw\,1\.5rem\)\]{padding-left:clamp(.9rem,1.6cqw,1.5rem)}.pl-\[clamp\(0\.9rem\,1\.8cqw\,1\.7rem\)\]{padding-left:clamp(.9rem,1.8cqw,1.7rem)}.pr-1{padding-right:.25rem}.pr-12{padding-right:3rem}.pr-16{padding-right:4rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-\[0\.15em\]{padding-top:.15em}.pt-\[0\.2em\]{padding-top:.2em}.pt-\[0\.3em\]{padding-top:.3em}.pt-\[0\.55em\]{padding-top:.55em}.pt-\[1\.4vh\]{padding-top:1.4vh}.pt-\[10\%\]{padding-top:10%}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:SF Mono,Menlo,Consolas,Liberation Mono,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[0\.55em\]{font-size:.55em}.text-\[0\.76em\]{font-size:.76em}.text-\[0\.78em\]{font-size:.78em}.text-\[clamp\(0\.62rem\,0\.82cqw\,0\.8rem\)\]{font-size:clamp(.62rem,.82cqw,.8rem)}.text-\[clamp\(0\.64rem\,0\.8cqw\,0\.76rem\)\]{font-size:clamp(.64rem,.8cqw,.76rem)}.text-\[clamp\(1\.05rem\,1\.9cqw\,1\.7rem\)\]{font-size:clamp(1.05rem,1.9cqw,1.7rem)}.text-\[clamp\(…\)\]{font-size:clamp(…)}.text-base{font-size:1rem;line-height:1.5rem}.text-body{font-size:var(--text-14);line-height:var(--leading-normal);letter-spacing:var(--tracking-normal);font-weight:var(--font-weight-regular)}.text-body-lg{font-size:var(--text-16);line-height:var(--leading-relaxed);letter-spacing:var(--tracking-normal);font-weight:var(--font-weight-regular)}.text-body-sm{font-size:var(--text-14);line-height:var(--leading-normal);letter-spacing:var(--tracking-normal);font-weight:var(--font-weight-regular)}.text-caption{font-size:var(--text-12);line-height:var(--leading-normal);letter-spacing:var(--tracking-normal);font-weight:var(--font-weight-regular)}.text-code{font-size:var(--text-14);line-height:var(--leading-normal);letter-spacing:var(--tracking-normal);font-weight:var(--font-weight-regular)}.text-display{font-size:var(--text-48);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);font-weight:var(--font-weight-bold)}.text-h1{font-size:var(--text-30);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);font-weight:var(--font-weight-bold)}.text-h2{font-size:var(--text-24);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);font-weight:var(--font-weight-semibold)}.text-h3{font-size:var(--text-20);line-height:var(--leading-snug);letter-spacing:var(--tracking-normal);font-weight:var(--font-weight-semibold)}.text-h4{font-size:var(--text-16);line-height:var(--leading-snug);letter-spacing:var(--tracking-normal);font-weight:var(--font-weight-semibold)}.text-label{font-size:var(--text-14);line-height:var(--leading-normal);letter-spacing:var(--tracking-normal);font-weight:var(--font-weight-medium)}.text-overline{font-size:var(--text-12);line-height:var(--leading-none);letter-spacing:var(--tracking-wide);font-weight:var(--font-weight-semibold)}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.lining-nums{--tw-numeric-figure:lining-nums;font-variant-numeric:var(--tw-ordinal)var(--tw-slashed-zero)var(--tw-numeric-figure)var(--tw-numeric-spacing)var(--tw-numeric-fraction)}.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)}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-\[\]{line-height: }.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.12em\]{letter-spacing:.12em}.tracking-\[0\.14em\]{letter-spacing:.14em}.tracking-\[0\.1em\]{letter-spacing:.1em}.tracking-\[0\.5em\]{letter-spacing:.5em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[hsl\(var\(--destructive\)\)\]{color:hsl(var(--destructive))}.text-\[hsl\(var\(--primary\)\)\]{color:hsl(var(--primary))}.text-\[hsl\(var\(--stage-ink-hi\)\)\]{color:hsl(var(--stage-ink-hi))}.text-\[hsl\(var\(--stage-ink-low\)\)\]{color:hsl(var(--stage-ink-low))}.text-\[hsl\(var\(--success\)\)\]{color:hsl(var(--success))}.text-\[hsl\(var\(--warning\)\)\]{color:hsl(var(--warning))}.text-amber-400{--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.text-background{color:hsl(var(--background))}.text-badge-other-fg{color:var(--badge-other-fg)}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.text-brand-primary{color:hsl(var(--brand-primary))}.text-card-accent{color:hsl(var(--card-accent))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-emerald-400{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.text-feature-1{color:hsl(var(--feature-1))}.text-feature-2{color:hsl(var(--feature-2))}.text-feature-3{color:hsl(var(--feature-3))}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/70{color:hsl(var(--foreground)/.7)}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-muted-foreground\/40{color:hsl(var(--muted-foreground)/.4)}.text-muted-foreground\/50{color:hsl(var(--muted-foreground)/.5)}.text-muted-foreground\/55{color:hsl(var(--muted-foreground)/.55)}.text-muted-foreground\/60{color:hsl(var(--muted-foreground)/.6)}.text-muted-foreground\/70{color:hsl(var(--muted-foreground)/.7)}.text-muted-foreground\/80{color:hsl(var(--muted-foreground)/.8)}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-primary\/70{color:hsl(var(--primary)/.7)}.text-primary\/80{color:hsl(var(--primary)/.8)}.text-purple-400{--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity,1))}.text-score-danger-fg{color:var(--score-danger-fg)}.text-score-success-fg{color:var(--score-success-fg)}.text-score-warning-fg{color:var(--score-warning-fg)}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-status-danger-fg{color:var(--status-danger-fg)}.text-status-info-fg{color:var(--status-info-fg)}.text-status-neutral-fg{color:var(--status-neutral-fg)}.text-status-success-fg{color:var(--status-success-fg)}.text-status-warning-fg{color:var(--status-warning-fg)}.text-transparent{color:#0000}.text-warning{color:hsl(var(--warning))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/50{color:#ffffff80}.text-white\/80{color:#fffc}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.line-through{text-decoration-line:line-through}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.accent-\[hsl\(var\(--primary\)\)\]{accent-color:hsl(var(--primary))}.accent-\[hsl\(var\(--section-assembly\)\)\]{accent-color:hsl(var(--section-assembly))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-45{opacity:.45}.opacity-50{opacity:.5}.opacity-55{opacity:.55}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-\[0\.035\]{opacity:.035}.mix-blend-overlay{mix-blend-mode:overlay}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_1px_0_hsl\(var\(--stage-ink-hi\)\/0\.05\)\]{--tw-shadow:inset 0 1px 0 hsl(var(--stage-ink-hi)/.05);--tw-shadow-colored:inset 0 1px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-elevation-1{--tw-shadow:var(--elevation-1-shadow);--tw-shadow-colored:var(--elevation-1-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-elevation-2{--tw-shadow:var(--elevation-2-shadow);--tw-shadow-colored:var(--elevation-2-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-elevation-3{--tw-shadow:var(--elevation-3-shadow);--tw-shadow-colored:var(--elevation-3-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline-offset:2px;outline:2px solid #0000}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-background{--tw-ring-color:hsl(var(--background))}.ring-card-accent\/15{--tw-ring-color:hsl(var(--card-accent)/.15)}.ring-primary{--tw-ring-color:hsl(var(--primary))}.ring-success{--tw-ring-color:hsl(var(--success))}.ring-offset-background{--tw-ring-offset-color:hsl(var(--background))}.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)}.blur-2xl{--tw-blur:blur(40px);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)}.blur-3xl{--tw-blur:blur(64px);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)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-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)}.backdrop-blur-\[3px\]{--tw-backdrop-blur:blur(3px);-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)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-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)}.backdrop-filter{-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)}.\!transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[background-color\,border-color\,color\,transform\]{transition-property:background-color,border-color,color,transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[border-color\]{transition-property:border-color;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[height\]{transition-property:height;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[left\,bottom\,…\]{transition-property:left,bottom,…;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[left\]{transition-property:left;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[opacity\,border-color\,background-color\]{transition-property:opacity,border-color,background-color;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[stroke-width\,opacity\]{transition-property:stroke-width,opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[width\]{transition-property:width;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-none{transition-property:none}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-700{transition-duration:.7s}.duration-75{transition-duration:75ms}.duration-hover{transition-duration:var(--motion-hover-duration)}.duration-transition{transition-duration:var(--motion-transition-duration)}.ease-hover{transition-timing-function:var(--motion-hover-ease)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-transition{transition-timing-function:var(--motion-transition-ease)}.\@container{container-type:inline-size}.\@container\/card-header{container:card-header/inline-size}.interactive{pointer-events:auto}.glass{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:hsl(var(--background)/.8)}.ambient-glow{position:relative}.ambient-glow:before{content:"";background:radial-gradient(ellipse at center,hsl(var(--ambient-glow)/var(--ambient-glow-opacity))0%,transparent 70%);pointer-events:none;z-index:0;width:60%;height:40%;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.ambient-glow>*{z-index:1;position:relative}.nav-active-glow{position:relative}.nav-active-glow:before{content:"";border-radius:inherit;background:hsl(var(--primary)/.08);box-shadow:0 0 12px hsl(var(--primary)/.1);pointer-events:none;position:absolute;inset:0}.\[admin\:createUser\]{admin:createUser}.\[animation-delay\:0ms\]{animation-delay:0s}.\[animation-delay\:150ms\]{animation-delay:.15s}.\[animation-delay\:300ms\]{animation-delay:.3s}.\[backface-visibility\:hidden\]{backface-visibility:hidden}.\[box-shadow\:0_0_0_100vmax_hsl\(var\(--stage-ground-0\)\/0\.82\)\]{box-shadow:0 0 0 100vmax hsl(var(--stage-ground-0)/.82)}.\[font-family\:var\(--pr-mono\)\]{font-family:var(--pr-mono)}.\[guardian\:createGuardianInDb\]{guardian:createGuardianInDb}.\[messaging\:deprovision\]{messaging:deprovision}.\[messaging\:provision\]{messaging:provision}.stage-ink .marker\:text-muted-foreground ::marker{color:hsl(var(--stage-ink-mid))}.stage-ink .marker\:text-muted-foreground::marker{color:hsl(var(--stage-ink-mid))}.stage-ink .file\:text-foreground::file-selector-button{color:hsl(var(--stage-ink-hi))}.stage-ink .placeholder\:text-muted-foreground::placeholder{color:hsl(var(--stage-ink-mid))}.stage-ink .hover\:text-foreground:hover{color:hsl(var(--stage-ink-hi))}.stage-ink .hover\:border-border:hover{border-color:hsl(var(--stage-line))}.stage-ink .focus-visible\:text-foreground:focus-visible{color:hsl(var(--stage-ink-hi))}.stage-ink .peer:disabled~.peer-disabled\:text-muted-foreground{color:hsl(var(--stage-ink-mid))}.stage-ink .prose-blockquote\:border-border :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:hsl(var(--stage-line))}.dark\:prose-invert:is(.dark *){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}@media (min-width:640px){.sm\:table-cell{padding:.75rem}@media (min-width:640px){.sm\:table-cell{padding-left:1rem;padding-right:1rem}}}@media (min-width:768px){.md\:table-cell{padding:.75rem}@media (min-width:640px){.md\:table-cell{padding-left:1rem;padding-right:1rem}}}@media (min-width:1024px){.lg\:table-cell{padding:.75rem}@media (min-width:640px){.lg\:table-cell{padding-left:1rem;padding-right:1rem}}}.marker\:font-medium ::marker{font-weight:500}.marker\:text-muted-foreground ::marker{color:hsl(var(--muted-foreground))}.marker\:text-status-warning-fg ::marker{color:var(--status-warning-fg)}.marker\:font-medium::marker{font-weight:500}.marker\:text-muted-foreground::marker{color:hsl(var(--muted-foreground))}.marker\:text-status-warning-fg::marker{color:var(--status-warning-fg)}.file\:border-0::file-selector-button{border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:hsl(var(--foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground\/60::placeholder{color:hsl(var(--muted-foreground)/.6)}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:-inset-1:before{content:var(--tw-content);inset:-.25rem}.before\:content-\[\'\'\]:before{--tw-content:"";content:var(--tw-content)}.last\:border-0:last-child{border-width:0}.last\:border-b-0:last-child{border-bottom-width:0}.empty\:mt-0:empty{margin-top:0}.focus-within\:opacity-100:focus-within{opacity:1}.hover\:border-\[hsl\(var\(--stage-accent\)\/0\.5\)\]:hover{border-color:hsl(var(--stage-accent)/.5)}.hover\:border-\[hsl\(var\(--stage-accent\)\/0\.6\)\]:hover{border-color:hsl(var(--stage-accent)/.6)}.hover\:border-\[hsl\(var\(--stage-ink-low\)\/0\.5\)\]:hover{border-color:hsl(var(--stage-ink-low)/.5)}.hover\:border-border:hover{border-color:hsl(var(--border))}.hover\:border-primary:hover{border-color:hsl(var(--primary))}.hover\:border-primary\/20:hover{border-color:hsl(var(--primary)/.2)}.hover\:border-primary\/40:hover{border-color:hsl(var(--primary)/.4)}.hover\:border-primary\/50:hover{border-color:hsl(var(--primary)/.5)}.hover\:border-primary\/60:hover{border-color:hsl(var(--primary)/.6)}.hover\:border-ring:hover{border-color:hsl(var(--ring))}.hover\:border-status-info-border-subtle:hover{border-color:var(--status-info-border-subtle)}.hover\:bg-\[hsl\(var\(--stage-accent\)\/0\.09\)\]:hover{background-color:hsl(var(--stage-accent)/.09)}.hover\:bg-\[hsl\(var\(--stage-ground-2\)\)\]:hover{background-color:hsl(var(--stage-ground-2))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-action-danger-bg-hover:hover{background-color:var(--action-danger-bg-hover)}.hover\:bg-action-primary-bg-hover:hover{background-color:var(--action-primary-bg-hover)}.hover\:bg-action-success-bg-hover:hover{background-color:var(--action-success-bg-hover)}.hover\:bg-action-warning-bg-hover:hover{background-color:var(--action-warning-bg-hover)}.hover\:bg-background:hover{background-color:hsl(var(--background))}.hover\:bg-card:hover{background-color:hsl(var(--card))}.hover\:bg-destructive\/10:hover{background-color:hsl(var(--destructive)/.1)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive)/.9)}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-muted-foreground:hover{background-color:hsl(var(--muted-foreground))}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted)/.5)}.hover\:bg-muted\/80:hover{background-color:hsl(var(--muted)/.8)}.hover\:bg-primary\/10:hover{background-color:hsl(var(--primary)/.1)}.hover\:bg-primary\/20:hover{background-color:hsl(var(--primary)/.2)}.hover\:bg-primary\/5:hover{background-color:hsl(var(--primary)/.05)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary)/.9)}.hover\:bg-score-success-bg-subtle:hover{background-color:var(--score-success-bg-subtle)}.hover\:bg-secondary\/65:hover{background-color:hsl(var(--secondary)/.65)}.hover\:bg-status-danger-bg-subtle:hover{background-color:var(--status-danger-bg-subtle)}.hover\:bg-surface-1:hover{background-color:hsl(var(--surface-1))}.hover\:bg-surface-2:hover{background-color:hsl(var(--surface-2))}.hover\:bg-surface-2\/50:hover{background-color:hsl(var(--surface-2)/.5)}.hover\:bg-surface-3:hover{background-color:hsl(var(--surface-3))}.hover\:bg-surface-3\/40:hover{background-color:hsl(var(--surface-3)/.4)}.hover\:bg-surface-3\/50:hover{background-color:hsl(var(--surface-3)/.5)}.hover\:bg-transparent:hover{background-color:#0000}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-destructive:hover{color:hsl(var(--destructive))}.hover\:text-destructive\/80:hover{color:hsl(var(--destructive)/.8)}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-primary:hover{color:hsl(var(--primary))}.hover\:text-primary\/80:hover{color:hsl(var(--primary)/.8)}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.focus\:border-destructive:focus{border-color:hsl(var(--destructive))}.focus\:border-primary:focus{border-color:hsl(var(--primary))}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-status-danger-bg-subtle:focus{background-color:var(--status-danger-bg-subtle)}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-destructive:focus{--tw-ring-color:hsl(var(--destructive))}.focus\:ring-primary:focus{--tw-ring-color:hsl(var(--primary))}.focus\:ring-primary\/30:focus{--tw-ring-color:hsl(var(--primary)/.3)}.focus-visible\:not-sr-only:focus-visible{clip:auto;white-space:normal;width:auto;height:auto;margin:0;padding:0;position:static;overflow:visible}.focus-visible\:fixed:focus-visible{position:fixed}.focus-visible\:left-2:focus-visible{left:.5rem}.focus-visible\:top-2:focus-visible{top:.5rem}.focus-visible\:z-modal:focus-visible{z-index:var(--z-modal)}.focus-visible\:rounded-md:focus-visible{border-radius:calc(var(--radius) - 2px)}.focus-visible\:border-primary:focus-visible{border-color:hsl(var(--primary))}.focus-visible\:bg-background:focus-visible{background-color:hsl(var(--background))}.focus-visible\:px-4:focus-visible{padding-left:1rem;padding-right:1rem}.focus-visible\:py-2:focus-visible{padding-top:.5rem;padding-bottom:.5rem}.focus-visible\:text-foreground:focus-visible{color:hsl(var(--foreground))}.focus-visible\:underline:focus-visible{text-decoration-line:underline}.focus-visible\:opacity-100:focus-visible{opacity:1}.focus-visible\:outline-none:focus-visible{outline-offset:2px;outline:2px solid #0000}.focus-visible\:ring-0:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-inset:focus-visible{--tw-ring-inset:inset}.focus-visible\:ring-\[hsl\(var\(--stage-accent\)\)\]:focus-visible{--tw-ring-color:hsl(var(--stage-accent))}.focus-visible\:ring-\[hsl\(var\(--stage-focus\)\/0\.55\)\]:focus-visible{--tw-ring-color:hsl(var(--stage-focus)/.55)}.focus-visible\:ring-brand-focus-ring:focus-visible{--tw-ring-color:hsl(var(--brand-focus-ring))}.focus-visible\:ring-primary:focus-visible{--tw-ring-color:hsl(var(--primary))}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:hsl(var(--ring))}.focus-visible\:ring-offset-0:focus-visible{--tw-ring-offset-width:0px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color:hsl(var(--background))}.active\:cursor-grabbing:active{cursor:grabbing}.active\:bg-muted-foreground:active{background-color:hsl(var(--muted-foreground))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.group:focus-within .group-focus-within\:opacity-100{opacity:1}.group:hover .group-hover\:inline{display:inline}.group:hover .group-hover\:flex{display:flex}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x:.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-\[1\.03\]{--tw-scale-x:1.03;--tw-scale-y:1.03;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-\[1\.06\]{--tw-scale-x:1.06;--tw-scale-y:1.06;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.group:hover .group-hover\:border-\[hsl\(var\(--stage-accent\)\)\]{border-color:hsl(var(--stage-accent))}.group:hover .group-hover\:border-\[hsl\(var\(--stage-ink-low\)\)\]{border-color:hsl(var(--stage-ink-low))}.group:hover .group-hover\:bg-black\/10{background-color:#0000001a}.group:hover .group-hover\:text-primary{color:hsl(var(--primary))}.group:hover .group-hover\:text-status-info-fg{color:var(--status-info-fg)}.group:hover .group-hover\:opacity-100{opacity:1}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:text-muted-foreground{color:hsl(var(--muted-foreground))}.aria-\[invalid\=true\]\:border-status-danger-fg[aria-invalid=true]{border-color:var(--status-danger-fg)}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[orientation\=horizontal\]\:h-2[data-orientation=horizontal]{height:.5rem}.data-\[orientation\=horizontal\]\:h-5[data-orientation=horizontal]{height:1.25rem}.data-\[orientation\=horizontal\]\:h-full[data-orientation=horizontal],.data-\[orientation\=vertical\]\:h-full[data-orientation=vertical]{height:100%}.data-\[orientation\=horizontal\]\:w-full[data-orientation=horizontal]{width:100%}.data-\[orientation\=vertical\]\:w-2[data-orientation=vertical]{width:.5rem}.data-\[orientation\=vertical\]\:w-5[data-orientation=vertical]{width:1.25rem}.data-\[orientation\=vertical\]\:w-full[data-orientation=vertical]{width:100%}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x:1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.data-\[state\=closed\]\:animate-overlay-out[data-state=closed]{animation:overlay-out var(--motion-transition-duration)var(--motion-transition-ease)forwards}.data-\[state\=open\]\:animate-overlay-in[data-state=open]{animation:overlay-in var(--motion-transition-duration)var(--motion-transition-ease)}.data-\[disabled\]\:cursor-not-allowed[data-disabled]{cursor:not-allowed}.data-\[orientation\=vertical\]\:flex-col[data-orientation=vertical]{flex-direction:column}.data-\[state\=checked\]\:border-primary[data-state=checked],.data-\[state\=indeterminate\]\:border-primary[data-state=indeterminate]{border-color:hsl(var(--primary))}.data-\[state\=checked\]\:bg-primary[data-state=checked],.data-\[state\=indeterminate\]\:bg-primary[data-state=indeterminate]{background-color:hsl(var(--primary))}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked],.data-\[state\=indeterminate\]\:text-primary-foreground[data-state=indeterminate]{color:hsl(var(--primary-foreground))}.data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:hsl(var(--accent-foreground))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[provisional\=true\]\:opacity-75[data-provisional=true]{opacity:.75}.data-\[state\=closed\]\:duration-hover[data-state=closed]{transition-duration:var(--motion-hover-duration)}.data-\[state\=closed\]\:duration-transition[data-state=closed]{transition-duration:var(--motion-transition-duration)}.data-\[state\=open\]\:duration-hover[data-state=open]{transition-duration:var(--motion-hover-duration)}.data-\[state\=open\]\:duration-reveal[data-state=open]{transition-duration:var(--motion-reveal-duration)}.hover\:data-\[state\=unchecked\]\:bg-input\/80[data-state=unchecked]:hover{background-color:hsl(var(--input)/.8)}.prose-headings\:my-1 :where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.25rem;margin-bottom:.25rem}.prose-headings\:my-2 :where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5rem;margin-bottom:.5rem}.prose-headings\:text-sm :where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875rem;line-height:1.25rem}.prose-p\:my-1 :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.25rem;margin-bottom:.25rem}.prose-p\:leading-relaxed :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){line-height:1.625}.prose-blockquote\:my-1 :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.25rem;margin-bottom:.25rem}.prose-blockquote\:my-2 :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5rem;margin-bottom:.5rem}.prose-blockquote\:border-border :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:hsl(var(--border))}.prose-code\:rounded :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.25rem}.prose-code\:bg-\[hsl\(var\(--surface-2\)\)\] :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:hsl(var(--surface-2))}.prose-code\:px-1 :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.25rem;padding-right:.25rem}.prose-code\:py-1 :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.25rem;padding-bottom:.25rem}.prose-code\:text-xs :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.75rem;line-height:1rem}.prose-code\:before\:content-none :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose-code\:after\:content-none :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{--tw-content:none;content:var(--tw-content)}.prose-pre\:my-1 :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.25rem;margin-bottom:.25rem}.prose-pre\:my-2 :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5rem;margin-bottom:.5rem}.prose-pre\:rounded-md :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:calc(var(--radius) - 2px)}.prose-pre\:bg-\[hsl\(var\(--surface-2\)\)\] :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:hsl(var(--surface-2))}.prose-pre\:p-2 :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.5rem}.prose-pre\:p-3 :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.75rem}.prose-ol\:my-1 :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-ul\:my-1 :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.25rem;margin-bottom:.25rem}.prose-li\:my-0 :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}@supports ((-webkit-backdrop-filter:var(--tw)) or (backdrop-filter:var(--tw))){.supports-\[backdrop-filter\]\:bg-background\/60{background-color:hsl(var(--background)/.6)}}@media (prefers-reduced-motion:no-preference){.motion-safe\:transition-\[background-color\,border-color\]{transition-property:background-color,border-color;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.motion-safe\:transition-\[left\,bottom\,background-color\,border-color\]{transition-property:left,bottom,background-color,border-color;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.motion-safe\:transition-\[left\,right\,top\,bottom\]{transition-property:left,right,top,bottom;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.motion-safe\:transition-\[stroke-dashoffset\]{transition-property:stroke-dashoffset;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.motion-safe\:transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.motion-safe\:transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.motion-safe\:transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.motion-safe\:duration-hover{transition-duration:var(--motion-hover-duration)}.motion-safe\:duration-transition{transition-duration:var(--motion-transition-duration)}.motion-safe\:ease-transition{transition-timing-function:var(--motion-transition-ease)}.motion-safe\:active\:translate-y-px:active{--tw-translate-y:1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.motion-safe\:data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.motion-safe\:data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:-.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.motion-safe\:data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.motion-safe\:data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:-.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.motion-safe\:data-\[state\=closed\]\:ease-transition[data-state=closed]{transition-timing-function:var(--motion-transition-ease)}.motion-safe\:data-\[state\=open\]\:ease-reveal[data-state=open]{transition-timing-function:var(--motion-reveal-ease)}}@media (prefers-reduced-motion:reduce){.motion-reduce\:transition-none{transition-property:none}}@media not all and (min-width:640px){.max-sm\:mt-0{margin-top:0}.max-sm\:mt-\[0\.8em\]{margin-top:.8em}.max-sm\:hidden{display:none}.max-sm\:h-\[11cqh\]{height:11cqh}.max-sm\:h-\[24cqh\]{height:24cqh}.max-sm\:min-h-0{min-height:0}.max-sm\:w-full{width:100%}.max-sm\:max-w-\[22rem\]{max-width:22rem}.max-sm\:max-w-none{max-width:none}.max-sm\:grid-rows-\[auto_minmax\(0\,1fr\)\]{grid-template-rows:auto minmax(0,1fr)}.max-sm\:flex-row{flex-direction:row}.max-sm\:justify-start{justify-content:flex-start}.max-sm\:gap-\[0\.3em\]{gap:.3em}.max-sm\:gap-\[0\.8rem\]{gap:.8rem}.max-sm\:text-balance{text-wrap:balance}.max-sm\:\!\[word-break\:normal\]{word-break:normal!important}}@media (min-width:400px){.min-\[400px\]\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:640px){.sm\:absolute{position:absolute}.sm\:left-auto{left:auto}.sm\:right-0{right:0}.sm\:top-full{top:100%}.sm\:col-span-1{grid-column:span 1/span 1}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:ml-2{margin-left:.5rem}.sm\:mr-2{margin-right:.5rem}.sm\:mt-0{margin-top:0}.sm\:mt-2{margin-top:.5rem}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:table-cell{display:table-cell}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:aspect-square{aspect-ratio:1}.sm\:h-\[26cqh\]{height:26cqh}.sm\:h-\[32cqh\]{height:32cqh}.sm\:h-\[33cqh\]{height:33cqh}.sm\:h-\[34cqh\]{height:34cqh}.sm\:h-\[40cqh\]{height:40cqh}.sm\:w-24{width:6rem}.sm\:w-36{width:9rem}.sm\:w-40{width:10rem}.sm\:w-\[380px\]{width:380px}.sm\:max-w-\[50\%\]{max-width:50%}.sm\:max-w-sm{max-width:24rem}.sm\:flex-none{flex:none}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-\[minmax\(0\,13rem\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,13rem) minmax(0,1fr)}.sm\:grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.sm\:grid-cols-\[minmax\(0\,5fr\)_minmax\(0\,7fr\)\]{grid-template-columns:minmax(0,5fr) minmax(0,7fr)}.sm\:grid-cols-\[minmax\(0\,5fr\)_minmax\(0\,8fr\)\]{grid-template-columns:minmax(0,5fr) minmax(0,8fr)}.sm\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-section-lg{gap:var(--space-section-lg)}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.sm\:overflow-visible{overflow:visible}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:p-6{padding:1.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:pb-0{padding-bottom:0}.sm\:pl-8{padding-left:2rem}.sm\:text-left{text-align:left}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:opacity-0{opacity:0}.sm\:focus\:opacity-100:focus,.group:hover .sm\:group-hover\:opacity-100{opacity:1}}@media (min-width:768px){.md\:bottom-8{bottom:2rem}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:table-cell{display:table-cell}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-auto{height:auto}.md\:w-\[clamp\(11rem\,22cqw\,17rem\)\]{width:clamp(11rem,22cqw,17rem)}.md\:max-w-\[500px\]{max-width:500px}.md\:max-w-\[56\%\]{max-width:56%}.md\:max-w-\[68\%\]{max-width:68%}.md\:flex-none{flex:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-center{align-items:center}.md\:justify-center{justify-content:center}.md\:gap-\[clamp\(1\.5rem\,3vw\,3\.5rem\)\]{gap:clamp(1.5rem,3vw,3.5rem)}.md\:overflow-visible{overflow:visible}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:1024px){.lg\:left-0{left:0}.lg\:right-0{right:0}.lg\:top-0{top:0}.lg\:top-1\/4{top:25%}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:table-cell{display:table-cell}.lg\:hidden{display:none}.lg\:h-80{height:20rem}.lg\:max-h-\[58\%\]{max-height:58%}.lg\:max-h-\[62\%\]{max-height:62%}.lg\:max-h-none{max-height:none}.lg\:min-h-\[6\.75rem\]{min-height:6.75rem}.lg\:w-1\/2{width:50%}.lg\:w-80{width:20rem}.lg\:w-\[26rem\]{width:26rem}.lg\:w-\[36\%\]{width:36%}.lg\:w-\[46\%\]{width:46%}.lg\:max-w-\[26rem\]{max-width:26rem}.lg\:max-w-\[30rem\]{max-width:30rem}.lg\:max-w-\[38rem\]{max-width:38rem}.lg\:max-w-\[50\%\]{max-width:50%}.lg\:max-w-\[62\%\]{max-width:62%}.lg\:flex-none{flex:none}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-\[minmax\(0\,0\.46fr\)_minmax\(0\,1\.54fr\)\]{grid-template-columns:minmax(0,.46fr) minmax(0,1.54fr)}.lg\:grid-cols-\[minmax\(0\,0\.6fr\)_minmax\(0\,1\.4fr\)\]{grid-template-columns:minmax(0,.6fr) minmax(0,1.4fr)}.lg\:grid-cols-\[minmax\(0\,0\.88fr\)_minmax\(0\,1\.12fr\)\]{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)}.lg\:grid-cols-\[minmax\(0\,0\.9fr\)_minmax\(0\,1\.1fr\)\]{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.lg\:grid-cols-\[minmax\(0\,1\.15fr\)_minmax\(0\,0\.85fr\)\]{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.lg\:grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-col{flex-direction:column}.lg\:items-stretch{align-items:stretch}.lg\:justify-end{justify-content:flex-end}.lg\:gap-1{gap:.25rem}.lg\:gap-12{gap:3rem}.lg\:gap-5{gap:1.25rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-\[clamp\(1\.5rem\,3\.4cqw\,4rem\)\]{gap:clamp(1.5rem,3.4cqw,4rem)}.lg\:gap-y-4{row-gap:1rem}.lg\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.lg\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.lg\:bg-feature-1\/5{background-color:hsl(var(--feature-1)/.05)}.lg\:bg-feature-2\/5{background-color:hsl(var(--feature-2)/.05)}.lg\:p-6{padding:1.5rem}.lg\:p-7{padding:1.75rem}.lg\:p-8{padding:2rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.lg\:pt-4{padding-top:1rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1280px){.xl\:left-1\/4{left:25%}.xl\:right-1\/4{right:25%}.xl\:block{display:block}.xl\:h-96{height:24rem}.xl\:w-96{width:24rem}.xl\:w-\[13rem\]{width:13rem}.xl\:w-\[64\%\]{width:64%}.xl\:w-\[72\%\]{width:72%}.xl\:max-w-\[46rem\]{max-width:46rem}.xl\:auto-rows-auto{grid-auto-rows:auto}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:flex-nowrap{flex-wrap:nowrap}.xl\:items-center{align-items:center}.xl\:gap-16{gap:4rem}.xl\:overflow-visible{overflow:visible}.xl\:bg-transparent{background-color:#0000}.xl\:p-0{padding:0}.xl\:text-6xl{font-size:3.75rem;line-height:1}.xl\:backdrop-blur-none{--tw-backdrop-blur: ;-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:1536px){.\32 xl\:max-w-\[1400px\]{max-width:1400px}.\32 xl\:max-w-\[62rem\]{max-width:62rem}}@media print{.print\:hidden{display:none}}.\[\&\>\*\:first-child\]\:mt-0>:first-child{margin-top:0}.\[\&\>\*\:last-child\]\:mb-0>:last-child{margin-bottom:0}.\[\&\>\*\]\:min-w-0>*{min-width:0}.\[\&\>\*\]\:flex-1>*{flex:1}@media not all and (min-width:640px){.max-sm\:\[\&\>\*\]\:min-w-0>*{min-width:0}.max-sm\:\[\&\>\*\]\:flex-1>*{flex:1}}.\[\&\>\.fc\]\:min-w-\[420px\]>.fc{min-width:420px}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>span\]\:line-clamp-1>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.\[\&\>svg\]\:block>svg{display:block}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:size-icon-sm>svg{width:var(--icon-size-sm);height:var(--icon-size-sm)}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:size-5 svg{width:1.25rem;height:1.25rem}.\[\&_svg\]\:h-4 svg{height:1rem}.\[\&_svg\]\:h-5 svg{height:1.25rem}.\[\&_svg\]\:w-4 svg{width:1rem}.\[\&_svg\]\:w-5 svg{width:1.25rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\]\:transition-transform svg{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.\[\&_svg\]\:duration-hover svg{transition-duration:var(--motion-hover-duration)}.\[\&_svg\]\:ease-out svg{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[\&_td\]\:px-4 td,.\[\&_th\]\:px-4 th{padding-left:1rem;padding-right:1rem}
