html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;position:fixed}#root{position:fixed;top:var(--tg-content-safe-area-inset-top);bottom:var(--tg-content-safe-area-inset-bottom);left:var(--tg-content-safe-area-inset-left);right:var(--tg-content-safe-area-inset-right);width:100%;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}*,*:before,*:after{box-sizing:border-box}body.dark-theme{background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);font-family:sans-serif}h2,h3,p{color:var(--tg-theme-text-color)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.appContainer{min-height:100vh;width:100vw;overflow-x:hidden;display:flex;flex-direction:column;background-color:var(--tg-theme-secondary-bg-color)}.header{display:flex;align-items:center;padding:8px 12px;background-color:var(--tg-theme-header-bg-color);color:var(--tg-theme-text-color);border-bottom:1px solid #333;gap:8px;cursor:pointer}.appContainer-items{cursor:pointer;background:var(--tg-theme-section-bg-color);padding:16px;border-radius:12px;box-shadow:0 2px 6px #0003}.modal-background{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000b3;z-index:999;display:flex;justify-content:center;align-items:center}.modal-menu{width:90%;max-height:calc(100vh - env(safe-area-inset-bottom,0) - env(safe-area-inset-top,0) - 80px);background-color:var(--tg-theme-secondary-bg-color);color:var(--tg-theme-text-color);border-radius:12px;padding:20px;overflow-y:auto;margin-bottom:env(safe-area-inset-bottom,0)}.modal-menu-submit-button{margin-top:20px;padding:12px 24px;background-color:var(--tg-theme-button-color);border:none;border-radius:8px;color:var(--tg-theme-button-text-color);font-size:16px;width:100%;cursor:pointer}.modal-menu-close-button{margin-top:12px;padding:8px 24px;background:transparent;border:1px solid #555;border-radius:8px;color:var(--tg-theme-hint-color);width:100%;cursor:pointer}.button-plus{position:fixed;bottom:calc(89px + env(safe-area-inset-bottom,0));left:80%;transform:translate(-50%);width:56px;height:56px;border-radius:50%;background-color:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);border:none;box-shadow:0 4px 10px #0000004d;z-index:1000;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.button-plus svg{width:32px;height:32px;color:var(--tg-theme-button-text-color)}.footer{position:fixed;bottom:0;width:100%;height:calc(60px + env(safe-area-inset-bottom,0));background-color:var(--tg-theme-bg-color);display:flex;justify-content:space-around;align-items:flex-start;padding-top:12px;z-index:999;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.footer-link{color:var(--tg-theme-subtitle-text-color);text-decoration:none;font-size:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.footer-link:active{opacity:.7}.footer-link.active{color:var(--tg-theme-text-color)}.footer-link-content{display:flex;flex-direction:column;align-items:center;gap:2px;pointer-events:none;min-height:42px}.footer-link-content svg{width:24px;height:24px;pointer-events:none;flex-shrink:0}.footer-link-content span{font-size:12px;line-height:14px;flex-shrink:0}
