@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap";.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width:600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width:600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width:600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.loading-spinner[data-v-eb5621ca]{--ripple-speed: 5s;--pulse-speed: 1.25s;--ease-lazy: cubic-bezier(.15, 0, .2, 1);--ease-swell: cubic-bezier(.4, 0, .2, 1);--md-spinner-primary: #6750A4;--md-spinner-secondary: #958DA5;--md-spinner-tertiary: #B58392;display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;animation:stage-float-eb5621ca 6s ease-in-out infinite}@media(prefers-color-scheme:dark){.loading-spinner[data-v-eb5621ca]{--md-spinner-primary: #D0BCFF;--md-spinner-secondary: #CCC2DC;--md-spinner-tertiary: #EFB8C8}}.ripple-stage[data-v-eb5621ca]{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.center-dot[data-v-eb5621ca]{width:7.3%;height:7.3%;min-width:4px;min-height:4px;background-color:var(--md-spinner-primary);border-radius:50%;z-index:10;box-shadow:0 4px 12px #6750a426;animation:swell-dot-eb5621ca var(--pulse-speed) var(--ease-swell) infinite}.ripple[data-v-eb5621ca]{position:absolute;border-style:solid;border-radius:50%;opacity:0;animation:lazy-radiate-eb5621ca var(--ripple-speed) var(--ease-lazy) infinite;border-color:var(--md-spinner-primary);pointer-events:none}.ripple[data-v-eb5621ca]:nth-child(2){animation-delay:0s;border-color:var(--md-spinner-primary)}.ripple[data-v-eb5621ca]:nth-child(3){animation-delay:1.25s;border-color:var(--md-spinner-secondary)}.ripple[data-v-eb5621ca]:nth-child(4){animation-delay:2.5s;border-color:var(--md-spinner-tertiary)}.ripple[data-v-eb5621ca]:nth-child(5){animation-delay:3.75s;border-color:var(--md-spinner-primary)}@keyframes lazy-radiate-eb5621ca{0%{width:0;height:0;opacity:0;border-width:14px;transform:scale(0)}10%{opacity:.35}to{width:166%;height:166%;opacity:0;border-width:.5px;transform:scale(1.1)}}@keyframes swell-dot-eb5621ca{0%,to{transform:scale(1)}50%{transform:scale(1.25);opacity:.85}}@keyframes stage-float-eb5621ca{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-auth-bg[data-v-bda24e84]{position:absolute;inset:0;overflow:hidden;pointer-events:none}.hero-glow[data-v-bda24e84]{position:absolute;top:0;left:50%;transform:translate(-50%);width:640px;height:360px;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(102,126,234,.16) 0%,transparent 70%)}.hero-grid[data-v-bda24e84]{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(102,126,234,var(--dot-opacity, .1)) 1px,transparent 1px);background-size:28px 28px;mask-image:radial-gradient(ellipse 80% 70% at 50% 30%,black,transparent);-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 30%,black,transparent)}.feature-slides-container[data-v-bda24e84]{position:absolute;inset:0;display:flex;justify-content:space-around;gap:20px;padding:0 8%;z-index:1;mask-image:radial-gradient(ellipse 85% 75% at 50% 50%,black 15%,transparent 65%);-webkit-mask-image:radial-gradient(ellipse 85% 75% at 50% 50%,black 15%,transparent 65%);opacity:.35}.feature-column[data-v-bda24e84]{display:flex;flex-direction:column;gap:14px;animation:scroll-up-bda24e84 25s linear infinite}.feature-column.column-0[data-v-bda24e84]{animation-duration:32s}.feature-column.column-1[data-v-bda24e84]{animation-duration:26s;animation-delay:-8s}.feature-column.column-2[data-v-bda24e84]{animation-duration:30s;animation-delay:-14s}.feature-column.column-3[data-v-bda24e84]{animation-duration:28s;animation-delay:-5s}@keyframes scroll-up-bda24e84{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.mini-slide[data-v-bda24e84]{flex-shrink:0;width:120px;height:80px;border-radius:6px;background:var(--bg-secondary);border:1px solid var(--border-primary);box-shadow:0 2px 8px #0000000f;overflow:hidden;padding:8px}.slide-content[data-v-bda24e84]{width:100%;height:100%;display:flex;position:relative}.split-layout[data-v-bda24e84]{gap:8px}.split-left[data-v-bda24e84]{flex:1;display:flex;flex-direction:column;gap:4px}.mini-title-bar[data-v-bda24e84]{width:80%;height:5px;background:linear-gradient(90deg,#667eea99,#a855f780);border-radius:2px}.mini-text-line[data-v-bda24e84]{width:90%;height:3px;background:var(--text-tertiary);opacity:.3;border-radius:1px}.mini-text-line.short[data-v-bda24e84]{width:60%}.split-right.image-box[data-v-bda24e84]{width:38px;height:100%;background:linear-gradient(135deg,#667eea33,#a855f726);border-radius:4px;position:relative;overflow:hidden}.shimmer-overlay[data-v-bda24e84]{position:absolute;inset:0;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.15) 50%,transparent 70%);animation:shimmer-bda24e84 2.5s infinite}@keyframes shimmer-bda24e84{0%{transform:translate(-100%)}to{transform:translate(100%)}}.variant-2 .mini-title-bar[data-v-bda24e84]{background:linear-gradient(90deg,#06b6d499,#3b82f680)}.variant-2 .image-box[data-v-bda24e84]{background:linear-gradient(135deg,#06b6d433,#3b82f626)}.variant-3 .mini-title-bar[data-v-bda24e84]{background:linear-gradient(90deg,#f43f5e99,#f9731680)}.variant-3 .image-box[data-v-bda24e84]{background:linear-gradient(135deg,#f43f5e33,#f9731626)}.title-animated-slide[data-v-bda24e84]{align-items:center;justify-content:center;flex-direction:column}.animated-bg[data-v-bda24e84]{position:absolute;inset:-10px;background:radial-gradient(circle at 30% 40%,rgba(102,126,234,.15) 0%,transparent 50%),radial-gradient(circle at 70% 60%,rgba(168,85,247,.12) 0%,transparent 50%);animation:bg-pulse-bda24e84 4s ease-in-out infinite}@keyframes bg-pulse-bda24e84{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.title-content[data-v-bda24e84]{position:relative;display:flex;flex-direction:column;align-items:center;gap:5px}.big-title[data-v-bda24e84]{width:70px;height:8px;background:linear-gradient(90deg,#667eeab3,#a855f799);border-radius:3px;animation:title-glow-bda24e84 3s ease-in-out infinite}@keyframes title-glow-bda24e84{0%,to{box-shadow:0 0 8px #667eea4d}50%{box-shadow:0 0 16px #a855f780}}.subtitle[data-v-bda24e84]{width:45px;height:4px;background:var(--text-tertiary);opacity:.35;border-radius:2px}.accent-line[data-v-bda24e84]{width:25px;height:2px;background:linear-gradient(90deg,#667eeacc,#a855f7cc);border-radius:1px;margin-top:2px}.variant-2 .animated-bg[data-v-bda24e84]{background:radial-gradient(circle at 50% 30%,rgba(34,197,94,.15) 0%,transparent 50%),radial-gradient(circle at 50% 70%,rgba(6,182,212,.12) 0%,transparent 50%)}.variant-2 .big-title[data-v-bda24e84]{background:linear-gradient(90deg,#22c55eb3,#06b6d499)}.variant-2 .accent-line[data-v-bda24e84]{background:linear-gradient(90deg,#22c55ecc,#06b6d4cc)}.variant-3 .animated-bg[data-v-bda24e84]{background:radial-gradient(circle at 20% 50%,rgba(249,115,22,.15) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(244,63,94,.12) 0%,transparent 50%)}.variant-3 .big-title[data-v-bda24e84]{background:linear-gradient(90deg,#f97316b3,#f43f5e99)}.variant-3 .accent-line[data-v-bda24e84]{background:linear-gradient(90deg,#f97316cc,#f43f5ecc)}.variant-4 .animated-bg[data-v-bda24e84]{background:conic-gradient(from 0deg at 50% 50%,#667eea1a,#a855f71a,#f43f5e1a,#667eea1a);animation:bg-rotate-bda24e84 8s linear infinite}@keyframes bg-rotate-bda24e84{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.variant-4 .big-title[data-v-bda24e84]{background:linear-gradient(90deg,#8b5cf6b3,#ec489999)}.two-col-layout[data-v-bda24e84]{flex-direction:column;gap:5px}.col-header[data-v-bda24e84]{width:65%;height:5px;background:var(--text-primary);opacity:.25;border-radius:2px}.cols-wrap[data-v-bda24e84]{display:flex;gap:8px;flex:1}.bullet-col[data-v-bda24e84]{flex:1;display:flex;flex-direction:column;gap:4px}.mini-bullet[data-v-bda24e84]{display:flex;align-items:center;gap:3px}.mini-bullet span[data-v-bda24e84]{width:3px;height:3px;border-radius:50%;background:#667eea99;flex-shrink:0}.mini-bullet div[data-v-bda24e84]{width:100%;height:2px;background:var(--text-tertiary);opacity:.25;border-radius:1px}.mini-bullet div.short[data-v-bda24e84]{width:60%}.variant-2 .mini-bullet span[data-v-bda24e84]{background:#06b6d499}.code-output-layout[data-v-bda24e84]{gap:4px}.code-panel[data-v-bda24e84]{flex:1.2;background:#1e1e1e80;border-radius:4px;padding:4px 5px;display:flex;flex-direction:column;gap:3px}.code-dots[data-v-bda24e84]{display:flex;gap:2px;margin-bottom:1px}.code-dots span[data-v-bda24e84]{width:3px;height:3px;border-radius:50%;background:#ffffff40}.code-ln[data-v-bda24e84]{height:2px;width:85%;background:#667eea80;border-radius:1px}.code-ln.indent[data-v-bda24e84]{margin-left:6px;width:70%;background:#a855f766}.code-ln.short[data-v-bda24e84]{width:50%}.output-panel[data-v-bda24e84]{flex:.8;background:#00000026;border-radius:4px;padding:5px;display:flex;flex-direction:column;justify-content:center;gap:3px}.output-line[data-v-bda24e84]{height:2px;width:80%;background:var(--text-tertiary);opacity:.3;border-radius:1px}.output-line.accent[data-v-bda24e84]{width:60%;background:#22c55e80;opacity:1}.variant-2 .code-ln[data-v-bda24e84]{background:#22c55e80}.variant-2 .code-ln.indent[data-v-bda24e84]{background:#06b6d466}.variant-2 .output-line.accent[data-v-bda24e84]{background:#f9731680}.diagram-caption-layout[data-v-bda24e84]{flex-direction:column;gap:5px}.diagram-area[data-v-bda24e84]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.d-node[data-v-bda24e84]{width:16px;height:12px;border-radius:3px;border:1.5px solid rgba(102,126,234,.5);background:#667eea1a}.d-node.top[data-v-bda24e84]{width:22px}.d-arrow[data-v-bda24e84]{background:#667eea66}.d-arrow.down[data-v-bda24e84]{width:1.5px;height:6px}.d-arrow.right[data-v-bda24e84]{width:6px;height:1.5px}.d-row[data-v-bda24e84]{display:flex;align-items:center;gap:3px}.diagram-caption[data-v-bda24e84]{display:flex;justify-content:center}.caption-line[data-v-bda24e84]{width:50%;height:3px;background:var(--text-tertiary);opacity:.25;border-radius:1px}.variant-2 .d-node[data-v-bda24e84]{border-radius:50%;border-color:#a855f780;background:#a855f71a}.variant-2 .d-arrow[data-v-bda24e84]{background:#a855f766}.poll-layout[data-v-bda24e84]{flex-direction:column;gap:5px}.poll-q[data-v-bda24e84]{width:75%;height:5px;background:var(--text-primary);opacity:.25;border-radius:2px}.poll-opts[data-v-bda24e84]{flex:1;display:flex;flex-direction:column;justify-content:center;gap:4px}.poll-row[data-v-bda24e84]{display:flex;align-items:center;gap:4px}.poll-label[data-v-bda24e84]{width:8px;height:8px;border-radius:2px;border:1px solid var(--border-primary);flex-shrink:0}.poll-bar[data-v-bda24e84]{flex:1;height:6px;background:var(--border-primary);border-radius:3px;overflow:hidden}.poll-fill.animated[data-v-bda24e84]{height:100%;width:var(--fill);background:linear-gradient(90deg,#667eeab3,#a855f799);border-radius:3px;animation:poll-grow-bda24e84 2s ease-out forwards}@keyframes poll-grow-bda24e84{0%{width:0}to{width:var(--fill)}}.variant-2 .poll-fill.animated[data-v-bda24e84]{background:linear-gradient(90deg,#22c55eb3,#06b6d499)}.image-bullets-layout[data-v-bda24e84]{gap:8px}.img-side[data-v-bda24e84]{width:36px;height:100%;background:linear-gradient(135deg,#667eea26,#a855f71a);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.img-side svg[data-v-bda24e84]{width:18px;height:18px;color:var(--text-tertiary);opacity:.5}.bullets-side[data-v-bda24e84]{flex:1;display:flex;flex-direction:column;justify-content:center;gap:5px}.variant-2 .img-side[data-v-bda24e84]{background:linear-gradient(135deg,#06b6d426,#3b82f61a)}.math-graph-layout[data-v-bda24e84]{gap:6px}.math-side[data-v-bda24e84]{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.math-eq[data-v-bda24e84]{font-size:9px;font-family:Times New Roman,serif;color:var(--text-secondary);opacity:.7}.math-line[data-v-bda24e84]{width:80%;height:3px;background:var(--text-tertiary);opacity:.2;border-radius:1px}.graph-side[data-v-bda24e84]{width:44px;display:flex;align-items:center;justify-content:center}.mini-graph[data-v-bda24e84]{width:100%;height:100%;color:#667eea99}.variant-2 .math-eq[data-v-bda24e84]:before{content:"Σ "}.variant-2 .mini-graph[data-v-bda24e84]{color:#22c55e99}.quote-avatar-layout[data-v-bda24e84]{flex-direction:column;gap:6px}.quote-body[data-v-bda24e84]{flex:1;display:flex;align-items:flex-start;gap:3px}.q-mark[data-v-bda24e84]{font-size:16px;font-family:Georgia,serif;color:#667eea80;line-height:.8}.q-lines[data-v-bda24e84]{flex:1;display:flex;flex-direction:column;gap:3px;padding-top:4px}.q-lines div[data-v-bda24e84]{width:100%;height:2px;background:var(--text-tertiary);opacity:.25;border-radius:1px}.q-lines div.short[data-v-bda24e84]{width:65%}.quote-footer[data-v-bda24e84]{display:flex;align-items:center;gap:5px}.avatar[data-v-bda24e84]{width:14px;height:14px;border-radius:50%;background:linear-gradient(135deg,#667eea66,#a855f74d)}.author-info[data-v-bda24e84]{flex:1;display:flex;flex-direction:column;gap:2px}.author-name[data-v-bda24e84]{width:55%;height:3px;background:var(--text-tertiary);opacity:.35;border-radius:1px}.author-role[data-v-bda24e84]{width:35%;height:2px;background:var(--text-tertiary);opacity:.2;border-radius:1px}.variant-2 .q-mark[data-v-bda24e84]{color:#f43f5e80}.variant-2 .avatar[data-v-bda24e84]{background:linear-gradient(135deg,#f43f5e66,#f973164d)}.image-grid-layout[data-v-bda24e84]{flex-direction:column;gap:5px}.grid-title[data-v-bda24e84]{width:60%;height:4px;background:var(--text-primary);opacity:.25;border-radius:2px}.img-grid[data-v-bda24e84]{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:3px}.grid-img[data-v-bda24e84]{background:linear-gradient(135deg,#667eea26,#a855f71a);border-radius:3px}.grid-img[data-v-bda24e84]:nth-child(2){background:linear-gradient(135deg,#06b6d426,#3b82f61a)}.grid-img[data-v-bda24e84]:nth-child(3){background:linear-gradient(135deg,#22c55e26,#06b6d41a)}.grid-img[data-v-bda24e84]:nth-child(4){background:linear-gradient(135deg,#f9731626,#f43f5e1a)}.chart-legend-layout[data-v-bda24e84]{gap:8px}.chart-area[data-v-bda24e84]{width:40px;display:flex;align-items:center;justify-content:center}.pie-chart[data-v-bda24e84]{width:32px;height:32px;border-radius:50%;background:conic-gradient(#667eea99 0deg 130deg,#a855f780 130deg 220deg,#06b6d466 220deg 360deg);position:relative}.pie-chart[data-v-bda24e84]:after{content:"";position:absolute;inset:8px;border-radius:50%;background:var(--bg-secondary)}.legend-area[data-v-bda24e84]{flex:1;display:flex;flex-direction:column;justify-content:center;gap:4px}.legend-item[data-v-bda24e84]{display:flex;align-items:center;gap:4px}.leg-dot[data-v-bda24e84]{width:5px;height:5px;border-radius:50%;flex-shrink:0}.leg-dot.c1[data-v-bda24e84]{background:#667eeab3}.leg-dot.c2[data-v-bda24e84]{background:#a855f799}.leg-dot.c3[data-v-bda24e84]{background:#06b6d480}.legend-item div[data-v-bda24e84]{width:100%;height:2px;background:var(--text-tertiary);opacity:.25;border-radius:1px}.variant-2 .pie-chart[data-v-bda24e84]{background:conic-gradient(#22c55e99 0deg 150deg,#f9731680 150deg 250deg,#f43f5e66 250deg 360deg)}.variant-2 .leg-dot.c1[data-v-bda24e84]{background:#22c55eb3}.variant-2 .leg-dot.c2[data-v-bda24e84]{background:#f9731699}.variant-2 .leg-dot.c3[data-v-bda24e84]{background:#f43f5e80}@media(prefers-reduced-motion:reduce){.feature-column[data-v-bda24e84],.animated-bg[data-v-bda24e84],.big-title[data-v-bda24e84],.shimmer-overlay[data-v-bda24e84],.poll-fill.animated[data-v-bda24e84]{animation:none}.poll-fill.animated[data-v-bda24e84]{width:var(--fill)}}@media(max-width:640px){.feature-slides-container[data-v-bda24e84]{display:none}}.auth-panel-container[data-v-f7ef159c]{position:relative}.auth-panel[data-v-f7ef159c]{will-change:transform,opacity}.auth-surface[data-v-f7ef159c]{background:linear-gradient(180deg,color-mix(in oklab,var(--bg-secondary) 94%,transparent),color-mix(in oklab,var(--bg-secondary) 88%,transparent));border:1px solid color-mix(in oklab,var(--border-primary) 72%,transparent);border-radius:24px;box-shadow:0 2px 10px #0000001f,0 18px 48px #00000047;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.auth-shell[data-v-f7ef159c] .auth-form label{display:block;margin-bottom:7px;font-size:12px;font-weight:600;letter-spacing:.01em;color:var(--text-secondary)}.auth-shell[data-v-f7ef159c] .auth-form input{width:100%;height:50px;border-radius:16px;border:1px solid color-mix(in oklab,var(--border-primary) 84%,transparent);background:color-mix(in oklab,var(--bg-tertiary) 82%,transparent);color:var(--text-primary);padding:0 16px;font-size:17px;line-height:1.25;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease,transform .16s ease}.auth-shell[data-v-f7ef159c] .auth-form input::placeholder{color:var(--text-muted)}.auth-shell[data-v-f7ef159c] .auth-form input:focus{outline:none;border-color:color-mix(in oklab,var(--text-primary) 36%,var(--border-primary));box-shadow:0 0 0 3px color-mix(in oklab,var(--text-primary) 13%,transparent);transform:translateY(-.5px)}.auth-shell[data-v-f7ef159c] .auth-form button.btn,.auth-shell[data-v-f7ef159c] .auth-form button.btn-secondary{height:46px;border-radius:9999px;font-size:15px;font-weight:600;letter-spacing:.01em;transition:background-color .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease}.auth-shell[data-v-f7ef159c] .auth-form button.btn{border:1px solid color-mix(in oklab,var(--border-primary) 88%,transparent);color:var(--text-primary);background:color-mix(in oklab,var(--bg-tertiary) 90%,transparent);box-shadow:0 5px 14px #0003}.auth-shell[data-v-f7ef159c] .auth-form button.btn:hover:not(:disabled){background:color-mix(in oklab,var(--bg-tertiary) 76%,transparent)}.auth-shell[data-v-f7ef159c] .auth-form button.btn-secondary{border:1px solid color-mix(in oklab,var(--border-primary) 82%,transparent);color:var(--text-primary);background:color-mix(in oklab,var(--bg-tertiary) 66%,transparent)}.auth-shell[data-v-f7ef159c] .auth-form button.btn:disabled,.auth-shell[data-v-f7ef159c] .auth-form button.btn-secondary:disabled,.auth-shell[data-v-f7ef159c] .auth-form input:disabled{opacity:.72;cursor:not-allowed}.auth-shell[data-v-f7ef159c] .auth-form button[type=button]:not(.btn):not(.btn-secondary){border:0;background:transparent;color:color-mix(in oklab,var(--text-secondary) 88%,var(--text-muted))}.auth-shell[data-v-f7ef159c] .auth-form button[type=button]:not(.btn):not(.btn-secondary):hover{color:var(--text-primary)}.auth-shell[data-v-f7ef159c] .auth-form .text-muted{color:var(--text-muted)}.auth-wrapper .auth-background{filter:saturate(.08) contrast(.92) brightness(.9);opacity:.65}.auth-wrapper:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,color-mix(in oklab,var(--bg-primary) 20%,transparent),color-mix(in oklab,var(--bg-primary) 45%,transparent))}@font-face{font-family:Google Sans;src:url(/assets/GoogleSans-VariableFont_GRAD_opsz_wght-DGRbB7N7.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Google Sans;src:url(/assets/GoogleSans-Italic-VariableFont_GRAD_opsz_wght-BZPhlutj.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Google Sans Code;src:url(/assets/GoogleSansCode-VariableFont_wght-a41q3NA0.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Google Sans Code;src:url(/assets/GoogleSansCode-Italic-VariableFont_wght-DFTZbo6x.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Google Sans Flex;src:url(/assets/GoogleSansFlex-VariableFont_GRAD_ROND_opsz_slnt_wdth_wght-D9Yxgz2-.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.Vue-Toastification__toast{padding:0!important;background:transparent!important;box-shadow:none!important;border-radius:20px!important;min-height:unset!important;margin-bottom:8px;overflow:visible!important;font-family:inherit!important}.Vue-Toastification__toast-body{padding:0!important;margin:0!important;font-family:inherit!important}.Vue-Toastification__close-button,.Vue-Toastification__icon,.Vue-Toastification__progress-bar{display:none!important}.Vue-Toastification__toast--default,.Vue-Toastification__toast--info,.Vue-Toastification__toast--success,.Vue-Toastification__toast--error,.Vue-Toastification__toast--warning{background:transparent!important;border:none!important}.md3-bounce-enter-active{animation:md3-bounce-in .3s cubic-bezier(.05,.7,.1,1)}.md3-bounce-leave-active{animation:md3-bounce-out .2s cubic-bezier(.3,0,.8,.15) forwards}.md3-bounce-move{transition:transform .25s cubic-bezier(.2,0,0,1)}@keyframes md3-bounce-in{0%{opacity:0;transform:translate(40px) scale(.92)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes md3-bounce-out{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(30px) scale(.92)}}:where(html){line-height:1.15;-webkit-text-size-adjust:100%;text-size-adjust:100%}:where(h1){font-size:2em;margin-block-end:.67em;margin-block-start:.67em}:where(dl,ol,ul) :where(dl,ol,ul){margin-block-end:0;margin-block-start:0}:where(hr){box-sizing:content-box;color:inherit;height:0}:where(abbr[title]){text-decoration:underline;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,pre,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(table){border-color:currentColor;text-indent:0}:where(button,input,select){margin:0}:where(button){text-transform:none}:where(button,input:is([type=button i],[type=reset i],[type=submit i])){-webkit-appearance:button}:where(progress){vertical-align:baseline}:where(select){text-transform:none}:where(textarea){margin:0}:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focus-inner{border-style:none;padding:0}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focusring{outline:1px dotted ButtonText}:where(:-moz-ui-invalid){box-shadow:none}:where(dialog){background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:fit-content}:where(dialog:not([open])){display:none}:where(summary){display:list-item}*,:before,:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }*,*:before,*:after{box-sizing:border-box}.katex{font-size:1em!important;line-height:1.2!important}.katex-display{margin:.5em 0!important}.katex-html{white-space:nowrap}.poll-choice-text .katex,.poll-result-choice .katex{display:inline-flex;align-items:center;vertical-align:middle}html,body,#app{width:100%;height:100%;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto;background:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}:root,.dark{--bg-primary: #000000;--bg-secondary: #1a1a1a;--bg-tertiary: #2a2a2a;--bg-quaternary: #3a3a3a;--bg-elevated: #4a4a4a;--text-primary: #e5e5e5;--text-secondary: #d1d5db;--text-muted: #9ca3af;--text-disabled: #6b7280;--border-primary: #3a3a3a;--border-secondary: #4a4a4a;--scrollbar-track: #1a1a1a;--scrollbar-thumb: #4a4a4a;--scrollbar-thumb-hover: #5a5a5a;--color-accent: #e8e8e8;--color-accent-text: #111827;--color-accent-hover: #f5f5f5}.light{--bg-primary: #f1f2f5;--bg-secondary: #ffffff;--bg-tertiary: #f9fafb;--bg-quaternary: #e5e7eb;--bg-elevated: #d1d5db;--text-primary: #1a1a1a;--text-secondary: #374151;--text-muted: #6b7280;--text-disabled: #9ca3af;--border-primary: #e5e7eb;--border-secondary: #d1d5db;--scrollbar-track: #f1f2f5;--scrollbar-thumb: #d1d5db;--scrollbar-thumb-hover: #9ca3af;--color-accent: #111827;--color-accent-text: #ffffff;--color-accent-hover: #1f2937}button,input[type=button],input[type=submit],input[type=reset]{border:none;-webkit-appearance:none;appearance:none;background:transparent}input[type=text],input[type=email],input[type=password],input[type=search],input[type=url],input[type=tel],input[type=number],input:not([type]),textarea,select{-webkit-appearance:none;appearance:none;border:none;outline:none;box-shadow:none}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=url]:focus,input[type=tel]:focus,input[type=number]:focus,input:not([type]):focus,textarea:focus,select:focus{outline:none;box-shadow:none;border:none}.modal-input,input.modal-input,textarea.modal-input,.modal-input:focus,input.modal-input:focus,textarea.modal-input:focus,.modal-input:hover,input.modal-input:hover,textarea.modal-input:hover{border:0px solid transparent!important;border-image:none!important;outline:none!important;box-shadow:none!important;-webkit-box-shadow:none!important;appearance:none!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}:root .slide-layout-item::-webkit-scrollbar-track,.dark .slide-layout-item::-webkit-scrollbar-track{background:transparent}.auth-form label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.875rem;color:var(--text-primary)}.auth-form input{width:100%;padding:.75rem 1rem;border:none;border-radius:.5rem;font-size:.9375rem;box-sizing:border-box;transition:all .2s ease;background-color:var(--bg-tertiary);color:var(--text-primary)}@media(max-width:768px){.auth-form input{font-size:16px}}.auth-form input::placeholder{color:var(--text-muted)}.auth-form input:focus{outline:none;box-shadow:none;transform:translateY(-1px)}.auth-form input:disabled{background-color:var(--bg-quaternary);color:var(--text-disabled);cursor:not-allowed;opacity:.6}@keyframes slideDown{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%,80%,to{transform:scale(.7);opacity:.5}40%{transform:scale(1);opacity:1}}@keyframes fade-in{to{opacity:1}}@keyframes poll-bar-grow{0%{width:0}to{width:var(--target-width, 0%)}}@keyframes poll-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}@keyframes poll-ripple{0%{transform:scale(.15);opacity:.6}to{transform:scale(1);opacity:0}}.poll-live-dot,.slider-live-dot{animation:poll-dot-pulse 1.8s ease-in-out infinite}.poll-live-ripple-ring,.slider-live-ripple-ring{animation:poll-ripple 3s ease-out infinite}.poll-live-ripple-ring--1,.slider-live-ripple-ring--1{animation-delay:0s}.poll-live-ripple-ring--2,.slider-live-ripple-ring--2{animation-delay:1s}.poll-live-ripple-ring--3,.slider-live-ripple-ring--3{animation-delay:2s}.slider-input{--slider-track-bg: linear-gradient( 90deg, var(--color-accent) 0%, var(--color-accent) 50%, color-mix(in srgb, var(--slide-card-bg) 72%, white 28%) 50%, color-mix(in srgb, var(--slide-card-bg) 72%, white 28%) 100% )}.slider-input::-webkit-slider-runnable-track{height:24px;border-radius:9999px;background:var(--slider-track-bg);transition:background .22s cubic-bezier(.2,0,0,1)}.slider-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;margin-top:-10px;width:4px;height:44px;border-radius:9999px;border:none;background:var(--color-accent);box-shadow:0 1px 3px #00000052;transition:box-shadow .18s cubic-bezier(.2,0,0,1)}.slider-input:hover::-webkit-slider-thumb{box-shadow:0 1px 3px #00000052,0 0 0 7px color-mix(in srgb,var(--color-accent) 16%,transparent)}.slider-input:active::-webkit-slider-thumb{box-shadow:0 1px 3px #00000052,0 0 0 10px color-mix(in srgb,var(--color-accent) 22%,transparent)}.slider-input::-moz-range-track{height:24px;border:none;border-radius:9999px;background:var(--slider-track-bg)}.slider-input::-moz-range-thumb{width:4px;height:44px;border:none;border-radius:9999px;background:var(--color-accent);box-shadow:0 1px 3px #00000052}.notification-enter-active{transition:opacity .25s cubic-bezier(.05,.7,.1,1),transform .25s cubic-bezier(.05,.7,.1,1)}.notification-leave-active{transition:opacity .2s cubic-bezier(.3,0,.8,.15),transform .2s cubic-bezier(.3,0,.8,.15)}.notification-enter-from,.notification-leave-to{opacity:0;transform:translateY(-8px) scale(.94)}.drawer-toggle-switch-on .drawer-toggle-knob{transform:translate(1.25rem)}:root{--preview-nav-button-size: 24px;--preview-nav-pill-padding-y: .33rem;--preview-nav-pill-height: calc( var(--preview-nav-button-size) + (var(--preview-nav-pill-padding-y) * 2) )}body{margin:0;padding:0}.auth-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.auth-background{position:absolute!important;top:0;left:0;width:100%;height:100%;z-index:0}.auth-container{position:relative;z-index:1}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.no-underline,.no-underline:hover{text-decoration:none}.presentation-view-wrapper{display:flex!important;flex-direction:column!important;background:#f1f2f5!important}.dark .presentation-view-wrapper{background:#000!important}.presentation-view-wrapper .presentation-container,.presentation-view-wrapper .slides-wrapper{background:transparent!important}.presentation-view-wrapper .slide-viewport{background:transparent!important;width:100%!important;height:100%!important}.presentation-view-wrapper .slide-stage{max-width:100%!important;max-height:100%!important;margin:auto!important}.slide-preview-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;pointer-events:none;object-fit:contain}:root{--un-colors-inherit: inherit;--un-colors-current: currentColor;--un-colors-transparent: transparent;--un-colors-black: #000;--un-colors-white: #fff;--un-colors-rose-1: #ffe4e6;--un-colors-rose-2: #fecdd3;--un-colors-rose-3: #fda4af;--un-colors-rose-4: #fb7185;--un-colors-rose-5: #f43f5e;--un-colors-rose-6: #e11d48;--un-colors-rose-7: #be123c;--un-colors-rose-8: #9f1239;--un-colors-rose-9: #881337;--un-colors-rose-50: #fff1f2;--un-colors-rose-100: #ffe4e6;--un-colors-rose-200: #fecdd3;--un-colors-rose-300: #fda4af;--un-colors-rose-400: #fb7185;--un-colors-rose-500: #f43f5e;--un-colors-rose-600: #e11d48;--un-colors-rose-700: #be123c;--un-colors-rose-800: #9f1239;--un-colors-rose-900: #881337;--un-colors-rose-950: #4c0519;--un-colors-rose-DEFAULT: #fb7185;--un-colors-pink-1: #fce7f3;--un-colors-pink-2: #fbcfe8;--un-colors-pink-3: #f9a8d4;--un-colors-pink-4: #f472b6;--un-colors-pink-5: #ec4899;--un-colors-pink-6: #db2777;--un-colors-pink-7: #be185d;--un-colors-pink-8: #9d174d;--un-colors-pink-9: #831843;--un-colors-pink-50: #fdf2f8;--un-colors-pink-100: #fce7f3;--un-colors-pink-200: #fbcfe8;--un-colors-pink-300: #f9a8d4;--un-colors-pink-400: #f472b6;--un-colors-pink-500: #ec4899;--un-colors-pink-600: #db2777;--un-colors-pink-700: #be185d;--un-colors-pink-800: #9d174d;--un-colors-pink-900: #831843;--un-colors-pink-950: #500724;--un-colors-pink-DEFAULT: #f472b6;--un-colors-fuchsia-1: #fae8ff;--un-colors-fuchsia-2: #f5d0fe;--un-colors-fuchsia-3: #f0abfc;--un-colors-fuchsia-4: #e879f9;--un-colors-fuchsia-5: #d946ef;--un-colors-fuchsia-6: #c026d3;--un-colors-fuchsia-7: #a21caf;--un-colors-fuchsia-8: #86198f;--un-colors-fuchsia-9: #701a75;--un-colors-fuchsia-50: #fdf4ff;--un-colors-fuchsia-100: #fae8ff;--un-colors-fuchsia-200: #f5d0fe;--un-colors-fuchsia-300: #f0abfc;--un-colors-fuchsia-400: #e879f9;--un-colors-fuchsia-500: #d946ef;--un-colors-fuchsia-600: #c026d3;--un-colors-fuchsia-700: #a21caf;--un-colors-fuchsia-800: #86198f;--un-colors-fuchsia-900: #701a75;--un-colors-fuchsia-950: #4a044e;--un-colors-fuchsia-DEFAULT: #e879f9;--un-colors-purple-1: #f3e8ff;--un-colors-purple-2: #e9d5ff;--un-colors-purple-3: #d8b4fe;--un-colors-purple-4: #c084fc;--un-colors-purple-5: #a855f7;--un-colors-purple-6: #9333ea;--un-colors-purple-7: #7e22ce;--un-colors-purple-8: #6b21a8;--un-colors-purple-9: #581c87;--un-colors-purple-50: #faf5ff;--un-colors-purple-100: #f3e8ff;--un-colors-purple-200: #e9d5ff;--un-colors-purple-300: #d8b4fe;--un-colors-purple-400: #c084fc;--un-colors-purple-500: #a855f7;--un-colors-purple-600: #9333ea;--un-colors-purple-700: #7e22ce;--un-colors-purple-800: #6b21a8;--un-colors-purple-900: #581c87;--un-colors-purple-950: #3b0764;--un-colors-purple-DEFAULT: #c084fc;--un-colors-purple-primary: #667eea;--un-colors-purple-secondary: #8b5cf6;--un-colors-purple-hover: #5568d3;--un-colors-purple-light: #d8b4fe;--un-colors-purple-dark: #7e22ce;--un-colors-violet-1: #ede9fe;--un-colors-violet-2: #ddd6fe;--un-colors-violet-3: #c4b5fd;--un-colors-violet-4: #a78bfa;--un-colors-violet-5: #8b5cf6;--un-colors-violet-6: #7c3aed;--un-colors-violet-7: #6d28d9;--un-colors-violet-8: #5b21b6;--un-colors-violet-9: #4c1d95;--un-colors-violet-50: #f5f3ff;--un-colors-violet-100: #ede9fe;--un-colors-violet-200: #ddd6fe;--un-colors-violet-300: #c4b5fd;--un-colors-violet-400: #a78bfa;--un-colors-violet-500: #8b5cf6;--un-colors-violet-600: #7c3aed;--un-colors-violet-700: #6d28d9;--un-colors-violet-800: #5b21b6;--un-colors-violet-900: #4c1d95;--un-colors-violet-950: #2e1065;--un-colors-violet-DEFAULT: #a78bfa;--un-colors-indigo-1: #e0e7ff;--un-colors-indigo-2: #c7d2fe;--un-colors-indigo-3: #a5b4fc;--un-colors-indigo-4: #818cf8;--un-colors-indigo-5: #6366f1;--un-colors-indigo-6: #4f46e5;--un-colors-indigo-7: #4338ca;--un-colors-indigo-8: #3730a3;--un-colors-indigo-9: #312e81;--un-colors-indigo-50: #eef2ff;--un-colors-indigo-100: #e0e7ff;--un-colors-indigo-200: #c7d2fe;--un-colors-indigo-300: #a5b4fc;--un-colors-indigo-400: #818cf8;--un-colors-indigo-500: #6366f1;--un-colors-indigo-600: #4f46e5;--un-colors-indigo-700: #4338ca;--un-colors-indigo-800: #3730a3;--un-colors-indigo-900: #312e81;--un-colors-indigo-950: #1e1b4b;--un-colors-indigo-DEFAULT: #818cf8;--un-colors-blue-1: #dbeafe;--un-colors-blue-2: #bfdbfe;--un-colors-blue-3: #93c5fd;--un-colors-blue-4: #60a5fa;--un-colors-blue-5: #3b82f6;--un-colors-blue-6: #2563eb;--un-colors-blue-7: #1d4ed8;--un-colors-blue-8: #1e40af;--un-colors-blue-9: #1e3a8a;--un-colors-blue-50: #eff6ff;--un-colors-blue-100: #dbeafe;--un-colors-blue-200: #bfdbfe;--un-colors-blue-300: #93c5fd;--un-colors-blue-400: #60a5fa;--un-colors-blue-500: #3b82f6;--un-colors-blue-600: #2563eb;--un-colors-blue-700: #1d4ed8;--un-colors-blue-800: #1e40af;--un-colors-blue-900: #1e3a8a;--un-colors-blue-950: #172554;--un-colors-blue-DEFAULT: #60a5fa;--un-colors-blue-primary: #3b82f6;--un-colors-blue-light: #93c5fd;--un-colors-blue-lighter: #bfdbfe;--un-colors-blue-bright: #60a5fa;--un-colors-blue-dark: #1d4ed8;--un-colors-sky-1: #e0f2fe;--un-colors-sky-2: #bae6fd;--un-colors-sky-3: #7dd3fc;--un-colors-sky-4: #38bdf8;--un-colors-sky-5: #0ea5e9;--un-colors-sky-6: #0284c7;--un-colors-sky-7: #0369a1;--un-colors-sky-8: #075985;--un-colors-sky-9: #0c4a6e;--un-colors-sky-50: #f0f9ff;--un-colors-sky-100: #e0f2fe;--un-colors-sky-200: #bae6fd;--un-colors-sky-300: #7dd3fc;--un-colors-sky-400: #38bdf8;--un-colors-sky-500: #0ea5e9;--un-colors-sky-600: #0284c7;--un-colors-sky-700: #0369a1;--un-colors-sky-800: #075985;--un-colors-sky-900: #0c4a6e;--un-colors-sky-950: #082f49;--un-colors-sky-DEFAULT: #38bdf8;--un-colors-cyan-1: #cffafe;--un-colors-cyan-2: #a5f3fc;--un-colors-cyan-3: #67e8f9;--un-colors-cyan-4: #22d3ee;--un-colors-cyan-5: #06b6d4;--un-colors-cyan-6: #0891b2;--un-colors-cyan-7: #0e7490;--un-colors-cyan-8: #155e75;--un-colors-cyan-9: #164e63;--un-colors-cyan-50: #ecfeff;--un-colors-cyan-100: #cffafe;--un-colors-cyan-200: #a5f3fc;--un-colors-cyan-300: #67e8f9;--un-colors-cyan-400: #22d3ee;--un-colors-cyan-500: #06b6d4;--un-colors-cyan-600: #0891b2;--un-colors-cyan-700: #0e7490;--un-colors-cyan-800: #155e75;--un-colors-cyan-900: #164e63;--un-colors-cyan-950: #083344;--un-colors-cyan-DEFAULT: #22d3ee;--un-colors-teal-1: #ccfbf1;--un-colors-teal-2: #99f6e4;--un-colors-teal-3: #5eead4;--un-colors-teal-4: #2dd4bf;--un-colors-teal-5: #14b8a6;--un-colors-teal-6: #0d9488;--un-colors-teal-7: #0f766e;--un-colors-teal-8: #115e59;--un-colors-teal-9: #134e4a;--un-colors-teal-50: #f0fdfa;--un-colors-teal-100: #ccfbf1;--un-colors-teal-200: #99f6e4;--un-colors-teal-300: #5eead4;--un-colors-teal-400: #2dd4bf;--un-colors-teal-500: #14b8a6;--un-colors-teal-600: #0d9488;--un-colors-teal-700: #0f766e;--un-colors-teal-800: #115e59;--un-colors-teal-900: #134e4a;--un-colors-teal-950: #042f2e;--un-colors-teal-DEFAULT: #2dd4bf;--un-colors-emerald-1: #d1fae5;--un-colors-emerald-2: #a7f3d0;--un-colors-emerald-3: #6ee7b7;--un-colors-emerald-4: #34d399;--un-colors-emerald-5: #10b981;--un-colors-emerald-6: #059669;--un-colors-emerald-7: #047857;--un-colors-emerald-8: #065f46;--un-colors-emerald-9: #064e3b;--un-colors-emerald-50: #ecfdf5;--un-colors-emerald-100: #d1fae5;--un-colors-emerald-200: #a7f3d0;--un-colors-emerald-300: #6ee7b7;--un-colors-emerald-400: #34d399;--un-colors-emerald-500: #10b981;--un-colors-emerald-600: #059669;--un-colors-emerald-700: #047857;--un-colors-emerald-800: #065f46;--un-colors-emerald-900: #064e3b;--un-colors-emerald-950: #022c22;--un-colors-emerald-DEFAULT: #34d399;--un-colors-green-1: #dcfce7;--un-colors-green-2: #bbf7d0;--un-colors-green-3: #86efac;--un-colors-green-4: #4ade80;--un-colors-green-5: #22c55e;--un-colors-green-6: #16a34a;--un-colors-green-7: #15803d;--un-colors-green-8: #166534;--un-colors-green-9: #14532d;--un-colors-green-50: #f0fdf4;--un-colors-green-100: #dcfce7;--un-colors-green-200: #bbf7d0;--un-colors-green-300: #86efac;--un-colors-green-400: #4ade80;--un-colors-green-500: #22c55e;--un-colors-green-600: #16a34a;--un-colors-green-700: #15803d;--un-colors-green-800: #166534;--un-colors-green-900: #14532d;--un-colors-green-950: #052e16;--un-colors-green-DEFAULT: #4ade80;--un-colors-green-primary: #16a34a;--un-colors-green-bright: #10b981;--un-colors-green-success: #059669;--un-colors-green-light: #86efac;--un-colors-green-lighter: #bbf7d0;--un-colors-lime-1: #ecfccb;--un-colors-lime-2: #d9f99d;--un-colors-lime-3: #bef264;--un-colors-lime-4: #a3e635;--un-colors-lime-5: #84cc16;--un-colors-lime-6: #65a30d;--un-colors-lime-7: #4d7c0f;--un-colors-lime-8: #3f6212;--un-colors-lime-9: #365314;--un-colors-lime-50: #f7fee7;--un-colors-lime-100: #ecfccb;--un-colors-lime-200: #d9f99d;--un-colors-lime-300: #bef264;--un-colors-lime-400: #a3e635;--un-colors-lime-500: #84cc16;--un-colors-lime-600: #65a30d;--un-colors-lime-700: #4d7c0f;--un-colors-lime-800: #3f6212;--un-colors-lime-900: #365314;--un-colors-lime-950: #1a2e05;--un-colors-lime-DEFAULT: #a3e635;--un-colors-yellow-1: #fef9c3;--un-colors-yellow-2: #fef08a;--un-colors-yellow-3: #fde047;--un-colors-yellow-4: #facc15;--un-colors-yellow-5: #eab308;--un-colors-yellow-6: #ca8a04;--un-colors-yellow-7: #a16207;--un-colors-yellow-8: #854d0e;--un-colors-yellow-9: #713f12;--un-colors-yellow-50: #fefce8;--un-colors-yellow-100: #fef9c3;--un-colors-yellow-200: #fef08a;--un-colors-yellow-300: #fde047;--un-colors-yellow-400: #facc15;--un-colors-yellow-500: #eab308;--un-colors-yellow-600: #ca8a04;--un-colors-yellow-700: #a16207;--un-colors-yellow-800: #854d0e;--un-colors-yellow-900: #713f12;--un-colors-yellow-950: #422006;--un-colors-yellow-DEFAULT: #facc15;--un-colors-amber-1: #fef3c7;--un-colors-amber-2: #fde68a;--un-colors-amber-3: #fcd34d;--un-colors-amber-4: #fbbf24;--un-colors-amber-5: #f59e0b;--un-colors-amber-6: #d97706;--un-colors-amber-7: #b45309;--un-colors-amber-8: #92400e;--un-colors-amber-9: #78350f;--un-colors-amber-50: #fffbeb;--un-colors-amber-100: #fef3c7;--un-colors-amber-200: #fde68a;--un-colors-amber-300: #fcd34d;--un-colors-amber-400: #fbbf24;--un-colors-amber-500: #f59e0b;--un-colors-amber-600: #d97706;--un-colors-amber-700: #b45309;--un-colors-amber-800: #92400e;--un-colors-amber-900: #78350f;--un-colors-amber-950: #451a03;--un-colors-amber-DEFAULT: #fbbf24;--un-colors-orange-1: #ffedd5;--un-colors-orange-2: #fed7aa;--un-colors-orange-3: #fdba74;--un-colors-orange-4: #fb923c;--un-colors-orange-5: #f97316;--un-colors-orange-6: #ea580c;--un-colors-orange-7: #c2410c;--un-colors-orange-8: #9a3412;--un-colors-orange-9: #7c2d12;--un-colors-orange-50: #fff7ed;--un-colors-orange-100: #ffedd5;--un-colors-orange-200: #fed7aa;--un-colors-orange-300: #fdba74;--un-colors-orange-400: #fb923c;--un-colors-orange-500: #f97316;--un-colors-orange-600: #ea580c;--un-colors-orange-700: #c2410c;--un-colors-orange-800: #9a3412;--un-colors-orange-900: #7c2d12;--un-colors-orange-950: #431407;--un-colors-orange-DEFAULT: #fb923c;--un-colors-red-1: #fee2e2;--un-colors-red-2: #fecaca;--un-colors-red-3: #fca5a5;--un-colors-red-4: #f87171;--un-colors-red-5: #ef4444;--un-colors-red-6: #dc2626;--un-colors-red-7: #b91c1c;--un-colors-red-8: #991b1b;--un-colors-red-9: #7f1d1d;--un-colors-red-50: #fef2f2;--un-colors-red-100: #fee2e2;--un-colors-red-200: #fecaca;--un-colors-red-300: #fca5a5;--un-colors-red-400: #f87171;--un-colors-red-500: #ef4444;--un-colors-red-600: #dc2626;--un-colors-red-700: #b91c1c;--un-colors-red-800: #991b1b;--un-colors-red-900: #7f1d1d;--un-colors-red-950: #450a0a;--un-colors-red-DEFAULT: #f87171;--un-colors-red-primary: #ef4444;--un-colors-red-danger: #dc2626;--un-colors-red-light: #fca5a5;--un-colors-red-dark: #b91c1c;--un-colors-gray-1: #f3f4f6;--un-colors-gray-2: #e5e7eb;--un-colors-gray-3: #d1d5db;--un-colors-gray-4: #9ca3af;--un-colors-gray-5: #6b7280;--un-colors-gray-6: #4b5563;--un-colors-gray-7: #374151;--un-colors-gray-8: #1f2937;--un-colors-gray-9: #111827;--un-colors-gray-50: #f9fafb;--un-colors-gray-100: #f3f4f6;--un-colors-gray-200: #e5e7eb;--un-colors-gray-300: #d1d5db;--un-colors-gray-400: #9ca3af;--un-colors-gray-500: #6b7280;--un-colors-gray-600: #4b5563;--un-colors-gray-700: #374151;--un-colors-gray-800: #1f2937;--un-colors-gray-900: #111827;--un-colors-gray-950: #030712;--un-colors-gray-DEFAULT: #9ca3af;--un-colors-gray-lightest: #f9fafb;--un-colors-gray-lighter: #f3f4f6;--un-colors-gray-light: #e5e7eb;--un-colors-gray-base: #d1d5db;--un-colors-gray-medium: #9ca3af;--un-colors-gray-dark: #6b7280;--un-colors-gray-darker: #4b5563;--un-colors-gray-darkest: #374151;--un-colors-gray-near-black: #1f2937;--un-colors-gray-black: #111827;--un-colors-slate-1: #f1f5f9;--un-colors-slate-2: #e2e8f0;--un-colors-slate-3: #cbd5e1;--un-colors-slate-4: #94a3b8;--un-colors-slate-5: #64748b;--un-colors-slate-6: #475569;--un-colors-slate-7: #334155;--un-colors-slate-8: #1e293b;--un-colors-slate-9: #0f172a;--un-colors-slate-50: #f8fafc;--un-colors-slate-100: #f1f5f9;--un-colors-slate-200: #e2e8f0;--un-colors-slate-300: #cbd5e1;--un-colors-slate-400: #94a3b8;--un-colors-slate-500: #64748b;--un-colors-slate-600: #475569;--un-colors-slate-700: #334155;--un-colors-slate-800: #1e293b;--un-colors-slate-900: #0f172a;--un-colors-slate-950: #020617;--un-colors-slate-DEFAULT: #94a3b8;--un-colors-slate-lightest: #f8fafc;--un-colors-slate-lighter: #f1f5f9;--un-colors-slate-light: #e2e8f0;--un-colors-slate-base: #cbd5e1;--un-colors-slate-medium: #94a3b8;--un-colors-slate-dark: #64748b;--un-colors-slate-darker: #475569;--un-colors-slate-darkest: #334155;--un-colors-slate-near-black: #1e293b;--un-colors-slate-black: #0f172a;--un-colors-zinc-1: #f4f4f5;--un-colors-zinc-2: #e4e4e7;--un-colors-zinc-3: #d4d4d8;--un-colors-zinc-4: #a1a1aa;--un-colors-zinc-5: #71717a;--un-colors-zinc-6: #52525b;--un-colors-zinc-7: #3f3f46;--un-colors-zinc-8: #27272a;--un-colors-zinc-9: #18181b;--un-colors-zinc-50: #fafafa;--un-colors-zinc-100: #f4f4f5;--un-colors-zinc-200: #e4e4e7;--un-colors-zinc-300: #d4d4d8;--un-colors-zinc-400: #a1a1aa;--un-colors-zinc-500: #71717a;--un-colors-zinc-600: #52525b;--un-colors-zinc-700: #3f3f46;--un-colors-zinc-800: #27272a;--un-colors-zinc-900: #18181b;--un-colors-zinc-950: #09090b;--un-colors-zinc-DEFAULT: #a1a1aa;--un-colors-neutral-1: #f5f5f5;--un-colors-neutral-2: #e5e5e5;--un-colors-neutral-3: #d4d4d4;--un-colors-neutral-4: #a3a3a3;--un-colors-neutral-5: #737373;--un-colors-neutral-6: #525252;--un-colors-neutral-7: #404040;--un-colors-neutral-8: #262626;--un-colors-neutral-9: #171717;--un-colors-neutral-50: #fafafa;--un-colors-neutral-100: #f5f5f5;--un-colors-neutral-200: #e5e5e5;--un-colors-neutral-300: #d4d4d4;--un-colors-neutral-400: #a3a3a3;--un-colors-neutral-500: #737373;--un-colors-neutral-600: #525252;--un-colors-neutral-700: #404040;--un-colors-neutral-800: #262626;--un-colors-neutral-900: #171717;--un-colors-neutral-950: #0a0a0a;--un-colors-neutral-DEFAULT: #a3a3a3;--un-colors-stone-1: #f5f5f4;--un-colors-stone-2: #e7e5e4;--un-colors-stone-3: #d6d3d1;--un-colors-stone-4: #a8a29e;--un-colors-stone-5: #78716c;--un-colors-stone-6: #57534e;--un-colors-stone-7: #44403c;--un-colors-stone-8: #292524;--un-colors-stone-9: #1c1917;--un-colors-stone-50: #fafaf9;--un-colors-stone-100: #f5f5f4;--un-colors-stone-200: #e7e5e4;--un-colors-stone-300: #d6d3d1;--un-colors-stone-400: #a8a29e;--un-colors-stone-500: #78716c;--un-colors-stone-600: #57534e;--un-colors-stone-700: #44403c;--un-colors-stone-800: #292524;--un-colors-stone-900: #1c1917;--un-colors-stone-950: #0c0a09;--un-colors-stone-DEFAULT: #a8a29e;--un-colors-light-1: #fcfcfc;--un-colors-light-2: #fafafa;--un-colors-light-3: #f8f9fa;--un-colors-light-4: #f6f6f6;--un-colors-light-5: #f2f2f2;--un-colors-light-6: #f1f3f5;--un-colors-light-7: #e9ecef;--un-colors-light-8: #dee2e6;--un-colors-light-9: #dde1e3;--un-colors-light-50: #fdfdfd;--un-colors-light-100: #fcfcfc;--un-colors-light-200: #fafafa;--un-colors-light-300: #f8f9fa;--un-colors-light-400: #f6f6f6;--un-colors-light-500: #f2f2f2;--un-colors-light-600: #f1f3f5;--un-colors-light-700: #e9ecef;--un-colors-light-800: #dee2e6;--un-colors-light-900: #dde1e3;--un-colors-light-950: #d8dcdf;--un-colors-light-DEFAULT: #f6f6f6;--un-colors-dark-1: #3c3c3c;--un-colors-dark-2: #323232;--un-colors-dark-3: #2d2d2d;--un-colors-dark-4: #222222;--un-colors-dark-5: #1f1f1f;--un-colors-dark-6: #1c1c1e;--un-colors-dark-7: #1b1b1b;--un-colors-dark-8: #181818;--un-colors-dark-9: #0f0f0f;--un-colors-dark-50: #4a4a4a;--un-colors-dark-100: #3c3c3c;--un-colors-dark-200: #323232;--un-colors-dark-300: #2d2d2d;--un-colors-dark-400: #222222;--un-colors-dark-500: #1f1f1f;--un-colors-dark-600: #1c1c1e;--un-colors-dark-700: #1b1b1b;--un-colors-dark-800: #181818;--un-colors-dark-900: #0f0f0f;--un-colors-dark-950: #080808;--un-colors-dark-DEFAULT: #222222;--un-colors-lightblue-1: #e0f2fe;--un-colors-lightblue-2: #bae6fd;--un-colors-lightblue-3: #7dd3fc;--un-colors-lightblue-4: #38bdf8;--un-colors-lightblue-5: #0ea5e9;--un-colors-lightblue-6: #0284c7;--un-colors-lightblue-7: #0369a1;--un-colors-lightblue-8: #075985;--un-colors-lightblue-9: #0c4a6e;--un-colors-lightblue-50: #f0f9ff;--un-colors-lightblue-100: #e0f2fe;--un-colors-lightblue-200: #bae6fd;--un-colors-lightblue-300: #7dd3fc;--un-colors-lightblue-400: #38bdf8;--un-colors-lightblue-500: #0ea5e9;--un-colors-lightblue-600: #0284c7;--un-colors-lightblue-700: #0369a1;--un-colors-lightblue-800: #075985;--un-colors-lightblue-900: #0c4a6e;--un-colors-lightblue-950: #082f49;--un-colors-lightblue-DEFAULT: #38bdf8;--un-colors-lightBlue-1: #e0f2fe;--un-colors-lightBlue-2: #bae6fd;--un-colors-lightBlue-3: #7dd3fc;--un-colors-lightBlue-4: #38bdf8;--un-colors-lightBlue-5: #0ea5e9;--un-colors-lightBlue-6: #0284c7;--un-colors-lightBlue-7: #0369a1;--un-colors-lightBlue-8: #075985;--un-colors-lightBlue-9: #0c4a6e;--un-colors-lightBlue-50: #f0f9ff;--un-colors-lightBlue-100: #e0f2fe;--un-colors-lightBlue-200: #bae6fd;--un-colors-lightBlue-300: #7dd3fc;--un-colors-lightBlue-400: #38bdf8;--un-colors-lightBlue-500: #0ea5e9;--un-colors-lightBlue-600: #0284c7;--un-colors-lightBlue-700: #0369a1;--un-colors-lightBlue-800: #075985;--un-colors-lightBlue-900: #0c4a6e;--un-colors-lightBlue-950: #082f49;--un-colors-lightBlue-DEFAULT: #38bdf8;--un-colors-warmgray-1: #f5f5f4;--un-colors-warmgray-2: #e7e5e4;--un-colors-warmgray-3: #d6d3d1;--un-colors-warmgray-4: #a8a29e;--un-colors-warmgray-5: #78716c;--un-colors-warmgray-6: #57534e;--un-colors-warmgray-7: #44403c;--un-colors-warmgray-8: #292524;--un-colors-warmgray-9: #1c1917;--un-colors-warmgray-50: #fafaf9;--un-colors-warmgray-100: #f5f5f4;--un-colors-warmgray-200: #e7e5e4;--un-colors-warmgray-300: #d6d3d1;--un-colors-warmgray-400: #a8a29e;--un-colors-warmgray-500: #78716c;--un-colors-warmgray-600: #57534e;--un-colors-warmgray-700: #44403c;--un-colors-warmgray-800: #292524;--un-colors-warmgray-900: #1c1917;--un-colors-warmgray-950: #0c0a09;--un-colors-warmgray-DEFAULT: #a8a29e;--un-colors-warmGray-1: #f5f5f4;--un-colors-warmGray-2: #e7e5e4;--un-colors-warmGray-3: #d6d3d1;--un-colors-warmGray-4: #a8a29e;--un-colors-warmGray-5: #78716c;--un-colors-warmGray-6: #57534e;--un-colors-warmGray-7: #44403c;--un-colors-warmGray-8: #292524;--un-colors-warmGray-9: #1c1917;--un-colors-warmGray-50: #fafaf9;--un-colors-warmGray-100: #f5f5f4;--un-colors-warmGray-200: #e7e5e4;--un-colors-warmGray-300: #d6d3d1;--un-colors-warmGray-400: #a8a29e;--un-colors-warmGray-500: #78716c;--un-colors-warmGray-600: #57534e;--un-colors-warmGray-700: #44403c;--un-colors-warmGray-800: #292524;--un-colors-warmGray-900: #1c1917;--un-colors-warmGray-950: #0c0a09;--un-colors-warmGray-DEFAULT: #a8a29e;--un-colors-truegray-1: #f5f5f5;--un-colors-truegray-2: #e5e5e5;--un-colors-truegray-3: #d4d4d4;--un-colors-truegray-4: #a3a3a3;--un-colors-truegray-5: #737373;--un-colors-truegray-6: #525252;--un-colors-truegray-7: #404040;--un-colors-truegray-8: #262626;--un-colors-truegray-9: #171717;--un-colors-truegray-50: #fafafa;--un-colors-truegray-100: #f5f5f5;--un-colors-truegray-200: #e5e5e5;--un-colors-truegray-300: #d4d4d4;--un-colors-truegray-400: #a3a3a3;--un-colors-truegray-500: #737373;--un-colors-truegray-600: #525252;--un-colors-truegray-700: #404040;--un-colors-truegray-800: #262626;--un-colors-truegray-900: #171717;--un-colors-truegray-950: #0a0a0a;--un-colors-truegray-DEFAULT: #a3a3a3;--un-colors-trueGray-1: #f5f5f5;--un-colors-trueGray-2: #e5e5e5;--un-colors-trueGray-3: #d4d4d4;--un-colors-trueGray-4: #a3a3a3;--un-colors-trueGray-5: #737373;--un-colors-trueGray-6: #525252;--un-colors-trueGray-7: #404040;--un-colors-trueGray-8: #262626;--un-colors-trueGray-9: #171717;--un-colors-trueGray-50: #fafafa;--un-colors-trueGray-100: #f5f5f5;--un-colors-trueGray-200: #e5e5e5;--un-colors-trueGray-300: #d4d4d4;--un-colors-trueGray-400: #a3a3a3;--un-colors-trueGray-500: #737373;--un-colors-trueGray-600: #525252;--un-colors-trueGray-700: #404040;--un-colors-trueGray-800: #262626;--un-colors-trueGray-900: #171717;--un-colors-trueGray-950: #0a0a0a;--un-colors-trueGray-DEFAULT: #a3a3a3;--un-colors-coolgray-1: #f3f4f6;--un-colors-coolgray-2: #e5e7eb;--un-colors-coolgray-3: #d1d5db;--un-colors-coolgray-4: #9ca3af;--un-colors-coolgray-5: #6b7280;--un-colors-coolgray-6: #4b5563;--un-colors-coolgray-7: #374151;--un-colors-coolgray-8: #1f2937;--un-colors-coolgray-9: #111827;--un-colors-coolgray-50: #f9fafb;--un-colors-coolgray-100: #f3f4f6;--un-colors-coolgray-200: #e5e7eb;--un-colors-coolgray-300: #d1d5db;--un-colors-coolgray-400: #9ca3af;--un-colors-coolgray-500: #6b7280;--un-colors-coolgray-600: #4b5563;--un-colors-coolgray-700: #374151;--un-colors-coolgray-800: #1f2937;--un-colors-coolgray-900: #111827;--un-colors-coolgray-950: #030712;--un-colors-coolgray-DEFAULT: #9ca3af;--un-colors-coolGray-1: #f3f4f6;--un-colors-coolGray-2: #e5e7eb;--un-colors-coolGray-3: #d1d5db;--un-colors-coolGray-4: #9ca3af;--un-colors-coolGray-5: #6b7280;--un-colors-coolGray-6: #4b5563;--un-colors-coolGray-7: #374151;--un-colors-coolGray-8: #1f2937;--un-colors-coolGray-9: #111827;--un-colors-coolGray-50: #f9fafb;--un-colors-coolGray-100: #f3f4f6;--un-colors-coolGray-200: #e5e7eb;--un-colors-coolGray-300: #d1d5db;--un-colors-coolGray-400: #9ca3af;--un-colors-coolGray-500: #6b7280;--un-colors-coolGray-600: #4b5563;--un-colors-coolGray-700: #374151;--un-colors-coolGray-800: #1f2937;--un-colors-coolGray-900: #111827;--un-colors-coolGray-950: #030712;--un-colors-coolGray-DEFAULT: #9ca3af;--un-colors-bluegray-1: #f1f5f9;--un-colors-bluegray-2: #e2e8f0;--un-colors-bluegray-3: #cbd5e1;--un-colors-bluegray-4: #94a3b8;--un-colors-bluegray-5: #64748b;--un-colors-bluegray-6: #475569;--un-colors-bluegray-7: #334155;--un-colors-bluegray-8: #1e293b;--un-colors-bluegray-9: #0f172a;--un-colors-bluegray-50: #f8fafc;--un-colors-bluegray-100: #f1f5f9;--un-colors-bluegray-200: #e2e8f0;--un-colors-bluegray-300: #cbd5e1;--un-colors-bluegray-400: #94a3b8;--un-colors-bluegray-500: #64748b;--un-colors-bluegray-600: #475569;--un-colors-bluegray-700: #334155;--un-colors-bluegray-800: #1e293b;--un-colors-bluegray-900: #0f172a;--un-colors-bluegray-950: #020617;--un-colors-bluegray-DEFAULT: #94a3b8;--un-colors-blueGray-1: #f1f5f9;--un-colors-blueGray-2: #e2e8f0;--un-colors-blueGray-3: #cbd5e1;--un-colors-blueGray-4: #94a3b8;--un-colors-blueGray-5: #64748b;--un-colors-blueGray-6: #475569;--un-colors-blueGray-7: #334155;--un-colors-blueGray-8: #1e293b;--un-colors-blueGray-9: #0f172a;--un-colors-blueGray-50: #f8fafc;--un-colors-blueGray-100: #f1f5f9;--un-colors-blueGray-200: #e2e8f0;--un-colors-blueGray-300: #cbd5e1;--un-colors-blueGray-400: #94a3b8;--un-colors-blueGray-500: #64748b;--un-colors-blueGray-600: #475569;--un-colors-blueGray-700: #334155;--un-colors-blueGray-800: #1e293b;--un-colors-blueGray-900: #0f172a;--un-colors-blueGray-950: #020617;--un-colors-blueGray-DEFAULT: #94a3b8;--un-colors-dark-primary: #000000;--un-colors-dark-secondary: #1a1a1a;--un-colors-dark-tertiary: #2a2a2a;--un-colors-dark-quaternary: #3a3a3a;--un-colors-dark-elevated: #4a4a4a;--un-colors-light-primary: #f1f2f5;--un-colors-light-secondary: #ffffff;--un-colors-light-tertiary: #f9fafb;--un-colors-light-quaternary: #e5e7eb;--un-colors-light-elevated: #d1d5db;--un-colors-ink-primary: #e5e5e5;--un-colors-ink-secondary: #d1d5db;--un-colors-ink-tertiary: #cbd5e1;--un-colors-ink-muted: #9ca3af;--un-colors-ink-disabled: #6b7280;--un-colors-ink-inverse: #1a1a1a;--un-colors-ink-white: #ffffff;--un-colors-line-primary: #3a3a3a;--un-colors-line-secondary: #4a4a4a;--un-colors-line-tertiary: #5a5a5a;--un-colors-line-light: #e5e7eb;--un-colors-line-lighter: #f3f4f6}.editor-outline-actions{position:absolute;right:10px;top:4px;display:inline-flex;gap:6px;z-index:5}.editor-outline-button{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:#141414e6;color:#e5e7eb;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 10px #0006}.editor-outline-button svg{width:14px;height:14px}.editor-outline-button:hover{transform:scale(1.05);border-color:#ffffff4d;background:#1e1e1ef2}.editor-outline-button--add{background:#3b82f6d9;border-color:#3b82f6e6;color:#fff}.editor-outline-button--add:hover{background:#3b82f6}.light .editor-outline-button{background:#fffffff2;border-color:#0000001f;color:#1f2937;box-shadow:0 2px 8px #00000026}.light .editor-outline-button:hover{border-color:#0003;background:#fff}.light .editor-outline-button--add{background:#3b82f6e6;color:#fff}.css-block-decoration-visible{color:#6b7280!important;font-weight:400!important;background-color:transparent!important}.css-block-decoration-invisible{font-size:1px!important;line-height:1px!important;letter-spacing:-999px!important;word-spacing:-999px!important}.css-block-line-hidden{line-height:0!important;height:0!important;min-height:0!important;max-height:0!important;overflow:hidden!important;font-size:0!important;letter-spacing:-999px!important}.marker-id-comment-invisible{font-size:0!important;line-height:0!important;letter-spacing:-999px!important;word-spacing:-999px!important;color:transparent!important;visibility:hidden!important;position:absolute!important;pointer-events:none!important}.color-picker-widget{display:inline-flex;align-items:center;vertical-align:middle;margin-right:2px}.color-picker-swatch{display:inline-block;width:14px;height:14px;border-radius:3px;border:none;cursor:pointer;transition:transform .1s ease;vertical-align:middle}.color-picker-swatch:hover{transform:scale(1.15)}.color-picker-input{position:absolute;width:0;height:0;padding:0;border:none;opacity:0;pointer-events:none}.slide-separator-widget{display:inline-block;position:relative;width:100%;height:1.5em;line-height:1.5;vertical-align:top}.slide-separator-line{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:2px;background:#9ca3af66;border-radius:1px;pointer-events:none}.light .slide-separator-line{background:#6b72804d}.slide-separator-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid rgba(255,255,255,.1);border-radius:50%;background:#1a1a1afa;color:#a5a5a5;cursor:pointer;opacity:0;transition:all .2s ease;box-shadow:0 2px 8px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.light .slide-separator-button{background:#fafafafa;border-color:#0000001a;color:#6b7280;box-shadow:0 2px 8px #00000026}.slide-separator-widget:hover .slide-separator-button{opacity:1}.slide-separator-button:hover{background:#1a1a1a;border-color:#1a1a1a;color:#fff;transform:translate(-50%,-50%) scale(1.1);box-shadow:0 4px 12px #0006}.light .slide-separator-button:hover{background:#1a1a1a;border-color:#1a1a1a;color:#fff;box-shadow:0 4px 12px #0003}.slide-separator-button:active{transform:translate(-50%,-50%) scale(1.05)}.slide-separator-button svg{width:16px;height:16px}.section-breakpoint-widget{display:inline-flex;align-items:center;gap:8px;width:100%;padding:4px 8px;margin:2px 0;background:#3b82f614;border-left:3px solid rgba(59,130,246,.5);border-radius:0 4px 4px 0;transition:all .15s ease}.light .section-breakpoint-widget{background:#3b82f60f}.section-breakpoint-widget:hover{background:#3b82f61f;border-left-color:#3b82f6cc}.section-breakpoint-widget.linked-hover{background:#3b82f626;border-left-color:#3b82f6}.section-breakpoint-heading{flex:1;font-size:1.1em;font-weight:600;color:#e5e7eb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.light .section-breakpoint-heading{color:#374151}.section-breakpoint-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:1px solid rgba(255,255,255,.1);border-radius:4px;background:#1a1a1ae6;color:#a5a5a5;cursor:pointer;opacity:0;transition:all .15s ease}.light .section-breakpoint-button{background:#fafafae6;border-color:#0000001a;color:#6b7280}.section-breakpoint-widget:hover .section-breakpoint-button{opacity:1}.section-breakpoint-button:hover{background:#3b82f6;border-color:#3b82f6;color:#fff;transform:scale(1.1)}.section-breakpoint-button:active{transform:scale(1.05)}.section-breakpoint-button svg{width:14px;height:14px}.container-separator-button svg{width:14px;height:14px}.marker-button-widget{display:inline-flex;align-items:center;gap:4px;padding:2px 10px 2px 6px;margin:0 2px;font-size:11px;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:9999px;cursor:pointer;transition:all .15s ease;vertical-align:middle;line-height:1.4;letter-spacing:.01em;white-space:nowrap;border:none;box-shadow:0 1px 2px #0000000d}.marker-button-widget:focus{outline:none;box-shadow:0 0 0 2px #ffffff80}.light .marker-button-widget:focus{box-shadow:0 0 0 2px #0000004d}.marker-button-icon{width:12px;height:12px;flex-shrink:0}.marker-button-text{text-transform:capitalize}.marker-button-container,.marker-button-tag,.marker-button-theme,.marker-button-question,.marker-button-mermaid,.marker-button-image,.marker-button-lottie{color:#fff;background:#ffffff1f}.marker-button-container:hover,.marker-button-tag:hover,.marker-button-theme:hover,.marker-button-question:hover,.marker-button-mermaid:hover,.marker-button-image:hover,.marker-button-lottie:hover{background:#ffffff38;color:#fff}.marker-button-container:active,.marker-button-tag:active,.marker-button-theme:active,.marker-button-question:active,.marker-button-mermaid:active,.marker-button-image:active,.marker-button-lottie:active{background:#ffffff4d;transform:scale(.98)}.light .marker-button-container,.light .marker-button-tag,.light .marker-button-theme,.light .marker-button-question,.light .marker-button-mermaid,.light .marker-button-image,.light .marker-button-lottie{color:#1a1a1a;background:#00000014}.light .marker-button-container:hover,.light .marker-button-tag:hover,.light .marker-button-theme:hover,.light .marker-button-question:hover,.light .marker-button-mermaid:hover,.light .marker-button-image:hover,.light .marker-button-lottie:hover{background:#00000024;color:#000}.light .marker-button-container:active,.light .marker-button-tag:active,.light .marker-button-theme:active,.light .marker-button-question:active,.light .marker-button-mermaid:active,.light .marker-button-image:active,.light .marker-button-lottie:active{background:#0003;transform:scale(.98)}.marker-metadata-tooltip{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:8px;padding:8px 12px;font-size:12px;max-width:400px;box-shadow:0 4px 12px #00000026;z-index:1000}.marker-metadata-tooltip-title{font-weight:600;color:var(--text-secondary);font-size:10px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;padding-bottom:4px;border-bottom:1px solid var(--border-primary)}.marker-metadata-tooltip-content{display:flex;flex-direction:column;gap:3px}.marker-metadata-tooltip-row{display:flex;gap:8px;align-items:flex-start}.marker-metadata-tooltip-key{color:var(--text-secondary);font-weight:500;flex-shrink:0}.marker-metadata-tooltip-value{color:var(--text-primary);word-break:break-word;font-family:Menlo,Monaco,Courier New,monospace}.editor-line-with-assistant{position:relative}.assistant-widget-container{position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:10;display:flex;align-items:center}.assistant-inline-btn{display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border-radius:4px;border:1px solid rgba(147,51,234,.4);background:#9333ea26;color:#a78bfa;cursor:pointer;transition:all .15s ease;opacity:.85}.assistant-inline-btn:hover{opacity:1;background:#9333ea40;border-color:#9333ea99;transform:scale(1.05)}.assistant-input-wrapper{display:flex;align-items:center;gap:4px;padding:2px 4px;background:#1e1e28fa;border:1px solid rgba(147,51,234,.5);border-radius:4px;box-shadow:0 2px 12px #0006}.assistant-inline-input{width:180px;padding:3px 6px;border:1px solid rgba(255,255,255,.1);border-radius:3px;background:#2a2a2a;color:#f0f0f0;font-size:11px;font-family:inherit;outline:none;transition:border-color .15s ease}@media(max-width:768px){.assistant-inline-input{font-size:16px}}.assistant-inline-input::placeholder{color:#fff6}.assistant-inline-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 1px #8b5cf6}.assistant-inline-input:disabled{opacity:.6;cursor:not-allowed}.assistant-submit-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border-radius:3px;border:none;background:#9333ea;color:#fff;cursor:pointer;transition:all .15s ease;flex-shrink:0}.assistant-submit-btn:hover:not(:disabled){background:#7e22ce}.assistant-submit-btn:disabled{opacity:.5;cursor:not-allowed}.assistant-spinner{animation:spin 1s linear infinite}.popup-toolbar-enter-active,.popup-toolbar-leave-active{transition:opacity .2s ease,transform .2s cubic-bezier(.34,1.56,.64,1)}.popup-toolbar-enter-from,.popup-toolbar-leave-to{opacity:0;transform:translate(-50%,-50%) scale(.95)}.popup-toolbar-enter-to,.popup-toolbar-leave-from{opacity:1;transform:translate(-50%,-50%) scale(1)}.backdrop-blur-enter-active,.backdrop-blur-leave-active{transition:opacity .2s ease}.backdrop-blur-enter-from,.backdrop-blur-leave-to{opacity:0}.backdrop-blur-enter-to,.backdrop-blur-leave-from{opacity:1}.duplicate-warning-enter-active,.duplicate-warning-leave-active{transition:all .25s ease}.toolbar-panel-enter-active,.toolbar-panel-leave-active{transition:transform .2s cubic-bezier(.4,0,.2,1),opacity .15s ease;will-change:transform,opacity}.toolbar-panel-enter-from,.toolbar-panel-leave-to{transform:translate(-100%);opacity:0}.toolbar-panel-enter-to,.toolbar-panel-leave-from{transform:translate(0);opacity:1}.duplicate-warning-enter-from,.duplicate-warning-leave-to{opacity:0;max-height:0;padding-top:0;padding-bottom:0;margin:0}.duplicate-warning-enter-to,.duplicate-warning-leave-from{opacity:1;max-height:100px}.layout-grid{display:grid;width:100%;height:100%;grid-template-columns:repeat(48,1fr);grid-template-rows:repeat(27,1fr)}.slide-layout-item[style*=color] h1,.slide-layout-item[style*=color] h2,.slide-layout-item[style*=color] h3,.slide-layout-item[style*=color] h4,.slide-layout-item[style*=color] h5,.slide-layout-item[style*=color] h6,.slide-layout-item[style*=color] p,.slide-layout-item[style*=color] ul,.slide-layout-item[style*=color] ol,.slide-layout-item[style*=color] li,.slide-layout-item[style*=color] td,.slide-layout-item[style*=color] th,.slide-layout-item[style*=color] blockquote{color:inherit}.slide-layout{--slide-card-bg: rgba(255, 255, 255, .055);--slide-card-border: rgba(255, 255, 255, .08);--slide-card-shadow: 0 1px 3px rgba(0, 0, 0, .25), 0 4px 12px rgba(0, 0, 0, .18)}.light .slide-layout{--slide-card-bg: #ffffff;--slide-card-border: rgba(0, 0, 0, .07);--slide-card-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 2px 8px rgba(0, 0, 0, .04)}.slide-section{display:flex;flex-direction:column;overflow:auto;padding:.5rem}.slide-section h2{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:inherit}.slide-layout{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-optical-sizing:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.slide-layout h1{font-size:2em;font-weight:600;line-height:1.15;letter-spacing:-.01em;margin:0 0 .35em}.slide-layout h2{font-size:1.55em;font-weight:600;line-height:1.2;letter-spacing:-.005em;margin:0 0 .4em}.slide-layout h3{font-size:1.25em;font-weight:600;line-height:1.25;letter-spacing:0;margin:0 0 .35em}.slide-layout h4{font-size:1.1em;font-weight:600;line-height:1.3;margin:0 0 .3em}.slide-layout h5{font-size:.95em;font-weight:600;line-height:1.35;letter-spacing:.01em;margin:0 0 .25em}.slide-layout h6{font-size:.85em;font-weight:600;line-height:1.35;letter-spacing:.015em;text-transform:uppercase;margin:0 0 .25em}.slide-layout p{font-weight:400;line-height:1.6;margin:0 0 .5em;word-spacing:.03em}.slide-layout ul,.slide-layout ol{margin:0 0 .5em;padding-left:1.3em}.slide-layout li{font-weight:400;line-height:1.55;margin-bottom:.2em;word-spacing:.03em}.slide-layout blockquote{font-weight:400;font-style:italic;line-height:1.6;margin:.5em 0;padding-left:.8em;border-left:3px solid currentColor;opacity:.85}.slide-layout code:not(pre code){font-family:JetBrains Mono,Fira Code,SF Mono,Cascadia Code,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:#ffffff1a;color:inherit;padding:.15em .45em;border-radius:5px;font-size:.84em;line-height:1;border:1px solid rgba(255,255,255,.07);box-decoration-break:clone;-webkit-box-decoration-break:clone;vertical-align:baseline;word-break:break-word}.light .slide-layout code:not(pre code){background:#0000000e;border-color:#00000014}pre.hljs{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:.9em 1.1em;margin:.5em 0;overflow-x:auto;font-size:.82em;line-height:1.6}pre.hljs code{font-family:JetBrains Mono,Fira Code,SF Mono,Cascadia Code,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:transparent;color:var(--text-primary, #e5e5e5);padding:0;border:none;font-size:inherit;line-height:inherit}.light pre.hljs{background:#fff;border-color:#0000001a}.light pre.hljs code{color:var(--text-primary, #121212)}.slide-layout .hljs-comment,.slide-layout .hljs-quote{color:#5c6370;font-style:italic}.slide-layout .hljs-keyword,.slide-layout .hljs-selector-tag{color:#c678dd}.slide-layout .hljs-string,.slide-layout .hljs-addition{color:#98c379}.slide-layout .hljs-number,.slide-layout .hljs-literal{color:#d19a66}.slide-layout .hljs-built_in,.slide-layout .hljs-type{color:#e5c07b}.slide-layout .hljs-function,.slide-layout .hljs-title{color:#61afef}.slide-layout .hljs-attr,.slide-layout .hljs-attribute{color:#d19a66}.slide-layout .hljs-variable,.slide-layout .hljs-template-variable{color:#e06c75}.slide-layout .hljs-class .hljs-title{color:#e5c07b}.slide-layout .hljs-tag,.slide-layout .hljs-name{color:#e06c75}.slide-layout .hljs-regexp,.slide-layout .hljs-link{color:#56b6c2}.slide-layout .hljs-symbol,.slide-layout .hljs-bullet,.slide-layout .hljs-meta{color:#61afef}.slide-layout .hljs-meta .hljs-keyword{color:#c678dd}.slide-layout .hljs-meta .hljs-string{color:#98c379}.slide-layout .hljs-deletion{color:#e06c75;background:#e06c7526}.slide-layout .hljs-addition{color:#98c379;background:#98c37926}.slide-layout .hljs-emphasis{font-style:italic}.slide-layout .hljs-strong{font-weight:700}.light .slide-layout .hljs-comment,.light .slide-layout .hljs-quote{color:#6a737d}.light .slide-layout .hljs-keyword,.light .slide-layout .hljs-selector-tag{color:#d73a49}.light .slide-layout .hljs-string,.light .slide-layout .hljs-addition{color:#22863a}.light .slide-layout .hljs-number,.light .slide-layout .hljs-literal{color:#005cc5}.light .slide-layout .hljs-built_in,.light .slide-layout .hljs-type,.light .slide-layout .hljs-function,.light .slide-layout .hljs-title{color:#6f42c1}.light .slide-layout .hljs-attr,.light .slide-layout .hljs-attribute{color:#005cc5}.light .slide-layout .hljs-variable,.light .slide-layout .hljs-template-variable{color:#e36209}.light .slide-layout .hljs-class .hljs-title{color:#6f42c1}.light .slide-layout .hljs-tag,.light .slide-layout .hljs-name{color:#22863a}.light .slide-layout .hljs-regexp,.light .slide-layout .hljs-link{color:#032f62}.light .slide-layout .hljs-symbol,.light .slide-layout .hljs-bullet,.light .slide-layout .hljs-meta{color:#005cc5}.light .slide-layout .hljs-meta .hljs-keyword{color:#d73a49}.light .slide-layout .hljs-meta .hljs-string{color:#22863a}.light .slide-layout .hljs-deletion{color:#d73a49;background:#d73a491a}.light .slide-layout .hljs-addition{color:#22863a;background:#22863a1a}.slide-layout a{color:var(--color-accent);text-decoration:underline;text-decoration-color:#e8e8e866;text-underline-offset:2px;transition:color .15s ease,text-decoration-color .15s ease}.slide-layout a:hover{color:var(--color-accent-hover);text-decoration-color:var(--color-accent)}.light .slide-layout a{text-decoration-color:#1118274d}.light .slide-layout a:hover{text-decoration-color:var(--color-accent)}.slide-layout table{width:100%;border-collapse:collapse;margin:.75em 0;font-size:.9em;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;overflow:hidden}.slide-layout thead{background:#ffffff0f}.slide-layout th{padding:.65em .85em;text-align:left;font-weight:500;color:var(--text-primary, #e5e5e5);border-bottom:1px solid rgba(255,255,255,.1);white-space:nowrap}.slide-layout td{padding:.55em .85em;color:var(--text-secondary, #d1d5db);border-bottom:1px solid rgba(255,255,255,.05)}.slide-layout tbody tr:last-child td{border-bottom:none}.slide-layout tbody tr:hover{background:#ffffff0a}.light .slide-layout table{background:#00000005;border-color:#00000014}.light .slide-layout thead{background:#0000000a}.light .slide-layout th{color:var(--text-primary, #121212);border-bottom-color:#0000001a}.light .slide-layout td{color:var(--text-secondary, #374151);border-bottom-color:#0000000f}.light .slide-layout tbody tr:hover{background:#00000008}.grid-overlay{position:absolute;inset:0;pointer-events:none;z-index:100;background-color:#3b82f605;--col-size: calc(100% / var(--grid-cols, 48));--row-size: calc(100% / var(--grid-rows, 27));background-image:repeating-linear-gradient(to right,rgba(59,130,246,.25) 0 1px,transparent 1px var(--col-size)),repeating-linear-gradient(to bottom,rgba(59,130,246,.25) 0 1px,transparent 1px var(--row-size));background-size:100% 100%}.slide-layout-item--editable{cursor:default;transition:box-shadow .15s ease;position:relative}.slide-layout-item--editable:hover{box-shadow:inset 0 0 0 2px #3b82f64d}.slide-layout-item--linked-hover{box-shadow:inset 0 0 0 2px #3b82f680!important}.slide-layout-item--selected{box-shadow:inset 0 0 0 2px #3b82f6cc!important;cursor:move;z-index:101;overflow:hidden!important}.slide-layout-item--selected *,.slide-layout-item--selected pre{overflow:hidden!important}.container-resize-handle{position:absolute;background:#3b82f6;border:2px solid white;border-radius:2px;z-index:102;pointer-events:auto}.container-resize-handle--nw,.container-resize-handle--ne,.container-resize-handle--sw,.container-resize-handle--se{width:10px;height:10px}.container-resize-handle--nw{top:-5px;left:-5px;cursor:nwse-resize}.container-resize-handle--ne{top:-5px;right:-5px;cursor:nesw-resize}.container-resize-handle--sw{bottom:-5px;left:-5px;cursor:nesw-resize}.container-resize-handle--se{bottom:-5px;right:-5px;cursor:nwse-resize}.container-resize-handle--n,.container-resize-handle--s{width:20px;height:8px;left:50%;transform:translate(-50%)}.container-resize-handle--n{top:-4px;cursor:ns-resize}.container-resize-handle--s{bottom:-4px;cursor:ns-resize}.container-resize-handle--e,.container-resize-handle--w{width:8px;height:20px;top:50%;transform:translateY(-50%)}.container-resize-handle--e{right:-4px;cursor:ew-resize}.container-resize-handle--w{left:-4px;cursor:ew-resize}.slide-layout-item--editable:not(.slide-layout-item--selected) .container-resize-handle{display:none}.editor-container-type-card-description{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;margin-top:.375rem;overflow:hidden;font-size:11px;color:#ffffffd9;line-height:1rem}.poll-result-bar{background:linear-gradient(to right,color-mix(in srgb,var(--color-accent) 10%,transparent),color-mix(in srgb,var(--color-accent) 3%,transparent));transition:none;pointer-events:none;position:absolute;top:0;left:0;bottom:0;z-index:0;width:0;border-radius:.75rem}.poll-result-bar--animate{animation:poll-bar-grow .7s cubic-bezier(.22,1,.36,1) forwards}.slide-layout{container-type:inline-size;container-name:slide;position:relative;box-sizing:border-box;aspect-ratio:16/9;width:100%;overflow:hidden;border-radius:12px;--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity));font-size:28px;--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity));font-family:Inter}.container,.slider-track-container{width:100%}.editor-container-type-caret{pointer-events:none;position:absolute;right:0;width:.75rem;height:.75rem;color:#fff9}.poll-live-overlay,.slider-live-overlay{pointer-events:none;position:absolute;inset:0;z-index:10;margin-top:52px;display:flex;flex-direction:column;align-items:center;justify-content:center}.slider-submitted-chip{pointer-events:none;position:absolute;top:.1rem;z-index:20;--un-translate-x:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));border-width:1px;border-color:#ffffff40;border-radius:9999px;background-color:#ffffffd9;padding:.125rem .5rem;font-size:10px;color:#000000d9;font-weight:600;letter-spacing:.02em;--un-shadow:0 1px 3px var(--un-shadow-color, rgba(0, 0, 0, .22));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);transition-property:left;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s}.slider-submitted-marker{pointer-events:none;position:absolute;top:1.35rem;z-index:10;height:2.35rem;width:3px;--un-translate-x:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));border-radius:9999px;background-color:#ffffffd9;transition-property:left;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s}.slider-value-tooltip{pointer-events:none;position:absolute;top:-2.2rem;z-index:20;--un-translate-x:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));border-radius:9999px;background-color:color-mix(in srgb,var(--color-accent) 82%,white 18%);padding:.25rem .625rem;font-size:11px;color:var(--color-accent-text);font-weight:600;line-height:1;--un-shadow:0 2px 6px var(--un-shadow-color, rgba(0, 0, 0, .25));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);transition-property:left;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.auth-background{position:absolute!important;top:0;left:0;z-index:0;width:100%;height:100%}.auth-container{position:relative;width:100%;height:100%;overflow:hidden}.drawer-backdrop{position:fixed;inset:0;z-index:40;background-color:#00000080}.drawer-panel{position:fixed;top:2.75rem;right:0;bottom:0;z-index:50;width:100%;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-shadow:var(--un-shadow-inset) 0 25px 50px -12px var(--un-shadow-color, rgb(0 0 0 / .25));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.editor-add-slide-fab{position:absolute;bottom:.75rem;left:.75rem;z-index:60;display:flex;align-items:center;gap:.5rem;border-width:1px;border-color:#ffffff26;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:.5rem .75rem;font-size:.75rem;line-height:1rem;color:#ffffffb3;font-weight:600;--un-shadow:var(--un-shadow-inset) 0 1px 2px 0 var(--un-shadow-color, rgb(0 0 0 / .05));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.editor-container-card{position:relative;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;border-radius:1rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.editor-container-type-select-wrap{position:relative;display:inline-flex;align-items:center}.editor-hover-delete-btn{position:absolute;top:0;right:0;z-index:60;width:1.75rem;height:1.75rem;display:inline-flex;--un-translate-x:50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));--un-translate-y:-50%;align-items:center;justify-content:center;gap:0;overflow:hidden;border-width:1px;border-color:#ef444473;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity));padding-left:0;padding-right:0;--un-text-opacity:1;color:rgb(248 113 113 / var(--un-text-opacity));--un-shadow:0 2px 8px var(--un-shadow-color, rgba(0, 0, 0, .18));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.22s;transition-timing-function:cubic-bezier(0,0,.2,1)}.editor-hover-insert-btn{position:absolute;left:50%;z-index:60;width:1.75rem;height:1.75rem;display:inline-flex;--un-translate-x:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));align-items:center;justify-content:center;border-width:1px;border-color:#ffffff26;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity));padding:0;color:#ffffffb3;--un-shadow:0 2px 8px var(--un-shadow-color, rgba(0, 0, 0, .18));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.editor-loading{position:relative;min-height:400px;display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;border-width:1px;--un-border-opacity:1;border-color:rgb(229 231 235 / var(--un-border-opacity));border-radius:.5rem}.editor-slide-card{position:relative;border-radius:1.5rem;--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity));transition-property:box-shadow,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.22s}.modal-mask{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background-color:#00000080;--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.poll-dash,.slider-dash{position:relative;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;border-width:1px;border-color:var(--slide-card-border);border-radius:1.25rem;background-color:var(--slide-card-bg);--un-shadow:var(--slide-card-shadow);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.poll-dash-header{position:relative;z-index:11;flex-shrink:0;border-bottom-width:1px;border-color:var(--slide-card-border);background-color:#ffffff0f;padding:.75rem 1.25rem}.poll-result-choice{position:relative;z-index:1;min-width:0;overflow-wrap:break-word;font-size:.85em;color:#ffffffd9;line-height:1.6}.poll-result-letter{position:relative;z-index:1;width:1.75em;height:1.75em;display:flex;flex-shrink:0;align-items:center;justify-content:center;border-width:1.5px;border-color:#fff3;border-radius:9999px;background-color:#ffffff14;font-size:.5em;color:#ffffff8c;font-weight:600;letter-spacing:0em}.poll-result-row{position:relative;display:grid;grid-template-columns:2.1rem 1fr auto;box-sizing:border-box;width:100%;max-width:100%;min-height:3rem;align-items:center;gap:.75rem;overflow:hidden;border-width:1px;border-color:var(--slide-card-border);border-radius:.95rem;background-color:#ffffff0a;padding:.875rem}.poll-result-stats{position:relative;z-index:1;display:flex;flex-shrink:0;flex-direction:column;align-items:flex-end;gap:.125rem}.preview-toolbar{position:absolute;bottom:1rem;right:1rem;z-index:100;min-height:var(--preview-nav-pill-height);display:flex;align-items:center;justify-content:center;gap:.5rem;border-width:1px;border-color:#0000001a;border-radius:30px;background-color:#fffffff2;padding-top:var(--preview-nav-pill-padding-y);padding-bottom:var(--preview-nav-pill-padding-y);padding-left:.75rem;padding-right:.75rem;--un-shadow:0 2px 8px var(--un-shadow-color, rgba(0, 0, 0, .15));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(10px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.slide-stage{position:relative;margin:0 auto;width:100%;max-width:100%;display:flex;justify-content:center;overflow:visible}.slide-stage-inner{position:absolute;top:0;left:0;transform-origin:top left}.slide-thumbnail{position:relative;aspect-ratio:16/9;width:100%;overflow:hidden;border-width:2px;border-color:#fff3;border-radius:.5rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.slide-viewport{position:relative;width:100%;height:100%;min-height:0;display:flex;align-items:center;justify-content:center;overflow-x:hidden;overflow-y:auto;background-color:transparent;padding:1rem}.slider-dash-header{position:relative;z-index:11;flex-shrink:0;border-bottom-width:1px;border-color:var(--slide-card-border);background-color:#ffffff0d;padding:.875rem 1.25rem}.slider-histogram-bars{position:relative;min-height:80px;display:flex;flex:1 1 0%;align-items:flex-end;justify-content:center;gap:.25rem;padding-bottom:.25rem}.slider-tick{position:absolute;top:0;width:.125rem;display:flex;flex-direction:column;align-items:center;background-color:#ffffff40}.slider-ticks{position:relative;height:.5rem;width:100%}.slider-track-wrapper{position:relative;width:100%;padding-top:1.75rem}.split-desktop-pane{position:relative;min-height:0;width:100%;display:flex;flex:1 1 0%;gap:.75rem;overflow:visible;background-color:transparent;padding:.75rem}.split-divider{position:relative;width:.75rem;display:flex;flex-shrink:0;cursor:col-resize;-webkit-user-select:none;user-select:none;align-items:center;justify-content:center;background-color:transparent}.split-divider-btn{position:absolute;top:50%;left:50%;z-index:10;width:2.25rem;height:2.25rem;display:flex;--un-translate-x:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));--un-translate-y:-50%;cursor:pointer;align-items:center;justify-content:center;border-width:1px;border-color:#0000001a;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:0;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity));opacity:0;--un-shadow:0 2px 8px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.06);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.split-pane-base{position:relative;min-height:0;display:flex;flex:1 1 0%;flex-direction:column;overflow:hidden;border-radius:.75rem;background-color:transparent;--un-shadow:0 2px 4px rgba(0,0,0,.07),0 6px 16px rgba(0,0,0,.06);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.split-pane-container{position:relative;z-index:1;width:100%;min-height:0;display:flex;flex:1 1 0%;flex-direction:column;overflow:hidden;background-color:transparent}.split-pip-content{position:relative;display:flex;flex:1 1 0%;overflow:hidden;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:0}.split-pip-layout{position:relative;min-height:0;display:flex;flex:1 1 0%;overflow:hidden;background-color:transparent}.split-pip-window{position:fixed;z-index:1000;display:flex;flex-direction:column;overflow:hidden;border-radius:1rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-shadow:0 8px 32px rgba(0,0,0,.16),0 2px 8px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.06);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.toolbar-image-item{position:relative;aspect-ratio:1/1;width:100%;cursor:pointer;overflow:hidden;border-width:1px;border-color:#ffffff14;border-radius:.125rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.1s}.toolbar-image-item-overlay{position:absolute;top:0;right:0;display:flex;gap:1px;padding:1px;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.1s}.toolbar-image-progress{position:relative;height:1.25rem;overflow:hidden;border-radius:.125rem;background-color:#ffffff14}.toolbar-image-progress-bar{position:absolute;top:0;left:0;height:100%;background-color:#f43f5e73;transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.toolbar-image-progress-text{position:relative;z-index:1;height:100%;display:flex;align-items:center;justify-content:center;font-size:9px;color:#fff9;--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}.user-menu-wrapper{position:relative;z-index:50}.split-divider:before{position:absolute;width:1px;height:60%;border-radius:9999px;background-color:#00000026;transition-property:background-color,width,height;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s;content:""}.split-pip-resize-se{bottom:0;right:0;width:2rem;height:2rem;display:flex;cursor:nwse-resize;align-items:center;justify-content:center;border-bottom-right-radius:1rem;--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.duplicate-warning-banner{z-index:10;display:flex;flex-shrink:0;flex-direction:column;gap:.25rem;border-bottom-width:1px;border-bottom-color:#f59e0b4d;--un-gradient-from-position:0%;--un-gradient-from:rgb(245 158 11 / .15) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(245 158 11 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);--un-gradient-to:rgb(234 88 12 / .12) var(--un-gradient-to-position);--un-gradient-shape:to bottom right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));padding:.625rem .875rem;font-size:13px;--un-text-opacity:1;color:rgb(251 191 36 / var(--un-text-opacity))}.slider-histogram-bar{z-index:0;width:100%;height:0;border-top-left-radius:4px;border-top-right-radius:4px;background-image:linear-gradient(to top,color-mix(in srgb,var(--color-accent) 38%,transparent),color-mix(in srgb,var(--color-accent) 16%,transparent));transition-property:height;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s;transition-timing-function:cubic-bezier(.2,0,0,1)}.poll-choice{display:grid;grid-template-columns:2.1rem 1fr auto;box-sizing:border-box;width:100%;max-width:100%;min-height:3rem;cursor:pointer;align-items:center;gap:.75rem;overflow:hidden;border-width:1px;border-color:var(--slide-card-border);border-radius:.95rem;background-color:#ffffff0a;padding:.875rem;text-align:left;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s;transition-timing-function:cubic-bezier(.2,0,0,1)}.poll-editor-row{display:grid;grid-template-columns:1.25rem 1fr auto auto;width:100%;max-width:100%;align-items:flex-start;gap:.5rem;border-width:1px;border-color:#ffffff14;border-radius:.85rem;background-color:#ffffff0a;padding:.5rem}.code-raw-output-pre{margin:0;white-space:pre-wrap;padding:.75rem;font-size:11px;--un-text-opacity:1;color:rgb(251 146 60 / var(--un-text-opacity));line-height:1.625;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.code-viewer-hint{margin:0 0 0 auto;text-align:right;font-size:11px;color:#ffffff80}.drawer-section-title{margin:0;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity));font-weight:700;letter-spacing:.05em;text-transform:uppercase}.drawer-user-name{margin:0;overflow-wrap:break-word;font-size:1.125rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity));font-weight:600}.manage-students-option-desc{margin:0;margin-bottom:.75rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.manage-students-option-title{margin:0;margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity));font-weight:600}.modal-header-title{margin:0;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity));font-weight:500}.poll-choice-text>*{margin:0;padding:0}.slide-grid-title{margin:0;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));font-weight:600;letter-spacing:.025em;text-transform:uppercase;opacity:.6}.split-pip-main{margin:.75rem;min-height:0;display:flex;flex:1 1 0%;flex-direction:column;overflow:hidden;border-radius:.75rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-shadow:0 2px 4px rgba(0,0,0,.07),0 6px 16px rgba(0,0,0,.06);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.editor-container-type-card{margin:.25rem .625rem .375rem;min-height:0;display:flex;flex:1 1 0%;flex-direction:column;align-self:stretch;overflow:hidden;border-width:1px;border-color:#ffffff1a;border-radius:.75rem;--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity));padding:.625rem .75rem;text-align:left;--un-shadow:0 1px 2px var(--un-shadow-color, rgba(0, 0, 0, .12));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);transition-property:box-shadow,border-color,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.18s}.modal-container{margin-left:1rem;margin-right:1rem;width:100%;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;border-width:1px;--un-border-opacity:1;border-color:rgb(229 231 235 / var(--un-border-opacity));border-radius:1rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-shadow:0 8px 24px rgba(0,0,0,.12),0 2px 6px rgba(0,0,0,.08);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.code-raw-output{margin-top:.5rem;overflow:auto;border-width:1px;border-color:#f9731626;border-radius:.75rem;background-color:#f973160d}.drawer-last-signin{margin-top:.5rem;margin-bottom:0;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.drawer-spinner{margin-right:.75rem;width:1.25rem;height:1.25rem;animation:spin 1s linear infinite;border-width:2px;--un-border-opacity:1;border-color:rgb(229 231 235 / var(--un-border-opacity));--un-border-top-opacity:var(--un-border-opacity);border-top-color:rgb(26 26 26 / var(--un-border-top-opacity));border-radius:9999px}.drawer-usage-header{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.drawer-user-email{margin-top:.25rem;margin-bottom:0;word-break:break-all;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.duplicate-warning-icon{margin-top:1px;width:1.125rem;height:1.125rem;flex-shrink:0;--un-text-opacity:1;color:rgb(245 158 11 / var(--un-text-opacity))}.manage-students-bulk-actions{margin-top:.75rem;display:flex;align-items:center;justify-content:space-between}.manage-students-tabs{margin-bottom:1rem;display:flex;gap:.5rem;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(229 231 235 / var(--un-border-opacity));padding-bottom:.5rem}.modal-label{margin-bottom:.375rem;display:block;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity));font-weight:500}.poll-live-waiting,.slider-live-waiting{margin-top:1rem;font-size:13px;color:#ffffff8c;font-weight:600;letter-spacing:.02em}.slide-number{margin-top:.5rem;border-radius:9999px;background-color:#ffffff1a;padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;color:#ffffffb3;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.slider-dash-mean{margin-top:.5rem;display:flex;align-items:center;gap:.5rem;border-top-width:1px;border-color:#ffffff14;padding-top:.5rem}.slider-value-max{margin-left:.5rem;font-size:1.125rem;line-height:1.75rem;color:#ffffff80}.code-surface{box-sizing:border-box;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;border-width:1px;border-color:var(--slide-card-border);border-radius:1.25rem;background-color:var(--slide-card-bg);--un-shadow:var(--slide-card-shadow);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.manage-students-textarea{box-sizing:border-box;width:100%;resize:vertical;border-radius:.5rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:.75rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity));font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";outline:2px solid transparent;outline-offset:2px}.modal-body{box-sizing:border-box;min-height:0;flex:1 1 0%;overflow-y:auto;padding:1rem}.poll-body{box-sizing:border-box;display:flex;flex:1 1 0%;flex-direction:column;justify-content:center;gap:1rem;overflow-y:auto;padding:1.25rem}.poll-choices{box-sizing:border-box;width:100%;max-width:100%;display:flex;flex-shrink:0;flex-direction:column;gap:.625rem}.poll-surface,.slider-surface{box-sizing:border-box;width:100%;height:100%;max-width:100%;display:flex;flex:1 1 0%;flex-direction:column;overflow:hidden;border-width:1px;border-color:var(--slide-card-border);border-radius:1.25rem;background-color:var(--slide-card-bg);--un-shadow:var(--slide-card-shadow);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.slider-body{box-sizing:border-box;display:flex;flex:1 1 0%;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;overflow-y:auto;padding:1.25rem}.slide-layout-item{display:block;min-width:0;overflow-y:auto;overflow-x:hidden}.code-btn{height:2rem;display:inline-flex;cursor:pointer;align-items:center;justify-content:center;gap:.375rem;border-width:1px;border-color:transparent;border-radius:9999px;padding-left:1rem;padding-right:1rem;font-size:12px;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s;transition-timing-function:cubic-bezier(.2,0,0,1)}.code-config-row{min-width:6.25rem;display:flex;flex:1 1 0%;flex-direction:column;gap:.125rem}.code-editor-pane{width:100%;min-width:0;display:flex;flex-direction:column;gap:.5rem}.code-editor-tab-content{min-height:12.5rem;flex:1 1 0%}.code-headline-icon{width:1.5rem;height:1.5rem;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;background-color:var(--color-accent);font-size:11px;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity));font-weight:700}.code-output-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem;font-size:13px;color:#ffffff52}.code-output-error{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;font-size:13px;--un-text-opacity:1;color:rgb(251 146 60 / var(--un-text-opacity))}.code-output-loading{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.code-output-section{min-height:0;display:flex;flex-direction:column;overflow:hidden}.code-results-progress{height:.375rem;flex:1 1 0%;overflow:hidden;border-radius:9999px;background-color:#ffffff1a}.code-results-progress-fill{height:100%;border-radius:9999px;transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.7s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.code-test-header{width:100%;display:flex;cursor:default;align-items:center;gap:.625rem;border-style:none;background-color:transparent;padding:.625rem .875rem;color:inherit}.code-test-icon{width:1.25rem;height:1.25rem;display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px}.code-test-name{min-width:0;word-break:break-all;text-align:left;font-size:13px;color:#ffffffd1;font-weight:500;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.code-viewer-ce{min-height:0;flex:1 1 0%}.code-viewer-editor-pane{min-width:0;display:flex;flex:1 1 0%;flex-direction:column;border-right-width:1px;border-color:var(--slide-card-border)}.code-viewer-layout{min-height:0;display:flex;flex:1 1 0%;overflow:hidden}.code-viewer-output-pane{min-width:0;display:flex;flex:1 1 0%;flex-direction:column}.code-viewer-runscript-pane,.code-viewer-solution-pane,.code-viewer-tab-content{min-height:0;display:flex;flex:1 1 0%;flex-direction:column}.drawer-avatar{width:4rem;height:4rem;display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(102 126 234 / var(--un-bg-opacity));font-size:1.5rem;line-height:2rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));font-weight:700}.drawer-close-btn{width:2.25rem;height:2.25rem;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:.375rem;border-style:none;background-color:transparent;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.drawer-display-name-input{min-width:0;flex:1 1 0%;border-radius:.25rem;--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity));padding:.25rem .5rem;font-size:1.125rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity));font-weight:600;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";outline:2px solid transparent;outline-offset:2px}.drawer-edit-name-btn{width:1.5rem;height:1.5rem;display:flex;flex-shrink:0;cursor:pointer;align-items:center;justify-content:center;border-radius:.375rem;border-style:none;background-color:transparent;--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.drawer-logout-btn{width:100%;display:flex;cursor:pointer;align-items:center;justify-content:center;gap:.5rem;border-width:1px;--un-border-opacity:1;border-color:rgb(209 213 219 / var(--un-border-opacity));border-radius:.375rem;--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity));padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity));font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.drawer-usage-bar{height:.5rem;overflow:hidden;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(209 213 219 / var(--un-bg-opacity))}.drawer-usage-bar-fill{height:100%;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(102 126 234 / var(--un-bg-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s}.drawer-user-info{min-width:0;flex:1 1 0%}.duplicate-warning-text{min-width:0;display:flex;flex-direction:column;gap:.125rem}.editor-container-action-btn{height:1.875rem;border-width:1px;border-color:#ffffff26;border-radius:9999px;background-color:#ffffff12;padding-left:.625rem;padding-right:.625rem;font-size:10px;color:#ffffffb3;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.18s}.editor-container-actions{min-width:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}.editor-container-label{min-width:0;flex:1 1 0%;flex-basis:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;color:#fff9;font-weight:600;line-height:1rem;letter-spacing:.025em;text-transform:uppercase}.editor-container-select-group{min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.editor-container-type-pill{height:2rem;display:inline-flex;align-items:center;gap:.375rem;border-width:1px;border-color:#ffffff1a;border-radius:9999px;background-color:#ffffff1a;padding-left:.625rem;padding-right:.625rem;--un-backdrop-blur:blur(2px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.editor-container-type-select{min-width:4.25rem;cursor:pointer;-webkit-appearance:none;appearance:none;background-color:transparent;padding-top:0;padding-bottom:0;padding-left:.25rem;padding-right:1rem;font-size:11px;color:#ffffffd9;font-weight:500;line-height:1;outline:2px solid transparent;outline-offset:2px}.editor-hover-delete-btn-confirm{width:8rem;justify-content:flex-start;padding-left:.625rem;padding-right:.625rem}.editor-hover-delete-label{max-width:0;--un-translate-x:-.25rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));white-space:nowrap;font-size:10px;font-weight:600;letter-spacing:.025em;text-transform:uppercase;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.18s;transition-timing-function:cubic-bezier(0,0,.2,1)}.editor-hover-delete-label-visible{max-width:5rem;--un-translate-x:0;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));opacity:1}.editor-hover-icon{width:.8rem;height:.8rem}.editor-slide-action-btn{width:1.75rem;height:1.75rem;display:inline-flex;align-items:center;justify-content:center;border-width:1px;border-color:#ffffff26;border-radius:9999px;background-color:#ffffff0f;color:#ffffffb3;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.18s}.editor-slide-collapse-btn{width:1.5rem;height:1.5rem;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;color:#fff9;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.editor-slide-css-btn{height:2rem;border-width:1px;border-color:#ffffff26;border-radius:9999px;background-color:#ffffff0f;padding-left:.75rem;padding-right:.75rem;font-size:11px;color:#ffffffb3;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.18s}.manage-students-content{min-height:200px;flex:1 1 0%;overflow-y:auto}.manage-students-dialog{max-width:600px;max-height:80vh;display:flex;flex-direction:column}.modal-close-btn{width:1.5rem;height:1.5rem;display:flex;cursor:pointer;align-items:center;justify-content:center;border-color:transparent;border-radius:.25rem;background-color:transparent;padding:0;font-size:1.125rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.modal-input,.modal-textarea{width:100%;border-width:0px!important;border-color:transparent!important;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:.375rem .5rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity));font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0)) !important;box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important;outline:2px solid transparent!important;outline-offset:2px!important;--un-ring-width:0px !important;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color) !important;--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color) !important}.poll-btn,.slider-btn{min-height:3rem;display:inline-flex;cursor:pointer;align-items:center;justify-content:center;border-width:1px;border-color:transparent;border-radius:9999px;padding:.625rem 1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;letter-spacing:-.025em;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s;transition-timing-function:cubic-bezier(.2,0,0,1)}.poll-choice-letter{width:1.75em;height:1.75em;display:flex;flex-shrink:0;align-items:center;justify-content:center;border-width:1.5px;border-color:#fff3;border-radius:9999px;background-color:#ffffff14;font-size:.5em;color:#ffffff8c;font-weight:600;letter-spacing:0em;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s;transition-timing-function:cubic-bezier(.2,0,0,1)}.poll-choice-text{min-width:0;overflow-wrap:break-word;font-size:.85em;color:#ffffffd9;line-height:1.6}.poll-dash-results{min-height:0;flex:1 1 0%;overflow-y:auto;overflow-x:hidden;padding:1rem}.poll-editor{width:100%;display:flex;flex-direction:column;overflow:hidden;border-width:1px;border-color:var(--slide-card-border);border-radius:1.1rem;background-color:var(--slide-card-bg);--un-shadow:var(--slide-card-shadow);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.poll-editor-add-btn{width:100%;border-width:1px;border-color:#ffffff38;border-radius:9999px;border-style:dashed;background-color:transparent;padding:.625rem .75rem;font-size:12px;color:#ffffffc2;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s;transition-timing-function:cubic-bezier(.2,0,0,1)}.poll-editor-icon-btn{height:2rem;width:2rem;display:inline-flex;align-items:center;justify-content:center;border-width:1px;border-color:#ffffff24;border-radius:9999px;background-color:#ffffff0f;font-size:.75rem;line-height:1rem;color:#ffffffb8;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s;transition-timing-function:cubic-bezier(.2,0,0,1)}.poll-editor-input{width:100%;min-height:3rem;resize:vertical;border-width:1px;border-color:#ffffff1f;border-radius:.75rem;background-color:#ffffff0f;padding:.5rem .625rem;font-size:13px;color:#ffffffe0;line-height:1.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s;transition-timing-function:cubic-bezier(.2,0,0,1)}.poll-headline-icon,.slider-headline-icon{width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background-color:var(--color-accent);font-size:11px;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity));font-weight:700}.poll-live-dot,.slider-live-dot{width:6px;height:6px;border-radius:9999px;background-color:currentColor}.poll-submitted-badge{width:1.6em;height:1.6em;display:flex;flex-shrink:0;align-items:center;justify-content:center;border-width:1.5px;border-color:currentColor;border-radius:9999px;color:#fff9}.presentation-container{height:100%;width:100%;display:flex;flex-direction:column;background-color:transparent}.slide-content{min-height:0;width:100%;display:flex;flex:1 1 0%;flex-direction:column;overflow-y:auto;overflow-x:hidden}.slide-grid-close-btn{width:1.75rem;height:1.75rem;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:.375rem;border-style:none;background-color:#ffffff1a;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.slide-grid-drawer{min-width:0;height:100%;display:flex;flex-shrink:0;flex-direction:column;overflow:hidden;border-right-width:1px;border-color:#ffffff1a;--un-bg-opacity:1;background-color:rgb(17 17 17 / var(--un-bg-opacity));--un-shadow:4px 0 24px var(--un-shadow-color, rgba(0, 0, 0, .4));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.slide-preview-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.slider-content{width:100%;max-width:28rem;display:flex;flex-direction:column;align-items:center;gap:1.75rem}.slider-dash-histogram{min-height:0;flex:1 1 0%;overflow:hidden;padding:1rem 1rem .5rem}.slider-histogram-bar-wrapper{max-width:32px;height:100%;display:flex;flex:1 1 0%;flex-direction:column;align-items:center;justify-content:flex-end;gap:.25rem}.slider-histogram-container{height:100%;display:flex;flex-direction:column}.slider-histogram-count{height:1rem;display:flex;align-items:center;font-size:10px;color:#fff9;font-weight:600;--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}.slider-histogram-label{max-width:32px;flex:1 1 0%;text-align:center;font-size:10px;color:#ffffff73;font-weight:500;--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}.slider-histogram-range-label{max-width:40%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.slider-input{width:100%;height:2.75rem;cursor:pointer;-webkit-appearance:none;appearance:none;background-color:transparent;outline:2px solid transparent;outline-offset:2px}.slider-tick--major{height:.5rem}.slider-tick--minor{height:.25rem}.slides-wrapper{min-height:0;width:100%;display:flex;flex:1 1 0%;align-items:stretch;justify-content:center;background-color:transparent;padding:.75rem}.split-editor-pane{min-height:0;display:flex;flex:1 1 0%;flex-direction:column;transition-property:flex;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:50ms;transition-timing-function:cubic-bezier(0,0,.2,1)}.split-pip-close-btn{width:1.75rem;height:1.75rem;display:flex;flex-shrink:0;cursor:pointer;align-items:center;justify-content:center;border-width:1px;border-color:#00000014;border-radius:9999px;background-color:#0000000d;padding:0;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.split-preview-pane{min-width:0;flex:1 1 0%;overflow:hidden;background-color:transparent;transition-property:flex;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:50ms;transition-timing-function:cubic-bezier(0,0,.2,1)}.split-slot-host{width:100%;height:100%;min-height:0;display:flex;flex:1 1 0%;flex-direction:column}.toolbar-field-label{min-width:40px;flex-shrink:0;font-size:8px;color:#ffffff59;font-weight:500;letter-spacing:.025em;text-transform:uppercase}.toolbar-image-img{width:100%;height:100%;object-fit:cover}.toolbar-image-item-delete{width:.875rem;height:.875rem;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:.125rem;border-style:none;background-color:#ef4444bf;font-size:7px;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.1s}.toolbar-image-progress-generating{width:100%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.toolbar-input{min-width:0;flex:1 1 0%;border-radius:.125rem;--un-bg-opacity:1;background-color:rgb(30 30 30 / var(--un-bg-opacity));padding:.125rem .375rem;font-size:10px;color:inherit}.toolbar-material-section-header{width:100%;display:flex;cursor:pointer;align-items:center;gap:.375rem;border-bottom-width:1px;border-color:#ffffff1a;border-style:none;background-color:transparent;padding:.625rem .75rem;text-align:left;font-size:10px;color:inherit;font-weight:500;letter-spacing:.025em;text-transform:uppercase;opacity:.6;opacity:.8;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.1s}.toolbar-nav-btn{width:var(--preview-nav-button-size);height:var(--preview-nav-button-size);display:flex;cursor:pointer;align-items:center;justify-content:center;border-width:2px;--un-border-opacity:1;border-color:rgb(243 244 246 / var(--un-border-opacity));border-radius:9999px;border-style:solid;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(75 85 99 / var(--un-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.toolbar-select{min-width:0;flex:1 1 0%;cursor:pointer;border-radius:.125rem;--un-bg-opacity:1;background-color:rgb(30 30 30 / var(--un-bg-opacity));padding:.125rem .375rem;font-size:10px;color:inherit}.toolbar-slide-counter{min-width:45px;display:flex;-webkit-user-select:none;user-select:none;align-items:baseline;justify-content:center;gap:.2rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(75 85 99 / var(--un-text-opacity));font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.toolbar-unit-selector{height:100%;min-width:1.5em;cursor:pointer;-webkit-appearance:none;appearance:none;border-style:none;background-color:transparent;padding:0;text-align:right;font-size:.7em;color:inherit;font-family:inherit;opacity:.7}.split-divider:hover:before{width:2px;height:100%;background-color:#0006}.code-editor-config{display:flex;flex-wrap:wrap;gap:.5rem}.code-editor-tabs{display:flex;border-bottom-width:1px;border-color:var(--slide-card-border,rgba(255,255,255,.08))}.code-headline{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;gap:.75rem;border-bottom-width:1px;border-color:var(--slide-card-border);background-color:#ffffff0d;padding:.75rem 1.25rem}.code-headline-label,.drawer-user-name-row,.editor-container-type-card-top,.poll-headline-label,.slider-headline-label{display:flex;align-items:center;gap:.5rem}.code-output-results{display:flex;flex-direction:column;gap:.75rem}.code-output-section-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;gap:.5rem;border-bottom-width:1px;border-color:var(--slide-card-border);background-color:#ffffff08;padding:.5rem .75rem}.code-pane-label{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.375rem .75rem}.code-pane-labels{display:flex;flex-shrink:0;align-items:center;border-bottom-width:1px;border-color:var(--slide-card-border);background-color:#ffffff08}.code-results-summary{display:flex;align-items:center;gap:.625rem}.code-test-detail-row{display:flex;flex-direction:column;gap:.125rem}.code-test-details{display:flex;flex-direction:column;gap:.5rem;border-top-width:1px;border-color:#ffffff0f;background-color:#ffffff05;padding:.75rem .875rem;padding:.75rem .875rem .75rem 2.75rem}.code-test-list,.manage-students-list,.slide-grid{display:flex;flex-direction:column;gap:.5rem}.code-viewer-actions{display:flex;flex-shrink:0;align-items:center;gap:.625rem;border-top-width:1px;border-color:var(--slide-card-border);background-color:transparent;padding:.75rem 1rem}.code-viewer-loading{display:flex;flex:1 1 0%;align-items:center;justify-content:center}.code-viewer-tabs{display:flex;flex-shrink:0;border-bottom-width:1px;border-color:var(--slide-card-border)}.drawer-header{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:1rem;padding-bottom:0}.drawer-loading{display:flex;align-items:center;justify-content:center;padding-top:1.5rem;padding-bottom:1.5rem;text-align:center;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.drawer-usage-content{display:flex;flex-direction:column;gap:1rem}.drawer-usage-item{display:flex;flex-direction:column;gap:.375rem}.drawer-usage-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(75 85 99 / var(--un-text-opacity))}.drawer-user-section{display:flex;align-items:flex-start;gap:1rem;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(229 231 235 / var(--un-border-opacity));padding:1.5rem}.duplicate-warning-content{display:flex;align-items:flex-start;gap:.625rem}.editor-container-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;column-gap:.5rem;row-gap:.5rem;border-bottom-width:1px;border-color:#ffffff1a;padding:.625rem .875rem}.editor-slide-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-bottom-width:1px;border-color:#ffffff1a;padding:.875rem 1rem}.flex-center{display:flex;align-items:center;justify-content:center}.flex-col-center{display:flex;flex-direction:column;align-items:center;justify-content:center}.manage-students-add-options{display:flex;flex-direction:column;gap:1.5rem}.manage-students-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;text-align:center;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.manage-students-item{display:flex;align-items:center;justify-content:space-between;border-radius:.5rem;--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity));padding:.75rem}.manage-students-item-info{display:flex;flex:1 1 0%;flex-direction:column;gap:.125rem}.manage-students-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2rem;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;border-top-width:1px;--un-border-opacity:1;border-color:rgb(229 231 235 / var(--un-border-opacity));padding:.75rem 1rem}.modal-header{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(229 231 235 / var(--un-border-opacity));padding:.75rem 1rem}.poll-dash-header-row,.slider-dash-header-row{display:flex;align-items:center;justify-content:space-between}.poll-dash-meta{display:flex;align-items:center;gap:.75rem}.poll-dash-results-list{display:flex;flex-direction:column;gap:.625rem;padding-left:.5rem;padding-right:.5rem;padding-bottom:.5rem}.poll-headline{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;gap:.75rem;border-bottom-width:1px;border-color:var(--slide-card-border);background-color:#ffffff0f;padding:.75rem 1.25rem}.slide-grid-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;border-bottom-width:1px;border-color:#ffffff1a;padding:.75rem 1rem}.slide-grid-item{display:flex;flex-direction:column;cursor:pointer;align-items:center;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.slider-dash-meta{display:flex;align-items:center;gap:.875rem}.slider-empty-state{display:flex;align-items:center;justify-content:center;padding-top:1rem;padding-bottom:1rem;font-size:.875rem;line-height:1.25rem;color:#ffffff8c;font-weight:500}.slider-headline{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;gap:.75rem;border-bottom-width:1px;border-color:var(--slide-card-border);background-color:#ffffff0d;padding:.875rem 1.25rem}.slider-histogram-labels{display:flex;justify-content:center;gap:.25rem;border-top-width:1px;border-color:#ffffff14;padding-top:.25rem}.slider-histogram-range{display:flex;justify-content:space-between;padding-top:.5rem;font-size:11px;color:#ffffff80;font-weight:500}.slider-labels{display:flex;justify-content:space-between;font-size:.78rem;color:#ffffff9e;font-weight:500}.slider-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:2rem;padding-bottom:2rem}.slider-value-display{display:flex;flex-direction:column;align-items:center;gap:.375rem}.slider-value-row{display:flex;align-items:baseline}.split-pip-header{display:flex;flex-shrink:0;cursor:move;-webkit-user-select:none;user-select:none;align-items:center;justify-content:space-between;border-bottom-width:1px;border-color:#0000000f;--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity));padding:.4rem .85rem}.toolbar-chart-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;--un-gradient-from-position:0%;--un-gradient-from:rgb(6 182 212 / .2) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(6 182 212 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);--un-gradient-to:rgb(59 130 246 / .2) var(--un-gradient-to-position);--un-gradient-shape:to bottom right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));--un-text-opacity:1;color:rgb(34 211 238 / var(--un-text-opacity))}.toolbar-field{display:flex;flex-direction:column;gap:.25rem}.toolbar-material-section-content{display:flex;flex-direction:column;gap:.5rem;gap:.625rem;padding:.625rem .75rem .75rem}.code-status-chip{display:inline-flex;align-items:center;gap:.375rem;border-radius:9999px;padding:.25rem .75rem;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s}.code-viewer-tab{display:inline-flex;cursor:pointer;align-items:center;gap:.375rem;border-bottom-width:2px;border-bottom-color:transparent;border-style:none;background-color:transparent;padding:.5rem 1rem;font-size:13px;color:#ffffff8c;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.editor-container-type-card-badge{display:inline-flex;align-items:center;border-width:1px;border-color:#a78bfa59;border-radius:9999px;background-color:#8b5cf629;padding:.25rem .625rem;font-size:10px;--un-text-opacity:1;color:rgb(221 214 254 / var(--un-text-opacity));font-weight:600;letter-spacing:.08em;text-transform:uppercase}.poll-live-chip{display:inline-flex;align-items:center;gap:.375rem;border-radius:9999px;padding:.25rem .75rem;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s}.slider-live-chip{display:inline-flex;align-items:center;gap:.375rem;border-radius:9999px;padding:.25rem .75rem;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s}.code-output-section-body{flex:1 1 0%;overflow-y:auto;padding:.625rem}.code-output-section-bottom,.code-output-section-full,.code-pane-label-right{flex:1 1 0%}.code-output-section-top{flex:1 1 0%;border-bottom-width:1px;border-color:var(--slide-card-border)}.code-pane-label-left{flex:1 1 0%;border-right-width:1px;border-color:var(--slide-card-border)}.slide-grid-container{flex:1 1 0%;overflow-y:auto;padding:.75rem}.drawer-usage-icon{flex-shrink:0;--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.editor-slide-drag-handle{flex-shrink:0;cursor:grab;-webkit-user-select:none;user-select:none;color:#fff6;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.editor-container-type-card:hover{--un-translate-y:-1px;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));border-color:#ffffff26;--un-shadow:0 4px 12px var(--un-shadow-color, rgba(0, 0, 0, .18));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.preview-toolbar:hover{--un-translate-y:-.125rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));--un-shadow:0 4px 12px var(--un-shadow-color, rgba(0, 0, 0, .2));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.slide-grid-item:hover{--un-translate-y:-.25rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.split-divider-btn:hover{--un-scale-x:1.1;--un-scale-y:1.1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));--un-border-opacity:1;border-color:rgb(17 24 39 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(17 24 39 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));--un-shadow:0 4px 12px var(--un-shadow-color, rgba(0, 0, 0, .2));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.split-pip-close-btn:hover{--un-scale-x:1.1;--un-scale-y:1.1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));background-color:#0000001a;--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity))}.toolbar-image-item:hover{--un-scale-x:1.02;--un-scale-y:1.02;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));border-color:#f43f5e66}.toolbar-nav-btn:hover{--un-scale-x:1.1;--un-scale-y:1.1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));--un-border-opacity:1;border-color:rgb(17 24 39 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(17 24 39 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.code-btn:active{--un-scale-x:.97;--un-scale-y:.97;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.poll-btn:active,.slider-btn:active{--un-scale-x:.98;--un-scale-y:.98;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.split-divider-btn:active,.split-pip-close-btn:active{--un-scale-x:1.05;--un-scale-y:1.05;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.toolbar-nav-btn:active{--un-scale-x:1.05;--un-scale-y:1.05;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity))}.code-btn:disabled{transform:none;cursor:not-allowed;opacity:.35}.poll-btn:disabled{transform:none;cursor:not-allowed;opacity:.35}.slider-btn:disabled{transform:none;cursor:not-allowed;opacity:.35}.btn{cursor:pointer;white-space:nowrap;border-width:1px;--un-border-opacity:1;border-color:rgb(209 213 219 / var(--un-border-opacity));border-radius:.25rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:.25rem .5rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity));font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-danger{cursor:pointer;white-space:nowrap;border-width:1px;--un-border-opacity:1;border-color:rgb(209 213 219 / var(--un-border-opacity));border-radius:.25rem;background-color:transparent;padding:.25rem .5rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(239 68 68 / var(--un-text-opacity));font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-primary{cursor:pointer;white-space:nowrap;border-width:1px;--un-border-opacity:1;border-color:rgb(156 163 175 / var(--un-border-opacity));border-radius:.25rem;--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity));padding:.25rem .5rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity));font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-secondary{cursor:pointer;white-space:nowrap;border-width:1px;--un-border-opacity:1;border-color:rgb(209 213 219 / var(--un-border-opacity));border-radius:.25rem;background-color:transparent;padding:.25rem .5rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity));font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.code-tab{cursor:pointer;border-bottom-width:2px;border-bottom-color:transparent;border-style:none;background-color:transparent;padding:.5rem 1rem;font-size:13px;color:#ffffff8c;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.code-test-header-clickable{cursor:pointer;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.manage-students-remove-btn{cursor:pointer;border-radius:.375rem;border-style:none;background-color:transparent;padding:.375rem;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.manage-students-tab{cursor:pointer;border-radius:.375rem;border-style:none;background-color:transparent;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn:disabled{cursor:not-allowed;opacity:.4}.btn-danger:disabled{cursor:not-allowed;opacity:.4}.btn-primary:disabled{cursor:not-allowed;opacity:.4}.btn-secondary:disabled{cursor:not-allowed;opacity:.4}.toolbar-nav-btn:disabled{cursor:not-allowed;opacity:.3}.editor-slide-drag-handle:active{cursor:grabbing}.code-output-empty-compact,.code-output-error-compact{gap:.375rem;font-size:11px}.code-output-loading-compact{gap:.5rem}.poll-editor-list>:not([hidden])~:not([hidden]),.slider-editor>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.5rem * var(--un-space-y-reverse))}.slider-track-container>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.75rem * var(--un-space-y-reverse))}.code-test-row{overflow:hidden;border-width:1px;border-radius:.95rem;background-color:#ffffff0a;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.toolbar-material-section{overflow:hidden;border-width:1px;border-color:#ffffff1a;border-radius:.5rem;background-color:#ffffff08;--un-shadow:0 1px 2px var(--un-shadow-color, rgba(0, 0, 0, .16));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.code-results-summary-text{white-space:nowrap;font-size:13px;color:#ffffffd1;font-weight:600}.code-test-detail-value{white-space:pre-wrap;word-break:break-all;border-radius:.5rem;background-color:#ffffff0f;padding:.375rem .625rem;font-size:12px;color:#ffffffb3;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.user-email{white-space:normal;overflow-wrap:break-word;font-size:.65rem;--un-text-opacity:1;color:rgb(18 18 18 / var(--un-text-opacity));font-weight:500;line-height:1.2}.duplicate-warning-details{overflow-wrap:break-word;font-size:.75rem;line-height:1rem;color:#fbbf24d9;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.card{border-width:1px;--un-border-opacity:1;border-color:rgb(229 231 235 / var(--un-border-opacity));border-radius:.75rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:1rem;--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity));--un-shadow:0 1px 3px rgba(0,0,0,.07),0 4px 12px rgba(0,0,0,.05);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.code-config-input{border-width:1px;border-color:#ffffff1f;border-radius:.5rem;background-color:#ffffff0f;padding:.25rem .5rem;font-size:13px;color:#ffffffd9;outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.dark .split-pane-base,.dark .split-pip-main{border-width:1px;border-color:#ffffff0f;--un-bg-opacity:1;background-color:rgb(26 26 26 / var(--un-bg-opacity));--un-shadow:0 2px 8px rgba(0,0,0,.55),0 1px 2px rgba(0,0,0,.35);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.toolbar-material-chip-btn{border-width:1px;border-color:#ffffff1a;background-color:#ffffff0a;color:#ffffff8c}.toolbar-material-input,.toolbar-material-select{border-width:1px;border-color:#ffffff1a}.drawer-actions,.drawer-settings-section,.drawer-usage-section{border-top-width:1px;--un-border-opacity:1;border-color:rgb(229 231 235 / var(--un-border-opacity));padding:1rem}.border-adaptive-soft,.dark .manage-students-tabs{border-color:#ffffff1a}.light .border-adaptive-soft,.light .editor-container-row,.light .editor-container-type-card,.light .editor-slide-row,.light .slide-grid-header,.light .toolbar-material-input,.light .toolbar-material-section-header,.light .toolbar-material-select{border-color:#0000001a}.border-adaptive-visible{border-color:#ffffff26}.light .border-adaptive-visible{border-color:#00000026}.border-base{--un-border-opacity:1;border-color:rgb(229 231 235 / var(--un-border-opacity))}.dark .border-base{--un-border-opacity:1;border-color:rgb(58 58 58 / var(--un-border-opacity))}.dark .btn{--un-border-opacity:1;border-color:rgb(75 85 99 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(31 41 55 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.dark .btn-danger{--un-border-opacity:1;border-color:rgb(75 85 99 / var(--un-border-opacity));--un-text-opacity:1;color:rgb(248 113 113 / var(--un-text-opacity))}.dark .btn-primary{--un-border-opacity:1;border-color:rgb(107 114 128 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(55 65 81 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(229 231 235 / var(--un-text-opacity))}.dark .btn-secondary{--un-border-opacity:1;border-color:rgb(75 85 99 / var(--un-border-opacity));--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.dark .card{--un-border-opacity:1;border-color:rgb(58 58 58 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(26 26 26 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(229 229 229 / var(--un-text-opacity));--un-shadow:0 2px 8px var(--un-shadow-color, rgba(0, 0, 0, .5));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.code-btn-filled,.poll-btn-filled,.slider-btn-filled{border-color:var(--color-accent);background-color:var(--color-accent);color:var(--color-accent-text)}.code-btn-outline{border-color:#ffffff1f;background-color:#ffffff0f;color:#ffffffc7}.light .code-btn-outline{border-color:#0000001f;background-color:#0000000a;color:#000000b3}.light .code-config-input{border-color:#00000024;background-color:#0000000a;color:#000c}.light .code-test-details{border-color:#0000000f;background-color:#00000003}.code-test-fail{border-color:#ef444433}.light .code-test-fail{border-color:#ef444426}.code-test-pass{border-color:#22c55e33}.light .code-test-pass{border-color:#22c55e26}.dark .drawer-actions,.dark .drawer-settings-section,.dark .drawer-usage-section,.dark .drawer-user-section,.dark .modal-footer,.dark .modal-header{--un-border-opacity:1;border-color:rgb(55 65 81 / var(--un-border-opacity))}.dark .drawer-logout-btn{--un-border-opacity:1;border-color:rgb(75 85 99 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(55 65 81 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.dark .drawer-spinner{--un-border-opacity:1;border-color:rgb(75 85 99 / var(--un-border-opacity));--un-border-top-opacity:var(--un-border-opacity);border-top-color:rgb(255 255 255 / var(--un-border-top-opacity))}.light .editor-add-slide-fab,.light .editor-hover-insert-btn{border-color:#00000026;color:#000000b3}.light .editor-container-action-btn{border-color:#00000026;background-color:#0000000f;color:#000000b3}.light .editor-container-type-card-badge{border-color:#8b5cf640;background-color:#8b5cf61a;--un-text-opacity:1;color:rgb(109 40 217 / var(--un-text-opacity))}.light .editor-container-type-pill{border-color:#0000001a;background-color:#0000000f}.light .editor-slide-action-btn,.light .editor-slide-css-btn{border-color:#00000026;background-color:#0000000d;color:#000000b3}.dark .modal-container{border-color:#37415199;--un-bg-opacity:1;background-color:rgb(17 24 39 / var(--un-bg-opacity));--un-shadow:0 8px 32px var(--un-shadow-color, rgba(0, 0, 0, .7));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.light .poll-btn-tonal,.light .slider-btn-tonal{border-color:#0000001a;background-color:#0000000f;color:#000000bf}.poll-btn-tonal,.slider-btn-tonal{border-color:#ffffff1a;background-color:#ffffff14;color:#ffffffd1}.light .poll-choice-letter,.light .poll-result-letter{border-color:#0003;background-color:#0000000d;color:#0000008c}.light .poll-choice-letter-selected{--un-border-opacity:1 !important;border-color:rgb(255 255 255 / var(--un-border-opacity))!important;--un-bg-opacity:1 !important;background-color:rgb(255 255 255 / var(--un-bg-opacity))!important;--un-text-opacity:1 !important;color:rgb(0 0 0 / var(--un-text-opacity))!important}.poll-choice-letter-selected{--un-border-opacity:1;border-color:rgb(0 0 0 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.light .poll-choice-selected{border-color:#000000e6!important;--un-bg-opacity:1 !important;background-color:rgb(0 0 0 / var(--un-bg-opacity))!important;--un-text-opacity:1 !important;color:rgb(255 255 255 / var(--un-text-opacity))!important;--un-shadow:0 2px 8px var(--un-shadow-color, rgba(0, 0, 0, .15));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.poll-choice-selected{border-color:#ffffffe6;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity));--un-shadow:0 2px 8px var(--un-shadow-color, rgba(255, 255, 255, .15));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.light .poll-editor-add-btn{border-color:#00000038;color:#000000b8}.light .poll-editor-icon-btn{border-color:#00000024;background-color:#0000000a;color:#000000b3}.light .poll-editor-icon-btn-active{--un-border-opacity:1 !important;border-color:rgb(0 0 0 / var(--un-border-opacity))!important;--un-bg-opacity:1 !important;background-color:rgb(0 0 0 / var(--un-bg-opacity))!important;--un-text-opacity:1 !important;color:rgb(255 255 255 / var(--un-text-opacity))!important}.poll-editor-icon-btn-active{border-color:var(--color-accent)!important;background-color:var(--color-accent)!important;color:var(--color-accent-text)!important}.light .poll-editor-input{border-color:#00000024;background-color:#0000000a;color:#000000d1}.light .poll-editor-row{border-color:#0000001a;background-color:#00000005}.light .poll-submitted-badge-selected{--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.poll-submitted-badge-selected{--un-border-opacity:1;border-color:rgb(0 0 0 / var(--un-border-opacity));--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity))}.dark .preview-toolbar{border-color:#ffffff1a;background-color:#2a2a2af2;--un-shadow:0 2px 8px var(--un-shadow-color, rgba(0, 0, 0, .4));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.light .slide-grid-drawer{border-color:#0000001a;--un-bg-opacity:1;background-color:rgb(233 234 237 / var(--un-bg-opacity));--un-shadow:4px 0 16px var(--un-shadow-color, rgba(0, 0, 0, .08));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.light .slide-thumbnail{border-color:#0000001f}.light .slide-thumbnail--current{--un-border-opacity:1;border-color:rgb(0 0 0 / var(--un-border-opacity))}.slide-thumbnail--current{--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity));--un-shadow:0 4px 24px var(--un-shadow-color, rgba(0, 0, 0, .08));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.light .slider-dash-mean,.light .slider-histogram-labels{border-color:#0000000f}.light .slider-submitted-chip{border-color:#00000040;background-color:#000000b3;color:#ffffffe6}.dark .split-divider-btn{border-color:#ffffff1a;--un-bg-opacity:1;background-color:rgb(26 26 26 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(165 165 165 / var(--un-text-opacity));--un-shadow:0 2px 8px var(--un-shadow-color, rgba(0, 0, 0, .4));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .split-pip-close-btn{border-color:#ffffff14;background-color:#ffffff14;--un-text-opacity:1;color:rgb(165 165 165 / var(--un-text-opacity))}.dark .split-pip-header{border-color:#ffffff0f;--un-bg-opacity:.98;background-color:rgba(18,18,18,var(--un-bg-opacity))}.light .toolbar-image-item{border-color:#00000014}.light .toolbar-material-chip-btn{border-color:#0000001a;background-color:#0000000a;color:#0000008c}.light .toolbar-material-section{border-color:#0000001a;background-color:#00000008;--un-shadow:0 1px 2px var(--un-shadow-color, rgba(0, 0, 0, .06));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .toolbar-nav-btn{--un-border-opacity:1;border-color:rgb(74 74 74 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(58 58 58 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(161 161 170 / var(--un-text-opacity))}.hover\:border-adaptive-visible:hover{border-color:#ffffff26}.light .hover\:border-adaptive-visible:hover{border-color:#00000026}.dark .hover\:border-base:hover{--un-border-opacity:1;border-color:rgb(58 58 58 / var(--un-border-opacity))}.hover\:border-base:hover{--un-border-opacity:1;border-color:rgb(229 231 235 / var(--un-border-opacity))}.btn:hover{--un-border-opacity:1;border-color:rgb(156 163 175 / var(--un-border-opacity));--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity))}.dark .btn:hover{--un-border-opacity:1;border-color:rgb(107 114 128 / var(--un-border-opacity));--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity))}.btn-danger:hover{--un-border-opacity:1;border-color:rgb(252 165 165 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(254 242 242 / var(--un-bg-opacity))}.dark .btn-danger:hover{--un-border-opacity:1;border-color:rgb(239 68 68 / var(--un-border-opacity));background-color:#7f1d1d33}.btn-secondary:hover{--un-border-opacity:1;border-color:rgb(156 163 175 / var(--un-border-opacity));--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity))}.dark .btn-secondary:hover{--un-border-opacity:1;border-color:rgb(107 114 128 / var(--un-border-opacity));--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity))}.dark .drawer-logout-btn:hover{--un-border-opacity:1;border-color:rgb(107 114 128 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(75 85 99 / var(--un-bg-opacity))}.drawer-logout-btn:hover{--un-border-opacity:1;border-color:rgb(156 163 175 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity))}.light .editor-container-type-card:hover{border-color:#00000026}.editor-hover-delete-btn:hover{border-color:#f87171cc;background-color:#ef44441f;--un-text-opacity:1;color:rgb(252 165 165 / var(--un-text-opacity))}.editor-hover-insert-btn:hover{border-color:#fff3;--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity));color:#ffffffe6}.light .editor-hover-insert-btn:hover{border-color:#0003;color:#000000e6}.light .poll-choice:hover{border-color:#00000024;background-color:#0000000f}.poll-choice:hover{border-color:#ffffff2e;background-color:#ffffff14}.light .poll-choice-selected:hover{border-color:#000000d9!important;background-color:#000000f2!important}.poll-choice-selected:hover{border-color:#ffffffd9;background-color:#fffffff2}.poll-editor-icon-btn-danger:hover{border-color:#f8717166;--un-text-opacity:1;color:rgb(252 165 165 / var(--un-text-opacity))}.group:hover .slide-thumbnail{border-color:#ffffff80;--un-shadow:0 8px 32px var(--un-shadow-color, rgba(0, 0, 0, .3));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.light .group:hover .slide-thumbnail{border-color:#0000004d;--un-shadow:0 8px 24px var(--un-shadow-color, rgba(0, 0, 0, .12));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .split-divider-btn:hover{--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity));--un-shadow:0 4px 12px var(--un-shadow-color, rgba(255, 255, 255, .15));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.toolbar-material-chip-btn:hover{border-color:var(--tb-accent);color:var(--tb-accent-text)}.dark .toolbar-nav-btn:hover{--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(17 24 39 / var(--un-text-opacity))}.code-config-input:focus{border-color:var(--color-accent);--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-ring-color:var(--color-accent) }.poll-editor-input:focus{border-color:var(--color-accent);outline:2px solid transparent;outline-offset:2px;--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-ring-color:var(--color-accent) }.toolbar-material-input:focus{border-color:var(--tb-accent);--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-ring-color:var(--tb-ring) }.toolbar-material-select:focus{border-color:var(--tb-accent);--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-ring-color:var(--tb-ring) }.code-tab-active,.code-viewer-tab-active{border-bottom-color:var(--color-accent);color:#ffffffe6}.code-editor-lang-badge{border-radius:9999px;background-color:#ffffff14;padding:.125rem .625rem;font-size:10px;color:#ffffff85;font-weight:500;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.code-headline-lang{border-radius:9999px;background-color:var(--color-accent);padding:.125rem .625rem;font-size:10px;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity));font-weight:700;letter-spacing:.08em;text-transform:uppercase}.code-viewer-tab-badge{border-radius:.25rem;background-color:#ffffff1a;padding:.125rem .375rem;font-size:9px;color:#ffffff80;font-weight:400;letter-spacing:.025em;text-transform:uppercase}.drawer-tier-badge{border-radius:9999px;padding:.125rem .5rem;font-size:.75rem;line-height:1rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.manage-students-option{border-radius:.5rem;--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity));padding:1rem}.poll-choice-text code,.poll-result-choice code{border-radius:.25rem;background-color:#ffffff1a;padding:.125rem .25rem;font-size:.9em;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.toolbar-unit-selector:hover{border-radius:.125rem;background-color:#0000000d;opacity:1}.toolbar-unit-selector:focus{border-radius:.125rem;background-color:#0000000d;opacity:1}.manage-students-status{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;padding:.75rem 1rem;text-align:center;font-size:.875rem;line-height:1.25rem}.bg-base{--un-bg-opacity:1;background-color:rgb(241 242 245 / var(--un-bg-opacity))}.dark .bg-base,.dark .split-desktop-pane,.dark .split-pane-container,.dark .split-pip-layout{--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity))}.bg-surface{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.dark .bg-surface,.dark .drawer-panel,.dark .editor-add-slide-fab,.dark .editor-container-card{--un-bg-opacity:1;background-color:rgb(26 26 26 / var(--un-bg-opacity))}.bg-surface-elevated,.light .toolbar-input,.light .toolbar-select{--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity))}.dark .bg-surface-elevated,.dark .editor-container-type-card,.dark .editor-hover-delete-btn,.dark .editor-hover-insert-btn,.dark .editor-slide-card,.dark .manage-students-item,.dark .manage-students-option{--un-bg-opacity:1;background-color:rgb(42 42 42 / var(--un-bg-opacity))}.light .code-editor-lang-badge{background-color:#0000000f;color:#0000007a}.light .code-headline,.light .poll-dash-header,.light .poll-headline,.light .slider-dash-header,.light .slider-headline{background-color:#0000000a}.light .code-headline-icon,.light .code-headline-lang,.light .poll-headline-icon,.light .slider-headline-icon{background-color:var(--color-accent);--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.light .code-output-section-header,.light .code-pane-labels,.light .code-test-row,.light .poll-choice,.light .poll-result-row{background-color:#00000005}.code-progress-partial,.dark .drawer-usage-bar-warning{--un-bg-opacity:1;background-color:rgb(251 191 36 / var(--un-bg-opacity))}.drawer-usage-bar-warning,.light .code-progress-partial{--un-bg-opacity:1;background-color:rgb(245 158 11 / var(--un-bg-opacity))}.code-progress-pass{--un-bg-opacity:1;background-color:rgb(74 222 128 / var(--un-bg-opacity))}.light .code-progress-pass{--un-bg-opacity:1;background-color:rgb(34 197 94 / var(--un-bg-opacity))}.light .code-results-progress,.light .poll-choice-text code,.light .poll-result-choice code,.light .toolbar-image-progress{background-color:#00000014}.light .code-test-detail-value{background-color:#0000000d;color:#000000a6}.code-test-icon-fail{background-color:#ef444426;--un-text-opacity:1;color:rgb(248 113 113 / var(--un-text-opacity))}.light .code-test-icon-fail{background-color:#ef44441f;--un-text-opacity:1;color:rgb(220 38 38 / var(--un-text-opacity))}.code-test-icon-pass,.poll-live-chip-active,.slider-live-chip-active{background-color:#22c55e26;--un-text-opacity:1;color:rgb(74 222 128 / var(--un-text-opacity))}.light .code-test-icon-pass,.light .poll-live-chip-active,.light .slider-live-chip-active{background-color:#22c55e1f;--un-text-opacity:1;color:rgb(22 163 74 / var(--un-text-opacity))}.light .code-viewer-tab-badge{background-color:#00000014;color:#00000073}.dark .drawer-avatar-anonymous,.dark .drawer-tier-badge-free{--un-bg-opacity:1;background-color:rgb(75 85 99 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity))}.drawer-avatar-anonymous,.drawer-tier-badge-free{--un-bg-opacity:1;background-color:rgb(209 213 219 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(75 85 99 / var(--un-text-opacity))}.dark .drawer-display-name-input{--un-bg-opacity:1;background-color:rgb(31 41 55 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.dark .drawer-usage-bar{--un-bg-opacity:1;background-color:rgb(55 65 81 / var(--un-bg-opacity))}.dark .drawer-usage-bar-danger{--un-bg-opacity:1;background-color:rgb(248 113 113 / var(--un-bg-opacity))}.drawer-usage-bar-danger{--un-bg-opacity:1;background-color:rgb(239 68 68 / var(--un-bg-opacity))}.dark .drawer-usage-bar-fill{--un-bg-opacity:1;background-color:rgb(168 85 247 / var(--un-bg-opacity))}.manage-students-status-error{--un-bg-opacity:1;background-color:rgb(220 38 38 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.manage-students-status-success{--un-bg-opacity:1;background-color:rgb(22 163 74 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.dark .manage-students-tab-active{--un-bg-opacity:1;background-color:rgb(42 42 42 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.manage-students-tab-active{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity));font-weight:500}.dark .manage-students-textarea{--un-bg-opacity:1;background-color:rgb(26 26 26 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.dark .modal-input,.dark .modal-textarea{--un-bg-opacity:1;background-color:rgb(31 41 55 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity))}.light .poll-choice-text-selected code{background-color:#ffffff26!important;--un-text-opacity:1 !important;color:rgb(255 255 255 / var(--un-text-opacity))!important}.poll-choice-text-selected code{background-color:#0000001a;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity))}.light .poll-live-chip-closed,.light .slider-live-chip-closed{background-color:#0000000f;color:#00000073}.poll-live-chip-closed,.slider-live-chip-closed{background-color:#ffffff14;color:#ffffff80}.dark .presentation-container,.dark .slide-preview-container,.dark .slides-wrapper{--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity))}.light .slide-grid-close-btn{background-color:#00000014;color:#000000b3}.dark .slide-layout{--un-bg-opacity:1;background-color:rgb(26 26 26 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(212 212 216 / var(--un-text-opacity))}.light .slide-number{background-color:#00000014;color:#0009}.light .slide-number--current{background-color:#3b82f633;--un-text-opacity:1;color:rgb(29 78 216 / var(--un-text-opacity))}.slide-number--current{--un-bg-opacity:1;background-color:rgb(209 213 219 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(31 41 55 / var(--un-text-opacity))}.light .slider-submitted-marker{background-color:#000c}.light .slider-tick{background-color:#0003}.dark .split-pip-content{--un-bg-opacity:1;background-color:rgb(3 3 3 / var(--un-bg-opacity))}.dark .split-pip-window{--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity));--un-shadow:0 8px 32px rgba(0,0,0,.6),0 0 0 1px rgba(255,255,255,.07);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .hover\:bg-surface-hover:hover{--un-bg-opacity:1;background-color:rgb(42 42 42 / var(--un-bg-opacity))}.hover\:bg-surface-hover:hover{--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity))}.btn-primary:hover{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(17 24 39 / var(--un-text-opacity))}.dark .btn-primary:hover{--un-bg-opacity:1;background-color:rgb(75 85 99 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.code-btn-outline:hover{background-color:#ffffff1f}.light .code-btn-outline:hover{background-color:#00000014}.code-test-header-clickable:hover{background-color:#ffffff0a}.light .code-test-header-clickable:hover{background-color:#00000008}.dark .drawer-close-btn:hover{--un-bg-opacity:1;background-color:rgb(55 65 81 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.drawer-close-btn:hover{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity))}.dark .drawer-edit-name-btn:hover{--un-bg-opacity:1;background-color:rgb(75 85 99 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.drawer-edit-name-btn:hover{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity))}.dark .editor-add-slide-fab:hover{--un-bg-opacity:1;background-color:rgb(42 42 42 / var(--un-bg-opacity))}.editor-add-slide-fab:hover{--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity));color:#ffffffe6}.editor-container-action-btn:hover{background-color:#ffffff1f;color:#ffffffe6}.light .editor-container-action-btn:hover{background-color:#0000001c;color:#000000e6}.dark .editor-hover-insert-btn:hover{--un-bg-opacity:1;background-color:rgb(42 42 42 / var(--un-bg-opacity))}.editor-slide-action-btn:hover{background-color:#ffffff1f;color:#ffffffe6}.light .editor-slide-action-btn:hover{background-color:#0000001a;color:#000000e6}.editor-slide-collapse-btn:hover{background-color:#ffffff1a;color:#ffffffe6}.light .editor-slide-collapse-btn:hover{background-color:#00000014;color:#000000e6}.editor-slide-css-btn:hover{background-color:#ffffff1f;color:#ffffffe6}.light .editor-slide-css-btn:hover{background-color:#0000001a;color:#000000e6}.manage-students-remove-btn:hover{--un-bg-opacity:1;background-color:rgb(239 68 68 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.dark .manage-students-tab:hover{--un-bg-opacity:1;background-color:rgb(42 42 42 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.manage-students-tab:hover{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity))}.light .poll-btn-tonal:hover{background-color:#0000001a}.poll-btn-tonal:hover{background-color:#ffffff24}.light .poll-editor-add-btn:hover{background-color:#00000014}.poll-editor-add-btn:hover{background-color:#ffffff14}.light .poll-editor-icon-btn:hover{background-color:#0000001a}.poll-editor-icon-btn:hover{background-color:#ffffff1f}.light .slide-grid-close-btn:hover{background-color:#0000001f}.slide-grid-close-btn:hover{background-color:#fff3}.light .slider-btn-tonal:hover{background-color:#0000001a}.slider-btn-tonal:hover{background-color:#ffffff24}.dark .split-divider:hover:before{background-color:#ffffff4d}.dark .split-pip-close-btn:hover{background-color:#ffffff26;--un-text-opacity:1;color:rgb(229 229 229 / var(--un-text-opacity))}.split-pip-resize-se:hover{--un-bg-opacity:.1;background-color:rgba(59,130,246,var(--un-bg-opacity));--un-text-opacity:1;color:rgb(59 130 246 / var(--un-text-opacity))}.toolbar-image-item-delete:hover{--un-bg-opacity:1;background-color:rgb(239 68 68 / var(--un-bg-opacity))}.light .toolbar-material-section-header:hover{background-color:#00000008}.toolbar-material-section-header:hover{background-color:#ffffff08;opacity:.9}.dark .toolbar-nav-btn:active{--un-bg-opacity:1;background-color:rgb(74 74 74 / var(--un-bg-opacity))}.dark .split-divider:before{background-color:#ffffff1a}.drawer-tier-badge-enterprise{--un-gradient-from-position:0%;--un-gradient-from:rgb(245 158 11 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(245 158 11 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);--un-gradient-to:rgb(249 115 22 / var(--un-to-opacity, 1)) var(--un-gradient-to-position);--un-gradient-shape:to right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.drawer-tier-badge-premium{--un-gradient-from-position:0%;--un-gradient-from:rgb(168 85 247 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(168 85 247 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);--un-gradient-to:rgb(236 72 153 / var(--un-to-opacity, 1)) var(--un-gradient-to-position);--un-gradient-shape:to right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.poll-editor-body{padding:.875rem}.duplicate-warning-hint{padding-left:1.75rem;font-size:11px;color:#fbbf24b3}.poll-editor-index{padding-top:.5rem;text-align:center;font-size:11px;color:#ffffff85;font-weight:600}.drawer-usage-value{text-align:right;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.code-config-label{font-size:11px;color:#ffffff7a;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.code-headline-attempts{font-size:11px;color:#ffffff85;font-weight:500}.code-headline-title,.poll-headline-title{font-size:.8rem;color:#ffffffb8;font-weight:600;letter-spacing:.02em}.code-output-duration{font-size:10px;color:#ffffff61;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.code-output-empty-icon{font-size:24px;opacity:.5}.code-output-error-icon{font-size:24px}.code-output-loading-label{font-size:13px;color:#ffffff85;font-weight:500}.code-output-title{font-size:10px;color:#ffffff73;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.code-results-duration{font-size:11px;color:#ffffff61;font-weight:500;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.code-test-detail-label{font-size:10px;color:#fff6;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.editor-container-type-label{font-size:9.5px;color:#fff9;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.editor-slide-title{font-size:.875rem;line-height:1.25rem;color:#ffffffd9;font-weight:600;letter-spacing:.01em}.manage-students-accepted{font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(22 163 74 / var(--un-text-opacity))}.manage-students-ignored,.manage-students-name,.manage-students-parsed-count{font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.manage-students-pending{font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(217 119 6 / var(--un-text-opacity))}.poll-choice-text .katex,.poll-result-choice .katex{font-size:1.1em}.poll-dash-count,.slider-dash-count{font-size:1.125rem;line-height:1.75rem;color:#ffffffe6;font-weight:700;line-height:1;--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}.poll-dash-count-label,.slider-dash-count-label,.slider-dash-mean-label{font-size:11px;color:#ffffff73;font-weight:500}.poll-result-num{font-size:.5em;color:#ffffff73;font-weight:600;line-height:1;--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}.poll-result-pct{font-size:.85em;color:#ffffffe6;font-weight:600;line-height:1;--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}.slider-editor-label{font-size:11px;color:#fff9;font-weight:500;letter-spacing:.025em;text-transform:uppercase}.slider-headline-title{font-size:.8rem;color:#ffffffad;font-weight:600;letter-spacing:.02em}.slider-value-number{font-size:3rem;line-height:1;color:var(--color-accent);font-weight:400;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.1s}.split-pip-title{font-size:.7rem;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity));font-weight:600;letter-spacing:.06em;text-transform:uppercase}.toolbar-current-slide{font-size:.85rem;--un-text-opacity:1;color:rgb(18 18 18 / var(--un-text-opacity));font-weight:600}.code-attempts-exhausted{--un-text-opacity:1;color:rgb(248 113 113 / var(--un-text-opacity));font-weight:600}.light .code-attempts-exhausted{--un-text-opacity:1;color:rgb(220 38 38 / var(--un-text-opacity))}.light .code-config-label,.light .code-headline-attempts,.light .code-output-loading-label{color:#0000007a}.light .code-headline-title,.light .poll-headline-title,.light .slider-headline-title{color:#000000ad}.light .code-output-duration,.light .code-results-duration{color:#00000061}.light .code-output-empty{color:#0000004d}.light .code-output-error{--un-text-opacity:1;color:rgb(234 88 12 / var(--un-text-opacity))}.light .code-output-title,.light .code-viewer-hint,.light .poll-dash-count-label,.light .poll-result-num,.light .poll-submitted-badge,.light .slider-dash-count-label,.light .slider-dash-mean-label,.light .slider-histogram-range{color:#00000073}.light .code-raw-output-pre{--un-text-opacity:1;color:rgb(194 65 12 / var(--un-text-opacity))}.light .code-results-summary-text,.light .code-test-name{color:#000000c7}.light .code-tab,.light .code-viewer-tab,.light .poll-editor-index,.light .poll-live-waiting,.light .slider-histogram-count,.light .slider-live-waiting,.light .slider-value-max{color:#00000080}.light .code-tab-active,.light .code-viewer-tab-active,.light .editor-container-type-card-description,.light .editor-container-type-select,.light .editor-slide-title,.light .poll-dash-count,.light .poll-result-pct,.light .slider-dash-count,.light .text-adaptive-strong{color:#000000d9}.light .code-test-detail-label,.light .editor-slide-drag-handle,.light .slider-histogram-label{color:#0006}.dark .drawer-close-btn,.dark .drawer-edit-name-btn,.dark .drawer-loading,.dark .drawer-usage-icon,.dark .drawer-user-email,.dark .manage-students-empty,.dark .manage-students-loading,.dark .manage-students-name,.dark .manage-students-option-desc,.dark .manage-students-parsed-count,.dark .manage-students-remove-btn,.dark .manage-students-tab,.dark .modal-label,.dark .text-muted,.dark .toolbar-total-slide,.toolbar-separator{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.dark .drawer-last-signin,.dark .drawer-usage-value,.dark .manage-students-ignored,.dark .modal-close-btn,.dark .toolbar-separator,.text-muted,.toolbar-total-slide{--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.dark .drawer-section-title,.dark .drawer-user-name,.dark .manage-students-email,.dark .manage-students-option-title{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.dark .drawer-usage-label,.dark .modal-header-title{--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity))}.duplicate-warning-title{--un-text-opacity:1;color:rgb(251 191 36 / var(--un-text-opacity));font-weight:600}.light .editor-container-label,.light .editor-container-type-caret,.light .editor-container-type-label,.light .editor-slide-collapse-btn,.light .slider-editor-label,.light .text-adaptive-muted,.light .toolbar-image-progress-text{color:#0009}.dark .editor-container-type-card-description{color:#ffffffeb}.dark .manage-students-accepted{--un-text-opacity:1;color:rgb(74 222 128 / var(--un-text-opacity))}.manage-students-email{--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity));font-weight:500}.dark .manage-students-pending{--un-text-opacity:1;color:rgb(251 191 36 / var(--un-text-opacity))}.light .poll-choice-text,.light .poll-result-choice{color:#000c}.light .poll-choice-text-selected,.light .poll-choice-text-selected .katex,.light .poll-choice-text-selected .katex .mbin,.light .poll-choice-text-selected .katex .mop,.light .poll-choice-text-selected .katex .mord,.light .poll-choice-text-selected .katex .mrel,.light .poll-choice-text-selected>*{--un-text-opacity:1 !important;color:rgb(255 255 255 / var(--un-text-opacity))!important}.light .slide-grid-title,.poll-choice-text-selected,.poll-choice-text-selected .katex,.poll-choice-text-selected .katex .mbin,.poll-choice-text-selected .katex .mop,.poll-choice-text-selected .katex .mord,.poll-choice-text-selected .katex .mrel,.poll-choice-text-selected>*{--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity))}.dark .slider-dash-mean-value,.dark .text-base,.dark .toolbar-current-slide,.dark .user-email{--un-text-opacity:1;color:rgb(229 229 229 / var(--un-text-opacity))}.slider-dash-mean-value{--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity));color:var(--color-accent);font-weight:700;--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}.light .slider-empty-state{color:#0000008c}.light .slider-labels{color:#0000009e}.dark .split-pip-title{--un-text-opacity:1;color:rgb(165 165 165 / var(--un-text-opacity))}.light .text-adaptive-body{color:#000000b3}.text-adaptive-body{color:#ffffffb3}.text-adaptive-muted{color:#fff9}.text-adaptive-strong{color:#ffffffd9}.\!text-base{--un-text-opacity:1 !important;color:rgb(26 26 26 / var(--un-text-opacity))!important}.dark .\!text-base{--un-text-opacity:1 !important;color:rgb(229 229 229 / var(--un-text-opacity))!important}.text-base{--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity))}.light .toolbar-chart-placeholder{--un-text-opacity:1;color:rgb(8 145 178 / var(--un-text-opacity))}.light .toolbar-field-label{color:#00000059}.dark .toolbar-slide-counter{--un-text-opacity:1;color:rgb(161 161 170 / var(--un-text-opacity))}.code-tab:hover{color:#ffffffd1}.light .code-tab:hover{color:#000000bf}.code-viewer-tab:hover{color:#ffffffd1}.light .code-viewer-tab:hover{color:#000000bf}.light .editor-add-slide-fab:hover{color:#000000e6}.editor-slide-drag-handle:hover{color:#ffffffb3}.light .editor-slide-drag-handle:hover{color:#000000b3}.dark .modal-close-btn:hover{--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity))}.modal-close-btn:hover{--un-text-opacity:1;color:rgb(75 85 99 / var(--un-text-opacity))}.light .poll-editor-icon-btn-danger:hover{--un-text-opacity:1;color:rgb(220 38 38 / var(--un-text-opacity))}.dark .hover\:text-base:hover{--un-text-opacity:1;color:rgb(229 229 229 / var(--un-text-opacity))}.hover\:text-base:hover{--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity))}.light .poll-editor-input::placeholder{color:#0006}.poll-editor-input::placeholder{color:#ffffff6b}.dark .placeholder\:text-muted::placeholder{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.placeholder\:text-muted::placeholder{--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.split-divider:hover .split-divider-btn,.group:hover .toolbar-image-item-overlay{opacity:1}.light .slide-layout{--un-shadow:0 2px 10px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.08);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .preview-toolbar:hover{--un-shadow:0 4px 12px var(--un-shadow-color, rgba(0, 0, 0, .5));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.presentation-container:focus{outline:2px solid transparent;outline-offset:2px}.code-btn:focus-visible{outline:2px solid transparent;outline-offset:2px;--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-ring-offset-width:0px;--un-ring-color:var(--color-accent) }.poll-btn:focus-visible{outline:2px solid transparent;outline-offset:2px;--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-ring-offset-width:0px;--un-ring-color:var(--color-accent) }.poll-choice:focus-visible{outline:2px solid transparent;outline-offset:2px;--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-ring-offset-width:0px;--un-ring-color:var(--color-accent) }.slider-btn:focus-visible{outline:2px solid transparent;outline-offset:2px;--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-ring-offset-width:0px;--un-ring-color:var(--color-accent) }.editor-slide-card-active{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-ring-color:rgb(0 0 0 / .7) }.dark .editor-slide-card-active{--un-ring-color:rgb(255 255 255 / .7) }.code-btn-filled:hover,.poll-btn-filled:hover,.slider-btn-filled:hover{--un-brightness:brightness(1.1);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.dark .modal-input::placeholder{--un-placeholder-opacity:1;color:rgb(107 114 128 / var(--un-placeholder-opacity))}.modal-input::placeholder{--un-placeholder-opacity:1;color:rgb(156 163 175 / var(--un-placeholder-opacity))}.dark .modal-textarea::placeholder{--un-placeholder-opacity:1;color:rgb(107 114 128 / var(--un-placeholder-opacity))}.modal-textarea::placeholder{--un-placeholder-opacity:1;color:rgb(156 163 175 / var(--un-placeholder-opacity))}@media(prefers-reduced-motion:reduce){.code-btn,.poll-btn,.poll-choice,.slider-btn{transition:none}}@media(min-width:640px){.container{max-width:640px}.dark .sm\:text-base{--un-text-opacity:1;color:rgb(229 229 229 / var(--un-text-opacity))}.sm\:text-base{--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity))}}@media(min-width:768px){.container{max-width:768px}.drawer-panel{top:3rem;bottom:2rem;width:24rem}.editor-slide-row{padding-left:1.25rem;padding-right:1.25rem}.dark .md\:text-base{--un-text-opacity:1;color:rgb(229 229 229 / var(--un-text-opacity))}.md\:text-base{--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity))}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.inset-0{inset:0}.-bottom-2\.5{bottom:-.625rem}.-bottom-3{bottom:-.75rem}.-top-2\.5{top:-.625rem}.-top-3{top:-.75rem}.left-0{left:0}.left-3{left:.75rem}.right-3{right:.75rem}.top-0{top:0}.top-1\/2{top:50%}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.grid{display:grid}.col-span-2{grid-column:span 2/span 2}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.m-0{margin:0}.m11{margin:2.75rem}.m21{margin:5.25rem}.m22{margin:5.5rem}.m8\.5{margin:2.125rem}.m9{margin:2.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-auto{margin-top:auto;margin-bottom:auto}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3,.mb-md{margin-bottom:.75rem}.mb-4,.mb-lg{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.ms{margin-inline-start:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.inline{display:inline}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.aspect-video{aspect-ratio:16/9}.\[\&_\.presentation-container\]\:h-full .presentation-container,.h-full{height:100%}.\[\&_\.presentation-container\]\:w-full .presentation-container,.w-full{width:100%}.h-\[14px\]{height:14px}.h-\[18px\]{height:18px}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2\.5{height:.625rem}.h-3,.h3{height:.75rem}.h-3\.5{height:.875rem}.h-4,.h4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h1{height:.25rem}.h2{height:.5rem}.max-h-\[420px\]{max-height:420px}.max-h-\[50vh\]{max-height:50vh}.max-h-\[60vh\]{max-height:60vh}.max-h-\[calc\(100vh-2rem\)\]{max-height:calc(100vh - 2rem)}.max-h-52{max-height:13rem}.max-w-\[180px\]{max-width:180px}.max-w-\[400px\]{max-width:400px}.max-w-\[420px\]{max-width:420px}.max-w-\[520px\]{max-width:520px}.max-w-2xl{max-width:42rem}.max-w-48{max-width:12rem}.max-w-56{max-width:14rem}.max-w-5xl{max-width:64rem}.max-w-64{max-width:16rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.min-h-\[140px\]{min-height:140px}.min-h-\[180px\]{min-height:180px}.min-h-\[200px\]{min-height:200px}.min-h-\[220px\]{min-height:220px}.min-h-0{min-height:0}.min-h-full{min-height:100%}.min-w-0{min-width:0}.w-\[14px\]{width:14px}.w-\[18px\]{width:18px}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-16{width:4rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-26{width:6.5rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.\[\&\>div\]\:flex>div,.flex{display:flex}.inline-flex{display:inline-flex}.\[\&\>div\]\:flex-1>div,.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0,.first\:flex-shrink-0:first-child{flex-shrink:0}.flex-row{flex-direction:row}.\[\&\>div\]\:flex-col>div,.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.table{display:table}.border-collapse{border-collapse:collapse}.-translate-y-1\/2{--un-translate-y:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.translate-x-90{--un-translate-x:22.5rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.hover\:-translate-y-1:hover{--un-translate-y:-.25rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.hover\:-translate-y-1px:hover,.hover\:-translate-y-px:hover{--un-translate-y:-1px;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.-rotate-90{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:-90deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.hover\:scale-105:hover{--un-scale-x:1.05;--un-scale-y:1.05;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.active\:scale-95:active{--un-scale-x:.95;--un-scale-y:.95;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.transform{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.disabled\:hover\:transform-none:hover:disabled{transform:none}.disabled\:transform-none:disabled{transform:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.select-none{-webkit-user-select:none;user-select:none}.resize{resize:both}.appearance-none{-webkit-appearance:none;appearance:none}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.\!items-stretch{align-items:stretch!important}.self-start{align-self:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.\!justify-between{justify-content:space-between!important}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-x-2{column-gap:.5rem}.gap-x-3{column-gap:.75rem}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.space-y-1\.5>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.375rem * var(--un-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.25rem * var(--un-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.625rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.625rem * var(--un-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.5rem * var(--un-space-y-reverse))}.space-y-3\.5>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.875rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.875rem * var(--un-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.75rem * var(--un-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1rem * var(--un-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1.25rem * var(--un-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1.5rem * var(--un-space-y-reverse))}.\!overflow-visible{overflow:visible!important}.not-first\:overflow-hidden:not(:first-child),.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-visible,.first\:overflow-visible:first-child{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.break-words{overflow-wrap:break-word}.b,.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-\[--border-primary\]{border-color:var(--border-primary)}.border-blue-500\/40{border-color:#3b82f666}.border-gray-100{--un-border-opacity:1;border-color:rgb(243 244 246 / var(--un-border-opacity))}.border-gray-200{--un-border-opacity:1;border-color:rgb(229 231 235 / var(--un-border-opacity))}.border-gray-300,.dark .dark\:border-gray-300{--un-border-opacity:1;border-color:rgb(209 213 219 / var(--un-border-opacity))}.border-gray-400,.dark .group:hover .dark\:group-hover\:border-gray-400{--un-border-opacity:1;border-color:rgb(156 163 175 / var(--un-border-opacity))}.border-gray-700,.dark .dark\:border-gray-700{--un-border-opacity:1;border-color:rgb(55 65 81 / var(--un-border-opacity))}.border-gray-900{--un-border-opacity:1;border-color:rgb(17 24 39 / var(--un-border-opacity))}.border-red-200{--un-border-opacity:1;border-color:rgb(254 202 202 / var(--un-border-opacity))}.border-transparent{border-color:transparent}.border-white\/10{border-color:#ffffff1a}.border-white\/15{border-color:#ffffff26}.border-white\/5{border-color:#ffffff0d}.border-white\/6{border-color:#ffffff0f}.border-white\/8,.dark .dark\:border-white\/8{border-color:#ffffff14}.dark .dark\:border-gray-500,.group:hover .group-hover\:border-gray-500{--un-border-opacity:1;border-color:rgb(107 114 128 / var(--un-border-opacity))}.dark .dark\:border-gray-600{--un-border-opacity:1;border-color:rgb(75 85 99 / var(--un-border-opacity))}.dark .dark\:border-gray-800{--un-border-opacity:1;border-color:rgb(31 41 55 / var(--un-border-opacity))}.dark .dark\:border-red-800{--un-border-opacity:1;border-color:rgb(153 27 27 / var(--un-border-opacity))}.dark .dark\:border-white{--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity))}.light .light\:border-black\/12{border-color:#0000001f}.light .light\:border-black\/4{border-color:#0000000a}.light .light\:border-black\/5{border-color:#0000000d}.light .light\:border-black\/6{border-color:#0000000f}.light .light\:border-black\/8{border-color:#00000014}.dark .dark\:hover\:border-dark-tertiary:hover{--un-border-opacity:1;border-color:rgb(42 42 42 / var(--un-border-opacity))}.dark .dark\:hover\:border-gray-600:hover{--un-border-opacity:1;border-color:rgb(75 85 99 / var(--un-border-opacity))}.dark .dark\:hover\:border-white:hover{--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity))}.hover\:border-gray-300:hover{--un-border-opacity:1;border-color:rgb(209 213 219 / var(--un-border-opacity))}.hover\:border-gray-900:hover{--un-border-opacity:1;border-color:rgb(17 24 39 / var(--un-border-opacity))}.dark .dark\:focus\:border-gray-300:focus{--un-border-opacity:1;border-color:rgb(209 213 219 / var(--un-border-opacity))}.focus\:border-gray-700:focus{--un-border-opacity:1;border-color:rgb(55 65 81 / var(--un-border-opacity))}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-white\/30:focus{border-color:#ffffff4d}.light .light\:focus\:border-black\/25:focus{border-color:#00000040}.\[\&_\.presentation-container\]\:rounded-none .presentation-container{border-radius:0}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.\!border-none{border-style:none!important}.border-dashed{border-style:dashed}.border-none{border-style:none}.bg-\[--bg-primary\]{background-color:var(--bg-primary)}.bg-\[--bg-secondary\]{background-color:var(--bg-secondary)}.bg-\[--bg-tertiary\]{background-color:var(--bg-tertiary)}.bg-\[--color-accent\]{background-color:var(--color-accent)}.bg-amber-100{--un-bg-opacity:1;background-color:rgb(254 243 199 / var(--un-bg-opacity))}.bg-amber-50{--un-bg-opacity:1;background-color:rgb(255 251 235 / var(--un-bg-opacity))}.bg-black\/10,.group:hover .group-hover\:bg-black\/10{background-color:#0000001a}.bg-blue-500\/25{background-color:#3b82f640}.bg-gray-100,.dark .dark\:bg-gray-100{--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity))}.bg-gray-200,.dark .dark\:bg-gray-200,.group:hover .group-hover\:bg-gray-200{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity))}.bg-gray-50,.bg-light-tertiary{--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity))}.bg-gray-700,.dark .dark\:bg-gray-700,.dark .group:hover .dark\:group-hover\:bg-gray-700{--un-bg-opacity:1;background-color:rgb(55 65 81 / var(--un-bg-opacity))}.bg-gray-800,.dark .dark\:bg-gray-800{--un-bg-opacity:1;background-color:rgb(31 41 55 / var(--un-bg-opacity))}.bg-gray-900,.dark .dark\:bg-gray-900{--un-bg-opacity:1;background-color:rgb(17 24 39 / var(--un-bg-opacity))}.bg-green-100{--un-bg-opacity:1;background-color:rgb(220 252 231 / var(--un-bg-opacity))}.bg-green-50{--un-bg-opacity:1;background-color:rgb(240 253 244 / var(--un-bg-opacity))}.bg-purple-100{--un-bg-opacity:1;background-color:rgb(243 232 255 / var(--un-bg-opacity))}.bg-purple-primary{--un-bg-opacity:1;background-color:rgb(102 126 234 / var(--un-bg-opacity))}.bg-red-50{--un-bg-opacity:1;background-color:rgb(254 242 242 / var(--un-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white,.dark .dark\:bg-white{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/3{background-color:#ffffff08}.bg-white\/4{background-color:#ffffff0a}.bg-white\/5{background-color:#ffffff0d}.bg-white\/6{background-color:#ffffff0f}.bg-white\/8{background-color:#ffffff14}.dark .dark\:bg-amber-900\/20{background-color:#78350f33}.dark .dark\:bg-amber-900\/40{background-color:#78350f66}.dark .dark\:bg-black{--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity))}.dark .dark\:bg-dark-elevated{--un-bg-opacity:1;background-color:rgb(74 74 74 / var(--un-bg-opacity))}.dark .dark\:bg-dark-primary{--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity))}.dark .dark\:bg-gray-300{--un-bg-opacity:1;background-color:rgb(209 213 219 / var(--un-bg-opacity))}.dark .dark\:bg-gray-800\/50{background-color:#1f293780}.dark .dark\:bg-gray-950{--un-bg-opacity:1;background-color:rgb(3 7 18 / var(--un-bg-opacity))}.dark .dark\:bg-green-900\/40{background-color:#14532d66}.dark .dark\:bg-purple-900\/40{background-color:#581c8766}.dark .dark\:bg-red-900\/20{background-color:#7f1d1d33}.light .light\:bg-black\/2{background-color:#00000005}.light .light\:bg-black\/3{background-color:#00000008}.light .light\:bg-black\/4{background-color:#0000000a}.light .light\:bg-black\/5{background-color:#0000000d}.light .light\:bg-black\/8{background-color:#00000014}.dark .dark\:hover\:bg-amber-900\/40:hover{background-color:#78350f66}.dark .dark\:hover\:bg-dark-tertiary:hover{--un-bg-opacity:1;background-color:rgb(42 42 42 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-gray-100:hover{--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-gray-700:hover{--un-bg-opacity:1;background-color:rgb(55 65 81 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-gray-800:hover{--un-bg-opacity:1;background-color:rgb(31 41 55 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-gray-800\/50:hover{background-color:#1f293780}.dark .dark\:hover\:bg-green-900\/70:hover{background-color:#14532db3}.dark .dark\:hover\:bg-red-900\/30:hover{background-color:#7f1d1d4d}.hover\:bg-\[--color-accent-hover\]:hover{background-color:var(--color-accent-hover)}.hover\:bg-amber-100:hover{--un-bg-opacity:1;background-color:rgb(254 243 199 / var(--un-bg-opacity))}.hover\:bg-gray-100:hover{--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity))}.hover\:bg-gray-200:hover{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity))}.hover\:bg-gray-50:hover{--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity))}.hover\:bg-gray-800:hover{--un-bg-opacity:1;background-color:rgb(31 41 55 / var(--un-bg-opacity))}.hover\:bg-gray-900:hover{--un-bg-opacity:1;background-color:rgb(17 24 39 / var(--un-bg-opacity))}.hover\:bg-green-200:hover{--un-bg-opacity:1;background-color:rgb(187 247 208 / var(--un-bg-opacity))}.hover\:bg-light-quaternary:hover{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity))}.hover\:bg-purple-500\/10:hover{background-color:#a855f71a}.hover\:bg-purple-hover:hover{--un-bg-opacity:1;background-color:rgb(85 104 211 / var(--un-bg-opacity))}.hover\:bg-red-50:hover{--un-bg-opacity:1;background-color:rgb(254 242 242 / var(--un-bg-opacity))}.hover\:bg-red-500\/10:hover{background-color:#ef44441a}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:bg-white\/8:hover{background-color:#ffffff14}.light .light\:hover\:bg-black\/5:hover{background-color:#0000000d}.light .light\:hover\:bg-black\/6:hover{background-color:#0000000f}.light .light\:hover\:bg-black\/8:hover{background-color:#00000014}.dark .dark\:from-gray-100{--un-gradient-from-position:0%;--un-gradient-from:rgb(243 244 246 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(243 244 246 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-gray-900{--un-gradient-from-position:0%;--un-gradient-from:rgb(17 24 39 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(17 24 39 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.dark .dark\:to-gray-200{--un-gradient-to-position:100%;--un-gradient-to:rgb(229 231 235 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-gray-800{--un-gradient-to-position:100%;--un-gradient-to:rgb(31 41 55 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.bg-gradient-to-r{--un-gradient-shape:to right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient))}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-2xl,.p-8{padding:2rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px,.px-4{padding-left:1rem;padding-right:1rem}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-2{padding-bottom:.5rem}.pb-32{padding-bottom:8rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-10{padding-left:2.5rem}.pl-5{padding-left:1.25rem}.pr-10{padding-right:2.5rem}.pr-4{padding-right:1rem}.pt,.pt-4{padding-top:1rem}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-2\.5{padding-top:.625rem}.pt-28{padding-top:7rem}.pt-3{padding-top:.75rem}.pt-3\.5{padding-top:.875rem}.pt-6{padding-top:1.5rem}.pie{padding-inline-end:1rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.indent{text-indent:1.5rem}.text-\[0\.9375rem\]{font-size:.9375rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[15px\]{font-size:15px}.text-\[2\.6rem\]{font-size:2.6rem}.text-\[30px\]{font-size:30px}.text-\[9px\]{font-size:9px}.text-5xl{font-size:3rem;line-height:1}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.dark .dark\:text-amber-300{--un-text-opacity:1;color:rgb(252 211 77 / var(--un-text-opacity))}.dark .dark\:text-amber-400{--un-text-opacity:1;color:rgb(251 191 36 / var(--un-text-opacity))}.dark .dark\:text-gray-100,.text-gray-100{--un-text-opacity:1;color:rgb(243 244 246 / var(--un-text-opacity))}.dark .dark\:text-gray-200{--un-text-opacity:1;color:rgb(229 231 235 / var(--un-text-opacity))}.dark .dark\:text-gray-300,.text-gray-300{--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity))}.dark .dark\:text-gray-400,.text-gray-400{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.dark .dark\:text-gray-500,.text-gray-500{--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.dark .dark\:text-gray-600,.text-gray-600{--un-text-opacity:1;color:rgb(75 85 99 / var(--un-text-opacity))}.dark .dark\:text-gray-700,.text-gray-700{--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity))}.dark .dark\:text-gray-800,.text-gray-800{--un-text-opacity:1;color:rgb(31 41 55 / var(--un-text-opacity))}.dark .dark\:text-gray-900,.text-gray-900,.group:hover .group-hover\:text-gray-900{--un-text-opacity:1;color:rgb(17 24 39 / var(--un-text-opacity))}.dark .dark\:text-green-400{--un-text-opacity:1;color:rgb(74 222 128 / var(--un-text-opacity))}.dark .dark\:text-purple-400{--un-text-opacity:1;color:rgb(192 132 252 / var(--un-text-opacity))}.dark .dark\:text-red-400,.text-red-400{--un-text-opacity:1;color:rgb(248 113 113 / var(--un-text-opacity))}.dark .dark\:text-white,.text-white,.dark .group:hover .dark\:group-hover\:text-white{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.light .light\:text-black\/20{color:#0003}.light .light\:text-black\/40{color:#0006}.light .light\:text-black\/45{color:#00000073}.light .light\:text-black\/50{color:#00000080}.light .light\:text-black\/60{color:#0009}.light .light\:text-black\/75{color:#000000bf}.light .light\:text-black\/80{color:#000c}.text-\[--color-accent-text\]{color:var(--color-accent-text)}.text-\[--text-muted\]{color:var(--text-muted)}.text-\[--text-primary\]{color:var(--text-primary)}.text-amber-600{--un-text-opacity:1;color:rgb(217 119 6 / var(--un-text-opacity))}.text-amber-700{--un-text-opacity:1;color:rgb(180 83 9 / var(--un-text-opacity))}.text-blue-primary{--un-text-opacity:1;color:rgb(59 130 246 / var(--un-text-opacity))}.text-green-700{--un-text-opacity:1;color:rgb(21 128 61 / var(--un-text-opacity))}.text-ink-inverse{--un-text-opacity:1;color:rgb(26 26 26 / var(--un-text-opacity))}.text-purple-600{--un-text-opacity:1;color:rgb(147 51 234 / var(--un-text-opacity))}.text-red-500,.text-red-primary{--un-text-opacity:1;color:rgb(239 68 68 / var(--un-text-opacity))}.text-red-600{--un-text-opacity:1;color:rgb(220 38 38 / var(--un-text-opacity))}.text-red-700{--un-text-opacity:1;color:rgb(185 28 28 / var(--un-text-opacity))}.text-white\/20{color:#fff3}.text-white\/35{color:#ffffff59}.text-white\/40{color:#fff6}.text-white\/45{color:#ffffff73}.text-white\/50{color:#ffffff80}.text-white\/60{color:#fff9}.text-white\/80{color:#fffc}.dark .dark\:hover\:text-gray-300:hover{--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity))}.dark .dark\:hover\:text-gray-400:hover{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.dark .dark\:hover\:text-purple-primary:hover{--un-text-opacity:1;color:rgb(102 126 234 / var(--un-text-opacity))}.dark .dark\:hover\:text-white:hover{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.group:hover .group-hover\:text-purple-primary{--un-text-opacity:1;color:rgb(102 126 234 / var(--un-text-opacity))}.hover\:text-gray-600:hover{--un-text-opacity:1;color:rgb(75 85 99 / var(--un-text-opacity))}.hover\:text-gray-700:hover{--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity))}.hover\:text-gray-900:hover{--un-text-opacity:1;color:rgb(17 24 39 / var(--un-text-opacity))}.hover\:text-purple-600:hover{--un-text-opacity:1;color:rgb(147 51 234 / var(--un-text-opacity))}.hover\:text-purple-light:hover{--un-text-opacity:1;color:rgb(216 180 254 / var(--un-text-opacity))}.hover\:text-purple-primary:hover{--un-text-opacity:1;color:rgb(102 126 234 / var(--un-text-opacity))}.hover\:text-red-500:hover,.hover\:text-red-primary:hover{--un-text-opacity:1;color:rgb(239 68 68 / var(--un-text-opacity))}.hover\:text-white:hover{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.hover\:text-white\/80:hover{color:#fffc}.light .light\:hover\:text-black\/70:hover{color:#000000b3}.dark .dark\:placeholder\:text-gray-500::placeholder{--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.placeholder\:text-gray-400::placeholder{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.text-inherit{color:inherit}.\!font-semibold{font-weight:600!important}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-\[1\.1\]{line-height:1.1}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.font-mono{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}.underline,.hover\:underline:hover{text-decoration-line:underline}.dark .dark\:decoration-gray-500{-webkit-text-decoration-color:rgb(107 114 128 / var(--un-line-opacity));--un-line-opacity:1;text-decoration-color:rgb(107 114 128 / var(--un-line-opacity))}.decoration-gray-400{-webkit-text-decoration-color:rgb(156 163 175 / var(--un-line-opacity));--un-line-opacity:1;text-decoration-color:rgb(156 163 175 / var(--un-line-opacity))}.dark .dark\:hover\:decoration-gray-100:hover{-webkit-text-decoration-color:rgb(243 244 246 / var(--un-line-opacity));--un-line-opacity:1;text-decoration-color:rgb(243 244 246 / var(--un-line-opacity))}.hover\:decoration-gray-900:hover{-webkit-text-decoration-color:rgb(17 24 39 / var(--un-line-opacity));--un-line-opacity:1;text-decoration-color:rgb(17 24 39 / var(--un-line-opacity))}.no-underline{text-decoration:none}.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4}.caret-gray-900{--un-caret-opacity:1;caret-color:rgb(17 24 39 / var(--un-caret-opacity))}.dark .dark\:caret-white{--un-caret-opacity:1;caret-color:rgb(255 255 255 / var(--un-caret-opacity))}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.group:hover .group-hover\:opacity-100{opacity:1}.disabled\:opacity-50:disabled{opacity:.5}.\!shadow-none{--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0)) !important;box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.dark .dark\:shadow-\[0_-1px_0_rgba\(255\,255\,255\,0\.06\)\,0_-2px_6px_rgba\(0\,0\,0\,0\.4\)\]{--un-shadow:0 -1px 0 rgba(255,255,255,.06),0 -2px 6px rgba(0,0,0,.4);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .dark\:shadow-\[0_1px_0_rgba\(255\,255\,255\,0\.07\)\,0_2px_6px_rgba\(0\,0\,0\,0\.5\)\]{--un-shadow:0 1px 0 rgba(255,255,255,.07),0 2px 6px rgba(0,0,0,.5);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .dark\:shadow-\[0_2px_16px_rgba\(0\,0\,0\,0\.55\)\,0_1px_4px_rgba\(0\,0\,0\,0\.35\)\]{--un-shadow:0 2px 16px rgba(0,0,0,.55),0 1px 4px rgba(0,0,0,.35);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .dark\:shadow-\[0_4px_24px_rgba\(0\,0\,0\,0\.6\)\]{--un-shadow:0 4px 24px var(--un-shadow-color, rgba(0, 0, 0, .6));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.light .light\:shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.1\)\]{--un-shadow:0 2px 8px var(--un-shadow-color, rgba(0, 0, 0, .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow{--un-shadow:var(--un-shadow-inset) 0 1px 3px 0 var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 1px 2px -1px var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_-1px_3px_rgba\(0\,0\,0\,0\.08\)\,0_-1px_2px_rgba\(0\,0\,0\,0\.05\)\]{--un-shadow:0 -1px 3px rgba(0,0,0,.08),0 -1px 2px rgba(0,0,0,.05);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_1px_2px_rgba\(0\,0\,0\,0\.15\)\]{--un-shadow:0 1px 2px var(--un-shadow-color, rgba(0, 0, 0, .15));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_1px_3px_rgba\(0\,0\,0\,0\.1\)\,0_1px_2px_rgba\(0\,0\,0\,0\.07\)\]{--un-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.07);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_2px_12px_rgba\(0\,0\,0\,0\.25\)\]{--un-shadow:0 2px 12px var(--un-shadow-color, rgba(0, 0, 0, .25));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.10\)\,0_1px_3px_rgba\(0\,0\,0\,0\.07\)\]{--un-shadow:0 2px 8px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.07);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_4px_16px_rgba\(0\,0\,0\,0\.1\)\,0_1px_4px_rgba\(0\,0\,0\,0\.06\)\]{--un-shadow:0 4px 16px rgba(0,0,0,.1),0 1px 4px rgba(0,0,0,.06);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-lg{--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-sm{--un-shadow:var(--un-shadow-inset) 0 1px 2px 0 var(--un-shadow-color, rgb(0 0 0 / .05));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.hover\:shadow-lg:hover{--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.hover\:shadow-md:hover{--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.hover\:shadow-purple-primary\/30:hover{--un-shadow-color:rgb(102 126 234 / .3) }.hover\:shadow-red-primary\/30:hover{--un-shadow-color:rgb(239 68 68 / .3) }.disabled\:hover\:shadow-none:hover:disabled{--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.disabled\:shadow-none:disabled{--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.outline{outline-style:solid}.\!outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline-none{outline:2px solid transparent;outline-offset:2px}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.\!ring-0{--un-ring-width:0px !important;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color) !important;--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color) !important;box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.focus\:ring-0:focus{--un-ring-width:0px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus\:ring-1:focus{--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus\:ring-2:focus{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .dark\:focus\:ring-white:focus{--un-ring-opacity:1;--un-ring-color:rgb(255 255 255 / var(--un-ring-opacity)) }.focus\:ring-gray-900:focus{--un-ring-opacity:1;--un-ring-color:rgb(17 24 39 / var(--un-ring-opacity)) }.focus\:ring-white\/10:focus{--un-ring-color:rgb(255 255 255 / .1) }.light .light\:focus\:ring-black\/10:focus{--un-ring-color:rgb(0 0 0 / .1) }.blur{--un-blur:blur(8px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.filter{filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease,.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\!transition-none{transition:none!important}.\@container{container-type:inline-size}@media(min-width:640px){.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\:inline{display:inline}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:gap-6{gap:1.5rem}.sm\:p-6{padding:1.5rem}.sm\:p-7{padding:1.75rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:pb-5{padding-bottom:1.25rem}.sm\:pt-3{padding-top:.75rem}.sm\:text-\[3\.5rem\]{font-size:3.5rem}}@media(min-width:768px){.md\:col-span-2{grid-column:span 2/span 2}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:translate-x-96{--un-translate-x:24rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.md\:p-5{padding:1.25rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1280px){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
