body,html{height:100%;background-color:#f3f4f6;color:#2c3e50;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--bottom-nav-height:4rem;--ads-bar-height:3rem;--app-height:100%}.main{flex:1 1;overflow-y:auto}.main__content{max-width:800px;margin:0 auto}.main__content h1{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#2c3e50}.main__content p{color:#666;margin-bottom:1.5rem}.settings__list{display:flex;flex-direction:column;gap:1rem}.settings__item{padding:1rem;background:#f8fafc;border-radius:.5rem}.settings__item h2{font-size:1rem;font-weight:500;margin-bottom:.5rem;color:#2c3e50}.settings__item p{font-size:.875rem;color:#64748b;margin:0}button{cursor:pointer;border:none;background:none;font-family:inherit}button:focus{outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:rgba(107,114,128,.3);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:rgba(107,114,128,.5)}.avatar{display:flex;align-items:center;justify-content:center;background-color:#f0f0f0;overflow:hidden;font-weight:500;font-size:12px;color:#333;border-radius:12.5%;padding:2px}.avatar__image-container{position:relative;width:100%;height:100%}:root{--app-height:100vh;--app-width:100vw;--bottom-nav-height:60px}*{margin:0;padding:0;box-sizing:border-box}body,html{width:100vw;height:100vh;height:var(--app-height);overflow-x:hidden;position:relative}.layout__container,body{display:flex;flex-direction:column}.layout__container{position:relative;width:100vw;min-height:100vh;min-height:var(--app-height);padding-bottom:var(--bottom-nav-height)}.layout__credit{position:fixed;bottom:calc(var(--bottom-nav-height) + 16px);right:16px;font-size:12px;color:#666;opacity:.8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;z-index:999;letter-spacing:.02em}@media(max-width:768px){.layout__credit{font-size:10px;bottom:calc(var(--bottom-nav-height) + 12px);right:12px}}.layout__credit a{color:#a47550;text-decoration:none;font-weight:500}.layout__credit a:hover{text-decoration:underline}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes slideUp{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:64px;background:#fff;box-shadow:0 -2px 10px rgba(0,0,0,.05);justify-content:space-around;z-index:1000;padding-bottom:env(safe-area-inset-bottom,0);border-top-left-radius:8px;border-top-right-radius:8px}.bottom-nav,.bottom-nav__item{display:flex;align-items:center}.bottom-nav__item{flex:1 1;flex-direction:column;justify-content:center;padding:8px 0;color:#64748b;text-decoration:none;transition:color .2s ease;gap:4px;min-width:0}.bottom-nav__item--active,.bottom-nav__item:hover{color:#a47550}.bottom-nav__item--active .bottom-nav__avatar-wrapper div{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;transform:scale(1.1);border:2px solid #fff;box-shadow:0 0 0 2px rgba(37,99,235,.1)}.bottom-nav__item a{width:100%;height:100%;color:inherit;text-decoration:none}.bottom-nav__avatar-wrapper,.bottom-nav__item a{display:flex;align-items:center;justify-content:center}.bottom-nav__avatar-wrapper{width:32px;height:32px}.bottom-nav__avatar-wrapper div{width:100%;height:100%;border-radius:50%;background-color:#f8fafc;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .2s ease;border:2px solid #e2e8f0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:2px}@media(max-width:768px){.bottom-nav__avatar-wrapper{width:28px;height:28px}.bottom-nav__avatar-wrapper div{font-size:12px}}.bottom-nav__icon{width:24px;height:24px}@media(max-width:768px){.bottom-nav__icon{width:20px;height:20px}}.bottom-nav__label{font-size:12px;font-weight:500}@media(max-width:768px){.bottom-nav__label{font-size:10px}}.ads-bar{width:100%;height:50px;background-color:#f5f5f5;border-bottom:1px solid #e0e0e0;position:-webkit-sticky;position:sticky;top:0;z-index:10}.ads-bar__content{height:100%;display:flex;align-items:center;justify-content:center;padding:0 1rem}