.TrendingSearchModal_root__uCd4d{--bg:rgba(0,0,0,0.7);--panel:#1a0f08;--panel-gradient:linear-gradient(180deg,rgba(43,18,0,0.9),#1a0f08);--accent:#c87414;--accent-hover:#e8b35c;--text:#f6e7b5;--muted:rgba(246,231,181,0.6);--line:rgba(200,116,20,0.2);--input-bg:rgba(26,15,8,0.6);--shadow-lg:0 20px 40px rgba(0,0,0,0.6);--focus:0 0 0 2px rgba(200,116,20,0.3),0 0 0 1px rgba(200,116,20,0.8);--shadow-pop:0 12px 24px rgba(0,0,0,0.5);position:fixed;inset:0;background:var(--bg);backdrop-filter:blur(4px);display:grid;place-items:center;z-index:9999;padding:10px}.TrendingSearchModal_modal__S8fna{width:500px;height:550px;max-width:96vw;max-height:96vh;background:var(--panel-gradient);border:1px solid rgba(200,116,20,.3);border-radius:16px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden;color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;font-weight:500;font-size:13px;line-height:1.35}@media (min-width:768px){.TrendingSearchModal_modal__S8fna{width:600px;height:600px}}@media (min-width:1024px){.TrendingSearchModal_modal__S8fna{width:700px;height:650px}}@media (min-width:1440px){.TrendingSearchModal_modal__S8fna{width:800px;height:700px}}.TrendingSearchModal_header__rYNfe{display:flex;align-items:center;gap:10px;padding:16px 20px;min-height:60px;border-bottom:1px solid var(--line);background:rgba(43,18,0,.3)}.TrendingSearchModal_title__2KKqy{font-weight:800;font-size:16px;margin-right:auto;display:flex;gap:10px;align-items:center;white-space:nowrap;min-width:0;color:var(--text);text-shadow:0 2px 4px rgba(0,0,0,.2)}@media (min-width:768px){.TrendingSearchModal_title__2KKqy{font-size:18px}}.TrendingSearchModal_dot__pEUR7{width:8px;height:8px;border-radius:50%;background:linear-gradient(180deg,#f3cc76,#c87414);box-shadow:0 0 10px rgba(200,116,20,.4);flex:0 0 auto}.TrendingSearchModal_iconBtn__Dw7Vi{width:32px;height:32px;border-radius:10px;border:1px solid var(--line);background:rgba(43,18,0,.4);display:grid;place-items:center;color:var(--text);cursor:pointer;flex:0 0 auto;transition:all .2s ease}.TrendingSearchModal_iconBtn__Dw7Vi:hover{background:rgba(200,116,20,.1);border-color:rgba(200,116,20,.4);color:#fff}.TrendingSearchModal_content__Eh0q7{padding:16px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;background:rgba(0,0,0,.2);scrollbar-width:thin;scrollbar-color:var(--accent) rgba(0,0,0,.2)}.TrendingSearchModal_content__Eh0q7::-webkit-scrollbar,.TrendingSearchModal_suggestionsBody__Amcrl::-webkit-scrollbar{width:6px;height:6px}.TrendingSearchModal_content__Eh0q7::-webkit-scrollbar-track,.TrendingSearchModal_suggestionsBody__Amcrl::-webkit-scrollbar-track{background:rgba(0,0,0,.2);border-radius:3px}.TrendingSearchModal_content__Eh0q7::-webkit-scrollbar-thumb,.TrendingSearchModal_suggestionsBody__Amcrl::-webkit-scrollbar-thumb{background:rgba(200,116,20,.4);border-radius:3px}.TrendingSearchModal_content__Eh0q7::-webkit-scrollbar-thumb:hover,.TrendingSearchModal_suggestionsBody__Amcrl::-webkit-scrollbar-thumb:hover{background:var(--accent)}@media (min-width:768px){.TrendingSearchModal_content__Eh0q7{padding:20px 24px}}.TrendingSearchModal_grid__xoSyJ{display:grid;grid-template-columns:120px 1fr;gap:15px 20px;align-items:start;grid-auto-rows:minmax(36px,auto);flex:1}@media (min-width:768px){.TrendingSearchModal_grid__xoSyJ{grid-template-columns:130px 1fr;gap:18px 24px;grid-auto-rows:minmax(40px,auto)}}.TrendingSearchModal_label__4kVKh{color:var(--muted);font-weight:600;font-size:13px;align-self:center;word-break:break-word;line-height:1.2;padding-top:2px;width:fit-content}@media (min-width:768px){.TrendingSearchModal_label__4kVKh{font-size:14px}}.TrendingSearchModal_range__fa2ID{display:grid;grid-template-columns:1fr 1fr;gap:8px;min-width:0;min-height:40px}@media (min-width:768px){.TrendingSearchModal_range__fa2ID{gap:10px;min-height:44px}}.TrendingSearchModal_field__s0fvg{position:relative;min-width:0;height:36px}@media (min-width:768px){.TrendingSearchModal_field__s0fvg{height:40px}}.TrendingSearchModal_input__2hQJQ{width:100%;height:100%;border-radius:10px;border:1px solid var(--line);background:var(--input-bg);color:var(--text);padding:8px 60px 8px 12px;outline:none;font-size:13px;appearance:textfield;box-sizing:border-box;transition:all .2s ease}@media (min-width:768px){.TrendingSearchModal_input__2hQJQ{padding:10px 65px 10px 14px;font-size:14px}}.TrendingSearchModal_input__2hQJQ:focus{box-shadow:var(--focus);border-color:var(--accent);background:rgba(26,15,8,.8)}.TrendingSearchModal_input__2hQJQ::placeholder{color:rgba(246,231,181,.3)}.TrendingSearchModal_suffix__Z8lnK{position:absolute;right:32px;top:50%;transform:translateY(-50%);color:var(--muted);font-weight:700;font-size:10px;background:rgba(200,116,20,.1);border:1px solid rgba(200,116,20,.2);padding:2px 6px;border-radius:6px;pointer-events:none;max-width:35px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width:768px){.TrendingSearchModal_suffix__Z8lnK{right:35px;font-size:11px;padding:3px 6px;border-radius:7px;max-width:38px}}.TrendingSearchModal_steppers__Cyalc{position:absolute;right:4px;top:4px;bottom:4px;width:24px;display:flex;flex-direction:column;border-radius:6px;overflow:hidden;gap:1px}@media (min-width:768px){.TrendingSearchModal_steppers__Cyalc{right:5px;top:5px;bottom:5px;width:26px;border-radius:7px}}.TrendingSearchModal_step__9T_JQ{width:100%;flex:1;display:flex;align-items:center;justify-content:center;background:rgba(43,18,0,.6);border:1px solid rgba(200,116,20,.1);color:var(--muted);cursor:pointer;user-select:none;min-height:0;transition:all .1s}.TrendingSearchModal_step__9T_JQ:hover{background:rgba(200,116,20,.2);color:var(--text)}.TrendingSearchModal_step__9T_JQ:active{background:rgba(200,116,20,.3)}.TrendingSearchModal_step__9T_JQ:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.TrendingSearchModal_step__9T_JQ:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.TrendingSearchModal_step__9T_JQ svg{width:10px;height:10px;flex-shrink:0}.TrendingSearchModal_footer__oiBgh{padding:16px 20px;display:flex;gap:12px;justify-content:flex-end;border-top:1px solid var(--line);background:rgba(43,18,0,.3)}.TrendingSearchModal_btn__QBDP2{height:38px;min-width:100px;border-radius:10px;font-weight:700;font-size:13px;border:1px solid transparent;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}@media (min-width:768px){.TrendingSearchModal_btn__QBDP2{height:42px;min-width:110px;font-size:14px}}.TrendingSearchModal_btnPrimary__h7Bts{background:linear-gradient(90deg,#efb95e,#c87414);color:#1a0f08;border:1px solid rgba(200,116,20,.5);box-shadow:0 4px 12px rgba(200,116,20,.3)}.TrendingSearchModal_btnPrimary__h7Bts:hover{background:linear-gradient(90deg,#f3cc76,#e8b35c);transform:translateY(-1px);box-shadow:0 6px 16px rgba(200,116,20,.4)}.TrendingSearchModal_btnPrimary__h7Bts:active{transform:translateY(0)}.TrendingSearchModal_btnGhost__bU2vZ{background:rgba(43,18,0,.4);color:var(--text);border:1px solid var(--line)}.TrendingSearchModal_btnGhost__bU2vZ:hover{background:rgba(43,18,0,.6);border-color:var(--accent);color:#fff}.TrendingSearchModal_suggestions__g1v9T{position:absolute;top:calc(100% + 6px);left:0;right:0;border:1px solid var(--line);background:#1a0f08;border-radius:10px;box-shadow:var(--shadow-pop);z-index:3;overflow:hidden;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;color:var(--text)}.TrendingSearchModal_suggestionsHeader__Zuj31{display:flex;align-items:center;gap:8px;padding:8px 8px 6px 10px;border-bottom:1px solid var(--line);background:rgba(43,18,0,.2)}.TrendingSearchModal_suggestionsTitle__kRDKM{font-weight:800;color:var(--text)}.TrendingSearchModal_suggestionItem__nsqd1{padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.03);cursor:pointer;background:transparent;transition:background .2s}.TrendingSearchModal_suggestionItem__nsqd1:hover{background:rgba(200,116,20,.1)}.TrendingSearchModal_suggestionSymbol__Dkw3z{opacity:.7;margin-left:4px;color:var(--accent-hover)}.TrendingSearchModal_suggestionSub__l5gHL{opacity:.6;font-size:12px;color:var(--muted)}.CreateTokenModal_modalOverlay__rVIg2{--bg:#0d0704;--bg-elev:#1a0f08;--bg-elev-2:#231611;--surface:#2d1e17;--text:#f5e6d3;--text-dim:#cbbba6;--muted:#9b8976;--success:#4ade80;--warn:#f7b500;--danger:#ff4757;--blue:#ffc936;--focus:#ffc936;--border:#3a2418;--card:#231611;--shadow:0 16px 60px rgba(0,0,0,0.75),inset 0 1px 0 rgba(255,255,255,0.03);--g1:#f28c28;--g2:#ffb347;--g3:#f28c28;--accent:linear-gradient(135deg,var(--g1),var(--g2) 60%,var(--g3));position:fixed;inset:0;background:rgba(0,0,0,.3);backdrop-filter:blur(4px);z-index:9999;display:flex;justify-content:center;align-items:flex-start;padding:16px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans;overflow-y:auto;-webkit-overflow-scrolling:touch}.CreateTokenModal_modalContainer__mBpDC{background:radial-gradient(1200px 800px at 85% -10%,rgba(247,181,0,.1) 0,rgba(255,201,54,.06) 25%,transparent 60%) no-repeat,var(--bg);color:var(--ab-modal-title);border-radius:24px;max-width:1200px;width:100%;height:850px;max-height:90vh;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border);margin:auto;position:relative;display:flex;flex-direction:column}@media (min-width:1200px){.CreateTokenModal_modalContainer__mBpDC{max-width:1300px}}.CreateTokenModal_hero__13jzN{display:flex;align-items:center;gap:20px;padding:24px 24px 16px;flex-shrink:0}.CreateTokenModal_brand__35SsB{width:48px;height:48px;border-radius:14px;background:var(--accent);box-shadow:inset 0 0 0 1px rgba(255,255,255,.06),0 12px 40px rgba(205,120,40,.25)}.CreateTokenModal_heroTitle__mACDP{font-size:28px;margin:0;letter-spacing:-.01em}.CreateTokenModal_priceInfo__rW2la{margin-top:12px;font-size:.875rem}.CreateTokenModal_priceContainer__0LC8_{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.CreateTokenModal_priceItem__aJIrl{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:8px;color:var(--text);font-weight:500;font-size:.85rem;backdrop-filter:blur(8px);transition:all .2s ease}.CreateTokenModal_priceItem__aJIrl:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.2)}.CreateTokenModal_priceLoading__cgOXo{color:var(--muted);font-size:.8rem;font-style:italic;opacity:.8}.CreateTokenModal_wizard__wZhFR{display:grid;grid-template-columns:280px 1fr;gap:20px;padding:0 24px 24px;flex:1;min-height:0;overflow:hidden}.CreateTokenModal_sidebar__r_kwc{background:linear-gradient(180deg,rgba(247,181,0,.06),transparent 22%),var(--bg-elev);border:1px solid var(--border);border-radius:18px;padding:18px 14px;box-shadow:var(--shadow);overflow-y:auto;min-height:0}.CreateTokenModal_step__eXDAs{display:grid;grid-template-columns:24px 1fr auto;gap:10px;align-items:center;padding:10px;border-radius:12px;color:var(--text-dim);transition:background .2s,color .2s;cursor:pointer}.CreateTokenModal_step__eXDAs.CreateTokenModal_active__uu5F_{background:#23150e;color:var(--text)}.CreateTokenModal_step__eXDAs.CreateTokenModal_done__QZWAY{color:#dcdad3}.CreateTokenModal_stepIndex__bm0Ob{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:#2a1b12;color:#e7e4de;font-weight:700;font-size:12px}.CreateTokenModal_step__eXDAs.CreateTokenModal_active__uu5F_ .CreateTokenModal_stepIndex__bm0Ob{background:var(--g2);color:#1a0f08}.CreateTokenModal_content__tDYUv{background:var(--ab-modal-bg);border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;height:100%;min-height:0}.CreateTokenModal_contentHeader__eKmxP{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:linear-gradient(180deg,rgba(242,140,40,.06),transparent 30%),var(--bg-elev-2);border-bottom:1px solid var(--border);flex-shrink:0}.CreateTokenModal_contentHeader__eKmxP h2{margin:0;font-size:18px;letter-spacing:-.01em}.CreateTokenModal_badge__J0Wlc{padding:6px 10px;border-radius:999px;background:#2a1e0a;color:var(--text-dim);font-size:12px;border:1px solid var(--border)}.CreateTokenModal_panel__RkKJg{padding:20px;display:grid;gap:16px;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0}.CreateTokenModal_grid2__fi0_r{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.CreateTokenModal_grid3__WI8gX{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.CreateTokenModal_card__mStTX{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:14px}.CreateTokenModal_cardAlt__8gfOi{background:linear-gradient(180deg,rgba(242,140,40,.06),rgba(255,179,71,.03)),var(--card)}.CreateTokenModal_labelWithTooltip__oXNYn,.CreateTokenModal_label__RYtqJ{font-size:12px;color:var(--muted);margin-bottom:8px;display:flex;align-items:center;gap:8px}.CreateTokenModal_input__8j_hT,.CreateTokenModal_select__g1JoR,.CreateTokenModal_textarea__yffeE{width:100%;background:#1a1009;color:var(--text);border:1px solid #3a2418;border-radius:12px;padding:12px;outline:none;transition:border-color .15s,box-shadow .15s;font-family:inherit}.CreateTokenModal_input__8j_hT::placeholder,.CreateTokenModal_textarea__yffeE::placeholder{color:var(--text-dim);opacity:.4}.CreateTokenModal_input__8j_hT:focus,.CreateTokenModal_select__g1JoR:focus,.CreateTokenModal_textarea__yffeE:focus{border-color:var(--focus);box-shadow:0 0 0 4px rgba(255,179,71,.16)}.CreateTokenModal_input__8j_hT.CreateTokenModal_disabled__tzqOh,.CreateTokenModal_input__8j_hT:disabled{opacity:.5;cursor:not-allowed;background:#0f0905;color:var(--muted)}.CreateTokenModal_textarea__yffeE{min-height:104px;resize:vertical}.CreateTokenModal_input__8j_hT[type=datetime-local]{position:relative;padding-right:32px}.CreateTokenModal_input__8j_hT[type=datetime-local]::-webkit-calendar-picker-indicator{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23d97706" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"/><line x1="16" y1="2" x2="16" y2="6"/><line x1="8" y1="2" x2="8" y2="6"/><line x1="3" y1="10" x2="21" y2="10"/></svg>') no-repeat;background-size:18px 18px;width:18px;height:18px;cursor:pointer;opacity:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2));position:absolute;right:4px;top:50%;transform:translateY(-50%)}.CreateTokenModal_input__8j_hT[type=datetime-local]::-webkit-calendar-picker-indicator:hover{filter:drop-shadow(0 1px 2px rgba(0,0,0,.2)) brightness(1.1)}.CreateTokenModal_input__8j_hT[type=datetime-local]::-moz-calendar-picker-indicator{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23d97706" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"/><line x1="16" y1="2" x2="16" y2="6"/><line x1="8" y1="2" x2="8" y2="6"/><line x1="3" y1="10" x2="21" y2="10"/></svg>') no-repeat;background-size:16px 16px;width:16px;height:16px;border:0;opacity:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.CreateTokenModal_hint__wkQQL{font-size:12px;color:var(--text-dim);margin-top:6px}.CreateTokenModal_help__o_Pj6{font-size:12px;color:var(--muted)}.CreateTokenModal_switch__OAriN{display:grid;grid-template-columns:46px 1fr;align-items:center;gap:10px;user-select:none}.CreateTokenModal_switchInput__LOb1g{appearance:none;-webkit-appearance:none;width:46px;height:28px;border-radius:999px;background:#26262b;border:1px solid var(--border);position:relative;cursor:pointer;outline:none;transition:background .2s,border-color .2s,box-shadow .2s}.CreateTokenModal_switchInput__LOb1g:after{content:"";position:absolute;top:2px;left:2px;width:22px;height:22px;border-radius:999px;background:#b3b1aa;transition:left .2s,background .2s;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}.CreateTokenModal_switchInput__LOb1g:checked{background:linear-gradient(135deg,var(--g1),var(--g2));border-color:var(--g1);box-shadow:0 0 0 4px rgba(242,140,40,.2),0 2px 8px rgba(242,140,40,.3),inset 0 1px 2px rgba(255,255,255,.2)}.CreateTokenModal_switchInput__LOb1g:checked:after{left:22px;background:#1a0f08;box-shadow:inset 0 -1px 0 rgba(0,0,0,.3),0 2px 4px rgba(0,0,0,.2)}.CreateTokenModal_switchLabel__vxxNR{font-size:14px;line-height:1.2}.CreateTokenModal_segmented__qe76g{display:inline-flex;background:#1a1009;border:1px solid #3a2418;border-radius:12px;overflow:hidden}.CreateTokenModal_segment__BQIbN{padding:10px 12px;color:var(--text-dim);cursor:pointer;user-select:none;border-right:1px solid #3a2418;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.CreateTokenModal_segment__BQIbN:hover:not(.CreateTokenModal_active__uu5F_){background:rgba(255,179,71,.05);color:var(--text)}.CreateTokenModal_segment__BQIbN:last-child{border-right:0}.CreateTokenModal_segment__BQIbN.CreateTokenModal_active__uu5F_{color:#1a0f08;background:linear-gradient(135deg,var(--g1),var(--g2));box-shadow:inset 0 1px 2px rgba(255,255,255,.2),0 2px 8px rgba(242,140,40,.3);transform:translateY(-1px);font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.2)}.CreateTokenModal_radioCards__vWDOx{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.CreateTokenModal_radioCard__L7b8K{position:relative;border-radius:14px;background:#1a0f08;border:1px solid #3a2418;padding:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:86px;transform:translateY(0);will-change:transform,box-shadow,border-color}.CreateTokenModal_radioCard__L7b8K:hover:not(.CreateTokenModal_active__uu5F_){border-color:var(--g2);background:linear-gradient(180deg,rgba(255,179,71,.05),rgba(255,179,71,.02)),#1a0f08;transform:translateY(-1px);box-shadow:0 4px 12px rgba(242,140,40,.1)}.CreateTokenModal_radioCard__L7b8K.CreateTokenModal_active__uu5F_{background:linear-gradient(180deg,rgba(255,179,71,.18),rgba(255,179,71,.08)),linear-gradient(135deg,rgba(242,140,40,.15),rgba(255,179,71,.1)),#1c120a;border:2px solid var(--g1);box-shadow:inset 0 0 0 1px rgba(255,179,71,.4),0 0 0 3px rgba(242,140,40,.2),0 8px 25px rgba(242,140,40,.25),0 0 20px rgba(255,179,71,.15);transform:translateY(-3px) scale(1.02)}.CreateTokenModal_radioCard__L7b8K .CreateTokenModal_title___GSIO{font-weight:700;margin-bottom:4px;transition:all .3s ease;position:relative}.CreateTokenModal_radioCard__L7b8K.CreateTokenModal_active__uu5F_ .CreateTokenModal_title___GSIO{color:var(--g1);font-weight:800;text-shadow:0 0 10px rgba(242,140,40,.4)}.CreateTokenModal_radioCard__L7b8K .CreateTokenModal_desc__M7RsF{font-size:12px;color:var(--text-dim);transition:all .3s ease}.CreateTokenModal_radioCard__L7b8K.CreateTokenModal_active__uu5F_ .CreateTokenModal_desc__M7RsF{color:var(--text);font-weight:500}.CreateTokenModal_radioCard__L7b8K.CreateTokenModal_active__uu5F_:after{content:"✓";position:absolute;top:12px;right:12px;width:24px;height:24px;background:var(--g1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#1a0f08;box-shadow:0 2px 8px rgba(242,140,40,.4);animation:CreateTokenModal_checkmark___8AmR .3s cubic-bezier(.4,0,.2,1)}@keyframes CreateTokenModal_checkmark___8AmR{0%{transform:scale(0) rotate(-180deg);opacity:0}50%{transform:scale(1.2) rotate(-90deg)}to{transform:scale(1) rotate(0deg);opacity:1}}.CreateTokenModal_compare__eduE1{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr))}.CreateTokenModal_compareMini__ULIq6{background:#1a0f08;border:1px solid #3a2418;border-radius:12px;padding:10px}.CreateTokenModal_feePill__SOHa6{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#1b1009;border:1px solid #4a2e1f;color:#ffd79a}.CreateTokenModal_feeDot__wkkxw{width:8px;height:8px;border-radius:999px;background:var(--g1);box-shadow:0 0 0 3px rgba(242,140,40,.25)}.CreateTokenModal_footerNav__Ajg1U{display:flex;justify-content:space-between;align-items:center;padding:18px;background:#1b1009;border-top:1px solid var(--border);border-bottom-left-radius:18px;border-bottom-right-radius:18px;flex-shrink:0}.CreateTokenModal_btn__qFe8f{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border-radius:12px;background:#1c120a;border:1px solid #3a2418;color:var(--text);cursor:pointer;font-weight:700;transition:.2s;text-align:center;font-family:inherit;font-size:14px;line-height:1.2;white-space:nowrap;flex-shrink:0}.CreateTokenModal_btnPrimary__TsW1l{background:var(--accent);border:0;color:#1a0f08;text-shadow:0 1px 0 rgba(255,255,255,.2);box-shadow:0 8px 30px rgb(61,43,12),inset 0 -2px 0 rgba(0,0,0,.15)}.CreateTokenModal_btnPrimary__TsW1l:disabled{filter:grayscale(.4);opacity:.7;cursor:not-allowed}.CreateTokenModal_btnGhost__K9uvw{background:transparent}.CreateTokenModal_btn__qFe8f:disabled{opacity:.6;cursor:not-allowed}.CreateTokenModal_navButton__uh_OK{min-width:140px;max-width:140px;width:140px;height:40.8px;justify-content:center;flex:none;flex-shrink:0}.CreateTokenModal_row__sZjs5{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.CreateTokenModal_kicker__UojMT{color:var(--text-dim);font-size:12px}.CreateTokenModal_inline__a7fJA{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.CreateTokenModal_unit__Obu6r{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-dim);padding:6px 10px;background:#170e08;border:1px solid var(--border);border-radius:12px}.CreateTokenModal_pill___JPHd{padding:4px 10px;background:#1b1009;border:1px solid #3a2418;color:#cfcfc9;border-radius:999px;font-size:12px}.CreateTokenModal_abi__TAEtG{white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;background:#0e0e10;border:1px solid #27272f;border-radius:12px;padding:12px;color:#f3efe7;font-size:12px;max-height:320px;overflow:auto}.CreateTokenModal_collapsed__RPvCY{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--ab-modal-bg)}.CreateTokenModal_collapsedSummary__cU_H1{list-style:none;cursor:pointer;padding:14px;font-weight:700;background:var(--ab-modal-header);user-select:none}.CreateTokenModal_collapsedSummary__cU_H1::-webkit-details-marker{display:none}.CreateTokenModal_collapsedBody__2u32N{padding:14px;border-top:1px solid var(--border)}.CreateTokenModal_error__Bl1xa{color:var(--danger);font-size:12px;margin-top:6px}.CreateTokenModal_errorInlineMsg__LM8ro{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid rgba(255,118,118,.35);background:rgba(127,29,29,.1);border-radius:10px;color:var(--danger);font-size:12px}.CreateTokenModal_fieldError__CpfCJ{border-color:#ff7676!important}.CreateTokenModal_hidden__3qdK1{display:none!important}.CreateTokenModal_profileBlock___Txsg{display:block}.CreateTokenModal_features__MxOlq{margin-top:8px;display:flex;flex-direction:column;gap:4px}.CreateTokenModal_feature__5q8Ne{font-size:12px;color:var(--text-dim);line-height:1.4}.CreateTokenModal_comparisonInfo__nd45x{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.CreateTokenModal_comparisonCard__12RNe{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:12px}.CreateTokenModal_comparisonTitle__JMgEa{font-weight:700;font-size:14px;color:var(--text);margin-bottom:6px}.CreateTokenModal_comparisonDesc__Dvgl4{font-size:12px;color:var(--text-dim);line-height:1.4}.CreateTokenModal_loadingSpinner__TYJq4{width:12px;height:12px;border:2px solid rgba(255,255,255,.25);border-top:2px solid var(--g2);border-radius:50%;animation:CreateTokenModal_spin__OEPke .8s linear infinite}@keyframes CreateTokenModal_spin__OEPke{to{transform:rotate(1turn)}}@media (max-width:768px){.CreateTokenModal_modalOverlay__rVIg2{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;height:100dvh!important;background:rgba(0,0,0,.95)!important;backdrop-filter:blur(8px)!important;z-index:9999!important;align-items:stretch!important;justify-content:stretch!important}.CreateTokenModal_modalContainer__mBpDC,.CreateTokenModal_modalOverlay__rVIg2{padding:0!important;margin:0!important;overflow:hidden!important;display:flex!important}.CreateTokenModal_modalContainer__mBpDC{position:relative!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;border-radius:0!important;box-shadow:none!important;border:none!important;background:var(--bg)!important;flex-direction:column!important}.CreateTokenModal_hero__13jzN{position:relative!important;flex-shrink:0!important;padding:10px 16px!important;background:var(--bg-elev)!important;border-bottom:1px solid var(--border)!important;display:flex!important;align-items:center!important;gap:12px!important;min-height:60px!important;z-index:3!important}.CreateTokenModal_brand__35SsB{width:24px!important;height:24px!important;border-radius:6px!important;flex-shrink:0!important}.CreateTokenModal_heroTitle__mACDP{font-size:16px!important;font-weight:700!important;line-height:1.2!important;margin:0!important;flex:1!important}.CreateTokenModal_priceInfo__rW2la{margin-top:4px!important}.CreateTokenModal_priceContainer__0LC8_{display:flex!important;flex-wrap:wrap!important;gap:6px!important;align-items:center!important}.CreateTokenModal_priceItem__aJIrl{font-size:10px!important;padding:3px 6px!important;border-radius:4px!important;min-height:20px!important;display:inline-flex!important;align-items:center!important;white-space:nowrap!important}.CreateTokenModal_priceLoading__cgOXo{font-size:10px!important}.CreateTokenModal_wizard__wZhFR{position:relative!important;display:flex!important;flex-direction:column!important;flex:1!important;min-height:0!important;overflow:hidden!important;padding:0!important;gap:0!important}.CreateTokenModal_sidebar__r_kwc{position:relative!important;flex-shrink:0!important;background:var(--bg-elev)!important;border-bottom:1px solid var(--border)!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;-ms-overflow-style:none!important;display:flex!important;gap:6px!important;z-index:2!important;padding:8px 16px!important}.CreateTokenModal_sidebar__r_kwc::-webkit-scrollbar{display:none!important}.CreateTokenModal_step__eXDAs{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:6px 8px!important;margin:0!important;border-radius:8px!important;min-width:60px!important;flex-shrink:0!important;text-align:center!important;gap:3px!important;font-size:9px!important;line-height:1.1!important;cursor:pointer!important;transition:all .2s ease!important;background:transparent!important;-webkit-tap-highlight-color:transparent!important}.CreateTokenModal_step__eXDAs:hover{background:rgba(255,255,255,.05)!important}.CreateTokenModal_step__eXDAs.CreateTokenModal_active__uu5F_{background:linear-gradient(135deg,var(--g1),var(--g2))!important;color:#1a0f08!important;font-weight:600!important}.CreateTokenModal_step__eXDAs.CreateTokenModal_done__QZWAY{background:rgba(255,255,255,.1)!important;color:var(--text)!important}.CreateTokenModal_stepIndex__bm0Ob{width:18px!important;height:18px!important;font-size:8px!important;border-radius:5px!important;font-weight:700!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;background:#2a1b12!important;color:#e7e4de!important}.CreateTokenModal_step__eXDAs.CreateTokenModal_active__uu5F_ .CreateTokenModal_stepIndex__bm0Ob{background:rgba(26,15,8,.3)!important;color:#1a0f08!important}.CreateTokenModal_step__eXDAs.CreateTokenModal_done__QZWAY .CreateTokenModal_stepIndex__bm0Ob{background:var(--g2)!important;color:#1a0f08!important}.CreateTokenModal_badge__J0Wlc{font-size:7px!important;padding:1px 3px!important;margin-top:1px!important;background:rgba(255,255,255,.1)!important;border:none!important;border-radius:4px!important;white-space:nowrap!important;line-height:1!important}.CreateTokenModal_step__eXDAs.CreateTokenModal_active__uu5F_ .CreateTokenModal_badge__J0Wlc{background:rgba(26,15,8,.3)!important;color:#1a0f08!important}.CreateTokenModal_content__tDYUv{position:relative!important;flex:1!important;min-height:0!important;overflow:hidden!important;background:var(--bg-elev)!important;display:flex!important;flex-direction:column!important;border-radius:0!important;border:none!important;box-shadow:none!important}.CreateTokenModal_contentHeader__eKmxP{position:relative!important;flex-shrink:0!important;padding:12px 16px!important;background:var(--bg-elev-2)!important;border-bottom:1px solid var(--border)!important;display:flex!important;justify-content:space-between!important;align-items:center!important;min-height:50px!important;z-index:1!important}.CreateTokenModal_contentHeader__eKmxP h2{font-size:14px!important;font-weight:600!important;line-height:1.2!important;margin:0!important;flex:1!important}.CreateTokenModal_contentHeader__eKmxP .CreateTokenModal_badge__J0Wlc{font-size:9px!important;padding:3px 6px!important;margin:0!important}.CreateTokenModal_panel__RkKJg{position:relative!important;flex:1!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;padding:12px 16px 80px!important;display:grid!important;gap:12px!important;align-content:start!important;scroll-behavior:smooth!important}.CreateTokenModal_card__mStTX{position:relative!important;padding:12px!important;border-radius:8px!important;background:var(--surface)!important;border:1px solid var(--border)!important;box-sizing:border-box!important}.CreateTokenModal_labelWithTooltip__oXNYn,.CreateTokenModal_label__RYtqJ{font-size:12px!important;font-weight:500!important;color:var(--text)!important;margin-bottom:6px!important;display:block!important;line-height:1.3!important}.CreateTokenModal_input__8j_hT,.CreateTokenModal_select__g1JoR,.CreateTokenModal_textarea__yffeE{width:100%!important;padding:12px!important;font-size:16px!important;border-radius:6px!important;min-height:44px!important;border:1px solid #3a2418!important;background:#1a1009!important;color:var(--text)!important;box-sizing:border-box!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;line-height:1.4!important;outline:none!important;transition:border-color .15s,box-shadow .15s!important}.CreateTokenModal_input__8j_hT:focus,.CreateTokenModal_select__g1JoR:focus,.CreateTokenModal_textarea__yffeE:focus{border-color:var(--focus)!important;box-shadow:0 0 0 3px rgba(255,179,71,.2)!important}.CreateTokenModal_textarea__yffeE{min-height:80px!important;resize:vertical!important;font-family:inherit!important}.CreateTokenModal_compare__eduE1,.CreateTokenModal_grid2__fi0_r,.CreateTokenModal_grid3__WI8gX{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.CreateTokenModal_inline__a7fJA{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;align-items:stretch!important}.CreateTokenModal_radioCards__vWDOx{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.CreateTokenModal_radioCard__L7b8K{position:relative!important;padding:12px!important;border-radius:8px!important;background:#1a0f08!important;border:1px solid #3a2418!important;cursor:pointer!important;transition:all .2s ease!important;min-height:auto!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important}.CreateTokenModal_radioCard__L7b8K:active{transform:scale(.98)!important}.CreateTokenModal_radioCard__L7b8K.CreateTokenModal_active__uu5F_{background:linear-gradient(180deg,rgba(255,179,71,.2),rgba(255,179,71,.1)),linear-gradient(135deg,rgba(242,140,40,.18),rgba(255,179,71,.12)),#1c120a!important;border:2px solid var(--g1)!important;box-shadow:inset 0 0 0 1px rgba(255,179,71,.5),0 0 0 2px rgba(242,140,40,.25),0 6px 20px rgba(242,140,40,.3),0 0 15px rgba(255,179,71,.2)!important;transform:translateY(-2px) scale(1.01)!important}.CreateTokenModal_radioCard__L7b8K.CreateTokenModal_active__uu5F_ .CreateTokenModal_title___GSIO{color:var(--g1)!important;font-weight:700!important;text-shadow:0 0 8px rgba(242,140,40,.5)!important}.CreateTokenModal_radioCard__L7b8K.CreateTokenModal_active__uu5F_ .CreateTokenModal_desc__M7RsF{color:var(--text)!important;font-weight:500!important;opacity:1!important}.CreateTokenModal_radioCard__L7b8K.CreateTokenModal_active__uu5F_:after{content:"✓"!important;position:absolute!important;top:8px!important;right:8px!important;width:20px!important;height:20px!important;background:var(--g1)!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:700!important;color:#1a0f08!important;box-shadow:0 2px 6px rgba(242,140,40,.5)!important;animation:CreateTokenModal_checkmark___8AmR .3s cubic-bezier(.4,0,.2,1)!important}.CreateTokenModal_radioCard__L7b8K .CreateTokenModal_title___GSIO{font-size:14px!important;font-weight:600!important;margin-bottom:4px!important;line-height:1.3!important;transition:all .3s ease!important}.CreateTokenModal_radioCard__L7b8K .CreateTokenModal_desc__M7RsF{font-size:12px!important;line-height:1.4!important;opacity:.9!important;transition:all .3s ease!important}.CreateTokenModal_switch__OAriN{display:grid!important;grid-template-columns:auto 1fr!important;align-items:center!important;gap:12px!important}.CreateTokenModal_switchInput__LOb1g{width:44px!important;height:26px!important}.CreateTokenModal_switchInput__LOb1g:after{width:22px!important;height:22px!important;top:1px!important;left:1px!important}.CreateTokenModal_switchInput__LOb1g:checked:after{left:20px!important}.CreateTokenModal_switchLabel__vxxNR{font-size:13px!important;line-height:1.4!important}.CreateTokenModal_segmented__qe76g{border-radius:6px!important;width:100%!important;display:flex!important;overflow:hidden!important}.CreateTokenModal_segment__BQIbN{padding:10px 12px!important;font-size:13px!important;flex:1!important;text-align:center!important;min-height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important}.CreateTokenModal_features__MxOlq{margin-top:6px!important;display:flex!important;flex-direction:column!important;gap:3px!important}.CreateTokenModal_feature__5q8Ne{font-size:11px!important;line-height:1.3!important;color:var(--text-dim)!important}.CreateTokenModal_comparisonInfo__nd45x{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.CreateTokenModal_comparisonCard__12RNe{padding:10px!important;border-radius:6px!important;background:var(--card)!important;border:1px solid var(--border)!important}.CreateTokenModal_comparisonTitle__JMgEa{font-size:12px!important;font-weight:600!important;margin-bottom:4px!important;color:var(--text)!important}.CreateTokenModal_comparisonDesc__Dvgl4{font-size:11px!important;line-height:1.4!important;color:var(--text-dim)!important}.CreateTokenModal_footerNav__Ajg1U{position:fixed!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;padding:12px 16px!important;background:var(--bg-elev-2)!important;border-top:2px solid var(--border)!important;display:flex!important;justify-content:space-between!important;align-items:center!important;gap:16px!important;z-index:1000!important;box-shadow:0 -6px 25px rgba(0,0,0,.6)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}.CreateTokenModal_navButton__uh_OK{min-width:100px!important;min-height:48px!important;padding:12px 16px!important;font-size:14px!important;font-weight:600!important;border-radius:8px!important;flex:none!important;transition:all .2s ease!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important;box-sizing:border-box!important}.CreateTokenModal_navButton__uh_OK:active{transform:scale(.95)!important}.CreateTokenModal_btn__qFe8f{font-size:14px!important;padding:12px 16px!important;border-radius:8px!important;min-height:44px!important;font-weight:600!important;transition:all .2s ease!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important}.CreateTokenModal_btn__qFe8f:active{transform:scale(.95)!important}.CreateTokenModal_feePill__SOHa6{min-height:28px!important}.CreateTokenModal_feePill__SOHa6,.CreateTokenModal_unit__Obu6r{font-size:11px!important;padding:4px 8px!important;border-radius:5px!important;display:inline-flex!important;align-items:center!important}.CreateTokenModal_unit__Obu6r{min-height:24px!important}.CreateTokenModal_pill___JPHd{font-size:10px!important;padding:3px 6px!important;border-radius:5px!important;min-height:20px!important;display:inline-flex!important;align-items:center!important}.CreateTokenModal_help__o_Pj6,.CreateTokenModal_hint__wkQQL{font-size:11px!important;line-height:1.4!important}.CreateTokenModal_hint__wkQQL{margin-top:6px!important}.CreateTokenModal_error__Bl1xa{font-size:11px!important;margin-top:6px!important;line-height:1.4!important;color:var(--danger)!important}.CreateTokenModal_errorInlineMsg__LM8ro{padding:8px 10px!important;font-size:11px!important;border-radius:6px!important;line-height:1.4!important}.CreateTokenModal_abi__TAEtG{font-size:10px!important;padding:10px!important;max-height:200px!important;line-height:1.4!important;border-radius:6px!important}.CreateTokenModal_collapsed__RPvCY{border-radius:8px!important}.CreateTokenModal_collapsedSummary__cU_H1{padding:12px!important;font-size:13px!important;font-weight:600!important}.CreateTokenModal_collapsedBody__2u32N{padding:12px!important}}@media (max-width:768px) and (min-height:1000px){.CreateTokenModal_panel__RkKJg{padding-bottom:120px!important}.CreateTokenModal_hero__13jzN{padding:16px 20px!important;min-height:70px!important}.CreateTokenModal_heroTitle__mACDP{font-size:18px!important}.CreateTokenModal_brand__35SsB{width:28px!important;height:28px!important}.CreateTokenModal_contentHeader__eKmxP{padding:16px 20px!important;min-height:60px!important}.CreateTokenModal_contentHeader__eKmxP h2{font-size:16px!important}.CreateTokenModal_card__mStTX{padding:16px!important}.CreateTokenModal_input__8j_hT,.CreateTokenModal_select__g1JoR,.CreateTokenModal_textarea__yffeE{padding:14px!important;min-height:48px!important}.CreateTokenModal_navButton__uh_OK{min-height:52px!important;padding:14px 18px!important;font-size:15px!important}}.CreateTokenModal_panel__RkKJg::-webkit-scrollbar,.CreateTokenModal_sidebar__r_kwc::-webkit-scrollbar{width:6px;height:6px}.CreateTokenModal_panel__RkKJg::-webkit-scrollbar-track,.CreateTokenModal_sidebar__r_kwc::-webkit-scrollbar-track{background:transparent}.CreateTokenModal_panel__RkKJg::-webkit-scrollbar-thumb,.CreateTokenModal_sidebar__r_kwc::-webkit-scrollbar-thumb{background:#3a2418;border-radius:3px}.CreateTokenModal_panel__RkKJg::-webkit-scrollbar-thumb:hover,.CreateTokenModal_sidebar__r_kwc::-webkit-scrollbar-thumb:hover{background:#4a2e1f}@media (max-width:768px){.CreateTokenModal_sidebar__r_kwc::-webkit-scrollbar{display:none}.CreateTokenModal_sidebar__r_kwc{scrollbar-width:none;-ms-overflow-style:none}.CreateTokenModal_panel__RkKJg::-webkit-scrollbar{width:3px}.CreateTokenModal_panel__RkKJg::-webkit-scrollbar-thumb{background:rgba(58,36,24,.6);border-radius:2px}}