:root{--bg-main:#030712;--bg-card:#0d111cbf;--bg-card-hover:#121826e6;--bg-input:#070a13cc;--border-color:#ffffff0d;--border-color-hover:#ffffff1f;--border-color-glow:#f59e0b40;--primary:#f59e0b;--primary-rgb:245, 158, 11;--primary-glow:#f59e0b59;--secondary:#8b5cf6;--secondary-rgb:139, 92, 246;--secondary-glow:#8b5cf64d;--text-main:#f8fafc;--text-muted:#64748b;--text-light:#94a3b8;--text-dark:#090d16;--success:#10b981;--success-glow:#10b98140;--danger:#ef4444;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", monospace;--transition-fast:all .15s cubic-bezier(.4, 0, .2, 1);--transition-smooth:all .35s cubic-bezier(.4, 0, .2, 1);--transition-spring:all .5s cubic-bezier(.175, .885, .32, 1.275)}*{box-sizing:border-box;margin:0;padding:0}img,picture,video,canvas{max-width:100%;display:block}html{width:100%;overflow-x:hidden}body{font-family:var(--font-sans);background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 10% 15%,#8b5cf626 0%,#0000 45%),radial-gradient(circle at 90% 85%,#f59e0b1a 0%,#0000 45%),radial-gradient(circle,#8b5cf60a 0%,#0000 50%);background-attachment:fixed;width:100%;min-height:100vh;line-height:1.5;overflow-x:hidden}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{border:2px solid var(--bg-main);transition:var(--transition-fast);background:#ffffff0f;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}:root{--app-max-width:1060px;--container-padding:24px}.container{max-width:var(--app-max-width);padding:0 var(--container-padding);box-sizing:border-box;width:100%;margin:0 auto}.grid-layout{grid-template-columns:1fr 1fr;align-items:stretch;gap:40px;margin-top:50px;display:grid}@media (width<=950px){.grid-layout{grid-template-columns:1fr;gap:30px}}.glass-panel{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);transition:var(--transition-smooth);border-radius:24px;box-shadow:0 30px 60px -15px #0009,0 0 50px -10px #8b5cf60a,inset 0 1px #ffffff0d}.glass-panel:hover{border-color:var(--border-color-hover);box-shadow:0 35px 70px -10px #000000b3,0 0 60px -5px #f59e0b0a,inset 0 1px #ffffff14}.font-mono{font-family:var(--font-mono)}.text-gradient{background:linear-gradient(135deg, #fff 0%, #cbd5e1 50%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.text-gradient-gold{background:linear-gradient(135deg, #fef08a 0%, var(--primary) 50%, #d97706 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 30px #f59e0b33;-webkit-background-clip:text}h1,h2,h3,h4{letter-spacing:-.02em}input,select,textarea{background:var(--bg-input);border:1px solid var(--border-color);width:100%;color:var(--text-main);font-family:var(--font-sans);transition:var(--transition-fast);border-radius:16px;padding:16px 20px;font-size:15px;box-shadow:inset 0 2px 4px #0006}input:hover,select:hover,textarea:hover{border-color:#ffffff26}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(var(--primary-rgb), .15), inset 0 2px 4px #0006;background:#070a13f2;outline:none}label{color:var(--text-light);text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px;font-size:11px;font-weight:700;display:block}.custom-select-trigger{background:var(--bg-input);border:1px solid var(--border-color);height:52px;min-height:52px;color:var(--text-main);cursor:pointer;transition:var(--transition-fast);-webkit-user-select:none;user-select:none;box-sizing:border-box;border-radius:14px;justify-content:space-between;align-items:center;width:100%;padding:0 16px;font-weight:600;display:flex}.custom-select-trigger:hover{background:#0f1420f2;border-color:#fff3}.calc-currency-select .custom-select-trigger{box-sizing:border-box!important;border-radius:14px!important;height:54px!important;min-height:54px!important;max-height:54px!important;padding:0 14px!important}.select-input-badge{background:var(--bg-input);border:1px solid var(--border-color);color:var(--text-main);-webkit-user-select:none;user-select:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;height:54px;font-size:15px;font-weight:700;display:flex}.calc-glass-box{box-sizing:border-box;border-radius:24px;width:100%;padding:30px 24px;position:relative}.calc-block-box{flex-direction:column;display:flex}.calc-input-row{grid-template-columns:1fr 140px;align-items:center;gap:10px;width:100%;margin-bottom:10px;display:grid;position:relative}.calc-amount-input{box-sizing:border-box;border-radius:14px;width:100%;min-width:0;height:54px;padding:12px 16px;font-size:20px;font-weight:700}.calc-currency-select,.calc-currency-static{box-sizing:border-box!important;border-radius:14px!important;width:140px!important;min-width:140px!important;max-width:140px!important;height:54px!important}.calc-currency-static{background:var(--bg-input);border:1px solid var(--border-color);color:var(--text-main);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:8px;display:flex}.calc-district-grid,.order-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.custom-select-wrapper{width:100%;position:relative}.custom-select-wrapper.active-dropdown{z-index:9999!important}.custom-select-dropdown{background:#0f172a;border:1px solid #f59e0b59;border-radius:16px;flex-direction:column;gap:4px;width:100%;min-width:100%;max-height:280px;padding:8px;display:flex;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 20px 50px #000000e6,0 0 20px #f59e0b26;z-index:99999!important}.calc-currency-select .custom-select-dropdown{min-width:260px!important;left:auto!important;right:0!important}.custom-select-option{cursor:pointer;transition:var(--transition-fast);-webkit-user-select:none;user-select:none;border-radius:10px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;display:flex}.custom-select-option:hover{color:var(--primary);background:#ffffff14}.custom-select-option.selected{background:rgba(var(--primary-rgb), .15);color:var(--primary);font-weight:700}.leaflet-container{isolation:isolate;z-index:1!important}.leaflet-pane{z-index:1!important}.leaflet-top,.leaflet-bottom{z-index:2!important}a{text-decoration:none}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, #d97706 100%);width:100%;color:var(--text-dark);cursor:pointer;transition:var(--transition-spring);border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:18px;font-size:16px;font-weight:700;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 30px #f59e0b59;text-decoration:none!important}.btn-primary:after{content:"";opacity:0;background:linear-gradient(90deg,#0000,#fff3,#0000);width:200%;height:100%;transition:all .75s;position:absolute;top:0;left:-50%;transform:skew(-20deg)}.btn-primary:hover{box-shadow:0 8px 35px var(--primary-glow);filter:brightness(1.08);transform:translateY(-3px)scale(1.01);text-decoration:none!important}.btn-primary:hover:after{opacity:1;left:120%}.btn-primary:active{transform:translateY(-1px)}.btn-primary:disabled{color:#475569;cursor:not-allowed;box-shadow:none;filter:none;background:#1e293b;transform:none}.btn-secondary{border:1px solid var(--border-color);width:100%;color:var(--text-main);cursor:pointer;transition:var(--transition-fast);background:0 0;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:18px;font-size:16px;font-weight:600;display:flex;text-decoration:none!important}.btn-secondary:hover{background:#ffffff0a;border-color:#ffffff2e;text-decoration:none!important}@keyframes pulse-success{0%,to{transform:scale(1);box-shadow:0 0 #10b98166}50%{transform:scale(1.08);box-shadow:0 0 10px 4px #10b98133}}.status-dot{background-color:var(--success);border-radius:50%;width:8px;height:8px;animation:2.5s ease-in-out infinite pulse-success;display:inline-block}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.float-anim{animation:5s ease-in-out infinite float}.ticker-wrap{border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#030712e6;width:100%;padding:12px 0;overflow:hidden}.ticker{white-space:nowrap;gap:60px;width:max-content;animation:30s linear infinite ticker-scroll;display:flex}@keyframes ticker-scroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.ticker-item{letter-spacing:.05em;align-items:center;gap:10px;font-size:13px;display:flex}.ticker-currency{color:var(--text-main);background:#ffffff0a;border:1px solid #ffffff0d;border-radius:6px;padding:4px 8px;font-weight:700}.ticker-value{color:var(--primary);text-shadow:0 0 10px #f59e0b33;font-weight:600}.logo{color:var(--text-main);align-items:center;gap:12px;font-size:24px;font-weight:800;text-decoration:none;display:flex}.logo-badge{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:var(--text-dark);border-radius:10px;padding:6px 14px;font-size:12px;font-weight:800;box-shadow:0 0 20px #8b5cf633}.info-card{padding:36px}.info-card h3{margin-bottom:24px;font-size:20px;font-weight:700}.info-step{gap:20px;margin-bottom:28px;display:flex}.info-step-num{border:1px solid var(--primary);width:32px;height:32px;color:var(--primary);background:#f59e0b14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex;box-shadow:0 0 15px #f59e0b26}.info-step-text h4{margin-bottom:6px;font-size:16px;font-weight:600}.info-step-text p{color:var(--text-muted);font-size:14px;line-height:1.6}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@keyframes typing-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.typing-dot{background-color:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typing-bounce;display:inline-block}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}.typing-dot:nth-child(3){animation-delay:0s}@keyframes pulse-slow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.95)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pulse-slow{animation:3s ease-in-out infinite pulse-slow}.spin-slow{animation:8s linear infinite spin-slow}.site-header{z-index:1000;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);transition:var(--transition-smooth);background:#030712bf;position:sticky;top:0}.header-scrolled{background:#030712f2;box-shadow:0 10px 30px #000c}.header-container{width:100%;height:80px;max-width:var(--app-max-width);padding:0 var(--container-padding);box-sizing:border-box;justify-content:space-between;align-items:center;gap:16px;margin:0 auto;display:flex}.brand-logo{cursor:pointer;flex-shrink:0;align-items:center;gap:14px;text-decoration:none;display:flex}.brand-logo-img{object-fit:cover;border:1px solid #10b9814d;border-radius:12px;width:48px;height:48px;box-shadow:0 4px 15px #10b98133}.brand-logo-text{flex-direction:column;display:flex}.brand-title{letter-spacing:-.02em;color:#fff;font-size:20px;font-weight:800;line-height:1.1}.highlight-text{color:var(--success)}.brand-badge{font-family:var(--font-mono);color:var(--primary);letter-spacing:.15em;margin-top:3px;font-size:9px;font-weight:700}.header-nav{flex-shrink:1;align-items:center;gap:12px;display:flex}.nav-link{color:var(--text-light);cursor:pointer;transition:var(--transition-fast);white-space:nowrap;background:0 0;border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 10px;font-size:13.5px;font-weight:600;display:flex}.nav-link:hover{color:#fff;background:#ffffff0d}.badge-rating{font-family:var(--font-mono);color:var(--primary);background:#f59e0b26;border-radius:6px;padding:2px 6px;font-size:11px;font-weight:700}.header-actions{flex-shrink:0;align-items:center;gap:14px;display:flex}.online-indicator{color:var(--text-muted);align-items:center;gap:8px;font-size:13px;font-weight:500;display:inline-flex;white-space:nowrap!important;flex-shrink:0!important}.btn-header-auth{color:#fff;cursor:pointer;transition:var(--transition-smooth);background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);border:1px solid #38bdf859;border-radius:14px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 4px 15px #0284c740;white-space:nowrap!important;flex-shrink:0!important;text-decoration:none!important}.btn-header-auth:hover{border-color:#38bdf899;transform:translateY(-2px);box-shadow:0 8px 25px #0284c766}.auth-btn-text-desktop{display:inline}.auth-btn-text-mobile{display:none}.btn-header-profile{color:#fff;cursor:pointer;transition:var(--transition-smooth);background:#0f172ad9;border:1px solid #10b98166;border-radius:999px;flex-shrink:0;align-items:center;gap:10px;padding:5px 14px 5px 5px;display:inline-flex;box-shadow:0 4px 15px #0000004d}.btn-header-profile:hover{border-color:var(--success);transform:translateY(-2px);box-shadow:0 6px 20px #10b98140}.header-avatar{object-fit:cover;border:1.5px solid var(--success);border-radius:50%;flex-shrink:0;width:32px;height:32px}.header-avatar-lg{object-fit:cover;border:2px solid var(--success);border-radius:50%;flex-shrink:0;width:44px;height:44px}.header-profile-text{text-align:left;flex-direction:column;line-height:1.2;display:flex}.header-profile-name{color:#fff;font-size:13px;font-weight:700}.header-profile-handle{color:#38bdf8;font-size:11px;font-family:var(--font-mono)}.header-orders-badge{border:1px solid var(--success);color:var(--success);font-size:11px;font-weight:700;font-family:var(--font-mono);background:#10b98133;border-radius:999px;margin-left:2px;padding:2px 7px}.btn-header-tg{color:#fff;transition:var(--transition-smooth);background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);border-radius:14px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 4px 15px #0284c740;white-space:nowrap!important;flex-shrink:0!important;text-decoration:none!important}.btn-header-tg:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0284c766}.mobile-menu-btn{border:1px solid var(--border-color);color:#fff;cursor:pointer;background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:none!important}.mobile-dropdown-menu{-webkit-backdrop-filter:blur(25px);border-bottom:1px solid var(--border-color);z-index:1001;background:#0b0f19fa;flex-direction:column;gap:10px;width:100%;max-height:calc(100vh - 80px);padding:20px 16px;display:flex;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 20px 40px #000000d9}.mobile-nav-link{color:var(--text-light);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;padding:12px 14px;font-size:15px;font-weight:600}.mobile-nav-link:hover{color:#fff;background:#ffffff0d}.main-content{flex:1;width:100%;max-width:100vw;overflow-x:hidden}.hero-section{width:100%;padding:30px 0 20px}.hero-header-center{text-align:center;margin-bottom:28px}.hero-badge-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#10b98114;border:1px solid #10b98140;border-radius:9999px;align-items:center;gap:8px;max-width:100%;margin-bottom:18px;padding:6px 18px;display:inline-flex;box-shadow:0 0 20px #10b9811a}.hero-badge-dot{background-color:var(--success);width:7px;height:7px;box-shadow:0 0 8px var(--success);border-radius:50%;flex-shrink:0;animation:2s ease-in-out infinite pulse-slow}.hero-badge-text{color:#34d399;letter-spacing:.03em;white-space:normal;text-align:center;font-size:clamp(11.5px,2.2vw,13px);font-weight:600}.hero-title{letter-spacing:-.02em;word-break:break-word;margin-bottom:14px;font-size:clamp(24px,4.2vw,44px);font-weight:800;line-height:1.2}.hero-subtitle{color:var(--text-muted);word-break:break-word;max-width:780px;margin:0 auto;font-size:clamp(14px,1.8vw,16.5px);line-height:1.6}.section-padding{padding:80px 0}.section-header{max-width:780px;margin:0 auto 45px}.text-center{text-align:center}.section-tag{font-family:var(--font-mono);letter-spacing:.15em;color:var(--primary);text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:700}.section-title{color:#fff;word-break:break-word;margin-bottom:16px;font-size:clamp(22px,3.5vw,36px);font-weight:800;line-height:1.25}.section-subtitle{color:var(--text-muted);word-break:break-word;font-size:clamp(14px,1.8vw,16px);line-height:1.6}.activity-section{width:100%;padding:10px 0 20px}.preset-chips-row{align-items:center;gap:8px;width:100%;margin-bottom:12px;display:flex}.preset-chip-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;width:52px;font-size:11px;font-weight:600}.preset-chips-group{flex:1;grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.preset-chip{height:32px;min-height:32px;max-height:32px;color:var(--text-light);font-size:11.5px;font-family:var(--font-mono);cursor:pointer;transition:var(--transition-fast);white-space:nowrap;box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;padding:0 4px;font-weight:600;display:inline-flex}.preset-chip:hover{color:#fff;background:#ffffff1a;border-color:#fff3}.preset-chip.active{border-color:var(--success);color:var(--success);background:#10b9812e;font-weight:700}.hero-trust-pills{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;max-width:100%;margin:16px auto 0;display:flex}.hero-trust-pill{color:var(--text-light);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:var(--transition-fast);white-space:nowrap;background:#ffffff08;border:1px solid #ffffff14;border-radius:9999px;align-items:center;gap:7px;padding:7px 13px;font-size:12.5px;font-weight:500;display:inline-flex}.hero-trust-pill:hover{background:#ffffff0f;border-color:#ffffff29;transform:translateY(-1px)}.hero-trust-pill svg{color:var(--primary);flex-shrink:0}.hero-trust-pill.highlight{color:#fbbf24;background:#f59e0b14;border-color:#f59e0b59}.hero-trust-pill.highlight svg{color:#f59e0b}.hero-calculator-center{width:100%;max-width:540px;margin:28px auto 0}.hero-calc-layout{flex-direction:column;align-items:center;gap:20px;width:100%;max-width:540px;margin:24px auto 0;display:flex}.hero-calc-main{z-index:50;width:100%;min-width:0;max-width:540px;position:relative}.hero-feed-aside{z-index:10;flex-direction:column;width:100%;min-width:0;max-width:540px;display:flex;position:relative}@media (width>=1025px){.hero-calc-layout{flex-direction:row;justify-content:center;align-items:stretch;gap:24px;max-width:980px;margin:28px auto 0}.hero-calc-main{flex:540px;max-width:540px}.hero-feed-aside{flex:0 0 380px;width:380px;min-width:330px}}.calc-swap-divider{justify-content:center;align-items:center;gap:12px;width:100%;margin:14px 0;display:flex;position:relative}.swap-line{background:#ffffff0f;flex:1;height:1px}.swap-circle{width:36px;height:36px;color:var(--primary);background:#0b0f19e6;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 0 15px #f59e0b26}.swap-rate-badge{color:var(--primary);white-space:nowrap;background:#f59e0b14;border:1px solid #f59e0b33;border-radius:9999px;padding:4px 12px;font-size:12px;font-weight:700}@media (width<=860px){.calc-exchange-grid,.order-exchange-grid{grid-template-columns:1fr;gap:20px}}.advantages-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px;display:grid}.advantage-card{flex-direction:column;gap:16px;padding:30px;display:flex}.card-top-row{justify-content:space-between;align-items:center;display:flex}.advantage-icon-box{width:54px;height:54px;color:var(--success);background:#10b9811a;border:1px solid #10b98140;border-radius:16px;justify-content:center;align-items:center;display:flex}.advantage-badge{font-family:var(--font-mono);color:var(--primary);background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:8px;padding:4px 10px;font-size:11px;font-weight:700}.advantage-title{color:#fff;font-size:18px;font-weight:700}.advantage-desc{color:var(--text-muted);font-size:14px;line-height:1.6}.trust-metrics-bar{text-align:center;grid-template-columns:repeat(4,1fr);align-items:center;gap:20px;padding:30px 40px;display:grid}.metric-value{color:var(--success);margin-bottom:4px;font-size:32px;font-weight:800}.metric-label{color:var(--text-muted);font-size:13px;font-weight:500}.metric-divider{display:none}.steps-section-bg{background:radial-gradient(circle,#10b9810a 0%,#0000 60%)}.steps-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px;display:grid}.step-card{flex-direction:column;gap:12px;padding:26px;display:flex;position:relative}.step-card-header{justify-content:space-between;align-items:center;display:flex}.step-number{color:#ffffff26;font-size:28px;font-weight:800}.step-tag{font-family:var(--font-mono);color:var(--primary);background:#f59e0b1a;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:700}.step-title{color:#fff;font-size:16px;font-weight:700}.step-desc{color:var(--text-muted);font-size:13px;line-height:1.5}.step-arrow-divider{background:var(--bg-card);border:1px solid var(--border-color);width:28px;height:28px;color:var(--text-muted);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:flex;position:absolute;top:50%;right:-14px;transform:translateY(-50%)}.methods-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px;display:grid}@media (width<=990px){.methods-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width<=580px){.methods-grid{grid-template-columns:1fr;gap:14px}}.steps-cta-banner{background:linear-gradient(135deg,#10b98114 0%,#0d111ccc 100%);border-color:#10b98140;justify-content:space-between;align-items:center;gap:20px;padding:30px 40px;display:flex}.cta-banner-text h3{color:#fff;margin-bottom:6px;font-size:20px;font-weight:700}.cta-banner-text p{color:var(--text-light);font-size:14px}.city-tabs-container-wrapper{flex-direction:column;align-items:center;width:100%;margin-bottom:24px;display:flex}.city-tabs-wrapper{justify-content:center;width:100%;max-width:100%;display:flex}.city-tabs{border:1px solid var(--border-color);background:#070a13cc;border-radius:16px;gap:10px;padding:6px;display:flex}.city-tab-btn{color:var(--text-muted);cursor:pointer;transition:var(--transition-fast);white-space:nowrap;background:0 0;border:none;border-radius:12px;flex-direction:column;align-items:center;gap:2px;padding:10px 20px;display:flex}.city-tab-name{font-size:14px;font-weight:700}.city-tab-badge{font-size:10px;font-family:var(--font-mono);opacity:.7}.city-tab-btn:hover{color:#fff}.city-tab-btn.active{color:var(--success);background:#10b98126;border:1px solid #10b9814d}.city-swipe-indicators{flex-direction:column;align-items:center;gap:10px;width:100%;margin-top:10px;display:none}.city-swipe-hint{color:var(--text-muted);letter-spacing:.02em;font-size:11.5px}.city-dots-row{align-items:center;gap:8px;display:flex}.city-dot-indicator{cursor:pointer;width:8px;height:8px;transition:var(--transition-smooth);background:#fff3;border:none;border-radius:50%;padding:0}.city-dot-indicator.active{background:var(--success);border-radius:999px;width:22px;box-shadow:0 0 10px #10b98199}.city-detail-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:24px;width:100%;display:grid}.office-card,.zones-card{box-sizing:border-box;border-radius:20px;flex-direction:column;justify-content:space-between;width:100%;min-width:0;padding:28px;display:flex}.office-photo-wrapper{background:#0f172a99;border:1px solid #ffffff14;border-radius:14px;width:100%;height:240px;margin-bottom:20px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0006}.office-photo-img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s;display:block}.office-photo-wrapper:hover .office-photo-img{transform:scale(1.03)}.office-photo-badge{-webkit-backdrop-filter:blur(12px);color:#fff;background:#0b0f19e0;border:1px solid #10b98159;border-radius:20px;align-items:center;gap:8px;padding:6px 14px;font-size:11.5px;font-weight:600;display:inline-flex;position:absolute;bottom:12px;left:12px;box-shadow:0 4px 15px #00000080}.office-badge-row{align-items:center;gap:8px;margin-bottom:16px;font-size:12px;display:flex}.office-status-text{color:var(--success);font-weight:600}.office-city-tag{font-family:var(--font-mono);color:var(--text-light);background:#ffffff0d;border-radius:6px;margin-left:auto;padding:2px 8px;font-size:11px}.office-title{color:#fff;margin-bottom:24px;font-size:22px;font-weight:700}.office-info-list{flex-direction:column;gap:16px;margin-bottom:30px;display:flex}.office-info-item{gap:14px;font-size:14px;display:flex}.info-icon{font-size:20px}.office-info-item strong{color:#fff;margin-bottom:2px;display:block}.office-info-item p{color:var(--text-muted);line-height:1.5}.methods-tags{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.method-tag{color:var(--success);background:#10b9811a;border:1px solid #10b98133;border-radius:6px;padding:3px 8px;font-size:11px}.zones-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.zones-title{color:#fff;margin-bottom:4px;font-size:20px;font-weight:700}.zones-subtitle{color:var(--text-muted);font-size:13px}.zones-badge{font-family:var(--font-mono);color:var(--primary);background:#f59e0b26;border-radius:8px;padding:4px 10px;font-size:11px;font-weight:700}.zones-list{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.zone-row{transition:var(--transition-fast);background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;padding:12px 16px;font-size:13px;display:flex}.zone-row:hover{background:#ffffff0a;border-color:#ffffff1a}.zone-name-col{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.zone-marker-svg{color:var(--primary);flex-shrink:0;align-items:center;display:flex}.zone-name{color:var(--text-main);font-size:13.5px;font-weight:600}.zone-meta-col{flex-shrink:0;align-items:center;gap:10px;display:flex}.zone-time-badge{color:var(--primary);white-space:nowrap;background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:700}.zone-status-pill{color:var(--success);white-space:nowrap;background:#10b9811a;border:1px solid #10b98133;border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-size:11.5px;font-weight:600;display:flex}.status-dot-sm{background-color:var(--success);border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 6px #10b981cc}.delivery-notice-box{border:1px solid var(--border-color);color:var(--text-muted);background:#ffffff05;border-radius:12px;gap:12px;padding:14px;font-size:12px;line-height:1.5;display:flex}.reviews-bg{background:radial-gradient(circle,#f59e0b08 0%,#0000 60%)}.rating-summary-badge{border-radius:30px;align-items:center;gap:12px;margin-top:20px;padding:10px 20px;display:inline-flex}.star-gold{color:#f59e0b;font-size:16px}.rating-score{color:#fff;font-size:18px;font-weight:800}.rating-count{color:var(--text-muted);font-size:12px}.reviews-filters{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:35px;display:flex}.filter-btn{border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;transition:var(--transition-fast);background:#ffffff08;border-radius:20px;padding:8px 18px;font-size:13px;font-weight:600}.filter-btn:hover{color:#fff;border-color:#fff3}.filter-btn.active{border-color:var(--success);color:var(--success);background:#10b98126}.reviews-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:40px;display:grid}.review-card{flex-direction:column;gap:14px;padding:26px;display:flex}.review-top{justify-content:space-between;align-items:center;display:flex}.reviewer-info{align-items:center;gap:12px;display:flex}.reviewer-avatar{object-fit:cover;border:1px solid #ffffff1a;border-radius:50%;width:44px;height:44px}.reviewer-name{color:#fff;font-size:15px;font-weight:700}.reviewer-city{color:var(--text-muted);font-size:12px}.review-verified-badge{color:var(--success);background:#10b9811a;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:600}.review-deal-badge{word-break:break-word;background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;flex-wrap:wrap;align-items:center;gap:6px;max-width:100%;padding:6px 10px;font-size:12px;display:flex}.deal-label{color:var(--text-muted)}.deal-value{color:var(--primary);font-weight:700}.deal-method{color:var(--text-light);font-size:11px}.review-stars-row{align-items:center;gap:6px;display:flex}.review-date{color:var(--text-muted);font-size:11px;font-family:var(--font-mono);margin-left:auto}.review-text{color:var(--text-light);font-size:13.5px;line-height:1.6}.review-cta-box{justify-content:space-between;align-items:center;gap:20px;padding:30px;display:flex}.review-cta-text h4{color:#fff;margin-bottom:4px;font-size:18px;font-weight:700}.review-cta-text p{color:var(--text-muted);font-size:13px}.review-cta-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.review-cta-actions .btn-primary,.review-cta-actions .btn-secondary{white-space:nowrap;width:auto;padding:14px 22px;font-size:14px;text-decoration:none!important}@media (width<=768px){.review-cta-box{flex-direction:column;align-items:stretch}.review-cta-actions{flex-direction:column;width:100%}.review-cta-actions .btn-primary,.review-cta-actions .btn-secondary{width:100%}}.faq-wrapper{grid-template-columns:1.4fr .9fr;align-items:start;gap:30px;display:grid}.faq-list{flex-direction:column;gap:12px;display:flex}.faq-item{transition:var(--transition-fast);border-radius:16px;overflow:hidden}.faq-question{text-align:left;color:#fff;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:20px 24px;font-size:15px;font-weight:700;display:flex}.faq-chevron{color:var(--primary);margin-left:12px;font-family:monospace;font-size:20px}.faq-answer{color:var(--text-muted);padding:0 24px 20px;font-size:14px;line-height:1.6}.faq-help-card{flex-direction:column;gap:14px;padding:35px;display:flex}.help-icon{font-size:32px}.help-title{color:#fff;font-size:22px;font-weight:800}.help-desc{color:var(--text-muted);font-size:14px;line-height:1.6}.help-operator-badge{color:var(--success);align-items:center;gap:8px;margin-top:6px;font-size:13px;font-weight:600;display:flex}.live-activity-side-panel{box-sizing:border-box;flex-direction:column;justify-content:space-between;height:100%;display:flex;padding:24px 20px!important}.activity-side-header{margin-bottom:12px}.activity-side-title-row{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.activity-title-wrap{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:8px;min-width:0;display:flex}.activity-side-title{color:#fff;white-space:nowrap;margin:0;font-size:16px;font-weight:700}.activity-side-ping-badge{color:#10b981;white-space:nowrap;background:#10b98114;border:1px solid #10b98133;border-radius:9999px;flex-shrink:0;align-items:center;gap:5px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.ping-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s cubic-bezier(0,0,.2,1) infinite pingPulse;box-shadow:0 0 8px #10b981}@keyframes pingPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.35)}}.activity-side-sub{color:var(--text-muted);margin-top:4px;font-size:12px}.activity-side-list{flex-direction:column;flex:1;justify-content:space-between;gap:10px;margin:8px 0 14px;display:flex}.activity-side-card{background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;flex-direction:column;gap:6px;padding:10px 12px;transition:all .2s;display:flex}.activity-side-card:hover{background:#ffffff0b;border-color:#f59e0b40;transform:translateY(-1px)}.activity-side-card-top{justify-content:space-between;align-items:center;display:flex}.activity-side-user{align-items:center;gap:8px;min-width:0;display:flex}.activity-side-name{color:#f3f4f6;white-space:nowrap;text-overflow:ellipsis;max-width:145px;font-size:13px;font-weight:600;overflow:hidden}.activity-side-time{color:var(--text-muted);white-space:nowrap;font-size:11px}.activity-side-card-bottom{justify-content:space-between;align-items:center;gap:8px;display:flex}.activity-side-transfer{align-items:center;gap:6px;min-width:0;font-size:12px;display:flex;overflow:hidden}.activity-side-action{color:#fff;white-space:nowrap;font-weight:700}.activity-side-arrow{color:var(--primary);flex-shrink:0;font-size:11px}.activity-side-to{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.activity-status-pill{color:#10b981;white-space:nowrap;background:#10b98114;border:1px solid #10b98138;border-radius:6px;flex-shrink:0;align-items:center;gap:4px;padding:2px 6px;font-size:10px;font-weight:600;display:inline-flex}.activity-side-footer{border-top:1px solid #ffffff0d;flex-direction:column;gap:10px;padding-top:12px;display:flex}.activity-side-speed{color:var(--text-muted);align-items:center;gap:6px;font-size:12px;display:flex}.activity-side-speed strong{color:#fbbf24}.activity-side-speed svg{color:#f59e0b}.activity-side-channel-btn{color:#38bdf8;background:#38bdf814;border:1px solid #38bdf833;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.activity-side-channel-btn:hover{color:#7dd3fc;background:#38bdf826;border-color:#38bdf866}.site-footer{border-top:1px solid var(--border-color);background:#040813;margin-top:100px;padding:70px 0 30px}.footer-top-grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px;margin-bottom:60px;display:grid}.footer-logo{margin-bottom:16px}.footer-about{color:var(--text-muted);margin-bottom:20px;font-size:13px;line-height:1.6}.footer-tg-pill{color:#38bdf8;background:#0284c726;border:1px solid #0284c74d;border-radius:12px;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.footer-heading{color:#fff;margin-bottom:20px;font-size:15px;font-weight:700}.footer-nav-list{flex-direction:column;gap:12px;padding:0;list-style:none;display:flex}.footer-nav-list button{color:var(--text-muted);cursor:pointer;text-align:left;transition:var(--transition-fast);background:0 0;border:none;padding:0;font-size:13px}.footer-nav-list button:hover{color:#fff}.footer-nav-list span{color:var(--text-muted);font-size:13px}.footer-contact-details{color:var(--text-muted);flex-direction:column;gap:12px;font-size:13px;line-height:1.5;display:flex}.footer-contact-details strong{color:#fff}.footer-phone{color:var(--text-main);font-weight:700;font-family:var(--font-mono);text-decoration:none}.footer-bottom-bar{text-align:center;border-top:1px solid #ffffff0d;padding-top:30px}.footer-copyright{color:var(--text-light);margin-bottom:8px;font-size:13px}.footer-disclaimer{color:var(--text-muted);max-width:800px;margin:0 auto;font-size:11px;line-height:1.5}.tg-floating-widget{z-index:999;position:fixed;bottom:28px;right:28px}.tg-floating-btn{color:#fff;transition:var(--transition-smooth);background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);border-radius:50px;align-items:center;gap:12px;padding:10px 18px 10px 12px;text-decoration:none;display:flex;box-shadow:0 10px 30px #0284c766}.tg-floating-btn:hover{transform:translateY(-4px)scale(1.03);box-shadow:0 15px 40px #0284c799}.tg-icon-circle{color:#0284c7;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}.tg-floating-text{text-align:left;flex-direction:column;display:flex}.tg-label-main{font-size:13px;font-weight:700;line-height:1.1}.tg-label-sub{opacity:.85;font-size:11px}.desktop-only{display:flex!important}.mobile-only{display:none!important}@media (width<=1280px){.online-indicator{display:none!important}.header-nav{gap:8px}.nav-link{padding:6px 8px;font-size:13px}}@media (width<=1080px){.desktop-only{display:none!important}.mobile-only,.mobile-menu-btn{display:flex!important}.advantages-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.step-arrow-divider{display:none}.trust-metrics-bar,.activity-grid{grid-template-columns:repeat(2,1fr)}.footer-top-grid{grid-template-columns:1fr 1fr}}@media (width<=850px){.city-detail-grid,.reviews-grid,.faq-wrapper,.activity-grid{grid-template-columns:1fr}.footer-top-grid{grid-template-columns:1fr;gap:30px}.advantages-grid,.steps-grid{grid-template-columns:1fr}.steps-cta-banner{text-align:center;flex-direction:column;padding:24px 20px}.section-padding{padding:50px 0}.section-title{font-size:26px}.section-subtitle{font-size:14px}}@media (width<=640px){.container{padding:0 16px}.section-padding{padding:40px 0}.site-header{padding:8px 0}.header-container{flex-wrap:nowrap!important;justify-content:space-between!important;align-items:center!important;width:100%!important;padding:0 12px!important;display:flex!important}.brand-logo{flex-shrink:1!important;gap:8px!important;min-width:0!important}.brand-logo-img{border-radius:8px!important;flex-shrink:0!important;width:34px!important;height:34px!important}.brand-logo-text{min-width:0!important;overflow:hidden!important}.brand-title{white-space:nowrap!important;font-size:14.5px!important}.brand-badge{letter-spacing:.08em!important;white-space:nowrap!important;font-size:7.5px!important}.header-actions{flex-shrink:0!important;align-items:center!important;gap:8px!important;display:flex!important}.btn-header-auth{border-radius:10px!important;flex-shrink:0!important;gap:6px!important;padding:7px 12px!important;font-size:12.5px!important}.auth-btn-text-desktop{display:none!important}.auth-btn-text-mobile{display:inline!important}.btn-header-profile{gap:6px!important;padding:4px 10px 4px 4px!important}.mobile-menu-btn{border-radius:10px!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:38px!important;height:38px!important;display:flex!important}.mobile-dropdown-menu{padding:16px}.ticker-wrap{padding:8px 0}.ticker{gap:36px}.ticker-item{gap:6px;font-size:12px}.ticker-currency{padding:2px 6px;font-size:11px}.hero-section{padding-top:20px!important;padding-bottom:16px!important}.hero-title{margin-bottom:10px!important;font-size:25px!important;line-height:1.25!important}.hero-subtitle{font-size:14px!important;line-height:1.5!important}.hero-trust-pills{gap:6px;margin-top:12px}.hero-trust-pill{padding:6px 12px;font-size:11.5px}.hero-trust-pill svg{width:14px;height:14px}.hero-calculator-center,.hero-calc-layout{flex-direction:column!important;align-items:center!important;gap:20px!important;max-width:540px!important;margin-top:20px!important}.hero-calc-main{z-index:50!important;max-width:100%!important;position:relative!important}.hero-feed-aside{z-index:10!important;width:100%!important;min-width:0!important;max-width:100%!important;position:relative!important}.live-activity-side-panel{height:auto!important;padding:20px 14px!important}.calc-glass-box{border-radius:18px!important;padding:20px 14px!important}.calc-input-row{grid-template-columns:1fr 132px;gap:8px}.calc-input-row input{height:50px!important;min-height:50px!important;max-height:50px!important;padding:12px 14px!important;font-size:17px!important}.calc-currency-select,.calc-currency-static{height:50px!important;min-height:50px!important;max-height:50px!important;font-size:14px!important}.calc-currency-select .custom-select-trigger{height:50px!important;min-height:50px!important;max-height:50px!important;padding:0 10px!important}.custom-select-trigger{height:48px!important;min-height:48px!important;max-height:48px!important;padding:0 12px!important;font-size:14px!important}.preset-chips-row{gap:6px!important;margin-bottom:10px!important}.preset-chip-label{width:44px!important;font-size:10px!important}.preset-chips-group{gap:4px!important}.preset-chip{border-radius:6px!important;height:28px!important;min-height:28px!important;max-height:28px!important;padding:0 2px!important;font-size:10px!important}.calc-district-grid,.order-form-row{grid-template-columns:1fr;gap:12px}.btn-primary,.btn-secondary{border-radius:14px!important;padding:15px!important;font-size:15px!important}.trust-metrics-bar{border-radius:18px;grid-template-columns:1fr 1fr;gap:16px;padding:20px 14px}.metric-value{font-size:22px}.metric-label{font-size:11.5px}.live-activity-panel{border-radius:18px;padding:20px 14px}.activity-card{border-radius:12px;padding:14px}.city-swipe-indicators{display:flex!important}.city-tabs-wrapper{-webkit-overflow-scrolling:touch!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;justify-content:flex-start!important;width:100%!important;padding:4px 10px 12px!important;overflow-x:auto!important}.city-tabs-wrapper::-webkit-scrollbar{display:none!important}.city-tabs{flex-shrink:0!important;gap:8px!important;padding:6px!important}.city-tab-btn{scroll-snap-align:center!important;flex-shrink:0!important;min-width:130px!important;padding:8px 14px!important}.city-tab-name{white-space:nowrap!important;font-size:13px!important}.city-tab-badge{white-space:nowrap!important;font-size:9.5px!important}.office-card,.zones-card{border-radius:18px;padding:20px 14px}.office-photo-img{height:190px}.zone-row{border-radius:12px;flex-direction:column!important;align-items:flex-start!important;gap:8px!important;padding:12px 14px!important}.zone-name-col{align-items:center;gap:10px;display:flex;width:100%!important}.zone-name{font-weight:600;font-size:13.5px!important}.zone-meta-col{justify-content:space-between!important;align-items:center!important;width:100%!important;padding-left:28px!important;display:flex!important}.zone-time-badge{white-space:nowrap!important;padding:3px 8px!important;font-size:11.5px!important}.zone-status-pill{white-space:nowrap!important;padding:3px 8px!important;font-size:11px!important}.reviews-filters{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:8px;overflow-x:auto}.reviews-filters::-webkit-scrollbar{display:none}.filter-btn{white-space:nowrap;flex-shrink:0;padding:6px 12px;font-size:12px}.review-card{border-radius:16px;padding:18px 14px}.review-deal-badge{word-break:break-word!important;flex-wrap:wrap!important;gap:4px 6px!important;padding:6px 10px!important;font-size:11.5px!important}.rating-summary-badge{border-radius:16px;flex-direction:column;gap:4px;padding:14px 16px}.review-cta-box{border-radius:18px;padding:20px 14px}.faq-question{padding:15px 16px;font-size:13.5px}.faq-q-text{font-size:13.5px}.faq-answer{padding:0 16px 16px;font-size:12.5px}.faq-help-card{border-radius:18px;padding:20px 14px}.tg-floating-widget{bottom:18px;right:16px}.tg-floating-btn{border-radius:50%;justify-content:center;width:52px;height:52px;padding:0}.tg-icon-circle{color:#fff;background:0 0;width:52px;height:52px}.site-footer{padding:40px 0 24px}}@media (width<=420px){.hero-title{font-size:22px!important}.hero-subtitle{font-size:13px!important}.calc-input-row{gap:6px;grid-template-columns:1fr 126px!important}.calc-currency-select,.calc-currency-static{font-size:13px!important}.calc-currency-select .custom-select-trigger{padding:0 8px!important}.calc-input-row input{padding:10px!important;font-size:16px!important}.trust-metrics-bar{gap:10px;padding:16px 10px}.metric-value{font-size:19px}.metric-label{font-size:10.5px}}.modal-backdrop{-webkit-backdrop-filter:blur(12px);z-index:99999;opacity:1;background:#030712d9;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-dialog{box-sizing:border-box;border:1px solid #ffffff1f;border-radius:24px;width:100%;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 25px 70px #000000f2,0 0 40px #0284c71f;background:#0b0f19!important}.modal-close-btn{width:36px;height:36px;color:var(--text-muted);cursor:pointer;transition:var(--transition-fast);z-index:10;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:18px;right:18px}.modal-close-btn:hover{border-color:var(--danger);color:#fff;background:#ef444433}.telegram-auth-dialog{text-align:center;max-width:440px;padding:32px 28px}.modal-header-tg{flex-direction:column;align-items:center;margin-bottom:24px;display:flex}.tg-logo-circle{color:#fff;background:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;display:flex;box-shadow:0 8px 25px #0284c773}.modal-tg-title{color:#fff;margin-bottom:8px;font-size:22px;font-weight:800}.modal-tg-subtitle{color:var(--text-muted);max-width:340px;font-size:13.5px;line-height:1.5}.modal-tg-error{color:#f87171;text-align:left;background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;margin-bottom:18px;padding:10px 14px;font-size:13px}.tg-login-form{flex-direction:column;gap:14px;width:100%;margin-top:4px;margin-bottom:14px;display:flex}.tg-input-group{text-align:left;flex-direction:column;gap:6px;display:flex}.tg-input-label{color:var(--text-muted);font-size:12px;font-weight:600}.tg-input-wrap{align-items:center;display:flex;position:relative}.tg-input-at{color:#38bdf8;pointer-events:none;font-size:15px;font-weight:700;position:absolute;left:14px}.tg-auth-input{color:#fff;width:100%;height:48px;transition:var(--transition-fast);background:#ffffff0a;border:1px solid #ffffff1f;border-radius:12px;outline:none;padding:0 14px 0 32px;font-size:14px;font-weight:500}.tg-auth-input:focus{background:#0284c70f;border-color:#0284c7;box-shadow:0 0 0 3px #0284c733}.tg-official-connect-btn{cursor:pointer;width:100%;height:50px;transition:var(--transition-smooth);border-radius:12px;justify-content:center;align-items:center;gap:10px;font-size:15px;font-weight:700;display:flex;background:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%)!important;border:1px solid #38bdf866!important;box-shadow:0 8px 25px #0284c759!important}.tg-official-connect-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0284c780!important}.tg-official-widget-box{flex-direction:column;align-items:center;gap:12px;width:100%;margin-bottom:16px;display:flex}.tg-widget-container{justify-content:center;min-height:44px;display:flex}.tg-widget-divider{text-align:center;width:100%;color:var(--text-muted);align-items:center;font-size:11px;display:flex}.tg-widget-divider:before,.tg-widget-divider:after{content:"";border-bottom:1px solid #ffffff14;flex:1}.tg-widget-divider span{padding:0 10px}.tg-verify-container{flex-direction:column;gap:14px;width:100%;margin-top:4px;margin-bottom:14px;display:flex}.tg-target-user-row{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.tg-target-badge{align-items:center;gap:6px;display:flex}.tg-target-label{color:var(--text-muted);font-size:12px}.tg-target-name{color:#38bdf8;font-size:13.5px;font-weight:700}.tg-change-user-btn{color:var(--text-muted);cursor:pointer;transition:var(--transition-fast);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;padding:4px 10px;font-size:12px;font-weight:600}.tg-change-user-btn:hover{color:#fff;background:#ffffff1f}.tg-code-box{text-align:left;flex-direction:column;gap:6px;display:flex}.tg-code-input{letter-spacing:12px;text-align:center;color:#38bdf8;width:100%;height:54px;transition:var(--transition-fast);background:#ffffff0a;border:1.5px solid #38bdf84d;border-radius:12px;outline:none;padding-left:12px;font-family:JetBrains Mono,monospace,-apple-system,BlinkMacSystemFont,sans-serif;font-size:26px;font-weight:800}.tg-code-input:focus{background:#0284c714;border-color:#0284c7;box-shadow:0 0 0 4px #0284c740}.tg-demo-code-tip{cursor:pointer;transition:var(--transition-fast);background:#0ea5e914;border:1px dashed #38bdf866;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.tg-demo-code-tip:hover{background:#0ea5e929;border-color:#38bdf8}.tg-demo-code-info{align-items:center;gap:8px;display:flex}.tg-demo-label{color:var(--text-muted);font-size:11.5px}.tg-demo-badge{color:#38bdf8;background:#38bdf826;border-radius:6px;padding:2px 8px;font-family:monospace;font-size:14px;font-weight:800}.tg-demo-action{color:#38bdf8;font-size:11.5px;font-weight:600}.tg-resend-row{text-align:center;min-height:20px}.tg-resend-countdown{color:var(--text-muted);font-size:12px}.tg-resend-btn{color:#38bdf8;cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;font-size:12.5px;font-weight:600;text-decoration:underline}.tg-resend-btn:hover{color:#7dd3fc}.tg-bot-link-row{text-align:center;margin:2px 0 12px}.tg-bot-sublink{color:var(--text-muted);transition:var(--transition-fast);font-size:12.5px;font-weight:500;text-decoration:none}.tg-bot-sublink:hover{color:#38bdf8;text-decoration:underline}.tg-modal-footer{border-top:1px solid #ffffff0f;flex-direction:column;gap:12px;padding-top:18px;display:flex}.tg-bot-direct-link{color:#38bdf8;transition:var(--transition-fast);justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.tg-bot-direct-link:hover{color:#7dd3fc;text-decoration:underline}.tg-security-note{color:var(--text-muted);justify-content:center;align-items:center;gap:6px;font-size:11px;display:inline-flex}.profile-modal-dialog{max-width:620px;padding:28px}.profile-header{border-bottom:1px solid #ffffff14;align-items:center;gap:16px;padding-bottom:20px;padding-right:48px;display:flex}.profile-avatar-wrap{flex-shrink:0;position:relative}.profile-avatar-img{object-fit:cover;border:2px solid var(--success);border-radius:50%;width:60px;height:60px;box-shadow:0 4px 15px #10b9814d}.profile-tg-badge{color:#fff;background:#0284c7;border:2px solid #0b0f19;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;bottom:-2px;right:-2px}.profile-info{flex:1;min-width:0}.profile-name-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.profile-name{color:#fff;font-size:20px;font-weight:800}.profile-username{color:#38bdf8;font-size:13.5px;font-family:var(--font-mono);margin-top:3px;text-decoration:none;display:inline-block}.profile-username:hover{text-decoration:underline}.profile-logout-btn{color:#f87171;cursor:pointer;transition:var(--transition-fast);background:#ef44441a;border:1px solid #ef444440;border-radius:10px;padding:8px 14px;font-size:12px;font-weight:600}.profile-logout-btn:hover{border-color:var(--danger);color:#fff;background:#ef444440}.profile-stats-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin:20px 0;display:grid}.profile-stat-box{text-align:center;background:#ffffff05;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;gap:4px;padding:14px;display:flex}.stat-label{color:var(--text-muted);font-size:11px;font-weight:500}.stat-value{font-size:18px;font-weight:800;font-family:var(--font-mono);color:#fff}.stat-value.highlight-green{color:var(--success)}.profile-orders-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.orders-title-row{align-items:center;gap:10px;display:flex}.orders-section-title{color:#fff;font-size:16px;font-weight:800}.orders-count-pill{color:var(--text-light);font-size:11px;font-family:var(--font-mono);background:#ffffff14;border-radius:999px;padding:2px 7px;font-weight:700}.orders-filter-tabs{background:#070a1399;border:1px solid #ffffff14;border-radius:10px;gap:6px;padding:4px;display:flex}.filter-tab-btn{color:var(--text-muted);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600}.filter-tab-btn.active{color:#fff;background:#ffffff1a}.profile-orders-list{flex-direction:column;gap:12px;max-height:380px;padding-right:4px;display:flex;overflow-y:auto}.orders-empty-state{text-align:center;background:#ffffff04;border:1px dashed #ffffff1a;border-radius:16px;padding:40px 20px}.empty-icon-box{width:56px;height:56px;color:var(--text-muted);background:#ffffff0a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 14px;display:flex}.orders-empty-state h4{color:#fff;margin-bottom:6px;font-size:16px;font-weight:700}.orders-empty-state p{color:var(--text-muted);max-width:380px;margin:0 auto;font-size:13px;line-height:1.5}.user-order-card{transition:var(--transition-fast);background:#ffffff06;border:1px solid #ffffff14;border-radius:16px;padding:16px 18px}.user-order-card:hover{background:#ffffff0a;border-color:#ffffff2e}.order-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.order-id-group{align-items:center;gap:10px;display:flex}.order-card-id{font-family:var(--font-mono);color:#fff;font-size:13px;font-weight:700}.order-card-date{color:var(--text-muted);font-size:11.5px}.order-status-badge{border-radius:8px;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.status-completed{color:#34d399;background:#10b98126;border:1px solid #10b98159}.status-processing{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b59}.status-pending{color:#38bdf8;background:#0ea5e926;border:1px solid #0ea5e959}.order-card-body{border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;margin-bottom:12px;padding:10px 0}.order-transfer-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.transfer-col{flex-direction:column;flex:1;gap:2px;display:flex}.transfer-col.to{text-align:right}.transfer-sub{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:10.5px}.transfer-amount{color:#fff;font-size:15px}.transfer-bank{color:var(--text-light);white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:11px;overflow:hidden}.transfer-col.to .transfer-bank{margin-left:auto}.transfer-arrow-icon{color:var(--text-muted);opacity:.6}.order-card-footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.order-chat-btn{color:#38bdf8;transition:var(--transition-fast);align-items:center;gap:6px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.order-chat-btn:hover{color:#7dd3fc;text-decoration:underline}.order-repeat-btn{color:var(--text-light);cursor:pointer;transition:var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:5px;padding:5px 10px;font-size:11.5px;display:inline-flex}.order-repeat-btn:hover{color:#fff;background:#ffffff1a}.mobile-user-card{cursor:pointer;text-align:left;background:#ffffff0a;border:1px solid #10b98159;border-radius:14px;align-items:center;gap:12px;margin-bottom:12px;padding:12px 14px;display:flex}.mobile-user-info{flex-direction:column;flex:1;display:flex}.mobile-user-name{color:#fff;font-size:15px;font-weight:700}.mobile-user-sub{color:var(--text-muted);font-size:12px}.mobile-cabinet-badge{color:var(--success);font-size:12px;font-weight:700}.mobile-auth-action-btn{justify-content:center;width:100%;margin-bottom:14px}.mobile-bot-link{color:#38bdf8;background:#0ea5e91a;border:1px solid #0ea5e940;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:14px;padding:12px;font-size:13px;font-weight:700;text-decoration:none;display:flex}@media (width<=640px){.modal-dialog{border-radius:20px;max-height:94vh;padding:20px 16px!important}.telegram-auth-dialog{padding:26px 16px!important}.profile-header{padding-right:40px}.profile-stats-grid{grid-template-columns:repeat(2,1fr);gap:8px}.profile-stat-box{flex-direction:column;justify-content:center;align-items:center;padding:10px 8px}.profile-orders-header{flex-direction:column;align-items:stretch;gap:10px}.orders-title-row{justify-content:space-between;align-items:center;display:flex}.orders-filter-tabs{width:100%;display:flex}.filter-tab-btn{text-align:center;flex:1;padding:7px 4px;font-size:11.5px}.order-transfer-row{flex-direction:column;align-items:flex-start;gap:8px}.transfer-col.to{text-align:left}.transfer-col.to .transfer-bank{margin-left:0}.transfer-arrow-icon{margin:2px 0;transform:rotate(90deg)}}
