@charset "UTF-8";.sidebar{position:fixed;top:0;left:0;bottom:0;width:240px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;z-index:100;transition:width .2s ease,transform .2s ease;overflow-y:auto}.sidebar::-webkit-scrollbar{width:6px;height:6px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.sidebar::-webkit-scrollbar-thumb:hover{background:#b1c0d2}.sidebar{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.sidebar.collapsed{width:72px;overflow:visible}.sidebar.collapsed .sidebar-logo{padding:0;justify-content:center}.sidebar.collapsed .sidebar-logo .logo-text{display:none}.sidebar.collapsed .sidebar-nav{padding:8px 4px;align-items:center}.sidebar.collapsed .nav-group-header{justify-content:center;padding:10px 0;width:48px;margin:0 auto}.sidebar.collapsed .nav-group-header .group-label,.sidebar.collapsed .nav-group-header .group-chevron{display:none}.sidebar.collapsed .nav-group{display:flex;justify-content:center}.sidebar .sidebar-collapse-btn,.sidebar .sidebar-expand-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#64748b;border-radius:8px;cursor:pointer;flex-shrink:0;transition:all .15s ease}.sidebar .sidebar-collapse-btn:hover,.sidebar .sidebar-expand-btn:hover{background:#f1f5f9;color:#20beb4}.sidebar .sidebar-collapse-btn{margin-left:auto}.sidebar .sidebar-expand-btn{position:fixed;bottom:16px;left:20px;width:32px;height:32px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000f;z-index:100}@media (max-width: 992px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}}.sidebar .sidebar-logo{height:60px;display:flex;align-items:center;padding:0 24px;gap:8px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.sidebar .sidebar-logo .logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#20beb4,#5edcd4);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:700;flex-shrink:0}.sidebar .sidebar-logo .logo-text{font-size:17px;font-weight:600;color:#1e293b}.sidebar .sidebar-nav{flex:1;padding:8px 16px;display:flex;flex-direction:column}.sidebar .nav-group{margin-bottom:2px}.sidebar .nav-group-header{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border-radius:8px;background:transparent;border:none;font-size:15px;font-weight:500;color:#475569;cursor:pointer;transition:all .15s ease}.sidebar .nav-group-header .group-icon{display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0;transition:color .15s ease}.sidebar .nav-group-header .group-label{flex:1;text-align:left}.sidebar .nav-group-header .group-chevron{display:flex;align-items:center;color:#94a3b8;transition:transform .2s ease}.sidebar .nav-group-header .group-chevron.open{transform:rotate(180deg)}.sidebar .nav-group-header:hover{background:#f1f5f9;color:#1e293b}.sidebar .nav-group-header:hover .group-icon{color:#20beb4}.sidebar .nav-group-header.active{background:#d6f7f4;color:#20beb4;font-weight:600}.sidebar .nav-group-header.active .group-icon{color:#20beb4}.sidebar .nav-children{overflow:hidden;max-height:0;transition:max-height .25s ease;padding-left:12px}.sidebar .nav-children.expanded{max-height:400px}.sidebar .nav-child{display:flex;align-items:center;gap:8px;padding:8px 12px 8px 40px;border-radius:8px;color:#64748b;font-size:14px;font-weight:400;transition:all .15s ease;cursor:pointer;text-decoration:none}.sidebar .nav-child .child-icon{display:flex;align-items:center;color:#94a3b8;flex-shrink:0}.sidebar .nav-child .child-label{flex:1}.sidebar .nav-child:hover{background:#f8fafc;color:#1e293b}.sidebar .nav-child:hover .child-icon{color:#20beb4}.sidebar .nav-child.active{color:#20beb4;font-weight:500}.sidebar .nav-child.active .child-icon{color:#20beb4}.sidebar-overlay{display:none}@media (max-width: 992px){.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:99;opacity:0;pointer-events:none;transition:opacity .2s ease}.sidebar-overlay.visible{opacity:1;pointer-events:auto}}.topbar{position:fixed;top:0;left:240px;right:0;height:60px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:200;transition:left .2s ease}@media (max-width: 992px){.topbar{left:0}}@media (max-width: 576px){.topbar{padding:0 16px}.topbar .topbar-left{gap:8px}.topbar .page-title{font-size:15px}.topbar .topbar-action{display:none}.topbar .topbar-right{gap:4px}.topbar .topbar-balance{padding:4px 8px;font-size:12px}}.topbar .topbar-left{display:flex;align-items:center;gap:16px}.topbar .topbar-left .menu-toggle{display:none;cursor:pointer;padding:6px;border-radius:8px;color:#64748b;background:none;border:none}.topbar .topbar-left .menu-toggle:hover{background:#f1f5f9}@media (max-width: 992px){.topbar .topbar-left .menu-toggle{display:flex}}.topbar .topbar-left .page-title{font-size:17px;font-weight:600;color:#1e293b}.topbar .topbar-right{display:flex;align-items:center;gap:4px}.topbar-action{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#64748b;cursor:pointer;transition:all .15s ease;position:relative;background:none;border:none}.topbar-action:hover{background:#f1f5f9;color:#1e293b}.topbar-balance{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#d6f7f4;color:#20beb4;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease}.topbar-balance:hover{background:#c5f3ef}.topbar-user{position:relative;display:flex;align-items:center}.topbar-user .avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#20beb4,#5edcd4);display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s ease;overflow:hidden}.topbar-user .avatar .avatar-img{width:100%;height:100%;object-fit:cover;display:block}.topbar-user .avatar:hover{opacity:.85}.topbar-user .user-dropdown{position:absolute;top:calc(100% + 6px);right:0;width:180px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:4px;z-index:1000}.topbar-user .user-dropdown button{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;background:none;font-size:14px;color:#475569;cursor:pointer;border-radius:6px;transition:background .15s ease}.topbar-user .user-dropdown button:hover{background:#f8fafc;color:#1e293b}.topbar-user .user-dropdown button.logout{color:#ef4444}.topbar-user .user-dropdown button.logout:hover{background:#fef2f2}.topbar-user .user-dropdown .dropdown-divider{height:1px;background:#e2e8f0;margin:4px 0}.app-layout{display:flex;min-height:100vh}.app-layout.sidebar-collapsed .app-main{margin-left:72px}.app-main{flex:1;min-width:0;margin-left:240px;padding-top:60px;min-height:100vh;transition:margin-left .2s ease}@media (max-width: 992px){.app-main{margin-left:0}}.app-content{padding:24px;max-width:1400px;margin:0 auto}@media (max-width: 992px){.app-content{padding:16px}}@media (max-width: 576px){.app-content{padding:8px}}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}@media (max-width: 992px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.stats-grid{grid-template-columns:1fr}}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.stat-card:hover{box-shadow:0 2px 8px #00000014}.stat-card{display:flex;align-items:flex-start;gap:16px}.stat-card .stat-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-card .stat-info{flex:1}.stat-card .stat-info .stat-label{font-size:12px;color:#64748b;margin-bottom:2px}.stat-card .stat-info .stat-value{font-size:24px;font-weight:700;color:#1e293b;line-height:1.2}.stat-card .stat-info .stat-change{font-size:12px;color:#10b981;margin-top:4px}.stat-card .stat-info .stat-change.down{color:#ef4444}.charts-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}@media (max-width: 992px){.charts-row{grid-template-columns:1fr}}.chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.chart-card:hover{box-shadow:0 2px 8px #00000014}.chart-card .chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.chart-card .chart-header h3{font-size:14px;font-weight:600;color:#1e293b}.chart-card .chart-header .chart-controls{display:flex;gap:4px}.chart-card .chart-header .chart-controls .control-btn{padding:2px 8px;border-radius:6px;font-size:12px;color:#64748b;cursor:pointer;transition:all .15s ease}.chart-card .chart-header .chart-controls .control-btn:hover{background:#f1f5f9}.chart-card .chart-header .chart-controls .control-btn.active{background:#d6f7f4;color:#20beb4}.chart-card .chart-body{height:240px;display:flex;align-items:flex-end;justify-content:center;position:relative}.chart-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.chart-placeholder .area-chart-svg{width:100%;height:100%}.chart-placeholder .chart-label{font-size:12px;color:#64748b;margin-top:8px}.dashboard-bottom{display:grid;grid-template-columns:2fr 1fr;gap:16px}@media (max-width: 992px){.dashboard-bottom{grid-template-columns:1fr}}.section-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.section-card:hover{box-shadow:0 2px 8px #00000014}.section-card .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-card .section-header h3{font-size:14px;font-weight:600}.section-card .section-header .see-all{font-size:12px;color:#20beb4;cursor:pointer;font-weight:500}.section-card .section-header .see-all:hover{text-decoration:underline}.resource-list{display:flex;flex-direction:column;gap:8px}.resource-item{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:8px;cursor:pointer;transition:background .15s ease}.resource-item:hover{background:#f8fafc}.resource-item .resource-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f1f5f9;color:#64748b}.resource-item .resource-info{flex:1}.resource-item .resource-info .name{font-size:14px;font-weight:500;color:#1e293b}.resource-item .resource-info .meta{font-size:12px;color:#64748b}.resource-item .resource-action{color:#64748b;font-size:16px;opacity:0;transition:opacity .15s ease}.resource-item:hover .resource-action{opacity:1}.quick-actions{display:flex;flex-direction:column;gap:8px}.quick-actions .quick-action-item{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:8px;cursor:pointer;transition:all .15s ease}.quick-actions .quick-action-item:hover{background:#f8fafc}.quick-actions .quick-action-item .qa-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.quick-actions .quick-action-item .qa-label{font-size:14px;font-weight:500}.quick-actions .quick-action-item .qa-arrow{margin-left:auto;color:#94a3b8;font-size:14px}.quick-actions .quick-action-item:hover .qa-arrow{color:#20beb4}.profile-page{max-width:720px;margin:0 auto}.profile-page .profile-header{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.profile-page .profile-header:hover{box-shadow:0 2px 8px #00000014}.profile-page .profile-header{display:flex;align-items:center;gap:24px;padding:32px;margin-bottom:24px}.profile-page .profile-avatar{position:relative;width:72px;height:72px;border-radius:999px;cursor:pointer;flex-shrink:0}.profile-page .profile-avatar:hover .profile-avatar-overlay{opacity:1}.profile-page .profile-avatar-img{width:100%;height:100%;border-radius:999px;background:linear-gradient(135deg,#20beb4,#5edcd4);display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;font-weight:700;line-height:1;object-fit:cover}.profile-page .profile-avatar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#00000080;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transition:opacity .15s ease}.profile-page .profile-info{flex:1}.profile-page .profile-name-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.profile-page .profile-name{font-size:18px;font-weight:700;color:#1e293b}.profile-page .profile-badge{padding:2px 10px;background:#d6f7f4;color:#20beb4;font-size:11px;font-weight:600;border-radius:999px}.profile-page .profile-email{font-size:12px;color:#64748b}.profile-page .profile-stats{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.profile-page .profile-stats:hover{box-shadow:0 2px 8px #00000014}.profile-page .profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:24px;margin-bottom:24px}@media (max-width: 576px){.profile-page .profile-stats{gap:8px;padding:16px}}.profile-page .profile-stat-item{text-align:center}.profile-page .profile-stat-item .stat-label{font-size:11px;color:#64748b;margin-bottom:4px}.profile-page .profile-stat-item .stat-value{font-size:18px;font-weight:700;color:#1e293b}.profile-page .profile-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.profile-page .profile-section:hover{box-shadow:0 2px 8px #00000014}.profile-page .profile-section{padding:32px;margin-bottom:24px}.profile-page .section-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1e293b;margin-bottom:4px}.profile-page .section-title svg{color:#20beb4}.profile-page .section-desc{font-size:12px;color:#64748b;margin-bottom:24px}.profile-page .profile-edit-form .form-row{margin-bottom:24px}.profile-page .profile-edit-form .form-group label,.profile-page .profile-edit-form .form-group .form-label{display:block;font-size:12px;font-weight:500;color:#475569;margin-bottom:4px}.profile-page .profile-edit-form .form-group input,.profile-page .profile-edit-form .form-group textarea{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;transition:border-color .15s ease;box-sizing:border-box}.profile-page .profile-edit-form .form-group input:focus,.profile-page .profile-edit-form .form-group textarea:focus{outline:none;border-color:#20beb4;box-shadow:0 0 0 3px #20beb41a}.profile-page .profile-edit-form .form-group input::placeholder,.profile-page .profile-edit-form .form-group textarea::placeholder{color:#94a3b8}.profile-page .profile-edit-form .form-group textarea{resize:vertical;line-height:1.6}.profile-page .profile-edit-form .form-footer{display:flex;justify-content:flex-end}.profile-page .bind-list{display:flex;flex-direction:column;gap:16px}.profile-page .bind-item{display:flex;align-items:center;gap:16px;padding:16px;border:1px solid #f1f5f9;border-radius:8px;transition:border-color .15s ease}.profile-page .bind-item:hover{border-color:#e2e8f0}.profile-page .bind-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-page .bind-icon.bind-email{background:#fee2e2;color:#ef4444}.profile-page .bind-icon.bind-phone{background:#dbeafe;color:#3b82f6}.profile-page .bind-icon.bind-wechat{background:#dcfce7;color:#22c55e;font-weight:700;font-size:12px}.profile-page .bind-info{flex:1}.profile-page .bind-name{font-size:12px;font-weight:500;color:#1e293b;margin-bottom:2px}.profile-page .bind-name .bind-status{font-size:11px;padding:1px 8px;border-radius:999px;margin-left:4px}.profile-page .bind-name .bind-status.bound{background:#dcfce7;color:#16a34a}.profile-page .bind-name .bind-status.unbound{background:#f1f5f9;color:#64748b}.profile-page .bind-detail{font-size:12px;color:#475569}.profile-page .invite-section .invite-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}@media (max-width: 576px){.profile-page .invite-section .invite-row{grid-template-columns:1fr}}.profile-page .invite-section .invite-item .invite-label{display:block;font-size:11px;color:#64748b;margin-bottom:4px}.profile-page .invite-section .invite-value-box{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f8fafc;border-radius:8px}.profile-page .invite-section .invite-value-box code{flex:1;font-family:monospace;font-size:12px;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .invite-section .invite-value-box code.invite-link{font-size:11px}.profile-page .invite-section .invite-value-box .btn-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#64748b;cursor:pointer;transition:all .15s ease}.profile-page .invite-section .invite-value-box .btn-icon:hover{border-color:#20beb4;color:#20beb4}.profile-page .inviter-info{padding:16px;background:#d6f7f4;border-radius:8px;margin-bottom:24px}.profile-page .inviter-info .inviter-label{font-size:12px;color:#64748b}.profile-page .inviter-info .inviter-email{font-size:12px;font-weight:500;color:#20beb4}.profile-page .invite-status .status-badge{display:inline-block;padding:4px 12px;background:#dcfce7;color:#16a34a;font-size:11px;font-weight:600;border-radius:999px;margin-bottom:4px}.profile-page .invite-status .status-desc{font-size:12px;color:#64748b}.profile-page .password-form{max-width:420px;margin:0 auto}.profile-page .password-form .form-group{margin-bottom:24px}.profile-page .password-form .form-label{display:block;font-size:12px;font-weight:500;color:#475569;margin-bottom:4px}.profile-page .password-form input{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:border-color .15s ease;box-sizing:border-box}.profile-page .password-form input:focus{outline:none;border-color:#20beb4;box-shadow:0 0 0 3px #20beb41a}.profile-page .password-form .form-hint{display:block;font-size:11px;color:#64748b;margin-top:4px}.profile-page .password-form .form-footer{display:flex;justify-content:center}.profile-page .tfa-status{display:flex;align-items:center;gap:16px;padding:24px;background:#f8fafc;border-radius:8px}.profile-page .tfa-status .tfa-icon{width:48px;height:48px;border-radius:999px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b}.profile-page .tfa-status .tfa-title{font-size:12px;font-weight:500;color:#1e293b;margin-bottom:2px}.profile-page .tfa-status .tfa-desc{font-size:11px;color:#64748b}.profile-page .dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:500;padding:24px}.profile-page .dialog{width:440px;max-width:100%;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000002e;animation:dialogIn .2s ease}.profile-page .dialog-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid #f1f5f9}.profile-page .dialog-header h3{font-size:16px;font-weight:600;color:#1e293b;margin:0}.profile-page .dialog-header .dialog-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#64748b;border-radius:8px;cursor:pointer;transition:all .15s ease}.profile-page .dialog-header .dialog-close:hover{background:#f1f5f9;color:#1e293b}.profile-page .dialog-body{padding:32px}.profile-page .avatar-upload-preview{text-align:center;margin-bottom:24px}.profile-page .avatar-upload-preview .avatar-current{width:96px;height:96px;border-radius:999px;background:linear-gradient(135deg,#20beb4,#5edcd4);display:flex;align-items:center;justify-content:center;color:#fff;font-size:36px;font-weight:700;line-height:1;margin:0 auto}.profile-page .avatar-upload-hint{text-align:center;font-size:11px;color:#64748b;margin-bottom:24px;line-height:1.5}.profile-page .avatar-upload-area{position:relative;border:2px dashed #e2e8f0;border-radius:12px;padding:48px;text-align:center;transition:all .15s ease;cursor:pointer}.profile-page .avatar-upload-area:hover{border-color:#20beb4;background:#d6f7f4}.profile-page .avatar-upload-area .upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:#64748b}.profile-page .avatar-upload-area .upload-placeholder svg{color:#20beb4}.profile-page .avatar-upload-area .upload-placeholder span{font-size:12px}.profile-page .avatar-upload-area .upload-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}.profile-page .dialog-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:24px 32px;border-top:1px solid #f1f5f9}.profile-page .btn-sm{padding:6px 14px;font-size:11px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .15s ease;border:none}@media (max-width: 576px){.profile-page .profile-stats .stat-value{font-size:14px;word-break:break-all}.profile-page .bind-item{gap:8px}.profile-page .bind-item .bind-info{min-width:0}.profile-page .bind-item .bind-detail{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-page .bind-item .btn-sm{padding:6px 10px}.profile-page .dialog-backdrop{padding:16px}.profile-page .dialog{width:100%}.profile-page .dialog-header{padding:16px 24px}.profile-page .dialog-body{padding:24px}.profile-page .dialog-footer{padding:16px 24px}.profile-page .code-row .resend-btn{padding:8px 10px}}.profile-page .btn-primary{padding:8px 20px;background:#20beb4;color:#fff;font-size:12px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:background .15s ease}.profile-page .btn-primary:hover{background:#17a39a}.profile-page .btn-outline{padding:6px 14px;background:transparent;border:1px solid #e2e8f0;color:#475569;font-size:11px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .15s ease}.profile-page .btn-outline:hover{border-color:#20beb4;color:#20beb4}.profile-page .btn-danger{padding:6px 14px;background:transparent;border:1px solid #fecaca;color:#ef4444;font-size:11px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .15s ease}.profile-page .btn-danger:hover{background:#fef2f2}.profile-page .btn-danger:disabled{opacity:.4;cursor:not-allowed;background:transparent}.profile-page .btn-danger:disabled:hover{background:transparent}.profile-page .hint-text{font-size:11px;color:#64748b;margin-top:4px;line-height:1.5}.profile-page .code-row{display:flex;gap:8px;align-items:center}.profile-page .code-row .code-input{flex:1;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;outline:none}.profile-page .code-row .code-input:focus{border-color:#20beb4}.profile-page .code-row .resend-btn{white-space:nowrap;flex-shrink:0;padding:8px 14px;background:transparent;border:1px solid #e2e8f0;border-radius:8px;color:#20beb4;font-size:11px;cursor:pointer;transition:all .15s ease}.profile-page .code-row .resend-btn:disabled{color:#64748b;cursor:not-allowed}.profile-page .code-row .resend-btn:not(:disabled):hover{border-color:#20beb4;background:#20beb40a}.profile-page .tfa-info{display:flex;align-items:center;gap:16px;margin-top:8px}.toast{position:fixed;top:20px;left:50%;transform:translate(-50%);padding:10px 24px;border-radius:8px;font-size:14px;font-weight:500;z-index:9999;box-shadow:0 4px 12px #00000026;animation:toastIn .25s ease-out}.hotspot-page .hotspot-tabs{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.hotspot-page .tab-btn{padding:6px 16px;border-radius:999px;font-size:12px;font-weight:500;color:#64748b;background:#fff;border:1px solid #e2e8f0;cursor:pointer;transition:all .15s ease}.hotspot-page .tab-btn:hover{border-color:#20beb4;color:#20beb4}.hotspot-page .tab-btn.active{background:#d6f7f4;color:#20beb4;border-color:#20beb4}.hotspot-page .hotspot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}@media (max-width: 576px){.hotspot-page .hotspot-grid{grid-template-columns:1fr}}.hotspot-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.hotspot-card:hover{box-shadow:0 2px 8px #00000014}.hotspot-card{display:flex;gap:16px}.hotspot-card .hs-rank{width:28px;font-size:18px;font-weight:700;color:#64748b;text-align:center;flex-shrink:0}.hotspot-card .hs-rank.top3{color:#20beb4}.hotspot-card .hs-info{flex:1}.hotspot-card .hs-info .hs-title{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:4px}.hotspot-card .hs-info .hs-desc{font-size:12px;color:#64748b;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hotspot-card .hs-info .hs-meta{display:flex;gap:16px;font-size:12px;color:#64748b}.assistant-page{display:flex;height:calc(100vh - 60px);border:none;border-radius:0;overflow:hidden;background:#f8fafc}.app-content:has(.assistant-page){padding:0;max-width:none;margin:0}.agent-panel{width:200px;flex-shrink:0;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;background:#f8fafc;min-height:0}.agent-panel .agent-list{flex:1;overflow-y:auto;padding:8px 6px 6px;display:flex;flex-direction:column;gap:2px}.agent-panel .agent-list::-webkit-scrollbar{width:6px;height:6px}.agent-panel .agent-list::-webkit-scrollbar-track{background:transparent}.agent-panel .agent-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.agent-panel .agent-list::-webkit-scrollbar-thumb:hover{background:#b1c0d2}.agent-panel .agent-list{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.agent-panel .agent-node{border-radius:8px}.agent-panel .agent-node.has-active{background:#fff;box-shadow:0 1px 2px #0000000d}.agent-panel .agent-row{display:flex;align-items:center;gap:6px;padding:5px 6px;border-radius:8px;cursor:pointer;transition:background .15s ease;-webkit-user-select:none;user-select:none}.agent-panel .agent-row:hover{background:#fff;box-shadow:0 1px 3px #0000000f}.agent-panel .agent-row:hover .agent-edit-btn{opacity:1}.agent-panel .agent-row .agent-chevron{display:flex;align-items:center;color:#94a3b8;transition:transform .2s ease;flex-shrink:0}.agent-panel .agent-row .agent-chevron svg{display:block}.agent-panel .agent-row .agent-chevron.open{transform:rotate(90deg)}.agent-panel .agent-row .agent-avatar{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#d6f7f4,#5edcd4);border:1px solid rgba(32,190,180,.15);display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;line-height:1;box-shadow:0 1px 2px #0000000d}.agent-panel .agent-row .agent-name{flex:1;font-size:13px;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.agent-panel .agent-row .agent-edit-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:transparent;color:#94a3b8;border-radius:4px;cursor:pointer;opacity:0;flex-shrink:0;padding:0;transition:all .15s ease}.agent-panel .agent-row .agent-edit-btn:hover{background:#f1f5f9;color:#20beb4}.agent-panel .session-list{display:flex;flex-direction:column;gap:1px;padding:1px 0 4px}.agent-panel .session-row{display:flex;align-items:center;gap:5px;padding:4px 6px 4px 24px;border-radius:4px;cursor:pointer;transition:background .15s ease;-webkit-user-select:none;user-select:none}.agent-panel .session-row:hover{background:#f1f5f9}.agent-panel .session-row:hover .session-actions{opacity:1}.agent-panel .session-row.active{background:#d6f7f4;position:relative}.agent-panel .session-row.active:before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:3px;border-radius:2px;background:#20beb4}.agent-panel .session-row.active .session-icon{color:#20beb4}.agent-panel .session-row.active .session-name{color:#20beb4;font-weight:500}.agent-panel .session-row .session-icon{color:#94a3b8;flex-shrink:0}.agent-panel .session-row .session-name{flex:1;font-size:12.5px;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.agent-panel .session-row .session-actions{display:flex;gap:1px;opacity:0;flex-shrink:0;transition:opacity .15s ease}.agent-panel .session-row .session-act-btn{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:transparent;color:#94a3b8;border-radius:4px;cursor:pointer;transition:all .15s ease;padding:0}.agent-panel .session-row .session-act-btn:hover{background:#fff;color:#20beb4}.agent-panel .session-row .session-act-btn.danger:hover{color:#ef4444}.agent-panel .session-row .session-rename-input{flex:1;min-width:0;height:22px;padding:0 4px;border:1px solid #20BEB4;border-radius:4px;font-size:12.5px;outline:none;background:#fff}.agent-panel .agent-panel-footer{padding:8px;border-top:1px solid #e2e8f0;background:#fff;flex-shrink:0}.agent-panel .agent-panel-footer .btn-add-agent{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;padding:7px 0;border:none;border-radius:8px;background:linear-gradient(135deg,#20beb4,#17a39a);color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 6px #20beb440}.agent-panel .agent-panel-footer .btn-add-agent svg{color:#fff}.agent-panel .agent-panel-footer .btn-add-agent:hover{box-shadow:0 4px 10px #20beb459;transform:translateY(-1px)}.chat-main{flex:1;display:flex;flex-direction:column;min-width:0}.chat-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 18px;border-bottom:1px solid #e2e8f0;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-shrink:0}.chat-header .chat-agent-name{font-size:15px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-header .chat-agent-name .chat-session-name{font-weight:400;color:#64748b}.chat-header .chat-agent-model{font-size:11.5px;color:#17a39a;background:#d6f7f4;border:1px solid rgba(32,190,180,.2);padding:2px 10px;border-radius:999px;flex-shrink:0;font-weight:500}.chat-header .chat-header-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.chat-header .chat-header-btn{display:flex;align-items:center;gap:5px;padding:5px 12px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#64748b;font-size:12.5px;cursor:pointer;transition:all .15s ease}.chat-header .chat-header-btn svg{color:#20beb4}.chat-header .chat-header-btn:hover{border-color:#20beb4;color:#17a39a;background:#d6f7f4}.chat-body{flex:1;display:flex;min-height:0}.chat-messages{flex:1;overflow-y:auto;padding:18px 20px;display:flex;flex-direction:column;gap:12px;background:linear-gradient(180deg,#f7faf9,#eef5f3)}.chat-messages::-webkit-scrollbar{width:6px;height:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#b1c0d2}.chat-messages{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;min-width:0}.chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:8px;padding:24px}.chat-empty .chat-empty-icon-wrap{width:72px;height:72px;border-radius:24px;background:linear-gradient(135deg,#20beb4,#17a39a);display:flex;align-items:center;justify-content:center;font-size:36px;line-height:1;box-shadow:0 8px 24px #20beb440;margin-bottom:4px}.chat-empty .chat-empty-title{font-size:18px;font-weight:600;color:#1e293b}.chat-empty .chat-empty-desc{font-size:13px;color:#64748b;max-width:340px;text-align:center;line-height:1.6}.chat-empty .chat-empty-tip{font-size:12px;color:#94a3b8;margin-top:4px}.chat-empty .chat-empty-suggests{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:14px}.chat-empty .chat-empty-suggests .suggest-chip{padding:7px 14px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#475569;font-size:12.5px;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px #0000000d}.chat-empty .chat-empty-suggests .suggest-chip:hover{border-color:#20beb4;color:#17a39a;background:#d6f7f4;transform:translateY(-1px);box-shadow:0 1px 3px #0000000f}.chat-msg{display:flex;gap:10px;max-width:85%;animation:chat-msg-in .2s ease}.chat-msg.is-assistant{align-self:flex-start}.chat-msg.is-user{align-self:flex-end;flex-direction:row-reverse}.chat-msg .chat-msg-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:13px;margin-top:2px}.chat-msg .chat-msg-avatar.is-user{background:linear-gradient(135deg,#20beb4,#17a39a);color:#fff;box-shadow:0 2px 6px #20beb44d}.chat-msg .chat-msg-avatar.is-assistant{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;color:#17a39a;box-shadow:0 1px 2px #0000000d}.chat-msg .chat-bubble{padding:10px 14px;border-radius:12px;font-size:13.5px;line-height:1.7;white-space:pre-wrap;word-break:break-word}.chat-msg.is-user .chat-bubble{background:linear-gradient(135deg,#20beb4,#17a39a);color:#fff;border-top-right-radius:4px;box-shadow:0 2px 8px #20beb440}.chat-msg.is-assistant .chat-bubble{background:#fff;color:#1e293b;border:1px solid rgba(226,232,240,.8);border-top-left-radius:4px;box-shadow:0 1px 3px #0000000f}.chat-msg .chat-bubble-loading{display:flex;gap:4px;align-items:center}.chat-msg .chat-bubble-loading .dot{width:5px;height:5px;border-radius:50%;background:#94a3b8;animation:chat-dot-bounce 1.2s infinite}.chat-msg .chat-bubble-loading .dot:nth-child(2){animation-delay:.15s}.chat-msg .chat-bubble-loading .dot:nth-child(3){animation-delay:.3s}@keyframes chat-msg-in{0%{transform:translateY(4px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes chat-dot-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-3px);opacity:1}}.chat-input-area{flex-shrink:0;padding:10px 18px 14px;background:linear-gradient(180deg,transparent 0%,rgba(214,247,244,.35) 100%);border-top:1px solid rgba(226,232,240,.5)}.chat-input-box{border:1.5px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 1px 3px #0000000f;overflow:visible;transition:border-color .15s ease,box-shadow .15s ease}.chat-input-box:focus-within{border-color:#20beb4;box-shadow:0 0 0 3px #20beb426,0 2px 8px #00000014}.chat-input-tools{padding:6px 10px 0;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.agent-select{position:relative;display:inline-block}.agent-select .agent-select-btn{display:flex;align-items:center;gap:6px;padding:3px 9px 3px 4px;border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc;font-size:12.5px;color:#1e293b;cursor:pointer;transition:all .15s ease;max-width:180px}.agent-select .agent-select-btn:hover{border-color:#20beb4;background:#d6f7f4}.agent-select .agent-select-btn .agent-select-avatar{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#d6f7f4,#5edcd4);border:1px solid rgba(32,190,180,.15);display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;line-height:1}.agent-select .agent-select-btn .agent-select-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.agent-select .agent-select-btn .agent-select-chevron{transition:transform .2s ease;color:#94a3b8}.agent-select .agent-select-btn .agent-select-chevron.open{transform:rotate(90deg)}.agent-select .agent-select-dropdown{position:absolute;bottom:calc(100% + 4px);left:0;min-width:220px;max-height:300px;overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:4px;z-index:200}.agent-select .agent-select-dropdown::-webkit-scrollbar{width:6px;height:6px}.agent-select .agent-select-dropdown::-webkit-scrollbar-track{background:transparent}.agent-select .agent-select-dropdown::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.agent-select .agent-select-dropdown::-webkit-scrollbar-thumb:hover{background:#b1c0d2}.agent-select .agent-select-dropdown{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.agent-select .agent-select-dropdown .agent-pick-title{padding:5px 8px 3px;font-size:11px;color:#94a3b8;font-weight:500}.agent-select .agent-select-dropdown .agent-pick-row{display:flex;align-items:center;gap:8px;width:100%;padding:7px 8px;border:none;background:transparent;border-radius:4px;cursor:pointer;text-align:left;transition:background .15s ease}.agent-select .agent-select-dropdown .agent-pick-row:hover{background:#f8fafc}.agent-select .agent-select-dropdown .agent-pick-row.selected{background:#d6f7f4}.agent-select .agent-select-dropdown .agent-pick-row .agent-pick-avatar{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#d6f7f4,#5edcd4);border:1px solid rgba(32,190,180,.15);display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0;line-height:1}.agent-select .agent-select-dropdown .agent-pick-row .agent-pick-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.agent-select .agent-select-dropdown .agent-pick-row .agent-pick-info .agent-pick-name{font-size:13px;font-weight:500;color:#1e293b}.agent-select .agent-select-dropdown .agent-pick-row .agent-pick-info .agent-pick-desc{font-size:11.5px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-select .agent-select-dropdown .agent-pick-add{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;margin-top:4px;padding:6px 0;border:1px dashed #e2e8f0;border-radius:4px;background:transparent;color:#64748b;font-size:12.5px;cursor:pointer;transition:all .15s ease}.agent-select .agent-select-dropdown .agent-pick-add svg{color:#20beb4}.agent-select .agent-select-dropdown .agent-pick-add:hover{border-color:#20beb4;border-style:solid;background:#d6f7f4;color:#20beb4}.model-select{position:relative;display:inline-block}.model-select .model-select-btn{display:flex;align-items:center;gap:5px;padding:4px 9px;border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc;font-size:12.5px;color:#1e293b;cursor:pointer;transition:all .15s ease}.model-select .model-select-btn svg:first-child{color:#20beb4}.model-select .model-select-btn:hover{border-color:#20beb4;background:#d6f7f4}.model-select .model-select-btn .model-select-chevron{transition:transform .2s ease}.model-select .model-select-btn .model-select-chevron.open{transform:rotate(90deg)}.model-select .model-dropdown{position:absolute;bottom:calc(100% + 4px);left:0;min-width:240px;max-height:320px;overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:4px;z-index:200}.model-select .model-dropdown::-webkit-scrollbar{width:6px;height:6px}.model-select .model-dropdown::-webkit-scrollbar-track{background:transparent}.model-select .model-dropdown::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.model-select .model-dropdown::-webkit-scrollbar-thumb:hover{background:#b1c0d2}.model-select .model-dropdown{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.model-select .model-dropdown .model-group-label{padding:5px 8px 3px;font-size:11px;color:#94a3b8;font-weight:500}.model-select .model-dropdown .model-option{display:flex;align-items:center;gap:7px;width:100%;padding:6px 8px;border:none;background:transparent;border-radius:4px;cursor:pointer;font-size:12.5px;text-align:left;transition:background .15s ease}.model-select .model-dropdown .model-option:hover{background:#f8fafc}.model-select .model-dropdown .model-option.selected{background:#d6f7f4}.model-select .model-dropdown .model-option .model-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.model-select .model-dropdown .model-option .model-dot.on{background:#10b981}.model-select .model-dropdown .model-option .model-option-name{flex:1;color:#1e293b;font-weight:500}.model-select .model-dropdown .model-option .model-option-provider{font-size:11.5px;color:#64748b}.model-select .model-dropdown .model-option-row{display:flex;align-items:center;border-radius:4px;transition:background .15s ease}.model-select .model-dropdown .model-option-row:hover{background:#f8fafc}.model-select .model-dropdown .model-option-row.selected{background:#d6f7f4}.model-select .model-dropdown .model-option-row .model-option{flex:1;min-width:0;background:transparent}.model-select .model-dropdown .model-option-row .model-row-actions{display:flex;gap:1px;padding-right:4px;flex-shrink:0}.model-select .model-dropdown .model-option-row .model-row-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:transparent;color:#94a3b8;border-radius:4px;cursor:pointer;padding:0;transition:all .15s ease}.model-select .model-dropdown .model-option-row .model-row-btn:hover{background:#fff;color:#20beb4}.model-select .model-dropdown .model-option-row .model-row-btn.danger:hover{color:#ef4444}.model-select .model-dropdown .model-add-btn{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;margin-top:4px;padding:6px 0;border:1px dashed #e2e8f0;border-radius:4px;background:transparent;color:#64748b;font-size:12.5px;cursor:pointer;transition:all .15s ease}.model-select .model-dropdown .model-add-btn svg{color:#20beb4}.model-select .model-dropdown .model-add-btn:hover{border-color:#20beb4;border-style:solid;background:#d6f7f4;color:#20beb4}.chat-textarea{width:100%;border:none;outline:none;resize:none;padding:6px 14px 2px;font-size:14px;line-height:1.6;color:#1e293b;background:transparent;font-family:inherit;max-height:180px;box-sizing:border-box}.chat-textarea::placeholder{color:#94a3b8}.chat-input-bottom{display:flex;align-items:center;justify-content:space-between;padding:6px 10px 8px}.chat-input-bottom .chat-input-hint{font-size:11px;color:#94a3b8}.chat-input-bottom .chat-send-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:50%;background:linear-gradient(135deg,#20beb4,#17a39a);color:#fff;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 6px #20beb44d}.chat-input-bottom .chat-send-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 10px #20beb466}.chat-input-bottom .chat-send-btn:active:not(:disabled){transform:translateY(0)}.chat-input-bottom .chat-send-btn:disabled{background:#e2e8f0;box-shadow:none;cursor:not-allowed}.agent-edit-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:200;display:flex;align-items:center;justify-content:center}.agent-edit-dialog{width:380px;max-width:calc(100vw - 32px);background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000002e;overflow:hidden;animation:agent-edit-pop .18s ease}@keyframes agent-edit-pop{0%{transform:scale(.95) translateY(6px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.agent-edit-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #e2e8f0;font-size:15px;font-weight:600;color:#1e293b;background:linear-gradient(180deg,#f8fafc,#fff)}.agent-edit-header .agent-edit-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#64748b;border-radius:8px;cursor:pointer;transition:all .15s ease}.agent-edit-header .agent-edit-close:hover{background:#f1f5f9;color:#1e293b}.agent-edit-body{padding:16px 18px;display:flex;flex-direction:column;gap:6px;max-height:60vh;overflow-y:auto}.agent-edit-body::-webkit-scrollbar{width:6px;height:6px}.agent-edit-body::-webkit-scrollbar-track{background:transparent}.agent-edit-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.agent-edit-body::-webkit-scrollbar-thumb:hover{background:#b1c0d2}.agent-edit-body{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.agent-edit-body .agent-edit-label{font-size:12.5px;font-weight:500;color:#64748b;margin-top:6px}.agent-edit-body .agent-edit-label:first-child{margin-top:0}.agent-edit-body .agent-edit-emoji-row{display:flex;flex-wrap:wrap;gap:4px}.agent-edit-body .agent-edit-emoji-row .emoji-option{width:32px;height:32px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.agent-edit-body .agent-edit-emoji-row .emoji-option:hover{border-color:#20beb4}.agent-edit-body .agent-edit-emoji-row .emoji-option.selected{border-color:#20beb4;background:#d6f7f4;box-shadow:0 0 0 2px #20beb426}.agent-edit-body .agent-edit-input{width:100%;height:34px;padding:0 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:13.5px;outline:none;transition:border-color .15s ease;box-sizing:border-box}.agent-edit-body .agent-edit-input:focus{border-color:#20beb4}.agent-edit-body .agent-edit-textarea{width:100%;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:13.5px;outline:none;resize:vertical;font-family:inherit;line-height:1.5;box-sizing:border-box;transition:border-color .15s ease}.agent-edit-body .agent-edit-textarea:focus{border-color:#20beb4}.agent-edit-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 18px 14px;border-top:1px solid #e2e8f0;background:#f8fafc}.agent-edit-footer .agent-edit-delete{display:flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid rgba(239,68,68,.4);border-radius:8px;background:transparent;color:#ef4444;font-size:12.5px;cursor:pointer;transition:all .15s ease}.agent-edit-footer .agent-edit-delete:hover{background:#ef444414;border-color:#ef4444}.agent-edit-footer .agent-edit-footer-right{display:flex;gap:8px}.agent-edit-footer .agent-edit-cancel{padding:7px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#64748b;font-size:13px;cursor:pointer;transition:all .15s ease}.agent-edit-footer .agent-edit-cancel:hover{background:#f1f5f9;color:#1e293b}.agent-edit-footer .agent-edit-save{display:flex;align-items:center;gap:4px;padding:7px 16px;border:none;border-radius:8px;background:linear-gradient(135deg,#20beb4,#17a39a);color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 6px #20beb44d}.agent-edit-footer .agent-edit-save:hover:not(:disabled){box-shadow:0 4px 10px #20beb466}.agent-edit-footer .agent-edit-save:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.preset-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:200;display:flex;align-items:center;justify-content:center}.preset-dialog{width:1080px;max-width:calc(100vw - 32px);height:76vh;max-height:76vh;display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000002e;overflow:hidden;animation:agent-edit-pop .18s ease}.preset-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #e2e8f0;font-size:15px;font-weight:600;color:#1e293b;background:linear-gradient(180deg,#f8fafc,#fff)}.preset-header .preset-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#64748b;border-radius:8px;cursor:pointer;transition:all .15s ease}.preset-header .preset-close:hover{background:#f1f5f9;color:#1e293b}.preset-cats{display:flex;gap:6px;padding:12px 18px 0;flex-wrap:wrap;flex-shrink:0}.preset-cats .preset-cat{padding:5px 14px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#64748b;font-size:12.5px;cursor:pointer;transition:all .15s ease}.preset-cats .preset-cat:hover{border-color:#20beb4;color:#17a39a}.preset-cats .preset-cat.active{background:linear-gradient(135deg,#20beb4,#17a39a);border-color:transparent;color:#fff;font-weight:500;box-shadow:0 2px 6px #20beb44d}.preset-grid{flex:1;overflow-y:auto;padding:14px 18px 18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-content:start}.preset-grid::-webkit-scrollbar{width:6px;height:6px}.preset-grid::-webkit-scrollbar-track{background:transparent}.preset-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.preset-grid::-webkit-scrollbar-thumb:hover{background:#b1c0d2}.preset-grid{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.preset-grid .preset-card{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;text-align:left;transition:all .15s ease;width:100%;box-sizing:border-box;min-width:0}.preset-grid .preset-card:hover{border-color:#20beb480;background:#d6f7f4;transform:translateY(-1px);box-shadow:0 1px 3px #0000000f}.preset-grid .preset-card .preset-card-icon{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#d6f7f4,#5edcd4);border:1px solid rgba(32,190,180,.15);display:flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0;line-height:1}.preset-grid .preset-card .preset-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.preset-grid .preset-card .preset-card-info .preset-card-name{font-size:13.5px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preset-grid .preset-card .preset-card-info .preset-card-desc{font-size:11.5px;color:#64748b;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.preset-grid .preset-empty{grid-column:1/-1;padding:40px 0;text-align:center;font-size:13px;color:#94a3b8}@media (max-width: 1280px){.preset-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1024px){.preset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){.preset-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.assistant-side-panel{width:320px;flex-shrink:0;border-left:1px solid #e2e8f0;background:#f8fafc;display:flex;flex-direction:column;min-height:0}.side-panel-tabs{display:flex;gap:4px;padding:12px 12px 8px;flex-shrink:0}.side-panel-tabs .side-panel-tab{display:flex;align-items:center;justify-content:center;gap:4px;flex:1;padding:6px 4px;border:none;border-radius:8px;background:transparent;color:#64748b;font-size:12px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.side-panel-tabs .side-panel-tab svg{color:#94a3b8;flex-shrink:0}.side-panel-tabs .side-panel-tab:hover{color:#1e293b;background:#fff;box-shadow:0 1px 2px #0000000d}.side-panel-tabs .side-panel-tab.active{background:#fff;color:#17a39a;font-weight:500;box-shadow:0 1px 2px #0000000d;border:1px solid rgba(32,190,180,.15)}.side-panel-tabs .side-panel-tab.active svg{color:#20beb4}.side-panel-body{flex:1;overflow-y:auto;padding:12px 12px 18px;display:flex;flex-direction:column;gap:10px}.side-panel-body::-webkit-scrollbar{width:6px;height:6px}.side-panel-body::-webkit-scrollbar-track{background:transparent}.side-panel-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.side-panel-body::-webkit-scrollbar-thumb:hover{background:#b1c0d2}.side-panel-body{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.side-panel-body .panel-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px;box-shadow:0 1px 2px #0000000d}.side-panel-body .panel-card .panel-card-title{font-size:12px;font-weight:600;color:#1e293b;margin-bottom:8px;display:flex;align-items:center;gap:5px}.side-panel-body .panel-card .panel-card-title svg{color:#20beb4}.side-panel-body .persona-desc{font-size:12px;color:#64748b;line-height:1.6;margin:0}.side-panel-body .persona-desc b{color:#1e293b}.side-panel-body .persona-textarea{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;line-height:1.6;outline:none;resize:vertical;font-family:inherit;box-sizing:border-box;color:#1e293b;background:#f8fafc;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;min-height:160px}.side-panel-body .persona-textarea:focus{border-color:#20beb4;background:#fff;box-shadow:0 0 0 3px #20beb41a}.side-panel-body .persona-save-row{display:flex;justify-content:flex-end;align-items:center}.side-panel-body .persona-save-row .persona-autosave{font-size:11px;color:#94a3b8;display:flex;align-items:center;gap:4px}.side-panel-body .persona-save-row .persona-save-btn{display:flex;align-items:center;gap:4px;padding:6px 16px;border:none;border-radius:8px;background:linear-gradient(135deg,#20beb4,#17a39a);color:#fff;font-size:12.5px;font-weight:500;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 6px #20beb44d}.side-panel-body .persona-save-row .persona-save-btn:hover{box-shadow:0 4px 10px #20beb466;transform:translateY(-1px)}.side-panel-body .cloud-pane{display:flex;flex-direction:column;gap:8px;min-height:0;flex:1}.side-panel-body .cloud-pane-header{display:flex;align-items:center;justify-content:space-between;gap:6px;flex-shrink:0}.side-panel-body .cloud-pane-header .cloud-pane-path{display:flex;align-items:center;gap:5px;font-size:12.5px;font-weight:600;color:#1e293b;min-width:0}.side-panel-body .cloud-pane-header .cloud-pane-path svg{color:#20beb4;flex-shrink:0}.side-panel-body .cloud-pane-header .cloud-pane-path .cloud-pane-path-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.side-panel-body .cloud-error{padding:8px 10px;border-radius:8px;background:#ef444414;color:#ef4444;font-size:12px}.side-panel-body .cloud-menu-empty{padding:16px 0;text-align:center;font-size:12px;color:#94a3b8}.side-panel-body .cloud-menu-loading{display:flex;align-items:center;justify-content:center;gap:6px;padding:16px 0;font-size:12px;color:#94a3b8}.side-panel-body .spin{animation:cloud-spin 1s linear infinite}@keyframes cloud-spin{to{transform:rotate(360deg)}}.chat-header-panel-toggle{font-size:12px;color:#17a39a;background:#d6f7f4;border:1px solid rgba(32,190,180,.2);padding:3px 10px;border-radius:999px;cursor:pointer;flex-shrink:0;transition:all .15s ease;font-weight:500}.chat-header-panel-toggle:hover{background:#20beb4;color:#fff}.chat-input-area{position:relative}.chat-input-area.drag-over .chat-input-box{border-color:#20beb4;box-shadow:0 0 0 3px #20beb42e}.chat-input-area .chat-input-drop-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#d6f7f4eb;border:2px dashed #20BEB4;border-radius:16px;color:#17a39a;font-size:14px;font-weight:500;pointer-events:none}.chat-input-area .chat-input-drop-mask svg{width:30px;height:30px;color:#20beb4;animation:drop-bounce 1s ease infinite}.chat-input-area .chat-input-uploading{display:flex;align-items:center;gap:6px;padding:4px 10px;font-size:12px;color:#17a39a;background:#d6f7f4;border-radius:8px;margin-bottom:6px;width:fit-content}@keyframes drop-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.file-viewer{width:50%;min-width:320px;display:flex;flex-direction:column;border-left:1px solid #e2e8f0;background:#fff;position:relative;animation:viewer-slide-in .2s ease}@keyframes viewer-slide-in{0%{transform:translate(12px);opacity:0}to{transform:translate(0);opacity:1}}.file-viewer-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#f8fafc,#fff);flex-shrink:0}.file-viewer-header .file-viewer-left{display:flex;align-items:center;gap:8px;position:relative;min-width:0}.cloud-tree{display:flex;flex-direction:column;gap:1px;overflow-y:auto;flex:1;min-height:0;padding:2px 0 8px}.cloud-tree-folder-row{display:flex;align-items:center;gap:6px;padding:6px 8px;border-radius:8px;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.cloud-tree-folder-row:hover{background:#f8fafc}.cloud-tree-folder-row.expanded{background:#d6f7f4}.cloud-tree-folder-row .cloud-tree-chevron{color:#94a3b8;transition:transform .15s ease;flex-shrink:0}.cloud-tree-folder-row .cloud-tree-chevron.open{transform:rotate(90deg);color:#20beb4}.cloud-tree-folder-row .cloud-folder-icon{color:#f59e0b;flex-shrink:0}.cloud-tree-folder-row .cloud-tree-folder-name{font-size:12.5px;color:#1e293b;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.cloud-tree-folder-row .cloud-tree-count{font-size:10.5px;color:#94a3b8;background:#f1f5f9;border-radius:99px;padding:0 6px;line-height:15px;flex-shrink:0}.cloud-tree-children{display:flex;flex-direction:column;gap:1px}.cloud-tree-file-row{display:flex;align-items:center;gap:7px;padding:5px 8px;border-radius:8px;cursor:pointer;transition:all .15s ease}.cloud-tree-file-row:hover{background:#f8fafc}.cloud-tree-file-row.selected{background:#d6f7f4;box-shadow:inset 2px 0 #20beb4}.cloud-tree-file-row .cloud-file-thumb{width:24px;height:24px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.cloud-tree-file-row .cloud-file-thumb.md{background:#20beb41f;color:#17a39a}.cloud-tree-file-row .cloud-file-thumb.img{background:#f973161f;color:#ea580c}.cloud-tree-file-row .cloud-file-thumb.pdf{background:#ef44441f;color:#dc2626}.cloud-tree-file-row .cloud-file-thumb.doc{background:#3b82f61f;color:#2563eb}.cloud-tree-file-row .cloud-file-thumb.other{background:#f1f5f9;color:#64748b}.cloud-tree-file-row .cloud-file-info{flex:1;min-width:0}.cloud-tree-file-row .cloud-file-info .cloud-file-name{font-size:12.5px;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cloud-tree-file-row .cloud-file-info .cloud-file-meta{font-size:10.5px;color:#94a3b8;margin-top:1px}.cloud-tree-file-row .cloud-file-del{opacity:0;color:#ef4444;background:none;border:none;cursor:pointer;padding:3px;border-radius:4px;transition:all .15s ease;flex-shrink:0}.cloud-tree-file-row .cloud-file-del:hover{background:#ef44441a}.cloud-tree-file-row:hover .cloud-file-del{opacity:1}.cloud-pane-actions{display:flex;align-items:center;gap:6px;position:relative}.cloud-refresh-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;border:none;background:none;color:#64748b;cursor:pointer;transition:all .15s ease}.cloud-refresh-btn:hover{background:#f8fafc;color:#20beb4}.cloud-refresh-btn .spin{animation:cloud-spin 1s linear infinite}@keyframes cloud-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1024px){.app-content:has(.assistant-page){padding:0}}@media (max-width: 768px){.app-content:has(.assistant-page){padding:0}}.chat-bubble p{margin:0 0 10px}.chat-bubble p:last-child{margin-bottom:0}.chat-bubble p{line-height:1.7}.chat-bubble h1,.chat-bubble h2,.chat-bubble h3,.chat-bubble h4{margin:14px 0 8px;font-weight:600;color:#0f172a;line-height:1.4}.chat-bubble h1:first-child,.chat-bubble h2:first-child,.chat-bubble h3:first-child,.chat-bubble h4:first-child{margin-top:0}.chat-bubble h1{font-size:17px}.chat-bubble h2{font-size:16px}.chat-bubble h3{font-size:15px}.chat-bubble h4{font-size:14px}.chat-bubble ul,.chat-bubble ol{margin:6px 0 10px;padding-left:20px}.chat-bubble ul li,.chat-bubble ol li{margin:4px 0;line-height:1.7}.chat-bubble strong{font-weight:600;color:#0f172a}.chat-bubble a{color:#20beb4;text-decoration:none}.chat-bubble a:hover{text-decoration:underline}.chat-bubble hr{border:none;border-top:1px solid #e2e8f0;margin:12px 0}.chat-bubble blockquote{margin:10px 0;padding:8px 12px;border-left:3px solid #20BEB4;background:#d6f7f4;border-radius:0 6px 6px 0;color:#475569}.chat-bubble blockquote p{margin:0}.chat-bubble .md-inline-code{background:#20beb414;color:#17a39a;border:1px solid rgba(32,190,180,.15);border-radius:4px;padding:1px 5px;font-family:JetBrains Mono,Consolas,Courier New,monospace;font-size:12.5px}.chat-bubble table{width:100%;border-collapse:collapse;margin:10px 0;font-size:13px}.chat-bubble table th,.chat-bubble table td{border:1px solid #e2e8f0;padding:7px 10px;text-align:left}.chat-bubble table th{background:#f8fafc;font-weight:600;color:#0f172a}.chat-bubble table tr:nth-child(2n){background:#f8fafc80}.chat-bubble input[type=checkbox]{margin-right:6px;accent-color:#20BEB4}.chat-bubble details{margin:10px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.chat-bubble details summary{cursor:pointer;padding:8px 12px;background:#f8fafc;font-size:13px;font-weight:500;color:#334155;-webkit-user-select:none;user-select:none;list-style:none}.chat-bubble details summary::-webkit-details-marker{display:none}.chat-bubble details summary:before{content:"▸ ";color:#20beb4;transition:transform .15s;display:inline-block}.chat-bubble details summary:hover{background:#20beb40f}.chat-bubble details[open] summary:before{transform:rotate(90deg)}.chat-bubble details>:not(summary){padding:8px 12px}.chat-bubble .md-codeblock{margin:10px 0;border-radius:10px;overflow:hidden;background:#1e2430;border:1px solid rgba(255,255,255,.08);box-shadow:0 2px 8px #0000001f}.chat-bubble .md-codeblock .md-codeblock-head{display:flex;justify-content:space-between;align-items:center;padding:6px 12px;background:#ffffff0f}.chat-bubble .md-codeblock .md-codeblock-head .md-codeblock-lang{font-size:11px;color:#fff9;text-transform:lowercase;font-family:Consolas,monospace;letter-spacing:.5px}.chat-bubble .md-codeblock .md-codeblock-head .md-codeblock-copy{font-size:11px;color:#ffffffb3;cursor:pointer;background:#ffffff1a;border:none;border-radius:4px;padding:2px 8px;transition:all .15s}.chat-bubble .md-codeblock .md-codeblock-head .md-codeblock-copy:hover{background:#fff3;color:#fff}.chat-bubble .md-codeblock .md-codeblock-pre{margin:0;padding:12px 14px;overflow-x:auto}.chat-bubble .md-codeblock .md-codeblock-pre code{font-family:JetBrains Mono,Consolas,Courier New,monospace;font-size:12.5px;line-height:1.65;color:#e8ecf3}.chat-msg.is-user .chat-bubble p,.chat-msg.is-user .chat-bubble ul,.chat-msg.is-user .chat-bubble ol,.chat-msg.is-user .chat-bubble h1,.chat-msg.is-user .chat-bubble h2,.chat-msg.is-user .chat-bubble h3,.chat-msg.is-user .chat-bubble h4{color:#fff}.dream-factory{padding:24px;max-width:960px;margin:0 auto}.dream-factory .df-header{margin-bottom:28px}.dream-factory .df-header h2{font-size:22px;font-weight:600;margin-bottom:4px;color:var(--text-primary, #1e293b)}.dream-factory .df-header p{font-size:14px;color:var(--text-secondary, #64748b)}.dream-factory .df-steps{display:flex;align-items:center;margin-bottom:32px;padding:16px 24px;background:#fff;border-radius:12px;border:1px solid var(--border-color, #e2e8f0)}.dream-factory .df-step{display:flex;align-items:center;position:relative}.dream-factory .df-step .df-step-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#94a3b8;border:2px solid #e2e8f0;transition:all .2s;flex-shrink:0}.dream-factory .df-step .df-step-label{margin-left:8px;font-size:14px;color:#94a3b8;white-space:nowrap;transition:color .2s}.dream-factory .df-step .df-step-line{width:56px;height:2px;background:#e2e8f0;margin:0 12px;transition:background .2s}.dream-factory .df-step .df-step-line.done{background:#20beb4}.dream-factory .df-step.active .df-step-dot{background:#20beb4;border-color:#20beb4;color:#fff}.dream-factory .df-step.active .df-step-label{color:#0f172a;font-weight:600}.dream-factory .df-step.done .df-step-dot{background:#20beb4;border-color:#20beb4;color:#fff}.dream-factory .df-step.done .df-step-label{color:#20beb4}.dream-factory .df-content{background:#fff;border-radius:12px;border:1px solid var(--border-color, #e2e8f0);padding:24px;min-height:380px}.dream-factory .df-panel h3{font-size:16px;font-weight:600;margin-bottom:16px;color:var(--text-primary, #1e293b)}.dream-factory .df-topic-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:16px}.dream-factory .df-topic-card{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:14px 16px;border:1px solid var(--border-color, #e2e8f0);border-radius:10px;background:#fafbfc;cursor:pointer;text-align:left;transition:all .2s}.dream-factory .df-topic-card:hover{border-color:#20beb4;background:#f0fdfb}.dream-factory .df-topic-card.selected{border-color:#20beb4;background:#f0fdfb;box-shadow:0 0 0 1px #20beb4}.dream-factory .df-topic-card .df-topic-tag{font-size:12px;color:#20beb4;background:#20beb41a;padding:2px 8px;border-radius:4px}.dream-factory .df-topic-card .df-topic-title{font-size:14px;font-weight:600;color:var(--text-primary, #1e293b)}.dream-factory .df-topic-card .df-topic-desc{font-size:12px;color:var(--text-secondary, #64748b);line-height:1.5}.dream-factory .df-input-row{display:flex;gap:12px}.dream-factory .df-input-row input{flex:1;padding:10px 14px;border:1px solid var(--border-color, #e2e8f0);border-radius:8px;font-size:14px;outline:none;transition:border-color .2s}.dream-factory .df-input-row input:focus{border-color:#20beb4}.dream-factory .df-btn-primary{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#20beb4;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s;white-space:nowrap}.dream-factory .df-btn-primary:hover:not(:disabled){background:#17a89f}.dream-factory .df-btn-primary:disabled{opacity:.5;cursor:not-allowed}.dream-factory .df-btn-secondary{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#fff;color:#20beb4;border:1px solid #20beb4;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.dream-factory .df-btn-secondary:hover:not(:disabled){background:#f0fdfb}.dream-factory .df-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.dream-factory .df-btn-ghost{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:transparent;color:var(--text-secondary, #64748b);border:1px solid var(--border-color, #e2e8f0);border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s}.dream-factory .df-btn-ghost:hover:not(:disabled){color:var(--text-primary, #1e293b);border-color:#94a3b8}.dream-factory .df-btn-ghost:disabled{opacity:.4;cursor:not-allowed}.dream-factory .df-textarea{width:100%;padding:12px 14px;border:1px solid var(--border-color, #e2e8f0);border-radius:8px;font-size:14px;line-height:1.7;resize:vertical;outline:none;font-family:inherit;box-sizing:border-box}.dream-factory .df-textarea:focus{border-color:#20beb4}.dream-factory .df-hint{margin-top:10px;font-size:12px;color:var(--text-secondary, #64748b)}.dream-factory .df-result{margin-top:12px;padding:10px 14px;background:#f0fdfb;border:1px solid rgba(32,190,180,.3);border-radius:8px;font-size:14px;color:#0f766e}.dream-factory .df-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 0;color:var(--text-secondary, #64748b)}.dream-factory .df-empty p{font-size:14px;margin-bottom:4px}.dream-factory .df-empty svg{color:#cbd5e1}.dream-factory .df-footer{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.dream-factory .df-footer .df-footer-right{display:flex;align-items:center;gap:16px}.dream-factory .df-footer .df-step-count{font-size:13px;color:var(--text-secondary, #64748b)}.spin{animation:df-spin 1s linear infinite}@keyframes df-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.buy-token-page .intro{text-align:center;margin-bottom:48px}.buy-token-page .intro h2{font-size:20px;font-weight:700;margin-bottom:4px}.buy-token-page .intro p{color:#64748b;font-size:12px}.buy-token-page .amount-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:24px}@media (max-width: 576px){.buy-token-page .amount-grid{grid-template-columns:1fr 1fr}}.amount-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.amount-card:hover{box-shadow:0 2px 8px #00000014}.amount-card{text-align:center;padding:24px;cursor:pointer;transition:all .15s ease;border:2px solid transparent}.amount-card:hover{border-color:#d6f7f4}.amount-card.selected{border-color:#20beb4;background:#d6f7f4}.amount-card .token-value{font-size:24px;font-weight:700;color:#1e293b;line-height:1.2}.amount-card .token-label{font-size:12px;color:#64748b;margin:4px 0}.amount-card .price{font-size:14px;color:#20beb4;font-weight:600}.amount-card .badge-rec{margin-top:8px;font-weight:700;font-size:12px;color:#ff4d4f}.buy-actions{text-align:center;margin-top:24px}.buy-actions .btn-buy{padding:12px 48px;background:#20beb4;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s ease}.buy-actions .btn-buy:hover{background:#17a39a}.buy-actions .btn-buy:disabled{opacity:.5;cursor:not-allowed}.payment-methods{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.payment-method-card{display:flex;align-items:center;gap:8px;padding:8px 16px;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .15s ease}.payment-method-card:hover:not(.disabled){border-color:#d6f7f4}.payment-method-card.selected{border-color:#20beb4;background:#f0faf9}.payment-method-card.disabled{opacity:.45;cursor:not-allowed;background:#f8f8f8}.payment-method-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.payment-method-icon.wechat{background:#e6f7e9;color:#07c160}.payment-method-icon.alipay{background:#e6f0ff;color:#1677ff}.payment-method-info{flex:1;display:flex;flex-direction:column;gap:2px}.payment-method-info .payment-method-name{font-size:14px;font-weight:600}.payment-method-info .payment-method-desc{font-size:11px;color:#64748b}.payment-method-check{flex-shrink:0}.payment-method-tag{flex-shrink:0;font-size:11px;color:#94a3b8;padding:2px 8px;border:1px solid #e2e8f0;border-radius:4px}.payment-confirm-row{display:flex;align-items:center;justify-content:space-between;padding-top:8px;border-top:1px solid #e2e8f0}.payment-confirm-row .payment-total{font-size:12px;color:#64748b}.payment-confirm-row .payment-total strong{color:#1e293b;font-size:14px}.payment-confirm-row .btn-confirm-payment{padding:10px 32px;background:#20beb4;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s ease}.payment-confirm-row .btn-confirm-payment:hover{background:#17a39a}.payment-confirm-row .btn-confirm-payment:disabled{opacity:.5;cursor:not-allowed}.pay-dialog-close{background:none;border:none;font-size:18px;color:#64748b;cursor:pointer;padding:2px 6px;border-radius:4px;line-height:1}.pay-dialog-close:hover{background:#f0f0f0;color:#1e293b}.pay-dialog-mask{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.pay-dialog{width:360px;max-width:90vw;background:#fff;border-radius:12px;padding:24px;box-shadow:0 8px 30px #00000026}.pay-dialog .pay-dialog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:14px;font-weight:600}.pay-dialog .pay-dialog-header .pay-countdown{font-size:12px;color:#ff4d4f;font-weight:400}.pay-dialog .pay-qr-area{text-align:center;padding:8px 0}.pay-dialog .pay-qr-area .pay-qr-box{position:relative;display:inline-block;padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.pay-dialog .pay-qr-area .pay-qr-mask{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffe0;border-radius:8px;display:flex;align-items:center;justify-content:center;z-index:2}.pay-dialog .pay-qr-area .pay-qr-mask .pay-qr-mask-title{font-size:18px;font-weight:700;color:#ff4d4f}.pay-dialog .pay-qr-area .pay-qr-loading{width:200px;height:200px;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:12px}.pay-dialog .pay-qr-area .pay-qr-tip{margin-top:16px;font-size:12px;color:#64748b}.pay-dialog .pay-qr-area .pay-qr-amount{margin-top:4px;font-size:16px;font-weight:700;color:#1e293b}.pay-dialog .pay-qr-area .pay-qr-desc{margin-top:8px;font-size:12px;color:#94a3b8}.pay-dialog .pay-qr-area .pay-h5-hint{text-align:center;padding:24px 0}.pay-dialog .pay-qr-area .pay-h5-hint p{margin:4px 0;font-size:14px;color:#64748b}.pay-dialog .pay-qr-area .pay-h5-hint .pay-qr-desc{font-size:12px;color:#94a3b8}.pay-dialog .pay-qr-area .pay-status-line{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:8px;font-size:12px;color:#64748b}.pay-dialog .pay-qr-area .pay-status-line .pay-status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.pay-dialog .pay-qr-area .pay-status-line .pay-status-dot.pending{background:#e6a23c;animation:pulse 1.2s infinite}.pay-dialog .pay-mock-tip{text-align:center;padding:24px 0}.pay-dialog .pay-mock-tip p{margin-bottom:16px;color:#64748b;font-size:12px}.pay-dialog .btn-pay-close{display:block;margin:16px auto 0;padding:8px 32px;background:#20beb4;color:#fff;border:none;border-radius:8px;font-size:12px;cursor:pointer;transition:background .15s ease}.pay-dialog .btn-pay-close:hover{background:#17a39a}.pay-dialog .btn-pay-secondary{display:block;margin:16px auto 0;padding:8px 32px;background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;cursor:pointer;transition:background .15s ease}.pay-dialog .btn-pay-secondary:hover{background:#f5f5f5}.pay-dialog .btn-pay-row{display:flex;justify-content:center;gap:8px}.pay-dialog .btn-pay-row .btn-pay-close,.pay-dialog .btn-pay-row .btn-pay-secondary{margin-top:16px}.pay-dialog .pay-result{text-align:center;padding:24px 0 16px}.pay-dialog .pay-result .pay-result-icon{width:56px;height:56px;margin:0 auto 16px;border-radius:50%;background:#52c41a;color:#fff;font-size:28px;line-height:56px;text-align:center}.pay-dialog .pay-result .pay-result-icon.pay-result-timeout{background:#ff4d4f}.pay-dialog .pay-result .pay-result-title{font-size:16px;font-weight:700;margin-bottom:4px}.pay-dialog .pay-result .pay-result-desc{color:#64748b;font-size:12px;margin-bottom:16px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.account-page .balance-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.account-page .balance-card:hover{box-shadow:0 2px 8px #00000014}.account-page .balance-card{text-align:center;padding:48px;margin-bottom:24px}.account-page .balance-card .balance-amount{font-size:48px;font-weight:700;color:#20beb4;line-height:1;margin-bottom:4px}.account-page .balance-card .balance-label{font-size:12px;color:#64748b;margin-bottom:24px}.account-page .balance-card .balance-actions{display:flex;gap:16px;justify-content:center}.account-page .btn-primary{padding:8px 24px;background:#20beb4;color:#fff;border-radius:8px;font-weight:600;cursor:pointer;transition:background .15s ease}.account-page .btn-primary:hover{background:#17a39a}.account-page .btn-outline{padding:8px 24px;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;transition:all .15s ease}.account-page .btn-outline:hover{border-color:#20beb4;color:#20beb4}.account-page .stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}@media (max-width: 576px){.account-page .stats-row{grid-template-columns:1fr}}.account-page .stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.account-page .stat-card:hover{box-shadow:0 2px 8px #00000014}.account-page .stat-card{text-align:center;padding:24px}.account-page .stat-card .stat-label{font-size:12px;font-weight:600;color:#475569;margin-bottom:6px}.account-page .stat-card .stat-value{font-size:28px;font-weight:700;line-height:1.1}.account-page .stat-card .stat-change{font-size:11px;color:#64748b;margin-top:6px}.account-page .stat-card .stat-purple{color:#8b5cf6}.account-page .stat-card .stat-orange{color:#f59e0b}.account-page .stat-card .stat-blue{color:#3b82f6}.account-page .text-gold{color:#f59e0b}.account-page .text-teal{color:#20beb4}.account-page .usage-bar{margin-top:16px}.account-page .usage-bar .usage-header{display:flex;justify-content:space-between;font-size:12px;color:#64748b;margin-bottom:4px}.account-page .usage-bar .bar-track{height:8px;background:#f1f5f9;border-radius:999px;overflow:hidden}.account-page .usage-bar .bar-track .bar-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#20beb4);border-radius:999px;transition:width .4s ease}.transactions-page .tx-tabs{display:flex;gap:8px;margin-bottom:24px}.transactions-page .tx-table{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.transactions-page .tx-table:hover{box-shadow:0 2px 8px #00000014}.transactions-page .tx-table{overflow-x:auto}.transactions-page .tx-table::-webkit-scrollbar{width:6px;height:6px}.transactions-page .tx-table::-webkit-scrollbar-track{background:transparent}.transactions-page .tx-table::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.transactions-page .tx-table::-webkit-scrollbar-thumb:hover{background:#b1c0d2}.transactions-page .tx-table{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.transactions-page table{width:100%;border-collapse:collapse}.transactions-page table th{text-align:left;padding:8px 16px;font-size:12px;color:#64748b;font-weight:500;border-bottom:1px solid #e2e8f0;white-space:nowrap}.transactions-page table td{padding:8px 16px;font-size:12px;color:#475569;border-bottom:1px solid #f1f5f9;white-space:nowrap}.transactions-page table tr:last-child td{border-bottom:none}.transactions-page table tr:hover td{background:#f8fafc}.transactions-page table .status-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:500}.transactions-page table .status-badge.success{background:#d1fae5;color:#059669}.transactions-page table .status-badge.pending{background:#fef3c7;color:#d97706}.transactions-page table .status-badge.failed{background:#fee2e2;color:#dc2626}.transactions-page .tx-cards{display:flex;flex-direction:column;gap:8px}.transactions-page .tx-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.transactions-page .tx-card:hover{box-shadow:0 2px 8px #00000014}.transactions-page .tx-card{padding:16px}.transactions-page .tx-card .tx-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.transactions-page .tx-card .tx-card-top .tx-card-name{flex:1;min-width:0;font-size:14px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.transactions-page .tx-card .tx-card-top .status-badge{flex-shrink:0;display:inline-block;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:500}.transactions-page .tx-card .tx-card-top .status-badge.success{background:#d1fae5;color:#059669}.transactions-page .tx-card .tx-card-top .status-badge.pending{background:#fef3c7;color:#d97706}.transactions-page .tx-card .tx-card-top .status-badge.failed{background:#fee2e2;color:#dc2626}.transactions-page .tx-card .tx-card-mid{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:4px}.transactions-page .tx-card .tx-card-mid .tx-card-amount{font-size:16px;font-weight:700;color:#1e293b}.transactions-page .tx-card .tx-card-mid .tx-card-token{font-size:14px;font-weight:600;color:#10b981}.transactions-page .tx-card .tx-card-note{font-size:12px;color:#475569;line-height:1.5;word-break:break-all;margin-bottom:4px}.transactions-page .tx-card .tx-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.transactions-page .tx-card .tx-card-bottom .tx-card-balance,.transactions-page .tx-card .tx-card-bottom .tx-card-time,.transactions-page .tx-card .tx-card-time{font-size:11px;color:#64748b}.transactions-page .tx-card .tx-card-sign{font-size:16px;font-weight:700}.transactions-page .tx-cards-empty{padding:48px 0;text-align:center;color:#64748b;font-size:12px}.invite-page .stat-card .stat-label{font-size:12px;color:#64748b;margin-bottom:4px}.invite-page .stat-card .stat-value{font-size:20px;font-weight:700;color:#1e293b}.invite-page .stat-card .stat-change{font-size:12px;color:#64748b;margin-top:4px}.invite-page .invite-summary{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.invite-page .invite-summary:hover{box-shadow:0 2px 8px #00000014}.invite-page .invite-summary{text-align:center;padding:48px;margin-bottom:24px}.invite-page .invite-summary .invite-link-box{display:flex;gap:8px;max-width:480px;margin:0 auto}.invite-page .invite-summary .invite-link-box input{flex:1;padding:10px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px}.invite-page .invite-summary .invite-link-box input:focus{border-color:#20beb4}.invite-page .invite-summary .invite-link-box .copy-btn{padding:10px 20px;background:#20beb4;color:#fff;border-radius:8px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease}.invite-page .invite-summary .invite-link-box .copy-btn:hover{background:#17a39a}.invite-page .invite-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}@media (max-width: 992px){.invite-page .invite-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.invite-page .invite-stats{grid-template-columns:1fr}}.invite-page .stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.invite-page .stat-card:hover{box-shadow:0 2px 8px #00000014}.invite-page .stat-card{text-align:center;padding:24px}.invite-page .stat-card .stat-label{font-size:14px;font-weight:600;color:#475569;margin-bottom:8px}.invite-page .stat-card .stat-value{font-size:20px;font-weight:700;color:#1e293b;line-height:1.1}.invite-page .earnings-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.invite-page .earnings-table-wrap:hover{box-shadow:0 2px 8px #00000014}.invite-page .earnings-table-wrap{padding:0;overflow-x:auto}.invite-page .earnings-table-wrap::-webkit-scrollbar{width:6px;height:6px}.invite-page .earnings-table-wrap::-webkit-scrollbar-track{background:transparent}.invite-page .earnings-table-wrap::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.invite-page .earnings-table-wrap::-webkit-scrollbar-thumb:hover{background:#b1c0d2}.invite-page .earnings-table-wrap{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.invite-page .earnings-table{width:100%;border-collapse:collapse}.invite-page .earnings-table thead th{padding:16px 24px;font-size:12px;color:#64748b;font-weight:500;text-align:left;border-bottom:1px solid #e2e8f0;white-space:nowrap;background:#f8fafc}.invite-page .earnings-table tbody tr{transition:background .15s ease;cursor:pointer}.invite-page .earnings-table tbody tr:hover{background:#f8fafc}.invite-page .earnings-table tbody tr td{padding:16px 24px;font-size:12px;color:#475569;border-bottom:1px solid #f1f5f9;white-space:nowrap}.invite-page .earnings-table tbody tr:last-child td{border-bottom:none}.invite-page .clan-pagination{display:flex;justify-content:flex-end;align-items:center;gap:8px;padding:16px 24px}.invite-page .clan-pagination .page-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:12px;color:#475569;background:#fff;border:1px solid #e2e8f0;cursor:pointer;transition:all .15s ease}.invite-page .clan-pagination .page-btn:hover{border-color:#20beb4;color:#20beb4}.invite-page .clan-pagination .page-btn.active{background:#20beb4;color:#fff;border-color:#20beb4}.invite-page .clan-pagination .page-text{font-size:12px;color:#64748b;margin:0 4px}.invite-page .earn-cards{display:flex;flex-direction:column;gap:8px}.invite-page .earn-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.invite-page .earn-card:hover{box-shadow:0 2px 8px #00000014}.invite-page .earn-card{padding:16px}.invite-page .earn-card .earn-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.invite-page .earn-card .earn-card-top .earn-card-amount{font-size:16px;font-weight:700;color:#1e293b}.invite-page .earn-card .earn-card-top .earn-card-status{flex-shrink:0;font-size:12px;font-weight:600}.invite-page .earn-card .earn-card-sub{display:flex;align-items:center;justify-content:space-between;gap:8px}.invite-page .earn-card .earn-card-sub .earn-card-user{flex:1;min-width:0;font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.invite-page .earn-card .earn-card-sub .earn-card-time{flex-shrink:0;font-size:11px;color:#64748b}.invite-page .earn-cards-empty{padding:48px 0;text-align:center;color:#64748b;font-size:12px}.clan-page .clan-banner{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.clan-page .clan-banner:hover{box-shadow:0 2px 8px #00000014}.clan-page .clan-banner{display:flex;align-items:center;gap:24px;margin-bottom:24px}@media (max-width: 576px){.clan-page .clan-banner{flex-direction:column;text-align:center}}.clan-page .clan-banner .clan-emblem{width:64px;height:64px;border-radius:12px;background:linear-gradient(135deg,#20beb4,#0891b2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:26px;font-weight:700;flex-shrink:0}.clan-page .clan-banner .clan-info{flex:1}.clan-page .clan-banner .clan-info .clan-name{font-size:18px;font-weight:600;margin-bottom:4px}.clan-page .clan-banner .clan-info .clan-motto{font-size:12px;color:#64748b}.clan-page .clan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}@media (max-width: 992px){.clan-page .clan-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.clan-page .clan-grid{grid-template-columns:1fr}}.clan-page .clan-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.clan-page .clan-stat-card:hover{box-shadow:0 2px 8px #00000014}.clan-page .clan-stat-card{text-align:center;padding:24px}.clan-page .clan-stat-card .stat-number{font-size:20px;font-weight:700;color:#20beb4;line-height:1.2}.clan-page .clan-stat-card .stat-label{font-size:12px;color:#64748b;margin-top:4px}.clan-page .member-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.clan-page .member-table-wrap:hover{box-shadow:0 2px 8px #00000014}.clan-page .member-table-wrap{padding:0;overflow:hidden}.clan-page .member-list-table{width:100%;border-collapse:collapse}.clan-page .member-list-table thead th{padding:16px 24px;font-size:12px;color:#64748b;font-weight:500;text-align:left;border-bottom:1px solid #e2e8f0;white-space:nowrap;background:#f8fafc}.clan-page .member-list-table tbody tr{transition:background .15s ease;cursor:pointer}.clan-page .member-list-table tbody tr:hover{background:#f8fafc}.clan-page .member-list-table tbody tr td{padding:16px 24px;font-size:12px;color:#475569;border-bottom:1px solid #f1f5f9;white-space:nowrap}.clan-page .member-list-table tbody tr:last-child td{border-bottom:none}.clan-page .clan-pagination{display:flex;justify-content:flex-end;align-items:center;gap:8px;padding:16px 24px}.clan-page .clan-pagination .page-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:12px;color:#475569;background:#fff;border:1px solid #e2e8f0;cursor:pointer;transition:all .15s ease}.clan-page .clan-pagination .page-btn:hover{border-color:#20beb4;color:#20beb4}.clan-page .clan-pagination .page-btn.active{background:#20beb4;color:#fff;border-color:#20beb4}.clan-page .clan-pagination .page-text{font-size:12px;color:#64748b;margin:0 4px}.login-page{min-height:100vh;background:linear-gradient(135deg,#e0f7f5,#f0f8ff,#e8f4f8);display:flex;align-items:center;justify-content:center;padding:24px}.login-card{width:420px;max-width:100%;background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000001a;padding:48px}.login-card .login-logo{text-align:center;margin-bottom:32px}.login-card .login-logo .logo-circle{width:56px;height:56px;border-radius:999px;background:linear-gradient(135deg,#20beb4,#5edcd4);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:700;margin-bottom:24px}.login-card .login-logo h2{font-size:18px;font-weight:700;color:#1e293b;margin-bottom:4px}.login-card .login-logo p{font-size:12px;color:#64748b;margin-top:4px}.login-card .form-row{display:flex;gap:10px;margin-bottom:16px}.login-card .form-group{margin-bottom:16px}.login-card .form-group.flexible{flex:1;margin-bottom:0}.login-card .form-group input[type=email],.login-card .form-group input[type=tel],.login-card .form-group input[type=text]{width:100%;height:48px;padding:0 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:border-color .15s ease;box-sizing:border-box}.login-card .form-group input[type=email]:focus,.login-card .form-group input[type=tel]:focus,.login-card .form-group input[type=text]:focus{border-color:#20beb4;outline:none;box-shadow:0 0 0 3px #20beb41a}.login-card .form-group input[type=email]::placeholder,.login-card .form-group input[type=tel]::placeholder,.login-card .form-group input[type=text]::placeholder{color:#94a3b8}.login-card .code-row{display:flex;gap:10px;margin-bottom:16px}.login-card .code-row .code-input{flex:1;height:48px;padding:0 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;letter-spacing:6px;text-align:center;box-sizing:border-box}.login-card .code-row .code-input:focus{border-color:#20beb4;outline:none;box-shadow:0 0 0 3px #20beb41a}.login-card .code-row .code-input::placeholder{color:#94a3b8;letter-spacing:normal}.login-card .code-row .resend-btn{flex-shrink:0;height:48px;padding:0 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;color:#64748b;cursor:pointer;white-space:nowrap;transition:all .15s ease}.login-card .code-row .resend-btn:hover:not(:disabled){border-color:#20beb4;color:#20beb4}.login-card .code-row .resend-btn:disabled{opacity:.5;cursor:not-allowed}.login-card .login-error{background:#fef2f2;color:#dc2626;padding:8px 12px;border-radius:8px;font-size:12px;margin-bottom:16px}.login-card .login-btn{width:100%;height:48px;background:#20beb4;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .15s ease}.login-card .login-btn:hover:not(:disabled){background:#17a39a}.login-card .login-btn:disabled{opacity:.5;cursor:not-allowed}.login-card .hint-text{font-size:11px;color:#94a3b8;margin-bottom:16px;padding:0 2px}.login-card .slider-captcha{position:relative;height:48px;margin-bottom:16px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none}.login-card .slider-captcha .slider-track{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#20beb426,#20beb44d)}.login-card .slider-captcha .slider-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:12px;color:#64748b;pointer-events:none;z-index:1}.login-card .slider-captcha .slider-btn{position:absolute;top:0;left:0;width:48px;height:100%;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:grab;z-index:2;box-shadow:0 1px 3px #0000000f;transition:box-shadow .15s ease}.login-card .slider-captcha .slider-btn:hover{box-shadow:0 2px 8px #00000014}.login-card .slider-captcha .slider-btn:active{cursor:grabbing}.login-card .slider-captcha .slider-btn svg{width:18px;height:18px;color:#94a3b8}.login-card .slider-captcha.is-success{background:#10b9811a;border-color:#10b981}.login-card .slider-captcha.is-success .slider-btn{background:#10b981;border-color:#10b981}.login-card .slider-captcha.is-success .slider-btn svg{color:#fff}.login-card .slider-captcha.is-success .slider-text{color:#10b981}.login-card .slider-captcha.is-fail{border-color:#ef4444}.login-card .slider-captcha.is-fail .slider-text{color:#ef4444}.login-card .login-hint{text-align:center;margin-top:24px;font-size:11px;color:#94a3b8}@media (max-width: 576px){.login-card{padding:16px}.login-card .login-card{padding:32px}}@media (max-width: 480px){.login-card{padding:8px}.login-card .login-card{padding:24px}.login-card .code-row{gap:8px}.login-card .code-row .resend-btn{padding:0 12px}}.toast{position:fixed;top:20px;left:50%;transform:translate(-50%);padding:10px 24px;border-radius:8px;font-size:14px;font-weight:500;z-index:9999;box-shadow:0 4px 12px #00000026;animation:toastIn .25s ease-out;max-width:calc(100vw - 40px)}.toast.toast-success{background:#059669;color:#fff}.toast.toast-error{background:#dc2626;color:#fff}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(-12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.apikeys-page .apikeys-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}@media (max-width: 576px){.apikeys-page .apikeys-header{flex-direction:row;align-items:center;gap:8px}.apikeys-page .apikeys-header .header-title{flex:1;min-width:0}.apikeys-page .apikeys-header .header-title h1{font-size:17px;margin:0}.apikeys-page .apikeys-header .header-title p{display:none}.apikeys-page .apikeys-header .header-actions{flex-shrink:0;margin-left:auto}.apikeys-page .apikeys-header .btn-icon-refresh{display:none}.apikeys-page .apikeys-header .btn-primary{padding:8px 14px;font-size:12px}}.apikeys-page .apikeys-header .header-title h1{font-size:18px;font-weight:700;color:#1e293b;margin:0 0 4px}.apikeys-page .apikeys-header .header-title p{font-size:12px;color:#64748b;margin:0}.apikeys-page .apikeys-header .header-actions{display:flex;align-items:center;gap:8px}.apikeys-page .btn-icon-refresh{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#64748b;cursor:pointer;transition:all .15s ease}.apikeys-page .btn-icon-refresh:hover{border-color:#20beb4;color:#20beb4}.apikeys-page .btn-primary{display:flex;align-items:center;gap:4px;padding:8px 16px;background:#20beb4;color:#fff;font-size:12px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .15s ease}.apikeys-page .btn-primary:hover{background:#17a39a}.apikeys-page .apikeys-filters{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.apikeys-page .apikeys-filters:hover{box-shadow:0 2px 8px #00000014}.apikeys-page .apikeys-filters{display:flex;align-items:center;gap:16px;padding:16px 24px;margin-bottom:16px}@media (max-width: 768px){.apikeys-page .apikeys-filters{flex-direction:column;align-items:stretch}}.apikeys-page .search-box{flex:1;display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.apikeys-page .search-box svg{color:#94a3b8}.apikeys-page .search-box input{flex:1;border:none;background:transparent;font-size:12px;outline:none}.apikeys-page .search-box input::placeholder{color:#94a3b8}.apikeys-page .filter-dropdowns{display:flex;gap:8px}.apikeys-page .dropdown{position:relative;display:flex;align-items:center;gap:4px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:12px;color:#475569;cursor:pointer;min-width:100px}.apikeys-page .dropdown:hover{border-color:#20beb4}.apikeys-page .dropdown svg{color:#64748b}.apikeys-page .dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:300}.apikeys-page .dropdown-item{padding:8px 12px;font-size:12px;color:#475569;cursor:pointer}.apikeys-page .dropdown-item:hover{background:#f8fafc}.apikeys-page .dropdown-item.active{color:#20beb4;background:#d6f7f4}.apikeys-page .apikeys-endpoint{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.apikeys-page .apikeys-endpoint:hover{box-shadow:0 2px 8px #00000014}.apikeys-page .apikeys-endpoint{display:flex;align-items:center;gap:8px;padding:8px 24px;margin-bottom:16px;font-size:12px}.apikeys-page .apikeys-endpoint .endpoint-label{color:#64748b}.apikeys-page .apikeys-endpoint .endpoint-tag{padding:2px 8px;background:#d6f7f4;color:#20beb4;font-size:11px;font-weight:500;border-radius:999px}.apikeys-page .apikeys-endpoint .endpoint-url{flex:1;font-family:monospace;color:#475569;background:#f8fafc;padding:4px 8px;border-radius:4px}.apikeys-page .apikeys-endpoint .btn-copy-url{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:4px}.apikeys-page .apikeys-endpoint .btn-copy-url:hover{background:#f1f5f9;color:#20beb4}.apikeys-page .apikeys-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s ease}.apikeys-page .apikeys-table-wrapper:hover{box-shadow:0 2px 8px #00000014}.apikeys-page .apikeys-table-wrapper{overflow-x:auto}.apikeys-page .apikeys-table{width:100%;min-width:760px;border-collapse:collapse;font-size:12px}.apikeys-page .apikeys-table th,.apikeys-page .apikeys-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #f1f5f9;white-space:nowrap}.apikeys-page .apikeys-table th{font-weight:600;color:#475569;background:#f8fafc}.apikeys-page .apikeys-table th svg{display:inline-block;vertical-align:middle;margin-left:2px;color:#64748b}.apikeys-page .apikeys-table tbody tr:hover,.apikeys-page .apikeys-table tbody tr:hover .col-actions{background:#f8fafc}.apikeys-page .apikeys-table th.col-actions{background:#f8fafc;color:#475569;font-weight:600}.apikeys-page .apikeys-table th.col-actions svg{display:inline-block;vertical-align:middle;margin-left:2px;color:#64748b}.apikeys-page .apikeys-table .col-name{min-width:90px}.apikeys-page .apikeys-table .col-key{min-width:170px;max-width:200px}.apikeys-page .apikeys-table .col-key .key-cell{display:flex;align-items:center;gap:4px}.apikeys-page .apikeys-table .col-key .key-cell code{flex:1;min-width:0;max-width:170px;font-family:monospace;font-size:11px;color:#475569;overflow:hidden;text-overflow:ellipsis}.apikeys-page .apikeys-table .col-group{min-width:120px}.apikeys-page .apikeys-table .col-group .tag-group{display:inline-block;padding:2px 8px;background:#d6f7f4;color:#20beb4;font-size:11px;border-radius:999px;margin-right:4px}.apikeys-page .apikeys-table .col-group .btn-link-sm{font-size:11px;color:#64748b;background:none;border:none;cursor:pointer}.apikeys-page .apikeys-table .col-group .btn-link-sm:hover{color:#20beb4}.apikeys-page .apikeys-table .col-quota{min-width:120px;text-align:center;line-height:1.6}.apikeys-page .apikeys-table .col-quota .quota-layer{font-size:11px;color:#64748b}.apikeys-page .apikeys-table .col-quota .quota-layer .num{color:#475569}.apikeys-page .apikeys-table .col-usage{min-width:140px}.apikeys-page .apikeys-table .col-usage .usage-info{font-size:11px;color:#64748b;line-height:1.6}.apikeys-page .apikeys-table .col-usage .usage-info .usage-limit{color:#475569}.apikeys-page .apikeys-table .col-usage .usage-info .usage-bar{height:4px;background:#f1f5f9;border-radius:2px;margin-top:4px}.apikeys-page .apikeys-table .col-usage .usage-info .usage-bar .usage-fill{height:100%;background:#20beb4;border-radius:2px}.apikeys-page .apikeys-table .col-status .status-badge{display:inline-block;padding:2px 10px;font-size:11px;font-weight:500;border-radius:999px}.apikeys-page .apikeys-table .col-status .status-badge.active{background:#dcfce7;color:#16a34a}.apikeys-page .apikeys-table .col-status .status-badge.disabled{background:#f1f5f9;color:#64748b}.apikeys-page .apikeys-table .col-status .status-badge.expired{background:#fee2e2;color:#ef4444}.apikeys-page .apikeys-table .col-actions{position:sticky;right:0;background:#fff;z-index:1;box-shadow:-3px 0 6px #00000014}.apikeys-page .apikeys-table .col-actions:after{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:#e2e8f0}.apikeys-page .apikeys-table .col-actions .action-btns-stacked{display:flex;gap:0}.apikeys-page .apikeys-table .col-actions .action-btn-stacked{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 10px;font-size:11px;color:#64748b;background:transparent;border:none;border-right:1px solid #f1f5f9;cursor:pointer;transition:color .15s ease;min-width:56px}.apikeys-page .apikeys-table .col-actions .action-btn-stacked:last-child{border-right:none}.apikeys-page .apikeys-table .col-actions .action-btn-stacked svg{width:16px;height:16px}.apikeys-page .apikeys-table .col-actions .action-btn-stacked:hover{color:#20beb4}.apikeys-page .apikeys-table .col-actions .action-btn-stacked.danger:hover{color:#ef4444}.apikeys-page .btn-icon-sm{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:4px}.apikeys-page .btn-icon-sm:hover{background:#f1f5f9;color:#1e293b}.apikeys-page .btn-icon-sm.text-success{color:#10b981}.apikeys-page .apikeys-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:24px;padding:0 8px}.apikeys-page .apikeys-pagination .pagination-info{font-size:12px;color:#64748b}.apikeys-page .apikeys-pagination .pagination-controls{display:flex;gap:4px}.apikeys-page .apikeys-pagination .btn-page{min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:12px;color:#475569;cursor:pointer}.apikeys-page .apikeys-pagination .btn-page:hover:not(:disabled){border-color:#20beb4;color:#20beb4}.apikeys-page .apikeys-pagination .btn-page.active{background:#20beb4;border-color:#20beb4;color:#fff}.apikeys-page .apikeys-pagination .btn-page:disabled{opacity:.5;cursor:not-allowed}.apikeys-page .dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:500;padding:24px}.apikeys-page .dialog{width:480px;max-width:100%;max-height:90vh;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000002e;animation:dialogIn .2s ease;display:flex;flex-direction:column}.apikeys-page .dialog.dialog-large{width:520px}@media (max-width: 576px){.apikeys-page .dialog{width:100%}}@keyframes dialogIn{0%{opacity:0;transform:translateY(-12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.apikeys-page .dialog-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid #f1f5f9}.apikeys-page .dialog-header h3{font-size:16px;font-weight:600;color:#1e293b;margin:0}.apikeys-page .dialog-header .dialog-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#64748b;border-radius:8px;cursor:pointer}.apikeys-page .dialog-header .dialog-close:hover{background:#f1f5f9;color:#1e293b}.apikeys-page .dialog-body{padding:32px;overflow-y:auto}.apikeys-page .dialog-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:24px 32px;border-top:1px solid #f1f5f9}.apikeys-page .dialog-footer .btn-outline{padding:8px 16px;background:transparent;border:1px solid #e2e8f0;color:#475569;font-size:12px;font-weight:500;border-radius:8px;cursor:pointer}.apikeys-page .dialog-footer .btn-outline:hover{border-color:#20beb4;color:#20beb4}.apikeys-page .form-group{margin-bottom:24px}.apikeys-page .form-group:last-child{margin-bottom:0}.apikeys-page .form-group label{display:block;font-size:12px;font-weight:500;color:#475569;margin-bottom:4px}.apikeys-page .form-group input,.apikeys-page .form-group select,.apikeys-page .form-group textarea{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;background:#fff;box-sizing:border-box}.apikeys-page .form-group input:focus,.apikeys-page .form-group select:focus,.apikeys-page .form-group textarea:focus{outline:none;border-color:#20beb4;box-shadow:0 0 0 3px #20beb41a}.apikeys-page .form-group textarea{resize:vertical;line-height:1.6}.apikeys-page .form-group .form-hint{display:block;font-size:11px;color:#64748b;margin-top:4px;line-height:1.5}.apikeys-page .form-group-toggle{display:flex;align-items:center;justify-content:space-between}.apikeys-page .form-group-toggle label:first-child{margin-bottom:0}.apikeys-page .toggle-switch{position:relative;width:44px;height:24px;cursor:pointer}.apikeys-page .toggle-switch input{opacity:0;width:0;height:0}.apikeys-page .toggle-switch .toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#cbd5e1;border-radius:24px;transition:background .15s ease}.apikeys-page .toggle-switch .toggle-slider:after{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .15s ease;box-shadow:0 1px 3px #0003}.apikeys-page .toggle-switch input:checked+.toggle-slider{background:#20beb4}.apikeys-page .toggle-switch input:checked+.toggle-slider:after{transform:translate(20px)}.apikeys-page .form-group-nested{margin-top:-16px;margin-left:24px;padding-left:24px;border-left:2px solid #f1f5f9}.apikeys-page .key-display{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;font-family:monospace;font-size:11px;color:#475569}.apikeys-page .key-display svg{flex-shrink:0;color:#64748b}.apikeys-page .key-display code{flex:1;overflow:hidden;text-overflow:ellipsis}.apikeys-page .dialog-use-key{width:960px;max-width:90vw}.apikeys-page .use-key-desc{font-size:12px;color:#475569;margin:0 0 24px;line-height:1.5}.apikeys-page .tab-bar{display:flex;gap:0;margin-bottom:24px;border-bottom:1px solid #e2e8f0}.apikeys-page .tab-btn{display:flex;align-items:center;gap:4px;padding:10px 20px;font-size:12px;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;color:#64748b;cursor:pointer;transition:all .15s ease}.apikeys-page .tab-btn:hover{color:#1e293b}.apikeys-page .tab-btn.active{color:#20beb4;border-bottom-color:#20beb4;font-weight:600}.apikeys-page .tab-btn svg{width:14px;height:14px}.apikeys-page .platform-tabs{display:flex;gap:0;margin-bottom:24px;background:#f8fafc;border-radius:8px;padding:3px;width:fit-content}.apikeys-page .platform-btn{display:flex;align-items:center;gap:4px;padding:6px 16px;font-size:12px;background:transparent;border:none;border-radius:6px;color:#64748b;cursor:pointer;transition:all .15s ease}.apikeys-page .platform-btn:hover{color:#1e293b}.apikeys-page .platform-btn.active{background:#fff;color:#1e293b;box-shadow:0 1px 3px #0000001a}.apikeys-page .alert-warning{padding:8px 16px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;margin-bottom:24px}.apikeys-page .alert-warning strong{font-size:12px;color:#92400e;font-weight:500}.apikeys-page .code-block{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.apikeys-page .code-block-header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#f8fafc;border-bottom:1px solid #f1f5f9}.apikeys-page .code-block-header .code-filename{font-family:monospace;font-size:12px;color:#475569}.apikeys-page .code-block-header .btn-copy-code{display:flex;align-items:center;gap:4px;padding:4px 10px;font-size:11px;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer}.apikeys-page .code-block-header .btn-copy-code:hover{border-color:#20beb4;color:#20beb4}.apikeys-page .code-content{margin:0;padding:16px;background:#1e1e2e;overflow-x:auto}.apikeys-page .code-content code{font-family:JetBrains Mono,Fira Code,monospace;font-size:12px;color:#cdd6f4;line-height:1.7;white-space:pre}.apikeys-page .input-prefix{position:relative;display:flex;align-items:center}.apikeys-page .input-prefix .prefix{position:absolute;left:12px;font-size:14px;color:#64748b;font-weight:500}.apikeys-page .input-prefix input{padding-left:24px}.apikeys-page .rate-limit-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}@media (max-width: 576px){.apikeys-page .rate-limit-fields{grid-template-columns:1fr}}.apikeys-page .rate-limit-fields .form-group{margin-bottom:0}.apikeys-page .rate-limit-fields--two{grid-template-columns:repeat(2,1fr)}@media (max-width: 576px){.apikeys-page .rate-limit-fields--two{grid-template-columns:1fr}}@media (max-width: 576px){.apikeys-page .apikeys-table-wrapper{overflow:visible;background:transparent;border:none;box-shadow:none;padding:0}.apikeys-page .apikeys-table{min-width:0;border-collapse:separate;border-spacing:0 8px}.apikeys-page .apikeys-table thead{display:none}.apikeys-page .apikeys-table tbody tr{display:block;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:8px 16px;margin-bottom:8px}.apikeys-page .apikeys-table tbody tr:hover{background:#fff}.apikeys-page .apikeys-table tbody tr td{display:flex;align-items:flex-start;gap:8px;padding:6px 0;border-bottom:none;white-space:normal;position:static}.apikeys-page .apikeys-table tbody tr td:before{content:attr(data-label);flex-shrink:0;width:82px;font-size:11px;font-weight:600;color:#64748b;padding-top:2px}.apikeys-page .apikeys-table tbody tr td[colspan]{display:block;text-align:center}.apikeys-page .apikeys-table tbody tr td.col-key .key-cell{flex:1;min-width:0}.apikeys-page .apikeys-table tbody tr td.col-quota{flex-direction:column;align-items:stretch;gap:2px}.apikeys-page .apikeys-table tbody tr td.col-quota .quota-layer{flex:1}.apikeys-page .apikeys-table tbody tr td.col-actions .action-btns-stacked{flex-wrap:wrap;flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.apikeys-page .apikeys-table tbody tr td.col-actions .action-btns-stacked .action-btn-stacked{flex:none;min-width:0;width:100%;padding:8px 4px;border-right:none;border:1px solid #f1f5f9;border-radius:6px}.apikeys-page .apikeys-table tbody tr td.col-actions .action-btns-stacked .action-btn-stacked.danger{color:#ef4444}.apikeys-page .apikeys-table tbody tr td.col-actions .action-btns-stacked .action-btn-stacked.danger:hover{background:#fef2f2}}@media (max-width: 576px){.apikeys-page .apikeys-filters{padding:8px 16px;gap:8px}.apikeys-page .search-box{padding:7px 10px}.apikeys-page .filter-dropdowns{width:100%}.apikeys-page .filter-dropdowns .dropdown{flex:1;min-width:0;padding:7px 10px;justify-content:space-between}.apikeys-page .filter-dropdowns .dropdown span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.apikeys-page .apikeys-endpoint{padding:8px 16px;gap:4px}.apikeys-page .apikeys-endpoint .endpoint-label{white-space:nowrap;flex-shrink:0;font-size:11px}.apikeys-page .apikeys-endpoint .endpoint-tag{display:none}.apikeys-page .apikeys-endpoint .endpoint-url{min-width:0;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.mk-list{display:flex;flex-direction:column;gap:16px}.mk-list .mk-state{padding:48px 0;text-align:center;color:#64748b;font-size:12px}.mk-list .mk-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.mk-list .mk-card .mk-card-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.mk-list .mk-card .mk-card-head .mk-name{flex:1;min-width:0;font-size:14px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mk-list .mk-card .mk-card-head .mk-status{flex-shrink:0;font-size:11px;line-height:1;padding:4px 8px;border-radius:999px}.mk-list .mk-card .mk-card-head .mk-status.active{background:#ecfdf5;color:#059669}.mk-list .mk-card .mk-card-head .mk-status.disabled{background:#f1f5f9;color:#64748b}.mk-list .mk-card .mk-card-head .mk-status.expired{background:#fef2f2;color:#ef4444}.mk-list .mk-card .mk-key-row{display:flex;align-items:center;gap:4px;background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;padding:7px 10px;margin-bottom:8px}.mk-list .mk-card .mk-key-row code{flex:1;min-width:0;font-family:monospace;font-size:11px;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mk-list .mk-card .mk-key-row .mk-copy{flex-shrink:0;width:26px;height:26px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:4px;transition:all .15s ease}.mk-list .mk-card .mk-key-row .mk-copy:hover{background:#f1f5f9;color:#1e293b}.mk-list .mk-card .mk-key-row .mk-copy svg{width:15px;height:15px}.mk-list .mk-card .mk-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;padding:2px 0}.mk-list .mk-card .mk-cell{display:flex;flex-direction:column;gap:2px;min-width:0}.mk-list .mk-card .mk-cell .mk-label{font-size:11px;color:#64748b}.mk-list .mk-card .mk-cell .mk-value{font-size:11px;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mk-list .mk-card .mk-cell.mk-cell-wide{grid-column:1/-1}.mk-list .mk-card .mk-cell-quota .mk-value{white-space:normal;overflow:visible;word-break:break-all}.mk-list .mk-card .mk-cell-quota .mk-sub{margin-top:2px;font-size:10px;line-height:1.5;color:#64748b;word-break:break-all}.mk-list .mk-card .mk-actions{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin-top:8px;border-top:1px solid #f1f5f9;padding-top:8px}.mk-list .mk-card .mk-actions .mk-act{display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 2px;border:none;background:transparent;cursor:pointer;font-size:11px;color:#64748b;border-radius:8px;transition:all .15s ease;font-family:inherit}.mk-list .mk-card .mk-actions .mk-act svg{width:16px;height:16px}.mk-list .mk-card .mk-actions .mk-act:hover{background:#f8fafc;color:#20beb4}.mk-list .mk-card .mk-actions .mk-act.danger{color:#ef4444}.mk-list .mk-card .mk-actions .mk-act.danger:hover{background:#fef2f2}@media (min-width: 700px){.mk-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}}.apikeys-page .apikeys-table .col-limit{min-width:190px;vertical-align:top}.apikeys-page .apikeys-table .col-limit .limit-rate{font-size:12px;font-weight:500;color:#1e293b;white-space:nowrap}.apikeys-page .apikeys-table .col-limit .limit-quota{margin-top:4px}.apikeys-page .apikeys-table .col-limit .limit-quota .limit-quota-main{font-size:11px;color:#475569;white-space:nowrap}.apikeys-page .apikeys-table .col-limit .limit-quota .limit-quota-sub{margin-top:2px;font-size:11px;color:#64748b;white-space:nowrap;display:flex;flex-wrap:wrap}.apikeys-page .apikeys-table .col-limit .limit-quota .limit-quota-sub span+span{margin-left:10px}.apikeys-page .apikeys-table .col-limit .limit-quota.limit-quota-none{color:#64748b;font-size:11px}.apikeys-page .apikeys-table .col-name .cell-ellipsis,.apikeys-page .apikeys-table .col-expires .cell-ellipsis{display:block;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 1600px){.apikeys-table th.col-expires,.apikeys-table td.col-expires{display:none}}@media (max-width: 1330px){.apikeys-table th.col-group,.apikeys-table td.col-group{display:none}}@media (max-width: 1600px){.apikeys-table tbody td.col-actions .action-btns-stacked .action-btn-stacked{min-width:38px;padding:8px 4px}.apikeys-table tbody td.col-actions .action-btn-stacked span{display:none}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:14px;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1e293b;line-height:1.5;overflow-x:hidden;overscroll-behavior-x:none}body{background:#f8fafc;min-height:100vh;overflow-x:hidden}a{color:#20beb4;text-decoration:none;transition:color .15s ease}a:hover{color:#17a39a}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}input,textarea,select,button{font-family:inherit;font-size:inherit;color:inherit;outline:none}button{border:none;background:none;cursor:pointer;font:inherit}input::placeholder,textarea::placeholder{color:#94a3b8}body::-webkit-scrollbar,#root::-webkit-scrollbar{width:6px;height:6px}body::-webkit-scrollbar-track,#root::-webkit-scrollbar-track{background:transparent}body::-webkit-scrollbar-thumb,#root::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}body::-webkit-scrollbar-thumb:hover,#root::-webkit-scrollbar-thumb:hover{background:#b1c0d2}body,#root{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.page-wrapper{min-height:100vh;display:flex;flex-direction:column}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-1{flex:1}.w-full{width:100%}.h-full{height:100%}.gap-xs{gap:4px}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:24px}.gap-xl{gap:32px}.text-center{text-align:center}.text-right{text-align:right}.text-primary{color:#1e293b}.text-regular{color:#475569}.text-secondary{color:#64748b}@media (min-width: 993px){.hide-pc{display:none!important}}@media (max-width: 992px){.hide-mobile{display:none!important}}
