.app{width:100%;min-height:100vh;padding:20px;background:var(--tg-theme-bg-color, #ffffff);color:var(--tg-theme-text-color, #000000)}.container{max-width:600px;margin:0 auto}.header{text-align:center;margin-bottom:30px}.header h1{font-size:28px;font-weight:600;margin-bottom:8px;color:var(--tg-theme-text-color, #000000)}.subtitle{font-size:16px;color:var(--tg-theme-hint-color, #999999);margin:0}.actions{margin-top:24px}.btn{width:100%;padding:14px 24px;font-size:16px;font-weight:500;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-primary{background:var(--tg-theme-button-color, #3390ec);color:var(--tg-theme-button-text-color, #ffffff)}.btn-primary:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.auth-status{margin-bottom:20px}.auth-status h2{font-size:20px;font-weight:600;margin-bottom:16px;color:var(--tg-theme-text-color, #000000)}.status{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;font-weight:500;font-size:16px}.status-loading{background:var(--tg-theme-secondary-bg-color, #f0f0f0);color:var(--tg-theme-text-color, #000000)}.status-valid{background:#d4edda;color:#155724}.status-invalid,.status-error{background:#f8d7da;color:#721c24}.status-pending{background:var(--tg-theme-secondary-bg-color, #f0f0f0);color:var(--tg-theme-hint-color, #999999)}.spinner{width:20px;height:20px;border:3px solid var(--tg-theme-hint-color, #cccccc);border-top-color:var(--tg-theme-button-color, #3390ec);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{margin-top:12px;padding:12px;background:#f8d7da;color:#721c24;border-radius:8px;font-size:14px}.user-info{margin-bottom:20px}.user-info h2{font-size:20px;font-weight:600;margin-bottom:16px;color:var(--tg-theme-text-color, #000000)}.user-details{display:flex;flex-direction:column;gap:12px}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--tg-theme-secondary-bg-color, #e0e0e0)}.detail-item:last-child{border-bottom:none}.label{font-weight:500;color:var(--tg-theme-hint-color, #666666);font-size:14px}.value{font-weight:600;color:var(--tg-theme-text-color, #000000);font-size:14px;text-align:right}.value.premium{color:#ff6b35}.card{background:var(--tg-theme-secondary-bg-color, #f5f5f5);border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000d}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--tg-theme-text-color, rgba(0, 0, 0, .87));background-color:var(--tg-theme-bg-color, #ffffff);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--tg-theme-bg-color, #ffffff);color:var(--tg-theme-text-color, #000000)}#root{width:100%;min-height:100vh}
