html,body,#root{margin:0;padding:0;width:100%;height:100%}body{font-family:system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:none}.ant-btn:focus,.ant-btn:focus-visible,.ant-btn:active{outline:none!important;box-shadow:none!important}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-container{display:flex;height:100vh;width:100vw;overflow:hidden;background-color:#fff;position:fixed;top:0;left:0}.login-left{flex:1.2;background-color:#1677ff;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;padding:40px;position:relative;overflow:hidden}.login-left:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.1) 1.5px,transparent 1.5px);background-size:24px 24px;opacity:.6}.login-left-content{position:relative;z-index:1;text-align:center;max-width:80%}.login-left-title{font-size:32px;font-weight:600;margin-bottom:24px;line-height:1.4}.login-left-desc{font-size:18px;opacity:.85;line-height:1.8}.login-right{flex:1;display:flex;justify-content:center;align-items:center;padding:40px;background:#fff}.login-form-wrapper{width:100%;max-width:420px}.login-title{font-size:32px;font-weight:700;margin-bottom:24px!important;text-align:left}.login-divider{margin-bottom:32px;display:flex;align-items:center;color:#8c8c8c;font-size:14px}.login-divider:before{content:"";flex:1;height:1px;background:#f0f0f0}.login-divider:after{content:"";flex:1;height:1px;background:#f0f0f0;margin-left:12px}.login-divider span{padding:0 16px}.login-footer-links{display:flex;justify-content:space-between;margin-top:24px;font-size:14px}.login-footer-links a{color:#1677ff}.login-footer-links span{color:#8c8c8c}.login-input-with-button{display:flex;gap:8px}.login-input-with-button .ant-input{flex:1}.login-input-with-button .ant-btn{white-space:nowrap}@media(max-width:992px){.login-left{display:none}.login-right{flex:1;width:100%;padding:24px}}.dashboard-sidebar{width:240px;background-color:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;transition:all .3s;z-index:100;height:100vh;position:sticky;top:0;overflow:hidden}.sidebar-logo{height:60px;padding:0 20px;display:flex;align-items:center;gap:10px;flex-shrink:0;position:relative}.sidebar-toggle-btn{position:absolute;right:20px;color:#6b7280;font-size:16px;padding:4px;height:auto;width:auto;display:none}.sidebar-toggle-btn:hover{color:#2d56fc;background-color:#f3f4f6}.sidebar-logo img{width:32px;height:32px}.sidebar-logo span{font-size:20px;font-weight:700;color:#2d56fc;padding-left:10px;border-left:2px solid #e5e7eb}.sidebar-menu{flex:1;padding:8px 12px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.sidebar-menu::-webkit-scrollbar{display:none}.menu-group{margin-bottom:4px}.menu-group-title{padding:6px 12px;margin-bottom:2px;font-size:12px;color:#9ca3af;font-weight:500}.menu-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:#1f2937;cursor:pointer;transition:all .2s;margin-bottom:2px;font-size:14px;font-weight:500}.menu-item .anticon{font-size:18px}.menu-item:hover{background-color:#f3f4f6;color:#2d56fc}.menu-item.active{background-color:#2d56fc;color:#fff;font-weight:600}.menu-item.active:hover{background-color:#2448d6;color:#fff}.menu-item.active .anticon{color:#fff}.sidebar-bottom-ad{margin:16px;padding:16px;background:linear-gradient(135deg,#4b70ff,#2d56fc);border-radius:16px;color:#fff;box-shadow:0 8px 20px #2d56fc4d;flex-shrink:0}.ad-icon-box{width:36px;height:36px;background:#fff3;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.ad-icon-box svg{color:#fff}.ad-title{font-weight:600;margin-bottom:4px;font-size:14px;line-height:1.4}.ad-desc{font-size:13px;opacity:.9;margin-bottom:16px;line-height:1.5}.sidebar-bottom-ad .ant-btn{background:#fff!important;color:#2d56fc!important;border:none!important;font-weight:600!important;border-radius:8px!important;height:42px!important;font-size:14px!important}.sidebar-bottom-ad .ant-btn:hover{background:#f8f9ff!important}.menu-group>div[style*=background]{background:#e5e7eb!important;margin:8px 0!important}@media(max-width:768px){.dashboard-sidebar{position:fixed;left:-240px;height:100%;z-index:1000}.dashboard-sidebar.open{left:0;box-shadow:4px 0 24px #0000001a}.sidebar-toggle-btn{display:block!important}.sidebar-overlay{display:none}.dashboard-sidebar .sidebar-overlay{position:fixed;inset:0 0 0 240px;background:#00000080;z-index:-1}.sidebar-overlay{display:block}}.dashboard-container{display:flex;min-height:100vh;background-color:#f8fafc;color:#0f172a}.dashboard-header{height:56px;background-color:#fff;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb}.header-left{font-size:16px;font-weight:600;color:#1f2937;display:flex;align-items:center}.mobile-menu-button{display:none;margin-right:8px}.header-right{display:flex;align-items:center}.dashboard-main{flex:1;min-width:0;display:flex;flex-direction:column;background-color:#f8fafc}.dashboard-content{padding:24px;overflow-y:auto;flex:1}.dashboard-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px}.data-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb}.card-title{font-size:15px;font-weight:600;color:#1f2937;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center}.invite-banner{grid-column:span 12;background:linear-gradient(90deg,#4b70ff,#2d56fc);border-radius:12px;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;color:#fff;box-shadow:0 4px 12px #2d56fc40}.invite-text{font-size:16px;font-weight:600;display:flex;align-items:center;gap:10px}.invite-banner .ant-btn{background:transparent!important;color:#fff!important;border:1px solid rgba(255,255,255,.8)!important;font-weight:500!important;border-radius:6px!important}.invite-banner .ant-btn:hover{background:#ffffff1a!important;border-color:#fff!important}.subscription-card{grid-column:span 5;background:linear-gradient(135deg,#4b70ff,#2d56fc);color:#fff;display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 8px 24px #2d56fc4d}.subscription-card:after{content:"⚡";position:absolute;top:50%;right:30px;transform:translateY(-50%);font-size:100px;opacity:.15;z-index:0}.sub-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;z-index:1;position:relative}.sub-title{font-size:20px;font-weight:700;color:#fff}.sub-tag{background:#fff3;color:#fff;padding:2px 8px;border-radius:4px;font-size:11px;margin-bottom:8px;display:inline-block}.sub-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px;z-index:1;position:relative}.sub-info-item small{display:block;font-size:12px;color:#fffc;margin-bottom:2px}.sub-info-item span{font-size:14px;color:#fff;font-weight:600}.sub-actions{display:flex;gap:10px;margin-top:auto;z-index:1;position:relative}.sub-actions .ant-btn{background:#fff!important;color:#2d56fc!important;border:none!important;font-weight:600!important;flex:1;height:36px!important;border-radius:8px!important;font-size:13px!important}.sub-actions .ant-btn:hover{background:#f8f9ff!important;transform:translateY(-1px)}.quick-import-card{grid-column:span 4;display:flex;flex-direction:column}.import-list{display:flex;flex-direction:column;gap:10px}.import-btn{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:8px;cursor:pointer;transition:all .2s;color:#fff;font-weight:500;font-size:14px}.import-btn:hover{transform:translateY(-1px);opacity:.9}.btn-blue{background-color:#2d56fc}.btn-navy{background-color:#3b5998}.btn-sky{background-color:#4a5568}.btn-black{background-color:#374151}.btn-grey{background-color:#f3f4f6;color:#374151}.traffic-chart-card{grid-column:span 3;display:flex;flex-direction:column;align-items:center}.chart-center-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.chart-val{font-size:28px;font-weight:700;color:#1f2937}.chart-unit{font-size:14px;color:#6b7280}.donut-chart{width:160px;height:160px;border-radius:50%;background:conic-gradient(#2d56fc 0% 20%,#34d399 20% 100%);position:relative}.donut-inner{width:110px;height:110px;background:#fff;border-radius:50%;position:absolute;top:25px;left:25px}.chart-legend{margin-top:16px;display:flex;gap:20px}.legend-item{display:flex;align-items:center;gap:6px}.legend-item span{color:#6b7280;font-size:12px}.legend-dot{width:8px;height:8px;border-radius:50%}.legend-dot.used{background-color:#2d56fc}.legend-dot.remaining{background-color:#34d399}.usage-detail-card{grid-column:span 12}.bar-chart-container{display:flex;align-items:flex-end;gap:6px;height:180px;margin-top:20px}.bar-item{flex:1;background-color:#f3f4f6;border-radius:4px;position:relative;height:100%;display:flex;align-items:flex-end}.bar-fill{width:100%;background:linear-gradient(to top,#2d56fc,#4b70ff);border-radius:4px;transition:height .3s}@media(max-width:1024px){.subscription-card,.quick-import-card,.traffic-chart-card{grid-column:span 12}}@media(max-width:768px){.dashboard-sidebar{position:fixed;left:-240px;height:100%}.dashboard-sidebar.open{left:0;box-shadow:4px 0 16px #0000001a}.mobile-menu-button{display:inline-block}.invite-banner{flex-direction:column;text-align:center;gap:12px}.sub-actions{flex-direction:row}}.tutorials-card{border-radius:12px;border:1px solid #e5e7eb}.tutorials-card .ant-card-body{padding:24px}.tutorials-container{display:flex;flex-direction:column;gap:16px}.tutorial-group{display:flex;flex-direction:column;gap:8px}.tutorial-group-title{font-size:14px;font-weight:500;color:#374151}.tutorial-card{max-width:500px;border-radius:8px;display:flex;align-items:center;padding:16px 20px;color:#fff;cursor:pointer;transition:all .2s;gap:14px;box-shadow:0 2px 4px #0000000d;min-height:56px}.tutorial-card:hover{transform:translate(4px);box-shadow:0 4px 8px #0000001a}.tutorial-card .anticon{font-size:22px;opacity:.95;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:6px}.tutorial-card span{font-size:14px;font-weight:500}.android-card{background:linear-gradient(135deg,#84cc16,#a3e635)}.ios-card{background:linear-gradient(135deg,#94a3b8,#b8c5d4)}.windows-card{background:linear-gradient(135deg,#2d56fc,#4b70ff)}.macos-card{background:linear-gradient(135deg,#6b7280,#9ca3af)}.linux-card{background:linear-gradient(135deg,#64748b,#94a3b8)}.other-card{background:linear-gradient(135deg,#94a3b8,#cbd5e1)}.tutorial-detail-card{border-radius:12px;border:1px solid #e5e7eb}.tutorial-detail-card .ant-card-body{padding:24px}.back-btn{margin-bottom:16px;color:#6b7280!important;padding-left:0!important}.back-btn:hover{color:#2d56fc!important}.tutorial-detail-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.tutorial-category-tag{display:inline-block;padding:4px 12px;background:#2d56fc;color:#fff;border-radius:4px;font-size:12px;font-weight:500;margin-bottom:12px}.tutorial-detail-title{font-size:24px;font-weight:700;color:#1f2937;margin:0}.tutorial-detail-content{line-height:1.8;color:#374151}.tutorial-detail-content a{color:#2d56fc;text-decoration:none}.tutorial-detail-content a:hover{text-decoration:underline}.tutorial-detail-content p{margin:12px 0}.tutorial-detail-content strong{color:#1f2937;font-weight:600}.tutorial-detail-content hr{border:none;border-top:1px solid #e5e7eb;margin:20px 0}.tutorial-detail-content ul,.tutorial-detail-content ol{padding-left:24px;margin:12px 0}.tutorial-detail-content li{margin:8px 0}.subscriptions-container{display:flex;flex-direction:column;gap:20px}.sub-banner{background:linear-gradient(135deg,#4b70ff,#2d56fc);border-radius:16px;padding:32px;color:#fff;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #2d56fc66}.sub-banner:after{content:"⚡";position:absolute;right:40px;top:50%;transform:translateY(-50%);font-size:120px;opacity:.15;font-weight:700;pointer-events:none;z-index:0}.sub-banner-title{font-size:28px;font-weight:700;margin-bottom:20px;position:relative;z-index:1}.sub-banner-details{display:flex;flex-direction:column;gap:8px;margin-bottom:30px;position:relative;z-index:1}.sub-detail-item{font-size:14px;opacity:.9}.sub-detail-item b{color:#fff;margin-right:4px}.sub-actions-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;position:relative;z-index:10}.sub-action-btn{background:#fff!important;color:#2d56fc!important;border:none!important;height:44px!important;border-radius:8px!important;font-weight:600!important;font-size:13px!important;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 6px -1px #0000001a;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.sub-action-btn:hover{transform:translateY(-1px);box-shadow:0 6px 10px -1px #00000026}.sub-action-btn:focus,.sub-action-btn:active{outline:none!important;box-shadow:0 4px 6px -1px #0000001a!important}.node-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.node-card{background:#fff;border-radius:12px;padding:16px;display:flex;align-items:center;justify-content:space-between;border:1px solid #f1f5f9;transition:all .2s}.node-card:hover{border-color:#2d56fc;box-shadow:0 4px 12px #2d56fc1a}.node-info-left{display:flex;align-items:center;gap:12px}.node-flag{width:36px;height:36px;border-radius:50%;object-fit:cover;background:#f1f5f9}.node-text-main{display:flex;flex-direction:column}.node-name{font-size:14px;font-weight:600;color:#1e293b}.node-protocol{font-size:11px;color:#64748b;margin-top:2px}.node-info-right{text-align:right;display:flex;flex-direction:column}.node-multiplier{font-size:14px;font-weight:700;color:#1e293b}.node-multiplier-label{font-size:11px;color:#94a3b8}@media(max-width:1024px){.sub-actions-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.sub-banner{padding:24px}.sub-banner-title{font-size:22px}}.subscribe-modal-wrapper{z-index:1000!important}.subscribe-modal-wrapper .ant-modal{max-width:90vw}.subscribe-modal-wrapper .ant-modal-body{max-height:70vh;overflow-y:auto;-webkit-overflow-scrolling:touch}@media(max-width:768px){.subscribe-modal-wrapper .ant-modal{margin:0 auto;top:20px}}.shop-container{display:flex;flex-direction:column;gap:24px}.shop-alert{background-color:#f0f9ff;border:1px solid #bae6fd;color:#0369a1;padding:12px 16px;border-radius:8px;font-size:13px;display:flex;align-items:center;gap:8px}.plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.plan-card{background:#fff;border-radius:16px;padding:24px;border:1px solid #f1f5f9;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1)}.plan-card:hover{border-color:#2d56fc;box-shadow:0 10px 25px -5px #3b82f61a;transform:translateY(-4px)}.plan-title{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:20px}.plan-features{display:flex;flex-direction:column;gap:16px;flex:1}.feature-group{display:flex;flex-direction:column;gap:4px}.feature-label{font-size:13px;font-weight:600;color:#475569}.feature-value{font-size:13px;color:#64748b;line-height:1.6}.highlight-red{color:#ef4444;font-weight:700}.plan-footer{margin-top:24px;display:flex;align-items:center;justify-content:space-between}.plan-price{display:flex;align-items:baseline;gap:2px}.currency{font-size:14px;font-weight:600;color:#0f172a}.price-value{font-size:24px;font-weight:700;color:#0f172a}.price-unit{font-size:13px;color:#64748b;margin-left:2px}.buy-btn{background-color:#2d56fc!important;color:#fff!important;border:none!important;height:36px!important;border-radius:8px!important;font-weight:600!important;padding:0 16px!important}.buy-btn:hover{background-color:#2448d6!important}@media(min-width:1200px){.plan-grid{grid-template-columns:repeat(3,1fr) 320px}}@media(max-width:768px){.plan-footer{flex-direction:column;align-items:flex-start;gap:16px}.buy-btn{width:100%}}.markdown-content{font-size:13px;color:#475569;line-height:1.7}.markdown-content h2{font-size:14px;font-weight:600;color:#0f172a;margin:8px 0 4px}.markdown-content h3{font-size:13px;font-weight:600;color:#334155;margin:6px 0 2px}.markdown-content p{margin:4px 0}.markdown-content ul,.markdown-content ol{margin:4px 0;padding-left:16px}.markdown-content li{margin:2px 0}.orders-container{background:#fff;border-radius:12px;padding:0;box-shadow:0 4px 6px -1px #0000000d}.orders-table .ant-table-thead>tr>th{background:#fcfcfc;font-size:13px;color:#64748b;font-weight:500;border-bottom:1px solid #f1f5f9}.orders-table .ant-table-tbody>tr>td{font-size:13px;color:#1e293b;border-bottom:1px solid #f1f5f9}.order-no{max-width:180px;word-break:break-all;color:#64748b}.order-product{max-width:250px;color:#475569}.status-tag{display:flex;align-items:center;gap:6px}.status-dot{width:6px;height:6px;border-radius:50%}.status-completed .status-dot{background-color:#22c55e}.status-completed{color:#22c55e}.status-cancelled .status-dot{background-color:#ef4444}.status-cancelled{color:#ef4444}.action-link{color:#2d56fc;font-weight:600;cursor:pointer}.action-link:hover{color:#2448d6;text-decoration:underline}.action-link-danger{color:#ef4444}.action-link-danger:hover{color:#dc2626;text-decoration:underline}.orders-pagination{padding:16px 24px;display:flex;justify-content:flex-end}.order-detail-container{max-width:1000px;margin:0 auto;padding:20px}.order-detail-card{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 8px #00000014;margin-bottom:20px}.order-detail-title{font-size:20px;font-weight:600;color:#1e293b;margin-bottom:24px}.order-info-row{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #f1f5f9}.order-info-row:last-child{border-bottom:none}.order-info-label{font-size:14px;color:#64748b;min-width:100px}.order-info-value{font-size:14px;color:#1e293b;flex:1}.order-status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.status-pending{background:#fef3c7;color:#d97706}.status-completed{background:#d1fae5;color:#059669}.status-processing{background:#dbeafe;color:#2563eb}.status-cancelled{background:#fee2e2;color:#dc2626}.status-discounted{background:#e9d5ff;color:#9333ea}.order-section-divider{height:1px;background:#e2e8f0;margin:24px 0}.order-section-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:16px}.order-summary-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0}.order-summary-label{font-size:14px;color:#64748b}.order-summary-value{font-size:14px;color:#1e293b}.order-total-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.order-total-label{font-size:16px;font-weight:600;color:#1e293b}.order-total-value{font-size:24px;font-weight:700;color:#1e293b}.order-payment-card{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 8px #00000014}.payment-section-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:20px}.payment-methods{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.payment-method-item{display:flex!important;align-items:center;padding:16px;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s}.payment-method-item:hover{border-color:#3b82f6;background:#f8fafc}.payment-icon{width:24px;height:24px;margin-left:8px;margin-right:8px;object-fit:contain}.order-actions{display:flex;gap:16px;justify-content:flex-end}.cancel-btn{min-width:120px;height:48px;border-radius:8px;font-weight:500;border-color:#e2e8f0;color:#64748b}.cancel-btn:hover{border-color:#ef4444;color:#ef4444}.pay-btn{min-width:120px;height:48px;border-radius:8px;font-weight:500;background:#3b82f6;border-color:#3b82f6}.pay-btn:hover{background:#2563eb;border-color:#2563eb}@media(max-width:768px){.order-detail-container{padding:12px}.order-detail-card,.order-payment-card{padding:20px}.order-actions{flex-direction:column}.cancel-btn,.pay-btn{width:100%}}.invite-container{display:flex;flex-direction:column;gap:24px}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stats-card{background:#fff;border-radius:12px;padding:20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 6px -1px #0000000d}.stats-info{display:flex;flex-direction:column}.stats-label{font-size:13px;color:#64748b;margin-bottom:8px}.stats-value{font-size:20px;font-weight:700;color:#1e293b}.stats-unit{font-size:13px;font-weight:500;color:#475569;margin-left:4px}.stats-icon-wrapper{width:44px;height:44px;border-radius:8px;background-color:#2d56fc;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}.invite-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px #0000000d}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-title{font-size:14px;font-weight:600;color:#1e293b}.invite-table .ant-table-thead>tr>th{background:transparent;font-size:12px;color:#94a3b8;font-weight:500;border-bottom:1px solid #f1f5f9;padding:12px 0}.invite-table .ant-table-tbody>tr>td{font-size:13px;color:#475569;border-bottom:1px solid #f1f5f9;padding:16px 0}.copy-link{color:#2d56fc;cursor:pointer;font-weight:500}.copy-link:hover{text-decoration:underline}.empty-data-wrapper{padding:40px 0;display:flex;flex-direction:column;align-items:center;gap:12px}.empty-icon{font-size:48px;color:#e2e8f0}.empty-text{font-size:14px;color:#94a3b8}@media(max-width:1024px){.stats-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.stats-row{grid-template-columns:1fr}}.profile-container{display:flex;flex-direction:column;gap:24px}.profile-header-banner{height:240px;background:linear-gradient(135deg,#1e3a8a,#2d56fc,#1e40af);border-radius:16px;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.profile-header-banner:before{content:"";position:absolute;inset:0;background:url(https://w.wallhaven.cc/full/28/wallhaven-289dyy.jpg) center/cover;opacity:.6;mix-blend-mode:soft-light}.wallet-card{position:absolute;bottom:-20px;left:32px;right:32px;background:#fff;border-radius:16px;padding:24px 32px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 15px -3px #0000001a}.wallet-info{display:flex;flex-direction:column}.wallet-label{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:4px}.wallet-balance{font-size:18px;font-weight:700;color:#1e293b}.profile-content-grid{display:grid;grid-template-columns:2fr 1.5fr;gap:24px;margin-top:20px}.profile-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px #0000000d}.card-title{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:24px}.profile-form-item{margin-bottom:20px}.form-label{display:block;font-size:14px;font-weight:600;color:#475569;margin-bottom:8px}.form-desc{font-size:13px;color:#94a3b8;margin-bottom:16px}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.setting-item:not(:last-child){border-bottom:1px solid #f1f5f9}.setting-label{font-size:15px;font-weight:700;color:#1e293b}@media(max-width:1024px){.profile-content-grid{grid-template-columns:1fr}}.tickets-container{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px #0000000d;min-height:400px;display:flex;flex-direction:column}.tickets-header{display:flex;justify-content:flex-end;margin-bottom:24px}.tickets-table-header{display:grid;grid-template-columns:80px 1fr 120px 120px 180px 180px 100px;padding:12px 0;border-bottom:1px solid #f1f5f9}.header-item{font-size:13px;color:#94a3b8;font-weight:500;padding:0 8px}.tickets-empty-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:60px 0}.tickets-empty-icon{font-size:64px;color:#f1f5f9}.tickets-empty-text{font-size:14px;color:#94a3b8}.new-ticket-btn{background-color:#2d56fc!important;color:#fff!important;border:none!important;height:38px!important;border-radius:8px!important;font-weight:600!important}.ticket-detail-container{max-height:600px;display:flex;flex-direction:column}.ticket-messages{flex:1;overflow-y:auto;margin-bottom:20px;max-height:400px}.messages-count{font-size:14px;color:#64748b;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.message-item{display:flex;gap:12px;margin-bottom:20px}.message-avatar{flex-shrink:0}.message-content{flex:1}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.message-sender{font-size:14px;font-weight:600;color:#1e293b}.message-time{font-size:12px;color:#94a3b8}.message-text{font-size:14px;color:#475569;line-height:1.6;white-space:pre-wrap;word-break:break-word}.ticket-reply-section{display:flex;gap:12px;padding-top:20px;border-top:1px solid #f1f5f9}.reply-avatar{flex-shrink:0}.reply-input-wrapper{flex:1;display:flex;flex-direction:column;gap:12px}.reply-textarea{resize:none}.reply-button{align-self:flex-end;background-color:#3b82f6;border-color:#3b82f6}.reply-button:hover{background-color:#2563eb;border-color:#2563eb}.purchase-container{display:grid;grid-template-columns:1fr 360px;gap:24px}.purchase-left{display:flex;flex-direction:column;gap:20px}.purchase-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #f1f5f9}.purchase-plan-title{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:16px}.purchase-content{color:#475569;font-size:14px;line-height:1.8}.purchase-content span[style*="color: red"]{color:#ef4444!important}.purchase-section-title{font-size:15px;font-weight:600;color:#0f172a;margin-bottom:16px}.period-buttons{display:flex;flex-wrap:wrap;gap:12px}.period-btn{min-width:80px;height:40px;border:1px solid #e2e8f0!important;border-radius:8px!important;color:#475569!important;font-weight:500;transition:all .2s}.period-btn:hover{border-color:#2d56fc!important;color:#2d56fc!important}.period-btn.active{border-color:#2d56fc!important;color:#2d56fc!important;background-color:#eff6ff!important}.purchase-right{position:sticky;top:24px;height:fit-content}.order-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #f1f5f9}.order-title{font-size:16px;font-weight:600;color:#0f172a;margin-bottom:20px}.order-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.order-label{font-size:13px;color:#64748b}.order-value{text-align:right}.order-plan-name{font-size:13px;color:#0f172a;font-weight:500}.order-price{font-size:14px;color:#0f172a;font-weight:600}.order-divider{height:1px;background:#f1f5f9;margin:16px 0}.coupon-input-row{display:flex;gap:8px;margin-bottom:12px}.coupon-input-row .ant-input{flex:1;height:36px;border-radius:6px}.coupon-input-row .ant-btn{height:36px;border-radius:6px}.order-discount{font-size:14px;color:#64748b}.total-row{align-items:center}.order-total{font-size:20px;font-weight:700;color:#ef4444}.buy-order-btn{margin-top:20px;height:44px!important;border-radius:8px!important;font-size:15px!important;font-weight:600!important;background:linear-gradient(135deg,#2d56fc 0% 100%)!important;border:none!important}.buy-order-btn:hover{background:linear-gradient(135deg,#2d56fc,#2448d6)!important}@media(max-width:768px){.purchase-container{grid-template-columns:1fr}.purchase-right{position:static}}.markdown-content{font-size:14px;color:#475569;line-height:1.7}.markdown-content h2{font-size:16px;font-weight:600;color:#0f172a;margin:12px 0 6px}.markdown-content h3{font-size:14px;font-weight:600;color:#334155;margin:10px 0 4px}.markdown-content p{margin:6px 0}.markdown-content strong{color:#ef4444;font-weight:600}.markdown-content ul,.markdown-content ol{margin:6px 0;padding-left:20px}.markdown-content li{margin:4px 0}.markdown-content hr{border:none;border-top:1px solid #e2e8f0;margin:16px 0}.giftcard-container{display:flex;flex-direction:column;gap:24px}.giftcard-redeem-card{border-radius:12px;border:1px solid #e5e7eb}.giftcard-redeem-card .ant-card-body{padding:32px}.redeem-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.redeem-icon{font-size:48px;color:#2d56fc;background:linear-gradient(135deg,#4b70ff20,#2d56fc20);padding:16px;border-radius:12px}.redeem-title h2{margin:0 0 4px;font-size:20px;font-weight:600;color:#1f2937}.redeem-title p{margin:0;color:#6b7280;font-size:14px}.redeem-form{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.redeem-input{flex:1;min-width:280px;border-radius:8px}.redeem-actions{display:flex;gap:12px}.redeem-btn{background:#2d56fc!important;border-color:#2d56fc!important;color:#fff!important}.redeem-btn .anticon{color:#fff!important}.redeem-btn:hover:not(:disabled){background:#2448d6!important;border-color:#2448d6!important;color:#fff!important}.redeem-btn:disabled{background:#a5b4fc!important;border-color:#a5b4fc!important;color:#fff!important;opacity:.8}.redeem-btn:disabled .anticon{color:#fff!important}.check-result{margin-top:20px;padding:16px;background:#ecfdf5;border-radius:8px;display:flex;align-items:center;gap:10px;color:#059669}.result-icon{font-size:20px;color:#10b981}.giftcard-history-card{border-radius:12px;border:1px solid #e5e7eb}.giftcard-history-card .ant-card-body{padding:24px}.history-header{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:#1f2937;margin-bottom:16px}.history-header .anticon{color:#2d56fc}.history-table .ant-table-thead>tr>th{background:#f9fafb;font-weight:600}.check-result-card{margin-top:24px;padding:20px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.result-header{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.result-icon{font-size:40px}.result-icon.success{color:#10b981}.result-icon.warning{color:#f59e0b}.result-info{flex:1}.result-info h3{margin:0 0 4px;font-size:18px;font-weight:600;color:#1f2937}.result-info p{margin:0;color:#6b7280;font-size:14px}.result-details{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-item .label{font-size:12px;color:#9ca3af}.detail-item .value{font-size:14px;color:#1f2937;font-weight:500}@media(max-width:768px){.result-details{grid-template-columns:1fr}}#root{width:100%;height:100%}
