*{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}:root{--bg: #ffffff;--bg-secondary: #f5f5f5;--text: #111111;--muted: #666666;--card: #ffffff;--setting_button: #f3f3f386;--border: #e6e6e6;--accent: #FFF001;--button-bg: #f5f5f5;--button-fg: #111111}[data-theme=dark]{--bg: #0b0b0b;--bg-secondary: #181818;--text: #ffffff;--muted: #aaaaaa;--card: #222222;--setting_button: #222222;--border: #222222;--accent: #FFF001;--button-bg: #1e1e1e;--button-fg: #ffffff}html,body,#root{background-color:var(--bg);color:var(--text)}.qr-container{position:relative;width:100%;height:100vh;background:#000;overflow:hidden}.qr-camera-wrapper{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:0}.qr-camera-video{width:100vw!important;height:100vh!important;object-fit:cover!important;position:absolute;top:0;left:0;z-index:0}.qr-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:2rem;pointer-events:none}.qr-mask{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000a6;clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%,0% 0%,15% 30%,15% 70%,85% 70%,85% 30%);z-index:1;pointer-events:none}.qr-hint{color:var(--text);font-size:.9rem;text-align:center;margin-bottom:1.5rem;background-color:#0009;padding:.5rem 1rem;border-radius:12px;z-index:3}.qr-highlight-box{position:relative;width:250px;height:250px;border:2px solid rgba(255,255,255,.3);border-radius:12px;z-index:3}.qr-corner{position:absolute;width:20px;height:20px;border:3px solid var(--text)}.qr-corner.top-left{top:-3px;left:-3px;border-right:none;border-bottom:none;border-radius:12px 0 0}.qr-corner.top-right{top:-3px;right:-3px;border-left:none;border-bottom:none;border-radius:0 12px 0 0}.qr-corner.bottom-left{bottom:-3px;left:-3px;border-right:none;border-top:none;border-radius:0 0 0 12px}.qr-corner.bottom-right{bottom:-3px;right:-3px;border-left:none;border-top:none;border-radius:0 0 12px}.qr-scan-line{position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#00ff00,transparent);animation:scan 2s linear infinite}@keyframes scan{0%{top:0}to{top:100%}}.qr-start-button{flex:1;max-width:200px;background-color:#ece543;color:var(--text);border:none;padding:.6rem 1.2rem;border-radius:10px;font-size:1rem;cursor:pointer}.qr-buttons{position:absolute;bottom:20px;width:100%;left:50%;transform:translate(-50%);display:flex;gap:1rem;width:calc(100% - 2rem);max-width:480px;padding:0 1rem;z-index:10}.qr-start-button,.qr-gallery-button{flex:1;border:none;max-width:180px;padding:.6rem 1.2rem;border-radius:20px;font-size:1rem;cursor:pointer}.qr-start-button{background-color:#fff;color:var(--text)}.qr-gallery-button{background-color:#8d8d8d;color:var(--text);transition:background-color .2s ease}.qr-icon-btn{width:56px;height:56px;border-radius:50%;background:#1a1a1a;border:none;display:flex;align-items:center;justify-content:center;transition:background .2s;box-shadow:0 2px 8px #0000002e;cursor:pointer;outline:none}.qr-icon-btn:hover{background:var(--bg-secondary)}.qr-icon-btn svg{color:var(--text);width:32px;height:32px}.qr-icon-btn:disabled{background:var(--bg-secondary);cursor:not-allowed;pointer-events:none}.qr-icon-btn:disabled svg{color:var(--muted)!important}@media (max-width: 430px){.qr-buttons{gap:20px!important;padding:0 4px}.qr-icon-btn{width:60px;height:60px}.qr-icon-btn svg{width:30px;height:30px}}.qr-nodetect-modal{position:fixed;top:24px;left:50%;transform:translate(-50%);background:var(--bg-secondary);color:var(--text);border-radius:14px;box-shadow:0 4px 24px #0000002e;display:flex;align-items:center;min-width:220px;max-width:90vw;padding:14px 18px 14px 14px;z-index:1000;font-size:15px;animation:fadeInUp .35s cubic-bezier(.4,1.4,.6,1) both}.qr-nodetect-modal.leaving{animation:fadeOutUp .35s cubic-bezier(.4,1.4,.6,1) both}.qr-nodetect-close{background:none;border:none;margin-left:10px;cursor:pointer;padding:4px;border-radius:50%;transition:background .15s}.qr-nodetect-close:hover{background:#333}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,24px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeOutUp{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-24px)}}.qr-processing-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#232323;color:#fff;border-radius:14px;box-shadow:0 4px 24px #0000002e;display:flex;align-items:center;padding:20px 24px;z-index:1000;font-size:16px;animation:fadeInUp .35s cubic-bezier(.4,1.4,.6,1) both}.qr-processing-spinner{width:20px;height:20px;border:2px solid #444;border-top:2px solid var(--text);border-radius:50%;animation:spin 1s linear infinite;margin-right:12px}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;z-index:10000;display:flex;justify-content:center;align-items:flex-end;padding-bottom:10px}.modal-container{width:90%;max-width:400px;background:#121212;border-radius:24px;padding:1.5rem;color:#fff;position:relative;font-family:sans-serif}.modal-header{display:flex;justify-content:space-between;align-items:center}.modal-logo{display:flex;align-items:center;gap:.6rem}.logo-icon{background:#ff0;color:#000;font-weight:700;border-radius:50%;padding:.3rem .6rem}.logo-title{font-weight:600}.logo-subtitle{font-size:.8rem;color:var(--muted)}.modal-close{background:none;border:none;font-size:1.5rem;color:#fff;cursor:pointer}.modal-box{background:#1d1d1d;border-radius:12px;padding:1rem;margin-top:1rem}.modal-box.light{background:#2d2d2d}.modal-label{font-size:.9rem;color:#ccc}.modal-value{font-size:1.3rem;margin-top:.5rem}.modal-subtext{margin-top:.6rem;font-size:.8rem;color:#777}.modal-rate{margin-top:.2rem;font-weight:500}.modal-token{display:flex;gap:.7rem;align-items:center}.token-icon{background:#26a17b;width:36px;height:36px;border-radius:50%;text-align:center;line-height:36px;font-weight:700}.token-name{font-weight:500}.token-balance{font-size:.85rem;color:var(--muted)}.modal-summary{display:flex;justify-content:space-between;margin:1.2rem 0}.summary-label{font-weight:500}.summary-subtext{font-size:.8rem;color:var(--muted)}.summary-amount{font-size:1.4rem;font-weight:700}.modal-pay{width:100%;background:#ffe200;color:#000;border:none;padding:1rem;border-radius:16px;font-weight:600;cursor:pointer}.modal-pay.done{background-color:#26a17b}.modal-pay.process{color:#fff;background-color:#777}.modal-success-fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--bg);z-index:10001;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:0;box-sizing:border-box;margin-bottom:70px}.modal-success-header{width:100vw;display:flex;align-items:center;padding:32px 0 0;justify-content:flex-start}.modal-success-back{background:none;border:none;color:var(--text);font-size:2.2rem;margin-left:18px;margin-right:12px;cursor:pointer}.modal-success-title{color:var(--text);font-size:1.25rem;font-weight:500}.modal-success-content{flex:1;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-top:32px;box-sizing:border-box}.modal-success-checkmark{margin-top:24px;margin-bottom:32px;display:flex;justify-content:center;align-items:center}.modal-success-circle{width:100px;height:100px;border-radius:50%;background:#ffe200;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 0 0 24px #ffe20026,0 0 0 48px #ffe20012}.modal-success-check{color:var(--text);font-size:4.5rem;font-weight:700}.modal-success-text{color:var(--text);font-size:.8rem;margin-top:8px;text-align:center}.modal-success-amount{color:#ffe200;font-size:1.5rem;font-weight:700;text-align:center}.modal-success-btn{width:90vw;max-width:420px;background:#ffe200;color:var(--text);border:none;padding:1.1rem 0;border-radius:18px;font-size:1.15rem;font-weight:600;cursor:pointer;align-self:center;margin-bottom:32px;margin-top:0;position:relative;bottom:0}.modal-details{width:90vw;max-width:420px;margin:0 auto 18px;border-radius:18px;background:var(--card);overflow:hidden;transition:box-shadow .2s;box-shadow:0 2px 12px #00000014}.modal-details-toggle{width:100%;background:none;border:none;color:var(--muted);font-size:1.1rem;font-weight:400;padding:10px 22px 10px 18px;text-align:left;display:flex;align-items:center;justify-content:space-between;cursor:pointer;border-radius:18px;transition:background .15s}.modal-details-toggle:hover{background:var(--bg-secondary)}.modal-details-content{max-height:0;opacity:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s;padding:0 22px}.modal-details.open .modal-details-content{max-height:600px;opacity:1;padding-bottom:18px;padding-top:2px}.modal-details-row{display:flex;justify-content:space-between;align-items:center;border-bottom:1px dashed var(--border);padding:12px 0 0;font-size:1.05rem}.modal-details-row:last-child{border-bottom:none}.modal-details-value{color:var(--text);font-weight:500;display:flex;align-items:center;gap:2px}.modal-pay.cancel{background:#e74c3c;color:var(--text);border:none}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-6px)}80%{transform:translate(6px)}to{transform:translate(0)}}.shake-once{animation:shake .5s}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background-color:#181818;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #00000080}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 0;margin-bottom:16px}.modal-title{margin:0;color:#fff;font-size:18px;font-weight:600}.modal-close-btn{background:none;border:none;color:#aaa;font-size:20px;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;line-height:1}.modal-close-btn:hover{color:#fff;background-color:#ffffff1a}.modal-body{padding:0 20px 20px}.pin-modal{display:flex;flex-direction:column;gap:12px}.pin-input{width:100%;text-align:center;font-size:28px;letter-spacing:10px;padding:12px 8px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:var(--card);color:var(--text)}.pin-error{color:#ff6b6b;font-weight:600}.pin-attempts{color:var(--muted)}.pin-lock{color:#ffa800;font-weight:600}.btn-logout{margin-top:8px;background:#ff6b6b;color:#fff;border:none;border-radius:12px;padding:12px;font-weight:700}.pinpad{display:flex;flex-direction:column;align-items:center;gap:24px;padding-bottom:8px}.pin-dots{display:flex;gap:12px;margin-top:8px}.pin-dot{width:12px;height:12px;border-radius:50%;background:#2e2e2e}.pin-dot.filled{background:#fff001}.pin-grid{width:100%;max-width:360px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pin-key{aspect-ratio:1 / 1;border-radius:999px;background:#1e1e1e;color:#fff;border:none;font-size:24px}.pin-key.back{font-size:28px}.wallet-container_header{display:flex;flex-direction:column;justify-content:center;border-radius:48px;padding:20px}.wallet-container_header_top{display:flex;flex-direction:row;justify-content:space-between}.wallet-container_header_top_user{display:flex;flex-direction:row;align-items:center}.wallet-container_header_top_user_avatar{background:linear-gradient(150deg,red 20%,#00f);border-radius:50%;width:70px;height:70px}.wallet-container_header_top_user_name{margin-left:14px;color:var(--text)}.wallet-container_header_top_user_name p:nth-child(2){font-size:24px;font-weight:600}.wallet-container_header_top_user_name p:nth-child(1){font-size:16px;font-weight:400;color:var(--muted)}.wallet-container_header_top_settings{font-size:10px;display:flex;align-items:center;gap:10px}.wallet-container_header_top_settings svg{border-radius:10px;width:40px;height:40px;color:var(--text);background-color:#141413;border:hsla(0,0%,0%,.1) solid 1px}.wallet-container_header_balance{margin:10px 0 0 15px}.wallet-container_header_balance_top{padding-bottom:10px;font-size:20px}.wallet-container_header_balance_top p{margin:0;color:var(--text);font-weight:500;display:flex;align-items:center}.wallet-container_header_balance_top p>span{color:var(--text)}.wallet-container_header_balance_top_address{color:#d2d2d2b3;font-size:8px;font-weight:400}.wallet-container_header_balance_top_plus{width:40px;height:40px;margin-left:10px;border-radius:15px;font-size:25px;display:flex;align-items:center;justify-content:center;background-color:#1e1e1e}.wallet-container_header_balance_bottom{margin-bottom:10px;background-color:#ece543;box-shadow:0 2px 12px #00000014;border-radius:20px;padding:20px 20px 5px}.wallet-container_header_balance_bottom p:nth-child(1){color:var(--muted);font-size:14px;line-height:10px}.wallet-container_header_balance_bottom p:nth-child(2){color:#000;font-size:50px;line-height:60px;font-weight:700}.wallet-container_header_buttons{display:flex;flex-direction:row;justify-content:center;gap:8px}.wallet-container_header_buttons button{color:var(--button-fg);width:45%;outline:none;font-size:12px;background-color:var(--button-bg);padding:16px 8px;border:none;border-radius:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;height:85px}.wallet-container_header_button_send,.wallet-container_header_button_withdraw,.wallet-container_header_button_qr{transition:all .2s ease}.wallet-container_header_button_send:hover,.wallet-container_header_button_withdraw:hover,.wallet-container_header_button_qr:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.wallet-container_header_button_qr svg,.wallet-container_header_button_send svg,.wallet-container_header_button_withdraw svg{font-size:28px;color:var(--button-fg);margin-bottom:4px}.wallet-container_history{padding:10px 20px 40px;display:flex;flex-direction:column}.wallet-container_history_title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-bottom:10px}.wallet-container_history_title p:nth-child(2){color:var(--accent)}.wallet-container_main_history{display:flex;flex-direction:column;gap:10px}.favorites-list{margin:0 auto}.favorites-list h2{color:var(--text);margin-bottom:1rem}.favorites-cards{display:flex;gap:1rem}.transfer-item{display:flex;justify-content:space-between;align-items:flex-start;background:#1e1e1e;padding:.75rem 1rem;border-radius:12px;margin-bottom:.75rem}.transfer-item-left{display:flex;align-items:center;gap:.75rem}.transfer-item-icon{position:relative;width:40px;height:40px}.transfer-item-info{display:flex;flex-direction:column}.transfer-item-icon_svg{background-color:#fff;color:#000;border-radius:50%;position:absolute;transform:translate(30px,15px)}.transfer-item-title{color:var(--text);font-size:1rem;font-weight:600;margin:0}.transfer-item-date{color:var(--muted);font-size:.85rem;margin:.25rem 0 0}.transfer-item-status{color:#fbbf24;font-size:.85rem;margin:.25rem 0 0}.transfer-item-right{text-align:right}.transfer-item-amount{font-size:1rem;font-weight:600;margin:0}.transfer-item-amount.negative{color:#f87171}.transfer-item-amount.positive{color:#34d399}.transfer-item-type{color:var(--muted);font-size:.85rem;margin:.25rem 0 0}.price-card{background:var(--card);box-shadow:0 2px 12px #00000014;border-radius:16px;padding:1rem;color:var(--text);display:flex;flex-direction:column;gap:.5rem;max-width:300px}.price-card-header{display:flex;justify-content:space-between;align-items:center}.price-card-header h3{margin:0;font-size:.7rem}.price-card-change{font-size:.9rem;font-weight:600}.price-card-change.up{color:#34d399}.price-card-change.down{color:#f87171}.price-card-chart{flex:1;min-height:120px}.price-card-footer{display:flex;justify-content:space-between;align-items:center}.price-card-symbol{font-weight:600}.price-card-current{font-size:.8rem}.favorites_coin{padding-top:24px;display:flex;flex-direction:column;width:100%;height:100%}.favorites_coin_filter{display:flex;flex-direction:row;align-items:center;width:100%;height:50px;padding:0 20px;background-color:var(--color-background)}.favorites_coin_filter_item{margin-left:4px;gap:10px}.favorites_coin_filter .favorites_coin_filter_item:nth-child(1){color:#000;background-color:#fff001;padding:12px 16px;border-radius:12px;border:1px solid #FFF001}.favorites_coin_filter .favorites_coin_filter_item:nth-child(2){color:#9b9b9b;background-color:#0f0f0f;border:1px solid #9b9b9b;padding:12px 16px;border-radius:12px}.favorites_coin_filter .favorites_coin_filter_item:nth-child(3){color:#fff;padding:12px 16px;border-radius:12px}.favorite_coin_item{display:flex;background-color:var(--card);box-shadow:0 2px 12px #00000014;border-radius:20px;flex-direction:row;align-items:center;margin-bottom:8px;margin-top:12px;width:100%;height:80px;padding:0 20px}.favorite_coin_item_icon img{width:40px;height:40px;border-radius:50%}.favorite_coin_item_info{width:100%;padding-left:12px;font-size:14px}.favorite_coin_item_name{font-weight:500;color:var(--text)}.favorite_coin_item_shortname{color:var(--muted)}.favorite_coin_item_price{display:flex;flex-direction:column;align-items:flex-end}.favorite_coin_item_price_percent{font-weight:400}.favorite_coin_item_price_percent.up{color:#34d399}.favorite_coin_item_price_percent.down{color:#f87171}.favorites_coin_filter_item.active{color:#000;background-color:#fff001;border:1px solid #FFF001}*{margin:0;padding:0;box-sizing:border-box}html{background-color:var(--bg)!important}body{background-color:var(--bg)!important;color:var(--text);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;min-height:100vh;overscroll-behavior-y:contain}.background_shadow_drop{z-index:-999;position:absolute;right:0;top:-100px;width:10px;border-radius:50%;height:10px;background-color:#ece543;box-shadow:-60px 140px 200px 80px #ece543}.app-wrapper{margin-bottom:70px}.blocked-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:24px}.blocked-card{width:100%;max-width:520px;background:var(--card);border-radius:16px;box-shadow:0 10px 30px #00000040;padding:32px 24px;text-align:center}.blocked-logo{width:72px;height:72px;border-radius:16px;margin:0 auto 16px;display:block}.blocked-title{font-size:22px;margin-bottom:8px}.blocked-text{color:var(--muted);margin-bottom:20px}.btn-telegram{display:inline-block;background:#24a1de;color:#fff;text-decoration:none;padding:14px 18px;border-radius:12px;font-weight:600}.app-container{max-width:768px;margin:0 auto;padding:1rem}h1,h2,h3{margin-bottom:1rem;font-weight:600}.bottom-nav{position:fixed;bottom:10px;left:30px;right:30px;border-radius:30px;box-shadow:0 0 10px #0003;background-color:var(--card);display:flex;justify-content:space-around;align-items:center;padding:1.7rem 0;z-index:1000}.nav-link{display:flex;flex-direction:column;align-items:center;color:var(--muted);text-decoration:none;font-size:.75rem;transition:color .2s ease}.nav-link.active,.nav-link:hover{color:var(--accent)}@media (max-width: 600px){.app-container{padding:.5rem}.navbar{flex-direction:column;padding:.5rem}}.onboarding{position:relative;width:100%;height:100vh;background:var(--bg);color:var(--text);overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.onboarding-slide{flex:1;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.logo-slide{background:radial-gradient(circle at center 30%,rgba(255,226,0,.3),transparent 70%);position:relative}.logo-container{position:absolute;top:35%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;width:100px;height:100px;background:#0d0d0d;border-radius:20px;box-shadow:0 0 40px #ffe20066}.logo{width:60px;height:auto}.qr-slide{position:relative;display:flex;flex-direction:column;height:100%}.qr-container{position:relative;display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.qr-code{width:250px;height:250px;background-color:transparent;mask-image:linear-gradient(to bottom,#fff 50%,#ffe200 50%);-webkit-mask-image:linear-gradient(to bottom,white 50%,#FFE200 50%)}.qr-scan-text{margin-top:10px;color:#ffe200;font-size:16px}.wallet-slide{position:relative}.wallet-id-container{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:600px;text-align:center}.wallet-id{padding:15px;background-color:#ffffff1a;border-radius:10px;font-family:monospace;font-size:14px;color:#ffe200;overflow-x:auto;white-space:nowrap}.onboarding-content{color:var(--text);padding:0 20px 20px}.onboarding-content h1{margin:0 0 10px;font-size:24px;line-height:1.3;font-weight:600}.onboarding-content p{margin:0;font-size:16px;color:#ffffffb3;line-height:1.4}.onboarding-footer{padding:20px;display:flex;flex-direction:column;align-items:center}.pagination{display:flex;justify-content:center;margin-bottom:20px}.pagination-dot{width:8px;height:8px;border-radius:50%;background-color:#ffffff4d;margin:0 5px}.pagination-dot.active{background-color:#ffe200;width:25px;border-radius:4px}.btn-next{background-color:#ffe200;color:var(--text);border:none;border-radius:30px;padding:15px;width:100%;max-width:600px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-next:hover{background-color:#e6cb00}.btn-next:disabled{background-color:#666;color:#999;cursor:not-allowed}.history-item{display:flex;align-items:center;background:var(--bg-secondary);border-radius:18px;padding:16px 18px;margin-bottom:14px;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s}.history-item-avatar{width:44px;height:44px;border-radius:50%;background:var(--card);display:flex;align-items:center;justify-content:center;font-size:22px;margin-right:14px}.history-item-icon.in,.history-item-icon.out{color:var(--muted)}.history-item-info{flex:1}.history-item-title{font-size:16px;color:var(--text);font-weight:500}.history-item-category{font-size:13px;color:var(--muted);margin-top:2px}.history-item-amount{font-size:18px;font-weight:600;min-width:80px;text-align:right;transition:color .2s}.history-item-amount.positive{color:#ffe14a}.history-item-amount.negative{color:var(--text)}.fade-in{animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.history-filter-row{display:flex;gap:12px;margin:18px 0}.history-filter-dropdown{position:relative;min-width:120px}.history-filter-btn{width:100%;background:var(--bg-secondary);color:var(--text);border:none;border-radius:14px;padding:10px 18px;font-size:15px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background .2s}.history-filter-btn:focus{outline:none;background:#2c2c2c}.history-filter-arrow{margin-left:8px;font-size:13px}.history-filter-list-wrapper{position:absolute;top:110%;left:0;right:0;z-index:10;pointer-events:none;opacity:0;transform:translateY(-10px);transition:opacity .2s,transform .2s}.history-filter-dropdown.open .history-filter-list-wrapper{pointer-events:auto;opacity:1;transform:translateY(0)}.history-filter-list{background:var(--bg-secondary);border-radius:14px;margin:0;padding:6px 0;list-style:none;box-shadow:0 2px 8px #0000001f}.history-filter-list li{padding:10px 18px;color:var(--text);cursor:pointer;font-size:15px;transition:background .15s}.history-filter-list li.selected,.history-filter-list li:hover{background:#2c2c2c}.history{background:var(--bg);min-height:100vh;padding:0 0 80px}.history-header{display:flex;align-items:center;padding:24px 18px 10px}.history-header_back{width:36px;height:36px;border-radius:50%;background:var(--card);margin-right:10px;display:flex;align-items:center;justify-content:center}.history-header_title{flex:1;text-align:left}.history-header_title p{color:var(--text);font-size:22px;font-weight:600;margin:0}.history-list{padding:0 18px;margin-top:10px}.history-empty{color:var(--muted);text-align:center;margin-top:40px;font-size:18px}.deposit-bg{min-height:100vh;background:var(--bg);color:var(--text);font-family:inherit}.deposit-header{display:flex;align-items:center;padding:32px 0 18px;justify-content:center;position:relative}.deposit-back-btn{position:absolute;left:18px;top:24px;background:none;border:none;color:var(--text);font-size:28px;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer}.deposit-title{font-size:22px;font-weight:500}.deposit-question{text-align:center;font-size:22px;font-weight:400;margin:32px 0;line-height:1.3}.deposit-options{width:92vw;max-width:480px;margin:0 auto}.deposit-option-btn{width:100%;background:var(--card);border:none;border-radius:18px;display:flex;align-items:center;padding:18px;margin-bottom:18px;cursor:pointer;box-shadow:0 2px 12px #00000014;transition:background .15s}.deposit-option-btn:active{background:var(--bg-secondary)}.deposit-option-icon{background:#ffe200;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;margin-right:16px}.deposit-option-label{flex:1;text-align:left}.deposit-option-title{font-size:18px;font-weight:500;color:var(--text)}.deposit-option-desc{font-size:15px;color:var(--muted)}.deposit-option-arrow{color:var(--text);font-size:22px;margin-left:8px}.deposit-soon-label{color:var(--muted);font-size:17px;margin:18px 0 8px 8px}.deposit-option-disabled{width:100%;background:var(--card);border-radius:18px;display:flex;align-items:center;padding:18px;margin-bottom:14px;opacity:.5}.deposit-option-icon-disabled{background:var(--border);border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;margin-right:16px}.deposit-network-continue-btn{width:92vw;max-width:480px;margin:48px auto 24px;display:block;background:#ffe200;color:var(--text);border:none;border-radius:18px;font-size:1.18rem;font-weight:500;padding:18px 0;cursor:pointer;transition:background .18s}.deposit-network-continue-btn:active{background:#ffe900}@media (max-width: 500px){.deposit-options{width:98vw;max-width:100vw}}.deposit-step{will-change:transform}.deposit-step.swipe-left{transform:translate(-100vw)!important}.deposit-step.swipe-right{transform:translate(100vw)!important}.deposit-qr-block{background:var(--card);border-radius:28px;padding:24px;width:90vw;max-width:380px;display:flex;flex-direction:column;align-items:center;margin:0 auto}.deposit-qr-caption{color:var(--muted);font-size:15px;margin-top:18px;text-align:center}.deposit-qr-address-block{background:var(--card);border-radius:22px;padding:18px 18px 10px;width:90vw;max-width:380px;color:var(--text);text-align:center;font-size:17px;font-weight:500;margin:24px auto 0}.deposit-qr-address{font-size:17px;font-weight:600;word-break:break-all;margin-bottom:8px}.deposit-qr-warning{color:var(--muted);font-size:14px;font-weight:400;margin-bottom:2px}@media (max-width: 500px){.deposit-qr-block,.deposit-qr-address-block{width:98vw;max-width:100vw;padding:12px}}@media (max-height: 800px){.deposit-qr-block{padding:1px;border-radius:6px}.deposit-qr-block .react-qrcode-logo{width:90px!important;height:90px!important;min-width:90px!important;min-height:90px!important;max-width:90px!important;max-height:90px!important}.deposit-qr-address-block{padding:2px 1px 1px;border-radius:4px;font-size:9px;margin-top:4px}.deposit-qr-address,.deposit-qr-title{font-size:9px}.deposit-network-continue-btn,.deposit-qr-back-btn{font-size:.7rem;padding:4px 0;border-radius:4px;max-width:99vw;margin-bottom:4px;min-height:28px}.deposit-qr-copy-btn{margin-top:4px;margin-bottom:2px}.deposit-qr-title-icon{width:10px;height:10px}.deposit-qr-center{margin-top:4px}.deposit-qr-caption{font-size:9px;margin-top:2px}.deposit-qr-address-label{margin-bottom:2px}.deposit-qr-btns-fixed{position:fixed;left:0;right:0;bottom:0;background:var(--bg);z-index:1002;display:flex;flex-direction:column;gap:4px;padding:4px 0;box-shadow:0 -2px 12px #0000001f}}.deposit-qr-title{display:flex;align-items:center;gap:8px}.deposit-qr-title-row{display:flex;align-items:center;gap:6px}.deposit-qr-title-icon{background:#26a17b;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.deposit-qr-center{width:100%;display:flex;justify-content:center;margin-top:24px}.deposit-qr-address-label{margin-bottom:8px}.deposit-qr-copy-btn{margin-top:38px;margin-bottom:12px}.deposit-qr-back-btn{background:var(--card)!important;color:var(--text)!important;margin:0 auto 24px!important;width:92vw;max-width:480px;border:none;border-radius:18px;font-size:1.18rem;font-weight:500;padding:18px 0;display:block}.withdraw-page{min-height:100vh;background:var(--bg);color:var(--text);padding:0;position:relative}.withdraw-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:20px;padding:20px}.loading-spinner{width:40px;height:40px;border:3px solid var(--muted);border-top:3px solid var(--accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.withdraw-form{padding:20px}.withdraw-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:0 20px;background:var(--bg);position:sticky;top:0;z-index:100;border-bottom:1px solid var(--border)}.back-btn{background:var(--button-bg);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--button-fg);cursor:pointer;transition:all .2s ease}.back-btn:hover{transform:scale(1.1);background:var(--accent)}.withdraw-title{font-size:20px;font-weight:600;margin:0;color:var(--text)}.withdraw-balance{margin-bottom:20px}.balance-card{background:var(--card-bg);border-radius:20px;padding:20px;text-align:center;border:1px solid var(--border);margin:0 20px}.balance-label{font-size:14px;color:var(--muted);margin:0 0 8px}.balance-amount{font-size:28px;font-weight:700;margin:0;color:var(--accent)}.withdraw-fields{margin-bottom:20px;padding:0 20px}.field-group{margin-bottom:20px}.field-label{display:block;font-size:14px;font-weight:500;margin-bottom:8px;color:var(--text)}.field-input-wrapper{position:relative;border-radius:12px;border:1px solid var(--border);background:var(--card-bg);transition:all .2s ease;display:flex;align-items:center}.field-input-wrapper:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px #fff0011a}.field-input-wrapper.valid{border-color:#22c55e}.field-input-wrapper.invalid{border-color:#ef4444}.field-input{width:100%;padding:14px 16px;border:none;background:transparent;font-size:16px;color:var(--text);outline:none;border-radius:12px}.field-input::placeholder{color:var(--muted)}.field-currency{padding:16px;font-size:14px;font-weight:500;color:var(--muted)}.validation-icon{position:absolute;right:16px;font-size:20px}.validation-icon.valid{color:#22c55e}.validation-icon.invalid{color:#ef4444}.validation-message{font-size:14px;margin:8px 0 0}.validation-message.valid{color:#22c55e}.validation-message.invalid{color:#ef4444}.field-hint{font-size:14px;color:var(--muted);margin:8px 0 0}.withdraw-calculation{background:var(--card-bg);border-radius:16px;padding:16px;margin:0 20px 20px;border:1px solid var(--border)}.calculation-header{font-size:14px;font-weight:600;margin-bottom:12px;text-align:center;color:var(--accent)}.calculation-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:14px;color:var(--text)}.calculation-row.total{font-size:16px;font-weight:600;color:var(--accent);margin-top:8px;padding-top:8px;border-top:1px solid var(--border)}.calculation-divider{height:1px;background:var(--border);margin:8px 0}.withdraw-actions{padding:0 20px 20px}.withdraw-btn{width:100%;padding:16px;border:none;border-radius:30px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:12px;color:var(--button-fg);display:flex;align-items:center;justify-content:center;gap:8px;height:50px}.withdraw-btn.enabled{background:var(--button-bg)}.withdraw-btn.enabled:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.withdraw-btn.disabled{background:var(--muted);color:var(--text);cursor:not-allowed;opacity:.5}.withdraw-info{font-size:14px;color:var(--muted);margin:0}.withdraw-confirmation{max-width:500px;margin:0 auto}.confirm-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.confirm-title{font-size:24px;font-weight:600;margin:0;text-align:center}.confirm-details{margin-bottom:30px}.confirm-section{margin-bottom:24px}.confirm-section h3{font-size:16px;font-weight:500;margin:0 0 12px;color:var(--text)}.confirm-address{background:var(--card-bg);border-radius:8px;padding:12px;font-family:monospace;font-size:14px;word-break:break-all;border:1px solid var(--border);margin:0}.confirm-calculation{background:var(--card-bg);border-radius:12px;padding:16px;border:1px solid var(--border)}.confirm-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:14px}.confirm-row.total{font-size:16px;font-weight:600;color:var(--accent)}.confirm-divider{height:1px;background:var(--border);margin:12px 0}.confirm-actions{display:flex;flex-direction:column;gap:12px}.confirm-btn{width:100%;padding:16px;border:none;border-radius:12px;font-size:16px;font-weight:600;background:var(--accent);color:#000;cursor:pointer;transition:all .2s ease}.confirm-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #fff0014d}.cancel-btn{width:100%;padding:16px;border:1px solid var(--border);border-radius:12px;font-size:16px;font-weight:500;background:transparent;color:var(--text);cursor:pointer;transition:all .2s ease}.cancel-btn:hover{background:var(--card-bg)}.withdraw-processing{padding:20px;text-align:center}.processing-header{margin-bottom:40px}.processing-title{font-size:20px;font-weight:600;margin:0;color:var(--text)}.processing-progress{margin-bottom:30px}.progress-step{background:var(--card-bg);border-radius:16px;padding:24px;border:1px solid var(--border);margin:0 20px}.progress-text{font-size:16px;font-weight:500;margin-bottom:12px;color:var(--text)}.progress-bars{font-family:monospace;font-size:14px;color:var(--accent);letter-spacing:1px;background:var(--bg);padding:8px 12px;border-radius:8px;border:1px solid var(--border)}.processing-info{color:var(--muted);padding:0 20px}.processing-info p{margin:8px 0;font-size:14px}.withdraw-result{padding:20px;text-align:center}.result-header{margin-bottom:30px}.result-title{font-size:20px;font-weight:600;margin:0;color:#22c55e}.result-details{margin-bottom:30px}.result-icon{font-size:64px;margin-bottom:20px}.result-message{font-size:16px;margin:0 0 24px;color:var(--text)}.result-summary{background:var(--card-bg);border-radius:16px;padding:16px;border:1px solid var(--border);margin:0 20px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:14px;color:var(--text)}.address-short{font-family:monospace;font-size:12px;color:var(--muted)}.result-actions{display:flex;flex-direction:column;gap:12px;padding:0 20px}.result-btn{width:100%;padding:16px;border:none;border-radius:30px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;color:var(--button-fg);height:50px}.result-btn:not(.secondary){background:var(--button-bg)}.result-btn.secondary{background:var(--card-bg);color:var(--text);border:1px solid var(--border)}.result-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media (max-width: 480px){.withdraw-page{padding:16px}.withdraw-title,.confirm-title,.processing-title,.result-title{font-size:20px}.balance-amount{font-size:28px}.field-input,.withdraw-btn,.confirm-btn,.cancel-btn,.result-btn{font-size:14px}}.settings-container{background:var(--bg);min-height:100vh;color:var(--text);padding:0 16px 100px;font-family:Inter,Arial,sans-serif}.settings-header{display:flex;align-items:center;justify-content:flex-start;height:64px;border-bottom:1px solid var(--border);margin-bottom:10px}.settings-back-btn{background:none;border:none;color:var(--text);font-size:28px;margin-right:16px;cursor:pointer}.settings-title{font-size:22px;font-weight:500}.settings-profile{display:flex;align-items:center;background:var(--card);border-radius:24px;padding:20px 24px}.settings-avatar{width:48px;height:48px;border-radius:50%;background:#333;margin-right:18px;display:flex;align-items:center;justify-content:center;overflow:hidden}.settings-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.settings-username{font-size:18px;color:var(--text)}.settings-section-label{color:var(--muted);font-size:15px;margin-bottom:8px;margin-top:5px;font-weight:400}.settings-section{background:none}.settings-item{display:flex;align-items:center;background:var(--card);box-shadow:0 2px 12px #00000014;border-radius:18px;padding:12px;margin-bottom:10px;font-size:17px;font-weight:400;color:var(--text);position:relative;transition:background .2s}.settings-item:not(.logout):not(.agreement):hover{background:var(--bg-secondary);cursor:pointer}.settings-icon{font-size:22px;margin-right:16px;display:flex;align-items:center;justify-content:center;width:28px;height:28px}.settings-icon.yellow{color:#ffe600}.settings-icon.red{color:#ff4d4f}.settings-arrow{margin-left:auto;color:var(--muted);font-size:22px}.logout{background:var(--card);color:#ff4d4f;font-weight:500}.logout .settings-icon{color:#ff4d4f}.agreement{background:none;justify-content:center;color:#ffe600;font-size:16px;font-weight:500;margin-top:8px;margin-bottom:24px}.settings-agreement-text{color:#ffe600;font-size:16px;font-weight:500}.design-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background:transparent;pointer-events:none;transition:transform .35s cubic-bezier(.4,0,.2,1),background .2s;transform:translate(100%)}.design-modal.open{pointer-events:auto;background:#000000b3;transform:translate(0)}.privacy-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background:transparent;pointer-events:none;transition:transform .35s cubic-bezier(.4,0,.2,1),background .2s;transform:translate(100%)}.privacy-modal.open{pointer-events:auto;background:#000000b3;transform:translate(0)}.settings-item-content{display:flex;flex-direction:column;flex:1;gap:2px}.settings-item-title{font-size:16px;font-weight:500;color:var(--text)}.settings-item-subtitle{font-size:12px;color:#aaa;line-height:1.2}.design-container{background:var(--bg);min-height:100vh;color:var(--text);padding:0 16px 100px;font-family:Inter,Arial,sans-serif}.design-header{display:flex;align-items:center;height:64px;border-bottom:1px solid var(--border);justify-content:space-between;position:relative}.design-back-btn-area{width:48px;display:flex;align-items:center;justify-content:center}.design-back-btn{background:none;border:none;color:var(--text);font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.design-title{flex:1;text-align:center;font-size:22px;font-weight:500;margin:0}.design-section-label{color:#888;font-size:15px;margin-bottom:8px;margin-top:24px;font-weight:400}.design-section{background:none;margin-bottom:8px}.design-item{display:flex;align-items:center;background:var(--card);box-shadow:0 2px 12px #00000014;border-radius:18px;padding:16px 18px;margin-bottom:2px;font-size:17px;font-weight:400;color:var(--text);position:relative;transition:background .2s;cursor:pointer}.design-item.selected{font-weight:500;color:#ffe600}.design-dot{display:inline-block;width:14px;height:14px;border-radius:50%;background:#ffe600;margin-right:12px;box-shadow:0 0 0 2px #ffe60022}.custom-switch{position:relative;display:inline-block;width:66px;height:32px;background:#2a2a2a;border-radius:16px;transition:background .2s;vertical-align:middle}.custom-switch input{opacity:0;width:0;height:0}.switch-slider{position:absolute;top:4px;left:4px;width:24px;height:24px;background:var(--muted);border-radius:50%;transition:left .2s,background .2s}.custom-switch.checked .switch-slider{left:38px;background:var(--accent)}.custom-switch.disabled{opacity:.5;pointer-events:none}.privacy-container{background:#000;min-height:100vh;color:#fff;padding:0 16px 100px;font-family:Inter,Arial,sans-serif}.privacy-header{display:flex;align-items:center;height:64px;border-bottom:1px solid #222;justify-content:space-between;position:relative}.privacy-back-btn-area{width:48px;display:flex;align-items:center;justify-content:center}.privacy-back-btn{background:none;border:none;color:#fff;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.privacy-title{flex:1;text-align:center;font-size:22px;font-weight:500;margin:0}.privacy-section-label{color:#888;font-size:15px;margin-bottom:8px;margin-top:24px;font-weight:400}.privacy-section{background:none;margin-bottom:8px}.privacy-item{display:flex;align-items:center;background:#181818;border-radius:24px;padding:16px 18px;font-size:17px;font-weight:400;color:#fff;position:relative;margin-bottom:10px}.privacy-icon{width:36px;height:36px;background:#232323;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:16px}.privacy-label{flex:1;font-size:17px;color:#fff}.privacy-switch{margin-left:16px;display:flex;align-items:center}.toast-container{position:fixed;top:20px;right:20px;z-index:1001;display:flex;flex-direction:column;gap:10px}.toast{background-color:#333;color:#fff;padding:12px 16px;border-radius:8px;box-shadow:0 4px 12px #0000004d;display:flex;align-items:center;justify-content:space-between;min-width:300px;max-width:400px;cursor:pointer;animation:slideIn .3s ease-out;position:relative}.toast-success{border-left:4px solid #4CAF50}.toast-error{border-left:4px solid #f44336}.toast-warning{border-left:4px solid #ff9800}.toast-info{border-left:4px solid #2196F3}.toast-message{flex:1;font-size:14px;line-height:1.4}.toast-close{background:none;border:none;color:#aaa;font-size:16px;cursor:pointer;padding:4px;margin-left:8px;border-radius:4px;transition:all .2s ease}.toast-close:hover{color:#fff;background-color:#ffffff1a}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 480px){.toast-container{left:20px;right:20px}.toast{min-width:auto;max-width:none}}.faq-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--bg-color);color:var(--text-color);z-index:1000;overflow-y:auto;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-overflow-scrolling:touch}.faq-header{display:flex;align-items:center;padding:20px 16px;background:var(--bg-color);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:10}.faq-back-btn{background:none;border:none;font-size:24px;color:var(--text-color);cursor:pointer;padding:8px;margin-right:12px;border-radius:8px;transition:background-color .2s}.faq-back-btn:hover{background:var(--hover-bg)}.faq-title{font-size:20px;font-weight:600;color:var(--text-color)}.faq-content{padding:0 16px 120px;max-width:800px;margin:0 auto;min-height:calc(100vh - 80px)}.faq-items{margin-bottom:32px}.faq-item{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--border-color)}.faq-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.faq-question{display:flex;align-items:flex-start;margin-bottom:12px;gap:8px}.faq-question-number{color:var(--accent-color, #FFF001);font-weight:600;font-size:16px;flex-shrink:0;margin-top:2px}.faq-question-text{font-size:16px;font-weight:600;color:var(--text-color);line-height:1.4}.faq-answer{margin-left:24px;color:var(--text-secondary, rgba(255, 255, 255, .7));line-height:1.5}.faq-answer-paragraph{margin:0 0 8px;font-size:14px}.faq-answer-paragraph:last-child{margin-bottom:0}.faq-answer-list-item{margin:4px 0;padding-left:16px;font-size:14px;position:relative}.faq-contact{background:var(--card-bg, rgba(255, 255, 255, .05));border-radius:12px;padding:20px;border:1px solid var(--border-color)}.faq-contact-title{font-size:16px;font-weight:600;color:var(--text-color);margin-bottom:12px}.faq-contact-info{display:flex;flex-direction:column;gap:8px}.faq-contact-item{font-size:14px;color:var(--text-secondary, rgba(255, 255, 255, .7));display:flex;align-items:center;gap:8px}[data-theme=dark] .faq-container{--bg-color: #1a1a1a;--text-color: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--border-color: rgba(255, 255, 255, .1);--hover-bg: rgba(255, 255, 255, .1);--card-bg: rgba(255, 255, 255, .05);--accent-color: #FFF001}[data-theme=light] .faq-container{--bg-color: #ffffff;--text-color: #000000;--text-secondary: rgba(0, 0, 0, .6);--border-color: rgba(0, 0, 0, .1);--hover-bg: rgba(0, 0, 0, .05);--card-bg: rgba(0, 0, 0, .02);--accent-color: #FFF001}@media (max-width: 480px){.faq-header{padding:16px 12px}.faq-content{padding:0 12px 100px;min-height:calc(100vh - 70px)}.faq-title{font-size:18px}.faq-question-text{font-size:15px}.faq-answer-paragraph,.faq-answer-list-item{font-size:13px}}.about-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--bg-color);color:var(--text-color);z-index:1000;overflow-y:auto;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-overflow-scrolling:touch}.about-header{display:flex;align-items:center;padding:20px 16px;background:var(--bg-color);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:10}.about-back-btn{background:none;border:none;font-size:24px;color:var(--text-color);cursor:pointer;padding:8px;margin-right:12px;border-radius:8px;transition:background-color .2s}.about-back-btn:hover{background:var(--hover-bg)}.about-title{font-size:20px;font-weight:600;color:var(--text-color)}.about-content{padding:32px 16px 120px;max-width:600px;margin:0 auto;min-height:calc(100vh - 80px)}.about-logo{display:flex;justify-content:center;margin-bottom:32px}.about-logo-img{width:80px;height:80px;border-radius:16px;box-shadow:0 4px 16px #fff00133}.about-text{margin-bottom:40px}.about-paragraph{font-size:16px;line-height:1.6;color:var(--text-color);margin-bottom:20px;text-align:left}.about-paragraph:last-child{margin-bottom:0}.about-slogan{font-weight:600;font-size:18px;color:var(--accent-color, #FFF001);text-align:center;padding:20px;background:var(--card-bg, rgba(255, 255, 255, .05));border-radius:12px;border:1px solid var(--border-color);margin-top:24px}.about-features{display:flex;flex-direction:column;gap:16px}.about-feature{display:flex;align-items:center;padding:16px;background:var(--card-bg, rgba(255, 255, 255, .05));border-radius:12px;border:1px solid var(--border-color);gap:16px}.about-feature-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--accent-color, #FFF001);border-radius:50%;flex-shrink:0}.about-feature-text{font-size:14px;line-height:1.4;color:var(--text-secondary, rgba(255, 255, 255, .8))}[data-theme=dark] .about-container{--bg-color: #1a1a1a;--text-color: #ffffff;--text-secondary: rgba(255, 255, 255, .8);--border-color: rgba(255, 255, 255, .1);--hover-bg: rgba(255, 255, 255, .1);--card-bg: rgba(255, 255, 255, .05);--accent-color: #FFF001}[data-theme=light] .about-container{--bg-color: #ffffff;--text-color: #000000;--text-secondary: rgba(0, 0, 0, .7);--border-color: rgba(0, 0, 0, .1);--hover-bg: rgba(0, 0, 0, .05);--card-bg: rgba(0, 0, 0, .02);--accent-color: #FFF001}.about-feature-icon{color:#000}@media (max-width: 480px){.about-header{padding:16px 12px}.about-content{padding:24px 12px 100px;min-height:calc(100vh - 70px)}.about-title{font-size:18px}.about-logo-img{width:64px;height:64px}.about-paragraph{font-size:15px}.about-slogan{font-size:16px;padding:16px}.about-features{gap:12px}.about-feature{padding:12px;gap:12px}.about-feature-icon{width:32px;height:32px;font-size:20px}.about-feature-text{font-size:13px}}.user-agreement-page{min-height:100vh;background:var(--bg);color:var(--text);padding-bottom:100px}.user-agreement-header{position:sticky;top:0;background:var(--bg);padding:16px 20px;display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--border);z-index:10}.back-btn{background:none;border:none;color:var(--primary);font-size:24px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s}.back-btn:hover{background:var(--hover)}.page-title{font-size:18px;font-weight:600;flex:1}.agreement-content{padding:24px 20px;max-width:100%;line-height:1.6}.agreement-content h1{font-size:24px;font-weight:700;margin-bottom:16px;color:var(--text)}.agreement-content h2{font-size:18px;font-weight:600;margin:24px 0 16px;color:var(--text)}.agreement-content p{margin-bottom:12px;color:var(--text);text-align:justify}.agreement-content .date{font-style:italic;color:var(--muted);margin-bottom:24px}.agreement-content ul{margin:12px 0;padding-left:20px}.agreement-content li{margin-bottom:8px;color:var(--text)}.agreement-content section{margin-bottom:24px}.separator{text-align:center;font-size:18px;color:var(--muted);margin:32px 0;font-weight:300}@media (max-width: 480px){.agreement-content{padding:16px}.agreement-content h1{font-size:20px}.agreement-content h2{font-size:16px}.agreement-content p{font-size:14px}.page-title{font-size:16px}}.exchange-container{background:var(--bg);min-height:100vh;color:var(--text);padding:0 16px 100px;font-family:Inter,Arial,sans-serif}.exchange-header{display:flex;align-items:center;height:64px;border-bottom:1px solid var(--border);justify-content:space-between;position:relative}.exchange-back-btn-area{width:48px;display:flex;align-items:center;justify-content:center}.exchange-back-btn{background:none;border:none;color:var(--text);font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.exchange-title{flex:1;text-align:center;font-size:22px;font-weight:500;margin:0;color:var(--text)}.exchange-main-block{background:var(--card);border-radius:28px;margin:24px 0 18px;padding:24px 20px 20px;box-shadow:0 2px 12px #00000014}.exchange-input-row,.exchange-result-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.exchange-amount-input{background:none;border:none;color:var(--text);font-size:32px;font-weight:600;width:120px;outline:none}.exchange-currency-select{display:flex;align-items:center;background:var(--bg-secondary);border-radius:16px;padding:6px 14px;font-size:18px;font-weight:500;color:var(--text)}.exchange-currency-icon{width:28px;height:28px;border-radius:50%;background:var(--border);display:flex;align-items:center;justify-content:center;margin-right:8px;font-size:18px}.exchange-currency-icon-img{width:28px;height:28px;border-radius:50%;object-fit:cover;margin-right:8px;background:var(--border)}.exchange-currency-list{position:absolute;top:100%;left:0;right:0;background:var(--card);border-radius:16px;box-shadow:0 2px 12px #0000001f;z-index:10;margin-top:6px;padding:4px 0}.exchange-currency-list-item{display:flex;align-items:center;padding:10px 16px;cursor:pointer;font-size:16px;color:var(--text);transition:background .15s}.exchange-currency-list-item:hover{background:var(--bg-secondary)}.exchange-equals{color:var(--muted);font-size:15px;margin-bottom:8px}.exchange-result{font-size:32px;font-weight:700;color:var(--text)}.exchange-rate-info{margin:12px 0 18px;color:var(--text);font-size:16px}.exchange-rate-change{color:#ff4d4f;font-size:15px;font-weight:500}.exchange-btn{width:100%;background:#ffe600;color:#181818;font-size:20px;font-weight:600;border:none;border-radius:16px;padding:16px 0;margin-top:10px;margin-bottom:4px;cursor:not-allowed;opacity:.7;transition:background .2s}.exchange-btn:active{background:#ffe600}.exchange-courses-label{color:var(--text);font-size:18px;font-weight:500;margin:18px 0 10px}.exchange-search-row{display:flex;align-items:center;background:var(--card);border-radius:16px;padding:8px 14px;margin-bottom:10px}.exchange-search-icon{color:var(--muted);font-size:18px;margin-right:10px}.exchange-search-input{background:none;border:none;color:var(--text);font-size:16px;width:100%;outline:none}.exchange-courses-list{margin-bottom:24px}.exchange-course-item{display:flex;align-items:center;background:var(--card);box-shadow:0 2px 12px #00000014;border-radius:18px;padding:16px 18px;margin-bottom:10px;font-size:17px;font-weight:400;color:var(--text);position:relative}.exchange-course-icon{width:36px;height:36px;border-radius:50%;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;margin-right:16px;font-size:20px}.exchange-course-icon-img{width:28px;height:28px;border-radius:50%;object-fit:cover;margin-right:12px;background:var(--bg-secondary)}.exchange-course-name{flex:1;font-size:17px;color:var(--text)}.exchange-course-value{font-size:17px;font-weight:500;margin-right:12px}.exchange-course-change{font-size:16px;font-weight:500}.exchange-loading{color:var(--muted);text-align:center;padding:24px 0}.referral-page{background:#000;min-height:100vh;color:#fff;padding:0 16px 100px;font-family:Inter,Arial,sans-serif}.referral-header{display:flex;align-items:center;justify-content:flex-start;height:64px;border-bottom:1px solid #222;margin-bottom:20px}.referral-back-btn{background:none;border:none;color:#fff;font-size:28px;margin-right:16px;cursor:pointer}.referral-title{font-size:22px;font-weight:500}.referral-hero{text-align:center;margin-bottom:32px}.referral-hero h1{font-size:28px;margin-bottom:12px;font-weight:600}.referral-hero p{color:#aaa;font-size:16px;line-height:1.4;margin:0}.referral-loading{text-align:center;padding:60px 20px;color:#aaa;font-size:16px}.referral-error{text-align:center;padding:40px 20px}.referral-error p{color:#ff4d4f;margin-bottom:20px}.retry-btn{background:#ffe600;border:none;color:#000;padding:12px 24px;border-radius:12px;font-weight:500;cursor:pointer}.create-profile-section{text-align:center;padding:40px 20px}.create-profile-section p{color:#aaa;margin-bottom:24px;font-size:16px}.referral-code-section{background:#181818;border-radius:20px;padding:24px;margin-bottom:32px}.code-item,.link-item{margin-bottom:20px}.code-item:last-of-type,.link-item:last-of-type{margin-bottom:0}.code-item label,.link-item label{display:block;color:#aaa;font-size:14px;margin-bottom:8px}.code-display,.link-display{display:flex;align-items:center;gap:12px;background:#000;border-radius:12px;padding:12px}.code-display span,.link-display span{font-family:SF Mono,Consolas,monospace;background:transparent;color:#fff;flex:1;font-size:14px;word-break:break-all}.code-display button,.link-display button{background:#ffe600;border:none;color:#000;padding:8px 16px;border-radius:8px;font-weight:500;cursor:pointer;white-space:nowrap;font-size:14px}.share-button{width:100%;background:#ffe600;border:none;color:#000;padding:16px;border-radius:12px;font-weight:600;font-size:16px;cursor:pointer;margin-top:16px}.referral-stats{margin-bottom:32px}.referral-stats h3{font-size:20px;margin-bottom:20px;font-weight:600}.stats-grid{display:flex;flex-direction:column;gap:16px}.stat-item{display:flex;justify-content:space-between;align-items:center;background:#181818;padding:16px 20px;border-radius:12px}.stat-label{color:#aaa;font-size:16px}.stat-value{color:#fff;font-weight:600;font-size:16px}.referral-actions{display:flex;flex-direction:column;gap:12px}.btn-primary{background:#ffe600;border:none;color:#000;padding:16px 24px;border-radius:12px;font-weight:600;font-size:16px;cursor:pointer;text-decoration:none;text-align:center;display:block}.btn-secondary{background:#181818;border:1px solid #333;color:#fff;padding:16px 24px;border-radius:12px;font-weight:500;font-size:16px;cursor:pointer}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.modal-content{background:#181818;border-radius:20px;width:100%;max-width:400px;max-height:80vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #333}.modal-header h3{margin:0;font-size:18px;font-weight:600}.modal-header button{background:none;border:none;color:#aaa;font-size:24px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.modal-body{padding:24px}.levels-info{margin-bottom:24px}.level-item{margin-bottom:20px;padding:16px;background:#000;border-radius:12px}.level-item:last-child{margin-bottom:0}.level-item h4{margin:0 0 8px;color:#ffe600;font-size:16px;font-weight:600}.level-item p{margin:0;color:#aaa;font-size:14px}.definition{padding:16px;background:#000;border-radius:12px;border:1px solid #333}.definition p{margin:0;color:#aaa;font-size:14px;line-height:1.4}.definition strong{color:#fff}@media (min-width: 768px){.referral-page{max-width:600px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.referral-actions{flex-direction:row}}.filters{display:flex;gap:8px;margin-bottom:24px}.filter-btn{padding:10px 16px;border:1px solid #333;border-radius:20px;background:#181818;color:#aaa;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.filter-btn.active{background:#ffe600;color:#000;border-color:#ffe600}.filter-btn:hover:not(.active){background:#222;border-color:#444}.referrals-summary{background:#181818;border-radius:12px;padding:16px 20px;margin-bottom:24px}.summary-item{display:flex;justify-content:space-between;align-items:center}.summary-label{color:#aaa;font-size:16px}.summary-value{color:#ffe600;font-weight:600;font-size:18px}.referrals-list{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.referral-item{background:#181818;border-radius:12px;padding:16px 20px}.referral-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.referral-id{font-family:SF Mono,Consolas,monospace;font-size:16px;font-weight:600;color:#fff}.status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.status-active{background:#22c55e33;color:#22c55e}.status-inactive{background:#ef444433;color:#ef4444}.referral-item-date{color:#aaa;font-size:14px}.empty-state{text-align:center;padding:60px 20px}.empty-icon{font-size:48px;margin-bottom:16px}.empty-state h3{font-size:20px;margin-bottom:12px;color:#fff}.empty-state p{color:#aaa;margin-bottom:24px;line-height:1.4}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin:32px 0}.pagination-btn{background:#181818;border:1px solid #333;color:#fff;padding:10px 16px;border-radius:8px;cursor:pointer;font-size:14px;transition:all .2s}.pagination-btn:hover:not(:disabled){background:#222;border-color:#444}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.page-info{color:#aaa;font-size:14px;min-width:80px;text-align:center}.pagination-loading{text-align:center;color:#aaa;font-size:14px;padding:16px}.toast-notification{animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}.manual-referral-section{margin:24px 0;padding:24px;background:#181818;border-radius:20px;border:1px solid #333}.manual-referral-section h3{margin:0 0 8px;color:#fff;font-size:20px;font-weight:600}.manual-referral-section p{margin:0 0 20px;color:#aaa;font-size:16px;line-height:1.4}.referral-input-group{display:flex;gap:12px;align-items:center}.referral-code-input{flex:1;padding:16px 20px;background:#000;border:1px solid #333;border-radius:12px;color:#fff;font-size:16px;font-weight:600;text-align:center;font-family:SF Mono,Consolas,monospace;transition:border-color .3s ease}.referral-code-input:focus{outline:none;border-color:#ffe600}.referral-code-input:disabled{opacity:.5;cursor:not-allowed}.referral-code-input::placeholder{color:#666;font-weight:400;font-family:Inter,Arial,sans-serif}.referral-input-group .btn-secondary{padding:16px 24px;min-width:120px;font-size:16px;font-weight:600}.referral-input-group .btn-secondary:disabled{opacity:.5;cursor:not-allowed}.existing-referrer-info{margin:24px 0;padding:24px;background:linear-gradient(135deg,#22c55e1a,#22c55e0d);border:1px solid rgba(34,197,94,.3);border-radius:20px;text-align:center}.existing-referrer-info h3{margin:0 0 12px;color:#22c55e;font-size:20px;font-weight:600}.existing-referrer-info p{margin:0;color:#aaa;font-size:16px;line-height:1.4}.existing-referrer-info strong{color:#fff;font-weight:700;font-family:SF Mono,Consolas,monospace;font-size:18px}@media (max-width: 480px){.referral-input-group{flex-direction:column;align-items:stretch}.referral-input-group .btn-secondary{width:100%}}
