.admin-shell{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:100vh;background:var(--bg);color:var(--fg);font-family:var(--font-sans)}.admin-sidebar{display:flex;flex-direction:column;border-right:1px solid var(--border);background:var(--surface)}.admin-brand{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-lg) var(--spacing-base);font-weight:600;font-size:var(--font-size-sm);border-bottom:1px solid var(--border)}.admin-brand svg{width:20px;height:20px;color:var(--primary)}.admin-nav{display:flex;flex-direction:column;gap:2px;padding:var(--spacing-base) var(--spacing-sm);flex:1}.admin-nav a{display:flex;align-items:center;gap:var(--spacing-sm);padding:10px var(--spacing-md);border-radius:8px;color:var(--fg-secondary);font-size:var(--font-size-sm);text-decoration:none}.admin-nav a svg{width:16px;height:16px}.admin-nav a:hover{background:var(--hover);color:var(--fg)}.admin-nav a.active{background:var(--menu-selected-bg);color:var(--primary);font-weight:600}.admin-sidebar-footer{padding:var(--spacing-base);border-top:1px solid var(--border);display:flex;flex-direction:column;gap:var(--spacing-sm)}.admin-sidebar-footer p{margin:0;font-size:var(--font-size-xs);color:var(--fg-secondary)}.admin-sidebar-footer .admin-footer-actions{display:flex;gap:var(--spacing-sm)}.admin-main{padding:var(--spacing-xl) var(--spacing-xl) 48px;min-width:0}.admin-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacing-base);margin-bottom:var(--spacing-lg)}.admin-page-header h1{margin:0 0 var(--spacing-xs);font-size:var(--font-size-lg);font-weight:700}.admin-page-header p{margin:0;color:var(--fg-secondary);font-size:var(--font-size-sm)}.admin-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:var(--spacing-lg);margin-bottom:var(--spacing-lg)}.admin-card h2{margin:0 0 var(--spacing-md);font-size:var(--font-size-sm);font-weight:600}.admin-toolbar{display:flex;flex-wrap:wrap;gap:var(--spacing-sm);margin-bottom:var(--spacing-base)}.admin-toolbar input[type=text],.admin-toolbar input[type=search],.admin-toolbar input[type=date],.admin-toolbar select{padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--fg);font-size:var(--font-size-sm)}.admin-toolbar input:focus,.admin-toolbar select:focus{outline:2px solid var(--focus-ring);outline-offset:1px}.admin-table{width:100%;border-collapse:collapse;font-size:var(--font-size-sm)}.admin-table th,.admin-table td{padding:12px var(--spacing-md);text-align:left;border-bottom:1px solid var(--border);vertical-align:middle}.admin-table th{color:var(--fg-secondary);font-weight:500;background:var(--input)}.admin-table td code{font-size:var(--font-size-xs);word-break:break-all}.admin-badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:var(--font-size-xs)}.admin-badge.ok{background:#f0fbe9;color:var(--success)}.admin-badge.off{background:var(--input);color:var(--fg-muted)}.admin-badge.pending{background:#fff7e6;color:var(--warning)}.admin-badge.error{background:#fff1f0;color:var(--error)}.admin-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--fg);font-size:var(--font-size-sm);cursor:pointer}.admin-btn:hover{background:var(--hover)}.admin-btn.primary{background:var(--fg);border-color:var(--fg);color:#fff}.admin-btn.primary:hover{opacity:.9}.admin-btn.danger{color:var(--error)}.admin-btn:disabled{opacity:.5;cursor:not-allowed}.admin-error{margin:0 0 var(--spacing-base);padding:10px var(--spacing-md);border-radius:8px;background:#fff1f0;color:var(--error);font-size:var(--font-size-sm)}.admin-note{margin:0 0 var(--spacing-base);padding:10px var(--spacing-md);border-radius:8px;background:var(--menu-selected-bg);color:var(--primary-dark);font-size:var(--font-size-sm)}.admin-empty{padding:var(--spacing-xl);text-align:center;color:var(--fg-muted);font-size:var(--font-size-sm)}.admin-pager{display:flex;align-items:center;justify-content:space-between;margin-top:var(--spacing-md);font-size:var(--font-size-sm);color:var(--fg-secondary)}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:var(--spacing-base);margin-bottom:var(--spacing-lg)}.admin-stat{display:flex;align-items:center;gap:var(--spacing-md);background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:var(--spacing-lg)}.admin-stat .icon{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:var(--menu-selected-bg);color:var(--primary)}.admin-stat .label{font-size:var(--font-size-xs);color:var(--fg-secondary)}.admin-stat .value{font-size:var(--font-size-lg);font-weight:700}.admin-stat .sub{font-size:var(--font-size-xs);color:var(--fg-muted)}.admin-form{display:grid;gap:var(--spacing-sm);margin-bottom:var(--spacing-base)}.admin-form input,.admin-form select,.admin-form textarea{padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--fg);font-size:var(--font-size-sm);font-family:inherit}.admin-form textarea{min-height:160px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:var(--font-size-xs)}.admin-pre{margin:0;padding:var(--spacing-base);border-radius:8px;background:var(--input);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:var(--font-size-xs);white-space:pre-wrap;word-break:break-all}.admin-perm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(220px,100%),1fr));gap:8px;margin:12px 0}.admin-perm-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-secondary, #555)}.admin-perm-item code{font-size:11px;opacity:.7}.admin-table td .admin-btn{margin-right:6px}.admin-table td .admin-badge{margin-left:6px;margin-right:4px}.admin-table-scroll{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain}.admin-table-scroll:focus-visible{outline:2px solid var(--focus-ring)}.admin-page-header,.admin-pager{flex-wrap:wrap}.admin-card{min-width:0}.admin-form :is(input,textarea,select){min-width:0;max-width:100%}.admin-mobile-navigation{display:flex;align-items:center;gap:8px;min-height:44px;padding:8px;margin-bottom:16px}@media not (min-width:1280px){.admin-shell{grid-template-columns:minmax(0,1fr)}.admin-main,.admin-card{padding:16px}.admin-toolbar>:is(input,select){max-width:100%;min-width:0}}@media(max-width:768px),(any-pointer:coarse){.admin-btn,.admin-nav a{min-width:44px;min-height:44px}.admin-form :is(input,textarea,select),.admin-toolbar :is(input,select){font-size:16px}}/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-orange-500:oklch(70.5% .213 47.604);--color-emerald-500:oklch(69.6% .17 162.48);--color-sky-500:oklch(68.5% .169 237.323);--color-blue-500:oklch(62.3% .214 259.815);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-md:28rem;--container-3xl:48rem;--container-5xl:64rem;--container-6xl:72rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--leading-relaxed:1.625;--ease-out:cubic-bezier(0, 0, .2, 1);--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--radius-full:9999px}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-0{top:0;right:0;bottom:0;left:0}.inset-4{inset:calc(var(--spacing) * 4)}.top-1\.5{top:calc(var(--spacing) * 1.5)}.top-3{top:calc(var(--spacing) * 3)}.top-full{top:100%}.right-0{right:0}.right-1\.5{right:calc(var(--spacing) * 1.5)}.right-3{right:calc(var(--spacing) * 3)}.right-4{right:calc(var(--spacing) * 4)}.bottom-4{bottom:calc(var(--spacing) * 4)}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-\[200\]{z-index:200}.z-\[300\]{z-index:300}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.m-0{margin:0}.m-2{margin:calc(var(--spacing) * 2)}.m-auto{margin:auto}.mx-2{margin-inline:calc(var(--spacing) * 2)}.mx-3{margin-inline:calc(var(--spacing) * 3)}.mx-auto{margin-inline:auto}.my-1{margin-block:var(--spacing)}.my-2{margin-block:calc(var(--spacing) * 2)}.my-3{margin-block:calc(var(--spacing) * 3)}.my-4{margin-block:calc(var(--spacing) * 4)}.my-5{margin-block:calc(var(--spacing) * 5)}.mt-0\.5{margin-top:calc(var(--spacing) * .5)}.mt-1{margin-top:var(--spacing)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-\[10px\]{margin-top:10px}.mt-\[200px\]{margin-top:200px}.mr-1{margin-right:var(--spacing)}.-mb-px{margin-bottom:-1px}.mb-1{margin-bottom:var(--spacing)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.mb-7{margin-bottom:calc(var(--spacing) * 7)}.ml-0\.5{margin-left:calc(var(--spacing) * .5)}.ml-1{margin-left:var(--spacing)}.ml-2{margin-left:calc(var(--spacing) * 2)}.ml-3{margin-left:calc(var(--spacing) * 3)}.ml-auto{margin-left:auto}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.h-1{height:var(--spacing)}.h-1\.5{height:calc(var(--spacing) * 1.5)}.h-2{height:calc(var(--spacing) * 2)}.h-3{height:calc(var(--spacing) * 3)}.h-3\.5{height:calc(var(--spacing) * 3.5)}.h-4{height:calc(var(--spacing) * 4)}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-7{height:calc(var(--spacing) * 7)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-11{height:calc(var(--spacing) * 11)}.h-12{height:calc(var(--spacing) * 12)}.h-16{height:calc(var(--spacing) * 16)}.h-20{height:calc(var(--spacing) * 20)}.h-28{height:calc(var(--spacing) * 28)}.h-32{height:calc(var(--spacing) * 32)}.h-36{height:calc(var(--spacing) * 36)}.h-40{height:calc(var(--spacing) * 40)}.h-\[18px\]{height:18px}.h-\[28px\]{height:28px}.h-\[85vh\]{height:85vh}.h-\[560px\]{height:560px}.h-\[600px\]{height:600px}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-32{max-height:calc(var(--spacing) * 32)}.max-h-56{max-height:calc(var(--spacing) * 56)}.max-h-80{max-height:calc(var(--spacing) * 80)}.max-h-\[90vh\]{max-height:90vh}.max-h-\[360px\]{max-height:360px}.max-h-\[calc\(100dvh-1rem\)\]{max-height:calc(100dvh - 1rem)}.max-h-\[min\(55dvh\,36rem\)\]{max-height:min(55dvh,36rem)}.max-h-full{max-height:100%}.min-h-0{min-height:0}.min-h-11{min-height:calc(var(--spacing) * 11)}.min-h-14{min-height:calc(var(--spacing) * 14)}.min-h-24{min-height:calc(var(--spacing) * 24)}.min-h-\[24rem\]{min-height:24rem}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0\.5{width:calc(var(--spacing) * .5)}.w-2{width:calc(var(--spacing) * 2)}.w-3{width:calc(var(--spacing) * 3)}.w-3\.5{width:calc(var(--spacing) * 3.5)}.w-4{width:calc(var(--spacing) * 4)}.w-5{width:calc(var(--spacing) * 5)}.w-6{width:calc(var(--spacing) * 6)}.w-7{width:calc(var(--spacing) * 7)}.w-8{width:calc(var(--spacing) * 8)}.w-9{width:calc(var(--spacing) * 9)}.w-11{width:calc(var(--spacing) * 11)}.w-12{width:calc(var(--spacing) * 12)}.w-16{width:calc(var(--spacing) * 16)}.w-20{width:calc(var(--spacing) * 20)}.w-60{width:calc(var(--spacing) * 60)}.w-64{width:calc(var(--spacing) * 64)}.w-72{width:calc(var(--spacing) * 72)}.w-80{width:calc(var(--spacing) * 80)}.w-\[2px\]{width:2px}.w-\[18px\]{width:18px}.w-\[26px\]{width:26px}.w-\[76px\]{width:76px}.w-\[80vw\]{width:80vw}.w-\[88px\]{width:88px}.w-\[100px\]{width:100px}.w-\[104px\]{width:104px}.w-\[124px\]{width:124px}.w-\[256px\]{width:256px}.w-\[300px\]{width:300px}.w-\[336px\]{width:336px}.w-\[min\(92vw\,440px\)\]{width:min(92vw,440px)}.w-\[min\(960px\,calc\(100vw-32px\)\)\]{width:min(960px,100vw - 32px)}.w-full{width:100%}.max-w-3xl{max-width:var(--container-3xl)}.max-w-5xl{max-width:var(--container-5xl)}.max-w-6xl{max-width:var(--container-6xl)}.max-w-44{max-width:calc(var(--spacing) * 44)}.max-w-48{max-width:calc(var(--spacing) * 48)}.max-w-52{max-width:calc(var(--spacing) * 52)}.max-w-\[20ch\]{max-width:20ch}.max-w-\[64px\]{max-width:64px}.max-w-\[75vw\]{max-width:75vw}.max-w-\[80\%\]{max-width:80%}.max-w-\[90\%\]{max-width:90%}.max-w-\[104px\]{max-width:104px}.max-w-\[720px\]{max-width:720px}.max-w-\[960px\]{max-width:960px}.max-w-\[calc\(100vw-32px\)\]{max-width:calc(100vw - 32px)}.max-w-full{max-width:100%}.max-w-md{max-width:var(--container-md)}.max-w-none{max-width:none}.min-w-0{min-width:0}.min-w-11{min-width:calc(var(--spacing) * 11)}.min-w-\[140px\]{min-width:140px}.min-w-\[150px\]{min-width:150px}.min-w-\[160px\]{min-width:160px}.min-w-\[168px\]{min-width:168px}.min-w-\[180px\]{min-width:180px}.min-w-\[200px\]{min-width:200px}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.basis-full{flex-basis:100%}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1{--tw-translate-y:calc(var(--spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-1{--tw-translate-y:var(--spacing);translate:var(--tw-translate-x) var(--tw-translate-y)}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-pointer{cursor:pointer}.resize{resize:both}.resize-none{resize:none}.resize-y{resize:vertical}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-0\.5{gap:calc(var(--spacing) * .5)}.gap-1{gap:var(--spacing)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-2\.5{gap:calc(var(--spacing) * 2.5)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-7{gap:calc(var(--spacing) * 7)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(var(--spacing) * var(--tw-space-y-reverse));margin-block-end:calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px * var(--tw-divide-y-reverse));border-bottom-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)))}:where(.divide-border>:not(:last-child)){border-color:var(--border)}.self-start{align-self:flex-start}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.overscroll-contain{overscroll-behavior:contain}.rounded{border-radius:.25rem}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius-16)}.rounded-md{border-radius:var(--radius-12)}.rounded-sm{border-radius:var(--radius-8)}.rounded-xl{border-radius:var(--radius-20)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-4{border-style:var(--tw-border-style);border-width:4px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none{--tw-border-style:none;border-style:none}.border-border{border-color:var(--border)}.border-error\/20{border-color:var(--error)}@supports (color:color-mix(in lab,red,red)){.border-error\/20{border-color:color-mix(in oklab,var(--error) 20%,transparent)}}.border-error\/30{border-color:var(--error)}@supports (color:color-mix(in lab,red,red)){.border-error\/30{border-color:color-mix(in oklab,var(--error) 30%,transparent)}}.border-error\/40{border-color:var(--error)}@supports (color:color-mix(in lab,red,red)){.border-error\/40{border-color:color-mix(in oklab,var(--error) 40%,transparent)}}.border-primary{border-color:var(--primary)}.border-transparent{border-color:#0000}.border-warning,.border-warning\/20{border-color:var(--warning)}@supports (color:color-mix(in lab,red,red)){.border-warning\/20{border-color:color-mix(in oklab,var(--warning) 20%,transparent)}}.border-t-transparent{border-top-color:#0000}.bg-\[\#EEF2F6\]{background-color:#eef2f6}.bg-\[\#ffb68a\]{background-color:#ffb68a}.bg-bg{background-color:var(--bg)}.bg-black\/50{background-color:#00000080}@supports (color:color-mix(in lab,red,red)){.bg-black\/50{background-color:color-mix(in oklab,var(--color-black) 50%,transparent)}}.bg-border{background-color:var(--border)}.bg-error,.bg-error\/5{background-color:var(--error)}@supports (color:color-mix(in lab,red,red)){.bg-error\/5{background-color:color-mix(in oklab,var(--error) 5%,transparent)}}.bg-error\/10{background-color:var(--error)}@supports (color:color-mix(in lab,red,red)){.bg-error\/10{background-color:color-mix(in oklab,var(--error) 10%,transparent)}}.bg-fg{background-color:var(--fg)}.bg-panel{background-color:var(--panel)}.bg-primary{background-color:var(--primary)}.bg-primary-light{background-color:var(--primary-light)}.bg-primary\/5{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/5{background-color:color-mix(in oklab,var(--primary) 5%,transparent)}}.bg-primary\/10{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/10{background-color:color-mix(in oklab,var(--primary) 10%,transparent)}}.bg-surface{background-color:var(--surface)}.bg-tag{background-color:var(--tag)}.bg-transparent{background-color:#0000}.bg-warning\/10{background-color:var(--warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\/10{background-color:color-mix(in oklab,var(--warning) 10%,transparent)}}.bg-warning\/15{background-color:var(--warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\/15{background-color:color-mix(in oklab,var(--warning) 15%,transparent)}}.fill-current{fill:currentColor}.object-cover{object-fit:cover}.p-0\.5{padding:calc(var(--spacing) * .5)}.p-1{padding:var(--spacing)}.p-2{padding:calc(var(--spacing) * 2)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.p-8{padding:calc(var(--spacing) * 8)}.px-1{padding-inline:var(--spacing)}.px-1\.5{padding-inline:calc(var(--spacing) * 1.5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-0{padding-block:0}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:var(--spacing)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-6{padding-block:calc(var(--spacing) * 6)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-10{padding-block:calc(var(--spacing) * 10)}.py-12{padding-block:calc(var(--spacing) * 12)}.pt-0{padding-top:0}.pt-1{padding-top:var(--spacing)}.pt-2{padding-top:calc(var(--spacing) * 2)}.pt-3{padding-top:calc(var(--spacing) * 3)}.pt-4{padding-top:calc(var(--spacing) * 4)}.pt-5{padding-top:calc(var(--spacing) * 5)}.pr-5{padding-right:calc(var(--spacing) * 5)}.pb-1{padding-bottom:var(--spacing)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pb-3{padding-bottom:calc(var(--spacing) * 3)}.pb-4{padding-bottom:calc(var(--spacing) * 4)}.pb-5{padding-bottom:calc(var(--spacing) * 5)}.pb-6{padding-bottom:calc(var(--spacing) * 6)}.pl-1{padding-left:var(--spacing)}.pl-2{padding-left:calc(var(--spacing) * 2)}.pl-\[26px\]{padding-left:26px}.pl-\[40px\]{padding-left:40px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[0\.8125rem\]{font-size:.8125rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.leading-6{--tw-leading:calc(var(--spacing) * 6);line-height:calc(var(--spacing) * 6)}.leading-7{--tw-leading:calc(var(--spacing) * 7);line-height:calc(var(--spacing) * 7)}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.\[overflow-wrap\:anywhere\]{overflow-wrap:anywhere}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.text-blue-500{color:var(--color-blue-500)}.text-emerald-500{color:var(--color-emerald-500)}.text-error{color:var(--error)}.text-fg{color:var(--fg)}.text-fg-muted{color:var(--fg-muted)}.text-fg-secondary{color:var(--fg-secondary)}.text-orange-500{color:var(--color-orange-500)}.text-primary{color:var(--primary)}.text-red-500{color:var(--color-red-500)}.text-red-600{color:var(--color-red-600)}.text-sky-500{color:var(--color-sky-500)}.text-success{color:var(--success)}.text-surface{color:var(--surface)}.text-warning{color:var(--warning)}.text-white{color:var(--color-white)}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.underline{text-decoration-line:underline}.underline-offset-2{text-underline-offset:2px}.accent-\[var\(--primary\)\]{accent-color:var(--primary)}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:var(--shadow-strong);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:var(--shadow-flat);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-primary,.ring-primary\/30{--tw-ring-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.ring-primary\/30{--tw-ring-color:color-mix(in oklab, var(--primary) 30%, transparent)}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[border-color\,box-shadow\]{transition-property:border-color,box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[height\]{transition-property:height;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[width\]{transition-property:width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-1000{--tw-duration:1s;transition-duration:1s}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.outline-none{--tw-outline-style:none;outline-style:none}@media(hover:hover){.group-hover\:hidden:is(:where(.group):hover *){display:none}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}}.placeholder\:text-fg-muted::placeholder{color:var(--fg-muted)}.focus-within\:opacity-100:focus-within{opacity:1}@media(hover:hover){.hover\:border-primary:hover,.hover\:border-primary\/40:hover{border-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.hover\:border-primary\/40:hover{border-color:color-mix(in oklab,var(--primary) 40%,transparent)}}.hover\:border-primary\/50:hover{border-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.hover\:border-primary\/50:hover{border-color:color-mix(in oklab,var(--primary) 50%,transparent)}}.hover\:bg-bg:hover{background-color:var(--bg)}.hover\:bg-error\/10:hover{background-color:var(--error)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-error\/10:hover{background-color:color-mix(in oklab,var(--error) 10%,transparent)}}.hover\:bg-primary\/10:hover{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-primary\/10:hover{background-color:color-mix(in oklab,var(--primary) 10%,transparent)}}.hover\:bg-surface:hover{background-color:var(--surface)}.hover\:text-error:hover{color:var(--error)}.hover\:text-fg:hover{color:var(--fg)}.hover\:text-primary:hover{color:var(--primary)}.hover\:no-underline:hover{text-decoration-line:none}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow:hover{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\:border-primary:focus,.focus-visible\:border-primary:focus-visible{border-color:var(--primary)}.focus-visible\:opacity-100:focus-visible{opacity:1}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-primary:focus-visible,.focus-visible\:ring-primary\/15:focus-visible{--tw-ring-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.focus-visible\:ring-primary\/15:focus-visible{--tw-ring-color:color-mix(in oklab, var(--primary) 15%, transparent)}}.focus-visible\:ring-primary\/20:focus-visible{--tw-ring-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.focus-visible\:ring-primary\/20:focus-visible{--tw-ring-color:color-mix(in oklab, var(--primary) 20%, transparent)}}.focus-visible\:ring-primary\/30:focus-visible{--tw-ring-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.focus-visible\:ring-primary\/30:focus-visible{--tw-ring-color:color-mix(in oklab, var(--primary) 30%, transparent)}}.focus-visible\:outline-2:focus-visible{outline-style:var(--tw-outline-style);outline-width:2px}.focus-visible\:outline-primary:focus-visible{outline-color:var(--primary)}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:text-fg-muted:disabled{color:var(--fg-muted)}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}@media(prefers-reduced-motion:no-preference){.motion-safe\:animate-spin{animation:var(--animate-spin)}}@media(prefers-reduced-motion:reduce){.motion-reduce\:animate-none{animation:none}}@media(min-width:40rem){.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\:p-4{padding:calc(var(--spacing) * 4)}.sm\:p-5{padding:calc(var(--spacing) * 5)}.sm\:p-8{padding:calc(var(--spacing) * 8)}.sm\:px-8{padding-inline:calc(var(--spacing) * 8)}.sm\:py-8{padding-block:calc(var(--spacing) * 8)}.sm\:pb-8{padding-bottom:calc(var(--spacing) * 8)}}@media(min-width:64rem){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:px-10{padding-inline:calc(var(--spacing) * 10)}}@media(min-width:80rem){.xl\:w-80{width:calc(var(--spacing) * 80)}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}}.public-home{scrollbar-width:none;height:100vh;min-height:100vh;color:var(--zy-title);background:var(--zy-bg);font-family:var(--zy-font);overflow-y:auto}.public-home::-webkit-scrollbar{display:none}.public-home .public-nav{z-index:20;background:var(--zy-surface);-webkit-backdrop-filter:blur(11.7px);backdrop-filter:blur(11.7px);border-bottom:0;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 32px;display:flex;position:fixed;top:0;left:0}.public-home .public-nav .brain-brand{gap:16px}.public-home .public-nav .brain-brand-logo{width:34px;height:34px}.public-home .public-nav .brain-brand-name{color:var(--zy-title);font-weight:700}.public-home .public-nav-links,.public-home .public-nav-actions,.public-home .hero-proof,.public-home .download-actions{align-items:center;display:flex}.public-home .public-nav-links{color:var(--zy-text);gap:48px;font-size:16px;position:absolute;left:50%;transform:translate(-50%)}.public-home .public-nav-links a,.public-home .public-nav-menu-trigger,.public-home .language-switch{align-items:center;gap:6px;display:inline-flex}.public-home .public-nav-menu{align-items:center;height:60px;display:flex;position:relative}.public-home .public-nav-menu-trigger{height:100%;color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;padding:0}.public-home .public-nav-menu-trigger svg{transition:color .18s,transform .18s}.public-home .public-nav-menu-trigger.is-open{color:var(--zy-title)}.public-home .public-nav-menu-trigger.is-open svg{color:var(--zy-brand);transform:rotate(180deg)}.public-home .public-nav-dropdown{z-index:30;background:var(--zy-surface);width:140px;height:232px;box-shadow:var(--zy-shadow);border:0;border-radius:12px;grid-template-rows:repeat(6,1fr);margin:0;padding:8px;list-style:none;display:grid;position:absolute;top:100%;left:50%;transform:translate(-50%)}.public-home .public-nav-dropdown-school{grid-template-rows:repeat(2,1fr);height:88px}.public-home .public-nav-dropdown-support,.public-home .public-nav-dropdown-download{grid-template-rows:repeat(4,1fr);height:160px}.public-home .public-nav-dropdown li{min-height:0;color:var(--zy-title);border-radius:6px;align-items:center;gap:12px;padding:0 16px;font-size:14px;line-height:1;transition:background-color .15s;display:flex}.public-home .public-nav-dropdown li:hover{background:var(--hover)}.public-home .public-nav-dropdown li span{white-space:nowrap}.public-home .public-nav-dropdown li>svg{width:16px;height:16px;color:var(--zy-title);stroke-width:2px;flex:none}.public-home .public-nav-actions{gap:20px;margin-left:auto}.public-home .language-switch{color:var(--zy-text);background:0 0;border:0;padding:0;font-size:14px}.public-home .language-switch svg{width:20px;height:20px}.public-home .public-nav-links svg{width:16px;height:16px;color:var(--zy-muted)}.public-home .nav-login,.public-home .hero-cta{color:#fff;background:linear-gradient(135deg,#4775ff,#4548c9);border:0}.public-home .nav-login{background:var(--zy-brand);border-radius:999px;min-width:118px;height:40px;font-size:14px;font-weight:400}.public-home .home-hero{background:var(--zy-bg);min-height:0;padding:0;position:relative;overflow:hidden}.public-home .hero-artboard{transform-origin:top;background-position:top;background-repeat:no-repeat;background-size:1920px 960px;width:1920px;height:960px;margin-left:-960px;position:absolute;top:0;left:50%}.public-home .hero-scroll-control{justify-content:center;align-items:flex-start;width:64px;height:93px;display:flex;position:absolute;top:854px;left:928px}.public-home .hero-scroll-circle{background:var(--zy-surface);width:64px;height:64px;box-shadow:var(--zy-shadow);border-radius:50%;flex:none;display:block;position:relative}.public-home .hero-scroll-control:hover .hero-scroll-circle{animation:1.2s ease-out public-home-scroll-hop}@keyframes public-home-scroll-hop{0%{transform:translateY(0)}12.5%,41.667%{transform:translateY(-14px)}66.667%{transform:translateY(0)}75%{transform:translateY(-4px)}83.333%{transform:translateY(0)}89.583%{transform:translateY(-2px)}95.833%,to{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.public-home .hero-scroll-control:hover .hero-scroll-circle{animation:none}}.public-home .hero-scroll-chevron{stroke-width:2.6px;width:44px;height:44px;position:absolute;left:10px}.public-home .hero-scroll-chevron-strong{color:#329b7b;top:0}.public-home .hero-scroll-chevron-soft{color:#8bc9b7;top:16px}.public-home #dialogue{scroll-margin-top:60px}.public-home .hero-copy{width:911px;height:630px;position:absolute;top:168px;left:160px}.public-home .hero-eyebrow{width:285px;height:45px;color:var(--zy-text);border:1px solid var(--zy-line);letter-spacing:.24em;background:0 0;border-radius:999px;justify-content:center;align-items:center;margin:0;padding:0;font-size:20px;font-weight:400;line-height:30px;display:flex;position:absolute;top:0;left:4px}.public-home .hero-proof{width:908px;height:22px;color:var(--zy-title);white-space:nowrap;flex-wrap:nowrap;gap:18px;font-size:19px;font-weight:500;line-height:22px;position:absolute;top:97px;left:3px}.public-home .hero-proof span{align-items:center;gap:11px;display:inline-flex}.public-home .hero-proof span:not(:last-child):after{background:var(--zy-muted);content:"";width:1px;height:14px;margin-left:18px}.public-home .hero-proof svg{color:#fff;width:20px;height:20px;fill:var(--zy-brand);stroke-width:2.4px;flex:none}.public-home .home-hero h1{width:590px;height:233px;color:var(--zy-title);letter-spacing:0;margin:0;font-size:80px;font-weight:700;line-height:120px;position:absolute;top:145px;left:0}.public-home .home-hero h1 strong{color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#326afe,#142234);-webkit-background-clip:text;background-clip:text;width:240px;margin-top:-7px;font-weight:700;display:block}.public-home .hero-subhead{width:682px;height:22px;color:var(--zy-title);white-space:nowrap;margin:0;font-size:22px;font-weight:500;line-height:22px;position:absolute;top:407px;left:3px}.public-home .hero-english{width:658px;height:22px;color:var(--zy-muted);white-space:nowrap;margin:0;font-size:18px;font-weight:400;line-height:22px;position:absolute;top:448px;left:3px}.public-home .hero-cta{width:312px;min-width:312px;height:77px;box-shadow:none;border-radius:20px;justify-content:center;align-items:center;gap:12px;margin:0;font-size:24px;font-weight:400;transition:box-shadow .18s;display:inline-flex;position:absolute;top:553px;left:0}.public-home .hero-cta:hover{box-shadow:0 9px 18px #3d5bc438}.public-home .hero-cta svg{width:24px;height:24px}.public-home .home-section{width:min(1424px,100% - 48px);margin:72px auto 0}.public-home .section-title{text-align:center}.public-home .section-title h2{height:42px;color:var(--zy-title);letter-spacing:0;margin:0;font-size:28px;line-height:42px}.public-home .section-title-badge{box-sizing:border-box;color:#fff;vertical-align:top;background:linear-gradient(90deg,#f59d0b,#f97416);border-radius:4px;justify-content:center;align-items:center;min-width:36px;height:20px;margin-left:2px;padding:0 8px;font-size:10px;font-weight:400;line-height:16px;display:inline-flex}.public-home .section-title p{color:var(--zy-text);margin:8px 0 32px;font-size:16px;line-height:24px}.public-home .dialogue-card{color:#fff;width:100%;min-height:132px;box-shadow:var(--zy-shadow);text-align:left;background:linear-gradient(110deg,#6756e8,#4775db 48%,#33c0c3);border:0;border-radius:12px;grid-template-columns:94px 1fr auto;align-items:center;gap:11px;padding:19px 40px 19px 11px;display:grid}.public-home .dialogue-icon{background:#ffffff1f;border-radius:999px;place-items:center;width:94px;height:94px;display:grid}.public-home .dialogue-icon img{object-fit:contain;width:54px;height:54px;display:block}.public-home .dialogue-card strong,.public-home .dialogue-card small{display:block}.public-home .dialogue-card strong{margin-bottom:2px;font-size:24px;line-height:36px}.public-home .dialogue-card small{color:#ffffffc2;max-width:980px;font-size:14px;line-height:24px}.public-home .locked-action,.public-home .locked-note{align-items:center;gap:8px;display:inline-flex}.public-home .locked-action{color:#ffffffe0;justify-content:flex-end;min-width:112px;font-size:16px;font-weight:700}.public-home .scene-section .section-title p{margin-bottom:32px}.public-home .scene-panel{background:var(--zy-surface);border-radius:14px;width:100%;min-height:387px;padding:32px}.public-home .scene-timeline{grid-template-columns:repeat(6,minmax(0,210px));justify-content:space-between;gap:20px;width:min(1360px,100%);margin:0 auto 25px;display:grid;position:relative}.public-home .scene-timeline:before{z-index:0;content:"";background:var(--zy-line);width:calc(100% - 24px);height:1px;position:absolute;top:10px;left:8px}.public-home .scene-timeline span{z-index:1;color:#fff;text-align:center;background:linear-gradient(135deg,#9fa7f7,#6e76d9);border-radius:999px;justify-self:center;place-items:center;width:34px;height:20px;font-size:14px;font-weight:700;line-height:20px;display:grid;position:relative}.public-home .scene-grid{grid-template-columns:repeat(6,minmax(0,210px));justify-content:space-between;gap:20px;width:min(1360px,100%);margin:0 auto;display:grid}.public-home .scene-card{--scene-card-accent:#cef6e2;border:1px solid var(--zy-line);background:linear-gradient(180deg,var(--scene-card-accent) 0%,var(--zy-surface) 25%);min-height:274px;box-shadow:var(--zy-soft-shadow);border-radius:15px;flex-direction:column;padding:33px 23px 26px;display:flex;position:relative}.public-home .scene-card:nth-child(2){--scene-card-accent:#fff1ea}.public-home .scene-card:nth-child(3){--scene-card-accent:#f1eaff}.public-home .scene-card:nth-child(4){--scene-card-accent:#f7f9e1}.public-home .scene-card:nth-child(5){--scene-card-accent:#adf9f9}.public-home .scene-card:nth-child(6){--scene-card-accent:#ffeaf2}.public-home .scene-card-icon{background-color:#0000;background-image:none;border-radius:15px;place-items:center;width:66px;height:66px;display:grid;position:absolute;top:14px;right:8px}.public-home .scene-card-icon img{object-fit:contain;width:auto;max-width:41px;height:auto;max-height:40px;display:block}.public-home .scene-card h3,.public-home .support-card h3{margin:0;font-size:24px;line-height:28px}.public-home .scene-card p,.public-home .support-card p{color:var(--zy-text);line-height:1.6}.public-home .scene-card p{max-width:162px;margin:37px 0 0;font-size:14px;font-weight:400;line-height:22px}.public-home .scene-card h3{font-weight:500}.public-home .locked-note{color:var(--zy-muted);margin-top:auto;font-size:14px;font-weight:400;line-height:22px}.public-home .locked-note svg{color:#e58617;flex:none}.public-home .support-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.public-home .support-card{background:var(--zy-surface);min-height:144px;box-shadow:var(--zy-soft-shadow);border-radius:12px;align-items:center;gap:16px;padding:16px;display:flex}.public-home .support-icon{border-radius:20px;flex:none;place-items:center;width:80px;height:80px;display:grid}.public-home .support-icon img{object-fit:contain;width:80px;height:80px;display:block}.public-home .support-card p{max-width:205px;margin:8px 0 0;font-size:16px;font-weight:600;line-height:24px}.public-home .download-panel{color:#fff;text-align:center;width:min(1424px,100% - 48px);min-height:418px;box-shadow:var(--zy-shadow);background:linear-gradient(116deg,#7548df,#4d70d5 52%,#31bdc2);border-radius:12px;flex-direction:column;align-items:center;margin:32px auto 144px;padding:32px 0 56px;display:flex}.public-home .download-panel h2{margin:0 0 54px;font-size:28px;line-height:42px}.public-home .download-logo .brain-brand{flex-direction:column;gap:12px}.public-home .download-logo .brain-brand-logo{width:86px;height:86px}.public-home .download-logo .brain-brand-name{color:#fff;font-size:20px;line-height:28px}.public-home .download-actions{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:56px}.public-home .download-actions button{width:156px;height:52px;color:var(--zy-title);background:var(--zy-surface);border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0;font-size:14px;font-weight:800;display:inline-flex}.public-home .public-footer{color:#7a8797;text-align:center;background:#102033;padding:28px 16px}.public-home a:focus-visible,.public-home button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}@media(max-width:1180px){.public-home .public-nav-links{display:none}.public-home .scene-grid,.public-home .support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-home .scene-panel{min-height:0}.public-home .scene-timeline{display:none}}@media(max-width:768px){.public-home .public-nav{padding:0 16px}.public-home .public-nav-actions .language-switch{display:none}.public-home .nav-login{height:44px;min-height:44px}.public-home .home-hero{height:auto;min-height:0;padding:0}.public-home .section-title h2{height:auto}.public-home .hero-artboard{background-position:58%;background-size:cover;width:100%;height:auto;margin-left:0;position:relative;top:0;right:0;bottom:0;left:0;transform:none}.public-home .hero-artboard:before{content:"";background:var(--zy-surface);position:absolute;top:0;right:0;bottom:0;left:0}@supports (color:color-mix(in lab,red,red)){.public-home .hero-artboard:before{background:color-mix(in srgb,var(--zy-surface) 58%,transparent)}}.public-home .hero-copy{width:100%;height:auto;padding:88px 24px 40px;position:relative;top:auto;left:auto}.public-home .hero-eyebrow,.public-home .hero-proof,.public-home .home-hero h1,.public-home .hero-subhead,.public-home .hero-english,.public-home .hero-cta{position:relative;top:auto;left:auto}.public-home .hero-eyebrow{width:max-content;max-width:100%;height:45px;margin:0 0 32px;padding:0 20px;font-size:16px}.public-home .hero-proof{white-space:normal;flex-wrap:wrap;gap:12px 18px;width:100%;height:auto;font-size:15px;line-height:22px}.public-home .hero-proof span:not(:last-child):after{display:none}.public-home .home-hero h1{width:100%;height:auto;margin:34px 0 24px;font-size:clamp(32px,9vw,40px);line-height:1.16}.public-home .home-hero h1 strong{width:auto;margin-top:8px}.public-home .hero-subhead{white-space:normal;width:100%;height:auto;font-size:18px;line-height:1.55}.public-home .hero-english{white-space:normal;width:100%;height:auto;margin-top:12px;font-size:13px;line-height:1.5}.public-home .hero-cta{width:100%;min-width:0;height:64px;margin-top:48px;font-size:20px}.public-home .dialogue-card{text-align:center;grid-template-columns:1fr;padding:24px}.public-home .dialogue-icon,.public-home .locked-action{justify-self:center}.public-home .scene-grid,.public-home .support-grid{grid-template-columns:1fr}.public-home .scene-panel{padding:24px}.public-home .support-card{align-items:flex-start}.public-home .download-panel{min-height:0;padding:32px 20px 44px}}.brain-workspace-shell{background:var(--bg);grid-template-columns:240px minmax(0,1fr);width:100%;max-width:100vw;height:100dvh;transition:grid-template-columns .18s ease-out;display:grid;overflow:hidden}.brain-workspace-shell[data-sidebar-collapsed=true]{grid-template-columns:56px minmax(0,1fr)}.brain-workspace-stage{isolation:isolate;background:var(--bg);flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.workspace-account-footer{background:var(--panel);border-top:0;flex:0 0 48px;align-items:center;width:100%;height:48px;min-height:48px;padding:0 8px;display:flex}.workspace-main{background:var(--bg);flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}@media not all and (max-width:768px){.workspace-file-sidebar{position:relative}.workspace-file-sidebar-resizer{z-index:2;cursor:col-resize;touch-action:none;background:0 0;border:0;width:6px;padding:0;position:absolute;top:0;bottom:0;right:0}.workspace-file-sidebar-resizer:after{content:"";background:0 0;width:2px;position:absolute;top:0;bottom:0;left:2px}.workspace-file-sidebar-resizer:hover:after,.workspace-file-sidebar-resizer:focus-visible:after,.workspace-file-sidebar-resizer:active:after{background:var(--primary)}.workspace-file-sidebar-resizer:focus-visible,.workspace-file-sidebar-collapse:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.workspace-file-sidebar[data-collapsed=true]{visibility:hidden;pointer-events:none;border-right-width:0}.workspace-header:has(.workspace-file-sidebar-header-expand),.workspace-task-header:has(.workspace-file-sidebar-header-expand){position:relative}.workspace-header .workspace-file-sidebar-header-expand,.workspace-task-header .workspace-file-sidebar-header-expand{z-index:21;position:absolute;left:0}.workspace-header .workspace-file-sidebar-header-expand{top:4px}.workspace-task-header .workspace-file-sidebar-header-expand{top:8px}.workspace-task-result .workspace-task-header .workspace-file-sidebar-header-expand{top:16px}.workspace-header:has(.workspace-file-sidebar-header-expand) .workspace-header-inner,.workspace-task-header:has(.workspace-file-sidebar-header-expand)>.workspace-task-canvas{padding-left:52px}.workspace-header:has(.workspace-file-sidebar-header-expand) .workspace-feature-intro{left:52px}}.workspace-mobile-toolbar,.workspace-mobile-toolbar[hidden],.workspace-mobile-backdrop{display:none}.workspace-mobile-trigger,.workspace-mobile-backdrop,.workspace-sidebar-icon-action,.workspace-sidebar-close{font:inherit;border:0}.workspace-mobile-trigger,.workspace-sidebar-icon-action,.workspace-sidebar-close{width:44px;height:44px;color:var(--fg-secondary);cursor:pointer;background:0 0;border-radius:10px;flex:none;place-items:center;display:inline-grid}.workspace-mobile-trigger:hover,.workspace-sidebar-icon-action:hover,.workspace-sidebar-close:hover{color:var(--primary);background:var(--primary-light)}.workspace-sidebar{z-index:20;width:240px;min-width:0;height:100%;min-height:0;color:var(--fg);border-right:1px solid var(--border);background:var(--panel);flex-direction:column;flex:0 0 240px;transition:width .18s ease-out,flex-basis .18s ease-out;display:flex;position:relative;overflow:hidden}.workspace-sidebar[data-collapsed=true]{flex-basis:56px;width:56px;overflow:visible}.workspace-sidebar[data-collapsed=true] .workspace-sidebar-header{flex-direction:column;flex-basis:100px;justify-content:flex-start;height:100px;min-height:100px;padding:4px 6px}.workspace-sidebar[data-collapsed=true] .workspace-sidebar-home,.workspace-sidebar[data-collapsed=true] .workspace-sidebar-collapse,.workspace-sidebar[data-collapsed=true] .workspace-top-level-item{place-items:center;width:44px;min-width:44px;height:44px;padding:0;transform:none}.workspace-sidebar[data-collapsed=true] .workspace-sidebar-home{justify-content:center}.workspace-sidebar[data-collapsed=true] .brain-brand-name,.workspace-sidebar[data-collapsed=true] .workspace-top-level-item>span,.workspace-sidebar[data-collapsed=true] .workspace-more-services-chevron{display:none}.workspace-sidebar[data-collapsed=true] .brain-brand-logo{width:30px;height:30px}.workspace-sidebar[data-collapsed=true] .workspace-sidebar-collapse{position:static;transform:translateY(4px)}.workspace-sidebar[data-collapsed=true] .workspace-sidebar-collapse img{transform:rotate(180deg)}.workspace-sidebar[data-collapsed=true] .workspace-primary-navigation{gap:4px;padding:4px 6px}.workspace-sidebar[data-collapsed=true] .workspace-top-level-item{border-radius:8px;grid-template-columns:1fr;display:grid}.workspace-sidebar[data-collapsed=true] .workspace-more-services{position:relative}.workspace-sidebar[data-collapsed=true] .workspace-more-services-list{z-index:var(--z-dropdown);border:1px solid var(--border);border-radius:var(--radius-8);background:var(--surface);width:184px;box-shadow:var(--shadow-strong);padding:6px;position:absolute;top:0;left:52px}.workspace-sidebar[data-collapsed=true] .workspace-more-services-item{padding:0 10px}.workspace-sidebar[data-collapsed=true] .workspace-account-footer{width:56px;padding:2px 6px}.workspace-sidebar[data-collapsed=true] .workspace-user-menu,.workspace-sidebar[data-collapsed=true] .workspace-user[data-compact=true]{width:44px;min-width:44px}.workspace-sidebar[data-collapsed=true] .workspace-user[data-compact=true]{flex:0 0 44px;justify-content:center;padding:0}.workspace-header{background:var(--panel)}.workspace-user-menu{align-items:center;gap:4px;width:100%;min-width:0;display:flex;position:relative}.workspace-user{min-width:0;height:48px;color:var(--fg);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:auto;align-items:center;gap:8px;padding:0 8px;display:flex}.workspace-user:hover{background:0 0}.workspace-account-theme{flex:0 0 44px;width:44px;height:44px;margin-left:2px}.workspace-user:focus-visible{outline:2px solid var(--primary)}@supports (color:color-mix(in lab,red,red)){.workspace-user:focus-visible{outline:2px solid color-mix(in srgb,var(--primary) 32%,transparent)}}.workspace-user:focus-visible{outline-offset:2px}.workspace-user-dropdown{z-index:200;width:min(213px,100vw - 16px);min-width:0;max-width:calc(100vw - 16px);padding:6px}.workspace-user-menu-item{width:100%;min-width:44px;min-height:44px;color:var(--fg);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:0 10px;font-size:14px;text-decoration:none;display:flex}.workspace-user-menu-item.is-danger{color:#c62828}.workspace-user-menu-item:not(.is-danger):hover,.workspace-user-menu-item:not(.is-danger):focus-visible{color:var(--fg);background:var(--menu-selected-bg)}.workspace-user-menu-item.is-danger:hover,.workspace-user-menu-item.is-danger:focus-visible{background:#fff1f1}.workspace-user-menu-item:focus-visible{outline:2px solid var(--primary)}@supports (color:color-mix(in lab,red,red)){.workspace-user-menu-item:focus-visible{outline:2px solid color-mix(in srgb,var(--primary) 32%,transparent)}}.workspace-user-menu-item:focus-visible{outline-offset:-2px}.workspace-user-menu-separator,.workspace-project-menu-separator{background:var(--border);height:1px;margin:4px 6px}.workspace-project-menu{z-index:var(--z-dropdown);padding:6px}.workspace-project-menu-item{min-width:44px;min-height:40px;color:var(--fg);border-radius:var(--radius-8);cursor:pointer;outline:none;align-items:center;gap:8px;padding:0 10px;font-size:14px;display:flex}.workspace-project-menu-item[data-highlighted]{color:var(--fg);background:var(--menu-selected-bg)}.workspace-project-menu-item.is-danger{color:var(--error)}.workspace-project-menu-item.is-danger[data-highlighted]{background:var(--error)}@supports (color:color-mix(in lab,red,red)){.workspace-project-menu-item.is-danger[data-highlighted]{background:color-mix(in srgb,var(--error) 8%,var(--surface))}}.user-avatar{width:30px;height:30px;color:var(--fg-secondary);background:var(--menu-selected-bg);border-radius:999px;flex:0 0 30px;place-items:center;font-size:13px;display:grid;overflow:hidden}.dark .user-avatar{color:var(--fg);background:var(--menu-selected-bg)}.user-avatar img{object-fit:cover;width:100%;height:100%}.user-name{white-space:nowrap;text-overflow:ellipsis;flex:0 auto;min-width:0;overflow:hidden}.user-menu-chevron{transition:transform .16s ease-out}.user-menu-chevron.is-open{transform:rotate(180deg)}.workspace-sidebar-header{flex:0 0 52px;justify-content:space-between;align-items:center;gap:4px;height:52px;min-height:52px;padding:0 16px;display:flex;position:relative}.workspace-sidebar-home{min-width:0;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;display:inline-flex}.workspace-sidebar-home:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.brain-brand{align-items:center;gap:10px;min-width:0;display:inline-flex}.brain-brand-logo{flex:none;width:37px;height:37px}.brain-brand-name{color:#142234;white-space:nowrap;font-size:20px;font-weight:800}.dark .brain-brand-name{color:var(--fg)}.workspace-sidebar-collapse{cursor:pointer;background:0 0;border:0;border-radius:8px;flex:0 0 44px;place-items:center;width:44px;height:44px;padding:0;display:grid;transform:translate(8px)}.workspace-sidebar-header>.workspace-sidebar-collapse{position:absolute;top:6px;right:16px}.workspace-sidebar-collapse:hover{background:#f4f6f8}.dark .workspace-sidebar-collapse:hover{background:var(--primary-light)}.workspace-sidebar-collapse img{width:18px;height:18px;transition:transform .18s ease-out}.workspace-sidebar-close{display:none}.workspace-sidebar-scroll{overscroll-behavior:contain;flex-direction:column;flex:auto;min-height:0;padding:0 0 12px;display:flex;overflow:hidden auto}.workspace-primary-navigation,.workspace-scene-navigation,.workspace-secondary-navigation{gap:2px;padding-left:12px;padding-right:12px;display:grid}.workspace-primary-navigation{flex:none;padding-top:8px;padding-bottom:2px}.workspace-scene-navigation{padding-bottom:2px}.workspace-sidebar-group-label{color:var(--fg-secondary);margin:12px 24px 6px;font-size:14px;font-weight:400;line-height:21px}.workspace-asset-icon{width:16px;height:16px;mask:var(--workspace-asset-mask) center / contain no-repeat;-webkit-mask:var(--workspace-asset-mask) center / contain no-repeat;background:currentColor;flex:0 0 16px;display:inline-block}.workspace-icon-project-add{--workspace-asset-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.33203%208H12.6654'%20stroke='currentColor'%20stroke-width='1.33333'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8%203.33203V12.6654'%20stroke='currentColor'%20stroke-width='1.33333'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.workspace-icon-project-chevron{--workspace-asset-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.03906%205.51953L7.99805%2010.4785L12.957%205.51953'%20stroke='currentColor'%20stroke-width='1.3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.workspace-icon-project-more{--workspace-asset-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%205C8.55228%205%209%204.55228%209%204C9%203.44772%208.55228%203%208%203C7.44772%203%207%203.44772%207%204C7%204.55228%207.44772%205%208%205Z'%20fill='currentColor'/%3e%3cpath%20d='M8%209C8.55228%209%209%208.55228%209%208C9%207.44772%208.55228%207%208%207C7.44772%207%207%207.44772%207%208C7%208.55228%207.44772%209%208%209Z'%20fill='currentColor'/%3e%3cpath%20d='M8%2012.668C8.55228%2012.668%209%2012.2203%209%2011.668C9%2011.1157%208.55228%2010.668%208%2010.668C7.44772%2010.668%207%2011.1157%207%2011.668C7%2012.2203%207.44772%2012.668%208%2012.668Z'%20fill='currentColor'/%3e%3c/svg%3e")}.workspace-icon-project-search{--workspace-asset-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7%2013C9.76141%2013%2012%2010.7614%2012%208C12%205.23859%209.76141%203%207%203C4.23859%203%202%205.23859%202%208C2%2010.7614%204.23859%2013%207%2013Z'%20stroke='currentColor'%20stroke-width='1.3'%20stroke-linejoin='round'/%3e%3cpath%20d='M11%2012L12%2013L12.5%2013.5L13%2014'%20stroke='currentColor'%20stroke-width='1.3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.workspace-icon-recent-conversation{--workspace-asset-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.0914%203.27185H2.90969C2.73395%203.27185%202.58443%203.33411%202.45955%203.45852C2.33541%203.58303%202.27307%203.73273%202.27307%203.90773V10.9087C2.27307%2011.0857%202.33551%2011.2354%202.45955%2011.3599C2.58443%2011.4843%202.73395%2011.5466%202.90969%2011.5466H4.81901V13.5302L7.59288%2011.5466H13.0918C13.2676%2011.5466%2013.4172%2011.4843%2013.5422%2011.3599C13.6663%2011.2354%2013.7287%2011.0857%2013.7287%2010.9088V3.90773C13.7287%203.73264%2013.6662%203.58293%2013.5422%203.45843C13.4172%203.33401%2013.2673%203.27185%2013.0914%203.27185ZM2.90932%202H13.0911C13.6176%202%2014.068%202.1848%2014.4409%202.55813C14.8137%202.93147%2015%203.38077%2015%203.90773V10.9087C15%2011.4357%2014.8137%2011.8869%2014.4409%2012.2584C14.068%2012.6317%2013.6176%2012.8184%2013.0911%2012.8184H7.99972L4.3362%2015.4352C4.00526%2015.6716%203.54557%2015.4351%203.54557%2015.0284V12.8185H2.90932C2.38236%2012.8185%201.9324%2012.6318%201.55944%2012.2585C1.18648%2011.8869%201%2011.4356%201%2010.9087V3.90773C1%203.38068%201.18648%202.93147%201.55944%202.55813C1.9324%202.1848%202.38236%202%202.90932%202Z'%20fill='%23AAB1BC'/%3e%3c/svg%3e")}.workspace-secondary-navigation{border-top:1px solid #e8ebef;gap:4px;padding-top:18px;padding-bottom:4px}.workspace-top-level-item,.workspace-scene-item{color:#142234;width:100%;height:36px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px;padding:0 12px;font-size:14px;font-weight:400;display:grid}.workspace-more-services{display:grid}.workspace-more-services-trigger{grid-template-columns:20px minmax(0,1fr) 16px}.workspace-more-services-chevron{color:#5e6976;opacity:0;width:16px;height:16px;transition:opacity .16s,transform .16s}.workspace-more-services-trigger:hover .workspace-more-services-chevron,.workspace-more-services-trigger:focus-visible .workspace-more-services-chevron{opacity:1}.workspace-more-services-trigger[aria-expanded=true] .workspace-more-services-chevron{opacity:1;transform:rotate(180deg)}.workspace-more-services-list{gap:2px;padding:0 0 4px;display:grid}.workspace-more-services-item{color:#142234;width:100%;min-height:36px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;padding:0 12px 0 44px;font-size:13px;font-weight:400;line-height:19.5px;text-decoration:none;display:flex}.workspace-more-services-item:hover{color:var(--fg);background:#f4f6f8}.dark .workspace-more-services-item{color:var(--fg)}.dark .workspace-more-services-item:hover{background:var(--primary-light)}.dark .workspace-top-level-item,.dark .workspace-scene-item{color:var(--fg)}.workspace-top-level-item:hover,.workspace-scene-item:hover{background:#f4f6f8}.workspace-top-level-item:focus-visible,.workspace-scene-item:focus-visible,.workspace-more-services-item:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.dark .workspace-top-level-item:hover,.dark .workspace-scene-item:hover{background:var(--primary-light)}.workspace-top-level-item[aria-current=page],.workspace-scene-item[aria-current=page],.dark .workspace-scene-item[aria-current=page]{color:var(--fg);background:var(--menu-selected-bg)}.workspace-nav-icon{color:#142234;flex:none;width:16px;height:16px}.dark .workspace-nav-icon{color:var(--fg)}@media(max-width:768px){.workspace-top-level-item,.workspace-scene-item{height:44px;min-height:44px}.workspace-more-services-item{min-height:44px}}.workspace-scene-item img,.workspace-scene-item svg{flex:none;width:16px;height:16px}.workspace-scene-item svg,.workspace-project-section-toggle svg,.workspace-project-heading-action svg,.workspace-sidebar-search svg{color:#5e6976}.workspace-scene-item img{filter:brightness(0)saturate()invert(39%)sepia(12%)saturate(618%)hue-rotate(171deg)brightness(93%)contrast(88%)}.dark .workspace-scene-item img{filter:brightness(0)invert()}.workspace-scene-status{min-height:22px;color:var(--fg-muted);margin:0;padding:2px 24px 6px 44px;font-size:11px;line-height:14px}.workspace-sidebar-section{overscroll-behavior:contain;flex-direction:column;flex:50%;gap:2px;min-height:112px;padding-bottom:2px;padding-left:12px;padding-right:12px;display:flex;overflow:hidden auto}.workspace-sidebar-section-heading{height:36px;min-height:36px;color:var(--fg-secondary);grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:0;display:grid}.dark .workspace-sidebar-section-heading{color:var(--fg-secondary)}.workspace-sidebar-section-heading h2{flex:auto;min-width:0;margin:0}.workspace-project-section-toggle,.workspace-project-heading-action,.workspace-project-add{color:var(--fg-secondary);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.workspace-project-section-toggle{width:100%;height:36px;color:inherit;text-align:left;border-radius:6px;justify-content:flex-start;gap:4px;padding:0 12px;font-size:14px;font-weight:400;line-height:21px}.workspace-project-section-toggle span{flex:0 auto}.workspace-sidebar-scenes{flex:none;min-height:0;margin-top:0;overflow-y:visible}.workspace-sidebar-projects{flex:auto}.workspace-sidebar-scenes .workspace-scene-navigation{padding-left:0;padding-right:0}.workspace-project-section-toggle svg,.workspace-project-heading-action svg{width:16px;height:16px}.workspace-project-section-toggle svg{opacity:0;transition:opacity .14s,transform .18s ease-out;transform:rotate(-90deg)}.workspace-project-section-toggle svg.is-expanded{transform:rotate(0)}.workspace-project-heading-action,.workspace-project-add{flex:0 0 16px;width:16px;height:16px;padding:0}.workspace-project-heading-actions{opacity:0;pointer-events:none;align-items:center;gap:8px;width:40px;margin-right:6px;transition:opacity .14s;display:flex}.workspace-sidebar-section-heading:hover .workspace-project-section-toggle svg,.workspace-sidebar-section-heading:focus-within .workspace-project-section-toggle svg,.workspace-sidebar-section-heading:hover .workspace-project-heading-actions,.workspace-project-heading-actions:focus-within,.workspace-project-heading-actions[data-visible=true]{opacity:1}.workspace-sidebar-section-heading:hover .workspace-project-heading-actions,.workspace-project-heading-actions:focus-within,.workspace-project-heading-actions[data-visible=true]{pointer-events:auto}.workspace-project-add svg{display:block}.workspace-project-section-toggle:hover,.workspace-project-heading-action:hover,.workspace-project-add:hover,.dark .workspace-project-section-toggle:hover,.dark .workspace-project-heading-action:hover,.dark .workspace-project-add:hover{background:0 0}.workspace-sidebar-recent h2{min-width:0;color:var(--fg-muted);letter-spacing:.04em;font-size:12px;font-weight:650}.workspace-sidebar-search{height:36px;color:var(--fg-muted);border:1px solid var(--border);background:var(--surface);border-radius:10px;align-items:center;gap:9px;margin:0 0 6px;padding:0 12px;transition:border-color .16s,box-shadow .16s;display:flex}.workspace-sidebar-search svg{flex:none;width:16px;height:16px}.workspace-sidebar-search:focus-within{color:var(--primary);border-color:var(--primary);box-shadow:none}.workspace-sidebar-search .workspace-sidebar-search-input:focus,.workspace-sidebar-search .workspace-sidebar-search-input:focus-visible{outline:none}.workspace-sidebar-search-input{width:100%;min-width:0;height:100%;color:var(--fg);font:inherit;background:0 0;border:0;outline:0;font-size:13px}.workspace-sidebar-search-input::placeholder{color:var(--fg-muted)}.workspace-sidebar-alert{color:var(--error);background:var(--error);border-radius:10px;margin:0 12px 10px;padding:10px 12px}@supports (color:color-mix(in lab,red,red)){.workspace-sidebar-alert{background:color-mix(in srgb,var(--error) 10%,transparent)}}.workspace-sidebar-alert{font-size:12px}.workspace-sidebar-status{color:var(--fg-muted);padding:12px 16px;font-size:12px}.workspace-project-tree{border-left:0;gap:2px;width:100%;min-width:0;margin-left:0;padding-bottom:4px;padding-left:0;display:grid;overflow:hidden}.workspace-project-tree>[role=treeitem]{gap:2px;width:100%;min-width:0;display:grid;position:relative;overflow:hidden}.workspace-project-row{border-radius:6px;grid-template-columns:minmax(0,1fr) 36px;align-items:center;width:100%;min-width:0;min-height:36px;display:grid;overflow:hidden}.workspace-project-primary{width:100%;min-width:0;height:36px;color:var(--fg);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;grid-template-columns:20px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:0 0 0 12px;display:grid;overflow:hidden}.workspace-project-action{width:36px;height:36px;color:var(--fg-secondary);opacity:0;background:0 0;border:0;border-radius:6px;flex:0 0 36px;justify-content:center;align-items:center;display:inline-flex;transform:translate(-4px)}.workspace-conversation-action{width:36px;height:36px;color:var(--fg-secondary);opacity:0;background:0 0;border:0;border-radius:6px;flex:0 0 36px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:0;right:0}.workspace-project-primary:focus-visible,.workspace-project-action:focus-visible,.workspace-project-conversation-primary:focus-visible,.workspace-conversation-action:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.workspace-project-folder-icon{color:#657383;width:16px;height:16px}.workspace-project-name{color:var(--fg);font-size:14px;font-weight:400}.workspace-icon-project-chevron{color:var(--fg-secondary);opacity:0;transition:opacity .14s,transform .18s ease-out;transform:translate(4px)rotate(-90deg)}.workspace-project-row:hover .workspace-icon-project-chevron,.workspace-project-row:focus-within .workspace-icon-project-chevron{opacity:1}.workspace-icon-project-chevron.is-expanded{transform:translate(4px)rotate(0)}.workspace-project-row{--project-row-mask:var(--panel);grid-template-columns:minmax(0,1fr);position:relative}.workspace-project-row.is-active-project{--project-row-mask:var(--menu-selected-bg)}.workspace-project-row:after{content:"";z-index:0;pointer-events:none;opacity:0;background:linear-gradient(to right,transparent,var(--project-row-mask) 55%);width:76px;transition:opacity .14s;position:absolute;top:0;bottom:0;right:0}.workspace-project-row:hover:after,.workspace-project-row:focus-within:after{opacity:1}.workspace-project-primary{grid-template-columns:20px minmax(0,1fr);padding-right:8px}.workspace-project-row .workspace-icon-project-chevron{z-index:1;position:absolute;top:50%;right:32px;transform:translateY(-50%)translate(4px)rotate(-90deg)}.workspace-project-row .workspace-icon-project-chevron.is-expanded{transform:translateY(-50%)translate(4px)rotate(0)}.workspace-project-row .workspace-project-action{z-index:1;width:24px;min-width:0;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.dark .workspace-project-folder-icon{color:var(--fg-secondary)}.workspace-project-row.is-active-project{background:var(--menu-selected-bg)}.workspace-project-conversations{border-left:0;width:100%;min-width:0;margin-left:0;padding-left:0;overflow:hidden}.workspace-project-conversation-list{gap:2px;display:grid}.workspace-project-conversation{border-radius:6px;align-items:center;width:100%;min-width:0;min-height:36px;display:grid;position:relative;overflow:hidden}.workspace-project-conversation-primary{width:100%;min-width:0;height:36px;color:var(--fg);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:6px;padding:0 8px 0 20px;display:flex;overflow:hidden}.workspace-project-conversation-meta{white-space:nowrap;opacity:1;max-width:64px;transition:opacity .14s;overflow:hidden}.workspace-project-conversation:is(:hover,:focus-within) .workspace-project-conversation-primary,.workspace-project-conversation:has(.workspace-conversation-action[data-state=open]) .workspace-project-conversation-primary{padding-right:36px}.workspace-project-conversation:is(:hover,:focus-within) .workspace-project-conversation-meta,.workspace-project-conversation:has(.workspace-conversation-action[data-state=open]) .workspace-project-conversation-meta{display:none}.workspace-secondary-action{opacity:0;transition:color .14s,opacity .14s}:is(.workspace-project-row,.workspace-project-conversation,.workspace-recent-row,.workspace-sources-file,.workspace-conversation-record-row,.workspace-project-rail-row,.workspace-resource-file-card):is(:hover,:focus-within) .workspace-secondary-action,.workspace-secondary-action:focus-visible,.workspace-secondary-action[data-state=open]{opacity:1}.workspace-secondary-action:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.workspace-project-action:hover,.workspace-recent-action:hover{color:var(--primary)}@media(max-width:768px),(hover:none),(pointer:coarse){.workspace-secondary-action{opacity:1}}.workspace-project-conversation.is-active-conversation{background:var(--menu-selected-bg)}.workspace-sidebar-recent{border-top:1px solid var(--border);flex:30%;width:100%;min-height:112px;max-height:36%;padding-top:18px;display:flex;overflow:hidden}.workspace-recent-panel{overscroll-behavior:contain;width:100%;min-width:0;overflow:hidden auto}.workspace-recent-panel h2{height:36px;min-height:36px;color:var(--fg-secondary);letter-spacing:0;align-items:center;margin:0 12px 2px;padding:0 12px;font-size:14px;font-weight:400;line-height:21px;display:flex}.workspace-recent-list{gap:2px;width:100%;display:grid}.workspace-recent-row{border-radius:8px;grid-template-columns:minmax(0,1fr);align-items:center;width:100%;min-width:0;height:36px;min-height:36px;max-height:36px;display:grid;position:relative}.workspace-recent-row .workspace-icon-recent-conversation{color:#aab1bc;transform:translateY(-2px)}.workspace-recent-title,.workspace-recent-status{line-height:40px}.workspace-recent-title{color:#142234}.workspace-recent-status{color:#aab1bc}.workspace-recent-primary{border-radius:8px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-width:0;height:36px;min-height:36px;max-height:36px;padding:0 8px 0 12px;display:grid;overflow:hidden}.workspace-recent-status{transition:opacity .14s}.workspace-recent-row:hover .workspace-recent-status,.workspace-recent-row:focus-within .workspace-recent-status,.workspace-recent-row:has(.workspace-recent-action[data-state=open]) .workspace-recent-status{opacity:0}.workspace-recent-row:hover{background:var(--hover)}.workspace-recent-menu{justify-content:flex-end;align-items:center;gap:0;width:36px;min-width:36px;height:36px;min-height:36px;max-height:36px;display:flex;position:absolute;top:0;bottom:0;right:0}.workspace-recent-menu[data-has-message=true]{flex-wrap:wrap;grid-column:1/-1;justify-content:flex-end;width:100%;padding:4px 8px}.workspace-recent-action,.workspace-conversation-record-action,.workspace-project-rail-action{justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.workspace-recent-action{box-sizing:border-box;flex:0 0 36px;width:36px;min-width:36px;height:36px;min-height:36px;max-height:36px;transform:translate(1px)}@media(max-width:768px),(hover:none),(pointer:coarse){.workspace-conversation-record-action,.workspace-project-rail-action{box-sizing:border-box;width:44px;min-width:44px;height:44px;min-height:44px}}.workspace-sidebar-recent h2{padding:0 12px}.workspace-recent-list .is-active-quick{background:var(--menu-selected-bg);border-radius:8px}.workspace-recent-list .is-active-quick .workspace-recent-title{color:#142234}.workspace-recent-list .is-active-quick .workspace-recent-status{color:#aab1bc}.dark .workspace-top-level-item[aria-current=page]{color:var(--fg);background:var(--menu-selected-bg)}.dark .workspace-project-row.is-active-project,.dark .workspace-project-conversation.is-active-conversation{background:var(--menu-selected-bg)}.dark .workspace-recent-list .is-active-quick{color:var(--fg);background:var(--menu-selected-bg)}.dark .workspace-prompt-card{color:var(--fg);border-color:var(--border);background:var(--surface)}.dark .workspace-composer-surface{border-color:var(--border)}.workspace-sidebar [role=treeitem]>.workspace-project-row,.workspace-sidebar [role=group] .workspace-project-conversation{height:36px;min-height:36px}.brain-workspace-shell .workspace-sidebar :is(.workspace-top-level-item,.workspace-scene-item,.workspace-more-services-item,.workspace-project-primary,.workspace-project-action,.workspace-project-conversation-primary,.workspace-conversation-action,.workspace-sidebar-search,.workspace-sidebar-search-input),.brain-workspace-shell .workspace-sidebar .workspace-project-section-toggle{min-height:36px}.brain-workspace-shell .workspace-sidebar :is(.workspace-project-heading-action,.workspace-project-add){min-width:16px;min-height:32px}.workspace-sidebar-recent li,.brain-workspace-shell .workspace-sidebar-recent :is(.workspace-recent-row,.workspace-recent-primary,.workspace-recent-menu,.workspace-recent-action){height:36px;min-height:36px;max-height:36px}.brain-workspace-shell .workspace-sidebar-recent :is(button,[role=button]){min-width:0;min-height:36px}@media(max-width:768px){.brain-workspace-shell .workspace-sidebar :is(.workspace-top-level-item,.workspace-scene-item,.workspace-more-services-item,.workspace-project-primary,.workspace-project-action,.workspace-project-conversation-primary,.workspace-conversation-action,.workspace-sidebar-search,.workspace-sidebar-search-input),.workspace-sidebar-section-heading{min-height:44px}.workspace-project-section-toggle,.workspace-project-heading-action,.workspace-project-add,.workspace-sidebar-search{height:44px}.workspace-sidebar-search-input{box-sizing:border-box;height:44px}.workspace-project-heading-action,.workspace-project-add{flex-basis:44px;width:44px}.workspace-project-heading-actions{opacity:1;pointer-events:auto;gap:4px;width:92px;margin-right:0}.workspace-project-section-toggle svg{opacity:1}.workspace-project-menu-item,.workspace-project-load-retry,.workspace-project-reconciliation-retry,.workspace-project-conversation-retry,.workspace-project-load-more{min-height:44px}.workspace-project-row{grid-template-columns:minmax(0,1fr) 44px;min-height:44px}.workspace-project-primary{height:44px}.workspace-project-action,.workspace-conversation-action{flex-basis:44px;width:44px;height:44px}.workspace-project-conversation{grid-template-columns:minmax(0,1fr);min-height:44px}.workspace-project-conversation-primary{height:44px;padding-right:44px}.workspace-project-conversation-meta{display:none}.workspace-sidebar [role=treeitem]>.workspace-project-row,.workspace-sidebar [role=group] .workspace-project-conversation{height:44px;min-height:44px}.workspace-recent-row,.workspace-recent-primary,.workspace-recent-menu,.workspace-sidebar-recent li,.brain-workspace-shell .workspace-sidebar-recent :is(.workspace-recent-row,.workspace-recent-primary,.workspace-recent-menu,.workspace-recent-action){height:44px;min-height:44px;max-height:44px}.workspace-recent-primary{padding-right:44px}.workspace-recent-action{flex-basis:44px;width:44px;min-width:44px;max-width:44px;height:44px;min-height:44px;max-height:44px}}.workspace-home{background:var(--bg);min-width:0;min-height:0;padding:0 24px 40px;overflow-y:auto}.workspace-welcome{text-align:center;width:min(1000px,100%);margin:164px auto 0}.workspace-welcome-title{color:var(--fg);justify-content:center;margin:0;display:flex}.workspace-welcome-title-artwork{background:currentColor;width:min(575px,100%);height:46px;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.workspace-welcome-copy{color:var(--fg-secondary);margin:18px 0 38px;font-size:16px;font-weight:400;line-height:24px;display:grid}.workspace-composer{flex-shrink:0;width:100%;margin:0 auto 40px}.workspace-active-task{border:1px solid var(--border);background:var(--surface);text-align:left;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;width:100%;min-width:0;max-width:1000px;margin:0 0 12px;padding:8px 12px;display:flex}.workspace-active-task-copy{align-items:baseline;gap:8px;min-width:0;margin:0;display:flex}.workspace-active-task-copy strong{color:var(--fg);text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.workspace-active-task-copy span{color:var(--fg-secondary);font-size:12px}.workspace-active-task-return{min-height:44px;color:var(--primary);background:0 0;border:0;border-radius:8px;flex:none;padding:0 12px;font-size:14px}.workspace-prompt-section{text-align:left;margin:0 0 48px}.workspace-prompt-section h2{color:var(--fg-secondary);margin:0 0 16px;font-size:16px;font-weight:400;line-height:24px}.workspace-prompt-grid{flex-wrap:wrap;gap:8px;display:flex}.workspace-prompt-card{height:40px;min-height:40px;color:var(--fg-secondary);border:1px solid var(--border);box-shadow:var(--shadow-flat);background:0 0;border-radius:9999px;align-items:center;gap:8px;padding:0 16px;font-size:16px;line-height:24px;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.workspace-prompt-card:hover:not(:disabled){color:var(--primary);border-color:var(--primary);background:var(--hover);box-shadow:var(--shadow-flat)}.workspace-prompt-card.workspace-project-work-button{font-size:14px;line-height:20px}.workspace-prompt-card:disabled{cursor:not-allowed;opacity:.55}.workspace-prompt-icon{flex:none;width:16px;height:16px}.workspace-journey{height:182px;color:var(--fg);text-align:left;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:20px 20px 12px;overflow:auto hidden}.workspace-journey-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.workspace-journey-header h2{margin:0;font-size:16px;font-weight:600;line-height:24px}.workspace-journey-header span{color:var(--fg-secondary);font-size:14px}.workspace-journey-track{width:100%;min-width:900px;height:126px;margin:4px 0 0;position:relative}.workspace-journey-wave,.workspace-journey-steps{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.workspace-journey-wave{pointer-events:none;overflow:visible}.workspace-journey-wave path{fill:none;stroke:#d1d5db;stroke-dasharray:10 10;stroke-width:2px;vector-effect:non-scaling-stroke}.workspace-journey-steps{margin:0;padding:0;list-style:none}.workspace-journey-step{color:var(--fg-secondary);text-align:center;justify-items:center;font-size:13px;display:grid;position:absolute;transform:translate(-50%,-50%)}.workspace-journey-marker{z-index:1;background:var(--surface);border:2px solid #d1d5db;border-radius:50%;width:10px;height:10px;position:relative}.workspace-journey-label{color:#6b7280;width:132px;line-height:20px;position:absolute}.workspace-journey-step[data-label-placement=above] .workspace-journey-label{bottom:18px}.workspace-journey-step[data-label-placement=below] .workspace-journey-label{top:18px}.workspace-composer-surface{background:var(--surface);text-align:left;border:1px solid #e3e7eb;border-radius:16px;min-height:164px;padding:17px 20px 12px 14px;box-shadow:0 8px 24px #1422340d}.workspace-composer-surface:focus-within{border-color:var(--primary)}.workspace-composer-textarea{resize:none;width:100%;height:88px;min-height:88px;color:var(--fg);background:0 0;border:0;outline:none;font-size:14px;line-height:22px;display:block}.workspace-composer-textarea::placeholder{color:var(--fg-muted)}.workspace-composer-textarea:disabled{opacity:.7}.brain-workspace-shell .workspace-composer-textarea:focus-visible{box-shadow:none;outline:none}.workspace-composer-footer{justify-content:space-between;align-items:center;gap:16px;min-width:0;min-height:44px;display:flex}.workspace-composer-tools>.workspace-composer-target,.workspace-composer-attach,.workspace-composer-tools>.workspace-model-picker,.workspace-composer-tools>.workspace-deep-thinking{min-height:32px}.workspace-composer-tools>.workspace-composer-target{min-width:26px}.workspace-composer-tools{flex-wrap:nowrap;align-items:center;gap:18px;min-width:0;display:flex}.workspace-composer-target{width:26px;min-width:26px;max-width:26px;height:32px;color:var(--fg-secondary);background:0 0;border:0;border-radius:8px;flex:0 0 26px;justify-content:center;align-items:center;gap:0;padding:0 5px;font-size:14px;line-height:22px;display:inline-flex}.workspace-composer-target>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.workspace-composer-target-menu{z-index:200;border-radius:12px;width:184px;max-height:232px;padding:7px;overflow-y:auto;transform:translate(3px)}.workspace-composer-target-item{width:168px;min-height:36px;color:var(--fg-secondary);cursor:pointer;border-radius:8px;outline:none;align-items:center;gap:6px;padding:0 8px;font-size:14px;display:flex}.workspace-composer-target-item>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:10em;display:block;overflow:hidden}.workspace-composer-target-item>svg{opacity:0;flex:none;width:14px;height:14px}.workspace-composer-target-item[data-selected=true]{color:var(--fg);background:var(--menu-selected-bg)}.workspace-composer-target-item[data-selected=true]>svg{opacity:1}.workspace-composer-target-item[data-highlighted]{color:var(--fg);background:var(--hover)}.workspace-composer-target-item[data-disabled]{cursor:not-allowed;opacity:.55}.workspace-composer-attach{height:32px;color:var(--fg-secondary);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:0;font-size:14px;line-height:22px;display:inline-flex}.workspace-composer-tools>.workspace-model-picker,.workspace-composer-tools>.workspace-deep-thinking{height:32px;color:var(--fg-secondary);background:0 0;border:0;gap:6px;padding:0;font-size:14px;line-height:22px}.workspace-composer-tools>.workspace-model-picker>svg,.workspace-composer-tools>.workspace-deep-thinking>svg{width:16px;height:16px}.workspace-composer-target:hover,.workspace-composer-target[data-state=open],.workspace-composer-attach:hover,.workspace-composer-tools>.workspace-model-picker:hover,.workspace-composer-tools>.workspace-deep-thinking:hover,.workspace-composer-target:focus-visible,.workspace-composer-attach:focus-within,.workspace-composer-tools>.workspace-model-picker:focus-visible,.workspace-composer-tools>.workspace-model-picker[data-state=open],.workspace-composer-tools>.workspace-deep-thinking:focus-visible,.workspace-composer-tools>.workspace-deep-thinking[aria-pressed=true]{color:var(--primary);background:0 0;outline:none;font-weight:400}.workspace-composer-send:focus-visible,.workspace-composer-file-remove:focus-visible,.workspace-active-task-return:focus-visible,.workspace-prompt-card:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.workspace-composer-tools>.workspace-deep-thinking[aria-pressed=true]{color:var(--primary)}.workspace-home-model-icon,.workspace-composer-attach-icon{background:currentColor;flex:none;width:16px;height:16px;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.workspace-composer-files{flex-wrap:wrap;gap:8px;margin:12px 0 0;padding:0;list-style:none;display:flex}.workspace-composer-file{min-width:0;color:var(--fg);background:var(--bg);border-radius:8px;align-items:center;gap:8px;padding-left:8px;font-size:12px;display:flex}.workspace-composer-file>span{text-overflow:ellipsis;white-space:nowrap;max-width:192px;overflow:hidden}.workspace-composer-file-remove{width:44px;height:44px;color:var(--fg-muted);background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;display:flex}.workspace-composer-error{color:var(--error);margin:12px 0 0;font-size:14px;line-height:20px}.workspace-composer-send{color:#fff;background:linear-gradient(180deg,var(--cta-from),var(--cta-to));border:0;border-radius:9999px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;min-height:44px;display:flex}.workspace-composer-send:disabled{cursor:not-allowed;opacity:.4}.workspace-header{z-index:15;min-width:0;height:52px;min-height:52px;color:var(--fg);border-bottom:1px solid var(--border);background:var(--panel);flex:none;position:relative}.workspace-header-inner{justify-content:space-between;align-items:center;gap:12px;width:100%;min-width:0;height:52px;min-height:52px;margin-inline:0;padding:6px 16px;display:flex}.workspace-header-title{white-space:nowrap;flex:auto;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.workspace-file-sidebar-header-expand{width:44px;height:44px;color:var(--fg-secondary);border-radius:var(--radius-8);background:0 0;border:0;flex:0 0 44px;place-items:center;padding:0;display:inline-grid}.workspace-file-sidebar-header-expand:hover,.workspace-file-sidebar-header-expand:focus-visible{color:var(--primary);background:var(--hover)}.workspace-header[data-studio-open=true]{--workspace-studio-width:256px}@media(min-width:1280px){.workspace-header[data-studio-open=true]{--workspace-studio-width:320px}}.workspace-header-center{top:0;bottom:0;left:0;right:var(--workspace-studio-width,0px);z-index:0;pointer-events:none;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1px;padding:0 96px;display:flex;position:absolute}.workspace-header-center-title{max-width:100%;color:var(--fg);font-size:14px;font-weight:500;line-height:20px}.workspace-header-center-note{color:var(--fg-muted);font-size:10px;line-height:14px}.workspace-feature-intro{z-index:20;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.workspace-feature-intro-chip{color:#5e6976;background:#f0f4f8;border:0;border-radius:9999px;justify-content:space-between;align-items:center;width:84px;min-width:84px;height:24px;min-height:24px;padding:0 10px;display:inline-flex}.workspace-feature-intro-popover{visibility:hidden;opacity:0;pointer-events:none;width:min(810px,100vw - 64px);padding-top:8px;transition:opacity .16s,transform .16s,visibility .16s;position:absolute;top:100%;left:0;transform:translateY(-4px)}.workspace-feature-intro:hover .workspace-feature-intro-popover,.workspace-feature-intro:focus-within .workspace-feature-intro-popover,.workspace-feature-intro-popover[data-state=open]{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.workspace-feature-intro-popover .workspace-scene-guide{margin-bottom:0}.workspace-feature-intro-label{align-items:center;height:18px;font-family:Source Han Sans CN,sans-serif;font-size:12px;font-weight:400;line-height:18px;display:flex}.workspace-feature-intro-icon{color:#5e6976;stroke-width:1.6px;width:16px;height:16px}.workspace-feature-intro-chip:hover,.workspace-feature-intro-chip:focus-visible,.workspace-feature-intro-chip:hover .workspace-feature-intro-icon,.workspace-feature-intro-chip:focus-visible .workspace-feature-intro-icon{color:var(--primary)}.workspace-header-actions{min-width:max(0px,var(--touch-target,0px));flex:none;justify-content:flex-end;align-items:center;gap:6px;display:flex;position:absolute;top:50%;right:12px;transform:translate(6px,-50%)}.workspace-header-action{min-width:44px;height:max(36px,var(--touch-target,0px));min-height:max(36px,var(--touch-target,0px));max-height:max(36px,var(--touch-target,0px));cursor:pointer;border-radius:9px;justify-content:center;align-items:center;display:inline-flex}.workspace-header-action:hover{color:var(--primary);background:var(--primary-light)}.workspace-font-size-trigger{gap:6px;padding-inline:10px;font-size:14px}.workspace-font-size-icon{font-size:16px;font-weight:600}.workspace-font-size-menu{min-width:144px}.workspace-font-size-menu-label{color:var(--fg-secondary);padding:6px 10px;font-size:12px}.workspace-font-size-option{justify-content:space-between;gap:24px;min-height:44px;display:flex}@media not all and (max-width:768px){.workspace-header:has(.workspace-font-size-trigger) .workspace-header-center{padding-inline:0}.workspace-header:has(.workspace-font-size-trigger) :is(.workspace-header-center-title,.workspace-header-center-note){max-width:max(0px,calc(100% - max(192px,calc(var(--workspace-header-actions-width,0px) * 2 + 40px - var(--workspace-studio-width,0px) * 2))));text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}.workspace-chat-panel[data-font-size=small]{--chat-font-size:14px}.workspace-chat-panel[data-font-size=medium]{--chat-font-size:16px}.workspace-chat-panel[data-font-size=large]{--chat-font-size:18px}.workspace-chat-panel[data-font-size=extra-large]{--chat-font-size:22px}.workspace-chat-panel[data-font-size] :is(.markdown,.workspace-message-bubble-user,.workspace-agent-questions,.workspace-question-answer,.workspace-form-submission-content,.workspace-chat-textarea){font-size:var(--chat-font-size)}.workspace-chat-panel[data-font-size] .workspace-question-field legend{font-size:calc(var(--chat-font-size) + 2px)}.workspace-chat-panel[data-font-size] .workspace-question-description{font-size:calc(var(--chat-font-size) - 1px)}.workspace-chat-panel[data-font-size] :is(.workspace-question-option small,.workspace-question-optional){font-size:calc(var(--chat-font-size) - 2px)}.workspace-chat-panel[data-font-size] .workspace-agent-questions :is(textarea,input[type=number],select){font-size:var(--chat-font-size)}.conversation-settings-trigger{min-width:44px;height:max(36px,var(--touch-target,0px));min-height:max(36px,var(--touch-target,0px));max-height:max(36px,var(--touch-target,0px));flex:none}.conversation-settings-trigger:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.workspace-resource-generate-trigger{width:36px;min-width:36px;padding:0;position:relative}.workspace-resource-generate-icon-wrap{justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex;position:relative}.workspace-resource-generate-badge{color:#fff;background:var(--primary);pointer-events:none;border-radius:9999px;justify-content:center;align-items:center;min-width:14px;height:14px;padding:0 4px;font-size:10px;font-weight:400;line-height:14px;display:inline-flex;position:absolute;top:-7px;right:-9px}.workspace-resource-generate-tooltip{z-index:220;color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;background:#142234eb;border-radius:6px;width:max-content;max-width:240px;padding:6px 10px;font-size:12px;font-weight:400;line-height:18px;transition:opacity .14s 1s,visibility 0s linear 1s,transform .14s 1s;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-2px)}.workspace-resource-generate-trigger:hover .workspace-resource-generate-tooltip,.workspace-resource-generate-trigger:focus-visible .workspace-resource-generate-tooltip{opacity:1;visibility:visible;transition-delay:1s;transform:translateY(0)}.workspace-header-menu-item{align-items:center;min-width:44px;min-height:44px;display:flex}.workspace-header-menu-item:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.workspace-teaching-picker{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.workspace-teaching-label{min-height:44px;color:var(--fg-secondary);white-space:nowrap;align-items:center;font-size:12px;font-weight:600;display:inline-flex}.workspace-teaching-control{min-width:0;min-height:44px;color:var(--fg);border:1px solid var(--border);background:var(--surface);border-radius:9px}.workspace-teaching-control:focus-visible{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary)}@supports (color:color-mix(in lab,red,red)){.workspace-teaching-control:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 16%,transparent)}}.workspace-teaching-control[aria-invalid=true]{border-color:var(--error)}.workspace-teaching-action{border-radius:9px;justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}.workspace-teaching-error{min-width:100%;color:var(--error);flex:1 0 100%;line-height:1.5}.workspace-teaching-form{color:var(--fg);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-flat);border-radius:14px;padding:20px}.workspace-teaching-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.workspace-teaching-field{min-width:0}.workspace-resource-root{min-width:0;color:var(--fg);background:var(--bg)}.workspace-resource-surface{border:1px solid var(--border);background:var(--panel);border-radius:16px;min-width:0;padding:clamp(16px,2vw,28px)}.workspace-resource-toolbar{grid-template-columns:minmax(0,1fr) minmax(9rem,auto);gap:12px;display:grid}.workspace-resource-toolbar>label{border:1px solid var(--border);background:var(--surface);border-radius:10px;min-width:0;min-height:44px}.workspace-resource-control{min-width:0;min-height:44px;color:var(--fg);border:1px solid var(--border);background:var(--surface);border-radius:10px}.workspace-resource-folder{border:1px solid var(--border);background:var(--surface);min-width:0;box-shadow:var(--shadow-flat);border-radius:12px;transition:border-color .16s,background-color .16s}.workspace-resource-folder:hover{border-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.workspace-resource-folder:hover{border-color:color-mix(in srgb,var(--primary) 44%,var(--border))}}.workspace-resource-folder:hover{box-shadow:var(--shadow-flat);transform:none}.workspace-resource-folder-quick{border-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.workspace-resource-folder-quick{border-color:color-mix(in srgb,var(--primary) 38%,var(--border))}}.workspace-resource-folder-quick{background:var(--primary-light)}@supports (color:color-mix(in lab,red,red)){.workspace-resource-folder-quick{background:color-mix(in srgb,var(--primary-light) 72%,var(--surface))}}.workspace-resource-action{border-radius:9px;min-width:44px;min-height:44px}.workspace-resource-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.workspace-page{color:var(--fg);background:var(--bg)}.workspace-page-inner{width:min(100%,var(--workspace-canvas))}.workspace-page-heading h1{color:var(--fg);margin:0;font-size:24px;font-weight:700;line-height:32px}.workspace-page-heading p{color:var(--fg-secondary);line-height:22px}.workspace-page-panel{border-color:var(--border);background:var(--surface);box-shadow:var(--shadow-flat);border-radius:12px}.workspace-page-panel.workspace-dropzone-active{border-color:var(--primary);background:var(--primary)}@supports (color:color-mix(in lab,red,red)){.workspace-page-panel.workspace-dropzone-active{background:color-mix(in srgb,var(--primary) 5%,var(--surface))}}.collaboration-settings-preset{border-color:var(--border);border-radius:var(--radius-8);min-height:44px;color:var(--fg);background:var(--surface)}.collaboration-settings-preset:hover:not(:disabled){color:var(--primary);border-color:var(--primary)}.collaboration-settings-preset[aria-pressed=true]{color:var(--primary);border-color:var(--primary);background:var(--primary-light)}.collaboration-settings-preset:disabled,.collaboration-settings-select:disabled{cursor:not-allowed;opacity:.5}.collaboration-settings-fields{grid-template-columns:minmax(0,1fr)}.collaboration-settings-field{min-width:0}.collaboration-settings-select{width:100%;min-height:44px}.collaboration-settings-impact{border:1px solid var(--border);border-radius:var(--radius-8);background:var(--panel)}@supports (color:color-mix(in lab,red,red)){.collaboration-settings-impact{background:color-mix(in srgb,var(--panel) 68%,var(--surface))}}.collaboration-settings-impact{box-shadow:var(--shadow-flat);overflow-wrap:anywhere}@media(min-width:640px){.collaboration-settings-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}.conversation-settings-dialog{flex-direction:column;width:min(680px,100dvw - 32px);max-width:calc(100dvw - 32px);max-height:min(44rem,100dvh - 32px);padding:0;display:flex;overflow:hidden}.conversation-settings-header,.conversation-settings-footer,.conversation-settings-error{padding:var(--spacing-base) var(--spacing-xl);flex:none}.conversation-settings-header{border-bottom:1px solid var(--border)}.conversation-settings-body{min-height:0;padding:var(--spacing-xl);overscroll-behavior:contain;flex:auto;overflow-y:auto}.conversation-settings-error{min-height:0;max-height:min(8rem,28dvh);padding-top:var(--spacing-md);overscroll-behavior:contain;overflow-wrap:anywhere;padding-bottom:0;overflow-y:auto}.conversation-settings-footer{border-top:1px solid var(--border)}.conversation-settings-footer .ui-button{min-height:44px}.conversation-settings-close{flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.conversation-settings-close:disabled{cursor:not-allowed;opacity:.5}.conversation-settings-close:disabled:hover{color:var(--fg-secondary);background:0 0}.workspace-page-alert{background:currentColor;border-radius:8px}@supports (color:color-mix(in lab,red,red)){.workspace-page-alert{background:color-mix(in srgb,currentColor 6%,var(--surface))}}.workspace-page-alert{box-shadow:var(--shadow-flat);overflow-wrap:anywhere}.workspace-page-alert[data-tone=warning]{border-color:var(--warning)}@supports (color:color-mix(in lab,red,red)){.workspace-page-alert[data-tone=warning]{border-color:color-mix(in srgb,var(--warning) 20%,transparent)}}.workspace-page-alert[data-tone=warning]{background:var(--warning)}@supports (color:color-mix(in lab,red,red)){.workspace-page-alert[data-tone=warning]{background:color-mix(in srgb,var(--warning) 10%,var(--surface))}}.workspace-page-status{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-flat);border-radius:8px;padding:14px 18px}.workspace-empty-state{background:var(--panel);border-color:#0000;border-radius:12px;min-height:112px}@supports (color:color-mix(in lab,red,red)){.workspace-empty-state{background:color-mix(in srgb,var(--panel) 88%,var(--surface))}}.workspace-field{border-color:var(--border);background:var(--surface);border-radius:8px;min-height:44px}.workspace-resource-root{padding:24px clamp(24px,3vw,40px) clamp(24px,3vw,40px)}.workspace-resource-root.workspace-resource-detail{padding:20px 16px 24px}.workspace-resource-surface{background:var(--panel);box-shadow:var(--shadow-flat);border-radius:12px;gap:24px}.workspace-resource-library-root{padding-left:16px;padding-right:16px}.workspace-resource-library-root .workspace-resource-surface{max-width:none;box-shadow:none;background:0 0;border:0;border-radius:0;gap:16px;padding-top:0;padding-left:0;padding-right:0}.workspace-resource-tabs{background:var(--menu-selected-bg);border-radius:999px;align-items:center;gap:4px;padding:4px;display:inline-flex}.workspace-resource-tab{height:28px;min-height:28px;color:var(--fg-secondary);border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:14px;font-weight:500;transition:background-color .14s,color .14s;display:inline-flex}.workspace-resource-tab:hover{color:var(--fg)}.workspace-resource-tab.is-active{background:var(--primary);color:#fff}.workspace-resource-controls :is(button,select,input){min-height:max(0px,var(--touch-target,0px));min-width:max(0px,var(--touch-target,0px))}.workspace-resource-controls>:is(label,button,div),.workspace-resource-search-box{border-radius:8px}.workspace-resource-file-card input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--surface);border:1px solid #d9dce1;border-radius:4px;width:16px;height:16px;margin:0}.workspace-resource-file-card input[type=checkbox]:checked{border-color:var(--primary);background-color:var(--primary);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.5 8.5L7 11L11.5 5.5' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:100% 100%}.workspace-resource-file-card .workspace-resource-file-actions button{min-width:max(0px,var(--touch-target,0px));min-height:max(0px,var(--touch-target,0px))}.workspace-resource-folder-icon{flex:0 0 28px;width:28px;height:28px}.workspace-resource-folder-icon-badge{background:#e8eaf6;border-radius:50%;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.workspace-resource-folder-icon-badge>*{flex:0 0 16px;width:16px;height:16px}.workspace-resource-folder.is-list .workspace-resource-folder-icon{flex-basis:18px;width:18px;height:18px}.workspace-resource-tabs .workspace-resource-tab{min-width:0;min-height:28px}.workspace-resource-controls .workspace-resource-search-input:focus,.workspace-resource-controls .workspace-resource-search-input:focus-visible{outline:none}.workspace-resource-toolbar>label,.workspace-resource-control,.workspace-resource-dropzone :where(input,select){border-radius:8px}.workspace-resource-toolbar>label:focus-within,.workspace-resource-dropzone label:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary)}@supports (color:color-mix(in lab,red,red)){.workspace-resource-toolbar>label:focus-within,.workspace-resource-dropzone label:focus-within{box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 16%,transparent)}}.workspace-resource-folder,.workspace-resource-file-card{box-shadow:var(--shadow-flat);border-radius:12px}.workspace-resource-file-card:hover{border-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.workspace-resource-file-card:hover{border-color:color-mix(in srgb,var(--primary) 42%,var(--border))}}.workspace-project-files>nav:first-child{color:var(--fg-secondary)}.workspace-resource-pagination button{color:var(--fg-secondary);border-color:var(--border);background:var(--surface)}.workspace-resource-pagination button:not(:disabled):hover{color:var(--primary-dark);border-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.workspace-resource-pagination button:not(:disabled):hover{border-color:color-mix(in srgb,var(--primary) 45%,var(--border))}}.workspace-resource-pagination button:not(:disabled):hover{background:var(--primary-light)}.workspace-teaching-page{padding:24px 16px clamp(24px,3vw,40px)}.workspace-personal-skills-page{flex:1;min-width:0;padding:24px 16px clamp(24px,3vw,40px);overflow-y:auto}.personal-skills-section,.personal-skill-editor-shell{width:min(100%,920px);margin:0 auto}.personal-skills-section .workspace-page-heading,.personal-skills-header-actions,.personal-skill-card-actions,.personal-skill-editor-actions,.personal-skill-editor-footer{align-items:center;gap:12px;display:flex}.personal-skills-section .workspace-page-heading{justify-content:space-between}.personal-skills-header-actions{flex-wrap:wrap;justify-content:flex-end}.personal-skills-list,.personal-skill-editor{gap:16px;margin-top:24px;display:grid}.personal-skill-card,.personal-skill-editor{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:20px}.personal-skill-card{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:20px;display:grid}.personal-skill-card-copy{min-width:0}.personal-skill-card-actions{flex-wrap:nowrap;flex:none}.personal-skill-card-actions :is(a,button){white-space:nowrap}.personal-skill-card h2{font-weight:600}.personal-skill-card p{color:var(--fg-secondary);margin-top:4px}.personal-skill-state,.personal-skill-draft-status{border-radius:999px;align-items:center;width:max-content;padding:2px 8px;font-size:12px;font-weight:500;display:inline-flex}.personal-skill-state.is-active,.personal-skill-draft-status.is-saved{background:var(--success);color:var(--success)!important}@supports (color:color-mix(in lab,red,red)){.personal-skill-state.is-active,.personal-skill-draft-status.is-saved{background:color-mix(in srgb,var(--success) 10%,transparent)}}.personal-skill-state.is-inactive,.personal-skill-draft-status:is(.is-discarded,.is-expired){background:var(--bg);color:var(--fg-muted)!important}.personal-skill-state.is-unavailable,.personal-skill-draft-status.is-pending{background:var(--warning);color:var(--warning)!important}@supports (color:color-mix(in lab,red,red)){.personal-skill-state.is-unavailable,.personal-skill-draft-status.is-pending{background:color-mix(in srgb,var(--warning) 10%,transparent)}}.personal-skill-editor-shell{flex-direction:column;gap:20px;display:flex}.personal-skill-editor-heading p{margin-top:4px}.personal-skill-editor{width:100%;margin:0}.personal-skill-editor-field{color:var(--fg);gap:6px;font-size:14px;display:grid}.personal-skill-editor-field :is(input,textarea){border:1px solid var(--border);background:var(--bg);width:100%;color:var(--fg);border-radius:8px;padding:9px 10px}.personal-skill-editor-content textarea{resize:vertical;min-height:280px}.personal-skill-editor-actions{flex-wrap:wrap}.personal-skill-editor-footer{border-top:1px solid var(--border);justify-content:flex-end;padding-top:16px}.workspace-personal-skill-draft-card{box-shadow:var(--shadow-flat)}.personal-skill-draft-status{white-space:nowrap;flex:none}@media(max-width:720px){.personal-skills-section .workspace-page-heading,.personal-skill-card{align-items:flex-start}.personal-skills-section .workspace-page-heading{flex-direction:column}.personal-skill-card{grid-template-columns:minmax(0,1fr)}.personal-skills-header-actions{justify-content:flex-start}.personal-skill-card-actions{flex-wrap:wrap;width:100%}}.workspace-teaching-manager{border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow-flat);border-radius:12px;padding:clamp(18px,2vw,28px)}.workspace-page-toolbar{min-height:44px}.workspace-teaching-card{box-shadow:var(--shadow-flat);border-radius:12px;transition:border-color .16s,background-color .16s}.workspace-teaching-card:hover{border-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.workspace-teaching-card:hover{border-color:color-mix(in srgb,var(--primary) 36%,var(--border))}}.workspace-teaching-card:hover{box-shadow:var(--shadow-flat)}.workspace-teaching-form{box-shadow:var(--shadow-flat);border-radius:12px}.workspace-dialog-overlay{-webkit-backdrop-filter:none;backdrop-filter:none;background:#00000059}.workspace-dialog{color:var(--fg);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-strong);border-radius:12px}.workspace-file-dialog{width:min(100vw - 16px,960px);height:min(85dvh,52rem);max-height:calc(100dvh - 16px);overflow:hidden}.workspace-file-dialog--editor{width:min(100vw - 16px,860px);height:min(82dvh,48rem)}.workspace-file-dialog-header,.workspace-file-dialog-actions{flex:none;min-width:0}.workspace-studio-sources-section,.workspace-studio-resource-section{flex-direction:column;flex:50%;min-height:0;display:flex}.workspace-studio-resource-section{border-top:1px solid var(--border);padding-top:8px}.workspace-studio-sources-section{border-bottom:0;padding-top:8px}.workspace-studio-body,.workspace-resource-file-card,.workspace-teaching-card,.workspace-teaching-error{overflow-wrap:anywhere;min-width:0}.workspace-studio-body{padding-top:8px}.workspace-conversation,.workspace-project-task,.workspace-chat-panel,.workspace-task-page{background:var(--bg)}.workspace-chat-composer{background:linear-gradient(180deg,transparent,var(--bg) 18%)}.workspace-chat-input{border-color:var(--border);background:var(--surface);box-shadow:var(--workspace-soft-shadow);border-radius:12px}.workspace-chat-tool{height:max(32px,var(--touch-target,0px));min-height:max(32px,var(--touch-target,0px));max-height:max(32px,var(--touch-target,0px));box-sizing:border-box;color:var(--fg-secondary);border-radius:var(--radius-8);background:0 0;border:0 #0000;padding-top:0;padding-bottom:0;font-size:14px;font-weight:400}.workspace-chat-tool:hover,.workspace-chat-tool:focus-visible,.workspace-chat-tool[data-state=open],.workspace-chat-tool[aria-pressed=true],.workspace-chat-tool[data-selected=true]{color:var(--primary);background:0 0;border-color:#0000;font-weight:400}.workspace-chat-tool:hover svg,.workspace-chat-tool:focus-visible svg,.workspace-chat-tool[data-state=open] svg,.workspace-chat-tool[aria-pressed=true] svg,.workspace-chat-tool[data-selected=true] svg,.workspace-chat-tool:hover .workspace-home-model-icon,.workspace-chat-tool:focus-visible .workspace-home-model-icon,.workspace-chat-tool[data-state=open] .workspace-home-model-icon,.workspace-chat-tool[aria-pressed=true] .workspace-home-model-icon,.workspace-chat-tool[data-selected=true] .workspace-home-model-icon{color:var(--primary)}.workspace-model-picker svg{transition:transform .18s}.workspace-model-picker[data-state=open] svg{transform:rotate(180deg)}.workspace-chat-input:focus-within{border-color:var(--border);box-shadow:var(--workspace-soft-shadow)}.brain-workspace-shell .workspace-chat-textarea:focus,.brain-workspace-shell .workspace-chat-textarea:focus-visible{box-shadow:none;border-color:#0000;outline:none}.workspace-chat-textarea{min-height:48px;max-height:176px;line-height:22px;overflow-y:hidden}.workspace-chat-send{width:max(36px,var(--touch-target,0px));min-width:max(36px,var(--touch-target,0px));max-width:max(36px,var(--touch-target,0px));height:max(36px,var(--touch-target,0px));min-height:max(36px,var(--touch-target,0px));max-height:max(36px,var(--touch-target,0px));transform:translate(2px,4px)}.workspace-chat-send svg{width:17px;height:17px}.workspace-chat-footer{flex-wrap:wrap}.workspace-chat-tools-row{transform:translate(-8px,4px)}.workspace-chat-tools-row .workspace-composer-upload,.workspace-chat-tools-row .workspace-composer-upload~.workspace-model-picker{margin-left:4px}.workspace-reference-search{box-sizing:border-box;background:#f0f4f8;height:28px;min-height:28px;max-height:28px}.brain-workspace-shell .workspace-reference-search-input:focus,.brain-workspace-shell .workspace-reference-search-input:focus-visible{box-shadow:none;border-color:#0000;outline:none}.workspace-scroll-to-bottom{min-height:44px;color:var(--fg-secondary);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-weak);border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;display:inline-flex}.workspace-scroll-to-bottom:hover,.workspace-scroll-to-bottom:focus-visible{color:var(--primary);border-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.workspace-scroll-to-bottom:hover,.workspace-scroll-to-bottom:focus-visible{border-color:color-mix(in srgb,var(--primary) 38%,var(--border))}}.workspace-scroll-to-bottom:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.workspace-message-input-attachment,.workspace-chat-upload-card{width:min(100%,360px);color:var(--fg);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-flat);border-radius:8px;align-items:center;gap:8px;padding:8px 10px;display:flex}.workspace-message-bubble{color:var(--fg);box-shadow:var(--shadow-flat)}.workspace-message-bubble-user{background:var(--primary-light);border-radius:12px 12px 4px}.workspace-form-submission{width:min(100%,420px);color:var(--fg);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-weak);border-radius:12px 12px 4px;overflow:hidden}.workspace-form-submission-header{border-bottom:1px solid var(--border);align-items:center;gap:8px;min-height:44px;padding:10px 12px;display:flex}.workspace-form-submission-icon{width:28px;height:28px;color:var(--primary);background:var(--primary);border-radius:8px;flex:0 0 28px;justify-content:center;align-items:center;display:inline-flex}@supports (color:color-mix(in lab,red,red)){.workspace-form-submission-icon{background:color-mix(in srgb,var(--primary) 10%,transparent)}}.workspace-form-cancellation .workspace-form-submission-icon{color:var(--fg-secondary);background:var(--hover)}.workspace-form-submission-status{color:var(--fg-tertiary);font-size:12px}.workspace-form-submission-content{white-space:pre-wrap;color:var(--fg-secondary);padding:11px 12px 12px;font-size:13px;line-height:1.65}.workspace-form-submission-content-collapsed{max-height:8rem;overflow:hidden;-webkit-mask-image:linear-gradient(#000 72%,#0000);mask-image:linear-gradient(#000 72%,#0000)}.workspace-form-submission-toggle{min-height:32px;color:var(--fg-secondary);border-radius:6px;margin:0 8px 8px;padding:2px 6px;font-size:12px}.workspace-form-submission-toggle:is(:hover,:focus-visible){color:var(--primary);background:var(--hover)}.workspace-message-bubble-assistant{background:var(--input);border-radius:12px 12px 12px 4px}.workspace-message-attachment-action{min-width:32px;min-height:32px;color:var(--fg-secondary);border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.workspace-message-attachment-action:hover,.workspace-message-attachment-action:focus-visible{color:var(--primary);background:var(--primary)}@supports (color:color-mix(in lab,red,red)){.workspace-message-attachment-action:hover,.workspace-message-attachment-action:focus-visible{background:color-mix(in srgb,var(--primary) 10%,transparent)}}.workspace-message-timing{color:var(--fg-tertiary);flex-wrap:wrap;align-items:center;gap:4px;margin:4px 0 8px;padding-inline:16px;font-size:11px;line-height:18px;display:flex}.workspace-message-timing-user{align-self:flex-end;margin:-2px 0 0;padding-inline:2px}.workspace-turn-context{justify-items:end;gap:var(--spacing-sm);max-width:100%;display:grid}.workspace-turn-context-chips{justify-content:flex-end;gap:var(--spacing-xs);flex-wrap:wrap;max-width:100%;display:flex}.workspace-turn-context-chip{overflow-wrap:anywhere;max-width:100%;min-height:28px;color:var(--fg-secondary);border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface);font-size:var(--font-size-xs);align-items:center;gap:5px;padding:4px 9px;line-height:18px;display:inline-flex}.workspace-turn-context-chip svg{width:14px;height:14px;color:var(--primary);flex:0 0 14px}.workspace-turn-context-files{justify-items:end;gap:var(--spacing-xs);width:min(100%,360px);display:grid}.workspace-agent-run-frame{flex-direction:column;align-items:flex-start;width:100%;min-width:0;display:flex}.workspace-agent-run-footer{width:100%;min-width:0}.workspace-execution-plan{width:90%;min-width:0;margin:0 0 var(--spacing-xs);color:var(--fg-secondary);font-size:var(--font-size-xs)}.workspace-execution-plan-summary>svg:first-child,.workspace-execution-plan-steps li:is([data-status=completed],[data-status=in_progress])>svg{color:var(--primary)}.workspace-execution-plan-steps{gap:var(--spacing-sm);padding:0 var(--spacing-base) var(--spacing-md);margin:0;list-style:none;display:grid}.workspace-execution-plan-steps li{grid-template-columns:15px minmax(0,1fr) max-content;align-items:start;gap:6px;line-height:20px;display:grid}.workspace-execution-plan-steps li>svg{width:15px;height:15px;margin-top:2.5px}.workspace-execution-plan-steps li[data-status=blocked]>svg{color:var(--warning)}.workspace-execution-plan-title{overflow-wrap:anywhere;min-width:0}.workspace-execution-plan-note{color:var(--fg-muted);overflow-wrap:anywhere;margin:0;display:block}.workspace-execution-plan-state{color:var(--fg-muted);white-space:nowrap}.workspace-message-content-parts{gap:var(--spacing-xs);flex-direction:column;width:90%;min-width:0;display:flex}.workspace-message-content-parts>.workspace-message-bubble{overflow-wrap:anywhere;width:fit-content;max-width:100%}.workspace-message-content-parts>.workspace-message-bubble:has(~.workspace-message-bubble){border-bottom-right-radius:4px;border-bottom-left-radius:4px}.workspace-message-content-parts>.workspace-message-bubble~.workspace-message-bubble{border-top-left-radius:4px;border-top-right-radius:4px}.workspace-run-timeline{width:100%;color:var(--fg-secondary);font-size:var(--font-size-xs);margin:0}.workspace-run-timeline-summary{max-width:100%;min-height:44px;padding:12px var(--spacing-base);color:inherit;border-radius:var(--radius-8);text-align:left;background:0 0;border:0;align-items:flex-start;gap:6px;line-height:20px;display:inline-flex}.workspace-run-timeline-summary:is(:hover,:focus-visible){color:var(--fg);background:var(--hover)}.workspace-run-timeline-summary:focus-visible{outline:2px solid var(--focus-ring);outline-offset:1px}.workspace-run-timeline-summary span{overflow-wrap:anywhere;min-width:0}.workspace-run-timeline-summary svg,.workspace-run-timeline-steps svg{flex:0 0 15px;width:15px;height:15px}.workspace-run-timeline-summary>svg{margin-top:2.5px}.workspace-run-timeline[data-status=running] .workspace-run-timeline-summary>svg:first-child,.workspace-run-timeline-steps li[data-status=completed] svg,.workspace-run-timeline-steps li[data-status=running] svg{color:var(--primary)}.workspace-run-timeline-steps{margin:2px 0 0 calc(var(--spacing-base) + 7px);border-left:1px solid var(--fg-muted);gap:5px;padding:5px 0 3px 14px;display:grid}@supports (color:color-mix(in lab,red,red)){.workspace-run-timeline-steps{border-left:1px solid color-mix(in srgb,var(--fg-muted) 30%,var(--border))}}.workspace-run-timeline-steps li{flex-wrap:wrap;align-items:flex-start;gap:6px;min-width:0;line-height:20px;display:flex}.workspace-run-timeline-steps li[data-status=failed] svg,.workspace-run-timeline-steps li[data-status=uncertain] svg{color:var(--error)}.workspace-run-timeline-step-label{min-width:0;color:var(--fg-secondary);overflow-wrap:anywhere}.workspace-run-timeline-step-detail{min-width:0;color:var(--fg-muted);overflow-wrap:anywhere;white-space:normal;flex:auto}.workspace-run-timeline-step-state{color:var(--fg-muted);white-space:nowrap;flex:none;margin-left:auto}.workspace-agent-run-notice,.workspace-agent-run-error{max-width:90%;margin:0 0 var(--spacing-sm);color:var(--fg-secondary);border-radius:var(--radius-8);background:var(--hover);font-size:var(--font-size-xs);align-items:flex-start;gap:6px;padding:7px 9px;line-height:18px;display:flex}.workspace-agent-run-version-label{margin:0 0 var(--spacing-xs);color:var(--fg-muted);font-size:var(--font-size-xs);line-height:18px}.workspace-agent-run-error{color:var(--error)}.workspace-agent-run-notice svg,.workspace-agent-run-error svg{flex:0 0 15px;width:15px;height:15px;margin-top:1px}.workspace-skill-menu{flex:none;position:relative}.workspace-skill-trigger{height:max(32px,var(--touch-target,0px));min-height:max(32px,var(--touch-target,0px));max-height:max(32px,var(--touch-target,0px));color:var(--fg-secondary);background:0 0;border:0 #0000;border-radius:8px;align-items:center;gap:4px;padding:0 8px;font-size:14px;transition:color .18s;display:inline-flex}.workspace-skill-trigger:hover,.workspace-skill-trigger[aria-expanded=true]{color:var(--primary);background:0 0;border-color:#0000}.workspace-skill-popup{z-index:20;border:1px solid var(--border);background:var(--surface);width:min(20rem,100vw - 2rem);max-height:12rem;box-shadow:var(--workspace-shadow);opacity:1;border-radius:8px;padding:4px;transition:opacity .18s,transform .18s;position:absolute;bottom:calc(100% + .5rem);left:0;overflow-y:auto;transform:translateY(0)}@starting-style{.workspace-skill-popup{opacity:0;transform:translateY(.25rem)}}.workspace-selected-skill{border:1px solid var(--primary);width:fit-content;max-width:100%;min-height:44px;padding-left:12px;display:inline-flex}@supports (color:color-mix(in lab,red,red)){.workspace-selected-skill{border:1px solid color-mix(in srgb,var(--primary) 28%,var(--border))}}.workspace-selected-skill{background:var(--primary-light);border-radius:12px}@supports (color:color-mix(in lab,red,red)){.workspace-selected-skill{background:color-mix(in srgb,var(--primary-light) 72%,var(--surface))}}.workspace-selected-skill-remove{outline:none;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.workspace-selected-skill-remove:focus-visible{box-shadow:inset 0 0 0 2px var(--focus-ring)}.workspace-sources-panel,.workspace-studio-panel{color:var(--fg);background:var(--panel)}.workspace-sources-header,.workspace-studio-header{border-color:var(--border);background:var(--panel)}.workspace-file-resource-header{border-bottom:0;flex:0 0 52px;justify-content:space-between;align-items:center;width:100%;height:52px;min-height:52px;display:flex}.workspace-sources-header{box-sizing:content-box;width:auto;margin-bottom:0;padding:0 4px 0 8px}.workspace-studio-header{padding:0 8px}.workspace-file-resource-title{min-width:0;color:var(--fg);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;line-height:22px;overflow:hidden;transform:translate(6px)}.workspace-file-resource-header-actions{flex:none;align-items:center;display:flex}.workspace-file-resource-header-action,.workspace-resource-file-action{width:max(40px,var(--touch-target,0px));height:max(40px,var(--touch-target,0px));color:var(--fg-secondary);background:0 0;border:0;border-radius:8px;flex:0 0 40px;justify-content:center;align-items:center;padding:0;display:inline-flex}.workspace-file-resource-header-action:hover,.workspace-resource-file-action:hover{color:var(--primary)}.workspace-associate-icon{transform:translate(8px)}.workspace-file-resource-header-action:focus-visible,.workspace-resource-file-action:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.workspace-file-resource-header-action:disabled{color:var(--fg-muted);cursor:not-allowed;opacity:.5}.workspace-file-resource-row{border-color:var(--border);background:0 0;border-radius:8px;transition:background-color .14s}.workspace-sources-file{border-bottom:0;grid-template-columns:36px minmax(0,1fr) 56px;align-items:center;min-width:0;height:36px;min-height:36px;max-height:36px;padding-block:0;display:grid;overflow:hidden}.workspace-sources-file-marker{place-items:center;width:36px;height:36px;display:grid;position:relative}.workspace-sources-file-icon,.workspace-sources-file-checkbox-visual{grid-area:1/1;transition:opacity .12s}.workspace-sources-file-checkbox{opacity:0;cursor:pointer;width:36px;height:36px;margin:0;position:absolute;top:0;right:0;bottom:0;left:0}.workspace-sources-file-checkbox:focus-visible{outline:none}.workspace-sources-file-checkbox-visual{color:#0000;border:1px solid var(--fg-muted);background:var(--surface);opacity:0;pointer-events:none;border-radius:4px;place-items:center;width:16px;height:16px;display:grid}.workspace-sources-file-checkbox-check{opacity:0}.workspace-sources-file-checkbox:checked+.workspace-sources-file-checkbox-visual{color:#fff;border-color:var(--primary);background:var(--primary);opacity:1}.workspace-sources-file-checkbox:checked+.workspace-sources-file-checkbox-visual .workspace-sources-file-checkbox-check{opacity:1}.workspace-sources-file-checkbox:focus-visible+.workspace-sources-file-checkbox-visual{box-shadow:0 0 0 2px var(--focus-ring);opacity:1}.workspace-sources-file:hover .workspace-sources-file-checkbox-visual{opacity:1}.workspace-sources-file:hover .workspace-sources-file-icon,.workspace-sources-file:has(.workspace-sources-file-checkbox:focus-visible) .workspace-sources-file-icon,.workspace-sources-file:has(.workspace-sources-file-checkbox:checked) .workspace-sources-file-icon{opacity:0}.workspace-sources-file-content{min-width:0;padding-block:0;overflow:hidden}.workspace-sources-file-name{overflow-wrap:normal;white-space:nowrap;text-overflow:ellipsis;width:100%;height:36px;max-height:36px;line-height:36px;display:block;overflow:hidden}.workspace-sources-file-side{place-items:center end;width:56px;min-width:56px;height:36px;display:grid;position:relative}.workspace-sources-file-meta{white-space:nowrap;pointer-events:none;flex-wrap:nowrap;grid-area:1/1;justify-content:flex-end;align-items:center;gap:4px;min-width:0;height:36px;max-height:36px;margin-top:0;transition:opacity .14s;display:flex;overflow:hidden;transform:translate(-8px)}.workspace-sources-file:hover .workspace-sources-file-meta,.workspace-sources-file:focus-within .workspace-sources-file-meta{opacity:0}.workspace-sources-file-action{grid-area:1/1;place-items:center;width:36px;min-width:36px;height:36px;min-height:36px;max-height:36px;display:grid}.workspace-sources-file:hover{background:var(--primary-light)}.workspace-sources-selection{border:1px solid var(--border);background:var(--menu-selected-bg);border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-height:44px;padding:4px 8px;display:flex}.workspace-sources-selection-summary{justify-content:space-between;align-items:center;gap:4px;min-width:0;min-height:44px;display:flex}.workspace-sources-selection-count{white-space:nowrap;min-width:0;padding-left:8px}.workspace-sources-selection-actions{min-width:max(0px,var(--touch-target,0px));align-items:center;gap:24px;display:flex;transform:translate(6px)}.workspace-sources-selection-action{height:max(24px,var(--touch-target,0px));min-width:max(0px,var(--touch-target,0px));white-space:nowrap;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;padding:0;display:inline-flex}.workspace-sources-selection-cancel{width:max(16px,var(--touch-target,0px));min-width:max(16px,var(--touch-target,0px));height:max(16px,var(--touch-target,0px));min-height:max(16px,var(--touch-target,0px));background:0 0;border:0;place-items:center;padding:0;display:inline-grid}.workspace-sources-selection-action:hover{background:var(--hover)}.workspace-sources-selection-action-toggle:hover{color:var(--primary)}@media(max-width:768px),(hover:none),(pointer:coarse){.workspace-sources-file-checkbox-visual{opacity:1}.workspace-sources-file-icon{opacity:0}}.workspace-file-resource-row:hover{background:var(--primary-light)}.workspace-resource-file-card{padding-top:6px;padding-bottom:6px}.workspace-resource-file-card.is-grid{padding-top:16px;padding-bottom:16px}.workspace-resource-file-card .workspace-resource-grid-file-title{min-height:0}.workspace-resource-file-card .workspace-resource-file-icon,.workspace-resource-file-card .workspace-resource-file-name{color:var(--fg);transition:color .12s}.workspace-resource-file-card:hover .workspace-resource-file-icon,.workspace-resource-file-card:hover .workspace-resource-file-name{color:var(--primary)}.workspace-resource-folder .workspace-resource-folder-icon,.workspace-resource-folder .workspace-resource-folder-name{color:var(--fg);transition:color .12s}.workspace-resource-folder:hover .workspace-resource-folder-icon,.workspace-resource-folder:hover .workspace-resource-folder-name{color:var(--primary)}.workspace-file-resource-row.workspace-resource-file-card:hover{border-color:var(--border);background:0 0}.workspace-resource-file-topline{grid-template-columns:16px minmax(0,1fr) 36px;align-items:center;gap:8px;min-width:0;display:grid}.workspace-resource-file-icon{align-self:center}.workspace-resource-file-title{color:#142234;cursor:pointer;background:0 0;border:0;min-width:0;padding:0;line-height:20px}.workspace-resource-file-card:hover .workspace-resource-file-title,.workspace-resource-file-title:focus-visible{color:var(--primary)}.workspace-resource-file-meta{white-space:nowrap;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.workspace-resource-file-footer{justify-content:space-between;align-items:center;gap:8px;min-width:0;margin-top:2px;display:flex}.workspace-resource-keep-button{color:#fff;background:linear-gradient(#3a4354,#1f2937);border:0;border-radius:6px;justify-content:center;align-items:center;gap:4px;height:24px;min-height:24px;padding:0 12px;font-size:12px;font-weight:400;line-height:24px;display:inline-flex}.workspace-resource-keep-button:hover{opacity:.9}.workspace-resource-file-card .workspace-resource-file-action{width:max(36px,var(--touch-target,0px));min-width:max(36px,var(--touch-target,0px));height:max(36px,var(--touch-target,0px));min-height:max(36px,var(--touch-target,0px));max-height:max(36px,var(--touch-target,0px));justify-self:end}@media(not (max-width:768px))and (hover:hover)and (pointer:fine){.workspace-resource-file-card:not(:hover):not(:focus-within) .workspace-resource-file-action{pointer-events:none}}.workspace-resource-file-secondary-actions{gap:0}.workspace-file-resource-empty{border:1px dashed var(--border);min-height:112px;padding:16px}@supports (color:color-mix(in lab,red,red)){.workspace-file-resource-empty{border:1px dashed color-mix(in srgb,var(--border) 82%,var(--fg-muted))}}.workspace-file-resource-empty{background:var(--panel);border-radius:12px}@supports (color:color-mix(in lab,red,red)){.workspace-file-resource-empty{background:color-mix(in srgb,var(--panel) 88%,var(--surface))}}.workspace-studio-panel{box-shadow:none}@media(min-width:1280px){.workspace-studio-panel{box-shadow:none}}.workspace-task-header{border-color:var(--border);background:var(--panel);min-height:60px;box-shadow:none}.workspace-task-body{background:var(--bg)}.workspace-module-search{border-radius:8px}.brain-workspace-shell .workspace-module-search-input{min-width:0;height:100%;min-height:0;box-shadow:none;background:0 0;border:0;padding:0}.brain-workspace-shell .workspace-module-search-input:focus,.brain-workspace-shell .workspace-module-search-input:focus-visible{box-shadow:none;outline:none}.workspace-module-directory-title,.workspace-task-result h1{color:var(--fg);font-size:28px;font-weight:700;line-height:40px}.workspace-module-card{min-height:132px;box-shadow:var(--shadow-flat);border-radius:12px}.workspace-module-card:hover{border-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.workspace-module-card:hover{border-color:color-mix(in srgb,var(--primary) 45%,var(--border))}}.workspace-module-card:hover{box-shadow:var(--shadow-flat)}.workspace-task-state>:where(div,form),.workspace-task-preview,.workspace-task-output{box-shadow:var(--shadow-flat);border-radius:12px}.workspace-task-output{background:var(--surface)}.workspace-module-directory .workspace-page-panel,.task-workbench-guide{box-shadow:var(--shadow-flat)}.workspace-task-output:has([aria-current=true]){border-color:var(--primary);background:var(--primary-light)}@supports (color:color-mix(in lab,red,red)){.workspace-task-output:has([aria-current=true]){background:color-mix(in srgb,var(--primary-light) 72%,var(--surface))}}.dark .workspace-sources-file:hover{background:var(--primary-light)}@supports (color:color-mix(in lab,red,red)){.dark .workspace-sources-file:hover{background:color-mix(in srgb,var(--primary-light) 72%,var(--surface))}}.brain-workspace-shell :where(button,a[href],select,textarea,input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),[role=button],[role=menuitem],[role=option],[role=tab]){min-height:44px}.brain-workspace-shell :where(button,[role=button],[role=menuitem],[role=option],[role=tab]){min-width:44px}.brain-workspace-shell :where(button,a[href],input,select,textarea,[role=button],[role=menuitem],[role=option],[role=tab]):focus-visible{outline:2px solid var(--primary);outline-offset:2px}.brain-workspace-shell .workspace-prompt-card{box-sizing:border-box;height:40px;min-height:40px;max-height:40px;padding-top:0;padding-bottom:0;overflow:hidden}.brain-workspace-shell :is(.workspace-chat-tool,.workspace-skill-trigger){height:max(32px,var(--touch-target,0px));min-height:max(32px,var(--touch-target,0px));max-height:max(32px,var(--touch-target,0px));box-sizing:border-box;background:0 0;border:0 #0000;font-size:14px}.brain-workspace-shell .workspace-chat-send{width:max(36px,var(--touch-target,0px));min-width:max(36px,var(--touch-target,0px));max-width:max(36px,var(--touch-target,0px));height:max(36px,var(--touch-target,0px));min-height:max(36px,var(--touch-target,0px));max-height:max(36px,var(--touch-target,0px))}.brain-workspace-shell .workspace-chat-file-chip{height:max(24px,var(--touch-target,0px));min-height:max(24px,var(--touch-target,0px));max-height:max(24px,var(--touch-target,0px));box-sizing:border-box;background:#f0f4f8;border-radius:4px}.brain-workspace-shell .workspace-chat-file-chip-remove{width:max(16px,var(--touch-target,0px));min-width:max(16px,var(--touch-target,0px));max-width:max(16px,var(--touch-target,0px));height:max(16px,var(--touch-target,0px));min-height:max(16px,var(--touch-target,0px));max-height:max(16px,var(--touch-target,0px));background:0 0;border:0;place-items:center;padding:0;display:inline-grid}.brain-workspace-shell :is(.workspace-chat-tool,.workspace-skill-trigger):is(:hover,:focus-visible),.brain-workspace-shell .workspace-chat-tool:is([data-state=open],[aria-pressed=true],[data-selected=true]),.brain-workspace-shell .workspace-skill-trigger[aria-expanded=true]{color:var(--primary);background:0 0;border-color:#0000}.brain-workspace-shell .workspace-skill-trigger:is(:hover,:focus-visible,[aria-expanded=true]) svg{color:var(--primary)}.brain-workspace-shell .workspace-header-actions :is(.workspace-header-action,.conversation-settings-trigger){height:max(36px,var(--touch-target,0px));min-height:max(36px,var(--touch-target,0px));max-height:max(36px,var(--touch-target,0px));box-sizing:border-box;padding-top:0;padding-bottom:0}.brain-workspace-shell .workspace-feature-intro-chip{box-sizing:border-box;width:84px;min-width:84px;max-width:84px;height:24px;min-height:24px;max-height:24px}.brain-workspace-shell .workspace-header-actions .workspace-resource-generate-trigger{width:max(36px,var(--touch-target,0px));min-width:max(36px,var(--touch-target,0px));max-width:max(36px,var(--touch-target,0px));padding-left:0;padding-right:0}.brain-workspace-shell .workspace-file-resource-header{flex-basis:52px;height:52px;min-height:52px;max-height:52px}.brain-workspace-shell .workspace-file-resource-header-action{width:max(40px,var(--touch-target,0px));min-width:max(40px,var(--touch-target,0px));max-width:max(40px,var(--touch-target,0px));height:max(40px,var(--touch-target,0px));min-height:max(40px,var(--touch-target,0px));max-height:max(40px,var(--touch-target,0px));box-sizing:border-box;padding:0}.brain-workspace-shell .workspace-studio-body,.workspace-sources-content{padding-top:8px}.brain-workspace-shell .workspace-sources-file :is(.workspace-sources-file-name,.workspace-sources-file-action){box-sizing:border-box;height:36px;min-height:36px;max-height:36px}.brain-workspace-shell .workspace-sources-file .workspace-sources-file-name{min-width:0}.brain-workspace-shell .workspace-sources-file .workspace-sources-file-action{width:36px;min-width:36px;max-width:36px}.brain-workspace-shell .workspace-sources-file .workspace-sources-file-side{min-width:56px}.brain-workspace-shell .workspace-sources-selection .workspace-sources-selection-action{height:max(24px,var(--touch-target,0px));min-height:max(24px,var(--touch-target,0px));min-width:max(0px,var(--touch-target,0px))}.brain-workspace-shell .workspace-sources-selection .workspace-sources-selection-cancel{width:max(16px,var(--touch-target,0px));min-width:max(16px,var(--touch-target,0px));max-width:max(16px,var(--touch-target,0px));height:max(16px,var(--touch-target,0px));min-height:max(16px,var(--touch-target,0px));max-height:max(16px,var(--touch-target,0px))}.brain-workspace-shell .workspace-resource-file-card .workspace-resource-file-title{min-width:0;min-height:20px}.brain-workspace-shell .workspace-resource-file-card .workspace-resource-file-action{width:max(36px,var(--touch-target,0px));min-width:max(36px,var(--touch-target,0px));max-width:max(36px,var(--touch-target,0px));height:max(36px,var(--touch-target,0px));min-height:max(36px,var(--touch-target,0px));max-height:max(36px,var(--touch-target,0px))}.brain-workspace-shell .workspace-resource-file-card .workspace-resource-keep-button{box-sizing:border-box;min-width:0;height:24px;min-height:24px;max-height:24px;padding-top:0;padding-bottom:0}.workspace-scene-guide{width:100%;min-width:0;color:var(--fg);border:1px solid var(--border);background:var(--surface);box-shadow:var(--workspace-soft-shadow);border-radius:12px;margin-bottom:16px;padding:16px 18px}.workspace-scene-guide-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.workspace-scene-guide-description{color:var(--fg-secondary);margin:0;line-height:22px}.workspace-scene-guide-toggle{width:40px;height:40px;color:var(--fg-secondary);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:0 0 40px;place-items:center;padding:0;display:inline-grid}.workspace-scene-guide-toggle:hover,.workspace-scene-guide-toggle:focus-visible{color:var(--primary);background:var(--primary-light)}.workspace-scene-single-action{min-width:44px;min-height:44px;color:var(--primary);border:1px solid var(--primary);margin-top:12px;padding:8px 14px}@supports (color:color-mix(in lab,red,red)){.workspace-scene-single-action{border:1px solid color-mix(in srgb,var(--primary) 32%,var(--border))}}.workspace-scene-single-action{background:var(--primary-light);cursor:pointer;border-radius:8px}.workspace-scene-step-intro{width:100%;min-width:0;color:var(--fg);border:1px solid var(--primary);margin:0 0 16px;padding:14px 16px}@supports (color:color-mix(in lab,red,red)){.workspace-scene-step-intro{border:1px solid color-mix(in srgb,var(--primary) 22%,var(--border))}}.workspace-scene-step-intro{background:var(--primary-light);border-radius:12px}@supports (color:color-mix(in lab,red,red)){.workspace-scene-step-intro{background:color-mix(in srgb,var(--primary-light) 36%,var(--surface))}}.workspace-scene-step-intro-title{margin:0;font-size:15px;font-weight:650;line-height:22px}.workspace-scene-step-intro-copy{color:var(--fg-secondary);margin:6px 0 0;font-size:14px;line-height:22px}.workspace-scene-steps-scroll{overscroll-behavior-inline:contain;width:100%;margin:12px 0 0;padding:0 0 8px;scroll-padding-inline:18px;overflow-x:auto}.workspace-scene-curve{width:100%;height:72px;position:relative}.workspace-scene-steps{grid-template-columns:repeat(7,minmax(0,1fr));height:72px;margin:0;padding:0;list-style:none;display:grid;position:relative}.workspace-scene-curve[data-step-count="4"] .workspace-scene-steps{grid-template-columns:repeat(4,minmax(0,1fr))}.workspace-scene-steps:before{background:var(--border);opacity:.55;content:"";height:1.5px;position:absolute;top:24px;left:7.14286%;right:7.14286%;transform:translateY(-50%)}.workspace-scene-curve[data-step-count="4"] .workspace-scene-steps:before{left:12.5%;right:12.5%}.workspace-scene-step-item{z-index:1;justify-content:center;align-self:start;padding-top:12px;display:flex;position:relative}.workspace-scene-step{min-width:44px;min-height:44px;color:var(--fg-secondary);font:inherit;text-align:center;cursor:pointer;background:0 0;border:0;flex-direction:column;flex-shrink:0;align-items:center;gap:8px;padding:0 4px;transition:color .16s;display:flex}.workspace-scene-step-number{width:24px;height:24px;color:var(--fg-secondary);border:1.5px solid var(--border);background:var(--surface);border-radius:999px;flex:0 0 24px;place-items:center;font-size:11px;font-weight:650;transition:color .16s,border-color .16s,background-color .16s,box-shadow .16s;display:inline-grid}.workspace-scene-step:hover{color:var(--primary)}.workspace-scene-step:hover .workspace-scene-step-number{color:var(--primary);border-color:var(--primary)}.workspace-scene-parameter-timeline{grid-template-columns:minmax(0,1fr);width:100%;min-width:0;margin-top:16px;padding-inline-start:22px;display:grid;position:relative}.workspace-scene-parameter-timeline:before{background:var(--border);content:"";width:1px;position:absolute;top:0;bottom:0;left:6px}.workspace-scene-parameter-timeline:after{border:2px solid var(--primary);background:var(--surface);width:13px;height:13px;box-shadow:0 0 0 4px var(--primary);border-radius:999px;position:absolute;top:18px;left:0}@supports (color:color-mix(in lab,red,red)){.workspace-scene-parameter-timeline:after{box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 10%,transparent)}}.workspace-scene-parameter-timeline:after{content:""}.workspace-scene-parameter-timeline>:where([role=status],[role=alert],fieldset){min-width:0}.workspace-scene-parameter-timeline .task-form-container{box-shadow:none}.workspace-scene-module-dialog{width:min(440px,100vw - 32px);padding:24px}.workspace-scene-module-header,.workspace-scene-module-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.workspace-scene-module-title{color:var(--fg);margin:0;font-size:18px;font-weight:700}.workspace-scene-module-description{color:var(--fg-secondary);margin:8px 0 18px;line-height:22px}.workspace-scene-module-options{border:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-inline-size:0;margin:0;padding:0;display:grid}.workspace-scene-module-close,.workspace-scene-module-option,.workspace-scene-module-cancel{min-width:44px;min-height:44px;color:var(--fg);border:1px solid var(--border);background:var(--surface);font:inherit;cursor:pointer;border-radius:8px}.workspace-scene-module-close{color:var(--fg-secondary);background:0 0;border-color:#0000;flex:0 0 44px;place-items:center;padding:0;display:inline-grid}.workspace-scene-module-close svg{width:18px;height:18px}.workspace-scene-module-option:hover,.workspace-scene-module-option:focus-visible,.workspace-scene-module-cancel:hover,.workspace-scene-module-close:hover{color:var(--primary-dark);border-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.workspace-scene-module-option:hover,.workspace-scene-module-option:focus-visible,.workspace-scene-module-cancel:hover,.workspace-scene-module-close:hover{border-color:color-mix(in srgb,var(--primary) 45%,var(--border))}}.workspace-scene-module-option:hover,.workspace-scene-module-option:focus-visible,.workspace-scene-module-cancel:hover,.workspace-scene-module-close:hover{background:var(--primary-light)}.workspace-scene-module-footer{justify-content:flex-end;margin-top:18px}.workspace-scene-module-cancel{padding:0 16px}@media(max-width:768px){.workspace-scene-module-options{grid-template-columns:minmax(0,1fr)}.brain-workspace-shell{display:block}.brain-workspace-stage{width:100%}.workspace-mobile-toolbar{z-index:10;min-height:56px;color:var(--fg);border-bottom:1px solid var(--border);background:var(--surface);flex:0 0 56px;align-items:center;gap:10px;padding:6px 12px;font-size:14px;font-weight:650;display:flex}.workspace-mobile-trigger{border:1px solid var(--border);background:var(--panel)}.workspace-mobile-backdrop{z-index:40;background:var(--fg);width:100%;display:block;position:fixed;top:0;right:0;bottom:0;left:0}@supports (color:color-mix(in lab,red,red)){.workspace-mobile-backdrop{background:color-mix(in srgb,var(--fg) 38%,transparent)}}.workspace-mobile-backdrop{cursor:pointer}.workspace-sidebar{z-index:50;border-right-color:var(--border);width:min(240px,100vw - 48px);max-width:calc(100vw - 48px);height:auto;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}@supports (color:color-mix(in lab,red,red)){.workspace-sidebar{border-right-color:color-mix(in srgb,var(--border) 72%,var(--fg-muted))}}.workspace-sidebar{box-shadow:14px 0 32px var(--fg)}@supports (color:color-mix(in lab,red,red)){.workspace-sidebar{box-shadow:14px 0 32px color-mix(in srgb,var(--fg) 18%,transparent)}}.workspace-sidebar{visibility:hidden;pointer-events:none;transition:transform .18s,visibility .18s}.workspace-sidebar[data-open=true]{visibility:visible;pointer-events:auto;transform:translate(0)}.workspace-sidebar-close{display:inline-grid}.workspace-header-inner{flex-wrap:nowrap;align-items:center;gap:8px;padding:10px 16px}.workspace-header-title{flex:auto;min-height:44px}.workspace-header-actions{flex-wrap:nowrap;flex:none;justify-content:flex-end;width:auto;position:static;top:auto;right:auto;overflow:visible;transform:none}.workspace-teaching-picker{flex:100%;width:100%}.workspace-teaching-control{flex:10rem;max-width:100%}.workspace-teaching-grid,.workspace-resource-toolbar{grid-template-columns:minmax(0,1fr)}.workspace-resource-control,.workspace-resource-action{max-width:100%}.workspace-main{width:100%}.workspace-home{padding:0 16px calc(40px + env(safe-area-inset-bottom));justify-content:flex-start}.workspace-welcome{margin-top:24px}.workspace-welcome-title,.workspace-welcome-title-artwork{width:100%}.workspace-composer-footer{flex-wrap:wrap;align-items:flex-end}.workspace-composer-tools>.workspace-composer-target,.workspace-composer-attach,.workspace-composer-tools>.workspace-model-picker,.workspace-composer-tools>.workspace-deep-thinking{height:44px;min-height:44px}.workspace-composer-target{flex-basis:44px;width:44px;min-width:44px;max-width:44px;padding:0}.workspace-composer-tools{flex-wrap:wrap}}@media(max-width:520px){.conversation-settings-trigger,.workspace-font-size-trigger{width:44px;padding-inline:0}.conversation-settings-trigger-label,.workspace-font-size-label{display:none}.workspace-composer-tools{flex:100%;gap:18px;width:100%}.workspace-composer-target,.workspace-composer-attach{flex:auto;max-width:none}.workspace-composer-send{margin-left:auto}.workspace-active-task{flex-direction:column;align-items:stretch}.workspace-active-task-copy{flex-direction:column;align-items:flex-start}.workspace-active-task-return{align-self:flex-end}.workspace-chat-footer>div:first-child{min-width:0}.workspace-chat-footer>div:last-child{margin-left:auto}.workspace-skill-menu{flex-basis:100%}.workspace-skill-trigger{justify-content:space-between;width:100%}}.workspace-agent-questions{width:100%;min-width:0;max-width:40rem;padding:var(--spacing-base);color:var(--fg);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-12);font-size:var(--font-size-sm);overflow-wrap:anywhere;line-height:1.6}.workspace-question-heading{justify-content:flex-end;align-items:center;gap:12px;display:flex}.workspace-question-heading>span{flex:1;min-width:0}.workspace-question-field{min-inline-size:0;margin:0 0 var(--spacing-lg);border:0;padding:0}.workspace-question-field legend{margin-bottom:var(--spacing-sm);padding:0;font-size:16px;font-weight:600}.workspace-question-description{color:var(--fg-secondary);margin:4px 0 12px;font-size:13px}.workspace-question-optional{color:var(--fg-secondary);margin-left:8px;font-size:12px;font-weight:400}.workspace-question-options{flex-direction:column;gap:6px;display:flex}.workspace-question-option{border:1px solid var(--border);border-radius:var(--radius-8);cursor:pointer;min-height:44px;transition:background-color var(--transition-fast),border-color var(--transition-fast);align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.workspace-question-option:hover{background:var(--hover)}.workspace-question-option[data-selected=true]{border-color:var(--primary);background:var(--primary)}@supports (color:color-mix(in lab,red,red)){.workspace-question-option[data-selected=true]{background:color-mix(in srgb,var(--primary) 7%,var(--surface))}}.workspace-question-option input[type=radio]{width:16px;height:16px;min-height:0;accent-color:var(--primary);flex:0 0 16px;margin:3px 0 0}.workspace-question-option input[type=radio]:focus-visible{outline:none}.workspace-question-option>span{min-width:0}.workspace-question-option small{color:var(--fg-secondary);margin-top:3px;font-size:12px;display:block}.workspace-question-recommended{background:var(--primary-light);color:var(--fg);border-radius:4px;margin-left:8px;padding:0 6px;font-size:12px;font-weight:400;display:inline-block}.workspace-question-field textarea,.workspace-question-field input[type=number],.workspace-question-files select{border:1px solid var(--border);border-radius:var(--radius-8);background:var(--surface);width:100%;min-width:0;color:var(--fg);font:inherit;padding:10px 12px;display:block}.workspace-question-field textarea{resize:vertical;height:auto;min-height:88px}.workspace-question-field input[type=number]{max-width:14rem;min-height:44px}.workspace-question-field :is(textarea,input[type=number]):focus{border-color:var(--primary);box-shadow:none;outline:none}.workspace-question-field :is(textarea,input[type=number])[aria-invalid=true]{border-color:var(--error)}.workspace-agent-questions button:focus-visible,.workspace-question-option:has(input:focus-visible),.workspace-question-upload:has(input:focus-visible),.workspace-question-answer button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.workspace-question-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px;display:flex}.workspace-question-submit{border-radius:var(--radius-8);color:#fff;background:linear-gradient(135deg,var(--cta-from),var(--cta-to));border:1px solid #0000;min-height:44px;padding:10px 18px;font-weight:500}.workspace-question-quiet-action{border-radius:var(--radius-8);min-height:44px;color:var(--fg-secondary);justify-content:center;align-items:center;gap:4px;padding:6px 8px;font-size:13px;display:inline-flex}.workspace-question-quiet-action:hover{color:var(--fg);background:var(--hover)}.workspace-agent-questions button:disabled,.workspace-question-field:disabled{opacity:.6;cursor:not-allowed}.workspace-question-error{color:var(--error);margin-top:8px;font-size:14px}.workspace-question-files{flex-wrap:wrap;gap:8px;display:flex}.workspace-question-file{background:var(--input);border-radius:var(--radius-8);align-items:center;gap:8px;width:100%;min-width:0;padding-left:12px;display:flex}.workspace-question-file>span{overflow-wrap:anywhere;flex:1;min-width:0}.workspace-question-file button{place-items:center;min-width:44px;min-height:44px;display:grid}.workspace-question-upload{border:1px solid var(--border);border-radius:var(--radius-8);align-items:center;gap:6px;min-height:44px;padding:8px 12px;display:inline-flex;position:relative;overflow:hidden}.workspace-question-upload input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.workspace-question-files select{width:auto;max-width:100%;min-height:44px}.workspace-question-answer{background:var(--primary-light);min-width:0;max-width:100%;color:var(--fg);border-radius:var(--radius-12);overflow-wrap:anywhere;padding:12px 16px;font-size:14px}.workspace-question-answer-preview{max-height:12rem;overflow:hidden}.workspace-question-stopped{color:var(--fg-secondary);background:var(--input)}.workspace-question-composer-notice{color:var(--fg-secondary);justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;font-size:13px;display:flex}@media(max-width:640px){.workspace-agent-questions{max-width:100%;padding:12px}.workspace-question-actions{align-items:stretch}.workspace-question-submit{flex:1}}@media(prefers-reduced-motion:reduce){.brain-workspace-shell,.brain-workspace-shell *,.brain-workspace-shell :before,.brain-workspace-shell :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.workspace-selected-skill{text-align:left;align-self:flex-start;align-items:center;gap:8px;display:flex;position:relative}.workspace-selected-skill-name{flex:auto;font-size:14px}.workspace-selected-skill-icon{width:16px;height:16px}.workspace-selected-skill-remove{background:0 0;border:0;border-radius:4px}.workspace-selected-skill-remove:disabled{opacity:.45;cursor:default}.workspace-selected-skill-tooltip{z-index:var(--z-popover,50);border:1px solid var(--border);background:var(--surface);max-width:min(320px,80vw);color:var(--fg);overflow-wrap:anywhere;pointer-events:none;border-radius:6px;padding:6px 10px;font-size:13px;display:none;position:absolute;bottom:calc(100% + 6px);left:0}.workspace-selected-skill:focus-within .workspace-selected-skill-tooltip{display:block}@media(not (max-width:768px))and (hover:hover)and (pointer:fine){.workspace-selected-skill{box-sizing:border-box;background:0 0;border:0;border-radius:6px;gap:6px;max-width:min(100%,320px);min-height:28px;padding:0 4px}.workspace-selected-skill:is(:hover,:focus-within){background:var(--primary)}@supports (color:color-mix(in lab,red,red)){.workspace-selected-skill:is(:hover,:focus-within){background:color-mix(in srgb,var(--primary) 6%,transparent)}}.workspace-selected-skill-name{font-size:13px;line-height:20px}.workspace-selected-skill-icon{width:14px;height:14px}.workspace-selected-skill-remove{flex-basis:28px;width:28px;min-width:28px;height:28px;min-height:28px}}@media(any-pointer:coarse){.workspace-selected-skill{min-height:44px}.workspace-selected-skill-remove{flex-basis:44px;width:44px;min-width:44px;height:44px;min-height:44px}}.conversation-settings-default-option{gap:4px;margin-right:auto;display:grid}.conversation-settings-default-option input{accent-color:var(--primary)}.desktop-loading-skeleton{color:var(--fg-secondary);gap:14px;padding:24px 0;font-size:14px;display:grid}.desktop-loading-skeleton>span{background:var(--border);border-radius:4px;width:85%;height:16px;display:block}.desktop-loading-skeleton>span:last-child{width:55%}@media not all and (max-width:768px){.workspace-welcome{margin-top:clamp(80px,10vh,120px)}.workspace-welcome-title-artwork{width:min(520px,100%);height:42px}}@media(not (max-width:768px))and (prefers-reduced-motion:no-preference){.workspace-selected-skill,.desktop-dialog-overlay[data-state=open]{animation:.14s ease-out desktop-content-enter}.desktop-dialog-overlay[data-state=closed]{animation:.14s ease-in desktop-content-leave}.desktop-dialog-content[data-state=open]{animation:.16s ease-out desktop-dialog-enter}.desktop-dialog-content[data-state=closed]{animation:.14s ease-in desktop-content-leave}}@keyframes desktop-content-enter{0%{opacity:0}to{opacity:1}}@keyframes desktop-content-leave{0%{opacity:1}to{opacity:0}}@keyframes desktop-dialog-enter{0%{opacity:0;transform:translate(-50%,calc(4px - 50%))}to{opacity:1;transform:translate(-50%,-50%)}}.personal-skill-help summary,.personal-quota-details summary{cursor:pointer;width:fit-content}.personal-skill-help p{margin-top:8px}.personal-skill-help summary:focus-visible,.personal-quota-details summary:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}.personal-skill-card-heading{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.personal-skill-card-heading h2{overflow-wrap:anywhere;min-width:0}.personal-skill-description p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:22px}.personal-skill-description p:not(.is-expanded){-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.personal-skill-description-toggle{color:var(--primary);margin-top:4px;font-size:13px}.personal-skill-description-toggle:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}.personal-skill-operation{color:var(--fg-secondary);align-items:center;gap:6px;font-size:14px;display:flex}.personal-skill-actions-menu{z-index:var(--z-dropdown,60);min-width:128px}.personal-skill-menu-item{cursor:pointer;outline:none;align-items:center;gap:8px;min-height:44px;padding:8px 12px;font-size:14px;display:flex}.personal-skill-menu-item svg{width:16px;height:16px}.personal-skill-menu-item[data-highlighted]{background:var(--bg)}.personal-skill-menu-item[data-disabled]{opacity:.45;pointer-events:none}.personal-skill-state.is-active{color:#246c24!important}.personal-skill-state.is-unavailable{color:#855b08!important}.personal-skill-state.is-inactive{color:var(--fg-secondary)!important}.dark .personal-skill-state.is-active{color:#b6e7a0!important}.dark .personal-skill-state.is-unavailable{color:#f5d88b!important}.personal-skill-field-help{color:var(--fg-secondary);font-size:13px;line-height:20px}.personal-center-shortcuts{gap:16px;display:grid}.personal-center-profile-link{color:var(--fg);align-items:center;gap:12px;display:flex}.personal-center-profile-link>span{flex:1}.desktop-disclosure{opacity:0;visibility:hidden;grid-template-rows:0fr;display:grid}.desktop-disclosure[data-open=true]{opacity:1;visibility:visible;grid-template-rows:1fr}.desktop-disclosure-inner{min-height:0;overflow:hidden}@media not all and (max-width:768px){.personal-skills-list{gap:12px}.personal-skill-card{padding:16px}.personal-skills-section .workspace-page-heading{margin-bottom:8px}.personal-skill-editor-content textarea{min-height:220px}.personal-skill-editor-footer{z-index:2;background:var(--surface);padding:12px 0;position:sticky;bottom:0}.personal-center-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(not (max-width:768px))and (prefers-reduced-motion:no-preference){.desktop-disclosure{transition:grid-template-rows .18s ease-out,opacity .18s ease-out,visibility .18s}.workspace-scene-step[aria-current=step] .workspace-scene-step-number{transition:background-color .16s,color .16s}.personal-skill-state{transition:color .14s,background-color .14s}}.workspace-scene-step[aria-current=step] .workspace-scene-step-number{color:var(--primary);border-color:var(--primary);background:var(--primary)}@supports (color:color-mix(in lab,red,red)){.workspace-scene-step[aria-current=step] .workspace-scene-step-number{background:color-mix(in srgb,var(--primary) 6%,transparent)}}@media(not (max-width:768px))and (prefers-reduced-motion:no-preference){[data-new-file=true]{animation:.6s ease-out desktop-file-arrival}.personal-skill-description p{transition:color .14s}}@keyframes desktop-file-arrival{0%{background-color:color-mix(in srgb,var(--primary) 12%,var(--surface));box-shadow:0 0 0 1px var(--primary)}to{background-color:var(--surface);box-shadow:0 0 0 1px #0000}}.workspace-selected-skill-tooltip:after{content:attr(data-name)}.personal-skill-description-copy{overflow:hidden}.personal-skill-description-copy p{margin-top:0}@media(not (max-width:768px))and (prefers-reduced-motion:no-preference){.personal-skill-description-copy{transition:height .18s ease-out}.desktop-content-enter{animation:.14s ease-out desktop-content-enter}}.workspace-drawer{z-index:calc(var(--z-modal) + 1);width:min(480px,100vw - 32px);min-width:0;height:100dvh;max-height:100dvh;color:var(--fg);background:var(--surface);box-shadow:var(--shadow-strong);padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);flex-direction:column;display:flex;position:fixed;inset:0 0 0 auto;overflow:hidden}.workspace-drawer[data-side=left]{inset:0 auto 0 0}.workspace-drawer-header{border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;gap:12px;padding:6px 12px;display:flex}.workspace-drawer-close{place-items:center;width:44px;height:44px;display:grid}.workspace-drawer-body{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow-y:auto}.workspace-phone-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:none;overflow:hidden}.workspace-header-more{display:contents}.workspace-header-more>summary{display:none}.workspace-header-more-content{align-items:center;gap:4px;display:flex}@media(max-width:768px){.workspace-drawer{width:100%}.workspace-header-center{display:none}.workspace-phone-title{flex:1;display:block}.workspace-header-title{gap:0}.workspace-header-inner{gap:0;padding:0 8px}.workspace-header-more{display:block;position:relative}.workspace-header-more>summary{cursor:pointer;place-items:center;width:44px;height:44px;list-style:none;display:grid}.workspace-header-more>summary::-webkit-details-marker{display:none}.workspace-header-more:not([open]) .workspace-header-more-content{display:none}.workspace-header-more-content{z-index:var(--z-dropdown);border:1px solid var(--border);background:var(--surface);border-radius:8px;flex-wrap:wrap;width:min(280px,100vw - 24px);padding:8px;position:absolute;top:100%;right:0}.workspace-file-dialog{border-radius:0;width:100%;height:100dvh;max-height:100dvh}}@media(max-width:768px),(any-pointer:coarse){.workspace-resource-file-actions,.workspace-resource-action,.workspace-resource-file-card input[type=checkbox]{opacity:1}.workspace-resource-file-card .workspace-resource-file-action{pointer-events:auto}.workspace-chat-textarea{font-size:16px}.workspace-chat-tools-row,.workspace-chat-send{transform:none}}.workspace-resource-search-results{max-width:min(100%,100vw - 32px)}.workspace-reference-popup{max-width:calc(100vw - 32px)}.workspace-reference-content :is(button,label){min-height:44px}.workspace-voice-status{overflow-wrap:anywhere;width:max-content;max-height:min(280px,50dvh);overflow-y:auto}@media(max-width:768px),(any-pointer:coarse){.workspace-file-dialog-header button{flex-shrink:0;min-width:44px;min-height:44px}.workspace-file-dialog-header>:first-child{min-width:0}}@media(max-width:768px){.workspace-journey{height:auto;padding:16px;overflow:visible}.workspace-journey-track{min-width:0;height:auto}.workspace-journey-wave,.workspace-journey-marker{display:none}.workspace-journey-steps{gap:12px;width:100%;height:auto;padding-top:12px;list-style:inside decimal;display:grid;position:static}.workspace-journey-step{text-align:left;display:list-item;position:static;transform:none}.workspace-journey-label{width:auto;color:var(--fg-secondary);position:static}.workspace-scene-curve,.workspace-scene-steps{height:auto}.workspace-scene-steps,.workspace-scene-curve[data-step-count="4"] .workspace-scene-steps{grid-template-columns:minmax(0,1fr)}.workspace-scene-steps:before{display:none}.workspace-scene-step-item{justify-content:stretch;padding:0}.workspace-scene-step{text-align:left;flex-direction:row;width:100%}.workspace-scene-guide-toggle{flex:none;width:auto;min-width:80px}.workspace-scene-current-step{color:var(--primary);overflow-wrap:anywhere;margin-top:8px}}.workspace-project-files{container:resource-files/inline-size}.workspace-resource-list-item{align-items:center;gap:12px;display:flex}.workspace-resource-select{width:max(16px,var(--touch-target,0px));min-height:max(16px,var(--touch-target,0px));flex:none;place-items:center;display:grid}.workspace-resource-select.is-grid{position:absolute;top:8px;right:8px}.workspace-resource-more{place-items:center;min-width:44px;min-height:44px;margin-left:auto;display:grid}.workspace-resource-file-card.is-grid .workspace-resource-more{position:absolute;bottom:8px;right:8px}@container resource-files not (min-width:640px){.workspace-resource-list-item{grid-template-columns:44px minmax(0,1fr) 44px;gap:8px;display:grid}.workspace-resource-list-item .workspace-resource-file-icon{display:none}.workspace-resource-list-item>.workspace-resource-select{grid-area:1/1/span 2}.workspace-resource-list-item>div.flex.min-w-0{grid-area:1/2}.workspace-resource-list-item .workspace-resource-row-meta{flex-wrap:wrap;grid-area:2/2;position:static;transform:none}.workspace-resource-list-item .workspace-resource-row-status{flex-wrap:wrap;grid-area:3/2;justify-content:flex-start;width:auto}.workspace-resource-list-item .workspace-resource-more{grid-area:1/3/span 2}.workspace-project-files [data-testid=resource-file-grid]{grid-template-columns:minmax(0,1fr)}}@media(max-width:768px),(any-pointer:coarse){.workspace-project-menu-item,.ui-menu [role=menuitem],.ui-menu [role=option]{min-height:44px}.workspace-resource-file-card.is-grid{padding-bottom:52px;padding-right:52px}.workspace-resource-controls button{min-width:44px;min-height:44px}}@media(max-width:768px){.brain-workspace-stage:has(.workspace-header,.workspace-task-header)>.workspace-mobile-toolbar{display:none}}.workspace-phone-note{display:none}@media(max-width:768px){.workspace-header .workspace-feature-intro{position:static;inset:auto;transform:none}.brain-workspace-shell .workspace-feature-intro-chip{height:44px;min-height:44px;max-height:none}.workspace-feature-intro-popover{width:min(280px,100vw - 32px);max-width:calc(100vw - 32px);left:auto;right:0}.workspace-phone-note{width:100%;color:var(--fg-secondary);font-size:12px;display:block}}.workspace-resource-library-root{container:resource-root/inline-size}.personal-skills-section{container:personal-skills/inline-size}@container resource-root not (min-width:640px){[data-testid=project-folder-layout][data-layout=grid],[data-testid=quick-group-layout][data-layout=grid]{grid-template-columns:minmax(0,1fr)}}@container personal-skills not (min-width:720px){.personal-skill-card{grid-template-columns:minmax(0,1fr)}.personal-skill-card-actions{flex-wrap:wrap}}@media(max-width:768px){.workspace-chat-attachments,.workspace-composer-files{max-height:min(144px,22dvh);overflow-y:auto}.workspace-personal-skills-page :is(input,textarea,select),.workspace-teaching-control,.workspace-resource-search-input{font-size:16px}.personal-skill-editor-footer{z-index:2;background:var(--surface);padding:12px 0;position:sticky;bottom:0}}:root{--bg:#fbfbfc;--panel:#fbfbfc;--surface:#fff;--input:#f5f5f7;--hover:#f0f0f3;--menu-selected-bg:#eef2f6;--primary:#5b67d3;--primary-dark:#3242b8;--brand-cyan:#28c3cb;--primary-light:#c2c9f2;--fg:#142234;--fg-secondary:#5e6876;--fg-muted:#a9b1bc;--fg-subtitle:#5e6876;--border:#ededee;--tag:#f5f5f7;--success:#52c41a;--error:#ff4d4f;--warning:#faad14;--info:#5b67d3;--focus-ring:#5b67d3;--font-sans:"Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;--font-serif:"Source Han Serif CN", "Noto Serif SC", "SimSun", serif;--font-size-xs:12px;--font-size-sm:14px;--font-size-base:16px;--font-size-lg:20px;--font-size-xl:24px;--font-size-2xl:32px;--font-size-3xl:48px;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:12px;--spacing-base:16px;--spacing-lg:20px;--spacing-xl:24px;--spacing-2xl:32px;--spacing-3xl:40px;--spacing-4xl:48px;--spacing-5xl:60px;--radius-8:8px;--radius-12:12px;--radius-16:16px;--radius-20:20px;--radius-full:9999px;--shadow-flat:none;--shadow-weak:0 4px 12px #0000000f;--shadow-strong:0 8px 24px #00000014;--workspace-shadow:var(--shadow-strong);--workspace-soft-shadow:var(--shadow-weak);--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.35s ease;--z-sidebar:100;--z-dropdown:600;--z-tooltip:700;--z-modal:400;--z-overlay:800;--zy-brand:var(--primary);--zy-brand-dark:var(--primary-dark);--zy-cyan:var(--brand-cyan);--zy-bg:var(--bg);--zy-panel:var(--panel);--zy-surface:var(--surface);--zy-line:var(--border);--zy-selected:var(--hover);--zy-title:var(--fg);--zy-text:var(--fg-secondary);--zy-muted:var(--fg-muted);--zy-success:var(--success);--zy-warning:var(--warning);--zy-danger:var(--error);--zy-shadow:var(--shadow-strong);--zy-soft-shadow:var(--shadow-weak);--zy-font:var(--font-sans);--cta-from:#364251;--cta-to:#142234;--workspace-canvas:78rem;--chat-reading-width:52rem;--task-sidecar-width:18rem;--task-output-list-width:20rem}.dark{--bg:#0f1521;--panel:#141b2b;--surface:#1a2233;--input:#202a3d;--hover:#283247;--menu-selected-bg:#283247;--primary:#7c8de3;--primary-dark:#6878d9;--brand-cyan:#45d2d8;--primary-light:#232b40;--fg:#e7ecf3;--fg-secondary:#aeb7c4;--fg-muted:#6b7686;--fg-subtitle:#9aa6b6;--border:#2a3346;--tag:#1c2436;--success:#52c41a;--error:#ff6b6d;--warning:#f0b429;--info:#7c8de3;--focus-ring:#7c8de3;--shadow-flat:none;--shadow-weak:0 4px 12px #0000003d;--shadow-strong:0 8px 24px #00000052;--workspace-shadow:var(--shadow-strong);--workspace-soft-shadow:var(--shadow-weak);--cta-from:#2b3547;--cta-to:#0c1420}body{font-family:var(--font-sans);background-color:var(--panel);color:var(--fg);font-size:14px;line-height:1.5}.workspace-reading{width:min(100%,var(--chat-reading-width));margin-inline:auto}.workspace-task-canvas{width:min(100%,var(--workspace-canvas));margin-inline:auto;container:task-canvas/inline-size}.task-form-container{container:task-form/inline-size}.task-form-compact{max-width:720px}.task-form-compact .task-form-control{height:36px;padding-block:0}.task-form-compact .task-field-grid{gap:.5rem .75rem}.task-form-compact .task-form-file-picker{text-align:left;flex-direction:row;justify-content:flex-start;gap:.625rem;min-height:64px;padding-block:.5rem}.task-form-file-picker-icon{flex:none}.task-form-file-picker-copy{min-width:0}.task-field-grid{grid-template-columns:minmax(0,1fr);gap:.75rem 1rem;display:grid}.task-workbench-composition{grid-template-columns:minmax(0,1fr);display:grid}.task-result-composition{min-width:0}@container task-form (min-width:40rem){.task-field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.task-field-wide{grid-column:span 2/span 2}}@container task-canvas (min-width:48rem){.task-workbench-composition{grid-template-columns:minmax(0,1fr) var(--task-sidecar-width);gap:1.5rem}.task-workbench-guide{margin-top:0}.task-result-composition{gap:1.25rem;display:flex}.task-result-output-list{width:var(--task-output-list-width);margin-top:0}}.bg-cta{background:linear-gradient(180deg,var(--cta-from),var(--cta-to))}.ui-surface-flat{box-shadow:var(--shadow-flat)}.ui-surface-weak{box-shadow:var(--shadow-weak)}.ui-surface-strong{box-shadow:var(--shadow-strong)}.ui-menu{z-index:var(--z-dropdown);color:var(--fg);border:1px solid var(--border);border-radius:var(--radius-12);background:var(--surface);box-shadow:var(--shadow-strong)}.ui-empty-state{padding:var(--spacing-xl);color:var(--fg-secondary);border:1px dashed var(--border);border-radius:var(--radius-12);background:var(--surface);text-align:center}.ui-error-state{padding:var(--spacing-md) var(--spacing-base);color:var(--error);border:1px solid var(--error)}@supports (color:color-mix(in lab,red,red)){.ui-error-state{border:1px solid color-mix(in srgb,var(--error) 32%,var(--border))}}.ui-error-state{border-radius:var(--radius-8);background:var(--error)}@supports (color:color-mix(in lab,red,red)){.ui-error-state{background:color-mix(in srgb,var(--error) 8%,var(--surface))}}.ui-input{color:var(--fg);border:1px solid var(--border);border-radius:var(--radius-8);background:var(--input);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.ui-input:focus,.ui-input:focus-visible{border-color:var(--primary);box-shadow:none;outline:none}.ui-dialog-select-trigger{min-height:40px;color:var(--fg);border-color:var(--border);text-align:left;background:#fff}.ui-dialog-select-trigger:hover,.ui-dialog-select-trigger[data-state=open]{border-color:var(--primary)}.ui-dialog-select-chevron{transition:transform .18s ease-out}.ui-dialog-select-trigger[data-state=open] .ui-dialog-select-chevron{transform:rotate(180deg)}.ui-dialog-select-content .workspace-project-menu-item[data-state=checked]{color:var(--primary)}.ui-dialog-select-trigger[data-disabled]{cursor:not-allowed;opacity:.5}.ui-dialog-select-content{min-width:var(--radix-select-trigger-width);max-height:min(320px,var(--radix-select-content-available-height))}.ui-button{border-radius:var(--radius-8);transition:color var(--transition-fast),background-color var(--transition-fast),border-color var(--transition-fast),opacity var(--transition-fast),box-shadow var(--transition-fast)}.ui-button:focus-visible,.ui-dialog-close:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.ui-button--muted-hover:hover{background:var(--hover)}.public-auth-shell{color:var(--fg);background:var(--panel);font-family:var(--font-sans)}.public-auth-card,.public-auth-error,.public-auth-status{overflow-wrap:anywhere}.public-auth-input,.public-auth-action,.public-auth-link{min-height:44px}.public-auth-input:focus-visible,.public-auth-link:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.public-auth-link{justify-content:center;align-items:center;display:inline-flex}.ui-dialog-overlay{z-index:var(--z-modal);-webkit-backdrop-filter:none;backdrop-filter:none;background:#00000059;position:fixed;top:0;right:0;bottom:0;left:0}.ui-dialog-content{z-index:calc(var(--z-modal) + 1);max-height:calc(100dvh - 32px);color:var(--fg);border:1px solid var(--border);border-radius:var(--radius-12);background:var(--surface);box-shadow:var(--shadow-strong);position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.ui-dialog-content--standard{width:420px;max-width:calc(100vw - 32px);padding:var(--spacing-xl)}.ui-dialog-content--wide{width:480px;max-width:calc(100vw - 32px);padding:var(--spacing-xl)}.ui-dialog-content--confirmation{flex-direction:column;display:flex;overflow:hidden}.ui-dialog-title{font-size:16px;font-weight:700}.ui-dialog-close{border-radius:var(--radius-8);color:var(--fg-secondary);transition:color var(--transition-fast),background-color var(--transition-fast)}.ui-dialog-close:hover{color:var(--fg);background:var(--hover)}.ui-dialog-actions{justify-content:flex-end;align-items:center;gap:var(--spacing-md);display:flex}[data-sonner-toaster]{z-index:var(--z-overlay)!important}[data-sonner-toast][data-styled=true]{color:var(--fg);border-color:var(--border);border-radius:var(--radius-12);background:var(--surface);box-shadow:var(--shadow-strong)}[data-sonner-toast][data-rich-colors=true][data-type=success]{color:var(--success)}[data-sonner-toast][data-rich-colors=true][data-type=info]{color:var(--info)}[data-sonner-toast][data-rich-colors=true][data-type=warning]{color:var(--warning)}[data-sonner-toast][data-rich-colors=true][data-type=error]{color:var(--error)}@media(prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-name:none!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--fg-muted);border-radius:9999px}@supports (color:color-mix(in lab,red,red)){::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--fg-muted) 45%,transparent)}}::-webkit-scrollbar-thumb:hover{background:var(--fg-muted)}@supports (color:color-mix(in lab,red,red)){::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--fg-muted) 70%,transparent)}}@media(max-width:768px),(any-pointer:coarse){:root{--touch-target:44px}.ui-button,.ui-dialog-close{min-width:44px;min-height:44px}.ui-dialog-content :is(input:not([type=checkbox]):not([type=radio]),textarea,select){font-size:16px}}.task-result-preview-container{flex:1;min-width:0}.task-result-composition[data-narrow=true]{flex-direction:column;gap:16px;display:flex}.task-result-composition[data-narrow=true]>.task-result-output-list{width:100%;margin:0}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}.markdown{font-size:14px;line-height:1.7;color:var(--fg);word-break:break-word}.markdown>*:first-child{margin-top:0}.markdown>*:last-child{margin-bottom:0}.markdown h1,.markdown h2,.markdown h3,.markdown h4{font-weight:600;line-height:1.3;margin:1.2em 0 .5em}.markdown h1{font-size:1.4em}.markdown h2{font-size:1.25em}.markdown h3{font-size:1.1em}.markdown p{margin:.5em 0}.markdown ul,.markdown ol{margin:.5em 0;padding-left:1.5em}.markdown ul{list-style:disc}.markdown ol{list-style:decimal}.markdown li{margin:.25em 0}.markdown a{color:var(--primary);text-decoration:underline}.markdown strong{font-weight:600}.markdown blockquote{margin:.6em 0;padding:.2em .9em;border-left:3px solid var(--border);color:var(--fg-secondary)}.markdown code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em}.markdown :not(pre)>code{background:var(--tag);padding:.15em .4em;border-radius:4px}.markdown pre{margin:.7em 0;padding:.9em 1em;border-radius:8px;overflow-x:auto;background:#1e2430}.dark .markdown pre{background:#0c1420}.markdown pre code{color:#e7ecf3;background:transparent;padding:0}.markdown hr{margin:1em 0;border:none;border-top:1px solid var(--border)}.markdown table{margin:.7em 0;border-collapse:collapse;width:100%;font-size:.92em}.markdown th,.markdown td{border:1px solid var(--border);padding:.4em .7em;text-align:left}.markdown th{background:var(--tag);font-weight:600}.markdown img{max-width:100%;border-radius:8px}.markdown-table-scroll{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain}.markdown-table-scroll:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.markdown .katex-display{max-width:100%;overflow-x:auto;overflow-y:hidden}.hljs-comment,.hljs-quote{color:#8b98a5;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-built_in,.hljs-name{color:#c792ea}.hljs-string,.hljs-title.function_,.hljs-attr,.hljs-template-tag{color:#c3e88d}.hljs-number,.hljs-literal,.hljs-symbol,.hljs-bullet{color:#f78c6c}.hljs-title,.hljs-section,.hljs-type,.hljs-class .hljs-title{color:#ffcb6b}.hljs-variable,.hljs-template-variable,.hljs-attribute{color:#82aaff}.hljs-tag,.hljs-regexp,.hljs-link{color:#89ddff}.hljs-meta{color:#7986cb}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:600}.hljs-deletion{color:#ff6b6d}.hljs-addition{color:#c3e88d}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;position:relative;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.47"}.katex .katex-mathml{border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{display:inline;line-height:0}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}
