body{font-family:monospace;margin:0;padding:0}body div#root{background:var(--background);bottom:0;color:var(--text-color);display:flex;flex-direction:column;left:0;padding:10px;position:fixed;right:0;top:0;transition:var(--theme-transition)}body div#root>div.header{border-radius:5px;display:flex;flex-direction:column;padding:10px 15px}body div#root>div.header>div{display:flex}body div#root>div.header>div>div{align-items:center;display:flex;flex:1}body div#root>div.header>div>div:last-child{justify-content:flex-end}body div#root>div.header>div>div>span.title{font-size:1.5em;margin-right:20px}body div#root>div.header>div>div>button{align-items:center;background:none;border:none;border-radius:5px;display:flex;padding:5px}body div#root>div.header>div>div>button:hover{background-color:var(--background-button-hover)}body div#root>div.header>div>div>button>svg.github{fill:var(--text-color);transition:var(--theme-transition)}body div#root>div.header>p{text-align:justify}body div#root>div.header>p>a{color:var(--text-color-link);text-decoration:none}body div#root>div.header>p>a:hover{text-decoration:underline}body div#root>div.header>p>a:active{color:var(--text-color-link-active)}body div#root>div.input{border-radius:5px;box-shadow:0 0 5px 0 var(--shadow-color);display:flex;flex:1 1 1px;flex-direction:column;margin:10px 0 0;overflow:hidden;padding:10px}body div#root>div.input:focus-within{box-shadow:0 0 5px 0 var(--shadow-color-active)}body div#root>div.input.no-legend{padding:10px}body div#root>div.input>div.title{font-weight:700;margin:5px;padding-bottom:10px}body div#root>div.input>textarea{background-color:var(--background);border:none;color:var(--text-color);flex:1 1 1px;resize:none;transition:var(--theme-transition)}body div#root>div.input>textarea:focus{outline:none}body div#root>table{--border-color:var(--border-color);border:none;border-collapse:collapse;border-radius:5px;box-shadow:0 0 5px 0 var(--shadow-color);flex:1 1 1px;margin:10px 0 0;overflow:hidden;padding:10px}body div#root>table,body div#root>table>tbody,body div#root>table>thead{display:flex;flex-direction:column}body div#root>table>tbody>tr,body div#root>table>thead>tr{display:flex;flex-direction:row}body div#root>table>tbody>tr>td,body div#root>table>tbody>tr>th,body div#root>table>thead>tr>td,body div#root>table>thead>tr>th{padding:10px 15px}body div#root>table>tbody>tr>td.word,body div#root>table>tbody>tr>th.word,body div#root>table>thead>tr>td.word,body div#root>table>thead>tr>th.word{flex:2}body div#root>table>tbody>tr>td.tag,body div#root>table>tbody>tr>th.tag,body div#root>table>thead>tr>td.tag,body div#root>table>thead>tr>th.tag{width:50px}body div#root>table>tbody>tr>td.description,body div#root>table>tbody>tr>th.description,body div#root>table>thead>tr>td.description,body div#root>table>thead>tr>th.description{flex:1}body div#root>table>thead>tr{border-bottom:2px solid var(--border-color)}body div#root>table>thead>tr>th{font-weight:700;padding-bottom:15px;text-align:left}body div#root>table>tbody{flex:1 1 1px;overflow:overlay}body div#root>table>tbody>tr{border-bottom:1px solid var(--border-color)}body div#root>table>tbody>tr:nth-child(2n){background-color:var(--alternate-row-color);transition:var(--theme-transition)}::-webkit-scrollbar{height:10px;width:8px}::-webkit-scrollbar-thumb{background:#c2c9d2;border-radius:8px}div#root{--transition-time:0.5s;--theme-transition:background var(--transition-time),color var(--transition-time),box-shadow var(--transition-time),fill var(--transition-time)}div#root.light{--background:#fff;--background-button-hover:#c7e8fc;--border-color:#ccc;--text-color:#000;--text-color-link:#00f;--text-color-link-active:red;--alternate-row-color:#eee;--shadow-color:#ccc;--shadow-color-active:#6363ff;--slider-button-background:#fff}div#root.dark{--background:#1d1d1d;--background-button-hover:#414141;--border-color:#3c3c3c;--text-color:#fff;--text-color-link:#7676ff;--text-color-link-active:#c54e4e;--alternate-row-color:#313131;--shadow-color:#444;--shadow-color-active:#323281;--slider-button-background:#474747}label.switch{--checked-color:#666;--height:34px;--width:60px;-webkit-tap-highlight-color:transparent;display:inline-block;height:var(--height);margin-left:10px;position:relative;user-select:none;width:var(--width)}label.switch>span.slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}label.switch>span.slider:before{background-color:var(--slider-button-background);bottom:4px;content:"";height:26px;left:4px;position:absolute;transition:.4s;width:26px}label.switch>span.slider.round{border-radius:34px}label.switch>span.slider.round:before{border-radius:50%}label.switch>span.slider>svg{fill:var(--text-color);bottom:2px;height:26px;left:4px;position:absolute;transition:.4s;width:26px}label.switch>span.slider>svg.cloud,label.switch>span.slider>svg.stars{fill:#fff;bottom:8px;height:20px;left:33px;width:20px}label.switch>span.slider>svg.moon,label.switch>span.slider>svg.stars{opacity:0}label.switch>span.slider>svg.sun{opacity:1}label.switch>input{height:0;opacity:0;width:0}label.switch>input:focus+span.slider{box-shadow:0 0 1px var(--checked-color)}label.switch>input:checked+span.slider{background-color:var(--checked-color)}label.switch>input:checked+span.slider:before,label.switch>input:checked+span.slider>svg{transform:translateX(26px)}label.switch>input:checked+span.slider>svg.moon{opacity:1}label.switch>input:checked+span.slider>svg.sun{opacity:0}label.switch>input:checked+span.slider>svg.cloud{left:-20px;opacity:0}label.switch>input:checked+span.slider>svg.stars{left:-20px;opacity:1}
/*# sourceMappingURL=index.ab6bf591.css.map */
