*{margin:0;padding:0;border:none;outline:none;text-decoration:none;box-sizing:border-box}body{width:100%;height:100vh}#root{width:100%;height:100%;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{font-size:30px;text-align:center;position:relative}h1:before,main h3:before{content:"";position:absolute;height:2px;bottom:-.125rem}h1:before{left:0;width:100%;background:var(--main-color)}h2{color:var(--main-color)}button{color:var(--font-color)}main h3{width:fit-content;position:relative;margin-bottom:.5rem}main h3:before{left:-1rem;width:calc(100% + 4rem);background:linear-gradient(90deg,var(--main-color) 80%,var(--bg-color))}main a{color:var(--font-color-link)}.base{color:var(--font-color)}::selection{background:var(--main-color-soft);text-shadow:0 0 4px var(--bg-color)}::-moz-selection{background:var(--main-color-soft);text-shadow:0 0 4px var(--bg-color)}:root{--font-color: #222;--font-color-link: #5050ff;--font-color-soft: #444;--icon-color: #666;--bg: #d3cde7;--bg-color: #fff8f7;--bg-color-soft: #aca6cc;--bg-color-tag: #cecbff;--bg-color-tag-dark: #a2a1b4;--bg-color-tag-light: #e4e2ff;--box-shadow-tag-hover: 0 0 1px 1px #c2c2d8;--bg-color-button-red: #ff6a6a;--footer-borders: #3e3e4680;--main-color: #6F2CE3;--main-color-soft: #ae8ded;--main-color-medium: #ae8ded;--green-tree: #87ff91}[data-theme=dark]{--font-color: #ffffffde;--font-color-link: #9e9eff;--font-color-soft: #888;--icon-color: #bbb;--bg: #02000b;--bg-color: #13131a;--bg-color-soft: #2D2B37;--bg-color-tag: #1e1d28;--bg-color-tag-dark: #26252e79;--bg-color-tag-light: #32303d;--box-shadow-tag-hover: 0 0 1px 1px #383844;--bg-color-button-red: #ff4141;--footer-borders: #b4b4c880;--bg-color-warm: #161618;--bg-color-tag-warm: #26252E;--main-color: #6F2CE3;--main-color-soft: #2F145E;--main-color-medium: #341668;--green-tree: #0d3e11}[data-theme=pinky]{--font-color: #222;--font-color-link: #5050ff;--font-color-soft: #444;--icon-color: #666;--bg: #ffd9df;--bg-color: #fff8f7;--bg-color-soft: #aca6cc;--bg-color-tag: #ffe1e5;--bg-color-tag-dark: #e8aefe;--bg-color-tag-light: #f4edf2;--box-shadow-tag-hover: 0 0 1px 1px #c8c8de;--bg-color-button-red: #ff6a6a;--footer-borders: #3e3e4680;--main-color: #ff89ee;--main-color-soft: #ffd0d7;--main-color-medium: #ffcdd8;--green-tree: #a3f8aa}.mainLayout{width:100%;height:100%;background:var(--bg);overflow-y:scroll;scrollbar-gutter:auto;position:relative}.mainLayout main{width:100%;height:fit-content;min-height:calc(100dvh - 3rem);display:flex;justify-content:center}.mainContent{width:100%;min-height:100%;max-width:800px;padding:2rem 1rem;background:linear-gradient(var(--bg-color) 95%,var(--bg));border-width:0 2px}header{z-index:9;position:sticky;top:0;width:100%;height:3rem;display:flex;justify-content:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);-webkit-user-select:none;user-select:none;overflow:hidden;transition:height .2s ease-in-out}.headerContent{width:100%;height:100%;max-width:1080px;padding:.5rem 1rem;display:grid;grid-template-areas:"logo nav menu";grid-template-rows:100%;justify-content:space-between;gap:1rem}header .logo{grid-area:logo;height:2rem;display:flex;align-items:center;gap:.5rem}header .logo img{height:2rem;aspect-ratio:1 / 1}header .logo img.dark{filter:invert(1)}header nav{grid-area:nav;display:flex}header nav a{height:100%;padding:0 .75rem;display:grid;place-items:center;border-radius:.5rem;color:var(--font-color);text-transform:capitalize;transition:all .2s}header button.menu{grid-area:menu;height:100%;aspect-ratio:1 / 1;border-radius:.5rem;background:transparent}header button.menu svg{width:1.125rem;height:1.125rem}header nav a:hover,header button.menu:hover{background:var(--bg-color-tag);cursor:pointer}@media (max-width: 768px){header.withNav{height:6rem}header.withNav .headerContent{grid-template-areas:"logo menu" "nav nav";grid-template-rows:repeat(2,calc(50% - .25rem));row-gap:.5rem}header.withNav nav{justify-self:center}header.withNav nav a{padding:0 .5rem}header.withNav button.menu{justify-self:end}}.center{display:flex;align-items:center;justify-content:center}footer{width:100%;flex-direction:column;background:var(--bg);padding:0 2rem;overflow:hidden}footer .heading,footer .info,footer .bottom{width:100%;padding:.5rem;display:flex}footer hr{width:100%;height:1px;background:var(--footer-borders)}footer .heading{color:var(--font-color-soft);align-items:center;gap:.5rem}footer .info{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-template-areas:"time credits tech" "auth credits tech";gap:.5rem}footer .info a:hover{text-decoration:underline}footer .info h3:not(:first-child){margin-top:.5rem}footer .info .group{flex-direction:column;justify-content:start;align-items:start}footer .info .time{grid-area:time}footer .info .author{grid-area:auth}footer .info .credits{grid-area:credits}footer .info .tech{grid-area:tech}footer .info .author p{font-weight:500}footer .info h3,footer .info p,footer .info a,footer .bottom h3,footer .bottom p,footer .bottom a{font-size:.8rem}footer .info p,footer .info a,footer .bottom p,footer .bottom a{color:var(--font-color-soft)}footer .info .svgRow,footer .bottom .svgRow{width:fit-content;display:flex;gap:.25rem}footer .info .svgRow svg,footer .bottom .svgRow svg{width:1.25rem;height:1.25rem;color:var(--font-color-soft)}footer .bottom{justify-content:space-between;overflow:visible}footer .bottom .license{position:relative}footer .bottom .license svg:first-child{z-index:2;width:2rem;height:2rem;border-radius:50%;box-shadow:0 0 0 .25rem var(--bg);background:var(--bg)}footer .bottom .license:after{content:"License";color:var(--font-color-soft);text-align:end;display:flex;justify-content:end;align-items:center;padding:0 .5rem;width:100%;height:1.25rem;position:absolute;left:-.5rem;top:calc(100% - .5rem);background:var(--main-color-soft);border-radius:.5rem .5rem 0 0}footer .bottom .ubic{width:fit-content;height:fit-content;display:flex;justify-content:end}footer .bottom .ubic p{padding:0 .5rem}footer .bottom .ubic p:first-child{border-right:1px solid var(--font-color-soft)}@media (max-width: 600px){footer .info{grid-template-areas:"time auth" "credits tech"}}aside{z-index:11;position:fixed;top:0;right:-12rem;width:12rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;background:var(--bg-color);transition:right .3s ease-in-out;padding:3rem 1rem;border-left:1px solid var(--main-color)}.opened{right:0;box-shadow:0 0 1500px 1500px #00000065}aside .close{position:absolute;top:.75rem;right:1rem;width:1.5rem;height:1.5rem;cursor:pointer}aside a,aside button{width:100%;height:2.5rem;display:flex;align-items:center;gap:.5rem;color:var(--font-color);font-size:1rem;font-weight:400;text-transform:capitalize;border-radius:.5rem;padding:0 1rem;background:transparent;transition:background .1s;cursor:pointer}aside a svg,aside button svg,aside button img{width:1em;height:1em;color:var(--font-color-soft)}aside a:hover,aside button:hover{background:var(--bg-color-tag)}aside .btnContainer{position:relative}hr{width:calc(100% - 1rem);height:1px;margin:0 .5rem;background:var(--main-color)}.closeSidebar{z-index:11;position:fixed;top:0;left:0;width:calc(100% - 12rem);height:100%;transition:all .2s}._selectorPanel_1u12z_1{width:10rem;position:absolute;right:calc(100% + .5rem);top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:.5rem;padding:.5rem 0 .5rem .5rem;border-radius:.5rem 0 0 .5rem;background:var(--bg-color);border:1px solid var(--main-color);border-right:0;animation:_appearence_1u12z_1 .2s}@keyframes _appearence_1u12z_1{0%{opacity:0}to{opacity:1}}._selectorPanel_1u12z_1 ._conector_1u12z_49{width:1rem;height:100%;position:absolute;right:-.5rem;top:0}._selectorPanel_1u12z_1 ._option_1u12z_63{z-index:10;width:100%;height:2.5rem;display:flex;flex-direction:column;border-radius:.5rem;background:var(--bg-color-tag);position:relative;padding:.5rem;cursor:pointer}._selectorPanel_1u12z_1 ._option_1u12z_63 ._desc_1u12z_87,._selectorPanel_1u12z_1 ._option_1u12z_63 ._value_1u12z_89{width:100%;text-align:start;text-transform:uppercase}._selectorPanel_1u12z_1 ._option_1u12z_63 ._desc_1u12z_87{font-size:10px;color:var(--font-color-soft);position:absolute;top:.25rem;left:.5rem}._selectorPanel_1u12z_1 ._option_1u12z_63 ._value_1u12z_89{font-size:1rem;height:100%;display:flex;align-items:center;gap:.5rem}._selectorPanel_1u12z_1 ._option_1u12z_63 ._value_1u12z_89:nth-child(1){color:var(--font-color-soft);transition:all .2s}._selectorPanel_1u12z_1 ._option_1u12z_63._selected_1u12z_135 ._value_1u12z_89{color:var(--font-color)}._selectorPanel_1u12z_1 ._option_1u12z_63:hover ._value_1u12z_89:nth-child(1){color:var(--font-color)}._selectorPanel_1u12z_1 ._option_1u12z_63 ._value_1u12z_89:nth-child(2){padding:.75rem 0 0 .5rem}._selectorPanel_1u12z_1 ._option_1u12z_63 ._value_1u12z_89 img{height:100%;aspect-ratio:1 / 1;border-radius:.5rem}._selectorPanel_1u12z_1 ._option_1u12z_63 ._value_1u12z_89 span{justify-content:start}._selectorPanel_1u12z_1 ._option_1u12z_63 ._preview_1u12z_169{height:calc(100% - 1rem);aspect-ratio:3 / 2;top:.5rem;right:0;padding:2px 0 2px 6px;background:var(--bg-color);position:absolute}._selectorPanel_1u12z_1 ._option_1u12z_63 ._preview_1u12z_169,._selectorPanel_1u12z_1 ._option_1u12z_63 ._preview_1u12z_169 div{clip-path:polygon(0 0,100% 0,100% 100%,40% 100%)}._selectorPanel_1u12z_1 ._option_1u12z_63 ._preview_1u12z_169 div{position:relative;content:"";width:100%;height:100%;display:block}._selectorPanel_1u12z_1 ._option_1u12z_63:hover{box-shadow:var(--box-shadow-tag-hover)}._selectorPanel_1u12z_1 ._option_1u12z_63._selected_1u12z_135:before{content:"";width:4px;height:calc(100% - 1rem);border-radius:0 4px 4px 0;background:var(--main-color);position:absolute;top:.5rem;left:0}._selectorPanel_1u12z_1:after,._selectorPanel_1u12z_1:before{content:"";width:1rem;height:1rem;background:transparent;border:1px solid var(--main-color);position:absolute;right:.5rem}._selectorPanel_1u12z_1:before{bottom:calc(-1rem - 1px);border-width:1px 1px 0 0;border-top-right-radius:.5rem;box-shadow:.5rem -.5rem 0 .5rem var(--bg-color)}._selectorPanel_1u12z_1:after{top:calc(-1rem - 1px);border-width:0 1px 1px 0;border-bottom-right-radius:.5rem;box-shadow:.5rem .5rem 0 .5rem var(--bg-color)}._heading_1nhu6_1{font-size:2.25em;color:var(--font-color);position:relative}._heading_1nhu6_1:after,._heading_1nhu6_1:before{content:"";position:absolute;left:5%;width:90%;height:2px;background:var(--font-color-soft);animation:_init_1nhu6_1 ease-in-out .4s}._heading_1nhu6_1:before{top:0}._heading_1nhu6_1:after{bottom:-.125em}@keyframes _init_1nhu6_1{0%{width:10%}to{width:90%}}@media (max-width: 530px){._heading_1nhu6_1{font-size:1.675em}}._bento_17562_1{width:100%;max-width:600px;justify-self:center;aspect-ratio:2 / 1;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:.75rem;margin-bottom:.75rem}._bento_17562_1 article{display:flex;align-items:center;justify-content:center;text-align:center;background:var(--bg-color-tag);overflow:hidden}._bento_17562_1 article img{width:100%;height:100%;object-position:center;object-fit:cover;-webkit-user-select:none;user-select:none}._bento_17562_1 :nth-child(1){grid-column:span 4;grid-row:span 2}._bento_17562_1._slots_2_17562_63 :nth-child(1){grid-column:span 3;grid-row:span 2}._bento_17562_1._slots_2_17562_63 :nth-child(2){grid-column:span 1;grid-row:span 2}._bento_17562_1._slots_3_17562_81 :nth-child(1){grid-column:span 1;grid-row:span 1}._bento_17562_1._slots_3_17562_81 :nth-child(2){grid-column:span 3;grid-row:span 2}._bento_17562_1._slots_3_17562_81 :nth-child(3){grid-column:span 1;grid-row:span 1}._bento_17562_1._slots_4_17562_107 :nth-child(1){grid-column:span 2;grid-row:span 2}._bento_17562_1._slots_4_17562_107 :nth-child(2){grid-column:span 2;grid-row:span 1}._bento_17562_1._slots_4_17562_107 :nth-child(3){grid-column:span 1;grid-row:span 1}._bento_17562_1._slots_4_17562_107 :nth-child(4){grid-column:span 1;grid-row:span 1}._bento_17562_1._slots_5_17562_141{aspect-ratio:4 / 3;grid-template-rows:repeat(3,1fr)}._bento_17562_1._slots_5_17562_141 :nth-child(1){grid-column:span 2;grid-row:span 1}._bento_17562_1._slots_5_17562_141 :nth-child(2){grid-column:span 2;grid-row:span 2}._bento_17562_1._slots_5_17562_141 :nth-child(3){grid-column:span 2;grid-row:span 2}._bento_17562_1._slots_5_17562_141 :nth-child(4){grid-column:span 1;grid-row:span 1}._bento_17562_1._slots_5_17562_141 :nth-child(5){grid-column:span 1;grid-row:span 1}._bento_17562_1._slots_5_17562_141 article a{width:100%;height:100%;color:var(--font-color-soft);display:grid;place-items:center;font-size:1.5rem;position:relative;background:var(--bg-color)}._bento_17562_1._slots_5_17562_141 article a img{opacity:.4}._bento_17562_1._slots_5_17562_141 article svg{z-index:2;position:absolute;transition:padding .2s}._bento_17562_1._slots_5_17562_141 article:hover svg{padding-left:1rem}._error_jq2gq_1{width:100%;height:100%;display:grid;place-items:center;text-align:center;background:var(--bg-color);color:var(--font-color)}._errorDialog_jq2gq_19{display:flex;flex-direction:column;font-size:1.5rem}._errorDialog_jq2gq_19 a{font-size:1rem;font-weight:500;color:var(--bg-color);background:var(--main-color);padding:.125rem .25rem;border-radius:.25rem;margin-top:.5rem}._errorNro_jq2gq_47{color:var(--main-color)}.loadingContainer{width:100%;height:100%;display:grid;place-items:center;padding:.5rem}.loading{width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;position:relative}.loading svg{width:100%;height:100%;border-radius:50%}.loading svg circle{width:100%;height:100%;fill:none;stroke:var(--bg);stroke-width:.75rem;stroke-dasharray:100 100;transform:rotate(-90deg);transform-origin:50%}.loading svg circle:nth-child(2){stroke:var(--main-color);stroke-width:.5rem;animation:loadingAnimation 1.25s linear infinite}@keyframes loadingAnimation{0%{transform:rotate(0);stroke-dashoffset:85}75%{transform:rotate(270deg);stroke-dashoffset:70}to{transform:rotate(360deg);stroke-dashoffset:85}}
