/*!
 Material Components for the Web
 Copyright (c) 2018 Google Inc.
 License: MIT
*/.mdc-drawer{border-color:#0000001f;background-color:#fff;display:flex;flex-direction:column;flex-shrink:0;box-sizing:border-box;width:256px;max-width:256px;height:100%;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:cubic-bezier(.4,0,.2,1);border-right-width:1px;border-right-style:solid;overflow:hidden;z-index:6}.mdc-drawer .mdc-drawer__title{color:#000000de}.mdc-drawer .mdc-list-group__subheader,.mdc-drawer .mdc-drawer__subtitle,.mdc-drawer .mdc-list-item__graphic{color:#0009}.mdc-drawer .mdc-list-item{color:#000000de}.mdc-drawer .mdc-list-item--activated .mdc-list-item__graphic{color:#6200ee}.mdc-drawer .mdc-list-item--activated{color:#6200eede}.mdc-drawer .mdc-list-item{border-radius:4px}[dir=rtl] .mdc-drawer,.mdc-drawer[dir=rtl]{border-right-width:0;border-left-width:1px;border-right-style:none;border-left-style:solid}.mdc-drawer .mdc-list-item{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.375rem;font-weight:500;letter-spacing:.00714em;text-decoration:inherit;text-transform:inherit;height:40px;margin:8px;padding:0 8px}.mdc-drawer .mdc-list-item:nth-child(1){margin-top:2px}.mdc-drawer .mdc-list-item:nth-last-child(1){margin-bottom:0}.mdc-drawer .mdc-list-group__subheader{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.01786em;text-decoration:inherit;text-transform:inherit;display:block;line-height:normal;margin:0;padding:0 16px}.mdc-drawer .mdc-list-group__subheader:before{display:inline-block;width:0;height:24px;content:"";vertical-align:0}.mdc-drawer .mdc-list-divider{margin:3px 0 4px}.mdc-drawer .mdc-list-item__text,.mdc-drawer .mdc-list-item__graphic{pointer-events:none}.mdc-drawer--open{transition:-webkit-transform .25s 0ms cubic-bezier(.4,0,.2,1);transition:transform .25s 0ms cubic-bezier(.4,0,.2,1);transition:transform .25s 0ms cubic-bezier(.4,0,.2,1),-webkit-transform .25s 0ms cubic-bezier(.4,0,.2,1)}.mdc-drawer--animate{-webkit-transform:translateX(-100%);transform:translate(-100%)}[dir=rtl] .mdc-drawer--animate,.mdc-drawer--animate[dir=rtl]{-webkit-transform:translateX(100%);transform:translate(100%)}.mdc-drawer--opening{-webkit-transform:translateX(0);transform:translate(0);transition-duration:.25s}[dir=rtl] .mdc-drawer--opening,.mdc-drawer--opening[dir=rtl]{-webkit-transform:translateX(0);transform:translate(0)}.mdc-drawer--closing{-webkit-transform:translateX(-100%);transform:translate(-100%);transition-duration:.2s}[dir=rtl] .mdc-drawer--closing,.mdc-drawer--closing[dir=rtl]{-webkit-transform:translateX(100%);transform:translate(100%)}.mdc-drawer__header{flex-shrink:0;box-sizing:border-box;min-height:64px;padding:0 16px 4px}.mdc-drawer__title{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1.25rem;line-height:2rem;font-weight:500;letter-spacing:.0125em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-drawer__title:before{display:inline-block;width:0;height:36px;content:"";vertical-align:0}.mdc-drawer__title:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-drawer__subtitle{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.01786em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal;margin-bottom:0}.mdc-drawer__subtitle:before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-drawer__content{height:100%;overflow-y:auto}.mdc-drawer--dismissible{left:0;right:initial;display:none;position:absolute;top:0}[dir=rtl] .mdc-drawer--dismissible,.mdc-drawer--dismissible[dir=rtl]{left:initial;right:0}.mdc-drawer--dismissible.mdc-drawer--open{display:flex}.mdc-drawer-app-content{margin-left:0;margin-right:0;position:relative}[dir=rtl] .mdc-drawer-app-content,.mdc-drawer-app-content[dir=rtl]{margin-left:0;margin-right:0}.mdc-drawer--open+.mdc-drawer-app-content{margin-left:256px;margin-right:0}[dir=rtl] .mdc-drawer--open+.mdc-drawer-app-content,.mdc-drawer--open+.mdc-drawer-app-content[dir=rtl]{margin-left:0;margin-right:256px}.mdc-drawer--closing+.mdc-drawer-app-content{margin-left:0;margin-right:0}[dir=rtl] .mdc-drawer--closing+.mdc-drawer-app-content,.mdc-drawer--closing+.mdc-drawer-app-content[dir=rtl]{margin-left:0;margin-right:0}.mdc-drawer--modal{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;left:0;right:initial;display:none;position:fixed}.mdc-drawer--modal+.mdc-drawer-scrim{background-color:#00000052}[dir=rtl] .mdc-drawer--modal,.mdc-drawer--modal[dir=rtl]{left:initial;right:0}.mdc-drawer--modal.mdc-drawer--open{display:flex}.mdc-drawer-scrim{display:none;position:fixed;top:0;left:0;width:100%;height:100%;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:5}.mdc-drawer--open+.mdc-drawer-scrim{display:block}.mdc-drawer--animate+.mdc-drawer-scrim{opacity:0}.mdc-drawer--opening+.mdc-drawer-scrim{transition-duration:.25s;opacity:1}.mdc-drawer--closing+.mdc-drawer-scrim{transition-duration:.2s;opacity:0}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000;background-color:#fff;--text-color: #000;--bg-color: #fff;--accent-color: #88e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-width:320px;min-height:100vh;overflow-y:scroll}h1{font-size:3em;line-height:1;margin:0}h2{font-size:2em;line-height:1;margin:0}.fadeIn>*{font-size:1.35em}.title{font-size:2em}p{margin:0}#app{display:flex;flex:1;flex-direction:column;align-items:stretch;max-width:100%}.fb{display:flex;align-items:stretch;justify-content:space-around;flex-direction:column;margin:1em}.start,.justify{justify-content:start}.r{flex-direction:row}.c{flex-direction:column}.f1{flex:1}.f2{flex:2}.f3{flex:3}.f4{flex:4}.fb100{flex-basis:50px}.nomarg{margin:0}.marg20{margin:20px}.mobile{display:none}.max100{max-width:100%}.shadow{text-shadow:1px 2px 0px #88e}.center{text-align:center}.logo{color:#000;text-shadow:1px 2px 0px #88e;transition:text-shadow .25s ease}.logo:hover{text-shadow:2px 4px 2px #88e}.categories{font-weight:700;font-size:1.5em;text-align:center}.navholder{position:fixed;left:0;width:25%}.nav{cursor:pointer;background-color:#000;color:#fff;padding:0 10px;transition:all .5s ease}.nav>h2{word-wrap:break-word}.nav:hover{box-shadow:5px 5px 5px #88e;flex-basis:5em;color:#88e}.navbarHeader,.navbarHeader div{justify-content:center;flex-direction:column;display:flex;padding-top:1em}.navbarOpen{cursor:pointer;background-color:#fff;margin:10px;width:2em;height:2em;text-align:center;border-radius:5px;z-index:1;display:flex;justify-content:center;position:absolute;flex-direction:column}.contentaligned{align-content:start}.card{cursor:pointer;flex-basis:22%;flex-grow:1;flex-shrink:0;height:150px;padding:5px 15px;display:flex;position:relative;flex-direction:column;justify-content:space-around;align-items:stretch;background:#000;color:#fff;box-shadow:0 0 #888;transition:all .5s ease;border:1px white solid}.card:hover{margin:10px;padding:10px 20px;border:transparent;box-shadow:5px 5px 4px #88e}.card:hover .icon{text-shadow:2px 2px 2px #fff}.card:hover .views{text-shadow:2px 2px 2px #88e}.icon{text-align:center;color:#88e;font-size:2em;transition:text-shadow .5s ease}.articleIcon{text-align:center;width:100%;margin-top:10px;font-size:3em;color:#88e;animation:fadeIcon 3s ease}.emptyText{color:#888}.grid{flex-wrap:wrap;flex-direction:row;justify-content:start;align-items:center;row-gap:0px}.search{font-size:1.25em;text-align:center;margin:20px 100px;box-shadow:1px 1px 3px #888;border:1px #888 solid;border-radius:20px;padding:2px 20px;transition:all .5s ease;outline:none}.search:focus{border:1px #88e solid;box-shadow:3px 3px 5px #88e}.search:focus::placeholder{color:#88e}.search::placeholder{color:#888;transition:color .5s ease}@media only screen and (max-height: 625px){.navholder{position:absolute}}@media only screen and (max-width: 768px){.mobile{display:flex}.desktop{display:none}.search{margin:20px}}.fadeIn{margin-top:30px;background-size:100% 225%;background-position:0% 0%;color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(0deg,transparent 0%,transparent 45%,#88e 50%,var(--text-color) 55%,var(--text-color) 100%);display:flex;flex-direction:column;align-items:center}@keyframes gradientFade{0%{background-position:0% 100%}to{background-position:0% 0%}}@keyframes fadeIcon{0%{color:transparent}to{color:#88e}}
