:root{--bg: #ffffff;--text: #101418;--muted: #5b6774;--panel: #fafafa;--border: #e5e7eb;--accent: #e42b66}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}html,body,#root{height:100%;width:100%}body{margin:0;font-family:Fira code,Fira Mono,Consolas,Menlo,Courier,monospace;font-size:14px;line-height:1.5;background:var(--bg);color:var(--text)}.page{min-height:100%;display:grid;grid-template-rows:auto 1fr auto}.header{padding:20px;border-bottom:1px solid var(--border);background:#fff}.header.bright{background-color:#fff;background-image:radial-gradient(circle,#e5e5e5 1px,transparent 1px),linear-gradient(135deg,#add1ff40,#ffffffe6 40%,#ffc8c859,#ffffffe6 60%,#add1ff40);background-size:24px 24px,200% 100%;background-position:0 0,100% 0;background-repeat:repeat,no-repeat;animation:gradient-move 20s ease-in-out infinite alternate}@keyframes gradient-move{0%{background-position:0 0,100% 0}to{background-position:0 0,0 0}}.header h1{margin:0 0 6px;font-size:36px;font-weight:400;display:flex;width:100%;align-items:center;justify-content:center}.header p{margin:0;color:var(--muted);display:flex;width:100%;align-items:center;justify-content:center}.header__nav{margin-top:12px}.header__menu{display:flex;gap:8px;list-style:none;margin:0;padding:0;justify-content:center}.header__menu-btn{appearance:none;border:1px solid var(--border);background:#fff;color:var(--text);padding:6px 12px;cursor:pointer;font-size:14px;border-radius:6px}.header__menu-btn--playground{border:1px solid #F87171FF;color:#fff;background-color:#f87171;background-size:160% 160%;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.header__menu-btn:hover{border-color:#d1d5db;background-image:linear-gradient(135deg,#d1d5db,#e4e8ed 35%,#d1d5db)}.header__menu-btn--playground:hover{border-color:#ef4444;background-image:linear-gradient(135deg,#fca5a5,#f87171 35%,#dc2626);background-position:100% 50%;box-shadow:0 0 18px #ef4444a6}.header__menu li.active .header__menu-btn{color:#fff;border-color:var(--text);background-color:#111827;background-image:linear-gradient(135deg,#111827 0% 40%,#1e40af40 50%,#111827 60% 100%);background-size:200% 100%;background-position:100% 0;animation:footer-glow 20s ease-in-out infinite alternate}.header__menu li.active .header__menu-btn--playground{border-color:#b91c1c;background-image:linear-gradient(135deg,#fca5a5,#f87171 35%,#dc2626);box-shadow:0 0 20px #f87171b3;animation:none}.container{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.container .playground{width:100%;padding:16px}.container__content{width:940px;max-width:100%;padding:16px}.container_editor_area{tab-size:4ch;max-height:400px;overflow:auto;margin:18px 0}.editor,.container__editor{font-size:12px;font-variant-ligatures:common-ligatures;background-color:var(--bg);border-radius:6px;border:1px solid var(--border);overflow:hidden}.editor.readonly{background-color:var(--panel)}.container__editor textarea{outline:0}.output-wrap{padding:0 16px 20px}.output-wrap h2{font-size:14px;color:var(--muted);font-weight:600}.output{margin:0;background:var(--panel);border:1px solid var(--border);border-radius:6px;padding:16px;color:var(--text);white-space:pre-wrap;font-size:12px;font-variant-ligatures:common-ligatures;tab-size:4ch;overflow:auto}.footer{position:relative;background-color:#111827;color:#e5e7eb;padding:40px 0;background-position:100% 0;animation:footer-glow 20s ease-in-out infinite alternate;--grid-cell: 20px;--grid-color: #111827;--grid-opacity: 1;background-image:linear-gradient(to right,var(--grid-color) 1px,transparent 1px),linear-gradient(to bottom,var(--grid-color) 1px,transparent 1px),linear-gradient(135deg,#111827,#434e71 40%,#77819a,#434e71 60%,#111827);background-size:var(--grid-cell) var(--grid-cell),var(--grid-cell) var(--grid-cell),200% 100%;background-blend-mode:overlay}@keyframes footer-glow{0%{background-position:0 0,0 0,100% 0}to{background-position:0 0,0 0,0 0}}.footer__inner{max-width:1024px;margin:0 auto;padding:0 16px}.footer__grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 640px){.footer__grid{grid-template-columns:repeat(3,1fr)}}.footer__title{font-size:12px;font-weight:600;color:#cbd5e1;margin-bottom:12px;letter-spacing:.02em;text-transform:none}.footer__list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.footer__link{color:#d1d5db;text-decoration:none}.footer__link:hover{color:#fff}.footer__bottom{border-top:1px solid #1f2937;margin-top:32px;padding-top:16px;text-align:center;color:#9ca3af;font-size:12px}.footer__copyright{margin-top:4px}.editor,.editor textarea,.editor pre,.container__editor,.container__editor textarea,.container__editor pre,code,pre{font-family:Fira Mono,Fira Code,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.button{display:inline-block;padding:0 6px;text-decoration:none;background:#000;color:#fff}.button:hover{background:linear-gradient(45deg,#e42b66,#e2433f)}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#90a4ae}.token.punctuation{color:#9e9e9e}.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#e91e63}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#4caf50}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#795548}.token.atrule,.token.attr-value,.token.keyword{color:#3f51b5}.token.function{color:#f44336}.token.important,.token.regex,.token.variable{color:#ff9800}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.example-row{display:flex;gap:16px;align-items:stretch;margin:16px 0 28px;flex-wrap:wrap}.example-row-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.example-row-header h3{font-weight:400}.example-col{flex:1 1 0;min-width:0;display:flex;flex-direction:column}.example-row .container__editor{flex:1 1 auto;height:100%}.example-row .top-row{flex:0 0 100%;width:100%;margin-top:0;display:block}.example-arrow{flex:0 0 auto;display:flex;align-items:center;justify-content:center;color:var(--muted);-webkit-user-select:none;user-select:none}.arrow-glyph{font-size:20px;line-height:1;-webkit-user-select:none;user-select:none;font-weight:400!important}.example-title{margin:0 0 6px;font-size:14px}.example-desc{margin:0 0 10px;color:var(--muted);font-size:12px}.example-desc__paragraph{margin:0 0 8px}.example-desc__paragraph:last-child{margin-bottom:0}.example-desc__line{display:block}.no-wrap{white-space:pre!important;word-break:normal!important;overflow-wrap:normal!important}.playground-row{flex-wrap:nowrap;gap:24px}.playground-col{display:flex;flex-direction:column;min-height:360px}.playground-col-input{flex:2 1 0}.playground-col-output{flex:1 1 0}.playground-editor-shell,.playground-output-shell{display:flex;flex:1 1 auto;padding:0}.playground-editor-shell .cm-editor,.playground-output-shell .cm-editor{width:100%;height:100%;border-radius:6px;font-family:'"Fira Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace';font-size:12px}.playground-editor-shell .cm-editor{background-color:var(--bg)}.playground-output-shell .cm-editor{background-color:var(--panel)}.playground-editor-shell .cm-editor .cm-scroller,.playground-output-shell .cm-editor .cm-scroller{padding:0;overflow:auto}.playground-editor-view{flex:1 1 auto}@media (max-width: 720px){.example-row{flex-direction:column}.example-row .top-row{flex:0 0 auto;width:100%}.example-arrow{min-width:0;padding:0}.arrow-glyph{transform:rotate(90deg)}}
