:root{font-family:Helvetica,Arial,sans-serif,system-ui,Avenir;line-height:1.5;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--blue-highlight: #4487dc;--light-white-bg: #eceded;--off-white: #e0e0e0;--off-black: #202124;--dark-bg: var(--off-black);--dark-text: var(--off-white);--dark-highlight: var(--blue-highlight);--dark-highlight-text: white;--dark-backdrop: black;--dark-button: var(--off-black);--dark-button-active: var(--blue-highlight);--light-text: var(--off-black);--light-bg: var(--light-white-bg);--light-highlight: var(--blue-highlight);--light-highlight-text: white;--light-backdrop: #c9cbcb;--light-button: var(--light-white-bg);--light-button-active: var(--blue-highlight);--author-color: #b10b0b;--bib-color: #0c640c;--author-color-dark: #f45757;--bib-color-dark: #3dd171;--ref-color: #9407b0;--ref-color-dark: darkorange;--gloss-color: black;--foreign-color: blue;--quote-color: blue;--foreign-color-dark: #03a5fc;--quote-color-dark: #03a5fc;--attr-color: blue;--attr-color-dark: #03a5fc;--author-weight: normal;--bib-weight: normal;--ref-weight: normal;--gloss-weight: bold;--foreign-weight: normal;--quote-weight: normal}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}@font-face{font-family:WebNewAthenaUnicode;src:local("NewAthenaUnicode"),url(/static/assets/newathu5_8_v2-CzDtu4x7.woff2) format("woff2"),url(/static/assets/newathu5_8_v2-SpAj_jIQ.woff) format("woff"),url(/static/assets/newathu5_8_v2-CF7U69jB.ttf) format("ttf")}input[type=radio],.dark input[type=radio]{accent-color:var(--blue-highlight)}*:focus{outline:1px dotted black}.dark *:focus{outline:1px dotted white}.philobuttons{display:flex;margin:15px;height:26px}.philobuttons input[type=radio]{opacity:0;position:fixed;width:0}.philobuttons label{flex:1;flex-basis:auto;font-family:helvetica,arial,sans-serif;font-size:11pt;border-radius:4px;text-align:center;background-color:var(--light-button);color:var(--light-text);cursor:pointer;margin:0 4px;padding-top:2px}.dark .philobuttons label{background-color:var(--dark-button);color:var(--dark-text)}.philobuttons input[type=radio]:checked+label{background-color:var(--light-button-active);color:var(--dark-text)}.dark .philobuttons input[type=radio]:checked+label{background-color:var(--dark-button-active);color:var(--dark-text)}.philolistcontainer{position:absolute;top:10px;left:10px;bottom:10px;background-color:var(--light-bg);margin:0;border-radius:14px;width:280px}.dark .philolistcontainer{background-color:var(--dark-bg)}.philolist{top:10px;left:10px;right:20px;margin:0;background-color:var(--light-bg);color:var(--light-text)}.dark .philolist{color:var(--dark-text);background-color:var(--dark-bg)}.philorow{text-align:left;padding-left:10px;box-sizing:border-box;line-height:2.5}.selectedrow{background-color:var(--light-highlight);color:var(--light-highlight-text);border-radius:8px}.dark .selectedrow{color:var(--dark-highlight-text);background-color:var(--dark-highlight)}.philosearch{position:relative;top:0;left:20px;border:2px solid var(--light-text);border-radius:14px;height:36px;padding:4px 10px 6px;width:calc(100% - 63px);background-color:var(--light-bg);color:var(--light-text)}.philosearch:focus-visible,.philosearch:focus{outline:2px solid var(--light-button-active)}.dark .philosearch:focus-visible,.dark .philosearch:focus{outline:2px solid var(--dark-button-active)}.dark .philosearch{border:2px solid var(--dark-text);background-color:var(--dark-bg);color:var(--dark-text)}.philodefcontainer{position:absolute;inset:70px 10px 10px 300px;background-color:var(--light-bg);border-radius:14px;padding:10px}.dark .philodefcontainer{background-color:var(--dark-bg)}.philodef{width:100%;height:100%;overflow-y:auto;padding:10px}body{background-color:var(--light-backdrop);color:var(--light-text);margin:0;display:block;width:100vw;height:100vh;font-family:NewAthenaUnicode,WebNewAthenaUnicode,helvetica,arial,san-serif}.dark body{background-color:var(--dark-backdrop);color:var(--dark-text)}#logocontainer{z-index:999;position:absolute;top:11px;right:0;height:52px;width:243px;margin:0;padding:0}#logo{color:var(--light-text);margin:0;padding:0;position:absolute;bottom:0;left:0;font-size:28pt;font-family:helvetica,arial,sans-serif}.dark #logo{color:var(--dark-text)}#hamburgercontainer{position:absolute;padding:0;margin:0;right:1rem;bottom:13px}#hamburger{z-index:999;position:relative;background-color:#fff;border:1px solid #666;border-radius:4px;cursor:pointer;height:30px;width:30px;padding:0;display:flex;align-items:center;justify-content:center}#hamburger svg{height:24px;width:24px}#hamburger rect{fill:#000}.dark #hamburger{background-color:#000}.dark #hamburger rect{fill:var(--dark-text)}.ftrowheaderlink{color:#00f;cursor:pointer}.dark .ftrowheaderlink{color:#03a5fc}.ftrowhead{padding:0;margin:5px 0}.dark .fo{color:#00f;color:var(--foreign-color-dark, blue)}.dark .qu{color:#00f;color:var(--quote-color-dark, blue)}.fo{color:#00f;color:var(--foreign-color, blue)}.qu{color:#00f;color:var(--quote-color, blue)}.tr{font-weight:700}.au{color:#ac1b1b;color:var(--author-color, #ac1b1b)}.dark .au{color:#f45757;color:var(--author-color-dark, #f45757)}.bi{color:#0c640c;color:var(--bib-color, #0c640c)}.dark .bi{color:#3dd171;color:var(--bib-color-dark, #3dd171)}.ti{color:#8b22a0;color:var(--ref-color, #8b22a0)}.dark .ti{color:#ff8c00;color:var(--ref-color-dark, darkorange)}.biblLink{color:#0c640c;color:var(--bib-color, #0c640c)}.dark .biblLink{color:#3dd171;color:var(--bib-color-dark, #3dd171)}.attrlink{color:#00f;color:var(--attr-color, blue)}.dark .attrlink{color:#03a5fc;color:var(--attr-color-dark, #03a5fc)}.storelink{color:#00f}.dark .storelink{color:#03a5fc}.qu:before{content:'"'}.qu:after{content:'"'}.label{font-weight:700;position:absolute;left:-36px}.label:after{content:" "}.orth{font-weight:700}.biblLink:link,.biblLink:visited{text-decoration:none}.biblLink:hover{text-decoration:underline}.biblLink:active,.bi{text-decoration:none}.l1{margin-left:36px;position:relative}.l2{margin-left:72px;position:relative}.l3{margin-left:108px;position:relative}.l4{margin-left:144px;position:relative}.l5{margin-left:180px;position:relative}.orangetext{color:orange}.greentext{color:green}.bluetext{color:#00f}.redtext{color:red}.boldtext{font-weight:700}.blacktext{color:#000}.attrlink{color:#00f}HTML{overflow:hidden;width:100%;height:100%}body,html{position:fixed}#lemmataloading{position:absolute;top:32px;right:44px;height:18px;width:18px;z-index:999}.lds-spinner{color:official;display:inline-block;position:relative;width:18px;height:18px}.lds-spinner div{transform-origin:40px 40px;animation:lds-spinner 1.2s linear infinite}.lds-spinner div:after{content:" ";display:block;position:absolute;top:28px;left:39.5px;width:2px;height:6px;background:#000}.dark .lds-spinner div:after{background:#fff}.lds-spinner div:nth-child(1){transform:rotate(0);animation-delay:-1.1s}.lds-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.lds-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.lds-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.lds-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.lds-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.lds-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.lds-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.lds-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.lds-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.lds-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.no-scrollbars{scrollbar-width:thin;scrollbar-color:transparent transparent}.no-scrollbars::-webkit-scrollbar{width:1px}.no-scrollbars::-webkit-scrollbar-track{background:transparent}.no-scrollbars::-webkit-scrollbar-thumb{background-color:transparent}.no-scrollbars::-webkit-scrollbar{display:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background-color:#999;border-radius:4px}::-webkit-scrollbar-track{background-color:var(--light-bg)}.dark ::-webkit-scrollbar-thumb{background-color:#777}.dark ::-webkit-scrollbar-track{background-color:var(--dark-bg)}.click-cover{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0003;z-index:999}.settings-modal{position:absolute;right:1rem;top:57px;background-color:#fff;border:1px solid #ccc;border-radius:12px;padding:1rem;z-index:1000;box-shadow:0 2px 10px #0000001a;width:140px;font-family:helvetical arial,sans-serif}.dark .settings-modal{background-color:#222;border-color:#555;color:var(--dark-text)}.theme-options h4{margin-top:0;margin-bottom:.5rem;font-weight:700;border-bottom:1px solid black}.dark .theme-options h4{border-bottom:1px solid white}.theme-options label{display:block;margin-bottom:.5rem;font-weight:400}.theme-options input{margin-right:.5rem}#root{position:relative;width:100%;height:100%}
