:root{--thunk-bg-intensity: 40;--thunk-bg-thickness: 25;--thunk-bg-rotation: 0;--thunk-primary: #000000;--thunk-primary-dark: #1a1a1a;--thunk-bg: #ffffff;--thunk-bg-secondary: #f5f5f5;--thunk-text: #000000;--thunk-text-muted: #666666;--thunk-border: #e0e0e0;--thunk-shadow: rgba(0, 0, 0, .1);--thunk-space-xs: 4px;--thunk-space-sm: 8px;--thunk-space-md: 12px;--thunk-space-lg: 16px;--thunk-space-xl: 24px;--thunk-space-2xl: 32px;--thunk-content-max-width: 800px;--thunk-dialogue-width: 50%;--thunk-panels-width: 50%;--thunk-safe-area-bottom: env(safe-area-inset-bottom, 0px);--thunk-avatar-size: 32px;--thunk-avatar-gap: 10px;--thunk-input-min-height: 56px;--thunk-input-padding-x: var(--thunk-space-lg);--thunk-input-padding-y: var(--thunk-space-md);--thunk-radius: 12px;--thunk-radius-sm: 6px;--thunk-radius-lg: 16px;--thunk-radius-xl: 18px;--thunk-frost-blur: 1px;--thunk-frost-blur-light: 3px;--thunk-frost-blur-strong: 5px;--thunk-frost-blur-expanded: 4px;--thunk-frost-blur-overlay: 8px;--thunk-frost-bg: rgba(255, 255, 255, .7);--thunk-frost-bg-light: rgba(255, 255, 255, .5);--thunk-frost-bg-strong: rgba(255, 255, 255, .85);--thunk-frost-bg-medium: rgba(255, 255, 255, .75);--thunk-frost-bg-card: rgba(255, 255, 255, .8);--thunk-frost-bg-overlay: rgba(26, 26, 26, .95);--thunk-frost-border: rgba(255, 255, 255, .3);--thunk-frost-border-strong: rgba(255, 255, 255, .4);--thunk-frost-border-subtle: rgba(255, 255, 255, .2);--thunk-frost-shadow: 0 8px 32px rgba(0, 0, 0, .1);--thunk-frost-shadow-light: 0 4px 16px rgba(0, 0, 0, .1);--thunk-frost-shadow-input: 0 4px 24px rgba(0, 0, 0, .12);--thunk-frost-shadow-fab: 0 4px 16px rgba(0, 0, 0, .15);--thunk-msg-bg: var(--thunk-frost-bg-medium);--thunk-msg-color: var(--thunk-text);--thunk-msg-border: var(--thunk-frost-border-strong);--thunk-msg-outgoing-bg: var(--thunk-frost-bg-medium);--thunk-msg-outgoing-color: var(--thunk-text);--thunk-msg-outgoing-border: var(--thunk-frost-border-strong);--thunk-msg-radius: var(--thunk-radius-xl);--thunk-msg-radius-tail: var(--thunk-space-xs)}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;width:100%;overflow:hidden;background-color:#fff}body.thunk-overlay{background:transparent}.thunk-app{position:fixed;top:0;left:0;right:0;width:calc(100vw - 30px);height:100dvh;height:100vh;font-family:Open Sans,sans-serif;font-size:14px;line-height:1.4;color:var(--thunk-text);display:flex;flex-direction:row;background:transparent;overflow:hidden}@supports (height: 100dvh){.thunk-app{height:100dvh}}.thunk-app--expanded{width:100vw;height:100dvh;height:100vh;background:#ffffff73;backdrop-filter:blur(var(--thunk-frost-blur-expanded));-webkit-backdrop-filter:blur(var(--thunk-frost-blur-expanded))}@supports (height: 100dvh){.thunk-app--expanded{height:100dvh}}.thunk-fab{padding:0;margin:0;width:105px;height:61px;position:fixed;z-index:2147483647;right:0;bottom:38px;display:block;border-radius:14px 0 0 14px;cursor:pointer;border:none;background:transparent;transform:translate(20px) scale(1);transition:transform .5s;touch-action:none}.thunk-fab:focus{outline:none}.thunk-fab:before{height:58px;width:58px;border-radius:10px;position:absolute;z-index:1;left:2px;top:50%;transform:translate3d(6px,-50%,0);background-color:#fff;background-repeat:no-repeat;background-size:cover;background-position:50%;box-shadow:0 0 4px #0000001a,0 2px 4px #0003;content:""}.thunk-fab__popup{position:absolute;right:68px;bottom:0;top:0;width:500px;font-family:Open Sans,sans-serif;pointer-events:none;display:flex;align-items:center;justify-content:flex-end;overflow:hidden}.thunk-fab:hover .thunk-fab__popup{pointer-events:auto}.thunk-fab__popup-button{padding:18px 68px 18px 16px;border:none;background:var(--thunk-frost-bg-card);backdrop-filter:blur(var(--thunk-frost-blur-light));-webkit-backdrop-filter:blur(var(--thunk-frost-blur-light));border-radius:28px 0 0 28px;font-size:14px;color:var(--thunk-text);cursor:pointer;white-space:nowrap;box-shadow:var(--thunk-frost-shadow-fab);border:1px solid var(--thunk-frost-border-strong);display:flex;align-items:center;justify-content:center;transform:translate(100%);transition:transform .35s ease .25s}.thunk-fab:hover .thunk-fab__popup-button{transform:translate(0);transition:transform .35s ease}.thunk-fab__popup-text{display:inline-block;transform:scaleX(var(--fab-text-flip, 1));font-weight:700;text-align:center;margin-right:-26px}.thunk-fab__logout{width:40px;height:40px;border-radius:50%;background:var(--thunk-frost-bg-card);backdrop-filter:blur(var(--thunk-frost-blur-light));-webkit-backdrop-filter:blur(var(--thunk-frost-blur-light));border:1px solid var(--thunk-frost-border-strong);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--thunk-text);box-shadow:var(--thunk-frost-shadow-fab);flex-shrink:0;margin-right:8px;transform:translate(calc(100% + 200px));transition:transform .25s ease,background .15s ease,color .15s ease,border-color .15s ease}.thunk-fab:hover .thunk-fab__logout{transform:translate(0);transition:transform .25s ease .35s,background .15s ease,color .15s ease,border-color .15s ease}.thunk-fab__logout.thunk-fab__logout--login{transform:translate(60px)!important}.thunk-fab:hover .thunk-fab__logout.thunk-fab__logout--login{transform:translate(-30px)!important;transition:transform .25s ease,background .15s ease,color .15s ease,border-color .15s ease}.thunk-fab__logout svg{transform:scaleX(var(--fab-text-flip, 1));width:32px;height:32px}.thunk-fab__logout:hover{background:var(--thunk-text);color:#fff;border-color:var(--thunk-text)}.thunk-fab__logout--login:hover{background:var(--thunk-text);border-color:var(--thunk-text)}.thunk-fab__popup-button:hover{background:var(--thunk-bg-secondary)}.thunk-fab>svg,.thunk-fab .thunk-logo-container svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;color:#fff}.thunk-chat{flex:1 1 var(--thunk-dialogue-width);min-width:320px;max-width:100%;height:100%;display:flex;flex-direction:column;background:var(--thunk-frost-bg);backdrop-filter:blur(var(--thunk-frost-blur));-webkit-backdrop-filter:blur(var(--thunk-frost-blur));border:1px solid var(--thunk-frost-border);box-shadow:var(--thunk-frost-shadow);overflow:hidden}.thunk-panels{flex:1 1 var(--thunk-panels-width);min-width:0;height:100%;display:flex;flex-direction:column;background:var(--thunk-frost-bg-light);backdrop-filter:blur(var(--thunk-frost-blur));-webkit-backdrop-filter:blur(var(--thunk-frost-blur));border-left:1px solid var(--thunk-frost-border);box-shadow:var(--thunk-frost-shadow)}.thunk-panels--hidden{display:none}.thunk-resizer{flex-shrink:0;background:transparent;transition:background .15s ease;z-index:100}.thunk-resizer--column{width:6px;cursor:col-resize;margin:0 -3px}.thunk-resizer--column:hover,.thunk-resizer--column:active{background:#0000001a}.thunk-resizer--edge{position:absolute;right:0;top:0;bottom:0;width:30px;cursor:ew-resize}.thunk-resizer--edge:hover,.thunk-resizer--edge:active{background:#0000000d}.thunk-app--dialogue-only .thunk-chat{flex:1 1 100%;max-width:100%}.thunk-app--dialogue-only .thunk-panels{display:none}.thunk-channels{display:flex;align-items:center;padding:12px 16px;background:var(--thunk-frost-bg-light);backdrop-filter:blur(var(--thunk-frost-blur-light));-webkit-backdrop-filter:blur(var(--thunk-frost-blur-light));border-bottom:1px solid var(--thunk-frost-border);flex-shrink:0}.thunk-channels__wrapper{display:flex;align-items:center;gap:0;width:100%;position:relative}.thunk-channels__minimise{background:none;border:none;cursor:pointer;padding:4px;color:var(--thunk-text-muted);transition:opacity .25s ease,transform .25s ease,color .15s ease;flex-shrink:0;opacity:0;transform:translate(-10px);position:absolute;left:0;z-index:10}.thunk-channels:hover .thunk-channels__minimise{opacity:1;transform:translate(0)}.thunk-channels__minimise:hover{color:var(--thunk-text)}.thunk-channels__minimise:hover~.thunk-channels__section{padding-left:0}.thunk-channels__minimise:hover~.thunk-channels__section .thunk-channels__item{transform:translate(-100%) scale(.5);opacity:0;pointer-events:none}.thunk-channels__minimise:hover~.thunk-channels__section .thunk-channels__list{gap:0}.thunk-channels__minimise svg{width:24px;height:24px;display:block}.thunk-channels__minimise .letter-u{fill:none;stroke:currentColor;stroke-width:.8;stroke-linecap:round;stroke-linejoin:round}.thunk-channels__minimise .macron{fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:round}.thunk-channels__minimise .eye{fill:currentColor}.thunk-channels__section{flex:1;overflow:visible;min-width:0;transition:padding-left .25s ease}.thunk-channels:hover .thunk-channels__section{padding-left:32px}.thunk-channels__label{display:none}.thunk-channels__list{display:flex;gap:8px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:4px 0;-webkit-overflow-scrolling:touch;transition:gap .3s ease}.thunk-channels__list::-webkit-scrollbar{display:none}.thunk-channels__item{position:relative;flex-shrink:0;transition:transform .3s ease,opacity .3s ease}.thunk-channels__avatar{width:36px;height:36px;border-radius:8px;background-color:#fff;display:flex;align-items:center;justify-content:center;border:2px solid transparent;box-shadow:0 1px 3px #0000001a;cursor:pointer;transition:transform .15s ease,border-color .15s ease}.thunk-channels__avatar-initials{font-size:11px;font-weight:600;color:var(--thunk-text-muted);text-transform:uppercase;letter-spacing:-.5px}.thunk-channels__avatar:hover{transform:scale(1.05)}.thunk-channels__item--active .thunk-channels__avatar{border-color:var(--thunk-primary)}.thunk-channels__close{position:absolute;top:-4px;right:-4px;width:18px;height:18px;border-radius:50%;background:#fff;border:1px solid var(--thunk-border);cursor:pointer;display:none;align-items:center;justify-content:center;padding:0;color:#666;box-shadow:0 1px 2px #0000001a}.thunk-channels__close svg{width:10px;height:10px}.thunk-channels__item:hover .thunk-channels__close{display:flex}.thunk-channels__close:hover{background:var(--thunk-text);border-color:var(--thunk-text);color:#fff}.thunk-messages{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;background:transparent;padding:var(--thunk-space-xl);padding-bottom:var(--thunk-space-lg);scrollbar-width:thin;scrollbar-color:#fff transparent}.thunk-messages::-webkit-scrollbar{width:8px}.thunk-messages::-webkit-scrollbar-track{background:transparent}.thunk-messages::-webkit-scrollbar-thumb{background:#fff;border-radius:4px}.thunk-messages__list{display:flex;flex-direction:column;max-width:var(--thunk-content-max-width);margin:0 auto;gap:var(--thunk-space-sm)}.thunk-message{display:flex;align-items:flex-start;gap:var(--thunk-avatar-gap);flex-wrap:wrap}.thunk-message--incoming{flex-direction:row}.thunk-message--outgoing{flex-direction:row-reverse}.thunk-message--outgoing .thunk-message__avatar{display:none}.thunk-message__avatar{width:var(--thunk-avatar-size);height:var(--thunk-avatar-size);flex-shrink:0;border-radius:var(--thunk-space-sm);background-color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 1px 3px #0000001a}.thunk-message__avatar-initials{font-size:11px;font-weight:600;color:var(--thunk-text-muted);text-transform:uppercase;letter-spacing:-.5px}.thunk-message__avatar img{width:100%;height:100%;object-fit:cover}.thunk-message__avatar--human:before,.thunk-message__avatar--bot:before{display:none}.thunk-message__avatar-placeholder{width:var(--thunk-avatar-size);height:var(--thunk-avatar-size);flex-shrink:0}.thunk-message__body{max-width:70%;padding:var(--thunk-space-md) var(--thunk-space-lg);border-radius:var(--thunk-msg-radius);border-bottom-left-radius:var(--thunk-msg-radius-tail);font-size:14px;line-height:1.5;color:var(--thunk-msg-color);background:var(--thunk-msg-bg);backdrop-filter:blur(var(--thunk-frost-blur-light));-webkit-backdrop-filter:blur(var(--thunk-frost-blur-light));box-shadow:var(--thunk-frost-shadow-light);border:1px solid var(--thunk-msg-border)}.thunk-message--outgoing .thunk-message__body{border-radius:var(--thunk-msg-radius);border-bottom-right-radius:var(--thunk-msg-radius-tail);border-bottom-left-radius:var(--thunk-msg-radius);background:var(--thunk-msg-outgoing-bg);backdrop-filter:blur(var(--thunk-frost-blur-light));-webkit-backdrop-filter:blur(var(--thunk-frost-blur-light));color:var(--thunk-msg-outgoing-color);border:1px solid var(--thunk-msg-outgoing-border)}.thunk-message__text{word-wrap:break-word}.thunk-message__text p{margin:0}.thunk-message__reply{display:flex;flex-direction:column;gap:0}.thunk-message__reply-preview{background:#fff;border-radius:var(--thunk-radius-sm) var(--thunk-radius-sm) 0 0;padding:var(--thunk-space-sm) var(--thunk-space-md);margin-bottom:-4px;box-shadow:0 1px 3px #0000001a;cursor:pointer;transition:background .15s ease;max-width:100%;overflow:hidden}.thunk-message__reply-preview:hover{background:#fafafa}.thunk-message__reply-author{font-size:11px;font-weight:600;color:var(--thunk-text);margin-bottom:2px}.thunk-message__reply-text{font-size:12px;color:var(--thunk-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.thunk-message__reply-content{position:relative;z-index:1}.thunk-delegation{display:flex;justify-content:center;padding:8px 0;margin:4px 0}.thunk-delegation__link{color:var(--thunk-text-muted);font-size:12px;font-style:italic;cursor:pointer;text-decoration:none;transition:color .15s ease}.thunk-delegation__link:hover{color:var(--thunk-primary);text-decoration:underline}.thunk-message--attachment{padding:0}.thunk-message__attachment-image{max-width:280px;height:auto;border-radius:12px;display:block}.thunk-message__mime-badge{background:var(--thunk-primary);color:#fff;padding:3px 8px;border-radius:4px;font-size:11px;text-transform:uppercase;font-weight:500}.thunk-message__download-link{color:var(--thunk-text);text-decoration:none}.thunk-message .thunk-card,.thunk-message .thunk-carousel,.thunk-message .thunk-expandable{flex-basis:calc(100% - 42px);margin-left:42px;margin-top:8px;box-sizing:border-box}.thunk-typing{display:flex;align-items:flex-end;gap:10px;margin-left:42px}.thunk-typing__bubble{display:flex;gap:0;padding:12px 16px;background:#fff;border-radius:18px 18px 18px 4px;width:fit-content;box-shadow:0 1px 2px #00000014}.thunk-typing__dot{width:10px;height:20px;position:relative}.thunk-typing__dot:before{height:6px;width:6px;content:"";position:absolute;background-color:var(--thunk-primary);border-radius:3px;top:50%;left:50%;transform:translate3d(-50%,-50%,0);animation:thunk-dot-bounce .6s infinite linear}.thunk-typing__dot:nth-child(1):before{animation-delay:0s}.thunk-typing__dot:nth-child(2):before{animation-delay:.1s}.thunk-typing__dot:nth-child(3):before{animation-delay:.2s}@keyframes thunk-dot-bounce{0%,to{transform:translate3d(-50%,-50%,0) scale(1)}50%{transform:translate3d(-50%,-50%,0) scale(1.5)}}.thunk-input{flex-shrink:0;padding:var(--thunk-space-lg) var(--thunk-space-xl);padding-bottom:calc(var(--thunk-space-xl) + var(--thunk-safe-area-bottom));background:transparent}.thunk-input__row{min-height:var(--thunk-input-min-height);max-width:var(--thunk-content-max-width);margin:0 auto;display:flex;align-items:center;flex-wrap:wrap;font-size:14px;line-height:1.5;color:var(--thunk-text);background:var(--thunk-frost-bg-strong);backdrop-filter:blur(var(--thunk-frost-blur-strong));-webkit-backdrop-filter:blur(var(--thunk-frost-blur-strong));padding:var(--thunk-input-padding-y) var(--thunk-input-padding-x);border-radius:var(--thunk-radius-lg);box-shadow:var(--thunk-frost-shadow-input);border:1px solid var(--thunk-frost-border-strong)}.thunk-attachment-stack{max-width:var(--thunk-content-max-width);margin:0 auto var(--thunk-space-sm);position:relative;min-height:0;overflow:visible;transition:min-height .3s ease}.thunk-attachment-stack--visible{min-height:60px}.thunk-attachment-card{position:relative;display:flex;align-items:center;gap:12px;background:var(--thunk-frost-bg-card);backdrop-filter:blur(var(--thunk-frost-blur-light));-webkit-backdrop-filter:blur(var(--thunk-frost-blur-light));border-radius:12px;padding:10px 14px;margin-bottom:6px;border:1px solid var(--thunk-frost-border);box-shadow:0 2px 8px #00000014;transform-origin:bottom center;animation:card-slide-in .25s cubic-bezier(.34,1.56,.64,1) forwards;opacity:0;transform:translateY(-10px) scale(.95)}@keyframes card-slide-in{to{opacity:1;transform:translateY(0) scale(1)}}.thunk-attachment-card--uploading{background:linear-gradient(90deg,#f5f5f5,#e8e8e8,#f5f5f5);background-size:200% 100%;animation:card-slide-in .25s cubic-bezier(.34,1.56,.64,1) forwards,shimmer 1.5s ease-in-out infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.thunk-attachment-card--error{background:#f5f5f5;border:1px solid #ccc}.thunk-attachment-card--ready{background:#f5f5f5;border:1px solid #ccc;animation:uploadFadeOut 2s ease-in-out forwards}@keyframes uploadFadeOut{0%,60%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.thunk-attachment-card__icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#0000000a;color:#666}.thunk-attachment-card--uploading .thunk-attachment-card__icon{color:var(--thunk-text);background:#0000000f}.thunk-attachment-card--error .thunk-attachment-card__icon{color:var(--thunk-text-muted);background:#0000000f}.thunk-attachment-card--ready .thunk-attachment-card__icon{color:var(--thunk-text);background:#0000000f}.thunk-attachment-card__info{flex:1;min-width:0;overflow:hidden}.thunk-attachment-card__name{font-size:13px;font-weight:500;color:var(--thunk-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thunk-attachment-card__size{font-size:11px;color:var(--thunk-text-muted);margin-top:2px}.thunk-attachment-card--uploading .thunk-attachment-card__size{color:var(--thunk-text)}.thunk-attachment-card--error .thunk-attachment-card__size{color:var(--thunk-text-muted)}.thunk-attachment-card__remove{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;cursor:pointer;color:#999;transition:background .15s,color .15s}.thunk-attachment-card__remove:hover{background:#00000014;color:#333}.thunk-input__attachments{display:flex;flex-wrap:wrap;gap:6px;width:100%;padding-bottom:8px}.thunk-input__attachment-chip{display:inline-flex;align-items:center;gap:4px;background:var(--thunk-bg-secondary);color:var(--thunk-text);border-radius:12px;padding:4px 8px;font-size:12px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thunk-input__attachment-remove{background:transparent;border:none;cursor:pointer;font-size:14px;line-height:1;padding:0 2px;color:inherit;opacity:.7}.thunk-input__attachment-remove:hover{opacity:1}.thunk-input__textarea{flex:1;background-color:transparent;border:none;color:var(--thunk-text);font-family:Open Sans,sans-serif;font-size:15px;line-height:1.4;min-height:1em;outline:none;overflow-y:auto;padding:8px;resize:none}.thunk-input__textarea::-webkit-scrollbar{display:none}.thunk-input__textarea::placeholder{color:#9e9e9e}.thunk-input__button{background:transparent;outline:none;border-radius:10px;cursor:pointer;border:none;height:36px;padding:0;width:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s ease}.thunk-input__button:hover{background:var(--thunk-bg-secondary)}.thunk-input__button:focus{outline:none}.thunk-input__button svg{fill:#757575;width:20px;height:20px}.thunk-input__button:hover svg{fill:var(--thunk-primary)}.thunk-input__button--send{display:none}.thunk-input__button--send.thunk-input__button--visible{display:flex}.thunk-input__button--mic.thunk-input__button--hidden{display:none}.thunk-input__button--listening svg{fill:var(--thunk-text);animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.thunk-suggestions{position:absolute;bottom:100%;left:24px;right:24px;margin-bottom:8px;max-width:800px;margin-left:auto;margin-right:auto}.thunk-suggestions__item{padding:12px 16px;cursor:pointer;background:#fff;border-radius:10px;margin-bottom:6px;box-shadow:0 1px 3px #00000014;transition:background .15s ease}.thunk-suggestions__item:hover{background:var(--thunk-bg-secondary)}.thunk-carousel{display:flex;align-items:center;gap:10px;max-width:100%}.thunk-carousel__track{display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:10px 0}.thunk-carousel__track::-webkit-scrollbar{display:none}.thunk-carousel__card{flex-shrink:0;width:220px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.thunk-carousel__image{width:100%;height:130px;object-fit:cover}.thunk-carousel__title{margin:12px 14px 6px;font-size:14px;font-weight:600}.thunk-carousel__description{margin:0 14px 12px;font-size:13px;color:var(--thunk-text-muted)}.thunk-carousel__buttons{padding:0 14px 14px;display:flex;flex-direction:column;gap:8px}.thunk-carousel__button{display:block;padding:10px 14px;background:var(--thunk-primary);color:#fff;text-align:center;text-decoration:none;border-radius:8px;font-size:13px;border:none;cursor:pointer;transition:background .15s ease}.thunk-carousel__button:hover{background:var(--thunk-primary-dark)}.thunk-carousel__nav{width:32px;height:32px;border:1px solid var(--thunk-border);background:#fff;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s ease}.thunk-carousel__nav:hover{background:var(--thunk-bg-secondary)}.thunk-card{max-width:320px}.thunk-card__inner{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.thunk-card__image{width:100%;height:160px;object-fit:cover}.thunk-card__title{margin:14px;font-weight:600}.thunk-card__description{margin:0 14px 14px;color:var(--thunk-text-muted);font-size:13px}.thunk-card__buttons{display:flex;flex-direction:column;gap:8px;padding:0 14px 14px}.thunk-card__button{display:block;padding:10px 18px;background:var(--thunk-primary);color:#fff;text-align:center;text-decoration:none;border-radius:8px;border:none;cursor:pointer;transition:background .15s ease}.thunk-card__button:hover{background:var(--thunk-primary-dark)}.thunk-expandable{max-width:320px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.thunk-expandable__header{display:flex;justify-content:space-between;align-items:center;padding:14px;cursor:pointer;transition:background .15s ease}.thunk-expandable__header:hover{background:var(--thunk-bg-secondary)}.thunk-expandable__title{font-weight:600}.thunk-expandable__toggle{transition:transform .2s ease}.thunk-expandable__content{padding:0 14px 14px;font-size:13px}.thunk-archived-popup{position:absolute;top:100%;right:0;background:#fff;border:1px solid var(--thunk-border);border-radius:12px;box-shadow:0 4px 16px #0000001f;max-height:320px;overflow-y:auto;min-width:220px;z-index:100}.thunk-archived-popup__item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background .15s ease}.thunk-archived-popup__item:hover{background:var(--thunk-bg-secondary)}.thunk-archived-popup__avatar{width:36px;height:36px;border-radius:8px;background-size:cover;background-position:center}.thunk-archived-popup__load-more{width:100%;padding:12px;border:none;background:var(--thunk-bg-secondary);cursor:pointer;font-size:13px;transition:background .15s ease}.thunk-archived-popup__load-more:hover{background:#e0e0e0}.thunk-notification{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001f;color:var(--thunk-text);cursor:pointer;display:flex;flex-wrap:nowrap;font-family:Open Sans,sans-serif;font-size:.9rem;margin:.5rem;padding:12px 14px}.thunk-notification h4{margin:0 0 .25rem}.thunk-notification p{margin:0}.thunk-notification__avatar{background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:8px;height:2.5rem;margin:.2rem 1rem 0 0;min-height:2.5rem;min-width:2.5rem;width:2.5rem}.thunk-menu{display:none}.loader{text-align:center;color:var(--thunk-text-muted);padding:24px}.thunk-intensity-slider{position:fixed;top:0;left:0;right:0;height:40px;display:flex;align-items:center;justify-content:center;z-index:100;pointer-events:none}.thunk-intensity-slider__track{width:200px;height:12px;background:#fff;border-radius:6px;position:relative;pointer-events:auto;cursor:pointer;box-shadow:0 1px 4px #0000001a;overflow:visible;transform-origin:center}.thunk-intensity-slider__handle{position:absolute;top:50%;transform:translate(-50%,-50%);cursor:grab;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2))}.thunk-intensity-slider__handle:hover{transform:translate(-50%,-50%) scale(1.1)}.thunk-intensity-slider__handle:active{cursor:grabbing}.thunk-download-card{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:50}.thunk-download-card__inner{background:#fff;border-radius:16px;padding:2.5rem;max-width:400px;width:90%;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014;text-align:center;pointer-events:auto}.thunk-download-card__title{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;color:#1a1a1a}.thunk-download-card__description{margin:0 0 2rem;font-size:.9375rem;color:#666;line-height:1.6}.thunk-download-card__links{display:flex;justify-content:center;gap:1.5rem}.thunk-download-card__link{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;min-width:80px;background:#f5f5f5;border-radius:12px;color:#1a1a1a;text-decoration:none;transition:background .2s,transform .15s}.thunk-download-card__link:hover{background:#e8e8e8;transform:translateY(-2px)}.thunk-download-card__link:active{transform:translateY(0)}.thunk-download-card__link svg{width:32px;height:32px}.thunk-download-card__link span{font-size:.8125rem;font-weight:600}.thunk-download-card__link small{font-size:.6875rem;color:#999;font-weight:400;margin-top:-4px}.thunk-download-card__link--disabled{opacity:.5;cursor:not-allowed}.thunk-download-card__link--disabled:hover{background:#f5f5f5;transform:none}.thunk-auth-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:var(--thunk-frost-bg-overlay);backdrop-filter:blur(var(--thunk-frost-blur-overlay));-webkit-backdrop-filter:blur(var(--thunk-frost-blur-overlay));z-index:1000}.thunk-auth-card{background:var(--thunk-bg);border-radius:var(--thunk-radius);padding:2.5rem;max-width:280px;width:90%;box-shadow:0 8px 32px #0000004d;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.thunk-auth-title{margin:0;font-size:1.25rem;font-weight:700;color:var(--thunk-text)}.thunk-auth-login-btn{width:64px;height:64px;border-radius:50%;background:var(--thunk-text);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .15s}.thunk-auth-login-btn:hover{background:var(--thunk-text-muted);transform:scale(1.05)}.thunk-auth-login-btn:active{transform:scale(.95)}.thunk-auth-login-btn svg{width:52px;height:52px;color:#fff}.thunk-auth-instructions{margin:0 0 1.5rem;font-size:.875rem;color:var(--thunk-text-muted);line-height:1.5}.thunk-auth-section{margin-bottom:1rem;text-align:left}.thunk-auth-label{display:block;font-size:.75rem;color:var(--thunk-text-muted);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.thunk-auth-input{width:100%;padding:.75rem;font-family:monospace;font-size:.875rem;color:var(--thunk-text);background:var(--thunk-bg-secondary);border:1px solid var(--thunk-border);border-radius:var(--thunk-radius-sm);box-sizing:border-box}.thunk-auth-input:focus{outline:none;border-color:var(--thunk-primary)}.thunk-auth-input::placeholder{color:var(--thunk-text-muted);font-family:inherit}.thunk-auth-input-row{display:flex;gap:.5rem}.thunk-auth-input-row .thunk-auth-input{flex:1}.thunk-auth-toggle{padding:.75rem 1rem;font-size:.75rem;color:var(--thunk-text-muted);background:var(--thunk-bg-secondary);border:1px solid var(--thunk-border);border-radius:var(--thunk-radius-sm);cursor:pointer}.thunk-auth-toggle:hover{color:var(--thunk-text);border-color:var(--thunk-text-muted)}.thunk-auth-key{background:var(--thunk-bg-secondary);border-radius:var(--thunk-radius-sm);padding:1rem;margin-bottom:1.5rem}.thunk-auth-key-label{display:block;font-size:.75rem;color:var(--thunk-text-muted);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.thunk-auth-key-value{font-family:monospace;font-size:.9rem;color:var(--thunk-text);cursor:pointer;word-break:break-all}.thunk-auth-button{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:var(--thunk-primary);border:none;border-radius:var(--thunk-radius-sm);cursor:pointer;transition:background .2s,opacity .2s}.thunk-auth-button:hover:not(:disabled){background:var(--thunk-primary-dark)}.thunk-auth-button:disabled{opacity:.6;cursor:not-allowed}.thunk-auth-button--secondary{background:var(--thunk-bg-secondary);color:var(--thunk-text);border:1px solid var(--thunk-border);margin-bottom:1rem}.thunk-auth-button--secondary:hover:not(:disabled){background:var(--thunk-bg-tertiary, var(--thunk-bg-secondary));border-color:var(--thunk-text-muted)}.thunk-auth-status{margin:0;font-size:.8rem;color:var(--thunk-text-muted);min-height:1rem}.thunk-auth-status--error{color:var(--thunk-text-muted)}.thunk-fab .thunk-logo-container{position:absolute;left:8px;top:50%;transform:translateY(-50%);width:58px;height:58px;display:flex;align-items:center;justify-content:center;padding-top:4px;z-index:2;pointer-events:none}.thunk-fab .thunk-logo-container svg{width:32px;height:auto;color:#000}.thunk-fab .letter{stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;fill:none}.thunk-fab .diacritic.macron{stroke:currentColor;stroke-width:1;stroke-linecap:butt;transition:d .3s ease}.thunk-fab .diacritic.eye{transition:transform .15s ease,opacity .15s ease}.thunk-fab .eye circle{fill:currentColor;stroke:#fff;stroke-width:.15}.thunk-upload-card{display:flex;align-items:center;gap:12px;padding:10px 16px;background:var(--thunk-frost-bg-card);border-radius:12px;border:1px solid var(--thunk-frost-border);margin-top:8px;cursor:pointer;transition:background .15s ease,box-shadow .15s ease;width:280px;max-width:100%}.thunk-upload-card:hover{background:var(--thunk-frost-bg-strong);box-shadow:0 2px 8px #00000014}.thunk-upload-card__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:8px;color:var(--thunk-text);flex-shrink:0}.thunk-upload-card__icon svg{width:24px;height:24px;filter:drop-shadow(0 1px 3px rgba(0,0,0,.2))}.thunk-upload-card__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.thunk-upload-card__name{font-size:14px;font-weight:500;color:var(--thunk-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thunk-upload-card__meta{font-size:12px;color:var(--thunk-text-muted)}.thunk-upload-card__actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.thunk-upload-card__action{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease;color:var(--thunk-text-muted);touch-action:manipulation;-webkit-tap-highlight-color:transparent}.thunk-upload-card__action svg{width:22px;height:22px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.15))}.thunk-upload-card__action:hover{background:transparent;color:var(--thunk-text)}.thunk-upload-card__action:hover svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.25))}.thunk-upload-card__action--view:hover,.thunk-upload-card__action--download:hover{color:var(--thunk-text)}.thunk-upload-card__action--loading{opacity:.6;pointer-events:none}.thunk-upload-card__action--loading svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.thunk-documents{display:flex;align-items:center;padding:12px 16px;background:var(--thunk-frost-bg-light);backdrop-filter:blur(var(--thunk-frost-blur-light));-webkit-backdrop-filter:blur(var(--thunk-frost-blur-light));border-bottom:1px solid var(--thunk-frost-border);flex-shrink:0}.thunk-documents__wrapper{display:flex;align-items:center;gap:12px;width:100%}.thunk-documents__label{font-size:11px;font-weight:600;color:var(--thunk-text-muted);text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.thunk-documents__section{flex:1;overflow:visible;min-width:0}.thunk-documents__list{display:flex;gap:8px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:4px 0;-webkit-overflow-scrolling:touch}.thunk-documents__list::-webkit-scrollbar{display:none}.thunk-documents__empty{font-size:12px;color:var(--thunk-text-muted);font-style:italic;padding:8px 0}.thunk-documents__item{position:relative;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;background:var(--thunk-frost-bg-card);border-radius:8px;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.thunk-documents__item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.thunk-documents__item--active{border-color:var(--thunk-primary);background:#2980b91a}.thunk-documents__icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--thunk-text-muted)}.thunk-documents__icon svg{width:20px;height:20px}.thunk-documents__item--active .thunk-documents__icon{color:var(--thunk-primary)}.thunk-documents__type{font-size:9px;font-weight:600;color:var(--thunk-text-muted);text-transform:uppercase;letter-spacing:.3px}.thunk-documents__item--active .thunk-documents__type{color:var(--thunk-primary)}.thunk-panels__scrobbler{flex-shrink:0}.thunk-panels__content{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0}.thunk-panels__fullscreen{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.thunk-panels__reader{flex:1;display:flex;flex-direction:column;background:#fff;border:1px solid var(--thunk-border);border-radius:12px;overflow:hidden;transition:all .3s ease;min-height:0}.thunk-panels__reader.expanded{position:fixed;inset:0;z-index:200;border-radius:0;margin:0;border:none}.thunk-panels__reader-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#00000005;border-bottom:1px solid var(--thunk-border)}.thunk-panels__reader-title{flex:1;margin:0;font-size:16px;font-weight:600;color:var(--thunk-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thunk-panels__expand-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:1px solid var(--thunk-border);border-radius:8px;cursor:pointer;transition:all .2s ease;flex-shrink:0;margin-left:12px}.thunk-panels__expand-btn svg{width:16px;height:16px;color:var(--thunk-text-muted);transition:color .2s ease}.thunk-panels__expand-btn:hover{background:#0000000d;border-color:var(--thunk-text)}.thunk-panels__expand-btn:hover svg{color:var(--thunk-text)}.thunk-panels__reader-content{flex:1;padding:0;overflow:auto;min-height:0;display:flex;flex-direction:column}.thunk-panels__reader-content::-webkit-scrollbar{display:none}.thunk-panels__reader-content{scrollbar-width:none;-ms-overflow-style:none}.thunk-panels__reader-content>*{flex:1;min-height:0}.thunk-panels__loading{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--thunk-text-muted);font-style:italic}.thunk-panels__back-btn{display:none;background:none;border:none;padding:4px;cursor:pointer;color:var(--thunk-text-muted);flex-shrink:0;margin-right:8px}.thunk-panels__back-btn:hover{color:var(--thunk-text)}.thunk-panels__back-btn svg{width:20px;height:20px;display:block}.thunk-panels__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--thunk-text-muted);gap:16px}.thunk-panels__empty-icon{width:64px;height:64px;border-radius:16px;background:var(--thunk-bg-secondary);opacity:.5}.thunk-panels__empty-text{font-size:14px;margin:0}.thunk-panels__card{background:#fff;box-shadow:0 2px 8px #00000014;border-radius:12px;border:1px solid rgba(0,0,0,.06);overflow:hidden}.thunk-panels__card--full{height:100%;display:flex;flex-direction:column}.thunk-panels__tiles{display:flex;flex-direction:column;gap:16px}.thunk-panels__card--tile{min-height:200px}.thunk-panels__document{height:100%;display:flex;flex-direction:column;min-height:0}.thunk-panels__document-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.06);background:#00000005}.thunk-panels__document-name{font-size:13px;font-weight:600;color:var(--thunk-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thunk-panels__document-type{font-size:10px;font-weight:600;color:var(--thunk-text-muted);background:#0000000d;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.thunk-panels__document-body{flex:1;overflow-y:auto;padding:24px 28px;scrollbar-width:none;-ms-overflow-style:none}.thunk-panels__document-body::-webkit-scrollbar{display:none}.thunk-panels__pdf-wrapper{display:flex;flex-direction:column;flex:1;width:100%;height:100%;position:relative}.thunk-panels__pdf-viewer,.thunk-panels__html-viewer{width:100%;flex:1;border:none}.thunk-panels__pdf-fallback{width:100%;height:100%}.thunk-panels__pdf-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:var(--thunk-bg);color:var(--thunk-text-muted);font-size:14px}.thunk-panels__pdf-download{position:absolute;bottom:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;background:var(--thunk-primary);color:#fff;text-decoration:none;border-radius:6px;font-size:13px;font-weight:500;transition:background .15s ease;box-shadow:0 2px 8px #00000026}.thunk-panels__pdf-download:hover{background:var(--thunk-primary-dark)}.thunk-panels__text-content,.thunk-panels__json-content{margin:0;padding:0;font-family:SF Mono,Monaco,Inconsolata,monospace;font-size:13px;line-height:1.5;color:var(--thunk-text);white-space:pre-wrap;word-wrap:break-word}.thunk-panels__markdown-content{background:#fff;padding:24px 28px;overflow-y:auto}.thunk-panels__markdown-content p:only-child{color:var(--thunk-text-muted);font-style:italic}.thunk-panels__image{max-width:100%;height:auto;display:block;margin:0 auto}.thunk-panels__csv-table{width:100%;border-collapse:collapse;font-size:13px}.thunk-panels__csv-table th,.thunk-panels__csv-table td{padding:8px 12px;text-align:left;border-bottom:1px solid rgba(0,0,0,.08)}.thunk-panels__csv-table th{font-weight:600;background:#00000008;color:var(--thunk-text)}.thunk-panels__csv-table tr:hover td{background:#00000005}.thunk-panels__plotly-container{width:100%;min-height:300px}.thunk-panels__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:200px;color:var(--thunk-text-muted);gap:12px}.thunk-panels__placeholder-type{font-size:24px;font-weight:700;color:var(--thunk-text-muted);opacity:.3}.thunk-panels__placeholder-text{font-size:13px;margin:0;text-align:center;white-space:pre-line}@media(max-width:1024px){:root{--thunk-dialogue-width: 100%;--thunk-panels-width: 0%}.thunk-app{width:100vw}.thunk-panels,.thunk-resizer--column{display:none}.thunk-panels__back-btn{display:block}.thunk-channels__minimise{opacity:1;transform:translate(0);position:relative}.thunk-channels__section{padding-left:var(--thunk-space-sm)}}@media(max-width:768px){:root{--thunk-space-xl: 16px;--thunk-space-lg: 12px;--thunk-input-min-height: 48px;--thunk-input-padding-x: var(--thunk-space-md);--thunk-input-padding-y: var(--thunk-space-sm)}.thunk-app,.thunk-app--expanded{width:100vw}.thunk-chat{min-width:100%;border:none;border-radius:0}.thunk-input__row{border-radius:var(--thunk-radius)}.thunk-input__textarea{font-size:16px}.thunk-message__body{max-width:90%}.thunk-channels,.thunk-channel-dropdown__button{padding:var(--thunk-space-sm) var(--thunk-space-md)}.thunk-fab{bottom:20px;transform:translate(10px) scale(.9)}.thunk-fab:hover{transform:translate(0) scale(.9)}.thunk-fab__popup{width:300px}.thunk-fab__popup-button{padding:14px 60px 14px 12px}.thunk-resizer--edge{display:none}}@media(max-width:480px){:root{--thunk-space-xl: 12px;--thunk-space-lg: 8px;--thunk-input-min-height: 44px}.thunk-message__body{max-width:95%}.thunk-fab{bottom:16px;transform:translate(5px) scale(.85)}.thunk-fab:hover{transform:translate(0) scale(.85)}.thunk-fab__popup{width:250px}.thunk-fab__popup-button{padding:12px 55px 12px 10px;font-size:13px}.thunk-fab__logout{width:36px;height:36px}.thunk-fab__logout svg{width:28px;height:28px}.thunk-attachment-card{padding:var(--thunk-space-sm) var(--thunk-space-md);gap:var(--thunk-space-sm)}.thunk-attachment-card__icon{width:28px;height:28px}.thunk-attachment-card__name{font-size:13px}.thunk-attachment-card__size{font-size:11px}}@media(pointer:coarse){.thunk-fab__popup{pointer-events:auto}.thunk-fab__popup-button{transform:translate(0)}.thunk-fab__logout{transform:translate(0)!important}.thunk-fab__logout.thunk-fab__logout--login{transform:translate(-30px)!important}}.thunk-toast{position:fixed;bottom:100px;left:50%;transform:translate(-50%);max-width:400px;width:calc(100% - 32px);background:var(--thunk-frost-bg-card);backdrop-filter:blur(var(--thunk-frost-blur));-webkit-backdrop-filter:blur(var(--thunk-frost-blur));border:1px solid var(--thunk-frost-border-strong);border-radius:12px;box-shadow:var(--thunk-frost-shadow-fab);padding:16px 20px;display:flex;align-items:flex-start;gap:12px;z-index:10000;animation:thunk-toast-in .3s ease}@keyframes thunk-toast-in{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.thunk-toast--hiding{animation:thunk-toast-out .3s ease forwards}@keyframes thunk-toast-out{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(20px)}}.thunk-toast__content{flex:1}.thunk-toast__title{display:block;font-size:14px;font-weight:600;color:var(--thunk-text);margin-bottom:4px}.thunk-toast__message{font-size:13px;color:var(--thunk-text-muted);margin:0;line-height:1.5}.thunk-toast__close{background:none;border:none;font-size:20px;color:var(--thunk-text-muted);cursor:pointer;padding:0;line-height:1;flex-shrink:0}.thunk-toast__close:hover{color:var(--thunk-text)}.thunk-markdown{font-size:15px;line-height:1.7;color:var(--thunk-text)}.thunk-markdown h1{font-size:28px;font-weight:700;color:var(--thunk-text);margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid var(--thunk-text)}.thunk-markdown h2{font-size:22px;font-weight:600;color:var(--thunk-text);margin:32px 0 16px}.thunk-markdown h3{font-size:18px;font-weight:600;color:var(--thunk-text);margin:24px 0 12px}.thunk-markdown h4{font-size:16px;font-weight:600;color:var(--thunk-text-muted);margin:20px 0 10px}.thunk-markdown p{font-size:15px;line-height:1.7;color:var(--thunk-text);margin:0 0 16px}.thunk-markdown ul,.thunk-markdown ol{margin:0 0 16px;padding-left:24px}.thunk-markdown li{font-size:15px;line-height:1.6;color:var(--thunk-text);margin-bottom:8px}.thunk-markdown strong{font-weight:600;color:var(--thunk-text)}.thunk-markdown em{font-style:italic}.thunk-markdown code{font-family:SF Mono,Monaco,Courier New,monospace;font-size:13px;padding:2px 6px;background:#0000000d;border-radius:4px;color:var(--thunk-text)}.thunk-markdown pre{margin:0 0 20px;padding:16px 20px;background:#00000008;border:1px solid var(--thunk-border);border-radius:8px;overflow-x:auto}.thunk-markdown pre code{padding:0;background:transparent;color:var(--thunk-text);font-size:13px}.thunk-markdown blockquote{margin:0 0 20px;padding:12px 20px;background:#00000005;border-left:4px solid var(--thunk-text-muted);border-radius:0 8px 8px 0}.thunk-markdown blockquote p{margin:0;color:var(--thunk-text-muted)}.thunk-markdown a{color:var(--thunk-text);text-decoration:underline;transition:opacity .2s ease}.thunk-markdown a:hover{opacity:.7}.thunk-markdown hr{margin:32px 0;border:none;border-top:1px solid var(--thunk-border)}.thunk-markdown table{width:100%;margin:0 0 24px;border-collapse:collapse;font-size:14px}.thunk-markdown thead{background:#00000008}.thunk-markdown th{padding:12px 16px;font-weight:600;text-align:left;color:var(--thunk-text);border-bottom:2px solid var(--thunk-border)}.thunk-markdown td{padding:12px 16px;border-bottom:1px solid var(--thunk-border);color:var(--thunk-text)}.thunk-markdown tbody tr:hover{background:#00000005}.thunk-markdown tbody tr:last-child td{border-bottom:none}.thunk-markdown img{max-width:100%;height:auto;border-radius:8px;margin:16px 0}.mermaid-container{margin:1em 0;overflow-x:auto}.mermaid-error{background:#00000008;border:1px solid var(--thunk-border);border-radius:8px;padding:12px;color:var(--thunk-text-muted);font-size:12px;white-space:pre-wrap}.sequence-wrapper{background:var(--thunk-bg-secondary);border-radius:12px;border:1px solid var(--thunk-border);overflow:hidden;margin:16px 0}.sequence-controls{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--thunk-bg);border-bottom:1px solid var(--thunk-border)}.sequence-control-btn{display:flex;align-items:center;justify-content:center;gap:4px;height:28px;padding:0 10px;border:none;background:var(--thunk-bg-secondary);border-radius:6px;cursor:pointer;color:var(--thunk-text-muted);font-size:11px;font-weight:500;transition:all .15s ease}.sequence-control-btn:hover{background:var(--thunk-border);color:var(--thunk-text)}.sequence-show-all{padding:0 12px}.sequence-show-all.active{background:var(--thunk-text);color:var(--thunk-bg)}.sequence-filter-status{font-size:11px;color:var(--thunk-text-muted);padding:0 8px;border-left:1px solid var(--thunk-border)}.sequence-hint{font-size:11px;color:var(--thunk-text-muted);margin-left:auto}.sequence-svg-container{width:100%;min-height:200px;max-height:500px;overflow:hidden;cursor:grab}.sequence-svg-container:active{cursor:grabbing}.sequence-svg{width:100%;height:100%;display:block}.sequence-participant-list{display:flex;flex-wrap:wrap;gap:6px;padding:10px 12px;background:var(--thunk-bg);border-top:1px solid var(--thunk-border);max-height:100px;overflow-y:auto}.sequence-participant-chip{display:inline-flex;align-items:center;padding:4px 10px;font-size:11px;font-weight:500;background:color-mix(in srgb,var(--chip-color) 15%,transparent);color:var(--chip-color);border:1px solid color-mix(in srgb,var(--chip-color) 30%,transparent);border-radius:12px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.sequence-participant-chip:hover{background:color-mix(in srgb,var(--chip-color) 25%,transparent);border-color:var(--chip-color)}.sequence-participant-chip.active{background:var(--chip-color);color:#fff;border-color:var(--chip-color)}.sequence-main .participant{cursor:pointer}.sequence-main .participant:hover .participant-border{stroke-width:3}.sequence-main .participant:hover .participant-bg{opacity:.25}.sequence-main .message{transition:opacity .15s ease}.sequence-main .message:hover{opacity:1!important}.sequence-main .message:hover .message-line{stroke-width:3}.sequence-empty{padding:40px;text-align:center;color:var(--thunk-text-muted);font-style:italic}.katex-inline{display:inline}@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,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) 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;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.28"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;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 .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;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;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.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}
