.light-theme .book-shelf-loader__book path:first-child{fill:#75333e}.light-theme .book-shelf-loader__book path:last-child{fill:#9e6770}.light-theme .book-shelf-loader__shelf path:first-child{fill:#ae8280}.light-theme .book-shelf-loader__shelf path:last-child{fill:#855f6d}.dark-theme .book-shelf-loader__book path:first-child{fill:#777374}.dark-theme .book-shelf-loader__book path:last-child{fill:#474243}.dark-theme .book-shelf-loader__shelf path:first-child{fill:#918d8e}.dark-theme .book-shelf-loader__shelf path:last-child{fill:#5f5a5b}.book-shelf-loader__book{animation:book-bounce .8s infinite}.book-shelf-loader__book--two{animation-delay:40ms}.book-shelf-loader__book--three{animation-delay:80ms}.book-shelf-loader__shelf path:first-child{animation:shelf-lift .8s infinite;transform-origin:50% 50%}@keyframes book-bounce{0%{transform:translateY(0)}40%{transform:translateY(-10px)}80%{transform:translateY(0)}to{transform:translateY(0)}}@keyframes shelf-lift{0%{transform:translateY(0) rotate(0)}20%{transform:translateY(-4px) rotate(10deg)}40%{transform:translateY(-4px) rotate(-10deg)}80%{transform:translateY(0)}to{transform:translateY(0)}}.light-theme .main-loader{background-color:#f9f4ef}.dark-theme .main-loader{background-color:#282828}.main-loader{position:absolute;inset:0;z-index:999;display:flex;justify-content:center;align-items:center}.main-loader__book-shelf-icon{height:230px}.light-theme .root-header,.light-theme .root-header-search-bar__toggle{background-color:#f9f4ef}.light-theme .root-header-search-bar__toggle:hover{background-color:#eedfd1}.dark-theme .root-header,.dark-theme .root-header-search-bar__toggle{background-color:#282828}.dark-theme .root-header-search-bar__toggle:hover{background-color:#3b3b3b}.root-header{z-index:5;position:sticky;top:0;display:flex;align-items:center;height:5.5rem;box-shadow:0 3px 6px #00000029,0 0 #0000}.root-header__dropdown-menu{right:0;top:110%}.dark-theme .root-footer{background-color:#282828}.light-theme .root-footer{background-color:#5d564b;color:#fff}.root-footer{padding:20px}.root-footer__content{display:flex;flex-direction:column;align-items:center;font-family:"Source Sans 3",sans-serif}.root-footer__logo{height:3rem}.root-footer__nav{width:100%;max-width:700px}.root-footer__section h2{margin-top:20px;text-align:center;font-weight:500;font-size:1.8rem;text-decoration:underline 3px;text-underline-offset:5px}.root-footer__section ul{display:flex;flex-flow:wrap column;align-items:center;max-height:350px;max-width:350px;margin:10px auto 0}.root-footer__section a{display:block;margin:5px 0;font-weight:300;font-size:1.7rem}.root-footer__copyright{display:block;text-align:center;font:300 1.5rem Merriweather Sans,sans-serif;padding-top:15px;margin-top:15px;border-top:1px solid}.root-footer__copyright a{margin:5px}.root-footer__copyright a:hover{text-decoration:underline;text-underline-offset:5px}@media(min-width:720px){.root-footer__content{flex-direction:row;justify-content:center;gap:5%}.root-footer__logo{height:5rem}.root-footer__nav{width:65%}.root-footer__section h2{text-align:left}.root-footer__section ul{max-height:200px;align-items:flex-start;max-width:initial}}.light-theme .toast-notification__toast--error{background-color:#c00}.light-theme .toast-notification__toast--info{background-color:#3498db}.light-theme .toast-notification__toast--success{background-color:#2e7d32}.light-theme .toast-notification__toast--warning{background-color:#ed6c02}.dark-theme .toast-notification__toast--error{background-color:#c00}.dark-theme .toast-notification__toast--info{background-color:#0288d1}.dark-theme .toast-notification__toast--success{background-color:#388e3c}.dark-theme .toast-notification__toast--warning{background-color:#f57c00}.toast-notification{min-height:64px;max-height:800px;min-width:300px;max-width:300px;transition:max-height .25s ease-out,min-height .25s ease-out,height .25s ease-out,opacity .3s cubic-bezier(.215,.61,.355,1),transform .3s cubic-bezier(.215,.61,.355,1);transform-origin:right center}.toast-notification--hidden{transform:translate3d(100%,0,0);opacity:0}.toast-notification--shrink{max-height:0;min-height:0;height:0}.toast-notification__toast{position:relative;width:100%;height:100%;display:flex;align-items:center;color:#fff;overflow-wrap:break-word;padding:20px;margin-bottom:1rem;box-sizing:border-box;box-shadow:0 4px 12px #0000001a;border-radius:6px;touch-action:none;transition:transform .2s,opacity .2s}.toast-notification__progress-bar{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff80}.toast-notification__progress-bar div{width:100%;height:100%;background-color:#fffc;transform-origin:left;animation:track-progress linear 1 forwards}.toast-notification .success-icon,.toast-notification .info-icon,.toast-notification .error-icon,.toast-notification .warning-icon{display:flex;margin-inline-end:10px;width:22px;flex-shrink:0}.toast-notification__message{font:400 1.65rem "Source Sans 3",sans-serif}.toast-notification__close-btn{position:absolute;top:6px;right:6px;font-size:1.5rem}@keyframes track-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.toast-notification-manager{position:fixed;top:20px;right:10px;z-index:9999;display:flex;flex-direction:column;align-items:end;width:fit-content;box-sizing:border-box}.light-theme .alert-banner--error{background-color:#c00}.light-theme .alert-banner--info{background-color:#3498db}.light-theme .alert-banner--success{background-color:#2e7d32}.light-theme .alert-banner--warning{background-color:#ed6c02}.dark-theme .alert-banner--error{background-color:#c00}.dark-theme .alert-banner--info{background-color:#0288d1}.dark-theme .alert-banner--success{background-color:#388e3c}.dark-theme .alert-banner--warning{background-color:#f57c00}.alert-banner{padding:8px 35px;color:#fff;display:flex;align-items:center;justify-content:center;font:500 1.65rem "Source Sans 3",sans-serif;text-align:center;transform-origin:top center;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:opacity,transform;transition-duration:.13s,65ms}.alert-banner__close-btn{position:absolute;right:13px}.alert-banner--hidden{transform:scaleY(.9);opacity:0}.alert-banner-manager{position:sticky;z-index:2;top:5.5rem}html,body,h1,h2,h3,h4,h5,h6,p,ol,ul,li,pre,code,address,form,fieldset,blockquote,legend{padding:0;margin:0;font-size:62.5%;font-weight:400;color-scheme:light dark}table{border-collapse:collapse;border-spacing:0}td,th,caption{font-weight:400;text-align:left}img,fieldset{border:0}fieldset{min-width:0}ol{padding-left:1.4em;list-style:decimal}ul{padding-left:1.4em;list-style:square}q:before,q:after{content:""}summary{display:block;cursor:pointer;list-style:none;counter-increment:none}details{height:fit-content;width:fit-content}textarea{resize:none}@font-face{font-display:swap;font-family:Merriweather Sans;font-style:normal;font-weight:300;src:url(/fonts/Merriweather_Sans/merriweather-sans-v26-latin-300.woff2) format("woff2")}@font-face{font-display:swap;font-family:Merriweather Sans;font-style:normal;font-weight:400;src:url(/fonts/Merriweather_Sans/merriweather-sans-v26-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Merriweather Sans;font-style:normal;font-weight:500;src:url(/fonts/Merriweather_Sans/merriweather-sans-v26-latin-500.woff2) format("woff2")}@font-face{font-display:swap;font-family:Merriweather Sans;font-style:normal;font-weight:600;src:url(/fonts/Merriweather_Sans/merriweather-sans-v26-latin-600.woff2) format("woff2")}@font-face{font-display:swap;font-family:Merriweather Sans;font-style:normal;font-weight:700;src:url(/fonts/Merriweather_Sans/merriweather-sans-v26-latin-700.woff2) format("woff2")}@font-face{font-display:swap;font-family:Merriweather Sans;font-style:normal;font-weight:800;src:url(/fonts/Merriweather_Sans/merriweather-sans-v26-latin-800.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Source Sans 3";font-style:normal;font-weight:300;src:url(/fonts/Source_Sans_3/source-sans-3-v9-latin-300.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Source Sans 3";font-style:normal;font-weight:400;src:url(/fonts/Source_Sans_3/source-sans-3-v9-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Source Sans 3";font-style:normal;font-weight:500;src:url(/fonts/Source_Sans_3/source-sans-3-v9-latin-500.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Source Sans 3";font-style:normal;font-weight:600;src:url(/fonts/Source_Sans_3/source-sans-3-v9-latin-600.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Source Sans 3";font-style:normal;font-weight:700;src:url(/fonts/Source_Sans_3/source-sans-3-v9-latin-700.woff2) format("woff2")}.light-theme{background-color:#f5f5f5;color:#222}.dark-theme{background-color:#181818;color:#fff}body{font-family:"Source Sans 3",system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{min-height:100vh;height:100%;display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:100%}.page-container{padding:20px 0 30px}button{border:none;background-color:transparent;color:currentcolor;cursor:pointer;padding:0;font:inherit}button:disabled,button[disabled]{cursor:default;opacity:.8}ul,li{list-style:none;padding:0}a{text-decoration:none;color:currentcolor;cursor:pointer}
