@todovue/tv-ui 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -20
- package/dist/entry.d.ts +2 -2
- package/dist/tv-ui.cjs.js +1 -1
- package/dist/tv-ui.css +1 -1
- package/dist/tv-ui.es.js +50 -49
- package/package.json +4 -2
- package/dist/.htaccess +0 -8
- package/dist/demos/tv-alert/CHANGELOG.md +0 -127
- package/dist/demos/tv-alert/README.md +0 -334
- package/dist/demos/tv-article/CHANGELOG.md +0 -221
- package/dist/demos/tv-article/README.md +0 -258
- package/dist/demos/tv-breadcrumbs/CHANGELOG.md +0 -135
- package/dist/demos/tv-breadcrumbs/README.md +0 -364
- package/dist/demos/tv-button/CHANGELOG.md +0 -158
- package/dist/demos/tv-button/README.md +0 -255
- package/dist/demos/tv-card/CHANGELOG.md +0 -158
- package/dist/demos/tv-card/README.md +0 -332
- package/dist/demos/tv-demo/CHANGELOG.md +0 -352
- package/dist/demos/tv-demo/README.md +0 -229
- package/dist/demos/tv-footer/CHANGELOG.md +0 -67
- package/dist/demos/tv-footer/README.md +0 -760
- package/dist/demos/tv-hero/CHANGELOG.md +0 -137
- package/dist/demos/tv-hero/README.md +0 -410
- package/dist/demos/tv-label/CHANGELOG.md +0 -138
- package/dist/demos/tv-label/README.md +0 -357
- package/dist/demos/tv-menu/CHANGELOG.md +0 -145
- package/dist/demos/tv-menu/README.md +0 -389
- package/dist/demos/tv-modal/CHANGELOG.md +0 -127
- package/dist/demos/tv-modal/README.md +0 -466
- package/dist/demos/tv-pagination/CHANGELOG.md +0 -125
- package/dist/demos/tv-pagination/README.md +0 -275
- package/dist/demos/tv-progress-bar/CHANGELOG.md +0 -84
- package/dist/demos/tv-progress-bar/README.md +0 -894
- package/dist/demos/tv-relative-time/CHANGELOG.md +0 -122
- package/dist/demos/tv-relative-time/README.md +0 -405
- package/dist/demos/tv-scroll-top/CHANGELOG.md +0 -69
- package/dist/demos/tv-scroll-top/README.md +0 -445
- package/dist/demos/tv-search/CHANGELOG.md +0 -155
- package/dist/demos/tv-search/README.md +0 -407
- package/dist/demos/tv-settings/CHANGELOG.md +0 -94
- package/dist/demos/tv-settings/README.md +0 -314
- package/dist/demos/tv-sidebar/CHANGELOG.md +0 -229
- package/dist/demos/tv-sidebar/README.md +0 -592
- package/dist/demos/tv-theme-button/CHANGELOG.md +0 -136
- package/dist/demos/tv-theme-button/README.md +0 -392
- package/dist/demos/tv-toc/CHANGELOG.md +0 -80
- package/dist/demos/tv-toc/README.md +0 -288
- package/dist/favicon.ico +0 -0
package/README.md
CHANGED
|
@@ -152,26 +152,26 @@ import { TvButton } from '@todovue/tv-ui'
|
|
|
152
152
|
## Exported components
|
|
153
153
|
Currently `@todovue/tv-ui` re-exports:
|
|
154
154
|
|
|
155
|
-
- `TvAlert`
|
|
156
|
-
- `TvArticle`
|
|
157
|
-
- `TvBreadcrumbs`
|
|
158
|
-
- `TvButton`
|
|
159
|
-
- `TvCard`
|
|
160
|
-
- `TvDemo`
|
|
161
|
-
- `TvFooter`
|
|
162
|
-
- `TvHero`
|
|
163
|
-
- `TvLabel`
|
|
164
|
-
- `TvMenu`
|
|
165
|
-
- `TvModal`
|
|
166
|
-
- `TvPagination`
|
|
167
|
-
- `TvProgressBar`
|
|
168
|
-
- `TvRelativeTime`
|
|
169
|
-
- `TvScrollTop`
|
|
170
|
-
- `TvSearch`
|
|
171
|
-
- `TvSettings`
|
|
172
|
-
- `TvSidebar`
|
|
173
|
-
- `TvThemeButton`
|
|
174
|
-
- `TvToc`
|
|
155
|
+
- `TvAlert` - [GitHub](https://github.com/TODOvue/tv-alert) | [Demo](https://ui.todovue.blog/alert)
|
|
156
|
+
- `TvArticle` - [GitHub](https://github.com/TODOvue/tv-article) | [Demo](https://ui.todovue.blog/article)
|
|
157
|
+
- `TvBreadcrumbs` - [GitHub](https://github.com/TODOvue/tv-breadcrumbs) | [Demo](https://ui.todovue.blog/breadcrumbs)
|
|
158
|
+
- `TvButton` - [GitHub](https://github.com/TODOvue/tv-button) | [Demo](https://ui.todovue.blog/button)
|
|
159
|
+
- `TvCard` - [GitHub](https://github.com/TODOvue/tv-card) | [Demo](https://ui.todovue.blog/card)
|
|
160
|
+
- `TvDemo` - [GitHub](https://github.com/TODOvue/tv-demo) | [Demo](https://ui.todovue.blog/demo)
|
|
161
|
+
- `TvFooter` - [GitHub](https://github.com/TODOvue/tv-footer) | [Demo](https://ui.todovue.blog/footer)
|
|
162
|
+
- `TvHero` - [GitHub](https://github.com/TODOvue/tv-hero) | [Demo](https://ui.todovue.blog/hero)
|
|
163
|
+
- `TvLabel` - [GitHub](https://github.com/TODOvue/tv-label) | [Demo](https://ui.todovue.blog/label)
|
|
164
|
+
- `TvMenu` - [GitHub](https://github.com/TODOvue/tv-menu) | [Demo](https://ui.todovue.blog/menu)
|
|
165
|
+
- `TvModal` - [GitHub](https://github.com/TODOvue/tv-modal) | [Demo](https://ui.todovue.blog/modal)
|
|
166
|
+
- `TvPagination` - [GitHub](https://github.com/TODOvue/tv-pagination) | [Demo](https://ui.todovue.blog/pagination)
|
|
167
|
+
- `TvProgressBar` - [GitHub](https://github.com/TODOvue/tv-progress-bar) | [Demo](https://ui.todovue.blog/progressbar)
|
|
168
|
+
- `TvRelativeTime` - [GitHub](https://github.com/TODOvue/tv-relative-time) | [Demo](https://ui.todovue.blog/relativetime)
|
|
169
|
+
- `TvScrollTop` - [GitHub](https://github.com/TODOvue/tv-scroll-top) | [Demo](https://ui.todovue.blog/scrolltop)
|
|
170
|
+
- `TvSearch` - [GitHub](https://github.com/TODOvue/tv-search) | [Demo](https://ui.todovue.blog/search)
|
|
171
|
+
- `TvSettings` - [GitHub](https://github.com/TODOvue/tv-settings) | [Demo](https://ui.todovue.blog/settings)
|
|
172
|
+
- `TvSidebar` - [GitHub](https://github.com/TODOvue/tv-sidebar) | [Demo](https://ui.todovue.blog/sidebar)
|
|
173
|
+
- `TvThemeButton` - [GitHub](https://github.com/TODOvue/tv-theme-button) | [Demo](https://ui.todovue.blog/themebutton)
|
|
174
|
+
- `TvToc` - [GitHub](https://github.com/TODOvue/tv-toc) | [Demo](https://ui.todovue.blog/toc)
|
|
175
175
|
|
|
176
176
|
## Registration options
|
|
177
177
|
| Approach | Example | When to use |
|
package/dist/entry.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Plugin } from 'vue';
|
|
2
|
-
import { TvAlert } from '@todovue/tv-alert';
|
|
2
|
+
import { TvAlert, useAlert } from '@todovue/tv-alert';
|
|
3
3
|
import { TvArticle } from '@todovue/tv-article';
|
|
4
4
|
import { TvBreadcrumbs } from '@todovue/tv-breadcrumbs';
|
|
5
5
|
import { TvButton } from '@todovue/tv-button';
|
|
@@ -19,7 +19,7 @@ import { TvSettings } from '@todovue/tv-settings';
|
|
|
19
19
|
import { TvSidebar } from '@todovue/tv-sidebar';
|
|
20
20
|
import { TvThemeButton } from '@todovue/tv-theme-button';
|
|
21
21
|
import { TvToc } from '@todovue/tv-toc';
|
|
22
|
-
export { TvAlert, TvArticle, TvBreadcrumbs, TvButton, TvCard, TvDemo, TvFooter, TvHero, TvLabel, TvMenu, TvModal, TvPagination, TvProgressBar, TvRelativeTime, TvScrollTop, TvSearch, TvSettings, TvSidebar, TvThemeButton, TvToc };
|
|
22
|
+
export { TvAlert, TvArticle, TvBreadcrumbs, TvButton, TvCard, TvDemo, TvFooter, TvHero, TvLabel, TvMenu, TvModal, TvPagination, TvProgressBar, TvRelativeTime, TvScrollTop, TvSearch, TvSettings, TvSidebar, TvThemeButton, TvToc, useAlert };
|
|
23
23
|
export declare const TvUi: Plugin;
|
|
24
24
|
export default TvUi;
|
|
25
25
|
declare module 'vue' {
|
package/dist/tv-ui.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("@todovue/tv-alert"),t=require("@todovue/tv-article"),o=require("@todovue/tv-breadcrumbs"),n=require("@todovue/tv-button"),v=require("@todovue/tv-card"),u=require("@todovue/tv-demo"),T=require("@todovue/tv-footer"),i=require("@todovue/tv-hero"),a=require("@todovue/tv-label"),c=require("@todovue/tv-menu"),l=require("@todovue/tv-modal"),b=require("@todovue/tv-pagination"),s=require("@todovue/tv-progress-bar"),d=require("@todovue/tv-relative-time"),m=require("@todovue/tv-scroll-top"),g=require("@todovue/tv-search"),P=require("@todovue/tv-settings"),p=require("@todovue/tv-sidebar"),f=require("@todovue/tv-theme-button"),j=require("@todovue/tv-toc"),q=[r.TvAlert,t.TvArticle,o.TvBreadcrumbs,n.TvButton,v.TvCard,u.TvDemo,T.TvFooter,i.TvHero,a.TvLabel,c.TvMenu,l.TvModal,b.TvPagination,s.TvProgressBar,d.TvRelativeTime,m.TvScrollTop,g.TvSearch,P.TvSettings,p.TvSidebar,f.TvThemeButton,j.TvToc],S=O=>{q.forEach(e=>{e.name&&O.component(e.name,e)})},y={install:S};Object.defineProperty(exports,"TvAlert",{enumerable:!0,get:()=>r.TvAlert});Object.defineProperty(exports,"TvArticle",{enumerable:!0,get:()=>t.TvArticle});Object.defineProperty(exports,"TvBreadcrumbs",{enumerable:!0,get:()=>o.TvBreadcrumbs});Object.defineProperty(exports,"TvButton",{enumerable:!0,get:()=>n.TvButton});Object.defineProperty(exports,"TvCard",{enumerable:!0,get:()=>v.TvCard});Object.defineProperty(exports,"TvDemo",{enumerable:!0,get:()=>u.TvDemo});Object.defineProperty(exports,"TvFooter",{enumerable:!0,get:()=>T.TvFooter});Object.defineProperty(exports,"TvHero",{enumerable:!0,get:()=>i.TvHero});Object.defineProperty(exports,"TvLabel",{enumerable:!0,get:()=>a.TvLabel});Object.defineProperty(exports,"TvMenu",{enumerable:!0,get:()=>c.TvMenu});Object.defineProperty(exports,"TvModal",{enumerable:!0,get:()=>l.TvModal});Object.defineProperty(exports,"TvPagination",{enumerable:!0,get:()=>b.TvPagination});Object.defineProperty(exports,"TvProgressBar",{enumerable:!0,get:()=>s.TvProgressBar});Object.defineProperty(exports,"TvRelativeTime",{enumerable:!0,get:()=>d.TvRelativeTime});Object.defineProperty(exports,"TvScrollTop",{enumerable:!0,get:()=>m.TvScrollTop});Object.defineProperty(exports,"TvSearch",{enumerable:!0,get:()=>g.TvSearch});Object.defineProperty(exports,"TvSettings",{enumerable:!0,get:()=>P.TvSettings});Object.defineProperty(exports,"TvSidebar",{enumerable:!0,get:()=>p.TvSidebar});Object.defineProperty(exports,"TvThemeButton",{enumerable:!0,get:()=>f.TvThemeButton});Object.defineProperty(exports,"TvToc",{enumerable:!0,get:()=>j.TvToc});exports.TvUi=y;exports.default=y;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("@todovue/tv-alert"),t=require("@todovue/tv-article"),o=require("@todovue/tv-breadcrumbs"),n=require("@todovue/tv-button"),v=require("@todovue/tv-card"),u=require("@todovue/tv-demo"),T=require("@todovue/tv-footer"),i=require("@todovue/tv-hero"),a=require("@todovue/tv-label"),c=require("@todovue/tv-menu"),l=require("@todovue/tv-modal"),b=require("@todovue/tv-pagination"),s=require("@todovue/tv-progress-bar"),d=require("@todovue/tv-relative-time"),m=require("@todovue/tv-scroll-top"),g=require("@todovue/tv-search"),P=require("@todovue/tv-settings"),p=require("@todovue/tv-sidebar"),f=require("@todovue/tv-theme-button"),j=require("@todovue/tv-toc"),q=[r.TvAlert,t.TvArticle,o.TvBreadcrumbs,n.TvButton,v.TvCard,u.TvDemo,T.TvFooter,i.TvHero,a.TvLabel,c.TvMenu,l.TvModal,b.TvPagination,s.TvProgressBar,d.TvRelativeTime,m.TvScrollTop,g.TvSearch,P.TvSettings,p.TvSidebar,f.TvThemeButton,j.TvToc],S=O=>{q.forEach(e=>{e.name&&O.component(e.name,e)})},y={install:S};Object.defineProperty(exports,"TvAlert",{enumerable:!0,get:()=>r.TvAlert});Object.defineProperty(exports,"useAlert",{enumerable:!0,get:()=>r.useAlert});Object.defineProperty(exports,"TvArticle",{enumerable:!0,get:()=>t.TvArticle});Object.defineProperty(exports,"TvBreadcrumbs",{enumerable:!0,get:()=>o.TvBreadcrumbs});Object.defineProperty(exports,"TvButton",{enumerable:!0,get:()=>n.TvButton});Object.defineProperty(exports,"TvCard",{enumerable:!0,get:()=>v.TvCard});Object.defineProperty(exports,"TvDemo",{enumerable:!0,get:()=>u.TvDemo});Object.defineProperty(exports,"TvFooter",{enumerable:!0,get:()=>T.TvFooter});Object.defineProperty(exports,"TvHero",{enumerable:!0,get:()=>i.TvHero});Object.defineProperty(exports,"TvLabel",{enumerable:!0,get:()=>a.TvLabel});Object.defineProperty(exports,"TvMenu",{enumerable:!0,get:()=>c.TvMenu});Object.defineProperty(exports,"TvModal",{enumerable:!0,get:()=>l.TvModal});Object.defineProperty(exports,"TvPagination",{enumerable:!0,get:()=>b.TvPagination});Object.defineProperty(exports,"TvProgressBar",{enumerable:!0,get:()=>s.TvProgressBar});Object.defineProperty(exports,"TvRelativeTime",{enumerable:!0,get:()=>d.TvRelativeTime});Object.defineProperty(exports,"TvScrollTop",{enumerable:!0,get:()=>m.TvScrollTop});Object.defineProperty(exports,"TvSearch",{enumerable:!0,get:()=>g.TvSearch});Object.defineProperty(exports,"TvSettings",{enumerable:!0,get:()=>P.TvSettings});Object.defineProperty(exports,"TvSidebar",{enumerable:!0,get:()=>p.TvSidebar});Object.defineProperty(exports,"TvThemeButton",{enumerable:!0,get:()=>f.TvThemeButton});Object.defineProperty(exports,"TvToc",{enumerable:!0,get:()=>j.TvToc});exports.TvUi=y;exports.default=y;
|
package/dist/tv-ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
body{background:#161e31;color:#cbd5e1;font-family:Roboto,sans-serif}
|
|
1
|
+
@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Kanit:wght@600&family=Lato:wght@300&display=swap";.tv-alert-container{position:fixed;z-index:9999;pointer-events:none;padding:16px}.tv-alert-stack{display:flex;flex-direction:column-reverse;gap:12px}.tv-alert-container--top-right{top:0;right:0}.tv-alert-container--top-left{top:0;left:0}.tv-alert-container--bottom-right{bottom:0;right:0}.tv-alert-container--bottom-left{bottom:0;left:0}.tv-alert-container--top-center{top:0;left:50%;transform:translate(-50%)}.tv-alert-container--bottom-center{bottom:0;left:50%;transform:translate(-50%)}.tv-alert{min-width:300px;max-width:420px;border-radius:12px;overflow:hidden;pointer-events:auto;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid transparent;transition:all .2s ease}.tv-alert:hover{transform:translateY(-2px);box-shadow:0 20px 50px #0003}.tv-alert{background:#fff;color:#0f172a;box-shadow:0 10px 40px #00000026}.dark-mode .tv-alert{background:#1e293b;color:#f1f5f9;box-shadow:0 10px 40px #0006}.dark-mode .tv-alert__close{color:#94a3b8}.dark-mode .tv-alert__close:hover{color:#f1f5f9}.dark-mode .tv-alert__progress{background:#ffffff1a}.tv-alert__content{display:flex;align-items:flex-start;gap:12px;padding:16px}.tv-alert__icon{flex-shrink:0;margin-top:2px}.tv-alert__dot{width:8px;height:8px;border-radius:50%;display:inline-block;box-shadow:0 0 8px currentColor;animation:pulse 2s ease-in-out infinite;margin-top:6px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.tv-alert__body{flex-grow:1;min-width:0}.tv-alert__title{font-weight:600;margin-bottom:4px;line-height:1.4;font-size:15px}.tv-alert__message{font-size:14px;line-height:1.5;font-weight:400;color:inherit;opacity:.9}.tv-alert__actions{display:flex;gap:8px;margin-top:10px}.tv-alert__action-btn{background:transparent;border:1px solid currentColor;color:inherit;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;opacity:.8;transition:all .2s}.tv-alert__action-btn:hover{opacity:1;background:#0000000d}.tv-alert__close{flex-shrink:0;border:0;background:transparent;font-size:20px;line-height:1;cursor:pointer;padding:4px 8px;color:#64748b;border-radius:6px;transition:all .15s ease;margin-left:auto;margin-top:-4px;margin-right:-8px}.tv-alert__close:hover{background:#0000000d;color:#0f172a}.tv-alert__close:active{transform:scale(.95)}.tv-alert__progress{height:4px;background:#00000014;position:relative;overflow:hidden}.tv-alert__progress-bar{height:100%;width:0;transition:width .1s linear;position:relative}.tv-alert__progress-bar:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.tv-alert--info{border-left:4px solid #3B82F6}.tv-alert--info .tv-alert__dot{background:#3b82f6;color:#3b82f6}.tv-alert--info .tv-alert__progress-bar{background:linear-gradient(90deg,#1e40af,#3b82f6)}.tv-alert--success{border-left:4px solid #10B981}.tv-alert--success .tv-alert__dot{background:#10b981;color:#10b981}.tv-alert--success .tv-alert__progress-bar{background:linear-gradient(90deg,#047857,#10b981)}.tv-alert--warning{border-left:4px solid #F59E0B}.tv-alert--warning .tv-alert__dot{background:#f59e0b;color:#f59e0b}.tv-alert--warning .tv-alert__progress-bar{background:linear-gradient(90deg,#d97706,#f59e0b)}.tv-alert--error{border-left:4px solid #EF4444}.tv-alert--error .tv-alert__dot{background:#ef4444;color:#ef4444}.tv-alert--error .tv-alert__progress-bar{background:linear-gradient(90deg,#dc2626,#ef4444)}.tv-alert--paused .tv-alert__progress-bar,.tv-alert--paused .tv-alert__dot{animation-play-state:paused}.tv-slide-down-enter-from{opacity:0;transform:translateY(-20px) scale(.95)}.tv-slide-down-enter-active{transition:all .3s cubic-bezier(.34,1.56,.64,1)}.tv-slide-down-leave-to{opacity:0;transform:translate(100px) scale(.9)}.tv-slide-down-leave-active{transition:all .25s cubic-bezier(.4,0,1,1)}.tv-slide-up-enter-from{opacity:0;transform:translateY(20px) scale(.95)}.tv-slide-up-enter-active{transition:all .3s cubic-bezier(.34,1.56,.64,1)}.tv-slide-up-leave-to{opacity:0;transform:translate(100px) scale(.9)}.tv-slide-up-leave-active{transition:all .25s cubic-bezier(.4,0,1,1)}.tv-article{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#1e293b;padding:3.5rem 2rem;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width:768px){.tv-article{padding:1.5rem 1rem}}.tv-article--centered{max-width:100%;margin:0 auto}.tv-article__header{margin-bottom:1rem;text-align:left}.tv-article__title{font-size:3rem;line-height:1.1;font-weight:800;letter-spacing:-.02em;margin:0 0 1rem;color:#1e293b}@media(max-width:768px){.tv-article__title{font-size:2.25rem}}.tv-article__description{font-size:1.35rem;line-height:1.6;margin:0 0 2rem;color:#787d7d;font-weight:400}.tv-article__meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;color:#787d7d;font-size:.95rem;font-weight:500;margin-top:1.5rem}.tv-article__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;margin-bottom:2rem}.tv-article__cover{margin:3.5rem 0;overflow:hidden;border-radius:1rem;background-color:#f3f4f6;box-shadow:0 10px 30px -10px #0000001a}.tv-article__cover-image{width:100%;height:auto;display:block;object-fit:cover;transition:transform .5s ease}.tv-article__cover-image:hover{transform:scale(1.02)}.tv-article__cover-caption{padding:1rem;font-size:.9rem;color:#787d7d;text-align:center;background-color:transparent;font-style:normal;border-top:1px solid rgb(185.1229508197,187.3770491803,187.3770491803)}.tv-prose{max-width:72ch;margin:0 auto;word-break:keep-all;overflow-wrap:break-word}@media(min-width:1024px){.tv-prose{max-width:76ch}}.tv-prose--sm{max-width:60ch}.tv-prose--md{max-width:68ch}.tv-prose--lg{max-width:80ch}.tv-prose--xl{max-width:90ch}.tv-prose--full{max-width:100%}.tv-prose>*+*{margin-top:1.5rem}.tv-prose h1,.tv-prose h2,.tv-prose h3,.tv-prose h4{color:#1e293b;font-weight:700;line-height:1.25;margin-top:3.5rem;margin-bottom:1rem;scroll-margin-top:6rem;letter-spacing:-.01em}.tv-prose h1{font-size:2.25rem;font-weight:800}.tv-prose h2{font-size:1.875rem;border-bottom:1px solid rgb(185.1229508197,187.3770491803,187.3770491803);padding-bottom:.5rem}.tv-prose h3{font-size:1.5rem}.tv-prose h4{font-size:1.25rem}.tv-prose p{margin-bottom:1.5rem;color:#1e293b;line-height:1.75;font-size:1.125rem;word-break:keep-all;overflow-wrap:break-word}.tv-prose a{color:#ef233c;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s cubic-bezier(.4,0,.2,1);font-weight:500}.tv-prose a:hover{border-bottom-color:#ef233c}.tv-prose :not(pre)>code{font-family:Fira Code,ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Consolas,monospace;background-color:#f3f4f6;color:#ef233c;padding:.2rem .4rem;border-radius:.375rem;font-size:.875em;border:1px solid rgb(185.1229508197,187.3770491803,187.3770491803);word-break:keep-all;overflow-wrap:break-word;white-space:nowrap}.tv-prose pre{margin:2rem 0;background-color:#f3f4f6;padding:1.5rem 0;border-radius:.75rem;overflow-x:auto;border:1px solid rgb(185.1229508197,187.3770491803,187.3770491803);box-shadow:0 4px 6px -1px #0000000d;position:relative;word-break:keep-all;overflow-wrap:normal}.tv-prose pre code{background:transparent;padding:0;border:none;color:#1f2937;font-size:.9rem;line-height:1.7;font-family:Fira Code,ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Consolas,monospace;word-break:keep-all;white-space:pre}.tv-prose pre .hljs-keyword,.tv-prose pre .hljs-selector-tag,.tv-prose pre .hljs-tag{color:#d73a49}.tv-prose pre .hljs-string,.tv-prose pre .hljs-attribute{color:#032f62}.tv-prose pre .hljs-function,.tv-prose pre .hljs-title,.tv-prose pre .hljs-section{color:#6f42c1}.tv-prose pre .hljs-comment,.tv-prose pre .hljs-quote,.tv-prose pre .hljs-meta{color:#6a737d;font-style:italic}.tv-prose pre .hljs-variable,.tv-prose pre .hljs-template-variable{color:#24292e}.tv-prose pre .hljs-number,.tv-prose pre .hljs-literal{color:#005cc5}.tv-prose pre .hljs-type,.tv-prose pre .hljs-class .hljs-title{color:#6f42c1}.tv-prose pre::-webkit-scrollbar{height:8px}.tv-prose pre::-webkit-scrollbar-track{background:transparent}.tv-prose pre::-webkit-scrollbar-thumb{background-color:#b9bbbb;border-radius:4px}.tv-prose .tv-line{display:inline-block;min-width:100%;padding:0 1.5rem;box-sizing:border-box}.tv-prose .tv-line--highlighted{background-color:#ef233c1a;border-left:3px solid #EF233C;padding-left:calc(1.5rem - 3px)}.tv-prose .tv-code-block-wrapper{margin:2rem 0;border:1px solid rgb(185.1229508197,187.3770491803,187.3770491803);border-radius:.75rem;overflow:hidden;background-color:#f3f4f6}.tv-prose .tv-code-block-wrapper pre{margin:0;border:none;border-radius:0;box-shadow:none}.tv-prose .tv-code-block__header{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#f9fafb;border-bottom:1px solid rgb(185.1229508197,187.3770491803,187.3770491803);font-family:Fira Code,ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Consolas,monospace;font-size:.85rem;color:#787d7d}.tv-prose .tv-filename{font-weight:500}.tv-prose .tv-icon{display:inline-block;width:1.2em;height:1.2em;vertical-align:middle;background-color:currentColor;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;flex-shrink:0}.tv-prose .tv-icon-xml{-webkit-mask-image:url(https://api.iconify.design/vscode-icons:file-type-xml.svg);mask-image:url(https://api.iconify.design/vscode-icons:file-type-xml.svg)}.tv-prose .tv-icon-shell{-webkit-mask-image:url(https://api.iconify.design/vscode-icons:file-type-shell.svg);mask-image:url(https://api.iconify.design/vscode-icons:file-type-shell.svg)}.tv-prose .tv-icon-database{-webkit-mask-image:url(https://api.iconify.design/vscode-icons:file-type-database.svg);mask-image:url(https://api.iconify.design/vscode-icons:file-type-database.svg)}.tv-prose .tv-icon-code{-webkit-mask-image:url(https://api.iconify.design/vscode-icons:file-type-code.svg);mask-image:url(https://api.iconify.design/vscode-icons:file-type-code.svg)}.tv-prose .tv-icon-npm{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-npm.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-pnpm{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-pnpm.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-yarn{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-yarn.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-bun{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-bun.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-js{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-js.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-typescript{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-typescript.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-vue{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-vue.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-css{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-css.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-sass{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-sass.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-less{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-less.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-html{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-html.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-json{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-json.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-markdown{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-markdown.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-docker{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-docker.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-nginx{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-nginx.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-go{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-go.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-python{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-python.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-c{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-c.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-cpp{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-cpp.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-csharp{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-csharp.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-java{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-java.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-php{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-php.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-ruby{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-ruby.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-icon-rust{background-color:transparent;background-image:url(https://api.iconify.design/vscode-icons:file-type-rust.svg);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.tv-prose .tv-table-wrapper{overflow-x:auto;margin:2rem 0;border-radius:.75rem;border:1px solid rgb(185.1229508197,187.3770491803,187.3770491803);-webkit-overflow-scrolling:touch}.tv-prose .tv-table-wrapper::-webkit-scrollbar{height:8px}.tv-prose .tv-table-wrapper::-webkit-scrollbar-track{background:transparent}.tv-prose .tv-table-wrapper::-webkit-scrollbar-thumb{background-color:#b9bbbb;border-radius:4px}.tv-prose table{width:100%;border-collapse:separate;border-spacing:0;margin:0;background-color:#fff;border-radius:.75rem;overflow:hidden}.tv-prose table th,.tv-prose table td{padding:1rem;text-align:left;vertical-align:top;border-bottom:1px solid rgb(185.1229508197,187.3770491803,187.3770491803)}@media(max-width:768px){.tv-prose table th,.tv-prose table td{padding:.75rem;font-size:.875rem}}.tv-prose table th code,.tv-prose table td code{white-space:normal;word-break:break-word}.tv-prose table th{font-weight:600;background-color:#f9fafb;color:#1e293b}.tv-prose table tr:last-child td{border-bottom:none}.tv-prose table tbody tr:hover{background-color:#f9fafb}.tv-prose table:not(.tv-table-wrapper table){border:1px solid rgb(185.1229508197,187.3770491803,187.3770491803);margin:2rem 0}.tv-prose ul,.tv-prose ol{padding-left:1.5rem;margin:1.5rem 0}.tv-prose ul li,.tv-prose ol li{margin-bottom:.5rem;padding-left:.5rem}.tv-prose ul li::marker,.tv-prose ol li::marker{color:#ef233c;font-weight:700}.tv-prose blockquote{margin:2rem 0;padding:1.5rem;border-left:4px solid #EF233C;background-color:#f8f9fa;color:#1e293b;border-radius:0 .75rem .75rem 0;font-style:italic;position:relative}.tv-prose blockquote p:last-child{margin-bottom:0}.tv-prose figure{margin:3.5rem 0;text-align:center}.tv-prose figure img{border-radius:.75rem;max-width:100%;height:auto}.tv-prose figure figcaption{margin-top:1rem;color:#787d7d;font-size:.9rem}.tv-prose hr{border:0;border-top:1px solid rgb(185.1229508197,187.3770491803,187.3770491803);margin:3.5rem 0}.tv-prose kbd{font-family:Fira Code,ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Consolas,monospace;background:#f3f4f6;border:1px solid rgb(185.1229508197,187.3770491803,187.3770491803);padding:.125rem .375rem;border-radius:.375rem;font-size:.85em;box-shadow:0 1px #b9bbbb}.tv-prose details{margin:1.5rem 0;background:#f3f4f6;border:1px solid rgb(185.1229508197,187.3770491803,187.3770491803);border-radius:.75rem;padding:1rem}.tv-prose details summary{cursor:pointer;font-weight:600;padding:.5rem;outline:none}.tv-prose details summary:hover{color:#ef233c}.tv-prose details[open] summary{margin-bottom:.75rem;border-bottom:1px solid rgb(185.1229508197,187.3770491803,187.3770491803)}@media(prefers-reduced-motion:reduce){.tv-prose *{transition:none!important;animation:none!important;scroll-behavior:auto!important}}.tv-code-group{margin:2rem 0;border:1px solid rgb(185.1229508197,187.3770491803,187.3770491803);border-radius:.75rem;overflow:hidden}.tv-code-group pre{margin:0;border:none;border-radius:0;box-shadow:none}.tv-code-group__header{display:flex;overflow-x:auto;border-bottom:1px solid rgb(185.1229508197,187.3770491803,187.3770491803);background-color:#f9fafb}.tv-code-group__header .tv-icon{margin-right:.5rem}.tv-code-group__header::-webkit-scrollbar{height:0;display:none}.tv-code-group__header{-ms-overflow-style:none;scrollbar-width:none}.tv-code-group__tab{display:flex;align-items:center;padding:.75rem 1rem;background:transparent;border:none;border-bottom:2px solid transparent;color:#787d7d;font-size:.9rem;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;cursor:pointer;transition:color .2s,border-color .2s;white-space:nowrap}.tv-code-group__tab:hover{color:#1e293b}.tv-code-group__tab.active{color:#ef233c;border-bottom-color:#ef233c}.tv-tab-name,.tv-filename{color:inherit;font-family:inherit;font-size:inherit}.tv-hidden{display:none!important}.tv-article__copy{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:1px solid rgb(185.1229508197,187.3770491803,187.3770491803);border-radius:.375rem;background:#f3f4f6;color:#ef233c;font-size:.875rem;line-height:1;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);opacity:0;pointer-events:none}.tv-article__copy:hover{filter:brightness(1.02)}.tv-article__copy.is-copied:after{content:"Copied!"}.tv-article__copy:after{content:"Copy";position:absolute;left:100%;top:50%;transform:translate(.5rem,-50%);white-space:nowrap;background:#1e293b;color:#fff;padding:.125rem .375rem;border-radius:.375rem;font-size:.75rem;line-height:1;box-shadow:0 2px 6px #00000026;opacity:0;pointer-events:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.tv-article__copy:hover:after,.tv-article__copy:focus-visible:after,.tv-article__copy.is-copied:after{opacity:1}.tv-prose a[data-external=true]{position:relative;padding-right:.9em}.tv-prose a[data-external=true]:after{content:"↗";position:absolute;right:0;top:.05em;font-size:.85em;opacity:.8}.dark-mode .tv-article,.dark-mode .tv-article__title,.dark-mode .tv-article__description,.dark-mode .tv-prose h1,.dark-mode .tv-prose h2,.dark-mode .tv-prose h3,.dark-mode .tv-prose h4,.dark-mode .tv-prose p,.dark-mode .tv-prose li,.dark-mode .tv-prose th,.dark-mode .tv-prose td{color:#cbd5e1}.dark-mode .tv-article__meta{color:#c7c9c9}.dark-mode .tv-article__copy{border-color:#949696;background:#161e31;color:#cbd5e1}.dark-mode .tv-prose a{color:#afdedc}.dark-mode .tv-prose a:hover{color:#d3edec}.dark-mode .tv-prose code{background-color:#1a202c;color:#e2e8f0;border-color:#949696}.dark-mode .tv-prose pre{background-color:#1a202c;border-color:#949696}.dark-mode .tv-prose pre code{color:#e2e8f0;background-color:#1a202c}.dark-mode .tv-prose pre .hljs-keyword,.dark-mode .tv-prose pre .hljs-selector-tag,.dark-mode .tv-prose pre .hljs-tag{color:#ff7b72}.dark-mode .tv-prose pre .hljs-string,.dark-mode .tv-prose pre .hljs-attribute{color:#a5d6ff}.dark-mode .tv-prose pre .hljs-function,.dark-mode .tv-prose pre .hljs-title,.dark-mode .tv-prose pre .hljs-section{color:#d2a8ff}.dark-mode .tv-prose pre .hljs-comment,.dark-mode .tv-prose pre .hljs-quote,.dark-mode .tv-prose pre .hljs-meta{color:#8b949e}.dark-mode .tv-prose pre .hljs-variable,.dark-mode .tv-prose pre .hljs-template-variable{color:#c9d1d9}.dark-mode .tv-prose pre .hljs-number,.dark-mode .tv-prose pre .hljs-literal{color:#79c0ff}.dark-mode .tv-prose pre .hljs-type,.dark-mode .tv-prose pre .hljs-class .hljs-title{color:#f0883e}.dark-mode .tv-prose pre::-webkit-scrollbar-thumb{background-color:#949696}.dark-mode .tv-prose .tv-code-block-wrapper{border-color:#949696;background-color:#1a202c}.dark-mode .tv-prose .tv-code-block__header{background-color:#141c2d;border-color:#949696;color:#c7c9c9}.dark-mode .tv-prose .tv-line--highlighted{background-color:#ef233c26}.dark-mode .tv-prose blockquote{background-color:#161e31;color:#cbd5e1;border-left-color:#ef233c}.dark-mode .tv-prose .tv-table-wrapper{border-color:#949696}.dark-mode .tv-prose .tv-table-wrapper::-webkit-scrollbar-thumb{background-color:#949696}.dark-mode .tv-prose table{background-color:#0e131f}.dark-mode .tv-prose table th,.dark-mode .tv-prose table td{border-color:#949696}.dark-mode .tv-prose table th{background-color:#141c2d;color:#cbd5e1}.dark-mode .tv-prose table tbody tr:hover{background-color:#141c2d}.dark-mode .tv-prose table:not(.tv-table-wrapper table){border-color:#949696}.dark-mode .tv-prose hr{border-top-color:#949696}.dark-mode .tv-prose details{background-color:#161b22;border-color:#949696;color:#cbd5e1}.dark-mode .tv-prose details[open] summary{border-bottom-color:#949696}.dark-mode .tv-prose .tv-code-group{border-color:#949696}.dark-mode .tv-prose .tv-code-group__header{background-color:#141c2d;border-color:#949696}.dark-mode .tv-prose .tv-code-group__tab{color:#c7c9c9}.dark-mode .tv-prose .tv-code-group__tab:hover{color:#cbd5e1}.dark-mode .tv-prose .tv-code-group__tab.active{color:#ef233c;border-bottom-color:#ef233c}.dark-mode .tv-article__cover-caption{color:#c7c9c9;border-top-color:#949696}.tv-article__header-top:hover .tv-article__copy,.tv-article__header-top:focus-within .tv-article__copy{opacity:1;pointer-events:auto}.tv-prose .tv-heading-anchor{position:relative}.tv-prose .tv-heading-anchor .tv-anchor-btn{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;margin-left:.5rem;vertical-align:middle;border:1px solid rgb(185.1229508197,187.3770491803,187.3770491803);border-radius:.375rem;background:#f3f4f6;color:#ef233c;opacity:0;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.tv-prose .tv-heading-anchor .tv-anchor-btn{opacity:1}}.tv-prose .tv-heading-anchor:hover .tv-anchor-btn,.tv-prose .tv-heading-anchor:focus-within .tv-anchor-btn{opacity:1}.tv-prose .tv-codeblock{position:relative}.tv-prose .tv-code-copy{position:absolute;top:.5rem;right:.5rem;border:1px solid rgb(185.1229508197,187.3770491803,187.3770491803);border-radius:.375rem;background:#f3f4f6;color:#ef233c;font-size:.875rem;width:1.75rem;height:1.75rem;display:inline-flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:all .2s cubic-bezier(.4,0,.2,1);z-index:10;cursor:pointer}.tv-prose .tv-codeblock:hover .tv-code-copy,.tv-prose .tv-code-copy:focus-visible{opacity:1;pointer-events:auto}.tv-breadcrumb.tv-breadcrumb-root.tv-breadcrumb-container{width:100%;overflow-x:auto}.tv-breadcrumb .tv-breadcrumb-list{display:flex;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0;white-space:nowrap}.tv-breadcrumb .tv-breadcrumb-item{display:inline-flex;align-items:center;gap:.5rem}.tv-breadcrumb .tv-breadcrumb-item--link .tv-breadcrumb-link{text-decoration:none;transition:opacity .16s ease,text-decoration-color .16s ease}.tv-breadcrumb .tv-breadcrumb-item--current .tv-breadcrumb-current{font-weight:600;cursor:default}.tv-breadcrumb .tv-breadcrumb-item--disabled .tv-breadcrumb-link{cursor:not-allowed;opacity:.5;pointer-events:none}.tv-breadcrumb .tv-breadcrumb-separator{-webkit-user-select:none;user-select:none;opacity:.7}.tv-breadcrumb .tv-breadcrumb-icon{display:inline-flex;align-items:center;justify-content:center}.tv-breadcrumb .tv-breadcrumb-item{position:relative}.tv-breadcrumb .tv-breadcrumb-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);background-color:var(--tv-breadcrumb-bg-color, #fff);border:1px solid var(--tv-breadcrumb-border-color, #e2e8f0);border-radius:.375rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:.5rem 0;min-width:12rem;z-index:50;display:none;flex-direction:column;margin-top:.5rem}.tv-breadcrumb .tv-breadcrumb-dropdown--open{display:flex}.tv-breadcrumb .tv-breadcrumb-dropdown .tv-breadcrumb-link{display:block;padding:.5rem 1rem;text-decoration:none;color:inherit;white-space:nowrap}.tv-breadcrumb .tv-breadcrumb-dropdown .tv-breadcrumb-link:hover{background-color:var(--tv-breadcrumb-hover-bg, #f1f5f9)}.tv-breadcrumb .tv-breadcrumb-link{color:inherit;text-decoration:underline;text-underline-offset:2px;text-decoration-color:color-mix(in srgb,currentColor 25%,transparent)}.tv-breadcrumb .tv-breadcrumb-link:hover{opacity:.9;text-decoration-color:color-mix(in srgb,currentColor 55%,transparent)}.tv-breadcrumb .tv-breadcrumb-link:focus-visible{outline:2px solid color-mix(in srgb,currentColor 35%,transparent);outline-offset:2px;border-radius:6px}.tv-breadcrumb .tv-breadcrumb-current{color:inherit}.tv-breadcrumb .tv-breadcrumb-separator{color:inherit;opacity:.75}.tv-card-body .tv-card-content,.tv-card-body .tv-card{align-items:center;display:flex;justify-content:center}.tv-card{background-color:#0e131f;color:#cbd5e1}.tv-card-title{background:#0e131f;min-height:50px;line-height:1.3;text-align:center;padding:10px 15px;font-size:15px;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-wrap:break-word;word-break:break-word;border-radius:10px;max-width:100%}.tv-card-body{max-width:300px;align-items:center;background:transparent;display:flex;justify-content:center;margin:20px 0}.tv-card-body .tv-card{border-radius:0 0 20px 20px;position:relative;width:100%;flex-direction:column;margin-top:30px;padding-top:170px}.tv-card-body .tv-card-image{position:absolute;height:180px;min-width:300px;overflow:hidden;top:-30px}.tv-card-body .tv-card-image img{border-radius:30px 30px 0 0;width:100%;height:100%;object-fit:cover;padding:0 10px}.tv-card-body .tv-card-content{position:relative;flex-direction:column;margin-top:10px;min-height:150px}.tv-card-body .tv-card-content .tv-card-title{border-radius:30px 30px 0 0;position:relative;width:85%;padding:12px 15px;text-align:center;margin-top:-70px;margin-bottom:0}.tv-card-body .tv-card-content .tv-card-label{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;padding:0 10px;margin-top:10px}.tv-card-body .tv-card-content .tv-card-description{font-size:14px;font-weight:300;letter-spacing:1px;margin-bottom:20px;padding:15px;text-align:center}.tv-card-body .tv-card .tv-card-action{position:relative;width:100%;bottom:20px;display:flex;justify-content:center}.tv-card-body .tv-card .tv-card-action .tv-card-button{position:absolute;display:flex;gap:10px}.tv-card-body .tv-pt-0{padding-top:0!important}.light-mode .tv-card{background-color:#b9c4df;color:#1e293b}.light-mode .tv-card-title{background:#b9c4df}.tv-card-horizontal{max-width:100%;width:100%}.tv-card-horizontal .tv-card{display:grid;grid-template-columns:220px 1fr;grid-template-areas:"image content" "image action";column-gap:20px;row-gap:15px;margin-top:0;border-radius:20px;padding:15px;align-items:center}.tv-card-horizontal .tv-card-image{grid-area:image;position:static;height:auto;min-width:200px;max-width:220px;width:100%;min-height:250px;margin-right:0;flex-shrink:0}.tv-card-horizontal .tv-card-image img{border-radius:20px;padding:0;height:100%;min-height:250px}.tv-card-horizontal .tv-card-content{grid-area:content;margin-top:0;min-height:auto;justify-content:center;align-items:flex-start;flex:1;min-width:0;display:flex;flex-direction:column}.tv-card-horizontal .tv-card-content .tv-card-title{margin-top:0;width:100%;text-align:left;border-radius:10px;padding:0;font-size:24px}.tv-card-horizontal .tv-card-content .tv-card-label{justify-content:flex-start;padding:10px 0;margin:0}.tv-card-horizontal .tv-card-content .tv-card-description{text-align:left;padding:0;margin-bottom:0;font-size:18px}.tv-card-horizontal .tv-card .tv-card-action{grid-area:action;position:static;bottom:auto;width:100%;margin:0;justify-content:flex-start;display:flex}.tv-card-horizontal .tv-card .tv-card-action .tv-card-button{position:static;flex-direction:row;gap:10px}@media(max-width:768px){.tv-card-horizontal{max-width:600px}.tv-card-horizontal .tv-card{grid-template-columns:180px 1fr;column-gap:15px;padding:12px}.tv-card-horizontal .tv-card-image{min-width:160px;max-width:180px;min-height:200px}.tv-card-horizontal .tv-card-image img{min-height:200px}.tv-card-horizontal .tv-card-content .tv-card-title{font-size:16px}.tv-card-horizontal .tv-card-content .tv-card-description{font-size:14px}}@media(max-width:576px){.tv-card-horizontal{max-width:100%}.tv-card-horizontal .tv-card{grid-template-columns:1fr;grid-template-areas:"image" "content" "action";row-gap:15px;padding:15px;align-items:center}.tv-card-horizontal .tv-card-image{min-width:100%;max-width:100%;min-height:200px;max-height:250px}.tv-card-horizontal .tv-card-image img{min-height:200px;border-radius:20px}.tv-card-horizontal .tv-card-content{align-items:center;width:100%}.tv-card-horizontal .tv-card-content .tv-card-title{text-align:center;font-size:15px}.tv-card-horizontal .tv-card-content .tv-card-label{justify-content:center;padding:10px}.tv-card-horizontal .tv-card-content .tv-card-description{text-align:center;padding:15px;font-size:14px}.tv-card-horizontal .tv-card .tv-card-action{justify-content:center;width:100%}.tv-card-horizontal .tv-card .tv-card-action .tv-card-button{justify-content:center}}.tv-footer{width:100%;padding:3rem 1.5rem;box-sizing:border-box;transition:background-color .4s ease,color .4s ease;position:relative;background-color:#0e131f;color:#cbd5e1;border-top:1px solid rgba(203,213,225,.05)}.tv-footer .tv-footer__logo,.tv-footer .tv-footer__section-title,.dark-mode .tv-footer .tv-footer__logo,.dark-mode .tv-footer .tv-footer__section-title{color:#fff}.tv-footer .tv-footer__social-link,.dark-mode .tv-footer .tv-footer__social-link{background-color:#ffffff08;color:inherit;border:1px solid rgba(255,255,255,.05)}.tv-footer .tv-footer__social-link:hover,.dark-mode .tv-footer .tv-footer__social-link:hover{background-color:#ef233c;border-color:#ef233c;color:#fff;box-shadow:0 0 15px #ef233c66}.light-mode .tv-footer{background-color:#b9c4df;color:#1e293b;border-top-color:#1e293b0d}.light-mode .tv-footer .tv-footer__logo,.light-mode .tv-footer .tv-footer__section-title{color:#1e293b}.light-mode .tv-footer .tv-footer__social-link{background-color:#ffffff80;color:inherit;border:1px solid rgba(0,0,0,.05);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.light-mode .tv-footer .tv-footer__social-link:hover{background-color:#ef233c;border-color:#ef233c;color:#f1f9f9;box-shadow:0 4px 12px #ef233c4d}.light-mode .tv-footer .tv-footer__link:hover{color:#ef233c}.light-mode .tv-footer .tv-footer__newsletter-input{background-color:#fff9;border-color:#0000000d;color:#1e293b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.light-mode .tv-footer .tv-footer__newsletter-input:focus{background-color:#ffffffe6;border-color:#ef233c;box-shadow:0 0 0 4px #ef233c1a}.tv-footer__container{display:flex;flex-wrap:wrap;gap:4rem;max-width:1200px;margin:0 auto}.tv-footer__left-column{flex:1 1 250px;max-width:400px;display:flex;flex-direction:column;gap:2rem}.tv-footer__brand{display:flex;flex-direction:column;gap:1rem}.tv-footer__logo{font-weight:800;font-size:1.5rem;text-decoration:none;display:inline-flex;align-items:center;gap:.75rem;letter-spacing:-.02em}.tv-footer__logo img{height:100px;width:auto}.tv-footer__version{font-size:.75rem;opacity:.6;font-weight:500;background:#7f7f7f1a;padding:.125rem .5rem;border-radius:12px;align-self:flex-start}.tv-footer__nav-definitions{display:flex;flex:999 1 400px;flex-wrap:wrap;gap:3rem}@media(max-width:768px){.tv-footer__nav-definitions{gap:2rem;flex-basis:100%}}.tv-footer__section{min-width:140px}.tv-footer__section-title{font-weight:700;margin-bottom:1.25rem;font-size:.9rem;letter-spacing:.05em;text-transform:uppercase;opacity:1;position:relative}.tv-footer__section-title:after{content:"";display:block;width:20px;height:2px;background-color:#ef233c;margin-top:.5rem;border-radius:2px}.tv-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.tv-footer__link{color:inherit;text-decoration:none;font-size:.95rem;transition:all .2s ease;cursor:pointer;display:flex;align-items:center;gap:.5rem;opacity:.75;width:fit-content}.tv-footer__link:hover{color:#ef233c;opacity:1;transform:translate(4px)}.tv-footer__link:before{content:"";display:block;width:4px;height:4px;background-color:currentColor;border-radius:50%;opacity:0;transition:opacity .2s}.tv-footer__link:hover:before{opacity:1}.tv-footer__social-section{display:flex;flex-direction:column;justify-content:flex-start;padding-top:.5rem;flex:0 0 auto}.tv-footer__social{display:flex;gap:.75rem;flex-wrap:wrap}.tv-footer__social-link{font-size:1.1rem;text-decoration:none;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.tv-footer__social-link:hover{transform:translateY(-4px) scale(1.1)}.tv-footer__social-link img{width:1.25rem;height:1.25rem;object-fit:contain;display:block}.tv-footer__bottom{border-top:1px solid rgba(127,127,127,.1);margin-top:3rem;padding-top:1.5rem;text-align:center;font-size:.85rem;display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:1200px;margin-left:auto;margin-right:auto;opacity:.7}@media(min-width:640px){.tv-footer__bottom{flex-direction:row;justify-content:space-between}}.tv-footer__bottom .tv-footer__links{flex-direction:row;gap:1.5rem;flex-wrap:wrap;justify-content:center}.tv-footer__bottom .tv-footer__links li{display:inline-block}.tv-footer__bottom .tv-footer__links .tv-footer__link{font-size:.8rem}.tv-footer__bottom .tv-footer__links .tv-footer__link:hover{transform:none;text-decoration:underline}.tv-footer__bottom .tv-footer__links .tv-footer__link:before{display:none}.tv-footer__newsletter{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;width:100%}.tv-footer__newsletter-title{font-weight:700;font-size:1rem;margin:0}.tv-footer__newsletter-text{font-size:.9rem;line-height:1.5;opacity:.8;margin:0}.tv-footer__newsletter-form{display:flex;gap:.5rem;flex-direction:column}@media(min-width:400px){.tv-footer__newsletter-form{flex-direction:row}}.tv-footer__newsletter-input{flex:1;min-width:0;padding:.75rem 1.25rem;border-radius:9999px;border:1px solid transparent;background-color:#ffffff0d;color:inherit;font-size:.9rem;outline:none;transition:all .3s ease}.tv-footer__newsletter-input:focus{background-color:#ffffff1a;border-color:#ef233c;box-shadow:0 0 0 4px #ef233c33}.tv-footer__newsletter-input::placeholder{opacity:.5}.tv-footer__newsletter-button{padding:.75rem 1.5rem;border-radius:9999px;border:none;background-color:#ef233c;color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.tv-footer__newsletter-button:hover{background-color:#e8112b;transform:translateY(-2px);box-shadow:0 4px 12px #ef233c66}.tv-footer__newsletter-button:active{transform:translateY(0)}.tv-footer__back-to-top{position:fixed;bottom:2.5rem;right:2.5rem;width:3.5rem;height:3.5rem;border-radius:50%;background-color:#ef233c;color:#fff;border:none;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 16px #0003;transition:all .3s cubic-bezier(.175,.885,.32,1.275);z-index:1000}.tv-footer__back-to-top:hover{transform:translateY(-4px) scale(1.05);background-color:#e8112b;box-shadow:0 12px 20px #ef233c4d}.tv-footer__back-to-top:active{transform:translateY(-1px)}.dark-mode .tv-label{color:#f4faff}.dark-mode span.tv-label-icon{fill:currentColor}.light-mode .tv-label{color:#000b14}.light-mode span.tv-label-icon{fill:currentColor}.tv-label{align-items:center;border-radius:6px;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px;font-weight:500;justify-content:center;line-height:1.5;padding:0 10px;text-align:center;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;white-space:nowrap}.tv-label.tv-label-sm{font-size:12px;height:24px;padding:0 8px}.tv-label.tv-label-sm span.tv-label-icon{height:12px;width:12px}.tv-label.tv-label-md{font-size:14px;height:32px;padding:0 12px}.tv-label.tv-label-md span.tv-label-icon{height:14px;width:14px}.tv-label.tv-label-lg{font-size:16px;height:40px;padding:0 16px}.tv-label.tv-label-lg span.tv-label-icon{height:16px;width:16px}.tv-label.tv-label--reverse{flex-direction:row-reverse}.tv-label.tv-label--outline{border-radius:50px}.tv-label:hover{filter:brightness(.92)}.tv-label:active{filter:brightness(.85);transform:scale(.97)}.tv-label span.tv-label-icon{display:inline-flex;align-items:center;justify-content:center}.tv-label span.tv-label-icon.tv-icon-position-right{margin-left:6px}.tv-label span.tv-label-icon.tv-icon-position-left{margin-right:6px}.tv-modal-container{background-color:#000000b3}.tv-modal-container .tv-modal{background-color:#0e131f;box-shadow:0 20px 60px #0009,0 0 0 1px #ffffff0d}.tv-modal-container .tv-modal-title{color:#cbd5e1}.tv-modal-container .tv-modal-separator{border-top-color:#cbd5e126}.tv-modal-container .tv-modal-description{color:#8aa1bc}.tv-modal-container .tv-modal::-webkit-scrollbar-thumb{background:#fff3}.tv-modal-container .tv-modal::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.light-mode .tv-modal-container{background-color:#0006}.light-mode .tv-modal-container .tv-modal{background-color:#b9c4df;box-shadow:0 20px 60px #0003,0 0 0 1px #00000014}.light-mode .tv-modal-container .tv-modal-title{color:#1e293b}.light-mode .tv-modal-container .tv-modal-separator{border-top-color:#1e293b33}.light-mode .tv-modal-container .tv-modal-description{color:#384c6e}.light-mode .tv-modal-container .tv-modal::-webkit-scrollbar-thumb{background:#1e293b4d}.light-mode .tv-modal-container .tv-modal::-webkit-scrollbar-thumb:hover{background:#1e293b66}.tv-modal-container{align-items:center;display:flex;justify-content:center;position:fixed;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);left:0;top:0;z-index:1500;animation:fadeIn .2s ease-out}.tv-modal-container .tv-modal{width:90%;max-width:500px;min-width:280px;background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 20px 60px #0000004d,0 0 0 1px #0000000d;position:relative;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.tv-modal-container .tv-modal::-webkit-scrollbar{width:8px}.tv-modal-container .tv-modal::-webkit-scrollbar-track{background:transparent}.tv-modal-container .tv-modal::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.tv-modal-container .tv-modal::-webkit-scrollbar-thumb:hover{background:#0000004d}.tv-modal-container .tv-modal-image{width:80px;height:80px;padding:16px;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tv-modal-container .tv-modal-image.tv-modal-warning{background-color:#fbbf2426;color:#f59e0b}.tv-modal-container .tv-modal-image.tv-modal-error{background-color:#ef444426;color:#dc2626}.tv-modal-container .tv-modal-image.tv-modal-success{background-color:#10b98126;color:#059669}.tv-modal-container .tv-modal-image.tv-modal-info{background-color:#3b82f626;color:#2563eb}.tv-modal-container .tv-modal-title{font-size:1.5rem;font-weight:600;margin:.5rem 0;color:#1f2937;line-height:1.3;text-align:center;width:100%}.tv-modal-container .tv-modal-separator{border:none;border-top:1px solid #e5e7eb;margin:.5rem 0;opacity:.6;width:100%}.tv-modal-container .tv-modal-description{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;color:#6b7280;text-align:center;width:100%}.tv-modal-container .tv-modal-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-top:.5rem;width:100%}.tv-modal-container .tv-modal-actions :deep(button){min-width:120px;padding:.625rem 1.5rem;font-size:.9375rem;font-weight:500;white-space:nowrap;transition:all .2s ease}.tv-modal-container .tv-modal-actions :deep(button):hover{transform:translateY(-1px)}.tv-modal-container .tv-modal-actions :deep(button):active{transform:translateY(0)}@media(max-width:640px){.tv-modal-container .tv-modal{width:95%;padding:1.5rem;border-radius:16px}.tv-modal-container .tv-modal-image{width:70px;height:70px;background-size:42px 42px}.tv-modal-container .tv-modal-title{font-size:1.25rem}.tv-modal-container .tv-modal-description{font-size:.95rem}.tv-modal-container .tv-modal-actions{flex-direction:column;gap:.5rem}.tv-modal-container .tv-modal-actions :deep(button){width:100%;min-width:unset}}.tv-animation-scale-up{animation:scaleUp .2s ease-out}.tv-animation-scale-dw{animation:scaleDown .2s ease-out}.tv-animation-rotate{animation:shake .5s ease-in-out}@keyframes scaleUp{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleDown{0%{transform:scale(1);opacity:1}to{transform:scale(.7);opacity:0}}@keyframes shake{0%,to{transform:translate(0) rotate(0)}10%,30%,50%,70%,90%{transform:translate(-8px) rotate(-2deg)}20%,40%,60%,80%{transform:translate(8px) rotate(2deg)}}.tv-spinner svg{animation:spin 1s linear infinite}a.tv-btn{text-decoration:none}.tv-icon{height:18px;width:18px}.tv-icon-position-left{float:left;margin-right:8px}.tv-icon-position-right{float:right;margin-left:8px}.tv-btn-icon{min-width:40px!important;min-height:40px!important;padding:0!important;align-items:center;justify-content:center;border-radius:100%;display:flex!important}.tv-btn-icon .tv-icon{margin:0!important}.tv-btn{border:none;cursor:pointer;display:inline-block;font-size:14px;min-width:80px;padding:.7rem;transition:all .1s ease-out;width:auto;display:inline-flex;align-items:center;justify-content:center}.tv-btn .tv-btn-content{display:inline-flex;align-items:center;justify-content:center}.tv-btn .tv-btn-text{display:inline-block;line-height:1}.tv-btn .tv-icon{height:18px;width:18px;display:inline-flex;align-items:center;justify-content:center}.tv-btn .icon-left{margin-right:8px}.tv-btn .icon-right{margin-left:8px}.tv-btn.tv-btn-full{width:100%}.tv-btn.tv-btn-rounded{border-radius:10px}.tv-btn.tv-btn-sm{font-size:12px;min-width:80px;padding:.6rem 1rem;white-space:nowrap;width:auto}.tv-btn.tv-btn-lg{font-size:15px;min-width:150px;padding:1rem 1.5rem;white-space:nowrap;width:auto}.tv-btn.tv-btn-success{background-color:#00490b;color:#f1f9f9;box-shadow:0 0 5px #00490b}.tv-btn.tv-btn-success:hover{background-color:#001603;box-shadow:none}.tv-btn.tv-btn-success:active{background-color:#000;box-shadow:none;transform:scale(.98)}.tv-btn.tv-btn-success.tv-btn-outlined{background-color:transparent;color:#00490b;border:1px solid #00490b}.tv-btn.tv-btn-success.tv-btn-outlined:hover{background-color:#00490b;color:#f1f9f9}.tv-btn.tv-btn-success.tv-btn-outlined.tv-btn-disabled:hover{background-color:transparent;color:#00490b}.tv-btn.tv-btn-success.tv-btn-text{background-color:transparent;color:#00490b;box-shadow:none;font-size:14px;min-width:80px;padding:.6rem 0;white-space:nowrap;width:auto;border:1px solid transparent}.tv-btn.tv-btn-success.tv-btn-text:hover{background-color:#00490b1a;color:#00490b}.tv-btn.tv-btn-success.tv-btn-text:active{background-color:#00490b33;transform:none}.tv-btn.tv-btn-success.tv-btn-disabled{background-color:#00490b;color:#f1f9f9;box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.tv-btn.tv-btn-error{background-color:red;color:#f1f9f9;box-shadow:0 0 5px red}.tv-btn.tv-btn-error:hover{background-color:#c00;box-shadow:none}.tv-btn.tv-btn-error:active{background-color:#b30000;box-shadow:none;transform:scale(.98)}.tv-btn.tv-btn-error.tv-btn-outlined{background-color:transparent;color:red;border:1px solid #ff0000}.tv-btn.tv-btn-error.tv-btn-outlined:hover{background-color:red;color:#f1f9f9}.tv-btn.tv-btn-error.tv-btn-outlined.tv-btn-disabled:hover{background-color:transparent;color:red}.tv-btn.tv-btn-error.tv-btn-text{background-color:transparent;color:red;box-shadow:none;font-size:14px;min-width:80px;padding:.6rem 0;white-space:nowrap;width:auto;border:1px solid transparent}.tv-btn.tv-btn-error.tv-btn-text:hover{background-color:#ff00001a;color:red}.tv-btn.tv-btn-error.tv-btn-text:active{background-color:#f003;transform:none}.tv-btn.tv-btn-error.tv-btn-disabled{background-color:red;color:#f1f9f9;box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.tv-btn.tv-btn-warning{background-color:#d3b042;color:#f1f9f9;box-shadow:0 0 5px #d3b042}.tv-btn.tv-btn-warning:hover{background-color:#b7952b;box-shadow:none}.tv-btn.tv-btn-warning:active{background-color:#a38526;box-shadow:none;transform:scale(.98)}.tv-btn.tv-btn-warning.tv-btn-outlined{background-color:transparent;color:#d3b042;border:1px solid #d3b042}.tv-btn.tv-btn-warning.tv-btn-outlined:hover{background-color:#d3b042;color:#f1f9f9}.tv-btn.tv-btn-warning.tv-btn-outlined.tv-btn-disabled:hover{background-color:transparent;color:#d3b042}.tv-btn.tv-btn-warning.tv-btn-text{background-color:transparent;color:#d3b042;box-shadow:none;font-size:14px;min-width:80px;padding:.6rem 0;white-space:nowrap;width:auto;border:1px solid transparent}.tv-btn.tv-btn-warning.tv-btn-text:hover{background-color:#d3b0421a;color:#d3b042}.tv-btn.tv-btn-warning.tv-btn-text:active{background-color:#d3b04233;transform:none}.tv-btn.tv-btn-warning.tv-btn-disabled{background-color:#d3b042;color:#f1f9f9;box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.tv-btn.tv-btn-info{background-color:#2f80ed;color:#f1f9f9;box-shadow:0 0 5px #2f80ed}.tv-btn.tv-btn-info:hover{background-color:#1366d6;box-shadow:none}.tv-btn.tv-btn-info:active{background-color:#115bbf;box-shadow:none;transform:scale(.98)}.tv-btn.tv-btn-info.tv-btn-outlined{background-color:transparent;color:#2f80ed;border:1px solid #2F80ED}.tv-btn.tv-btn-info.tv-btn-outlined:hover{background-color:#2f80ed;color:#f1f9f9}.tv-btn.tv-btn-info.tv-btn-outlined.tv-btn-disabled:hover{background-color:transparent;color:#2f80ed}.tv-btn.tv-btn-info.tv-btn-text{background-color:transparent;color:#2f80ed;box-shadow:none;font-size:14px;min-width:80px;padding:.6rem 0;white-space:nowrap;width:auto;border:1px solid transparent}.tv-btn.tv-btn-info.tv-btn-text:hover{background-color:#2f80ed1a;color:#2f80ed}.tv-btn.tv-btn-info.tv-btn-text:active{background-color:#2f80ed33;transform:none}.tv-btn.tv-btn-info.tv-btn-disabled{background-color:#2f80ed;color:#f1f9f9;box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.tv-btn{background-color:#ef233c;color:#f4faff;box-shadow:0 0 5px #ef233c}.tv-btn:hover{background-color:#d00f27;box-shadow:none}.tv-btn:active{background-color:#b80d22;box-shadow:none;transform:scale(.98)}.tv-btn.tv-btn-outlined{background-color:transparent;color:#ef233c;border:1px solid #EF233C}.tv-btn.tv-btn-outlined:hover{background-color:#ef233c;color:#f4faff}.tv-btn.tv-btn-outlined.tv-btn-disabled:hover{background-color:transparent;color:#ef233c}.tv-btn.tv-btn-text{background-color:transparent;color:#ef233c;box-shadow:none;font-size:14px;min-width:80px;padding:.6rem 0;white-space:nowrap;width:auto;border:1px solid transparent}.tv-btn.tv-btn-text:hover{background-color:#ef233c1a;color:#ef233c}.tv-btn.tv-btn-text:active{background-color:#ef233c33;transform:none}.tv-btn.tv-btn-disabled{background-color:#ef233c;color:#f4faff;box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.tv-btn.tv-btn-icon-only{background:transparent;border:none;box-shadow:none;padding:0;min-width:unset;min-height:unset;display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease-in-out,transform .2s ease-in-out}.tv-btn.tv-btn-icon-only.tv-icon{height:20px;width:20px;margin:0;color:#f4faff}.tv-btn.tv-btn-icon-only:hover .tv-icon{color:#8eccff;transform:scale(1.1)}.tv-btn.tv-btn-icon-only:active .tv-icon{transform:scale(.95)}.tv-btn.tv-btn-icon-only.tv-btn-disabled{opacity:.5;pointer-events:none}.tv-btn .tv-spinner{height:18px;width:18px;animation:spin 1s linear infinite;display:inline-flex;align-items:center;justify-content:center;color:currentColor}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.markdown-body{--base-size-4: .25rem;--base-size-8: .5rem;--base-size-16: 1rem;--base-size-24: 1.5rem;--base-size-40: 2.5rem;--base-text-weight-normal: 400;--base-text-weight-medium: 500;--base-text-weight-semibold: 600;--fontStack-monospace: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;--fgColor-accent: Highlight}@media(prefers-color-scheme:dark){.markdown-body,[data-theme=dark]{color-scheme:dark;--focus-outlineColor: #1f6feb;--fgColor-default: #f0f6fc;--fgColor-muted: #9198a1;--fgColor-accent: #4493f8;--fgColor-success: #3fb950;--fgColor-attention: #d29922;--fgColor-danger: #f85149;--fgColor-done: #ab7df8;--bgColor-default: #0d1117;--bgColor-muted: #151b23;--bgColor-neutral-muted: #656c7633;--bgColor-attention-muted: #bb800926;--borderColor-default: #3d444d;--borderColor-muted: #3d444db3;--borderColor-neutral-muted: #3d444db3;--borderColor-accent-emphasis: #1f6feb;--borderColor-success-emphasis: #238636;--borderColor-attention-emphasis: #9e6a03;--borderColor-danger-emphasis: #da3633;--borderColor-done-emphasis: #8957e5;--color-prettylights-syntax-comment: #9198a1;--color-prettylights-syntax-constant: #79c0ff;--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;--color-prettylights-syntax-entity: #d2a8ff;--color-prettylights-syntax-storage-modifier-import: #f0f6fc;--color-prettylights-syntax-entity-tag: #7ee787;--color-prettylights-syntax-keyword: #ff7b72;--color-prettylights-syntax-string: #a5d6ff;--color-prettylights-syntax-variable: #ffa657;--color-prettylights-syntax-brackethighlighter-unmatched: #f85149;--color-prettylights-syntax-brackethighlighter-angle: #9198a1;--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;--color-prettylights-syntax-invalid-illegal-bg: #8e1519;--color-prettylights-syntax-carriage-return-text: #f0f6fc;--color-prettylights-syntax-carriage-return-bg: #b62324;--color-prettylights-syntax-string-regexp: #7ee787;--color-prettylights-syntax-markup-list: #f2cc60;--color-prettylights-syntax-markup-heading: #1f6feb;--color-prettylights-syntax-markup-italic: #f0f6fc;--color-prettylights-syntax-markup-bold: #f0f6fc;--color-prettylights-syntax-markup-deleted-text: #ffdcd7;--color-prettylights-syntax-markup-deleted-bg: #67060c;--color-prettylights-syntax-markup-inserted-text: #aff5b4;--color-prettylights-syntax-markup-inserted-bg: #033a16;--color-prettylights-syntax-markup-changed-text: #ffdfb6;--color-prettylights-syntax-markup-changed-bg: #5a1e02;--color-prettylights-syntax-markup-ignored-text: #f0f6fc;--color-prettylights-syntax-markup-ignored-bg: #1158c7;--color-prettylights-syntax-meta-diff-range: #d2a8ff;--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d}}@media(prefers-color-scheme:light){.markdown-body,[data-theme=light]{color-scheme:light;--focus-outlineColor: #0969da;--fgColor-default: #1f2328;--fgColor-muted: #59636e;--fgColor-accent: #0969da;--fgColor-success: #1a7f37;--fgColor-attention: #9a6700;--fgColor-danger: #d1242f;--fgColor-done: #8250df;--bgColor-default: #ffffff;--bgColor-muted: #f6f8fa;--bgColor-neutral-muted: #818b981f;--bgColor-attention-muted: #fff8c5;--borderColor-default: #d1d9e0;--borderColor-muted: #d1d9e0b3;--borderColor-neutral-muted: #d1d9e0b3;--borderColor-accent-emphasis: #0969da;--borderColor-success-emphasis: #1a7f37;--borderColor-attention-emphasis: #9a6700;--borderColor-danger-emphasis: #cf222e;--borderColor-done-emphasis: #8250df;--color-prettylights-syntax-comment: #59636e;--color-prettylights-syntax-constant: #0550ae;--color-prettylights-syntax-constant-other-reference-link: #0a3069;--color-prettylights-syntax-entity: #6639ba;--color-prettylights-syntax-storage-modifier-import: #1f2328;--color-prettylights-syntax-entity-tag: #0550ae;--color-prettylights-syntax-keyword: #cf222e;--color-prettylights-syntax-string: #0a3069;--color-prettylights-syntax-variable: #953800;--color-prettylights-syntax-brackethighlighter-unmatched: #82071e;--color-prettylights-syntax-brackethighlighter-angle: #59636e;--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;--color-prettylights-syntax-invalid-illegal-bg: #82071e;--color-prettylights-syntax-carriage-return-text: #f6f8fa;--color-prettylights-syntax-carriage-return-bg: #cf222e;--color-prettylights-syntax-string-regexp: #116329;--color-prettylights-syntax-markup-list: #3b2300;--color-prettylights-syntax-markup-heading: #0550ae;--color-prettylights-syntax-markup-italic: #1f2328;--color-prettylights-syntax-markup-bold: #1f2328;--color-prettylights-syntax-markup-deleted-text: #82071e;--color-prettylights-syntax-markup-deleted-bg: #ffebe9;--color-prettylights-syntax-markup-inserted-text: #116329;--color-prettylights-syntax-markup-inserted-bg: #dafbe1;--color-prettylights-syntax-markup-changed-text: #953800;--color-prettylights-syntax-markup-changed-bg: #ffd8b5;--color-prettylights-syntax-markup-ignored-text: #d1d9e0;--color-prettylights-syntax-markup-ignored-bg: #0550ae;--color-prettylights-syntax-meta-diff-range: #8250df;--color-prettylights-syntax-sublimelinter-gutter-mark: #818b98}}.markdown-body{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;margin:0;color:var(--fgColor-default);background-color:var(--bgColor-default);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body .octicon{display:inline-block;fill:currentColor;vertical-align:text-bottom}.markdown-body h1:hover .anchor .octicon-link:before,.markdown-body h2:hover .anchor .octicon-link:before,.markdown-body h3:hover .anchor .octicon-link:before,.markdown-body h4:hover .anchor .octicon-link:before,.markdown-body h5:hover .anchor .octicon-link:before,.markdown-body h6:hover .anchor .octicon-link:before{width:16px;height:16px;content:" ";display:inline-block;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>")}.markdown-body details,.markdown-body figcaption,.markdown-body figure{display:block}.markdown-body summary{display:list-item}.markdown-body [hidden]{display:none!important}.markdown-body a{background-color:transparent;color:var(--fgColor-accent);text-decoration:none}.markdown-body abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.markdown-body b,.markdown-body strong{font-weight:var(--base-text-weight-semibold, 600)}.markdown-body dfn{font-style:italic}.markdown-body h1{margin:.67em 0;font-weight:var(--base-text-weight-semibold, 600);padding-bottom:.3em;font-size:2em;border-bottom:1px solid var(--borderColor-muted)}.markdown-body mark{background-color:var(--bgColor-attention-muted);color:var(--fgColor-default)}.markdown-body small{font-size:90%}.markdown-body sub,.markdown-body sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.markdown-body sub{bottom:-.25em}.markdown-body sup{top:-.5em}.markdown-body img{border-style:none;max-width:100%;box-sizing:content-box}.markdown-body code,.markdown-body kbd,.markdown-body pre,.markdown-body samp{font-family:monospace;font-size:1em}.markdown-body figure{margin:1em var(--base-size-40)}.markdown-body hr{box-sizing:content-box;overflow:hidden;background:transparent;border-bottom:1px solid var(--borderColor-muted);height:.25em;padding:0;margin:var(--base-size-24) 0;background-color:var(--borderColor-default);border:0}.markdown-body input{font:inherit;margin:0;overflow:visible;font-family:inherit;font-size:inherit;line-height:inherit}.markdown-body [type=button],.markdown-body [type=reset],.markdown-body [type=submit]{-webkit-appearance:button;appearance:button}.markdown-body [type=checkbox],.markdown-body [type=radio]{box-sizing:border-box;padding:0}.markdown-body [type=number]::-webkit-inner-spin-button,.markdown-body [type=number]::-webkit-outer-spin-button{height:auto}.markdown-body [type=search]::-webkit-search-cancel-button,.markdown-body [type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.markdown-body ::-webkit-input-placeholder{color:inherit;opacity:.54}.markdown-body ::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}.markdown-body a:hover{text-decoration:underline}.markdown-body ::placeholder{color:var(--fgColor-muted);opacity:1}.markdown-body hr:before{display:table;content:""}.markdown-body hr:after{display:table;clear:both;content:""}.markdown-body table{border-spacing:0;border-collapse:collapse;display:block;width:max-content;max-width:100%;overflow:auto;font-variant:tabular-nums}.markdown-body td,.markdown-body th{padding:0}.markdown-body details summary{cursor:pointer}.markdown-body a:focus,.markdown-body [role=button]:focus,.markdown-body input[type=radio]:focus,.markdown-body input[type=checkbox]:focus{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body a:focus:not(:focus-visible),.markdown-body [role=button]:focus:not(:focus-visible),.markdown-body input[type=radio]:focus:not(:focus-visible),.markdown-body input[type=checkbox]:focus:not(:focus-visible){outline:solid 1px transparent}.markdown-body a:focus-visible,.markdown-body [role=button]:focus-visible,.markdown-body input[type=radio]:focus-visible,.markdown-body input[type=checkbox]:focus-visible{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body a:not([class]):focus,.markdown-body a:not([class]):focus-visible,.markdown-body input[type=radio]:focus,.markdown-body input[type=radio]:focus-visible,.markdown-body input[type=checkbox]:focus,.markdown-body input[type=checkbox]:focus-visible{outline-offset:0}.markdown-body kbd{display:inline-block;padding:var(--base-size-4);font:11px var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);line-height:10px;color:var(--fgColor-default);vertical-align:middle;background-color:var(--bgColor-muted);border:solid 1px var(--borderColor-neutral-muted);border-bottom-color:var(--borderColor-neutral-muted);border-radius:6px;box-shadow:inset 0 -1px 0 var(--borderColor-neutral-muted)}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:var(--base-size-24);margin-bottom:var(--base-size-16);font-weight:var(--base-text-weight-semibold, 600);line-height:1.25}.markdown-body h2{font-weight:var(--base-text-weight-semibold, 600);padding-bottom:.3em;font-size:1.5em;border-bottom:1px solid var(--borderColor-muted)}.markdown-body h3{font-weight:var(--base-text-weight-semibold, 600);font-size:1.25em}.markdown-body h4{font-weight:var(--base-text-weight-semibold, 600);font-size:1em}.markdown-body h5{font-weight:var(--base-text-weight-semibold, 600);font-size:.875em}.markdown-body h6{font-weight:var(--base-text-weight-semibold, 600);font-size:.85em;color:var(--fgColor-muted)}.markdown-body p{margin-top:0;margin-bottom:10px}.markdown-body blockquote{margin:0;padding:0 1em;color:var(--fgColor-muted);border-left:.25em solid var(--borderColor-default)}.markdown-body ul,.markdown-body ol{margin-top:0;margin-bottom:0;padding-left:2em}.markdown-body ol ol,.markdown-body ul ol{list-style-type:lower-roman}.markdown-body ul ul ol,.markdown-body ul ol ol,.markdown-body ol ul ol,.markdown-body ol ol ol{list-style-type:lower-alpha}.markdown-body dd{margin-left:0}.markdown-body tt,.markdown-body code,.markdown-body samp{font-family:var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);font-size:12px}.markdown-body pre{margin-top:0;margin-bottom:0;font-family:var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);font-size:12px;word-wrap:normal}.markdown-body .octicon{display:inline-block;overflow:visible!important;vertical-align:text-bottom;fill:currentColor}.markdown-body input::-webkit-outer-spin-button,.markdown-body input::-webkit-inner-spin-button{margin:0;appearance:none}.markdown-body .mr-2{margin-right:var(--base-size-8, 8px)!important}.markdown-body:before{display:table;content:""}.markdown-body:after{display:table;clear:both;content:""}.markdown-body>*:first-child{margin-top:0!important}.markdown-body>*:last-child{margin-bottom:0!important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:var(--fgColor-danger)}.markdown-body .anchor{float:left;padding-right:var(--base-size-4);margin-left:-20px;line-height:1}.markdown-body .anchor:focus{outline:none}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre,.markdown-body details{margin-top:0;margin-bottom:var(--base-size-16)}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:var(--fgColor-default);vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{padding:0 .2em;font-size:inherit}.markdown-body summary h1,.markdown-body summary h2,.markdown-body summary h3,.markdown-body summary h4,.markdown-body summary h5,.markdown-body summary h6{display:inline-block}.markdown-body summary h1 .anchor,.markdown-body summary h2 .anchor,.markdown-body summary h3 .anchor,.markdown-body summary h4 .anchor,.markdown-body summary h5 .anchor,.markdown-body summary h6 .anchor{margin-left:-40px}.markdown-body summary h1,.markdown-body summary h2{padding-bottom:0;border-bottom:0}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ol[type="a s"]{list-style-type:lower-alpha}.markdown-body ol[type="A s"]{list-style-type:upper-alpha}.markdown-body ol[type="i s"]{list-style-type:lower-roman}.markdown-body ol[type="I s"]{list-style-type:upper-roman}.markdown-body ol[type="1"]{list-style-type:decimal}.markdown-body div>ol:not([type]){list-style-type:decimal}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:var(--base-size-16)}.markdown-body li+li{margin-top:.25em}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:var(--base-size-16);font-size:1em;font-style:italic;font-weight:var(--base-text-weight-semibold, 600)}.markdown-body dl dd{padding:0 var(--base-size-16);margin-bottom:var(--base-size-16)}.markdown-body table th{font-weight:var(--base-text-weight-semibold, 600)}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid var(--borderColor-default)}.markdown-body table td>:last-child{margin-bottom:0}.markdown-body table tr{background-color:var(--bgColor-default);border-top:1px solid var(--borderColor-muted)}.markdown-body table tr:nth-child(2n){background-color:var(--bgColor-muted)}.markdown-body table img{background-color:transparent}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{max-width:none;vertical-align:text-top;background-color:transparent}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid var(--borderColor-default)}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:var(--fgColor-default)}.markdown-body span.align-center{display:block;overflow:hidden;clear:both}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{display:block;overflow:hidden;clear:both}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{padding:.2em .4em;margin:0;font-size:85%;white-space:break-spaces;background-color:var(--bgColor-neutral-muted);border-radius:6px}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body samp{font-size:85%}.markdown-body pre code{font-size:100%}.markdown-body pre>code{padding:0;margin:0;word-break:normal;white-space:pre;background:transparent;border:0}.markdown-body .highlight{margin-bottom:var(--base-size-16)}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body .highlight pre,.markdown-body pre{padding:var(--base-size-16);overflow:auto;font-size:85%;line-height:1.45;color:var(--fgColor-default);background-color:var(--bgColor-muted);border-radius:6px}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown-body .csv-data td,.markdown-body .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-num{padding:10px var(--base-size-8) 9px;text-align:right;background:var(--bgColor-default);border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:var(--base-text-weight-semibold, 600);background:var(--bgColor-muted);border-top:0}.markdown-body [data-footnote-ref]:before{content:"["}.markdown-body [data-footnote-ref]:after{content:"]"}.markdown-body .footnotes{font-size:12px;color:var(--fgColor-muted);border-top:1px solid var(--borderColor-default)}.markdown-body .footnotes ol{padding-left:var(--base-size-16)}.markdown-body .footnotes ol ul{display:inline-block;padding-left:var(--base-size-16);margin-top:var(--base-size-16)}.markdown-body .footnotes li{position:relative}.markdown-body .footnotes li:target:before{position:absolute;top:calc(var(--base-size-8)*-1);right:calc(var(--base-size-8)*-1);bottom:calc(var(--base-size-8)*-1);left:calc(var(--base-size-24)*-1);pointer-events:none;content:"";border:2px solid var(--borderColor-accent-emphasis);border-radius:6px}.markdown-body .footnotes li:target{color:var(--fgColor-default)}.markdown-body .footnotes .data-footnote-backref g-emoji{font-family:monospace}.markdown-body body:has(:modal){padding-right:var(--dialog-scrollgutter)!important}.markdown-body .pl-c{color:var(--color-prettylights-syntax-comment)}.markdown-body .pl-c1,.markdown-body .pl-s .pl-v{color:var(--color-prettylights-syntax-constant)}.markdown-body .pl-e,.markdown-body .pl-en{color:var(--color-prettylights-syntax-entity)}.markdown-body .pl-smi,.markdown-body .pl-s .pl-s1{color:var(--color-prettylights-syntax-storage-modifier-import)}.markdown-body .pl-ent{color:var(--color-prettylights-syntax-entity-tag)}.markdown-body .pl-k{color:var(--color-prettylights-syntax-keyword)}.markdown-body .pl-s,.markdown-body .pl-pds,.markdown-body .pl-s .pl-pse .pl-s1,.markdown-body .pl-sr,.markdown-body .pl-sr .pl-cce,.markdown-body .pl-sr .pl-sre,.markdown-body .pl-sr .pl-sra{color:var(--color-prettylights-syntax-string)}.markdown-body .pl-v,.markdown-body .pl-smw{color:var(--color-prettylights-syntax-variable)}.markdown-body .pl-bu{color:var(--color-prettylights-syntax-brackethighlighter-unmatched)}.markdown-body .pl-ii{color:var(--color-prettylights-syntax-invalid-illegal-text);background-color:var(--color-prettylights-syntax-invalid-illegal-bg)}.markdown-body .pl-c2{color:var(--color-prettylights-syntax-carriage-return-text);background-color:var(--color-prettylights-syntax-carriage-return-bg)}.markdown-body .pl-sr .pl-cce{font-weight:700;color:var(--color-prettylights-syntax-string-regexp)}.markdown-body .pl-ml{color:var(--color-prettylights-syntax-markup-list)}.markdown-body .pl-mh,.markdown-body .pl-mh .pl-en,.markdown-body .pl-ms{font-weight:700;color:var(--color-prettylights-syntax-markup-heading)}.markdown-body .pl-mi{font-style:italic;color:var(--color-prettylights-syntax-markup-italic)}.markdown-body .pl-mb{font-weight:700;color:var(--color-prettylights-syntax-markup-bold)}.markdown-body .pl-md{color:var(--color-prettylights-syntax-markup-deleted-text);background-color:var(--color-prettylights-syntax-markup-deleted-bg)}.markdown-body .pl-mi1{color:var(--color-prettylights-syntax-markup-inserted-text);background-color:var(--color-prettylights-syntax-markup-inserted-bg)}.markdown-body .pl-mc{color:var(--color-prettylights-syntax-markup-changed-text);background-color:var(--color-prettylights-syntax-markup-changed-bg)}.markdown-body .pl-mi2{color:var(--color-prettylights-syntax-markup-ignored-text);background-color:var(--color-prettylights-syntax-markup-ignored-bg)}.markdown-body .pl-mdr{font-weight:700;color:var(--color-prettylights-syntax-meta-diff-range)}.markdown-body .pl-ba{color:var(--color-prettylights-syntax-brackethighlighter-angle)}.markdown-body .pl-sg{color:var(--color-prettylights-syntax-sublimelinter-gutter-mark)}.markdown-body .pl-corl{text-decoration:underline;color:var(--color-prettylights-syntax-constant-other-reference-link)}.markdown-body [role=button]:focus:not(:focus-visible),.markdown-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),.markdown-body button:focus:not(:focus-visible),.markdown-body summary:focus:not(:focus-visible),.markdown-body a:focus:not(:focus-visible){outline:none;box-shadow:none}.markdown-body [tabindex="0"]:focus:not(:focus-visible),.markdown-body details-dialog:focus:not(:focus-visible){outline:none}.markdown-body g-emoji{display:inline-block;min-width:1ch;font-family:"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1em;font-style:normal!important;font-weight:var(--base-text-weight-normal, 400);line-height:1;vertical-align:-.075em}.markdown-body g-emoji img{width:1em;height:1em}.markdown-body .task-list-item{list-style-type:none}.markdown-body .task-list-item label{font-weight:var(--base-text-weight-normal, 400)}.markdown-body .task-list-item.enabled label{cursor:pointer}.markdown-body .task-list-item+.task-list-item{margin-top:var(--base-size-4)}.markdown-body .task-list-item .handle{display:none}.markdown-body .task-list-item-checkbox{margin:0 .2em .25em -1.4em;vertical-align:middle}.markdown-body ul:dir(rtl) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body ol:dir(rtl) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body .contains-task-list:hover .task-list-item-convert-container,.markdown-body .contains-task-list:focus-within .task-list-item-convert-container{display:block;width:auto;height:24px;overflow:visible;clip:auto}.markdown-body ::-webkit-calendar-picker-indicator{filter:invert(50%)}.markdown-body .markdown-alert{padding:var(--base-size-8) var(--base-size-16);margin-bottom:var(--base-size-16);color:inherit;border-left:.25em solid var(--borderColor-default)}.markdown-body .markdown-alert>:first-child{margin-top:0}.markdown-body .markdown-alert>:last-child{margin-bottom:0}.markdown-body .markdown-alert .markdown-alert-title{display:flex;font-weight:var(--base-text-weight-medium, 500);align-items:center;line-height:1}.markdown-body .markdown-alert.markdown-alert-note{border-left-color:var(--borderColor-accent-emphasis)}.markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title{color:var(--fgColor-accent)}.markdown-body .markdown-alert.markdown-alert-important{border-left-color:var(--borderColor-done-emphasis)}.markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title{color:var(--fgColor-done)}.markdown-body .markdown-alert.markdown-alert-warning{border-left-color:var(--borderColor-attention-emphasis)}.markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title{color:var(--fgColor-attention)}.markdown-body .markdown-alert.markdown-alert-tip{border-left-color:var(--borderColor-success-emphasis)}.markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title{color:var(--fgColor-success)}.markdown-body .markdown-alert.markdown-alert-caution{border-left-color:var(--borderColor-danger-emphasis)}.markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title{color:var(--fgColor-danger)}.markdown-body>*:first-child>.heading-element:first-child{margin-top:0!important}.markdown-body .highlight pre:has(+.zeroclipboard-container){min-height:52px}body{font-family:Lato,sans-serif;font-size:1rem}h1,h2,h3,h4,h5,h6{font-family:Kanit,sans-serif;font-size:2rem}.dark-mode,.dark-mode body{background-color:#161e31;color:#cbd5e1}.dark-mode .tv-search-results::-webkit-scrollbar-thumb{background-color:#0e131f}.dark-mode .tv-search-results::-webkit-scrollbar-thumb:hover{background-color:#000}.light-mode,.light-mode body{background-color:#f8fafc;color:#1e293b}.light-mode .tv-search-results::-webkit-scrollbar-thumb{background-color:#b9c4df}.light-mode .tv-search-results::-webkit-scrollbar-thumb:hover{background-color:#96a7cf}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background-color:#f1f9f9}::-webkit-scrollbar-thumb{background-color:#b9c4df}::-webkit-scrollbar-thumb:hover{background-color:#96a7cf}@keyframes slideInRight{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(400px)}}.markdown-body{padding:40px 30px!important;border-radius:16px;color:#fff;font-size:16px;line-height:1.8;font-family:Lato,sans-serif}.markdown-body a{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .2s ease}.markdown-body a:hover{color:#60a5fa;text-decoration:underline}.markdown-body h1,.markdown-body h2,.markdown-body h3{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Kanit,sans-serif;margin-top:2em;margin-bottom:1em;font-weight:700}.markdown-body h1{font-size:2.5rem;border-bottom:3px solid transparent;border-image:linear-gradient(90deg,#3b82f6,#8b5cf6) 1;padding-bottom:.5em}.markdown-body h2{font-size:2rem}.markdown-body h3{font-size:1.6rem}.markdown-body pre{background:linear-gradient(135deg,#1e293b,#0f172a);padding:20px;border-radius:12px;overflow-x:auto;box-shadow:0 8px 24px #0000004d,inset 0 1px #ffffff0d;border:2px solid rgba(59,130,246,.2)}.markdown-body code{background:linear-gradient(135deg,#3b82f626,#8b5cf626);padding:4px 8px;border-radius:6px;font-size:.9em;border:1px solid rgba(59,130,246,.3)}.markdown-body p{margin-bottom:1.2em}.tv-demo *{box-sizing:border-box;margin:0;padding:0}.tv-demo-content{padding:20px;border:1px solid #4a4a4a;border-radius:0 5px 5px;min-width:0;max-width:100%;overflow:visible}.tv-demo-content .tv-demo-description{font-size:1.1rem;padding:20px 0}.tv-demo-content .tv-demo-component-content{display:flex;align-items:flex-start;margin:0 auto;width:100%;max-width:100%;overflow-x:auto;transition:width .3s cubic-bezier(.25,.8,.25,1)}.tv-demo-content>*{max-width:100%}.tv-demo-links-item{display:inline-flex;align-items:center;gap:6px;cursor:pointer;font-size:.95rem;color:inherit;font-weight:600;background:none;border:none;text-decoration:none;position:relative;padding:2px 0;letter-spacing:.02em;transition:color .25s ease,transform .25s ease;isolation:isolate}.tv-demo-links-item:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:currentColor;opacity:.25;transform-origin:left;transform:scaleX(.3);transition:opacity .25s ease,transform .25s ease}.tv-demo-links-item:hover,.tv-demo-links-item:focus-visible{transform:translateY(-1px)}.tv-demo-links-item:hover:after,.tv-demo-links-item:focus-visible:after{opacity:.85;transform:scaleX(1)}.tv-demo-links-item:focus-visible{outline:none;box-shadow:0 0 0 2px currentColor;border-radius:4px}.dark-mode .tv-demo-select{background-color:#b9c4df;color:#0e131f;border:1px solid #B9C4DF}.dark-mode .tv-demo-option{background:#b9c4df}.dark-mode .no-background{background-color:#0e131f;color:#b9c4df;box-shadow:0 0 10px #0e131f}.dark-mode a.tv-demo-links-item,.dark-mode div.tv-demo-links-item{color:inherit;text-decoration-color:#60a5fa99;text-shadow:0 0 12px rgba(96,165,250,.35)}.dark-mode a.tv-demo-links-item:hover,.dark-mode div.tv-demo-links-item:hover{color:#93c5fd;text-decoration-color:#93c5fde6}.light-mode .tv-demo-select{background-color:#0e131f;color:#b9c4df;border:1px solid #0E131F}.light-mode .tv-demo-option{background:#0e131f}.light-mode .no-background{background-color:#b9c4df;color:#0e131f;box-shadow:0 0 10px #b9c4df}.light-mode div.tv-demo-links-item,.light-mode a.tv-demo-links-item{color:inherit;text-decoration-color:#1e40af99;text-shadow:0 0 12px rgba(30,64,175,.25)}.light-mode div.tv-demo-links-item:hover,.light-mode a.tv-demo-links-item:hover{color:#1d4ed8;text-decoration-color:#1d4ed8e6}.tv-demo-body{margin:0 auto;min-height:100vh;width:80%}.tv-demo-body.dark-mode{background-color:#0e131f}.tv-demo-body.dark-mode .tv-demo-select{background-color:#b9c4df;color:#0e131f;border:1px solid #B9C4DF}.tv-demo-body.dark-mode .tv-demo-option{background:#b9c4df}.tv-demo-body.dark-mode .tv-demo-links-item{color:#b9c4df;text-decoration-color:#b9c4df99}.tv-demo-body.light-mode{background-color:#b9c4df}.tv-demo-body.light-mode .tv-demo-select{background-color:#0e131f;color:#b9c4df;border:1px solid #0E131F}.tv-demo-body.light-mode .tv-demo-option{background:#0e131f}.tv-demo-body.light-mode .tv-demo-links-item{color:#0e131f;text-decoration-color:#0e131f99}.tv-demo-body .tv-demo-links{display:flex;gap:12px;align-content:center;align-items:center;flex-wrap:wrap}.tv-demo-body .tv-demo-links a{color:inherit}.tv-demo-body .tv-demo-links>span{opacity:.3;font-weight:300}.tv-demo-body .tv-demo-header{padding-top:25px;display:flex;justify-content:space-between}.tv-demo-body .tv-demo-case{padding:0 40px 40px;position:relative}.tv-demo-body .tv-demo-case-demo .demo{margin-bottom:20px}.tv-demo-body .tv-demo-case-demo h3{font-size:1.4rem;padding-top:20px;font-family:Kanit,sans-serif;font-weight:600}.tv-demo-body .tv-demo-case-demo h1{font-size:2.5rem;font-weight:700;font-family:Kanit,sans-serif;background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tv-demo-body .tv-demo-case-demo h1 span{font-size:1rem;font-weight:300}.tv-demo-body .tv-demo-select{border-radius:8px;cursor:pointer;font-size:16px;height:44px;margin-bottom:20px;margin-top:10px;padding:0 16px;width:100%;border:2px solid transparent;transition:all .3s ease;font-weight:500;outline:none;box-shadow:0 2px 8px #0000001a}.tv-demo-body .tv-demo-select:hover{border-color:#3b82f64d;box-shadow:0 4px 12px #00000026}.tv-demo-body .tv-demo-select:focus{border-color:#3b82f680;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #00000026}.tv-demo-body .tv-demo-option{font-size:16px}.tv-demo-body .tv-demo-component{align-items:center;display:flex;height:100%;justify-content:center;margin-top:5px;width:100%}.tv-demo-body .tv-demo-no-component{color:inherit;font-size:1.5rem;font-weight:500;text-align:center}.tv-demo-body .tv-demo-code{margin-top:5px;width:100%!important;height:auto!important;padding:20px 0;overflow-x:auto;max-width:100%}.tv-demo-footer{position:relative;padding:0;font-family:Lato,sans-serif;transition:all .3s ease;overflow:hidden}.tv-demo-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(59,130,246,.5) 50%,transparent 100%)}.tv-demo-footer.dark-mode{background:linear-gradient(135deg,#111726,#0e131f,#13192a);color:#cbd5e1}.tv-demo-footer.dark-mode .tv-demo-footer-text,.tv-demo-footer.dark-mode .tv-demo-footer-copyright{color:#8aa1bc}.tv-demo-footer.dark-mode .tv-demo-footer-link{color:#3b82f6}.tv-demo-footer.dark-mode .tv-demo-footer-link:hover{color:#60a5fa;text-shadow:0 0 8px rgba(59,130,246,.3)}.tv-demo-footer.dark-mode .tv-demo-footer-brand-text{color:#cbd5e1;text-shadow:0 0 20px rgba(59,130,246,.3)}.tv-demo-footer.dark-mode .tv-demo-footer-divider{background:#ffffff1a}.tv-demo-footer.light-mode{background:linear-gradient(135deg,#cbd3e7,#b9c4df,#c4cde4);color:#1e293b}.tv-demo-footer.light-mode .tv-demo-footer-text,.tv-demo-footer.light-mode .tv-demo-footer-copyright{color:#2f405d}.tv-demo-footer.light-mode .tv-demo-footer-link{color:#1e40af}.tv-demo-footer.light-mode .tv-demo-footer-link:hover{color:#3b82f6;text-shadow:0 0 8px rgba(30,64,175,.2)}.tv-demo-footer.light-mode .tv-demo-footer-brand-text{color:#1e293b;text-shadow:0 0 20px rgba(30,64,175,.2)}.tv-demo-footer.light-mode .tv-demo-footer-divider{background:#0000001a}.tv-demo-footer-content{margin:0 auto;padding:40px 20px 20px}.tv-demo-footer-main{display:flex;flex-direction:column;align-items:center;gap:30px;margin-bottom:30px}.tv-demo-footer-brand{display:flex;align-items:center;gap:12px;font-family:Kanit,sans-serif;font-size:1.8rem;font-weight:700}.tv-demo-footer-logo{max-width:25px;animation:float 3s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(59,130,246,.3))}.tv-demo-footer-logo img{width:100%}.tv-demo-footer-brand-text{letter-spacing:.5px;background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tv-demo-footer-brand-version{letter-spacing:.3px;font-size:1rem;-webkit-background-clip:text;background-clip:text}.tv-demo-footer-info{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}.tv-demo-footer-text{font-size:1rem;display:flex;align-items:center;gap:8px;margin:0;opacity:.85;transition:all .3s ease;font-weight:400}.tv-demo-footer-text:hover{opacity:1;transform:translateY(-2px)}.tv-demo-footer-divider{width:1px;height:20px;opacity:.3}.tv-demo-footer-link{text-decoration:none!important;font-weight:600!important;position:relative;transition:all .3s ease;padding:0 0 2px!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transform:none!important;letter-spacing:normal!important;display:inline!important;gap:0!important;overflow:visible!important}.tv-demo-footer-link:before{display:none!important}.tv-demo-footer-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:currentColor;transition:width .3s ease}.tv-demo-footer-link:hover{transform:none!important;box-shadow:none!important;background:transparent!important}.tv-demo-footer-link:hover:after{width:100%}.tv-demo-footer-heart{font-size:1.2rem;display:inline-block;animation:pulse 2s infinite ease-in-out;filter:drop-shadow(0 0 4px rgba(59,130,246,.4))}.tv-demo-footer-bottom{padding-top:20px;border-top:1px solid rgba(255,255,255,.05);text-align:center}.tv-demo-footer-copyright{font-size:.85rem;margin:0;opacity:.6;font-weight:300;letter-spacing:.3px}@keyframes float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-5px) rotate(-2deg)}50%{transform:translateY(-10px) rotate(0)}75%{transform:translateY(-5px) rotate(2deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.8}}.tv-demo-theme{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#8080800d;border:1px solid rgba(128,128,128,.15);border-radius:8px;transition:all .2s ease}.tv-demo-theme:hover{background:#80808014;border-color:#80808040}.tv-demo-theme span{font-size:.85rem;font-weight:500;opacity:.9;white-space:nowrap}.switch{position:relative;display:inline-block;width:52px;height:28px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background:#80808033;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(128,128,128,.25);box-shadow:inset 0 2px 4px #0000000f}.slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;top:50%;transform:translateY(-50%);background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #00000026;border:1px solid rgba(128,128,128,.1)}input:checked+.slider{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#3b82f680;box-shadow:inset 0 2px 4px #0000001a,0 0 8px #3b82f64d}input:focus+.slider{box-shadow:inset 0 2px 4px #0000001a,0 0 0 3px #3b82f626}input:checked+.slider:before{transform:translate(24px) translateY(-50%);box-shadow:0 2px 6px #0003}.slider:hover{background:#80808040;border-color:#80808059}input:checked+.slider:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:inset 0 2px 4px #0000001a,0 0 12px #3b82f666}input:active+.slider:before{width:24px}input:checked:active+.slider:before{transform:translate(20px) translateY(-50%)}.tv-demo-controls-section{margin-top:24px;padding-top:24px;border-top:1px solid rgba(128,128,128,.2)}.tv-demo-controls-section h3{margin-top:0;margin-bottom:20px;font-size:1.1rem;font-weight:600;opacity:.9}.tv-demo-logs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.tv-demo-reset.is-small{padding:4px 10px;font-size:.8rem;background:#80808033;border:none;border-radius:4px;color:inherit;cursor:pointer;transition:background .2s}.tv-demo-reset.is-small:hover{background:#8080804d}.tv-demo-logs-container{background:#00000008;border:1px solid rgba(128,128,128,.1);border-radius:8px;height:200px;overflow-y:auto;overflow-x:hidden;padding:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85rem}.dark-mode .tv-demo-logs-container{background:#0003}.tv-demo-logs-empty{display:flex;align-items:center;justify-content:center;height:100%;opacity:.5;font-style:italic}.tv-demo-log-item{padding:6px 0;border-bottom:1px solid rgba(128,128,128,.1);display:flex;flex-wrap:wrap;gap:8px;animation:slideInRight .2s ease-out}.tv-demo-log-item:last-child{border-bottom:none}.tv-demo-log-time{opacity:.5;font-size:.75rem;min-width:65px}.tv-demo-log-name{color:#3b82f6;font-weight:600}.dark-mode .tv-demo-log-name{color:#60a5fa}.tv-demo-log-payload{opacity:.8;word-break:break-all}.slider.round{border-radius:32px}.slider.round:before{border-radius:50%}.tv-demo-layout{display:grid;grid-template-columns:320px 1fr;gap:20px;margin-top:20px;width:100%;max-width:100%;transition:grid-template-columns .3s cubic-bezier(.25,.8,.25,1)}.tv-demo-layout.is-compressed{grid-template-columns:60px 1fr}.tv-demo-layout.is-compressed .tv-demo-sidebar{padding:10px;align-items:center}.tv-demo-layout.is-compressed .tv-demo-sidebar .tv-demo-sidebar-header{margin-bottom:0;justify-content:center}.tv-demo-layout.is-compressed .tv-demo-sidebar .tv-demo-sidebar-actions{flex-direction:column}.tv-demo-sidebar{display:flex;flex-direction:column;border-radius:16px;padding:20px;border:1px solid rgba(255,255,255,.08);background:#00000040;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);height:100%}.tv-demo-sidebar.light-mode{border-color:#00000014;background:#fff9}.tv-demo-sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.tv-demo-sidebar-header h3{margin:0;font-size:1.3rem}.tv-demo-sidebar-actions{display:flex;gap:8px}.tv-demo-sidebar-meta{font-size:.85rem;opacity:.7;margin-bottom:4px}.tv-demo-sidebar-collapse{background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;font-size:.9rem;padding:6px 8px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,border-color .2s;color:#fff}.tv-demo-sidebar-collapse.is-rotated{transform:rotate(180deg)}.tv-demo-sidebar-collapse:hover{border-color:#fff9}.light-mode .tv-demo-sidebar-collapse{border-color:#00000026;color:#000}.light-mode .tv-demo-sidebar-collapse:hover{border-color:#00000073}.tv-demo-search{display:flex;align-items:center;gap:8px;border-radius:999px;padding:6px 12px;border:1px solid rgba(255,255,255,.2);margin-bottom:16px;background:#ffffff0d}.tv-demo-search.light-mode{border-color:#0000001a;background:#00000008}.tv-demo-search-icon{font-size:.85rem}.tv-demo-search-input{background:transparent;border:none;flex:1;font-size:.9rem;outline:none;color:inherit}.tv-demo-search-clear{background:transparent;border:none;cursor:pointer;font-size:.85rem;opacity:.7}.tv-demo-variants{position:relative;flex:1;overflow:auto;border-radius:12px;padding:4px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;max-height:550px}.tv-demo-variants.light-mode{border-color:#00000014;background:#00000003}.tv-demo-variant-card{width:100%;display:flex;justify-content:space-between;gap:12px;border:none;background:#0000004d;color:inherit;padding:14px;border-radius:12px;text-align:left;cursor:pointer;margin-bottom:8px;transition:transform .2s ease,box-shadow .2s ease}.tv-demo-variant-card:hover{transform:translate(4px);box-shadow:0 10px 20px #0000004d}.tv-demo-variant-card.active{outline:2px solid rgba(59,130,246,.7);background:#3b82f626}.light-mode .tv-demo-variant-card{background:#fffc}.light-mode .tv-demo-variant-card.active{background:#3b82f61f}.tv-demo-variant-card-content{flex:1}.tv-demo-variant-card-title{display:block;font-weight:600;margin-bottom:4px}.tv-demo-variant-card-description{font-size:.85rem;opacity:.75}.tv-demo-variant-card-icon{opacity:.7}.tv-demo-empty-state{text-align:center;padding:20px;opacity:.8}.tv-demo-reset{margin-top:12px;padding:6px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:transparent;color:inherit;cursor:pointer}.tv-demo-empty-component,.tv-demo-empty-code{text-align:center;padding:20px;opacity:.8}.tv-to-up{position:fixed;right:clamp(16px,4vw,40px);bottom:clamp(16px,4vw,40px);display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:12px;border:1px solid rgba(128,128,128,.2);cursor:pointer;font-family:Lato,sans-serif;font-weight:600;font-size:.85rem;letter-spacing:.02em;box-shadow:0 4px 12px #00000026,0 2px 4px #0000001a;transition:all .25s cubic-bezier(.4,0,.2,1);z-index:9999;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.tv-to-up:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003,0 4px 8px #00000026;border-color:#80808059}.tv-to-up:active{transform:translateY(0);box-shadow:0 2px 8px #00000026,0 1px 3px #0000001a}.tv-to-up:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.tv-to-up.dark-mode{color:#e2e8f0;background:#1e293bd9;border-color:#94a3b833}.tv-to-up.dark-mode:hover{background:#1e293bf2;border-color:#3b82f666}.tv-to-up.dark-mode .tv-to-up-icon{background:#3b82f626;border-color:#3b82f64d}.tv-to-up.light-mode{color:#1e293b;background:#f8fafcd9;border-color:#47556933}.tv-to-up.light-mode:hover{background:#f8fafcf2;border-color:#2563eb66}.tv-to-up.light-mode .tv-to-up-icon{background:#2563eb1a;border-color:#2563eb40}.tv-to-up-icon{width:24px;height:24px;border-radius:6px;display:grid;place-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);font-size:1rem;transition:all .2s ease}.tv-to-up:hover .tv-to-up-icon{transform:translateY(-1px)}.tv-to-up-label{text-transform:uppercase;font-size:.85rem}.tv-to-up-enter-active,.tv-to-up-leave-active{transition:opacity .2s ease,transform .2s ease}.tv-to-up-enter-from,.tv-to-up-leave-to{opacity:0;transform:translateY(12px)}.tv-demo-back-row{display:flex;justify-content:flex-start;padding:20px 40px 0}.tv-demo-tools{margin-top:24px;border:1px solid rgba(128,128,128,.2);border-radius:12px;overflow:hidden;background:#00000005}.dark-mode .tv-demo-tools{background:#00000026}.tv-demo-tools-tabs{display:flex;border-bottom:1px solid rgba(128,128,128,.2);background:#8080800d}.tv-demo-tools-tab{padding:12px 20px;background:transparent;border:none;cursor:pointer;font-size:.9rem;font-weight:500;color:inherit;opacity:.7;border-right:1px solid rgba(128,128,128,.1);display:flex;align-items:center;gap:8px;transition:all .2s ease}.tv-demo-tools-tab:hover{opacity:1;background:#8080800d}.tv-demo-tools-tab.active{opacity:1;font-weight:600;background:transparent;box-shadow:inset 0 -2px #3b82f6;color:#3b82f6}.dark-mode .tv-demo-tools-tab.active{color:#60a5fa;box-shadow:inset 0 -2px #60a5fa}.tv-demo-tools-content{padding:20px}.tv-demo-tool-pane{animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.tv-demo-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.tv-demo-tool-title{margin:0;font-size:1.1rem;font-weight:600}.tv-demo-badge{background:#3b82f6;color:#fff;font-size:.7rem;padding:2px 6px;border-radius:99px;font-weight:700;line-height:1}.tv-demo-btn-secondary{padding:6px 12px;background:transparent;border:1px solid rgba(128,128,128,.3);border-radius:6px;color:inherit;font-size:.85rem;cursor:pointer;transition:all .2s}.tv-demo-btn-secondary:hover{border-color:#80808099;background:#8080800d}.tv-demo-btn-secondary:active{transform:translateY(1px)}.tv-demo-controls-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.tv-demo-control-item{display:flex;align-items:center;justify-content:space-between;background:#8080800d;padding:10px 14px;border-radius:8px;border:1px solid rgba(128,128,128,.1);transition:all .2s ease}.tv-demo-control-item:hover{border-color:#8080804d;background:#80808014}.tv-demo-control-label{font-size:.85rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;opacity:.8;margin-right:16px;white-space:nowrap;letter-spacing:.5px}.tv-demo-control-input-wrapper{flex:1;display:flex;justify-content:flex-end;min-width:0}.tv-demo-input{width:100%;max-width:180px;background:#0000000d;border:1px solid transparent;border-radius:6px;padding:6px 10px;color:inherit;font-size:.9rem;transition:all .2s}.dark-mode .tv-demo-input{background:#ffffff1a}.tv-demo-input:focus{outline:none;background:transparent;border-color:currentColor;opacity:1}.tv-demo-textarea{width:100%;max-width:180px;background:#0000000d;border:1px solid transparent;border-radius:6px;padding:6px 10px;color:inherit;font-size:.85rem;font-family:monospace;resize:vertical;min-height:32px}.dark-mode .tv-demo-textarea{background:#ffffff1a}.tv-demo-textarea:focus{outline:none;border-color:currentColor}.switch.small{transform:scale(.8);transform-origin:right center;margin:0}@media(max-width:1024px){.tv-demo-layout{grid-template-columns:1fr}.tv-demo-sidebar{max-height:none}}@media(max-width:768px){.tv-demo-layout,.tv-demo-layout.is-compressed{grid-template-columns:1fr}}@media(max-width:768px){.tv-demo-back-row{padding:10px}.tv-demo-case{padding:10px!important}.tv-demo-body{width:90%}.tv-demo-header{flex-direction:column;align-items:flex-start;gap:10px;padding:0!important}.tv-demo-footer-content{padding:30px 15px 15px}.tv-demo-footer-brand{font-size:1.5rem;gap:10px}.tv-demo-footer-logo{font-size:2rem}.tv-demo-footer-info{gap:15px;flex-direction:column;text-align:center}.tv-demo-footer-text{font-size:.9rem}.tv-demo-footer-divider{display:none}}@media(max-width:640px){.tv-demo-case{padding:15px!important}.tv-demo-body{width:100%;border-radius:0}.tv-demo-content{padding:15px;border-radius:0 8px 8px}.tv-demo-content .tv-demo-component-content{padding:15px;margin:15px auto}.tv-demo-footer-brand{font-size:1.3rem}.tv-demo-footer-logo{max-width:18px}.tv-demo-footer-text{font-size:.85rem;gap:6px}.tv-demo-footer-copyright{font-size:.75rem}.tv-demo-footer-brand-version{font-size:.85rem}.tv-demo-links-item{padding:0;font-size:.85rem;gap:4px}.markdown-body{padding:20px 15px;font-size:14px}.markdown-body h1{font-size:1.8rem}.markdown-body h2{font-size:1.5rem}.markdown-body h3{font-size:1.2rem}.tv-demo-code{padding:10px 0;font-size:.85rem;overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%!important;display:block}.tv-demo-tools-content{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;display:block}.tv-demo-logs-container{overflow-x:auto}}.tv-demo-viewport-controls{display:flex;gap:8px;align-items:center;flex-wrap:wrap;overflow:visible;position:relative}.tv-demo-viewport-controls>*{flex-shrink:0}.tv-demo-viewport-controls .tv-demo-separator{width:1px;height:24px;background-color:currentColor;opacity:.2;margin:0 4px}.tv-demo-viewport-controls .tv-demo-icon-btn{background:transparent;border:none;cursor:pointer;font-size:1.2rem;padding:6px;border-radius:6px;color:inherit;opacity:.7;transition:all .2s;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.tv-demo-viewport-controls .tv-demo-icon-btn:hover{opacity:1;background-color:#8080801a}.tv-demo-viewport-controls .tv-demo-icon-btn.active{opacity:1;background-color:#3b82f626;color:#3b82f6}.tv-demo-viewport-controls .tv-demo-color-picker{border:none;width:30px;height:30px;padding:0;background:none;cursor:pointer;margin-right:8px;border-radius:4px;overflow:hidden}.tv-demo-viewport-controls .tv-demo-color-picker::-webkit-color-swatch-wrapper{padding:0}.tv-demo-viewport-controls .tv-demo-color-picker::-webkit-color-swatch{border:1px solid rgba(128,128,128,.2);border-radius:4px}.tv-demo-viewport-controls .color-wrapper{align-items:center}@media(max-width:768px){.tv-demo-viewport-controls .theme-dropdown{position:static}.tv-demo-viewport-controls .theme-dropdown .tv-demo-dropdown-content{right:0;left:auto;top:100%;margin-top:8px;width:200px}}.tv-demo-viewport-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:6px 12px;border-radius:8px;border:1px solid rgba(128,128,128,.2);background:transparent;color:inherit;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease;line-height:1}.tv-demo-viewport-btn:hover{background:#8080801a;transform:translateY(-1px);border-color:#80808066}.tv-demo-viewport-btn:active{transform:translateY(0)}.tv-demo-viewport-btn.active{background:#3b82f61a;border-color:#3b82f6;color:#3b82f6;font-weight:600}.dark-mode .tv-demo-viewport-btn:hover{background:#ffffff1a;border-color:#ffffff4d}.dark-mode .tv-demo-viewport-btn.active{background:#60a5fa26;border-color:#60a5fa;color:#60a5fa}.tv-nested-editor{width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85rem}.tv-nested-editor.is-root{margin-top:-5px}.tv-nested-editor .tv-nested-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.tv-nested-editor .tv-nested-row:hover{background:#8080800d}.tv-nested-editor .tv-nested-label{margin-right:12px;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.tv-nested-editor .tv-nested-input-wrapper{flex:1;display:flex;justify-content:flex-end;align-items:center}.tv-nested-editor .tv-nested-input-wrapper input{font-size:.85rem;padding:4px 8px}.tv-nested-editor .tv-nested-null{opacity:.5;font-style:italic}.tv-nested-editor .tv-nested-complex{margin-top:4px;margin-bottom:4px}.tv-nested-editor .tv-nested-header{display:flex;align-items:center;cursor:pointer;padding:6px 0;-webkit-user-select:none;user-select:none;transition:background .2s ease;border-radius:4px}.tv-nested-editor .tv-nested-header:hover{background:#8080801a}.tv-nested-editor .tv-nested-header.is-open{background:#8080800d}.tv-nested-editor .tv-nested-header .tv-nested-arrow{margin-right:8px;font-size:.7rem;opacity:.6;transition:transform .2s ease;display:inline-block;width:16px;text-align:center;line-height:1}.tv-nested-editor .tv-nested-header.is-open .tv-nested-arrow{transform:rotate(90deg)}.tv-nested-editor .tv-nested-children{padding-left:14px;border-left:1px solid rgba(128,128,128,.1);margin-left:7px;margin-top:4px}.dark-mode .tv-nested-children{border-left-color:#ffffff1a}.dark-mode .tv-nested-header:hover{background:#ffffff0d}.light-mode .tv-nested-children{border-left-color:#0000001a}.light-mode .tv-nested-header:hover{background:#0000000d}.tv-demo-control-item.is-complex{display:block}.tv-demo-dropdown{position:relative;display:inline-block}.tv-demo-dropdown:not(.click-mode):hover .tv-demo-dropdown-content{display:block;opacity:1;transform:translateY(0);pointer-events:auto}.tv-demo-dropdown.click-mode.is-open .tv-demo-dropdown-content{display:block;opacity:1;transform:translateY(0);pointer-events:auto}.tv-demo-dropdown.install-dropdown .tv-demo-dropdown-content{width:100%}.tv-demo-dropdown-content{display:none;position:absolute;right:0;top:calc(100% + 4px);width:max-content;min-width:150px;box-shadow:0 4px 12px #00000026;border-radius:6px;z-index:100;padding:4px;opacity:0;transform:translateY(-5px);transition:all .2s ease;pointer-events:none;border:1px solid rgba(128,128,128,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2}.dark-mode .tv-demo-dropdown-content{background:#0e131f;box-shadow:0 4px 12px #0000004d;border-color:#8080804d}.tv-demo-dropdown-content button{color:inherit;padding:6px 12px;text-decoration:none;display:flex;align-items:center;gap:8px;background:transparent;border:1px solid rgba(128,128,128,.3);width:100%;text-align:left;cursor:pointer;border-radius:6px;font-size:.85rem;transition:all .2s ease;margin-bottom:6px}.tv-demo-dropdown-content button:last-child{margin-bottom:0}.tv-demo-dropdown-content button:hover{border-color:#80808099;background:#8080800d}.tv-demo-dropdown-content button:active{transform:translateY(1px)}.tv-demo-dropdown-content button.active{color:#3b82f6;font-weight:600;background-color:#3b82f61a;border-color:#3b82f64d}.tv-demo-code-header{display:flex;align-items:center;gap:16px;margin-bottom:12px}.tv-demo-code-switcher{display:flex;background:#8080801a;padding:4px;border-radius:8px;gap:4px}.tv-demo-code-tab{border:none;background:transparent;padding:6px 12px;border-radius:6px;font-size:.85rem;color:inherit;opacity:.7;cursor:pointer;transition:all .2s ease;font-weight:500;white-space:nowrap}.tv-demo-code-tab:hover{opacity:1;background:#8080800d}.tv-demo-code-tab.active{opacity:1;background:#fff;color:#3b82f6;box-shadow:0 1px 2px #0000000d;font-weight:600}.dark-mode .tv-demo-code-tab.active{background:#3b82f626;color:#60a5fa;box-shadow:none}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#272822;color:#ddd}.hljs-tag,.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-strong,.hljs-number,.hljs-name{color:#f92672}.hljs-code{color:#66d9ef}.hljs-attribute,.hljs-attr,.hljs-symbol,.hljs-regexp,.hljs-link{color:#bf79db}.hljs-string,.hljs-bullet,.hljs-subst,.hljs-title,.hljs-section,.hljs-emphasis,.hljs-type,.hljs-built_in,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-addition,.hljs-variable,.hljs-template-tag,.hljs-template-variable{color:#a6e22e}.hljs-title.class_,.hljs-class .hljs-title{color:#fff}.hljs-comment,.hljs-quote,.hljs-deletion,.hljs-meta{color:#75715e}.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-doctag,.hljs-title,.hljs-section,.hljs-type,.hljs-selector-id{font-weight:700}.cb[data-v-3c0bc7c1]{position:absolute;cursor:pointer;transition:.3s opacity linear;opacity:.5;height:30px;width:80px;right:0}.cb:hover .cb_tooltip[data-v-3c0bc7c1]{display:block}.cb[data-v-3c0bc7c1]:hover{opacity:1}.cb_tooltip[data-v-3c0bc7c1]{font-family:sans-serif;display:none;position:absolute;left:-96px;font-size:12px;color:#fff;width:80px;height:30px;line-height:30px;background:#000c;box-sizing:border-box;text-align:center;border-radius:4px}.cb_copy[data-v-3c0bc7c1]{position:absolute;font-family:sans-serif;display:block;font-size:12px;color:#fff;width:80px;height:30px;line-height:30px;background:#000c;box-sizing:border-box;text-align:center;border-radius:4px}.cb textarea[data-v-3c0bc7c1]{-webkit-user-select:none;user-select:none;position:absolute;padding:0;width:0;height:0;background:transparent;resize:none;opacity:0;border-color:#0000}.TL[data-v-b98f7724]{display:flex;align-items:center;justify-content:center;width:40px;height:30px;position:relative}.TL_word[data-v-b98f7724]{width:20px;height:20px;text-align:center;color:#aaa;font-size:16px}.code[data-v-f4a493be]{display:flex;flex-direction:column;font-size:0;position:relative;text-align:left;overflow:hidden}.code_header[data-v-f4a493be]{min-height:14px;position:relative}.code_area[data-v-f4a493be]{position:relative;overflow:hidden;padding-left:20px;margin:auto 0;display:flex}.code_area textarea[data-v-f4a493be]{overflow-y:hidden;box-sizing:border-box;caret-color:#7f7f7f;-webkit-text-fill-color:transparent;white-space:pre;word-wrap:normal;border:0;position:absolute;z-index:1000;top:0;left:0;width:100%;height:100%;background:none;border:none;outline:none;resize:none;padding:0 20px 20px;line-height:1.3;overflow:overlay;font-family:Consolas,Monaco,monospace}.code_area textarea[data-v-f4a493be]::-webkit-scrollbar-track{background-color:#eee}.code_area textarea[data-v-f4a493be]::-webkit-scrollbar-thumb{background:#afabab}.code_area textarea[data-v-f4a493be]::-webkit-scrollbar{width:8px;height:8px}.code_area textarea[data-v-f4a493be]::-webkit-scrollbar-corner{background-color:#eee}.code_area_link[data-v-f4a493be]{position:absolute}.code_area.change_hight[data-v-f4a493be]{height:calc(100% - 30px)}.code_area.srollbar_style[data-v-f4a493be]::-webkit-scrollbar-track{background-color:#eee}.code_area.srollbar_style[data-v-f4a493be]::-webkit-scrollbar-thumb{background:#afabab}.code_area.srollbar_style[data-v-f4a493be]::-webkit-scrollbar{width:8px;height:8px}.code_area.srollbar_style[data-v-f4a493be]::-webkit-scrollbar-corner{background-color:#eee}.code_area pre[data-v-f4a493be]{position:relative;margin:0;height:100%;overflow:hidden}.code_header[data-v-f4a493be]{position:relative;display:flex;justify-content:flex-start;width:100%}.code pre code[data-v-f4a493be]{font-family:Consolas,Monaco,monospace;line-height:1.3;position:relative;overflow-x:visible;border-radius:0;box-sizing:border-box;display:block;border:none;margin:0}.wrapper-content[data-v-f4a493be]::-webkit-scrollbar-track{background-color:#eee;border-radius:5px}.wrapper-content[data-v-f4a493be]::-webkit-scrollbar-thumb{background:#afabab;border-radius:5px}.wrapper-content[data-v-f4a493be]::-webkit-scrollbar{width:6px}.code_area_lines[data-v-f4a493be]{display:flex;flex-direction:column;width:10px;align-items:center;position:absolute;transform:translate(-18px)}.code_area_lines_item[data-v-f4a493be]{height:24px;width:10px;font-size:12px;color:#adb5bd;text-align:center;display:flex;justify-content:center;align-items:center;opacity:.6}.code_area_lines_item.dark[data-v-f4a493be]{color:#adb5bd}.code_area_lines_item.light[data-v-f4a493be]{color:#212529}.atom_one_dark.hljs,.atom_one_dark .hljs{color:#abb2bf;background:#282c34}.atom_one_dark .hljs-comment,.atom_one_dark .hljs-quote{color:#5c6370;font-style:italic}.atom_one_dark .hljs-doctag,.atom_one_dark .hljs-keyword,.atom_one_dark .hljs-formula{color:#c678dd}.atom_one_dark .hljs-section,.atom_one_dark .hljs-name,.atom_one_dark .hljs-selector-tag,.atom_one_dark .hljs-deletion,.atom_one_dark .hljs-subst{color:#e06c75}.atom_one_dark .hljs-literal{color:#56b6c2}.atom_one_dark .hljs-string,.atom_one_dark .hljs-regexp,.atom_one_dark .hljs-addition,.atom_one_dark .hljs-attribute,.atom_one_dark .hljs-meta .hljs-string{color:#98c379}.atom_one_dark .hljs-attr,.atom_one_dark .hljs-variable,.atom_one_dark .hljs-template-variable,.atom_one_dark .hljs-type,.atom_one_dark .hljs-selector-class,.atom_one_dark .hljs-selector-attr,.atom_one_dark .hljs-selector-pseudo,.atom_one_dark .hljs-number{color:#d19a66}.atom_one_dark .hljs-symbol,.atom_one_dark .hljs-bullet,.atom_one_dark .hljs-link,.atom_one_dark .hljs-meta,.atom_one_dark .hljs-selector-id,.atom_one_dark .hljs-title{color:#61aeee}.atom_one_dark .hljs-built_in,.atom_one_dark .hljs-title .class_,.atom_one_dark .hljs-class .hljs-title{color:#e6c07b}.atom_one_dark .hljs-emphasis{font-style:italic}.atom_one_dark .hljs-strong{font-weight:700}.atom_one_dark .hljs-link{text-decoration:underline}.atom_one_light.hljs,.atom_one_light .hljs{color:#383a42;background:#edf2f4}.atom_one_light .hljs-comment,.atom_one_light .hljs-quote{color:#a0a1a7;font-style:italic}.atom_one_light .hljs-doctag,.atom_one_light .hljs-keyword,.atom_one_light .hljs-formula{color:#a626a4}.atom_one_light .hljs-section,.atom_one_light .hljs-name,.atom_one_light .hljs-selector-tag,.atom_one_light .hljs-deletion,.atom_one_light .hljs-subst{color:#e45649}.atom_one_light .hljs-literal{color:#0184bb}.atom_one_light .hljs-string,.atom_one_light .hljs-regexp,.atom_one_light .hljs-addition,.atom_one_light .hljs-attribute,.atom_one_light .hljs-meta .hljs-string{color:#50a14f}.atom_one_light .hljs-attr,.atom_one_light .hljs-variable,.atom_one_light .hljs-template-variable,.atom_one_light .hljs-type,.atom_one_light .hljs-selector-class,.atom_one_light .hljs-selector-attr,.atom_one_light .hljs-selector-pseudo,.atom_one_light .hljs-number{color:#986801}.atom_one_light .hljs-symbol,.atom_one_light .hljs-bullet,.atom_one_light .hljs-link,.atom_one_light .hljs-meta,.atom_one_light .hljs-selector-id,.atom_one_light .hljs-title{color:#4078f2}.atom_one_light .hljs-built_in,.atom_one_light .hljs-title .class_,.atom_one_light .hljs-class .hljs-title{color:#c18401}.atom_one_light .hljs-emphasis{font-style:italic}.atom_one_light .hljs-strong{font-weight:700}.atom_one_light .hljs-link{text-decoration:underline}@keyframes slideInRight-84ed156b{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight-84ed156b{0%{transform:translate(0);opacity:1}to{transform:translate(400px);opacity:0}}.toast-notification[data-v-84ed156b]{display:flex;align-items:center;gap:12px;min-width:320px;max-width:450px;padding:14px 16px;margin-bottom:12px;border-radius:12px;box-shadow:0 10px 30px #0003,0 0 0 1px #ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#1e1e1ef2,#141414f2);border:1px solid rgba(255,255,255,.08);opacity:0;transform:translate(400px);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.toast-notification[data-v-84ed156b]:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:currentColor}.toast-notification.visible[data-v-84ed156b]{animation:slideInRight-84ed156b .3s ease-out forwards}.toast-notification.leaving[data-v-84ed156b]{animation:slideOutRight-84ed156b .3s ease-in forwards}.toast-notification.success[data-v-84ed156b]:before{background:#22c55e}.toast-notification.error[data-v-84ed156b]:before{background:#ef4444}.toast-notification.warning[data-v-84ed156b]:before{background:#f59e0b}.toast-notification.info[data-v-84ed156b]:before{background:#3b82f6}.toast-icon[data-v-84ed156b]{display:flex;align-items:center;justify-content:center;min-width:28px;width:28px;height:28px;border-radius:50%;font-weight:700;font-size:14px;flex-shrink:0}.toast-content[data-v-84ed156b]{flex:1;min-width:0}.toast-message[data-v-84ed156b]{margin:0;font-size:14px;font-weight:500;color:#fff;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.toast-close[data-v-84ed156b]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:#ffffff1a;color:#fff9;border-radius:6px;cursor:pointer;font-size:12px;font-weight:700;transition:all .2s ease;flex-shrink:0}.toast-close[data-v-84ed156b]:hover{background:#ffffff26;color:#ffffffe6;transform:scale(1.1)}.toast-close[data-v-84ed156b]:active{transform:scale(.95)}.light-mode .toast-notification[data-v-84ed156b]{background:linear-gradient(135deg,#fffffffa,#f5f5f5fa);border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 30px #00000026,0 0 0 1px #0000000d}.light-mode .toast-notification .toast-message[data-v-84ed156b]{color:#1f2937}.light-mode .toast-notification .toast-close[data-v-84ed156b]{background:#0000000d;color:#00000080}.light-mode .toast-notification .toast-close[data-v-84ed156b]:hover{background:#0000001a;color:#000c}.toast-container[data-v-25add11c]{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;pointer-events:none}.toast-container[data-v-25add11c]>*{pointer-events:auto}@media(max-width:640px){.toast-container[data-v-25add11c]{top:10px;right:10px;left:10px;align-items:center}}.tv-preview-frame-container[data-v-a46ef617]{margin:0 auto;transition:width .3s ease;background:transparent;flex-shrink:0}.tv-preview-frame[data-v-a46ef617]{width:100%;height:100%;min-height:400px;border:none;display:block;background-color:transparent}.tv-hero-body .tv-hero .tv-hero-content,.tv-hero-body .tv-hero .tv-hero-image,.tv-hero-body{align-items:center;display:flex;justify-content:center}.tv-hero-body{background-color:#0e131f;color:#cbd5e1}.tv-hero-body .tv-hero-title .tv-hero-separator{background:#f1f9f9;box-shadow:0 0 10px #afdedc}.tv-hero-body.tv-hero-background-mode{padding:0}.tv-hero-body.tv-hero-background-mode .tv-hero{width:100%;padding:80px 20px;max-width:1200px;margin:0 auto}.tv-hero-body.tv-hero-background-mode .tv-hero .tv-hero-title,.tv-hero-body.tv-hero-background-mode .tv-hero .tv-hero-description{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}.tv-hero-body.tv-hero-background-mode .tv-hero .tv-hero-separator{background:#fff;box-shadow:0 0 10px #ffffff80}.light-mode .tv-hero-body{background-color:#b9c4df;color:#1e293b}.light-mode .tv-hero-body .tv-hero-title .tv-hero-separator{background:#afdedc;box-shadow:0 0 10px #f1f9f9}.tv-hero-body{flex-direction:column;margin:0 auto;width:100%}.tv-hero-body .tv-hero{display:flex;padding:40px 0;width:70%}.tv-hero-body .tv-hero .tv-hero-image{margin-right:2rem;width:30%}.tv-hero-body .tv-hero .tv-hero-image img{width:180px;max-width:100%;height:auto}.tv-hero-body .tv-hero .tv-hero-content{flex-direction:column;width:60%}.tv-hero-body .tv-hero .tv-hero-content .tv-hero-title{font-size:26px;font-weight:800;margin-bottom:1.5rem;text-align:center}.tv-hero-body .tv-hero .tv-hero-content .tv-hero-title .tv-hero-separator{border-radius:10px;display:block;height:3px;margin:1rem auto 0;width:80%}.tv-hero-body .tv-hero .tv-hero-content .tv-hero-description{font-size:18px;font-weight:600;margin-bottom:1rem;text-align:center}.tv-hero-body .tv-hero .tv-hero-content .tv-hero-actions{display:flex;gap:20px;justify-content:center}.tv-hero-body .tv-hero.tv-hero-reverse{flex-direction:row-reverse}.tv-hero-body .tv-hero.tv-hero-reverse .tv-hero-image{margin-right:0;margin-left:2rem}.tv-hero-body.tv-hero-entry{display:flex}.tv-hero-body.tv-hero-entry .tv-hero{max-width:100%;padding:0;width:100%}.tv-hero-body.tv-hero-entry .tv-hero .tv-hero-content{padding:10px 20px;width:100%}.tv-hero-body.tv-hero-entry .tv-hero .tv-hero-content .tv-hero-title .tv-hero-separator{display:none}.tv-hero-body.tv-hero-entry .tv-hero .tv-hero-content .tv-hero-description{order:2}.tv-hero-body.tv-hero-entry .tv-hero .tv-hero-image{margin:0;order:1;width:800px}.tv-hero-body.tv-hero-entry .tv-hero .tv-hero-image img{width:100%;max-width:100%;height:auto}@media(max-width:768px){.tv-hero-body .tv-hero{width:90%}.tv-hero-body .tv-hero img{width:200px}.tv-hero-body .tv-hero .tv-hero-content .tv-hero-title{font-size:20px}.tv-hero-body .tv-hero .tv-hero-content .tv-hero-description{font-size:18px}.tv-hero-body.tv-hero-entry .tv-hero .tv-hero-image,.tv-hero-body.tv-hero-entry .tv-hero .tv-hero-image img{width:100%}.tv-hero-body.tv-hero-entry .tv-hero .tv-hero-content .tv-hero-description{font-size:12px;font-weight:300}}@media(max-width:640px){.tv-hero-body{padding:0 1rem}.tv-hero-body .tv-hero{align-items:center;flex-direction:column;max-width:100%;width:100%}.tv-hero-body .tv-hero-image{margin-bottom:2rem;margin-right:0;width:60%}.tv-hero-body .tv-hero .tv-hero-content{width:100%}.tv-hero-body .tv-hero .tv-hero-content .tv-hero-description{font-size:16px}.tv-hero-body .tv-hero .tv-hero-content .tv-hero-title{font-size:18px}}.tv-menu-container .tv-menu-icon{fill:#f4faff;transition:all .3s ease;filter:brightness(0) invert(1)}.tv-menu-container .tv-menu-icon:hover{transform:scale(1.1);filter:brightness(0) invert(1) drop-shadow(0 0 8px rgba(255,255,255,.5))}.tv-menu-container .tv-menu-icon-cancel{fill:#f4faff;transition:all .3s ease;filter:brightness(0) invert(1)}.tv-menu-container .tv-menu-icon-cancel:hover{transform:rotate(90deg) scale(1.1);filter:brightness(0) invert(1) drop-shadow(0 0 8px rgba(255,255,255,.5))}.tv-menu-container .tv-menu-items-mobile{background:#0e131fd9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.1)}.tv-menu-container .tv-menu-item{transition:all .3s ease}.tv-menu-container .tv-menu-item:hover{color:#afdedc;transform:translateY(-2px);text-shadow:0 0 10px rgba(175,222,220,.5)}.tv-menu-container .tv-menu-item.active{color:#afdedc;font-weight:700;text-shadow:0 0 10px rgba(175,222,220,.5)}.light-mode .tv-menu-container .tv-menu-icon{fill:#000b14;transition:all .3s ease;filter:none}.light-mode .tv-menu-container .tv-menu-icon:hover{transform:scale(1.1);filter:drop-shadow(0 0 8px rgba(0,0,0,.3))}.light-mode .tv-menu-container .tv-menu-icon-cancel{fill:#000b14;transition:all .3s ease;filter:none}.light-mode .tv-menu-container .tv-menu-icon-cancel:hover{transform:rotate(90deg) scale(1.1);filter:drop-shadow(0 0 8px rgba(0,0,0,.3))}.light-mode .tv-menu-container .tv-menu-items-mobile{background:#b9c4dfd9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.4)}.light-mode .tv-menu-container .tv-menu-item{transition:all .3s ease}.light-mode .tv-menu-container .tv-menu-item:hover{color:#ef233c;transform:translateY(-2px);text-shadow:0 0 10px rgba(239,35,60,.3)}.light-mode .tv-menu-container .tv-menu-item.active{color:#ef233c;font-weight:700;text-shadow:0 0 10px rgba(239,35,60,.3)}.tv-menu-container{height:100%;width:100%;align-items:center;display:flex;flex-direction:row;justify-content:space-between}.tv-menu-container .tv-menu-image{display:flex;align-items:center;transition:transform .3s ease}.tv-menu-container .tv-menu-image img{width:5rem;transition:all .3s ease;filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.tv-menu-container .tv-menu-image:hover img{transform:scale(1.05);filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.tv-menu-container .tv-menu-items{align-items:center;display:flex;justify-content:flex-end;height:100%;flex-direction:row;gap:20px}.tv-menu-container .tv-menu-items-mobile{width:100%;height:100vh;position:fixed;align-items:center;display:flex;flex-direction:column;justify-content:center;gap:30px;left:0;top:0;z-index:9999;animation:fadeIn .3s ease-in-out}.tv-menu-container .tv-menu-item{list-style:none;flex-direction:row;font-weight:500;position:relative;padding:8px 16px;border-radius:8px;letter-spacing:.5px}.tv-menu-container .tv-menu-item:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:currentColor;transition:all .3s ease;transform:translate(-50%)}.tv-menu-container .tv-menu-item:hover:after{width:80%}.tv-menu-container .tv-menu-item-mobile{list-style:none;padding:15px 30px;font-size:22px;font-weight:600;border-radius:12px;transition:all .3s ease;letter-spacing:1px;animation:slideDown .4s ease-out}.tv-menu-container .tv-menu-item-mobile:hover{transform:translate(10px);padding-left:40px}.tv-menu-container .tv-menu-item-mobile.active{transform:translate(10px);padding-left:40px;color:#afdedc;font-weight:700}.tv-menu-container .tv-menu-icon{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg%20class='tv-icon-svg'%20fill='currentColor'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3crect%20x='3'%20y='5'%20width='18'%20height='2'%20rx='1'%20fill='currentColor'/%3e%3crect%20x='3'%20y='11'%20width='18'%20height='2'%20rx='1'%20fill='currentColor'/%3e%3crect%20x='3'%20y='17'%20width='18'%20height='2'%20rx='1'%20fill='currentColor'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center;width:34px;height:34px;display:none;border-radius:8px;padding:8px}.tv-menu-container .tv-menu-icon-cancel{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg%20class='tv-icon-svg'%20fill='currentColor'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3e%3cg%20id='Cancel'%3e%3cpath%20clip-rule='evenodd'%20d='M16,0C7.163,0,0,7.163,0,16c0,8.836,7.163,16,16,16c8.836,0,16-7.163,16-16C32,7.163,24.836,0,16,0z%20M16,30C8.268,30,2,23.732,2,16C2,8.268,8.268,2,16,2s14,6.268,14,14C30,23.732,23.732,30,16,30z'%20fill='currentColor'/%3e%3cpath%20clip-rule='evenodd'%20d='M22.729,21.271l-5.268-5.269l5.238-5.195c0.395-0.391,0.395-1.024,0-1.414c-0.394-0.39-1.034-0.39-1.428,0l-5.231,5.188l-5.309-5.31c-0.394-0.396-1.034-0.396-1.428,0c-0.394,0.395-0.394,1.037,0,1.432l5.301,5.302l-5.331,5.287c-0.394,0.391-0.394,1.024,0,1.414c0.394,0.391,1.034,0.391,1.429,0l5.324-5.28l5.276,5.276c0.394,0.396,1.034,0.396,1.428,0C23.123,22.308,23.123,21.667,22.729,21.271z'%20fill='currentColor'/%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center;position:fixed;width:40px;height:40px;top:30px;right:30px;border-radius:50%;padding:8px;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.tv-menu-container{flex-direction:row;justify-content:space-between;margin:0 auto}.tv-menu-container .tv-menu-image img{width:4rem}.tv-menu-container .tv-menu-items{height:auto;width:auto;padding:12px 0;gap:15px;justify-content:flex-end}.tv-menu-container .tv-menu-item{padding:8px 12px;text-align:center;border-radius:6px}}@media(max-width:640px){.tv-menu-container{flex-direction:row}.tv-menu-container .tv-menu-items{justify-content:flex-end!important;gap:12px;width:auto;flex-grow:1}.tv-menu-container .tv-menu-item{display:none!important}.tv-menu-container .tv-menu-icon{display:inline-block!important;order:2}:deep(.tv-search){order:1}}:root{--tv-pagination-inactive-bg: #0E131F;--tv-pagination-inactive-color: #CBD5E1}.light-mode{--tv-pagination-inactive-bg: #B9C4DF;--tv-pagination-inactive-color: #1E293B}.tv-pagination{display:block;width:100%}.tv-pagination__list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.tv-pagination__item{display:inline-flex;align-items:center;justify-content:center}.tv-pagination__ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .5rem;font-size:1rem;color:var(--tv-color-text-secondary, #6b7280);-webkit-user-select:none;user-select:none;pointer-events:none}.tv-pagination__summary{margin-bottom:.5rem;font-size:.9em;color:inherit;opacity:.8}@media(max-width:640px){.tv-pagination__list{gap:.25rem}.tv-pagination__ellipsis{min-width:1.5rem;padding:0 .25rem;font-size:.875rem}}.reading-progress{background:#0000000d;pointer-events:none;overflow:visible}.reading-progress--vertical{height:100vh}.reading-progress--horizontal{width:100%}.reading-progress__bar{position:relative;background:#ef233c;display:flex;align-items:center;justify-content:center;overflow:visible}.reading-progress__checkpoints{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.reading-progress__checkpoint{position:absolute;background:#0003;transition:background-color .3s ease}.reading-progress--horizontal .reading-progress__checkpoint{width:2px;height:100%;top:0}.reading-progress--vertical .reading-progress__checkpoint{height:2px;width:100%;left:0}.reading-progress__checkpoint--reached{background:#fff;box-shadow:0 0 4px #0000004d}.reading-progress__label{font-size:10px;font-weight:700;color:#fff;white-space:nowrap;pointer-events:auto}.reading-progress__label--inside{padding:0 4px}.reading-progress__label--floating{position:absolute;background:#ef233c;padding:2px 6px;border-radius:4px;box-shadow:0 2px 5px #0003;z-index:2}.reading-progress--horizontal .reading-progress__label--floating{top:100%;margin-top:8px}.reading-progress--vertical .reading-progress__label--floating{left:100%;margin-left:8px}.reading-progress--right .reading-progress__label--floating{left:auto;right:100%;margin-right:8px;margin-left:0}.reading-progress--bottom .reading-progress__label--floating{top:auto;bottom:100%;margin-bottom:8px;margin-top:0}@media(prefers-reduced-motion:reduce){.reading-progress__bar{transition:none!important}}.tv-scroll-top{position:fixed;bottom:2rem;width:3rem;height:3rem;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1000;transition:all .3s ease;box-shadow:0 4px 12px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tv-scroll-top--right{right:2rem}.tv-scroll-top--left{left:2rem}.tv-scroll-top:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 8px 20px #00000040}.tv-scroll-top:active{transform:translateY(-2px) scale(1.02)}.tv-scroll-top svg{width:1.5rem;height:1.5rem}.tv-scroll-top{background-color:#ef233c;color:#f1f9f9}.scroll-top-right-enter-active{animation:scrollTopInRight .6s cubic-bezier(.34,1.56,.64,1)}.scroll-top-right-leave-active{animation:scrollTopOutRight .4s cubic-bezier(.4,0,1,1)}@keyframes scrollTopInRight{0%{opacity:0;transform:translate(100px) translateY(20px) scale(.3) rotate(-180deg)}60%{transform:translate(-5px) translateY(-5px) scale(1.05) rotate(-20deg)}to{opacity:1;transform:translate(0) translateY(0) scale(1) rotate(0)}}@keyframes scrollTopOutRight{0%{opacity:1;transform:translate(0) translateY(0) scale(1) rotate(0)}to{opacity:0;transform:translate(80px) translateY(20px) scale(.4) rotate(180deg)}}.scroll-top-left-enter-active{animation:scrollTopInLeft .6s cubic-bezier(.34,1.56,.64,1)}.scroll-top-left-leave-active{animation:scrollTopOutLeft .4s cubic-bezier(.4,0,1,1)}@keyframes scrollTopInLeft{0%{opacity:0;transform:translate(-100px) translateY(20px) scale(.3) rotate(180deg)}60%{transform:translate(5px) translateY(-5px) scale(1.05) rotate(20deg)}to{opacity:1;transform:translate(0) translateY(0) scale(1) rotate(0)}}@keyframes scrollTopOutLeft{0%{opacity:1;transform:translate(0) translateY(0) scale(1) rotate(0)}to{opacity:0;transform:translate(-80px) translateY(20px) scale(.4) rotate(-180deg)}}.tv-cursor-pointer{cursor:pointer}.tv-radius-none-bl{border-bottom-left-radius:0!important}.tv-radius-none-br{border-bottom-right-radius:0!important}.tv-search-icon{border:2px solid #B9C4DF}.tv-search-modal{background-color:#f8fafcb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tv-search-modal .tv-search-modal-content{background-color:#b9c4df;box-shadow:0 0 15px #b9c4df}.tv-search-icon{display:inline-block;height:32px;padding:2px;width:32px}.tv-search-modal{align-items:flex-start;display:flex;height:100%;justify-content:center;left:0;padding-top:100px;position:fixed;top:0;width:100%;z-index:1000}.tv-search-modal .tv-search-modal-content{border-radius:5px;padding:20px;width:550px;max-width:90%}.tv-search-modal .tv-search-modal-content .tv-search-input{border-radius:10px 0 0 10px;border:none;font-size:16px;height:44px;outline:none;padding:10px;width:100%}.tv-search-modal .tv-search-modal-content .tv-btn{border-radius:0 10px 10px 0}.tv-search-modal .tv-search-modal-content .tv-search-modal-content-input{display:flex}.tv-search-modal .tv-search-modal-content .tv-search-results{border-radius:0 0 10px 10px;background:#f8fafc;color:#1e293b;display:inline-block;max-height:200px;overflow-y:auto;transition:all .3s ease;width:100%}.tv-search-modal .tv-search-modal-content .tv-search-results-title{font-size:1rem;font-weight:600;padding:.7rem 1rem}.tv-search-modal .tv-search-modal-content .tv-search-results-title:hover{background:#0e131f33}.tv-search-modal .tv-search-modal-content .tv-search-results-title:active{background:#0e131f66}.dark-mode .tv-search-icon{border:2px solid #0E131F}.dark-mode .tv-search-modal{background-color:#161e31b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dark-mode .tv-search-modal .tv-search-modal-content{background-color:#0e131f;box-shadow:0 0 15px #0e131f}.dark-mode .tv-search-modal .tv-search-modal-content .tv-search-results{background:#161e31;color:#cbd5e1}@media(max-width:768px){.tv-search-modal{padding-top:50px}.tv-search-modal .tv-search-modal-content{padding:15px;width:95%;max-width:95%}.tv-search-modal .tv-search-modal-content .tv-search-results{max-height:150px}}@media(max-width:480px){.tv-search-modal{padding-top:30px;align-items:flex-start}.tv-search-modal .tv-search-modal-content{padding:10px}.tv-search-modal .tv-search-modal-content .tv-search-input{font-size:14px;height:40px;padding:8px}.tv-search-modal .tv-search-modal-content .tv-search-results{max-height:120px}.tv-search-modal .tv-search-modal-content .tv-search-results-title{font-size:.9rem;padding:.5rem .8rem}}.tv-setting{position:relative;display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;z-index:50}@media(max-width:768px){.tv-setting{width:2.75rem;height:2.75rem}}.tv-setting.is-disabled{opacity:.5;pointer-events:none}.tv-setting__gear{position:relative;width:100%;height:100%;border:none;border-radius:50%;background:linear-gradient(135deg,#ef233c,#d00f27);cursor:pointer;color:#afdedc;padding:.75rem;box-shadow:0 4px 12px #0000004d,inset 0 1px 1px #fff3;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;align-items:center;justify-content:center}@media(max-width:768px){.tv-setting__gear{padding:.5rem}}.tv-setting__gear:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 20px #0006,inset 0 1px 1px #ffffff4d}.tv-setting__gear:hover .tv-setting__icon{transform:rotate(45deg)}.tv-setting__gear:active{transform:translateY(0) scale(.95);box-shadow:0 2px 8px #0003,inset 0 1px 1px #ffffff1a}.tv-setting__gear:focus-visible{outline:2px solid #F1F9F9;outline-offset:4px}.tv-setting__gear[aria-expanded=true]{background:#0e131f;color:#f4faff}.tv-setting__gear[aria-expanded=true] .tv-setting__icon{transform:rotate(90deg)}.tv-setting__icon{width:100%;height:100%;transition:transform .5s cubic-bezier(.34,1.56,.64,1)}.tv-setting__panel{position:absolute;min-width:5rem;padding:1rem;border-radius:1rem;background:#0e131ff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f4faff;box-shadow:0 10px 30px #00000080,0 0 0 1px #ffffff0d;display:flex;flex-direction:column;gap:.75rem;z-index:9999;transform-origin:center}.tv-setting__panel--top{bottom:100%;left:50%;margin-bottom:1rem;transform:translate(-50%);transform-origin:bottom center}.tv-setting__panel--bottom{top:100%;left:50%;margin-top:1rem;transform:translate(-50%);transform-origin:top center}.tv-setting__panel--left{right:100%;top:50%;margin-right:1rem;transform:translateY(-50%);transform-origin:center right}.tv-setting__panel--right{left:100%;top:50%;margin-left:1rem;transform:translateY(-50%);transform-origin:center left}.tv-setting__header{margin-bottom:1rem}.tv-setting__title{margin:0;font-size:1.25rem;font-weight:600}.tv-setting-panel-enter-active,.tv-setting-panel-leave-active{transition:all .3s cubic-bezier(.34,1.56,.64,1)}.tv-setting-panel-enter-from,.tv-setting-panel-leave-to{opacity:0;transform:scale(.9)}.tv-setting__panel--top.tv-setting-panel-enter-from,.tv-setting__panel--top.tv-setting-panel-leave-to{transform:translate(-50%) translateY(10px) scale(.9)}.tv-setting__panel--bottom.tv-setting-panel-enter-from,.tv-setting__panel--bottom.tv-setting-panel-leave-to{transform:translate(-50%) translateY(-10px) scale(.9)}.tv-setting__panel--left.tv-setting-panel-enter-from,.tv-setting__panel--left.tv-setting-panel-leave-to{transform:translateY(-50%) translate(10px) scale(.9)}.tv-setting__panel--right.tv-setting-panel-enter-from,.tv-setting__panel--right.tv-setting-panel-leave-to{transform:translateY(-50%) translate(-10px) scale(.9)}.light-mode .tv-setting__gear{color:#f1f9f9}.light-mode .tv-setting__gear[aria-expanded=true]{background:#b9c4df;color:#000b14}.light-mode .tv-setting__panel{background:#b9c4dff2;color:#000b14}.tv-sidebar-body .tv-sidebar-title h1{background-color:#0e131f;color:#cbd5e1}.tv-sidebar-body .tv-sidebar-title .tv-sidebar-title-separator{background:#0e131f}.tv-sidebar-body .tv-sidebar-content-li .tv-sidebar-number,.tv-sidebar-body .tv-sidebar-content-li .tv-sidebar-link{color:#cbd5e1}.tv-sidebar-body .tv-sidebar-search-input{background-color:#0e131f;color:#cbd5e1;border:1px solid rgba(255,255,255,.1);width:auto}.tv-sidebar-body .tv-sidebar-search-input::placeholder{color:#cbd5e180}.tv-sidebar-body .tv-sidebar-search-input:focus{border-color:#ef233c;outline:none}.tv-sidebar-body mark{background-color:#ef233c;color:#cbd5e1;padding:2px 4px;border-radius:3px}.light-mode .tv-sidebar-body .tv-sidebar-title h1{background-color:#b9c4df;color:#1e293b}.light-mode .tv-sidebar-body .tv-sidebar-title .tv-sidebar-title-separator{background:#b9c4df}.light-mode .tv-sidebar-body .tv-sidebar-content-li .tv-sidebar-number,.light-mode .tv-sidebar-body .tv-sidebar-content-li .tv-sidebar-link{color:#1e293b}.light-mode .tv-sidebar-body .tv-sidebar-search-input{background-color:#b9c4df;color:#1e293b;border:1px solid rgba(0,0,0,.1)}.light-mode .tv-sidebar-body .tv-sidebar-search-input::placeholder{color:#1e293b80}.light-mode .tv-sidebar-body .tv-sidebar-search-input:focus{border-color:#ef233c}.light-mode .tv-sidebar-body mark{background-color:gold;color:#1e293b;padding:2px 4px;border-radius:3px}.tv-sidebar-body{height:100%;width:100%;display:inline-flex;overflow:hidden}.tv-sidebar-body .tv-sidebar{width:100%;height:100%;display:flex;flex-direction:column}.tv-sidebar-body .tv-sidebar .tv-sidebar-new-label{margin-right:4px;vertical-align:middle}.tv-sidebar-body .tv-sidebar-title{min-height:35px;margin-top:10px;flex-shrink:0}.tv-sidebar-body .tv-sidebar-title h1{display:inline;font-size:18px;font-weight:600;padding:10px 20px;white-space:nowrap}.tv-sidebar-body .tv-sidebar-title .tv-sidebar-title-separator{height:5px;width:auto;position:relative;display:block;margin-top:5px}.tv-sidebar-body .tv-sidebar-search{padding:10px 20px}.tv-sidebar-body .tv-sidebar-search-input{width:100%;max-width:100%;padding:10px 15px;font-size:14px;border-radius:6px;transition:all .3s ease;box-sizing:border-box}.tv-sidebar-body .tv-sidebar-search-input:focus{box-shadow:0 0 0 3px #4299e11a}.tv-sidebar-body .tv-sidebar .tv-sidebar-content-ol{list-style:none;margin:10px 0;padding:0}.tv-sidebar-body .tv-sidebar .tv-sidebar-content-li{align-items:end;display:flex;font-size:16px;padding:5px}.tv-sidebar-body .tv-sidebar .tv-sidebar-content-li:first-of-type{margin-top:15px}.tv-sidebar-body .tv-sidebar .tv-sidebar-content-li:not(:last-child){margin-bottom:20px}.tv-sidebar-body .tv-sidebar .tv-sidebar-content-li .tv-sidebar-number{font-size:34px;margin-right:10px;transition:color .3s ease}.tv-sidebar-body .tv-sidebar .tv-sidebar-content-li .tv-sidebar-link{font-size:16px;flex:1;line-height:1.4;transition:color .3s ease}.tv-sidebar-body .tv-sidebar .tv-sidebar-content-li .tv-sidebar-link:hover{color:#ef233c}.tv-sidebar-body .tv-sidebar .tv-sidebar-content-label{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px;overflow-y:auto;overflow-x:hidden;flex:1;align-content:flex-start}.tv-sidebar-body .tv-sidebar .pointer{cursor:pointer}.tv-sidebar-body .tv-sidebar-image-container{width:100%;max-width:300px;margin:20px auto;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.tv-sidebar-body .tv-sidebar-image-container img{width:100%;height:auto;display:block;object-fit:cover;max-height:400px}.tv-sidebar-body .tv-sidebar-image-container img .pointer{cursor:pointer}.tv-sidebar-body .tv-sidebar img{height:100%;width:100%;object-fit:cover}.tv-sidebar-body .tv-sidebar-grouped-content{padding:10px 20px;overflow-y:auto;flex:1}.tv-sidebar-body .tv-sidebar-group{margin-bottom:15px}.tv-sidebar-body .tv-sidebar-group-header{cursor:pointer;padding:12px 15px;border-radius:6px;transition:all .3s ease;-webkit-user-select:none;user-select:none}.tv-sidebar-body .tv-sidebar-group-header:hover{background-color:#ef233c1a}.tv-sidebar-body .tv-sidebar-group-header-content{display:flex;align-items:center;gap:10px}.tv-sidebar-body .tv-sidebar-group-icon{font-size:12px;transition:transform .3s ease;color:#cbd5e1;opacity:.7}.tv-sidebar-body .tv-sidebar-group-title{flex:1;font-size:16px;font-weight:600;color:#cbd5e1}.tv-sidebar-body .tv-sidebar-group-counter{background-color:#ef233c;color:#cbd5e1;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:600;min-width:24px;text-align:center}.tv-sidebar-body .tv-sidebar-group-content{padding-left:25px;margin-top:8px;animation:slideDown .3s ease}.tv-sidebar-body .tv-sidebar-group-item{display:flex;align-items:start;padding:8px 10px;margin-bottom:8px;border-radius:4px;transition:background-color .2s ease}.tv-sidebar-body .tv-sidebar-group-item:hover{background-color:#ef233c0d}.tv-sidebar-body .tv-sidebar-group-item .tv-sidebar-item-number{color:#cbd5e1;opacity:.6;font-size:14px;margin-right:8px;min-width:20px}.tv-sidebar-body .tv-sidebar-group-item .tv-sidebar-item-link{flex:1;color:#cbd5e1;font-size:14px;line-height:1.5;transition:color .3s ease}.tv-sidebar-body .tv-sidebar-group-item .tv-sidebar-item-link:hover{color:#ef233c}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.light-mode .tv-sidebar-body .tv-sidebar-group-header:hover{background-color:#ef233c0d}.light-mode .tv-sidebar-body .tv-sidebar-group-icon,.light-mode .tv-sidebar-body .tv-sidebar-group-title{color:#1e293b}.light-mode .tv-sidebar-body .tv-sidebar-group-counter{background-color:#ef233c;color:#fff}.light-mode .tv-sidebar-body .tv-sidebar-group-item:hover{background-color:#ef233c08}.light-mode .tv-sidebar-body .tv-sidebar-group-item .tv-sidebar-item-number,.light-mode .tv-sidebar-body .tv-sidebar-group-item .tv-sidebar-item-link{color:#1e293b}.light-mode .tv-sidebar-body .tv-sidebar-group-item .tv-sidebar-item-link:hover{color:#ef233c}*{box-sizing:border-box;margin:0;padding:0}.tv-theme-button{--tv-button-width: 55px;--tv-switch-height: 30px;--tv-switch-width: 30px;--tv-icon-size: 20px;--tv-switch-bg: #0E131F;--tv-switch-active-bg: #B9C4DF;--tv-knob-color: #F4FAFF;display:flex;flex-direction:column;justify-content:center;width:var(--tv-button-width);cursor:pointer}.tv-theme-button--sm{--tv-button-width: 40px;--tv-switch-height: 22px;--tv-switch-width: 22px;--tv-icon-size: 14px}.tv-theme-button--lg{--tv-button-width: 70px;--tv-switch-height: 38px;--tv-switch-width: 38px;--tv-icon-size: 26px}.tv-theme-button--rounded .tv-theme-switch{border-radius:1000px}.tv-theme-button--rounded .tv-theme-switch:after{border-radius:100px}.tv-theme-button:not(.tv-theme-button--rounded) .tv-theme-switch{border-radius:5px}.tv-theme-button:not(.tv-theme-button--rounded) .tv-theme-switch:after{border-radius:3px}.tv-theme-button .tv-theme-switch{position:relative;background:var(--tv-button-bg, var(--tv-switch-bg));border:none;display:flex;outline:none;transition:background .3s cubic-bezier(.4,0,.2,1);height:var(--tv-switch-height)}.tv-theme-button .tv-theme-switch:focus-visible{outline:2px solid #3B82F6;outline-offset:2px}.tv-theme-button .tv-theme-switch:after{position:absolute;left:0;top:0;height:var(--tv-switch-height);width:var(--tv-switch-width);background:var(--tv-knob-color);box-shadow:0 0 2px 2px #00000080;content:"";display:block;will-change:transform;transform:translateZ(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.tv-theme-button .tv-theme-switch.tv-theme-active{background:var(--tv-button-bg, var(--tv-switch-active-bg));color:#000b14}.tv-theme-button .tv-theme-switch.tv-theme-active:after{transform:translate3d(calc(var(--tv-button-width) - var(--tv-switch-width)),0,0)}.tv-theme-button .tv-theme-switch .tv-theme-icon{background-position:center;background-repeat:no-repeat;background-size:cover;height:var(--tv-icon-size);width:var(--tv-icon-size)}.tv-theme-button .tv-theme-switch .tv-theme-icon.moon-icon{color:var(--tv-moon-icon-color, inherit)}.tv-theme-button .tv-theme-switch .tv-theme-icon.sun-icon{color:var(--tv-sun-icon-color, inherit)}.tv-theme-button .tv-theme-switch span{height:var(--tv-switch-height);width:var(--tv-switch-width);align-items:center;background:none;display:flex;justify-content:center;line-height:var(--tv-switch-height);flex-shrink:0}.tv-theme-button .tv-theme-switch{justify-content:space-between;width:100%}.tv-toc{position:relative;padding:1rem;background-color:#b9c4df;border-radius:8px;color:#000b14;min-width:200px;overflow:hidden;--toc-active-rgb: 239, 35, 60;--toc-active-color: #EF233C}@media(prefers-color-scheme:dark){.tv-toc{background-color:#0e131f;color:#f4faff;--toc-active-rgb: 239, 35, 60;--toc-active-color: #EF233C}}.tv-toc .tv-toc-progress-container{position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#ef233c1a;z-index:1}@media(prefers-color-scheme:dark){.tv-toc .tv-toc-progress-container{background-color:#ef233c1a}}.tv-toc .tv-toc-progress-bar{width:100%;background:linear-gradient(to bottom,#ef233c,#f68290);transition:height .1s linear;border-radius:0 0 4px 4px}@media(prefers-color-scheme:dark){.tv-toc .tv-toc-progress-bar{background:linear-gradient(to bottom,#ef233c,#f68290)}}.tv-toc .tv-toc-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.tv-toc .tv-toc-list{list-style:none;padding:0;margin:0}.tv-toc .tv-toc-item{margin-bottom:.5rem;position:relative;opacity:0;animation:fadeSlideIn .5s ease forwards}.tv-toc .tv-toc-item:nth-child(1){animation-delay:.05s}.tv-toc .tv-toc-item:nth-child(2){animation-delay:.1s}.tv-toc .tv-toc-item:nth-child(3){animation-delay:.15s}.tv-toc .tv-toc-item:nth-child(4){animation-delay:.2s}.tv-toc .tv-toc-item:nth-child(5){animation-delay:.25s}.tv-toc .tv-toc-item:nth-child(6){animation-delay:.3s}.tv-toc .tv-toc-item:nth-child(7){animation-delay:.35s}.tv-toc .tv-toc-item:nth-child(8){animation-delay:.4s}.tv-toc .tv-toc-item:nth-child(9){animation-delay:.45s}.tv-toc .tv-toc-item:nth-child(10){animation-delay:.5s}.tv-toc .tv-toc-item:nth-child(11){animation-delay:.55s}.tv-toc .tv-toc-item:nth-child(12){animation-delay:.6s}.tv-toc .tv-toc-item:nth-child(13){animation-delay:.65s}.tv-toc .tv-toc-item:nth-child(14){animation-delay:.7s}.tv-toc .tv-toc-item:nth-child(15){animation-delay:.75s}.tv-toc .tv-toc-item:nth-child(16){animation-delay:.8s}.tv-toc .tv-toc-item:nth-child(17){animation-delay:.85s}.tv-toc .tv-toc-item:nth-child(18){animation-delay:.9s}.tv-toc .tv-toc-item:nth-child(19){animation-delay:.95s}.tv-toc .tv-toc-item:nth-child(20){animation-delay:1s}.tv-toc .tv-toc-item .tv-toc-item-content{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.tv-toc .tv-toc-item .tv-toc-item-content .tv-toc-link{flex:1}.tv-toc .tv-toc-item .tv-toc-toggle{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:inherit;opacity:.6;transition:all .2s ease;border-radius:4px;margin-right:4px}.tv-toc .tv-toc-item .tv-toc-toggle:hover{background-color:#ef233c1a;opacity:1}.tv-toc .tv-toc-item .tv-toc-toggle svg{transition:transform .3s ease}.tv-toc .tv-toc-item .tv-toc-toggle.is-expanded svg{transform:rotate(180deg)}.tv-toc .tv-toc-item:hover .tv-toc-link,.tv-toc .tv-toc-item:hover .tv-toc-sublink{background-color:#ef233c0d}@media(prefers-color-scheme:dark){.tv-toc .tv-toc-item:hover .tv-toc-link,.tv-toc .tv-toc-item:hover .tv-toc-sublink{background-color:#ef233c0d}.tv-toc .tv-toc-item .tv-toc-toggle:hover{background-color:#ef233c1a}}.tv-toc .tv-toc-link{display:block;text-decoration:none;color:inherit;font-weight:500;padding:.5rem .75rem;border-radius:4px;transition:all .3s ease;position:relative}.tv-toc .tv-toc-link:hover{color:#ef233c}.tv-toc .tv-toc-link.active{color:#ef233c;font-weight:700;background-color:#ef233c1a;padding-left:1rem;position:relative;animation:toc-pulse 2s infinite}.tv-toc .tv-toc-link.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--toc-active-color),rgba(var(--toc-active-rgb),.2),var(--toc-active-color));background-size:100% 200%;animation:border-flow 2s linear infinite;border-radius:4px 0 0 4px}.tv-toc .tv-toc-link.parent-active{color:#ef233c;font-weight:500;border-left:2px solid rgba(239,35,60,.5);padding-left:calc(1rem - 2px)}@media(prefers-color-scheme:dark){.tv-toc .tv-toc-link:hover{color:#ef233c}.tv-toc .tv-toc-link.active{color:#ef233c;background-color:#ef233c1a}.tv-toc .tv-toc-link.parent-active{color:#ef233c;border-left-color:#ef233c80}}.tv-toc .tv-toc-sublist-wrapper{overflow:hidden;transition:opacity .3s ease,max-height .3s ease;max-height:1000px;opacity:1}.tv-toc .tv-toc-sublist-wrapper.is-collapsed{max-height:0;opacity:0;margin-bottom:0}.tv-toc .tv-toc-sublist{list-style:none;padding-left:1rem;margin-top:.25rem;margin-bottom:.25rem;border-left:2px solid rgba(0,11,20,.1)}@media(prefers-color-scheme:dark){.tv-toc .tv-toc-sublist{border-left-color:#f4faff1a}}.tv-toc .tv-toc-subitem{margin-bottom:.25rem;position:relative;opacity:0;animation:fadeSlideIn .5s ease forwards}.tv-toc .tv-toc-subitem:nth-child(1){animation-delay:.35s}.tv-toc .tv-toc-subitem:nth-child(2){animation-delay:.4s}.tv-toc .tv-toc-subitem:nth-child(3){animation-delay:.45s}.tv-toc .tv-toc-subitem:nth-child(4){animation-delay:.5s}.tv-toc .tv-toc-subitem:nth-child(5){animation-delay:.55s}.tv-toc .tv-toc-subitem:nth-child(6){animation-delay:.6s}.tv-toc .tv-toc-subitem:nth-child(7){animation-delay:.65s}.tv-toc .tv-toc-subitem:nth-child(8){animation-delay:.7s}.tv-toc .tv-toc-subitem:nth-child(9){animation-delay:.75s}.tv-toc .tv-toc-subitem:nth-child(10){animation-delay:.8s}.tv-toc .tv-toc-sublink{display:block;text-decoration:none;color:inherit;font-size:.9rem;opacity:.8;padding:.4rem .75rem;border-radius:4px;transition:all .3s ease;position:relative}.tv-toc .tv-toc-sublink:hover{opacity:1;color:#ef233c}.tv-toc .tv-toc-sublink.active{opacity:1;color:#ef233c;font-weight:700;background-color:#ef233c1a;padding-left:1rem;position:relative;animation:toc-pulse 2s infinite}.tv-toc .tv-toc-sublink.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--toc-active-color),rgba(var(--toc-active-rgb),.2),var(--toc-active-color));background-size:100% 200%;animation:border-flow 2s linear infinite;border-radius:4px 0 0 4px}@media(prefers-color-scheme:dark){.tv-toc .tv-toc-sublink:hover{color:#ef233c}.tv-toc .tv-toc-sublink.active{color:#ef233c;background-color:#ef233c1a}}.light-mode .tv-toc{background-color:#b9c4df;color:#000b14;--toc-active-rgb: 239, 35, 60;--toc-active-color: #EF233C}.light-mode .tv-toc .tv-toc-link:hover,.light-mode .tv-toc .tv-toc-link.active,.light-mode .tv-toc .tv-toc-link.parent-active{color:#ef233c}.light-mode .tv-toc .tv-toc-link.parent-active{border-left-color:#ef233c80}.light-mode .tv-toc .tv-toc-sublist{border-left-color:#000b141a}.light-mode .tv-toc .tv-toc-sublink:hover,.light-mode .tv-toc .tv-toc-sublink.active{color:#ef233c}.tv-toc-marker{border-left:2px solid var(--tv-toc-active-color, #3b82f6);padding-left:8px;transition:all .2s ease}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes toc-pulse{0%{box-shadow:0 0 rgba(var(--toc-active-rgb),.4)}70%{box-shadow:0 0 0 6px rgba(var(--toc-active-rgb),0)}to{box-shadow:0 0 rgba(var(--toc-active-rgb),0)}}@keyframes border-flow{0%{background-position:0 0}to{background-position:0 200%}}body{background:#161e31;color:#cbd5e1;font-family:Roboto,sans-serif}
|
package/dist/tv-ui.es.js
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
import { TvAlert as m } from "@todovue/tv-alert";
|
|
2
|
-
import { TvAlert as V } from "@todovue/tv-alert";
|
|
2
|
+
import { TvAlert as V, useAlert as W } from "@todovue/tv-alert";
|
|
3
3
|
import { TvArticle as t } from "@todovue/tv-article";
|
|
4
|
-
import { TvArticle as
|
|
4
|
+
import { TvArticle as Y } from "@todovue/tv-article";
|
|
5
5
|
import { TvBreadcrumbs as e } from "@todovue/tv-breadcrumbs";
|
|
6
|
-
import { TvBreadcrumbs as
|
|
6
|
+
import { TvBreadcrumbs as _ } from "@todovue/tv-breadcrumbs";
|
|
7
7
|
import { TvButton as T } from "@todovue/tv-button";
|
|
8
|
-
import { TvButton as
|
|
8
|
+
import { TvButton as oo } from "@todovue/tv-button";
|
|
9
9
|
import { TvCard as f } from "@todovue/tv-card";
|
|
10
|
-
import { TvCard as
|
|
10
|
+
import { TvCard as mo } from "@todovue/tv-card";
|
|
11
11
|
import { TvDemo as p } from "@todovue/tv-demo";
|
|
12
|
-
import { TvDemo as
|
|
12
|
+
import { TvDemo as eo } from "@todovue/tv-demo";
|
|
13
13
|
import { TvFooter as v } from "@todovue/tv-footer";
|
|
14
|
-
import { TvFooter as
|
|
14
|
+
import { TvFooter as fo } from "@todovue/tv-footer";
|
|
15
15
|
import { TvHero as i } from "@todovue/tv-hero";
|
|
16
|
-
import { TvHero as
|
|
16
|
+
import { TvHero as vo } from "@todovue/tv-hero";
|
|
17
17
|
import { TvLabel as a } from "@todovue/tv-label";
|
|
18
|
-
import { TvLabel as
|
|
18
|
+
import { TvLabel as ao } from "@todovue/tv-label";
|
|
19
19
|
import { TvMenu as x } from "@todovue/tv-menu";
|
|
20
|
-
import { TvMenu as
|
|
21
|
-
import { TvModal as
|
|
22
|
-
import { TvModal as
|
|
23
|
-
import { TvPagination as
|
|
24
|
-
import { TvPagination as
|
|
25
|
-
import { TvProgressBar as
|
|
26
|
-
import { TvProgressBar as
|
|
27
|
-
import { TvRelativeTime as
|
|
28
|
-
import { TvRelativeTime as
|
|
29
|
-
import { TvScrollTop as
|
|
30
|
-
import { TvScrollTop as
|
|
31
|
-
import { TvSearch as
|
|
32
|
-
import { TvSearch as
|
|
20
|
+
import { TvMenu as lo } from "@todovue/tv-menu";
|
|
21
|
+
import { TvModal as l } from "@todovue/tv-modal";
|
|
22
|
+
import { TvModal as so } from "@todovue/tv-modal";
|
|
23
|
+
import { TvPagination as n } from "@todovue/tv-pagination";
|
|
24
|
+
import { TvPagination as uo } from "@todovue/tv-pagination";
|
|
25
|
+
import { TvProgressBar as s } from "@todovue/tv-progress-bar";
|
|
26
|
+
import { TvProgressBar as So } from "@todovue/tv-progress-bar";
|
|
27
|
+
import { TvRelativeTime as c } from "@todovue/tv-relative-time";
|
|
28
|
+
import { TvRelativeTime as go } from "@todovue/tv-relative-time";
|
|
29
|
+
import { TvScrollTop as u } from "@todovue/tv-scroll-top";
|
|
30
|
+
import { TvScrollTop as Ao } from "@todovue/tv-scroll-top";
|
|
31
|
+
import { TvSearch as d } from "@todovue/tv-search";
|
|
32
|
+
import { TvSearch as Po } from "@todovue/tv-search";
|
|
33
33
|
import { TvSettings as B } from "@todovue/tv-settings";
|
|
34
|
-
import { TvSettings as
|
|
34
|
+
import { TvSettings as Do } from "@todovue/tv-settings";
|
|
35
35
|
import { TvSidebar as S } from "@todovue/tv-sidebar";
|
|
36
|
-
import { TvSidebar as
|
|
36
|
+
import { TvSidebar as Ho } from "@todovue/tv-sidebar";
|
|
37
37
|
import { TvThemeButton as b } from "@todovue/tv-theme-button";
|
|
38
|
-
import { TvThemeButton as
|
|
38
|
+
import { TvThemeButton as Ro } from "@todovue/tv-theme-button";
|
|
39
39
|
import { TvToc as g } from "@todovue/tv-toc";
|
|
40
|
-
import { TvToc as
|
|
40
|
+
import { TvToc as Uo } from "@todovue/tv-toc";
|
|
41
41
|
const h = [
|
|
42
42
|
m,
|
|
43
43
|
t,
|
|
@@ -49,12 +49,12 @@ const h = [
|
|
|
49
49
|
i,
|
|
50
50
|
a,
|
|
51
51
|
x,
|
|
52
|
-
n,
|
|
53
52
|
l,
|
|
54
|
-
|
|
53
|
+
n,
|
|
55
54
|
s,
|
|
56
|
-
|
|
55
|
+
c,
|
|
57
56
|
u,
|
|
57
|
+
d,
|
|
58
58
|
B,
|
|
59
59
|
S,
|
|
60
60
|
b,
|
|
@@ -68,25 +68,26 @@ const h = [
|
|
|
68
68
|
};
|
|
69
69
|
export {
|
|
70
70
|
V as TvAlert,
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
71
|
+
Y as TvArticle,
|
|
72
|
+
_ as TvBreadcrumbs,
|
|
73
|
+
oo as TvButton,
|
|
74
|
+
mo as TvCard,
|
|
75
|
+
eo as TvDemo,
|
|
76
|
+
fo as TvFooter,
|
|
77
|
+
vo as TvHero,
|
|
78
|
+
ao as TvLabel,
|
|
79
|
+
lo as TvMenu,
|
|
80
|
+
so as TvModal,
|
|
81
|
+
uo as TvPagination,
|
|
82
|
+
So as TvProgressBar,
|
|
83
|
+
go as TvRelativeTime,
|
|
84
|
+
Ao as TvScrollTop,
|
|
85
|
+
Po as TvSearch,
|
|
86
|
+
Do as TvSettings,
|
|
87
|
+
Ho as TvSidebar,
|
|
88
|
+
Ro as TvThemeButton,
|
|
89
|
+
Uo as TvToc,
|
|
90
90
|
N as TvUi,
|
|
91
|
-
N as default
|
|
91
|
+
N as default,
|
|
92
|
+
W as useAlert
|
|
92
93
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"author": "Cristhian Daza",
|
|
5
5
|
"description": "UI component library for TODOvue application",
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"version": "0.1.
|
|
7
|
+
"version": "0.1.2",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"homepage": "https://ui.todovue.blog",
|
|
10
10
|
"repository": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"scripts": {
|
|
56
56
|
"dev": "node scripts/copy-assets.js && vite",
|
|
57
57
|
"build": "vite build",
|
|
58
|
-
"build:demo": "
|
|
58
|
+
"build:demo": "VITE_BUILD_TARGET=demo vite build"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"vue": "^3.5.27"
|
|
@@ -87,6 +87,8 @@
|
|
|
87
87
|
"@todovue/tv-sidebar": "^2.2.2",
|
|
88
88
|
"@todovue/tv-theme-button": "^1.2.1",
|
|
89
89
|
"@todovue/tv-toc": "^1.1.1",
|
|
90
|
+
"highlight.js": "^11.11.1",
|
|
91
|
+
"markdown-it": "^13.0.2",
|
|
90
92
|
"vue-router": "^4.6.4"
|
|
91
93
|
}
|
|
92
94
|
}
|