@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap";*{font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}:root{--primary:#8b5cf6;--primary-hover:#7c3aed;--secondary:#3b82f6;--bg-dark:#0f0f12;--bg-card:#18181c;--bg-glass:#18181cf0;--border:#27272a;--border-focus:#8b5cf6;--text-main:#e2e8f0;--text-bright:#f8fafc;--text-muted:#94a3b8;--text-success:#34d399;--text-danger:#f87171;--canvas-dots:#8b5cf680;--canvas-lines:#94a3b81f;--tree-card-bg:#1e1e24;--tree-card-border:#27272a;--tree-card-text:#f8fafc;--tree-card-invest:#34d399;--tree-card-freepass:#fbbf24;--tree-line:#ffffff1f;--tree-bg-outer:#121215;--input-bg:#121215;--input-border:#2e2e33;--table-th-bg:#1e1e24;--table-border:#27272a;--payout-estimate-bg:#18181c;--payout-estimate-border:#27272a}:root ::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}:root *{-ms-overflow-style:none!important;scrollbar-width:none!important}:root{--val-text-color:#f8fafc;--val-font-size:1em;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--transition:all .2s cubic-bezier(.4, 0, .2, 1)}body.light-theme{--primary:#4f46e5;--primary-hover:#4338ca;--secondary:#2563eb;--bg-dark:#f8fafc;--bg-card:#ffffffd9;--bg-glass:#fffc;--border:#e2e8f0;--border-focus:#818cf8;--text-main:#0f172a;--text-bright:#0f172a;--text-muted:#334155;--text-success:#059669;--text-danger:#dc2626;--canvas-dots:#4f46e599;--canvas-lines:#4f46e526;--tree-card-bg:#fff;--tree-card-border:#cbd5e1;--tree-card-text:#0f172a;--tree-card-invest:#059669;--tree-card-freepass:#d97706;--tree-line:#94a3b8;--tree-bg-outer:#f8fafc;--input-bg:#fffc;--input-border:#cbd5e1;--table-th-bg:#f1f5f9cc;--table-border:#cbd5e1;--payout-estimate-bg:#eff6ffe6;--payout-estimate-border:#bfdbfecc;--val-text-color:#000;--val-font-size:1em}h1,h2,h3,h4,h5,h6{text-align:center;color:var(--text-bright)!important;background:0 0!important;-webkit-background-clip:initial!important;-webkit-text-fill-color:var(--text-bright)!important;font-weight:700!important}strong,b{color:var(--text-bright)!important}*{box-sizing:border-box;margin:0;padding:0;font-family:Noto Sans KR,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Malgun Gothic,sans-serif!important}html,body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{background-color:var(--bg-dark);color:var(--text-main);letter-spacing:-.02em;max-width:100vw;line-height:1.4;transition:background-color .3s,color .3s;position:relative;overflow-x:hidden}#root{background-color:var(--bg-dark);width:100%;min-height:100vh;position:relative;overflow-x:hidden;box-shadow:0 0 40px #0006}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#8080804d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}@keyframes aurora-bg{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.aurora-background{background:linear-gradient(#0f0f12 0%,#141418 50%,#0b0b0e 100%) 0 0/100% 100%}body.light-theme .aurora-background{background:linear-gradient(-45deg,#f8fafc,#f1f5f9,#e2e8f0,#eff6ff)}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-md);box-shadow:0 4px 20px #0006;border:1px solid var(--border)!important}body.light-theme .glass-card{box-shadow:0 10px 25px #00000008,inset 0 1px 1px #ffffffe6;border:1px solid #fff9!important}.padding-lg{padding:20px!important}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);border:none;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:500;display:inline-flex;box-shadow:0 2px 8px #4f46e533}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.btn-outline{color:var(--text-main);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background:0 0;padding:8px 16px;font-size:.85rem;font-weight:500}.btn-outline:hover{border-color:var(--primary);color:var(--primary);background:#00000008}.form-group{margin-bottom:12px}.form-group label{color:var(--text-muted);margin-bottom:4px;font-size:.75rem;font-weight:500;display:block}.form-control{background:var(--input-bg);border:1px solid var(--input-border);border-radius:var(--radius-sm);width:100%;color:var(--text-main);transition:var(--transition);padding:8px 10px;font-size:16px}.form-control::placeholder{color:var(--text-muted);opacity:.65;font-size:.8rem}.form-control:focus{border-color:var(--border-focus);background:var(--input-bg);outline:none;box-shadow:0 0 0 2px #6366f126}.compact-table-container{width:100%;overflow-x:auto}.compact-table{border-collapse:collapse;text-align:left;width:100%;min-width:900px;font-size:.8rem}.compact-table th{background:var(--table-th-bg);color:var(--text-muted);border-bottom:1.5px solid var(--table-border);white-space:nowrap;padding:8px 12px;font-weight:600}.compact-table td{color:var(--text-main);white-space:nowrap;border-bottom:1px solid #ffffff1f;padding:8px 12px}.compact-table tr:hover{background:#ffffff05}body.light-theme .compact-table tr:hover{background:#00000003}.badge{border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:500;display:inline-block}.badge-user{color:#0369a1;background:#bae6fd;font-weight:700}body.light-theme .badge-user{color:#1d4ed8;background:#2563eb1a}.badge-admin{color:#4338ca;background:#4f46e51a}.badge-regular{color:#047857;background:#0596691a}.badge-associate{color:#b45309;background:#d977061a}.badge-pending{color:#b91c1c;background:#dc26261a}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}.animate-fade-in{animation:.4s cubic-bezier(.4,0,.2,1) forwards fadeIn}.animate-fade-in-layout{animation:.3s cubic-bezier(.4,0,.2,1) forwards fadeInLayout}.animate-fade-out{animation:.3s cubic-bezier(.4,0,.2,1) forwards fadeOut}@keyframes fadeInLayout{0%{opacity:0}to{opacity:1}}@media (width<=768px){html{font-size:120%!important}.brand-title{font-size:.833rem!important}.panel-title{font-size:.792rem!important}.modal-title{font-size:.958rem!important}h1{font-size:1.667rem!important}h2{font-size:1.25rem!important}.profile-section h3,.drawer-header h3,.modal-header h3{font-size:.833rem!important}h4{font-size:.729rem!important}h5{font-size:.625rem!important}.proxy-form .form-grid{flex-direction:column!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important;display:flex!important}.proxy-form .form-grid .form-group{grid-column:span 1!important;width:100%!important}.content-panel{padding-left:0!important;padding-right:0!important}.tab-content{width:100%!important;padding-left:0!important;padding-right:0!important}.glass-card{border-left:none!important;border-right:none!important;border-radius:0!important;width:100%!important;padding-left:10px!important;padding-right:10px!important}.glass-card.genealogy-card{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;background:0 0!important;border:none!important;padding-left:0!important;padding-right:0!important}}.tab-content h3{margin-bottom:16px;font-weight:700;color:var(--text-bright)!important;font-size:1.15rem!important}.tab-content h3:before{content:"✦ ";margin-right:8px;font-size:.95em;font-weight:400;color:var(--primary)!important}.sidebar-tab{color:var(--text-main)!important;opacity:.85!important;font-weight:500!important;transition:all .2s!important}.sidebar-tab.active{color:var(--primary)!important;opacity:1!important;border-left:3px solid var(--primary)!important;background:#4f46e514!important;font-weight:700!important}.sidebar-tab:hover{opacity:1!important;color:var(--primary)!important;background:#4f46e508!important}.desc-text,.section-desc,.user-info-txt,label{opacity:.95!important}span{opacity:1!important}.sub-tab-group{border:1px solid var(--border);border-radius:var(--radius-sm);background:#ffffff0d;gap:4px;padding:4px;display:flex}body.light-theme .sub-tab-group{background:#e0f2fe!important;border:1px solid #bae6fd!important}.sub-tab-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:6px 12px;font-size:.75rem;font-weight:600;transition:all .15s}body.light-theme .sub-tab-btn{color:#334155!important}.sub-tab-btn.active,body.light-theme .sub-tab-btn.active{background:var(--primary)!important;color:#fff!important}.sub-tab-btn:hover:not(.active){color:var(--text-bright);background:#ffffff14}body.light-theme .sub-tab-btn:hover:not(.active){color:#0f172a!important;background:#0000000f!important}input[type=date]::-webkit-calendar-picker-indicator{filter:invert()brightness(1.5);cursor:pointer;opacity:.8;width:16px;height:16px}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}body.light-theme input[type=date]{color:#0f172a!important;background:#0000000f!important}body.light-theme input[type=date]::-webkit-calendar-picker-indicator{filter:none;opacity:.7}body.light-theme input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.charges-ledger-date-input,.tab-panel input[type=date]{color:#fff!important;--lightningcss-light: !important;--lightningcss-dark:initial!important;color-scheme:dark!important;background:#27272a!important;border:1px solid #ffffff4d!important;font-weight:700!important}.charges-ledger-date-input::-webkit-datetime-edit{color:#fff!important;font-weight:700!important}.charges-ledger-date-input::-webkit-datetime-edit-fields-wrapper{color:#fff!important;font-weight:700!important}.charges-ledger-date-input::-webkit-datetime-edit-text{color:#fff!important;font-weight:700!important}.charges-ledger-date-input::-webkit-datetime-edit-month-field{color:#fff!important;font-weight:700!important}.charges-ledger-date-input::-webkit-datetime-edit-day-field{color:#fff!important;font-weight:700!important}.charges-ledger-date-input::-webkit-datetime-edit-year-field{color:#fff!important;font-weight:700!important}.tab-panel input[type=date]::-webkit-datetime-edit{color:#fff!important;font-weight:700!important}.tab-panel input[type=date]::-webkit-datetime-edit-fields-wrapper{color:#fff!important;font-weight:700!important}.tab-panel input[type=date]::-webkit-datetime-edit-text{color:#fff!important;font-weight:700!important}.tab-panel input[type=date]::-webkit-datetime-edit-month-field{color:#fff!important;font-weight:700!important}.tab-panel input[type=date]::-webkit-datetime-edit-day-field{color:#fff!important;font-weight:700!important}.tab-panel input[type=date]::-webkit-datetime-edit-year-field{color:#fff!important;font-weight:700!important}.charges-ledger-date-input::-webkit-calendar-picker-indicator{filter:none!important;opacity:1!important;cursor:pointer!important;background-image: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='%23ffffff' 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>")!important;background-position:50%!important;background-repeat:no-repeat!important;width:18px!important;height:18px!important}.tab-panel input[type=date]::-webkit-calendar-picker-indicator{filter:none!important;opacity:1!important;cursor:pointer!important;background-image: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='%23ffffff' 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>")!important;background-position:50%!important;background-repeat:no-repeat!important;width:18px!important;height:18px!important}body.light-theme .charges-ledger-date-input::-webkit-calendar-picker-indicator{filter:none!important;opacity:1!important;cursor:pointer!important;background-image: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='%23ffffff' 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>")!important;background-position:50%!important;background-repeat:no-repeat!important;width:18px!important;height:18px!important}body.light-theme .tab-panel input[type=date]::-webkit-calendar-picker-indicator{filter:none!important;opacity:1!important;cursor:pointer!important;background-image: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='%23ffffff' 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>")!important;background-position:50%!important;background-repeat:no-repeat!important;width:18px!important;height:18px!important}.tab-panel .compact-table th,body.light-theme .tab-panel .compact-table th{color:#a1a1aa!important;background:#18181b!important;border-bottom:1px solid #ffffff1f!important;font-weight:700!important}.bright-text-force,span.bright-text-force,body.light-theme span.bright-text-force,body.light-theme h3 span.bright-text-force{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;font-weight:800!important}body.light-theme .compact-table:not(.charges-ledger-table) td,body.light-theme .admin-table:not(.charges-ledger-table) td,body.light-theme table:not(.charges-ledger-table) td{border-bottom:1px solid #cbd5e1!important}.compact-table td,.admin-table td{border-bottom:1px solid #ffffff14}.charges-ledger-table td,.tab-panel .charges-ledger-table td,body.light-theme .charges-ledger-table td,body.light-theme .tab-panel .charges-ledger-table td{border-bottom:1px solid #ffffff1a!important}.standalone-fullscreen-sponsor-tree{border:1px solid #ffffff1a;border-radius:16px;width:100%;overflow:hidden;background:#000!important}.standalone-header-bar{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:10px 16px;display:flex;background:#18181b!important}.standalone-back-btn{color:#fff!important;cursor:pointer!important;background:#ffffff14!important;border:1px solid #ffffff26!important;border-radius:10px!important;align-items:center!important;gap:6px!important;padding:6px 14px!important;font-size:.8rem!important;font-weight:800!important;display:flex!important}.standalone-title{color:#a3e635!important;font-size:.92rem!important;font-weight:900!important}.standalone-content-body{width:100%;overflow:hidden;background:#000!important}@media (width<=768px){.sponsor-tree-header-box{display:none!important}.standalone-fullscreen-sponsor-tree{z-index:999999!important;background:#000!important;border:none!important;border-radius:0!important;flex-direction:column!important;width:100vw!important;height:100dvh!important;margin:0!important;padding:0!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.standalone-content-body{flex:1;width:100%;height:calc(100% - 50px);overflow:hidden;background:#000!important}.mobile-spt-root{width:100%!important;margin:0!important;padding:0!important}.mobile-spt-search-bar{box-sizing:border-box!important;padding:0 6px!important}.mobile-spt-canvas-viewport{width:100%!important;margin:0!important;padding:0!important}.hide-on-mobile-subtab{display:none!important}}::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}*{-ms-overflow-style:none!important;scrollbar-width:none!important}.mobile-dash-root{max-width:480px;min-height:100vh;margin:0 auto;padding-bottom:90px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Pretendard,sans-serif;transition:max-width .3s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 0 50px #000c;color:#fff!important;background-color:#000!important}.mobile-dash-root.pc-mode{max-width:1280px!important;box-shadow:0 0 60px #38bdf826!important}.mobile-dash-root *{box-sizing:border-box}.mobile-card-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:20px;display:grid}.mobile-info-card{text-align:right!important;background:#141416!important;border-top:1px solid #ffffff1f!important;border-bottom:1px solid #ffffff1f!important;border-right:1px solid #ffffff1f!important;border-radius:16px!important;flex-direction:column!important;justify-content:center!important;align-items:stretch!important;gap:6px!important;padding:14px 16px!important;display:flex!important}.mobile-info-card.card-full{flex-direction:row!important;grid-column:1/-1!important;justify-content:space-between!important;align-items:center!important}.mobile-info-card.border-blue{border-left:2px solid #3b82f6!important}.mobile-info-card.border-indigo{border-left:2px solid #6366f1!important}.mobile-info-card.border-green{border-left:2px solid #10b981!important}.mobile-info-card.border-amber{border-left:2px solid #f59e0b!important}.mobile-info-card.border-purple{border-left:2px solid #a855f7!important}.mobile-card-label{align-items:center!important;gap:6px!important;font-size:.78rem!important;font-weight:700!important;display:flex!important}.mobile-card-label.blue{color:#60a5fa!important}.mobile-card-label.indigo{color:#818cf8!important}.mobile-card-label.green{color:#34d399!important}.mobile-card-label.amber{color:#fbbf24!important}.mobile-card-label.purple{color:#c084fc!important}.mobile-card-val-white{color:#fff!important;letter-spacing:-.02em!important;text-align:right!important;text-shadow:0 1px 4px #fff3!important;margin-top:2px!important;font-size:1.35rem!important;font-weight:900!important;display:block!important}.mobile-card-val-lime{color:#fff!important;letter-spacing:-.01em!important;text-align:right!important;text-shadow:0 1px 4px #fff3!important;margin-top:2px!important;font-size:1.2rem!important;font-weight:900!important;display:block!important}.mobile-card-val-amber{color:#fff!important;text-align:right!important;text-shadow:0 1px 4px #fff3!important;margin-top:2px!important;font-family:monospace!important;font-size:1.05rem!important;font-weight:900!important;display:block!important}.mobile-card-val-purple{color:#fff!important;letter-spacing:-.02em!important;text-align:right!important;text-shadow:0 1px 4px #fff3!important;font-size:1.3rem!important;font-weight:900!important;display:block!important}.mobile-stat-label-muted{color:#9ca3af!important;margin-bottom:3px!important;font-size:.78rem!important;font-weight:700!important;display:block!important}.mobile-stat-val-white{color:#fff!important;text-align:right!important;text-shadow:0 1px 4px #fff3!important;justify-content:flex-end!important;align-items:center!important;gap:4px!important;font-size:1.2rem!important;font-weight:900!important;display:flex!important}.mobile-stat-val-blue{color:#fff!important;text-align:right!important;text-shadow:0 1px 4px #fff3!important;font-size:1.1rem!important;font-weight:900!important;display:block!important}.mobile-stat-val-lime{color:#a3e635!important;font-size:.95rem!important;font-weight:900!important}.mobile-body-text{color:#9ca3af!important;letter-spacing:-.01em!important;font-size:.78rem!important;font-weight:700!important;line-height:1.4!important}.mobile-body-text-bright{color:#e4e4e7!important;font-size:.85rem!important;font-weight:800!important;line-height:1.4!important}.mobile-small-title{color:#fff!important;justify-content:center!important;align-items:center!important;gap:6px!important;font-size:.9rem!important;font-weight:800!important;display:flex!important}.mobile-dash-root h1,.mobile-dash-root h2,.mobile-dash-root h3,.mobile-dash-root h4,.mobile-dash-root h5,.mobile-dash-root h3:before,.mobile-dash-root .tab-content h3:before,.mobile-pth-root h3:before,.mobile-net-root h3:before,.mobile-spt-root h3:before{content:""!important;display:none!important}.mobile-dash-root h6,.mobile-dash-root .tab-title,.mobile-dash-root .form-title,body.light-theme .mobile-dash-root h1,body.light-theme .mobile-dash-root h2,body.light-theme .mobile-dash-root h3,body.light-theme .mobile-dash-root h4,body.light-theme .mobile-dash-root h5,body.light-theme .mobile-dash-root h6,body.light-theme .mobile-dash-root h3,body.light-theme .mobile-dash-root .tab-content h3{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;text-shadow:0 1px 4px #000000e6!important}.mobile-dash-root strong,body.light-theme .mobile-dash-root strong{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important}.mobile-dash-root .charge-title,body.light-theme .mobile-dash-root .charge-title{color:#a3e635!important;-webkit-text-fill-color:#a3e635!important}.mobile-dash-root label,body.light-theme .mobile-dash-root label{color:#e4e4e7!important;-webkit-text-fill-color:#e4e4e7!important}.mobile-dash-root p,body.light-theme .mobile-dash-root p{color:#a1a1aa!important}.mobile-dash-root input,.mobile-dash-root select,.mobile-dash-root textarea,body.light-theme .mobile-dash-root input,body.light-theme .mobile-dash-root select,body.light-theme .mobile-dash-root textarea{color:#fff!important;-webkit-text-fill-color:#fff!important}.mobile-net-root{color:#fff;flex-direction:column;gap:14px;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.mobile-net-header{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.mobile-net-back-btn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;align-items:center;gap:4px;padding:5px 10px;font-size:.75rem;font-weight:700;display:flex}.mobile-net-title{color:#a3e635;align-items:center;gap:6px;font-size:.95rem;font-weight:800;display:flex}.mobile-net-stats-grid{grid-template-columns:repeat(3,1fr)!important;gap:6px!important;display:grid!important}.mobile-net-stat-card{background:#09090b;border-radius:14px;flex-direction:column;justify-content:space-between;gap:4px;display:flex;padding:10px 6px!important}.mobile-net-stat-card.card-total,.mobile-net-stat-card.card-left,.mobile-net-stat-card.card-right{background:#09090b;border:1px solid #ffffff1f}.stat-card-label{white-space:nowrap;align-items:center;gap:3px;font-weight:800;display:flex;color:#9ca3af!important;font-size:.68rem!important}.mobile-net-table-wrapper{flex-direction:column;gap:6px;width:100%;display:flex}.mobile-net-table-header{color:#9ca3af;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;align-items:center;padding:8px 12px;font-size:.72rem;font-weight:800;display:flex}.mobile-net-table-header .th-gen{width:46px}.mobile-net-table-header .th-user{flex:1}.mobile-net-table-header .th-pos{text-align:center;width:65px}.mobile-net-table-header .th-invest{text-align:right;width:100px}.mobile-net-table-header .th-ab{text-align:center;width:75px}.mobile-net-table-header .th-action{text-align:right;width:70px}.mobile-net-table-body{flex-direction:column;gap:6px;display:flex}.mobile-net-member-row{box-sizing:border-box;background:#09090b;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:8px;width:100%;padding:12px 14px;transition:all .15s ease-in-out;display:flex}.mobile-net-member-row:hover{background:#121215;border-color:#a3e63566}.row-top-line{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.row-user-group{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.u-uid{color:#fff;font-size:.88rem;font-weight:900}.u-name{color:#9ca3af;font-size:.76rem}.pos-pill{color:#34d399;white-space:nowrap;font-size:.72rem;font-weight:800}.row-bottom-line{border-top:1px dashed #ffffff14;justify-content:space-between;align-items:center;gap:8px;width:100%;padding-top:6px;display:flex}.row-invest-group{align-items:center;gap:8px;display:flex}.invest-val{color:#fff;font-size:.85rem;font-weight:900}.status-tag{color:#9ca3af;font-size:.65rem;font-weight:700}.status-tag.approved{color:#a3e635}.tree-btn-sm{color:#a3e635;cursor:pointer;white-space:nowrap;background:#a3e6351f;border:1px solid #a3e6354d;border-radius:6px;flex-shrink:0;align-items:center;gap:3px;padding:4px 10px;font-size:.72rem;font-weight:800;transition:all .2s;display:flex}.tree-btn-sm:hover{color:#000;background:#a3e635}@media (width<=480px){.mobile-net-table-header{display:none}.mobile-net-member-row{flex-wrap:wrap;gap:6px;padding:10px}.td-gen{width:auto}.td-user{flex:1}.td-pos{width:auto}.td-invest{flex-direction:row;align-items:flex-start;gap:4px;width:auto}.td-ab{width:auto}.td-action{border-top:1px solid #ffffff0f;justify-content:space-between;width:100%;margin-top:2px;padding-top:6px}}.stat-card-label.blue,.stat-card-label.indigo{color:#9ca3af!important}.stat-card-val-lime,.stat-card-val-white{letter-spacing:-.02em;font-weight:900;color:#fff!important;text-align:right!important;width:100%!important;margin-top:4px!important;font-size:1.02rem!important;display:block!important}.stat-card-sub{margin-top:2px;font-size:.68rem;color:#9ca3af!important;text-align:right!important;display:block!important}.mobile-net-filter-container{background:#ffffff05;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;gap:10px;padding:12px;display:flex}.mobile-net-filter-header{align-items:center;gap:6px;font-size:.78rem;font-weight:800;display:flex;color:#fff!important}.mobile-net-filter-scroll{-webkit-overflow-scrolling:touch;gap:6px;padding-bottom:4px;display:flex;overflow-x:auto}.filter-chip{white-space:nowrap;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;padding:6px 12px;font-size:.72rem;font-weight:700;transition:all .2s;color:#9ca3af!important}.filter-chip.active{color:#000!important;background:#a3e635!important;border-color:#a3e635!important;font-weight:900!important}.filter-chip.pending.active{color:#000!important;background:#f59e0b!important;border-color:#f59e0b!important}.mobile-net-summary-bar{border-radius:10px;padding:8px 12px;font-size:.75rem;font-weight:800;color:#d1d5db!important;background:#ffffff0a!important;border:1px solid #ffffff1a!important}.mobile-net-list-container{flex-direction:column;gap:10px;display:flex}.mobile-net-empty{text-align:center;color:#9ca3af;padding:30px}.mobile-net-user-card{background:#09090b;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;gap:10px;padding:12px 14px;display:flex}.user-card-top{justify-content:space-between;align-items:center;display:flex}.user-card-id-group{align-items:center;gap:6px;display:flex}.gen-badge{color:#60a5fa;background:#60a5fa2e;border:1px solid #60a5fa59;border-radius:6px;padding:2px 6px;font-size:.65rem;font-weight:800}.user-card-id{color:#fff;font-size:.88rem;font-weight:900}.user-card-name{color:#9ca3af;font-size:.78rem}.badge-rank{border-radius:6px;padding:2px 8px;font-size:.65rem;font-weight:800}.user-card-mid-grid{background:#ffffff05;border-radius:10px;grid-template-columns:repeat(2,1fr);gap:8px;padding:8px 10px;display:grid}.info-item{flex-direction:column;gap:2px;display:flex}.info-label{color:#9ca3af;font-size:.65rem}.info-val{color:#fff;font-size:.78rem;font-weight:800}.text-lime,.text-amber{color:#fff!important;font-weight:900!important}.info-val-white{font-size:.85rem;font-weight:900;color:#fff!important}.ab-badge-group{gap:4px;display:flex}.ab-pill{border-radius:4px;padding:1px 5px;font-size:.65rem;font-weight:800}.ab-pill.on{color:#fff!important;background:#ffffff14!important;border:1px solid #fff3!important}.ab-pill.off{color:#ef4444;background:#ef444433}.user-card-footer{color:#9ca3af;border-top:1px dashed #ffffff14;justify-content:space-between;align-items:center;padding-top:4px;font-size:.7rem;display:flex}.tree-link-btn{color:#a3e635;cursor:pointer;background:0 0;border:none;align-items:center;gap:2px;font-size:.7rem;font-weight:800;display:flex}.mobile-net-pagination{justify-content:center;align-items:center;gap:12px;margin-top:10px;display:flex}.page-btn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;padding:6px 14px;font-size:.75rem;font-weight:800}.page-btn:disabled{opacity:.4;cursor:not-allowed}.page-info{color:#9ca3af;font-size:.78rem;font-weight:800}.mobile-pth-root{color:#fff;flex-direction:column;gap:14px;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.mobile-pth-header{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.mobile-pth-back-btn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;align-items:center;gap:4px;padding:5px 10px;font-size:.75rem;font-weight:700;display:flex}.mobile-pth-title{color:#a3e635;align-items:center;gap:6px;font-size:.95rem;font-weight:800;display:flex}.mobile-pth-summary-card{background:linear-gradient(135deg,#27272a99,#18181bcc);border:1px solid #ffffff1a;border-radius:18px;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.pth-sum-left,.pth-sum-right{flex-direction:column;gap:2px;display:flex}.pth-sum-label{font-size:.75rem;color:#9ca3af!important}.pth-sum-val{font-size:1.15rem;font-weight:900;color:#fff!important}.pth-sum-val-lime{font-size:1.3rem;font-weight:900;color:#fff!important}.mobile-pth-filter-scroll{-webkit-overflow-scrolling:touch;gap:6px;padding-bottom:4px;display:flex;overflow-x:auto}.pth-filter-chip{color:#9ca3af;white-space:nowrap;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;padding:6px 12px;font-size:.72rem;font-weight:700;transition:all .2s}.pth-filter-chip.active{color:#000;background:#a3e635;border-color:#a3e635;font-weight:900}.mobile-pth-list-container{flex-direction:column;gap:10px;display:flex}.mobile-pth-empty{text-align:center;color:#9ca3af;padding:30px}.mobile-pth-item-card{background:#09090b;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:8px;padding:12px 14px;display:flex}.pth-item-top{justify-content:space-between;align-items:center;display:flex}.pth-type-badge{border-radius:6px;padding:2px 8px;font-size:.68rem;font-weight:800}.pth-date{color:#9ca3af;font-size:.7rem}.pth-item-mid{justify-content:space-between;align-items:center;gap:10px;display:flex}.pth-desc{white-space:normal;word-break:break-all;flex:1;font-size:.82rem;font-weight:700;line-height:1.35;color:#fff!important}.pth-amount{white-space:nowrap;font-size:.95rem;font-weight:900;color:#fff!important}.pth-amount.plus{color:#fbbf24!important}.pth-amount.minus{color:#f87171!important}.pth-item-bot{color:#9ca3af;border-top:1px dashed #ffffff14;padding-top:6px;font-size:.68rem}.mobile-pth-pagination{justify-content:center;align-items:center;gap:12px;margin-top:10px;display:flex}.mobile-spt-root{-webkit-user-select:none;user-select:none;flex-direction:column;gap:8px;width:100%;height:calc(100vh - 120px);min-height:500px;display:flex;margin:0!important;padding:0!important}.mobile-spt-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#18181bcc;border:1px solid #ffffff1a;border-radius:16px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.mobile-spt-back-btn{cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:6px;padding:6px 12px;font-size:.78rem;font-weight:800;display:flex;color:#fff!important}.mobile-spt-title{align-items:center;gap:6px;font-size:.9rem;font-weight:900;display:flex;color:#fff!important}.mobile-spt-search-bar{box-sizing:border-box;justify-content:space-between;align-items:center;gap:4px;width:100%;padding:0 2px;display:flex}.search-form{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:14px;flex:1;align-items:center;gap:3px;min-width:0;padding:5px 6px;display:flex;overflow:hidden}.search-input{color:#fff;background:0 0;border:none;outline:none;flex:1;width:100%;min-width:0;font-size:.72rem}.search-btn{color:#000;cursor:pointer;white-space:nowrap;background:#a3e635;border:none;border-radius:8px;flex-shrink:0;padding:4px 7px;font-size:.68rem;font-weight:900}.search-btn-group{flex-shrink:0;align-items:center;gap:4px;display:flex}.btn-home-start{color:#000!important;cursor:pointer!important;white-space:nowrap!important;background:#a3e635!important;border:none!important;border-radius:12px!important;flex-shrink:0!important;align-items:center!important;gap:2px!important;padding:5px 8px!important;font-size:.68rem!important;font-weight:900!important;transition:all .2s!important;display:flex!important;box-shadow:0 4px 12px #a3e6354d!important}.btn-home-start:hover{transform:translateY(-1px)}.reset-root-btn,.btn-up-stage{background:#ffffff14;border:1px solid #ffffff26;color:#fff!important;cursor:pointer!important;white-space:nowrap!important;border-radius:12px!important;flex-shrink:0!important;align-items:center!important;gap:2px!important;padding:5px 7px!important;font-size:.68rem!important;font-weight:800!important;display:flex!important}.mobile-spt-search-dropdown{z-index:999;background:#18181b;border:1px solid #a3e63566;border-radius:14px;flex-direction:column;gap:4px;max-height:220px;margin-top:6px;padding:8px;display:flex;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 30px #000000e6}.dropdown-header{color:#a3e635;border-bottom:1px dashed #ffffff1a;padding:4px 6px;font-size:.68rem;font-weight:800}.dropdown-item{cursor:pointer;background:#ffffff08;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 10px;display:flex}.dropdown-item:hover{background:#a3e63526}.item-id{font-size:.85rem;font-weight:900;color:#fff!important}.item-name{margin-left:4px;font-size:.72rem;color:#9ca3af!important}.drag-hint-bar{color:#9ca3af;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;justify-content:space-between;align-items:center;padding:6px 12px;font-size:.68rem;display:flex}.center-reset-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff14;border:1px solid #ffffff1f;border-radius:6px;padding:2px 8px;font-size:.65rem;font-weight:800}.mobile-spt-canvas-viewport{touch-action:none;box-sizing:border-box;border-radius:0;flex:1;width:100%;height:100%;min-height:480px;margin:0;padding:0;position:relative;overflow:hidden;background:#000!important;border:none!important;justify-content:center!important;align-items:flex-start!important;display:flex!important}.mobile-spt-canvas-content-10step{transform-origin:top;will-change:transform;justify-content:center;align-items:flex-start;width:max-content;min-width:0;padding:10px 0 80px;display:flex;position:absolute;top:15px;left:50%;transition:none!important}.tree-branch-wrapper{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.tree-node-cell{z-index:2;justify-content:center;display:flex;position:relative}.tree-connector-line.vertical{background:#ffffff59;width:1px;height:14px;margin:0 auto}.tree-connector-line.vertical-short{z-index:2;background:#ffffff59;width:1px;height:14px;margin:0 auto;position:relative}.tree-children-container{justify-content:center;width:100%;display:flex;position:relative}.branch-col{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.tree-arm{z-index:1;background:#ffffff59;height:1px;position:absolute;top:0}.tree-arm.left-arm{width:50%;right:0}.tree-arm.right-arm{width:50%;left:0}.micro-node{cursor:pointer;flex-direction:column;align-items:center;gap:3px;transition:transform .2s;display:flex}.micro-node:hover{transform:translateY(-2px)}.micro-icon-box{border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 4px 12px #0009}.micro-icon-box.self{background:linear-gradient(135deg,#a3e635,#22c55e);border:3px solid #fff;width:58px;height:58px;box-shadow:0 0 20px #a3e63599}.self-badge{color:#a3e635;background:#000;border:1px solid #a3e635;border-radius:10px;padding:1px 6px;font-size:.6rem;font-weight:900;position:absolute;bottom:-4px}.micro-icon-box.member{background:#ffffff1f;border:1.5px solid #ffffff4d;width:38px;height:38px}.micro-icon-box.empty{background:#ef444414;border:1.5px dashed #ef444480;width:38px;height:38px}.micro-user-info{flex-direction:column;align-items:center;gap:1px;display:flex}.admin-uid-tag{white-space:nowrap;letter-spacing:-.01em;color:#fbbf24!important;background:0 0!important;border:none!important;padding:0!important;font-size:.68rem!important;font-weight:800!important}.micro-name-code{text-align:center;white-space:nowrap;background:#000000bf;border:1px solid #ffffff1a;border-radius:6px;padding:2px 5px;font-size:.68rem;font-weight:800;color:#fff!important}.node-invest-tag{white-space:nowrap;background:#ffffff1f;border:1px solid #ffffff38;border-radius:6px;padding:1px 6px;font-size:.65rem;font-weight:900;color:#fff!important}.micro-user-info.self .micro-name-code{border-color:#a3e63580;font-size:.75rem;font-weight:900;color:#fff!important}.micro-register-btn{cursor:pointer;white-space:nowrap;background:#ef444433;border:1px solid #ef444480;border-radius:8px;align-items:center;gap:3px;padding:2px 6px;font-size:.62rem;font-weight:900;transition:all .2s;display:flex;color:#ef4444!important}.micro-register-btn:hover{background:#ef4444;color:#fff!important}.micro-node.active-root .micro-icon-box{border-color:#a3e635!important}.btn-more-depth-5{color:#a3e635!important;cursor:pointer!important;white-space:nowrap!important;background:#a3e6352e!important;border:1px solid #a3e63580!important;border-radius:8px!important;align-items:center!important;gap:2px!important;margin-top:4px!important;padding:2px 7px!important;font-size:.62rem!important;font-weight:900!important;transition:all .2s!important;display:flex!important;box-shadow:0 2px 8px #a3e63533!important}.btn-more-depth-5:hover{color:#000!important;background:#a3e635!important}.mobile-intro-root{color:#fff;box-sizing:border-box;background:#09090b;min-height:100vh;padding:16px 16px 80px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.intro-top-bar{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.intro-badge{color:#a3e635;letter-spacing:.05em;background:#a3e6351f;border:1px solid #a3e6354d;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:.68rem;font-weight:900;display:flex}.intro-close-btn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:4px;padding:6px 12px;font-size:.75rem;font-weight:800;transition:all .2s;display:flex}.intro-close-btn:hover{background:#ffffff26}.intro-hero-card{background:linear-gradient(145deg,#18181be6,#09090bf2);border:1px solid #ffffff1f;border-radius:24px;margin-bottom:20px;padding:24px 20px;position:relative;overflow:hidden;box-shadow:0 12px 40px #0009}.hero-glow-circle{pointer-events:none;background:radial-gradient(circle,#a3e63540 0%,#0000 70%);border-radius:50%;width:160px;height:160px;position:absolute;top:-50px;right:-50px}.hero-brand-tag{color:#a3e635;letter-spacing:.06em;align-items:center;gap:6px;margin-bottom:12px;font-size:.72rem;font-weight:900;display:inline-flex}.hero-main-title{letter-spacing:-.02em;margin:0 0 10px;font-size:1.6rem;font-weight:900;line-height:1.25;color:#fff!important;-webkit-text-fill-color:#fff!important}.text-lime-gradient{background:linear-gradient(135deg,#a3e635,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent!important}.hero-sub-text{margin:0 0 20px;font-size:.78rem;line-height:1.5;color:#a1a1aa!important}.hero-stats-row{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.hero-stat-box{text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;padding:10px 8px}.stat-label{color:#71717a;margin-bottom:2px;font-size:.65rem;font-weight:700;display:block}.stat-val{font-size:.85rem;font-weight:900}.stat-val.lime{color:#a3e635;-webkit-text-fill-color:#a3e635}.stat-val.white{color:#fff;-webkit-text-fill-color:#fff}.stat-val.cyan{color:#38bdf8;-webkit-text-fill-color:#38bdf8}.intro-login-card{background:#18181b;border:1px solid #ffffff1f;border-radius:24px;margin-bottom:24px;padding:22px;position:relative;overflow:hidden;box-shadow:0 12px 36px #00000080}.login-corner-glow{pointer-events:none;filter:blur(12px);z-index:1;background:radial-gradient(circle,#a3e63573 0%,#a3e63526 40%,#0000 70%);border-radius:50%;width:160px;height:160px;position:absolute;top:-30px;right:-30px}.login-card-header{align-items:center;gap:14px;margin-bottom:18px;display:flex}.login-icon-wrap{background:#a3e6351f;border:1px solid #a3e63540;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.mobile-intro-root .login-title{margin:0 0 2px;font-size:1.1rem;font-weight:900;color:#fff!important;-webkit-text-fill-color:#fff!important}.mobile-intro-root .login-desc{margin:0;font-size:.73rem;color:#a1a1aa!important}.mobile-intro-root .login-form{flex-direction:column;gap:14px;display:flex}.mobile-intro-root .form-group label{margin-bottom:6px;font-size:.75rem;font-weight:800;display:block;color:#e4e4e7!important;-webkit-text-fill-color:#e4e4e7!important}.mobile-intro-root .input-with-icon{background:#000;border:1px solid #fff3;border-radius:12px;align-items:center;gap:10px;padding:12px;display:flex}.mobile-intro-root .input-with-icon input{background:0 0;border:none;outline:none;width:100%;font-size:.88rem;font-weight:800;color:#fff!important;-webkit-text-fill-color:#fff!important}.mobile-intro-root .login-options{justify-content:space-between;align-items:center;font-size:.72rem;display:flex}.mobile-intro-root .checkbox-label{color:#a1a1aa;cursor:pointer;align-items:center;gap:6px;display:flex}.mobile-intro-root .checkbox-label input{accent-color:#a3e635}.mobile-intro-root .login-options a{color:#38bdf8;font-weight:700;text-decoration:none}.mobile-intro-root .login-submit-btn{color:#000;cursor:pointer;background:#a3e635;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:14px;font-size:.95rem;font-weight:900;transition:all .2s;display:flex;box-shadow:0 4px 16px #a3e63559}.mobile-intro-root .login-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a3e63580}.mobile-intro-root .demo-quick-actions{border-top:1px dashed #ffffff1a;margin-top:14px;padding-top:14px}.mobile-intro-root .signup-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:10px;width:100%;padding:10px;font-size:.78rem;font-weight:800}.mobile-intro-root .intro-features-section{margin-bottom:24px}.mobile-intro-root .section-title{letter-spacing:.08em;margin-bottom:12px;font-size:.8rem;font-weight:900;color:#a3e635!important;-webkit-text-fill-color:#a3e635!important}.mobile-intro-root .feature-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;align-items:flex-start;gap:12px;margin-bottom:10px;padding:14px;display:flex}.mobile-intro-root .feature-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.mobile-intro-root .feature-icon.border-lime{background:#a3e6351a;border:1px solid #a3e63540}.mobile-intro-root .feature-icon.border-purple{background:#c084fc1a;border:1px solid #c084fc40}.mobile-intro-root .feature-icon.border-cyan{background:#38bdf81a;border:1px solid #38bdf840}.mobile-intro-root .feature-text h4{margin:0 0 4px;font-size:.88rem;font-weight:800;color:#fff!important;-webkit-text-fill-color:#fff!important}.mobile-intro-root .feature-text p{margin:0;font-size:.74rem;line-height:1.4;color:#a1a1aa!important}.mobile-intro-root .intro-footer{text-align:center;padding-top:10px}.mobile-intro-root .intro-footer p{color:#71717a;margin-bottom:12px;font-size:.65rem}.mobile-intro-root .return-dash-btn{color:#c084fc;cursor:pointer;background:#a855f726;border:1px solid #a855f759;border-radius:14px;padding:8px 16px;font-size:.78rem;font-weight:800}.gtw-root{--gtw-bg-dark:#09090b;--gtw-bg-card:#18181bf2;--gtw-bg-card-selected:linear-gradient(135deg, #a3e63540, #18181bf2);--gtw-border-color:#ffffff1f;--gtw-accent-lime:#a3e635;--gtw-accent-cyan:#38bdf8;--gtw-accent-purple:#c084fc;--gtw-accent-gold:#eab308;--gtw-text-main:#fff;--gtw-text-sub:#a1a1aa;--gtw-text-muted:#71717a;--gtw-line-color:#a3e63573;--gtw-shadow:0 8px 24px #00000080;color:var(--gtw-text-main);background-color:var(--gtw-bg-dark);box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;border-radius:0;flex-direction:column;width:100%;height:100%;min-height:calc(100vh - 110px);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:background-color .25s,color .25s;display:flex;position:relative;overflow:hidden}.gtw-root.gtw-theme-light{--gtw-bg-dark:#f8fafc;--gtw-bg-card:#fff;--gtw-bg-card-selected:linear-gradient(135deg, #a3e63540, #fff);--gtw-border-color:#0000001f;--gtw-accent-lime:#65a30d;--gtw-accent-cyan:#0284c7;--gtw-accent-purple:#9333ea;--gtw-accent-gold:#d97706;--gtw-text-main:#0f172a;--gtw-text-sub:#475569;--gtw-text-muted:#64748b;--gtw-line-color:#94a3b8;--gtw-shadow:0 8px 20px #00000014;color:#0f172a;background-color:#f8fafc}.gtw-root.gtw-theme-light .gtw-toolbar{background:#fffffff2;border-bottom:1px solid #0000001a}.gtw-root.gtw-theme-light .gtw-icon-btn{color:#0f172a;background:#0000000a;border:1px solid #0000001f}.gtw-root.gtw-theme-light .gtw-icon-btn:hover{background:#00000014}.gtw-root.gtw-theme-light .gtw-search-input,.mobile-dash-root .gtw-root.gtw-theme-light .gtw-search-input{color:#000!important;-webkit-text-fill-color:#000!important;caret-color:#000!important;background:#fff!important;border:1px solid #00000040!important}.gtw-root.gtw-theme-light .gtw-search-input::placeholder,.mobile-dash-root .gtw-root.gtw-theme-light .gtw-search-input::placeholder{color:#64748b!important;-webkit-text-fill-color:#64748b!important}.gtw-root.gtw-theme-light .gtw-search-input:focus,.mobile-dash-root .gtw-root.gtw-theme-light .gtw-search-input:focus{color:#000!important;-webkit-text-fill-color:#000!important;border-color:#10b981!important}.gtw-root.gtw-theme-light .gtw-search-icon{color:#64748b}.gtw-root.gtw-theme-light .gtw-viewport{background-color:#f8fafc;background-image:radial-gradient(#0000001f 1px,#0000 1px)}.gtw-root.gtw-theme-light .gtw-node-card{background:#fff;border:1px solid #0000001f;box-shadow:0 6px 18px #0000000f}.gtw-root.gtw-theme-light .gtw-user-id{color:#0f172a}.gtw-root.gtw-theme-light .gtw-user-name{color:#64748b}.gtw-root.gtw-theme-light .gtw-pill-vacant{color:#dc2626;background:#ef44441a;border:1px dashed #dc2626}.gtw-root.gtw-theme-light .gtw-user-item{background:#fff;border:1px solid #0000001a;box-shadow:0 4px 12px #0000000a}.gtw-root *,.gtw-root :before,.gtw-root :after{box-sizing:border-box;margin:0;padding:0;font-family:inherit;line-height:1.4}.gtw-toolbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gtw-border-color);z-index:10;scrollbar-width:none;background:#121214f2;flex-wrap:nowrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;display:flex;position:relative;overflow-x:auto}.gtw-toolbar::-webkit-scrollbar{display:none}.gtw-toolbar-section{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:6px;display:flex}.gtw-tab-group{background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;padding:4px;display:flex}.gtw-tab-btn{color:var(--gtw-text-sub);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:.84rem;font-weight:700;transition:all .2s;display:flex}.gtw-tab-btn.active-sponsor{color:#000;background:linear-gradient(135deg,#a3e635,#22c55e);box-shadow:0 2px 8px #a3e6354d}.gtw-tab-btn.active-recommend{color:#fff;background:linear-gradient(135deg,#38bdf8,#3b82f6);box-shadow:0 2px 8px #38bdf84d}.gtw-icon-btn{color:var(--gtw-text-main);cursor:pointer;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;flex-shrink:0;align-items:center;gap:4px;padding:5px 10px;font-size:.78rem;font-weight:600;transition:background .15s;display:inline-flex}.gtw-icon-btn:hover{background:#ffffff26}.gtw-search-box{flex-shrink:1;align-items:center;min-width:90px;display:flex;position:relative}.gtw-search-input{color:#fff;background:#0006;border:1px solid #ffffff26;border-radius:8px;outline:none;width:120px;padding:5px 10px 5px 28px;font-size:.78rem;transition:all .2s}.gtw-search-input:focus{border-color:var(--gtw-accent-lime);width:150px}.gtw-search-icon{color:var(--gtw-text-sub);pointer-events:none;position:absolute;left:10px}.gtw-viewport{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background-image:radial-gradient(#ffffff12 1px,#0000 1px);background-size:24px 24px;flex:1;justify-content:center;align-items:flex-start;width:100%;height:100%;min-height:calc(100vh - 160px);display:flex;position:relative;overflow:hidden}.gtw-viewport:active{cursor:grabbing}.gtw-canvas{transform-origin:50% 0;justify-content:center;align-items:flex-start;width:max-content;min-width:100%;padding:40px 20px 100px;transition:transform 80ms cubic-bezier(.1,1,.1,1);display:flex}.gtw-viewport.is-dragging .gtw-canvas{transition:none!important}.gtw-tree-wrapper{flex-direction:column;align-items:center;display:flex;position:relative}.gtw-node-card{background:var(--gtw-bg-card);border:1px solid var(--gtw-border-color);min-width:140px;max-width:165px;box-shadow:var(--gtw-shadow);cursor:pointer;z-index:2;border-radius:14px;flex-direction:column;align-items:center;padding:12px 14px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.gtw-node-card:hover{border-color:var(--gtw-accent-lime);transform:translateY(-2px);box-shadow:0 10px 28px #a3e63540}.gtw-node-card.selected{background:var(--gtw-bg-card-selected);border:2px solid var(--gtw-accent-lime);box-shadow:0 8px 24px #a3e63559}.gtw-avatar-ring{background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:6px;display:flex;position:relative}.gtw-role-tag{color:#000;border-radius:4px;padding:1px 4px;font-size:.58rem;font-weight:900;position:absolute;bottom:-4px}.gtw-user-id{color:var(--gtw-text-main);white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:.85rem;font-weight:800;overflow:hidden}.gtw-user-name{color:var(--gtw-text-sub);margin-top:1px;font-size:.74rem;font-weight:600}.gtw-user-amount{color:var(--gtw-accent-cyan);text-align:center;border-top:1px solid #ffffff14;width:100%;margin-top:4px;padding-top:4px;font-size:.8rem;font-weight:900}.gtw-leg-pills{justify-content:center;gap:4px;width:100%;margin-top:6px;display:flex}.gtw-pill{cursor:pointer;border-radius:6px;padding:2px 6px;font-size:.6rem;font-weight:800;transition:all .15s}.gtw-pill-vacant{color:#ef4444;background:#ef444426;border:1px dashed #ef4444}.gtw-pill-vacant:hover{color:#fca5a5;background:#ef444447;border-color:#f87171}.gtw-pill-placed{border:1px solid var(--gtw-accent-lime);color:var(--gtw-accent-lime);background:#a3e63526}.gtw-line-v{background:var(--gtw-line-color);width:2px;height:20px}.gtw-children-row{gap:28px;display:flex;position:relative}.gtw-line-h{background:var(--gtw-line-color);height:2px;position:absolute;top:0;left:25%;right:25%}.gtw-binary-sub{flex-direction:column;align-items:center;width:100%;display:flex}.gtw-binary-row{justify-content:center;align-items:flex-start;gap:32px;display:flex;position:relative}.gtw-binary-col{flex-direction:column;align-items:center;display:flex;position:relative}.gtw-branch-h-left{background:var(--gtw-line-color);height:2px;position:absolute;top:0;left:50%;right:-16px}.gtw-branch-h-right{background:var(--gtw-line-color);height:2px;position:absolute;top:0;left:-16px;right:50%}.gtw-nary-sub{flex-direction:column;align-items:center;width:100%;display:flex}.gtw-nary-row{justify-content:center;align-items:flex-start;gap:24px;display:flex;position:relative}.gtw-nary-col{flex-direction:column;align-items:center;display:flex;position:relative}.gtw-nary-branch-h{background:var(--gtw-line-color);height:2px;position:absolute;top:0}.gtw-gen-container{flex:1;padding:16px;overflow-y:auto}.gtw-gen-tabs{gap:6px;margin-bottom:16px;padding-bottom:8px;display:flex;overflow-x:auto}.gtw-gen-tab{color:var(--gtw-text-sub);cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;padding:8px 14px;font-size:.82rem;font-weight:700}.gtw-gen-tab.active{color:#000;background:linear-gradient(135deg,#a3e635,#22c55e);border-color:#a3e635}.gtw-user-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.gtw-user-item{background:#18181bcc;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}@media (width<=640px){.gtw-toolbar{flex-flow:row;justify-content:space-between;align-items:center;gap:6px;padding:6px 8px}.gtw-toolbar-section{flex-wrap:nowrap;justify-content:flex-start;gap:4px}.gtw-icon-btn{padding:4px 7px;font-size:.74rem}.gtw-search-input{width:95px;padding:4px 8px 4px 26px;font-size:.75rem}.gtw-search-input:focus{width:120px}}
