@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
.AppLoader-module__S0c0ZG__container{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.AppLoader-module__S0c0ZG__content{width:100%;max-width:400px}.AppLoader-module__S0c0ZG__logo{background:linear-gradient(135deg,var(--color-primary-base),var(--accent-color));border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 40px;animation:2s ease-in-out infinite AppLoader-module__S0c0ZG__pulse;display:flex}.AppLoader-module__S0c0ZG__logoInner{background:var(--surface-alpha-30);border-radius:50%;width:40px;height:40px}.AppLoader-module__S0c0ZG__skeletonGroup{flex-direction:column;gap:16px;margin-bottom:40px;display:flex}.AppLoader-module__S0c0ZG__skeletonCard{background:var(--bg-secondary);border-radius:16px;align-items:center;gap:12px;padding:16px;display:flex}.AppLoader-module__S0c0ZG__skeletonAvatar{background:linear-gradient(90deg,var(--surface-alpha-05)25%,var(--surface-alpha-10)50%,var(--surface-alpha-05)75%);background-size:200% 100%;border-radius:50%;flex-shrink:0;width:48px;height:48px;animation:1.5s infinite AppLoader-module__S0c0ZG__shimmer}.AppLoader-module__S0c0ZG__skeletonLines{flex-direction:column;flex:1;gap:8px;display:flex}.AppLoader-module__S0c0ZG__skeletonLine{background:linear-gradient(90deg,var(--surface-alpha-05)25%,var(--surface-alpha-10)50%,var(--surface-alpha-05)75%);background-size:200% 100%;border-radius:6px;height:12px;animation:1.5s infinite AppLoader-module__S0c0ZG__shimmer}.AppLoader-module__S0c0ZG__skeletonGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.AppLoader-module__S0c0ZG__skeletonBox{aspect-ratio:1;background:linear-gradient(90deg,var(--surface-alpha-05)25%,var(--surface-alpha-10)50%,var(--surface-alpha-05)75%);background-size:200% 100%;border-radius:12px;animation:1.5s infinite AppLoader-module__S0c0ZG__shimmer}.AppLoader-module__S0c0ZG__loader{flex-direction:column;align-items:center;gap:16px;display:flex}.AppLoader-module__S0c0ZG__spinner{border:3px solid var(--surface-alpha-10);border-top-color:var(--color-primary-base);border-radius:50%;width:32px;height:32px;animation:1s linear infinite AppLoader-module__S0c0ZG__spin}.AppLoader-module__S0c0ZG__message{color:var(--text-secondary);font-size:14px}@keyframes AppLoader-module__S0c0ZG__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes AppLoader-module__S0c0ZG__spin{to{transform:rotate(360deg)}}@keyframes AppLoader-module__S0c0ZG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.95)}}
:root{--color-black:#000;--color-dark:#121212;--color-surface:#1e1e1e;--color-surface-hover:#2c2c2c;--color-white:#fff;--color-primary-base:#3390ec;--tg-theme-bg-color:var(--color-dark);--tg-theme-text-color:var(--color-white);--tg-theme-hint-color:#aaa;--tg-theme-link-color:var(--color-primary-base);--tg-theme-button-color:var(--color-primary-base);--tg-theme-button-text-color:var(--color-white);--tg-theme-secondary-bg-color:var(--color-surface);--tg-safe-area-top:0px;--tg-safe-area-right:0px;--tg-safe-area-bottom:0px;--tg-safe-area-left:0px;--tg-content-safe-area-top:0px;--tg-content-safe-area-right:0px;--tg-content-safe-area-bottom:0px;--tg-content-safe-area-left:0px;--app-safe-top-ui:max(66px,var(--tg-safe-area-top),var(--tg-content-safe-area-top),env(safe-area-inset-top,0px));--app-safe-top-derived:0px;--app-safe-right:max(var(--tg-safe-area-right),var(--tg-content-safe-area-right),env(safe-area-inset-right,0px));--app-safe-bottom-ui:max(var(--tg-safe-area-bottom),var(--tg-content-safe-area-bottom),env(safe-area-inset-bottom,0px));--app-safe-left:max(var(--tg-safe-area-left),var(--tg-content-safe-area-left),env(safe-area-inset-left,0px));--app-safe-bottom-nav:var(--app-safe-bottom-ui);--safe-area-top:var(--app-safe-top-ui);--safe-area-right:var(--app-safe-right);--safe-area-bottom:var(--app-safe-bottom-ui);--safe-area-left:var(--app-safe-left);--app-viewport-height:100dvh;--app-viewport-stable-height:100dvh;--bg-primary:#121212;--bg-secondary:#1e1e1e;--text-primary:#fff;--text-secondary:#aaa;--accent-color:#3390ec;--accent-text:#fff;--surface-alpha-02:#ffffff05;--surface-alpha-03:#ffffff08;--surface-alpha-04:#ffffff0a;--surface-alpha-05:#ffffff0d;--surface-alpha-06:#ffffff0f;--surface-alpha-08:#ffffff14;--surface-alpha-10:#ffffff1a;--surface-alpha-12:#ffffff1f;--surface-alpha-14:#ffffff24;--surface-alpha-15:#ffffff26;--surface-alpha-20:#fff3;--surface-alpha-30:#ffffff4d;--surface-alpha-45:#ffffff73;--surface-alpha-50:#ffffff80;--surface-alpha-60:#fff9;--surface-alpha-70:#ffffffb3;--surface-alpha-80:#fffc;--surface-alpha-90:#ffffffe6;--overlay-backdrop:#00000080;--overlay-soft:#0006;--overlay-strong:#000000b3;--ink-alpha-00:#0000;--ink-alpha-10:#0000001a;--ink-alpha-20:#0003;--ink-alpha-30:#0000004d;--ink-alpha-40:#0006;--ink-alpha-50:#00000080;--ink-alpha-60:#0009;--ink-alpha-70:#000000b3;--glass-bg:var(--surface-alpha-05);--glass-border:var(--surface-alpha-08);--shadow-sm:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--theme-icon-bg:#3b82f626;--theme-icon-color:#60a5fa;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-primary:#121212;--bg-secondary:#1e1e1e;--text-primary:#fff;--text-secondary:#aaa;--accent-color:#3390ec;--accent-text:#fff;--color-surface-hover:#2c2c2c;--surface-alpha-02:#ffffff05;--surface-alpha-03:#ffffff08;--surface-alpha-04:#ffffff0a;--surface-alpha-05:#ffffff0d;--surface-alpha-06:#ffffff0f;--surface-alpha-08:#ffffff14;--surface-alpha-10:#ffffff1a;--surface-alpha-12:#ffffff1f;--surface-alpha-14:#ffffff24;--surface-alpha-15:#ffffff26;--surface-alpha-20:#fff3;--surface-alpha-30:#ffffff4d;--surface-alpha-45:#ffffff73;--surface-alpha-50:#ffffff80;--surface-alpha-60:#fff9;--surface-alpha-70:#ffffffb3;--surface-alpha-80:#fffc;--surface-alpha-90:#ffffffe6;--overlay-backdrop:#00000080;--overlay-soft:#0006;--overlay-strong:#000000b3;--ink-alpha-00:#0000;--ink-alpha-10:#0000001a;--ink-alpha-20:#0003;--ink-alpha-30:#0000004d;--ink-alpha-40:#0006;--ink-alpha-50:#00000080;--ink-alpha-60:#0009;--ink-alpha-70:#000000b3;--theme-icon-bg:#3b82f626;--theme-icon-color:#60a5fa}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-primary:#f5f8fd;--bg-secondary:#fff;--text-primary:#0f172a;--text-secondary:#64748b;--accent-color:#3390ec;--accent-text:#fff;--color-surface-hover:#edf2f9;--surface-alpha-02:#0f172a05;--surface-alpha-03:#0f172a08;--surface-alpha-04:#0f172a0a;--surface-alpha-05:#0f172a0d;--surface-alpha-06:#0f172a0f;--surface-alpha-08:#0f172a14;--surface-alpha-10:#0f172a1a;--surface-alpha-12:#0f172a1f;--surface-alpha-14:#0f172a24;--surface-alpha-15:#0f172a26;--surface-alpha-20:#0f172a33;--surface-alpha-30:#0f172a4d;--surface-alpha-45:#0f172a73;--surface-alpha-50:#0f172a80;--surface-alpha-60:#0f172a99;--surface-alpha-70:#0f172ab3;--surface-alpha-80:#0f172acc;--surface-alpha-90:#0f172ae6;--overlay-backdrop:#0f172a6b;--overlay-soft:#0f172a4d;--overlay-strong:#0f172a9e;--ink-alpha-00:#0f172a00;--ink-alpha-10:#0f172a14;--ink-alpha-20:#0f172a24;--ink-alpha-30:#0f172a33;--ink-alpha-40:#0f172a47;--ink-alpha-50:#0f172a5c;--ink-alpha-60:#0f172a70;--ink-alpha-70:#0f172a85;--theme-icon-bg:#facc1533;--theme-icon-color:#b45309}html:not([data-theme]){--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){html:not([data-theme]){--lightningcss-light: ;--lightningcss-dark:initial}}@media (prefers-color-scheme:light){html:not([data-theme]){--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-primary:#f5f8fd;--bg-secondary:#fff;--text-primary:#0f172a;--text-secondary:#64748b;--accent-color:#3390ec;--accent-text:#fff;--color-surface-hover:#edf2f9;--surface-alpha-02:#0f172a05;--surface-alpha-03:#0f172a08;--surface-alpha-04:#0f172a0a;--surface-alpha-05:#0f172a0d;--surface-alpha-06:#0f172a0f;--surface-alpha-08:#0f172a14;--surface-alpha-10:#0f172a1a;--surface-alpha-12:#0f172a1f;--surface-alpha-14:#0f172a24;--surface-alpha-15:#0f172a26;--surface-alpha-20:#0f172a33;--surface-alpha-30:#0f172a4d;--surface-alpha-45:#0f172a73;--surface-alpha-50:#0f172a80;--surface-alpha-60:#0f172a99;--surface-alpha-70:#0f172ab3;--surface-alpha-80:#0f172acc;--surface-alpha-90:#0f172ae6;--overlay-backdrop:#0f172a6b;--overlay-soft:#0f172a4d;--overlay-strong:#0f172a9e;--ink-alpha-00:#0f172a00;--ink-alpha-10:#0f172a14;--ink-alpha-20:#0f172a24;--ink-alpha-30:#0f172a33;--ink-alpha-40:#0f172a47;--ink-alpha-50:#0f172a5c;--ink-alpha-60:#0f172a70;--ink-alpha-70:#0f172a85;--theme-icon-bg:#facc1533;--theme-icon-color:#b45309}}html{background-color:var(--bg-primary)}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;min-height:100%;min-height:var(--app-viewport-stable-height,100dvh);overscroll-behavior-y:none;overflow-x:hidden}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;touch-action:pan-y;font-family:Inter,system-ui,-apple-system,sans-serif;transition:background-color .3s,color .3s}.app-container{min-height:var(--app-viewport-stable-height,var(--app-viewport-height,100dvh));padding-top:var(--app-safe-top-ui,0px);padding-right:var(--app-safe-right,0px);padding-left:var(--app-safe-left,0px)}a{color:inherit;text-decoration:none}input,textarea,select{font-size:16px!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--surface-alpha-20);border-radius:10px;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:var(--surface-alpha-30)}::-webkit-scrollbar-corner{background:0 0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{appearance:textfield}
