@charset "UTF-8";@font-face{font-family:nunito;font-weight:300;src:url(/fonts/Nunito/static/Nunito-Light.ttf)}@font-face{font-family:nunito;font-weight:400;src:url(/fonts/Nunito/static/Nunito-Regular.ttf)}@font-face{font-family:nunito;font-weight:700;src:url(/fonts/Nunito/static/Nunito-Bold.ttf)}@font-face{font-family:nunito;font-weight:400;font-style:italic;src:url(/fonts/Nunito/static/Nunito-Italic.ttf)}*{padding:0;margin:0;outline:none;line-height:1em;color:inherit;border:0;box-sizing:border-box;font:inherit}.icon-spin{-webkit-animation:icon-spin 1.5s infinite linear;animation:icon-spin 1.5s infinite linear}.icon-move{-webkit-animation:icon-move 1.5s infinite linear;animation:icon-move 1.5s infinite linear}.icon-on-off{-webkit-animation:icon-onoff 1.5s infinite linear;animation:icon-onoff 1.5s infinite linear}@keyframes icon-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes icon-move{0%{transform:rotate(0) translate(0)}25%{transform:rotate(-10deg) translate(-2px,-1px)}75%{transform:rotate(10deg) translate(2px,-1px)}to{transform:rotate(0) translate(0)}}@keyframes icon-onoff{0%{opacity:1}50%{opacity:0}to{opacity:1}}body .markdown-format h1{font-size:1.8em;border-bottom:1px solid var(--h-border-color);padding-bottom:5px;margin-top:10px}body .markdown-format h2{margin-top:10px;border-bottom:1px dashed var(--h-border-color);padding-bottom:5px}body .markdown-format h3{margin-top:6px;font-size:1.3em}body .markdown-format strong{font-weight:700}body .markdown-format em{font-style:italic}body .markdown-format ol,body .markdown-format ul{padding-left:1.6em;margin:0;display:flex;flex-direction:column;gap:5px}body .markdown-format a{color:var(--h-text-primary-color)}body .markdown-format a.file{background:var(--primary-color);color:var(--on-primary-color)!important;text-decoration:none;padding:2px 5px;border-radius:5px}body .markdown-format a.file:before{content:"📄";margin-right:5px}body .markdown-format.preview a{color:var(--primary-color)}body .markdown-format img,body .markdown-format video{max-width:60%;height:auto;border-radius:5px}body .markdown-format table{border-collapse:separate;border-spacing:0;width:100%;margin:20px 0;border:1px solid var(--h-border-color);border-radius:10px;overflow:hidden}body .markdown-format th,body .markdown-format td{border:solid var(--h-border-color);border-width:0 1px 1px 0;padding:8px;text-align:center}body .markdown-format th:last-child,body .markdown-format td:last-child{border-right:none}body .markdown-format th{font-family:Inter,sans-serif}body .markdown-format tr:last-child td{border-bottom:none}body .markdown-format th{background-color:var(--h-transparent-on-background-lv2);font-weight:700}body .markdown-format tr:nth-child(2n){background-color:var(--h-transparent-on-background)}body .markdown-format code,body .markdown-format pre{border-radius:var(--h-radius-s)}body .markdown-format code:not([class*=language-]){background:var(--h-transparent-on-background-lv2);padding:0 5px}body .markdown-format span.katex,body .markdown-format span.katex *{color:var(--h-text-primary-color)}.L .markdown-format code:not([class*=language-]),.Q .markdown-format code:not([class*=language-]){background:var(--h-transparent-on-primary-lv2)}.markdown-format{word-break:break-word;white-space:pre-line}.custom-c-tooltip{position:fixed;z-index:9999;background:var(--h-transparent-on-background);border:1px solid var(--h-border-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:6px 12px;border-radius:var(--h-radius-s);box-shadow:0 0 5px #0000004d;font-size:.8em;color:var(--on-background-color);white-space:break-spaces;display:flex;gap:var(--marge-s);align-items:center}.custom-c-tooltip>*{font-size:.8em}::-moz-selection{color:var(--on-primary-color);background:var(--primary-color)}::selection{color:var(--on-primary-color);background:var(--primary-color)}.flex{display:flex;flex-direction:row}.flex.column{flex-direction:column}.flex.space-between{justify-content:space-between}.flex.justify-center{justify-content:center}.flex.align-center{align-items:center}.flex.align-end{align-items:end}.flex.nowrap{flex-wrap:nowrap}.flex.wrap{flex-wrap:wrap}.gap-xs{gap:var(--marge-xs)}.gap-s{gap:var(--marge-s)}.gap-m{gap:var(--marge-m)}.gap-l{gap:var(--marge-l)}.gap-xl{gap:var(--marge-xl)}.gap-xxl{gap:var(--marge-xxl)}.text-justify{text-align:justify}.border-radius-s{border-radius:var(--h-radius-s)}.border-radius-l{border-radius:var(--h-radius-l)}.border-radius-xxl{border-radius:1000px}.grid-center{display:grid;place-items:center}.b-shadow-small{box-shadow:0 0 2px #0003}.b-shadow-medium{box-shadow:0 0 6px #0000004d}.b-shadow-large{box-shadow:0 0 8px 2px #0000004d}.scroll{overflow-y:auto}.pointer{cursor:pointer}.full-width{width:100%!important;min-width:0}.nowrap{white-space:nowrap}body div.code-toolbar>.toolbar{top:.6em;right:.4em;display:flex;gap:10px;align-items:center}a.link{color:var(--primary-color)}span.small-label{padding:2px 6px;border-radius:calc(var(--h-radius-s) - 2px);font-size:.9em}.disabled,*:disabled{opacity:.5;pointer-events:none}button.small-btn{background-color:transparent;padding:4px;opacity:1;font-size:1em;color:var(--h-border-color);border:none}button.small-btn.bg-primary{background:var(--primary-color);color:var(--on-primary-color)}button.small-btn:hover{background-color:var(--h-transparent-on-background);color:var(--on-background-color)}body{min-height:100dvh;background-color:var(--primary-color);display:flex;flex-direction:column;color:var(--on-primary-color);font-size:14px}@media (max-width: 750px){body{font-size:12px}}a,div,li,p,span,h1,h2,h3,h4,h5,h6,button,input,select,textarea,label{font-family:nunito,sans-serif;font-weight:400;font-style:normal;font-size:1em;color:inherit}code,code *{font-family:inherit}h1,h2,h3{font-weight:700}h1{font-size:2em}h2{font-size:1.5em}h3{font-size:1.2em}@media (max-width: 1200px){h1{font-size:1.7em}h2{font-size:1.1em}}@media (max-width: 600px){h1{font-size:1.5em}h2{font-size:1.2em}h3,input{font-size:1em}}.shortcut-key{background:#e1e1e1;color:#000;border-radius:3px;padding:2px 4px;font-size:1em!important}.message-ct .A,.message-ct .E,.message-ct .P{align-self:flex-start;border-radius:var(--h-radius-l);color:var(--on-background-color)}.message-ct .A.canceled,.message-ct .E.canceled,.message-ct .P.canceled{background-color:var(--h-transparent-on-primary)}.message-ct .A.E,.message-ct .E.E,.message-ct .P.E{border:1px solid var(--h-error-color);color:var(--on-error-color)}.message-ct .L,.message-ct .Q{align-self:flex-end;background-color:var(--primary-color);border-radius:var(--h-radius-l);color:var(--on-primary-color)}.message-ct .L ::-moz-selection,.message-ct .Q ::-moz-selection{color:#000;background:#fff}.message-ct .L ::selection,.message-ct .Q ::selection{color:#000;background:#fff}.avatar{border-radius:50%;overflow:hidden}.avatar.edit{position:relative;width:80px;height:80px;border:3px solid var(--primary-color);background:#000;cursor:pointer}.avatar.edit img{width:100%;height:100%;position:absolute;top:0;left:0}.avatar.edit .edit{z-index:2;opacity:0}.avatar.edit:hover img{opacity:.5}.avatar.edit:hover .edit{opacity:1}select,input:not([role=combobox]),textarea{border:1px solid var(--h-border-color);border-radius:var(--h-radius-s);padding:7px 10px;background:var(--h-background-variant)}select:focus-visible,input:not([role=combobox]):focus-visible,textarea:focus-visible{border:1px solid var(--primary-color)!important}input[type=date]{color-scheme:var(--theme)}input[type=number]{min-width:50px;width:70px}input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:25px;background:transparent;outline:none;border-radius:20px;opacity:.7;-webkit-transition:.2s;transition:opacity .2s}input[type=range]:hover{opacity:1}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;background:var(--primary-color);cursor:pointer;border-radius:50%}input[type=range]::-moz-range-thumb{width:18px;height:18px;background:var(--primary-color);cursor:pointer;border-radius:50%}hr{border:none}hr.h{border-top:1px solid var(--h-border-color);width:100%}hr.v{border-left:1px solid var(--h-border-color);height:100%}@media (max-width: 750px){hr.v.h-if-small{border-top:1px solid var(--h-border-color);border-left:none;width:100%;height:auto}}@media (max-width: 1000px){.display-only-desktop{display:none!important}}@media (min-width: 1000px){.display-only-mobile{display:none!important}}b{font-weight:700!important;color:var(--h-text-primary-color)!important}em{font-weight:700!important}i{font-style:italic}svg.spin{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{justify-content:center}.connect-pages{padding:10px}.connect-pages div.hidden{display:none}.connect-pages hr{height:350px}.connect-pages section{width:50%}.connect-pages a{color:var(--on-primary-color)}.connect-pages h3{color:#61e38a;font-size:1em}.connect-pages input[type=checkbox]{accent-color:#61e38a}.connect-pages input{background:var(--h-transparent-on-background-lv2)!important;color:var(--on-primary-color)!important}.connect-pages input:focus{background:var(--h-background-variant)!important;color:var(--on-background-color)!important}@media (max-width: 750px){.connect-pages{flex-direction:column;align-items:start!important}.connect-pages hr{width:80%!important}.connect-pages section{width:100%}}.connect-pages .google{gap:14px}.connect-pages .google svg{min-width:20px;min-height:20px;width:20px;height:20px;fill:#fff}
