.terminal-header{position:sticky;top:0;z-index:1000;height:64px;padding:0;background:rgba(255,255,255,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 4px 24px #00000005;transition:all .3s cubic-bezier(.4,0,.2,1)}.terminal-header.mobile{height:56px}.header-inner{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;max-width:var(--desktop-max-width, 1440px);margin:0 auto;padding:0 var(--desktop-container-padding, 32px)}.terminal-header.mobile .header-inner{padding:0 16px}.header-left{display:flex;align-items:center;height:100%}.brand-logo{display:flex;align-items:center;gap:8px;cursor:pointer;margin-right:40px}.brand-logo .logo-icon{font-size:24px;color:#1677ff;filter:drop-shadow(0 0 8px rgba(22,119,255,.4))}.brand-name{font-size:20px;font-weight:800;color:#0f172a;letter-spacing:.5px;display:flex;align-items:flex-start;background:linear-gradient(135deg,#1677ff,#722ed1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-pro{font-size:10px;font-weight:800;color:#fff;background:linear-gradient(135deg,#1677ff,#722ed1);padding:2px 6px;border-radius:4px;margin-left:4px;letter-spacing:0}.terminal-nav{background:transparent!important;border-bottom:none!important;height:64px;line-height:64px}.terminal-nav .ant-menu-item{position:relative;padding:0 20px!important;margin:0 4px!important;color:#64748b!important;font-weight:600;font-size:15px;transition:all .3s}.terminal-nav .ant-menu-item:hover{color:#1677ff!important;background:transparent!important}.terminal-nav .ant-menu-item-selected{color:#0f172a!important;font-weight:700;background:transparent!important}.terminal-nav .ant-menu-item:after{content:"";position:absolute;bottom:8px;left:20px;right:20px;width:auto;height:3px;background:transparent;border-radius:3px 3px 0 0;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:none}.terminal-nav .ant-menu-item:hover:after{background:#1677ff;box-shadow:0 -2px 8px #1677ff80}.terminal-nav .ant-menu-item-selected:after{background:#0f172a;box-shadow:none}.terminal-nav .ant-menu-item.ant-menu-item-disabled{opacity:.5;cursor:not-allowed}.terminal-nav .ant-menu-item.ant-menu-item-disabled:hover:after{width:0}.header-right{display:flex;align-items:center;gap:16px}.action-icon-box{width:36px;height:36px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:18px;color:#64748b;cursor:pointer;background:#f1f5f9;transition:all .3s}.action-icon-box:hover{background:#e2e8f0;color:#0f172a}.action-icon-box.has-msg{color:#1677ff;animation:swingMsg 3s infinite}@keyframes swingMsg{0%,to{transform:rotate(0)}5%{transform:rotate(15deg)}10%{transform:rotate(-10deg)}15%{transform:rotate(5deg)}20%{transform:rotate(0)}}.user-identity-plate{display:flex;align-items:center;gap:10px;padding:4px 16px 4px 4px;border-radius:24px;cursor:pointer;border:1px solid transparent;transition:all .3s;background:#f8fafc}.user-identity-plate:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.id-avatar{background:#cbd5e1!important;color:#fff!important;font-size:16px;border:2px solid white}.id-details{display:flex;flex-direction:column;line-height:1.2}.id-name{font-size:14px;font-weight:700;color:#0f172a}.id-level{font-size:11px;font-weight:600;color:#64748b;margin-top:2px}.theme-silver{background:linear-gradient(to right,#ffffff,#f1f5f9);border-color:#e2e8f0}.theme-silver .id-avatar{background:#94a3b8!important}.theme-silver .id-level{color:#64748b}.theme-purple{background:linear-gradient(to right,#fdf4ff,#f3e8ff);border-color:#e9d5ff}.theme-purple .id-avatar{background:linear-gradient(135deg,#a855f7,#722ed1)!important}.theme-purple .id-level{color:#722ed1}.theme-gold{background:linear-gradient(to right,#fffbeb,#fef3c7);border-color:#fde68a}.theme-gold .id-avatar{background:linear-gradient(135deg,#fbbf24,#d48806)!important}.theme-gold .id-level{color:#d48806}.ghost-btn{font-weight:600;color:#64748b}.ghost-btn:hover{color:#0f172a!important;background:#f1f5f9!important}.glow-btn{border-radius:20px;font-weight:600;padding:0 20px;box-shadow:0 4px 12px #1677ff4d}.terminal-notification-panel{width:380px;background:#ffffff;border-radius:16px;box-shadow:0 12px 48px #0000001a;border:1px solid #e2e8f0;overflow:hidden}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.panel-title{font-size:15px;color:#0f172a;font-weight:700}.panel-body{max-height:400px;overflow-y:auto}.panel-loading{padding:40px;text-align:center}.n-item{padding:16px 20px!important;border-bottom:1px solid #f1f5f9!important;cursor:pointer;transition:background .3s}.n-item:hover{background:#f8fafc}.n-item.unread{background:#f0f7ff}.n-item-content{display:flex;gap:16px;width:100%;align-items:flex-start}.n-item-icon{width:36px;height:36px;border-radius:50%;display:flex;justify-content:center;align-items:center;background:#ffffff;box-shadow:0 2px 8px #0000000d}.n-icon{font-size:16px}.n-icon.reply{color:#1677ff}.n-icon.status{color:#52c41a}.n-icon.payment{color:#faad14}.n-icon.membership{color:#722ed1}.n-icon.default{color:#94a3b8}.n-item-text{flex:1}.n-title{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:4px}.n-desc{font-size:13px;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.n-time{font-size:12px;color:#94a3b8;margin-top:8px;font-family:JetBrains Mono,sans-serif}.n-delete{opacity:0;color:#ff4d4f}.n-item:hover .n-delete{opacity:1}.mobile-menu-btn{font-size:18px;margin-right:8px;color:#0f172a}.action-btn{font-size:20px;color:#0f172a}.terminal-drawer .ant-drawer-content{background:#f8fafc}.terminal-drawer.p-0 .ant-drawer-body{padding:0}.drawer-close-btn{position:absolute;top:16px;right:16px;z-index:100;color:#fff;font-size:20px;background:rgba(0,0,0,.2);border-radius:50%}.mobile-user-drawer{height:100%;display:flex;flex-direction:column}.m-user-hero{position:relative;padding:60px 24px 32px;overflow:hidden}.m-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e293b,#0f172a);z-index:1}.theme-purple .m-hero-bg{background:linear-gradient(135deg,#4c1d95,#2e1065)}.theme-gold .m-hero-bg{background:linear-gradient(135deg,#b45309,#78350f)}.m-avatar{position:relative;z-index:2;border:3px solid rgba(255,255,255,.2);margin-bottom:16px}.m-user-info{position:relative;z-index:2}.m-name{font-size:20px;color:#fff!important;display:block;margin-bottom:8px}.m-badge-wrapper{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:12px;color:#fff;font-size:12px;font-weight:600}.m-menu-list{padding:16px;background:#ffffff;flex:1;border-radius:16px 16px 0 0;margin-top:-16px;position:relative;z-index:10}.m-menu-item{padding:16px 20px;font-size:16px;font-weight:600;color:#334155;border-radius:12px;margin-bottom:8px;display:flex;align-items:center;gap:12px;transition:background .2s}.m-menu-item:active{background:#f1f5f9}.m-menu-item.danger{color:#ff4d4f}.m-menu-divider{height:1px;background:#e2e8f0;margin:16px 0}[data-theme=dark] .terminal-header{background:rgba(20,20,20,.85);border-bottom-color:#303030;box-shadow:0 4px 24px #00000080}[data-theme=dark] .brand-name{color:#f0f0f0}[data-theme=dark] .terminal-nav .ant-menu-item{color:#8c8c8c!important}[data-theme=dark] .terminal-nav .ant-menu-item:hover{color:#177ddc!important}[data-theme=dark] .terminal-nav .ant-menu-item-selected{color:#f0f0f0!important}[data-theme=dark] .terminal-nav .ant-menu-item:after{background:#177ddc}[data-theme=dark] .terminal-nav .ant-menu-item-selected:after{background:#f0f0f0}[data-theme=dark] .action-icon-box{background:#1d1d1d;color:#a6a6a6}[data-theme=dark] .action-icon-box:hover{background:#303030;color:#f0f0f0}[data-theme=dark] .user-identity-plate{background:#1d1d1d;border-color:#303030}[data-theme=dark] .id-name{color:#f0f0f0}[data-theme=dark] .theme-silver{background:linear-gradient(to right,#1f1f1f,#141414);border-color:#434343}[data-theme=dark] .theme-purple{background:linear-gradient(to right,#220736,#12031f);border-color:#391054}[data-theme=dark] .theme-gold{background:linear-gradient(to right,#33260c,#1a1204);border-color:#5c4515}[data-theme=dark] .terminal-notification-panel{background:#141414;border-color:#303030;box-shadow:0 12px 48px #000c}[data-theme=dark] .panel-header{background:#1d1d1d;border-bottom-color:#303030}[data-theme=dark] .panel-title,[data-theme=dark] .n-title{color:#f0f0f0}[data-theme=dark] .n-item{border-bottom-color:#303030!important}[data-theme=dark] .n-item:hover{background:#1d1d1d}[data-theme=dark] .n-item.unread{background:#11263c}[data-theme=dark] .n-item-icon{background:#1d1d1d;border:1px solid #303030}[data-theme=dark] .m-menu-list{background:#141414}[data-theme=dark] .m-menu-item{color:#e2e8f0}[data-theme=dark] .m-menu-item:active{background:#1d1d1d}[data-theme=dark] .m-menu-divider{background:#303030}[data-theme=dark] .terminal-drawer .ant-drawer-content{background:#141414}.terminal-sidebar{height:100%;display:flex;flex-direction:column;background:#f8fafc;border-right:1px solid #e2e8f0;position:relative;overflow:hidden}.ant-drawer-content .terminal-sidebar{border-right:none}.sidebar-sys-header{display:flex;justify-content:space-between;align-items:center;padding:24px 20px 16px;border-bottom:1px solid rgba(0,0,0,.04)}.sys-brand{display:flex;align-items:center;gap:8px}.sys-icon{font-size:18px;color:#1677ff}.sys-title{font-size:14px;color:#64748b;letter-spacing:1px;font-weight:700;text-transform:uppercase}.sys-status{display:flex;align-items:center;gap:6px;padding:4px 8px;background:#f6ffed;border-radius:12px;border:1px solid #b7eb8f}.blink-dot{width:6px;height:6px;background:#52c41a;border-radius:50%;box-shadow:0 0 4px #52c41a;animation:pulseDot 2s infinite}.sys-text{font-size:10px;color:#389e0d;font-family:JetBrains Mono,sans-serif;font-weight:600;text-transform:uppercase}@keyframes pulseDot{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}to{transform:scale(1);opacity:1}}.sidebar-menu-container{flex:1;overflow-y:auto;padding:12px 0}.sidebar-menu-container::-webkit-scrollbar{width:4px}.terminal-menu{background:transparent!important;border-right:none!important}.terminal-menu .ant-menu-item{height:48px!important;line-height:48px!important;margin:4px 16px!important;padding:0 16px!important;width:auto!important;border-radius:12px;color:#475569;font-weight:600;font-size:15px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;position:relative;overflow:hidden}.terminal-menu .ant-menu-item .anticon{font-size:18px;transition:all .3s}.terminal-menu .ant-menu-item:hover{background:#f1f5f9;color:#0f172a;transform:translate(4px)}.terminal-menu .ant-menu-item-selected{background:#e6f4ff!important;color:#1677ff!important;font-weight:700}.terminal-menu .ant-menu-item-selected .anticon{color:#1677ff!important}.terminal-menu .ant-menu-item-selected:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:60%;background:#1677ff;border-radius:0 4px 4px 0;box-shadow:2px 0 8px #1677ff80}.s-menu-item-content{display:flex;justify-content:space-between;align-items:center;width:100%}.s-lock-icon{font-size:14px;color:#94a3b8;margin-left:auto}.is-locked-item{color:#94a3b8!important}.is-locked-item:hover{background:#fff1f0!important;color:#cf1322!important}.is-locked-item:hover .anticon{color:#cf1322!important}.is-locked-item:hover .s-lock-icon{animation:shakeLock .4s ease-in-out}.sidebar-identity-zone{padding:16px;border-top:1px dashed rgba(0,0,0,.06);background:#ffffff}.identity-pass-card{position:relative;border-radius:16px;padding:16px;border:1px solid transparent;overflow:hidden;transition:all .3s;box-shadow:0 4px 12px #00000005}.pass-glow-bg{position:absolute;top:0;left:0;right:0;height:100%;opacity:.1;z-index:0}.identity-pass-card>*{position:relative;z-index:10}.theme-default{border-color:#e2e8f0;background:#f8fafc}.theme-silver{border-color:#cbd5e1}.theme-silver .pass-glow-bg{background:linear-gradient(135deg,#94a3b8,transparent)}.theme-purple{border-color:#e9d5ff}.theme-purple .pass-glow-bg{background:linear-gradient(135deg,#a855f7,transparent);opacity:.15}.theme-gold{border-color:#fde68a}.theme-gold .pass-glow-bg{background:linear-gradient(135deg,#fbbf24,transparent);opacity:.2}.pass-header{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.pass-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.pass-badge{display:inline-flex;align-items:center;gap:6px;width:fit-content;padding:4px 10px;border-radius:12px;font-size:13px;font-weight:800}.theme-default .pass-badge{background:#e2e8f0;color:#475569}.theme-silver .pass-badge{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.theme-purple .pass-badge{background:#faf5ff;color:#722ed1;border:1px solid #e9d5ff}.theme-gold .pass-badge{background:#fffbeb;color:#d48806;border:1px solid #fde68a}.pass-body{margin-bottom:16px;padding:12px;background:rgba(255,255,255,.6);border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.expiry-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.e-label{font-size:12px;color:#64748b}.e-date{font-size:13px;color:#0f172a;font-weight:600}.expiry-progress{height:4px;background:rgba(0,0,0,.05);border-radius:2px;overflow:hidden;margin-bottom:6px}.progress-bar{height:100%;border-radius:2px}.theme-purple .progress-bar{background:#9333ea}.theme-gold .progress-bar{background:#d97706}.theme-silver .progress-bar{background:#64748b}.e-days-left{display:block;text-align:right;font-size:11px;color:#64748b;font-weight:600}.pass-action-btn{border-radius:8px;font-weight:600;display:flex;justify-content:space-between;align-items:center;padding:0 16px}.theme-purple .pass-action-btn{background:linear-gradient(135deg,#9333ea,#722ed1);border:none}.theme-gold .pass-action-btn{background:linear-gradient(135deg,#f59e0b,#d97706);border:none}.guest-prompt-card{text-align:center;padding:24px 16px;background:#f1f5f9;border-radius:12px;border:1px dashed #cbd5e1}.g-icon{font-size:32px;color:#94a3b8;margin-bottom:12px}.g-text{display:block;margin-bottom:16px;color:#64748b;font-weight:600}.g-btn{border-radius:8px;font-weight:600}[data-theme=dark] .terminal-sidebar{background:#141414;border-right-color:#303030}[data-theme=dark] .sidebar-sys-header{border-bottom-color:#303030}[data-theme=dark] .sys-title{color:#8c8c8c}[data-theme=dark] .sys-status{background:#162b16;border-color:#234a23}[data-theme=dark] .terminal-menu .ant-menu-item{color:#a6a6a6}[data-theme=dark] .terminal-menu .ant-menu-item:hover{background:#1d1d1d;color:#f0f0f0}[data-theme=dark] .terminal-menu .ant-menu-item-selected{background:#11263c!important;color:#177ddc!important}[data-theme=dark] .terminal-menu .ant-menu-item-selected .anticon{color:#177ddc!important}[data-theme=dark] .is-locked-item{color:#5c5c5c!important}[data-theme=dark] .is-locked-item:hover{background:#2b1d1d!important;color:#a61d24!important}[data-theme=dark] .is-locked-item:hover .anticon{color:#a61d24!important}[data-theme=dark] .sidebar-identity-zone{background:#141414;border-top-color:#303030}[data-theme=dark] .identity-pass-card{box-shadow:0 4px 12px #00000080}[data-theme=dark] .theme-default{border-color:#303030;background:#1d1d1d}[data-theme=dark] .theme-silver{border-color:#434343}[data-theme=dark] .theme-purple{border-color:#391054}[data-theme=dark] .theme-gold{border-color:#5c4515}[data-theme=dark] .theme-default .pass-badge{background:#262626;color:#a6a6a6}[data-theme=dark] .theme-silver .pass-badge{background:#1d1d1d;border-color:#434343;color:#a6a6a6}[data-theme=dark] .theme-purple .pass-badge{background:#220736;border-color:#391054;color:#b37feb}[data-theme=dark] .theme-gold .pass-badge{background:#33260c;border-color:#5c4515;color:#ffd666}[data-theme=dark] .pass-body{background:rgba(0,0,0,.4)}[data-theme=dark] .e-date{color:#f0f0f0}[data-theme=dark] .expiry-progress{background:rgba(255,255,255,.1)}[data-theme=dark] .guest-prompt-card{background:#1d1d1d;border-color:#303030}.terminal-footer{position:relative;background-color:#0b0e14;color:#94a3b8;padding:64px 0 24px;margin-top:auto;overflow:hidden;border-top:1px solid #1e293b}.footer-glass-overlay{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(22,119,255,.3) 50%,transparent 100%);box-shadow:0 0 20px #1677ff33}.footer-container{max-width:var(--desktop-max-width, 1440px);margin:0 auto;padding:0 var(--desktop-container-padding, 32px);position:relative;z-index:10}.terminal-footer .financial-number{font-family:JetBrains Mono,-apple-system,sans-serif;letter-spacing:.5px}.footer-brand{display:flex;flex-direction:column;gap:16px}.brand-logo{display:flex;align-items:center;gap:12px}.brand-logo .logo-icon{font-size:28px;color:#1677ff;filter:drop-shadow(0 0 8px rgba(22,119,255,.4))}.brand-name{font-size:22px;font-weight:800;color:#f8fafc;letter-spacing:1px}.brand-version{font-size:10px;background:linear-gradient(135deg,#1677ff,#722ed1);color:#fff;padding:2px 6px;border-radius:4px;vertical-align:super;margin-left:4px;font-weight:700;letter-spacing:0}.brand-desc{color:#64748b;font-size:14px;line-height:1.8;margin-bottom:0!important;max-width:90%}.system-status{display:flex;align-items:center;gap:8px;margin-top:8px;padding:6px 12px;background:rgba(15,23,42,.6);border:1px solid #1e293b;border-radius:6px;width:fit-content}.status-dot{width:8px;height:8px;background-color:#52c41a;border-radius:50%}.status-dot.pulsing{box-shadow:0 0 #52c41ab3;animation:pulseGreen 2s infinite}.status-text{color:#10b981!important;font-size:12px;font-family:JetBrains Mono,monospace}@keyframes pulseGreen{0%{transform:scale(.95);box-shadow:0 0 #52c41ab3}70%{transform:scale(1);box-shadow:0 0 0 6px #52c41a00}to{transform:scale(.95);box-shadow:0 0 #52c41a00}}.nav-title{color:#e2e8f0!important;font-size:15px!important;font-weight:600!important;letter-spacing:.5px;margin-bottom:24px!important;text-transform:uppercase}.nav-links{display:flex;flex-direction:column;gap:16px}.nav-links a{color:#94a3b8;font-size:14px;display:flex;align-items:center;gap:8px;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-links a .anticon{font-size:14px;opacity:.5;transition:all .3s}.nav-links a:hover{color:#38bdf8;transform:translate(6px)}.nav-links a:hover .anticon{opacity:1;color:#38bdf8}.contact-list{display:flex;flex-direction:column;gap:24px}.contact-item{display:flex;align-items:flex-start;gap:12px}.c-icon{font-size:18px;color:#64748b;margin-top:2px}.c-info{display:flex;flex-direction:column;gap:4px}.c-label{font-size:12px;color:#64748b}.c-val{font-size:14px;color:#cbd5e1;font-weight:500}.footer-divider{border-color:#1e293b;margin:32px 0}.footer-compliance{background:rgba(15,23,42,.4);border:1px solid #1e293b;border-radius:8px;padding:20px 24px}.compliance-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.shield-icon{font-size:18px;color:#64748b}.compliance-title{color:#94a3b8;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.compliance-text{color:#64748b;font-size:12px;line-height:1.8;margin-bottom:0!important;text-align:justify}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.copyright-area{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.copyright-text{color:#475569!important;font-size:12px;font-family:JetBrains Mono,sans-serif}.icp-tag{background:transparent;border:1px solid #334155;color:#475569;font-size:12px;border-radius:4px}.legal-links{display:flex;align-items:center;gap:12px}.legal-links a{color:#475569;font-size:12px;transition:color .3s}.legal-links a:hover{color:#94a3b8}.dot-separator{color:#334155}@media (max-width: 992px){.terminal-footer{padding:48px 0 24px}.footer-matrix>.ant-col{margin-bottom:24px}.brand-desc{max-width:100%}}@media (max-width: 768px){.terminal-footer{padding:40px 0 20px}.footer-container{padding:0 20px}.system-status{width:100%;justify-content:center}.nav-title{margin-bottom:16px!important}.nav-links{gap:12px}.footer-compliance{padding:16px}.compliance-text{text-align:left}.footer-bottom{flex-direction:column;justify-content:center;text-align:center}.copyright-area{justify-content:center}}@media (max-width: 480px){.brand-name{font-size:20px}.nav-links a{font-size:13px}.legal-links{flex-wrap:wrap;justify-content:center}}.terminal-mobile-tab-bar{display:none;position:fixed;bottom:0;left:0;right:0;height:calc(64px + env(safe-area-inset-bottom));z-index:2000;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}@media (max-width: 768px){.terminal-mobile-tab-bar{display:block}}.tab-bar-glass-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.85);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-top:1px solid rgba(0,0,0,.06);box-shadow:0 -4px 24px #0000000a;z-index:1}.tab-items-container{position:relative;z-index:10;display:flex;height:64px;padding-bottom:env(safe-area-inset-bottom)}.tab-indicator{position:absolute;top:0;left:0;height:2px;z-index:5;transition:transform .4s cubic-bezier(.34,1.56,.64,1);display:flex;justify-content:center}.indicator-glow{width:40%;height:100%;background:#1677ff;border-radius:0 0 4px 4px;box-shadow:0 2px 8px #1677ffcc}.t-tab-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;position:relative}.t-tab-icon-wrapper{position:relative;font-size:22px;color:#94a3b8;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;justify-content:center;align-items:center;height:28px}.t-tab-label{font-size:11px;color:#94a3b8;font-weight:600;transition:all .3s ease;transform-origin:center}.t-tab-item.is-active .t-tab-icon-wrapper{color:#1677ff;transform:translateY(-4px);filter:drop-shadow(0 4px 6px rgba(22,119,255,.3))}.t-tab-item.is-active .t-tab-label{color:#0f172a;font-weight:700;transform:translateY(-2px) scale(1.05)}.t-tab-item.is-locked .t-tab-icon-wrapper,.t-tab-item.is-locked .t-tab-label{color:#cbd5e1}.lock-badge{position:absolute;top:-4px;right:-8px;background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;font-size:10px;width:16px;height:16px;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 4px #0000001a}.t-tab-item:active:not(.is-locked) .t-tab-icon-wrapper{transform:scale(.9)}.t-tab-item.is-locked:active{animation:shakeLock .4s ease-in-out}@keyframes shakeLock{0%,to{transform:translate(0)}25%{transform:translate(-2px)}50%{transform:translate(2px)}75%{transform:translate(-2px)}}[data-theme=dark] .tab-bar-glass-bg{background:rgba(20,20,20,.85);border-top-color:#ffffff0d;box-shadow:0 -4px 24px #0006}[data-theme=dark] .t-tab-icon-wrapper{color:#475569}[data-theme=dark] .t-tab-label{color:#64748b}[data-theme=dark] .t-tab-item.is-active .t-tab-icon-wrapper{color:#177ddc;filter:drop-shadow(0 4px 8px rgba(23,125,220,.5))}[data-theme=dark] .t-tab-item.is-active .t-tab-label{color:#f0f0f0}[data-theme=dark] .indicator-glow{background:#177ddc;box-shadow:0 2px 12px #177ddccc}[data-theme=dark] .t-tab-item.is-locked .t-tab-icon-wrapper,[data-theme=dark] .t-tab-item.is-locked .t-tab-label{color:#334155}[data-theme=dark] .lock-badge{background:#1e293b;border-color:#334155;color:#94a3b8;box-shadow:0 2px 4px #00000080}:root{--header-height: 64px;--mobile-header-height: 56px;--mobile-tab-bar-height: 60px;--safe-area-bottom: env(safe-area-inset-bottom);--desktop-container-padding: 32px;--desktop-max-width: 1440px;--term-bg-light: #f8fafc;--term-bg-dark: #0b0e14;--term-up-color: #f5222d;--term-down-color: #52c41a;--font-financial: "JetBrains Mono", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, monospace}.terminal-root{width:100%;min-height:100vh;background-color:var(--term-bg-light);overflow-x:hidden}.terminal-app-layout{min-height:100vh;background:transparent}.terminal-content-layout{display:flex;flex-direction:column;flex:1;min-height:calc(100vh - var(--header-height));background:transparent}.terminal-main-content{flex:1;width:100%;position:relative;z-index:1}.terminal-main-content.has-mobile-tab{padding-bottom:calc(var(--mobile-tab-bar-height) + var(--safe-area-bottom))}.page-transition-loading{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px)}.terminal-loading-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw;background:#0b0e14;position:relative;overflow:hidden}.scanner-circle{position:absolute;width:300px;height:300px;border-radius:50%;border:1px solid rgba(22,119,255,.1);box-shadow:inset 0 0 40px #1677ff0d;animation:radarScan 3s linear infinite}.scanner-circle:after{content:"";position:absolute;top:50%;left:50%;width:50%;height:2px;background:linear-gradient(90deg,rgba(22,119,255,.8),transparent);transform-origin:0 0;animation:radarSweep 2s linear infinite}.loading-logo{font-size:48px;color:#1677ff;margin-bottom:24px;position:relative;z-index:10;filter:drop-shadow(0 0 12px rgba(22,119,255,.5))}.loading-text{color:#38bdf8!important;font-family:var(--font-financial);font-size:14px;letter-spacing:2px;text-transform:uppercase;margin-bottom:24px;position:relative;z-index:10}.loading-progress-bar{width:200px;height:2px;background:rgba(255,255,255,.1);border-radius:2px;overflow:hidden;position:relative;z-index:10}.progress-fill{height:100%;background:#1677ff;width:0%;animation:bootProgress 2s ease-in-out infinite;box-shadow:0 0 8px #1677ff}@keyframes radarScan{0%{transform:scale(.8);opacity:0}50%{opacity:1}to{transform:scale(1.5);opacity:0}}@keyframes radarSweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bootProgress{0%{width:0%}50%{width:70%}to{width:100%}}.auth-mode .terminal-app-layout{background:radial-gradient(circle at center,#1e293b 0%,#020617 100%);position:relative}.auth-mode .terminal-app-layout:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(22,119,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(22,119,255,.05) 1px,transparent 1px);background-size:40px 40px;transform:perspective(500px) rotateX(60deg) translateY(-100px) translateZ(-200px);animation:gridMove 20s linear infinite;pointer-events:none}@keyframes gridMove{0%{transform:perspective(500px) rotateX(60deg) translateY(0) translateZ(-200px)}to{transform:perspective(500px) rotateX(60deg) translateY(40px) translateZ(-200px)}}.financial-number{font-family:var(--font-financial);font-weight:600}.text-up{color:var(--term-up-color)!important}.text-down{color:var(--term-down-color)!important}*{-webkit-tap-highlight-color:transparent}@media (max-width: 768px){input,select,textarea{font-size:16px!important}}::-webkit-scrollbar{width:6px;height:6px;background-color:transparent}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(148,163,184,.4);border-radius:4px;transition:background .3s}::-webkit-scrollbar-thumb:hover{background:rgba(148,163,184,.8)}[data-theme=dark] ::-webkit-scrollbar-thumb{background:rgba(71,85,105,.5)}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:rgba(100,116,139,.9)}@media (max-width: 768px){.ant-table-wrapper{overflow-x:auto}.ant-table-wrapper .ant-table{min-width:600px}.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important;padding-bottom:0}.ant-modal-content{padding:20px!important;border-radius:16px!important}.ant-card-head{padding:12px 16px!important;min-height:auto}.ant-card-body{padding:16px!important}.ant-btn-lg{height:44px;padding:0 20px;font-size:15px}}[data-theme=dark] .terminal-root{background-color:var(--term-bg-dark)}[data-theme=dark] .terminal-app-layout{background-color:transparent}[data-theme=dark] .terminal-mobile-drawer .ant-drawer-content{background:var(--term-bg-dark)}[data-theme=dark] .page-container,[data-theme=dark] .ant-layout{background:transparent}.terminal-mobile-drawer .ant-drawer-content{background:#ffffff}.terminal-mobile-drawer .ant-drawer-body{padding:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.terminal-mobile-drawer .terminal-sidebar{flex:1;display:flex;flex-direction:column;height:100%;overflow:hidden}.terminal-mobile-drawer .sidebar-identity-zone{flex-shrink:0}.terminal-mobile-drawer .sidebar-menu-container{flex:1;min-height:0;overflow-y:auto}[data-theme=dark] .ant-card{background:#141414;border-color:#303030}[data-theme=dark] .ant-modal-content{background:#1f1f1f}[data-theme=dark] .ant-modal-header{background:#1f1f1f;border-bottom-color:#303030}[data-theme=dark] .ant-modal-title{color:#f0f0f0}[data-theme=dark] .ant-table{background:#141414}[data-theme=dark] .ant-table-thead>tr>th{background:#1d1d1d;border-bottom-color:#303030;color:#a6a6a6}[data-theme=dark] .ant-table-tbody>tr>td{border-bottom-color:#303030}[data-theme=dark] .ant-table-tbody>tr.ant-table-row:hover>td,[data-theme=dark] .ant-table-tbody>tr>td.ant-table-cell-row-hover{background:#11263c}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}#root,.app{width:100%;min-height:100vh}@media (max-width: 768px){.ant-layout-content{padding:16px!important}}.stock-rise{color:#ff4d4f}.stock-fall{color:#52c41a}.ant-card{box-shadow:0 1px 3px #0000001a;border-radius:8px}.ant-table{border-radius:8px;overflow:hidden}.ant-table-thead>tr>th{background:#fafafa;font-weight:600}.loading-container{display:flex;justify-content:center;align-items:center;min-height:200px}.error-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px;color:#ff4d4f}
