.dashboard{display:flex;flex-direction:column;gap:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{background:#1e293b80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:1.25rem;animation:slideUp .4s ease-out forwards;opacity:0;transition:transform .2s ease,box-shadow .2s ease}.stat-card:active{transform:scale(.98)}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:.875rem;box-shadow:0 4px 12px #00000026}.stat-content{display:flex;flex-direction:column;gap:.25rem}.stat-title{font-size:.75rem;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:1.5rem;font-weight:700;color:#f1f5f9;line-height:1.2}.stat-subtitle{font-size:.75rem;color:#64748b}.section-title{font-size:1.125rem;font-weight:600;color:#f1f5f9;margin-bottom:1rem}.quick-stats{background:#1e293b80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:1.25rem}.quick-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.quick-stat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.quick-stat-label{font-size:.75rem;color:#94a3b8;text-align:center}.quick-stat-value{font-size:1.25rem;font-weight:700;color:#f1f5f9}.level-badge{background:linear-gradient(135deg,#f59e0b,#ef4444);padding:.25rem .75rem;border-radius:8px;font-size:.875rem!important}.top-referrals{background:#1e293b80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:1.25rem}.referral-list{display:flex;flex-direction:column;gap:.75rem}.referral-item{display:flex;align-items:center;gap:.875rem;padding:.875rem;background:#0f172a80;border-radius:12px;transition:background .2s ease}.referral-item:active{background:#0f172acc}.referral-rank{font-size:1.25rem;min-width:2rem;text-align:center}.referral-username{font-size:.875rem;font-weight:600;color:#f1f5f9;margin-bottom:.125rem}.referral-date{font-size:.75rem;color:#64748b}.referral-revenue{font-size:.875rem;font-weight:700;color:#38bdf8}@media (max-width: 640px){.stats-grid{gap:.75rem}.stat-card{padding:1rem}.stat-icon{width:40px;height:40px;font-size:1.25rem;margin-bottom:.75rem}.stat-value{font-size:1.25rem}.quick-stats-grid{gap:.75rem}.quick-stat-value{font-size:1.125rem}}.navigation{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#0f172af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(148,163,184,.1);padding-bottom:env(safe-area-inset-bottom)}.nav-container{display:grid;grid-template-columns:repeat(4,1fr);max-width:600px;margin:0 auto}.nav-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem .5rem;background:transparent;border:none;color:#64748b;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.nav-item:active{transform:scale(.95)}.nav-item.active{color:#38bdf8}.nav-icon{font-size:1.5rem;margin-bottom:.25rem;transition:transform .2s ease}.nav-item.active .nav-icon{transform:scale(1.1)}.nav-label{font-size:.6875rem;font-weight:600;letter-spacing:.3px}.nav-indicator{position:absolute;top:0;left:50%;transform:translate(-50%);width:32px;height:3px;background:linear-gradient(90deg,#38bdf8,#818cf8);border-radius:0 0 3px 3px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-3px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 640px){.nav-icon{font-size:1.375rem}.nav-label{font-size:.625rem}.nav-item{padding:.625rem .375rem}}@media (prefers-color-scheme: dark){.navigation{box-shadow:0 -2px 16px #0000004d}}.reflinks-container{margin-bottom:2rem}.reflinks-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.reflinks-empty{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;text-align:center;color:#fff9}.reflinks-list{display:flex;flex-direction:column;gap:1rem}.reflink-card{background:linear-gradient(135deg,#8b5cf61a,#3b82f61a);border:1px solid rgba(139,92,246,.2);border-radius:16px;padding:1.25rem;transition:all .3s ease}.reflink-card:hover{transform:translateY(-2px);border-color:#8b5cf666;box-shadow:0 8px 24px #8b5cf626}.reflink-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.reflink-name{font-size:1.1rem;font-weight:600;color:#fff;margin:0}.reflink-code{background:#8b5cf633;color:#a78bfa;padding:.25rem .75rem;border-radius:8px;font-size:.85rem;font-weight:500;font-family:monospace}.reflink-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.reflink-stats{grid-template-columns:repeat(4,1fr)}}.reflink-stat{display:flex;align-items:center;gap:.75rem}.reflink-stat-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:10px;font-size:1.25rem}.reflink-stat-content{flex:1}.reflink-stat-label{font-size:.75rem;color:#fff9;margin:0 0 .25rem}.reflink-stat-value{font-size:1rem;font-weight:600;color:#fff;margin:0}.statistics{display:flex;flex-direction:column;gap:1.5rem}.period-selector{display:flex;gap:.5rem;background:#1e293b80;padding:.5rem;border-radius:12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.period-btn{flex:1;padding:.625rem 1rem;background:transparent;border:none;border-radius:8px;color:#94a3b8;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.period-btn.active{background:linear-gradient(135deg,#38bdf8,#818cf8);color:#fff;box-shadow:0 2px 8px #38bdf84d}.overview-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:.875rem}.overview-card{background:#1e293b80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(148,163,184,.1);border-radius:12px;padding:1rem;display:flex;gap:.875rem;align-items:center}.overview-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:#38bdf81a;border-radius:10px}.overview-content{flex:1}.overview-label{font-size:.75rem;color:#94a3b8;margin-bottom:.25rem}.overview-value{font-size:1.125rem;font-weight:700;color:#f1f5f9}.chart-selector{display:flex;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.chart-selector::-webkit-scrollbar{display:none}.chart-btn{flex-shrink:0;padding:.625rem 1rem;background:#1e293b80;border:1px solid rgba(148,163,184,.1);border-radius:10px;color:#94a3b8;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.chart-btn.active{background:#38bdf826;border-color:#38bdf84d;color:#38bdf8}.chart-container{background:#1e293b80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:1.25rem}.chart-title{font-size:1rem;font-weight:600;color:#f1f5f9;margin-bottom:1rem}.daily-breakdown{background:#1e293b80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:1.25rem}.breakdown-list{display:flex;flex-direction:column;gap:.75rem}.breakdown-item{display:flex;gap:1rem;padding:1rem;background:#0f172a80;border-radius:12px}.breakdown-date{min-width:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#38bdf81a;border-radius:10px;padding:.5rem}.breakdown-day{font-size:.875rem;font-weight:700;color:#38bdf8}.breakdown-date-text{font-size:.75rem;color:#94a3b8;margin-top:.125rem}.breakdown-stats{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.breakdown-stat{display:flex;flex-direction:column;align-items:center}.breakdown-stat-label{font-size:.75rem;color:#64748b;margin-bottom:.25rem}.breakdown-stat-value{font-size:.875rem;font-weight:700;color:#f1f5f9}@media (max-width: 640px){.overview-cards{gap:.75rem}.overview-card{padding:.875rem}.overview-icon{width:36px;height:36px;font-size:1.25rem}.overview-value{font-size:1rem}.breakdown-date{min-width:50px;padding:.375rem}.breakdown-stats{gap:.5rem}.breakdown-stat-value{font-size:.8125rem}}.referrals{display:flex;flex-direction:column;gap:1.5rem}.referrals-header{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.referrals-stat{background:#1e293b80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(148,163,184,.1);border-radius:12px;padding:1rem;text-align:center}.referrals-stat-label{font-size:.75rem;color:#94a3b8;margin-bottom:.5rem}.referrals-stat-value{font-size:1.75rem;font-weight:700;color:#f1f5f9}.referrals-stat-value.active{color:#34d399}.referrals-stat-value.inactive{color:#64748b}.referrals-section{display:flex;flex-direction:column;gap:1rem}.referrals-list{display:flex;flex-direction:column;gap:.875rem}.referral-card{background:#1e293b80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:1.25rem;transition:all .2s ease}.referral-card.inactive{opacity:.7}.referral-card:active{transform:scale(.98)}.referral-card-header{display:flex;align-items:center;gap:.875rem;margin-bottom:1rem}.referral-avatar{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#38bdf8,#818cf8);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff;flex-shrink:0}.referral-info{flex:1}.referral-name{font-size:.9375rem;font-weight:600;color:#f1f5f9;margin-bottom:.25rem}.referral-time{font-size:.75rem;color:#64748b}.referral-status{font-size:1.25rem}.referral-card-body{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding-top:1rem;border-top:1px solid rgba(148,163,184,.1)}.referral-metric{display:flex;flex-direction:column}.referral-metric-label{font-size:.75rem;color:#94a3b8;margin-bottom:.375rem}.referral-metric-value{font-size:.9375rem;font-weight:700;color:#f1f5f9}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;background:#1e293b4d;border-radius:16px;border:1px dashed rgba(148,163,184,.2)}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state h3{font-size:1.25rem;font-weight:600;color:#f1f5f9;margin-bottom:.5rem}.empty-state p{font-size:.875rem;color:#94a3b8;max-width:300px}@media (max-width: 640px){.referrals-header{gap:.625rem}.referrals-stat{padding:.875rem}.referrals-stat-value{font-size:1.5rem}.referral-avatar{width:40px;height:40px;font-size:1.125rem}.referral-card-body{gap:.75rem}}.withdrawals{display:flex;flex-direction:column;gap:1.5rem}.balance-card{background:linear-gradient(135deg,#38bdf8,#818cf8);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 8px 24px #38bdf84d}.balance-icon{width:56px;height:56px;background:#fff3;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0}.balance-info{flex:1}.balance-label{font-size:.875rem;color:#ffffffe6;margin-bottom:.375rem}.balance-amount{font-size:2rem;font-weight:700;color:#fff}.withdrawal-form{background:#1e293b80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:1.5rem}.form-title{font-size:1.125rem;font-weight:600;color:#f1f5f9;margin-bottom:1.25rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#94a3b8;margin-bottom:.5rem}.form-input,.form-select{width:100%;padding:.875rem 1rem;background:#0f172a80;border:1px solid rgba(148,163,184,.2);border-radius:12px;color:#f1f5f9;font-size:.9375rem;transition:all .2s ease}.form-input:focus,.form-select:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf81a}.amount-input-wrapper{position:relative}.input-currency{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#64748b;font-weight:600;font-size:.875rem}.form-hint{font-size:.75rem;color:#64748b;margin-top:.375rem}.quick-amounts{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.quick-amount-btn{flex:1;min-width:calc(20% - .4rem);padding:.625rem .75rem;background:#38bdf81a;border:1px solid rgba(56,189,248,.2);border-radius:10px;color:#38bdf8;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease}.quick-amount-btn:not(:disabled):active{transform:scale(.95);background:#38bdf833}.quick-amount-btn:disabled{opacity:.4;cursor:not-allowed}.withdraw-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#38bdf8,#818cf8);border:none;border-radius:12px;color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.withdraw-btn:not(:disabled):active{transform:scale(.98)}.withdraw-btn:disabled{opacity:.6;cursor:not-allowed}.btn-loader{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.form-info{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(148,163,184,.1);display:flex;flex-direction:column;gap:.5rem}.form-info p{font-size:.8125rem;color:#64748b;display:flex;align-items:center;gap:.5rem}.withdrawal-history{background:#1e293b80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:1.5rem}.history-list{display:flex;flex-direction:column;gap:.75rem}.history-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0f172a80;border-radius:12px}.history-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;flex-shrink:0}.history-icon.pending{background:#fbbf2426}.history-icon.completed{background:#22c55e26;color:#22c55e}.history-info{flex:1}.history-method{font-size:.875rem;font-weight:600;color:#f1f5f9;margin-bottom:.25rem}.history-date{font-size:.75rem;color:#64748b}.history-amount{text-align:right}.history-amount .amount{font-size:.9375rem;font-weight:700;color:#f1f5f9;margin-bottom:.25rem}.history-amount .status{font-size:.75rem;font-weight:600}.history-amount .status.pending{color:#fbbf24}.history-amount .status.completed{color:#22c55e}@media (max-width: 640px){.balance-card{padding:1.25rem}.balance-icon{width:48px;height:48px;font-size:1.75rem}.balance-amount{font-size:1.75rem}.withdrawal-form{padding:1.25rem}.quick-amounts{gap:.375rem}.quick-amount-btn{font-size:.75rem;padding:.5rem .625rem}}.app{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(to bottom,#0f172a,#1e293b)}.app-header{position:sticky;top:0;z-index:100;background:#0f172af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(148,163,184,.1);padding:env(safe-area-inset-top) 0 0}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem}.app-header h1{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#38bdf8,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.user-info{display:flex;align-items:center;gap:.75rem}.user-name{font-size:.875rem;font-weight:500;color:#e2e8f0}.user-level{padding:.25rem .75rem;background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.app-main{flex:1;padding:1.25rem;padding-bottom:calc(80px + 1.25rem + env(safe-area-inset-bottom));animation:fadeIn .3s ease-in-out}.loading-screen,.error-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.loading-container{display:flex;align-items:center;justify-content:center;min-height:50vh}.error-icon{font-size:4rem;margin-bottom:1rem}.error-screen h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#ef4444}.error-screen p{color:var(--tg-theme-hint-color);font-size:.875rem}@media (max-width: 640px){.app-header h1{font-size:1.25rem}.header-content{padding:.875rem 1rem}.app-main{padding:1rem;padding-bottom:calc(70px + 1rem + env(safe-area-inset-bottom))}}*{transition:background-color .2s ease,border-color .2s ease}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.block{display:block}.border{border-width:1px}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-500{--tw-gradient-from: #10b981 var(--tw-gradient-from-position);--tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-cyan-600{--tw-gradient-to: #0891b2 var(--tw-gradient-to-position)}.to-pink-600{--tw-gradient-to: #db2777 var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to: #dc2626 var(--tw-gradient-to-position)}.to-teal-600{--tw-gradient-to: #0d9488 var(--tw-gradient-to-position)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}:root{--tg-theme-bg-color: #0f172a;--tg-theme-text-color: #ffffff;--tg-theme-hint-color: #94a3b8;--tg-theme-link-color: #38bdf8;--tg-theme-button-color: #0ea5e9;--tg-theme-button-text-color: #ffffff}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}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;background:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);overflow-x:hidden;overscroll-behavior:none}#root{min-height:100vh;width:100%}body{overscroll-behavior-y:contain}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b880}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader{width:40px;height:40px;border:4px solid rgba(56,189,248,.1);border-top-color:#38bdf8;border-radius:50%;animation:spin .8s linear infinite}@supports (padding: max(0px)){body{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right))}}
