*{box-sizing:border-box}.logo-to-top{padding:0;margin:0;background:transparent;border:0;width:2rem;height:2rem;position:relative}.logo-to-top img{width:100%;border-radius:.5rem}.logo-badge{position:absolute;display:block;top:-.25rem;right:-.25rem;background-color:rgb(var(--danger-rgb));width:.75rem;height:.75rem;border-radius:50%;animation:slideInFromTop .3s ease-out}.app-root{position:relative;width:100vw}.app-body{-webkit-overflow-scrolling:touch;padding:4rem 0 2rem}.app-root{max-width:40rem;margin:0 auto}.app-header{max-width:40rem}.app-header{position:fixed;width:100%;z-index:2;backdrop-filter:blur(.5rem);-webkit-backdrop-filter:blur(.5rem);display:flex;align-items:center;top:0;height:4rem;justify-content:space-between;padding:0 1rem;gap:1rem;border-bottom:1px solid rgba(var(--foreground-rgb),.1);background:linear-gradient(to bottom,rgba(var(--background-rgb),1),rgba(var(--background-rgb),.6))}.app-header-left{display:flex;align-items:center;gap:1rem}.app-header-right{display:flex;align-items:center;gap:.1rem}.app-header-config{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;border:0;padding:0;margin:0;background:transparent;height:3rem;width:3rem;border-radius:.5rem;color:rgba(var(--foreground-rgb),.5)}.app-header-sign-in{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;border:0;padding:0;margin:0;background:transparent;height:3rem;width:3rem;border-radius:.5rem;color:rgba(var(--foreground-rgb),.8)}.feed-show-older-posts,.feed-show-all-posts{outline:none;border:none;padding:0;margin:0 1rem;height:0;width:calc(100% - 2rem);background:transparent;font-size:1rem;transition:transform .3s ease-out,height .3s ease-out,margin .3s ease-out,opacity .3s ease-out;color:transparent;transform:translateY(-100%);opacity:0;border:1px solid rgba(var(--foreground-rgb),.1);border-radius:.5rem;z-index:1}.feed-show-older-posts,.feed-show-all-posts.visible{color:rgba(var(--accent-rgb),1);margin:1.5rem 1rem;height:3rem;transform:translateY(0);opacity:1;background:rgba(var(--foreground-rgb),.01)}.feed-item{display:flex;padding:.5rem 1rem 1rem;text-decoration:none;color:rgba(var(--foreground-rgb),1);animation:slideInFromTop .3s ease-out}@keyframes slideInFromTop{0%{transform:translateY(-10%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.feed-item-left{margin-right:1rem}.feed-item-source-icon{width:2rem;height:2rem;border-radius:50%}.feed-item-source-title{font-weight:700;color:rgba(var(--foreground-rgb),.5);width:auto;max-width:50vw;overflow-x:auto;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none}.feed-item-source-title::-webkit-scrollbar{display:none}.feed-item-right{flex:1}.feed-item-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:.5rem;height:2rem;gap:.25rem}.feed-item-date{font-size:.8rem;color:rgba(var(--foreground-rgb),.5)}.feed-item-title{margin:0 0 .5rem;max-width:95%}.feed-item-summary{margin:0 0 .5rem;max-width:95%;color:rgba(var(--foreground-rgb),1)}.feed-item-preview{max-width:100%;border-radius:1rem;margin-top:.25rem;border:1px solid rgba(var(--foreground-rgb),.1);background:rgba(var(--foreground-rgb),.02)}.feed-item-preview-image{width:100%;aspect-ratio:2/1;border-radius:1rem 1rem 0 0;margin-top:.25rem;object-fit:cover}.feed-item-preview-title{padding:0 1rem;margin-bottom:0}.feed-item-preview-domain{margin-top:.5rem;padding:0 1rem;color:rgba(var(--foreground-rgb),.5)}.bottom-menu-item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;border:0;padding:0;margin:0;background:transparent;height:3.5rem;color:rgba(var(--foreground-rgb),.5);font-size:.65rem}.bottom-menu-item svg{fill:rgba(var(--foreground-rgb),.5);transform:scale(1.05)}.bottom-menu-item-active{color:rgba(var(--accent-rgb),1)}.bottom-menu-item-active svg{fill:rgba(var(--accent-rgb),1)}.feed-input{display:flex;align-items:center;background-color:rgba(var(--foreground-rgb),.05);border-radius:.5rem;margin-bottom:1rem;width:100%;height:3rem;padding:0 .5rem}.symbolic-icon,.feed-input-icon{flex-shrink:0;width:1.5rem;height:1.5rem;fill:rgba(var(--foreground-rgb),.5);border-radius:50%}.symbolic-icon{font-size:.6rem;text-transform:uppercase;display:flex;align-items:center;justify-content:center}.feed-input-input{flex-grow:1;background:transparent;border:none;color:rgba(var(--foreground-rgb),.8);font-size:1rem;padding:.5rem;margin:0 .5rem;overflow-x:auto;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;width:100%}.feed-input-input::-webkit-scrollbar{display:none}.feed-input-button{width:3rem;height:3rem;background:transparent;border:none;cursor:pointer}.feed-input-button--ok,.feed-input-button--error{color:rgba(var(--danger-rgb),.7)}.feed-input-button--pending{color:rgba(var(--foreground-rgb),.5)}.feed-input-button--pending svg{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.feed-input-button svg{margin-top:.2rem;margin-right:.3rem;width:1.2rem;height:1.2rem;fill:rgba(var(--danger-rgb),.7);border-radius:50%}.feed-input-button:hover svg{fill:rgba(var(--danger-rgb),1)}.app-screen-login{padding:1rem;animation:slideInFromTop .3s ease-out}.sign-in-section{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.app-screen-config{padding:1rem;animation:slideInFromTop .3s ease-out}.feed-add{display:flex;gap:.9rem;align-items:center;background:transparent;border:2px dashed rgba(var(--foreground-rgb),.2);border-radius:.5rem;padding:.5rem;width:100%;cursor:pointer;transition:all .3s ease;height:3rem;animation:opacity .3s ease-out}.feed-add:hover{border-color:rgba(var(--accent-rgb),.5)}.feed-add-icon{width:1.5rem;height:1.5rem;color:rgba(var(--foreground-rgb),.3)}.feed-add span{color:rgba(var(--foreground-rgb),.8);font-size:1rem}.feed-add-form{animation:opacity .3s ease-out;display:flex;align-items:center;background:rgba(var(--background-start-rgb),.1);border:2px solid rgba(var(--foreground-rgb),.2);border-radius:.5rem;gap:.9rem;height:3rem;width:100%;overflow:hidden}.feed-add-form-icon{margin:.5rem 0 .5rem .5rem;width:1.5rem;height:1.5rem;color:rgba(var(--foreground-rgb),.3)}.feed-add-form-input{flex-grow:1;background:transparent;border:none;color:rgba(var(--foreground-rgb),.8);font-size:1rem;padding:.5rem 0}.feed-add-form-input:focus{outline:none}.feed-add-form-button{width:3rem;height:3rem;background:transparent;border:none;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center}.feed-add-form-button svg{width:1.5rem;height:1.5rem;color:rgba(var(--success-rgb),.7)}.feed-add-form-button:hover svg{color:rgba(var(--success-rgb),1)}.spinner{width:100%;margin-top:1rem;opacity:.5;text-align:center;animation:slideInFromTop .3s ease-out}.spinner-icon{animation:spin 1s linear infinite}.login-otp,.generate-otp,.go-to-settings{display:flex;gap:.9rem;align-items:center;background:transparent;border:2px dashed rgba(var(--foreground-rgb),.2);border-radius:.5rem;padding:.5rem;width:100%;cursor:pointer;transition:all .3s ease;height:3rem;animation:opacity .3s ease-out;font-size:1rem;color:rgba(var(--foreground-rgb),1)}.generate-otp.active,.login-otp.active{border:2px solid rgba(var(--accent-rgb),.3);background-color:rgba(var(--accent-rgb),.1)}.generate-otp-icon,.login-otp-icon{width:1.5rem;height:1.5rem;color:rgba(var(--foreground-rgb),.3)}.generate-otp span .login-otp span{color:rgba(var(--foreground-rgb),.8);font-size:1rem}.login-otp-form{animation:slideInFromTop .3s ease-out;display:flex;align-items:center;background:rgba(var(--background-start-rgb),.1);border:2px solid rgba(var(--foreground-rgb),.2);border-radius:.5rem;gap:.9rem;height:3rem;width:100%;overflow:hidden;margin-top:1rem}.login-otp-form-icon{margin:.5rem 0 .5rem .5rem;width:1.5rem;height:1.5rem;color:rgba(var(--foreground-rgb),.3)}.login-otp-form-input{flex-grow:1;background:transparent;border:none;color:rgba(var(--foreground-rgb),.8);font-size:1rem;padding:.5rem 0}.login-otp-form-input:focus{outline:none}.login-otp-form-button{width:3rem;height:3rem;background:transparent;border:none;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center}.login-otp-form-button svg{width:1.5rem;height:1.5rem;color:rgba(var(--success-rgb),.7)}.login-otp-form-button:hover svg{color:rgba(var(--success-rgb),1)}.otp-buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.generate-otp-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:1rem 2rem 1.5rem;background-color:rgba(var(--foreground-rgb),.03);border-radius:1rem;margin-top:1rem;animation:slideInFromTop .3s ease-out}.otp-code{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.25rem}.otp-code-value{font-size:1.5rem;font-weight:700;color:rgba(var(--foreground-rgb),.9)}.otp-code-copy{background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.otp-code-copy svg{width:1.2rem;height:1.2rem;color:rgba(var(--accent-rgb),1)}.separator{display:block;height:1rem}.feed-empty-state{animation:slideInFromTop .3s ease-out;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:1rem}.feed-empty-icon{color:rgba(var(--foreground-rgb),.1)}.feed-empty-icon svg{width:8rem;height:8rem}.feed-empty-state h2{color:rgba(var(--foreground-rgb),.4)}.subheader{font-size:1rem;margin-top:-.8rem;max-width:90%;color:rgba(var(--foreground-rgb),.8)}.feed-empty-state .subheader{color:rgba(var(--foreground-rgb),.4)}.feed-empty-state .subheader a.link{color:rgba(var(--link-rgb),.8);text-decoration-color:rgba(var(--link-rgb),.2)}.go-to-settings{animation:none;width:auto!important}p{line-height:1.4}a.link{color:rgb(var(--link-rgb));text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px;text-decoration-color:rgba(var(--link-rgb),.3);transition:all .15s cubic-bezier(.075,.82,.165,1)}a.link.dashed{text-decoration-style:dashed}a.link:hover{color:rgb(var(--hover-rgb));text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px;text-decoration-color:rgba(var(--hover-rgb),.3)}a.link.dashed:hover{text-decoration-style:dashed}ul,li{list-style:none;margin:0;padding:0;font-size:rem}li{padding:.25rem 0}.about{margin-top:1rem;border-radius:1rem;padding:1rem;border:1px solid rgba(var(--foreground-rgb),.1);background:rgba(var(--foreground-rgb),.02)}.about p,.about li{font-size:.9rem}.about p{max-width:20rem;margin-bottom:.25rem}.account-info{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1rem;border-bottom:1px dashed rgba(var(--foreground-rgb),.2);margin-bottom:1.25rem}.sign-out-button{display:flex;gap:.5rem;align-items:center;background:transparent;border:2px solid rgba(var(--danger-rgb),.2);background:rgba(var(--danger-rgb),.05);border-radius:.5rem;padding:.5rem;cursor:pointer;transition:all .3s ease;flex-shrink:1;animation:opacity .3s ease-out;color:rgba(var(--foreground-rgb),.8);font-size:1rem}.sign-out-button:hover{border-color:rgba(var(--danger-rgb),.5);background:rgba(var(--danger-rgb),.1)}.letter{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:2rem 1rem;max-width:40rem;margin:0 auto}.letter h1,.letter p,.letter h2{margin:.5rem 0}.letter h1{line-height:1.2}.letter p{line-height:1.6}.letter ul{margin-left:1rem}.letter li{list-style:disc;margin-left:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.account-info{flex-direction:column;align-items:flex-start;justify-content:flex-start}.sign-out-button{width:100%}}
