*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;background-color:var(--tg-theme-bg-color, #ffffff);color:var(--tg-theme-text-color, #000000)}#root{width:100vw;height:100vh;overflow:hidden}.app-container{width:100%;height:100vh;display:flex;flex-direction:column;overflow:hidden}.app-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.screen{width:100%;height:100%;display:flex;flex-direction:column;padding:20px;gap:20px;overflow:hidden}.header{display:flex;align-items:center;gap:12px}.header-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden}.header-avatar img{width:100%;height:100%;object-fit:cover}.header-username{font-size:18px;font-weight:600}.index-block{display:flex;flex-direction:column;align-items:center;padding:24px;gap:8px;text-align:center}.index-title{font-size:18px;font-weight:600}.index-score{font-size:56px;font-weight:700;line-height:1;margin:8px 0}.index-subtitle{font-size:14px;opacity:.7;line-height:1.4}.metrics-list{display:flex;flex-direction:column;gap:12px}.metric-tile{display:flex;flex-direction:column;padding:16px;border-radius:12px;background-color:var(--tg-theme-secondary-bg-color, #f0f0f0);cursor:pointer;transition:transform .2s;gap:8px}.metric-tile:active{transform:scale(.98)}.metric-title{font-size:16px;font-weight:600}.metric-description{font-size:14px;opacity:.7;line-height:1.4}.cta-button{width:100%;padding:16px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,opacity .2s}.cta-button:active{transform:scale(.98)}.cta-button:disabled{opacity:.5;cursor:not-allowed}.cta-button--primary{background-color:var(--tg-theme-button-color, #3390ec);color:var(--tg-theme-button-text-color, #ffffff)}.cta-button--secondary{background-color:var(--tg-theme-secondary-bg-color, #f0f0f0);color:var(--tg-theme-text-color, #000000)}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px}.spinner{width:48px;height:48px;border:4px solid var(--tg-theme-hint-color, #999999);border-top-color:var(--tg-theme-button-color, #3390ec);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-message{font-size:16px;opacity:.7}.error-message{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px;padding:20px;text-align:center}.error-icon{font-size:48px}.error-text{font-size:16px;line-height:1.5}.error-retry{padding:12px 24px;border:none;border-radius:8px;background-color:var(--tg-theme-button-color, #3390ec);color:var(--tg-theme-button-text-color, #ffffff);font-size:14px;font-weight:600;cursor:pointer}.screen-what-prevents-growth{justify-content:space-between}.content-container{flex:1;display:flex;flex-direction:column;gap:20px;padding-top:20px}.screen-title{font-size:28px;font-weight:700;line-height:1.2}.screen-text{font-size:16px;line-height:1.6;white-space:pre-line}.screen-pro{justify-content:space-between}.pro-benefits-list{list-style:none;display:flex;flex-direction:column;gap:16px;padding:0;margin:0}.pro-benefit-item{font-size:18px;line-height:1.5;padding-left:24px;position:relative}.pro-benefit-item:before{content:"—";position:absolute;left:0;font-weight:600}
