@import"https://fonts.googleapis.com/css2?family=Roboto+Flex:wdth,wght@75..125,100..1000&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{max-width:1280px;font-family:Roboto Flex,sans-serif}body{background:radial-gradient(circle at center,#47463d34,#50493838)}.header{position:fixed;top:0;width:100%;display:flex;justify-content:space-between;z-index:1000}.header h1{font-size:24px;margin:10px 0 10px 20px;color:#000c}.header #AlertText{position:absolute;left:50%;transform:translate(-50%);font-size:16px;opacity:1;transition:opacity .5s ease-in-out}.header #AlertText .topNotifier{opacity:0;transition:opacity .5s ease-in-out;background-color:#e4e2e2;text-align:center;padding:10px 25px;border-radius:0 0 10px 10px;box-shadow:0 2px 4px #0003}.header #AlertText .topNotifier.visible_TopNotifier{opacity:1}.header #AlertText .topNotifier.hidden_TopNotifier{opacity:0}.mute-button{background:none;border:none;cursor:pointer;font-size:16px;margin:0 20px 0 0;padding:10px;color:#000000c9;transition:color .3s ease,transform .3s ease}.mute-button.sound_off{color:#0000009a}.mute-button:hover{color:#000c;transform:scale(1.2)}.footer{position:fixed;bottom:10px;right:10px;font-size:12px;color:#666}.followObjectDown{position:fixed;bottom:0;left:16px;z-index:1000;transition:all .5s ease-in-out;transform:translate(-43%) translateY(+30%)}.followObjectDown.shifted{left:-10%!important;transform:translate(-20%)!important;opacity:.1;pointer-events:none;transition:all .8s ease}.followObjectDown img{-webkit-user-select:none;user-select:none;pointer-events:none;-webkit-user-drag:none;--img_min: 40vw;--img_preferred: 25vh;--img_max: 40vw;height:clamp(var(--img_min),var(--img_preferred),var(--img_max))!important;min-height:var(--img_min);max-height:var(--img_max);max-width:95vw;object-fit:contain;width:auto;transform:rotateY(180deg) rotate(40deg)}#QuoteBlock{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);transform-origin:center;z-index:99999;display:flex;align-items:center;justify-content:center;padding:10px;width:80%;max-width:600px;text-align:center;transition:all .5s ease;font-size:24px}@media(max-width:768px){#QuoteBlock{width:85%;height:auto;max-height:calc(100vh - 140px);min-height:300px}}.quote-column-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-between;flex-grow:1;width:100%;height:100%;min-height:0;overflow:hidden}#quoteContainer{display:flex;flex-direction:column;width:100%;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:0 10px;overflow-wrap:anywhere;word-break:break-word;position:relative;scrollbar-width:thin;justify-content:center;align-items:center}#quoteContainer::-webkit-scrollbar{width:4px}#quoteContainer::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}@media(max-width:768px){#quoteContainer{justify-content:flex-start;padding-top:15px}}.sticky-author-bottom{flex-shrink:0;width:100%;text-align:center;font-size:18px;font-weight:600;color:#000;margin-top:5px;padding-top:10px;padding-bottom:5px;border-top:1px solid rgba(0,0,0,.05)}@media(max-width:768px){.sticky-author-bottom{font-size:16px}}p.short{font-size:20px;font-weight:500;color:#333;margin:0;line-height:1.5}p.long{font-size:17px;font-weight:400;color:#444;margin:0;text-align:left;line-height:1.6}.read-more-btn,.copy-text-btn{background:none;border:none;cursor:pointer;font-size:16px;font-weight:500;color:#555;margin-top:10px;padding:5px 0;height:auto!important;position:relative;display:inline-block;transition:color .3s ease;flex-shrink:0}.read-more-btn:after,.copy-text-btn:after{content:"";position:absolute;width:0;height:1px;bottom:0;left:0;background-color:#333;transition:width .3s ease}.read-more-btn:hover:after,.copy-text-btn:hover:after{width:100%}.read-more-btn:hover,.copy-text-btn:hover{color:#000}button.arrowButton{background:none;border:none;cursor:pointer;font-size:24px;color:#0006;padding:0 12px;height:100%;display:flex;align-items:center;flex-shrink:0;transition:all .3s ease;z-index:10}button.arrowButton.disabled{cursor:default;color:#0000001a}button.arrowButton:hover:not(.disabled){color:#000c}@media(max-width:768px){button.arrowButton{padding:0 5px;font-size:20px}}body:has(#QuoteBlock.quote-fullpage){overflow:hidden;position:fixed;width:100%;height:100%}html:has(#QuoteBlock.quote-fullpage){overflow:hidden}#QuoteBlock.quote-fullpage{height:85%;width:85%;max-width:800px;display:flex;flex-direction:column;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;border-radius:10px;overflow:hidden}@media(max-width:768px){#QuoteBlock.quote-fullpage{border-radius:0;height:90vh;height:100dvh;width:100%;top:50%;left:50%;transform:none;overflow-x:hidden;transform:translate(-50%,-50%)}}.quote-fullpage-content{height:100%;width:100%;max-width:100%;display:flex;flex-direction:column;overflow:hidden;overflow-x:hidden;box-sizing:border-box}.quote-fullpage-top{display:flex;align-items:center;justify-content:space-between;padding:20px;flex-shrink:0;z-index:100}@media(max-width:768px){.quote-fullpage-top{padding:40px 20px 20px}}.quote-fullpage-top h2{margin:0;font-size:20px;font-weight:600;flex-grow:1;text-align:center;max-width:100%;word-break:break-word}.quote-fullpage-top button{background:none;border:none;cursor:pointer}.quote-fullpage-top button svg{font-size:20px;color:#0009}.quote-fullpage-text{flex-grow:1;overflow-y:auto;overflow-x:hidden;width:100%;max-width:100%;box-sizing:border-box;scrollbar-width:thin}.quote-fullpage-text p{width:auto;max-width:100%;margin:0;padding:0 40px 20px;box-sizing:border-box;text-align:justify;line-height:1.8;font-size:18px;color:#222;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}.quote-fullpage-text p:first-child{padding-top:20px}.quote-fullpage-text h2{margin-bottom:20px;text-align:center;max-width:100%;word-break:break-word}@media(max-width:768px){.quote-fullpage-text{padding-bottom:40px}.quote-fullpage-text p{padding:0 20px 20px;font-size:16px}.quote-fullpage-text p:last-child{padding-bottom:40px}}
